/*
* expandable menu started
*/

@media (max-width: 1199px) {
    .blog-one img{
        width: 100%;
    }
    .testimonials-two__carousel .owl-nav{
        display: none;
    }
    .topbar-three__infos{
        display: none;
    }
    .menuAc {
        display: flex;
    }
    .mobile-bar {
        display: block;
    }
    .header-navigation {
        margin-bottom: 0;
        display: none;
    }
    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important;
    }
    .navigation-box {
        margin: 0;
    }
    .navbar-expand-lg .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 23px 0;
        color: #fff;
        border: none;
        font-size: 28px;
        float: right;
        outline: none;
        cursor: pointer;
    }
    .menu-toggler:hover {
        border-color: #00AD4D;
    }
    .menu-toggler .icon-bar {
        background: #fff;
    }
    .menu-toggler:hover .icon-bar {
        background: #00AD4D;
    }
    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0;
    }
    .navbar-expand-lg .navbar-collapse.showen {
        display: block !important;
        height: auto;
        max-height: 70vh;
    }
    .navbar-collapse.show {
        overflow-y: auto;
    }
    .header-navigation .nav {
        width: 100%;
        text-align: left;
    }
    .header-navigation .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }
    .header-navigation .nav>li+li {
        margin-left: 0 !important;
    }
    .header-navigation .nav>li>a {
        padding: 8px 0;
    }
    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0;
    }
    .header-navigation .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }
    .header-navigation .nav>li>a:after {
        display: none;
    }
    .header-navigation .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }
    .header-navigation .navigation-box>li>.submenu,
    .header-navigation .navigation-box>li>.submenu>li>.submenu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .header-navigation .navigation-box>li>.submenu>li>a::after {
        display: none;
    }
    .header-navigation ul.navigation-box>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }
    .header-navigation .nav>li.show-mobile {
        display: none;
    }
    .header-navigation ul.navigation-box>li>a,
    .header-navigation .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
    }
    .header .stricky-fixed.header-navigation .nav>li {
        padding: 0 !important;
    }
    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        /*margin-top: 8px;*/
        margin-right: 0px;
        display: block;
        cursor: pointer;
    }
    .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }
    .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .header-navigation .container .right-side-box {
        top: 19px;
        right: 15px;
        transform: translateY(0%)
    }
    .header-navigation .container {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        position: relative;
    }
    .header-navigation .container .logo-box {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        float: none;
        padding-right: 145px;
    }
    .header-navigation .container .logo-box .navbar-brand {
        float: left;
        padding: 20px 15px;
    }
    .header-navigation .container .logo-box .navbar-toggler {
        float: left;
    }
    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%;
    }
    .header-navigation ul.navigation-box>li {
        padding: 0;
        display: block;
    }
    .header-navigation ul.navigation-box>li>a {
        display: block;
        padding: 13px 30px;
    }
    .header-navigation ul.navigation-box>li>a:after {
        display: none;
    }
    .header-navigation ul.navigation-box>li+li {
        margin: 0;
    }
    .header-navigation .main-navigation {
        float: none;
        width: 100%;
        display: none;
        text-align: left;
        background: #181818;
        max-height: 70vh;
        overflow-y: scroll;
    }
    .header-navigation .container .menu-toggler {
        display: block;
    }
    .header-navigation.stricky-fixed ul.navigation-box>li {
        padding: 0;
    }
    .header-navigation .container .logo-box .navbar-brand {
        background-color: transparent;
    }
    .header-navigation .container .menu-toggler {
        float: left;
        margin: 27px 0;
        color: #c49618;
    }
    .header-navigation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-one .header-navigation .container {
        padding-right: 0;
    }
    .header-one .header-navigation .container .menu-toggler {
        float: right;
    }
    .header-one .header-navigation .container .logo-box {
        padding-right: 267px;
    }
    .header-one__home-two .header-navigation .container .menu-toggler {
        color: #fff;
    }
    .header-one__home-two .header-navigation .container .right-side-box {
        top: 28px;
    }
    .header-one__home-two .stricked-menu .container .menu-toggler {
        color: #181E44;
        margin: 24px 0;
    }
    .header-one__home-two .stricked-menu .container .right-side-box {
        top: 25px;
    }
    .header-one__home-two .stricked-menu ul.navigation-box>li>a {
        color: #fff;
    }
    .header-one__home-two .header-navigation ul.navigation-box>li {
        padding: 0;
    }
    .header-one__home-three .header-navigation .logo-box,
    .header-one__home-four .header-navigation .logo-box {
        padding-left: 30px;
    }
    .header-one__home-three .header-navigation .container .menu-toggler,
    .header-one__home-four .header-navigation .container .menu-toggler {
        float: left;
        color: #fff;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .header-one__home-three .header-navigation .container .right-side-box,
    .header-one__home-four .header-navigation .container .right-side-box {
        top: 0;
    }
    .header-one__home-four .header-navigation ul.navigation-box>li {
        padding: 0;
    }
    .header-one__home-four .header-navigation ul.navigation-box>li>a:before {
        display: none;
    }
    .stricked-menu {
        display: none !important;
    }
    .slider-form .form {
        background: #e8e8e8;
        margin: 0;
    }
    .slider-form .form .form-in .column input[type="text"] {
        margin-bottom: 10px;
    }
    .about-texts {
        order: 2;
    }
    .about-images {
        order: 1;
    }
    .about-four {
        padding: 40px 0;
    }
    .banner-one__slide {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 365px;
        position: relative;
    }
    .service-one .column-5__col {
        flex: 1 0 50%;
    }
    .banner-one__slide .text-left {
        margin-top: -45px;
        position: relative;
        z-index: 55;
    }
    .cta-one__tag-line {
        margin: 0;
        font-family: "Playfair Display", sans-serif;
        font-size: 35px;
        color: #fff;
        font-style: italic;
        margin-bottom: 17px;
        line-height: 1.2;
    }
    .cta-one:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #000000a8;
        opacity: initial;
    }
    .feature-one__single {
        flex-direction: column;
        height: 250px;
        text-align: center;
        padding-left: initial;
        padding-right: initial;
        margin-bottom: 17px;
    }
    .feature-one__title {
        margin: 0;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #181E44;
    }
    .site-footer {
        /* box-shadow: inset 2px 20px 30px 4px #000; */
        background-size: cover;
        background-position: 45%;
    }
    .feature-one {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .testimonials-one {
        padding-top: 50px;
        padding-bottom: 145px;
        /* background-attachment: fixed; */
        background-size: cover;
        /* background-position: right; */
        background-attachment: initial;
    }
    .footer-col {
        margin-left: initial;
        margin-right: initial;
    }
    .cta-one {
        padding: 80px 0;
    }
    .cta-one__title,
    .banner-one__title {
        font-size: 33px;
        line-height: 1.25em;
        font-weight: 400;
    }
    .cta-one__title {
        font-size: 19px;
        line-height: 1.5em;
        font-weight: 300;
    }
    .service-details .sidebar {
        order: 2;
    }
    .service-details .content {
        order: 1;
    }
    .service-details img {
        width: 100%;
        height: auto;
    }
    .service-details__content .img-right {
        float: initial;
        padding-right: initial;
    }
    img.alignright {
        float: initial;
        margin: initial;
        width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
    }
    img.alignleft {
        float: initial;
        margin: initial;
        width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
    }
    img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
    }
    .alignright {
        float: initial;
        width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
    }
    .alignleft {
        float: initial;
        width: 100%;
    }
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 1199px) {
    .cta-one__title br,
    .appointment-one__text br {
        display: none;
    }
    .feature-one__icon,
    .feature-one__content {
        display: block;
    }
    .feature-one__content {
        padding-left: 0;
        padding-top: 20px;
    }
    .footer-widget__social a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 15px;
    }
    .footer-col .footer-widget {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        margin-bottom: 35px;
    }
    .footer-col .footer-widget:nth-child(2) {
        padding-left: 25px;
    }
    .banner-one__slide br {
        display: none;
    }
    .feature-one__home-two .feature-one__content {
        padding-left: 0;
        padding-top: 20px;
    }
    .topbar-three .container,
    .topbar-two .container {
        justify-content: center;
        flex-direction: column;
    }
    .topbar-two .logo-box,
    .topbar-three .logo-box {
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-box img {
        width: 220px;
        /* top: 15px; */
        position: relative;
    }
    .topbar-two .logo-box a,
    .topbar-three .logo-box a {
        /* margin-bottom: 30px; */
        display: inline-block;
    }
    .block-title__text br {
        display: none;
    }
    .video-one__box {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .video-one__box img {
        max-width: 100%;
    }
    .video-one__content {
        padding-top: 50px;
    }
    .banner-one__home-five .banner-one__title br {
        display: block;
    }
    .cta-four__single {
        margin-bottom: 23px;
    }
    .service-details__tag-line br {
        display: none;
    }
    .service-details .col-lg-8 .accrodion-grp {
        padding-right: 0;
    }
}

@media(max-width: 991px) {
    .topbar-one .container {
        flex-direction: column;
    }
    .topbar-one__left-text {
        margin-bottom: 5px;
        margin-top: 5px;
        display: none;
    }
    .banner-one__title br {
        display: none;
    }
    .column-5__col {
        -webkit-box-flex: 1;
        flex: 1 0 25%;
    }
    .doctor-one__person {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .doctor-one__content {
        padding-left: 0;
        padding-right: 0;
    }
    .cta-one {
        background-position: right;
        background-size: cover;
    }
    .about-one__image-block {
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .feature-one__box {
        margin-bottom: 50px;
    }
    .appointment-one__form {
        margin-left: 0;
        margin-top: 30px;
    }
    .appointment-one__content {
        padding-top: 0;
    }
    .appointment-one .inner-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .feature-one__home-two {
        padding: 100px 0;
    }
    .feature-one__home-two .container {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .about-two {
        padding-top: 100px;
    }
    .about-two__image-block {
        /* display: none; */
    }
    .doctor-two__content {
        padding-left: 0;
        margin-top: 40px;
    }
    .about-three__image {
        margin-top: 30px;
        justify-content: flex-start;
    }
    .contact-one__content {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .topbar-two__info:not(:first-child) {
        margin-left: 20px;
    }
    .topbar-three__info:not(:last-child) {
        margin: 0;
        padding-left: 20px;
    }
    .topbar-three__info .thm-btn {
        font-size: 14px;
    }
    .topbar-three__info:not(:last-child):before {
        display: none;
    }
    .about-four__images {
        max-width: 700px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .about-four__images img {
        width: 49%;
    }
    .service-two__carousel-block-btn {
        justify-content: center;
    }
    .service-two__carousel-block-btn {
        margin-top: -20px;
        margin-bottom: 40px;
    }
    .about-four__content {
        padding-right: 0;
    }
    .banner-one__home-five .banner-one__person {
        display: none !important;
    }
    .history-one .col-lg-6+.col-lg-6 {
        margin-top: 40px;
    }
    .service-details__image-content__image {
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .service-details .col-lg-8 .accrodion-grp {
        margin-bottom: 30px;
    }
    .video-one__box {
        top: auto;
        right: auto;
    }
}

@media(max-width: 767px) {
    .about-one__title br,
    .banner-one__text br {
        display: none;
    }
    .column-5__col {
        flex: 1 0 33.33333333%;
    }
    .banner-wrapper .carousel-btn-block {
        position: absolute;
        bottom: 35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
        display: none;
    }
    .banner-wrapper .carousel-btn-block .carousel-btn {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .banner-wrapper .carousel-btn-block .carousel-btn+.carousel-btn {
        margin-left: 20px;
    }
    .banner-one .container {
        padding-top: 89px;
        padding-bottom: 190px;
    }
    .testimonials-two__image,
    .testimonials-two__content {
        display: block;
        padding: 0;
    }
    .banner-one__slide .text-left {
        margin-top: -45px;
        position: relative;
        z-index: 99;
    }
    .banner-one .item:after {
        position: absolute;
        background: #110f0fbd;
        top: -1px;
        height: 113%;
        width: 100%;
        content: '';
    }
    .testimonials-two__image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .testimonials-two__content {
        text-align: center;
    }
    .testimonials-two__text {
        font-size: 17px;
    }
    .topbar-two__info:not(:first-child) {
        margin-left: 0px;
        margin-top: 20px;
    }
    .topbar-two__infos {
        flex-direction: column;
        justify-content: center;
    }
    .topbar-three__infos {
        flex-direction: column;
        display: none;
    }
    .topbar-three__info:not(:last-child) {
        padding: 0;
        margin-top: 20px;
    }
    .topbar-three__info:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .gallery-one__title-block {
        border: none;
    }
    .testimonials-two__home-five .testimonials-two__carousel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 575px) {
    .header-one__home-two .header-navigation .container .right-side-box {
        display: none;
    }
    .header-one__home-two .header-navigation .container .logo-box {
        padding-right: 0;
    }
    .header-one__home-two {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-one__home-two .stricked-menu .container .logo-box {
        padding-right: 15px;
    }
    .contact-one {
        background-image: none;
    }
    .blog-two__meta {
        flex-direction: column;
    }
    .blog-two__meta-item+.blog-two__meta-item {
        margin-left: 0;
    }
    .service-one__link {
        border: none;
        /* text-decoration: underline; */
    }
    .header-navigation .container .right-side-box {
        display: none;
    }
    .header-one .header-navigation .container .logo-box {
        padding-right: 15px;
    }
    .stricked-menu .container .logo-box .navbar-brand {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .stricked-menu .container .menu-toggler {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .header-one__home-two .stricked-menu .container .menu-toggler {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width: 480px) {
    img {
        max-width: 100%;
    }
    .bottom-footer__wrap {
        flex-direction: column;
        text-align: center;
    }
    .about-one__image-block {
        margin-bottom: 70px;
    }
    .about-one__image-two {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    .banner-one__home-five .banner-one__title-highlight-bg {
        font-size: 30px;
    }
    .inner-banner__title {
        font-size: 40px;
    }
    .video-one__btn {
        bottom: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
    }
    .video-one__btn i {
        font-size: 14px;
        line-height: 60px;
    }
}

@media(max-width: 425px) {
    .topbar-one__right-content {
        flex-wrap: wrap;
    }
    .topbar-one__social,
    .topbar-one__language-picker,
    .topbar-one__btn {
        /* -webkit-box-flex: 1; */
        /* flex: 1 0 25%; */
        text-align: center;
    }
    .topbar-one__language-picker>.dropdown-toggle {
        width: 36px;
        margin-left: auto;
        margin-right: auto;
    }
    .topbar-one__btn {
        margin-top: 12px;
        display: none;
    }
}

@media(max-width: 375px) {
    .column-5__col {
        flex: 1 0 100%;
    }
    .footer-col .footer-widget {
        flex: 1 0 100%;
    }
    .appointment-one__form {
        padding: 25px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .cta-one__title,
    .banner-one__title {
        font-size: 18px;
        line-height: 1.25em;
        font-weight: 400;
    }
    .cta-one {
        padding: 80px 0;
    }
    [class*=doctor-two__btn-icon-two] {
        display: none;
    }
    .cta-three__icon,
    .cta-three__icon-content {
        display: block;
        padding: 0;
    }
    .cta-three__icon-content {
        padding-top: 20px;
    }
    .cta-three__single {
        padding: 30px;
    }
    .cta-three__title {
        font-size: 24px;
        line-height: 1.2em;
    }
    /*
* expandable menu started
*/
    @media (max-width: 1199px) {
        .header-navigation {
            margin-bottom: 0;
        }
        .logo-box {
            width: 100%;
            float: none;
            margin: 0 !important;
        }
        .navigation-box {
            margin: 0;
        }
        .navbar-expand-lg .menu-toggler {
            display: block;
            margin-right: 0;
            border-color: #fff;
            background-color: transparent !important;
            margin: 23px 0;
            color: #fff;
            border: none;
            font-size: 28px;
            float: right;
            outline: none;
            cursor: pointer;
        }
        .menu-toggler:hover {
            border-color: #00AD4D;
        }
        .menu-toggler .icon-bar {
            background: #fff;
        }
        .menu-toggler:hover .icon-bar {
            background: #00AD4D;
        }
        .navbar-expand-lg .navbar-collapse {
            padding-bottom: 0;
            overflow: auto !important;
            width: 100%;
        }
        .navbar-expand-lg .navbar-collapse {
            display: none !important;
            background: transparent;
            padding: 0px 0px !important;
            padding-bottom: 0px !important;
            margin: 0;
            background: #000;
            transition: all .5s ease;
            height: 0;
        }
        .navbar-expand-lg .navbar-collapse.showen {
            display: block !important;
            height: auto;
            max-height: 70vh;
        }
        .navbar-collapse.show {
            overflow-y: auto;
        }
        .header-navigation .nav {
            width: 100%;
            text-align: left;
        }
        .header-navigation .nav>li {
            display: block;
            padding: 0 !important;
            width: 100%;
            float: none;
        }
        .header-navigation .nav>li+li {
            margin-left: 0 !important;
        }
        .header-navigation .nav>li>a {
            padding: 8px 0;
        }
        .header-navigation .right-box.nav {
            width: 100%;
            margin: 0;
        }
        .header-navigation .right-box.nav>li>a {
            border: none !important;
            padding: 8px 0;
            color: #fff;
        }
        .header-navigation .nav>li>a:after {
            display: none;
        }
        .header-navigation .nav.navigation-box+.nav {
            border-top: 1px dashed #282828;
        }
        .header-navigation .navigation-box>li>.submenu,
        .header-navigation .navigation-box>li>.submenu>li>.submenu {
            position: relative !important;
            width: 100% !important;
            opacity: 1 !important;
            visibility: visible !important;
            left: auto !important;
            right: auto !important;
            top: auto !important;
            transition: none !important;
            display: none;
            float: none !important;
            margin: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }
        .header-navigation .navigation-box>li>.submenu>li>a::after {
            display: none;
        }
        .header-navigation ul.navigation-box>li+li {
            padding: 0 !important;
            border-top: 1px solid rgba(255, 255, 255, .1);
            display: block;
            float: none;
        }
        .header-navigation .nav>li.show-mobile {
            display: none;
        }
        .header-navigation ul.navigation-box>li>a,
        .header-navigation .right-box.nav>li>a {
            padding: 0;
            display: block;
            color: #fff;
            padding: 16px 0 16px 20px !important;
            transition: background 0.4s ease 0s;
        }
        .header .stricky-fixed.header-navigation .nav>li {
            padding: 0 !important;
        }
        .header-navigation ul.navigation-box li a .sub-nav-toggler {
            background-color: transparent;
            background-image: none;
            border: 1px solid #fff;
            border-radius: 4px;
            padding: 9px 9px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 15px;
            /*margin-top: 8px;*/
            margin-right: 0px;
            display: block;
            cursor: pointer;
        }
        .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
            background-color: #fff;
            border-radius: 1px;
            display: block;
            height: 1px;
            width: 20px;
        }
        .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
            margin-top: 4px;
        }
        .header-navigation .container .right-side-box {
            top: 19px;
            right: 15px;
            transform: translateY(0%)
        }
        .header-navigation .container {
            display: block;
            padding-right: 0px;
            padding-left: 0px;
            position: relative;
        }
        .header-navigation .container .logo-box {
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            float: none;
            padding-right: 145px;
        }
        .header-navigation .container .logo-box .navbar-brand {
            float: left;
            padding: 20px 15px;
        }
        .header-navigation .container .logo-box .navbar-toggler {
            float: left;
        }
        .header-navigation ul.navigation-box {
            display: block;
            margin: 0 !important;
            width: 100%;
        }
        .header-navigation ul.navigation-box>li {
            padding: 0;
            display: block;
        }
        .header-navigation ul.navigation-box>li>a {
            display: block;
            padding: 13px 30px;
        }
        .header-navigation ul.navigation-box>li>a:after {
            display: none;
        }
        .header-navigation ul.navigation-box>li+li {
            margin: 0;
        }
        .header-navigation .main-navigation {
            float: none;
            width: 100%;
            display: none;
            text-align: left;
            background: #181818;
            max-height: 70vh;
            overflow-y: scroll;
        }
        .header-navigation .container .menu-toggler {
            display: block;
        }
        .header-navigation.stricky-fixed ul.navigation-box>li {
            padding: 0;
        }
        .header-navigation .container .logo-box .navbar-brand {
            background-color: transparent;
        }
        .header-navigation .container .menu-toggler {
            float: left;
            margin: 27px 0;
            color: #c49618;
        }
        .header-navigation {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        .header-one .header-navigation .container {
            padding-right: 0;
        }
        .header-one .header-navigation .container .menu-toggler {
            float: right;
        }
        .header-one .header-navigation .container .logo-box {
            padding-right: 267px;
        }
        .header-one__home-two .header-navigation .container .menu-toggler {
            color: #fff;
        }
        .header-one__home-two .header-navigation .container .right-side-box {
            top: 28px;
        }
        .header-one__home-two .stricked-menu .container .menu-toggler {
            color: #181E44;
            margin: 24px 0;
        }
        .header-one__home-two .stricked-menu .container .right-side-box {
            top: 25px;
        }
        .header-one__home-two .stricked-menu ul.navigation-box>li>a {
            color: #fff;
        }
        .header-one__home-two .header-navigation ul.navigation-box>li {
            padding: 0;
        }
        .header-one__home-three .header-navigation .logo-box,
        .header-one__home-four .header-navigation .logo-box {
            padding-left: 30px;
        }
        .header-one__home-three .header-navigation .container .menu-toggler,
        .header-one__home-four .header-navigation .container .menu-toggler {
            float: left;
            color: #fff;
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .header-one__home-three .header-navigation .container .right-side-box,
        .header-one__home-four .header-navigation .container .right-side-box {
            top: 0;
        }
        .header-one__home-four .header-navigation ul.navigation-box>li {
            padding: 0;
        }
        .header-one__home-four .header-navigation ul.navigation-box>li>a:before {
            display: none;
        }
        .stricked-menu {
            display: none !important;
        }
        .slider-form .form {
            background: #e8e8e8;
            margin: 0;
        }
        .slider-form .form .form-in .column input[type="text"] {
            margin-bottom: 10px;
        }
        .about-texts {
            order: 2;
        }
        .about-images {
            order: 1;
        }
        .about-four {
            padding: 40px 0;
        }
        .banner-one__slide {
            background-position: right center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 365px;
            position: relative;
        }
        .service-one .column-5__col {
            flex: 1 0 50%;
        }
        .banner-one__slide .text-left {
            margin-top: -45px;
            position: relative;
            z-index: 55;
        }
        .cta-one__tag-line {
            margin: 0;
            font-family: "Playfair Display", sans-serif;
            font-size: 35px;
            color: #fff;
            font-style: italic;
            margin-bottom: 17px;
            line-height: 1.2;
        }
        .cta-one:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #000000a8;
            opacity: initial;
        }
        .feature-one__single {
            flex-direction: column;
            height: 250px;
            text-align: center;
            padding-left: initial;
            padding-right: initial;
            margin-bottom: 17px;
        }
        .feature-one__title {
            margin: 0;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            color: #181E44;
        }
        .feature-one {
            padding-top: 45px;
            padding-bottom: 45px;
        }
        .testimonials-one {
            padding-top: 50px;
            padding-bottom: 145px;
            /* background-attachment: fixed; */
            background-size: cover;
            /* background-position: right; */
        }
        .footer-col {
            margin-left: initial;
            margin-right: initial;
        }
        .cta-one {
            padding: 80px 0;
        }
        .cta-one__title,
        .banner-one__title {
            font-size: 18px;
            line-height: 1.25em;
            font-weight: 400;
        }
        .service-details .sidebar {
            order: 2;
        }
        .service-details .content {
            order: 1;
        }
        .service-details img {
            width: 100%;
            height: auto;
        }
        .service-details__content .img-right {
            float: initial;
            padding-right: initial;
        }
        img.alignright {
            float: initial;
            margin: initial;
            width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
        }
        img.alignleft {
            float: initial;
            margin: initial;
            width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
        }
        img.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
        }
        .alignright {
            float: initial;
            width: 100%ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
        }
        .alignleft {
            float: initial;
            width: 100%;
        }
        .aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media(max-width: 1199px) {
        .cta-one__title br,
        .appointment-one__text br {
            display: none;
        }
        .feature-one__icon,
        .feature-one__content {
            display: block;
        }
        .feature-one__content {
            padding-left: 0;
            padding-top: 20px;
        }
        .footer-widget__social a {
            width: 32px;
            height: 32px;
            line-height: 30px;
            font-size: 15px;
        }
        .footer-col .footer-widget {
            -webkit-box-flex: 1;
            flex: 1 0 50%;
            margin-bottom: 35px;
        }
        .footer-col .footer-widget:nth-child(2) {
            padding-left: 25px;
        }
        .banner-one__slide br {
            display: none;
        }
        .feature-one__home-two .feature-one__content {
            padding-left: 0;
            padding-top: 20px;
        }
        .topbar-three .container,
        .topbar-two .container {
            justify-content: center;
            flex-direction: column;
        }
        .topbar-three {
    padding: 0;
}
        .topbar-two .logo-box,
        .topbar-three .logo-box {
            text-align: center;
            position: relative;
        }
        .topbar-two .logo-box a,
        .topbar-three .logo-box a {
            margin-bottom: 30px;
            display: inline-block;
        }
        .block-title__text br {
            display: none;
        }
        .video-one__box {
            position: relative;
            width: 100%;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        .video-one__box img {
            max-width: 100%;
        }
        .video-one__content {
            padding-top: 50px;
        }
        .banner-one__home-five .banner-one__title br {
            display: block;
        }
        .cta-four__single {
            margin-bottom: 23px;
        }
        .service-details__tag-line br {
            display: none;
        }
        .service-details .col-lg-8 .accrodion-grp {
            padding-right: 0;
        }
    }
    @media(max-width: 991px) {
        .topbar-one .container {
            flex-direction: column;
        }
        .intl-tel-input {
            position: relative;
            display: flex !important;
        }
        .topbar-one__left-text {
            margin-bottom: 5px;
            margin-top: 5px;
            display: none;
        }
        .banner-one__title br {
            display: none;
        }
        .column-5__col {
            -webkit-box-flex: 1;
            flex: 1 0 25%;
        }
        .doctor-one__person {
            position: relative;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }
        .doctor-one__content {
            padding-left: 0;
            padding-right: 0;
        }
        .cta-one {
            background-position: right;
            background-size: cover;
        }
        .about-one__image-block {
            position: relative;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }
        .feature-one__box {
            margin-bottom: 50px;
        }
        .appointment-one__form {
            margin-left: 0;
            margin-top: 30px;
        }
        .appointment-one__content {
            padding-top: 0;
        }
        .appointment-one .inner-container {
            padding-left: 40px;
            padding-right: 40px;
        }
        .feature-one__home-two {
            padding: 100px 0;
        }
        .feature-one__home-two .container {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        .about-two {
            padding-top: 100px;
        }
        .about-two__image-block {
            /* display: none; */
        }
        .doctor-two__content {
            padding-left: 0;
            margin-top: 40px;
        }
        .about-three__image {
            margin-top: 30px;
            justify-content: flex-start;
        }
        .contact-one__content {
            padding-top: 50px;
            padding-bottom: 100px;
        }
        .topbar-two__info:not(:first-child) {
            margin-left: 20px;
        }
        .topbar-three__info:not(:last-child) {
            margin: 0;
            padding-left: 20px;
        }
        .topbar-three__info .thm-btn {
            font-size: 14px;
        }
        .topbar-three__info:not(:last-child):before {
            display: none;
        }
        .about-four__images {
            max-width: 700px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 40px;
        }
        .about-four__images img {
            width: 49%;
        }
        .service-two__carousel-block-btn {
            justify-content: center;
        }
        .service-two__carousel-block-btn {
            margin-top: -20px;
            margin-bottom: 40px;
        }
        .about-four__content {
            padding-right: 0;
        }
        .banner-one__home-five .banner-one__person {
            display: none !important;
        }
        .history-one .col-lg-6+.col-lg-6 {
            margin-top: 40px;
        }
        .service-details__image-content__image {
            justify-content: flex-start;
            margin-bottom: 30px;
        }
        .service-details .col-lg-8 .accrodion-grp {
            margin-bottom: 30px;
        }
        .video-one__box {
            top: auto;
            right: auto;
        }
    }
    @media(max-width: 767px) {
        .about-one__title br,
        .banner-one__text br {
            display: none;
        }
        .column-5__col {
            flex: 1 0 33.33333333%;
        }
        .banner-wrapper .carousel-btn-block {
            position: absolute;
            bottom: 35px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 99;
        }
        .banner-wrapper .carousel-btn-block .carousel-btn {
            position: relative;
            top: auto;
            left: auto !important;
            right: auto !important;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        .banner-wrapper .carousel-btn-block .carousel-btn+.carousel-btn {
            margin-left: 20px;
        }
        .banner-one .container {
            padding-top: 150px;
            padding-bottom: 190px;
        }
        .testimonials-two__image,
        .testimonials-two__content {
            display: block;
            padding: 0;
        }
        .testimonials-two__image {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
        }
        .testimonials-two__content {
            text-align: center;
        }
        .testimonials-two__text {
            font-size: 17px;
        }
        .topbar-two__info:not(:first-child) {
            margin-left: 0px;
            margin-top: 20px;
        }
        .topbar-two__infos {
            flex-direction: column;
            justify-content: center;
        }
        .topbar-three__infos {
            flex-direction: column;
        }
        .topbar-three__info:not(:last-child) {
            padding: 0;
            margin-top: 20px;
        }
        .topbar-three__info:last-child {
            margin-left: 0;
            margin-top: 20px;
        }
        .gallery-one__title-block {
            border: none;
        }
        .testimonials-two__home-five .testimonials-two__carousel {
            padding-left: 0;
            padding-right: 0;
        }
        .banner-one__slide .text-left {
            margin-top: -45px;
            position: relative;
            z-index: 99;
        }
        .banner-one .item:after {
            position: absolute;
            background: #110f0fbd;
            top: -1px;
            height: 113%;
            width: 100%;
            content: '';
        }
    }
    @media(max-width: 575px) {
        .header-one__home-two .header-navigation .container .right-side-box {
            display: none;
        }
        .header-one__home-two .header-navigation .container .logo-box {
            padding-right: 0;
        }
        .header-one__home-two {
            padding-left: 15px;
            padding-right: 15px;
        }
        .header-one__home-two .stricked-menu .container .logo-box {
            padding-right: 15px;
        }
        .contact-one {
            background-image: none;
        }
        .blog-two__meta {
            flex-direction: column;
        }
        .blog-two__meta-item+.blog-two__meta-item {
            margin-left: 0;
        }
        .service-one__link {
            border: none;
            /* text-decoration: underline; */
        }
        .header-navigation .container .right-side-box {
            display: none;
        }
        .header-one .header-navigation .container .logo-box {
            padding-right: 15px;
        }
        .stricked-menu .container .logo-box .navbar-brand {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        .stricked-menu .container .menu-toggler {
            margin-top: 19px;
            margin-bottom: 19px;
        }
        .header-one__home-two .stricked-menu .container .menu-toggler {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .banner-one__slide .text-left {
            margin-top: -45px;
            position: relative;
            z-index: 99;
        }
        .banner-one .item:after {
            position: absolute;
            background: #110f0fbd;
            top: -1px;
            height: 113%;
            width: 100%;
            content: '';
        }
    }
    @media(max-width: 480px) {
        img {
            max-width: 100%;
        }
        .bottom-footer__wrap {
            flex-direction: column;
            text-align: center;
        }
        .about-one__image-block {
            margin-bottom: 70px;
        }
        .about-one__image-two {
            -webkit-transform: translateY(20%);
            -ms-transform: translateY(20%);
            -o-transform: translateY(20%);
            transform: translateY(20%);
        }
        .banner-one__home-five .banner-one__title-highlight-bg {
            font-size: 30px;
        }
        .inner-banner__title {
            font-size: 40px;
        }
        .video-one__btn {
            bottom: calc(50% - 30px);
            left: calc(50% - 30px);
            width: 60px;
            height: 60px;
        }
        .video-one__btn i {
            font-size: 14px;
            line-height: 60px;
        }
        .banner-one__slide .text-left {
            margin-top: -45px;
            position: relative;
            z-index: 99;
        }
        .banner-one .item:after {
            position: absolute;
            background: #110f0fbd;
            top: -1px;
            height: 113%;
            width: 100%;
            content: '';
        }
    }
    @media(max-width: 425px) {
        .topbar-one__right-content {
            flex-wrap: wrap;
        }
        .topbar-one__social,
        .topbar-one__language-picker,
        .topbar-one__btn {
            /* -webkit-box-flex: 1; */
            /* flex: 1 0 25%; */
            text-align: center;
        }
        .topbar-one__language-picker>.dropdown-toggle {
            width: 36px;
            margin-left: auto;
            margin-right: auto;
        }
        .topbar-one__btn {
            margin-top: 12px;
            display: none;
        }
    }
    @media(max-width: 375px) {
        .column-5__col {
            flex: 1 0 100%;
        }
        .footer-col .footer-widget {
            flex: 1 0 100%;
        }
        .appointment-one__form {
            padding: 25px;
            margin-left: -30px;
            margin-right: -30px;
        }
        .cta-one__title,
        .banner-one__title {
            font-size: 17px;
            line-height: 1.5em;
            font-weight: 400;
        }
        .cta-one {
            padding: 80px 0;
        }
        [class*=doctor-two__btn-icon-two] {
            display: none;
        }
        .cta-three__icon,
        .cta-three__icon-content {
            display: block;
            padding: 0;
        }
        .cta-three__icon-content {
            padding-top: 20px;
        }
        .cta-three__single {
            padding: 30px;
        }
        .cta-three__title {
            font-size: 24px;
            line-height: 1.2em;
        }
        .banner-one .item:after {
            background: #151312a6;
            width: 105%;
            height: 113%;
            position: absolute;
            top: -2px;
            content: '';
        }
        .banner-one__slide .text-left {
            margin-top: -45px;
            position: relative;
            z-index: 99;
        }
        .banner-one .item:after {
            position: absolute;
            background: #110f0fbd;
            top: -1px;
            height: 113%;
            width: 100%;
            content: '';
        }
    }
    @media(max-width: 320px) {
        .topbar-one__left-text {
            font-size: 14px;
        }
        .cta-one__title,
        .banner-one__title {
            font-size: 28px;
        }
    }
}

@media(max-width: 320px) {
    .topbar-one__left-text {
        font-size: 14px;
    }
    .cta-one__title,
    .banner-one__title {
        font-size: 28px;
    }
}

.intl-tel-input {
    position: relative;
    display: flex !important;
}


#zuck-modal-content .story-viewer .slides img {
    max-width: initial !important;
}