/*   
Theme Name: Prosdds
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by Prosdds
for Prosdds.
Author: Prosdds
Author URI: 
*/


/*======== Reset css here ==============*/


body *, body *:active, body *:focus {
    outline: none !important; 

}
body {
    overflow-x: hidden !important;
    overflow-y: scroll;
}  
html body {
    font-size: 16px;
    color: #282828;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
}

body a {
    color: #000;
    outline: none !important;
    box-shadow: none !important;
}
body a:hover, body a:active, body a:focus {
    opacity: 1;
    text-decoration: none;
    color: #000;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: underline !important;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    color: #000;    
}
body h1, body h2{
    font-weight: 600;
}
body h2{
    font-size: 42px;
}
body h3{
    position: relative;
}

.fullwidth, .fullWidth{
    width:100%;
    float:left;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}

.bgCover{ 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

img {
    max-width: 100%;
    height: auto;
    transition: width .5s; 
}
header .logoAnchor img {
    width: 100%;
}
.section{
    padding: 60px 0;
}



/*======= Ends Reset css ==========*/

/*=========== Header Css =============*/


.header .logoDiv{
    padding: 15px 0;
}
.headerSide {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px; 
    z-index: 1010;
    bottom: 0; 
    transition: all 0.5s ease-in-out;
    height: 0;
}
.toggleDiv{ 
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 9999;
    cursor: pointer;
}
.toggleBtn{

}
.toggleBtn .fas{
    color: #000;
    font-size: 28px;
}
.toggleBottom{

    transition: all 0.4s ease;
}
.mainNav {
    position: fixed;
    width: 0;
    right: -500px;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    z-index: 10;
    padding: 20px 50px;
    transition: all 0.5s ease-in-out;
    display: none;
}
.header.isActive .mainNav{
    right: 0;
    display: inline-block;
    overflow-y: scroll;
    width: 550px;
    transition: all 0.5s ease-in-out;
}
.mainNav li{
    margin: 7px;
    width: 100%;
}
.mainNav li a {
	display: inline-block;
	font-size: 22px;
	color: #cbcbcb;
	font-weight: 500;
}

.mainNav li.current-menu-item a {
    color: #166298;
}
/*=============== Ends Header ================*/

/*=============== Footer CSS Starts ================*/


.footerLogo {
    background: #f6f7f9; 
}
.itemLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.itemLogo img{
    width: auto !important;
    max-width: 70%;
    height: auto;
    transition: all 0.3s ease;

    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.itemLogo:hover img{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.sectionHead {
    padding: 60px 0;
}
.sectionHead h3 {
    color: #000;
    font-weight: 600;
    font-size: 34px;
    padding: 0;
    margin: 0;
}
.footContactHead{
    background: url('img/Contact-text.png')no-repeat center center;
}
.footerContact{
    border-bottom: 1px solid #d7d7d7;
    background: url('img/Footer-Bg.png');
}
.footAddressCol{

}
.singleAdrs {
    margin-bottom: 14px;
    padding: 2px 0 10px 40px;
    background-repeat: no-repeat !important;
    background-position: top 6px left !important;
}
.footAddressCol .footAddress{
    background: url('img/Loc.png');
}
.footAddressCol .mailAddress{
    background: url('img/email.png');
}
.footAddressCol .phoneAddress{
    background: url('img/Phone.png');
}
.footAddressCol .timeAddress{
    background: url('img/Time.png');
}
.footAddressCol .mapAddress{
    margin-bottom: 24px;
}
.footFormCol{

}
.footFormCol .formTitle{
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
}
.footFormCol .submitDiv{
    margin-top: 50px;
}
.formStyle{

}
.formStyle form{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 30px;
}
.formStyle .wpcf7{
    width: 100%;
    float: left;
}
.formStyle .wpcf7-form-control-wrap{
    width: 100%;
    float: left; 
    position: relative;
    margin: 0 0 20px;
}
.formStyle .wpcf7-not-valid-tip{
    position: absolute;
    right: 4px;
    bottom: 2px;
    font-size: 12px;
}
.formStyle input, .formStyle textarea {
    width: 100%;
    float: left;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    border: 1px solid #d7d7d7;
    padding: 14px 12px;
    font-size: 15px;
}
.formStyle textarea{
    height: 150px;
    resize: none;
}
.formStyle .submitDiv{
    width: 100%;
    float: left;
}
.formStyle input[type="submit"] {
    font-size: 16px;
    background: #166298;
    border-radius: 6px;
    width: 200px;
    color: #fff;
    border: none;
    font-weight: 500;
}
.formStyle .ajax-loader{
    margin-top: 18px;
}
.formStyle .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.footContentBlock{
    text-align: center;
    padding: 40px 0 30px;
}
.footContentBlock .container {
    max-width: 740px;
}
.footContentBlock p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footContentBlock p a{
    color: #166298 !important;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    min-width: 150px;
    background: #fff;
    outline: none;
    border-radius: 5px;
    margin: 20px 0 0;
}
.copyR{
    padding: 4px 0;
}
.copyR p{
    margin: 0;
    font-size: 15px;
}
/*=============== End Footer CSS ================*/

/*=============== home css ================*/
.homeSlider{ 
    position: relative; 
} 
.homeSlider .slideSingle{
    height: 580px;
    padding: 0 0 0 100px;
    position: relative;
}
.homeSlider .slideSingle > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.slideSingle .slideContent {
    position: absolute;
    background: #166198 url(img/Teeth.png)no-repeat right bottom !important;
    /*background-size: 320px !important;*/
    background-size: 160px !important;
    bottom: 0;
    left: 0;
    padding: 30px;
    /*min-height: 380px;*/
    min-height: 200px;
    /* background: #166198; */
    color: #fff;
    /* max-width: 550px; */
    /* max-width: 643px; */
    display: flex;
    align-items: center;
    width: 50%;
    background-position: 90% 40px !important;
}
.slideSingle .slideContent > div{
    width: 100%;
    text-align: center;
}
.slideSingle .slideContent h2 {
    color: #fff;
    font-weight: 300;
    font-size: 64px;
}
.slideSingle .slideContent h2 strong{
    font-weight: 600;
}
.slideSingle .slideContent p {
    font-size: 20px;
    /*line-height: 2em;*/
    font-weight: 300;
    margin: 0;
}
.slideSingle .slideContent p strong {
    font-weight: bold;
    font-size: 84px;
    color: #fff;
}
.slideSingle .slideContent a{
    color: #fff !important;
}
.homeSlider .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 130px;
    z-index: 10;
}
.homeSlider .owl-dots button{

}
.homeSlider .owl-dots button span {
    width: 50px !important;
    border-radius: 0 !important;
    height: 3px !important;
    background: #fff !important;
}
.homeSlider .owl-dots button.active span {
    background: #166198 !important;
}



.welcomeSection > div{
    width: 50%;
    display: inline;
    float: left;
}
.welcomeSection .welcomeText {
    padding: 30px;
    min-height: 550px;
    background: #166198; 
    color: #fff; 
}
.welcomeSection .welcomeText h3{
    opacity: 0.2;
    color: #fff;
    font-size: 100px;
    font-weight: 800;
}
.welcomeSection .welcomeText p{
    font-size: 20px;
    line-height: 2em;
    font-weight: 300;
}
.welcomeSection .welcomeText p strong {
    font-weight: bold;
    font-size: 24px;
}
.welcomeSection .welcomeImage{
    padding-top: 100px;
}
/* 
.contentBlock{
    overflow: hidden;
} */
.contentBlock .container{
    position: relative;
}
.contentBlock .overlayBox {
    position: absolute;
    height: 700px;
    width: 100vw;
    left: 0;
    top: 914px;
    background: #f2f6f9;
    z-index: -1;
    display: none;
}
.contentBlockSingle{
    padding-left: 15px;
    padding-right: 15px;
}
.contentBlockSingle .contentCol img{
    width: 100%;
}
.contentBlockSingle p {
    line-height: 2.5em;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 25px;
    margin-bottom: 0;
}
.contentBlockSingle strong {
    font-size: 130%;
    font-weight: 500;
}
/* .contentBlock .contentBlock3{
    padding-left: 100px;
} */

.homeServiceHead {
    background: url('img/services-text.png')no-repeat center center;
}
.homeServices{
    background: #fafbfb;
    padding: 0 30px;
}
.homeServiceSingle {
    padding: 30px 15px;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px transparent;
    position: relative;
    margin-bottom: 20px;
}
.homeServiceSingle:hover{
    background: #fff;
    box-shadow: 0 0 20px #e8e8e8;
}
.homeServiceAnchor{
    position: relative;
    width: 100%;
    float: left;
    z-index: 10;
}
.homeServiceSingle .countNum {
    position: absolute;
    color: #166298;
    font-weight: 800;
    font-size: 100px;
    top: 62px;
    /* z-index: -1; */
    left: 15px;
    opacity: 0.1;
}
.homeServiceSingle h4{

}
.homeServiceSingle p {
    line-height: 2em;
    font-size: 16px;
    font-weight: 300;
}
.homeServiceSingle .readBtn{
    display: inline-block;
    color: #166298;
}

.homeTestimonailsHead {
    background: url(img/testimonials-text.png)no-repeat center center;
}

.leaveUs_messageHead {
    background: url(img/leave_us_a_message.png)no-repeat center center;
}

.testimonial_slide {
    padding: 20px 30px;
    background: #abc7da; 
    width: 100%;
}

.homeTestimonails .active.center .testimonial_slide {
    background-size: cover;
    background-position: center;
    padding: 50px 0 30px 0;
    position: relative;
    z-index: 1;
    background-color: #2D6499;
}

.homeTestimonails .owl-stage {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.homeTestimonails  .testimonial_slide img {
    width: 100px;
    margin: 0 auto;
    display: none;
}

.homeTestimonails .active.center .testimonial_slide:before {
    background-image: url(img/testimonials-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    top: 0;
    bottom: 0;
    left: -40px;
    right: -40px;
    position: absolute;
    z-index: -1;
    background-color: #2D6499;
}

.homeTestimonails .active.center .testimonial_slide img {
    margin-bottom: 30px;
    display: block;
}

.homeTestimonails .testimonial_slide p {
    line-height: 2;
    font-weight: 300;
}

ul#homeTestimonails_oc .owl-nav.disabled {
    display: block !important;
    font-size: 45px;
    line-height: 1;
    color: #225d93;
    font-weight: 600;
}
ul#homeTestimonails_oc .owl-stage-outer {
    min-height: 330px;
}
ul#homeTestimonails_oc.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #5c8cb7;
}
/* loader starts here */
.loading, .loading.is--active {
    pointer-events: none;
}

.loading {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: transparent;
    z-index: 10000000000000000000;
}

.loading:after, .loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: #ff5000;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: center top;
    -ms-transform-origin: center top;
    transition: transform 1s cubic-bezier(.165,.84,.44,1);
    z-index: 0;
}

.loading .loader-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    visibility: hidden;
    transition: opacity .6s cubic-bezier(.4,0,.2,1);
    z-index: 2;
    height: 300px;
    width: 2px;
    background-color: hsla(0,0%,100%,.3);
}

.bar-right {
    height: 0;
    width: 100%;
    background-color: #fff;
    transform-origin: 50% 50%;
    left: 0;
}

#box, .bar-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#box {
    right: -65px;
    color: #fff;
}

.loading:after, .loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: #2D6499;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: center top;
    -ms-transform-origin: center top;
    transition: transform 1s cubic-bezier(.165,.84,.44,1);
    z-index: 0;
}

@-webkit-keyframes color {
    to { fill: #2D6499; }
}
@-moz-keyframes color {
    to { fill: #2D6499; }
}
@-ms-keyframes color {
    to { fill: #2D6499; }
}
@-o-keyframes color {
    to { fill: #2D6499; }
}
@keyframes color {
    to { fill: #2D6499; }
}


.loading.is--active:before {
    transform: scaleY(1);
    background: $orange-cim;
    z-index: 1;
    transform-origin: center bottom;
    transition-duration: 0.6s;
    -ms-transform-origin: center bottom;
}


.loading.is--active .loader-logo {
    visibility: visible;
    filter: alpha(opacity=100);
}
/* loader end here */


.clic-arrow {
    background: linear-gradient(0deg,#ff5000 50%,#f9f9f9 0);
    background-size: 100% 200%;
    background-position: 0 0;
    transition: all .5s ease-out;
    cursor: pointer;
    display: block;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}


.homeSlider .slideSingle {
    height: 450px;
    padding: 0 100px 0 100px;
    position: relative;
}

.welcomeSection .welcomeImage {
    padding-top: 100px;
    padding-right: 100px;
}
.toggleBtn .fas.fa-bars {
    height: 2px;
    width: 50px;
    background: #2f6098;
    position: relative;
    display: inline-block;
}

.toggleBtn .fas.fa-bars:after {
    position: absolute;
    height: 2px;
    width: 40px;
    background: #2f6098;
    right: 0; 
    bottom: 10px;
    content: '';
}

.toggleBtn .fas.fa-bars:before {
    position: absolute;
    height: 2px;
    width: 40px;
    background: #2f6098;
    right: 0; 
    top: 10px;
    content: '';
}

header.isActive .headerSide {
    background-image: url(img/menu-text.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #166298;
    height: 100vh;
    transition: all 0.5s ease-in-out;
}



.inner_header_banner {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 50px; 
    margin-left: -15px;
    margin-right: -15px; 
}

.inner_header_banner .banner_heading {
    color: #2b6192;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.inner_header_banner .banner_heading:before{
    background: #2b6192;
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    bottom: 0;
    left: 0;
}

.inner_header_banner .banner_heading:after {
    background: #2b6192;
    position: absolute;
    content: '';
    height: 2px;
    width: 5px;
    bottom: 0;
    left: 105px;
}

.inner_header_banner .banner_content div#breadcrumbs span:not(.arrow) {
    color: #2b6192;
}

.inner_header_banner .banner_content div#breadcrumbs a{
    color: #78787b;
}

.inner_header_banner .banner_content div#breadcrumbs span.arrow {
    color: #78787b;
}

.inner_header_banner.no_bg { 
    background-color: #2b6192 !important;
}

.inner_header_banner.no_bg .banner_heading,
.inner_header_banner.no_bg #breadcrumbs a,
.inner_header_banner.no_bg #breadcrumbs span {
    color: #eeeeee !important; 
} 
.inner_header_banner.no_bg .banner_heading:before,
.inner_header_banner.no_bg .banner_heading:after{
    background: #fff; 
}


.page-template-about .content_section_1 .right {
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;

}
.aboutImage{
    background-position: center top !important;
}

.page-template-about .content_section_1 .left p {
    margin: 20px 0;
}
/*
.inner_header_banner .banner_content {
    margin-top: 100px;
}
*/
div#toggleBtn span.fa-chevron-right {
    color: #fff;
}

.page-template-contact .contact_banner .left,
.page-template-contact .contact_banner .right {
    width: 50%;
    margin: 0
} 

.page-template-contact .inner_header_banner .banner_content {
    margin-top: 40px;
}

.page-template-contact .inner_header_banner  .banner_breadcrumbs {
    margin-bottom: 20px;
}

.page-template-contact .inner_header_banner {
    height: auto; 
    padding: 50px 50px; 
}

.page-template-contact  .leaveUs_message .formStyle .submitDiv {
    /* width: 100%; */
    float: left;
    text-align: center;
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
}

.page-template-contact .contact_info .contact_info_list > div {
    width: 25%;
    text-align: center;
    padding: 10px;
    font-size: 80%;
    position: relative;
}

.page-template-contact .contact_info .contact_info_list > div span {
    display: block;
}

.page-template-contact .contact_info .contact_info_list > div .img {
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
}

.leaveUs_message {
    background-image: url(img/contact_page_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-contact .contact_info .contact_info_list > div a:hover {
    text-decoration: none !important;
}

.page-template-office_tour .fotorama__arr--prev,
.page-template-office_tour .fotorama__arr--next,
.page-template-office_tour .fotorama__arr--prev:focus,
.page-template-office_tour .fotorama__arr--next:focus,
.page-template-office_tour .fotorama__arr--prev:not(:focus),
.page-template-office_tour .fotorama__arr--next:not(:focus)   {
    opacity: 1 !important;
    background-color: rgba(43, 97, 146, 0.9);
    width: 40px;
    height: 40px;
    background-image: url(img/gallary-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-size: auto;
}
.page-template-office_tour .fotorama__arr--next,
.page-template-office_tour .fotorama__arr--next:focus,
.page-template-office_tour .fotorama__arr--next:not(:focus)   {
    transform: rotate(180deg);
} 
.fotorama__arr.fotorama__arr--prev {
    left: 0;
}

.fotorama__arr.fotorama__arr--next {
    right: 0;
}

.fotorama__nav:before, 
.fotorama__stage:before{
    background-color: #fff;
    width: 30px !important;
    z-index: 9999;
    height: 30px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(img/gallary-thumb-arrow.png);
    background-position: center;
    background-size: auto;
    z-index: 9999;
    left: 0;
}

.fotorama__nav:after, .fotorama__stage:after{
    background-color: #fff;
    width: 30px !important;
    z-index: 9999;
    height: 30px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(img/gallary-thumb-arrow.png);
    transform: rotate(180deg);
    background-position: center;
    background-size: auto;
    z-index: 9999;
    right: 0;
}


.page-template-doctor_profile .content_section_1 .right {
    width: 50%;
}

.page-template-doctor_profile .content_section_1 .left {
    background: #2b6192;
    padding: 50px 100px;
    margin-top: -200px;
    margin-left: -5%;
    height: 600px;
    color: #fff;
    width: 55%;
}

.page-template-doctor_profile .content_section_1 .left p {
    margin: 20px 0;
}

.aboutCtaHead {
    background: url(img/dr-cta-bg.jpg)no-repeat center center;
    padding: 60px 0 40px 0;
    background-size: cover !important;
}

.aboutCtaHead a {
    font-weight: bold;
    color: #fff;
}

.aboutCtaHead a:hover { 
    color: #fff;
    text-decoration: none !important;
}

.aboutCtaHead p {
    margin: 0;
}

.aboutHonorsHead {
    background: url(img/honors.png)no-repeat center center;
}
.aboutCvHead {
    background: url(img/cv.png)no-repeat center center;
}

.aboutHonors .honors_li {
    width: 25%;
    text-align: center;
    padding: 0 20px;
}

.aboutHonors .honors_li .logo {
    height: 200px; 
    padding: 20px;
    border: 1px solid #d7d7d7; 
    width: 100%;
    margin-bottom: 15px;
}

.aboutHonors .honors_li .logo  div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    height: 100%;
    width: 100%;
}


.aboutCv ul{
    border-top:2px solid #1b659a;
}
.aboutCv .nav-tabs a {
    width: 100%;
    white-space: pre-wrap;
    padding: 20px;
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    border: 1px solid #FAFAFA;
    /*border-top: 1px solid #1b659a;*/
}

.aboutCv .nav-tabs a.active {
    background-color: #1b659a;
    color: #fff; 
    border: 1px solid #1b659a;
    position: relative;
}
.aboutCv .nav-tabs a.active:after {
    position: absolute;
    content: '';
    height: 10px;
    background: #1b659a;
    bottom: -10px;
    border: 1px solid #1b659a;
    left: -1px;
    right: -1px;
}
.aboutCv .nav-tabs li {
    width: 16.66%;
    text-align: center;
}

.aboutCv .tab-content {
    background: #f8fafc;
    padding: 50px;
    min-height: 200px;
}

.aboutCv .tab-content .ul { 
    margin-bottom: 10px;
}


.post-type-archive-prosddsservices .content_section_1 .left,
.post-type-archive-services .content_section_1 .left,
.page-template-services .content_section_1 .left {
    background: #2b6192;
    padding: 100px;
    margin-top: -200px;
    margin-left: -5%;
    height: 500px;
    color: #fff;
    width: 55%;
    height: 100%;
}

.post-type-archive-prosddsservices .content_section_1 .right,
.post-type-archive-services .content_section_1 .right,
.page-template-services .content_section_1 .right {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
}

.post-type-archive-prosddsservices .post_list .post_thumbnail,
.post-type-archive-services .post_list .post_thumbnail,
.page-template-services .post_list .post_thumbnail{
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
    width: 100%;
}
.page-template-services .post_list .post_thumbnail {
    background-position: center;
}

.post-type-archive-prosddsservices .post_list:nth-child(odd) .post_thumbnail,
.post-type-archive-services .post_list:nth-child(odd) .post_thumbnail,
.page-template-services .post_list:nth-child(odd) .post_thumbnail
{
    left: 30px;
}
.post-type-archive-prosddsservices .post_list .post_thumbnail:after,
.post-type-archive-services .post_list .post_thumbnail:after,
.page-template-services .post_list .post_thumbnail:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(img/prethodontic-img-after.jpg);
    height: 150px;
    width: 60px;
    background-size: cover;
} 
.post-type-archive-prosddsservices .post_list:nth-child(even),
.post-type-archive-services .post_list:nth-child(even),
.page-template-services .post_list:nth-child(even) {
    flex-direction: row-reverse;
}  

.post-type-archive-prosddsservices .post_list,
.post-type-archive-services .post_list,
.page-template-services .post_list
{
    margin: 50px 0;
}

.post-type-archive-prosddsservices .post_list .post_thumbnail:before,
.post-type-archive-services .post_list .post_thumbnail:before,
.page-template-services .post_list .post_thumbnail:before {
    position: absolute;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    left: -30px;
    top: -30px;
    content: ''; 
}

.post-type-archive-prosddsservices .row:nth-child(even) .post_list .post_thumbnail:before,
.post-type-archive-services .row:nth-child(even) .post_list .post_thumbnail:before,
.page-template-services .row:nth-child(even) .post_list .post_thumbnail:before{
    right: -30px;
    left: unset; 
    z-index: -1;
}

.post-type-archive-prosddsservices .post_list a,
.post-type-archive-services .post_list a,
.page-template-services .post_list a {
    color: #166298;
    position: relative;
    font-size: 15px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.post-type-archive-prosddsservices .post_list a:after,
.post-type-archive-services .post_list a:after,
.page-template-services .post_list a:after {
    position: absolute;
    content: '';
    right: -25px; 
    top: 0;
    bottom: 0;
    background-image: url(img/read-more-arrow.png);
    height: 100%;
    width: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.post-type-archive-prosddsservices .row:nth-child(odd) .post_list .post_content_wrapper,
.post-type-archive-services .row:nth-child(odd) .post_list .post_content_wrapper,
.page-template-services .row:nth-child(odd) .post_list .post_content_wrapper {
    padding: 0 30px; 

}

.entry-content-page {
    padding:80px 0px;
}
.entry-content-page p {
    margin-bottom: 20px;
}

.prosthodontist-img{
    float: right;
    margin: 0 0 20px 20px;
}
.prosthodontist-img img {
    padding: 0 !important;
}
.entry-content-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.entry-content-page li,
.page-template-about .bottom-content.new ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.entry-content-page li:before,
.page-template-about .bottom-content.new ul li:before{
    position: absolute;
    content: '';
    background-image: url(img/blue-tooth.png);
    width: 20px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    top: 5px;
}

.entry-content-page ul  li  ul li:before { 
    background-image: url(img/grey-tooth.png) !important;
}

.entry-content-page a,
.entry-content-page a:hover {
    color: #2b6192;
}

.hfixed {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 #9E9E9E;
    top: 0;
}

.entry-content-page img{
    display: inline-block;
    /*width: auto;*/
    padding: 20px;
    float: left;
}

.entry-content-page .h1, 
.entry-content-page .h2, 
.entry-content-page .h3, 
.entry-content-page .h4, 
.entry-content-page .h5, 
.entry-content-page .h6, 
.entry-content-page h1, 
.entry-content-page h2, 
.entry-content-page h3, 
.entry-content-page h4, 
.entry-content-page h5, 
.entry-content-page h6 {
    color: #2b6192;
}

.aboutCv .tab-content .ul .li_1 {
    width: 40%;
}

.aboutCv .tab-content .ul .li_2 {
    width: 20%;
}

.aboutCv .tab-content .ul .li_3 {
    width: 40%;
}

.aboutCv .tab-content .ul .li span {
    display: block;
}

.aboutCv .tab-content .ul .li{
    padding: 0 10px;
}
/* 

div[id^='reveal']{
        opacity: 0;
        -webkit-transform: scale(0.9);
             -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                 -o-transform: scale(0.9);
                        transform: scale(0.9);
        -webkit-transition: all 1s ease-in-out;
             -moz-transition: all 1s ease-in-out;
                -ms-transition: all 1s ease-in-out;
                 -o-transition: all 1s ease-in-out;
                        transition: all 1s ease-in-out;
    }
    div[id^='reveal'].visible {
       opacity: 1;
        -webkit-transform: none;
             -moz-transform: none;
                -ms-transform: none;
                 -o-transform: none;
                        transform: none;
    }
    
    
*/
.entry-content-page > ul {
    margin-top: 20px;
}
.entry-content-page li ul li {
    margin-bottom: 2px;
}
.entry-content-page li ul li:last-child{
    margin-bottom: 0px;
}
body .pt-m {
    padding-top: 60px !important;
}
.page-template-contact .inner_header_banner{
    padding: 50px 50px 50px 30px;
}

div#footer .copyR p {
    font-size: 12px;
}
header.hfixed img {
    transition: width .5s;
    width: 70%;
}
/* .aboutHonors.fullWidth.section.pt-0 {
        padding: 60px 0 100px !important;
} */
.footerContact.section.bgCover {
    padding-bottom: 100px;
}
.page-template-doctor_profile .aboutCta.fullWidth.section.pt-0 {
    padding-bottom: 0;
}
.page-template-contact .contact_info .contact_info_list > div:not(:last-child):after {
    position: absolute;
    content: '';
    height: 50%;
    width: 1px; 
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: radial-gradient(circle, #cccccc, #d7d7d7, #e1e1e1, #ececec, #f7f7f7);
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-top: 0 !important;
}
.fotorama {
    margin-bottom: 60px;
}
.fotorama__thumb-border {
    margin-top: 0 !important;
}
.bottom-content.fullWidth {
    padding-bottom: 40px;
}
.greyBack{
    background: #f2f6f9;
}



.wow{
    visibility: hidden; 
    opacity: 0; 
}

section {
    overflow: hidden;
}

.border_image {
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: top;
    /*background-position: center;*/
}

.border_image:before {
    position: absolute;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    left: -30px;
    top: -30px;
    content: '';
}

/*.border_image:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(img/prethodontic-img-after.jpg);
    height: 150px;
    width: 60px;
    background-size: cover; 
}*/






.homeTestimonails .owl-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}body.page .content_section_1 .section {
    padding-top: 100px;
}

body.page .content_section_1 .section,
body.archive .content_section_1 .section {
    padding-top: 100px;
}

body.error404  .inner_header_banner .banner_content {
    margin-top: 0;
}
.DrImage{
    float: right;
    width: 100%;
    max-width: 50%;
    margin: 0 0 20px 20px;
}
body.error404 .inner_header_banner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
body.error404  .inner_header_banner.no_bg #breadcrumbs span.arrow {
    display: none;
}

header.isActive .toggleBtn {
    width: 100px;
    position: fixed;
    top: 0;
    height: 100px;
    z-index: 999;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#toggleBtn span.fa-chevron-right {
    color: #fff !important;
}
.inner_header_banner .banner_content div#breadcrumbs span, 
.inner_header_banner .banner_content div#breadcrumbs a {
    opacity: 0.5;
}

.inner_header_banner .banner_content div#breadcrumbs span:last-child{
    opacity: 1;
}

.notScrolled .js-.js-reveal--hidden {
    opacity: 1 !important;
}

.in-view {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    animation-name: none !important;
    visibility: visible !important;
    opacity: 1 !important;
} 

@media(min-width: 1025px){
    .welcomeText h3,
    header#header img,
    .toggleBtn,
    div#homeSlider,
    .welcomeSection .welcomeImage img,
    .blocked-1 .border_image,
    .blocked-1 p,
    .blocked-2 .border_image,
    .blocked-2 p,
    .blocked-3 img, 
    .blocked-3 p,
    .blocked-4 img, 
    .blocked-4 p,
    .blocked-5,
    .blocked-6,
    .blocked-7,
    .blocked-8,
    .inner_header_banner,
    .inner_header_banner h1,
    .inner_header_banner .banner_breadcrumbs,
    .page-template-about .content_section_1 .left,
    .page-template-about .content_section_1 .right,
    .page-template-about  .bottom-content,
    .page-template-doctor_profile .content_section_1 .left,
    .page-template-doctor_profile .content_section_1 .left p,
    .page-template-doctor_profile .content_section_1 .right,
    .aboutCvHead,
    .aboutCv .container,
    .aboutHonorsHead,
    .honors_ul,
    .page-template-doctor_profile .content_section_1 .left .h3,
    .aboutCta,
    .page-template-doctor_profile .bottom-content,
    .post-type-archive-prosddsservices .content_section_1 .left,
    .post-type-archive-prosddsservices .content_section_1 .right,
    .post-type-archive-prosddsservices .content_section_1 .left p,
    .post-type-archive-services .content_section_1 .left,
    .post-type-archive-services .content_section_1 .right,
    .post-type-archive-services .content_section_1 .left p,
    .page-template-services .content_section_1 .left,
    .page-template-services .content_section_1 .right,
    .page-template-services .content_section_1 .left p,
    .mypost_1,
    .mypost_1 .h3,
    .mypost_1 .post_excerpt,
    .mypost_1 a,
    .mypost_2,
    .mypost_2 .h3,
    .mypost_2 .post_excerpt,
    .mypost_2 a,
    .mypost_3,
    .mypost_3 .h3,
    .mypost_3 .post_excerpt,
    .mypost_3 a,
    .mypost_4,
    .mypost_4 .h3,
    .mypost_4 .post_excerpt,
    .mypost_4 a,
    .mypost_5,
    .mypost_5 .h3,
    .mypost_5 .post_excerpt,
    .mypost_5 a,
    .mypost_6,
    .mypost_6 .h3,
    .mypost_6 .post_excerpt,
    .mypost_6 a,
    .mypost_7,
    .mypost_7 .h3,
    .mypost_7 .post_excerpt,
    .mypost_7 a,
    .mypost_8,
    .mypost_8 .h3,
    .mypost_8 .post_excerpt,
    .mypost_8 a,
    .mainarea,
    .page-template-contact .contact_banner .left, 
    .page-template-contact .contact_banner .right,
    .leaveUs_messageHead,
    .formStyle,
    .contact_info {
        visibility: hidden;
    }
    .animated, .notScrolled .welcomeText h3{
        visibility: visible!important
    }

}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div#toggleBtn span.fa-chevron-right:before {
    content: '';
    background-image: url(img/menu-back.png);
    height: 70px;
    width: 70px;
    background-size: auto;
    background-repeat: no-repeat; 
    position: absolute;
    background-position: 90%;
}   
div#toggleBtn span.fa-chevron-right {
    position: absolute;
    top: 0;
    right: 100px;
}

header.isActive .toggleBtn
{
    right: 70px;
}

.inner_header_banner:not(.no_bg) .banner_overlay {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(227, 228, 233, 0.5);
}

.mainNav li a:hover, .mainNav li a:focus {
    color: #166298;
}

a.logoAnchor {
    width: 209px;
}
.data-pds{position: relative;}
.data-pds:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(img/prethodontic-img-after.jpg);
    height: 150px;
    width: 60px;
    background-size: cover;
}
.data-pds:before {
    position: absolute;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    left: -30px;
    top: -30px;
    content: '';
}
.contact-logo-footer > img {
    max-width: 260px;
}
.service-page .data-pds:before, .service-page .data-pds:after{
    content: none;
} 
.page-template-services .post_list .post_thumbnail:before, .page-template-services .post_list .post_thumbnail:after{
    content: none;  
}
.service-page .right.data-pds, .service-page .post_thumbnail {
    border: 2px solid #2b6191;
    background-size: 96% 96% !important;
    background-position: center !important;
    background-color: #fff !important;
}
.service-page .w-100.d-inline-block > .container .row .row {
    width: 100%;
}
.service-box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.service-box > img {
    max-width: 330px;
    padding: 0 20px 0 0;
}
.entry-content-page ul {
    padding-left: 0;
}


.section-services-wrap .mypost_wrap:first-child {
}

/* .pamela-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:10px;
} */
.Dr-col iframe{
    width:100%;
    height:350px;
}

/********  Appointment Page ********/
p:empty {
	display: none;
}
.formStyle.app_form {
	max-width: 650px;
}
.formStyle.app_form input, .formStyle.app_form textarea {
	box-shadow: 0 3px 5px #f4f4f4 !important;
}

.mainNav .req_btn a {
	background: #166298;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff !important;
	transition: 0.3s;
}
.mainNav .req_btn a:hover {
  background: #003748;
}
.main_form_style {
    margin-top: 50px;
}
.main_form_style + .wpcf7-response-output {
	border: 0;
	color: red;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
}
.main_form_style + .sent .wpcf7-response-output {
	color: green;
}
#app_form_message + .wpcf7-mail-sent-ok {
	display: none !important;
}
.formStyle.app_form, #app_form_message {
	max-width: 650px;
	margin: 0 auto;
}
#app_form_message {
    margin-top: 25px;
}
.main_form_style h3, #app_form_message {
	text-align: center;
}
.ui-timepicker-standard {
	z-index: 10 !important;
}
.ui-timepicker-standard, .ui-timepicker-no-scrollbar .ui-timepicker, .ui-timepicker-standard .ui-menu-item {
	z-index: 10 !important;
	width: 100px !important;
	font-size: 14px;
}
.ui-timepicker-viewport {
	position: relative;
	left: -4px;
}
@media(max-width:1470px){
.header.isActive .mainNav {
	align-items: flex-start !important;
}
}
/******** End  Appointment Page ********/
@media(min-width:1600px){
    .service-page .content_section_1 .left {
        width: 65%;
    }
    .service-page .content_section_1 .right {
        width: 35%;
        height: 450px;
    }
	.DrImage {
		width: 25% !important;
	}
}
@media(min-width:1800px){
    /*.pamela-text p{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom:15px;   
    } */
    .Dr-col iframe{
        width:100%;
        height:350px;
    }    
}
@media (min-width: 576px){
.container {
    max-width: 100%;
}
}

@media(max-width:991px){
    /*.Dr-col iframe {
        width: 100%;
        height: 310px;
    }*/
	
}
 @media only screen and (min-width: 768px) and (max-width: 1023px) {
.video-outer-box {flex: 100%; max-width: 100%;}
}
@media(max-width:767px){
    /*.Dr-col iframe {
        width: 100%;
        height: 300px;
    }*/
	.Dr-col iframe {
width: 100vw !important;
height: 300px;
overflow: hidden;
max-width: calc(100vw - 30px);
}
}
/*=======About Page =========*/

.about-left-bg {
    background: #2b6192;
    margin-top: -200px;
    margin-left: -5%;
    padding: 100px;
    height: 420px;
    color: #fff;
}
.page-template-about .content_section_1 .left {
    margin-left: -5%;
    height: 500px;
    width: 55%;
    height: 100%;
}
.page-template-about .bottom-content.new p {
    margin: 7px 0 5px;
    line-height: 1.8;
}
.bottom-content.new {
    padding: 10px 49px 0;
}

.welcomeText .slideContent{
    background: #166198 url(img/Teeth.png)no-repeat right bottom !important;
    background-size: 160px !important;
    padding: 30px 0 30px;
    color: #fff;
}
.welcomeText .slideContent strong{
    font-weight: bold;
    font-size: 84px;
    color: #fff;
}
.blocked-4 p {
    text-align: center !important;
}
.service-box.service-appli p img {
    width: 40%;
}
.welcomeSection::after {
    clear: both;
    content: "";
    display: table;
}

@media(max-width:1024px){
    .contentBlockSingle p {font-size: 14px;}
    .mapAddress img {
        max-width: 100% !important;
    }
    ul#homeTestimonails_oc .owl-stage-outer {
        min-height: auto;
    }
    .welcomeSection > div {
        margin: 0px !important;
        width: 100%;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .welcomeSection .welcomeText{
        padding:30px !important;
        min-height: 450px;
    }
    .page-template-services .content_section_1 .right{
        height:400px;
    }
    .page-template-services .post_list .post_thumbnail{
        height: 360px !important;
    }
    .inner_header_banner .banner_overlay {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(227, 228, 233, 0.5);
    }
}
@media(max-width:768px){
    .bottom-content.new {
        padding: 10px 19px 0;
    }
    .page-template-services .post_list .post_thumbnail{
        height: 260px !important;
    }
    .page-id-219 .entry-content-page p img{
        text-align: center;
    }
    body.page .content_section_1 .section, body.archive .content_section_1 .section {
        padding-top: 40px;
    }
    .page-template-services .content_section_1 .right{
        height:400px;
    }
    .service-box.service-appli p img {
        width: 100%;
    }
    .inner_header_banner.no_bg .banner_heading, 
    .inner_header_banner.no_bg #breadcrumbs a, 
    .inner_header_banner.no_bg #breadcrumbs span{
        color: #2b6192 !important;
    }
    .inner_header_banner .banner_overlay{
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(227, 228, 233, 0.5);
    }
    .page-template-services .content_section_1 .left{
        margin-top: -130px;
    }
}
.page-template-contact .banner_overlay{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(227, 228, 233, 0.6);
}
.page-template-contact .inner_header_banner .banner_heading,
.page-template-contact .inner_header_banner.no_bg #breadcrumbs a, 
.page-template-contact .inner_header_banner.no_bg #breadcrumbs span,
.page-template-contact .banner_content .text-white{
    color: #2b6192 !important;
}
.page-template-contact .banner_content .text-white{
    position:relative;
    z-index: 999;
}

a.referrals-btndownload{
    background: #2c6292;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
}
a.vc-btndd {
    border: 2px solid #2d6392;
    padding: 10px 20px;
    border-radius: 25px;
    margin-left: 10px;
}
a.referrals-btndownload:hover,
a.referrals-btndownload:focus{
    color:#fff;
}
.pamelavranis p{
    font-size: 20px;
}
.pamelavranis ul li i.fa {
    font: normal normal normal 30px/1 FontAwesome !important;
    color: #256599;
}
.pamelavranis ul li {
    display: inline-block;
    padding-right: 20px;
}
.pamelavranis {
    margin: 30px 0 20px;
	text-align:center;
}
@media(max-width:767px){
.pamelavranis p{
    font-size: 18px;
}   
	a.referrals-btndownload{
		padding: 10px 10px;
       font-size: 14px;
	}
	a.vc-btndd {
    padding: 6px 15px;
    margin-left: 0px;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}
}
.entry-content-page .virtual-consultations-txt p,
.entry-content-page .virtual-consultations-txt ul li{
	text-align:justify;
}
.virtual-consultations-form input,
.virtual-consultations-form textarea{
    width: 100%;
    float: left;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 14px 8px;
    font-size: 16px;
    line-height: 1.2;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    margin-bottom: 20px;
}
.virtual-consultations-form .form-group {
    width: 100%;
    float: left;
}
.virtual-consultations-form .leftinput{
	padding-left:0;
}
.virtual-consultations-form .inputright{
	padding-right:0;
}
.virtual-consultations-form textarea {
    height: 100px;
}
.virtual-consultations-form input.btn-default {
    width: auto;
    padding: 17px 30px;
    font-size: 16px;
    background: #166298;
    border-radius: 6px;
    width: 200px;
    color: #fff;
    border: none;
    font-weight: 500;
}
.virtual-consultations-form h2{
	font-size: 30px;
    margin: 50px 0
}
.virtual-consultations-form span.wpcf7-list-item {
    display: block;
    margin-bottom: 3px;
}
.virtual-consultations-form input[type="checkbox"] {
width: auto;
margin: 0px;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    width: 25px;
    height: 28px;
    position: absolute;
    z-index: 999;
}
.virtual-consultations-form span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}
.virtual-consultations-form span.wpcf7-list-item-label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 14px;
}
.virtual-consultations-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 13px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.virtual-consultations-form  span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 13px;
    font-style: italic;
}
.virtual-consultations-form div.wpcf7-response-output {
    margin: 0;
    padding: 2px;
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
}
.virtual-consultations-form span.wpcf7-form-control-wrap.reasons,
.virtual-consultations-form .reasons span.wpcf7-form-control.wpcf7-checkbox{
    width: 100%;
    float: left;
}
@media(max-width:767px){
	.virtual-consultations-form .leftinput {
		padding-left: 15px;
	}
	.virtual-consultations-form .inputright{
		padding-right:15px;
	}
	.virtual-consultations-form .form-group{
		padding: 0 15px;
	}
	.virtual-consultations-form h2 {
    font-size: 20px;
    margin: 40px 0;
}
	.notification.mobile{
		display: block;
	max-width: 100%;
font-size: 10px;
text-align: center;
color: red;
		line-height: normal;
		padding: 0 10px;
}
	.notification{
		display:none;
	}
}

.notification{
	max-width: 70%;
font-size: 12px;
text-align: center;
color: red;
	font-weight: 500;
}
.notification p{
	margin-bottom: 0;
}
.mobile{
	display: none;
}

/*New Patient Form*/
span.form-headings {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.new-patient-form input.form-control{
    width: 100%;
    /*float: left;*/
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 14px 8px;
    font-size: 16px;
    line-height: 1.2;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
}
.border-column {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.new-patient-form .small{
    font-style: italic;
}
.new-patient-form span.form-headings .small {
    font-size: 13px;
    font-style: italic;
}
.new-patient-form label.diseases-problems {
    font-size: 14px;
    width: 68%;
    line-height: 1.4;
}
.textarea-height textarea.form-control {
    height: 80px;
}
.new-patient-form input.wpcf7-form-control.wpcf7-submit {
    padding: 17px 30px;
    font-size: 16px;
    background: #166298;
    border-radius: 6px;
    width: 200px;
    color: #fff;
    border: none;
    font-weight: 500;
    margin-top: 20px;
}
.new-patient-form input[type="checkbox"] {
    width: auto;
    margin: 0px;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    width: 18px;
    height: 25px;
    position: absolute;
    z-index: 999;
}
.new-patient-form .radio-control span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 10px;
}
.new-patient-form span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}
.new-patient-form span.wpcf7-list-item-label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.new-patient-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.new-patient-form .wpcf7-form-control-wrap {
    position: initial;
}
.new-patient-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-size: 12px;
    font-style: italic;
}
.new-patient-form .officeuseonly span.wpcf7-list-item {
    display: block;
}
.box-flex {
    display: flex;
    margin-top: 10px;
}
@media(max-width:1024px){
    .new-patient-form label.diseases-problems{
        width: 56%;
    }
    .new-patient-form label {
        word-break: break-word;
    }
}
@media(max-width:991px){
    .new-patient-form label.diseases-problems{
        width: 100%;
    }    
    .new-patient-form .radio-control span.wpcf7-list-item {
        display: inline-block;
        margin: 0 10px 10px 0px;
    }
    .box-flex {
        display: block;
        margin-top: 10px;
    }
    .aboutCv .nav-tabs a{
        font-size: 14px !important;
    }
}
@media(max-width:767px){
    span.form-headings{
        font-size: 20px;
        line-height: 1.2;
    }
}

.awards_hd .aboutHonorsHead {
    background: url(img/awards.png)no-repeat center center;
}

.aboutHonors.awards_hd .honors_li {
  width: auto;
}
.aboutHonors.awards_hd .honors_li .logo {
  height: auto;
}
.aboutHonors.awards_hd .honors_li .logo img {
  height: 300px;
  object-fit: contain;
  object-position: center;
}
.awards_hd .honors_ul .owl-dots {
    margin: 50px auto 0 !important;
    position: relative;
}