@import "custom.css";
.navbar .navbar-header .navbar-brand {
    display: block;
    padding: 0;
    margin: 19px 0;
    width: auto;
    height: auto;
}
.navbar .lang_bar {
    position: absolute;
    right: 25px;
}
.rtl .navbar .lang_bar {
    left: 25px;
}
.navbar .lang_bar a {
    padding: 0;
}
#navbar {
    margin: 15px 0 0;
    padding: 0;
    float: right;
}
.rtl #navbar {
    float: left;
}
#navbar li {
    margin: 0 0 0 25px;
    line-height: 40px;
    font-size: 15px;
    color: #020202;
}
#navbar li a {
    padding: 0 0 20px;
    line-height: normal;
    color: #020202;
}
#navbar li.book {
    background: none;
    padding: 0;
    height: auto;
}
#navbar li.book a {
    border-radius: 20px;
    background: #8ecd97;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}
#navbar .sub-menu li {
    margin: 0 0 10px;
    font-size: 12px;
}

#videoBG {
    overflow: hidden;
    background-color: #fff; 
}
#videoBG video {
    width: 100%;
}
#imageBG {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; height: 700px;
}
.section-heading {
    font-size: 32px;
    line-height: 32px;
    font-family: Open Sans, sans-serif;
    color: #282828 !important;
    font-weight: 400;
    margin: 0 0 40px !important;
    text-align: center;
}

.footer-cs {
    overflow: hidden;
    padding: 53px 0 28px 0;
    background: #F8F8F8;
}
.footer-cs h3,
.footer-cs h4,
.footer-cs .widget-title{
	font-size: 18px;
	color: #878787;
	margin: 0 0 20px;
	padding: 0;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.9px;
	background: none;
	font-family: 'OPTIMA';
}
.footer-cs .menu {
    margin: 0;
    padding: 0;
}
.footer-cs .menu li {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #282828;
    list-style: none;
    text-transform: none;
    height: auto !important;
}
.footer-cs .menu li a {
    font-size: 12px !important;
}
.footer-cs .menu li:before {
    display: none !important;
}
.footer-cs .textwidget p {
    font-size: 12px;
}
.footer-cs .footer-social li {
    margin-right: 10px;
}
.footer-cs .form-group {
    margin-bottom: 0;
}
.footer-cs .footer-bottom {
    border-top: 1px solid #dfdfdf;
    padding: 30px 0 0 0;
	margin-top: 34px;
}
.footer-cs .footer-bottom .last_links{
	padding-left: 0;
}
.footer-cs .footer-bottom .menu {
    overflow: hidden;
}
.footer-cs .footer-bottom .menu li {
    float: left;
    width: auto;
    padding: 0;
    border: 0;
    margin: 0 25px 0 0;
    position: relative;
    line-height: 14px;
}
.footer-cs .footer-bottom .menu li:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #282828;
    position: absolute;
    top: 0;
    right: -12px;
}
.footer-cs .footer-bottom .menu li:last-child:after {
    display: none;
}
.footer-cs .footer-bottom .copyright {
    text-align: left;
}
.footer-cs .footer-bottom .footer_banner {
    margin: -15px 0 0;
    padding: 0;
    text-align: right;
}
.footer-cs .footer-bottom .footer_banner a {
    display: inline-block;
    width: 220px;
    padding-top: 20px;
}
.footer-cs .footer-bottom .footer_banner a img {
    max-width: 100%;
    height: auto;
}


.footer-book .gform_body .gform_fields{
	float: left;
	width: 100%;
}
.footer-book .gform_body .gform_fields li{
	float: left;
	width: 100%;
	padding-right: 0;
	margin: 0 0 15px 0 !important;
}
.footer-book .gform_body .gform_fields li .gfield_label,
.footer-book .gform_body .gform_fields li label{
	color: #2B2C2D;
	font-family: Open Sans;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 19.5px;
	margin: 0 0 7px 0 !important;
	padding: 0;
}
.footer-book .gform_body .gform_fields li label span{
	color: #790000;
}
.footer-book .gform_body .gform_fields li .ginput_container_select{
	margin: 0 !important;
}
.footer-book .gform_body .gform_fields li .ginput_container_select select{
	height: 36px;
	line-height: 36px;
	background-color: #FFF;
	color: #666;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	padding: 0 16px 0 20px !important;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 !important;
	background-image: url(../images/sel-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(50%);
	background-size: 13px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	background-color: #FFF;
	
}
.footer-book .gform_body .gform_fields li input{
	height: 36px;
	line-height: 36px;
	background: #FFF;
	color: #666;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	padding: 0 15px !important;
	outline: none;
	border: none;
	margin: 0 0 0 0 !important;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	background-color: #FFF;
}
.footer-book .gform_body .gform_fields li .ginput_container{
	margin-bottom: 0 !important;
  	margin-top: 0;
}

.footer-book .gform_button{
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 14px !important; /* 100% */
	text-transform: uppercase; 
}

.addressFooter .main-add, .addressFooter strong{
	font-size: 13px !important;
	font-weight: 700;
	margin-bottom: 5px;
}

.addressFooter a{
	font-size: 12px;
}

.addressFooter .textwidget p{
	line-height: 16px;
}

.doc-info {
    background: #eeeeee;
    padding: 40px 0;
}
.doc-info article {
    padding-left: 60px;
}
.doc-info article h3 {
    color: #282828;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.doc-info article h6 {
    color: #020202;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.doc-info article p {
    color: #020202;
    font-size: 18px;
    margin: 0 0 25px;
}
.doc-info article .btn {
    background: #8ecd97;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
}
.doc-info.alt {
    background: #8ecd97;
}
.doc-info.alt article {
    padding-left: 0;
    padding-right: 60px;
}
.doc-info.alt article p {
    margin: 0 0 50px;
    color: #ffffff;
}
.doc-info.alt figure {
    text-align: right;
}
.doc-info.alt h3 {
    color: #fff;
}
.doc-info.alt .btn {
    background: #fff;
    color: #282828;
}

.our-treatments {
    padding: 80px 0;
    background: #f8f8f8;
}
.our-treatments.alt {
    background: #fff;
}
.our-treatments .owl-theme .owl-nav {
    display: block;
}
.our-treatments .owl-theme .owl-next,
.our-treatments .owl-theme .owl-prev {
    width: 32px;
    height: 61px;
    text-indent: -9999px;
    padding: 0;
    margin: -32px 0 0;
    background: url('../images/carousel-arrows.png');
    position: absolute;
    top: 50%;
}
.our-treatments .owl-theme .owl-prev {
    left: -50px;
}
.our-treatments .owl-theme .owl-next {
    background-position-x: right;
    right: -50px;
}
.our-treatments .services {
    position: relative;
    float: none;
    background: none;
}
.our-treatments .services a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 1px #aaaaaa;
    width: 330px;
    height: 330px;
    margin: 0 auto;
}
.our-treatments .services a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.our-treatments .services a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 1;
    padding: 100px 20px 0;
}
.our-treatments .services a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.our-doctors {
    padding: 20px 0;
    background: #f8f8f8;
}
.our-doctors .owl-theme .owl-nav {
    display: block;
}
.our-doctors .owl-theme .owl-next,
.our-doctors .owl-theme .owl-prev {
    width: 32px;
    height: 61px;
    text-indent: -9999px;
    padding: 0;
    margin: -32px 0 0;
    background: url('../images/carousel-arrows.png');
    position: absolute;
    top: 50%;
}
.our-doctors .owl-theme .owl-prev {
    left: -50px;
}
.our-doctors .owl-theme .owl-next {
    background-position-x: right;
    right: -50px;
}
.our-doctors .doctors {
    position: relative;
}
.our-doctors .doctors a {
    display: block;
    position: relative;
}
/*.our-doctors .doctors a:after {*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 52px;*/
    /*height: 52px;*/
    /*margin-top: -26px;*/
    /*margin-left: -26px;*/
    /*background: url('../images/video-play-btn.png');*/
/*}*/
.our-doctors .doctors a img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.in-the-press {
    padding: 50px 0;
}
.in-the-press .press-wrap {
    text-align: center;
}
.in-the-press .press-wrap a {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 15px;
    display: inline-block;
    height: 78px;
    vertical-align: middle;
    line-height: 58px;
}

#fullWidthMap {
    height: 700px;
}



.awards {
    padding: 50px 0;
}

@media screen and (max-width:768px) {

    .navbar {
        height: 90px;
        margin: 0;
    }
    .navbar .navbar-header .navbar-brand {
        margin: 20px 0 20px 15px;
    }
    .navbar .lang_bar {
        right: 120px;
        top: 20px;
    }

    #navbar {
        float: none;
        background: #ffffff;
    }
    #navbar,
    #navbar ul,
    #navbar li {
        margin: 0;
    }
    #navbar li a {
        margin: 0;
        padding: 0 10px;
        line-height: 40px;
    }

    #videoBG {
        margin-top: 100px;
        max-height: 174px;
    }
    #videoBG video {
        max-width: 100%;
        height: auto;
    }
    #imageBG {
        height: 250px;
    }

    .doc-info h3 {
        line-height: 30px;
    }
    .doc-info article {
        padding: 0 !important;
    }
    .doc-info figure {
        margin: 20px 0;
    }
    .doc-info figure img {
        max-width: 100%;
        height: auto;
    }

    .footer-cs .footer_trea {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .footer-cs .menu li {
        width: 50%;
    }
    .footer-cs .footer-bottom .last_links {
        margin: 0 0 20px;
    }
    .footer-cs .footer-bottom .menu li {
        margin: 0 25px 10px 0;
    }
    .footer-cs .footer-bottom .footer_banner {
        text-align: center;
    }

    .awards .item img {
        height: auto;
    }

    .our-treatments .services a {
        width: 260px;
        height: 260px;
    }
	
	

}

@media screen and (max-width:420px) {

    #imageBG {
        height: 170px;
    }

}

.rtl .footer-cs h3 {
    text-align: right;
}

.gform_wrapper .top_label div.ginput_container {
    margin-bottom: 30px !important;
}

#input_1_1 label {
    display: block !important;
}

#input_2_1 label {
    display: block !important;
    color: #0a0a0a;
}

@media screen and (max-width:768px) {

    #input_1_1 span {
        margin-bottom: 50px !important;
    }

}

.footer input[type="submit"] {
    padding: 7px 30px !important;
}

.gform_wrapper h3.gform_title {
    display: none;
}

#gform_fields_2 #input_2_2 {
    width: 100%;
}

#gform_fields_2 #input_2_3 {
    width: 100%;
}

/** Testimonial Changes
*/

    .in-the-testimonial {
        padding: 50px 0px 0px 0px;
    }

  .sp-testimonial-free {
    border: 1px solid #ccc;
    padding: 1.5em;
    clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 43px 105%, 43px 80%, 21px 80%, 21px 105%);
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
  }

  .sp-testimonial-free-wrapper {
      overflow: visible;
  }

  .slick-active::after {
    content: "";
    /* position: absolute; */
    display: inline-block;
    width: 25px;
    height: 20px;
    background: #ccc;
    top: calc(100% - 1px);
    left: 70px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 1px 0);
    bottom: -15px;
    margin-left: 20px;
  }

  .sp-testimonial-free-section .tfree-client-name, .sp-testimonial-free-section .tfree-client-rating {
      text-align: left;
  }

  .testimonial-comments-ico{
    position: absolute;
    right: 30px;
    top: 0px;
  }

  .testimonial-comments-ico img {
      width: 40px;
  }

  .sp-testimonial-free-section .tfree-client-testimonial p {
    max-height: 155px;
    overflow: auto;
    height: 155px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
  }

  .d-flex {
    display: flex;
  }

.justify-content-center {
    justify-content: center;
}

  #sp-testimonial-free-wrapper-6868 .sp-testimonial-free-section .slick-next {
    background: url(../images/carousel-arrows.png) !important;
    border: none !important;
    background-position-x: right !important;
    width: 28px !important;
  }

  #sp-testimonial-free-wrapper-6868 .sp-testimonial-free-section .slick-prev {
    background: url(../images/carousel-arrows.png) !important;
    border: none !important;
    background-position-x: left !important;
    width: 28px !important;
  }

  #sp-testimonial-free-wrapper-6868 .sp-testimonial-free-section .slick-next:hover{
    background: #869791 !important;
    border-color: #869791 !important;
    color: #ffffff;
    background-position-x: right !important;

  }


  #sp-testimonial-free-wrapper-6868 .sp-testimonial-free-section .slick-prev:hover {
    background: #869791 !important;
    border-color: #869791 !important;
    color: #ffffff;
}



@media screen and (max-width:768px) {

    .tm-wrapper {
        width: 100%;
    }

    .sp-testimonial-free-section .tfree-client-testimonial p{
        height: auto;
        max-height: unset;
    }

  .sp-testimonial-free {
        clip-path: unset;
    }

    .slick-active::after {
        display: none;
    }

    .in-the-press .press-wrap {
        text-align: left;
    }
    .in-the-press .press-wrap a{
        margin: 0.3em;
    }

    .service-ifram-video iframe {
        text-align: center;
        width: 100% !important;
        max-height: 300px !important;
    }

}

@media screen and (max-width: 552px) {

        .single-services .new_form_d .form_box input[type="submit"] { margin-left: 0px !important; }

}

.footer_opening span {
    display: block;
}
#imageBG img{
	display:none;
}
.offerbanner {
	width:100% !important;
}
.offerbanner .owl-item img {
    width: 100%;
    height: auto;
}

.navbar-header{
	z-index:999999 !important;
	
}



.awards h2{
	margin-top: 0;
}

.nopadding .logoes{
	width: 100%
	margin-bottom: 40px;
}

.awards .owl-carousel .owl-item img{
	width: auto;
	height: 102px;
	max-width: 80%;
	margin: auto;
}
.logoes .item p{
	color: #303030; 
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}

.footer_trea .social_links{
	position: relative;
	float: left;
	list-style: none;
	left: auto !important;
	right: auto;
	display: block !important;
	margin: 0px 0 0 0 !important;
}
.footer_trea .social_links ol{
  font-size: 18px;
  color: #282828;
  margin: 0 0 20px;
  padding: 0;
  line-height: 24px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.footer_trea .social_links li:before{
	display: none !important;
}
.footer_trea .social_links li a{
	background-position: left center !important;
	margin: 0 15px 0 0; 
}
.footer_trea .social_links li a.yt{
	background: url(../images/yt-icon.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}