@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
html{
    min-height: 100%;
}
body {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    color: #3D4455;
    overflow-x: hidden;
    background-color: #1b5ba0;
    background: url(../images/back-video.jpg) no-repeat center center / cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-weight: 600;
    /*    color: #ffffff;*/
}

a {
    font-weight: 400;
}

.vertical_middle {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.yellow_color {
    color: #daaa00;
}

.whats_app {
    position: fixed;
    top: 82%;
    left: -151px;
    /* color: #fff; */
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 11px;
    padding-right: 70px;
    border-radius: 0px 30px 30px 0px;
    z-index: 99;
    transition: all 0.5s ease;
}

.whats_app:hover {
    left: 0px;
}

.whats_app:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../images/whatsapp.svg);
    right: 9px;
    top: 7px;
}

p {
    margin-bottom: 30px;
}

/*
* equal height columns
*/
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/*
* scroll down_button
*/
.scroll_down {
    position: absolute;
    left: 50%;
    bottom: 2%;
    height: 44px;
    width: 25px;
    transform: translateX(-50%);
}

.scroll-down {
    width: 40px;
    height: 40px;
    bottom: 35px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll-down.svg svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.scroll-down.svg .stroke {}

.scroll-down.svg .scroller {
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*
* nav bar styles
*/
.scrolling .navbar_wrap {
    background: #fff;
}

.navbar {
    border: 0px;
    top: 0px;
    background: transparent;
    padding: 18px 0px;
    transition: all 0.5s ease;
    /* padding-top: 30px; */
    /* padding-top: 17px;*/
}

.navbar-left {
    /* margin-top: 13px; */
    position: relative;
    top: 0px;
    transition: all 0.5s ease;
}

.scrolling .navbar-left {
    /*    top: 29px;*/
}

.navbar-header a,
.nav > li > a {
    color: #fff;
    margin: 0px;
    padding: 0px;
    height: auto;
}

.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}

.nav > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: rgba(13, 112, 117, 0.83);
}

.custom_tabs .nav-tabs > li > a:hover,
.custom_tabs .nav-tabs > li.active > a:hover {}

.navbar-nav > li:hover:after,
.navbar-nav > li.active:after {
    /*color: #ffffff;
    display: block;
    background-color: transparent;*/
}

.navbar-brand {
    top: 3px;
    position: relative;
    margin-left: 30px !important;
}

#navbar {
    margin-right: 30px;
}

.navbar-brand:hover,
.navbar-brand:focus {}

.navbar-brand {
    display: inline-block;
}

.phone_no {
    background-color: #ec5f27;
    border-radius: 30px;
}

.navbar-fixed-top:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 17px;
    width: 19%;
    height: 140%;
    background: #ffffff;
    transform-origin: top left;
    transform: skew(-31deg, 8deg);
    transition: all 0.3s ease;
    min-width: 300px;
}

.rtl .navbar-fixed-top:before {
    position: absolute;
    content: "";
    left:auto;
    right: 0px;
    bottom: -20px;
    width: 19%;
    height: 200%;
    background: #ffffff;
    transform-origin: top left;
    transform: skew(31deg, -7deg);
    transition: all 0.3s ease;
    min-width: 300px;
    top: -1px;
}
.rtl .navbar-brand{
    margin-right: 50px !important;
}

.rtl a.phone_no{
    direction: ltr;
}

.rtl .follow-us{
    float: left;
}.rtl span.text_social {
    float: left;
}

.scrolling .navbar-fixed-top:before {
    transform: skew(0deg, 0deg);
    height: 110%;
    bottom: 0px;
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-brand > img {
    max-height: 100px;
    height: 55px;
    transition: all 0.5s ease;
    position: relative;
    top: 0px;
}

.scrolling .navbar-brand > img {
    max-height: 100px;
    height: 41px;
    position: relative;
    top: -4px;
}

.navbar-header {
    /*
    float: right;
    position: relative;
    height: auto;
    transition: all .5s ease;
    padding-top: 0px;
    min-height: auto;
    clear: both;
*/
}

.scrolling .navbar {
    top: 0px;
    background: #293a8b;
}

.scrolling .navbar-header {}

.price_box {
    position: absolute;
    right: 55%;
    bottom: -103px;
    color: #fff;
    text-align: center;
    padding: 23px 50px 23px 23px;
    font-size: 16px;
    background-image: url(../images/tag.svg?2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ec6028;
    transform: scale(0.8) rotate(-10deg);
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 3s;
}

.loaded .price_box {
    opacity: 1 !important;
}

.navbar-brand a {
    margin: 0px 35px;
    float: left;
}

.navbar-brand a img {
    height: 80px;
    transition: all 0.5s ease;
    image-rendering: auto;
}

.scrolling .navbar-brand a img {
    height: 60px;
}

.btn.btn-default {
    background-color: transparent;
    color: #001f5b;
    padding: 9px 20px;
    border: 0px;
    /* font-size: 15px; */
    border-radius: 0px;
    letter-spacing: 0px;
    transition: all 0.3s ease;
    border: 1px solid #ffff;
    border-radius: 0px;
}

.btn.btn-default:hover {
    background-color: #001f5b;
    color: #fff;
}

.btn.btn-orange {
    background-color: #ec6028;
    border-color: #ec6028;
    color: #fff;
}

.btn.btn-orange:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ec6028;
}

.btn.btn-yello {
    background-color: #daaa00;
    color: #fff !important;
}

.btn.btn-yello:hover {
    color: #daaa00 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 9px 22px;
    text-transform: none;
    line-height: 23px;
    /*    text-transform: uppercase;*/
}

.navbar-default .navbar-nav > li > a.current {
    background: #ec60288a;
}

.scrolling .navbar-default .btn.btn-transparent {
    background-color: #ec6028;
    border-color: #ec6028;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

/*
* form styles
*/
.text {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    /*  border-radius: 4px;*/
    border: 0px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: 0px !important;
    padding-left: 0px;
}

textarea.text {
    height: 120px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    color: #fff;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    color: #fff;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    color: #fff;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    color: #fff;
    font-weight: 300;
}

.divider_form {
    text-align: left;
    margin-top: 15px;
}

.divider_form hr {
    margin-top: 0px;
    display: none;
}

.divider_form span {
    font-size: 13px;
    font-weight: bold;
    /*color: rgba(0, 0, 0, 0.55);*/
    color: #9cbf63;
    text-transform: uppercase;
}

.left_bottom-1 {
    width: 125px;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: 3%;
}

.left_bottom-2 {
    width: 197px;
    position: absolute;
    bottom: 17%;
    z-index: 2;
    left: -35px;
}

.right_bottom-1 {
    position: absolute;
    right: -1%;
    bottom: -12%;
    z-index: 1;
    width: 118px;
}

/*
* first static section styles
*/
section.first_image {
    min-height: 100vh;
    position: fixed;
    top: 0px;
    z-index: -1;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.phone_no {}

.phone_no img {
    width: 23px;
    margin-right: 8px;
}

.first_image:before {
    /*
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #09509a;
    transition: all .5s ease;
*/
}

.first_image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*    background-image: url(../images/header_bg-02.svg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}


iframe {
    min-height: 650px;
    border: 0px;
    background-color: transparent;
}

.inner_shadow_layer {
    /*    background-image: url(../images/slider_round.png);*/
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: auto 90%;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: top left;
    animation: animatedBackground 10s linear infinite;
    opacity: 0;
}

@keyframes animatedBackground {
    0% {
        background-size: auto 90%;
    }

    50% {
        background-size: auto 100%;
    }

    to {
        background-size: auto 90%;
    }
}

.video_playing .first_image:before {
    background-color: rgba(0, 0, 0, 0);
}

.video_play.play_again {
    cursor: pointer;
}

/*
* First section content styles
*/
section.slider_section {
    min-height: 100vh;
    background-color: #23598b;
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.slider_section:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 5%;
    height: 90%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}

.slider_anim {
    position: absolute;
    left: 50%;
    height: 434px;
    top: 83%;
    opacity: 0;
    width: 600px;
    overflow: visible;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    transition-delay: 0.2s;
}

.loaded .slider_anim {
    top: 50%;
    opacity: 1;
}

.slider_anim .slider_man {
    width: 552px;
}

.price_tag {
    color: #fff;
    font-size: 27px;
}

.price_tag .sub_offer {
    display: block;
    font-size: 13px;
}

.price_ta {}

.price_box span {
    display: block;
}

.price_box .price {
    font-weight: bold;
    font-size: 40px;
    line-height: 27px;
    display: block;
}

/*
.slider_anim:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 65px;
    bottom: -26px;
    width: 456px;
    background-image: url(../images/anim_round-14.svg);
    transform: translateX(-50%);
    z-index: 0;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
*/
.anim_s_line {
    position: absolute;
    left: 50%;
    top: 219px;
    bottom: -26px;
    width: 453px;
    /*    background-image: url(../images/anim_round-14.svg);*/
    transform: translateX(-50%);
    z-index: 0;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.video_playing section#slider_area .inner_content {
    top: 100vh;
}

#slider_area .left_link {
    color: #fff;
    left: -100% !important;
    left: 0;
    transition: all 1s ease;
    transition-delay: 1.1s;
}

#slider_area > .container {
    position: relative;
}

.loaded #slider_area .left_link {
    left: 0px !important;
    display: none;
}

.slider_video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}

.slider_video_box:before {
    background-color: #293a8b;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -150px;
    transition: all 0.5s ease;
    transition-delay: 0.7s;
}

.loaded .slider_video_box:before {
    right: -100px;
}

.slider_video_box:hover:before {
    right: -50px;
    transition-delay: 0s;
}

.slider_video_box {
    width: 450px;
    padding: 40px 30px;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    bottom: 8%;
    right: -100%;
    color: #fff;
    transition: all 1s ease;
}

.loaded .slider_video_box {
    right: 0px;
}

.slider_video_box strong {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.slider_video_box a {
    float: left;
    display: block;
    width: 20%;
}

.slider_video_box p span {
    opacity: 0.51;
}

.slider_video_box p {
    margin-bottom: 0px;
    float: left;
    width: 80%;
    padding-right: 60px;
    font-size: 15px;
    line-height: 19px;
}

.slider_video_box .inner_box {
    z-index: 1;
    position: relative;
}

.slider_video_box .play_button img {
    width: 48px;
    margin-top: 15px;
}

.close_video {
    position: fixed;
    top: 20vh;
    right: 15px;
    background: #000;
    padding: 1px 7px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
}

.video_playing .close_video {
    opacity: 1;
}

#slider_video {
    opacity: 0;
    transition: all 0.5s ease;
    width: 100vw;
    /* Could also use width: 100%; */
    height: 100vh;
    object-fit: cover;
    position: fixed;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;
}

.video_playing #slider_video {
    opacity: 1;
}

section#slider_area .inner_content {
    position: relative;
    transition: all 2s ease;
}

#slider_area {
    overflow: hidden;
    display: flex;
    align-items: center;
}

section#slider_area .inner_content h1 span {
    font-weight: 300;
    font-size: 40px;
}

section#slider_area .inner_content h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    overflow: hidden;
}

section#slider_area .inner_content h1 div {
    left: -100%;
    transition-delay: 1s;
    position: relative;
    transition: all 0.5s ease;
}

.loaded section#slider_area .inner_content h1 div {
    transition-delay: 0.3s;
    left: 0px;
}

.link.orange {
    color: #ec6028;
}

.orange {
    color: #ec6028;
}

.left_link {
    position: absolute;
    left: 0%;
    color: #000;
    bottom: 10%;
    display: block;
    padding-left: 100px;
    font-size: 15px;
}

.left_link:hover {
    text-decoration: none;
    color: #000;
}

.left_link:hover:before {
    width: 55%;
}

.left_link span {
    z-index: 1;
    position: relative;
}

.left_link:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #ec6028;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s ease;
}

.section-title {
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 44px;
}

.sub_title {
    text-transform: uppercase;
    font-size: 93px;
    opacity: 0;
    margin-top: 0px;
    position: relative;
    left: -50px;
    transition: all 0.3s ease;
    transition-delay: 0.7s;
}

.loaded .sub_title {
    opacity: 0.16;
    left: 0px;
}

.video_play {
    text-align: center;
}

.video_play span {
    display: block;
    position: relative;
    font-size: 13px;
    top: -1px;
}

.video_play svg {
    width: 60px;
}

.video_play img {
    width: 60px;
}

.sound {
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.sound--icon {
    color: #333;
    width: 75%;
    height: 100%;
    line-height: 100%;
    font-size: 100px;
    display: block;
    margin: auto;
}

.sound--wave {
    position: absolute;
    border: 4px solid transparent;
    border-right: 4px solid #333;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sound--wave_one {
    width: 50%;
    height: 50%;
}

.sound--wave_two {
    width: 75%;
    height: 75%;
}

.sound-mute .sound--wave {
    border-radius: 0;
    width: 50%;
    height: 50%;
    border-width: 0 4px 0 0;
}

.sound-mute .sound--wave_one {
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0);
}

.sound-mute .sound--wave_two {
    -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
    transform: rotate(-45deg) translate3d(0, 50%, 0);
}

.action_bar {
    position: fixed;
    width: 100%;
    bottom: 100px;
    left: 0px;
    z-index: 9;
}

section#slider_area .inner_content a img {
    height: 35px;
    margin-left: 12px;
    position: relative;
    top: -2px;
}

section#slider_area .inner_content a {
    margin-top: 0px;
    display: inline-block;
    transition: all 0.5s ease;
    transition-delay: 1s;
    position: relative;
    left: -10px;
    opacity: 0;
    color: #fff;
}

.loaded section#slider_area .inner_content a {
    opacity: 1;
    left: 0px;
}

section#slider_area .inner_content p {
    color: #fff;
    margin-top: 6px;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 50px;
}

.header_img {
    width: 430px;
    height: 430px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.header_img:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.32;
    z-index: 0;
}

.header_img img {
    width: 100%;
    border-radius: 50%;
    border: 20px solid #fff;
    z-index: 1;
    position: relative;
}

/*
* Main content styles
*/
.main_content_wrapper {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.exceptional_care {
    position: absolute;
    right: 21%;
    bottom: -12%;
    color: #fff;
    width: 160px;
    height: 160px;
    background: #ec6028;
    border-radius: 50%;
    text-transform: uppercase;
    z-index: 9;
    text-align: center;
    padding: 0px 33px;
    padding-top: 55px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
}

.whats_app_white {
    position: absolute;
    right: 3%;
    bottom: 13%;
    z-index: 9;
}

.whats_app_white img {
    width: 45px;
}

.big_text {
    font-size: 21px;
    margin-bottom: 35px;
    line-height: 28px;
}

.black_text {
    color: #252525;
}

.section {
    padding: 60px 0px;
}

/*
world_class
*/
.world_class {
    background-image: url("../images/international/ltr_gradient-02.svg");
    background-repeat: repeat-y;
    padding: 100px 0px;
}

.world_class p {
    margin-top: 25px;
}

/*
* section_patientservice
*/
.section_patientservice {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(217, 235, 244, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(217, 235, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(217, 235, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9ebf4', GradientType=0);
    position: relative;
}

.section_patientservice:before {
    content: "";
    position: absolute;
    right: -7px;
    top: -9%;
    height: 100%;
    width: 606px;
    background-image: url(../images/international/services_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.section_patientservice .section-title {
    margin-top: 50px;
}

.service_list {
    padding: 0px;
    list-style: none;
    margin-top: 185px;
}

.big_service_text {
    position: absolute;
    left: -7%;
    font-size: 171px;
    width: 130%;
    font-weight: bold;
    color: #fff;
    opacity: .53;
    top: 42%;
}

.service_list li {
    background-color: #fff;
    position: relative;
    float: left;
    width: 31%;
    margin-right: 2%;
    min-height: 150px;
    margin-bottom: 5%;
    padding: 20px;
    padding-top: 60px;
    line-height: 23px;
    font-weight: 500;
    font-size: 17px;
    box-shadow: 0px 0px 10px 0px #00000014;
}

.service_list li span {
    display: block;
    width: 78%;
}

.service_list li img {
    height: 65px;
    position: absolute;
    left: 6%;
    top: -33px;
}

/*
* section_departments
*/
.section_departments {
    background-image: url(../images/international/departments_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0px;
}

.departments_list {
    padding: 0px;
    margin-top: 40px;
}

.departments_list li {
    float: left;
    list-style: none;
    width: 24%;
    text-align: center;
    margin: .5% .5%;
    background: #fff;
    line-height: 49px;
    font-size: 16px;
}


.link.arrow_right {
    position: relative;
    /*    margin-top: 30px;*/
    display: inline-block;
}

.link.arrow_right:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    background-image: url(../images/arrow_right-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 23px;
}


.orange.section-title {
    color: #ec6028;
}

.two_lines {
    right: 30%;
}

.two_lines {
    position: absolute;
    top: 0px;
    right: 15%;
    height: 0px;
    width: 21px;
    transition: all 0.5s ease;
    z-index: 2;
}

.visible .two_lines {
    height: 100px;
}

.two_lines:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ec6028;
}

.two_lines:after {
    content: "";
    width: 2px;
    height: 67%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #3d9245;
}

/*
* About us
*/
.about_us {
    background-color: #fff;
    background-image: url("../images/international/ltr_gradient-02.svg");
    padding: 160px 0px;
    padding-bottom: 0px;
}

.about_us .section-title {
    margin-bottom: 30px;
}

.about_us .line_height {
    margin-bottom: 160px;
}

.orange_box {
    background-color: #ec6028;
    width: 80%;
    padding: 38px;
    font-size: 16px;
    line-height: 25px;
    color: #ffb192;
}

.orange_box strong {
    display: block;
}

.orange_box a {
    float: left;
    display: block;
    width: 20%;
}

.orange_box p {
    margin-bottom: 0px;
    float: left;
    width: 80%;
}

.orange_box .inner_box {}

.play_button img {
    width: 48px;
    margin-top: 15px;
}

.about_us .sol_img {
    width: 88%;
    margin-bottom: 52px;
}

/*
* we_do_list
*/
.section-we-do {
    background-color: #fff;
    position: relative;
    padding: 90px 0px;
}

.section-we-do:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 0;
}

.section-we-do:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -55px;
    width: 50%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 0;
}

.section-we-do .section-title {
    font-size: 29px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.btn-orange {
    margin-top: 30px;
}

.we_do_list {
    padding: 0px;
    margin: 0px;
    margin-left: 25px;
}

.we_do_list li {
    list-style: none;
    float: left;
    background-color: #fff0;
    padding: 7px 16px;
    margin-right: 40px;
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    width: 44%;
    border-bottom: 1px solid #ec60287a;
    margin-bottom: 18px;
}

.we_do_list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    /*    background-color: #fff;*/
}

/*
* consultation_section
*/
.consultation_section {
    background-image: url("../images/international/contact_bg.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 0px;
    position: relative;
}

.consultation_section:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #293a8b;
    opacity: .5;
}

.consultation_section .valign {
    padding-left: 160px;
}

.consultation_section .section-title {
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    font-size: 28px;
}

#ava-form-4 {
    width: 80%;
}

.ava-form-4 {
    width: 80%;
}

.header_form {
    position: absolute;
    left: 20px;
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    /* background: #fff; */
    padding: 20px;
    width: 406px;
    padding-top: 0px;
    bottom: -31px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
}

.header_form .ava-form-4 {
    width: 100%;
}

.header_form .section-title {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0px;
    line-height: 28px;
    font-weight: normal;
}

.email_icon {
    width: 54px;
    display: block;
    margin-bottom: 30px;
}

.link.email {}

.link.phone,
.link.email {
    margin-top: 13px;
    color: #fff;
    display: block;
    /*    transition: all .5s ease;*/
}

.link.phone:hover,
.link.email:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.link.phone {}

.link.phone img {
    width: 20px;
    position: relative;
    top: -2px;
}

/*
section_moreinfo 
*/
.section_moreinfo {
    background-image: url("../images/international/cont_info.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.section_moreinfo p {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 60px;

}

.section_moreinfo .email_info {}

.section_moreinfo .phone_info {
    font-weight: 500;
    font-size: 30px;
}

.section_moreinfo a {
    color: #fff;
    font-size: 20px;
}

.section_moreinfo a img {
    width: 48px;
    margin-right: 15px;
}

/*
* section_why_us 
*/
.section_why_us {}

.section_why_us svg {
    width: 65%;
    margin: 0 auto;
}

/*
* section doctor
*/
.doc_pic {
    width: 100%;
}

.section-doctor {
    background-color: #efefef;
    position: relative;
    padding: 130px 0px;
}

.section-doctor:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../images/doc-bg-04.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section-doctor .section-title {
    color: #ec6226;
    margin-bottom: 35px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 41px;
}

.section-doctor .section-title span {
    display: block;
    color: #000000;
    font-size: 19px;
    margin-bottom: 25px;
    text-transform: none;
}

/*
* section-symp
*/
.section-symp {
    background: rgb(33, 76, 184);
    background: -moz-radial-gradient(center,
            ellipse cover,
            rgba(33, 76, 184, 1) 0%,
            rgba(1, 14, 40, 1) 100%);
    background: -webkit-radial-gradient(center,
            ellipse cover,
            rgba(33, 76, 184, 1) 0%,
            rgba(1, 14, 40, 1) 100%);
    background: radial-gradient(ellipse at center,
            rgba(33, 76, 184, 1) 0%,
            rgba(1, 14, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214cb8', endColorstr='#010e28', GradientType=1);
}

.ortho-man {
    background-image: url(../images/ortho-man.png);
    background-size: contain;
    min-height: 650px;
    margin: 120px 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.ortho-icons {
    width: 100%;
    height: 100%;
    position: relative;
}

/*
* section section-why_us
*/
.section-why_us {
    background-image: url(../images/why_us.jpg);
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.content-why_us {
    padding: 100px 0px;
    padding-left: 150px;
    color: #fff;
}

.section-why_us:before {
    content: "";
    width: 68%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #09509a;
    border-bottom-right-radius: 300px;
}

.section-why_us .section-title {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 63px;
    font-size: 50px;
    padding-right: 0%;
    padding-bottom: 30px;
    position: relative;
}

.section-why_us .section-title:before {
    background-color: #ec6028;
    content: "";
    width: 150px;
    height: 7px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.section-why_us .section-title span {
    display: block;
    font-size: 19px;
    margin-bottom: 60px;
    font-weight: 300;
    line-height: 22px;
}

.why_us_l {}

.why_us_l p {
    position: relative;
    padding: 0px 55px;
    line-height: 30px;
    font-size: 18px;
    margin: 40px 0px;
}

.why_us_l p:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 28%;
    background-image: url(../images/check_list-06.svg);
    transform: translateY(-50%);
}

/*
* services-ped
*/
.services-ped {
    position: relative;
    padding: 245px 0px;
    color: #fff;
}

.services-ped:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 94%;
    height: 100%;
    background-image: url(../images/baby_round.jpg);
    background-size: auto 100%;
    /* background-size: 100% 100%; */
    background-position: center right;
    background-repeat: no-repeat;
}

.services-ped:after {
    content: "";
    position: absolute;
    bottom: -91px;
    left: 11%;
    width: 500px;
    height: 500px;
    background-image: url(../images/teddy.png);
    background-size: contain;
    /* background-size: 100% 100%; */
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 9;
}

.services-ped p {
    line-height: 34px;
}

.services-ped .section-title {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 35px;
}

/*
* ped-info
*/
.ped-info {
    position: relative;
    background-color: #f6fcff;
    padding: 120px 0px;
}

.box-shadow {
    text-align: center;
    background: #fff;
    padding: 15px 30px;
    margin: 30px 15px;
    min-height: 370px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    overflow: hidden;
}

.box-shadow p {
    text-align: left;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
    width: 74%;
    padding: 5px 10px;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
}

.box-shadow:hover p {
    bottom: 7%;
}

.box-shadow img {
    height: 135px;
    margin: 50px auto;
    transition: all 0.5s ease;
}

.ped-info_row {
    padding: 0px 55px;
}

.box-shadow h3 {
    color: #1c1b1a;
    font-size: 19px;
    text-align: left;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 15px;
    transition: all 0.5s ease;
}

.box-shadow h3:before {
    background-color: #ec6028;
    content: "";
    width: 81px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease;
}

.box-shadow:hover {
    background-color: #09509a;
    color: #fff;
}

.box-shadow:hover h3 {
    color: #fff;
    padding-bottom: 0px;
}

.box-shadow:hover h3:before {
    opacity: 0;
}

.box-shadow:hover img {
    margin: 10px 0px;
}

/*
* contact_us
*/
.contact_us {
    background-image: url(../images/contact_us.png);
    background-color: #f4f4f4;
    color: #000;
    padding: 60px 0px;
    padding-bottom: 0px;
    position: relative;
}

#map {
    width: 100%;
    min-height: 600px;
    height: 100%;
}

.contact_us:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 300px;
    bottom: 0px;
    left: 0px;
    background-image: url("../images/footer_bg.png");
}

.contact_us .title,
.contact_us h3,
.contact_us a {
    color: #000;
}

.contact_us h3 span {
    font-size: 17px;
    font-weight: normal;
}

.social {
    margin-bottom: 15px !important;
}

.social a {
    border: 1px solid;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin: 0px 5px;
}

.social a img {
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact_us p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.get_social {
    display: none;
}

.footer_fj {
    padding: 30px 0px;
    padding-bottom: 300px;
    color: #464646;
    background: rgb(229, 229, 229);
    background: -moz-linear-gradient(top,
            rgba(229, 229, 229, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(229, 229, 229, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(229, 229, 229, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
}

.footer_fj a {
    color: #464646;
}

/*
* section contact
*/
section.contact h2 {
    color: #fff;
    margin-bottom: 35px;
}

section.contact {
    position: relative;
    /*    padding: 80px 0px;*/
}

section.contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(105, 179, 231);
    background: -moz-linear-gradient(left,
            rgba(105, 179, 231, 1) 0%,
            rgba(48, 99, 155, 1) 67%,
            rgba(1, 33, 92, 1) 100%);
    background: -webkit-linear-gradient(left,
            rgba(105, 179, 231, 1) 0%,
            rgba(48, 99, 155, 1) 67%,
            rgba(1, 33, 92, 1) 100%);
    background: linear-gradient(to right,
            rgba(105, 179, 231, 1) 0%,
            rgba(48, 99, 155, 1) 67%,
            rgba(1, 33, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69b3e7', endColorstr='#01215c', GradientType=1);
    opacity: 0.7;
    transition: all 0.5s ease;
    z-index: 0;
}

section.contact a {
    margin: 0px 5px;
}

section.contact a img {
    height: 20px;
}

.footer_area {
    color: #fff;
    padding-bottom: 60px;
    padding-top: 30px;
    font-size: 15px;
}

section.contact a:hover {
    text-decoration: none;
}

section.contact .first_col {
    position: relative;
    /*background-image: url(../images/first_contact.jpg);*/
    padding: 180px 0px;
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
}

section.contact .col_inner_content {
    position: relative;
}

section.contact .first_col:before {
    /* background-color: rgba(13, 112, 117, .74);*/
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

section.contact .second_col {
    position: relative;
    /*background-image: url(../images/second_contact.jpg);*/
    padding: 440px 0px 100px;
    background-size: cover;
    background-position: center top;
}

section.contact .second_col:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .35);*/
}

/*
* section tabs
*/
section.tabs_section {
    padding: 60px 0px;
    color: #252525;
    background: #fff;
}

.custom_tabs {}

.custom_tabs .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.custom_tabs .nav-tabs > li > a {
    border: 0px;
    color: #d6d7d8;
    /* font-weight: bold; */
    letter-spacing: 1px;
    text-transform: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 19px;
    padding-bottom: 6px;
    transition: all 0.5s ease;
    margin-right: 0px;
}

.custom_tabs .nav-tabs > li.active > a {
    border: 0px;
    color: #0d7075;
}

.custom_tabs .nav-tabs > li > a:hover,
.custom_tabs .nav-tabs > li.active > a:hover {
    border: 0px;
    color: #0d7075;
}

.custom_tabs .nav-tabs {
    border-bottom: 0px;
    text-align: center;
    margin-bottom: 60px;
}

.custom_tabs .nav-tabs > li:hover {
    border-bottom: 3px solid #0d7075;
}

.custom_tabs .nav-tabs > li.active {
    border-bottom: 3px solid #0d7075;
}

.time_line {
    color: rgba(107, 107, 107, 0.41);
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 24px;
}

.tab-pane ul {
    padding-left: 0px;
    margin-left: 0px;
}

.tab-pane ul li {
    list-style: none;
    margin-bottom: 8px;
}

.image_right {
    background-image: url(../images/third_section.jpg);
    height: 350px;
    width: 350px;
    background-size: 460px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-left: 20%;
}

.msg {
    color: #fff;
}

/*
* footer styles
*/
footer {
    padding: 10px 0px;
    background: #ffffffbf;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

footer.show_footer {
    opacity: 1;
}

.follow-us {
    float: right;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.follow-us li {
    list-style: none;
    float: left;
    margin: 0px 6px;
}

.follow-us li a img {
    height: 17px;
    width: 19px;
    object-fit: contain;
    object-position: center bottom;
}

span.text_social {
    float: right;
    font-size: 11px;
}

.footer_logo {
    width: 150px;
}

.follow-us li a {}

footer p {
    font-size: 11px;
    line-height: 35px;
    margin-bottom: 0px;
}

.back_to_top {
    position: fixed;
    right: 0%;
    bottom: 7%;
    transform: rotate(-90deg);
    opacity: 0;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #6f9237;
}

.back_to_top.show {
    opacity: 1;
}

.back_to_top img {
    height: 34px;
    transform: rotate(90deg);
    padding-bottom: 13px;
}

input[name="units"] {}

input[type="number"] {
    width: 3em;
}

.u:after {
    content: "Underweight";
    background-color: yellow;
    padding: 4px 12px;
}

.n:after {
    content: "Normal";
    background-color: green;
    color: #fff;
    padding: 4px 12px;
}

.ow:after {
    content: "Overweight";
    background-color: yellow;
    padding: 4px 12px;
}

.o:after {
    content: "Obese";
    background-color: orange;
    padding: 4px 12px;
}

.so:after {
    content: "Seriously Obese";
    background-color: red;
    padding: 4px 12px;
}

#body-type {
    font-size: 14px;
}

.bmi_calc_d {
    margin-top: 15px;
}

label #metric:checked + #inputs legend:after {
    content: "Metric";
}

#metric:checked ~ #inputs label[for="weight"]:after {
    content: "(kg):";
}

#metric:checked ~ #inputs label[for="height"]:after {
    content: "(cm):";
}

#imperial:checked ~ #inputs legend:after {
    content: "Imperial";
}

#imperial:checked ~ #inputs label[for="weight"]:after {
    content: "(lb):";
}

#imperial:checked ~ #inputs label[for="height"]:after {
    content: "(in):";
}

.bmi_form {
    /*    padding: 30px;*/
    /*    padding-right: 0px;*/
}

.bmi_form h3 {
    color: #fff;
    margin-top: 0px;
    font-size: 31px;
    float: left;
}

.bmi_main_fields {
    clear: both;
    height: auto;
    margin-top: 32px;
    margin-bottom: 30px;
}

.bmi_image {
    width: 175px;
    float: left;
    margin-right: 55px;
}

.matric_calc {
    float: left;
    margin-left: 7%;
    margin-top: 5px;
}

.matric_calc label {
    margin-left: 25px;
}

.bmi_form b {
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
}

.bmi_form legend {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 0px;
}

.bmi_form label {
    /* margin-bottom: 5px; */
    /* display: inline-block; */
    font-weight: normal;
    margin-right: 20px;
    position: relative;
    /* padding-left: 32px; */
    color: #001f5b;
}

    {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bmi_form fieldset {
    /* margin: 15px 0px; */
    float: left;
    /* width: 48%; */
    margin-top: 55px;
}

.bmi_box {
    position: relative;
    z-index: 3;
    /* padding: 15px; */
    margin-top: 15px;
}

.bmi_box input[type="number"] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 33px;
}

.inner_b_box {
    background: #daaa00;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px;
}

.clear {
    clear: both;
}

/*
* custom radio button
*/
.btn-bmi_calc {
    /*    margin-top: 20px;*/
}

.btn-radio {
    cursor: pointer;
    display: inline-block;
    /*float: left;*/
    -webkit-user-select: none;
    user-select: none;
}

#ava-form-1 {}

#ava-form-1 iframe {
    outline: 0px;
    border: 0px;
    /*    min-height: 310px;*/
}

.retail_number {
    margin-bottom: 45px;
}

.retail_number a {
    font-weight: bold;
}

#inputs label {
    margin-right: 6px;
}

#inputs span {
    margin-left: 9px;
    margin-right: 45px;
    color: #000;
    min-width: 30px;
    display: inline-block;
}

.btn-radio:not(:first-child) {
    /*    margin-left: 20px;*/
}

@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }

    .btn-radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }
}

.btn-radio svg {
    fill: none;
    vertical-align: middle;
    width: 18px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.btn-radio svg circle {
    stroke-width: 2;
    stroke: #ffffff;
}

.btn-radio svg path {
    stroke: #477bae;
    stroke: #ffffff;
}

.btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}

.btn-radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}

.btn-radio input {
    display: none;
}

.btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}

.btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}

.btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}

.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}

.info_bmi {
    padding-left: 0px;
    /* margin-left: 30px; */
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    padding-top: 25px;
}

.bmi_box {
    display: none;
}

.info_bmi li {
    list-style: none;
    font-size: 14px;
    line-height: 23px;
}

.slide_item {
    min-height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-image: url(../images/slider_image2.jpg);
}

.slide_item.two {
    background-image: url(../images/slider_image3.jpg);
}

.filters_slider {
    margin-bottom: 60px;
    padding: 0px;
}

.filters_slider li {
    list-style: none;
    display: inline-block;
}

.filters_slider li a {
    display: inline-block;
    padding: 3px 21px;
    border: 1px solid;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.filters_slider li.active a,
.filters_slider li a:focus {
    color: #4f4a68;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
}

.filters_slider li a:hover {
    color: #4f4a68;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
}

.model_video {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    left: 47.3%;
    bottom: -71px;
    transform: translateY(-50%);
    background-image: url(../images/arrow_prev-17.svg);
    background-color: transparent;
    border: 0px;
    text-indent: -9999px;
    background-size: contain;
    background-size: 94%;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
}

.overlay_loading {
    position: fixed;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 100%;
    background-color: #fff;
    background-image: url("../images/lp_loading.jpg");
    background-size: cover;
    background-position: center bottom;
    z-index: 9999;
}

.color_logo {
    width: 115px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.overlay_loading {
    color: #000;
}

.overlay_loading h1 {
    color: #000;
    margin-top: 7px;
    /* font-size: 39px; */
    margin-bottom: 0px;
    /* line-height: 48px; */
    text-transform: uppercase;
}

.overlay_loading span b {
    font-weight: normal;
}

.overlay_loading span {
    font-size: 18px;
}

.not_allowed {
    display: inline-block;
    background: #cd1919;
    padding: 5px 30px;
    color: #fff;
}

.overlay_loading .option_age.yes:before {
    content: "";
    position: absolute;
    left: -139%;
    top: -14px;
    height: 60px;
    width: 60px;
    background-image: url(../images/Arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
}

.overlay_loading .option_age {
    color: #000;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    background: #21819a;
    color: #fff;
    font-size: 13px;
    padding: 3px 15px;
    border: 1px solid #21819a;
}

.overlay_loading .option_age.no {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.overlay_loading .option_age:hover {
    text-decoration: none;
}

.overlay_loading p {
    font-size: 14px;
}

.slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    left: 54%;
}

@media (max-width: 768px) {
    .sub_title {
        font-size: 40px;
    }

    .slider_anim {
        height: 400px;
        width: 77%;
        top: auto !important;
        bottom: -98px;
        position: absolute;
        transform: translate(-50%, 0%);
    }

    .slider_anim .slider_man {
        width: 100%;
        position: relative;
        bottom: 0px;
    }

    .anim_s_line {
        width: 80%;
        top: 115px;
        bottom: -26px;
        z-index: 9;
    }

    .how_harm_slider .slick-list {
        overflow: hidden;
    }

    .how_harm_slider li .contnt_slide {
        width: 100%;
        margin-top: 60px;
    }

    *[data-paroller-factor] {
        /*for all elements with background parallax effect*/
        background-position: center !important;
        /*for all elements with foreground parallax effect*/
        transform: none !important;
    }

    .opration_info {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .we_do_list li {
        width: 100%;
    }

    .social_box_d {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a {
        color: #000 !important;
    }

    .navbar-default .btn.btn-default {
        border-color: #000;
    }

    .we_do_list {
        margin-left: 0px;
    }

    .text_social {
        display: none;
    }

    .follow-us {
        float: none;
        margin: 0 auto;
    }

    .follow-us li {
        float: none;
        display: inline-block;
    }

    .gastric_round {
        position: relative;
        transform: none !important;
        left: 0;
        margin: 0 auto;
        display: none;
    }

    .cont_side {
        top: 0px;
        left: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }

    .visible .gastric_round {}

    .opration_info .thin-text {
        width: 100%;
    }

    .section_surgery:after {
        display: none;
    }

    .section_surgery:before {
        width: 100%;
        top: 0px;
    }

    .how_harm {
        padding: 90px 0px;
        padding-bottom: 0px !important;
    }

    .the_solution {
        padding: 50px 0px;
    }

    .slick-arrow {
        display: none !important;
    }

    .how_harm_slider li .contnt_slide h2 {
        padding-left: 25px;
    }

    .how_harm_slider li .contnt_slide p {
        padding-left: 25px;
        width: 100%;
    }

    .header_form {
        display: none;
    }

    .how_harm_slider li .harm_icon {
        width: 30%;
        float: none;
        margin: 0 auto;
        position: absolute;
        right: 11px;
        top: 0px;
    }

    .how_harm_slider {
        padding: 0px;
        width: 100%;
        float: none;
        margin-top: 30px;
        position: relative;
        left: 0;
    }

    section#slider_area .inner_content a {
        margin-top: 5px;
    }

    section.slider_section {
        margin-top: 65px;
    }

    .how_harm_slider:before {
        display: none;
    }

    .navbar-fixed-top:before {
        display: none;
    }

    .right_bottom-1 {
        right: 2%;
    }

    .contact_us:after {
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 117px;
    }

    .footer_fj {
        padding-bottom: 50px;
    }

    .slick-arrow {
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        background-color: #fff;
        right: 0px !important;
        border: 1px solid #fff;
        top: 36%;
        background-size: 100%;
        background-position: center;
        z-index: 9;
        border-radius: 3px;
        background-size: 38%;
        background-image: url(../images/icons/back-mobile.svg);
    }

    .scrolling .navbar-left {
        top: 0px;
    }

    #navbar {
        background: rgb(31, 119, 143);
        padding-bottom: 15px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #ffffff;
    }

    .left_bottom-2 {
        display: none;
    }

    .filters_slider li a {
        margin: 3px;
    }

    .filters_slider {
        margin-bottom: 20px;
        padding: 0px;
    }

    section.slider_section {
        min-height: 100vh;
    }

    .the_problem {
        padding: 30px 0px;
        padding-bottom: 50px;
    }

    .harm_list li {
        width: 47%;
        height: 123px;
    }

    .harm_obesity {
        padding: 15px 0px;
    }

    .how_works .container {
        padding: 0px 20px;
    }

    .how_works:before {
        display: none;
    }

    .light_bg {
        padding: 40px 20px;
    }

    .how_works {
        padding-bottom: 0px;
    }

    .our_doctor .doc_img {
        width: 250px;
        height: 250px;
    }

    .our_doctor .meet_doc {
        text-align: center;
        margin-top: 15px;
    }

    .our_doctor h2 {
        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .our_doctor .title {
        margin-bottom: 15px;
        display: block;
        line-height: 19px;
        font-size: 14px;
        text-align: center;
    }

    .social_icons,
    .copy_rights {
        text-align: center;
    }

    .footer_area {
        color: #fff;
        padding-bottom: 20px;
        padding-top: 0px;
        font-size: 15px;
    }

    .harm_list {
        left: 0px;
    }

    .social_icons {
        margin-top: 15px;
    }

    .our_doctor p {
        line-height: 26px;
        font-size: 17px;
        text-align: center;
        text-align: justify;
    }

    .our_doctor {
        padding: 30px 0px;
    }

    .harm_list li img {
        height: 55px;
    }

    .surgery_image {
        width: 60%;
    }

    .how_works h2.heading_works {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .harm_list li span {
        margin-top: 13px;
        font-size: 16px;
        line-height: 19px;
    }

    .the_problem_bg {
        display: none;
    }

    .the_problem h2 {
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 26px;
        font-size: 24px;
    }

    .scroll_down {
        display: none;
    }

    .image_right {
        margin-right: 0px;
        margin-left: 0px;
        height: 270px;
        width: 270px;
        background-size: 370px auto;
        margin: 0 auto;
    }

    form {
        margin-bottom: 35px;
    }

    .navbar-header {
        border-radius: 0px;
        display: inline-block;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .navbar-brand a {
        margin: 0px 10px;
    }

    .scrolling .navbar-brand a img {
        height: 80px;
    }

    .navbar-toggle {
        margin: 0px;
        float: right;
        top: 11px;
    }

    .special_title {
        font-size: 20px;
        line-height: 22px;
    }

    .special_slider .inner_cont .price {
        font-size: 30px;
    }

    .play_icon {
        width: 130px;
    }

    .play_arrow {
        width: 128px;
        top: 1%;
        left: 63%;
    }

    #instafeed a {
        width: 50%;
        height: 160px;
    }

    .contact_us .title,
    .contact_us h3,
    .contact_us a {
        text-align: center;
    }

    .icon_why {
        margin-top: 36px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .scrolling .navbar {
        background-color: #fff;
    }

    .scrolling .navbar-brand > img {
        max-height: 100px;
        height: 50px;
        position: relative;
        top: 0px;
    }

    section.first_image {
        background-size: cover;
        background-position: center right !important;
    }

    .slider_video_box {
        width: 100%;
        padding: 20px 0px;
        bottom: 0px;
    }

    .materinal_care {
        padding: 50px 0px;
    }

    .choose_us .big_title {
        width: 95%;
        margin: 0 auto;
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 25px;
    }

    .boxes_why_us li {
        width: 100%;
        margin-bottom: 10px;
    }

    .choose_us {
        padding: 70px 0px;
    }

    .during_delivery {
        padding: 70px 0px;
    }

    .during_delivery img.icon_post {
        height: 90px;
    }

    .section-title {
        font-size: 28px;
    }

    p.sub_text_p {
        width: 100%;
        margin-bottom: 0px;
        max-width: 100%;
    }

    img.icon_post {
        height: 90px;
        display: block;
        margin: 0 auto;
        margin-bottom: 14px;
        margin-top: 40px;
    }

    .prental_care {
        padding: 70px 0px;
    }

    .postantal_support {
        padding: 70px 0px;
    }

    .row.row-eq-height {
        display: block;
    }

    .valign {
        top: none;
        transform: none;
    }

    .about_us {
        padding: 70px 0px;
    }

    .about_us .sol_img {
        margin-bottom: 10px;
    }

    .orange_box {
        width: 100%;
    }

    #ava-form-4 {
        width: 100%;
    }

    .ava-form-4 {
        width: 100%;
    }

    .consultation_section .section-title {
        line-height: 42px;
        font-size: 30px;
    }

    .consultation_section {
        padding: 70px 0px;
    }

    .consultation_section .valign {
        padding-left: 0px;
        text-align: center;
    }

    .email_icon {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer_logo {
        margin: 10px 0px;
    }

    .slider_video_box .row {
        margin: 0px;
    }

    .slider_video_box img {
        height: 60px;
        margin: 0 auto;
        margin-top: 20px;
    }

    section#slider_area .inner_content p {
        color: #fff;
    }

    .video_play_slider {
        right: 0%;
        bottom: 26%;
        width: auto;
        top: auto;
    }

    .video_play_slider:before,
    .video_play_slider:after {
        display: none;
    }

    .navbar-left {
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }

    .navbar {
        border: 0px;
        top: 0px;
        background: #ffffff;
        padding: 9px 0px;
        padding-top: 9px;
        padding-bottom: 3px;
        transition: all 0.5s ease;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0px;
    }

    .navbar-nav > li {
        margin-left: 0px;
        text-align: center;
    }

    .navbar-brand {
        float: left;
    }

    .navbar-brand > img {
        height: 30px;
        height: 50px;
    }

    .navbar-header {
        width: 100%;
    }

    section#slider_area .inner_content {
        /*        top: 30vh;*/
        top: auto;
        top: 20vh;
        top: 38vh;
        top: 2vh;
        padding: 20px 0px;
    }

    .exceptional_care {
        position: absolute;
        left: 5%;
        bottom: -12%;
        color: #fff;
        width: 100px;
        height: 100px;
        background: #ec6028;
        border-radius: 50%;
        text-transform: uppercase;
        z-index: 9;
        text-align: center;
        padding: 0px 3px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 23px;
        font-weight: 500;
        right: auto;
    }

    .section-pedi .section-title {
        width: auto;
    }

    .about_us .line_height {
        margin-bottom: 30px;
    }

    .ped-info {
        padding: 10px 0px;
    }

    .services-ped {
        padding-top: 30px;
    }

    .box-shadow {
        text-align: center;
        background: #fff;
        padding: 5px 10px;
        margin: 10px 5px;
        min-height: 310px;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
        transition: all 0.5s ease;
        overflow: hidden;
    }

    .ped-info_row {
        padding: 0;
    }

    .box-shadow img {
        height: 135px;
        margin: 10px auto;
        transition: all 0.5s ease;
        max-width: 80%;
    }

    .box-shadow h3 {
        font-size: 13px;
        line-height: 18px;
    }

    .box-shadow p {
        text-align: left;
        color: #1c1a19;
        line-height: 17px;
        overflow: hidden;
        transition: all 0.5s ease;
        position: static;
        width: 100%;
        padding: 5px 0px;
        left: 0;
        bottom: 0;
        transform: translateX(0%);
        opacity: 1;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .navbar-brand {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /*.video_playing section#slider_area .inner_content {
        top: 30vh;
    }*/
    #slider_video {
        opacity: 0;
        background: transparent;
        height: 100vh;
        position: relative;
        transition: all 1s ease;
        width: 100%;
        object-fit: contain;
        z-index: -1;
    }

    .video_playing #slider_video {
        opacity: 1;
        background: #fff;
    }

    section#slider_area .inner_content h1 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 25px;
    }

    section#slider_area .inner_content p {
        color: #fff;
        margin-top: 5px;
        line-height: 14px;
        font-size: 12px;
    }

    .inner_shadow_layer {
        width: 80%;
        height: 59%;
    }

    section#slider_area .inner_content h1 span {
        font-size: 20px;
        margin-top: 10px;
        display: block;
    }

    .slick-arrow {
        right: 0px;
    }

    .slick-prev.slick-arrow {
        right: auto;
        left: 0px;
    }

    .img_side img {
        max-width: 50%;
        margin: 0 auto;
    }

    section.about {
        text-align: center;
    }

    section.contact .first_col {
        padding: 0px;
    }

    section.contact .first_col h2 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    section.contact {
        background-position: center top;
        background-size: contain;
    }

    section.about .row-eq-height {
        padding: 25px 0px;
    }

    section.first.about {
        padding: 50px 0px;
    }

    section.info_bar {
        padding: 30px 0px;
    }

    #navbar {
        background-color: transparent;
        padding-bottom: 15px;
        width: 100%;
        top: 8px;
        position: relative;
    }

    .navbar-default .navbar-nav > li > a.lang_switcher {
        color: #000;
    }

    section.info_bar h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .custom_tabs .nav-tabs > li {
        margin-left: 0px;
    }

    .custom_tabs .nav-tabs > li > a {
        font-size: 17px;
    }

    section.contact .first_col form {
        padding-bottom: 50px;
    }

    .time_line {
        text-align: center;
    }

    section.prices {
        padding: 100px 0px;
    }

    .meet_our_doc {
        display: none;
    }

    section.first_image {
        background-position: 60% 50%;
        background-position: center;
    }

    .slide_item {
        background-position: 60% 50%;
    }

    #ava-form-1 iframe {
        min-height: 390px;
    }

    #results {
        position: relative;
    }

    .bmi_box input[type="number"] {
        margin-bottom: 10px;
    }

    .bmi_form fieldset {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

    .matric_calc label {
        margin-left: 0px;
        float: left;
        margin-right: 40px;
    }

    .bmi_image {
        width: 100px;
        float: left;
        margin-right: 0px;
        display: none;
    }

    .matric_calc {
        margin-left: 0px;
    }

    .inner_b_box {
        padding: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #inputs span {
        margin-left: 17px;
        margin-right: 98px;
    }

    .btn-radio:not(:first-child) {
        margin-top: 0px;
    }

    #inputs label {
        /* margin-right: 30px; */
        width: 70px;
    }

    .btn-bmi_calc {
        /* float: right; */
        margin-top: 15px;
        /* margin: 0 auto; */
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .info_bmi {
        padding-right: 0px;
    }

    #navbar {
        background-color: transparent;
        padding-bottom: 15px;
        width: 100%;
        top: 8px;
        position: relative;
        margin-right: 0;
    }

    .section-why_us:before {
        content: "";
        width: 100%;
    }

    .services-ped .container {
        z-index: 2;
        position: relative;
    }

    .services-ped:before {
        width: 100%;
    }

    .services-ped:after {
        width: 300px;
        z-index: 0;
    }

    footer {
        text-align: center;
    }

    .follow-us {
        float: none !important;
    }

    .content-why_us {
        padding: 0px 0px;
        padding-right: 0px !important;
        padding-left: 0px;
    }

    section.slider_section {
        min-height: 100vh;
    }

    .rtl .whats_app_white {
        left: 3%;
        right: auto;
    }

    .section-why_us .section-title {
        line-height: 40px;
        font-size: 25px;
    }
}
