@charset "UTF-8";

/* Fonts
-------------------------------------------------- */

@font-face {
    font-family: 'glyphiconshalflingsregular';
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'),
    url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold.woff2') format('woff2'),
    url('../fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
    url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




.container {
    max-width: 1200px;
    width: 100%;
}

.hide-from-main-nav {
    display: none;
}

.header-top-icons {
    display: none;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover{
    color: #ed9625;
    transition: all .2s ease;
    text-decoration: none;
}
    
a:focus, a:hover {
    text-decoration: none;
}



/****** Video wrapper ******/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****** Main CSS ******/

body {
    background-color: #bcb1a7;
    /*background-color: black;*/
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'montserratlight';
    line-height: 25px;
    overflow: hidden;
}

ul {
    padding: 0;
}

.main-sec {
    padding: 50px 0;
}


/****** NAV BAR CSS ******/

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar-nav .menu-item {
    display: inline-block;
    padding: 20px 30px 20px 0;
    word-spacing: 2px;
}

.nav.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s ease;
    text-decoration: none;
    border-radius: 30px;
}

.nav.navbar-nav li a:hover {
    display: inline-block;
    border-radius: 30px;
    color: #ed9625;
    text-transform: uppercase;
    transition: all .2s ease;
    line-height: 16px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #ed7d1b;
    display: inline-block;
    border: 1px solid #ed9625;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s ease;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-nav .appointment-btn {
    position: relative;
    margin-top: -48px;
    text-align: right;
    float:  right;
}

#navbar-collapse-1 {
    padding-left: 0;
    padding-right: 0;
}

#menu-main-menu {
    margin: 0;
}

nav.navbar.navbar-default.top-nav.isStuck {
    background-color: #2d303a;
    z-index: 2;
    min-height: 20px;
}

#menu-main-menu .current_page_item a {
    color: #ed7d1b;
    text-decoration: none;
}

#menu-mobile-menu .current_page_item a {
    color: #ed7d1b;
    text-decoration: none;
    background: #2a2f3a;
}

.left-menu {
    width: 80%;
	float: left;
}

.right-menu {
    width: 20%;
    float: right;
}

.searching.hide-from-main-nav {
    display: none;
}

.appointment-btn-holder {
    display: none;
}




#menu-main-menu li,
#menu-main-menu-1 li{
    position: relative;
}
#menu-main-menu > li.menu-item-has-children > a,
#menu-main-menu-1 > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
    /*padding-top: 4px;*/
}
#menu-main-menu > li.menu-item-has-children > a:before,
#menu-main-menu-1 > li.menu-item-has-children > a:before {
    content: "\f107";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 19px;
    color: #fff;
}
#menu-main-menu li .sub-menu,
#menu-main-menu-1 li .sub-menu {
    position: absolute;
    background-color: #2d303a;
    display: none;
    z-index: 20;
    width: 230px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 5px solid #ed7d1b;
}
#menu-main-menu li .sub-menu li,
#menu-main-menu-1 li .sub-menu li {
    padding: 20px 20px 0px 10px;
}
#menu-main-menu li .sub-menu li a,
#menu-main-menu-1 li .sub-menu li a {
    color: #fff;
    text-transform: capitalize;
}
#menu-main-menu li:hover > ul,
#menu-main-menu-1 li:hover > ul {
    display: block;
    -moz-animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
    animation: fadeIn 0.3s ease-in;
}


/****** Sticky Nav bar ******/


.isStuck .container {
    max-width: 1400px;
}

.isStuck .navbar-nav {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}

.isStuck .sticky-header-logo {
    display: block;
    float: left;
}

.isStuck .sticky-header-logo img {
    max-width: 100%;
}

.isStuck .navbar-nav .menu-item {
    display: inline-block;
    padding: 35px 40px 0 0;
    word-spacing: 2px;
}

.isStuck .right-menu {
    width: 77%;
    float: right;
}

.isStuck .left-menu {
    width: 23%;
    float: left;
}

.isStuck .main-menu-desktop {
    display: none;
}

.isStuck .main-menu-sticky {
    display: block;
    position: relative;
    top: 0;
    margin-top: 35px;
    font-size: 16px;
    margin-left: 30px;
}

.isStuck #menu-main-menu-1 {
    margin-bottom: 0;
}

.isStuck .navbar-nav .appointment-btn {
    display: none;
}

.isStuck .searching.hide-from-main-nav {
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -26px;
    /*margin-right: 0;*/
}

.isStuck .searching {
    display: none;
    margin-right: 25px;
}

.isStuck .btn.btn-default.btn-style-3 {
    text-align: right;
    position: absolute;
    top: -70px;
    right: 0;
    margin-right: 20px;
    font-size: 20px;
}

.isStuck .appointment-btn-holder {
    position: relative;
}

.isStuck .appointment-btn-holder {
    display: block;
}

.isStuck .contact-no p i {
    color: #ed7d1b;
    margin-right: 10px;
}

.isStuck .contact-no p {
    color: #fff;
    float: right;
    font-size: 20px;
    margin-top: -68px;
    margin-right: 30%;
}

.isStuck .contact-no p a {
    color: #fff;
}

/****** Search Bar ******/

.searching {
    display: inline-block;
    margin-right: 20px;
}

i.fa.fa-search {
    color: #fff;
}

.search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 90%;
    position: absolute;
    display: none;
    opacity: 1;
    /*visibility: hidden;*/
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #ee7e1c;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    /*transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;*/
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/****** Banner Area ******/

.banner-holder {
    width: 100%;
    margin-top: 100px;
}

section.banner-section {
    background-image: url(../images/bg-img.jpg);
    margin-top: -105px;
    padding-bottom: 65px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-side-bar {
    width: 30%;
    float: left;
}

#main-slider {
    width: 70%;
    float: right;
}

.bottom-panel {
    background-color: rgba(189, 178, 168, 0.85);
    width: 100%;
    padding: 20px 30px;
}

span.phone-no {
    font-family: 'montserratbold';
    color: #333;
}

span.phone-no:hover {
    color: #ed9625;
    transition: all .2s ease;
    text-decoration: none;
}

.inner-banner-section {

    margin-top: -105px;
    padding-bottom: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.inner-banner-section.full-width{
    -webkit-background-size: cover;
    background-size: cover;
}*/


/****** MAIN Slider ******/

    #main-slider .carousel .item {
        height: 100%;
        width: 100%;
        text-align: center;
    }
    #main-slider .carousel .slider-caption {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #main-slider .carousel-indicators {
        display: none;
    }

    /* Caption */
    #main-slider .carousel .item .caption-icon {
        animation-delay: 1s;
        max-width: 200px;
    }
    #main-slider .carousel .item h1 {
        animation-delay: .8s;
        color: #fff;
    }
    #main-slider .carousel .item h2 {
        animation-delay: 1.2s;
        color: #fff;
        margin-top: 0;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #main-slider .carousel .item h3 {
        animation-delay: 1.2s;
        color: #fff;
        font-size: 18px;
        text-align: left;
    }
    #main-slider .carousel .item p .btn-primary {
        animation-delay: 2s;
        background-color: transparent;
        border-radius: 25px;
        border-color: #fff;
        padding: 5px 21px;
        font-size: 14px;
        margin-top: 10px;
        text-transform: uppercase;
        color: #fff;
    }
    #main-slider .carousel .item p .btn-success {
        animation-delay: 2s;
        background-color: transparent;
        border-radius: 25px;
        border-color: #fff;
        padding: 5px 21px;
        font-size: 14px;
        margin-top: 10px;
        text-transform: uppercase;
        color: #fff;
    }

    /* Fade-in and Fade-out animation */
    .fade {
        opacity: 1;
    }
    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 2s;
        -moz-transition: opacity ease-in-out 2s;
        -ms-transition: opacity ease-in-out 2s;
        -o-transition: opacity ease-in-out 2s;
        transition: opacity ease-in-out 2s;
    }
    .fade .item:first-child {
        top: auto;
        position: relative;

    }
    .fade .item.active {
        opacity: 1;
        z-index: 2;
        -webkit-transition: opacity ease-in-out 2s;
        -moz-transition: opacity ease-in-out 2s;
        -ms-transition: opacity ease-in-out 2s;
        -o-transition: opacity ease-in-out 2s;
        transition: opacity ease-in-out 2s;
    }
    /* Images centering */
    .carousel .item .img-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Controllers background image remove and font size reduce */
    .carousel-control.right {
        background: none !important;
        outline: 0;
        transition: all 0.3s ease 0s;
        margin-bottom: 0px;
        color: #fff
    }
    .carousel-control.left {
        background: none !important;
        outline: 0;
        transition: all 0.3s ease 0s;
        margin-bottom: 0px;
        color: #fff
    }
    .carousel .carousel-control {
        opacity: 0;
    }
    .carousel:hover .carousel-control {
        opacity: 1;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        font-size: 20px;
        font-family: 'glyphiconshalflingsregular';
    }


    /* SLIDES BACKGROUNDS
-------------------------------------------------- */
    .carousel .slide1,
    .carousel .slide2,
    .carousel .slide3,
    .carousel .slide4 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        min-height: 700px;
    }

/****** Side Nav ******/

.contact-details.text-center {
    background-color: #f0efed;
    padding: 20px;
}
.contact-details.full-width{
    background-color: #fff !important;
}

.contact-details p {
    margin: 5px 0 0;
}

.contact-details .icons {
    color: #ed7d1b;
    margin-right: 6px;
    font-size: 16px;
    line-height: 25px;
}

.logo-holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sub-links-holder ul {
    /*background-color: #fff;*/
    padding: 15px;
    margin-bottom: 0;
}

.top-banner-section {
    background: #fff;
    min-height: 50em;
}

.sub-links-holder ul li {
    list-style: none;
    line-height: 35px;
    text-transform: uppercase;
    background: url(../images/side-nav-divider.png) bottom center no-repeat;
    display: block;
}

.sub-links-holder ul li:last-child {
    list-style: none;
    line-height: 35px;
    text-transform: uppercase;
    background: none;
    display: block;
}

.sub-links-holder ul li a {
    color: #1f2b3c;
    text-decoration: none;
}

.sub-links-holder ul li a:hover {
    text-decoration: none;
    color: #ed7d1b;
}


/****** Services ******/

.white-bg {
    background-color: #fff;
    height: 140px;
    position: relative;
}

.img-holder img {
    width: 100%;
}

.card-holder {
    transition: all .5s ease;
}

.card-holder:hover {
    transition: all .5s ease;
    transform: scale(1.04);
}

.top.white-bg h2 {
    font-size: 18px;
    margin-bottom: 0;
    color: #777;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 20px;
    width: 80%;
    font-family: 'montserratregular';
}

.img-holder {
    position: relative;
}

.card-holder a {
    position: absolute;
    background-image: linear-gradient(90deg, rgb(237, 125, 27) 0%, rgb(237, 153, 38) 100%);
    color: #fff;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
}

.card-holder a:hover {
    background-image: linear-gradient(90deg, rgb(101, 95, 89) 0%, rgb(105, 97, 87) 100%);
    color: #fff;
}

section.services {
    padding: 65px 0 65px 0;
}

/****** Services Hover ******/

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.hvrbox img {
    max-width: 100%;
}

.hvrbox_background {
    width: 400px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(237, 125, 27);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 0.9;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179);
    /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}

.hvrbox.active .hvrbox-text_mobile {
    display: block;
}

.hvrbox .hvrbox-layer_image {
    padding: 0;
    background: none;
}

.hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/****** About Doctor ******/

.doctor-img {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50em;
    background-position: top center;
}

.about-doctor .main-head {
    color: #ed7d1b;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: "Sitka";
}

.about-doctor .sub-head {
    color: #ed7d1b;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Sitka";
}

.about-doctor h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #777;
    font-family: 'montserratregular';
    font-weight: 600;
}

.center {
    background-color: #fff;
    position: relative;
    min-height: 60em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-content-holder {
  padding: 3em 3em;
}
.about-content-holder h1 {
  text-transform: uppercase;
}
.about-content-holder h2 {
  text-transform: uppercase;
  color: #ed7d1b;
}

.about-content {
    background: #fff;
}

section.about-doctor {
    margin-bottom: 65px;
}

.about-content-holder p {
    margin-bottom: 25px;
}

.about-content-holder .inner-main-head {
    display: none;
}

.read-more-content li {
    list-style: none;
    margin-bottom: 15px;
}

.read-more-content li::before {
    font-size: 80px;
    content: "\2022";
    color: #ed7d1b;
    margin-left: -25px;
    position: absolute;
    margin-top: -6px;
}

.read-more-content ul {
    margin-left: 50px;
}


/****** Review Section ******/

.testimonial {
    margin-bottom: 65px;
}

.review-card {
    background-image: -moz-linear-gradient(90deg, rgb(237, 125, 27) 0%, rgb(237, 153, 38) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 125, 27) 0%, rgb(237, 153, 38) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 125, 27) 0%, rgb(237, 153, 38) 100%);
    min-height: 447px;
    position: relative;
}

.review-card-holder {
    margin-bottom: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    width: 85%;

}

.review-img {
    min-height: 447px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.rating {
    text-align: center;
}

.rating i {
    margin-right: 10px;
}

.rating i.fa.fa-star {
    color: #fff;
    font-size: 35px;
}

.review {
    color: #fff;
    font-size: 24px;
    font-family: "Sitka";
    font-style: italic;
    line-height: 1.5;
    margin-top: 15px;
}

.read-more {
    text-align: center;
}

p.testimonial-name {
    font-size: 24px;
    font-family: "Sitka";
    color: #333333;
    font-style: italic;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;
}

/****** Inner pages ******/

.inner-right {
  background: #fff;
  width: 70%;
  float: right;
  padding-bottom: 40px;
}
.inner-right.inner-full-width {
  width: 100%;
  float: none;
}

.inner-left {
    width: 30%;
    float: left;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.17);
    position: relative;
}
.inner-left.full-width{
    box-shadow: none;
}

.inner-left p.testimonial-name {
    font-size: 18px;
    font-family: "Sitka";
    color: #333;
    font-style: italic;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;
}

.inner-left .review {
    color: #fff;
    font-size: 20px;
    font-family: "Sitka";
    font-style: italic;
    line-height: 1.5;
    margin-top: 15px;
}

.inner-left .review-card {
    padding: 3em 2em;
    min-height: auto;
}

.inner-left .review-card-holder {
    display: block;
    position: relative;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    /* IE 9 */
    -webkit-transform: translate(0%, 0%);
    /* Safari */
    left: 0;
    top: 0;
    width: 100%;
}

.inner-right-content {
    padding-left: 40px;
    padding-right: 40px;
}

.inner-content-area {
	background-color: #fff;
	margin-top: 100px;
}

#menu-left-menu .current_page_item a {
	color: #ed7d1b;
	text-decoration: none;
}

/****** Inner Related Articles ******/

.related-article-holder {
    background: #fff;
}

.article-title h2 {
    font-size: 15px;
    line-height: 25px;
    font-family: 'montserratregular';
    color: #ed7d1b;
}

.related-article-head {
    margin-bottom: 30px;
    font-family: "Sitka";
    color: #ed7d1b;
    text-transform: uppercase;
}

.related-article-holder .item {
    margin-bottom: 30px;
}

article .inner-main-head {
    font-size: 40px;
    font-family: "Sitka";
    color: #ed7d1b;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

article p {
    margin-bottom: 20px;
}

.article-heading-style-2 {
    font-size: 30px;
    font-family: "Sitka";
    color: #ed7d1b;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-heading-style-3 {
    font-size: 20px;
    font-family: 'montserratregular';
}

article li {
    list-style: none;
    margin-bottom: 15px;
}

article li::before {
    content: "\2022";
    color: #ed7d1b;
    margin-left: -25px;
    font-size: 80px;
    position: absolute;
    margin-top: -7px;
}

article ul {
    margin-left: 50px;
}
article h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}


/****** Footer Section ******/

    /****** Gallery Section ******/

    footer .bg-white {
        background-color: #fff;
    }
    footer .gallery-sec h2 {
        color: #ed7d1b;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-family: "Sitka";
        margin-top: 0;
    }



    /****** Client logo section ******/

    footer .client-logo-sec {
        background-color: #b3a89e;
    }

    footer .client-logos li {
        list-style: none;
        display: inline-block;
    }

    footer .client-logos li {
        list-style: none;
        display: inline-block;
        margin-right: 32px;
    }

    footer .client-logos li:last-of-type {
        margin-right: 0;
    }
    /****** Footer Links Section ******/

    footer .footer-btn {
        margin: 30px 0;
    }

    footer .footer-holder {
        background-color: #fff;
        padding: 65px 20px;
    }

    footer #menu-footer {
        margin: 0;
    }

    footer .footer-links ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px;
    }

    footer .footer-divider {
        height: 2px;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 60px;
        background-position: center;
        background-image: url(../images/footer-divider.png);
    }

    footer .map-holder img {
        float: right;
    }

    footer #menu-footer a {
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .2s ease;
    }

    footer #menu-footer a:hover {
        color: #ed7d1b;
        text-decoration: none;
        transition: all .2s ease;
    }

    footer .office-hours li {
        list-style: none;
        line-height: 24px;
    }

    footer .office-hours ul {
        margin-bottom: 25px;
    }

    footer .footer-contact-holder h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: 'montserratregular';
    }

    footer .footer-contact-holder i.fa {
        color: #333;
    }

    footer .footer-contact-holder {
        font-family: 'montserratregular';
    }

    footer span.phone-no {
        font-family: 'montserratregular';
    }

    footer .partners-logo {
        width: 100%;
    }

    footer .partners-logo li {
        list-style: none;
        display: inline-block;
        width: 50%;
        float: left;
    }

    footer .container-fluid.footer-bottom {
        background-color: #2d303a;
    }

    footer .container-fluid.footer-bottom p {
        color: #898e9d;
        margin: 0;
        padding: 15px 0;
    }

    footer .copywrite-text a {
        color: #fff;
        text-decoration: none;
    }

    footer td.day {
        width: 100px;
    }

    footer .socil-media li {
        list-style: none;
        display: inline-block;
        font-size: 20px;
        margin-right: 20px;
        line-height: 20px;
    }

    footer .socil-media i.fa {
        color: #333333;
    }

    footer .socil-media i.fa:hover {
        color: #ed7d1b;
        transition: all .2s ease;
    }
	#menu-footer .current_page_item a {
		color: #ed7d1b;
		text-decoration: none;
	}
    .table-holder {
        margin: 0 auto;
    }

/****** Owl Carousel ******/

.slider-holder-1 {
    padding-left: 60px;
    padding-right: 30px;
}

.slider-holder-2 {
    padding-right:  60px;
    padding-left: 30px;
}


p.caption {
    font-size: 17px;
    text-align: center;
    font-family: 'montserratregular';
    margin-top: 24px;
    font-weight: 600;
    color: #616161;
    margin-bottom: 0;
}

.slider-holder-2 .owl-nav i {
    margin-top: 2px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #aba096!important;
    font-size: 40px!important;
    background-color: transparent!important;
    border-radius: 0!important;
	position: absolute!important;
	top: 25%!important;
}

.owl-prev {
    left: -35px;
}

.owl-next {
    right: -35px;
}


/* ICON CSS */

.video-item {
    position: relative;
}

.video-item i {
    font-size: 4rem;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.video-item a {
    display: block;
    width: 100%;
    position: relative;
}

.video-item a:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-item a:hover i {
    display: block;
    z-index: 2;
    color: #ed7d1b;
}



/****** Button Styles ******/

.btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
}

.btn-default {
    background-color: transparent;
}

.btn.btn-default.btn-style-1 {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #777777;
    border-radius: 30px;
    color: #777777;
    text-transform: uppercase;
    transition: all .2s ease;
}

.btn.btn-default.btn-style-1:hover {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #ed9625;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    background: #ed9625;
    transition: all .2s ease;
}

a.btn.btn-default.btn-style-2 {
    padding: 4px 25px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    display: inline-block;
}

a.btn.btn-default.btn-style-2:hover {
    display: inline-block;
    padding: 4px 25px;
    border: 1px solid #393c46;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    background: -moz-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(61,67,85) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(61,67,85) 100%);
    background: -ms-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(61,67,85) 100%);
    transition: all .3s ease;
}

.btn.btn-default.btn-style-3 {
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s ease;
    line-height: 18px;
}

.btn.btn-default.btn-style-3:hover {
    border: 1px solid #ed9625;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    background: #ed9625;
    transition: all .2s ease;
    display: inline-block;
    padding: 3px 13px;
    line-height: 18px;
}



/****** Scroll Up Button ******/

.scrollup .fa-chevron-up {
    font-size: 20px;
    display: inline-block;
}

.scrollup {
    bottom: 20px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1500;
    color: #fff;
    border: 2px solid #fff;
    line-height: 46px;
    font-size: 0;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, rgb(237, 125, 27) 0%, rgb(237, 153, 38) 100%);
    cursor: pointer;
}

.scrollup:hover {
    background: -webkit-linear-gradient(90deg, rgb(45, 48, 58) 0%, rgb(45, 48, 58) 100%);
    color: #fff;
}







.read-more-btn {
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background: #ed7d1b;
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
}
.read-more-btn:hover, .read-more-btn:focus {
  background: #20242e;
  color: #fff;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.read-more-btn.home-page-read-more {
  margin-left: 0 !important;
}


.read-more-content{
    display: none;
}

.inner-right-content.full-width{   
    height: 248px;
}
.inner-right.full-width{
    padding-bottom: 0;
}
.full-width-content{
    margin-top: 40px;
    background: #fff;
    padding: 40px;
}



.gallery-tabs {
  border-bottom: none !important;
}

.gallery-tabs li {
  text-transform: uppercase;
  width: 100%;
}

.gallery-tabs li.active > a,
.gallery-tabs li.active > a:active,
.gallery-tabs li.active > a:hover,
.gallery-tabs li.active > a:focus {
  border: none !important;
  background: #ed7d1b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.tab-content h3 {
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 11px;
}


.gallery-url {
  position: relative;
}

.gallery-url span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.gallery-url:hover:after {
  position: absolute;
  display: block;
  content: "";
  top: 30%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
  font-family: "FontAwesome";
  width: 36px;
  color: #fff;
}


/*.gallery-row{
    margin-bottom: 15px;
}*/
.gallery-row .smile-gallery-img-holder {
    margin-bottom: 20px;
}
.hide-from-desktop{
    display: none;
}
.img-right{
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 300px;
}
.owl-theme .owl-nav [class*="owl-"]{
    border: none !important;
}
/*.subfield input {
  width: 2% !important;
}*/

.sitemap ul li:before {
    content: none;
}


.appointment-form {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.appointment-form input[type=text], .appointment-form select, .appointment-form textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  border-radius: 0% !important;
  border: none;
  background: none;
  height: 40px;
}
.appointment-form textarea {
  height: 80px;
}
.appointment-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appointment-form .input {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ed7d1b !important;
}
.appointment-form .input:before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  color: #ed7d1b !important;
}
.appointment-form .input.calender:before {
  content: "\f073";
}
.appointment-form .input.time:before {
  content: "\f017";
}
.appointment-form .input.name:before {
  content: "\f007";
}
.appointment-form .input.mail:before {
  content: "\f0e0";
}
.appointment-form .input.phone:before {
  content: "\f095";
}
.appointment-form button {
  display: block;
  height: 35px;
  border: 3px solid #ed7d1b !important;
  background: #ed7d1b !important;
  color: #fff;
  width: 100%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.appointment-form button:hover {
  background: #fff !important;
  color: #ed7d1b !important;
}

.noI form li, .altInstruct form li {
    padding-left: 0 !important;
}

fieldset {
    margin-bottom: 10px;
    margin-top: 25px;
}

.dr-img{
    border-bottom: 1px solid #BCB1A7;
    padding-bottom: 10px;
    margin-top: 15px;
}
.staf-img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
}

.staff-heding {
  border-bottom: 1px solid #BCB1A7;
}
.staff-heding h2 {
  text-align: center;
}


.staff {
  padding-bottom: 10px;
}
.staff h2 {
    text-transform: uppercase;
    background-color: #bcb1a7;
    color: #fff;
    padding: 20px 0;
    font-weight: 600;
}
.staff img {
  margin-bottom: 25px;
}
.staff h3 {
  text-align: center;
}

div#cookie_directive_container {
    border-top: 5px solid #bcb1a7 !important;
}

div#cookie_directive_container button {
    background: #ed7d1b !important;
}
div#cookie_directive_container a {
    color: #ed7d1b !important;
    font-weight: 600;
}



.gallery-row .video-holder {
    margin-bottom: 20px;
}
.content-full-width .videos {
    margin-top: 40px;
}

.full-width-content h1 {
    font-size: 40px;
    font-family: "Sitka";
    color: #ed7d1b;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* ==================================================
   Responsive
================================================== */

@media screen and (max-width: 576px) {
    body {
        font-size: 12px;
    }
    
    .main-sec {
        padding: 30px 0;
    }
    
    .hide-from-desktop {
        display: block;
    }
    
    .center {
        background-color: #fff;
        position: relative;
        min-height: 62em;
    }
    
    .mobile {
        text-align: left;
    }
    
    .logo-holder img {
        width: 100%;
    }
    
    .about-doctor .main-head {
        color: #ed7d1b;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: 0;
        font-family: "Sitka";
    }
    
    .about-doctor .sub-head {
        color: #ed7d1b;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Sitka";
    }
    
    footer .footer-divider {
        display: none;
    }
    
    footer #menu-footer {
        display: none;
    }
    
    footer .contact-details {
        margin-bottom: 2em;
    }
    
    .top.white-bg h2 {
        font-size: 14px;
        width: 70%;
    }
    
    .about-doctor h2 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .about-content-holder {
        width: 100%;
		padding: 2em 1em;
    }
    
    section.about-doctor {
        margin-bottom: 30px;
    }
    
    .review-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    
    .inner-right {
        width: 100%;
    }
    
    .inner-left {
        width: 100%;
    }
    
    p.caption {
        font-size: 10px;
        margin-top: 6px;
    }
    
    
    footer ul.partners-logo img {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 95%;
    }
    
    footer .footer-contact-holder {
        text-align: center;
    }
    
    footer td.time {
        text-align: left;
    }
    
    footer td.day { 
        text-align: right;
        width: 132px;
    }
    
     footer .office-hours ul {
        margin-bottom: 15px;
    }
    
    footer .map-holder img {
        float: none;
        margin: 0 auto;
    }
    
    
    footer .partners-logo li {
        list-style: none;
        display: inline-block;
        width: auto;
        float: none;
    }
    
    .white-bg {
        height: 80px;
    }
    
    
    section.services {
        padding: 30px 0 5px 0;
    }
    
    a.btn.btn-default.btn-style-2 {
        font-size: 11px;
    }
    
    .review {
        font-size: 18px;
    }
    
    .review-card {
        min-height: 290px;
    }
    
    p.testimonial-name {
        font-size: 20px;
    }
    
    footer .footer-holder {
        padding: 30px 0;
    }
    
    .testimonial {
        margin-bottom: 30px;
    }
    
    .card-holder {
        margin-bottom: 30px;
    }
    
    .card-holder a {
        padding: 0px 8px;
    }
    .carousel .carousel-inner .item .container {
        display: none;
    }
    .left-side-bar {
        width: 100%;
    }
    #main-slider {
        width: 100%;
    }

    #main-slider .carousel .slide1,
    #main-slider .carousel .slide2,
    #main-slider .carousel .slide3,
    #main-slider .carousel .slide4 {
        min-height: 290px;
    }
    
    .bottom-panel {
        padding: 15px 15px;
    }
    
    #main-slider .carousel .item h2 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    
    .slider-caption .btn.btn-default.btn-style-3 {
        padding: 4px 13px;
        font-size: 10px;
    }
    
    .slider-caption p {
        margin: 0;
        text-align: center;
    }
    
    .contact-details.text-center,
    .sub-links-holder {
        display: none;
    }
    
    .navbar {
        min-height: 0;
    }
    
    section.banner-section {
        background-image: none;
        padding-bottom: 0;
    }
	
	.image-wraper img {
		margin: 0 auto;
		width: 100%;
	}
	
	.row.mobile-row {
		margin-left: 0;
		margin-right: 0;
	}
    
    .slider-holder-1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    .slider-holder-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*#video-gallery {
        margin-bottom: 20px;
    }*/
    .hvrbox .hvrbox-text {
        font-size: 12px;
        line-height: 20px;
    }
    footer .client-logos li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        width: 25%;
    }
    .top-banner-section {
        background: transparent;
        min-height: 0;
    }
	article .inner-main-head {
        font-size: 30px;
    }
    .inner-right-content.full-width {
        max-height: 110px;
    }
    .full-width-content {
        margin-top: 0;
        padding: 15px;
    }
    .content-full-width h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    .hide-from-mobile {
        display: none;
    }
    .img-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    
    
}

@media screen and (min-width: 577px) and (max-width: 767px) {

    .main-sec {
        padding: 30px 0;
    }
    
    .hide-from-desktop {
        display: block;
    }
    
    .center {
        background-color: #fff;
        position: relative;
        min-height: 62em;
    }
    
    .mobile {
        min-height: 52em;
        text-align: center;
    }
    
    .logo-holder img {
        width: 100%;
    }
    
    .about-doctor .main-head {
        color: #ed7d1b;
        font-size: 35px;
        text-transform: uppercase;
        margin-top: 0;
    }
    
    .about-doctor .sub-head {
        color: #ed7d1b;
        font-size: 20px;
        text-transform: uppercase;
    }
    
    section.about-doctor {
        margin-bottom: 30px;
    }
    
    footer .footer-divider {
        display: none;
    }
    
    footer #menu-footer {
        display: none;
    }
    
    footer .contact-details {
        margin-bottom: 2em;
    }
    
    .top.white-bg h2 {
        font-size: 16px;
        width: 80%;
    }
    
    .about-doctor h2 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .about-content-holder {
        width: 100%;
    }
    
    .review-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    
    .inner-right {
        width: 100%;
    }
    
    .inner-left {
        width: 100%;
    }
    
    p.caption {
        margin-top: 6px;
    }
    
    .white-bg {
        height: 80px;
    }
    
    .card-holder {
        margin-bottom: 30px;
    }
    
    .card-holder a {
        padding: 0px 8px;
    }
    
    section.services {
        padding: 30px 0 5px 0;
    }
    
    a.btn.btn-default.btn-style-2 {
        font-size: 11px;
    }
    
    .review {
        font-size: 18px;
    }
    
    .review-card {
        min-height: 290px;
    }
    
    p.testimonial-name {
        font-size: 20px;
    }
    
    footer .footer-holder {
        padding: 30px 0;
    }
    
    footer .footer-contact-holder {
        text-align: center;
    }
	
    footer td.time {
        text-align: left;
    }
    
    footer td.day { 
        text-align: right;
        width: 132px;
    }
    
    footer .office-hours ul {
        margin-bottom: 15px;
    }
    
    footer .map-holder img {
        float: none;
        margin: 0 auto;
    }
    
    
    footer .partners-logo li {
        list-style: none;
        display: inline-block;
        width: auto;
        float: none;
    }
    
    .testimonial {
        margin-bottom: 30px;
    }
    
    
    .carousel .carousel-inner .item .container {
        display: none;
    }
    .left-side-bar {
        width: 100%;
    }
    #main-slider {
        width: 100%;
    }

    #main-slider .carousel .slide1,
    #main-slider .carousel .slide2,
    #main-slider .carousel .slide3,
    #main-slider .carousel .slide4 {
        min-height: 290px;
    }
    
    .bottom-panel {
        padding: 15px 15px;
    }
    
    #main-slider .carousel .item h2 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    
    .slider-caption .btn.btn-default.btn-style-3 {
        padding: 4px 13px;
        font-size: 10px;
    }
    
    .slider-caption p {
        margin: 0;
        text-align: center;
    }
    
    .contact-details.text-center,
    .sub-links-holder {
        display: none;
    }
    
    .navbar {
        min-height: 0;
    }
    
    section.banner-section {
        background-image: none;
        padding-bottom: 0;
    }
	
	.image-wraper img {
		margin: 0 auto;
		width: 100%;
	}
	
	.about-content-holder {
		padding: 2em 1em;
	}
	
	.row.mobile-row {
		margin-left: 0;
		margin-right: 0;
	}
    
	.hvrbox .hvrbox-text {
        font-size: 15px;
        line-height: 25px;
    }
   
    .slider-holder-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .slider-holder-2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .hvrbox .hvrbox-text {
        font-size: 12px;
        line-height: 20px;
    }
    
    footer .client-logos li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        width: 25%;
    }
    .top-banner-section {
        background: transparent;
        min-height: 0;
    }
    
    article .inner-main-head {
        font-size: 25px;
    }
    .inner-right-content.full-width {
        max-height: 110px;
    }
    .full-width-content {
        margin-top: 0;
        padding: 15px;
    }
     .content-full-width h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    .hide-from-mobile {
        display: none;
    }
    .img-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    
    
    
}



@media screen and (min-width: 768px) and (max-width: 991px) {
   body {
        font-size: 13px;
    }
    article .inner-main-head {
        font-size: 30px;
    }
	.doctor-img {
        min-height: 65em;
    }
	
	.about-content-holder {
        padding: 4em 3em;
    }
	.center {
        min-height: 80em;
    }
	.inner-right {
        width: 70%;
    }
	.inner-left {
        width: 30%;
    }
    .left-menu {
        width: 100%;
    }
    .right-menu {
        width: 100%;
    }
    #menu-main-menu {
        text-align: center;
    }
    .searching {
        display: inline-block;
        font-size: 13px;
        margin-top: -37px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }
	.navbar-nav .menu-item {
        display: inline-block;
        padding: 0 18px 12px 0;
        word-spacing: 0;
        font-size: 12px;
    }
	.navbar-nav .appointment-btn {
		float: left;
        margin-top: 0px;
        margin-bottom: 12px;
        width: 100%;
        text-align: center;
	}
	
    .review {
		color: #fff;
		font-size: 16px;
		font-family: "Sitka";
		font-style: italic;
		line-height: 1.5;
		margin-top: 15px;
	}
    p.testimonial-name {
		font-size: 18px;
		font-family: "Sitka";
		color: #333;
		font-style: italic;
		line-height: 1.5;
		font-weight: 600;
		margin: 20px 0;
	}
    
    
    .slider-holder-1 {
		padding-left: 0;
		padding-right: 0;
        padding-bottom: 65px;
	}
	.slider-holder-2 {
		padding-right: 0;
		padding-left: 0;
	}
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    
	
	
    .carousel .slide1, .carousel .slide2, .carousel .slide3, .carousel .slide4 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
		min-height: 741px;
	}
    
    .top-banner-section {
        min-height: 57em;
    }
    
    .review-img {
        min-height: 312px;
    }
    
    .row.mobile-row {
		margin-left: 0;
		margin-right: 0;
	}
    
    
	.review-card {
		background-image: -moz-linear-gradient(90deg,rgb(237,125,27) 0%,rgb(237,153,38) 100%);
		background-image: -webkit-linear-gradient(90deg,rgb(237,125,27) 0%,rgb(237,153,38) 100%);
		background-image: -ms-linear-gradient(90deg,rgb(237,125,27) 0%,rgb(237,153,38) 100%);
		min-height: 312px;
		position: relative;
	}
    .testimonial {
		margin-bottom: 40px;
	}
    section.about-doctor {
		margin-bottom: 40px;
	}
    section.services {
		padding: 40px 0 10px 0;
	}
    
    .rating i.fa.fa-star {
        color: #fff;
        font-size: 25px;
    }
    
    footer .footer-holder {
        padding: 50px 0;
    }
    .contact-details.text-center {
        padding: 30px;
    }
        article h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    
}
@media screen and (max-width: 991px){
    .isStuck .btn.btn-default.btn-style-3,.isStuck .contact-no p a,.isStuck .contact-no p i{
	display: none;
    }
    .isStuck .navbar-nav .menu-item{
	padding: 0px 11px 0 0;
    }
}
@media screen and (max-width: 956px){
    .isStuck .navbar-nav .menu-item{
	padding: 0px 6px 0 0;
    }
}
@media screen and (max-width: 916px){
    .isStuck .sticky-header-logo img{
	   max-width: 150px;
    }
    .isStuck .main-menu-sticky{
	    margin-left: 5px;
    }
    .isStuck .left-menu{
	   width: 17%;
    }
    .isStuck .right-menu{
	   width: 80%;
    }
}
@media screen and (max-width: 848px){
    .isStuck .main-menu-sticky{
	margin-top: 17px;
    }
}
@media screen and (max-width: 844px){
    .isStuck li a{
	font-size: 11px !important;
    }
}
@media screen and (max-width: 767px){
    .header-top-icons{
	display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
    .white-bg {
        height: 100px;
    }
    .card-holder {
        min-height: 434px;
    }
    .center {
        min-height: 79em;
    }
    .map-holder img {
        float: none;
        margin: 0 auto;
    }
    
}


@media screen and (min-width: 820px) and (max-width: 890px) {
    .white-bg {
        height: 100px;
    }
    .card-holder {
        min-height: 460px;
    }
    .center {
        min-height: 72em;
    }
    .map-holder img {
        float: none;
        margin: 0 auto;
    }
    
}


@media screen and (min-width: 891px) and (max-width: 919px) {
    .white-bg {
        height: 100px;
    }
    .card-holder {
        min-height: 480px;
    }
    .center {
        min-height: 72em;
    }
    .map-holder img {
        float: none;
        margin: 0 auto;
    }
}


@media screen and (min-width: 920px) and (max-width: 991px) {
    .white-bg {
        height: 100px;
    }
    .card-holder {
        min-height: 506px;
    }
    .center {
        min-height: 70em;
    }
    .map-holder img {
        float: none;
        margin: 0 auto;
    }
    
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .left-menu {
        width: 100%;
        text-align: center;
    }
    
    .right-menu {
        width: 100%;
    }
    
    .sub-links-holder ul {
        padding: 24px;
    }
    
    #menu-main-menu {
        float: none;
    }
    
	.searching {
        display: inline-block;
        font-size: 16px;
        margin-top: -40px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }	
    .navbar-nav .menu-item {
        display: inline-block;
        padding: 0 30px 0 0;
        word-spacing: 2px;
    }
    .navbar-nav .appointment-btn {
        float: left;
        margin-top: 15px;
        margin-bottom: 12px;
        width: 100%;
        text-align: center;
    }
	
	.center {
        min-height: 56em;
    }
	.row.mobile-row {
		margin-left: 0;
		margin-right: 0;
	}
    .isStuck .navbar-nav .menu-item {
        padding: 15px 10px 0 0;
    }
    .isStuck .main-menu-sticky {
        font-size: 12px;
    }
   
    .isStuck .contact-no p {
        font-size: 12px;
    }
    
    .isStuck .btn.btn-default.btn-style-3 {
        font-size: 12px;
    }
    
   
}

@media screen and (min-width: 1200px) and (max-width: 1327px) {
    
    .isStuck .main-menu-sticky {
        font-size: 13px;
        margin-top: 45px;
    }
    .isStuck .btn.btn-default.btn-style-3 {
        font-size: 16px;
    }

}





