@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
@import "icons.css";
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: /*url('../www/medicana/assets/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),*/ url('../../../../www/medicana/assets/fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../../../../www/medicana/assets/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: /*url('../www/medicana/assets/fonts/proxima_nova_light-webfont.woff2') format('woff2'),*/ url('../../../../www/medicana/assets/fonts/proxima_nova_light-webfont.woff') format('woff'),url('../../../../www/medicana/assets/fonts/proxima_nova_light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: /*url('../www/medicana/assets/fonts/proxima_nova_regular-webfont.woff2') format('woff2'),*/ url('../../../../www/medicana/assets/fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../../../../www/medicana/assets/fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: /*url('../www/medicana/assets/fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),*/ url('../../../../www/medicana/assets/fonts/proxima_nova_semibold-webfont.woff') format('woff'), url('../../../../www/medicana/assets/fonts/proxima_nova_semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}


/*.js-homepage-slider {
    opacity: 0;
    visibility: hidden;
 
}

    .js-homepage-slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }*/
ul.m-menu a{
    font-family: 'proxima_nova_ltsemibold';
  
}
.whatsapp {
    display:none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-whatsapp {
    margin-top: 10px;
}

    .my-whatsapp:hover, .whatsapp:hover {
        color: white;
    }
:root {
    --plyr-color-main: #33C3CB;
    scroll-behavior: unset !important;
}
kbd {
    background: transparent !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

.homepage-slider .nextArrowBtn{
    margin-right:0;
}
.homepage-slider .prevArrowBtn {
    margin-left: 0;
}
.nextArrowBtn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    /*  color: #BFAFB2;*/
    margin-right: -20px;
    /*background-color: white;*/
    color: white;
    /*border-radius: 20px;*/
    padding: 5px;
    /* border: 1px solid #02224f*/
}
/*.nextArrowBtn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;*/
    /*  color: #BFAFB2;*/
    /*margin-right: -20px;
    background-color: white;
    color: #02224f;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #02224f;
}*/
.prevArrowBtn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-left: -20px;
   
    color: white;

    padding: 5px;
   
}
/*.prevArrowBtn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-left: -20px;
    background-color: white;
    color: #02224f;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #02224f;
}*/
.mega-menu {
    background: none repeat scroll 0 0 white;
    left: 0;
     margin-top: 20px;
    position: absolute;
    width: 82%;
    padding: 27px;
    display: none;
    z-index: 100000;
    transition-duration: 0.9s;
    -webkit-box-shadow: inset 0px 0px 24px -8px white;
    box-shadow: inset 0px 0px 14px -8px white;
    background: url(/content/medicana-app/assets/images/img@treatments-bg.png) no-repeat center;
    background-size: cover;
}

#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0;
}


/*--column--*/
.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before {
    content: "";
    display: table;
    clear: both;
}

.mm-6column, .mm-3column {
    float: left;
    position: relative;
}

.mm-6column {
    width: 50%;
}

.mm-3column {
    width: 25%;
}

.responsive-img {
    display: block;
    max-width: 100%;
}

.left-images {
    margin-right: 25px;
}

.left-images, .left-categories-list {
    float: left;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

    .categories-list li :hover {
        background: inherit !important;
    }

.left-images > p {
    background: none repeat scroll 0 0 #ff7f50;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.mm-view-more {
    background: none repeat scroll 0 0 #ff7f50;
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
    margin-top: 10px;
}

.display-on {
    display: block;
    transition-duration: 0.9s;
}

.drop-down > a:after {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}
/*Animation--*/

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.mega-menu-captions-ul li {
    width: 100%;
    color: white;
    font-size:19px;
    cursor:pointer;
    border-bottom:1px solid;
    margin-bottom:10px !important;
}
.mega-menu img{
    width:150px;
}
.mega-menu-contents{
    text-align:left;
/*    margin-top:-60px;*/
}
.mega-menu-contents .row{
    align-items:inherit !important;
}
    .mega-menu-contents .row a {
        font-size: 17px !important;
        display: block;
        letter-spacing: 0.3px;
        font-family: 'Proxima Nova Cn Lt';
    }
.mega-menu-contents .row a:hover{
    color:#dcdcdc;
}
.mega-menu-contents .row strong{
    color:white;
    display:block;
    border-bottom:1px solid;
   margin-bottom:10px;
    font-size:20px;
}
    .mega-menu-contents .item {
        text-align: center;
       /* width: 170px;*/
    }
        .mega-menu-contents .item .name {
            font-size: 16px;
            color: white;
            text-shadow: none;
            padding-bottom:5px;
        }

.mega-menu-active {
    display: block;
    background-color: #396591;
    border-bottom: 1px solid #396591;
}
        .mega-menu-non-active{
            display:none;
        }
/**
* Styles
*/
body {
    font-family: 'Poppins', sans-serif;
}

    body.rtl {
        direction: rtl;
    }

.slick-slide * {
    outline: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

.slick-slider * {
    outline: none !important;
}

.section-hero {
    margin-bottom: 25px;
    text-align: center;
}

.section-hero--left {
    text-align: left;
}

.section-hero span {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 7px;
    text-transform: uppercase;
}

    .section-hero span::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 110px;
        height: 2px;
        background: #3CC7CA;
        transform: translateX(-50%);
    }

.section-hero.section-hero--white span {
    color: #fff;
}

.go-up {
    display: none;
    cursor: pointer;
    display: inline-block;
    background: #02224f url('../images/icon@up-arrow.svg') no-repeat center;
    background-size: 16px 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    z-index: 202;
}

    .go-up:hover {
        background: #333 url('../images/icon@up-arrow.svg') no-repeat center;
        background-size: 16px 16px;
    }

    /**
        *Language Switch

    */
.goto-language {
    display: block;
    transition: 300ms linear all;
    -webkit-transition: 300ms linear all;
    transition: 300ms linear all;
    padding: 0 20px 0 0;
    width: 130px;
    height: 50px;
    line-height: 50px;
    background: #1fc1c8;
    position: fixed;
    right: -85px;
    top: 8%;
    font-size: 16px;
    color: #fff;
    z-index: 99999999999;
    border-radius: 15px 0 0 15px;
    text-decoration:none;
    direction:ltr;
}
    .goto-language #langParent {
        width: 50px;
        text-align: center;
        display: none;
        /* border: 1px solid #1fc1c8; */
        /* margin-top: -5px; */
    }
    .goto-language #langParent span:first-child {
        border-radius: 15px 0px 0px 0px;
    }
    .goto-language #langParent span {
        background-color: #eaeaea;
        color: black;
        padding: 0;
        display: block;
        margin-bottom: -5px;
        /* border-bottom: 1px solid #1fc1c8; */
        margin-top: 0px;
        font-weight:500;
    }
    .goto-language span {
        font-size: 13px;
        margin-top: 5px;
        padding: 15%;
        font-weight: 100;
       /* font-family: 'proxima_nova_ltlight';*/
       color:white;
       font-weight:500;
    }
    .goto-language #langParent span:last-child {
        border-radius: 0px 0px 0px 15px;
    }
/**
* Header Topbar
*/
.header-topbar {
    padding: 10px 0;
    background: #002a5c;
}

    .header-topbar .row {
        align-items: center;
    }

    .header-topbar .social ul {
        margin: 0;
        padding: 0;
    }

    .header-topbar .social li {
        display: inline-block;
        margin-right: 15px;
        font-size: 20px;
    }

    .header-topbar .social a {
        text-decoration: none;
        color:white;
    }

    .header-topbar .phone {
        margin-right: 30px;
        color: #fff;
        font-size: 25px;
        font-family: 'Proxima Nova Alt ExCn Lt';
        letter-spacing: 3px;
        cursor: pointer;
    }

        .header-topbar .phone em {
            position: relative;
            top: -3px;
            font-size: 18px;
            vertical-align: middle;
        }

    .header-topbar .info {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .header-topbar .info a.button {
            padding: 0 25px;
            margin-left: 10px;
            color: #fff;
            font-size: 12px;
            line-height: 35px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 20px;
            background: #1fc1c8;
            transition: all .3s linear;
        }

            .header-topbar .info a.button:hover {
                background: #08969c;
            }

            .header-topbar .info a.button.button--yellow {
                background: #CCD02B;
            }

                .header-topbar .info a.button.button--yellow:hover {
                    background: #9da013;
                }


/**
* Page Header
*/
.fixed-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    transition: all .3s linear;
    transform: translateY(-200px);
}

    .fixed-navigation.active {
        transform: translateY(0);
    }

    .fixed-navigation .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fixed-navigation .menu {
        text-align: left;
        font-family: 'Proxima Nova Cn Lt';
    }

        .fixed-navigation .menu li {
            display: inline-block;
            margin-right: 15px;
        }

        .fixed-navigation .menu a {
            color: #626262;
            font-size: 20px;
            text-decoration: none;
            transition: all .3s linear;
        }

            .fixed-navigation .menu a em {
                position: relative;
                top: -1px;
                font-size: 15px;
                margin-right: 5px;
                vertical-align: middle;
            }

                .fixed-navigation .menu a em::before {
                    color: #626262;
                }

    .fixed-navigation .search {
        position: relative;
        width: 290px;
        border-radius: 34px;
    }

        .fixed-navigation .search input {
            width: 100%;
            padding-right: 60px;
            padding-left: 20px;
            font-size: 12px;
            line-height: 40px;
            border-radius: 2px;
            border: unset;
            outline: none;
            font-family: 'Proxima Nova Rg';
            box-shadow: 0px 2px 3px rgba(0,0,0,0.23);
            border-radius: 34px;
        }

        .fixed-navigation .search button {
            position: absolute;
            right: 10px;
            top: 0;
            background: transparent;
            height: 40px;
            color: #676767;
            font-size: 22px;
            line-height: 45px;
            border: unset;
            outline: none;
        }

    .fixed-navigation .social li {
        display: inline-block;
        margin-right: 15px;
        font-size: 20px;
    }

    .fixed-navigation .social a {
        text-decoration: none;
    }

        .fixed-navigation .social a em::before {
            color: #707070;
        }

    .fixed-navigation a.button {
        display: inline-block;
        padding: 0 15px;
        margin-left: 10px;
        color: #fff;
        font-size: 12px;
        line-height: 35px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 20px;
        background: #1fc1c8;
        transition: all .3s linear;
    }

        .fixed-navigation a.button:hover {
            background: #08969c;
        }

.page-header {
    position: absolute;
    left: 0;
    top: 57px;
    width: 100%;
    padding-top: 45px;
    z-index: 204;
}

    .page-header .row {
       /* align-items: center;*/
    }

    .page-header .navigation {
        text-align: right/*left*/;
        font-family: 'Proxima Nova Alt Cn Rg';
    }

        .page-header .navigation li {
            display: inline-block;
            margin-right: 15px;
        }

        .page-header .navigation a {
            color: #fff;
            font-size:17px;
          /*  font-size: 20px;*/
            text-decoration: none;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.63);
            transition: all .3s linear;
        }

            .page-header .navigation a em {
                position: relative;
                top: -1px;
                font-size: 17px;
                margin-right: 5px;
                vertical-align: middle;
            }

    .page-header .search {
        position: relative;
        width: 100%;
    }

        .page-header .search input {
            /*       width: 100%;
            padding-right: 100px;
            padding-left: 20px;
            font-size: 12px;
            line-height: 40px;
            border-radius: 2px;
            border: unset;
            outline: none;
            font-family: 'Proxima Nova Rg';
            box-shadow: 0px 2px 3px rgba(0,0,0,0.43);*/
            width: 100%;
            padding-right: 100px;
            padding-left: 20px;
            font-size: 12px;
            line-height: 40px;
            border-radius: 13px;
            border: unset;
            outline: none;
            font-family: 'Proxima Nova Rg';
            box-shadow: 0px 5px 9px rgba(0,0,0,0.43);
        
        }

        .page-header .search button {
            position: absolute;
            right: 10px;
            top: 0;
            background: transparent;
            height: 40px;
            color: #676767;
            font-size: 24px;
            line-height: 50px;
            border: unset;
            outline: none;
        }
.page-header--static {
    position: static;
    padding: 97px 0 40px 0;
    background: url('/Assets/images/soho-img.jpg') no-repeat center;
    background-size: cover;
}
/*.page-header--static {
    position: static;
    padding: 97px 0 40px 0;
    background: url('../images/bg@navigation.png') no-repeat center;
    background-size: cover;
}*/

.page-header--doctor {
    padding-top: 90px;
    padding-bottom: 0;
    background: url('../images/bg@doctor.jpg') no-repeat center;
    background-size: cover;
}

.header-topbar.header-topbar--alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(2, 43, 83, 0.9);
}


/**
* Homepage Slider
*/
.homepage-slider .container {
    position: relative;
}

.homepage-slider .cookie-policy {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 35px;
    background: #193F63;
    z-index: 2;
}

    .homepage-slider .cookie-policy a {
        position: absolute;
        right: 0;
        top: 6px;
        width: 22px;
        height: 22px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 22px;
        background: #33C3CB;
    }

.homepage-slider {
    position: relative;
}

    .homepage-slider .item {
        position: relative;
    }

        .homepage-slider .item .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.36);
        }

    .homepage-slider img,
    .homepage-slider video {
        display: block;
        width: 100%;
        height: calc(100vh - 57px);
        object-fit: cover;
    }

    .homepage-slider .details {
        position: absolute;
        left: 0;
        bottom: 140px;
        width: 100%;
        z-index: 2;
    }

        .homepage-slider .details .hero {
            margin-bottom: 45px;
            color: #fff;
            font-size: 50px;
            line-height: 70px;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.63);
            /*font-family: 'proxima_nova_rgregular';*//*'Proxima Nova Alt Cn Rg';*/
        }

        .homepage-slider .details .button {
            display: inline-block;
            width: 215px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            line-height: 45px;
            text-decoration: none;
            border: solid 1px #fff;
            border-radius: 20px;
            transition: all .3s linear;
        }

            .homepage-slider .details .button:hover {
                color: #000;
                background: #fff;
            }

    .homepage-slider .slick-dots {
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        text-align: center;
    }

        .homepage-slider .slick-dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
        }

            .homepage-slider .slick-dots li button {
                display: block;
                width: 10px;
                height: 10px;
                padding: 0;
                text-indent: -9999px;
                border: unset;
                background: #D9D9D9;
                border-radius: 100%;
                transition: all .3s linear;
            }

                .homepage-slider .slick-dots li button:hover,
                .homepage-slider .slick-dots li.slick-active button {
                    background: #33C3CB;
                }


/**
* Stats
*/
.stats-section {
    padding: 20px;
    background: #022B53;
}

    .stats-section .items {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        text-align: center;
    }

        .stats-section .items .value {
            color: #fff;
            font-size: 51px;
            font-family: 'Proxima Nova Cn Lt'
        }

            .stats-section .items .value.total strong {
                display: inline-block;
                margin-bottom: -7px;
                vertical-align: bottom;
                font-size: 51px;
            }

            .stats-section .items .value.total {
                font-size: 37px;
            }

        .stats-section .items .label {
            margin-top: -10px;
            color: #3CC7CA;
            font-size: 16px;
            font-family: 'Proxima Nova Cn Lt'
        }


/**
* Hospitals Section
*/
.hospitals-section {
    padding: 30px 0;
}

    .hospitals-section .thumbnails {
        position: relative;
        color: #393939;
        font-size: 17px;
        text-align: center;
        font-weight: 300;
        letter-spacing: -1px;
    }

        .hospitals-section .thumbnails .right-arrow,
        .hospitals-section .thumbnails .left-arrow {
            position: absolute;
            left: -30px;
            top: 0;
            width: 24px;
            height: 24px;
            background: url('../images/icon@left-arrow.svg') no-repeat center;
            cursor: pointer;
        }

        .hospitals-section .thumbnails .right-arrow {
            left: auto;
            right: -30px;
            top: 0;
            background: url('../images/icon@right-arrow.svg') no-repeat center;
        }

        .hospitals-section .thumbnails .item {
            cursor: pointer;
        }

            .hospitals-section .thumbnails .slick-center .item,
            .hospitals-section .thumbnails .item:hover {
                color: #33C3CB;
          /*      font-size: 19px;
                font-weight: bold;
                letter-spacing: 0;
                font-family: 'Proxima Nova Cn Rg';*/
            }

    .hospitals-section .images {
        margin: 30px 0;
    }

        .hospitals-section .images img {
            display: block;
            margin: 0 auto;
            border-radius: 5px;
            max-width: 100%;
        }

    .hospitals-section .more {
        text-align: center;
    }

        .hospitals-section .more a {
            display: inline-block;
            width: 195px;
            color: #022B53;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            line-height: 40px;
            text-decoration: none;
            border: solid 1px #022B53;
            border-radius: 40px;
            transition: all .3s linear;
        }

            .hospitals-section .more a:hover {
                color: #fff;
                background: #022B53;
            }


/**
* Treatments Section
*/
.treatments-section {
    padding: 50px;
    background: url('../images/img@treatments-bg.png') no-repeat center;
    background-size: cover;
}

    .treatments-section .carousel {
        margin-top: 20px;
    }

    .treatments-section .item {
        padding: 15px;
        text-align: center;
        transition: all .3s linear;
    }

        .treatments-section .item a {
            text-decoration: none;
        }

        .treatments-section .item .name {
            color: #fff;
            font-size: 19px;
            margin-bottom: 15px;
            text-decoration: none;
            font-family: 'Proxima Nova Alt Cn Rg';
            transition: all .3s linear;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .treatments-section .item img {
            display: block;
            width: 100%;
            border: solid 1px #fff;
        }

        .treatments-section .item:hover {
            /*background: #fff;*/
        }

            .treatments-section .item:hover .name {
                /*color: #02224F;*/
            }

    .treatments-section .slick-dots {
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 100%;
        text-align: center;
    }

        .treatments-section .slick-dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
        }

            .treatments-section .slick-dots li button {
                display: block;
                width: 10px;
                height: 10px;
                padding: 0;
                text-indent: -9999px;
                border: unset;
                background: #D9D9D9;
                border-radius: 100%;
                transition: all .3s linear;
            }

                .treatments-section .slick-dots li button:hover,
                .treatments-section .slick-dots li.slick-active button {
                    background: #33C3CB;
                }

    .treatments-section .more {
        padding-top: 100px;
        text-align: center;
    }

        .treatments-section .more a {
            display: inline-block;
            width: 195px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            line-height: 40px;
            text-decoration: none;
            background: #1A3F63;
            border: solid 1px #1A3F63;
            border-radius: 40px;
            transition: all .3s linear;
        }

            .treatments-section .more a:hover {
                color: #1A3F63;
                background: #fff;
            }


/**
* News Section
*/
.news-section {
    padding: 35px 0;
    background: #F0F0F0;
}

    .news-section .news-carousel {
        margin-top: 30px;
    }

        .news-section .news-carousel .item {
            border-radius: 5px;
            box-shadow: 0px 4px 6px rgba(0,0,0,0.16);
            overflow: hidden;
        }

        .news-section .news-carousel img {
            width: 100%;
        }

        .news-section .news-carousel .content {
            padding: 25px 15px;
            background: #fff;
        }

        .news-section .news-carousel a {
            text-decoration: none;
        }

        .news-section .news-carousel .name {
            margin-bottom: 20px;
            color: #262626;
            font-size: 15px;
            font-family: 'Proxima Nova Rg';
            font-weight: 700;
        }

        .news-section .news-carousel .desc {
            min-height: 100px;
            color: #262626;
            font-size: 14px;
            line-height: 20px;
            font-family: 'Proxima Nova Rg';
        }

        .news-section .news-carousel .bottom {
            color: #262626;
            font-size: 14px;
            line-height: 25px;
            font-family: 'Proxima Nova Rg';
            background: url('../images/icon@right-blue.svg') no-repeat 98% center;
        }

        .news-section .news-carousel .slick-dots {
            position: absolute;
            left: 0;
            bottom: -50px;
            width: 100%;
            text-align: center;
        }

            .news-section .news-carousel .slick-dots li {
                display: inline-block;
                width: 10px;
                height: 10px;
                margin: 0 5px;
            }

                .news-section .news-carousel .slick-dots li button {
                    display: block;
                    width: 10px;
                    height: 10px;
                    padding: 0;
                    text-indent: -9999px;
                    border: unset;
                    background: #D9D9D9;
                    border-radius: 100%;
                    transition: all .3s linear;
                }

                    .news-section .news-carousel .slick-dots li button:hover,
                    .news-section .news-carousel .slick-dots li.slick-active button {
                        background: #33C3CB;
                    }

        .news-section .news-carousel .slick-slide {
            margin: 0 55px;
            padding-bottom: 25px;
        }

        .news-section .news-carousel .slick-list {
            margin: 0 -50px;
        }

    .news-section .more {
        padding-top: 70px;
        text-align: center;
    }

        .news-section .more a {
            position: relative;
            display: inline-block;
            width: 195px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            line-height: 32px;
            text-decoration: none;
            background: #1A3F63;
            border-radius: 40px;
            transition: all .3s linear;
        }

            .news-section .more a:hover {
                color: #fff;
                background: #022B53;
            }

            .news-section .more a::after {
                position: absolute;
                right: 0;
                top: -1px;
                content: '';
                display: block;
                width: 34px;
                height: 34px;
                background: url('../images/icon@turquoise-right.svg') no-repeat center;
                background-size: 34px;
            }


/**
* Form Section
*/
.medical-form-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background: url('../images/bg@form.png') no-repeat center top;
    background-size: cover;
}

    .medical-form-section .form {
        width: 577px;
        margin-top: 100px;
        max-width: 100%;
        margin-left: auto;
    }

        .medical-form-section .form.no-margin {
            margin-top: 0;
        }

    .medical-form-section .row {
        margin-bottom: 15px;
    }

    .medical-form-section select,
    .medical-form-section textarea,
    .medical-form-section input[type="text"] {
        width: 100%;
        color: #676666;
        height: 60px;
        padding: 0 20px;
        line-height: 60px;
        font-family: 'Proxima Nova Rg';
        border: solid 1px #CBC9C9;
        outline: none;
    }

    .medical-form-section textarea {
        line-height: 20px;
        padding-top: 15px;
    }

    .medical-form-section input[type="file"] {
        width: 100%;
        color: #676666;
        height: 60px;
        padding: 14px 20px 0;
        font-family: 'Proxima Nova Rg';
        border: solid 1px #CBC9C9;
        outline: none;
        background: #fff;
    }

    .medical-form-section textarea {
        height: 105px;
        resize: none;
    }

    .medical-form-section .phone {
     /*   position: relative;
        padding-left: 90px;*/
    }

        .medical-form-section .phone input:nth-child(1) {
            /*position: absolute;
            left: 0;
            top: 0;
            width: 75px;*/
        }

    .medical-form-section .radio-label {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        padding-left: 45px;
        height: 32px;
        line-height: 32px;
        color: #676666;
        font-size: 15px;
        font-family: 'Proxima Nova Rg';
    }

        .medical-form-section .radio-label input {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 5;
        }

        .medical-form-section .radio-label .radio {
            position: absolute;
            left: 0;
            top: 0;
            width: 32px;
            height: 32px;
            background: #fff;
            border: solid 1px #CBC9C9;
            border-radius: 100%;
        }

        .medical-form-section .radio-label input:checked + .radio::before {
            position: absolute;
            content: '';
            display: block;
            width: 14px;
            height: 14px;
            margin: 8px;
            border-radius: 100%;
            background: #33C3CB;
        }

    .medical-form-section .actions {
        text-align: right;
    }

        .medical-form-section .actions button {
            display: inline-block;
            padding: 0 35px;
            margin-left: 20px;
            color: #fff;
            font-size: 20px;
            line-height: 60px;
            font-family: 'Proxima Nova Rg';
            background: #022B53;
            border-radius: 18px;
            border: unset;
            outline: none;
        }

.medical-form-section--page {
    padding-bottom: 100px;
    background: url('../images/bg@form2.png') no-repeat center top;
    background-size: cover;
}

    .medical-form-section--page .section-hero {
        position: relative;
        margin-top: -40px;
        margin-bottom: 0px;
        color: #1A3F63;
    }

        .medical-form-section--page .section-hero span::before {
            display: none;
        }

        .medical-form-section--page .section-hero span {
            padding-right: 15px;
            border-bottom: solid 1px #3CC7CA;
        }

    .medical-form-section--page .form {
        margin-left: 0;
        margin-right: auto;
    }


/**
* Most Viewed
*/
.most-viewed-section {
    padding: 40px 0;
}

    .most-viewed-section .section-hero {
        margin-bottom: 70px;
    }

    .most-viewed-section .items {
        display: flex;
        justify-content: space-between;
    }

        .most-viewed-section .items li a {
            color: #262626;
            font-size: 14px;
            line-height: 35px;
            font-family: 'Proxima Nova Rg';
            text-decoration: none;
        }


/**
* Page Footer
*/
.page-footer {
    padding: 25px 0;
    background: #02224F;
    border-top: solid 7px #00969A;
}

    .page-footer .footer-nav li a {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        font-family: 'Proxima Nova Cn Lt';
        text-decoration: none;
    }

    .page-footer .footer-info {
        text-align: center;
    }

        .page-footer .footer-info ul {
            margin: 0;
            padding: 0;
        }

        .page-footer .footer-info li {
            display: inline-block;
            margin-right: 15px;
            font-size: 20px;
        }

            .page-footer .footer-info li:last-child {
                margin-right: 0;
            }

        .page-footer .footer-info a {
            text-decoration: none;
        }

        .page-footer .footer-info .phone {
            margin-right: 30px;
            color: #fff;
            font-size: 45px;
            font-family: 'Proxima Nova Alt Cn Lt';
            letter-spacing: 3px;
            cursor: pointer;
        }

            .page-footer .footer-info .phone em {
                position: relative;
                top: -3px;
                font-size: 34px;
                vertical-align: middle;
            }

    .page-footer .social {
        margin: 65px 0;
    }

        .page-footer .social li a {
            font-size: 30px;
        }

    .page-footer .links li a {
        color: #fff;
        font-size: 14px;
        font-family: 'Proxima Nova Alt Cn Lt';
    }
    .page-footer .apps {
        width: 200px;
        color: #fff;
        font-size: 18px;
        font-family: 'Proxima Nova Alt Cn Lt';
        margin-left: auto;
        margin-top:-85px;
    }
   /* .page-footer .apps {
        width: 150px;
        color: #fff;
        font-size: 18px;
        font-family: 'Proxima Nova Alt Cn Lt';
        margin-left: auto;
    }*/

        .page-footer .apps li {
          /*  margin-top: 40px;*/
        }
        .page-footer .apps ul{
            margin:0;
            padding:0;
        }
        .page-footer .apps li a img{
            /*width:80%;*/
        }
            .page-footer .apps li:not(:first-child){
                margin-top:10px;
            }
                .page-footer .apps li:not(:first-child) a img {
                    /*width: 70%;*/
                    width: 50%;
                    float:left;
                    padding-right:10px;
                }
.copyright {
    padding: 25px 0;
    text-align: center;
    background: #02224f;/* #1A3F63;*/
    box-shadow: inset 0px 3px 6px rgba(255,255,255,0.16);
}


/**
* Page Content
*/
.page-content {
    padding: 15px 0 50px;
}

    .page-content.page-content--padding {
        padding: 15px 0;
    }

        .page-content.page-content--padding .breadcrumb {
            margin: 0;
        }

.page-content--treatments {
    position: relative;
    z-index: 8;
}

.page-content-top {
    display: flex;
    justify-content: space-between;
}

    .page-content-top .breadcrumb li {
        display: inline-block;
        margin-right: 10px;
    }

    .page-content-top .breadcrumb a {
        text-decoration: none;
        color: #133a5f;
        font-size: 15px;
    }

    .page-content-top .breadcrumb li::before {
        content: ">";
        position: relative;
        left: -3px;
        color: #133a5f;
        bottom: -2px;
    }

    .page-content-top .breadcrumb li:first-child::before {
        display: none;
    }

    .page-content-top .breadcrumb--alternate a {
        color: #707070;
        font-family: 'proxima_nova_rgregular'; /*'Proxima Nova Alt Cn Lt';*/
        font-weight:bold;
    }

    .page-content-top .breadcrumb--alternate li::before {
        color: #707070;
        bottom: -1px;
        font-family: 'Proxima Nova Alt Cn Lt';
    }

    .page-content-top .share {
        display: flex;
        justify-content: space-between;
    }

        .page-content-top .share li {
            display: inline-block;
            margin-left: 15px;
        }

        .page-content-top .share a {
            text-decoration: none;
        }

            .page-content-top .share a em::before {
                color: #022B53;
            }

.page-content .page-hero {
    font-size: 25px; /*40px;*/
    color: #163b5e;
font-family: 'proxima_nova_rgregular';
/*font-family: 'Proxima Nova Alt Cn Rg';*/
    margin-bottom: 30px;
	font-weight:bold;
}

.page-content .about-accordion .content {
    display: none;
    margin-top: 20px;
    color: #707070;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    line-height: 24px;
}

.page-content .about-accordion .label {
    position: relative;
    padding-left: 25px;
    color: #292929;
    font-size: 24px;
    font-family: 'Proxima Nova Alt Cn Rg';
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 2px;
    border-bottom: solid 1px #3CC7CA;
    cursor: pointer;
}

    .page-content .about-accordion .label::before {
        content: '+';
        position: absolute;
        left: 0;
    }

.page-content .about-accordion li {
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-content .about-accordion li.active .label::before {
        content: '-';
    }

/**
* Contact
*/
.contact {
    padding: 55px 0;
}

    .contact .section-label {
        position: relative;
        color: #1A3F63;
        font-size: 24px;
        font-family: 'Proxima Nova Rg';
        font-weight: bold;
        display: inline-block;
        padding-right: 15px;
        padding-bottom: 2px;
        margin-bottom: 50px;
        border-bottom: solid 1px #3CC7CA;
        cursor: pointer;
    }

    .contact .info {
        padding-right: 100px;
    }

        .contact .info li {
            padding-left: 170px;
            margin-bottom: 20px;
            position: relative;
            color: #707070;
            font-size: 20px;
            font-family: 'Proxima Nova Rg';
        }

            .contact .info li span {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                width: 157px;
                color: #3CC7CA;
                font-family: 'Proxima Nova Alt Cn Lt';
            }

                .contact .info li span::after {
                    content: ':';
                    position: absolute;
                    right: 0;
                }

    .contact iframe {
        box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
    }

/**
* Content Page
*/
.content-page .tab-content .tab-nav {
    margin-bottom: 35px;
}

    .content-page .tab-content .tab-nav ul {
        display: flex;
    }

        .content-page .tab-content .tab-nav ul li {
            flex: 1;
            font-family: 'Proxima Nova Alt Cn Lt';
            line-height: 25px;
            border-left: solid 1px #525252;
            text-align: center;
        }

            .content-page .tab-content .tab-nav ul li a {
                padding: 0 10px;
            }

            .content-page .tab-content .tab-nav ul li:first-child {
                flex: .8;
                text-align: left;
                border: unset;
            }

                .content-page .tab-content .tab-nav ul li:first-child a {
                    padding-left: 0;
                    padding-right: 10px;
                }

            .content-page .tab-content .tab-nav ul li:last-child {
                text-align: right;
                flex: .6;
            }

                .content-page .tab-content .tab-nav ul li:last-child a {
                    padding-right: 0;
                    padding-left: 10px;
                }

            .content-page .tab-content .tab-nav ul li a {
                display: inline-block;
                padding-right: 10px;
                text-transform: uppercase;
                text-decoration: none;
                color: #525252;
                font-size: 19px;
                letter-spacing: 1.5px;
                padding-bottom: 3px;
            }

            .content-page .tab-content .tab-nav ul li:nth-child(2) {
                flex: 1.4;
            }

            .content-page .tab-content .tab-nav ul li.active a {
                color: #3CC7CA;
                border-bottom: solid 1px #3CC7CA;
            }

.content-page .tab-contents .tab-item {
    display: none;
}

    .content-page .tab-contents .tab-item.active {
        display: block;
    }

.content-page p {
    color: #707070;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
}

.content-page .video-area {
    margin-bottom: 30px;
}

.content-page .plyr {
    height: 450px;
    border-radius: 5px;
}

.content-page .plyr__control--overlaid {
    padding: 38px;
    border: solid 2px rgba(255,255,255,0.5);
    background: #33C3CB url('../images/icon@play.svg') no-repeat 55% center !important;
    background-size: 24px 32px;
}

    .content-page .plyr__control--overlaid svg {
        display: none !important
    }


/**
* Treatments
*/
.treatments-content .search {
    position: relative;
    width: 310px;
    margin-bottom: 40px;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.15);*/
    border-radius: 5px;
    overflow: hidden;
}

    .treatments-content .search input {
        width: 100%;
        padding-right: 60px;
        padding-left: 20px;
        font-size: 12px;
        line-height: 45px;
        border-radius: 2px;
        border: unset;
        outline: none;
        color: #193E62;
        font-size: 17px;
        font-family: 'Proxima Nova Rg';
        border: 1px solid #009396;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

        .treatments-content .search input::-webkit-input-placeholder {
            color: #193E62;
        }

    .treatments-content .search button {
        position: absolute;
        right: 12px;
        top: 6px;
        background: transparent;
        width: 47px;
        height: 47px;
        color: #fff;
        font-size: 22px;
        line-height: 50px;
        border: unset;
        outline: none;
        background: #009396;
    }

        .treatments-content .search button em::before {
            color: #fff;
        }

.treatments-content .links {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 300;
    padding: 0 90px 0 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    background: #fff;
}

    .treatments-content .links .list .inner {
        display: flex;
    }

    .treatments-content .links.is_stuck {
        margin-top: 82px;
        z-index: 10;
    }

    .treatments-content .links a {
        flex: 1;
        line-height: 75px;
        color: #002A52;
        text-align: center;
        text-decoration: none;
    }
.links a[disabled]
{
	color: #bfbfbf;
}
.links a.active[disabled]
{
	background-color: initial !important;
		color: #bfbfbf !important;
}
        .treatments-content .links a.active {
            color: #fff;
            background: #009396;
        }

    .treatments-content .links span {
        display: block;
        position: absolute;
        padding: 0 15px;
        cursor: pointer;
        top: 0;
        right: 15px;
        color: #fff;
        line-height: 75px;
        background: #009396;
    }

.treatments-content .items {
    display: flex;
    flex-wrap: wrap;
}

    .treatments-content .items .item {
        flex: 0 0 31%;
        max-width: 31%;
        margin-bottom: 20px;
        padding: 15px;
        margin-left: 3%;
        transition: all .3s linear;
    }

        .treatments-content .items .item.highlight {
            background: #f2f2f2;
        }

        .treatments-content .items .item:nth-child(3n+1) {
            margin-left: 0;
        }

    .treatments-content .items .label {
        margin-bottom: 20px;
        padding-bottom: 15px;
        color: #193E61;
        font-size: 18px;/*35px;*/
        font-family: 'Proxima Nova Alt Rg';
        font-weight: bold;
        border-bottom: solid 2px #34C4CC;
    }

    .treatments-content .items li a {
        color: #707070;
        font-size: 14px; /*18px*/
        font-family: 'Proxima Nova Rg';
        text-decoration: none;
        line-height: 30px;
        transition: all .3s linear;
    }

        .treatments-content .items li a:hover {
            color: #193E61;
        }

/**
* Doctor Page
*/
.doctor-header {
    position: relative;
    padding-top: 90px;
}

    .doctor-header .doctor {
        display: flex;
    }

        .doctor-header .doctor .image img {
            display: block;
            border-radius: 30px;
            /*border: solid 1px #fff;*/
            box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
        }

        .doctor-header .doctor .info {
            padding-left: 40px;
            /*padding-top: 25px;*/
            color: #fff;
            font-size: 22px;
        }

            .doctor-header .doctor .info .title {
                font-family: 'Proxima Nova Alt Cn Lt';
            }

            .doctor-header .doctor .info .name {
                margin-bottom: 15px;
                font-family: 'proxima_nova_rgregular';
                /*  font-family: 'Proxima Nova Alt ExCn Rg';*/
                font-weight: 700;
                font-size: 24px;
            }

            .doctor-header .doctor .info li {
                margin-bottom: 10px;
                font-size: 18px;
                font-family: 'Proxima Nova Alt Cn Lt';
            }

                .doctor-header .doctor .info li em {
                    margin-right: 5px;
                    color: #3CC7CA;
                    font-size: 16px;
                }

                    .doctor-header .doctor .info li em::before {
                        color: #3CC7CA;
                    }

.doctor-share {
    margin-top: -30px;
    background: #009396;
    line-height: 45px;
    text-align: right;
    border-top: solid 1px #fff;
}

    .doctor-share .share {
        display: flex;
        color: #fff;
        justify-content: flex-end;
    }

        .doctor-share .share ul {
            position: relative;
            z-index: 5;
        }

        .doctor-share .share li {
            display: inline-block;
            margin-left: 15px;
        }

        .doctor-share .share a {
            text-decoration: none;
        }

            .doctor-share .share a em::before {
                color: #fff;
            }

.doctor-detail {
    padding: 30px 0;
}

    .doctor-detail .tab-content .tab-nav {
        margin-bottom: 35px;
    }

        .doctor-detail .tab-content .tab-nav ul {
            display: flex;
            width: 50%;
        }

            .doctor-detail .tab-content .tab-nav ul li {
                flex: auto;/*.6;*/
                font-family: 'Proxima Nova Alt Cn Lt';
                line-height: 25px;
                border-left: solid 1px #525252;
                text-align: center;
            }

                .doctor-detail .tab-content .tab-nav ul li:first-child {
                    text-align: left;
                    border: unset;
                }

                    .doctor-detail .tab-content .tab-nav ul li:first-child a {
                        padding-left: 0;
                        padding-right: 10px;
                    }

                .doctor-detail .tab-content .tab-nav ul li:last-child {
                    /*flex: .3;
                    text-align: right;*/
                }

                    .doctor-detail .tab-content .tab-nav ul li:last-child a {
                        padding-right: 0;
                        padding-left: 10px;
                    }

                .doctor-detail .tab-content .tab-nav ul li a {
                    display: inline-block;
                    padding-right: 10px;
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #525252;
                    font-size: 19px;
                    letter-spacing: 1.5px;
                    padding: 0 10px 3px;
                }

                .doctor-detail .tab-content .tab-nav ul li.active a {
                    color: #525252;
                    font-family: 'Proxima Nova Cn Rg';
                    border-bottom: solid 2px #3CC7CA;
                }

    .doctor-detail .tab-contents .tab-item {
        display: none;
    }

        .doctor-detail .tab-contents .tab-item.active {
            display: block;
        }

    .doctor-detail .section {
        margin-top: 45px;
    }

        .doctor-detail .section:first-child {
            margin-top: 0;
        }

        .doctor-detail .section strong {
            margin-bottom: 15px;
            color: #2B9AC9;
            font-size: 22px;
            font-family: 'Proxima Nova Cn Lt';
            font-weight: 100;
        }

        .doctor-detail .section p {
            padding-right: 50px;
            margin-bottom: 20px;
            color: #707070;
            font-size: 18px;
            font-family: 'Proxima Nova Rg';
            font-weight: normal;
            line-height: 22px;
        }

          /*  .doctor-detail .section p strong {
                color: #012A52;
                font-weight: 700;
            }*/

    .doctor-detail .section-label {
        margin-bottom: 15px;
        color: #2B9AC9;
        font-size: 22px;
        font-family: 'Proxima Nova Cn Lt';
    }

    .doctor-detail .list-by-date {
        color: #707070;
        font-size: 18px;
        font-family: 'Proxima Nova Rg';
        font-weight: normal;
    }

        .doctor-detail .list-by-date li {
            position: relative;
            padding-left: 150px;
            margin-top: 20px;
        }

            .doctor-detail .list-by-date li strong {
                color: #012A52;
                font-weight: 700;
            }

            .doctor-detail .list-by-date li:first-child {
                margin-top: 0;
            }

        .doctor-detail .list-by-date span {
            position: absolute;
            left: 0;
        }

    .doctor-detail .media-list li {
        position: relative;
        color: #707070;
        padding-top: 20px;
        margin-top: 20px;
        border-top: dotted 1px rgba(0,0,0,0.3);
    }

        .doctor-detail .media-list li.media {
            padding-left: 185px;
        }

    .doctor-detail .media-list .media-item {
        position: absolute;
        left: 0;
    }

    .doctor-detail .media-list li:first-child {
        margin-top: 0;
        padding-top: 0;
        border: unset;
    }

    .doctor-detail .media-list .date {
        font-family: 'Proxima Nova Lt';
        font-weight: 600;
        font-style: italic;
    }

    .doctor-detail .media-list p {
        margin: 20px 0;
        font-family: 'Proxima Nova Rg';
    }

    .doctor-detail .media-list .bold {
        font-family: 'Proxima Nova Rg';
        font-weight: 700;
    }

    .doctor-detail .pagination {
        display: block;
        margin-top: 50px;
        text-align: center;
        color: #022B53;
        font-family: 'Proxima Nova Alt Lt';
        font-weight: 300;
    }

        .doctor-detail .pagination ul,
        .doctor-detail .pagination ul li {
            display: inline-block;
        }

        .doctor-detail .pagination a {
            color: #022B53;
            font-family: 'Proxima Nova Alt Lt';
            font-weight: 300;
            text-decoration: none;
        }

        .doctor-detail .pagination ul li::before {
            content: '-';
        }

        .doctor-detail .pagination ul li:first-child::before {
            display: none;
        }

        .doctor-detail .pagination a.active {
            font-family: 'Proxima Nova Alt Rg';
            font-weight: 700;
        }

        .doctor-detail .pagination > a {
            display: inline-block;
            margin-left: 7px;
            font-family: 'Proxima Nova Alt Rg';
            font-weight: 700;
        }

/**
* Hospitals
*/
.hospitals {
    margin-top: 50px;
}

    .hospitals .row {
        margin: -40px;
    }

    .hospitals .col-sm-6 {
        padding: 0 40px;
    }

    .hospitals .item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        background: #fff;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
        height:155px;
    }

        .hospitals .item .image {
            flex: 0 0 50%;
            max-width: 50%;
            height:155px;
        }

            .hospitals .item .image img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .hospitals .item .details {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 25px 30px;
            text-align: center;
        }

            .hospitals .item .details .name {
                color: #042F56;
                font-size: 15px;
                font-family: 'Proxima Nova Rg';
                font-weight: 700;
                text-transform: uppercase;
                height: 30px;
            }

            .hospitals .item .details .buttons {
                padding-top: 40px;
                text-align: center;
            }

                .hospitals .item .details .buttons a {
                    /* display: inline-block;
                    width: 40px;
                    height: 40px;
                    margin: 0 10px;
                    color: #1A3F63;
                    font-size: 18px;
                    text-align: center;
                    line-height: 40px;
                    border: solid 1px #1A3F63;
                    border-radius: 100%;
                    transition: all .3s linear;
                    text-decoration: none;*/
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    margin: 0 5px;
                    color: #1A3F63;
                    font-size: 12px;
                    text-align: center;
                    line-height: 33px;
                    border: solid 1px #1A3F63;
                    border-radius: 100%;
                    transition: all .3s linear;
                    text-decoration: none;
                }

                    .hospitals .item .details .buttons a em {
                        position: relative;
                        top: -2px;
                        vertical-align: middle;
                    }

                        .hospitals .item .details .buttons a em::before {
                            color: #1A3F63;
                        }

                    .hospitals .item .details .buttons a:hover {
                        color: #fff;
                        background: #1A3F63;
                    }

                        .hospitals .item .details .buttons a:hover em::before,
                        .hospitals .item .details .buttons a:hover span::before {
                            color: #fff;
                        }


/**
* Information Page
*/
.content-page.content-page--information .tab-nav.is_stuck {
    margin-top: 70px;
    background: #fff;
    padding: 15px 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    z-index: 4;
}

.content-page.content-page--information .tab-content .tab-nav ul {
    justify-content: space-between;
}

    .content-page.content-page--information .tab-content .tab-nav ul li {
        flex: unset !important;
        border: unset !important;
        text-transform: capitalize;
    }

        .content-page.content-page--information .tab-content .tab-nav ul li a {
            padding-right: 0;
            text-transform: capitalize;
            font-family: 'Proxima Nova Cn Lt';
            font-weight: 300;
        }

        .content-page.content-page--information .tab-content .tab-nav ul li.active a {
            font-family: 'Proxima Nova Cn Rg';
            font-weight: 700;
        }

.content-page.content-page--information .section-label {
    margin-bottom: 25px;
    color: #2B9AC9;
    font-size: 22px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 300;
}

.content-page.content-page--information .section-label--alternate {
    position: relative;
    top: -8px;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 25px;
    color: #193E62;
    font-size: 24px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    border-bottom: solid 1px #3CC7CA;
}

.content-page.content-page--information .section-label--bold {
    color: #2B9AC9;
    font-family: 'Proxima Nova Cn Rg';
    font-weight: 700;
}

.content-page.content-page--information p, .treatment-detail p {
    margin: 0 0 25px;
}
.content-page.content-page--information p, .treatment-detail ul {
    padding-left: 20px;
    color: #707070;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    list-style-type:disc;
}
.treatment-detail ul {
    margin: 0 0 25px;
}
.content-page.content-page--information .section {
    margin-top: 50px;
}

.content-page.content-page--information .tab-item .section:first-child {
    margin-top: 0 !important;
}

.content-page.content-page--information .list {
    margin: 0;
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
}

.content-page.content-page--information .images a {
    text-decoration: none;
}

.content-page.content-page--information .images .name {
    padding-top: 15px;
    color: #02224F;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    text-decoration: none;
}

.content-page.content-page--information .images img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

    .content-page.content-page--information .images img.no-radius {
        border-radius: 0;
    }

.content-page.content-page--information .images .col-sm-3 {
    margin-bottom: 30px;
}

.content-page.content-page--information .accordion .content {
    display: none;
}

.content-page.content-page--information .accordion.basic {
    margin-bottom: 30px;
}

    .content-page.content-page--information .accordion.basic li {
        padding: 20px 0 0 70px;
        border-top: dotted 1px rgba(0,0,0,0.2);
    }

    .content-page.content-page--information .accordion.basic .label {
        position: relative;
        cursor: pointer;
        padding-bottom: 20px;
        color: #3CC7CA;
        font-family: 'Proxima Nova Cn Rg';
        font-weight: 700;
    }

.content-page.content-page--information .accordion.basic--alternate .label {
    color: #707070;
}

.content-page.content-page--information .accordion.basic .label::before {
    content: '+';
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -10px;
    color: #24231F;
    font-size: 30px;
    transform: translateY(-50%);
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 300;
}

.content-page.content-page--information .accordion.basic .content p {
    font-size: 14px;
    line-height: 24px;
}

.content-page.content-page--information .accordion.basic li.active .label::before {
    content: '-';
}

.content-page.content-page--information .accordion.basic.basic--alternate li.active .label::before {
    content: '-';
/*    content: 'x';*/
    font-size: 25px;
}

.content-page.content-page--information ul.basic li {
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
}

.content-page.content-page--information ul.basic {
    margin-bottom: 40px;
}

.content-page.content-page--information .more a {
    position: relative;
    display: inline-block;
    width: 195px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    background: #1A3F63;
    border-radius: 40px;
    transition: all .3s linear;
}

    .content-page.content-page--information .more a:hover {
        color: #fff;
        background: #022B53;
    }

    .content-page.content-page--information .more a::after {
        position: absolute;
        right: 0;
        top: -1px;
        content: '';
        display: block;
        width: 34px;
        height: 34px;
        background: url('../images/icon@turquoise-right.svg') no-repeat center;
        background-size: 34px;
    }

.content-page.content-page--information .more.center {
    text-align: center;
}

.hospital-detail .tab-item strong, .treatment-detail strong, .stories-detail strong {
    color: #2B9AC9;
    font-family: 'Proxima Nova Cn Rg';
    font-weight: 700;
    margin-bottom: 25px;
    font-size:22px;
}
.hospital-detail .tab-item h3 {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 25px;
    color: #193E62;
    font-size: 24px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    border-bottom: solid 1px #3CC7CA;
}
.doctors-search {
    margin: 30px 0 50px;
}

    .doctors-search form {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 40px 80px 40px 40px;
        background: #34C4CC;
        box-shadow: 0px 3px 6px rgba(0,0,0,.3);
    }

    .doctors-search input,
    .doctors-search select {
        flex: 0 0 49%;
        max-width: 49%;
        height: 55px;
        padding: 0 40px;
        color: #1A3F63;
        font-family: 'Proxima Nova Rg';
        font-weight: 400;
        border: unset;
        outline: none;
    }

    .doctors-search form button {
        position: absolute;
        right: 40px;
        top: 50%;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 70px;
        background: #1A3F63;
        border-radius: 100%;
        border: none;
        outline: none;
        box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    }

        .doctors-search form button em::before {
            color: #fff;
        }

.doctors-list img {
    display: block;
    width: 100%;
}

.doctors-list {
    margin: 0 -45px 50px -45px;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-weight: 700;
}

    .doctors-list .col-sm-3 {
        padding: 0 45px;
        margin-bottom: 50px;
    }

    .doctors-list a {
        color: #1A3F63;
        text-decoration: none;
    }

    .doctors-list .name {
        padding: 15px 5px;
        text-align: center;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    }

/**
* Stories Page
*/
#map {
    height: 500px;
}

    #map p {
        font-family: 'Proxima Nova Cn Lt';
        font-size: 15px;
        color: #133A5F;
    }

.gm-style .gm-style-iw-c {
    background: rgba(255,255,255,0.9) !important;
}

#map p {
    margin: 0;
}

.stories {
    padding: 35px 0 70px;
}

    .stories .top {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .stories .top .hero {
            color: #163B5E;
            font-size: 40px;
            font-family: 'Proxima Nova Alt Cn Rg';
            font-weight: 700;
        }

    .stories .search {
        position: relative;
        width: 750px;
        height: 45px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
        border-radius: 5px;
        overflow: hidden;
    }

        .stories .search input {
            width: 100%;
            padding-right: 60px;
            padding-left: 20px;
            font-size: 12px;
            line-height: 45px;
            border-radius: 2px;
            border: unset;
            outline: none;
            color: #193E62;
            font-size: 17px;
            font-family: 'Proxima Nova Rg';
        }

            .stories .search input::-webkit-input-placeholder {
                color: #193E62;
            }

        .stories .search button {
            position: absolute;
            right: 0;
            top: 0;
            background: transparent;
            width: 47px;
            height: 47px;
            color: #fff;
            font-size: 22px;
            line-height: 50px;
            border: unset;
            outline: none;
            background: #009396;
        }

            .stories .search button em::before {
                color: #fff;
            }

    .stories .list {
        margin: 0 -35px 20px -35px;
        font-family: 'Proxima Nova Rg';
        font-size: 14px;
        font-weight: 700;
    }

        .stories .list .col-sm-4 {
            padding: 0 35px;
            margin-bottom: 50px;
        }

        .stories .list .item {
            border-radius: 5px;
        }

        .stories .list img {
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

        .stories .list a {
            color: #1A3F63;
            text-decoration: none;
        }

    .stories .name {
        padding: 30px 15px;
        text-align: center;
        background: #F7F7F7;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
        border-radius: 0 0 5px 5px;
    }

    .stories .pagination {
        text-align: center;
        display: block;
    }

        .stories .pagination ul,
        .stories .pagination ul li {
            display: inline-block;
        }

        .stories .pagination a {
            color: #022B53;
            font-family: 'Proxima Nova Alt Lt';
            font-weight: 300;
            text-decoration: none;
        }

        .stories .pagination ul li::before {
            content: '-';
        }

        .stories .pagination ul li:first-child::before {
            display: none;
        }

        .stories .pagination a.active {
            font-family: 'Proxima Nova Alt Rg';
            font-weight: 700;
        }

        .stories .pagination > a {
            display: inline-block;
            margin-left: 7px;
            font-family: 'Proxima Nova Alt Rg';
            font-weight: 700;
        }

    .stories .stories-detail .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .stories .stories-detail .detail-hero {
        padding-bottom: 5px;
        padding-right: 15px;
        color: #163B5E;
        font-size: 22px;
        font-family: 'Proxima Nova Cn Lt';
        border-bottom: solid 2px #3CC7CA;
    }

    .stories .stories-detail .back {
        color: #009396;
        font-size: 18px;
        font-family: 'Proxima Nova Cn Lt';
        text-decoration: none;
    }

        .stories .stories-detail .back > span {
            display: inline-block;
            margin-right: 7px;
            font-size: 13px;
            transform: rotate(180deg);
        }

        .stories .stories-detail .back span::before {
            color: #009396;
        }

    .stories .stories-detail .big-image {
        margin-bottom: 30px;
        width: 100%;
        display: block;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }

    .stories .stories-detail p {
        margin-bottom: 20px;
        color: #707070;
        font-size: 20px;
        line-height: 24px;
        font-family: 'Proxima Nova Rg';
        font-weight: 400;
    }

    .stories .stories-detail .label {
        margin-bottom: 20px;
        color: #2B9AC9;
        font-size: 22px;
        font-family: 'Proxima Nova Cn Lt';
        font-weight: 300;
    }

    .stories .stories-detail .media {
        margin-top: 40px;
    }

        .stories .stories-detail .media .label {
            margin-bottom: 40px;
            color: #1A3F63;
            font-family: 'Proxima Nova Rg';
            font-weight: bold;
            text-align: center;
        }

            .stories .stories-detail .media .label span {
                display: inline-block;
                border-bottom: solid 1px #3CC7CA;
            }

        .stories .stories-detail .media img,
        .stories .stories-detail .media iframe {
            width: 100%;
        }

        .stories .stories-detail .media .row {
            margin: 0 -50px;
        }

        .stories .stories-detail .media .col-sm-6 {
            padding: 0 50px;
        }


/**
* RTL Override
*/
body.rtl .page-content-top .share li:nth-child(2) {
    margin-left: 0;
}

body.rtl .header-topbar .phone {
    margin-right: 0;
    margin-left: 30px;
}

body.rtl .page-header .navigation {
    text-align: right;
}

body.rtl .homepage-slider .cookie-policy a {
    right: auto;
    left: 0;
}

body.rtl .news-section .news-carousel .bottom {
    background-position: left center;
}

body.rtl .news-section .more a::after {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

body.rtl .medical-form-section {
    background: url('../images/bg@form2.png') no-repeat center top;
    background-size: cover;
}

    body.rtl .medical-form-section .form {
        margin-left: 0;
        margin-right: auto;
    }

body.rtl .page-footer .apps {
    margin-left: 0;
    margin-right: auto;
}

body.rtl .page-content .about-accordion .label {
    padding-left: 15px;
    padding-right: 30px;
}

    body.rtl .page-content .about-accordion .label::before {
        left: 0;
        right: 0;
    }

body.rtl .page-content-top .breadcrumb li::before {
    left: auto;
    right: -7px;
}

body.rtl .page-content-top .share ul {
    margin-right: 15px;
}

body.rtl .medical-form-section.medical-form-section--page {
    background: url('../images/bg@form.png') no-repeat center top;
    background-size: cover;
}

    body.rtl .medical-form-section.medical-form-section--page .form {
        margin-left: auto;
        margin-right: 0;
    }

body.rtl .medical-form-section--page .section-hero {
    text-align: right;
}

body.rtl .contact .info li {
    padding-left: 0;
    padding-right: 170px;
}

body.rtl .contact .info {
    padding-right: 0;
}

    body.rtl .contact .info li span {
        left: auto;
        right: 0;
    }

        body.rtl .contact .info li span::after {
            display: none !important;
        }

        body.rtl .contact .info li span::before {
            content: ':';
            position: absolute;
            left: 0;
        }

body.rtl .hamburger {
    left: 20px;
    right: auto;
}

body.rtl .page-header .navigation {
    left: 0;
    right: auto;
}

    body.rtl .page-header .navigation li {
        text-align: right !important;
        flex: 1 !important;
    }

body.rtl .content-page .tab-content .tab-nav ul li:first-child {
    text-align: right;
    border-left: solid 1px #525252;
}

    body.rtl .content-page .tab-content .tab-nav ul li:first-child a {
        padding-right: 0;
        padding-left: 10px;
    }

body.rtl .content-page .tab-content .tab-nav ul li:last-child {
    text-align: left;
    border: unset;
}

    body.rtl .content-page .tab-content .tab-nav ul li:last-child a {
        padding-left: 0;
        padding-right: 10px;
    }

body.rtl .treatments-content .links {
    padding: 0 40px 0 90px;
}

    body.rtl .treatments-content .links span {
        top: 0;
        right: auto;
        left: 15px;
    }

body.rtl .treatments-content .search input {
    padding-left: 60px;
    padding-right: 20px;
}

body.rtl .treatments-content .search button {
    right: auto;
    left: 0;
    top: 0;
}

body.rtl .page-footer .footer-info li:last-child {
    margin-right: 15px;
}

body.rtl .page-footer .footer-info li:first-child {
    margin-right: 0;
}

body.rtl .doctor-header .doctor .info {
    padding-left: 0;
    padding-right: 40px;
}

body.rtl .doctor-detail .tab-content .tab-nav ul li:first-child {
    text-align: right;
    border-left: solid 1px #525252;
}

    body.rtl .doctor-detail .tab-content .tab-nav ul li:first-child a {
        padding-right: 0;
        padding-left: 10px;
    }

body.rtl .doctor-detail .tab-content .tab-nav ul li:last-child {
    text-align: left;
    border: unset;
}

    body.rtl .doctor-detail .tab-content .tab-nav ul li:last-child a {
        padding-left: 0;
        padding-right: 10px;
    }

body.rtl .doctor-detail .section p {
    padding-right: 0;
    padding-left: 50px;
}

body.rtl .doctor-detail .list-by-date li {
    padding-left: 0;
    padding-right: 150px;
}

body.rtl .doctor-detail .list-by-date span {
    left: auto;
    right: 0;
}

body.rtl .doctor-detail .media-list li.media {
    padding-left: 0;
    padding-right: 185px;
}

body.rtl .doctor-detail .media-list .media-item {
    left: auto;
    right: 0;
}

body.rtl .doctor-detail .pagination > a {
    margin-left: 0;
    margin-right: 7px;
}

body.rtl .doctor-share .share li {
    margin-left: 0;
    margin-right: 15px;
}

body.rtl .page-header--doctor {
    background: url('../images/bg@doctor-rtl.jpg') no-repeat center;
    background-size: cover;
}

body.rtl .content-page.content-page--information .accordion.basic li {
    padding-left: 0;
    padding-right: 70px;
}

    body.rtl .content-page.content-page--information .accordion.basic li .label::before {
        left: auto;
        right: -40px;
    }

body.rtl .doctors-search form {
    padding-right: 40px;
    padding-left: 80px;
}

    body.rtl .doctors-search form button {
        right: auto;
        left: 40px;
    }

/**
* Media Query
*/
@media(max-width: 1440px) {
    .header-topbar .phone {
        margin-right: 0;
        font-size: 20px;
    }

    .page-header .navigation {
        text-align: right/*center*/;
    }

        .fixed-navigation .menu a,
        .page-header .navigation a {
            font-size:17px;
         /*   font-size: 20px;*/
        }

        .fixed-navigation .menu li,
        .page-header .navigation li {
            margin: 0 5px;
        }

    .hospitals-section .thumbnails {
        font-size: 17px;
    }

    .fixed-navigation .search {
        width: 190px;
    }

    .fixed-navigation .social li {
        font-size: 15px;
    }

    .page-footer .footer-info .phone {
        font-size: 30px;
    }

    .doctor-detail .tab-content .tab-nav ul {
        width: 70%;
    }
}

@media(max-width: 1230px) {
    .header-topbar .social li {
        font-size: 16px;
    }

    .header-topbar .info a.button {
        display: none;
    }

    .page-header {
        padding-top: 80px;
        top: 40px;
    }

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

    .homepage-slider img,
    .homepage-slider video {
        height: calc(100vh - 44px);
    }

    .page-header .search input {
        padding-right: 50px;
    }
    .page-header .search button{
        line-height:42px;
    }
    .stats-section .items .value {
        font-size: 40px;
    }

        .stats-section .items .value.total strong {
            font-size: 47px;
        }

    .hospitals-section .thumbnails {
        padding: 0 25px;
    }

        .hospitals-section .thumbnails .right-arrow,
        .hospitals-section .thumbnails .left-arrow {
            left: -5px;
        }

        .hospitals-section .thumbnails .right-arrow {
            left: auto;
            right: -5px;
        }

    .hospitals-section .images {
        margin-top: 15px;
    }

    .news-section .news-carousel .slick-slide {
        margin: 0 15px;
    }

    .news-section .news-carousel .slick-list {
        margin: 0 -15px;
    }

    .medical-form-section {
        background: url('../images/bg@form.png') no-repeat center top;
        background-position: 100% top !important;
        background-size: cover;
    }

    body.rtl .medical-form-section {
        background: url('../images/bg@form.png') no-repeat center top;
        background-position: 100% top !important;
        background-size: cover;
    }

    .medical-form-section .form {
        width: 100%;
        margin: 50px 0;
    }

    .most-viewed-section .items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .most-viewed-section .items > ul {
            flex: 0 0 32.3%;
            margin-bottom: 25px;
            text-align: center;
        }

    .page-footer .footer-info .phone {
        font-size: 20px;
    }

    .page-footer .social li a {
        font-size: 20px;
    }

    .fixed-navigation a.button {
        display: none;
    }

    .fixed-navigation .social li {
        margin-right: 7px;
    }

    .fixed-navigation .search input {
        padding-right: 50px;
    }

    .medical-form-section--page {
        background: url('../images/bg@form.png') no-repeat 100% top;
        background-size: cover;
    }

    .contact .info {
        padding-right: 40px;
    }

        .contact .info li {
            font-size: 16px;
        }

    .content-page .tab-content .tab-nav ul li a {
        font-size: 16px;
    }

    .treatments-content .links {
        font-size: 20px;
    }

    .doctor-detail .tab-content .tab-nav ul {
        width: 70%;
    }

    .hospitals .item .details {
        padding: 25px 10px;
    }

    .stories .list {
        margin: 0 -15px 40px -15px;
    }

    .doctors-list .col-sm-3 {
        padding: 0 15px;
    }

    .stories .list {
        margin: 0 -15px 20px -15px;
    }

        .stories .list .col-sm-4 {
            padding: 0 15px;
            margin-bottom: 30px;
        }

    .stories .search {
        width: 350px;
    }
}
select[name='HospitalID'] {
    /* width: 100%; */
    /*padding-right: 60px;*/
    padding-left: 20px;
    font-size: 12px;
    line-height: 45px;
    border-radius: 2px;
    border: unset;
    /* outline: none; */
    color: #193E62;
    font-size: 17px;
    font-family: 'Proxima Nova Rg';
    position: relative;
    width: 310px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    height: 47px;
    float: left;
    margin-right: 10px;
    appearance: none;
    */ -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

   
@media(max-width: 820px) {
    .goto-language {
        padding: 0;
        width: 44px;
        right: -9px;
        text-align: center;
        z-index: 9999999999999 !important;
    }
    .tab-content .tab-nav ul li {
        flex: unset !important;
        text-align: center !important;
        border: unset !important;
    }

    .treatments-content .list {
        padding: 0 14px;
    }

        .treatments-content .list .slick-arrow,
        .tab-content .tab-nav .slick-arrow {
            position: absolute;
            left: 5px;
            top: 0;
            width: 24px;
            height: 24px;
            background: url('../images/icon@left-arrow.svg') no-repeat center;
            cursor: pointer;
            text-indent: -9999px;
            border: unset;
            z-index: 4;
        }

        .treatments-content .list .slick-next,
        .tab-content .tab-nav .slick-next {
            left: auto;
            right: 5px;
            top: 0;
            background: url('../images/icon@right-arrow.svg') no-repeat center;
        }

        .treatments-content .list .slick-arrow.slick-disabled,
        .tab-content .tab-nav .slick-arrow.slick-disabled {
            opacity: .3;
        }

        .treatments-content .list .slick-arrow {
            top: 17px;
        }

        .treatments-content .list .slick-arrow {
           /* left: -15px;*/
           left:-27px;
        }

            .treatments-content .list .slick-arrow.slick-next {
                left: auto;
                right: -27px;
                /*         right: -20px;*/
            }

    .header-topbar .social li {
        margin-right: 7px;
    }

    .page-header .logo {
        text-align: center;
    }

        .page-header .logo img {
            display: block;
            width: 325px;
            /*    width:250px;*/
            /* width: 200px;*/
            margin: 0 auto;
        }

    .page-header .navigation {
        margin: 15px 0;
    }

    .homepage-slider .details .hero {
        margin-bottom:0px;
        font-size: 30px;
        line-height: 45px;
    }

    .homepage-slider .cookie-policy {
        line-height: 18px;
        padding: 10px 30px 10px 10px;
    }

        .homepage-slider .cookie-policy a {
            right: -15px;
        }

    .homepage-slider .slick-dots {
        bottom: 65px;
    }

    .stats-section .items {
        flex-wrap: wrap;
    }

        .stats-section .items > div {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 8px 0;
        }

    .medical-form-section select, .medical-form-section textarea, .medical-form-section input[type="text"], .medical-form-section input[type="file"] {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .medical-form-section .row {
        margin: 0;
    }

    .medical-form-section .actions {
        padding-left: 15px;
        padding-right: 15px;
    }

        .medical-form-section .actions button {
            margin-top: 15px;
        }

    .medical-form-section {
        padding-bottom: 10px;
    }

    .page-footer .footer-info {
        margin: 0 0;
    }

        .page-footer .footer-info .phone {
            font-size: 21px;
            margin: 0;
        }

    .page-footer .social {
        margin: 30px 0;
    }

    .page-footer .footer-nav,
    .page-footer .apps {
        width: 100%;
        text-align: center;
    }

    .fixed-navigation .social,
    .fixed-navigation .search {
        display: none;
    }

    .fixed-navigation .logo img {
        width: 120px;
    }

    .news-section .news-carousel .slick-slide,
    .news-section .news-carousel .slick-list {
        margin: 0;
    }

    .page-content {
        padding: 20px 0;
    }

        .page-content .about-accordion {
            padding: 0 20px;
        }

    .page-content-top {
        display: block;
    }

        .page-content-top .share {
            justify-content: flex-start;
        }

    .page-content .page-hero {
        font-size: 20px;
        margin: 20px 0;
    }

    .page-content .about-accordion .content {
        font-size: 16px;
        line-height: 22px;
    }

    .medical-form-section--page .section-hero {
        margin-top: -20px;
    }

    .contact .info li {
        padding-left: 130px;
    }

        .contact .info li span {
            width: 125px;
        }

    body.rtl .contact .info li {
        padding-left: 0;
        padding-right: 130px;
    }

        body.rtl .contact .info li span {
            width: 125px;
        }

    .contact .section-label {
        margin-bottom: 30px;
    }

        .contact .section-label:nth-child(2) {
            margin-top: 40px;
        }

    .header-topbar .col:nth-child(2) {
        display: none !important;
    }

    .header-topbar .info {
        text-align: left;
        justify-content: flex-start;
    }

    .page-header {
        padding-top: 30px;
    }

        .page-header.page-header--static {
            padding-top: 80px;
        }

        .page-header .logo {
            margin-bottom: 15px;
        }

    .backdrop {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: rgba(0,0,0,0.5);
        margin: 0;
        z-index: 205;
    }

    .page-header .navigation {
        transform: translateX(100%);
        position: fixed;
        right: 0;
        top: 0;
        width: 270px;
        height: 100vh;
        padding: 50px 0;
        overflow-y: scroll;
        background: #fff;
        margin: 0;
        z-index: 206;
        transition: all .3s linear;
    }

    body.rtl .page-header .navigation {
        transform: translateX(-100%);
    }

    .page-header .navigation .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: url('../images/icon@close.svg') no-repeat center;
        background-size: 20px;
    }

    body.rtl .page-header .navigation .close {
        right: auto;
        left: 20px;
    }

    .page-header .navigation.active,
    body.rtl .page-header .navigation.active {
        transform: translateX(0);
    }

    .page-header .backdrop.active {
        display: block;
    }

    .page-header .navigation li {
        display: block;
        padding: 20px;
        text-align: left;
    }

        .page-header .navigation li a {
            font-size: 16px;
            color: #002a5c;
            text-shadow: 0 0 0 transparent;
        }

            .page-header .navigation li a em::before {
                color: #002a5c;
            }

    .hamburger {
        position: absolute;
        right: 20px;
        top: 12px;
        width: 27px;
        z-index: 2;
    }

        .hamburger span {
            display: block;
            width: 100%;
            height: 3px;
            margin: 4px 0;
            background: #fff;
        }

    .page-content-top .share {
        display: none;
    }

    .treatments-content .links a {
        line-height: 60px;
    }

    .treatments-content .links span {
        line-height: 60px;
    }

    .treatments-content .links.is_stuck {
        margin-top: 56px;
    }

    .doctor-detail .tab-content .tab-nav ul {
        width: 100%;
    }

    .hospitals .row {
        margin: -10px;
    }

    .hospitals .col-sm-6 {
        padding: 0 10px;
    }

    .hospitals .item .details .buttons a {
        margin: 0;
    }

    .content-page.content-page--information .tab-nav.is_stuck {
        margin-top: 50px;
    }

    .page-footer .apps li {
        /*  margin-top: 40px;*/
    }

        .page-footer .apps li a img {
            width: 65%;
        }

     
            .page-footer .apps li:not(:first-child) a img {
                width: 50%;
            }
}

@media(max-width: 767px) {
    .main-phone{
        margin:20px auto;
    }
    .most-viewed-section .items > ul {
        flex: 0 0 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .most-viewed-section .section-hero {
        margin-bottom: 25px;
    }

    .page-footer .col-sm-4:nth-child(1) {
        order: 2;
    }

    .page-footer .col-sm-4:nth-child(1) {
        order: 1;
    }

    .page-footer .col-sm-4:nth-child(3) {
        order: 3;
    }

    .page-footer .footer-info {
        margin-top: 0;
    }

    .page-footer .apps {
        margin-top: 35px;
    }

        .page-footer .apps li {
            margin-top: 20px;
        }

            .page-footer .apps li:first-child {
                margin-top: 10px;
            }

    .fixed-navigation .logo img {
        width: 90px;
    }

    .fixed-navigation .menu a, .page-header .navigation a {
        font-size: 13px;
    }

    .page-content .page-hero {
        font-size: 20px;
    }

    .page-content .about-accordion .label {
        font-size: 22px;
    }

    .contact .section-label,
    .section-hero span {
        font-size: 19px;
    }

    .page-footer .footer-info ul {
        padding: 0 25px;
    }

    .content-page .plyr {
        height: 220px;
    }

    .content-page p, .content-page.content-page--information p, .treatment-detail ul {
        font-size: 17px;
        padding:0;
    }

    .treatments-content .items .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

    .treatments-content .links {
        padding: 0 70px 0 15px;
    }

        .treatments-content .links span {
        }

    .page-content-top .breadcrumb a {
        /*        font-size: 13px;*/
        font-size: 12px;
    }

    .doctor-header .doctor .image img {
        width: 140px;
    }

    .doctor-header .doctor .info {
        padding-left: 15px;
    }

    body.rtl .doctor-header .doctor .info {
        padding-right: 15px;
        padding-left: 0;
    }

    .doctor-header .doctor .info {
        font-size: 16px;
        padding-top: 0;
    }

        .doctor-header .doctor .info li {
            font-size: 15px;
        }

    .doctor-share {
        margin-top: 0;
    }

    .doctor-header {
        padding-top: 35px;
    }

    .doctor-detail .tab-content .tab-nav ul li {
        flex: 1 !important;
        text-align: center !important
    }

        .doctor-detail .tab-content .tab-nav ul li a {
            font-size: 14px;
        }

    .doctor-detail .section p {
        padding: 0;
    }

    .hospitals {
        margin-top: 20px;
    }

    body.rtl .doctors-search form,
    .doctors-search form {
        padding: 25px;
        flex-wrap: wrap;
    }

    .doctors-search input, .doctors-search select {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .doctors-search input {
        margin-top: 20px;
    }

    body.rtl .doctors-search form button,
    .doctors-search form button {
        top: auto;
        right: 10px;
        bottom: 15px;
    }

    body.rtl .doctors-search form button {
        right: auto;
        left: 10px;
    }

    .stories .top {
        display: block;
    }

        .stories .top .hero {
            font-size: 25px;
        }

    .stories .list {
        margin: 0 0 30px 0;
    }

    .stories .search {
        width: 100%;
        margin-top: 20px;
    }

    #map {
        height: 250px;
    }

    .stories .stories-detail .top {
        display: block;
    }

        .stories .stories-detail .top .detail-hero {
            margin-bottom: 20px;
        }

    .stories .stories-detail .media iframe {
        height: 250px;
    }

    .stories .stories-detail .media .row {
        margin: 0;
    }

    .stories .stories-detail .media .col-sm-6 {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    /** LAST ADDED **/
    .content-page.content-page--information .more{
        margin-bottom:30px;
    }
    .content-page--information .sidebar,
    .content-page--information .content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .content-page--information .sidebar {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 15;
        transform: translateY(-50%) translateX(100%);
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        transition: all .3s linear;
    }

        .content-page--information .sidebar .close {
            /*display: block !important;
            position: relative;
            top: -45px;
            left: -5px;
            float: right;
            font-size: 30px;
            color: #1fc1c8;*/
            /*  opacity: .5;*/
            display: block !important;
            position: relative;
            /* top: -45px; */
            left: -5px;
            float: right;
            font-size: 30px;
            color: #1fc1c8;
            /* opacity: .5; */
            z-index: 99999;
        }

        .content-page--information .sidebar .hero {
            display: none !important;
        }

        .content-page--information .sidebar ul {
            display: block !important;
            border: unset !important;
            padding: 10px;
        }

            .content-page--information .sidebar ul li {
                flex: unset !important;
                max-width: 100% !important;
            }

                .content-page--information .sidebar ul li a {
                    position: relative;
                    padding-left: 45px;
                    height: auto;
                    display: block;
                    text-align: left;
                    border: unset !important;
                    box-shadow: 0px 0px 0px !important;
                    text-align: left;
                    justify-content: flex-start;
                }

                .content-page--information .sidebar ul li i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .fast-links-toggle {
        position: fixed;
/*        right: 25px;*/
right:7px;
        top: 50%;
        color: #fff;
        padding: 5px 10px;
        margin-right: -40px;
        transform: translateY(-50%) rotate(-90deg);
        background: #193E62
    }

        .fast-links-toggle.active {
            display: none;
        }

    .content-page--information .sidebar.active {
        transform: translateY(-50%) translateX(0);
    }

    body.rtl .content-page--information .sidebar ul li a {
        text-align: right;
    }

    body.rtl .fast-links-toggle {
        margin-right: -30px;
    }

    .doctor-share .buttons a {
        display: block;
        margin: 5px 0;
        padding: 0 3px;
        line-height: 45px;
        font-size: 12px;
    }

    .doctor-share .buttons {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .doctor-share .share {
        flex: 0 0 45%;
        max-width: 45%;
    }
    /** #LAST ADDED **/
}
/*search*/
.content-page .search-results .results {
    margin-bottom: 30px;
}

.content-page .search-results h2 {
    font-size: 35px;
    color: #009396;
    font-family: 'Proxima Nova Alt Cn Rg';
}

.content-page .search-results .results a {
    display: block;
    text-decoration: none;
    color: #002a5c;
    letter-spacing: 0.2px;
    padding-bottom: 3px;
    text-transform: lowercase;
}


    .content-page .search-results .results a:first-letter {
        text-transform: capitalize;
    }


@media(max-width: 480px) {
    .medical-form-section .actions img {
        width: 100%;
    }

    .doctor-detail .media-list .media-item {
        position: static;
    }

    .doctor-detail .media-list li {
        padding: 15px 0 !important;
    }

        .doctor-detail .media-list li .media {
            margin-bottom: 15px;
        }

    .doctor-detail .list-by-date li {
        padding-left: 110px;
    }

    body.rtl .doctor-detail .list-by-date li {
        padding-right: 110px;
    }

    .hospitals .item .details {
        padding: 20px 0;
    }

        .hospitals .item .details .name {
            padding: 0 5px;
   /*         margin-bottom:15px;*/
            
        }
    .page-footer .apps li a img {
        width: 60%;
    }

    .page-footer .apps li:not(:first-child) {
        margin-top: 10px;
    }

        .page-footer .apps li:not(:first-child) a img {
            width: 30%;
            float:none;
        }
}

.doctor-detail .media-list .media-item img {
    width: 150px;
    height: 100px;
}

.doctor-detail .media-list a {
    text-decoration: none;
    color: #0b3259;
}

@media(min-width:767px) {
    .doctor-header .doctor .image img {
        width: 230px;
    }
    .page-header .search input {
/*        width: 60%;*/
width:40%;
        float: right;
    }
}
@media(min-width:1024px){
   
}
@media(min-width:1124px){
    .goto-language{
        top: 20% !important;
    }
}
.main-phone {
    display: block;
    width: 222px;
    height: 46px;
    padding: 3px 0;
    text-decoration: none !important;
    line-height: 42px;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Proxima Nova Alt ExCn Lt';
    /*    font-family: 'bebas_neuebook';*/
    /* border: solid 1px #dfc075; */
    -webkit-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
    background: #f7b616;
    background: -moz-radial-gradient(center,ellipse cover,#f7b616 29%,#f4b417 58%,#f9ba1e 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#f7b616 29%,#f4b417 58%,#f9ba1e 100%);
    background: radial-gradient(ellipse at center,#002a5c 29%,#002a5c 58%,#002a5c 100%);
    letter-spacing:1.9px;
}
    .main-phone i {
        display: block;
        float: left;
        width: 46px;
        line-height: 40px;
        margin-right: 15px;
        text-align: center;
        font-size:25px;
    }
    .main-phone:hover{
        color:white;
    }
.doctor-share .container {
    display: flex;
    justify-content: space-between;
}

.doctor-share .buttons {
    position: relative;
    z-index: 5;
    flex: 0 0 52%;
    max-width: 52%;
}

    .doctor-share .buttons a {
        color: #fff;
        font-size: 14px;
        margin-right: 10px;
        text-decoration: none;
        background: #002b5a;
        padding: 7px;
        border-radius: 5px;
    }

        .doctor-share .buttons a:hover {
            background: #1fc1c8;
        }

.content-page--information {
    display: flex;
    justify-content: space-between;
}

    .content-page--information .sidebar {
        flex: 0 0 300px;
        max-width: 300px;
    }

        .content-page--information .sidebar .close {
            display: none;
        }

        .content-page--information .sidebar .hero {
            display: block;
            padding-right: 10px;
            margin-bottom: 15px;
            text-transform: uppercase;
            text-decoration: none;
            color: #525252;
            font-size: 19px;
            letter-spacing: 1.5px;
            padding-bottom: 0;
            padding-right: 0;
            text-transform: capitalize;
            font-family: 'Proxima Nova Cn Rg';
            font-weight: 700;
            color: #3CC7CA;
            border-bottom: solid 1px #3CC7CA;
        }

        .content-page--information .sidebar ul {
            display: flex;
            flex-wrap: wrap;
            border-right: solid 1px #f1f1f1;
            border-bottom: solid 1px #f1f1f1;
        }

            .content-page--information .sidebar ul li {
                flex: 0 0 33.33%;
                max-width: 33.33%;
            }

        .content-page--information .sidebar a {
            position: relative;
            z-index: 5;
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            height: 100px;
            color: #525252;
            font-size: 12px;
            padding: 15px 5px;
            letter-spacing: 0.2px;
            text-decoration: none;
            text-align: center;
            text-transform: capitalize;
            font-family: 'Proxima Nova Cn Rg';
            border: solid 1px #f1f1f1;
          /*  border-left: solid 1px #f1f1f1;*/
            transition: all .3s linear;
            color: #083056;
        }

            .content-page--information .sidebar li.active a,
            .content-page--information .sidebar a:hover {
                color: #3CC7CA;
                box-shadow: 0px 0px 0px 1px #3CC7CA;
                z-index: 7;
            }

    .content-page--information .sidebar-inner.is_stuck {
        padding-top: 100px;
    }

    .content-page--information .tab-item {
        display: block !important;
    }

    .content-page--information .sidebar a i {
        display: block;
        font-size: 25px;
        margin-bottom: 5px;
        opacity: .5;
        margin: 0 auto 5px;
    }

    .content-page--information .content {
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
/** #LAST ADDED **/

@media(max-width: 480px) {
    .medical-form-section .actions img {
        width: 100%;
    }

    .doctor-detail .media-list .media-item {
        position: static;
    }

    .doctor-detail .media-list li {
        padding: 15px 0 !important;
    }

        .doctor-detail .media-list li .media {
            margin-bottom: 15px;
        }

    .doctor-detail .list-by-date li {
        padding-left: 110px;
    }

    body.rtl .doctor-detail .list-by-date li {
        padding-right: 110px;
    }

    .hospitals .item .details {
        padding: 20px 0;
    }

        .hospitals .item .details .name {
            padding: 0 5px;
        }
        .display-on{
            display:none;
        }
}
/**
* 14.04.2021
*/
@media(max-width: 1270px) {
    .doctor-share .container {
        flex-wrap: wrap;
    }

        .doctor-share .container > div {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .doctor-share .container .buttons {
            text-align: center;
        }

    body.rtl .doctor-share .buttons {
        padding-right: 0;
    }

    .doctors-list {
        margin: 15px 0;
    }
}

@media(max-width: 1024px) and (min-width: 767px) {
    .content-page--information {
        flex-wrap: wrap;
    }

        .content-page--information .content,
        .content-page--information .sidebar {
            flex: 0 0 100%;
            max-width: 100%;
        }
  
}

/**
* #14.04.2021
*/
@media(min-width:767px){
    .fast-links-toggle{
        display:none;
    }
}
@media(min-width:1150px) and (max-width:1400px)
{
    .doctor-share .buttons{
        margin-left:90px;
    }
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .doctor-share .buttons {
        margin-left: 120px;
    }
    /* your css rules for ipad portrait */
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .ipad-landscape {
        color: blue;
    }
    /* your css rules for ipad landscape */
}

#divToc ul {
    list-style: none;
    border-left: 2px solid #002a5c;
    padding: 0
}

    #divToc ul li {
        list-style-type: none !important;
        padding-left: 15px;
    }

        #divToc ul li a {
            /*font-weight: bold;*/
            letter-spacing: 0.4px;
            text-decoration: none;
            color: #337ab7;
            font-weight: bold;
        }

        #divToc ul li:first-child a {
            color: #638bae;
            text-decoration: none;
            font-weight: normal;
        }

.text-content h2 {
    font-size: 25px;
    color: #163b5e;
    font-family: 'Proxima Nova Alt Cn Rg';
    margin-bottom: 30px;
    border-bottom: 2px solid #163b5e;
    padding-bottom: 10px;
}


#let-us-call-you-modal .modal-header {
    display: block;
    text-align: right;
    border-bottom: none;
}
    #let-us-call-you-modal .modal-header .btn-close{
        background-color:white;
    }
    #let-us-call-you-modal .modal-content {
        padding: 80px;
        background-color: #02224f;
        color: white;
    }
.let-us-call-you-form button.btn {
    color: white;
    border-radius: 30px;
    background-color: #1fc1c8;
    margin-top: 28px;
    width:100%;
}
    .let-us-call-you-form button.btn:hover {
        background-color: #1baab0;
    }
.let-us-call-you-form strong:first-child {
    text-align: center;
    display: block;
    font-size: 35px;
    /*    font-size: 25px;*/
    padding-bottom: 25px;
}
    .let-us-call-you-form strong:first-child i {
        font-size: 30px;
    }
.let-us-call-you-form .iti__country-list{
    color:black;
}
.let-us-call-you-form p {
    font-size: 15px;
}
.fixed-buttons .button-item:first-child {
    background-color: #25d366;
}

.fixed-buttons .button-item:not(:first-child) {
    background-color: #1fc1c8;
}
.fixed-buttons{
    z-index:9999999;
}
@media (max-width:460px)
{
    .let-us-call-you-form strong:first-child {
        font-size: 25px;
    }
        .let-us-call-you-form strong:first-child i{
            font-size:20px;
        }
        .treatments-section .item:hover {
            background: initial;
        }
    #let-us-call-you-modal .modal-content{
        padding:initial;
    }
    .let-us-call-you-form p{
        font-size:10px;
    }
    .fixed-buttons{
        position:fixed;
        width:100%;
        bottom:0;
    }
    .fixed-buttons .button-item {
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        padding:10px;
        color:white;
    }
    .fixed-buttons .button-item a i{
      /*  display:block;
        float:left;
        margin:0;
        padding-top:3px;
        padding-right:5px;*/
    }
      /*  .fixed-buttons .button-item a{
            display:block;
            text-align:center;
        }
        .fixed-buttons .button-item a p {
            display: inline-block;
        }*/
      
        .fixed-buttons .button-item i {
        
            float: left;
            margin: 0;
            display: contents;
            padding-top: 3px;
            padding-right: 7px;
        }
        .fixed-buttons .button-item p {
            margin: 0;
            display: inline-block;
            margin-left:10px;
            
        }
        .fixed-buttons .button-item a{
            text-decoration:none;
            color:inherit;
        }
        .copyright{
            padding-bottom:60px;
        }
    .sidebar-inner ul li{
        padding:5px;
    }
    .treatments-content .search{
        width:100%;
    }
    .treatments-content select[name='HospitalID']
    {
        width:100%;
    }
    .mobile-column-menu{
        display:none;
    }
    .js-hospital-images img{
        padding:20px;
    }
    .js-hospital-images .nextArrowBtn {
        margin-right: -10px;
        border: none;
        top: 45%;
        color: #02224f;
    }

    .js-hospital-images .prevArrowBtn {
        left: 10px;
        border: none;
        top: 45%;
        color: #02224f;
    }
}
@media (min-width:1900px)
{
    .js-hospital-images .nextArrowBtn {
        margin-right: 5px;
        border: none;
        top: 50%;
        color: #02224f;
    }

    .js-hospital-images .prevArrowBtn {
        left: 15px;
        border: none;
        top: 50%;
        color: #02224f;
    }
    
}
@media (min-width:461px) and (max-width:1900px){
    .js-hospital-images .nextArrowBtn {
        margin-right: -30px;
        border: none;
        top: 50%;
    }

    .js-hospital-images .prevArrowBtn {
        left: -10px;
        border: none;
        top: 50%;
    }
}
@media (min-width:461px)
{
  
    
    .fixed-buttons{
        position:fixed;
        top:50%;
        right:0;
    }
        .fixed-buttons .button-item{
            padding:15px;
            border-top-left-radius:10px;
            border-bottom-left-radius:10px;
        }
        .fixed-buttons .button-item a {
            color: white;
            text-decoration: none;
            font-size:23px;
        }
        .fixed-buttons .button-item a i {
            padding: 0;
            margin: 0;
            /*float: left;*/
            font-size:20px;
        }
            .fixed-buttons .button-item a p {
                /* display:inline-block ;*/
                display: none;
                margin: 0;
                font-size: 17px;
                margin-left: 5px;
            }
            .fixed-buttons .button-item.button-wp {
                display: none;
            }
            .whatsapp{
                display:block;
            }
}

.right-items {
    background-color: #083057;
    padding: 15px;
    border-radius: 8px;
    color: white;
    margin-bottom: 20px;
}

    .right-items strong {
        color: white;
        padding-bottom: 10px;
    }

    .right-items a {
        color: white;
        border-radius: 10px;
        border: 1px solid;
        padding: 10px;
        margin-top: 10px;
        display:block;
        text-decoration:none;
    }

        .right-items a:hover {
            /*color: #02224f;*/
            background-color: #02224f;
           /* border: 1px solid #02224f;*/
        }



.right-items a {
    font-size: 14px;
    color: white;
    line-height: normal;
}
.right-items a:hover{
    color:white;
}
.hospital-bg-img {
    background: url(/Assets/images/hospital-bg.png);
    height: 300px;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    /* margin-top: 150px; */
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top:-23px;
   /* border-top:3px solid white;*/
}
    .hospital-top-buttons a {
        color:white !important;
    }
.hospital-top-buttons {
    background-color: #002a5c;
    z-index:9999;
}
.hospital-top-buttons{
    text-align:center;
    margin-bottom:10px;
}
.hospital-top-buttons a i {
    /*float: left;*/
}
    .hospital-top-buttons a{
        font-size:20px;
        cursor:pointer;
        text-decoration:none;
    }
    .hospital-top-buttons a p {
        display: inline-block;
        margin: 0;
        padding-left: 10px;
    }
.hospital-top-buttons .col-4{
    padding:15px;
}
    .hospital-top-buttons .col-4:first-child{
        text-align:right;
    }
    .hospital-top-buttons .col-4:last-child {
        text-align: left;
    }

    @media (max-width:460px)
    {
        .hospital-top-buttons .col-4 p{
            display:none;
        }
        .hospital-top-buttons {
            bottom: 30px;
            top: initial !important;
            transition: all .3s linear;
        }
       
    }
    ul{
        padding:0 !important;
        margin:0 !important;
    }

form input[type='checkbox'].cbEt, form input[type='checkbox'].cbKvkk {
    margin: 0 5px 0 0;
}

/*search page*/
/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    background-color: rgb(0,42,92);
    background-color: rgba(0,42,92, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    outline: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

/* Style the submit button */
.overlay button {
    float: left;
    /*width: 20%;*/
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgb(0,42,92);
}
.overlay form  em.icon-search::before{
    color:white;
}
/*.overlay button {
    float: left;*/
    /* width: 20%; */
    /* padding: 15px; */
    /*background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-left: -50px;
    margin-top: 5px;
    height: 55px;
    width: 50px;
}*/


.overlay button:hover {
    background: #1fc1c8;
}

.ui-autocomplete {
/*    position: absolute;
    cursor: default;*/
    z-index: 999999999999 !important;
}


.corporate-content img{
    max-height:400px;
}
@media(max-width:460px)
{
    .corporate-content img {
        max-height: 135px;
    }
}



/*absolutely width&height size*/
/*desktop*/
.page-header .logo img{
    max-height:32px;
}
/*mobile phone*/
@media (max-width:460px)
{
    .page-header .logo img {
        max-height: 29px;
    }
	.hospitals-section .thumbnails .item {

    font-size: 14px;
}
}

.let-us-call-you-form a, .treatment-detail-form a, .let-us-call-you-form a:hover, .treatment-detail-form a:hover {
    color: white;
    font-weight: bold;
}
.let-us-call-you-form strong{
    color:white;
}
.content-page ul {
    margin-left: 20px !important;
}
    .content-page ul li {
        margin-left: 15px;
    }
	
	.js-hospital-images .nextArrowBtn, .js-hospital-images .prevArrowBtn{
   
    color: #02224f;
}