/* FONTS */

body {
	font-family: area-normal, sans-serif;
	font-size: 15px !important;
	line-height: 1.3em;
	font-weight: 300;
    color:#000;
}

  dsp {font-size:18px;
  padding-bottom:10px;
  margin-bottom:10px;
  line-height:2em;
 }
 
bb {
	   font-size:16px;
 }
 
  di {font-size:20px;
    padding-bottom:10px;
	margin-bottom:10px;
	line-height:20px;
 }
  
/* RESPONSIVE MEDIA QUERIES */ 
@media screen and (max-width: 320px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important} body {
        font-size: 12px !important;
        line-height: 16px;
    }}
@media screen and (max-width: 480px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important}}
@media screen and (max-width: 650px){.side-searchbox{display:none !important;} .t1-3iconspad {margin-right:0px !important;} .dentist-bg {background-image:none !important} .min-h40 {min-height:40px;}}
@media screen and (max-width: 980px){.side-searchbox{display:none !important;}.navOne{display:none;} .dentist-bg {background-image:none !important} .min-h40 {min-height:40px;}}
@media screen and (max-width: 980px){.side-searchbox{display:none !important;}.navOne{display:none;} .dentist-bg {background-image:url(../content/images/main-images/header-2A-full.png); background-repeat:no-repeat;} .min-h40 {min-height:40px;}}
@media screen and (min-width: 980px){.cartpromo{display:none;}.navOne{display:none;} .dentist-bg {background-image:url(../content/images/main-images/header-2A-full.png); background-repeat:no-repeat;} .min-h40 {min-height:40px;}}
@media screen and (min-width: 980px){.mobilebreadcrumb{text-align:center; padding:5px;}}
@media screen and (max-width: 320px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 480px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 650px){.mobile-main{width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 980px){.mobilejoin{display:none;}.mobile-main{ width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (max-width: 980px){.mobilejoin{display:none;}.mobile-main{ width:100%; height:100%;}.desktop-main{display:none;} .styleline{display:none;}}
@media screen and (min-width: 980px){.mobilejoin{ padding:60px 10px 10px 140px;}.mobile-main{display:none;} .desktop-main{display:block} .stylebreak {display:none;}}
@media screen and (min-width: 980px){.footercolumn-sm {width:12%}}
@media screen and (min-width: 980px){.footersocial-col {width:16%}}
@media screen and (max-width: 320px){.iconpad{padding-right:7px !important;} .searchhead {font-size:1.2em;}}
@media screen and (max-width: 480px){.iconpad{padding-right:7px !important;}}
@media screen and (max-width: 650px){.iconpad{padding-right:7px !important;}}
@media screen and (min-width: 320px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 480px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 650px){.footer-icons{width:100%; margin-top:20px; margin-bottom:20px;}}
@media screen and (min-width: 980px){.footer-icons{width:450px; float:right;}}

/* Large desktops and laptops */
@media (min-width: 1200px) {.headline-t1 {padding-top:60px;} .bbhead { font-size:30px;} .bb-subhead { font-size:24px; line-height:26px !important;}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {.headline-t1 {padding-top:60px;} .bbhead { font-size:30px;} .bb-subhead { font-size:24px; line-height:26px !important;}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {.headline-t1 {padding-top:40px;}.bbhead { font-size:25px;} .bb-subhead { font-size:14px;}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {.headline-t1 {padding-top:20px;} .bbhead { font-size:20px;} .bb-subhead { font-size:14px;}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {.headline-t1 {padding-top:20px;} .bbhead { font-size:20px;} .bb-subhead { font-size:14px;} .blue-charthead {background-color: #b44684 !important; color:#fff; font-weight:bold; text-align:center; line-height:13px !important; font-size: 1em !important;}
    .table > tbody > tr > td {
        padding: 4px !important;
    }

}
/* Same Height Columns */

.inside {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.inside-full-height {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}

@media (min-width: 480px) {
	.row-xs-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-xs-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-xs-top {
		vertical-align: top;
	}
	.col-xs-middle {
		vertical-align: middle;
	}
	.col-xs-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 768px) {
	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
		vertical-align: middle;
	}
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
	.row-md-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-md-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-md-top {
		vertical-align: top;
	}
	.col-md-middle {
		vertical-align: middle;
	}
	.col-md-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 1200px) {
	.row-lg-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-lg-top {
		vertical-align: top;
	}
	.col-lg-middle {
		vertical-align: middle;
	}
	.col-lg-bottom {
		vertical-align: bottom;
	}
}

/* Hidden Up Down */

@media (max-width: 767px) {
    .hidden-xs-up:not(.visible-xs),
    .hidden-xs-down:not(.visible-xs),
    .hidden-sm-down:not(.visible-xs),
    .hidden-md-down:not(.visible-xs),
    .hidden-lg-down:not(.visible-xs) {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-xs-up:not(.visible-sm),
    .hidden-sm-up:not(.visible-sm),
    .hidden-sm-down:not(.visible-sm),
    .hidden-md-down:not(.visible-sm),
    .hidden-lg-down:not(.visible-sm) {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-xs-up:not(.visible-md),
    .hidden-sm-up:not(.visible-md),
    .hidden-md-up:not(.visible-md),
    .hidden-md-down:not(.visible-md),
    .hidden-lg-down:not(.visible-md) {
        display: none;
    }
   
}

@media (min-width: 1200px) {
    .hidden-xs-up:not(.visible-lg),
    .hidden-sm-up:not(.visible-lg),
    .hidden-md-up:not(.visible-lg),
    .hidden-lg-up:not(.visible-lg),
    .hidden-lg-down:not(.visible-lg) {
        display: none;
    }
   }

/* GLOBAL */

.background-disclaimer-dentist {background-color:#fff;}
.mobileline {height:5px; background-color:#f89104;}
.footer-disclaimer {font-size:12px}
.ftcolumnhead {font-size:18px !important;}
.iconpad {padding-right:10px; padding-bottom:10px;}
.bodypad {padding :20px 10px;}
.nopad {padding:0px !important; margin:0px !important;}
.nopad2 {padding-right:0px !important;}
.fontsz10 {font-size:9px !important;}
.fontsz11 {font-size:10px !important;}
.fontsz12 {font-size:11px !important;}
.fontsz14 {font-size:12px !important;}
.fontsz16 {font-size:14px !important;}
.fontsz18 {font-size:16px !important;}
.fontsz20 {font-size:18px !important;}
.fontsz24 {font-size:20px !important;}
.fontsz26 {font-size:22px !important;}
.fontsz28 {font-size:23px !important;}
.fontsz30 {font-size:25px !important;}

.fontvw1 {font-size:1vw !important;}
.fontvw11 {font-size:1.1vw !important;}
.fontvw12 {font-size:1.2vw !important;}
.fontvw13 {font-size:1.3vw !important;}
.fontvw14 {font-size:1.4vw !important;}
.fontvw15 {font-size:1.5vw !important;}
.fontvw16 {font-size:1.6vw !important;}
.fontvw17 {font-size:1.7vw !important;}
.fontvw18 {font-size:1.8vw !important;}
.fontvw19 {font-size:1.9vw !important;}
.fontvw2 {font-size:2vw !important;}
.fontvw25 {font-size:2.5vw !important;}
.fontvw3 {font-size:3vw !important;}
.fontvw35 {font-size:3.5vw !important;}
.fontvw4 {font-size:4vw !important;}
.fontvw45 {font-size:4.5vw !important;}
.fontvw5 {font-size:5vw !important;}
.fontvw55 {font-size:5.5vw !important;}
.fontvw6 {font-size:6vw !important;}

.link-ul {text-decoration:underline !important;}
.dpcol5 {width:5%;}
.dpcol10 {width:10%;}
.dpcol15 {width:15%;}
.dpcol20 {width:20%;}
.dpcol25 {width:25%;}
.dpcol30 {width:30%;}
.dpcol35 {width:35%;}
.dpcol40 {width:40%;}
.dpcol45 {width:45%;}
.dpcol50 {width:50%;}
.dpcol55 {width:55%;}
.dpcol60 {width:60%;}
.dpcol65 {width:65%;}
.dpcol70 {width:70%;}
.dpcol75 {width:75%;}
.dpcol80 {width:80%;}
.dpcol85 {width:85%;}
.dpcol90 {width:90%;}
.dpcol95 {width:95%;}
.pad-t5 {padding-top:5px;}
.pad-t10 {padding-top:10px;}
.pad-t15 {padding-top:15px;}
.pad-t20 {padding-top:20px;}
.pad-t30 {padding-top:30px;}
.pad40 {padding:40px;}
.pad50 {padding:50px;}
.marg-t5 {margin-top:5px;}
.marg-t10 {margin-top:10px;}
.marg-t15 {margin-top:15px;}
.marg-t20 {margin-top:20px;}
.marg-t30 {margin-top:30px;}
.marg-t60 {margin-top:60px;}
.marg-l10 {margin-left:10px;}
.marg-l20 {margin-left:20px;}
.marg-l30 {margin-left:30px;}
.marg-l40 {margin-left:40px;}
.marg-l50 {margin-left:50px;}
.marg-l90 {margin-left:90px;}
.marg-t5 {margin-top:5px;}
.marg-b10 {margin-bottom:10px;}
.marg-b15 {margin-bottom:15px;}
.marg-b20 {margin-bottom:20px;}
.marg-b30 {margin-bottom:30px;}
.pad10 {padding:10px;}
.pad20 {padding:20px;}
.pad30 {padding:30px;}
.marg10 {margin:10px;}
.marg20 {margin:20px;}
.marg30 {margin:30px;}
.lh10 {line-height:10px;}
.lh20 {line-height:20px;}
.lh30 {line-height:30px;}


.iconpad {padding-right:10px; padding-bottom:10px;}
.nobullet {list-style:none}
.chartbg {background-color:#f0f0f0}
.chartdisclaimer {font-size:12px; line-height:13px;}
.chartwidth {width:243px !important}
.chartpadd {padding:10px 3px 10px 3px}
.charthead {font-weight:bold; text-align:center;}
.bonusbenefits {line-height:25px; text-align:center;}
.buttonfullwidth {width:100% !important}
.blue-charthead {background-color: #b44684 !important; color:#fff; font-weight:bold; text-align:center; line-height:18px !important; font-size: 1em !important;}
.green-charthead {background-color: #77c79b !important; color:#fff; font-weight:bold; text-align:center; line-height:18px !important;}
.gray-charthead {background-color: #e5e5e5 !important; color:#000; font-weight:bold; text-align:center; line-height:18px  !important;}
.gray-charthead .comparechart-head {color:#000 !important}
.blue-charthighlight {background-color:#f2e8ed !important; font-weight:bold; text-align:center;}
.green-charthighlight {background-color:#77c79b42 !important; font-weight:bold; text-align:center;}
.disclaimer-inpage {font-size:10px; line-height:10px;}
.text-ul-b {text-decoration:underline !important; font-weight:bold;}
.bg-lightblue {background-color: #e5f8f9 !important;}
.bg-lightgray {background-color: #f4f4f4 !important;}

.col-centered{
    float: none;
    margin: 0 auto;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

/* COMPARECHART*/
.comparechartpad {padding-left:40px; padding-right:40px;}
.comparelogo-image {width:110px; height: 72px;}
.comparelogo-image-m {width:100%;}
.compare-planname {font-size:13px !important;line-height:12px !important; text-align:center;}
.compare-planname-marg {padding-top:10px;}
.gray-comparecharthead {background-color: #e5e5e5 !important;}
.comparechart-head {color:#000; font-weight:bold; font-size:20px;}
.comparechart-sectionhead {color:#000 !important; font-weight:bold; font-size:25px; text-align:center;}

/* PROGRESSBAR */
#progressbar1 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress1 {
    background: #f37e8b; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress1 2s 1 forwards;
    -moz-animation: progress1 2s 1 forwards;
    -ms-animation: progress1 2s 1 forwards;
    animation: progress1 2s 1 forwards;
}
#pbaranim1 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress1 { from { width: 0% } to { width: 75% }}
@-moz-keyframes progress1 { from { width: 0% } to { width: 75% }}
@-ms-keyframes progress1 { from { width: 0% } to { width: 75% }}
@keyframes progress1 { from { width: 0% } to { width: 75% }}


#progressbar2 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress2 {
    background: #b44684; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress2 2s 1 forwards;
    -moz-animation: progress2 2s 1 forwards;
    -ms-animation: progress2 2s 1 forwards;
    animation: progress2 2s 1 forwards;
}
#pbaranim2 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress2 { from { width: 0% } to { width: 55% }}
@-moz-keyframes progress2 { from { width: 0% } to { width: 55% }}
@-ms-keyframes progress2 { from { width: 0% } to { width: 55% }}
@keyframes progress2 { from { width: 0% } to { width: 55% }}


#progressbar3 {
    width: 100%;
    height: 25px;
    padding: 5px;
    margin: .6em 0;
    clear: both;
}
#progress3 {
    background: #a1d184; /*-- Color of the bar --*/
    height: 20px;
    width: 0%;
    max-width: 100%;
    float: left;
	padding-bottom:5px;
	margin-bottom:20px;
    -webkit-animation: progress3 2s 1 forwards;
    -moz-animation: progress3 2s 1 forwards;
    -ms-animation: progress3 2s 1 forwards;
    animation: progress3 2s 1 forwards;
}
#pbaranim3 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    /*--background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;--*/
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
@-webkit-keyframes progress3 { from { width: 0% } to { width: 35% }}
@-moz-keyframes progress3 { from { width: 0% } to { width: 35% }}
@-ms-keyframes progress3 { from { width: 0% } to { width: 35% }}
@keyframes progress3 { from { width: 0% } to { width: 35% }}


/* PLAN DETAIL PAGES */
.plantypesize {font-size:16px !important;}
.processfeebox {background-color:#e7e7e7; text-align:center; font-size:13px; padding-top:10px; padding-bottom:10px;}
.detailplan-feature {padding:10px 10px 0px 10px; background-color:#2445ea; color:#FFFFFF; font-size:18px; font-weight:bold;}
.detailplan-featuresmile {width:20px; padding-bottom:5px;}
.planspace {height:38px;}
.mobile-plan-dropdown {font-size:20px; height:40px; color: #666 !important;
    background: url(https://images.dentalplans.com/DentalPlans/ContentImages/Content/images/select_arrow-3.png) center right no-repeat #FFF;
    -webkit-appearance: button;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;}
.small-col-plan {width:3% !important;}
.icon-row {padding-bottom:20px;}
.plan-row {padding-top:10px;}
.plan-row2 {padding-top:20px;}
.tab-pad20top {padding-top:20px;}
.prodicon-pad-head-dental {padding-right:10px;}
.prodicon-pad-head-bonus {padding-right:8px;}
.prod-zip {font-size:12px; text-decoration:underline !important}
.prod-dent-search {background-color:#e7e7e7; text-align:center; font-size:15px; padding-top:10px; padding-bottom:10px;}
.rvpbg {background-color:#FFFFFF !important;}

.pd-promobox {background-color:#b44684; color:#fff; font-size:20px; text-align:center; padding-top:25px; padding-bottom:25px; line-height:30px;}
.pd-promobox-h {font-size:36px;}

/* SEARCHBOX1 */
.bgsearch {background-color:#b44684; color:#FFFFFF; font-size:1.7em; padding-top:40px; padding-bottom:40px;}
.search1head{width:24%; margin-top:13px; margin-right:10px; float:left; text-align:right;}
.searchzip1{width:15%; margin-left:14px; float:left;}
.searchbox1 {height:45px; text-align:center; font-size:18px;}
.searchbutton1{width:13%; margin-left:15px; float:left;}
.bgsearch-m {background-color:#b44684; color:#FFFFFF; font-size:1.3em; padding-top:20px; padding-bottom:20px;}
.search-mpad {padding-top:20px; padding-bottom:20px;}
.search1spacer {width:15%; float:left;}

#myTabContent input[name="planType"] { margin-top: 15px; cursor: pointer; 
width:1em;
height:1em;
}
#myTabContent .radio-inline label { cursor: pointer; }

/* SEARCHBOX2 */
.bgsearch2 {background-color:#b44684; color:#FFFFFF; font-size:2em; padding-top:50px; padding-bottom:50px;}
.bgsearch-m2 {background-color:#b44684; color:#FFFFFF; font-size:1.7em; padding-top:20px; padding-bottom:20px;}
.search2head { width:22%; margin-top:13px; margin-right:10px; float:left; text-align:right;}
.searchzip2{height:45px; text-align:center; font-size:18px;}
.search-radio {width:12%; margin-left:25px; float:left; line-height:16px !important;}
.search-radio-space {height:5px; width:100%;}
.search-radio-copy {font-size:18px; line-height:16px;}
.search-radio-one {float:left; width:45%;}
.search-radio-two {float:left; width:50%;}
.searchtrademark {font-size:16px; float:right; width:2%; font-family: Arial !important;}
.searchjoinsavesmile {float:right;}
.searchreg-mobile
{
    font-family: arial !important;
    font-size: 14px;
}

/* PAGE TEMPLATE 1 */
.hero-image-t1 { width:558px; height:338px;}
.hero-image-t1-bg {background:#f9f9f9 !important}
.orangeline-t1 {background-color:#2445ea; height:5px; padding:0px; margin:0px;}	
.blueline-t1 {background-color:#b44684; height:8px; padding:0px; margin:0px;}	
.headline-t1pad20 {padding-top:20px;}
.t1-3iconspad {margin-right:60px; padding:20px;}
.headline-t1-m {font-size:1.5em; margin-bottom:0px; padding-bottom:0px;}

/* Large desktops and laptops */
@media (min-width: 1200px) {.headline-blue-t1 {font-size:2.3vw; margin-bottom:0px; padding-bottom:0px;} }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {.headline-blue-t1 {font-size:3vw; margin-bottom:0px; padding-bottom:0px;}  }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {.headline-blue-t1 {font-size:3vw; margin-bottom:0px; padding-bottom:0px;}  }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) { .headline-blue-t1 {font-size:6vw; margin-bottom:0px; padding-bottom:0px;} }

/* Portrait phones and smaller */
@media (max-width: 480px) {.headline-blue-t1 {font-size:11vw; margin-bottom:0px; padding-bottom:0px; line-height: 39px;}  }

/* PAGE TEMPLATE 2 */
.headline-t2 {padding-top:90px;}

/* DENTISTSEARCH */
.denistformpad{padding-left:0px; padding-right:0px;}


/* SAVINGSCALCULATORRESULTS */
.sc-pagepad {padding-top:20px; padding-bottom:20px;}
.sc-toplogo {background-color:#FFFFFF !important; float:right; padding:10px;}
.sc-bararea {padding-top:5px; padding-bottom:5%; background-color:#f5f5f5;}
.sc-barhead {padding-left:8px;}
.sc-bar {width: 90%;}
.sc-procost {float:right; font-size:18px; font-weight:bold;}
.sc-milestonepad {margin-bottom: 3px; padding-bottom:3px;}
.sc-milestonesubpad {margin-top: 6px !important; padding-top:6px !important;}
.sc-btn-pad {padding:30px;}
.sc-quickfactshead {padding-top:10px; padding-bottom:10px;  background-color:#f2e8ed;}
.sc-quickfactspad {padding-left:15px;}
.sc-dentistcount-dt {border-radius:100px; height:125px; width:125px; }
.sc-dentistcount-dtpad {padding-top:35px; font-size:3em;}
.sc-dentistcount-m {border-radius:100px; height:100px; width:100px;}
.sc-dentistcount-mpad {padding-top:25px; font-size:3em;}
.sc-dentisthead {font-size:22px; padding-top:20px; margin-left:10px;}
.sc-planbullets-d {line-height:30px; padding-top:10px; margin-left:35px;}
.sc-planbullets-m {line-height:25px; font-size:18px;}
.sc-compare {padding-top:10px; padding-bottom:10px; margin-top:20px;  background-color:#d7d7d7;}
.sc-compare-b {padding:6px !important;}
.sc-compare-copy {margin-bottom:0px !important; line-height:20px;}
.sc-compare-best {width:100%; color:#FFFFFF; text-align:center; padding:2px;}
.sc-planlogopad {padding:15px;}
.sc-compare-btn-pad {margin-top:40px;}
.sc-cost::before {content: "$";}
.sc-percent::after {content: "%";}

/* ratecard */
.ribbon2 {
	position: absolute;
	top: 5px;
	padding: 15px 20px 15px 10px;
	background: #ecf0f1;
	color: #b44684;
	border-left: 5px solid #dde4e6;
	font-size:23px;
	content: '';
	left: -9px;
	
}

.ribbon2:before, .ribbon2:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent
}
.ribbon2:before {
	top: 0
}
.ribbon2:after {
	bottom: 0
}
.ribbon2:before {
	border-top: 27px solid #ecf0f1
}
.ribbon2:after {
	border-bottom: 27px solid #ecf0f1
}


.ribbon3 {
	position: absolute;
	top: 5px;
	padding: 15px 20px 15px 10px;
	background: #2445ea;
	color: #FFF;
	border-left: 5px solid #f97704;
	font-size:23px;
	content: '';
	left: -9px;
	
}

.ribbon3:before, .ribbon3:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent
}
.ribbon3:before {
	top: 0
}
.ribbon3:after {
	bottom: 0
}

.ribbon3:before {
	border-top: 27px solid #2445ea
}
.ribbon3:after {
	border-bottom: 27px solid #2445ea
}

/* MEMBERS AREA */
.mobilebreadcrumb{text-align:center; padding:5px;}
.breadcrumbphone {
	padding-top: 15px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 4px;
	font-size: 18px;
	float: right;
	padding-bottom: 15px;
	text-align:center;
}

.buttonpad {
	padding-top:20px;
	padding-bottom:20px;
}

/* FOOTER */
.col2foot {
	width:14.5%;
}

.col3foot {
	width:22%;
}

.colfootsoc {
	width:20%;
}

footer .dpcopyright {
	color: #FFF;
	font-size:12px;
	margin:10px;
}

.printpad {
	padding-right: 10px;
}

.trackbutton {
	width:100%
}

.trackbox {
	border: solid #0ea7b7 10px;
	padding:20px;
	margin-bottom:40px;
}

/*HEADER*/
header
{
    font-family: area-normal,sans-serif !important;
}
header .div-login1
{
    margin-top: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #616161;
}
header .navbar-brand {
    margin-top: 6px !important;
}
header .div-login1 .lnk-header-right {
    color: #616161 !important;
}
header .div-contact
{
    width: 245px;
}
header .div-contact h3
{
    color: #00a7b8;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
header .header-right-wrapper
{
    margin-top: 0px !important;
}
header .icon-call
{
    margin-right: 0px !important;
}
header .span-join
{
    float: none !important;
    font-size: 18px;
    color: #53565a;
}
header .div-time
{
    font-family: area-normal !important;
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}
header .navbar-header
{
    width: 100%;
}
header .div-contact, .header .div-time
{
    float: right;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
		font-family:area-normal,sans-serif !important;
}

header .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px !important;
}

header .navbar-brand 
{
    padding: 10px;
	margin-top: 6px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-brand img {
    height: auto;
}

header .navbar-wp .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    padding: 17px 20px;
}

header .navbar-nav {
    float: right;
    margin: 0;
}

header a {
    font-family: area-normal !important;
}

header .menusection {
	margin-top:15px;
}

header .navbar-wp {
    border-bottom: 0 !important;
}

#navOne .container 
{
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}

/*
header .navbar-brand img {
  width: 170px !Important;
  height: 42px;
  margin-top: 17px;
}
*/

.dentalkey {
  width: 32%;
  padding-top: 15px;
}
.hl-blue {
  color: #000 !important;
}


.wp-theme-DP h1, .wp-theme-DP h2, .wp-theme-DP h3, .wp-theme-DP h4, .wp-theme-DP h5, .wp-theme-DP h6 {
  font-family: area-normal,sans-serif;
  font-weight:800;
  color:#000;
}

.wp-theme-DP h1{font-size:40px}
.wp-theme-DP h2{font-size:30px}


.icon-basic {
    background: url('https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_PreventativeCare_icon_40px_blue.svg');
}

.plan-dicon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.dpicon {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.dpicon-1 {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
  width: 45px;
  height: 45px;

}

.dpicon-text
{
    width: 50px; font-size: 10px; line-height: 11px; /*word-wrap: break-word;*/
}

@media (min-width:990px)
{
    #planFilterDiv .planzip
    {
        height: 86px !Important;
    }
}

.fontsz11 {
  font-size: 11px !important;
}

@media (max-width:767px)
{

    #navOne .container > .navbar-header, #navOne .container > .navbar-header div, #navOne .container > .navbar-header a, #navOne  .container > .navbar-header img
    {
        padding-left: 2px !Important;
        padding-right: 0px !Important;
        margin-right: 0px !Important;
        margin-left:0px !Important;
    }
    #navOne .container > .navbar-header a
    {
            padding-top: 4px;
    }

header .navbar-brand img
    {
        /* margin-top: 0px !important; */
        width: 170px;
        height: auto;
        margin-top: 13px;
    }
}

.feedbackDiv {
    padding-left: 15px;
}


/* MOBILE HEADER */
.icon-call {
background: url("https://www.dentalplans.com/content/images/phone-icon.png") no-repeat;
height: 23px;
width: 22px;
display: block;
float: left;
margin-right: 8px;
}

header
{
    font-family: area-normal,sans-serif !important;
}
header .div-login1
{
    margin-top: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #616161;
}
header .navbar-brand {
    margin-top: 6px !important;
}
header .div-login1 .lnk-header-right {
    color: #616161 !important;
}
header .div-contact
{
    width: 245px;
}
header .div-contact h3
{
    color: #00a7b8;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
header .header-right-wrapper
{
    margin-top: 0px !important;
}
header .icon-call
{
    margin-right: 0px !important;
}
header .span-join
{
    float: none !important;
    font-size: 18px;
    color: #53565a;
}
header .div-time
{
    font-family: area-normal !important;
    font-size: 10px;
    color: #343741;
    clear: both;
    font-size: 12px;
}
header .navbar-header
{
    width: 100%;
}
header .div-contact, .header .div-time
{
    float: right;
}

    header h1, header h2, header h3, header h4, header h5, header h6 {
        font-family: area-normal,sans-serif !important;
        font-weight: 800;
    }

header .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px !important;
}

header .navbar-brand 
{
    padding: 10px;
	margin-top: 6px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-brand img {
    height: auto;
}

header .navbar-wp .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 0;
    padding: 17px 20px;
}

header .navbar-nav {
    float: right;
    margin: 0;
}

header a {
    font-family: area-normal !important;
}

header .menusection {
	margin-top:15px;
}

header .navbar-wp {
    border-bottom: 0 !important;
}

@media (max-width:767px)
{
header .navbar-brand img
    {
        margin-top: 0px !important;
    }
}

.feedbackDiv {
    padding-left: 15px;
}

/* BRAND COLORS */
.hightlightcolor
{color:#b44684 !important;
font-weight:bold !important;
}

.hl-blue
{color:#000 !important;
}

.hl-blue a
{color:#2445ea;
}

.hl-orange
{color:#000;
}

.hl-lightblue
{color:#5EC5C5;
}

.hl-green
{color:#82B75E;
}

.hl-pink
{color:#E2606E;
}

.hl-gray
{color:#97999B;
}

.hl-coolgray
{color:#53565A;
}

.hlb
{
font-weight:bold;
}

.hl-white
{color:#fff;
}

.background-orange
{background-color:#2445ea;
}

.bg-coolgray
{background-color:#d7d7d7;
}

.bg-blue {
    background-color: #000 !important;
}

.bg-orange
{background-color:#b44684 !important;
}

.bg-lightblue {background-color: #e5f8f9 !important;}
.bg-lightgray {background-color: #f2f2f4 !important;}


/* SHOPPING CART */

input:required,
textarea:required,select:required {
  border:2px solid #E2606E!important;
  margin-bottom: 10px;
}
.user-form .form-group select {
    padding:10px;
}
input:required + label {
  border:2px solid #E2606E !important;
}

form {

}
form div {

}
label {
  display: block;
}
input + label {
  display: inline-block;

}

.total
{ font-size:18px;
}

.returningmember
{text-align:right;
font-size:14px;
}

.newtotal 
{font-size:30px;
padding-top:10px;
line-height:15px;
}

.strikethrough
{ text-decoration:line-through;
	font-size:15px;
}

.plansummary
{	float:right; 
	padding:20px; 
	border: 1px #d9e2e1 solid; 
	background-color:#f0fafb;
}

.plansummarytitle
 {font-size:20px;
 }
 
.activationtitle
 {font-size:24px;
 }
 
 .cartheader
 {background-color:#2445ea; 
 background:#2445ea; 
 height:10px;
 }
 
 .return
 {float:right;
 padding-top:20px;
 line-height:30px;
 }
 
  .returnmobile
 { width:95%;
 padding-top:20px;
 line-height:30px;
 }

.cartpop
{padding:40px;
}


.orange-success {
	background-color: #fbd4b1;
	border-color: #E98023;
}
.cartspacer {
	height:10px;
}

.account-info {
    min-height: 600px;
}

.billing-info {
    min-height: 406px;
}

@media screen and (max-width: 320px){.haubackground {background-image: none;}}
@media screen and (max-width: 480px){.haubackground {background-image: none;}}
@media screen and (max-width: 650px){.haubackground {background-image: none;}}
@media screen and (max-width: 980px){.haubackground {background-image: none;}}
@media screen and (max-width: 980px){.haubackground {background-image: none;}}
@media screen and (min-width: 980px){.haubackground {background-image: url(../images/dp/smile-family.png);background-position:bottom right; background-repeat:no-repeat;}}
@media screen and (min-width: 980px){.haubackground {background-image: url(../images/dp/smile-family.png);background-position:bottom right; background-repeat:no-repeat;}}

/* PLANDETAILS */

.planzip {background-color:#008aa4; border-left: solid #DDDDDD 1px;}
.planpad1 {padding-top:0px}
.planpad2 {width:40px;}
.planpad3 {padding-top:10px;}
.pricepadm {padding-left:15px;}
.m-font1 {font-size:20px;}
.m-font2 {font-size:12px;}
.m-font3 {font-size:11px;}
.m-planlogos {padding-left:10px; width:25%;}
.m-plannames {float:right !important; width:65% !important}
.featuredbackground {background-color:#fff3e4;}
.featuredsmile {width:25px; float:left;}
.plandetailtotal 
{font-size:25px;
padding-top:10px;
line-height:25px;
}

.insurancetotal 
{font-size:25px;
line-height:25px;
}

.plandetailyear
{font-size:18px;
padding-top:10px;
line-height:15px;
}

.center
{ text-align:center;
line-height: auto;
}

.centeronly
{ text-align:center;
}

.planbackground
{background-color:#e8e8e8;
}

.roundedtab
{border-radius: 5px 0px 0px 0px;
}

.comparecheckbox
{padding-top:10px;
text-align:center;
}

.comparecheckbox label {
    font-size: 16px;
    cursor: pointer;
}

.comparecheckbox input, .planPricingDiv label {
    cursor: pointer;
}

#sampleSavingsDialog .modal-dialog, #dentistDialog .modal-dialog, #planBenefitsDialog .modal-dialog {
    z-index: 1045
}

#planID .modal-dialog .close {
    color: white;
}

.jqmWindow 
{
    display: none;
}

table.pd_grid_1 {
    border: 1px solid #fff;
    margin: 10px;
    font-family: area-normal, sans-serif;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 300;
    color: #353535;
    width: 98% !Important;
}

.netplansaving
{
    padding-left: 15px;
    line-height: 8px;
    width: 98% !Important; 
}

table.pd_grid_1 td, table.pd_grid_1 th
{
    padding-left: 5px;
}

table.pd_grid_1 td:nth-child(0)
{
    text-align: left;
    width: 50px;
}

.pd_grid_td_hd_2,
.pd_grid_td_hd_3,
.pd_grid_td_hd_4,
.pd_grid_td_hd_5,
.pd_grid_td_hd_6
{
    font-weight: bold;
}

table.pd_grid_1 td:nth-child(2),
table.pd_grid_1 td:nth-child(3),
table.pd_grid_1 td:nth-child(4),
table.pd_grid_1 td:nth-child(5)
{
    text-align: center;
    width: 50px;
}

.fancybox-inner, .fancybox-skin, fancybox-desktop
{
    width: 800px;
}

.netplansaving
{
    padding-left: 15px;
    line-height: 8px;
}


table.pd_grid_1 td, table.pd_grid_1 th
{
    padding-left: 5px;
}

table.pd_grid_1 tr:nth-child(odd) 
{
    background-color: #f0f0f0;
}


#dentistDialog .modal-content { margin: 0 auto; } 
#dentistDialog .modal-content { width: 1200px; } 

#planSticker
{
    z-index: 1000;
}

.aside-menu .phone { color: White !Important; }

.aside-menu {
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background: #363940;
  border-left: 1px solid #333;
  display: none;
  z-index: 9999;
}

.mobilepricing
{padding-top:20px;
text-align:center
}

.plans-mobile-line
{line-height:25px;
}

.bold
{font-weight:bold;
}

.insurancewaved
{font-size:12px
}

.mobilesearch
{background-color:#b44684;
color:#FFFFFF;
width:110%;
text-align:center;
}

.headpad
{padding-bottom:20px;
}

.planbullets
{list-style:disc outside; padding-left:20px;}

.planbullets li{padding-top:10px}

.plannotes
{list-style: decimal outside; padding-left:20px;}

/* SEARCH HEADERS*/
.search-smile {float:left; padding-right:20px; margin-top:0px; width:65px;}
.searchhead {font-size:1.6em; margin-bottom:0px; padding-bottom:0px; text-transform: none !Important}
.searchsubhead {margin-top:0px; padding-top:0px; font-size:1.2em;}

.m-search-smile {float:left; padding-right:20px; width: 22%;  padding-bottom:20px;}
.m-searchhead {font-size:5.5vw; margin-bottom:0px;  padding-bottom:0px;}
.m-searchsubhead {margin-top:0px; padding-top:0px; font-size:2.8vw;}


/* PLAN SEARCH BAR */

@media screen and (min-width: 980px){.col-2-zip
{width: 8% !important}}

@media screen and (min-width: 980px){.col-2-dentistlast
{width: 15% !important}}

@media screen and (min-width: 980px){.col-2-planlast
{width: 18% !important}}

@media screen and (min-width: 980px){.col-3-button
{width: 18% !important}}

.icon-copy {
    font-size: 11px;
    line-height: 11px;
}

.search-top
{ margin-bottom: 0px !important;
}
.dentist-count
{display:inline;
width:55%;
float:right;
}

.dentist-count-mobile
{display:inline;
float:right;
}

.comparelogo
{background-color: #FFFFFF;
border: solid #A7A7A7 1px;
padding:10px;
margin-left:20px;
}

.searchpadd
{padding-top:22px;
}
.searchpadd2
{padding-top:12px;
}

.searchpadd3
{padding-top:8px;
margin-left:40px;
}

.resultspadd
{width:420px; height:30px; float:left;}


.product-list-filters2 {
	margin-bottom: 25px;
	border-bottom: 1px solid #e0eded !important
}
.product-list-filters2 .view-mode {
	float: left;
	margin: 7px 0 0 15px
}
.product-list-filters2 .view-mode a {
	font-size: 20px;
	margin-right: 4px;
	font-weight: normal
}
.product-list-filters2 .filter {
	display: inline-block !important;
	float: left;
	margin-left: 30px;
	margin-top: 2px
}
.product-list-filters2 .sort-filter label {
	margin: 0;
	margin-right: 10px;
	font-weight: 400
}
.product-list-filters2 .sort-filter select {
	margin-right: 10px
}
.product-list-filters2 .pagination {
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
	border-radius: 0
}
.product-list-filters2 .pagination li a {
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	padding: 10px 16px
}
.product-list-filters2 .pagination.pull-right li:last-child a {
	border-right: 0
}
.product-list-filters2 .pagination.pull-left li:first-child a {
	border-left: 0
}
.product-list-filters2 .pagination li.active a {
	background: #b44684;
	color: #fff
}

.result-amount 
{
display:inline !important;
}

.pagfloat {float:right;
}

.active-number
{font-size:16px;
color:#0095ab;
}

.filtertab
{ background-color:#b44684;
color:#FFFFFF;
font-size:18px;
text-align:center;
border-radius: 10px 10px 0px 0px;
width:15%;
float:right;
padding: 10px 5px 5px 10px;
margin: 5px 0px 0px 10px;
}

.filtertabmobile
{ background-color:#b44684;
color:#FFFFFF;
font-size:18px;
text-align:center;
border-radius: 10px 10px 0px 0px;
width:95%;
float:left;
padding: 10px 5px 5px 10px;
margin: 5px 0px 0px 10px;
}

.headerpadding
{width: 24%;
}

.mapwidth
{width: 39%;
}

.orangeborder {
    border: solid #2445ea 1px;
    background-color: #ffe9cb;
}
.margbottom {margin-bottom:10px;}
.image-border {border: 1px #B8B8B8 solid;}

.icon-pblock {width:93px; padding-left:11px; padding-right:11px;}
.dp-plan-new {width:47% !important}
.dp-plan-ab {width:18% !important;}
.dp-plan-ab-head {padding-top:13px; padding-bottom:4px; margin-bottom:4px; font-size:16px !important;}
.dp-plan-butmarg {margin-top:23px !important;}
.dp-plan-listmarg {margin-bottom:30px !important;}


/* DP Icons */

.dpicon {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
float:left; 
width:45px; 
height:45px;
margin-left:10px;}

.dpicon-1 {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
float:left; 
width:45px; 
height:45px;}

.dpicon-m {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
width:40px; 
height:40px;}

.smallicon { 
width:40px; 
height:40px;
margin-left:5px;
margin-right:5px;
}

.exsmallicon { 
width:25px; 
height:25px;
margin-left:0px;
margin-right:15px;
}

.largeicon { 
width:125px; 
height:125px;
margin-left:auto !important;
margin-right:auto !important;
float:none !important;
}

.largeicon-m { 
width:125px; 
height:125px;
}

.plan-dicon {
width:50px; 
height:50px; 
margin-bottom:5px;
margin-left:auto !important;
margin-right:auto !important;
float:none !important;
}

.procedure-selected {
background-color:#FFF5D2; 
border: 3px #CDCDCD solid;
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
opacity:40%;}

.benefits { padding-left:30px; padding-bottom:20px; display:block;}
.icon-general {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_PreventativeCare_icon_40px_blue.svg)}
.icon-basicpreventive, .icon-b\e1sicopreventivo {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_PreventativeCare_icon_40px_blue.svg)}
.icon-1038, .icon-oralsurgery {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_OralAndMaxillofacialSurgeon_icon_40px_blue.svg)}
.icon-specialty {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/SpecialtyDentist_icon_40px_blue.svg)}
.icon-1034, .icon-restorative, .icon-reconstituyente {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Peridontics_icon_40px_blue.svg)}
.icon-1035, .icon-braces, .icon-correctoresdentales {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Orthodontics_icon_40px_blue.svg)}
.icon-1036, .icon-cosmetic, .icon-cosm\e9tico {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/Cosmetic_icon_40px_blue.svg)}
.icon-1037, .icon-denturesbridges {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/Dentures_icon_40px_blue.svg)}
.icon-dental {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_PreventativeCare_icon_40px_blue.svg)}
.icon-1039, .icon-pharmacydiscounts, .icon-rx, .icon- {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/benefit-icons/DentalPlans_perscription_icon_2x.png)}
.icon-1040, .icon-visiondiscounts, .icon-visi\f3n {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/benefit-icons/DentalPlans_Vision_icon%20_2x.png)}
.icon-1041, .icon-hearingdiscounts, .icon-audici\f3n {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/benefit-icons/DentalPlans_Hearing_icon_2x.png)}
.icon-1042, .icon-oralhealthcareproducts, .icon-saludoral {background-image: url(https://images.dentalplans.com/2023/site-graphics/groups/benefit-icons/Oral.png)}
.icon-1044, .icon-alternativemedicine, .icon-medicinaalternativa {background-image: url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1045, .icon-chiropractic, .icon-quiropr\e1ctica {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Chiropractic_icon_2x.png)}
.icon-1047, .icon-massagetherapy, .icon-terapiademasajes {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1119, .icon-physicaltherapy, .icon-terapiaf\edsica {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1048, .icon-fitness, .icon-estadof\edsico {background-image: url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Fitness_icon_2x.png)}
.icon-1049, .icon-24hournursehotline, .icon-enfermeral\edneadirecta24horas {background-image: url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_DialCare_icon_2x.png)}
.icon-1050, .icon-diabeticsupplies, .icon-suministrosparadiab\e9tico {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1051, .icon-petsavings, .icon-ahorrosmascotas {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Save_icon_2x.png)}
.icon-1052, .icon-prepaiddiagnosticimaging, .icon-diagn\f3sticoporim\e1genesprepagado {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Procedures_icon_2x.png)}
.icon-1053, .icon-prepaidlab, .icon-laboratorioprepagado {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Procedures_icon_2x.png)}
.icon-1054, .icon-minuteclinic, .icon-cl\ednicaalminuto {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_MinuteClinic_icon_2x.png)}
.icon-1055, .icon-everydaysavings, .icon-ahorrosdiarios {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Save_icon_2x.png)}
.icon-1056, .icon-telemedicine, .icon-telemedicina {background-image: url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_DialCare_icon_2x.png)}
.icon-1057, .icon-edocamerica, .icon-edocam\e9rica {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_edoc_laptop_icon_2x.png)}
.icon-1058, .icon-mypersonalcounselor, .icon-miconsejeropersonal {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_edoc_laptop_icon_2x.png)}
.icon-1059, .icon-emergencymedicaltravel, .icon-asistenciam\e9dicadeurgenciaalviajero {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_travel_icon_2x.png)}
.icon-1060, .icon-specialtyhealth, .icon-especialidadm\e9dicos {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_SpecialtyHealthcare_icon_2x.png)}
.icon-1061, .icon-healthwealthconnection, .icon-conexi\f3nsaludriqueza {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Save_icon_2x.png)}
.icon-1062, .icon-medicalhealthadvisor, .icon-consultorm\e9dico {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1043, .icon-tobaccocessation, .icon-dejardefumar {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1046, .icon-wellnessproducts, .icon-productosparaelbienestar {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_AlternativeMedicine_icon_2x.png)}
.icon-1110, .icon-weightnutrition, .icon-pesonutrici\f3n {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Fitness_icon_2x.png)}
.icon-1060, .icon-specialtyhealthcare {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/SpecialtyDentist_icon_40px_blue.svg)}
.icon-1063, .icon-medicalbillsaver, .icon-m\e9dicobillahorro {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_Save_icon_2x.png)}
.icon-1064, .icon-myewellness, .icon-myewellness-sp {background-image:url(https://images.dentalplans.com/2023/site-graphics/groups/DentalPlans_edoc_laptop_icon_2x.png)}

/* INSURANCE BANNER */

.main-ins-banner { width:70%; margin-left:auto; margin-right:auto; border: 1px #C8C8C8 solid; margin-top:20px; background-color:#f6f6f6;}
.ins-banner-img {background-image:url(/images/dp/family_alpha.png); background-repeat:no-repeat; background-position: top center; background-size:auto; height:130px;}
.ins-banner-copy {padding:15px 20px 10px 10px;}

/* DP THEME */

.wp-theme-DP .btn {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.wp-theme-DP .btn i {
	margin-right: 4px
}

.wp-theme-DP .btn-slg {
	padding: 5px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.33;
	border-radius: 3px
}

.wp-theme-DP .btn-lg {
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.33;
	border-radius: 3px
}
.wp-theme-DP .btn-lg i {
	font-size: 24px;
	position: relative;
	top: 3px
}
.wp-theme-DP .btn-xs {
	padding: 4px 10px
}
.wp-theme-DP .btn-one {
	background-color: none;
	border: 2px solid #FFF;
	color: #FFF
}
.wp-theme-DP .btn-one:hover, .wp-theme-DP .btn-one:focus, .wp-theme-DP .btn-one:active, .wp-theme-DP .btn-one.active, .wp-theme-DP .open .dropdown-toggle.btn-one {
	color: #ffd49e;
	background-color: #FFF;
	border-color: #FFF
}
.wp-theme-DP .btn-one:active, .wp-theme-DP .btn-one.active, .wp-theme-DP .open .dropdown-toggle.btn-one {
	background-image: none
}
.wp-theme-DP .btn-two, .btn-primary {
    background: #2445ea;
    padding: 10px 20px 6px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px !important;
}
    .wp-theme-DP .btn-two:hover, .wp-theme-DP .btn-two:focus, .wp-theme-DP .btn-two:active, .wp-theme-DP .btn-two.active, .wp-theme-DP .open .dropdown-toggle.btn-two, .btn-primary:hover {
        color: #ffffff;
        background: rgba(36,69,234);
        background: linear-gradient(90deg,rgba(36,69,234,1) 0%,rgba(180,70,132,1) 100%);
        border-color: #fff;
    }
.wp-theme-DP .btn-two:active, .wp-theme-DP .btn-two.active, .wp-theme-DP .open .dropdown-toggle.btn-two {
	/*background-image: none*/
}
.wp-theme-DP .btn-three {
	color: #ffffff;
	background-color: #333;
	border: 1px solid;
	border-color: #292929
}
.wp-theme-DP .btn-three:hover, .wp-theme-DP .btn-three:focus, .wp-theme-DP .btn-three:active, .wp-theme-DP .btn-three.active, .wp-theme-DP .open .dropdown-toggle.btn-three {
	color: #ffffff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}
.wp-theme-DP .btn-three:active, .wp-theme-DP .btn-three.active, .wp-theme-DP .open .dropdown-toggle.btn-three {
	background-image: none
}
.wp-theme-DP .btn-four {
	background-color: none;
	border: 2px solid #2445ea;
	color: #2445ea
}


    .wp-theme-DP .btn-four:hover, .wp-theme-DP .btn-four:focus, .wp-theme-DP .btn-four:active, .wp-theme-DP .btn-four.active, .wp-theme-DP .open .dropdown-toggle.btn-four {
        color: #FFF;
        background-color: #2445ea
    }
.wp-theme-DP .btn-four:active, .wp-theme-DP .btn-four.active, .wp-theme-DP .open .dropdown-toggle.btn-four {
	background-image: none
}
.wp-theme-DP h1, .wp-theme-DP h2, .wp-theme-DP h3, .wp-theme-DP h4, .wp-theme-DP h5, .wp-theme-DP h6 {
    font-family: area-normal,sans-serif;
    font-weight: 800;
}

.wp-theme-DP .btn-five {
	color: #ffffff;
	background-color: #7C7C7C;
	border: 1px solid;
	border-color: #b6b6b6
}
    .wp-theme-DP .btn-five:hover, .wp-theme-DP .btn-five:focus, .wp-theme-DP .btn-five:active, .wp-theme-DP .btn-five.active, .wp-theme-DP .open .dropdown-toggle.btn-five {
        color: #ffffff;
        background-color: #2445ea;
        border-color: #2445ea
    }
.wp-theme-DP .btn-five:active, .wp-theme-DP .btn-five.active, .wp-theme-DP .open .dropdown-toggle.btn-five {
	background-image: none
}
.wp-theme-DP .btn-five {
    background-color: none;
    border: 1px solid #2445ea;
    color: #fff
}


.wp-theme-DP p {
	line-height: 1.4em;
}
.wp-theme-DP a {
	cursor: pointer
}
.wp-theme-DP a:hover {
}

.wp-theme-DP DSP a {
	color: #2445ea;
	cursor: pointer
}
.wp-theme-DP DSP a:hover {
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .35s;
	text-decoration:underline;
}

.wp-theme-DP bb a {
	color: #2445ea;
	cursor: pointer
}
.wp-theme-DP bb a:hover {
	
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .35s;
	text-decoration:underline;
}


.wp-theme-DP .bg-2 {
	background: #b44684;
	color: #FFF
}
.wp-theme-DP .menusection {
	margin-top:15px;
	background: #2445ea;
	color: #FFF
}
.wp-theme-DP .lw .bg-5 {
	background: #fcfcfc;
	border-top: 1px solid #e0eded;
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .ld .bg-5 {
	background: #363636;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444
}
.wp-theme-DP .lw .bg-3 {
	background: #fff;
	color: #616161
}
.wp-theme-DP .ld .bg-3 {
	background: #202020;
	color: #888
}
.wp-theme-DP .bg-4 {
	background: #333;
	color: #FFF
}
.wp-theme-DP .dark {
	background: #333;
	color: #FFF
}
.wp-theme-DP .red {
	background: #b44684;
	color: #FFF
}
.wp-theme-DP .orange {
	background: #f39c12;
	color: #FFF
}
.wp-theme-DP .green {
	background: #f39c12;
	color: #FFF
}
.wp-theme-DP .blue {
	background: #3498db;
	color: #FFF
}
.wp-theme-DP .light {
	background: #fff;
	color: #616161 !important
}
.wp-theme-DP .blockquote-1:hover {
	border-color: #2445ea
}
.wp-theme-DP .blockquote-1 p {
	font-size: 13px
}
.wp-theme-DP .section-title {
	display: inline-block;
	border-bottom: 1px solid #333;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	position: relative;
	overflow: hidden
}
.wp-theme-DP .section-title-dp {
	display: inline-block;
	margin: -5px 0 -16px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	overflow: hidden
}
.wp-theme-DP .lw .section-title {
	color: #333
}
.wp-theme-DP .lw .section-title-dp {
	color: #fff
}
.wp-theme-DP .ld .section-title {
	color: #fff
}
.wp-theme-DP .section-title.white {
	color: #fff;
	border-bottom: 1px solid #fff
}
.wp-theme-DP .navbar-wp {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	z-index: 1000
}
.wp-theme-DP .lw .navbar-wp {
	background: #fff;
}
.wp-theme-DP .ld .navbar-wp {
	background: #181818;
	border-bottom: 1px solid #444
}
.wp-theme-DP .ld .sticky-wrapper .navbar-wp {
	background: rgba(24,24,24,0.85);
	border-bottom: 1px solid #444
}
.wp-theme-DP .navbar-wp .navbar-nav>li>a {
	padding: 17px 20px;
	margin-right: 0;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	border-right:#fff 1px solid !important;
}
  
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a {
	color: #fff
}
/*#leftlink{
	border-left:#fff 1px solid;
}*/
header .navbar-wp .navbar-nav > li:first-child > a {
    border-left: 1px solid #fff;
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a {
	color: #fff
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #333
}
.wp-theme-DP .lw .navbar-wp .navbar-nav>li>a:hover, .wp-theme-DP .lw .navbar-wp .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2445ea
}
.wp-theme-DP .ld .navbar-wp .navbar-nav>li>a {
	color: #fff
}
.wp-theme-DP .ld .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #fff
}
    .wp-theme-DP .ld .navbar-wp .navbar-nav > li > a:hover, .wp-theme-DP .ld .navbar-wp .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #2445ea
    }
.wp-theme-DP .navbar-wp .navbar-nav > .active > a, .wp-theme-DP .navbar-wp .navbar-nav > .active > a:hover, .wp-theme-DP .navbar-wp .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #2445ea;
    border-radius: 0
}
.wp-theme-DP .navbar-wp .navbar-nav>.disabled>a, .wp-theme-DP .navbar-wp .navbar-nav>.disabled>a:hover, .wp-theme-DP .navbar-wp .navbar-nav>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent
}
.wp-theme-DP .navbar-wp .navbar-nav > .open > a, .wp-theme-DP .navbar-wp .navbar-nav > .open > a:hover, .wp-theme-DP .navbar-wp .navbar-nav > .open > a:focus {
    color: #FFF !important;
    background-color: #2445ea
}
.wp-theme-DP .navbar-wp .navbar-nav>.open>a .caret, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:hover .caret, .wp-theme-DP .navbar-wp .navbar-nav>.open>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a .caret {
	border-top-color: #4c4c4c;
	border-bottom-color: #4c4c4c
}
.wp-theme-DP .navbar-wp .navbar-nav > li > a.dropdown-form-toggle, .wp-theme-DP .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus {
    padding: 15px 16px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #2445ea
}
.wp-theme-DP .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle, .wp-theme-DP .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus {
    color: #2445ea !important;
    background-color: none
}
.wp-theme-DP .navbar-wp .navbar-toggle {
	border-color: #333;
	/*margin-top: 20px*/
}
.wp-theme-DP .navbar-wp .navbar-toggle .icon-bar {
	background-color: #4c4c4c
}
.wp-theme-DP .navbar-wp .navbar-toggle .icon-custom {
	font-size: 18px
}
    .wp-theme-DP .navbar-wp .navbar-toggle:hover, .wp-theme-DP .navbar-wp .navbar-toggle:focus {
        background-color: #2445ea;
        border-color: #2445ea
    }
.wp-theme-DP .navbar-wp .navbar-toggle:hover .icon-bar, .wp-theme-DP .navbar-wp .navbar-toggle:focus .icon-bar {
	background-color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-toggle:hover .icon-custom, .wp-theme-DP .navbar-wp .navbar-toggle:focus .icon-custom {
	color: #FFF
}
.wp-theme-DP .navbar-wp .navbar-toggle-aside-menu {
	/* padding: 8px 10px 2px 10px */
	margin-left: 3px !Important;
}
.wp-theme-DP .navbar-wp .navbar-collapse, .wp-theme-DP .navbar-wp .navbar-form {
	border-color: #e7e7e7
}
.wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a:hover .caret, .wp-theme-DP .navbar-wp .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp .dropdown-menu {
    min-width: 220px;
    background: #FFF;
    border: 0;
    border-top: 1px solid #2445ea;
    border-bottom: 3px solid #2445ea;
    border-radius: 0
}
.wp-theme-DP .navbar-wp .dropdown-menu>li {
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .navbar-wp .dropdown-menu>li:last-child {
	border: 0
}
.wp-theme-DP .navbar-wp .dropdown-menu>li>a {
	color: #333;
	padding: 8px 15px
}
    .wp-theme-DP .navbar-wp .dropdown-menu > li > a:hover {
        background: #2445ea;
        color: #FFF
    }
.wp-theme-DP .navbar-wp .dropdown-menu label.checkbox {
	color: #333
}
.wp-theme-DP .navbar-wp .dropdown-form h4 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFF
}
.wp-theme-DP .navbar-wp .dropdown-menu-user {
	border: 1px solid #e0eded;
	border-top-color: transparent
}
.wp-theme-DP .navbar-wp .dropdown-menu-user {
	background: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .dropdown-menu-user {
	background: #fff;
	border-color: transparent
}
.wp-theme-DP .navbar-wp .navbar-right .social-link {
	width: 40px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	padding: 10px;
	margin: 18px 0;
	border-radius: 100%
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.facebook:hover {
	background: #43609c;
	color: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.pinterest:hover {
	background: #cb2027;
	color: #fff
}
.wp-theme-DP .navbar-wp .navbar-right .social-link.twitter:hover {
	background: #62addb;
	color: #fff
}
.wp-theme-DP .lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .wp-theme-DP .lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2c2c2c
}
.wp-theme-DP .ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .wp-theme-DP .ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2c2c2c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus {
	color: #FFF;
	background-color: #2c2c2c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a .caret, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover .caret, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>.dropdown>a .caret {
	border-top-color: #4c4c4c;
	border-bottom-color: #4c4c4c
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle {
	padding: 15px 16px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: normal;
	background: none
}
    .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:hover, .wp-theme-DP .navbar-wp.navbar-contrasted .navbar-nav > li > a.dropdown-form-toggle:focus {
        background: none;
        color: #2445ea
    }
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu-user:after {
	bottom: 100%;
	right: 100%;
	border: solid transparent;

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu-user:after {
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-right: -35px
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.wp-theme-DP .navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after {
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-left: -35px
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu {
	min-width: 220px;
	background: #2c2c2c;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu>li {
	border-bottom: 1px solid #262626
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu>li>a {
	color: #fff;
	padding: 8px 15px
}
    .wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu > li > a:hover {
        background: #2445ea;
        color: #FFF
    }
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-menu label.checkbox {
	color: #fff
}
.wp-theme-DP .navbar-wp.navbar-contrasted .dropdown-form h4 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFF
}
.wp-theme-DP .dropdown-submenu {
	position: relative
}
.wp-theme-DP .dropdown-submenu>.dropdown-menu {
	top: -5px;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
.wp-theme-DP .dropdown-submenu:hover>.dropdown-menu {
	display: block
}
.wp-theme-DP .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -6px
}
.wp-theme-DP .dropdown-submenu:hover>a:after {
	border-left-color: #fff
}
.wp-theme-DP .dropdown-submenu.pull-left {
	float: none
}
.wp-theme-DP .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.wp-theme-DP .nav>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.wp-theme-DP .nav>ul>li {
	border-bottom: 1px solid #333
}
.wp-theme-DP .nav>ul>li>a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff
}
    .wp-theme-DP .nav > ul > li > a:hover {
        text-decoration: none;
        color: #2445ea;
        background: #292929
    }
.wp-theme-DP .nav>ul>li>a>i {
	margin-right: 5px
}
.wp-theme-DP .lw .pg-opt {
	border-bottom: 1px solid #e0eded;
	background: #fcfcfc
}
.wp-theme-DP .ld .pg-opt {
	border-bottom: 1px solid #444;
	background: #111
}
.wp-theme-DP .pg-opt.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	background: rgba(250,250,250,0.9);
	border-bottom: 1px solid #e0eded;
	z-index: 900
}
.wp-theme-DP .pg-opt h2 {
	margin: 0;
	padding: 14px 0;
	font-size: 22px;
	line-height: 100%
}
.wp-theme-DP .pg-opt.fixed h2 {
	margin-bottom: 15px
}
.wp-theme-DP .pg-opt hr {
	margin: 0;
	border-top-color: #dde1e6;
	-webkit-box-shadow: 0 1px 0 #fbfbfc;
	-moz-box-shadow: 0 1px 0 #fbfbfc;
	box-shadow: 0 1px 0 #fbfbfc
}
.wp-theme-DP .pg-opt.fixed hr {
	display: none
}
.wp-theme-DP .pg-opt .breadcrumb {
	float: right;
	margin: 0;
	padding: 16px 0;
	background: none;
	border-radius: 0
}
    .wp-theme-DP .pg-opt .breadcrumb a {
        color: #2445ea
    }

@media only screen and (max-width:767px) {
.wp-theme-DP .pg-opt .pg-nav {
	float: left;
	margin-bottom: 10px
}
.wp-theme-DP .pg-opt h2 {
	padding: 20px 0 0 0
}
}
.wp-theme-DP .page-header {
	margin: 0;
	border: 0
}
.wp-theme-DP .page-header p {
	font-size: 16px;
}
.wp-theme-DP .w-box {
	margin: 0 25px 15px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #e0eded
}
.wp-theme-DP .w-box:before, .wp-theme-DP .w-box:after {
	display: table;
	content: ""
}
.wp-theme-DP .w-box:after {
	clear: both
}
    .wp-theme-DP .w-box h1 {
        margin: 0;
        padding: 10px 15px;
        font-weight: 500;
        font-size: 18px;
        font-weight: 800;
    }
.wp-theme-DP .lw .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 25px;
	color: #00b6c9;
}
.wp-theme-DP .ld .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #fff
}
.wp-theme-DP .w-box.inner h2 {
	padding: 10px 0
}
.wp-theme-DP .w-box small {
	display: block;
	font-size: 12px;
	margin-top: 3px
}
.wp-theme-DP .w-box p {
	margin: 6px 0;
	padding: 0 0px;
	padding-bottom: 8px
}
.wp-theme-DP .w-box time {
	display: block;
	padding: 8px 15px 0 15px
}
.wp-theme-DP .w-box .w-footer {
	padding: 10px 15px;
	border-top: 1px solid #f1f1f1
}
.wp-theme-DP .w-box .w-footer:before, .wp-theme-DP .w-box .w-footer:after {
	display: table;
	content: ""
}
.wp-theme-DP .w-box .w-footer:after {
	clear: both
}
.wp-theme-DP .w-box .w-footer small {
	font-size: 12px
}
.wp-theme-DP .w-box .w-box-parent {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.wp-theme-DP .w-box .date-over {
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	font-weight: normal
}
.wp-theme-DP .w-box .date-over.small {
	padding: 4px 8px;
	font-size: 12px
}
.wp-theme-DP .w-box .date-over strong {
	font-size: 12px;
	display: block;
	font-weight: normal
}
.wp-theme-DP .w-box.dark {
	background: #333
}
.wp-theme-DP .w-box.dark h2 {
	color: #fff
}
.wp-theme-DP .w-box.white h2 {
	border-bottom: 0;
	text-align: center
}
.wp-theme-DP .w-box.white .thmb-img {
	text-align: center;
	padding: 15px 0
}
.wp-theme-DP .lw .w-box.white {
	background: #FFF
}
.wp-theme-DP .lw .w-box.white .thmb-img i {
	font-size: 64px;
	color: #616161
}
.wp-theme-DP .ld .w-box.white {
	background: #202020;
	border: 1px solid #444
}
.wp-theme-DP .ld .w-box.white .thmb-img i {
	font-size: 64px;
	color: #616161
}
.wp-theme-DP .w-box.w-box-inverse .thmb-img i {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	font-size: 34px;
	line-height: 100px;
	text-align: center
}
.wp-theme-DP .lw .w-box.w-box-inverse .thmb-img i {
    background: #fcfcfc;
    color: #2445ea
}
.wp-theme-DP .ld .w-box.w-box-inverse .thmb-img i {
	background: #363636;
	color: #fff
}
.wp-theme-DP .w-box.w-box-inverse .thmb-img:hover i {
    background: #2445ea;
    color: #FFF
}
.wp-theme-DP .c-box {
    border: 1px solid #2445ea
}
    .wp-theme-DP .c-box .c-box-header {
        padding: 10px 15px;
        background: #2445ea;
        color: #fff;
        font-size: 16px;
        text-transform: capitalize
    }
.wp-theme-DP .c-box .table {
	margin: 0
}
.wp-theme-DP .ld .w-section h4, .wp-theme-DP .ld .w-section h3, .wp-theme-DP .ld .w-section h2 {
	color: #fff
}
.wp-theme-DP .w-section .aside-feature {
	margin: 10px;
	cursor: default
}
.wp-theme-DP .w-section .aside-feature .icon-feature {
	font-size: 68px;
	margin-top: 10px;
	text-align: center;
	display: block
}
.wp-theme-DP .w-section .aside-feature:hover .icon-feature, .wp-theme-DP .w-section .aside-feature:hover h4 {
	color: #000
}
.wp-theme-DP .w-section .aside-feature .img-feature {
	margin-top: 4px;
	display: block
}
.wp-theme-DP .w-section .aside-feature .img-feature img {
	width: 78px
}
.wp-theme-DP .layer-slider-wrapper {
	overflow: hidden;
	border-bottom: 1px solid #e0eded
}
.wp-theme-DP .layer-slider-wrapper .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize
}
    .wp-theme-DP .layer-slider-wrapper .title.title-base {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        color: #FFF;
        background: #2445ea;
        text-transform: capitalize
    }
.wp-theme-DP .layer-slider-wrapper .title.title-dark {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize
}
    .wp-theme-DP .layer-slider-wrapper .subtitle {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        text-transform: capitalize
    }
.wp-theme-DP .layer-slider-wrapper .list-item {
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
	color: #000;
	text-transform: capitalize
}
.wp-theme-DP .layer-slider-wrapper .text-standard {
	font-size: 16px;
	line-height: 22px
}
.wp-theme-DP .box-element {
	padding: 20px
}
.wp-theme-DP .box-element:nth-child(n+1) {
	margin-top: 20px
}
.wp-theme-DP .box-element h1 {
	margin: 10px 0 !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
    .wp-theme-DP .box-element.box-element-bordered {
        background: transparent !important;
        border: 1px solid #2445ea
    }
.wp-theme-DP .box-element.box-element-outer {
	padding-left: 0;
	padding-right: 0
}
.wp-theme-DP .pricing-plans .plan-header .popular-tag {
	background: #333;
	border-bottom: 1px solid #FFF;
	color: #fff
}
.wp-theme-DP .carousel-2 {
	position: relative
}
.wp-theme-DP .carousel-2 .item {
	padding: 36px 0 !important
}
.wp-theme-DP .carousel-2 .carousel-indicators {
	bottom: 0
}
.wp-theme-DP .carousel-2 .carousel-indicators li {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px
}
    .wp-theme-DP .carousel-2 .carousel-indicators .active {
        background-color: #2445ea
    }
.wp-theme-DP .carousel-2 .img-thumbnail {
	margin-top: 26px
}
.wp-theme-DP .carousel-2 h2 {
	font-size: 22px
}
    .wp-theme-DP .carousel-2 .carousel-nav a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 10px;
        right: 0;
        margin-top: 0;
        font-size: 18px;
        text-align: center;
        border: 1px solid transparent;
        background: #f5f5f5;
        color: #2445ea;
        opacity: 1
    }
        .wp-theme-DP .carousel-2 .carousel-nav a:hover {
            background: #2445ea !important;
            color: #fff
        }
.wp-theme-DP .carousel-2 .carousel-nav a.left {
	right: 36px
}
.wp-theme-DP .carousel-2 .carousel-nav a.right {
	right: 0
}
.wp-theme-DP .carousel-2 .carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 22px;
	margin-top: -11px
}
.wp-theme-DP .carousel-2 .carousel-control.left i {
	left: 18px
}
.wp-theme-DP .carousel-2 .carousel-control.right i {
	right: 18px
}
.wp-theme-DP .carousel-3 {
	position: relative
}
    .wp-theme-DP .carousel-3 .carousel-nav a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: -50px;
        right: 0;
        margin-top: 0;
        font-size: 18px;
        text-align: center;
        border: 1px solid transparent;
        background: #f5f5f5;
        color: #2445ea;
        opacity: 1
    }
        .wp-theme-DP .carousel-3 .carousel-nav a:hover {
            background: #2445ea !important;
            color: #fff
        }
.wp-theme-DP .carousel-3 .carousel-nav a.left {
	right: 36px
}
.wp-theme-DP .carousel-3 .carousel-nav a.right {
	right: 0
}
.wp-theme-DP .carousel-3 .carousel-nav a:hover {
	background: #FFF
}
.wp-theme-DP .carousel-testimonials {
	position: relative;
	border: 1px solid #e0eded
}
.wp-theme-DP .like-button .button {
	display: block;
	text-align: right;
	padding-top: 10px;
	color: #ddd
}
.wp-theme-DP .like-button .button i {
	font-size: 20px;
	color: #ddd
}
    .wp-theme-DP .like-button .button.liked i {
        color: #2445ea
    }
.wp-theme-DP .like-button .count {
	display: block;
	text-align: right;
	position: relative;
	top: -7px
}
.wp-theme-DP .like-button.inline .button {
	display: inline-block;
	padding: 0
}
.wp-theme-DP .like-button.inline .count {
	display: inline-block;
	top: -2px
}
.wp-theme-DP .like-button.inline .count small {
	font-size: 13px
}
.wp-theme-DP .side-like-box {
	text-align: center;
	padding: 5px 5px 0 5px;
	margin-top: 10px
}
.wp-theme-DP .side-like-box .button {
	text-align: center;
	padding: 0
}
.wp-theme-DP .side-like-box .count {
	text-align: center
}
.wp-theme-DP .side-like-box i {
	font-size: 24px
}
.wp-theme-DP ul.list-listings-dp {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	list-style: none
}
.wp-theme-DP ul.list-listings-dp li {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border: 2px solid #f3f3f3;
	overflow: hidden
}
    .wp-theme-DP ul.list-listings-dp li.featured {
        border-color: #2445ea
    }
.wp-theme-DP ul.list-listings-dp li:before, .wp-theme-DP ul.list-listings li:after {
	content: "";
	display: table
}
.wp-theme-DP ul.list-listings-dp li:after {
	clear: both
}
.wp-theme-DP ul.list-listings-dp .listing-header {
	clear: both;
	padding: 8px 15px;
	font-weight: 600;
	text-transform: uppercase
}
.wp-theme-DP ul.list-listings-dp .listing-image {
	width: 12%;
	float: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.wp-theme-DP ul.list-listings-dp .listing-image-mobile {
	width: 30%;
	float: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp {
	width: 62%;
	height: 170px;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dpnew {
	width: 62%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

@media screen and (max-width: 320px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}
@media screen and (max-width: 480px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}
@media screen and (max-width: 650px){.wp-theme-DP ul.list-listings-dp .listing-body-dpnew{width: 100%}}


.wp-theme-DP ul.list-listings-dp .listing-body-dpplans {
	width: 37%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.dp-plan-ab {
  width: 33% !important;
}

.dp-plan-ab-head {
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 16px !important;
}

@media screen and (max-width: 320px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}
@media screen and (max-width: 480px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}
@media screen and (max-width: 650px){.wp-theme-DP ul.list-listings-dp .listing-body-dpplans{float:right !important;}}


.wp-theme-DP ul.list-listings-dp .listing-body-dpnopic {
	width: 80%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp-mobile {
	width: 60%;
	padding: 15px;
	float: left;
	line-height: 20px;
}

.wp-theme-DP ul.list-listings-dp .listing-body-dp h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px
}
.wp-theme-DP ul.list-listings-dp .listing-body-dp h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.wp-theme-DP ul.list-listings-dp .listing-actions {
	width: 18%;
	height: 110px;
	padding-top: 20px;
	float: right;
	text-align: center;

}
.wp-theme-DP ul.list-listings-dp .listing-actions2 {
	width: 100%;
	height: 110px;
	padding-top: 20px;
	float: left;
	text-align: center;

}
.wp-theme-DP ul.list-listings-dp .listing-actions .btn {
	margin-top: 6px
}
.wp-theme-DP ul.list-check-dp {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0
}
.wp-theme-DP ul.list-check-dp li {
	padding: 4px 0;
	margin: 0;
	display: block;
	width: 100%
}
    .wp-theme-DP ul.list-check-dp li i {
        color: #2445ea;
        font-style: normal;
        margin-right: 4px
    }
.wp-theme-DP ul.list-check-dp li span {
	font-size: 14px
}
.wp-theme-DP ul.categories-dp {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #e0eded;
	overflow: hidden
}
.wp-theme-DP ul.categories-dp li {
	border-bottom: 1px solid #e0eded;
	position: reltive
}
.wp-theme-DP ul.categories-dp li:last-child {
	border: 0
}
.wp-theme-DP ul.categories-dp li a {
	display: block;
	padding: 10px 15px
}
.wp-theme-DP ul.categories-dp li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: relative;
	top: 0;
	float: right
}
    .wp-theme-DP ul.categories-dp li a:hover {
        background: #2445ea;
        color: #FFF;
        text-decoration: none
    }
.wp-theme-DP ul.categories-dp li a i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-style: normal;
	color: #999;
	font-size: 11px
}
.wp-theme-DP ul.categories li a:hover i {
	color: #FFF
}
.wp-theme-DP .timeline .year {
	width: 100%;
	background: #333;
	padding: 8px 10px;
	margin: 20px auto 40px !important;
	font-size: 20px
}
.wp-theme-DP .timeline .year {
	border-radius: 3px
}
.wp-theme-DP .timeline .event {
	padding: 0;
	border: 1px solid #e0eded;
	border-radius: 0
}
    .wp-theme-DP .timeline .event:nth-child(2n):before {
        content: "";
        display: inline-block;
        position: absolute;
        right: -6.8% !important;
        top: 20px;
        width: 10px;
        height: 10px;
        background: #2445ea;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
.wp-theme-DP .timeline .event:nth-child(2n-1):after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent
}
    .wp-theme-DP .timeline .event:nth-child(2n-1):before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -6.5% !important;
        top: 20px;
        width: 10px;
        height: 10px;
        background: #2445ea;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
.wp-theme-DP .timeline .event-date {
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #e0eded;
	text-align: left;
	padding: 10px 10px;
	font-weight: 500;
	font-size: 14px
}
.wp-theme-DP .timeline .event:nth-child(2n) .event-date:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 20
}
.wp-theme-DP .timeline .event:nth-child(2n) .event-date:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	right: -13px;
	width: 0;
	height: 0;
	border-left: 13px solid #ddd;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	z-index: 0
}
.wp-theme-DP .timeline .event:nth-child(2n-1) .event-date:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -12px !important;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 20
}
.wp-theme-DP .timeline .event:nth-child(2n-1) .event-date:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: -13px;
	width: 0;
	height: 0;
	border-right: 13px solid #ddd;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	z-index: 0
}
.wp-theme-DP .timeline .event-date small {
	display: block;
	font-size: 12px;
	color: #a1a1a1;
	font-weight: normal
}
.wp-theme-DP .timeline .event-date i {
	margin-right: 7px
}
.wp-theme-DP .timeline .event-body {
	background: #f8f8f8
}
.wp-theme-DP .timeline .event-footer {
	margin: 0;
	text-align: left;
	padding: 8px 10px;
	background: none;
	border-top: 1px solid #e0eded
}
.wp-theme-DP .timeline .event-footer:after, .wp-theme-DP .timeline .event-footer:before {
	display: table;
	content: " "
}
.wp-theme-DP .timeline .event-footer:after {
	clear: both
}
.wp-theme-DP .timeline .event img {
	margin: 0
}
.wp-theme-DP .timeline p {
	padding: 20px 10px;
	text-align: left
}
.wp-theme-DP .timeline iframe {
	margin: 10px 0 0 0
}
.wp-theme-DP #toTop {
	display: block;
	text-decoration: none;
	position: fixed;
	bottom: -50px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 48px;
	border: 2px solid #989A9c;
	border-bottom: 0;
	text-indent: 100%;
	background: #64676c;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wp-theme-DP #toTopHover {
    bottom: 0px;
    background: #2445ea;
    border-color: #EEE;
    width: 40px;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.wp-theme-DP #toTop:active, .wp-theme-DP #toTop:focus {
	outline: none
}
.wp-theme-DP #toTop:before {
	font-family: 'FontAwesome';
	content: "\f106";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0;
}

.wp-theme-DP #toTop.visible {
	bottom: -10px;
}

.wp-theme-DP #toTop:hover {
    bottom: 0px;
    background: #2445ea;
    border-color: #fbbe74;
    width: 40px;
    overflow: hidden;
    float: left;
}

.wp-theme-DP #toTop:not(.visible) { bottom: -50px !important; } 

.wp-theme-DP .widget.tags-wr {
	padding-bottom: 15px
}
.wp-theme-DP .tags-list:before, .wp-theme-DP .tags-list:after {
	display: table;
	content: ""
}
.wp-theme-DP .tags-list:after {
	clear: both
}
.wp-theme-DP .tags-list {
	list-style: none;
	padding-left: 0;
	margin: 0
}
    .wp-theme-DP .tags-list li {
        border: 1px solid #2445ea;
        background: #FFF;
        padding: 5px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #000;
        font-size: 12px
    }
        .wp-theme-DP .tags-list li a {
            color: #2445ea;
            margin-left: 4px
        }
        .wp-theme-DP .tags-list li:hover {
            background: #2445ea;
            color: #FFF
        }
.wp-theme-DP .tags-list li:hover a {
	color: #FFF;
	text-decoration: none
}



/*  V2 EDITS HEADER*/
.slider-wrapper
{
border:none;
}
.f-wrapper {
padding:0;
}
.span-tel {
    font-family: Arial;
    font-size: 11px;
}
.fgroup-wrapper h4 {
    font-size: 13px;
	}
.fgroup-wrapper-inner
{
padding:10px;
}
.ul-offer-left
{
clear:both;
}
ul.ul-offer {
font-size:11px;
}
.f-wrapper {
float:left;
padding-left:40px;
}
a.span-visit {
font-size:11px;
}
.nav-mob-icon
{
background:url('../images/icon-phone.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.nav-toggle-icon
{
background:url('../images/icon-toggle.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.navbar-user-icon
{
background:url('../images/icon-user.png');
width:34px;
height:34px;
border:0;
margin-top:10px;
}
.broker-ul  .section-title-dp {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: -5px 0 -15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.ul-title-dp > li {
    list-style: disc;

    color: #000;
    font-weight: normal;
}
.txt-icon
{
background:url('../images/txt-icon.png') no-repeat;
width:27px;
height:27px;
display:block;	
}
.search-arrow
{
background:url('../images/search-arrow.png') no-repeat;
width:15px;
height:16px;
padding:4px 8px;
position:relative;
margin-left:6px;
position:relative;
top:6px;
}

.lbl-search
{
float:left;
}
.btnserach-wrapper
{
margin:0 auto;
}
.title.mob-heading.hidden-lg.hidden-md.hidden-sm {
    float: right;
    position: absolute;
    right: -40%;
    top: 35px;
	text-align:center;
}
/*
.title.mob-heading h2 

 {
    font-size:43px!important;
	float:none !important;	
	text-align:right;
	margin:0;
	line-height:38px !important;
	}	
.title.mob-heading h3
{
 font-size:43px !important;
	float:none important;	
	text-align:right;
	margin:0;
	line-height:38px !important;
}
*/
.footer-add
{
padding-bottom:30px;
}

.form-horizon .div-radio
{
text-align:left;
position:relative;
top:15px;
}

.form-horizon .radio-inline, .form-horizon.checkbox-inline
{
padding-left:0;
font-size: 15px;
}
input.css-radiobox[type="radio"] + label.radio-label
{
font-size:15px;
}
label.radio-label {
/*background-image:url(../images/mob-radio.png) !important;*/
}

.member-list h2 {
    font-size: 24px;
}
.member-right {
width: 70%;
}

.carousel-desk-heading h2
{
color:#00a5b6;
font-size:30px;
margin:0;
}
.carousel-desk-heading h3
{
font-size:22px;
color:#343741;
margin:0;
}
.carousel-desk-heading h5
{
color:#343741;
font-size:14px;
margin:0;
line-height:24px;
}

.carousel-caption {
 float:right !important;
 left: 42%;
 right:-5px;
 top:40px;
 padding-top:0;
}

.member-list-wrap
{
min-height:100px;
}
.member-list-wrap.icon-smile {
background:none;
}
.home-form #btnsearch2
{
margin-top:20px;
font-weight:bold;
font-size:18px;
}
.carousel-indicators {
    bottom:0px;
    left:100%;
	width:30%;
}

.carousel-indicators .active
{
background:#b7cccf;
}
.carousel-indicators li{
background:#fff;
border:solid 1px #b7cccf;
}

.btn-inwrap
{
text-align:left;
}
/*---contact form---*/
#btncontact
{
float:right;
width:110px;
font-size:16px;
padding:8px;
}
.cont-contact.p-15

{
padding:0 !important;
}
.adv-wrap
{
margin-top:10px;
display:inline-block;
}

.footer-wrapper-all p {
text-align:left;
}

.login-wrapper input {
    width:100%;
}
.th1-heading {
    font-size: 20px!important;
}
.table-wrapper table th {
    color: hsl(0, 0%, 100%);
    font-size: 13px;
}
.table-wrapper tbody tr td {
    padding: 3px 0 !important;
}
.th1 span {
    font-size: 13px;
}




@media only screen and (min-width:1440px) {
.slider {
	width: 100%
}
}

@media (max-width:460px) {
.search-wr .search-sign i {
	margin-left: 0
}
.global-search-input {
	font-size: 16px;
	padding: 14px 0
}
}



/*--------------------ipad portrait media query-----------------------------*/
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  body
  {
  font-size:14px;
  }
  
  .layerslider-banner img
  {
  width:100%;
  }
  .wp-theme-1 .layer-slider-wrapper .title h2 {
    font-size: 35px;
	}
  .wp-theme-1 .layer-slider-wrapper .title h1 {
    font-size: 40px;
	}
  .wp-theme-1 .layer-slider-wrapper .title h3 {
    font-size: 38px;
    line-height: 30px;
	}
	.tab-content p {
    font-size: 16px;
}
#div-txtzipcode {
    float: left;
	min-width:210px;
	max-width:280px;
	width:100%;
}
.input-group-lg > .form-control
{
height: 30px;
padding: 5px 10px;
font-size: 14px;
}
a.btnsearch {
    background: #2445ea;
    padding: 6px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
}
a.btnSearch:hover{    
    color: #ffffff;
    background: rgba(36,69,234);
    background: linear-gradient(90deg,rgba(36,69,234,1) 0%,rgba(180,70,132,1) 100%);
    border-color: #fff;
    /*border:2px solid #B44684;*/
}
.tabcontainer {
    margin: 15px 0px 0px;
	width:auto;
	}
	
.tab-content {
    padding: 5px 0px 0px 15px;
 }
  .nav > li {
    width: 130px;
	}
  .tabcontainer .nav-tabs > li a {
  font-size:25px;
  }
.form-horizon p {
    font-size: 16px;
    line-height: 30px;
}
.section-title-dp ul {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0 20px;
}
input.css-radiobox[type="radio"] + label.radio-label {
font-size:14px;
}
.th1-heading {
    font-size: 22px !important;
}
.wp-theme-1 .lw .w-box h2 {
font-size:20px;
}
#txtzipcode {
    border-radius: 0;
    height: 30px;
}
.icon-tick {
    background: url("../images/tick.png") no-repeat;
    background-size: 70% auto;
    height: 30px;
    margin-left: -10px;	
    position: relative;
    top: 10px;
    width: 30px;
}
.broker-ul .row {
    padding-left: 10px;
}


}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
{
.wp-theme-1 .layer-slider-wrapper .title h1 {
    font-size:48px;
}
.wp-theme-1 .layer-slider-wrapper .title {
    padding: 40px 0;
}
.wp-theme-1 .layer-slider-wrapper .title h2
{
font-size:42px;
}
.form-horizon p {
    font-size: 18px;
}	
.form-horizon .div-radio {
    float:left;
    padding:0 0 0 20px;
    position: relative;
    text-align: left;
    top: 0;
}	
.wp-theme-1 .layer-slider-wrapper .title h3 {
    font-size: 32px;
    line-height: 24px;
}
.form-horizon p {
    font-size: 16px;
}
.broker-ul .row {
    padding-left: 10px;
}
.tabcontainer {
    display: block;
    margin: 15px 0 0;
    width: 400px;
	min-width:400px;
}
.tab-content p {
    font-size: 16px;
}
#div-txtzipcode {
    float: left;
    max-width: 280px;
	min-width: 230px;
	width:100%;
}	
a.btnsearch {
    padding:8px 10px;
    width: 100px;
	font-size:18px;
}
#btnsearch1 {
right:15px;
}
.tab-content {
padding: 5px 0 10px 25px;
}
.wp-theme-1 .layer-slider-wrapper .title {
    padding: 30px 0;
}
.wp-theme-1 a {
  color: #666 !Important;
  cursor: pointer;
}

#txtzipcode {
height: 35px;
}
.form-horizon p {
 line-height: 35px;
}

}

.nav-icon-right div.visible-xs {
    text-align: right
}


@media only screen
and (min-width :460px)
and (max-width : 767px) {

.mob-heading h2 {
    font-size: 60px !important;
    line-height:55px !important;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 60px !important;
    line-height:55px !important;
}
.mob-heading
{
top:55px !important;
}
.section-title-dp > ul {
    font-size: 15px;
    padding: 5px 18px;
}
.section-title-dp br {
    display: none !important;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)  and (max-width:480px) {

.mob-heading h2 {
    font-size: 56px ;
    line-height:55px ;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 60px;
    line-height:55px ;
}
.mob-heading
{
top:55px;
}
.section-title-dp > ul {
    font-size: 15px;
    padding: 5px 18px;
}

.section-title-dp br {
    display: none;
}
.th1-heading {
    font-size: 20px!important;
}
}



/* Smartphones (portrait) ----------- */
@media only screen 

and (max-width : 480px) {
.mob-heading h2 {
    font-size: 44px !important;
    line-height:38px !important;
	margin:0 auto;
	float:none !important;
	text-align:center;
}
.mob-heading h3 {
    font-size: 46px !important;
    line-height:40px !important;
}
.mob-heading
{
top:22px !important;
}
.th1-heading {
    font-size: 20px!important;
}

}


/* ROUNDEDTABS */ 

div.tabs-dp {
	margin-bottom: 0
}
div.tabs-dp:before, div.tabs-dp:after {
	display: table;
	content: " "
}
div.tabs-dp:after {
	clear: both
}
div.tabs-dp div.tab-dp-content {
	-moz-border-radius: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	padding: 15px
}
div.tabs-dp div.tab-dp-content.tab-dp-content-inverse {
	border: 1px solid #EEE;
	background: transparent
}
div.tabs-dp ul.nav-tabs-dp {
	margin: 0
}
div.tabs-dp ul.nav-tabs-dp li.active a {
	background: #fff;
	border-top: 1px solid #ddd;
	color: #53565A !important;
	border-radius: 10px 10px 0px 0px;
}
div.tabs-dp ul.nav-tabs-dp a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f7f7f7;
	border: 0;
	border-bottom: 0;
	margin-right: 0;
	color: #97999B !important;
}
    div.tabs-dp ul.nav-tabs-dp a:hover {
        border-top: 1px solid #ddd;
        color: #2445ea !important;
    }
div.tabs-dp ul.nav-tabs-dp a:active, div.tabs-dp ul.nav-tabs-dp a:focus {
	border-bottom: 0
}
div.tabs-dp-left ul.nav-tabs-dp a:active, div.tabs-dp-left ul.nav-tabs-dp a:focus {
	border-right: 0
}
div.tabs-dp ul.nav-tabs-dp a, div.tabs-dp ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-top: 1px solid #ddd;
	font-size: 0.9em
}
div.tabs-dp ul.nav-tabs-dp a:last-child, div.tabs-dp ul.nav-tabs-dp a:last-child:hover {
	border-right: 1px solid #ddd
}
div.tabs-dp-left ul.nav-tabs-dp a, div.tabs-dp-left ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-left: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em
}
div.tabs-dp-right ul.nav-tabs-dp a, div.tabs-dp-right ul.nav-tabs-dp a:hover {
	border: 1px solid #EEE;
	border-left: 0;
	border-right: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em
}
.tabbable.tabs-dp-left {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px
}
div.tabbable.tabs-dp-left div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	padding: 15px
}
div.tabbable.tabs-dp-left ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-right: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px
}
div.tabbable.tabs-dp-left ul.nav-tabs-dp li.active a {
	background: #fff;
	color: #CCC
}
.tabbable.tabs-dp-right {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px
}
div.tabbable.tabs-dp-right div.tab-dp-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	margin: 0;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.04);
	padding: 15px
}
div.tabbable.tabs-dp-right ul.nav-tabs-dp a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-left: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px
}
div.tabbable.tabs-dp-right ul.nav-tabs-dp li.active a {
	background: #fff;
	color: #CCC
}
.tabs-dp-centered {
	width: 100%;
	display: table;
	margin: 0 auto
}
.tabs-dp-centered ul li {
	width: 100px;
	display: inline-block;
	float: none
}
div#givefeedback_container
{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
}
a.feed_back_link
{
    display: inline-block;
    width: 81px;
    height: 81px;
    background: url('/content/images/feedback_img.gif') no-repeat 0px 0px;
}
/*
#dentistResultsAnimation 
{

  position: fixed;
  top: 40%;
  text-align: center;
  z-index:1000;
  width: 100% !Important;
  height:100% !Important;
}

#dentistResultsAnimation  div
{
  background-color: white;
}
*/
span.plan_amount_gray {
    font-size: 22px;
    color: #666;
    text-decoration: line-through;
    font-style: italic;
}


/******** cart page style ****************/

div.cart_container { clear: both; width: 699px; height: 273px; background: url('images/cart_bg_img.jpg') no-repeat 0px 0px; margin: 5px auto; }

div.cart_inner_container { padding: 60px 20px; line-height: 16px;}

a.btncart_cont_shopping { display: block; width: 174px; height: 26px; background: url('/content/images/ojbutton_contshop.gif') no-repeat 0px 0px; margin: 0px 8px;}

a.cart_contact_link {
    color: #2445ea;
    text-decoration: underline;
}
    a.cart_contact_link:hover {
        color: #2445ea;
    }

.lnkSearchEnhDentist 
{
    text-align: right;
    padding-top: 10px;
    text-decoration: Underline;
}
/* Top 3 Plans */
.bluebar {min-height:5px;}
.plansearchicon { 
width:40px; 
height:40px;
margin-left: 10px;
margin-right:10px;
}

.plansearchicon-f { 
width:40px; 
height:40px;
margin-left: 0px;
margin-right:10px;
}

.plansearchicon-l { 
width:40px; 
height:40px;
margin-left: 10px;
margin-right:0px;
}

.wp-block.default {
    border: 2px solid #2445ea !important;    
    background: #fff;
}

.shopsafely {
	background-color: #f7f7f7 !important;
	border-radius: 20px !important;
	float:right;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {.bls-5 {width:83%} .bls-4 {width:69%} .bls-3 {width:51%} .bls-2 {width:33%} .bls-1 {width:9%}}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {.bls-5 {width:93%} .bls-4 {width:74%} .bls-3 {width:56%} .bls-2 {width:37%} .bls-1 {width:9%} .plansearchicon { width:40px; height:40px; margin-left: 5px; margin-right:5px;
}}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {.bls-5 {width:93%} .shopsafely {margin-top: 20px; float:none;}  }

/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px
}
*/

[name="google_conversion_frame"], img[src*="ads.yahoo.com"], img[src*="bat.bing.com"], img[src*="www.googleadservices.com"]
{
    position: absolute;
    visibility: hidden;
    bottom: 0;
    left: 0;
    z-index: -999;
}



.height0 {
	height: 0px;
}
.height150 {
	height: 150px;
}
.floatright {
	float: right;
}
smilecart {
	float: left;
	padding-right: 10px;
}
.smilecart {
	float: left;
	padding-right: 10px;
}
.padtop15 {
	padding-top: 15px;
}
.btmbord0 {
	border-bottom: 0px !important;
}
.linethrough {
	text-decoration: line-through;
}
.card-pad10tl {
	padding-right: 10px;
	padding-left: 10px;
}
.cartpad10-lr {
	padding-right: 10px;
	padding-left: 10px;
}
.cartlock {
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.creditcard {
	padding-bottom: 13px;
}
.width50 {
	width: 50px;
}
.marg-right10 {
	margin-right: 10px;
}
.height10 {
	height: 10px;
}
.padbtm10 {
	padding-bottom: 10px;
}


/*Additional bonus benefits*/

   @media (min-width: 1200px) {.top3-evencolumns { min-height:155px;} .extra-pad {min-height:200px;}}
    @media (min-width: 992px) and (max-width: 1199px) {.top3-evencolumns { min-height:198px;} .extra-pad {min-height:200px;}}
    @media (min-width: 768px) and (max-width: 991px) {.top3-evencolumns { min-height:219px;} .extra-pad {min-height:200px;}}
    @media (max-width: 767px) {.top3-evencolumns { min-height:0px;} .extra-pad {min-height:0px;}} 

    .top3-nobottom {border-bottom: 0px !important;}

/* ====================================================
NEW MENU SYSTEM
======================================================= */


/* DP custom styles */


/* .dp-mm = dental plans mega menu and is used to chain styles only to the menu */


/* .wsmenu and .ws = mega menu plug-in styles */

.dp-mm {

    background: #ffffff;
}

.dp-mm .dt-header {
    margin-top: 8px;
    margin-bottom: 8px;
    background: transparent;
}

.dp-mm .dp-mm-nav-header i.fa.home-icon {
    font-size: 24px;
    position: relative;
    top: 2px;
    left: 3px;
}


/* Overriding core css form original menu for top right header content */

.dp-mm header .div-login1 {
    margin-top: 0px;
}

.dp-mm header .div-login1 a {
    color: #616161!important;
}

.dp-mm header .div-login1 a:hover {
    color: rgba(0, 0, 0, 1.0);
}

.dp-mm header .div-login1 .lnk-header-right {
    color: #616161!important;
}

.dp-mm header .div-contact {
    width: 100%;
}

.dp-mm header a:hover {
    color: #2445ea !important;
}

.dp-mm .dp-logo {
    max-width: 100%;
    width: 200px;
}

.dp-mm .dp-mm-nav-header {
    display:none;
    width: 100%;
    margin-bottom: 0px;
    text-transform: capitalize !important;
}

.dp-mm .dp-mm-nav-header li a {
    text-transform: capitalize !important;
}

.dp-mm .wsmenu-list > li > a {
    
}


/* Little menu arrow that come up from the bottom */


/*.dp-mm .wsmenu-list > li:hover {
    background-image: url(//images.dentalplans.com/dpcontent/content/responsive2015/images/dp-mm-arrow.png);
    background-position: center 40px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
}
*/


/*
 * Webslide - v3.1
 * Web Slide - Responsive Mega Menu for Bootstrap 3+
 *
 * Copyright 2016 webthemex
 * http://codecanyon.net/user/webthemex?ref=webthemex
 *
 * Licensed under Envato licenses
 * http://codecanyon.net/licenses/standard
 */

.dp-mm iframe,
.dp-mm h1,
.dp-mm h2,
.dp-mm h3,
.dp-mm h4,
.dp-mm h5,
.dp-mm h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: area-normal, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-smooth: subpixel-antialiased;
}

.dp-mm .cl {
    clear: both;
}

.dp-mm ul,
.dp-mm ol {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    list-style: none;
}

.dp-mm li {
    margin: 0px;
    padding: 0px;
}

.dp-mm textarea {
    min-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

.dp-mm input[type="text"],
.dp-mm input[type="password"],
.dp-mm input[type="email"],
.dp-mm textarea,
.dp-mm select {
    padding: 2px 2px;
    outline: none;
    display: block;
    background: #fff;
    text-indent: 4px;
    color: #2c2c2c;
    border: solid 1px #b9b9b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm input[type="text"]:focus,
.dp-mm input[type="password"]:focus,
.dp-mm input[type="email"]:focus,
.dp-mm textarea:focus {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.dp-mm .button,
.dp-mm input[type="submit"],
.dp-mm input[type="reset"],
.dp-mm input[type="button"] {
    cursor: pointer;
    padding: 0;
}

.dp-mm button::-moz-focus-inner,
.dp-mm input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dp-mm img,
.dp-mm object,
.dp-mm embed,
.dp-mm video {
    border: 0 none;
    max-width: 100%;
}

.dp-mm a:focus {
    outline: none !important;
}


/*------------------------------------ DP-MM Desktop CSS ---------------------------------------------*/

.dp-mm .wsmobileheader {
    display: none;
}

.dp-mm .wsmobileheader a:focus {
    color: #fff;
}

.dp-mm .overlapblackbg {
    display: none;
}

.dp-mm .bigmegamenu {
    position: relative;
}

.dp-mm .wsmenu {
    font-family: area-normal, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    float: right;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin-right: -5px;
}

@media (min-width: 992px) {
    .dp-mm .wsmenu {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .dp-mm .wsmenu {
        width: 80%;
    }
}

.dp-mm .wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.dp-mm .wsmenu-list > li {
    text-align: center;
    display: table-cell;
    border-left: 1px solid #fff;
    transition:none;
}

.dp-mm .wsmenu-list > li.border-right {
    border-right: 1px solid #fff;
}

.dp-mm .wsmenu-list > li:last-child:hover {
    border-right: none;
}

.dp-mm .wsmenu-list li:first-child a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.dp-mm .wsmenu-list li:last-child a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border-right: 0px solid;
}

.dp-mm .wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 4px;
}

.dp-mm .wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px;
}

.dp-mm .wsmenu-list li a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #b3b3b3;
    content: "";
    float: right;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 22px;
    width: 0;
}

.dp-mm .wsmenu-list > li > a {
    display: block;
    color: #ffffff;
    padding: 0px 14px;
    line-height: 48px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size:14px;
}

.dp-mm .wsmenu-list li a:hover .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .wsmenu-list li a.active .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #b3b3b3
}

.dp-mm .megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.dp-mm .megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}


/*For megamenu desktop */

.dp-mm .wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.dp-mm .megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 51px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    border-right: 1px solid #2445ea;
    border-left: 1px solid #2445ea;
    border-bottom: 1px solid #2445ea;
}

.dp-mm .megamenu .title {
    border-bottom: 1px solid #CCC;
    padding: 9px 5px 40px 0px;
    color: #666666;
    margin-bottom: 7px;
    text-align: left;
    height: 39px;
    font-size: 24px;
}

.dp-mm .megamenu .title i {
    font-size: 24px;
    margin-right: 5px;
}

.dp-mm .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

.dp-mm .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #ffffff;
    background-color: #fff;
    font-size: 16px;
}

.dp-mm .link-list .fa {
    font-size: 11px;
}

.dp-mm .megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
}

.dp-mm .megacollink li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

.dp-mm .megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #ffffff;
    background-color: #fff;
    color: #424242;
}

.dp-mm .megacollink .fa {
    font-size: 11px;
}

.dp-mm .megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}

.dp-mm .typographydiv {
    width: 100%;
    margin: 0% 0%;
}

.dp-mm .typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}

.dp-mm .mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}

.dp-mm .wsmenu-list .ad-style {
    width: 28%;
    float: right;
}

.dp-mm .wsmenu-list .ad-style a {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
    background-image: none !important;
}

.dp-mm .mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent !important;
}

.dp-mm .wsmenu-list .megamenu li:hover>a {
    background: transparent !important;
}

.dp-mm .wsmenu-list .megamenu li a:hover {
    background: transparent !important;
    text-decoration: none;
    color: #2445ea !important
}


/* .wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
} */

.dp-mm .mrgtop {
    margin-top: 15px;
}

.dp-mm .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    color: #6a6a6a;
    margin: 2px 0px;
}


/*For halfmenu */

.dp-mm .halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}

.dp-mm .halfmenu .megacollink {
    width: 48%;
    float: left;
    margin: 0% 1%;
}


/*For halfmenu */


/*Form for desktop */

.dp-mm .halfdiv {
    width: 35%;
    right: 0px !important;
    left: auto;
}

.dp-mm .menu_form {
    width: 100%;
    display: block;
}

.dp-mm .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}

.dp-mm .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}

.dp-mm .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dp-mm .megamenu .left.carousel-control {
    padding-top: 20%;
}

.dp-mm .megamenu .right.carousel-control {
    padding-top: 20%;
}

.dp-mm .carousel-inner .item img {
    width: 100%;
}

.megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}


/*Animation*/

.wsmenu-list li > .wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


/* Submenu CSS */

.dp-mm .wsmenu-submenu {
    position: absolute;
    top: 36px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;    
    opacity: 0;
    transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wsmenu-submenu li a {
    background: #f2f2f4 !important;
    background-image: none !important;
    color: #000 !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 6px 12px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
    transition:none;
}

.wsmenu-submenu li {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.wsmenuexpandermain {
    display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    position: absolute;
    left: 90%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

@media only screen and (min-width:767px) and (max-width:1064px) {
    .dp-mm .wsmenu-submenu {
        top: 48px;
    }
    .dp-mm .megamenu {
        top: 48px;
    }
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}

.wsmenu-click {
    display: none;
}

.wsmenu-click02 {
    display: none;
}


/* Default Theme */

.wsmenu-list li:hover>a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
}

.wsmenu-list > li > a:hover {
    background-image: url(//images.dentalplans.com/dpcontent/content/responsive2015/images/dp-mm-arrow.png)!important;
    background-position: center 40px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
}

.wsmenu-list > li > a {
    background-image: url(//images.dentalplans.com/dpcontent/content/responsive2015/images/dp-mm-arrow.png)!important;
    background-position: center 60px;
    background-repeat: no-repeat;
}

.wsmenu-list > li > a.active {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
}

.wsmenu-submenu > li > a {
    transition: none;
    border-bottom: 2px solid #f2f2f4 !important;
    /* color: #2445ea !important; */
}

    .wsmenu-submenu > li > a:hover {
        border-bottom: 2px solid #2445ea !important;
        border-radius: 0px !important;
        text-decoration: none;
        transition: none;
    }

.dp-mm .typography-text {
    padding: 0px 0px;
    font-size: 15px;
}

.dp-mm .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}

.dp-mm .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}

.dp-mm .typography-text ul li a {
    color: #656565;
}

.dp-mm .hometext {
    display: none;
}

.wsmenu-submenu .fa {
    margin-right: 7px;
}

@media only screen and (min-width:767px) and (max-width:1064px) {
    .wsmenu-list > li > a > .fa,
    .wsmenu-list > li > a > .fa-chevron-down {
        display: none !important;
    }
    .dp-mm .hometext {
        display: block !important;
    }
    .wsmenu {
        width: 100%;
        font-size: 13px !important;
        position: relative;
    }
    .dp-mm .bigmegamenu {
        position: static !important;
    }
    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .megacollink {
        width: 48%;
        margin: 1% 1%;
    }
    .dp-mm .typographylinks {
        width: 48%;
        margin: 1% 1%;
    }
}

@media only screen and (min-width: 781px) {
    .wsmenu-list li:hover > .wsmenu-submenu {
        display: block !important;
    }
    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        display: block !important;
    }
    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        display: block !important;
    }
    .wsmenu-list li:hover > .megamenu {
        display: block !important;
    }
}


/*------------------------------------ DP-MM Mobile CSS ---------------------------------------------*/

@media only screen and (max-width: 767px) {
    .dp-mm .dp-mm-nav-header i.fa.home-icon {
        font-size: 18px;
        position: relative;
        top: 0px;
        left: 0px;
        color: #666;
    }
    body.no-scroll {
        overflow: hidden;
        position: fixed;
    }
    .wsmenu-list > li > a:hover {
        background-image: none!important;
        background-position: center 40px;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 1.0) !important;
        text-decoration: none;
    }

    .wsmenu .wsmenu-list > li.btn-mobile-menu > a,
    .wsmenu .wsmenu-list > li.btn-mobile-menu > a:hover {
        background: #2445ea !important;
        border-radius: 8px;
        font-size:14px;
        font-weight:300;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        text-align: center;
        padding: 8px 0px 8px 0px;
        border: none;

        background-image: none!important;
    }


    .wsmenu-list > li > a {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    }
    .wsmenu-list > li:last-child {
        border-right: none;
    }
    .wsmenu-list > li:last-child:hover {
        border-right: none;
    }
    .megamenu ul li.title {
        font-size: 16px !important;
        padding: 10px 8px 10px 0px;
    }
    .megamenu ul li.title i {
        font-size: 16px !important;
    }
    .wsoffcanvasopener .wsmenu {
        right: 0px;
    }
    .wsmenucontainer.wsoffcanvasopener {
        display: block;
        margin-right: 240px;
    }
    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
       
    }
    .wsmenu-list > li:hover>a {
        background-color: rgba(0, 0, 0, 0.08) !important;
        text-decoration: none;
    }
    .hometext {
        display: inline-block !important;
    }
    .megacollink {
        width: 96% !important;
        margin: 0% 2% !important;
    }
    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }
    .typographylinks {
        width: 98% !important;
        margin: 0% 1% !important;
    }
    .typographydiv {
        width: 86% !important;
        margin: 0% 7% !important;
    }
    .mainmapdiv {
        width: 90% !important;
        margin: 0% 5% !important;
    }
    .overlapblackbg {
        left: 0;
        z-index: 9800;
        width: 100%;
        height: 100%;
        min-height: 960px;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }
    /* Default Theme */
    .wsmenu-submenu > li:hover>a {
        background-color: rgba(255, 255, 255, 1.0);
        color: #666666;
    }
    .wsmenu > .wsmenu-list > li > a.active {
        color: #666666;
        background-color: rgba(0, 0, 0, 0.08);
    }
    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666666;
        background-color: rgba(255, 255, 255, 1.0);
    }
    .wsmenu-list li:hover .wsmenu-submenu {
        display: none;
    }
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
        display: none;
    }
    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eeeeee;
        background-color: #fff;
    }
    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }
    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }
    .innerpnd {
        padding: 0px !important;
    }
    .typography-text {
        padding: 10px 0px;
    }
    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        min-height: 68px;
    }
    /* Mobile click to drop arrow */
    .wsmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
    }
    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click02 i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
    }
    .ws-activearrow > i {
        transform: rotate(180deg);
    }
    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*2nd UL Style*/
    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub li {
        margin: 0px 0px 0px 0px !important;
        padding: 0px;
        position: relative;
    }
    .wsmenu-submenu-sub a {
        display: block;
        padding: 10px 25px 10px 25px;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub li:hover>a {
        background-color: #333333 !important;
        color: #fff;
    }
    .wsmenu-list > li > a .fa {
        margin-right: 6px;
    }
    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub-sub li {
        margin: 0px 0px 0px 0px !important;
    }
    .wsmenu-submenu-sub-sub a {
        display: block;
        color: #000;
        padding: 10px 25px;
        background: #000 !important;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub-sub li:hover>a {
        background-color: #606060 !important;
        color: #fff;
    }
    .wsmenu {
        position: relative;
    }
    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }
    .wsmenu .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 17px;
        font-size: 16px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #666666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        position: static;
    }
    .wsmenu > .wsmenu-list > li > a > .fa {
        font-size: 16px;
        color: #fff;
    }
    .wsmenu > .wsmenu-list > li > a > .fa.fa-chevron-down {
        font-size: 16px;
        color: #bfbfbf;
        visibility: hidden;
    }
    .wsmenu .wsmenu-list li a .arrow:after {
        display: none !important;
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px !important;
        color: #8E8E8E;
    }
    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        border: solid 1px #fff;
        padding: 0px;
        visibility: visible !important;
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 20px;
        height: 36px;
        /*background-color: #ffffff !important;*/
        font-size: 13px !important;
        padding: 8px 0px 8px 18px;
        color: #8E8E8E;
    }
    .mobile-sub .wsmenu-submenu li a:hover {
        /*background-color: #ffffff !important;*/
        color: #666666;
        text-decoration: none;
    }
    .mobile-sub .wsmenu-submenu li:hover>a {
        background-color: #ffffff !important;
        color: #666666;
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #ffffff !important;
        border-bottom: none;
        padding-left: 28px;
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #ffffff !important;
        border-bottom: none !important;
        padding-left: 38px;
        color: #8e8e8e;
    }
    .wsmenu-list .megamenu {
        background-color: #ffffff;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }
    .megamenu .title {
        color: #666666;
        font-size: 24px !important;
        padding: 10px 8px 10px 0px;
    }
    .halfdiv .title {
        padding-left: 15px;
    }
    .megamenu > ul {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        font-size: 13px !important;
    }
    .megamenu > ul > li > a {
        padding: 9px 14px !important;
        line-height: normal !important;
        font-size: 13px !important;
        background-color: #ffffff !important;
        color: #666666;
    }
    .megamenu > ul > li > a:hover {
        background-color: #000000 !important;
    }
    .ad-style {
        width: 100% !important;
    }
    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 24px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #efefef;
        background-color: #efefef !important;
    }
    .halfdiv {
        width: 100%;
        display: block;
    }
    .halfmenu {
        width: 100%;
        display: block;
    }
    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #ffffff;
    }
    .menu_form input[type="button"] {
        width: 46%;
    }
    .menu_form input[type="submit"] {
        width: 46%;
    }
    .menu_form textarea {
        min-height: 100px;
    }
    .wsmenu {
        width: 240px;
        right: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 9800;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }
    .wsoffcanvasopener .wsmenu {
        width: 240px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .wsmenu.menuclose {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    /* Navigation arrow Animation */
    .animated-arrow {
        background-color: #f2f2f4;
        color: #fff;
        font-size: 25px;
        height: 38px;
        width: 38px;
        position: fixed;
        padding: 7px 9px;
        top: 14px;
        right: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 9800;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px;
    }
    .dpmm-btn {
        background: #2445ea;
        color: #fff;
        font-size: 25px;
        height: 38px;
        width: 38px;
        position: fixed;
        padding: 7px 9px;
        top: 14px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 9102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px;
    }
    .callusicon {
        right: 96px;
    }
    .membericon {
        right: 52px;
    }

         .dp-mm.dp-mm-no-nav .callusicon {
        right: 56px;
    }

    .dp-mm.dp-mm-no-nav .membericon {
        right: 10px;
    }

    /*     .callusicon:focus,
callusicon:hover {
    color: #fff !important;
} */
    .wsoffcanvasopener .callusicon {
        display: none !important;
    }
    .smallogo {
        width: 100%;
        display: block;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 58px;
        position: fixed;
        z-index: 9101;
        width: 100%;
        height: 60px;
        background: #f2f2f4;
        top: -2px;
    }
    .smallogo .dp-mobile-logo {
        margin-left: 8px;
        margin-top: 16px;
        width: 150px;
    }
    .wsoffcanvasopener .animated-arrow {
        right: 240px;
        padding: 10px 8px;
    }
    .animated-arrow {
        cursor: pointer;
        padding: 18px 0px 0px 8px;
        margin: 0px 8px 0px 0px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #2445ea;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before {
        top: -7px;
    }
    .animated-arrow span:after {
        bottom: -7px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent;
    }
    .wsoffcanvasopener .animated-arrow span:before,
    .animated-arrow.active span:after {
        top: 7px;
    }
    .wsoffcanvasopener .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .wsoffcanvasopener .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    /*Animation None */
    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        box-shadow:none;
    }
    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-submenu li > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.dp-mm .clearfix:before,
.dp-mm .clearfix:after,
.dp-mm .dl-horizontal dd:before,
.dp-mm .dl-horizontal dd:after,
.dp-mm .container:before,
.dp-mm .container:after,
.dp-mm .container-fluid:before,
.dp-mm .container-fluid:after,
.dp-mm .row:before,
.dp-mm .row:after,
.dp-mm .form-horizontal .form-group:before,
.dp-mm .form-horizontal .form-group:after,
.dp-mm .btn-toolbar:before,
.dp-mm .btn-toolbar:after,
.dp-mm .btn-group-vertical > .btn-group:before,
.dp-mm .btn-group-vertical > .btn-group:after,
.dp-mm .nav:before,
.dp-mm .nav:after,
.dp-mm .navbar:before,
.dp-mm .navbar:after,
.dp-mm .navbar-header:before,
.dp-mm .navbar-header:after,
.dp-mm .navbar-collapse:before,
.dp-mm .navbar-collapse:after,
.dp-mm .pager:before,
.dp-mm .pager:after,
.dp-mm .panel-body:before,
.dp-mm .panel-body:after,
.dp-mm .modal-header:before,
.dp-mm .modal-header:after,
.dp-mm .modal-footer:before,
.dp-mm .modal-footer:after {
    display: table;
    content: " ";
}

.dp-mm .clearfix:after,
.dp-mm .dl-horizontal dd:after,
.dp-mm .container:after,
.dp-mm .container-fluid:after,
.dp-mm .row:after,
.dp-mm .form-horizontal .form-group:after,
.dp-mm .btn-toolbar:after,
.dp-mm .btn-group-vertical > .btn-group:after,
.dp-mm .nav:after,
.dp-mm .navbar:after,
.dp-mm .navbar-header:after,
.dp-mm .navbar-collapse:after,
.dp-mm .pager:after,
.dp-mm .panel-body:after,
.dp-mm .modal-header:after,
.dp-mm .modal-footer:after {
    clear: both;
}

.wsmenu-submenu,
.megamenu {
    z-index: 2000 !Important;
}

/* ONLY FOR  \Content\Responsive\css\global-style.css */
@media only screen and (max-width: 767px) {
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:focus,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:hover,
    .wp-theme-1 .dp-mm .wsmobileheader a.dpmm-btn:visited {
        color: #fff;
    }

}

.badge.badge-phone {
    background: rgb(249, 145, 4);
    padding: 3px 5px;
    font-size: 14px;
}
.cart-logo {
	float: left;
	padding-right: 10px;
}
    .cart-17bold {
	font-size: 17px !important;
	font-weight: bold;
}
    .cart-15 {
	font-size: 15px !important;
}

.cart-17 {
	font-size: 17px !important;
}
.cart-15bold {
	font-size: 15px !important;
	font-weight: bold;
}

    .padbtm-0 {
	padding-bottom: 0px !important;
}
    .cart-code-pad {
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
}
.pricing-plans-2 ul li {
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid #e0eded;
    font-size: 13px;
}
.pricing-plans-2 .plan-price .price-tag {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.pricing-plans-2 .plan-price .price-interval {
    display: block;
    margin: 0px 0px 5px 0px;
    text-align: center;
    color: #999;
}

/*------------------------------------ Savings Calculator ---------------------------------------------*/
.h1savingsc{color:#1794a6;font-size:30px}
#aWhyEmail{text-decoration:underline}
#trNoOfChildren{display:none}
span.calcerror{color:#c50202}
.PopupPanel{border:1px solid #000;
            position:fixed;
            left:50%;
            top:50%;
            background-color:#fff;
            z-index:100;
            padding:20px;
            margin-top:-200px;
            width:600px;
            margin-left:-300px}
.popupbg{position:fixed;
         left:0;right:0;top:0;bottom:0;background-color:#333;-moz-opacity:.8;filter:alpha(opacity=80);opacity:.8;z-index:99}
div.qual_guarantee_popup_container{
    position:fixed;
    display:none;
    clear:both;
    margin-right:50%;
    padding:20px;
    background-color:#fff;
    border:1px solid #D9EAFA;
    z-index:10000;
    left:auto}
div.qual_guarantee_popup_container div{
    padding-bottom:10px}
div.qual_guarantee_popup_container p.pop_para1,h3.pop_heading1
    {width:74%}
div.qual_guarantee_popup_container p{padding:4px 0 8px;line-height:14px}
div.popup_close_btn{clear:both;text-align:right}
div.popup_close_btn a{font-size:9px;text-decoration:none}
div.popup_close_btn a span{font-size:12px;text-decoration:none;font-weight:700}
    div.popup_close_btn a:hover {
        text-decoration: underline;
    }

/* Large desktops and laptops */
@media (min-width: 1921px) {
    div.qual_guarantee_popup_container {
        min-width: 581px; margin-left: 15%;  top:511px;
    }

}

/* Large desktops and laptops */
@media (min-width: 1199px) and (max-width: 1920px) {
    div.qual_guarantee_popup_container {
        min-width: 500px; margin-left: 24%;  top:149px;
    }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    div.qual_guarantee_popup_container {
        min-width: 500px; margin-left: 26%;  top:112px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    div.qual_guarantee_popup_container {
        min-width: 500px; margin-left: 15%;  top:350px;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    div.qual_guarantee_popup_container {
        min-width: 350px;  margin-left: 5%;  top:350px;
    }

}
/* Portrait phones and smaller */
@media (max-width: 425px) {
    div.qual_guarantee_popup_container {
        min-width: 370px;  margin-left: 3%;  top:350px;
    }

}

/* Portrait phones and smaller */
@media (max-width: 375px) {
    div.qual_guarantee_popup_container {
        min-width: 325px;  margin-left: 3%;  top:350px;
    }

}

@media (max-width: 320px) {
    div.qual_guarantee_popup_container {
        min-width: 286px;  margin-left: 5px;  top:350px;
    }

}

.savcalhead1 {
    font-size: 14px;
    color: #53565A;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* dental videos */
.video-border {
	border-top: 1px #8E8E8E solid ;
}

.video-bg {
	background-color:#f6f6f7;
}

a#offerLink
{
    color:#e49129;
    text-decoration:underline;
}
/* SAVINGSCALCULATORRESULTS */
.sc-pagepad {padding-top:20px; padding-bottom:20px;}
.sc-toplogo {background-color:#FFFFFF !important; float:right; padding:10px;}
.sc-bararea {padding-top:5px; padding-bottom:5%; background-color:#f5f5f5;}
.sc-barhead {padding-left:8px;}
.sc-bar {width: 90%;}
.sc-procost {float:right; font-size:18px; font-weight:bold;}
.sc-milestonepad {margin-bottom: 3px; padding-bottom:3px;}
.sc-milestonesubpad {margin-top: 6px !important; padding-top:6px !important;}
.sc-btn-pad {padding:10px;}
.sc-quickfactshead {padding-top:10px; padding-bottom:10px;  background-color:#f2e8ed;}
.sc-quickfactspad {padding-left:15px;}
.sc-dentistcount-dt {border-radius:100px; height:125px; width:125px; }
.sc-dentistcount-dtpad {padding-top:35px; font-size:3em;}
.sc-dentistcount-m {border-radius:100px; height:100px; width:100px;}
.sc-dentistcount-mpad {padding-top:25px; font-size:3em;}
.sc-dentisthead {font-size:22px; padding-top:20px; margin-left:10px;}
.sc-planbullets-d {line-height:25px; padding-top:10px; margin-left:35px;}
.sc-planbullets-m {line-height:20px; font-size:18px;}
.sc-compare {padding-top:10px; padding-bottom:10px; margin-top:20px;  background-color:#d7d7d7;}
.sc-1plan {padding-top:10px; margin-top:20px;  background-color:#d7d7d7;}
.sc-compare-b {padding:6px !important;}
.sc-compare-copy {margin-bottom:0px !important; line-height:20px;}
.sc-compare-best {width:100%; color:#FFFFFF; text-align:center; padding:2px;}
.sc-compare-click {width:100%; text-align:center; color:#fff; background-color:#57585b; padding:2px;}
.sc-planlogopad {padding:15px;}
.sc-compare-btn-pad {margin-top:40px;}
.sc-cost::before {content: "$";}
.sc-percent::after {content: "%";}


/* planfinder results */

.pf-1plan {padding:10px;  background-color:#f2e8ed;}
.pf-dentistcount-dt {border-radius:100px; height:100px; width:100px; }
.pf-dentistcount-dtpad {padding-top:25px; font-size:2.5em;}
.pf-dentistcount-m {border-radius:100px; height:100px; width:100px;}
.pf-dentistcount-mpad {padding-top:25px; font-size:3em;}
.pf-quickfacts-right {padding-left:20px;}
.pf-quickfacts-left {border-right: 1px solid #fff; padding-right:20px; padding-left:20px;}

/* Large desktops and laptops */
@media (min-width: 1200px) { 
    .pf-dentisthead {
    font-size: 22px;
    padding-top: 12px !important;
    margin-left: -26px !important;
    line-height: 25px;
    margin-bottom: 20px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .pf-dentisthead
    {
        font-size: 22px;
        padding-top: 0px;
        margin-left: 0px !important;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) { 
    .pf-dentisthead
    {
        font-size: 22px;
        padding-top: 11px !important;
        margin-left: -19px !important;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .pf-dentisthead
    {
        font-size: 22px;
        padding-top: 26px;
        margin-left: -45px;
        line-height: 25px;
        margin-bottom: 20px;
    }}

/* Portrait phones and smaller */
@media (max-width: 480px)
{
    .milestone-counter .milestone-count
    {font-size: 58px;}

    .pf-dentisthead {
    font-size: 22px;
    padding-top: 13px !important;
    padding-left: 26px !important;
    margin-left: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}
}

.comparemobilecheckbox
{
    margin-top: 10px;
}

.compareMobileButton
{ margin-top: 10px;
}

/* plan finder */
.pf-head1
{
    font-size: 36px !important;
    line-height: 27px !important;
}

.pf-head2
{
    font-size: 27px !important;
}

/* Group Home Page */
@media (min-width: 1200px)
{
    .embed-container2
    {
        max-width: 93% !important;
        position: relative;
        padding-bottom: 81.25% !important;
        height: 0;
        overflow: hidden;
    }

    .home-bg-color {
        background: #f9f9f9!important;
    }

    .homebackground h1.primary
    {
        font-size: 49px;
        font-stretch: extra-expanded;
        line-height: 49px;
        font-weight: bold;
    }
    .homebackground h1.secondary
    {
        font-size: 24px;
    }
    .homebackground ul.secondary
    {
        list-style: square !Important;
        line-height: 24px;
        font-size: 18px;
        padding-left: 20px;
    }

    .homebackground ul.home-bullets {
        line-height: 28px;
        font-size: 21px;
        text-align: center;
    }

    .searchGroup {
        margin-top: 25px !Important;
        margin-bottom: 25px;
        border-radius: 10px 10px 0px 0px;
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 30px;
    }

    a.btnSearch, a.btnSearch:hover
    {
        margin-top: 20px;
        width: 85%;
    }
    .desk-heading {
        padding-top: 15px;
    }
    
}

.searchGroup p 
{
    font-size: 20px;
    line-height: 24px;
    margin-bottom:0px !Important;
    padding-top: 2px;
    padding-left: 8px;
}
.searchGroup .copyright
{
    margin-top:0px;
    font-size: 12px;
    line-height: 8px;
}

.searchGroup input
{
    text-align: center;
}

.searchGroup .message
{
    padding-top: 34px;
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .homebackground h1.primary
    {
        font-size: 45px;
        font-stretch: extra-expanded;
        line-height: 48px;
        font-weight: bold;
    }
    .homebackground h1.secondary
    {
        font-size: 22px;
    }
    .homebackground ul.home-bullets {
        line-height: 24px;
        font-size: 16px;
        padding-bottom:15px;
        text-align: center;
    }
    .searchGroup {
        margin-bottom: 25px;
        border-radius: 10px 10px 0px 0px;
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 30px;
    }

    .searchGroup p {
        text-align:center;
        font-size:17px;
    }

    .searchGroup p.message {
        padding-top:25px;
    }

    a.btnSearch, a.btnSearch:hover
    {
        margin-top: 15px;
        height: 45px;
        font-size: 30px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .homebackground h1.primary
    {
        font-size: 38px;
        font-stretch: extra-expanded;
        line-height: 40px;
        font-weight: bold;
    }
    .homebackground h1.secondary
    {
        font-size: 20px;
    }
    .homebackground ul.home-bullets {
        line-height: 24px;
        font-size: 16px;
        padding-bottom:15px;
        text-align: center;
    }
    .small-adjust {
        padding:15px 0 20px 20px;
    }
    .searchGroup {
        margin-bottom: 25px;
        border-radius: 10px 10px 0px 0px;
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .searchGroup p {
        text-align:center;
        font-size:20px;
    }

    .searchGroup p.message {
        padding:20px 0 20px;
        font-size:25px;
    }

    a.btnSearch, a.btnSearch:hover
    {
        margin-top: 22px;
        height: 50px;
        font-size: 28px;
    }
}


@media screen and (max-width: 767px){
.searchGroup p 
{
    font-size: 20px;
    line-height: 24px;
    margin-bottom:0px !Important;
    padding-top: 2px;
    padding-left: 8px;
}

        .homebackground ul.home-bullets {
        line-height: 24px;
        font-size: 16px;
        padding-bottom:15px;
        text-align: center;
    }
    .searchGroup {
        margin-bottom: 25px;
        border-radius: 10px 10px 0px 0px;
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 30px;
    }

    a.btnSearch, a.btnSearch:hover
    {
        margin-top: 20px;
        height: 40px;
        font-size: 30px;
        padding-top: 10px;
    }

    .form-horizon-wrapper
    {
        margin: 10px !important;
    }

    .homebackground h1.primary
    {
        font-size: 33px;
        font-stretch: extra-expanded;
        line-height: 51px;
        font-weight: bold;
    }
    .homebackground h1.secondary
    {
        font-size: 18px;
    }

}

.form-horizon-wrapper {
    color: rgb(255, 255, 255);
    background: rgb(14, 167, 183);
    border-radius: 25px;
}

sup {
    font-size: 0.6em !important;
    top: -0.5em;
}

.pager li > a, .pager li > span {
    border: 2px solid #2445ea;
    padding: 8px 14px 5px;
}
    .pager li > a:hover{
        text-decoration:none;
        background:none;
        color:#2445ea;
    }
/* Group Home Page Ends */