@import url("../../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.html");
.vertical-align-bottom { display: table-cell; vertical-align: bottom; float: none; overflow: hidden; zoom: 1; } 

.section_margin_0{
    margin:0 !important;
}

/*.sf-arrows .sf-with-ul:after{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sf-arrows .sf-with-ul.expandmenu:after{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}*/
.page_header_wrapper {
    height: auto !important;
}
.radius-50{
	border-radius: 50px;
	}
.breadcrumb_info {
    margin-bottom: 25px;
    margin-top: 2px;
}

	.breadcrumb_info a {
    color: #787878;
}  

.header-banner {
    position: relative;
    background-size: cover;
}

.header-banner h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
	font-family: 'FuturaBT-Bold';
}  

.white-box {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(206,206,206,1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(206,206,206,1);
    box-shadow: 0px 0px 20px 1px rgba(206,206,206,1);
    padding: 25px;
    width: 650px;
    float: right;
    background: #fff;
    margin-top: 35px;
    color: #747474;
    font-size: 16px;
        min-height: 400px;
}
.back-img{
    z-index: -1;
    position: absolute;
}

.white-box h3{
	font-size: 18px;
    color: #1a9ad9;
    text-decoration: underline;
    text-transform: none;
    font-family: 'FuturaBT-Medium';
}

.about-doctor h2 {
    color: #181b4d;
    font-size: 19px;
}
/** Thank you page **/

.thanks-team {
    margin-top: 30px;
}
.thanks-team h4 {
    color: #0d0d51;
    font-weight: 900;
}
.thank-you h4{
    text-transform: capitalize;
}
.thank-you{
    margin-top: 70px;
}
@media (max-width: 580px){
    .thank-you{
        margin: 50px 0 30px;
    }
    .thank-you h4{
        font-size: 18px;
    }
}
/* Style the tab */

#Qualification ul{
float:left;
}
.tab-content {
    padding: 40px;
    background: #1d2456;
    color: #fff;
    font-size: 16px;
	overflow:hidden;
	border:0;
}

.tab-content .sub-title {
        float: right;
    color: #fff;
    font-size: 30px;
    text-transform: none;
	font-family: 'FuturaLT-Light';
}

.tab-content .sub-title span {
    font-size: 20px;
	font-family: 'FuturaBT-Medium';
}

.tabbed {
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom: 4px solid #5eb9e5;
    overflow: hidden;
    transition: border 250ms ease;
}

.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 90px; 
    list-style-type: none;
}

.tabbed ul li {
    display: block;
    float: left;
    padding: 10px 15px 8px;
    background-color: #e6e7ed;
    margin-right: 55px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    transition: all 250ms ease;
}

.tabbed ul li:before, .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 37px;
    background-color: #e6e7ed;
    transition: all 250ms ease;
}

.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    /*box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;*/
}

.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    /*box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;*/
}

.tabbed ul li.active {
    z-index: 3;
}


.tabbed ul li a:hover {
    color: #5eb9e5;
}

.tabbed ul li.active a {
    color: #fff;
}

.tabbed ul li.active, .tabbed ul li.active:before, .tabbed ul li.active:after {
    background-color: #5eb9e5;
    color: #fff;
}

.contact-box {
        width: 30%;
}

.address-box {
    display: inline-block;
    padding: 25px;
    border-right: 0;
    color: #181818;
    font-size: 16px;
    background: #f8f8f8;
    text-align: left;
    min-height: 310px;
    margin: 10px 0;
}

   .address-box img {
 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.page-id-110 .contact-box{
    text-align:center;
}
.address-box .svg{
	float:left;
}

.address-box .data {
    width: 100%;
    float: right;
}

.address-box a{
	color:#181818;
}

.address-box h2 {
    font-size: 18px;
    color: #2a2d69;
    text-transform: uppercase;
    font-family: 'FuturaBT-Heavy';
    margin-bottom: 15px;
}

.address-box h2 span {
    width: 100%;
    float: right;
    margin-bottom: 25px;
}

.address-box h2 img {
    float: left;
	    margin-right: 20px;
}

.google-map {
    width: 100%;
    float: left;
}

.clearfix{
	clear:both;
}

.page-id-110 #book-appointment{
	padding-top: 50px;
}

#features-section .feature-teaser {
    padding: 30px 15px 15px 15px;
/*	min-height:210px;*/
}

/*style appointment-form*/
.appointment-form{
    background: #fff;
    text-align: left;
}
.appointment-form-header{
    text-align: left;
    color: #fff;
    position: relative;
    padding: 30px;
	background:#43b4e7;
}
.appointment-form-header .booked-form-title-bar{
    font-size: 30px;
    font-weight: 300;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    margin-top: 0;
	    color: #fff;
}
.appointment-form-header .booked-form-title-bar:after{
    position: absolute;
    content: "";
    width: 130px;
    height: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}
.appointment-form-header .booked-form-info{
    font-size: 15px;
    font-weight: 500;
}
.appointment-form-header .appointment-form-close{    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: solid;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.appointment-form-body{
    background: #fff;
    border: none;
    padding: 0px 0;
}
.appointment-form-body label{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.appointment-form-body input, .appointment-form-body select, .contact-form-body input, .contact-form-body select{
        /* border: 2px solid #e8e8e8; */
    /* height: 42px; */
    /* line-height: 42px; */
    /* border-radius: 0; */
     color: #a9a9a9; 
    padding: 0 12px;
    /* text-transform: none; */
    width: 100% !important;
    font-size: 14px;
    /* box-shadow: none; */
    margin-bottom: 20px;
}
.appointment-form-body .invalid label{
    color: #ff4444;
}
.appointment-form-body .invalid input, .appointment-form-body .invalid select,  .appointment-form-body .invalid textarea{
    border: 2px solid #ff4444;
}
.appointment-form-body textarea, .contact-form-body textarea{
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    color: #838383;
    padding: 12px;
    text-transform: none;
    width: 100%;
    box-shadow: none;
    margin-bottom: 20px;

}
.appointment-form-body .invalid textarea{
    border: 2px solid #ff4444;
}
.appointment-form-body .row:last-child input, .appointment-form-body .row:last-child select, .appointment-form-body .row:last-child textarea{
    margin-bottom: 0;
}
.appointment-form-footer {
    padding: 0 30px 30px;
}
.appointment-form-footer .appointment-form-button{
    text-align: center;
}
/*.appointment-form-footer button{
    border: 2px solid #3c8dc5;
    color: #3c8dc5;

    background: #fff;
    float: right;
    font-size: 18px;
    font-weight: 500;
    height: 45px;
    letter-spacing: -0.5px;
    line-height: 45px;
    margin: 0 0 0 15px;
    padding: 0 30px;
    text-transform: uppercase;
}*/
.appointment-form-footer .respon-msg .error{
    color: #ff4444;
}


.imd-booked-thanks {
    background: #fff;
    padding: 20px 30px 45px;
}
.book-appointment-form{
    position: relative;
    min-height: 100px;
}
.book-appointment{
    cursor: pointer;
}
.imd-booked-thanks i {
    font-size: 48px;
}
.imd-booked-thanks .booked-thanks-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
.imd-booked-thanks .booked-thanks-message .text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.imd-booked-thanks .booked-thanks-message .thank {
    font-size: 16px;
    font-weight: 600;
}


   .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		border: 0;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

    .contact-form-body {
    padding: 50px 0;
}

.treatments-all .address-box {
    font-size: 14px;
}

.treatments-all .iframe{
    padding-left: 25px;
}

.treatments-all .iframe iframe{
    width: 350px;
    height: 196px;
}
	
@media (max-width: 991px) {
a.logo img {
    width: 85px;
}
  .header_white a img.logo{ display: block; }
  .header_white a img.sticky-logo{ display: none; }
  .header_white.affix a img.sticky-logo{ display: block; }
  .header_white.affix a img.logo{ display: none; }
 
 .header_white.affix a.logo {
    margin-top: 10px;
} 

.header_white.affix .toggle_menu {
    top: 10px;
} 


#book-appointment .content .info .brief .date-time span:first-child {
    width: 100%;
}

#book-appointment .content .info .brief .date-time span:last-child {
    width: 100%;
}

}

@media (max-width: 767px) {
	.breadcrumb_info {
    margin-bottom: 10px;
	text-align: center;
}

.white-box {
    width: 90%;
    min-height: 200px;
    margin: -40px 5% 0 5%;
}
.back-img {
    position: relative;
}

.with_backing:before {
    opacity: 0;
}

.with_backing {
    padding-left: 0;
    margin-left: 0;
}

.about-item .with_backing {
    margin-bottom: 0;
}
#about-us .display_table_cell_md .with_backing{
    padding-top:25px;
}

#book-appointment .content .info {
    margin-left: 0;
}

#about-us {
    background: #eff8fc url(../images/about-bg-mobile.jpg) right top no-repeat;
    background-position: right top;
    margin: 0 0;
}

/*.section_padding_50 > [class*="container"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section_padding_top_65 > [class*="container"] {
    padding-top: 30px;
}

.section_padding_bottom_100 > [class*="container"] {
    padding-bottom: 30px;
}*/

.tabbed {
    min-width: 100px;
}
.tabbed ul {
    padding-left: 0;
}

select#tab_selector {
    background: #5eb9e5;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}

.tab-content {
    padding: 15px 10px;
}

.address-box {
        padding: 15px;
            margin: 7px 0;
}

.contact-box {
        width: 100%;
}

.google-map {
    width: calc(100% - 0px);
    margin-top: 20px;
    border: 1px solid #e1e1e1;
}

.sf-menu #menu-treatment-menu li {
    width: 100%;
}

.header-banner h1 {
    font-size: 22px;
	    bottom: 0px;
	    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}


  .intro_section .container {
    position: absolute;
    width: auto;
    max-width: 100%;
    top: 10%;
    bottom: auto;
}

.intro_section h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'FuturaBT-Bold';
        text-align: center;
}

.intro_section .slide_description {
    color: #fff;
}

.title-with-line:before, .title-with-line:after {
    width: 50px;
}

.flex-control-nav {
        width: 100%;
    position: absolute;
    bottom: 140px;
    top: auto;
}

.flex-control-paging li a.flex-active {
    text-indent: -999px;
}
.flex-control-paging li a:after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
	    top: 0;
}

.flex-control-paging li a.flex-active:after {
    width: 20px;
}

.flex-control-nav li {
    width: 25px;
    height: 25px;
}

#features-section .feature-teaser {
    min-height: 10px;
}

}

.video-loop{
    iframe{
        width:100%;
        height: 180px;
    }
}