@charset "UTF-8";
.container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative
}

.container.container_left-sidebar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.container.container_left-sidebar>.sidebar {
    position: relative;
    z-index: 10;
    max-width: 370px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.container.container_left-sidebar>.article {
    max-width: 700px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.container.container_right-sidebar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.container.container_right-sidebar>.article {
    max-width: 700px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.container.container_right-sidebar>.sidebar {
    position: relative;
    z-index: 10;
    max-width: 370px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:1200px) {
    .container_left-sidebar>.article,
    .container_right-sidebar>.article {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .container_left-sidebar>.sidebar,
    .container_right-sidebar>.sidebar {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important;
        max-width: 700px!important
    }
}

@media (max-width:767.98px) {
    .container_left-sidebar>.sidebar,
    .container_right-sidebar>.sidebar {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 370px!important;
        width: 100%
    }
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 7px
}

::-webkit-scrollbar-thumb {
    background-color: #0c2c52
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f22283
}

.page {
    -webkit-transition: opacity .8s ease-in .2s;
    transition: opacity .8s ease-in .2s;
    opacity: 1
}

*,
body,
html {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    outline: 0!important;
    -webkit-tap-highlight-color: transparent
}

a,
img,
label,
svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-moz-selection {
    background-color: #f22283;
    color: #fff
}

::selection {
    background-color: #e5ad00;
    color: #fff
}

ol,
ul {
    list-style: none
}

.page {
    overflow: hidden;
    background-color: #fff
}

.section-title {
    color: #0f2b4c;
    font-size: 80px;
    line-height: .8;
    letter-spacing: -1.6px
}

.section-title_60 {
    font-size: 35px
}

.section-title_white {
    color: #fff!important
}

.section-title_white>span {
    color: #fff!important
}

.section-title>span {
    letter-spacing: -1.6px;
    line-height: .8;
    color: #1f3d9d
}

.relative {
    position: relative;
    z-index: 10
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover {
    text-decoration: none!important
}

.read-more,
.read-more-2 {
    font-size: 16.5px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #1f3d9d
}

.read-more-2:active,
.read-more:active {
    color: #f22283
}

.read-more-2:hover,
.read-more:hover {
    text-decoration: underline!important
}

.read-more-2.read-more_pink,
.read-more.read-more_pink {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #f22283!important
}

.read-more-2.read-more_pink>.fa,
.read-more.read-more_pink>.fa {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.read-more-2.read-more_pink:hover,
.read-more.read-more_pink:hover {
    text-decoration: none!important
}

.read-more-2.read-more_pink:hover>.fa,
.read-more.read-more_pink:hover>.fa {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.read-more-2:hover {
    text-decoration: none!important;
    color: #f22283
}

@media (max-width:767.98px) {
     ::-webkit-scrollbar {
        width: 8px
    }
    .section-title {
        font-size: 50px
    }
}

.cls-1 {
    fill: #f22283;
    fill-rule: evenodd
}

.cls-2 {
    fill: #fff;
    fill-rule: evenodd
}

.cls-3 {
    fill: #333;
    fill-rule: evenodd
}

.cls-4 {
    fill: #3774c2;
    fill-rule: evenodd;
    opacity: .1
}

.cls-5 {
    fill: #3774c2;
    fill-rule: evenodd
}

.btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3.1px;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-2_pink,
.btn_pink {
    padding: 14px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to left, #e5ad23, #0a203a);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: none
}

.btn-2_pink:hover,
.btn_pink:hover {
    color: #0f2b4c;
    background-color: #f7dc39
}

.btn_blue {
    padding: 25px 37.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1f3d9d;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative
}

.btn_blue:hover {
    background-color: #f22283;
    color: #fff
}

.btn_blue:active {
    background-color: #db106f
}

.btn-2 {
    width: 155px;
    border-radius: 8px;
    font-size: 14px;
    padding: 12.5px 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    -webkit-box-shadow: 8px 18px 30px rgba(31, 61, 157, .2)!important;
    box-shadow: 8px 18px 30px rgba(31, 61, 157, .2)!important
}

.btn-2_blue {
    color: #fff;
    background-color: #1f3d9d
}

.btn-2_blue:hover {
    background-color: #f22283;
    -webkit-box-shadow: 8px 18px 30px rgba(242, 34, 131, .2)!important;
    box-shadow: 8px 18px 30px rgba(242, 34, 131, .2)!important;
    color: #fff
}

.btn-2_pink {
    padding: 25px 40px;
    box-shadow: 8px 18px 30px rgb(220 167 35 / 60%)
}

.btn-2>.fa {
    margin-left: 10px
}

.btn-play {
    color: #1f3d9d;
    background-color: #fff;
    padding: 17px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: playBtn 2s infinite linear;
    animation: playBtn 2s infinite linear;
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff
}

.btn-play:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: playBtn 2s infinite linear;
    animation: playBtn 2s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-box-shadow: 0 0 15px #fff!important;
    box-shadow: 0 0 15px #fff!important
}

.btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    width: 140%;
    height: 140%
}

.btn-video {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px
}

.btn-video-outer {
    width: 220px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35px;
    background-color: #f22283;
    border: 2px solid transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn-video-outer>.btn-video {
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn-video-outer>.btn-video>.btn-play {
    color: #f22283;
    margin: 0;
    margin-right: 25px;
    margin-left: -15px;
    padding: 20px
}

.btn-video-outer:hover {
    border-color: #f22283;
    background-color: #fff
}

.btn-video-outer:hover>.btn-video {
    color: #f22283
}

.btn-video>.btn-play {
    margin-bottom: -10px;
    margin-right: 25px;
    color: #333
}

@media only screen and (max-width:767.98px) {
    .btn {
        letter-spacing: 0
    }
    .btn-2_pink,
    .btn_pink,
    .btn_pink-2 {
        letter-spacing: 0;
        padding: 15px
    }
    .btn_blue {
        letter-spacing: 0;
        padding: 20px
    }
}

@-webkit-keyframes bannerScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@keyframes bannerScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@-webkit-keyframes navbarShowAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes navbarShowAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes animatePinkShadow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, .48);
        box-shadow: 0 0 0 0 rgba(242, 34, 131, .48)
    }
    to {
        -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .48);
        box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .48)
    }
}

@keyframes animatePinkShadow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, .48);
        box-shadow: 0 0 0 0 rgba(242, 34, 131, .48)
    }
    to {
        -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .48);
        box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .48)
    }
}

@-webkit-keyframes animateBlueShadow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 61, 157, .48);
        box-shadow: 0 0 0 0 rgba(31, 61, 157, .48)
    }
    to {
        -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .48);
        box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .48)
    }
}

@keyframes animateBlueShadow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 61, 157, .48);
        box-shadow: 0 0 0 0 rgba(31, 61, 157, .48)
    }
    to {
        -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .48);
        box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .48)
    }
}

@-webkit-keyframes playBtn {
    50% {
        -webkit-box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes playBtn {
    50% {
        -webkit-box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@-webkit-keyframes faqsCardsItemShow {
    from {
        opacity: .7;
        margin-left: -100px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes faqsCardsItemShow {
    from {
        opacity: .7;
        margin-left: -100px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.circle-blue {
    z-index: 1;
    width: 605px;
    height: 605px;
    border-radius: 50%;
    background-color: #1f3d9d
}

.circle-pink {
    z-index: 2;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background-color: #f22283;
    -webkit-box-shadow: 20px 20px 51px rgba(242, 34, 131, .48);
    box-shadow: 20px 20px 51px rgba(242, 34, 131, .48);
    animation: 1s animatePinkShadow linear alternate-reverse infinite
}

.to-top {
    display: none;
    border-radius: 8px;
    background-color: #f2954d;
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .4);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .4);
    position: fixed;
    right: 12px;
    bottom: 50px;
    width: 50px;
    height: 52px;
    z-index: 20;
    color: #212529;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    cursor: pointer
}

.to-top>.fa {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 24px
}

.to-top:hover {
    background-color: #bfa169;
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .4);
    box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .4);
    color: #fff
}

@media only screen and (max-width:1199.98px) {
    .to-top {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px
    }
    .to-top>.fa {
        line-height: 35px
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999999999;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    text-align: center;
    padding-top: 15rem
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #f22283);
    -webkit-animation: animateLoader 2s infinite linear;
    animation: animateLoader 2s infinite linear;
    display: inline-block
}

@-webkit-keyframes animateLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animateLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    right: 6px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, transparent, #ffc107 40%, #0f2b4c);
    border-radius: 50%;
    z-index: 1000;
    z-index: 1
}

.preloader-text {
    margin-top: 30px;
    position: relative;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #f22283
}

@-webkit-keyframes animatePreloaderText {
    0% {
        text-shadow: 0
    }
    50% {
        text-shadow: 0 0 20px #f22283
    }
    100% {
        text-shadow: 0
    }
}

@keyframes animatePreloaderText {
    0% {
        text-shadow: 0
    }
    50% {
        text-shadow: 0 0 20px #f22283
    }
    100% {
        text-shadow: 0
    }
}

.searchBox {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: -120%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.searchBox-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.searchBox>form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.searchBox>form input {
    max-width: 785px;
    width: 90%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    height: 60px
}

.searchBox>form input::-webkit-input-placeholder {
    font-size: 20px;
    color: #fff;
    margin-bottom: -15px
}

.searchBox>form input:-ms-input-placeholder {
    font-size: 20px;
    color: #fff;
    margin-bottom: -15px
}

.searchBox>form input::-ms-input-placeholder {
    font-size: 20px;
    color: #fff;
    margin-bottom: -15px
}

.searchBox>form input::placeholder {
    font-size: 20px;
    color: #fff;
    margin-bottom: -15px
}

.searchBox>form button {
    cursor: pointer;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 175px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.searchBox>form button>svg>path {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.searchBox>form button:hover {
    background-color: #fff;
    color: #333
}

.searchBox>form button:hover>svg>path {
    fill: #333
}

@media (max-width:1199.98px) {
    .searchBox>form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .searchBox>form>input {
        margin-bottom: 30px;
        font-size: 18px
    }
    .searchBox>form>input::-webkit-input-placeholder {
        text-align: center;
        font-size: 16px
    }
    .searchBox>form>input:-ms-input-placeholder {
        text-align: center;
        font-size: 16px
    }
    .searchBox>form>input::-ms-input-placeholder {
        text-align: center;
        font-size: 16px
    }
    .searchBox>form>input::placeholder {
        text-align: center;
        font-size: 16px
    }
}

.popup-form {
    position: fixed;
    left: 0;
    top: -200%;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    height: 500px;
    background-color: rgba(51, 51, 51, .7);
    overflow-y: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.popup-form>.inner-block {
    position: relative;
    border-radius: 8px;
    max-width: 740px;
    width: 100%;
    height: 500px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.popup-form>.inner-block>#popup-form-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    font-weight: 900;
    color: #b3b3b3;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.popup-form>.inner-block>#popup-form-close:hover {
    color: #333
}

.popup-form>.inner-block>.img {
    overflow: hidden;
    max-width: 340px;
    width: 100%;
    width: 100%;
    height: 100%;
    background-color: #ff00ff
}

.popup-form>.inner-block>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 center;
    object-position: 0 center
}

.popup-form>.inner-block>form {
    max-width: 400px;
    width: 100%;
    padding: 50px
}

.popup-form>.inner-block>form>.section-title {
    font-size: 27px;
    color: #333;
    margin-bottom: 44px
}

.popup-form>.inner-block>form>.input-box {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 2px solid rgba(51, 51, 51, .3)
}

.popup-form>.inner-block>form>.input-box>label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7f7f7f;
    font-size: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.popup-form>.inner-block>form>.input-box>input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.popup-form>.inner-block>form>.input-box:focus,
.popup-form>.inner-block>form>.input-box:hover {
    border-bottom-color: #333
}

.popup-form>.inner-block>form>.input-box:focus>label,
.popup-form>.inner-block>form>.input-box:hover>label {
    top: -10px;
    font-size: 14px
}

.popup-form>.inner-block>form>.select-box {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 2px solid rgba(51, 51, 51, .3)
}

.popup-form>.inner-block>form>.select-box>.fa {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    font-size: 20px;
    line-height: 10px
}

.popup-form>.inner-block>form>.select-box>select {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding-right: 20px
}

.popup-form>.inner-block>form>.select-box>select>option {
    line-height: 2;
    background-color: #fff
}

.popup-form>.inner-block>form>.select-box:hover {
    border-bottom-color: #333
}

.popup-form>.inner-block>form>.btn {
    width: 100%;
    text-align: center;
    padding: 18px 40px
}

@media (max-width:768px) {
    .popup-form>.inner-block {
        height: initial;
        max-width: 300px
    }
    .popup-form>.inner-block>.img {
        display: none
    }
    .popup-form>.inner-block>form {
        padding: 50px 15px
    }
}

.bg-text,
.bg-text_dark {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 230px;
    line-height: 230px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .03)
}

.bg-text_dark {
    color: rgba(0, 0, 0, .03)
}

@media (max-width:1919.98px) {
    .bg-text,
    .bg-text_dark {
        font-size: 170px;
        top: 0!important;
        left: 50%!important;
        -webkit-transform: translateX(-50%)!important;
        transform: translateX(-50%)!important;
        width: 100%!important;
        text-align: center!important;
        right: initial!important;
        bottom: initial!important
    }
}

@media (max-width:1199.98px) {
    .bg-text,
    .bg-text_dark {
        display: none;
        font-size: 140px
    }
}

@media (max-width:991.98px) {
    .bg-text,
    .bg-text_dark {
        font-size: 110px
    }
}

@media (max-width:767.98px) {
    .bg-text,
    .bg-text_dark {
        font-size: 80px
    }
}

@media (max-width:567.98px) {
    .bg-text,
    .bg-text_dark {
        display: none
    }
}

.my-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.my-pagination>li {
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #333;
    overflow: hidden
}

.my-pagination>li:first-child,
.my-pagination>li:last-child {
    margin: 0 10px
}

.my-pagination>li:first-child:hover:not(.disabled),
.my-pagination>li:last-child:hover:not(.disabled) {
    -webkit-box-shadow: 8px 18px 51px 0 rgba(31, 61, 157, .2);
    box-shadow: 8px 18px 51px 0 rgba(31, 61, 157, .2)
}

.my-pagination>li.dotted>p,
.my-pagination>li>a,
.my-pagination>li>span {
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #333
}

.my-pagination>li>a:hover {
    color: #f22283
}

.my-pagination>li>span {
    line-height: 48px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #1f3d9d
}

.my-pagination>li>span:hover {
    color: #fff;
    background-color: #1f3d9d
}

.my-pagination>li.disabled>span {
    cursor: auto;
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    color: #333
}

.my-pagination>li.active>a {
    color: #f22283
}

@media (max-width:575.98px) {
    .my-pagination>li {
        width: 40px;
        height: 40px
    }
    .my-pagination>li.dotted>p,
    .my-pagination>li>a,
    .my-pagination>li>span {
        line-height: 40px
    }
    .my-pagination>li>span {
        line-height: 38px
    }
}

.main-blog {
    position: relative;
    overflow: hidden
}

.main-blog__bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.main-blog__bg>.icon:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    max-width: 700px;
    width: 100%
}

.main-blog__bg>.icon:first-child img {
    width: 100%
}

.main-blog__bg>.icon:last-child {
    position: absolute;
    bottom: -20px;
    left: -90px;
    z-index: 2;
    max-width: 1000px;
    width: 100%
}

.main-blog__bg>.icon:last-child img {
    width: 100%
}

.main-blog>.container {
    position: relative;
    z-index: 10
}

.my-pagination-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.my-pagination-2>li {
    text-transform: uppercase;
    width: 170px;
    height: 50px
}

.my-pagination-2>li>.link-center {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    color: #333;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-pagination-2>li>.link-center:hover {
    color: #f22283
}

.my-pagination-2>li>a:not(.link-center) {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #1f3d9d;
    border-radius: 8px;
    border: 1px solid #1f3d9d;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.my-pagination-2>li>a:not(.link-center)>span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px
}

.my-pagination-2>li>a:not(.link-center)>.fa {
    margin-top: -5px
}

.my-pagination-2>li>a:not(.link-center):hover {
    color: #fff;
    border-color: #1f3d9d;
    background-color: #1f3d9d;
    -webkit-box-shadow: 8px 18px 51px 0 rgba(31, 61, 157, .3);
    box-shadow: 8px 18px 51px 0 rgba(31, 61, 157, .3)
}

.my-pagination-2>li.disabled>a {
    color: #333!important;
    background-color: #f2f2f2!important;
    border-color: #e6e6e6!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.my-pagination-2>li.disabled>a:hover {
    cursor: default!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

@media (max-width:575.98px) {
    .my-pagination-2>li>.link-center {
        font-size: 15px;
        line-height: 50px
    }
    .my-pagination-2>li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .my-pagination-2>li:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .my-pagination-2>li>a:not(.link-center) {
        width: 50px;
        height: 50px
    }
    .my-pagination-2>li>a:not(.link-center)>span {
        display: none
    }
}


.header-bottom {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100vh
}

.header-bottom__banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.header-bottom__banner .slide-item {
    width: 100%;
    overflow: hidden;
    position: relative
}

.slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.slide1 {
    background-image: url(../images/banner/slide1.jpg)
}

.header-bottom__banner .slide-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-bottom__banner .slide-item__bg>.icon {
    max-width: 530px;
    width: 40%;
    top: 0;
    left: 0
}

.header-bottom__banner .slide-item__bg>.icon>img {
    width: 100%
}

.header-bottom__banner .slide-item>img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 25%;
    object-position: center 25%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-bottom__banner .slide-item .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-bottom__banner .slide-item__title {
    margin-left: -2px;
    text-transform: uppercase;
    font-size: 78px;
    font-family: BebasNeue;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    color: #1f3d9d
}

.header-bottom__banner .slide-item__title span {
    font-weight: 900;
    font-family: BebasNeue;
    color: #f22283
}

.header-bottom__banner .slide-item__subtitle {
    margin-top: 22px;
    margin-bottom: 34px;
    font-weight: 100;
    font-size: 25px
}

.header-bottom__banner .slide-item__block {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-transition: all 1s ease-in-out .7s;
    transition: all 1s ease-in-out .7s
}

.header-bottom__banner .owl-item.active .slide-item>img {
    -webkit-animation: bannerScale 8s ease-in-out 1s;
    animation: bannerScale 8s ease-in-out 1s
}

.header-bottom__banner .owl-item.active .slide-item__block {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-bottom__banner .owl-dots {
    position: relative;
    top: -332px;
    margin: 0 auto;
    max-width: 1120px;
    text-align: left
}

.header-bottom__banner .owl-dots .owl-dot {
    padding: 0
}

.header-bottom__banner .owl-dots .owl-dot span {
    min-width: 10px;
    height: 10px
}

.header-bottom__banner .owl-dots .owl-dot.active span {
    width: 47px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.header-bottom__banner-2 {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%
}

.header-bottom__banner-2 .slide-item {
    height: 900px;
    padding-top: 310px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.header-bottom__banner-2 .slide-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 61, 157, .5)
}

.header-bottom__banner-2 .slide-item>img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 25%;
    object-position: center 25%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-bottom__banner-2 .slide-item .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 10
}

.header-bottom__banner-2 .slide-item__title {
    margin-left: -2px;
    text-transform: uppercase;
    font-size: 78px;
    font-family: BebasNeue;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    color: #fff
}

.header-bottom__banner-2 .slide-item__title span {
    font-weight: 900;
    font-family: BebasNeue;
    color: #fff
}

.header-bottom__banner-2 .slide-item__subtitle {
    margin-top: 22px;
    margin-bottom: 34px;
    font-weight: 100;
    font-size: 25px;
    color: #fff
}

.header-bottom__banner-2 .slide-item__block {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 1s ease .2s;
    transition: all 1s ease .2s
}

.header-bottom__banner-2 .owl-item.active .slide-item>img {
    -webkit-animation: bannerScale 5s linear 1s;
    animation: bannerScale 5s linear 1s
}

.header-bottom__banner-2 .owl-item.active .slide-item__block {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-bottom__banner-2>.owl-dots {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    z-index: 10
}

.header-bottom__banner-2>.owl-dots>.owl-dot span {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 5px;
    background-color: #fff!important;
    cursor: pointer
}

.header-bottom__banner-2>.owl-dots>.owl-dot.active span {
    width: 47px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-bottom__banner-2>.owl-nav {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom__banner-2>.owl-nav>button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    background-color: #fff!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header-bottom__banner-2>.owl-nav>button:hover {
    background-color: #1f3d9d!important
}

.header-bottom__banner-2>.owl-nav>button:hover span {
    color: #fff
}

.header-bottom__banner-2>.owl-nav>button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #1f3d9d
}

.services {
    position: absolute;
    bottom: -20%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.services>.container {
    position: relative;
    padding: 0;
    display: block
}

.services__items {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 20px
}

.services__item {
    margin-top: 22px;
    align-items: center;
    -ms-flex-pack: center;
    background-color: #020b04;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    padding: 0 0 14px
}

.services__item:hover {
    margin-top: 0;
    background-color: #bfa169;
    color: #fff
}

.services__item-icon {
    margin-top: 3px;
    margin-bottom: 4px;
    height: auto;
    color: white;
    font-size: 53px;
    font-weight: 700;
    position: relative
}

.services__item-icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 34px;
    border-right: 2px solid #f9a974;
    left: 0;
    right: 0;
    margin: auto;
    top: 70px
}

.services__item:hover .services__item-icon {
    color: #fff
}

.services__item:hover .services__item-title {
    color: #fff
}

.services__item:hover .services__item-icon::before {
    border-right: 2px solid #525252
}

.services__item-icon svg {
    display: block
}

.services__item-title {
    font-size: 21px;
    margin-bottom: 5px;
    color: white;
    margin-top: 30px
}

.services__item-text {
    font-weight: 100;
    font-size: 15.5px
}

.services .owl-item .services__outer-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.services .owl-nav {
    position: absolute;
    width: 125px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services .owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.services .owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.services .owl-nav button:hover {
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    background-color: #1f3d9d!important
}

.services .owl-nav button:hover span {
    color: #fff
}

.services .owl-dots {
    position: relative;
    left: 0;
    top: 0;
    text-align: center
}

.services .owl-dot {
    margin-top: 27px
}

.services .owl-dot:last-child {
    margin-right: 0
}

.services .owl-dot:last-child>span {
    margin-right: 0
}

.services .owl-dot span {
    min-width: 10px;
    height: 10px
}

.services .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.about {
    position: relative;
    padding-top: 350px;
    padding-bottom: 160px;
    z-index: 9
}

.about__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.about__bg>.icon {
    position: absolute;
    right: -20px;
    top: -24px
}

.about .container {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__our-misson {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 545px;
    flex: 0 0 545px;
    max-width: 545px;
    width: 100%;
    padding-left: 52px
}

.about__our-misson-text {
    position: absolute;
    top: 337px;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    width: 100%;
    padding: 47px 40px 46px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #1f3d9d;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 6
}

.about__our-misson-text>.icon {
    padding-top: 2px;
    margin-left: 1px
}

.about__our-misson-text>.title {
    text-transform: uppercase;
    font-size: 32.5px;
    font-weight: 700;
    margin-top: 12px;
    color: #fff;
    letter-spacing: 0
}

.about__our-misson-text>.text {
    font-size: 15.5px;
    margin-top: 6px;
    line-height: 1.5;
    color: #fff
}

.about__our-misson-img {
    overflow: hidden;
    border-radius: 8px;
    max-height: 642px;
    max-width: 474px;
    z-index: 5;
    position: relative
}

.about__our-misson-img img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.about__our-misson-img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 545px;
    flex: 0 0 545px;
    max-width: 545px;
    padding-top: 20px
}

.about__text>h4 {
    padding-left: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6.5px;
    color: #333
}

.about__text>h1 {
    margin-left: -4px;
    margin-top: 48px
}

.about__text>h2 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.4;
    color: #333
}

.about__text>p {
    font-family: "Roboto Light";
    font-size: 18px;
    margin-top: 35px;
    line-height: 30px;
    color: #333;
    margin-bottom: 22px
}

.about__text-signature {
    margin-top: 50px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__text-signature>img {
    margin-right: 28px
}

.about__text-signature>h4 {
    font-size: 19px;
    padding-top: 20px
}

.about__text-signature>h4 span {
    font-family: "Roboto Light";
    font-size: 15px;
    color: #333
}

.why-choose-us {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 80px
}

.why-choose-us__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.why-choose-us__bg>svg {
    position: absolute;
    top: -5px!important;
    left: -75px;
    height: 87%
}

.why-choose-us__bg>img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 400px;
    bottom: 0;
    z-index: 3
}

.why-choose-us__bg>.circle-blue {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 500px;
    top: -40px;
    z-index: 1
}

.why-choose-us__bg>.circle-pink {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 700px;
    top: 425px;
    z-index: 2
}

.why-choose-us>.container {
    z-index: 4;
    min-height: 476px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.why-choose-us>.container>h5 {
    font-weight: 500;
    font-size: 19px
}

.why-choose-us>.container .section-title {
    margin-top: 19px
}

.why-choose-us>.container .difference {
    margin-top: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 770px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-choose-us>.container .difference__item {
    margin-bottom: 61px;
    max-width: 370px;
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-choose-us>.container .difference__item-content {
    padding-top: 5px
}

.why-choose-us>.container .difference__item-number {
    margin-right: 30px;
    min-height: 87px;
    min-width: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f22283;
    font-size: 48px;
    color: #fff;
    position: relative;
    z-index: 2
}

.why-choose-us>.container .difference__item-number:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(242, 34, 131, .4);
    width: 126%;
    height: 126%;
    z-index: -1;
    animation: animatePinkShadow 1s linear alternate-reverse infinite
}

.why-choose-us>.container .difference__item-title {
    color: #333;
    font-weight: 900;
    font-size: 23.5px;
    letter-spacing: -1px
}

.why-choose-us>.container .difference__item-text {
    color: #333;
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px
}

.appointments {
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-top: 155px;
    padding-bottom: 160px
}

.appointments__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.appointments__bg .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 726px;
    width: 100%
}

.appointments__bg .icon img {
    width: 100%
}

.appointments .section-title {
    padding-top: 3px;
    margin-left: -3px;
    line-height: .9
}

.appointments .section-title span {
    padding-top: 5px
}

.appointments .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appointments .container .online-appointments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    width: 100%
}

.appointments .container .online-appointments .appointments-text {
    font-size: 19px;
    margin-top: 24px;
    line-height: 1.8
}

.appointments .container .company-numbers {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.appointments .container .company-numbers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointments .container .company-numbers__item>.number {
    border-radius: 8px;
    color: #fff;
    background-color: #f22283;
    width: 132px;
    min-width: 132px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    font-size: 56px;
    font-family: BebasNeue;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-right: 29px;
    margin-left: -1px;
    animation: 1s animatePinkShadow linear alternate-reverse infinite
}

.appointments .container .company-numbers__item>.content h3 {
    margin-top: 2px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.5;
    font-size: 23px;
    color: #333;
    font-weight: 900;
    text-transform: capitalize
}

.appointments .container .company-numbers__item>.content p {
    font-size: 15.5px;
    line-height: 1.5;
    color: #333
}

.appointments .container>.btn {
    margin-top: 30px
}

.other-services {
    position: relative;
    overflow: hidden;
    padding-top: 165px;
    padding-bottom: 165px;
    z-index: 10
}

.other-services__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7
}

.other-services__bg>img {
    opacity: 1;
    z-index: 8;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%
}

.other-services__bg .icon {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 947px;
    width: 100%
}

.other-services__bg .icon>img {
    width: 100%;
    height: 100%
}

.other-services__bg-2 {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(242, 242, 242, .9)
}

.other-services .container {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.other-services__cards {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.other-services__cards>.card-item {
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    width: 100%;
    padding: 50px 30px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, .06);
    box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, .06)
}

.other-services__cards>.card-item:hover {
    border-color: #f22283;
    -webkit-box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, .2);
    box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, .2)
}

.other-services__cards>.card-item>.title {
    margin-top: 30px;
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 900;
    color: #333
}

.other-services__cards>.card-item>.subtitle {
    margin-top: 25px;
    font-size: 13.5px;
    color: #333;
    line-height: 1.5
}

.other-services__cards>.card-item>.lists {
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    padding-left: 10px;
    list-style: none;
    text-align: left
}

.other-services__cards>.card-item>.lists li {
    line-height: 36px;
    font-size: 15.5px;
    letter-spacing: -.15px
}

.other-services__cards>.card-item>.lists li i.fa {
    color: #1f3d9d;
    margin-right: 7px
}

.form {
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-top: 160px
}

.form__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.form__bg>.circle-blue {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 440px;
    top: 227px;
    z-index: 2;
    width: 573px;
    height: 573px
}

.form__bg>.circle-pink {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 550px;
    top: 185px;
    z-index: 3;
    width: 144px;
    height: 144px
}

.form__bg>img {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 315px;
    top: 62px;
    z-index: 4
}

.form__bg>.icon {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
    max-width: 923px;
    width: 100%
}

.form__bg>.icon>img {
    width: 100%;
    height: 100%
}

.form .container {
    position: relative;
    z-index: 10;
    padding-bottom: 160px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    padding-left: 2px
}

.form__block>.subtitle {
    margin-top: 28px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    letter-spacing: -.3px
}

.form__block textarea,
.form__block-input {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#efefef), to(#fff));
    background-image: linear-gradient(to top right, #efefef, #fff);
    display: inline-block;
    max-width: 276px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    margin-bottom: 20px;
    padding: 24px 26px;
    font-size: 20px;
    outline: 0;
    color: #333;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.form__block textarea:focus,
.form__block textarea:hover,
.form__block-input:focus,
.form__block-input:hover {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#fff));
    background-image: linear-gradient(to top right, #fff, #fff)
}

.form__block textarea:focus,
.form__block-input:focus {
    border-color: #f22283
}

.form__block textarea::-webkit-input-placeholder,
.form__block-input::-webkit-input-placeholder {
    color: #ccc
}

.form__block textarea:-ms-input-placeholder,
.form__block-input:-ms-input-placeholder {
    color: #ccc
}

.form__block textarea::-ms-input-placeholder,
.form__block-input::-ms-input-placeholder {
    color: #ccc
}

.form__block textarea::placeholder,
.form__block-input::placeholder {
    color: #ccc
}

.form__block>form {
    margin-left: -1px;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__block>form>textarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%!important;
    resize: none;
    height: 210px;
    margin-bottom: 22px
}

.form__block>form>.btn {
    padding-left: 77px;
    padding-right: 77px
}

.form__block>form>label {
    font-size: 17px
}

.faq {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2
}

.faq__content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    padding: 160px 70px
}

.faq__content .accardion {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0
}

.faq__content .accardion__item {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 18px 0
}

.faq__content .accardion__item-title {
    padding: 10px 25px 10px 10px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.faq__content .accardion__item-title span {
    margin-right: 10px;
    font-weight: 900;
    color: #f22283
}

.faq__content .accardion__item-title .fa {
    position: absolute;
    right: 20px;
    top: 10px
}

.faq__content .accardion__item-text {
    display: none;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 35px;
    padding-right: 35px;
    letter-spacing: -.5px
}

.faq__content .accardion__item:nth-child(2) {
    border-color: #f22283
}

.faq__content .accardion__item:nth-child(2) .accardion__item-text {
    display: block
}

.faq__img {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    overflow: hidden;
    margin-right: -8px
}

.faq__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials__img {
    max-width: 50%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.testimonials__img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.testimonials__content {
    padding: 160px 75px 270px;
    max-width: 50%;
    width: 100%
}

.testimonials__content-carousel {
    margin-top: 50px
}

.testimonials__content-carousel-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 790px;
    flex: 0 0 790px;
    max-width: 790px
}

.testimonials__content-carousel-item q {
    font-style: italic;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: -.15px
}

.testimonials__content-carousel-item h2 {
    margin-top: 30px;
    font-size: 21.5px
}

.testimonials__content-carousel-item h4 {
    margin-top: 13px;
    font-size: 17.3px;
    color: #1f3d9d
}

.testimonials__content-carousel .owl-nav {
    position: absolute;
    bottom: -115px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.testimonials__content-carousel .owl-nav button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    background-color: #fff!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.testimonials__content-carousel .owl-nav button:hover {
    background-color: #1f3d9d!important
}

.testimonials__content-carousel .owl-nav button:hover span {
    color: #fff
}

.testimonials__content-carousel .owl-nav button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #1f3d9d
}

.testimonials__content-carousel .owl-dots {
    height: 50px;
    position: absolute;
    bottom: -110px;
    left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__content-carousel .owl-dots>.owl-dot {
    margin-right: 2px
}

.testimonials__content-carousel .owl-dots>.owl-dot:last-child {
    margin-right: 0
}

.testimonials__content-carousel .owl-dots>.owl-dot:last-child>span {
    margin-right: 0
}

.testimonials__content-carousel .owl-dot span {
    min-width: 10px;
    height: 10px
}

.testimonials__content-carousel .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.emergency-call {
    padding-top: 160px;
    padding-bottom: 140px;
    background-color: #f4f4f4
}

.emergency-call .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.emergency-call .container>h2 {
    text-align: center;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    font-size: 27px
}

.emergency-call .container>.call {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.emergency-call .container>.call>.icon {
    background-color: #f22283;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .5)
}

.emergency-call .container>.call>.icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: rgba(242, 34, 131, .4);
    border-radius: 50%;
    z-index: -1
}

.emergency-call .container>.call>a {
    color: #f22283;
    font-size: 64px
}

.emergency-call__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.emergency-call__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
    margin-bottom: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.emergency-call__item>.icon {
    margin-right: 25px;
    min-width: 100px;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1f3d9d;
    border: 9px solid #1f3d9d;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5)
}

.emergency-call__item>.icon:before {
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 118px;
    height: 118px;
    background-color: #1f3d9d;
    opacity: .4;
    z-index: -1
}

.emergency-call__item>.content {
    margin-top: 12px
}

.emergency-call__item>.content h1 {
    color: #333;
    font-size: 21.5px
}

.emergency-call__item>.content p {
    letter-spacing: -.3px;
    color: #333;
    margin-top: 8px;
    line-height: 1.5
}

.specialists {
    position: relative
}

.specialists__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.specialists__bg>.icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    max-width: 824px;
    width: 100%
}

.specialists__bg>.icon img {
    width: 100%
}

.specialists .container {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 170px
}

.specialists__carousel {
    padding: 0!important;
    margin-top: 60px;
    max-width: 1200px;
    width: 100%
}

.specialists__carousel .owl-nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.specialists__carousel .owl-nav button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    background-color: #fff!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.specialists__carousel .owl-nav button:hover {
    background-color: #1f3d9d!important
}

.specialists__carousel .owl-nav button:hover span {
    color: #fff!important
}

.specialists__carousel .owl-nav button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #1f3d9d
}

.specialists__carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.specialists__carousel .owl-dot {
    margin-right: 2px
}

.specialists__carousel .owl-dot:last-child {
    margin-right: 0
}

.specialists__carousel .owl-dot:last-child>span {
    margin-right: 0
}

.specialists__carousel .owl-dot span {
    min-width: 10px;
    height: 10px
}

.specialists__carousel .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.specialists__item {
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.specialists__item>.inner-block {
    position: relative;
    z-index: 1;
    max-width: 260px;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
    border-radius: 8px;
    padding-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.specialists__item>.inner-block:hover {
    -webkit-box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1)
}

.specialists__item>.inner-block>.img {
    overflow: hidden;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.specialists__item>.inner-block>.name {
    color: #333;
    margin-top: 25px;
    font-size: 17.5px;
    text-align: center
}

.specialists__item>.inner-block>.proffesia {
    margin-top: 8px;
    text-align: center;
    color: #1f3d9d;
    font-weight: 600
}

.specialists__item>.inner-block>.work-date {
    width: 100%;
    padding: 10px 43px
}

.specialists__item>.inner-block>.work-date li {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    height: 28px;
    line-height: 28px
}

.specialists__item>.inner-block>.btn-2 {
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20
}

.latest-news {
    position: relative;
    background-color: #f4f4f4
}

.latest-news__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.latest-news__bg>.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    max-width: 882px;
    width: 100%
}

.latest-news__bg>.icon img {
    width: 100%
}

.latest-news .container {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 190px
}

.latest-news__carousel {
    padding: 0!important;
    margin-top: 70px;
    max-width: 1200px;
    width: 100%
}

.latest-news__carousel .owl-nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px;
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news__carousel .owl-nav button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    background-color: #fff!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.latest-news__carousel .owl-nav button:hover {
    background-color: #1f3d9d!important
}

.latest-news__carousel .owl-nav button:hover span {
    color: #fff
}

.latest-news__carousel .owl-nav button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #1f3d9d
}

.latest-news__carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -38px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.latest-news__carousel .owl-dot {
    margin-right: 2px
}

.latest-news__carousel .owl-dot:last-child {
    margin-right: 0
}

.latest-news__carousel .owl-dot:last-child>span {
    margin-right: 0
}

.latest-news__carousel .owl-dot span {
    min-width: 10px;
    height: 10px
}

.latest-news__carousel .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.latest-news__item {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.latest-news__item>.inner-block {
    background-color: #fff;
    z-index: 1;
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding-bottom: 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.latest-news__item>.inner-block:hover {
    -webkit-box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1)
}

.latest-news__item>.inner-block>.img {
    position: relative;
    width: 100%;
    height: 260px
}

.latest-news__item>.inner-block>.img>.date {
    position: absolute;
    left: 37px;
    bottom: -20px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d
}

.latest-news__item>.inner-block>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news__item>.inner-block>.title {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 55px;
    color: #333;
    font-weight: 700;
    font-size: 21px
}

.latest-news__item>.inner-block>.text {
    color: #333;
    padding: 25px 40px 15px;
    font-size: 15px;
    line-height: 1.8
}

.latest-news__item>.inner-block>.read-more-2 {
    font-size: 14px;
    margin-left: 38px
}

.footer {
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%
}

.footer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.footer__bg>.icon1 {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100%;
    max-width: 976px
}

.footer__bg>.icon1>img {
    width: 100%;
    height: 100%
}

.footer__bg>.icon {
    opacity: .025;
    position: absolute;
    left: -37px;
    bottom: 0;
    width: 100%;
    max-width: 1570px
}

.footer__bg>.icon>img {
    width: 100%;
    height: 100%
}

.footer .container>div>.footer__top-blocks {
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #fff
}

.footer .container>div>.footer__top-blocks a {
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer .container>div>.footer__top-blocks a:hover {
    color: #f22283
}

.footer .container>div>.footer__top-blocks>.title {
    margin-left: 1px;
    margin-top: 3px;
    margin-bottom: 38px;
    padding-bottom: 10px;
    font-size: 38px;
    position: relative;
    width: 100%
}

.footer .container>div>.footer__top-blocks>.title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 62px;
    background-color: #1f3d9d
}

.footer .container>div>.footer__top-blocks .content .content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px
}

.footer .container>div>.footer__top-blocks .content .content-item>.icon {
    width: 40px;
    min-width: 40px
}

.footer .container>div>.footer__top-blocks .content .content-item:first-child .text a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

.footer .container>div>.footer__top-blocks .content .content-item .location {
    font-size: 13px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
    display: inline-block;
    background-color: #1f3d9d
}

.footer .container>div>.footer__top-blocks .content .content-item .location>.fa {
    margin-left: 5px
}

.footer .container>div>.footer__top-blocks .content .work-date>li {
    font-size: 16px;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.footer .container>div:last-child>.footer__top-blocks {
    margin-bottom: 50px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content .text {
    font-size: 15.5px;
    margin-bottom: 14px;
    line-height: 1.5
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form {
    width: 235px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 80px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form input {
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    padding: 10px 45px 10px 12px;
    outline: 0;
    border: none;
    font-size: 17px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form input:active,
.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form input:focus,
.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form input:hover {
    outline: 1px solid #f22283
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form button {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 8px;
    background-color: #f22283;
    outline: 0;
    border: none
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form button .fa {
    font-size: 20px;
    color: #fff
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form label {
    font-size: 15.5px;
    position: relative;
    top: 15px;
    left: 0
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content .socials {
    margin-top: 20px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content .socials>a {
    display: inline-block;
    height: 30px;
    width: 20px;
    margin-right: 12px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content .socials>a .fa {
    display: block;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content .socials>a .fa:hover {
    color: #f22283
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(2) .content .menu {
    padding-top: 2px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(2) .content .menu>li {
    height: 48px
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(2) .content .menu>li>a {
    font-family: "Roboto Light";
    display: block
}

.footer .container>div:last-child>.footer__top-blocks:nth-child(2) .content .menu>li>a .fa {
    margin-right: 10px
}

.footer__logo {
    text-align: center;
    display: table;
    margin: auto;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 39px;
    padding: 0 11px
}

.footer__top {
    position: relative;
    padding-top: 60px;
    padding-bottom: 23px;
    background-image: url(../images/bg-1.png)
}

.footer__bottom {
    position: relative;
    padding: 0;
    background: linear-gradient(to left, #ef9b4a, #bf9f62);
}

.footer__bottom p {
    padding: 11px 0;
    margin: 0;
    color: #fff;
    text-align: center
}

.header-bottom-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 750px;
    z-index: 10
}

.header-bottom-2__banner {
    z-index: 9;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%
}

.header-bottom-2__banner .slide-item {
    height: 900px;
    padding-top: 310px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.header-bottom-2__banner .slide-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 61, 157, .5)
}

.header-bottom-2__banner .slide-item>img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 25%;
    object-position: center 25%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-bottom-2__banner .slide-item .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 10
}

.header-bottom-2__banner .slide-item__title {
    margin-left: -2px;
    text-transform: uppercase;
    font-size: 78px;
    font-family: BebasNeue;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    color: #fff
}

.header-bottom-2__banner .slide-item__title span {
    font-weight: 900;
    font-family: BebasNeue;
    color: #fff
}

.header-bottom-2__banner .slide-item__subtitle {
    margin-top: 22px;
    margin-bottom: 34px;
    font-weight: 100;
    font-size: 25px;
    color: #fff
}

.header-bottom-2__banner .slide-item__block {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 1s ease .2s;
    transition: all 1s ease .2s
}

.header-bottom-2__banner .owl-item.active .slide-item>img {
    -webkit-animation: bannerScale 5s linear 1s;
    animation: bannerScale 5s linear 1s
}

.header-bottom-2__banner .owl-item.active .slide-item__block {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-bottom-2__banner>.owl-dots {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    z-index: 10
}

.header-bottom-2__banner>.owl-dots>.owl-dot span {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 5px;
    background-color: #fff!important;
    cursor: pointer
}

.header-bottom-2__banner>.owl-dots>.owl-dot.active span {
    width: 47px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-bottom-2__banner>.owl-nav {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom-2__banner>.owl-nav>button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, .5)!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header-bottom-2__banner>.owl-nav>button:hover {
    background-color: #1f3d9d!important
}

.header-bottom-2__banner>.owl-nav>button:hover span {
    color: #fff
}

.header-bottom-2__banner>.owl-nav>button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 30px;
    color: #1f3d9d
}

.header-bottom-2>.container {
    position: absolute;
    bottom: -160px;
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    z-index: 10
}

.header-bottom-2>.container .benefits-form {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .05)
}

.header-bottom-2>.container .benefits-form>div {
    max-width: 480px;
    width: 100%
}

.header-bottom-2>.container .benefits-form__benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom-2>.container .benefits-form__benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-bottom-2>.container .benefits-form__benefits-item>.icon {
    background-color: #1f3d9d;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
    animation: animateBlueShadow 1s infinite linear alternate-reverse
}

.header-bottom-2>.container .benefits-form__benefits-item>.icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: rgba(31, 61, 157, .1);
    z-index: -1
}

.header-bottom-2>.container .benefits-form__benefits-item>.text {
    font-size: 24px;
    font-weight: 600;
    color: #333
}

.header-bottom-2>.container .benefits-form__form>.section-title {
    font-size: 40px;
    margin-bottom: 20px
}

.header-bottom-2>.container .benefits-form__form>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom-2>.container .benefits-form__form>form>.btn,
.header-bottom-2>.container .benefits-form__form>form>.input-box {
    outline: 0;
    height: 42px;
    border-radius: 8px;
    width: 235px;
    margin-bottom: 10px;
    padding: 6px 12px;
    letter-spacing: initial;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(1),
.header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(2),
.header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(1),
.header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(2) {
    margin-bottom: 0
}

.header-bottom-2>.container .benefits-form__form>form>.input-box {
    background-color: #fafafa;
    border: 2px solid #e6e6e6;
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.header-bottom-2>.container .benefits-form__form>form>.input-box:hover {
    background: #fff
}

.header-bottom-2>.container .benefits-form__form>form>.input-box:focus {
    background: #fff;
    border-color: #f22283
}

.our-departments {
    position: relative;
    padding-top: 165px;
    padding-bottom: 90px;
    overflow: hidden;
    background-image: url(../images/bg-1.png)
}

.our-departments::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 122px;
    margin: auto;
    width: 2px;
    height: 77%;
    border-right: 1px solid #8e8d8d;
    z-index: 1
}

.our-departments__bg {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 50%;
    height: 100%
}

.our-departments__bg>.icon:first-child {
    position: absolute;
    right: -10px;
    top: -24px;
    width: 100%;
    max-width: 1201px
}

.our-departments__bg>.icon:last-child {
    position: absolute;
    left: -10px;
    bottom: -24px;
    width: 100%;
    max-width: 1201px
}

.our-departments>.container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.our-departments>.container>.section-title {
    margin-bottom: 60px
}

.our-departments__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-departments__inner-item {
    max-width: 268px;
    width: 100%;
    height: 280px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 30px;
    padding: 30px
}

.our-departments__inner-item:hover {
    border: 1px solid #3774c2;
    -webkit-box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1)
}

.our-departments__inner-item>.title {
    font-size: 22px;
    color: #333;
    letter-spacing: -.5px
}

.our-departments__inner-item>.text {
    font-size: 16px;
    color: #333
}

.about-2 {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 10;
    background-image: url(../images/bg-1.png);
    padding: 310px 0 90px
}

.about-2>.video {
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
    height: 63%;
    background-color: hsl(51deg 92% 60% / 93%);
    display: block
}

.about-2>.video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/doctor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    z-index: -1;
    background-attachment: fixed
}

.about-2>.video>.container {
    margin-top: 0;
    display: block
}

.about-2>.video>.container a {
    text-align: center;
    display: inline-block;
    background-color: #091f3a;
    color: #fff;
    padding: 6px 19px;
    font-size: 22px;
    margin-top: 12px
}

.about-2>.video h1 {
    font-size: 36px;
    margin-top: 47px;
    margin-bottom: 18px
}

.about-2>.video h3 {
    font-weight: 600;
    margin-top: 11px;
    font-size: 32px;
    color: #0b2340;
    text-transform: uppercase
}

.about-2>.container {
    z-index: 15px;
    position: relative;
    top: 0
}

.about-2>.container>.about-2-card {
    border-radius: 8px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-image: linear-gradient(to left, #0f2b4c 250px, #fff 1px);
    -webkit-box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1);
    margin-top: 0
}

.about-2>.container>.about-2-card>.text {
    padding-top: 20px;
    padding-left: 20px;
    max-width: 550px
}

.about-2>.container>.about-2-card>.text>h4 {
    padding-left: 1px;
    font-weight: 400;
    text-transform: inherit;
    font-size: 34px;
    letter-spacing: inherit;
    color: #e6b30f;
    margin-bottom: 21px
}

.about-2>.container>.about-2-card>.text>h3 {
    margin-bottom: 35px;
    color: #0f2b4c;
    font-weight: 600;
    font-size: 43px
}

.about-2>.container>.about-2-card>.text>h2 {
    font-size: 25px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 35px
}

.about-2>.container>.about-2-card>.text>p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 18px
}

.about-2>.container>.about-2-card a {
    color: #000;
    border: 1px solid;
    letter-spacing: 0;
    padding: 7px 18px;
    display: inline-block
}

.about-2>.container>.about-2-card>.text>.signature {
    width: 100%;
    margin-top: 35px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-2>.container>.about-2-card>.text>.signature>img {
    margin-right: 28px
}

.about-2>.container>.about-2-card>.text>.signature>h4 {
    font-size: 19px;
    padding-top: 20px
}

.about-2>.container>.about-2-card>.text>.signature>h4 span {
    font-family: "Roboto Light";
    font-size: 15px;
    color: #333
}

.about-2>.container>.about-2-card>.img {
    position: relative;
    border-radius: 8px;
    max-width: 418px;
    width: 100%;
    max-height: 559px;
    overflow: hidden
}

.about-2>.container>.about-2-card>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.about-2>.container>.about-2-card>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.other-services-2 {
    position: relative;
    padding-top: 380px;
    padding-bottom: 190px
}

.other-services-2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fafafa
}

.other-services-2__bg .icon {
    position: absolute;
    right: -14px;
    bottom: -10px;
    max-width: 1216px;
    width: 100%
}

.other-services-2__bg .icon>img {
    width: 100%;
    height: 100%
}

.other-services-2 .container {
    position: relative;
    z-index: 15;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.other-services-2__card {
    margin-top: 50px;
    border-radius: 8px;
    width: 100%;
    height: 580px;
    background-image: linear-gradient(to right, #1f3d9d 340px, #fff 1px);
    -webkit-box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1);
    position: relative
}

.other-services-2__card>.img {
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 8px;
    max-width: 555px;
    width: 100%;
    height: 595px;
    overflow: hidden
}

.other-services-2__card>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.other-services-2__card>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.other-services-2__card>.content {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    width: 520px;
    height: 530px;
    padding-left: 75px
}

.other-services-2__card>.content .other-services-2__carousel-item {
    max-width: 345px
}

.other-services-2__card>.content .other-services-2__carousel-item>.title {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 600;
    font-family: "Roboto Light";
    color: #333
}

.other-services-2__card>.content .other-services-2__carousel-item>.subtitle {
    margin-top: 20px;
    font-size: 17px;
    color: #333;
    line-height: 1.5
}

.other-services-2__card>.content .other-services-2__carousel-item>.lists {
    margin-top: 20px;
    font-weight: 600;
    color: #333;
    list-style: none
}

.other-services-2__card>.content .other-services-2__carousel-item>.lists li {
    line-height: 36px;
    font-size: 20px
}

.other-services-2__card>.content .other-services-2__carousel-item>.lists li i.fa {
    color: #1f3d9d;
    margin-right: 7px
}

.other-services-2__card>.content .owl-nav {
    position: absolute;
    right: 0;
    bottom: -102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.other-services-2__card>.content .owl-nav button {
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    width: 77px;
    height: 77px;
    background-color: #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.other-services-2__card>.content .owl-nav button:hover {
    background-color: #f22283!important;
    opacity: 1!important
}

.other-services-2__card>.content .owl-nav button span {
    font-size: 30px;
    color: #fff
}

.other-services-2__card>.content .owl-nav button:last-child {
    border-bottom-right-radius: 8px;
    background-color: #3259d7!important
}

.other-services-2__card>.content .owl-nav button:last-child:hover {
    background-color: #f22283!important;
    opacity: 1!important
}

.other-services-2__card>.content>.btn {
    position: absolute;
    right: 154px;
    bottom: 0;
    border-radius: 0;
    height: 77px;
    line-height: 77px;
    padding: 0;
    width: 351px;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    font-family: "Roboto Light";
    font-weight: 500;
    letter-spacing: 0
}

.appointments-2 {
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: 42% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.appointments-2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(31, 61, 157, .5)
}

.appointments-2 .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appointments-2 .container .online-appointments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    width: 100%
}

.appointments-2 .container .online-appointments .appointments-text {
    max-width: 550px;
    width: 100%;
    color: #fff;
    font-size: 19px;
    margin-top: 25px;
    line-height: 1.8
}

.appointments-2 .container .company-numbers {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appointments-2 .container .company-numbers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointments-2 .container .company-numbers__item>.number {
    border-radius: 8px;
    color: #fff;
    background-color: #f22283;
    width: 132px;
    min-width: 132px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    font-size: 56px;
    font-family: BebasNeue;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-right: 29px;
    margin-left: -1px;
    animation: 1s animatePinkShadow linear alternate-reverse infinite
}

.appointments-2 .container .company-numbers__item>.content h3 {
    margin-top: 2px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.5;
    font-size: 23px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize
}

.appointments-2 .container .company-numbers__item>.content p {
    font-size: 15.5px;
    line-height: 1.5;
    color: #fff
}

.why-choose-us-2 {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 45px
}

.why-choose-us-2>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-choose-us-2>.container .section-title {
    margin-bottom: 60px
}

.why-choose-us-2__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-choose-us-2__item {
    margin-bottom: 60px;
    max-width: 370px;
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-choose-us-2__item:nth-last-child(1),
.why-choose-us-2__item:nth-last-child(2) {
    margin-bottom: 0
}

.why-choose-us-2__item-content {
    padding-top: 5px
}

.why-choose-us-2__item-number {
    margin-right: 30px;
    min-height: 87px;
    min-width: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f22283;
    font-size: 48px;
    color: #fff;
    position: relative;
    z-index: 2
}

.why-choose-us-2__item-number:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(242, 34, 131, .4);
    width: 126%;
    height: 126%;
    z-index: -1;
    animation: animatePinkShadow 1s linear alternate-reverse infinite
}

.why-choose-us-2__item-title {
    color: #333;
    font-weight: 900;
    font-size: 23.5px;
    letter-spacing: -1px
}

.why-choose-us-2__item-text {
    color: #333;
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px
}

.our-numbers {
    position: relative;
    z-index: 10;
    /*background-image: url(../images/jpg/our-numbers-bg.jpg);*/
    background-position: 42% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 540px;
    padding-top: 110px;
    padding-bottom: 80px
}

.our-numbers__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 61, 157, .5)
}

.our-numbers .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-numbers .container>div {
    max-width: 550px;
    width: 100%
}

.our-numbers__items {
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-numbers__items>.item {
    width: 270px;
    color: #fff;
    margin-bottom: 30px
}

.our-numbers__items>.item>h1 {
    letter-spacing: -2px;
    font-size: 80px
}

.our-numbers__items>.item>h1>span {
    font-size: 80px;
    letter-spacing: -2px
}

.our-numbers__items>.item h4 {
    font-size: 26px;
    font-weight: 500
}

.our-numbers__img {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    border-radius: 8px
}

.our-numbers__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.our-numbers__img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.specialists-2 {
    position: relative;
    padding-top: 180px;
    padding-bottom: 190px;
    overflow: hidden
}

.specialists-2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.specialists-2__bg>.icon {
    position: absolute;
    left: -10px;
    bottom: -24px;
    width: 100%;
    max-width: 1201px
}

.specialists-2__bg>.icon>img {
    width: 100%;
    height: 100%
}

.specialists-2>.container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.specialists-2>.container>.section-title {
    text-align: center;
    margin-bottom: 60px
}

.specialists-2>.container>.specialists-2__card {
    padding: 50px;
    border-radius: 8px;
    width: 100%;
    background-image: linear-gradient(to right, #1f3d9d 320px, #fff 1px);
    -webkit-box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 51px 0 rgba(0, 0, 0, .1)
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>div {
    max-height: 600px;
    max-width: 520px;
    width: 100%
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.img {
    position: relative;
    overflow: hidden;
    max-width: 520px;
    width: 100%;
    border-radius: 8px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content {
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 50px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table {
    width: 100%;
    color: #333;
    font-size: 20px;
    line-height: 1.5
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>thead td>.title {
    font-size: 30px;
    padding-bottom: 30px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr {
    vertical-align: top
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>th {
    padding-bottom: 10px;
    width: 45%;
    text-align: left;
    font-weight: 900
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td {
    width: 50%;
    padding-bottom: 10px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td a {
    line-height: 2;
    font-size: 20px;
    margin-right: 10px;
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td a:hover {
    color: #f22283
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td table {
    width: 100%
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td table td {
    width: 50%
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tfoot td>.btn {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots {
    position: absolute;
    left: 50%;
    bottom: -130px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots .owl-dot {
    margin-right: 2px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots .owl-dot:last-child {
    margin-right: 0
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots .owl-dot:last-child>span {
    margin-right: 0
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots .owl-dot>span {
    width: 10px;
    min-width: 10px;
    height: 10px
}

.specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.our-clients {
    position: relative;
    z-index: 10;
    background-image: url(../images/bg-1.png);
    padding-top: 0;
    padding-bottom: 73px
}

.our-clients__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 61, 157, .5)
}

.our-clients>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.our-clients>.container>.section-title {
    text-align: center
}

.our-clients__carousel {
    width: 100%;
    text-align: center;
    border: 9px solid #efeded;
    margin-top: 30px;
    background: #bfa169;
}

.our-clients__carousel-item {
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding: 84px 31px;
    max-width: 864px;
    margin-top: 0;
    margin-bottom: 14px
}

.our-clients__carousel-item>.text {
    line-height: 30px;
    color: white;
    font-size: 16px
}

.our-clients__carousel-item>.title {
    margin-top: 13px;
    color: #000;
    font-size: 22px;
    text-transform: uppercase
}

.our-clients__carousel-item>.subtitle {
    font-size: 18px;
    color: #0f2b4c;
    margin-top: 5px
}

.our-clients__carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-clients__carousel>.owl-dots {
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    background: #efeded;
    padding: 9px 9px
}

.our-clients__carousel>.owl-dots>.owl-dot span {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 5px;
    background-color: #0f2b4c!important;
    cursor: pointer
}

.our-clients__carousel>.owl-dots>.owl-dot.active span {
    width: 47px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.our-clients__carousel>.owl-nav {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    display: none
}

.our-clients__carousel>.owl-nav>button {
    overflow: hidden;
    border-radius: 8px!important;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, .5)!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.our-clients__carousel>.owl-nav>button:hover {
    background-color: #ffc107!important
}

.our-clients__carousel>.owl-nav>button:hover span {
    color: #fff
}

.our-clients__carousel>.owl-nav>button span {
    line-height: 20px;
    font-weight: 900;
    margin-top: -5px;
    font-size: 51px;
    color: #0f2b4c
}

.latest-news-2 {
    position: relative;
    z-index: 10;
    background-color: #fafafa;
    padding: 120px 0 145px
}

.latest-news-2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.latest-news-2__bg>.icon {
    position: absolute;
    bottom: -20px;
    right: -14px;
    max-width: 1201px;
    width: 100%
}

.latest-news-2__bg>.icon img {
    width: 100%
}

.latest-news-2>.container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.latest-news-2>.container>.section-title {
    text-align: center;
    margin-bottom: 60px
}

.latest-news-2__carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-2__carousel-item {
    max-width: 570px;
    width: 100%;
    height: 400px
}

.latest-news-2__carousel-item>.latest-news-2__card {
    position: relative;
    height: 100%;
    width: 100%
}

.latest-news-2__carousel-item>.latest-news-2__card>.img {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 8px;
    max-width: 244px;
    width: 244px;
    height: 360px;
    z-index: 11
}

.latest-news-2__carousel-item>.latest-news-2__card>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-2__carousel-item>.latest-news-2__card>.content {
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    height: 360px;
    width: 100%;
    max-width: 528px;
    background-color: #fff;
    padding: 50px 50px 50px 240px;
    background-image: linear-gradient(to right, #1f3d9d 105px, #fff 1px);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    z-index: 10
}

.latest-news-2__carousel-item>.latest-news-2__card>.content>.date {
    font-size: 14px;
    color: #fff;
    background-color: #1f3d9d;
    border-radius: 20px;
    padding: 7px 12px
}

.latest-news-2__carousel-item>.latest-news-2__card>.content>.title {
    margin-top: 35px;
    font-size: 24px;
    color: #333
}

.latest-news-2__carousel-item>.latest-news-2__card>.content>.text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

.latest-news-2__carousel>.owl-stage-outer>.owl-stage>.owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px
}

.latest-news-2__carousel>.owl-nav {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 1330px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-2__carousel>.owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.latest-news-2__carousel>.owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.latest-news-2__carousel>.owl-nav button:hover {
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    background-color: #1f3d9d!important
}

.latest-news-2__carousel>.owl-nav button:hover span {
    color: #fff
}

.latest-news-2__carousel>.owl-dots {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.latest-news-2__carousel>.owl-dots .owl-dot {
    margin-right: 2px
}

.latest-news-2__carousel>.owl-dots .owl-dot:last-child {
    margin-right: 0
}

.latest-news-2__carousel>.owl-dots .owl-dot:last-child>span {
    margin-right: 0
}

.latest-news-2__carousel>.owl-dots .owl-dot>span {
    width: 10px;
    min-width: 10px;
    height: 10px
}

.latest-news-2__carousel>.owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.emergency-call-2 {
    z-index: 10;
    position: relative;
    /*background-image: url(../images/jpg/emergency.jpg);*/
    background-position: center 70%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px
}

.emergency-call-2__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 61, 157, .5)
}

.emergency-call-2>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.emergency-call-2>.container h3 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin-bottom: 35px
}

.emergency-call-2>.container>.call {
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.emergency-call-2>.container>.call>.icon {
    background-color: #f22283;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(242, 34, 131, .5);
    animation: 1s animatePinkShadow linear alternate-reverse infinite
}

.emergency-call-2>.container>.call>.icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: rgba(242, 34, 131, .4);
    border-radius: 50%;
    z-index: -1
}

.emergency-call-2>.container>.call>a {
    color: #fff;
    font-size: 28px
}

.header-bottom-3 {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 750px;
    z-index: 10
}

.header-bottom-3__banner {
    overflow: hidden
}

.header-bottom-3__banner .slide-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bottom-3__banner .slide-item>.content {
    position: absolute;
    top: 85px;
    left: 0;
    height: 580px;
    max-width: 50%;
    width: 100%;
    background-color: #1f3d9d;
    z-index: 2;
    border-radius: 0 8px 8px 0
}

.header-bottom-3__banner .slide-item>.content>.bg-text,
.header-bottom-3__banner .slide-item>.content>.bg-text_dark {
    position: absolute;
    right: -40px
}

.header-bottom-3__banner .slide-item>.content h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-size: 20px;
    color: #fff
}

.header-bottom-3__banner .slide-item__text {
    position: absolute;
    right: 15px!important;
    top: 0;
    padding-top: 140px;
    max-width: 570px;
    width: 100%;
    height: 100%
}

.header-bottom-3__banner .slide-item__title {
    margin-top: 25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 60px;
    font-family: BebasNeue;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    color: #fff
}

.header-bottom-3__banner .slide-item__title span {
    font-weight: 900;
    font-family: BebasNeue;
    color: #f22283
}

.header-bottom-3__banner .slide-item__subtitle {
    margin-top: 22px;
    margin-bottom: 34px;
    font-weight: 100;
    font-size: 25px;
    color: #fff
}

.header-bottom-3__banner .slide-item>.img {
    border-bottom-left-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    height: 750px;
    width: 100%;
    max-width: 54%;
    overflow: hidden;
    z-index: 1
}

.header-bottom-3__banner .slide-item>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 30%;
    object-position: center 30%
}

.header-bottom-3__banner>.owl-stage-outer>.owl-stage>.owl-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header-bottom-3__banner>.owl-stage-outer>.owl-stage>.owl-item .slide-item>.content>.slide-item__text {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.header-bottom-3__banner>.owl-stage-outer>.owl-stage>.owl-item.active .slide-item>.content>.slide-item__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-bottom-3__banner>.owl-stage-outer>.owl-stage>.owl-item.active .slide-item>.img>img {
    -webkit-animation: bannerScale 5s linear 1s;
    animation: bannerScale 5s linear 1s
}

.header-bottom-3__banner .owl-nav {
    position: relative;
    top: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 20
}

.header-bottom-3__banner .owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.header-bottom-3__banner .owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.header-bottom-3__banner .owl-nav button:first-child {
    background-color: #fff
}

.header-bottom-3__banner .owl-nav button:first-child span {
    color: #1f3d9d
}

.header-bottom-3__banner .owl-nav button:last-child {
    background-color: #1f3d9d
}

.header-bottom-3__banner .owl-nav button:last-child span {
    color: #fff
}

.header-bottom-3__banner .owl-nav button:hover:first-child,
.header-bottom-3__banner .owl-nav button:hover:last-child {
    border-color: #f22283!important;
    background-color: #f22283
}

.header-bottom-3__banner .owl-nav button:hover:first-child span,
.header-bottom-3__banner .owl-nav button:hover:last-child span {
    color: #fff
}

.header-bottom-3__banner .owl-dots {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    top: -230px;
    text-align: center
}

.header-bottom-3__banner .owl-dots .owl-dot span {
    min-width: 10px;
    height: 10px
}

.header-bottom-3__banner .owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.our-departments-2 {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 140px;
    overflow: hidden
}

.our-departments-2>.bg-text,
.our-departments-2>.bg-text_dark {
    position: absolute;
    top: 20px;
    right: 0
}

.our-departments-2>.container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.our-departments-2>.container>.section-title {
    margin-bottom: 60px
}

.our-departments-2 .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-departments-2__inner-item {
    position: relative;
    z-index: 2;
    max-width: 270px;
    width: 100%;
    height: 280px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 30px;
    padding: 30px
}

.our-departments-2__inner-item:hover {
    border: 1px solid #3774c2;
    -webkit-box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 18px 32px 0 rgba(0, 0, 0, .1)
}

.our-departments-2__inner-item>.title {
    font-size: 22px;
    color: #333;
    letter-spacing: -.5px
}

.our-departments-2__inner-item>.text {
    font-size: 16px;
    color: #333
}

.our-departments-2 .owl-nav {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 1330px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-departments-2 .owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.our-departments-2 .owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.our-departments-2 .owl-nav button:hover {
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    background-color: #1f3d9d!important
}

.our-departments-2 .owl-nav button:hover span {
    color: #fff
}

.our-departments-2 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.our-departments-2 .owl-dots .owl-dot span {
    min-width: 10px;
    height: 10px
}

.our-departments-2 .owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.about-3 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fafafa
}

.about-3>.bg-text,
.about-3>.bg-text_dark {
    position: absolute;
    top: 0;
    left: -20px
}

.about-3>.container {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-3>.container>.content {
    max-width: 550px;
    width: 100%
}

.about-3>.container>.content>h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6.5px;
    color: #333
}

.about-3>.container>.content>h1 {
    margin-top: 20px
}

.about-3>.container>.content>h2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.4;
    color: #333
}

.about-3>.container>.content>p {
    margin-top: 20px;
    font-family: "Roboto Light";
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px
}

.about-3>.container>.content>.signature {
    margin-top: 20px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-3>.container>.content>.signature>img {
    margin-right: 28px
}

.about-3>.container>.content>.signature>h4 {
    font-size: 19px;
    padding-top: 20px
}

.about-3>.container>.content>.signature>h4 span {
    font-family: "Roboto Light";
    font-size: 15px;
    color: #333
}

.about-3>.container>.video {
    position: relative;
    height: 500px;
    max-width: 550px;
    width: 100%;
    border-radius: 8px
}

.about-3>.container>.video>.btn-video-outer {
    position: absolute;
    left: -28px;
    top: 80%;
    z-index: 2
}

.about-3>.container>.video>.img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.about-3>.container>.video>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.about-3>.container>.video>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.why-choose-us-3 {
    position: relative;
    height: 770px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));
    background-image: linear-gradient(to bottom, #fafafa, #fff)
}

.why-choose-us-3>.bl-left {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    max-width: 50%;
    height: 610px;
    z-index: 2;
    border-radius: 0 8px 8px 0;
    background-color: #1f3d9d;
    overflow: hidden
}

.why-choose-us-3>.bl-left>.bg-text,
.why-choose-us-3>.bl-left>.bg-text_dark {
    position: absolute;
    top: -50px;
    left: -100px;
    width: 150%
}

.why-choose-us-3>.bl-left>.content {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    max-width: 570px
}

.why-choose-us-3>.bl-left>.content>.section-title>span {
    color: #fff
}

.why-choose-us-3>.bl-left>.content>.items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-choose-us-3>.bl-left>.content>.items>.item {
    width: 270px;
    color: #fff;
    margin-bottom: 30px
}

.why-choose-us-3>.bl-left>.content>.items>.item>h1 {
    font-size: 60px
}

.why-choose-us-3>.bl-left>.content>.items>.item>h1>span {
    font-size: 60px
}

.why-choose-us-3>.bl-left>.content>.items>.item h4 {
    font-size: 20px;
    font-weight: 500
}

.why-choose-us-3>.bl-right {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 770px;
    height: 100%;
    width: 54%;
    z-index: 1
}

.why-choose-us-3>.bl-right>.img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.why-choose-us-3>.bl-right>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 center;
    object-position: 0 center
}

.other-services-3 {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff
}

.other-services-3>.bg-text,
.other-services-3>.bg-text_dark {
    position: absolute;
    right: -25px;
    top: 30px
}

.other-services-3 .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.other-services-3__cards {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.other-services-3__cards>.card-item {
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    width: 100%;
    padding: 50px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, .06);
    box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, .06)
}

.other-services-3__cards>.card-item:hover {
    border-color: #f22283;
    -webkit-box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, .2);
    box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, .2)
}

.other-services-3__cards>.card-item>.title {
    margin-top: 30px;
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 900;
    color: #333
}

.other-services-3__cards>.card-item>.subtitle {
    margin-top: 25px;
    font-size: 13.5px;
    color: #333;
    line-height: 1.5
}

.other-services-3__cards>.card-item>.lists {
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    padding-left: 10px;
    list-style: none;
    text-align: left
}

.other-services-3__cards>.card-item>.lists li {
    line-height: 36px;
    font-size: 15.5px;
    letter-spacing: -.15px
}

.other-services-3__cards>.card-item>.lists li i.fa {
    color: #1f3d9d;
    margin-right: 7px
}

.specialists-3 {
    position: relative;
    background-color: #fff
}

.specialists-3>.bg-text,
.specialists-3>.bg-text_dark {
    position: absolute;
    top: 90px;
    right: -50px
}

.specialists-3 .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px
}

.specialists-3 .container .section-title {
    margin-left: -5px
}

.specialists-3__carousel {
    padding: 0!important;
    margin-top: 50px;
    max-width: 1200px;
    width: 100%
}

.specialists-3__carousel .owl-nav {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 1330px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.specialists-3__carousel .owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.specialists-3__carousel .owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.specialists-3__carousel .owl-nav button:hover {
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    background-color: #1f3d9d!important
}

.specialists-3__carousel .owl-nav button:hover span {
    color: #fff
}

.specialists-3__carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.specialists-3__carousel .owl-dot {
    margin-right: 2px
}

.specialists-3__carousel .owl-dot:last-child {
    margin-right: 0
}

.specialists-3__carousel .owl-dot:last-child>span {
    margin-right: 0
}

.specialists-3__carousel .owl-dot span {
    min-width: 10px;
    height: 10px
}

.specialists-3__carousel .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.specialists-3__item {
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.specialists-3__item>.inner-block {
    position: relative;
    z-index: 1;
    max-width: 250px;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
    border-radius: 8px;
    padding-bottom: 15px
}

.specialists-3__item>.inner-block>.img {
    overflow: hidden;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.specialists-3__item>.inner-block>.name {
    margin-top: 25px;
    font-size: 17.5px;
    text-align: center
}

.specialists-3__item>.inner-block>.proffesia {
    margin-top: 8px;
    text-align: center;
    color: #1f3d9d;
    font-weight: 600
}

.specialists-3__item>.inner-block>.work-date {
    width: 100%;
    padding: 10px 43px
}

.specialists-3__item>.inner-block>.work-date li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    height: 28px;
    line-height: 28px
}

.specialists-3__item>.inner-block>.btn-2 {
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20
}

.latest-news-3 {
    position: relative;
    z-index: 10;
    padding: 140px 0 135px
}

.latest-news-3>.bg-text_dark {
    position: absolute;
    right: -70px;
    top: 40px
}

.latest-news-3>.container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.latest-news-3>.container>.section-title {
    text-align: center;
    margin-bottom: 60px
}

.latest-news-3__carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-3__carousel-item {
    max-width: 570px;
    width: 100%;
    height: 400px
}

.latest-news-3__carousel-item>.latest-news-3__card {
    position: relative;
    height: 100%;
    width: 100%
}

.latest-news-3__carousel-item>.latest-news-3__card>.img {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 8px;
    max-width: 244px;
    width: 244px;
    height: 360px;
    z-index: 11
}

.latest-news-3__carousel-item>.latest-news-3__card>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-3__carousel-item>.latest-news-3__card>.content {
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    height: 360px;
    width: 100%;
    max-width: 528px;
    background-color: #fff;
    padding: 50px 50px 50px 240px;
    background-image: linear-gradient(to right, #1f3d9d 105px, #fff 1px);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
    z-index: 10
}

.latest-news-3__carousel-item>.latest-news-3__card>.content>.date {
    font-size: 14px;
    color: #fff;
    background-color: #1f3d9d;
    border-radius: 20px;
    padding: 7px 12px
}

.latest-news-3__carousel-item>.latest-news-3__card>.content>.title {
    margin-top: 35px;
    font-size: 24px;
    color: #333
}

.latest-news-3__carousel-item>.latest-news-3__card>.content>.text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

.latest-news-3__carousel>.owl-stage-outer>.owl-stage>.owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px
}

.latest-news-3__carousel .owl-nav {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 1330px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-3__carousel .owl-nav button {
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.latest-news-3__carousel .owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    font-size: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.latest-news-3__carousel .owl-nav button:hover {
    -webkit-box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    box-shadow: 8.135px 18.271px 51px 0 rgba(31, 61, 157, .5);
    background-color: #1f3d9d!important
}

.latest-news-3__carousel .owl-nav button:hover span {
    color: #fff
}

.latest-news-3__carousel>.owl-dots {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.latest-news-3__carousel>.owl-dots .owl-dot {
    margin-right: 2px
}

.latest-news-3__carousel>.owl-dots .owl-dot:last-child {
    margin-right: 0
}

.latest-news-3__carousel>.owl-dots .owl-dot:last-child>span {
    margin-right: 0
}

.latest-news-3__carousel>.owl-dots .owl-dot>span {
    width: 10px;
    min-width: 10px;
    height: 10px
}

.latest-news-3__carousel>.owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.medical-center {
    position: relative;
    height: 750px;
    background-color: #fff
}

.medical-center>.bl-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 770px;
    width: 54%;
    z-index: 1
}

.medical-center>.bl-left>.img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0
}

.medical-center>.bl-left>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 center;
    object-position: 0 center
}

.medical-center>.bl-right {
    position: absolute;
    top: 85px;
    right: 0;
    height: 580px;
    max-width: 50%;
    width: 100%;
    background-color: #1f3d9d;
    z-index: 2;
    border-radius: 8px 0 0 8px
}

.medical-center>.bl-right>.bg-text,
.medical-center>.bl-right>.bg-text_dark {
    position: absolute;
    top: -50px;
    left: 0
}

.medical-center>.bl-right>.content {
    position: absolute;
    left: 15px;
    top: 0;
    padding-top: 100px;
    padding-left: 70px;
    height: 100%;
    width: 100%;
    max-width: 570px
}

.medical-center>.bl-right>.content>.section-title>span {
    color: #fff
}

.medical-center>.bl-right>.content>.medical-center__form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.medical-center>.bl-right>.content>.medical-center__form>.input-box {
    position: relative;
    width: 235px;
    height: 42px;
    margin-bottom: 40px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.medical-center>.bl-right>.content>.medical-center__form>.input-box>label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.medical-center>.bl-right>.content>.medical-center__form>.input-box>input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: 0;
    background-color: transparent;
    font-size: 20px;
    color: #fff
}

.medical-center>.bl-right>.content>.medical-center__form>.input-box:hover {
    border-bottom-color: #fff
}

.medical-center>.bl-right>.content>.medical-center__form>.input-box:hover>label {
    top: -10px;
    font-size: 14px
}

.medical-center>.bl-right>.content>.medical-center__form>.select-box {
    position: relative;
    width: 235px;
    height: 42px;
    margin-bottom: 50px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.medical-center>.bl-right>.content>.medical-center__form>.select-box>.fa {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    line-height: 10px
}

.medical-center>.bl-right>.content>.medical-center__form>.select-box>select {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 20px;
    color: #fff;
    padding-right: 20px
}

.medical-center>.bl-right>.content>.medical-center__form>.select-box>select>option {
    line-height: 2;
    background-color: #1f3d9d
}

.medical-center>.bl-right>.content>.medical-center__form>.select-box:hover {
    border-bottom-color: #fff
}

.our-clients-2 {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 750px;
    z-index: 10
}

.our-clients-2__carousel {
    position: relative;
    overflow: hidden
}

.our-clients-2__carousel .slide-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-clients-2__carousel .slide-item>.content {
    position: absolute;
    top: 85px;
    right: 0;
    height: 580px;
    max-width: 50%;
    width: 100%;
    background-color: #1f3d9d;
    z-index: 2;
    border-radius: 8px 0 0 8px
}

.our-clients-2__carousel .slide-item>.content>.bg-icon {
    position: absolute;
    right: 11px;
    bottom: -50px;
    max-width: 515px;
    width: 100%
}

.our-clients-2__carousel .slide-item__text {
    position: absolute;
    left: 15px;
    top: 0;
    padding-top: 100px;
    padding-left: 100px;
    max-width: 570px;
    width: 100%;
    height: 100%
}

.our-clients-2__carousel .slide-item__text>.section-title {
    color: #fff;
    margin-bottom: 50px
}

.our-clients-2__carousel .slide-item__text>.section-title>span {
    color: #f22283
}

.our-clients-2__carousel .slide-item__text>.text {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 100
}

.our-clients-2__carousel .slide-item__text>.author {
    font-size: "Roboto Bold";
    font-size: 22px;
    color: #fff;
    margin-top: 50px
}

.our-clients-2__carousel .slide-item__text>.profession {
    margin-top: 10px;
    font-weight: 100;
    font-size: 16px;
    color: #fff
}

.our-clients-2__carousel .slide-item>.img {
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 750px;
    width: 100%;
    max-width: 54%;
    overflow: hidden;
    z-index: 1
}

.our-clients-2__carousel .slide-item>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 30%;
    object-position: center 30%
}

.our-clients-2__carousel>.owl-stage-outer>.owl-stage>.owl-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.our-clients-2__carousel>.owl-stage-outer>.owl-stage>.owl-item .slide-item>.content>.slide-item__text {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.our-clients-2__carousel>.owl-stage-outer>.owl-stage>.owl-item.active .slide-item>.content>.slide-item__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.our-clients-2__carousel>.owl-stage-outer>.owl-stage>.owl-item.active .slide-item>.img>img {
    -webkit-animation: bannerScale 5s linear 1s;
    animation: bannerScale 5s linear 1s
}

.our-clients-2__carousel>.owl-nav {
    position: relative;
    top: -180px;
    left: 50%;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-clients-2__carousel>.owl-nav button {
    display: block;
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 49px;
    height: 49px;
    border: 1px solid #1f3d9d!important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.our-clients-2__carousel>.owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    color: #1f3d9d;
    font-size: 30px
}

.our-clients-2__carousel>.owl-nav button:first-child {
    background-color: #1f3d9d
}

.our-clients-2__carousel>.owl-nav button:first-child span {
    color: #fff
}

.our-clients-2__carousel>.owl-nav button:last-child {
    background-color: #fff
}

.our-clients-2__carousel>.owl-nav button:last-child span {
    color: #1f3d9d
}

.our-clients-2__carousel>.owl-nav button:hover:first-child,
.our-clients-2__carousel>.owl-nav button:hover:last-child {
    border-color: #f22283!important;
    background-color: #f22283
}

.our-clients-2__carousel>.owl-nav button:hover:first-child span,
.our-clients-2__carousel>.owl-nav button:hover:last-child span {
    color: #fff
}

.our-clients-2__carousel>.owl-dots {
    width: 200px;
    z-index: 20;
    position: relative;
    left: 60%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    top: -230px
}

.our-clients-2__carousel>.owl-dots .owl-dot span {
    min-width: 10px;
    height: 10px
}

.our-clients-2__carousel>.owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.header-bottom-4 {
    background-color: #f1f0f0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 26px
}

.header-bottom-4>img {
    position: absolute;
    top: -150px;
    left: 0;
    height: 500px;
    width: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.header-bottom-4__bg {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(transparent), to(transparent));
    background-image: linear-gradient(to right, #fff, transparent, transparent);
    overflow: hidden;
    z-index: 2
}

.header-bottom-4__bg>.icon {
    max-width: 530px;
    width: 40%;
    top: 0;
    left: 0;
    z-index: 3
}

.header-bottom-4__bg>.icon>img {
    width: 100%
}

.header-bottom-4>.container {
    z-index: 5;
    display: block;
    position: relative;
    /* padding-top: 125px; */
    height: 100%
}

.header-bottom-4>.container>.section-title {
    width: 100%
}

.header-bottom-4>.container>.breadcrumb {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item {
    font-weight: 600;
    font-size: 20px
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item a {
    color: #e6b30f;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item a:hover {
    color: #f22283
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item.active {
    color: #333
}

.about-4 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 140px
}

.about-4__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.about-4__bg>.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    max-width: 882px;
    width: 100%
}

.about-4__bg>.icon img {
    width: 100%
}

.about-4>.container {
    position: relative;
    z-index: 2
}

.about-4>.container>.content {
    width: 100%
}

.about-4>.container>.content>.video {
    float: left;
    position: relative;
    height: 590px;
    max-width: 570px;
    width: 100%;
    margin-right: 50px;
    margin-bottom: 50px;
    border-radius: 8px
}

.about-4>.container>.content>.video>.btn-video-outer {
    position: absolute;
    left: -28px;
    top: 80%;
    z-index: 2
}

.about-4>.container>.content>.video>.img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.about-4>.container>.content>.video>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.about-4>.container>.content>.video>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about-4>.container>.content>.content-right>h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6.5px;
    color: #333
}

.about-4>.container>.content>.content-right>h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    color: #333
}

.about-4>.container>.content>.content-right>p {
    margin-top: 30px;
    font-family: "Roboto Light";
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-bottom: 20px
}

.medical-center-2 {
    padding-top: 220px
}

.medical-center-2 .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.medical-center-2 .container>.img {
    position: relative;
    height: 450px;
    max-width: 520px;
    width: 100%;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 8px
}

.medical-center-2 .container>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.medical-center-2 .container>.img:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.medical-center-2 .container>.content {
    width: 100%;
    max-width: 550px
}

.medical-center-2 .container>.content>.section-title {
    margin-top: 20px
}

.medical-center-2 .container>.content>.text {
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #333
}

.medical-center-2 .container>.content>.list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 150px
}

.medical-center-2 .container>.content>.list li {
    width: 270px;
    color: #333;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px
}

.medical-center-2 .container>.content>.list li>.fa {
    margin-right: 10px
}

.form-2 {
    position: relative;
    overflow: hidden;
    min-height: 1065px;
    z-index: 10;
    padding-top: 145px
}

.form-2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.form-2__bg>.circle-blue {
    position: absolute;
    left: 232px;
    top: 227px;
    z-index: 2;
    width: 573px;
    height: 573px
}

.form-2__bg>.circle-pink {
    position: absolute;
    left: 340px;
    top: 185px;
    z-index: 3;
    width: 144px;
    height: 144px
}

.form-2__bg>img {
    position: absolute;
    left: 306px;
    top: 62px;
    z-index: 4
}

.form-2__bg>.icon {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
    max-width: 923px;
    width: 100%
}

.form-2__bg>.icon>img {
    width: 100%;
    height: 100%
}

.form-2 .container {
    position: relative;
    z-index: 10;
    padding-bottom: 145px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-2__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    padding-left: 2px
}

.form-2__block>.subtitle {
    margin-top: 28px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    letter-spacing: -.3px
}

.form-2__block textarea,
.form-2__block-input {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#efefef), to(#fff));
    background-image: linear-gradient(to top right, #efefef, #fff);
    display: inline-block;
    max-width: 276px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    margin-bottom: 20px;
    padding: 24px 26px;
    font-size: 20px;
    outline: 0;
    color: #333;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.form-2__block textarea:focus,
.form-2__block textarea:hover,
.form-2__block-input:focus,
.form-2__block-input:hover {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#fff));
    background-image: linear-gradient(to top right, #fff, #fff)
}

.form-2__block textarea:focus,
.form-2__block-input:focus {
    border-color: #f22283
}

.form-2__block>form {
    margin-left: -1px;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-2__block>form>textarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%!important;
    resize: none;
    height: 210px;
    margin-bottom: 22px
}

.form-2__block>form>.btn {
    padding-left: 77px;
    padding-right: 77px
}

.form-2__block>form>label {
    font-size: 17px
}

.latest-news-4 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 140px
}

.latest-news-4>.container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-4>.container>.item {
    background-color: #fff;
    z-index: 1;
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding-bottom: 45px;
    margin-bottom: 80px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.latest-news-4>.container>.item>.img {
    position: relative;
    width: 100%;
    height: 260px
}

.latest-news-4>.container>.item>.img>.date {
    position: absolute;
    left: 37px;
    bottom: -20px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d
}

.latest-news-4>.container>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container>.item>.title {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    color: #333;
    font-weight: 900;
    font-size: 21px
}

.latest-news-4>.container>.item>.text {
    color: #333;
    padding: 5px 40px 0;
    font-size: 15px;
    line-height: 1.8
}

.latest-news-4>.container>.item>.read-more-2 {
    font-size: 14px;
    padding: 0 40px
}

.latest-news-4>.container>.item:hover {
    -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1)
}

.latest-news-4>.container_left-sidebar>.article,
.latest-news-4>.container_right-sidebar>.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-4>.container_left-sidebar>.article>.item,
.latest-news-4>.container_right-sidebar>.article>.item {
    z-index: 1;
    width: 100%;
    max-width: 330px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding-bottom: 45px;
    margin-bottom: 80px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.latest-news-4>.container_left-sidebar>.article>.item>.img,
.latest-news-4>.container_right-sidebar>.article>.item>.img {
    position: relative;
    width: 100%;
    height: 260px
}

.latest-news-4>.container_left-sidebar>.article>.item>.img>.date,
.latest-news-4>.container_right-sidebar>.article>.item>.img>.date {
    position: absolute;
    left: 37px;
    bottom: -20px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d
}

.latest-news-4>.container_left-sidebar>.article>.item>.img>img,
.latest-news-4>.container_right-sidebar>.article>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container_left-sidebar>.article>.item>.title,
.latest-news-4>.container_right-sidebar>.article>.item>.title {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    color: #333;
    font-weight: 900;
    font-size: 21px
}

.latest-news-4>.container_left-sidebar>.article>.item>.text,
.latest-news-4>.container_right-sidebar>.article>.item>.text {
    color: #333;
    padding: 5px 40px 0;
    font-size: 15px;
    line-height: 1.8
}

.latest-news-4>.container_left-sidebar>.article>.item>.read-more-2,
.latest-news-4>.container_right-sidebar>.article>.item>.read-more-2 {
    font-size: 14px;
    padding: 0 40px
}

.latest-news-4>.container_left-sidebar>.article>.item:hover,
.latest-news-4>.container_right-sidebar>.article>.item:hover {
    -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1)
}

.latest-news-4>.container_left-sidebar>.article>.item-2,
.latest-news-4>.container_right-sidebar>.article>.item-2 {
    z-index: 1;
    width: 100%;
    max-width: 770px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin-bottom: 80px;
    border-radius: 8px;
    padding-bottom: 45px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.img,
.latest-news-4>.container_right-sidebar>.article>.item-2>.img {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.img>img,
.latest-news-4>.container_right-sidebar>.article>.item-2>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.date,
.latest-news-4>.container_right-sidebar>.article>.item-2>.date {
    margin-left: 40px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d;
    text-align: center
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.comments,
.latest-news-4>.container_right-sidebar>.article>.item-2>.comments {
    font-size: 16px;
    color: #333
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.title,
.latest-news-4>.container_right-sidebar>.article>.item-2>.title {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    color: #333;
    font-weight: 900;
    font-size: 21px
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.text,
.latest-news-4>.container_right-sidebar>.article>.item-2>.text {
    color: #333;
    padding: 5px 40px 0;
    font-size: 15px;
    line-height: 1.8
}

.latest-news-4>.container_left-sidebar>.article>.item-2>.read-more-2,
.latest-news-4>.container_right-sidebar>.article>.item-2>.read-more-2 {
    font-size: 14px;
    padding: 0 40px
}

.latest-news-4>.container_left-sidebar>.article>.item-2:hover,
.latest-news-4>.container_right-sidebar>.article>.item-2:hover {
    -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1)
}

.latest-news-4>.container_left-sidebar>.article>.single-card,
.latest-news-4>.container_right-sidebar>.article>.single-card {
    overflow: hidden;
    background-color: #fff
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.img {
    width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.img>img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.date,
.latest-news-4>.container_right-sidebar>.article>.single-card>.date {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.comments,
.latest-news-4>.container_right-sidebar>.article>.single-card>.comments {
    font-size: 16px;
    color: #333;
    line-height: 42px;
    padding: 6px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.title,
.latest-news-4>.container_right-sidebar>.article>.single-card>.title {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.text,
.latest-news-4>.container_right-sidebar>.article>.single-card>.text {
    font-size: 17px;
    color: #333;
    line-height: 2;
    margin-bottom: 50px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.blog,
.latest-news-4>.container_right-sidebar>.article>.single-card>.blog {
    background-color: #1f3d9d;
    padding: 45px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.blog>.icon,
.latest-news-4>.container_right-sidebar>.article>.single-card>.blog>.icon {
    margin-top: 30px;
    margin-right: 40px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.blog>.content,
.latest-news-4>.container_right-sidebar>.article>.single-card>.blog>.content {
    color: #fff
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.blog>.content>.text,
.latest-news-4>.container_right-sidebar>.article>.single-card>.blog>.content>.text {
    font-size: 18px;
    line-height: 2
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.blog>.content>.author,
.latest-news-4>.container_right-sidebar>.article>.single-card>.blog>.content>.author {
    font-size: 22px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.share,
.latest-news-4>.container_right-sidebar>.article>.single-card>.share {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.share>h4,
.latest-news-4>.container_right-sidebar>.article>.single-card>.share>h4 {
    font-size: 20px;
    margin-right: 24px;
    line-height: 20px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.share>a,
.latest-news-4>.container_right-sidebar>.article>.single-card>.share>a {
    line-height: 20px;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 24px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.share>a:last-child,
.latest-news-4>.container_right-sidebar>.article>.single-card>.share>a:last-child {
    margin-right: 0
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.share>a:hover,
.latest-news-4>.container_right-sidebar>.article>.single-card>.share>a:hover {
    color: #f22283
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.title,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.title {
    color: #333;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 45px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items {
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d9d9d9
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.img {
    margin-right: 40px;
    height: 99px;
    min-width: 99px;
    width: 99px;
    overflow: hidden;
    border-radius: 50%
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.img>img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.date,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.date {
    font-size: 14px;
    color: #333
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply {
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply>.fa,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply>.fa {
    margin-right: 5px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply:hover,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.date-reply>.reply:hover {
    color: #f22283
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.name,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.name {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.text,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item>.content>.text {
    font-size: 15.5px;
    color: #333;
    line-height: 1.5
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d9d9d9
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    height: 200px;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 25px;
    font-weight: 600;
    resize: none
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input::-webkit-input-placeholder,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea::-webkit-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input::-webkit-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea::-webkit-input-placeholder {
    color: #b2b2b2;
    font-weight: 400
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input:-ms-input-placeholder,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea:-ms-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input:-ms-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea:-ms-input-placeholder {
    color: #b2b2b2;
    font-weight: 400
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input::-ms-input-placeholder,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea::-ms-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input::-ms-input-placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea::-ms-input-placeholder {
    color: #b2b2b2;
    font-weight: 400
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input::placeholder,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea::placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input::placeholder,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea::placeholder {
    color: #b2b2b2;
    font-weight: 400
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input:hover,
.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>textarea:hover,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input:hover,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>textarea:hover {
    background-color: #fff;
    border-color: #f22283
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input {
    max-width: 340px;
    line-height: 1;
    height: initial
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>button,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>button {
    margin-right: 20px;
    margin-bottom: 20px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>label,
.latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: auto;
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 20px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.title,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.title {
    width: 100%;
    color: #333;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 45px;
    text-transform: capitalize
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item {
    background-color: #fff;
    z-index: 1;
    max-width: 330px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding-bottom: 45px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.img {
    position: relative;
    width: 100%;
    height: 260px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.img>.date,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.img>.date {
    position: absolute;
    left: 37px;
    bottom: -20px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1f3d9d
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.img>img,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.title,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.title {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    color: #333;
    font-weight: 900;
    font-size: 21px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.text,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.text {
    color: #333;
    padding: 5px 40px 0;
    font-size: 15px;
    line-height: 1.8
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item>.read-more-2,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item>.read-more-2 {
    font-size: 14px;
    padding: 0 40px
}

.latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item:hover,
.latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item:hover {
    -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1)
}

.sidebar>.blog-sidebar .blog-sidebar-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.sidebar>.blog-sidebar>div {
    width: 100%;
    padding: 40px 50px;
    border: 1px solid #e6e6e6;
    margin-bottom: 50px;
    border-radius: 8px;
    background-color: #fff
}

.sidebar>.blog-sidebar>div:last-child {
    margin-bottom: 0
}

.sidebar>.blog-sidebar>.categories {
    width: 100%
}

.sidebar>.blog-sidebar>.categories>.lists>.item>a {
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize
}

.sidebar>.blog-sidebar>.categories>.lists>.item.active>a,
.sidebar>.blog-sidebar>.categories>.lists>.item:hover>a {
    color: #f22283
}

.sidebar>.blog-sidebar>.categories>.lists>.item:last-child>a {
    margin-bottom: 0
}

.sidebar>.blog-sidebar>.instagram>.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sidebar>.blog-sidebar>.instagram>.items>.item {
    max-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 20px;
    border: 2px solid transparent
}

.sidebar>.blog-sidebar>.instagram>.items>.item>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.sidebar>.blog-sidebar>.instagram>.items>.item:hover {
    border-color: #f22283
}

.sidebar>.blog-sidebar>.follow>.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sidebar>.blog-sidebar>.follow>.socials>a {
    width: 57px;
    height: 57px;
    background-color: transparent;
    color: #aeaeae;
    border: 1px solid #aeaeae;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 20px
}

.sidebar>.blog-sidebar>.follow>.socials>a:hover {
    border-color: #f22283;
    background-color: #f22283;
    color: #fff
}

.sidebar>.blog-sidebar>.feeds>.lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sidebar>.blog-sidebar>.feeds>.lists>.item {
    max-width: 300px
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a>.img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 2px solid transparent
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a>.content {
    padding: 10px
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a>.content>.title {
    font-size: 16px;
    color: #333;
    font-weight: 900;
    margin: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a>.content>.time {
    margin-top: 10px;
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sidebar>.blog-sidebar>.feeds>.lists>.item>a:hover>.content>.time,
.sidebar>.blog-sidebar>.feeds>.lists>.item>a:hover>.content>.title {
    color: #f22283
}

@media (max-width:767.98px) {
    .sidebar>.blog-sidebar>div {
        padding: 30px 15px;
        margin-bottom: 30px
    }
}

.departments-3>.container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.departments-3__items {
    padding-top: 160px;
    padding-bottom: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.departments-3__items>.item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    max-width: 31.5%;
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 80px
}

.departments-3>.container>.departments-3__items>.item:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1)
}

.departments-3>.container>.departments-3__items>.item>.img {
    width: 100%;
    height: 250px;
    overflow: hidden
}

.departments-3>.container>.departments-3__items>.item>.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.departments-3>.container>.departments-3__items>.item>.title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
    color: #333
}

.departments-3>.container>.departments-3__items>.item>.text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

.departments-3>.container>.departments-3__items>.item-icon {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    max-width: 31.5%;
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 80px
}

.departments-3>.container>.departments-3__items>.item-icon:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1)
}

.departments-3>.container>.departments-3__items>.item-icon>.img {
    position: relative;
    width: 100%;
    height: 260px;
    z-index: 1
}

.departments-3>.container>.departments-3__items>.item-icon>.img>img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.departments-3>.container>.departments-3__items>.item-icon>.img>.icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -62.5px;
    height: 125px;
    width: 125px;
    background-color: #1f3d9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.departments-3>.container>.departments-3__items>.item-icon>.title {
    margin-top: 90px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1
}

.departments-3>.container>.departments-3__items>.item-icon>.text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

.departments-3>.container>.departments-3__item-1 {
    padding-top: 160px;
    padding-bottom: 160px
}

.departments-3>.container>.departments-3__item-1>.item {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.departments-3>.container>.departments-3__item-1>.item:last-child {
    margin-bottom: 0
}

.departments-3>.container>.departments-3__item-1>.item:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .1)
}

.departments-3>.container>.departments-3__item-1>.item>.img {
    max-height: 470px;
    height: 100%;
    max-width: 630px;
    width: 100%;
    overflow: hidden
}

.departments-3>.container>.departments-3__item-1>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.departments-3>.container>.departments-3__item-1>.item>.content {
    position: relative;
    max-width: 500px;
    width: 100%;
    padding: 130px 50px 50px;
    overflow: hidden
}

.departments-3>.container>.departments-3__item-1>.item>.content>.departments-3__item-bg-text {
    position: absolute;
    top: 40px;
    left: -10px;
    line-height: 1;
    z-index: 1;
    color: #f2f2f2;
    font-size: 100px;
    font-weight: 900;
    font-family: "Roboto Black";
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.departments-3>.container>.departments-3__item-1>.item>.content>.title {
    position: relative;
    z-index: 2;
    line-height: 1;
    color: #1f3d9d;
    font-weight: 600;
    font-size: 45px;
    margin-left: -3px
}

.departments-3>.container>.departments-3__item-1>.item>.content>.text {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
    color: #333
}

.departments-3>.container>.article {
    width: 100%;
    max-width: 800px
}

.departments-3>.container>.article>.departments-3__single {
    padding-bottom: 150px;
    padding-top: 160px;
    width: 100%
}

.departments-3>.container>.article>.departments-3__single>.title {
    font-size: 45px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #333;
    margin-left: -3px
}

.departments-3>.container>.article>.departments-3__single>.img {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 590px;
    margin-bottom: 35px
}

.departments-3>.container>.article>.departments-3__single>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.departments-3>.container>.article>.departments-3__single>.text {
    font-size: 15px;
    color: #333;
    line-height: 1.8
}

.departments-3>.container>.article>.departments-3__single>.lists {
    margin-top: 30px;
    margin-bottom: 30px
}

.departments-3>.container>.article>.departments-3__single>.lists>.list-title {
    font-size: 16px;
    font-weight: 700
}

.departments-3>.container>.article>.departments-3__single>.lists>.list-item {
    position: relative;
    min-height: 35px;
    line-height: 35px;
    margin-left: 35px;
    padding-left: 30px
}

.departments-3>.container>.article>.departments-3__single>.lists>.list-item>.fa {
    position: absolute;
    left: 0;
    top: 8px
}

.departments-3>.container>.article>.departments-3__single>.prices {
    margin-top: 65px;
    padding-top: 45px;
    padding-bottom: 65px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.departments-3>.container>.article>.departments-3__single>.prices>.title {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item {
    border-radius: 8px;
    max-width: 48%;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 50px 40px 40px;
    margin-bottom: 30px
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item:first-child {
    margin-right: 30px
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item>.title {
    line-height: 1;
    font-size: 28px;
    margin-bottom: 20px
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item>.lists>.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item>.lists>.list-item>.text {
    line-height: 35px;
    height: 35px;
    color: #333;
    white-space: nowrap;
    overflow: hidden
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item>.lists>.list-item>.text::after {
    overflow: hidden;
    content: "............................................................."
}

.departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item>.lists>.list-item>.price {
    color: #1f3d9d;
    font-family: "Roboto Black";
    font-size: 16px;
    font-weight: 900;
    text-align: left
}

.departments-3>.container>.article>.departments-3__single>.doctors-department {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 65px;
    border-bottom: 1px solid #e6e6e6
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.title {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel {
    width: 100%
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img {
    max-width: 417px;
    width: 100%;
    height: 490px;
    border-radius: 8px;
    overflow: hidden
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content {
    margin-left: 40px;
    max-width: 400px;
    width: 100%;
    padding: 20px 5px
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.name {
    font-size: 22px;
    color: #333;
    line-height: 1
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.profession {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.text {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #333
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists {
    margin-bottom: 30px
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists>.list-item {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists>.list-item>.que {
    width: auto;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists>.list-item>.que::after {
    content: "....................................................................................................................................................................................."
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists>.list-item>.ans {
    width: auto;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    color: #333
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    width: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav button {
    display: block;
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    color: #999;
    font-size: 30px
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav button:hover {
    border-color: #f22283;
    background-color: #f22283
}

.departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav button:hover span {
    color: #fff
}

.departments-3>.container>.article>.departments-3__single>.department-faq {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 65px;
    padding-bottom: 35px
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.title {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item {
    background-color: #fff;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 18px 0 18px 17px
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item>.item-title {
    padding: 10px 25px 10px 10px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item>.item-title span {
    margin-right: 10px;
    font-weight: 900;
    color: #f22283
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item>.item-title .fa {
    position: absolute;
    right: 20px;
    top: 10px
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item>.item-text {
    display: none;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 35px;
    padding-right: 35px;
    letter-spacing: -.5px
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item:nth-child(2) {
    border-color: #f22283
}

.departments-3>.container>.article>.departments-3__single>.department-faq>.department-accardion>.item:nth-child(2) .item-text {
    display: block
}

.departments-3>.container>.article>.departments-3__single>.department-cases {
    margin-top: 65px;
    width: 100%
}

.departments-3>.container>.article>.departments-3__single>.department-cases>.title {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel {
    max-width: 100%
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item {
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item.active {
    opacity: 1
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item {
    padding-bottom: 50px;
    max-width: 270px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.img {
    width: 100%;
    height: 195px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.icon {
    position: absolute;
    top: 220px;
    right: 10px;
    width: 57px;
    height: 48px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.icon>img {
    width: 100%;
    height: 100%;
    opacity: 1
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.name {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 1
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.profession {
    font-size: 16px;
    color: #333
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item>.text {
    display: block;
    color: #333;
    line-height: 1.5;
    font-size: 14px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    width: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav button {
    display: block;
    margin: 0!important;
    overflow: hidden;
    border-radius: 8px!important;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav button span {
    display: block;
    display: inline;
    line-height: 20px;
    color: #999;
    font-size: 30px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav button:hover {
    border-color: #f22283;
    background-color: #f22283
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav button:hover span {
    color: #fff
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-dots {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    text-align: center
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-dots .owl-dot span {
    min-width: 10px;
    height: 10px
}

.departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-dots .owl-dot.active span {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f22283!important
}

.departments-3>.container>.sidebar {
    padding-top: 160px;
    padding-bottom: 140px;
    max-width: 270px;
    width: 100%
}

.departments-3>.container_no-sidebar>.article {
    max-width: 100%!important;
    width: 100%
}

.departments-3>.container_no-sidebar>.article>.departments-3__single>.img {
    display: none
}

.departments-3>.container_no-sidebar>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content {
    max-width: 750px;
    width: 100%
}

.sidebar>.departments-sidebar {
    margin-top: 95px;
    z-index: 20;
    max-width: 100%
}

.sidebar>.departments-sidebar>div {
    margin-bottom: 40px
}

.sidebar>.departments-sidebar>div>.title {
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-transform: uppercase
}

.sidebar>.departments-sidebar>.departments-blog>.lists>.list-item {
    margin-bottom: 5px
}

.sidebar>.departments-sidebar>.departments-blog>.lists>.list-item>a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar>.departments-sidebar>.departments-blog>.lists>.list-item>a.active,
.sidebar>.departments-sidebar>.departments-blog>.lists>.list-item>a:hover {
    background-color: #1f3d9d;
    color: #fff;
    border-color: #1f3d9d
}

.sidebar>.departments-sidebar>.departments-blog>.lists>.list-item:last-child {
    margin-bottom: 0
}

.sidebar>.departments-sidebar>.work-hours {
    padding: 30px 25px 30px 25px;
    background-color: #1f3d9d;
    border-radius: 8px;
    color: #fff
}

.sidebar>.departments-sidebar>.work-hours>.title {
    color: #fff
}

.sidebar>.departments-sidebar>.work-hours>.lists {
    margin: 0;
    margin-top: 15px
}

.sidebar>.departments-sidebar>.work-hours>.lists>.list-item {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar>.departments-sidebar>.work-hours>.lists>.list-item>.date {
    width: auto;
    overflow: hidden;
    white-space: nowrap
}

.sidebar>.departments-sidebar>.work-hours>.lists>.list-item>.date::after {
    content: ".......................................................................................................................................................................................................................................................................................................";
    overflow: hidden
}

.sidebar>.departments-sidebar>.work-hours>.lists>.list-item>.time {
    white-space: nowrap;
    text-align: right
}

.sidebar>.departments-sidebar>.appointment {
    padding: 35px 30px;
    background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #e6e6e6
}

.sidebar>.departments-sidebar>.appointment>.appointment-form {
    width: 100%
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>input {
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    margin-bottom: 10px;
    border-radius: 8px
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>input::-webkit-input-placeholder {
    color: #b2b2b2
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>input:-ms-input-placeholder {
    color: #b2b2b2
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>input::-ms-input-placeholder {
    color: #b2b2b2
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>input::placeholder {
    color: #b2b2b2
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>textarea {
    border-radius: 8px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    resize: none;
    height: 150px;
    margin-bottom: 10px
}

.sidebar>.departments-sidebar>.appointment>.appointment-form>button {
    width: 100%;
    text-align: center
}

.contact>.contact-map {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 690px
}

.contact>.contact-map>.container>.contact-map__card {
    position: absolute;
    z-index: 20;
    top: 100px;
    max-width: 340px;
    width: 100%;
    background-color: #1f3d9d;
    border-radius: 8px;
    overflow: hidden
}

.contact>.contact-map>.container>.contact-map__card>.img {
    width: 100%;
    height: 240px;
    overflow: hidden
}

.contact>.contact-map>.container>.contact-map__card>.img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.contact>.contact-map>.container>.contact-map__card>.content {
    padding: 40px
}

.contact>.contact-map>.container>.contact-map__card>.content>.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact>.contact-map>.container>.contact-map__card>.content>.number>a {
    cursor: pointer!important;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.contact-map>.container>.contact-map__card>.content>.number>a:hover {
    color: #f22283
}

.contact>.contact-map>.container>.contact-map__card>.content>.adress,
.contact>.contact-map>.container>.contact-map__card>.content>.email {
    margin: 0;
    display: inline-block;
    line-height: 1.5;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.contact-map>.container>.contact-map__card>.content>.email:hover {
    cursor: pointer;
    color: #f22283
}

.contact>.contact-map>.container>.contact-map__card>.content>.btn {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px
}

.contact>.contact-map-2 {
    position: relative;
    z-index: 2
}

.contact>.contact-map-2>.container {
    margin-bottom: 20px
}

.contact>.contact-map-2>.container>.contact-map__card-2 {
    position: relative;
    top: -120px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.contact>.contact-map-2>.container>.contact-map__card-2>img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.contact>.contact-map-2>.container>.contact-map__card-2>.blue {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(31, 61, 157, .9)
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 70px 100px
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item {
    max-width: 230px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.icon {
    margin-bottom: 10px
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.tel {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.tel:hover {
    color: #f22283
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.adress {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 100;
    color: #fff
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.email {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 100;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations>.item>.email:hover {
    color: #f22283
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row {
    width: 100%
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control {
    height: 60px;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control::-webkit-input-placeholder {
    font-weight: 100
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control:-ms-input-placeholder {
    font-weight: 100
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control::-ms-input-placeholder {
    font-weight: 100
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control::placeholder {
    font-weight: 100
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control:hover {
    border-color: #f22283
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group>.form-control:focus {
    border-color: #f22283;
    background-color: rgba(0, 0, 0, .2)
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group:first-child {
    height: 160px
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.form-row>.form-group:first-child>textarea {
    height: 100%;
    resize: none
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>.btn {
    padding: 0;
    height: 60px;
    line-height: 58px;
    width: 220px
}

.contact>.contact-map-2>.container>.contact-map__card-2>.content>form>label {
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 100
}

.contact>.container {
    padding-top: 15px;
    padding-bottom: 145px
}

.contact>.container.container_right-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact>.container.container_right-sidebar>.article {
    padding-top: 85px;
    max-width: 700px;
    width: 100%
}

.contact>.container.container_right-sidebar>.article>.title {
    font-size: 30px;
    line-height: 1;
    color: #333;
    margin-bottom: 35px
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control {
    height: 70px;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control::-webkit-input-placeholder {
    font-weight: 100
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control:-ms-input-placeholder {
    font-weight: 100
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control::-ms-input-placeholder {
    font-weight: 100
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control::placeholder {
    font-weight: 100
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control:hover {
    border-color: #f22283
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group>.form-control:focus {
    border-color: #f22283;
    background-color: #fff
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group:first-child {
    height: 355px
}

.contact>.container.container_right-sidebar>.article>form>.form-row>.form-group:first-child>textarea {
    height: 100%;
    resize: none
}

.contact>.container.container_right-sidebar>.article>form>.btn {
    padding: 0;
    height: 70px;
    line-height: 68px;
    width: 230px;
    margin-right: 20px
}

.contact>.container.container_right-sidebar>.article>form>label {
    color: #333;
    font-size: 16px;
    font-weight: 100
}

.contact>.container.container_right-sidebar>.sidebar {
    max-width: 370px;
    width: 100%
}

body,
html {
    background-color: #fff;
    overflow-x: hidden
}

@media (max-width:1919.98px) {
    .header-bottom-3 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 600px;
        z-index: 10
    }
    .header-bottom-3__banner {
        overflow: hidden
    }
    .header-bottom-3__banner .slide-item {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 600px
    }
    .header-bottom-3__banner .slide-item>.content {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-width: 100%;
        width: 100%;
        background-color: rgba(31, 61, 157, .5);
        border-radius: none
    }
    .header-bottom-3__banner .slide-item>.content>.bg-text,
    .header-bottom-3__banner .slide-item>.content>.bg-text_dark {
        display: none
    }
    .header-bottom-3__banner .slide-item__text {
        right: 0!important;
        top: 0;
        max-width: 100%;
        width: 100%;
        height: 100%
    }
    .header-bottom-3__banner .slide-item>.img {
        border-bottom-left-radius: none;
        right: 0;
        top: 0;
        height: 600px;
        width: 100%;
        max-width: 100%
    }
    .header-bottom-3__banner .slide-item>.img>img {
        -o-object-position: center 10%;
        object-position: center 10%
    }
    .header-bottom-3__banner .owl-nav {
        display: none
    }
    .header-bottom-3__banner .owl-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -90px
    }
    .why-choose-us-3 {
        height: initial
    }
    .why-choose-us-3>.bl-left {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 2;
        border-radius: none;
        background-color: rgba(31, 61, 157, .5);
        overflow: hidden
    }
    .why-choose-us-3>.bl-left>.bg-text,
    .why-choose-us-3>.bl-left>.bg-text_dark {
        display: none
    }
    .why-choose-us-3>.bl-left>.content {
        text-align: center;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: initial;
        padding-top: 100px;
        padding-bottom: 100px;
        height: 100%;
        max-width: 1170px;
        width: 100%
    }
    .why-choose-us-3>.bl-left>.content>.section-title>span {
        color: #fff
    }
    .why-choose-us-3>.bl-left>.content>.items {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .why-choose-us-3>.bl-left>.content>.items>.item {
        width: 150px;
        color: #fff;
        margin-bottom: 50px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item>h1 {
        font-size: 60px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item>h1>span {
        font-size: 60px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item h4 {
        font-size: 20px;
        font-weight: 500
    }
    .why-choose-us-3>.bl-right {
        position: absolute;
        right: 0;
        top: 0;
        max-height: 770px;
        height: 100%;
        width: 54%;
        z-index: 1
    }
    .why-choose-us-3>.bl-right>.img {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .why-choose-us-3>.bl-right>.img>img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 center;
        object-position: 0 center
    }
    .medical-center {
        height: initial!important
    }
    .medical-center>.bl-left {
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }
    .medical-center>.bl-left>.img>img {
        -o-object-position: center 20%;
        object-position: center 20%
    }
    .medical-center>.bl-right {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        height: 100%;
        max-width: 100%;
        background-color: rgba(31, 61, 157, .7);
        border-radius: 0
    }
    .medical-center>.bl-right>.bg-text,
    .medical-center>.bl-right>.bg-text_dark {
        display: none
    }
    .medical-center>.bl-right>.content {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
        height: initial;
        max-width: 1200px;
        width: 100%;
        text-align: center
    }
    .medical-center>.bl-right>.content>.medical-center__form {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .our-clients-2 {
        width: 100%;
        height: initial;
        z-index: 10
    }
    .our-clients-2__carousel .slide-item {
        width: 100%;
        height: initial
    }
    .our-clients-2__carousel .slide-item>.content {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: rgba(31, 61, 157, .5);
        position: relative;
        top: 0;
        left: 0;
        right: initial;
        bottom: initial;
        height: initial;
        width: 100%;
        max-width: 100%;
        border-radius: none
    }
    .our-clients-2__carousel .slide-item>.content>.bg-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: initial;
        bottom: initial;
        max-width: 575px;
        width: 100%
    }
    .our-clients-2__carousel .slide-item__text {
        text-align: center;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%)!important;
        transform: translateX(-50%)!important;
        top: 0;
        padding: 0 15px
    }
    .our-clients-2__carousel .slide-item__text>.section-title {
        margin-bottom: 30px
    }
    .our-clients-2__carousel .slide-item__text>.author {
        margin-top: 30px
    }
    .our-clients-2__carousel .slide-item>.img {
        border-radius: none;
        height: 100%;
        width: 100%;
        max-width: 100%
    }
    .our-clients-2__carousel .slide-item>.img>img {
        -o-object-position: center 10%;
        object-position: center 10%
    }
    .our-clients-2__carousel .owl-nav {
        display: none
    }
    .our-clients-2__carousel .owl-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -90px
    }
}

@media (max-width:1199.98px) {
    .header-top {
        display: none
    }
    .header-middle .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 70px
    }
    .header-middle .navbar {
        overflow: auto!important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        padding-bottom: 70px;
        background-color: rgba(255, 255, 255, .95);
        text-align: center;
        -webkit-transition: top .3s linear;
        transition: top .3s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header-middle .navbar.hide {
        top: -200%
    }
    .header-middle .navbar.show {
        top: 70px
    }
    .header-middle .navbar__right {
        justify-self: flex-start;
        max-height: 70px;
        height: 70px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header-middle .navbar-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header-middle .navbar-logo {
        padding-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-middle .navbar__menu {
        margin-top: 50px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 400px;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .header-middle .navbar__menu-item {
        display: inline-block;
        margin: 0;
        width: 100%;
        position: static;
        margin-bottom: 10px
    }
    .header-middle .navbar__menu-item:hover>.navbar__submenu {
        display: none
    }
    .header-middle .navbar__menu-link {
        height: 40px;
        line-height: 40px;
        font-weight: 900;
        font-size: 32px;
        line-height: 1.55;
        padding: 0
    }
    .header-middle .navbar__menu-link:after {
        border: none
    }
    .header-middle .navbar__submenu {
        padding: 5px;
        position: static;
        width: 100%;
        background-color: transparent
    }
    .header-middle .navbar__submenu-item {
        margin: 0
    }
    .header-middle .navbar__submenu-link {
        font-size: 20px;
        line-height: 1.5;
        height: 100%
    }
    .header-middle .navbar__submenu-link:hover {
        color: #f22283;
        text-indent: 0;
        background-color: transparent
    }
    .header-middle .navbar__submenu-link:before {
        display: none!important
    }
    .header-bottom {
        height: 920px
    }
    .header-bottom__banner .slide-item {
        width: 100%;
        padding-top: 350px
    }
    .header-bottom__banner .slide-item .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .header-bottom__banner .owl-dots {
        position: relative;
        top: -230px;
        margin: 0;
        padding: 0;
        max-width: 100%;
        text-align: center
    }
    .header-bottom .services {
        bottom: -50px
    }
    .header-bottom .services__item {
        height: 200px;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }
    .header-bottom .services__item-title {
        font-size: 24px
    }
    .header-bottom .services__item-text {
        font-size: 12px
    }
    .header-bottom .services .owl-dots {
        top: 10px
    }
    .about {
        padding-top: 130px;
        padding-bottom: 100px
    }
    .about>.container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .about__our-misson {
        text-align: center;
        padding-left: 0;
        max-width: 450px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px
    }
    .about__our-misson-text {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .about__our-misson-img {
        width: 100%
    }
    .about__text {
        max-width: 450px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px
    }
    .why-choose-us {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .why-choose-us__bg>svg {
        position: absolute;
        top: -5px!important;
        left: -75px;
        height: initial;
        width: 100%;
        max-width: 500px
    }
    .why-choose-us__bg>img {
        display: none
    }
    .why-choose-us__bg>.circle-blue {
        display: none
    }
    .why-choose-us__bg>.circle-pink {
        display: none
    }
    .why-choose-us>.container {
        text-align: center;
        width: 100%
    }
    .why-choose-us>.container .difference {
        margin-top: 50px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .why-choose-us>.container .difference__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 300px
    }
    .why-choose-us>.container .difference__item-number {
        margin: 0 0 20px 0
    }
    .appointments {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .appointments .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .appointments .container .online-appointments {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    .appointments .container .online-appointments .appointments-text {
        margin: 50px 0
    }
    .appointments .container .company-numbers {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .appointments .container .company-numbers__item {
        max-width: 570px;
        width: 100%;
        margin-bottom: 50px
    }
    .appointments .container .company-numbers__item .text {
        margin-bottom: 0
    }
    .other-services {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .other-services__cards {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .other-services__cards>.card-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 20px 15px;
        height: 100%
    }
    .other-services__cards>.card-item>.title {
        margin-top: 20px;
        font-size: 20px
    }
    .other-services__cards>.card-item>.subtitle {
        margin-top: 20px
    }
    .other-services__cards>.card-item>.lists {
        padding: 0
    }
    .other-services__cards>.card-item>.lists li {
        line-height: 1.5
    }
    .form {
        min-height: initial;
        padding-top: 100px;
        padding-bottom: 100px
    }
    .form__bg>.circle-blue {
        display: none
    }
    .form__bg>.circle-pink {
        display: none
    }
    .form__bg>img {
        display: none
    }
    .form .container {
        padding-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .form__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px;
        max-width: 570px;
        padding-left: 0
    }
    .form__block>form {
        margin-left: -1px;
        width: 100%;
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form__block>form>textarea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%!important;
        resize: none;
        height: 210px;
        margin-bottom: 22px
    }
    .form__block>form>.btn {
        padding-left: 77px;
        padding-right: 77px
    }
    .form__block>form>label {
        font-size: 17px
    }
    .faq__img {
        display: none
    }
    .faq__content {
        padding-top: 100px;
        padding-bottom: 100px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100px 0
    }
    .faq__content .accardion {
        padding-left: 15px;
        padding-right: 15px
    }
    .faq__content .section-title {
        text-align: center;
        margin: 0
    }
    .faq__content>.read-more {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .testimonials__img {
        display: none
    }
    .testimonials__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 800px;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 195px;
        text-align: center
    }
    .testimonials__content-carousel {
        text-align: center
    }
    .testimonials__content-carousel .owl-dots,
    .testimonials__content-carousel .owl-nav {
        bottom: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .testimonials__content-carousel .owl-dots {
        bottom: -95px
    }
    .emergency-call {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .emergency-call__items {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center
    }
    .emergency-call__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px
    }
    .emergency-call__item p {
        margin-bottom: 0
    }
    .emergency-call__item>.icon {
        margin: 0 0 20px 0
    }
    .specialists .container {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .specialists__carousel {
        margin-top: 50px
    }
    .specialists__carousel .owl-dots {
        bottom: -10px
    }
    .specialists__item {
        padding-bottom: 100px
    }
    .latest-news .container {
        padding-top: 100px;
        padding-bottom: 120px
    }
    .latest-news__carousel {
        margin-top: 50px
    }
    .latest-news__item {
        padding-bottom: 50px
    }
    .latest-news__item>.inner-block {
        max-width: 270px;
        padding-bottom: 20px
    }
    .latest-news__item>.inner-block>.img {
        height: 220px
    }
    .latest-news__item>.inner-block>.img>.date {
        left: 20px
    }
    .latest-news__item>.inner-block>.title {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
        font-size: 20px
    }
    .latest-news__item>.inner-block>.text {
        margin: 0;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 1.5
    }
    .latest-news__item>.inner-block>.read-more-2 {
        margin-left: 20px
    }
    .footer .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .footer .container>div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .footer__top-blocks {
        padding-right: 0
    }
    .footer__top-blocks .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-bottom-2 {
        height: 700px
    }
    .header-bottom-2__banner {
        top: 0
    }
    .header-bottom-2__banner .slide-item {
        top: 0;
        padding-top: 150px;
        height: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-bottom-2__banner .slide-item__title {
        font-size: 60px
    }
    .header-bottom-2__banner .slide-item__subtitle {
        font-size: 20px
    }
    .header-bottom-2>.container {
        top: 115%
    }
    .header-bottom-2>.container .benefits-form {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 50px 15px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header-bottom-2>.container .benefits-form>div {
        max-width: 48%;
        text-align: center
    }
    .header-bottom-2>.container .benefits-form__benefits {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-bottom-2>.container .benefits-form__benefits-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }
    .header-bottom-2>.container .benefits-form__benefits-item .icon {
        margin: 0 0 20px 0
    }
    .header-bottom-2>.container .benefits-form__benefits-item:last-child {
        margin-bottom: 0
    }
    .header-bottom-2>.container .benefits-form__form>form>.btn,
    .header-bottom-2>.container .benefits-form__form>form>.input-box {
        width: 100%
    }
    .header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(1),
    .header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(2),
    .header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(1),
    .header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(2) {
        margin-bottom: 10px
    }
    .our-departments__items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .our-departments__inner-item {
        margin-left: 5px;
        margin-right: 5px
    }
    .about-2>.container>.about-2-card {
        padding: 100px 15px;
        text-align: center;
        background: 0 0;
        background-color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-2>.container>.about-2-card>.text {
        padding: 0
    }
    .about-2>.container>.about-2-card>.text>.signature {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-2>.container>.about-2-card>.img {
        display: none
    }
    .other-services-2 {
        padding-top: 430px;
        padding-bottom: 100px
    }
    .other-services-2 .section-title {
        margin: 0
    }
    .other-services-2__card {
        margin-top: 50px;
        padding: 50px 20px;
        height: auto;
        background-image: none;
        background-color: #fff
    }
    .other-services-2__card>.img {
        display: none
    }
    .other-services-2__card>.content {
        width: 100%;
        padding: 0;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: initial
    }
    .other-services-2__card>.content>.other-services-2__carousel .owl-stage-outer .owl-stage .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .other-services-2__card>.content>.other-services-2__carousel .owl-stage-outer .owl-stage .owl-item h2.title {
        margin-top: 0
    }
    .other-services-2__card>.content>.other-services-2__carousel .other-services-2__carousel-item {
        max-width: 300px
    }
    .other-services-2__card>.content>.other-services-2__carousel .other-services-2__carousel-item>.title {
        margin-top: 0;
        font-size: 32px
    }
    .other-services-2__card>.content>.other-services-2__carousel .other-services-2__carousel-item>.subtitle {
        margin-top: 10px
    }
    .other-services-2__card>.content>.other-services-2__carousel .other-services-2__carousel-item>.lists {
        margin-top: 10px
    }
    .other-services-2__card>.content>.other-services-2__carousel .other-services-2__carousel-item>.lists li {
        line-height: 1.5;
        font-size: 16px
    }
    .other-services-2__card>.content .owl-nav {
        display: none
    }
    .other-services-2__card>.content>.btn {
        margin-top: 30px;
        position: relative;
        max-width: 300px;
        width: 100%;
        left: 0;
        border-radius: 8px
    }
    .appointments-2 .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .appointments-2 .container .online-appointments {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .appointments-2 .container .online-appointments .appointments-text {
        max-width: 100%
    }
    .appointments-2 .container .company-numbers {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .appointments-2 .container .company-numbers__item {
        max-width: 570px;
        width: 100%
    }
    .appointments-2 .container .company-numbers__item:first-child {
        margin-bottom: 50px
    }
    .appointments-2 .container>.btn {
        margin-top: 30px
    }
    .why-choose-us-2 {
        padding-top: 100px;
        padding-bottom: 40px
    }
    .why-choose-us-2__items {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .why-choose-us-2__item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }
    .why-choose-us-2__item:nth-last-child(1),
    .why-choose-us-2__item:nth-last-child(2) {
        margin-bottom: 40px
    }
    .why-choose-us-2__item-number {
        margin: 0 0 30px 0
    }
    .our-numbers {
        height: initial;
        padding-bottom: 70px
    }
    .our-numbers>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .our-numbers>.container>div {
        max-width: 100%
    }
    .our-numbers__items {
        max-height: initial;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .our-numbers__items>.item {
        margin-left: 10px;
        margin-right: 10px;
        width: 150px;
        text-align: center
    }
    .our-numbers__items>.item>h1 {
        font-size: 60px
    }
    .our-numbers__items>.item>h1>span {
        font-size: 60px
    }
    .our-numbers__items>.item h4 {
        font-size: 20px
    }
    .our-numbers__img {
        display: none
    }
    .specialists-2 {
        padding: 100px 0 170px
    }
    .specialists-2>.container>.specialists-2__card {
        padding: 50px 20px;
        background-image: none;
        background-color: #fff
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 350px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>div {
        margin: 0;
        padding: 0;
        max-height: initial
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.img {
        height: 400px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.img>img {
        -o-object-position: center 20%;
        object-position: center 20%
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content {
        padding: 20px 0 0
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table {
        font-size: 16px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table thead tr td .title {
        text-align: center;
        padding: 0 0 10px 0;
        font-size: 22px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>th {
        padding-bottom: 5px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td {
        padding-bottom: 5px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td a {
        font-size: 16px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tfoot {
        text-align: center
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots {
        width: 100%;
        bottom: -130px
    }
    .our-clients {
        height: initial;
        padding-top: 100px;
        padding-bottom: 120px
    }
    .our-clients>.container>.section-title {
        margin-bottom: 40px
    }
    .our-clients__carousel {
        padding-bottom: 20px
    }
    .our-clients__carousel-item {
        height: initial
    }
    .our-clients__carousel-item>.text {
        font-size: 20px
    }
    .our-clients__carousel-item>.title {
        margin-top: 30px
    }
    .our-clients__carousel-item>.subtitle {
        margin-bottom: 0
    }
    .latest-news-2 {
        padding: 100px 0
    }
    .latest-news-2>.container {
        padding: 0
    }
    .latest-news-2>.container>.section-title {
        margin-bottom: 50px
    }
    .latest-news-2__carousel-item {
        max-width: 300px;
        width: 100%;
        max-height: initial;
        height: initial;
        border-radius: 8px;
        overflow: hidden
    }
    .latest-news-2__carousel-item>.latest-news-2__card {
        position: relative
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.img {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        height: 300px;
        z-index: 11
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.img>img {
        -o-object-position: center 20%;
        object-position: center 20%
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.content {
        border-radius: 0;
        position: static;
        height: initial;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        background-image: none;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.content>.date {
        font-size: 14px;
        color: #fff;
        background-color: #1f3d9d;
        border-radius: 20px;
        padding: 7px 12px;
        margin-left: auto;
        margin-right: auto
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.content>.title {
        margin-top: 20px;
        font-size: 20px
    }
    .latest-news-2__carousel-item>.latest-news-2__card>.content>.text {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .latest-news-2__carousel>.owl-stage-outer>.owl-stage>.owl-item {
        padding-bottom: 50px
    }
    .emergency-call-2 {
        background-position: center 90%;
        padding-top: 100px;
        padding-bottom: 100px
    }
    .emergency-call-2>.container {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .emergency-call-2>.container h3 {
        font-size: 20px;
        margin-bottom: 30px
    }
    .emergency-call-2>.container>.call {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .emergency-call-2>.container>.call>.icon {
        margin: 0 0 20px 0
    }
    .our-departments-2 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .our-departments-2>.bg-text,
    .our-departments-2>.bg-text_dark {
        position: absolute;
        top: 20px;
        right: 0
    }
    .our-departments-2 .owl-nav {
        display: none
    }
    .about-3 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .about-3>.container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .about-3>.container>.content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
    .about-3>.container>.content>.signature {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .about-3>.container>.video {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px
    }
    .about-3>.container>.video>.btn-video-outer {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .why-choose-us-3>.bl-left>.content>.items {
        margin-top: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .why-choose-us-3>.bl-left>.content>.items>.item {
        margin-left: 5px;
        margin-right: 5px;
        max-width: 150px;
        width: 100%;
        color: #fff;
        margin-bottom: 30px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item>h1 {
        font-size: 50px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item>h1>span {
        font-size: 50px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item h4 {
        font-size: 18px;
        font-weight: 500
    }
    .other-services-3 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .other-services-3__cards {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .other-services-3__cards>.card-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 20px 15px;
        height: 100%
    }
    .other-services-3__cards>.card-item>.title {
        margin-top: 20px;
        font-size: 20px
    }
    .other-services-3__cards>.card-item>.subtitle {
        margin-top: 20px
    }
    .other-services-3__cards>.card-item>.lists {
        padding: 0
    }
    .other-services-3__cards>.card-item>.lists li {
        line-height: 1.5
    }
    .specialists-3 .container {
        padding-top: 80px;
        padding-bottom: 100px
    }
    .specialists-3__carousel {
        margin-top: 50px
    }
    .specialists-3__carousel .owl-dots {
        bottom: -10px
    }
    .specialists-3__item {
        padding-bottom: 100px
    }
    .latest-news-3 {
        padding: 100px 0
    }
    .latest-news-3>.container {
        padding: 0
    }
    .latest-news-3>.container>.section-title {
        margin-bottom: 50px
    }
    .latest-news-3__carousel-item {
        max-width: 300px;
        width: 100%;
        max-height: initial;
        height: initial;
        border-radius: 8px;
        overflow: hidden
    }
    .latest-news-3__carousel-item>.latest-news-3__card {
        position: relative;
        border: 1px solid #e6e6e6
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.img {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        height: 300px;
        z-index: 11
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.img>img {
        -o-object-position: center 20%;
        object-position: center 20%
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.content {
        border-radius: 0;
        position: static;
        height: initial;
        width: 100%;
        padding: 15px;
        background-image: none;
        background-color: #fafafa;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.content>.date {
        font-size: 14px;
        color: #fff;
        background-color: #1f3d9d;
        border-radius: 20px;
        padding: 7px 12px;
        margin-left: auto;
        margin-right: auto
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.content>.title {
        margin-top: 20px;
        font-size: 20px
    }
    .latest-news-3__carousel-item>.latest-news-3__card>.content>.text {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .latest-news-3__carousel>.owl-stage-outer>.owl-stage>.owl-item {
        padding-bottom: 50px
    }
    .medical-center {
        height: 550px
    }
    .medical-center>.bl-right>.content {
        max-width: 550px
    }
    .header-bottom-4 {
        height: 430px
    }
    .header-bottom-4>img {
        top: -70px;
        -o-object-position: center top;
        object-position: center top
    }
    .header-bottom-4__bg {
        top: -70px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(transparent));
        background-image: linear-gradient(to right, #fff 30%, transparent)
    }
    .header-bottom-4>.container {
        text-align: center;
        padding-top: 0;
        top: 50%
    }
    .header-bottom-4>.container>.breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-4 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .about-4>.container>.content>.video {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 60px
    }
    .about-4>.container>.content>.video>.btn-video-outer {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .about-4>.container>.content>.content-right>h1.section-title,
    .about-4>.container>.content>.content-right>h2,
    .about-4>.container>.content>.content-right>h4 {
        text-align: center
    }
    .medical-center-2 {
        padding-top: 100px;
        padding-bottom: 75px;
        background-color: #f4f4f4
    }
    .medical-center-2 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }
    .medical-center-2 .container>.img {
        max-width: 570px;
        margin-right: 0;
        margin-bottom: 50px
    }
    .medical-center-2 .container>.content {
        text-align: center
    }
    .medical-center-2 .container>.content>.list {
        text-align: left
    }
    .latest-news-4 {
        padding-top: 100px;
        padding-bottom: 70px
    }
    .latest-news-4>.container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .latest-news-4>.container>.item {
        max-width: 320px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 50px
    }
    .latest-news-4>.container>.item>.img {
        height: 200px
    }
    .latest-news-4>.container>.item>.title {
        padding-left: 20px;
        margin-top: 30px;
        font-size: 20px
    }
    .latest-news-4>.container>.item>.text {
        padding: 5px 20px 0
    }
    .latest-news-4>.container>.item>.read-more-2 {
        padding: 0 20px
    }
    .latest-news-4>.container_left-sidebar>.article>.item,
    .latest-news-4>.container_right-sidebar>.article>.item {
        margin-bottom: 50px
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.title,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.title {
        font-size: 32px
    }
    .latest-news-4 .article {
        padding-bottom: 0
    }
    .latest-news-4 .article .single-card__comments .content {
        text-align: center
    }
    .departments-3>.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .departments-3>.container>.departments-3__items {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-top: 100px;
        padding-bottom: 50px
    }
    .departments-3>.container>.departments-3__items>.item,
    .departments-3>.container>.departments-3__items>.item-icon {
        margin-bottom: 50px
    }
    .departments-3>.container>.departments-3__items>.item-icon>.img,
    .departments-3>.container>.departments-3__items>.item>.img {
        width: 100%;
        height: 200px
    }
    .departments-3>.container>.departments-3__items>.item-icon>.title,
    .departments-3>.container>.departments-3__items>.item>.title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 24px
    }
    .departments-3>.container>.departments-3__items>.item-icon>.text,
    .departments-3>.container>.departments-3__items>.item>.text {
        padding: 0 15px
    }
    .departments-3>.container>.departments-3__items>.item-icon>.title {
        margin-top: 85px
    }
    .departments-3>.container>.departments-3__item-1 {
        padding-top: 100px;
        padding-bottom: 100px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .departments-3>.container>.departments-3__item-1>.item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px
    }
    .departments-3>.container>.departments-3__item-1>.item>.img {
        max-width: 100%;
        width: 100%
    }
    .departments-3>.container>.departments-3__item-1>.item>.content {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 50px
    }
    .departments-3>.container>.departments-3__item-1>.item>.content>.departments-3__item-bg-text {
        display: none
    }
    .departments-3>.container>.article {
        max-width: 100%
    }
    .departments-3>.container>.article>.departments-3__single {
        padding-bottom: 0;
        padding-top: 100px;
        width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.title {
        font-size: 32px;
        margin-bottom: 30px;
        margin-left: 0
    }
    .departments-3>.container>.article>.departments-3__single>.img {
        height: 500px;
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.prices {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 0
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.title {
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item {
        border-radius: 8px;
        width: 100%;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        background-color: #fff;
        padding: 40px;
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department {
        margin-top: 50px;
        padding-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.title {
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img {
        max-width: 40%;
        height: 450px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content {
        margin-left: 0;
        max-width: 55%;
        width: 100%;
        padding: 15px
    }
    .departments-3>.container>.article>.departments-3__single>.department-faq {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 35px
    }
    .departments-3>.container>.article>.departments-3__single>.department-faq>.title {
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases {
        margin-top: 65px;
        width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases>.title {
        font-size: 32px;
        color: #333;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel {
        max-width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item {
        opacity: .5;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item.active {
        opacity: 1
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item>.item {
        padding-bottom: 50px;
        max-width: 270px;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        position: relative
    }
    .departments-3>.container>.sidebar {
        padding: 0;
        margin-bottom: 100px
    }
    .departments-3>.container>.sidebar>.departments-sidebar {
        margin: 0;
        max-width: 100%
    }
    .departments-3>.container>.sidebar>.departments-sidebar>.appointment {
        margin-bottom: 0
    }
    .departments-3>.container_no-sidebar>.article {
        padding-bottom: 50px
    }
    .departments-3>.container_no-sidebar>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img {
        max-width: 40%
    }
    .departments-3>.container_no-sidebar>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content {
        max-width: 60%;
        width: 100%
    }
    .case>.container {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .case>.container .case__cards {
        margin-top: 50px
    }
    .case>.container .case__cards-item {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 50px
    }
    .case>.container .case__cards-item>.img {
        height: 200px
    }
    .case>.container .case__cards-item>.img.img_2 {
        max-height: 400px
    }
    .case>.container .case__detail>.title {
        margin-bottom: 0
    }
    .case>.container .case__detail>.img-comp-container {
        display: none
    }
    .case>.container .case__detail>.img-mobile {
        display: block
    }
    .case>.container .case__detail>.img-mobile>.img-mobile {
        display: none;
        width: 100%;
        margin-top: 30px
    }
    .case>.container .case__detail .doctor-history {
        margin-top: 50px
    }
    .case>.container .case__detail .doctor-history>div {
        max-width: 50%
    }
    .case>.container .case__detail .doctor-history>.doctor>.content {
        padding-bottom: 0
    }
    .case>.container .case__detail .photogallery {
        margin-top: 100px;
        text-align: center
    }
    .case>.container .case__detail .photogallery-item {
        max-width: 48%;
        margin-bottom: 30px
    }
    .case>.container .case__detail .testimonial {
        margin-top: 100px
    }
    .case>.container .case__detail .testimonial>.content {
        max-width: 40%;
        width: 100%;
        margin: 0
    }
    .case>.container .case__detail .testimonial>.video {
        max-width: 50%;
        width: 100%
    }
    .case>.container .case__detail .testimonial>.video>.btn-video-outer {
        top: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, -90%);
        transform: translate(-50%, -90%)
    }
    .case>.container .my-pagination-2 {
        margin-top: 100px
    }
    .doctors>.container {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item {
        margin: 0 5px 50px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>a>.img {
        height: 240px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>a>.content {
        padding: 20px 20px 0 20px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>a>.content>.text {
        margin-top: 15px;
        padding-top: 15px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>.socials {
        padding: 0 20px 20px
    }
    .doctors>.container.container_left-sidebar,
    .doctors>.container.container_right-sidebar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .doctors>.container.container_left-sidebar>.sidebar,
    .doctors>.container.container_right-sidebar>.sidebar {
        margin-top: 50px;
        max-width: 100%!important;
        width: 100%
    }
    .doctors>.container.container_left-sidebar>.sidebar>.doctors-sidebar>.appointment,
    .doctors>.container.container_right-sidebar>.sidebar>.doctors-sidebar>.appointment {
        margin-bottom: 0
    }
    .doctors>.container.container_left-sidebar>.article,
    .doctors>.container.container_right-sidebar>.article {
        max-width: 100%
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block>.content,
    .doctors>.container.container_right-sidebar>.article>.doctors-block>.content {
        max-width: 570px
    }
    .shop>.container {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .shop>.container>.shop-cart>.responsive-table {
        overflow-x: auto
    }
    .shop>.container>.shop-cart>.responsive-table::-webkit-scrollbar {
        background-color: #f0f0f0;
        border-radius: 10px;
        height: 10px
    }
    .shop>.container>.shop-cart>.responsive-table::-webkit-scrollbar-thumb {
        background-color: #1f3d9d;
        border-radius: 10px
    }
    .shop>.container>.shop-cart>.responsive-table::-webkit-scrollbar-thumb:hover {
        background-color: #f22283
    }
    .shop>.container>.shop-cart>.responsive-table>table>thead>tr>td.title,
    .shop>.container>.shop-cart>.responsive-table>table>thead>tr>th.title {
        padding: 30px 15px
    }
    .shop>.container>.shop-cart>.responsive-table>table>tbody>tr th {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        min-width: 300px
    }
    .shop>.container>.shop-cart>.responsive-table>table>tbody>tr th>.img {
        width: 70px;
        height: 70px;
        margin-right: 0
    }
    .shop>.container>.shop-cart>.responsive-table>table>tbody>tr th>.text {
        font-size: 18px;
        margin-top: 15px;
        line-height: 1.5
    }
    .shop>.container>.shop-cart>.responsive-table>table>tbody>tr td {
        padding: 15px
    }
    .shop>.container>.shop-cart>.cupon {
        float: initial
    }
    .shop>.container>.shop-cart>.check {
        float: initial;
        padding: 20px
    }
    .shop>.container>.shop-cart>.check>.shipping>table {
        margin-left: 0
    }
    .shop>.container>.product>.single-product>div {
        max-width: 100%
    }
    .shop>.container>.product>.single-product>.carousels>.image-carousel {
        height: initial
    }
    .shop>.container>.product>.single-product>.content {
        margin-top: 50px;
        padding: 0
    }
    .shop>.container>.product>.description {
        padding-bottom: 80px
    }
    .shop>.container>.relatives {
        margin-top: 100px
    }
    .shop>.container>.relatives>.relatives__carousel .owl-nav {
        display: none
    }
    .shop>.container.container_left-sidebar,
    .shop>.container.container_right-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop>.container.container_left-sidebar>.article,
    .shop>.container.container_right-sidebar>.article {
        max-width: 100%
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item {
        margin-bottom: 50px
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img {
        height: 220px
    }
    .shop>.container.shop-checkout {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .faqs>.container {
        padding-top: 100px;
        padding-bottom: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .faqs>.container>.article .faqs__controls-lists {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .faqs>.container>.sidebar {
        padding-top: 0
    }
    .contact>.container.container_right-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 100px
    }
    .contact>.contact-map-2 {
        position: relative;
        z-index: 2
    }
    .contact>.contact-map-2>.container {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 0
    }
    .contact>.contact-map-2>.container>.contact-map__card-2 {
        top: 0
    }
    .contact>.contact-map-2>.container>.contact-map__card-2>.content {
        padding: 50px 20px
    }
    .contact>.contact-map-2>.container>.contact-map__card-2>.content>.locations {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:991.98px) {
    .header-bottom {
        height: 600px
    }
    .header-bottom__banner {
        top: 0
    }
    .header-bottom__banner .slide-item {
        padding-top: 180px
    }
    .header-bottom .services {
        bottom: -380px
    }
    .header-bottom .services__item {
        height: 200px;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }
    .header-bottom .services__item-title {
        font-size: 24px
    }
    .header-bottom .services__item-text {
        font-size: 12px
    }
    .header-bottom .services .owl-dots {
        top: 10px
    }
    .why-choose-us .container>h5 {
        text-align: center
    }
    .why-choose-us .container .section-title {
        text-align: center
    }
    .why-choose-us__bg>img {
        display: none
    }
    .why-choose-us__bg>.circle-blue {
        right: -250px;
        bottom: -200px;
        top: initial
    }
    .why-choose-us__bg>.circle-pink {
        right: 100px;
        bottom: 320px;
        top: initial
    }
    .about {
        padding-top: 460px
    }
    .about .container {
        text-align: center
    }
    .about__our-misson {
        display: none
    }
    .about__text {
        padding-top: 0
    }
    .about__text>h4 {
        margin-bottom: 30px
    }
    .about__text>h2 {
        margin-top: 30px
    }
    .about__text>p {
        margin-top: 40px
    }
    .about__text-signature {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .departments-3>.container>.article>.departments-3__single>.title {
        text-align: center;
        font-weight: 600
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.title {
        text-align: center
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item {
        padding: 30px;
        max-width: 48%;
        margin-bottom: 50px
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item:first-child {
        margin-right: 0
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.title {
        text-align: center
    }
    .departments-3>.container>.article>.departments-3__single>.department-faq>.title {
        text-align: center
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases>.title {
        text-align: center
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel {
        padding-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel>.owl-nav {
        position: absolute;
        top: initial;
        bottom: 0;
        left: 50%;
        right: initial;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .departments-3>.container>.sidebar {
        padding: 0
    }
    .departments-3>.container>.sidebar>.departments-sidebar {
        margin-top: 0
    }
    .departments-3>.container_no-sidebar>.article {
        padding-bottom: 100px
    }
    .case>.container .case__detail .doctor-history {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .case>.container .case__detail .doctor-history>div {
        max-width: 100%
    }
    .doctors>.container.container_left-sidebar,
    .doctors>.container.container_right-sidebar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .doctors>.container.container_left-sidebar>.article,
    .doctors>.container.container_right-sidebar>.article {
        max-width: 570px;
        width: 100%
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block,
    .doctors>.container.container_right-sidebar>.article>.doctors-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: initial
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block>.img,
    .doctors>.container.container_right-sidebar>.article>.doctors-block>.img {
        max-width: 570px!important;
        width: 100%
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block>.content,
    .doctors>.container.container_right-sidebar>.article>.doctors-block>.content {
        max-width: 100%;
        width: 100%
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-text>.list,
    .doctors>.container.container_right-sidebar>.article>.doctors-text>.list {
        height: initial
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-text>.list>.list-item,
    .doctors>.container.container_right-sidebar>.article>.doctors-text>.list>.list-item {
        padding-left: 10px;
        width: 100%
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-testimonials>.title,
    .doctors>.container.container_right-sidebar>.article>.doctors-testimonials>.title {
        text-align: center
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item,
    .doctors>.container.container_right-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item>.img,
    .doctors>.container.container_right-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item>.img {
        margin-bottom: 30px
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item>.content,
    .doctors>.container.container_right-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel .item>.content {
        margin-bottom: 30px
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel>.owl-nav,
    .doctors>.container.container_right-sidebar>.article>.doctors-testimonials>.doctors-testimonials__carousel>.owl-nav {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .doctors>.container.container_left-sidebar>.sidebar,
    .doctors>.container.container_right-sidebar>.sidebar {
        max-width: 570px!important;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .header-bottom {
        height: auto
    }
    .header-bottom .slide-item {
        padding-top: 0
    }
    .header-bottom .slide-item__title {
        font-size: 40px
    }
    .header-bottom .slide-item__subtitle {
        font-size: 18px
    }
    .header-bottom .services {
        bottom: -370px
    }
    .about {
        padding-top: 420px;
        padding-bottom: 70px
    }
    .about .container {
        text-align: center
    }
    .about__our-misson {
        display: none
    }
    .about__text {
        max-width: 100%;
        padding-top: 0
    }
    .about__text>h1 {
        margin-top: 30px
    }
    .about__text>h2 {
        margin-top: 30px;
        font-size: 20px
    }
    .about__text>p {
        margin-top: 30px;
        font-size: 16px
    }
    .about__text-signature {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .why-choose-us {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .why-choose-us>.container .difference {
        margin-top: 30px
    }
    .why-choose-us>.container .difference__item {
        margin-bottom: 30px
    }
    .why-choose-us>.container .difference__item-number {
        min-height: 70px;
        min-width: 70px;
        font-size: 40px
    }
    .why-choose-us>.container .difference__item-title {
        font-size: 18px
    }
    .why-choose-us>.container .difference__item-text {
        font-size: 16px
    }
    .appointments {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .appointments .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .appointments .container .online-appointments {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    .appointments .container .online-appointments .appointments-text {
        margin: 30px 0
    }
    .appointments .container .company-numbers {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .appointments .container .company-numbers__item {
        max-width: 570px;
        width: 100%;
        margin-bottom: 30px
    }
    .appointments .container .company-numbers__item>.number {
        font-size: 40px;
        width: 90px;
        min-width: 90px;
        height: 60px;
        line-height: 60px
    }
    .appointments .container>.btn {
        margin-top: 0
    }
    .other-services {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .other-services__cards {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .other-services__cards>.card-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 30px
    }
    .form {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .form__block textarea,
    .form__block-input {
        margin-bottom: 20px;
        padding: 10px 15px;
        font-size: 16px
    }
    .form__block>form {
        margin-left: -1px;
        width: 100%;
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form__block>form>textarea {
        height: 100px
    }
    .form__block>form>.btn {
        max-height: 50px;
        line-height: 50px;
        padding: 0;
        padding-left: 77px;
        padding-right: 77px;
        margin-left: auto;
        margin-right: auto
    }
    .form__block>form>label {
        margin: 20px auto 0
    }
    .faq__content {
        padding: 70px 15px
    }
    .faq__content .accardion {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .faq__content .accardion__item-text {
        padding: 0 10px
    }
    .testimonials__content {
        padding-top: 70px;
        padding-bottom: 145px;
        padding-left: 15px;
        padding-right: 15px
    }
    .testimonials__content>.section-title {
        text-align: center
    }
    .testimonials__content-carousel {
        margin-top: 30px;
        text-align: center
    }
    .testimonials__content-carousel .owl-item q {
        line-height: 1.5;
        font-size: 16px
    }
    .testimonials__content-carousel .owl-dots,
    .testimonials__content-carousel .owl-nav {
        bottom: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .testimonials__content-carousel .owl-dots {
        bottom: -75px
    }
    .emergency-call {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .emergency-call__item {
        margin-bottom: 30px
    }
    .specialists .container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .specialists__carousel {
        margin-top: 30px
    }
    .specialists__item {
        padding-bottom: 80px
    }
    .latest-news .container {
        padding-top: 75px;
        padding-bottom: 90px
    }
    .latest-news__carousel {
        margin-top: 30px
    }
    .latest-news__carousel .owl-dots {
        bottom: -30px
    }
    .latest-news__item {
        padding-bottom: 30px
    }
    .footer .container>div {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .footer .container>div>.footer__top-blocks .socials>a:last-child {
        margin-right: 0
    }
    .footer .container>div>.footer__top-blocks>.title {
        margin-bottom: 20px
    }
    .footer .container>div>.footer__top-blocks>.title:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .footer .container>div>.footer__top-blocks .content .content-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer .container>div>.footer__top-blocks .content .content-item:first-child .text a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3
    }
    .footer .container>div>.footer__top-blocks .content .work-date>li {
        margin-bottom: 20px
    }
    .footer .container>div:last-child>.footer__top-blocks:nth-child(1) .content form {
        margin-left: auto;
        margin-right: auto
    }
    .footer .container>div:last-child>.footer__top-blocks:nth-child(2) .content .menu>li>a .fa {
        display: none
    }
    .header-bottom-2 {
        height: 600px
    }
    .header-bottom-2__banner {
        height: 600px;
        top: 0
    }
    .header-bottom-2__banner .slide-item {
        height: 600px
    }
    .header-bottom-2>.container {
        bottom: initial;
        top: 670px
    }
    .header-bottom-2>.container .benefits-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-bottom-2>.container .benefits-form>div {
        max-width: 500px;
        width: 100%;
        text-align: center
    }
    .header-bottom-2>.container .benefits-form__benefits {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-bottom-2>.container .benefits-form__benefits-item {
        margin-bottom: 20px
    }
    .header-bottom-2>.container .benefits-form__benefits-item:last-child {
        margin-bottom: 30px
    }
    .header-bottom-2>.container .benefits-form__benefits-item>.text {
        font-size: 20px
    }
    .header-bottom-2>.container .benefits-form__form>form>.btn,
    .header-bottom-2>.container .benefits-form__form>form>.input-box {
        width: 100%
    }
    .header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(1),
    .header-bottom-2>.container .benefits-form__form>form>.btn:nth-last-child(2),
    .header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(1),
    .header-bottom-2>.container .benefits-form__form>form>.input-box:nth-last-child(2) {
        margin-bottom: 10px
    }
    .our-departments {
        padding-bottom: 40px
    }
    .our-departments .container .section-title {
        margin-bottom: 30px
    }
    .our-departments__items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .our-departments__inner-item {
        margin-left: 5px;
        margin-right: 5px
    }
    .about-2>.container>.about-2-card {
        padding: 70px 15px
    }
    .about-2>.container>.about-2-card>.text>h4 {
        margin-bottom: 25px
    }
    .about-2>.container>.about-2-card>.text>h1 {
        margin-bottom: 25px
    }
    .about-2>.container>.about-2-card>.text>h2 {
        font-size: 20px;
        margin-bottom: 25px
    }
    .about-2>.container>.about-2-card>.text>p {
        margin-bottom: 25px
    }
    .about-2>.container>.about-2-card>.text>.signature {
        margin-top: 25px
    }
    .about-2>.container>.about-2-card>.text>.signature>img {
        margin-right: 10px
    }
    .other-services-2 {
        padding-top: 265px;
        padding-bottom: 70px
    }
    .other-services-2__card {
        margin-top: 30px;
        padding: 30px 15px
    }
    .appointments-2 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .appointments-2 .container .online-appointments .appointments-text {
        margin-top: 20px
    }
    .appointments-2 .container .company-numbers {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .appointments-2 .container .company-numbers__item {
        max-width: 570px;
        width: 100%;
        margin-bottom: 20px
    }
    .appointments-2 .container .company-numbers__item>.number {
        font-size: 40px;
        width: 90px;
        min-width: 90px;
        height: 60px;
        line-height: 60px
    }
    .appointments-2 .container>.btn {
        margin-top: 10px
    }
    .why-choose-us-2 {
        padding-top: 70px;
        padding-bottom: 30px
    }
    .why-choose-us-2 .container .section-title {
        margin-bottom: 40px
    }
    .why-choose-us-2__item {
        margin-bottom: 30px
    }
    .why-choose-us-2__item:nth-last-child(1),
    .why-choose-us-2__item:nth-last-child(2) {
        margin-bottom: 30px
    }
    .why-choose-us-2__item-number {
        margin: 0 0 20px 0
    }
    .our-numbers {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .specialists-2 {
        padding: 70px 0 120px
    }
    .specialists-2>.container .section-title {
        margin-bottom: 30px
    }
    .specialists-2>.container>.specialists-2__card {
        padding: 30px 15px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel>.owl-dots {
        bottom: -90px
    }
    .our-clients {
        padding-top: 70px;
        padding-bottom: 65px
    }
    .our-clients__carousel {
        margin-bottom: 30px
    }
    .latest-news-2 {
        padding-top: 70px;
        padding-bottom: 140px
    }
    .latest-news-2 .container .section-title {
        margin-bottom: 30px
    }
    .latest-news-2__carousel .owl-item {
        padding-bottom: 0!important
    }
    .latest-news-2__carousel .owl-nav {
        width: 150px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .emergency-call-2 {
        background-position: center 70%;
        background-size: auto 100%;
        background-attachment: initial;
        padding-top: 70px;
        padding-bottom: 70px
    }
    .our-departments-2 {
        padding-top: 70px;
        padding-bottom: 110px
    }
    .our-departments-2>.bg-text,
    .our-departments-2>.bg-text_dark {
        display: none
    }
    .our-departments-2 .section-title {
        margin-bottom: 30px
    }
    .our-departments-2 .owl-dots {
        display: none
    }
    .our-departments-2 .owl-nav {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 150px;
        top: 100%
    }
    .about-3 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .about-3>.container>.video {
        margin-bottom: 30px
    }
    .why-choose-us-3>.bl-left>.content {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 540px
    }
    .why-choose-us-3>.bl-left>.content>.items {
        margin-top: 30px
    }
    .why-choose-us-3>.bl-left>.content>.items>.item {
        max-width: 200px;
        margin-bottom: 30px
    }
    .why-choose-us-3>.bl-right>.img>img {
        -o-object-position: right 100% center 100%;
        object-position: right 100% center 100%
    }
    .other-services-3 {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .other-services-3__cards {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .other-services-3__cards>.card-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 30px
    }
    .specialists-3 .container {
        padding-top: 50px;
        padding-bottom: 100px
    }
    .specialists-3__carousel {
        margin-top: 30px
    }
    .specialists-3__carousel .owl-nav {
        width: 150px;
        top: initial;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .specialists-3__item {
        padding-bottom: 80px
    }
    .medical-center>.bl-right {
        padding: 70px 15px
    }
    .latest-news-3 {
        padding-top: 70px;
        padding-bottom: 140px
    }
    .latest-news-3 .container .section-title {
        margin-bottom: 30px
    }
    .latest-news-3__carousel .owl-item {
        padding-bottom: 0!important
    }
    .latest-news-3__carousel .owl-nav {
        width: 150px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .our-clients-2__carousel .slide-item>.content {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .our-clients-2__carousel .slide-item>.content .section-title {
        margin-bottom: 30px!important
    }
    .our-clients-2__carousel .slide-item__text {
        margin-bottom: 30px
    }
    .our-clients-2__carousel .slide-item__text>.author {
        margin-top: 30px!important
    }
    .about-4 {
        padding-top: 70px;
        padding-bottom: 45px
    }
    .about-4>.container>.content>.video {
        height: 350px
    }
    .about-4>.container>.content>.video>.img>img {
        -o-object-position: center 30%;
        object-position: center 30%
    }
    .medical-center-2 {
        padding-top: 70px;
        padding-bottom: 45px;
        background-color: #f4f4f4
    }
    .medical-center-2 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }
    .medical-center-2 .container>.img {
        max-width: 570px;
        margin-right: 0;
        margin-bottom: 50px
    }
    .medical-center-2 .container>.content {
        text-align: center
    }
    .medical-center-2 .container>.content>.list {
        text-align: left
    }
    .latest-news-4 {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .latest-news-4>.container>.item {
        margin-bottom: 30px
    }
    .latest-news-4>.container_left-sidebar>.article>.item,
    .latest-news-4>.container_right-sidebar>.article>.item {
        max-width: 370px;
        margin-bottom: 30px
    }
    .latest-news-4>.container_left-sidebar>.article>.item-2,
    .latest-news-4>.container_right-sidebar>.article>.item-2 {
        max-width: 370px
    }
    .latest-news-4>.container_left-sidebar>.article>.item-2>.img,
    .latest-news-4>.container_right-sidebar>.article>.item-2>.img {
        height: 260px
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.blog,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.blog>.icon,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.blog>.icon {
        margin: 0;
        margin-bottom: 20px
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.also-like,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.also-like {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.title,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.title {
        text-align: center
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item {
        max-width: 370px;
        margin-bottom: 30px
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.also-like>.item:last-child,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.also-like>.item:last-child {
        margin-bottom: 0
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.title,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.title {
        width: 100%;
        text-align: center
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item .img,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__comments>.single-card__comments-items>.item .img {
        margin: 0;
        margin-bottom: 20px
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>input,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>input {
        max-width: 100%
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>button,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>button {
        margin: 0
    }
    .latest-news-4>.container_left-sidebar>.article>.single-card>.single-card__post-comment>label,
    .latest-news-4>.container_right-sidebar>.article>.single-card>.single-card__post-comment>label {
        margin-top: 10px;
        margin-right: initial
    }
    .latest-news-4>.container_left-sidebar>.sidebar>.blog-sidebar>.feeds,
    .latest-news-4>.container_left-sidebar>.sidebar>.blog-sidebar>.follow,
    .latest-news-4>.container_left-sidebar>.sidebar>.blog-sidebar>.instagram,
    .latest-news-4>.container_right-sidebar>.sidebar>.blog-sidebar>.feeds,
    .latest-news-4>.container_right-sidebar>.sidebar>.blog-sidebar>.follow,
    .latest-news-4>.container_right-sidebar>.sidebar>.blog-sidebar>.instagram {
        display: none
    }
    .departments-3>.container>.departments-3__items {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .departments-3>.container>.departments-3__items>.item,
    .departments-3>.container>.departments-3__items>.item-icon {
        margin-bottom: 30px;
        max-width: 48%;
        padding-bottom: 30px
    }
    .departments-3>.container>.departments-3__item-1 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .departments-3>.container>.departments-3__item-1>.item {
        margin-bottom: 30px
    }
    .departments-3>.container>.departments-3__item-1>.item>.img {
        max-height: 300px
    }
    .departments-3>.container>.departments-3__item-1>.item>.content {
        padding: 30px 15px
    }
    .departments-3>.container>.departments-3__item-1>.item>.content>.title {
        margin: 0
    }
    .departments-3>.container>.departments-3__item-1>.item>.content>.text {
        margin: 30px 0
    }
    .departments-3>.container>.article>.departments-3__single {
        padding-top: 70px
    }
    .departments-3>.container>.article>.departments-3__single>.img {
        height: 300px
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.title {
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block {
        margin-bottom: 10px
    }
    .departments-3>.container>.article>.departments-3__single>.prices>.prices-block>.item {
        max-width: 100%;
        padding: 20px;
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.title {
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel {
        padding-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
        width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img {
        max-width: 100%;
        height: 350px;
        margin-bottom: 0
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.img>img {
        -o-object-position: center 20%;
        object-position: center 20%
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content {
        margin-left: 0;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        padding: 15px
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.text {
        margin: 0 0 15px 0
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel .owl-item>.item>.content>.lists {
        width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.doctors-department>.doctors-department__carousel>.owl-nav {
        position: absolute;
        top: initial;
        bottom: 0;
        left: 50%;
        right: initial;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .departments-3>.container>.article>.departments-3__single>.department-faq>.title {
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases>.title {
        margin-bottom: 30px
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel {
        max-width: 100%
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item {
        opacity: .5;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .departments-3>.container>.article>.departments-3__single>.department-cases .department-cases__carousel .owl-item.active {
        opacity: 1
    }
    .departments-3>.container>.sidebar {
        margin-bottom: 70px
    }
    .departments-3>.container>.sidebar>.departments-sidebar>.appointment {
        margin-bottom: 0
    }
    .departments-3>.container_no-sidebar>.article {
        padding-bottom: 70px
    }
    .doctors>.container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .doctors>.container>.doctors__cards {
        margin-top: 30px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item {
        margin: 0 5px 60px;
        max-width: 48%
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>a>.img {
        height: 200px
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block>.img,
    .doctors>.container.container_right-sidebar>.article>.doctors-block>.img {
        overflow: hidden;
        height: 320px
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-block>.content,
    .doctors>.container.container_right-sidebar>.article>.doctors-block>.content {
        padding: 30px 15px
    }
    .doctors>.container.container_left-sidebar>.article>.doctors-text,
    .doctors>.container.container_right-sidebar>.article>.doctors-text {
        margin-top: 30px;
        padding-bottom: 40px
    }
    .doctors>.container.container_left-sidebar>.sidebar,
    .doctors>.container.container_right-sidebar>.sidebar {
        margin-top: 30px
    }
    .case>.container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .case>.container .case__detail>.img-mobile {
        margin-top: 30px;
        margin-bottom: 70px
    }
    .case>.container .case__detail>.img-mobile>.img-mobile__carousel .img-mobile__item {
        height: 200px
    }
    .case>.container .case__detail .doctor-history {
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .case>.container .case__detail .doctor-history>div {
        max-width: 100%
    }
    .case>.container .case__detail .doctor-history>.doctor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .case>.container .case__detail .doctor-history>.doctor>div {
        max-width: 100%
    }
    .case>.container .case__detail .doctor-history>.doctor>.img img {
        -o-object-position: center top;
        object-position: center top
    }
    .case>.container .case__detail .doctor-history>.doctor>.content {
        padding-bottom: 0
    }
    .case>.container .case__detail .doctor-history>.history {
        padding-top: 30px;
        text-align: center
    }
    .case>.container .case__detail .photogallery {
        margin-top: 70px
    }
    .case>.container .case__detail .photogallery-item {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
    .case>.container .case__detail .testimonial {
        margin-top: 70px;
        text-align: center
    }
    .case>.container .case__detail .testimonial .icon {
        margin-left: auto;
        margin-right: auto
    }
    .case>.container .case__detail .testimonial>.content {
        max-width: 100%;
        margin-bottom: 30px
    }
    .case>.container .case__detail .testimonial>.video {
        max-width: 100%
    }
    .case>.container .case__cards {
        margin-top: 30px
    }
    .case>.container .case__cards-item {
        margin-bottom: 30px;
        max-width: 48%
    }
    .case>.container .case__cards-item>.img.img_2 {
        max-height: 400px
    }
    .case>.container .my-pagination-2 {
        margin-top: 70px
    }
    .contact>.contact-map-2>.container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .contact>.contact-map-2>.container>.contact-map__card-2>.content {
        padding: 30px 15px
    }
    .contact>.container.container_right-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 70px;
        padding-bottom: 70px
    }
    .contact>.container.container_right-sidebar>.article {
        padding-top: 0;
        margin-bottom: 70px
    }
    .contact>.container.container_right-sidebar>.article>.title {
        margin-bottom: 30px
    }
    .contact>.container.container_right-sidebar>.sidebar {
        max-width: 100%!important
    }
    .shop>.container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .shop>.container>.shop-cart>.responsive-table>table>tfoot>tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .shop>.container>.shop-cart>.responsive-table>table>tfoot>tr>td {
        text-align: left!important
    }
    .shop>.container>.product>.single-product>.content {
        margin-top: 20px
    }
    .shop>.container>.product>.description {
        padding-bottom: 50px
    }
    .shop>.container>.relatives {
        margin-top: 70px
    }
    .shop>.container.container_left-sidebar,
    .shop>.container.container_right-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop>.container.container_left-sidebar>.article,
    .shop>.container.container_right-sidebar>.article {
        max-width: 100%;
        margin-bottom: 70px
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__header,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__header {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card {
        margin-top: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item {
        max-width: 48%;
        margin-bottom: 30px
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img {
        height: 220px
    }
    .shop>.container.shop-checkout {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .shop>.container.shop-checkout>.sidebar {
        max-width: 100%!important
    }
    .shop>.container.shop-checkout>.sidebar>.checkout-sidebar>div {
        padding: 15px
    }
}

@media (max-width:575.98px) {
    .header-middle .navbar__menu-item {
        margin-bottom: 0
    }
    .header-middle .navbar__menu-link {
        font-size: 26px
    }
    .header-middle .navbar__submenu-link {
        font-size: 16px
    }
    .header-middle .navbar__right>.navbar__bag {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 20px
    }
    .header-middle .navbar__right>.navbar__bag .checkBox {
        left: initial;
        right: -15px;
        max-width: 260px
    }
    .header-middle .navbar__right>.navbar__search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }
    .header-middle .navbar__right>.btn {
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
    .header-bottom__banner {
        top: 0
    }
    .header-bottom .services {
        bottom: -340px
    }
    .header-bottom .services__item {
        height: 180px;
        max-width: 180px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }
    .header-bottom .services__item-title {
        font-size: 20px
    }
    .header-bottom .services__item-text {
        font-size: 12px
    }
    .about {
        padding-top: 390px
    }
    .appointments .container .company-numbers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .appointments .container .company-numbers__item>.number {
        margin: 0 0 20px 0
    }
    .other-services__cards>.card-item {
        margin-left: 20px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .form .container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .form__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .form__block-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .form__block select,
    .form__block textarea,
    .form__block-input {
        font-size: 16px
    }
    .emergency-call .container>.call {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .emergency-call .container>.call>.icon {
        margin-right: 0;
        margin-bottom: 20px
    }
    .emergency-call .container>.call>a {
        font-size: 40px
    }
    .emergency-call__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .emergency-call__item h1 {
        font-size: 20px
    }
    .emergency-call__item>.icon {
        margin-bottom: 15px
    }
    .specialists .container {
        padding-bottom: 105px
    }
    .latest-news .container {
        padding-top: 75px;
        padding-bottom: 125px
    }
    .header-bottom-2__banner .slide-item {
        padding-top: 100px
    }
    .header-bottom-2__banner .slide-item__title {
        font-size: 50px
    }
    .about-2>.container>.about-2-card>.text>h2 {
        font-size: 20px
    }
    .about-2>.container>.about-2-card>.text>.signature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .about-2>.container>.about-2-card>.text>.signature>img {
        margin: 0
    }
    .other-services-2 {
        padding-top: 350px;
        padding-bottom: 70px
    }
    .other-services-2__card>.content>.carousel .carousel-item>.title {
        font-size: 24px
    }
    .other-services-2__card>.content>.carousel .carousel-item>.subtitle {
        font-size: 16px
    }
    .other-services-2__card>.content>.carousel .carousel-item>.lists {
        margin-top: 20px;
        font-weight: 600;
        color: #333;
        list-style: none
    }
    .other-services-2__card>.content>.carousel .carousel-item>.lists li {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 10px
    }
    .other-services-2__card>.content>.carousel .carousel-item>.lists li i.fa {
        color: #1f3d9d;
        margin-right: 7px
    }
    .appointments-2 .container .company-numbers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .appointments-2 .container .company-numbers__item>.number {
        margin: 0 0 20px 0
    }
    .why-choose-us-2__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .why-choose-us-2__item-number {
        margin: 0 0 30px 0
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 400px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table {
        font-size: 12px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>th {
        padding-bottom: 5px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td {
        padding-bottom: 5px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tbody tr>td a {
        font-size: 12px
    }
    .specialists-2>.container>.specialists-2__card .specialists-2__carousel-item>.content table>tfoot {
        text-align: center
    }
    .our-clients__carousel-item>.text {
        font-size: 16px
    }
    .our-clients__carousel-item>.title {
        font-size: 18px
    }
    .our-clients__carousel-item>.subtitle {
        font-size: 16px
    }
    .emergency-call-2 {
        background-position: center right 40%
    }
    .header-bottom-3__banner .slide-item__text {
        padding-top: 200px
    }
    .header-bottom-3__banner .slide-item__title {
        margin-top: 20px;
        font-size: 40px
    }
    .header-bottom-3__banner .slide-item__subtitle {
        margin-top: 18px;
        margin-bottom: 18px;
        font-weight: 100;
        font-size: 20px
    }
    .about-3>.container>.video {
        display: none
    }
    .other-services-3__cards>.card-item {
        margin-left: 20px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .other-services-3__cards>.card-item .lists {
        font-size: 16px;
        line-height: 1
    }
    .medical-center {
        height: 700px
    }
    .medical-center>.bl-right>.content>.medical-center__form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .our-clients-2__carousel .slide-item__text>.section-title {
        margin-bottom: 50px
    }
    .our-clients-2__carousel .slide-item__text>.text {
        font-size: 16px
    }
    .our-clients-2__carousel .slide-item__text>.author {
        font-size: 20px;
        margin-top: 50px
    }
    .medical-center-2 {
        padding-top: 50px;
        padding-bottom: 170px
    }
    .medical-center-2 .container>.img {
        display: none
    }
    .medical-center-2 .container>.content>.list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .latest-news-4>.container>.item {
        margin-left: 0;
        margin-right: 0
    }
    .departments-3>.container>.departments-3__items>.item,
    .departments-3>.container>.departments-3__items>.item-icon {
        max-width: 100%
    }
    .departments-3>.container>.departments-3__items>.item-icon>.img,
    .departments-3>.container>.departments-3__items>.item>.img {
        height: 250px
    }
    .departments-3>.container>.departments-3__item-1>.item>.img {
        max-height: 250px;
        max-width: 100%
    }
    .departments-3>.container>.departments-3__item-1>.item>.content>.title {
        font-size: 32px;
        margin: 0
    }
    .case>.container .case__cards-item {
        margin-left: 0;
        margin-right: 0;
        max-width: 420px;
        width: 100%
    }
    .case>.container .case__cards-item>.img {
        height: 220px
    }
    .case>.container .case__cards-item>.img.img_2 {
        max-height: 500px
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item {
        margin: 0 0 50px 0;
        max-width: 100%
    }
    .doctors>.container>.doctors__cards>.doctors__cards-item>a>.img {
        height: 300px
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__header,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: initial;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item {
        max-width: 100%
    }
    .shop>.container.container_left-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img,
    .shop>.container.container_right-sidebar>.article>.shop-block>.shop-block__card>.shop-block__card-item>.img {
        height: 300px
    }
    .shop>.container>.product>.single-product>.carousels>.thumbs-carousel .owl-nav {
        display: none
    }
    .shop>.container>.product>.description>.list {
        height: initial
    }
    .faqs>.container {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .contact>.container_right-sidebar>.article>.title {
        margin-bottom: 30px
    }
    .contact>.container_right-sidebar>.article>form>.btn {
        width: 100%!important;
        margin-right: 0!important
    }
    .contact>.container_right-sidebar>.article>form>label {
        margin-top: 10px;
        width: 100%;
        text-align: center
    }
    .contact>.contact-map {
        height: initial
    }
    .contact>.contact-map>.container {
        margin-top: 70px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contact>.contact-map>.container>.contact-map__card {
        position: static;
        max-width: 100%
    }
    .contact>.contact-map>.container>.contact-map__card>.content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
        text-align: center
    }
}

@media (max-width:420px) {
    .other-services-2 {
        padding-top: 430px
    }
}

@media (max-width:389px) {
    .header-bottom .services {
        bottom: -360px
    }
    .header-bottom .services__item {
        height: 270px;
        max-width: 270px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px
    }
    .header-bottom .services__item-title {
        font-size: 24px
    }
    .header-bottom .services__item-text {
        font-size: 16px
    }
    .about {
        padding-top: 490px
    }
}

.social-media {
    position: absolute;
    width: 49px;
    z-index: 99;
    padding: 14px 0 2px;
    background: 0 0;
    top: 30%;
    left: 12px
}

.social-media ul {
    list-style: none;
    text-align: center;
    margin: 0
}

.social-media ul li {
    display: inline-block;
    width: 100%
}

.social-media ul li a {
    display: inline-block;
    color: #0f2b4c;
    margin-bottom: 19px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
    box-shadow: 0 0 0 6px #cccbc8
}

.social-media ul li a:hover {
    background: #0f2b4c;
    color: #fff
}

img {
    max-width: 100%
}

.watsapp {
    position: absolute;
    width: auto;
    z-index: 91;
    padding: 12px 0 12px;
    background: 0 0;
    bottom: 80px;
    text-align: center;
    left: 0
}

.watsapp a {
    color: #fff;
    font-size: 18px;
    display: block
}

.watspp-icon {
    left: 0;
    top: 0;
    width: auto;
    color: #fff;
    border-radius: 50%
}

.service-title-head {
    background-color: #091f3a;
    color: #fff;
    padding: 41px 44px;
    position: absolute;
    z-index: 1;
    width: 283px;
    height: 283px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 93px
}

.service-title-head::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid #ccc;
    z-index: -1;
    left: 0;
    right: 0;
    top: 12px;
    margin: auto;
    border-radius: 50%
}

.service-title-head .section-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 18px;
    margin-top: 3px;
    line-height: 35px
}

.service-title-head .section-title span {
    color: #fad341
}

.service-title-head p {
    font-size: 13px;
    margin: 0;
    line-height: 23px
}

.service-blocks {
    position: relative;
    text-align: center;
    margin-bottom: 4px;
    display: block;
    overflow: hidden
}

.hand-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #efeded;
    border-radius: 50%;
    z-index: 1;
    font-size: 30px;
    line-height: 47px
}

.hand-down {
    bottom: 0
}

.ser-row .col-md-5,
.ser-row .col-md-6 {
    padding: 0 2px
}

.ser-row {
    position: relative
}

.ser-r-left {
    right: 50px
}

.ser-r-right {
    left: 50px
}

.p-02 {
    padding: 0 2px
}

.service-title {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #091f3a);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto
}

.seroverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #08213e);
    opacity: 1;
    transition: all ease-in-out .4s;
    bottom: 0
}

.neuro-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 17px;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    right: 102px;
    margin: auto;
    top: 40%
}

.neuro-right {
    left: 102px;
    right: 0
}

.service-blocks span {
    position: absolute;
    width: 100px;
    padding: 5px 0;
    background-color: #fad025;
    opacity: 0;
    transition: all ease-in-out .5s;
    bottom: 50px;
    right: -10px;
    color: #000
}

.service-blocks:hover .seroverlay {
    height: 100%;
    opacity: 1;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #e4091e)
}

.service-blocks:hover span {
    right: 0;
    opacity: 1
}

.testimonail-left.fa.fa-quote-left {
    display: table;
    margin: auto;
    width: 70px;
    height: 70px;
    background: #f49b55;
    font-size: 40px;
    text-align: center;
    line-height: 71px;
    border-radius: 50%;
    margin-bottom: 18px
}

.testimonial-head {
    text-align: center
}

.testimonial-head h1 {
    font-size: 35px
}

.blog-section h1 {
    font-size: 35px;
    text-align: center
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0;
    margin-top: 60px;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 32px;
    width: 2px;
    height: 100%;
    z-index: 400
}

ul.timeline>li {
    margin: 8px 0;
    padding: 24px 25px;
    padding-left: 20px;
    background: #f5f5f5
}

ul.timeline>li>a {
    color: #0f2b4c;
    font-weight: 600
}

ul.timeline>li:before {
    content: ' ';
    background: #f9d55c;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e4e3e3;
    left: 23px;
    width: 20px;
    height: 20px;
    z-index: 400
}

ul.timeline p {
    font-size: 15px;
    margin: 0
}

.blog-icon {
    display: table;
    margin: auto;
    width: 70px;
    height: 70px;
    background: #f7dc39;
    line-height: 67px;
    border-radius: 50%;
    margin-bottom: 18px;
    text-align: center
}

.blog-icon img {
    width: 38px
}

.subscrribe {
    position: relative;
    background-image: url(../images/bg-1.png)
}

.subscrribe::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #091f3a;
    right: 0
}

.subscribe-block {
    position: relative;
    padding: 40px 38px;
    background-color: #091f3a
}

.sub-title h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px
}

.sub-title p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

.subscribe-input {
    position: relative;
    margin-top: 12px
}

.subscribe-input .form-control {
    height: 58px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    color: #fff
}

.subscribe-input .btn {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #f7dc39;
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: #091f3a
}

.footer__top-blocks h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 600
}

.footer__top-blocks .content-item {
    position: relative;
    padding-left: 54px;
    margin-bottom: 31px
}

.footer__top-blocks .content-item .icon {
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    background-color: #e8e7e7;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    text-align: center;
    line-height: 47px
}

.footer__top-blocks .content-item a {
    color: #000;
    display: inline-block;
    position: relative;
    top: 7px
}

.footer__top-blocks .menu li {
    display: inline-block;
    width: 99%;
    padding: 0 9px
}

.footer__top-blocks .menu li a {
    color: #000;
    line-height: 28px;
    display: block;
    border-bottom: 1px dashed #ccc;
    font-size: 14px
}

.footer__top-blocks .menu li a:hover {
    color: red
}

.footer__top-blocks .menu li a i {
    margin-right: 5px
}

.footer__top-blocks {
    margin-bottom: 37px
}

.footer__bottom p a {
    color: #fff
}

.footer__top-blocks .content-item .icon .cls-1 {
    font-size: 13px;
    fill: #000
}

.footer__top-blocks .content-item .icon svg:not(:root) {
    width: 20px
}

.header-middle.fixed {
    background-color: #fff;
    box-shadow: 0 0 10px #333
}

.inner-section {
    min-height: 51vh;
    padding: 78px 0
}

.header-bottom-4>.container>.section-title {
    width: 100%;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 100px
}

.header-bottom-4>.container>.breadcrumb {
    width: auto;
    background-color: #fff;
    padding: 6px 22px;
    display: table;
    margin: auto;
    margin-top: 0;
    position: relative;
    top: 26px
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item {
    font-weight: 600;
    font-size: 19px;
    display: inline-block
}

.c-article .btn-2_pink {
    padding: 10px 20px
}

.c-address-block {
    position: relative;
    text-align: center;
    border: 12px solid #e6e5e5;
    padding: 40px 34px
}

.c-address-block .content-item {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.c-address-block .content-item p {
    margin: 0
}

.c-address-block .content-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.c-address-block .content-item .icon {
    width: 73px;
    height: 73px;
    box-shadow: 0 0 27px #545454;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin: auto;
    font-size: 36px;
    line-height: 62px;
    color: #fff;
    border: 4px solid #e6e5e5;
    margin-bottom: 15px;
    background-color: #f2954d;
}

.content-item .text a {
    color: #000
}

.c-article.article {
    border: 12px solid #e6e5e5;
    padding: 27px 30px;
    text-align: center
}

.c-article.article h1 {
    text-transform: uppercase
}

.c-map iframe {
    border: 12px solid #e6e5e5;
    width: 100%;
    height: 416px;
    margin-top: 28px
}

.header-top__logo img {
    box-shadow: 0 0 10px #ccc;
    padding: 0 11px;
    margin-top: 15px;
    margin-bottom: 4px
}

.enquery-us .title-box {
    background-color: #091f3a;
    color: #fff;
    border-bottom: 15px solid #f1f1f1;
    border-top: 15px solid #f1f1f1;
    border-left: 0 none;
    border-radius: 0 105px 105px 0;
    border-right: 15px solid #f1f1f1;
    margin: 0;
    padding-top: 21px;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 169px
}

.enquery-us .title-box-text {
    float: left;
    max-width: 220px
}

.enquery-us .section-title {
    margin: 0 0 0 10px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    line-height: 46px
}

.enquery-us .tb-cell.box-inner {
    max-width: 130px
}

.enquery-us .title-box-inner {
    border-radius: 50%;
    bottom: 0;
    color: inherit;
    display: inline-block;
    left: auto;
    max-height: 122px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 8px;
    vertical-align: middle;
    width: 122px;
    background: #f7dc39
}

.enquery-us .title-box-inner .section-name {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    position: relative;
    left: 0;
    color: #091f3a;
    font-weight: 600
}

.subscrribe .container {
    max-width: 1200px
}

.enquery-us {
    position: relative
}

.enqury-icon {
    margin-top: 10px
}

.enquery-us::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: #091f3a;
    left: -200%;
    border-top: 15px solid #f1f1f1;
    border-bottom: 15px solid #f1f1f1
}

.navbar__right a {
    position: relative;
    overflow: visible
}

.navbar__right a:hover {
    color: #0f0f0f
}

.navbar__right a:before {
    /* content: ""; */
    position: absolute;
    width: 60px;
    height: 2px;
    border-bottom: 2px solid #ccc;
    left: -73px;
    top: 25px
}

p {
    font-size: 15px
}

.about-ol {
    margin-bottom: 40px
}

.about-welcome {
    position: relative
}

.about-welcome h3 {
    font-size: 20px;
    color: #ca9f03
}

.about-welcome p {
    line-height: 28px
}

.about-welcome span {
    font-weight: 400;
    text-transform: inherit;
    font-size: 34px;
    letter-spacing: inherit;
    color: #e6b30f;
    margin-bottom: 9px;
    display: block;
    position: relative
}

.about-welcome span::before {
    content: "";
    position: absolute;
    left: 28%;
    width: 38%;
    height: 2px;
    border-bottom: 2px solid;
    top: 28px
}

.about-welcome h2 {
    margin-bottom: 22px;
    color: #0f2b4c;
    font-weight: 600;
    font-size: 43px;
    text-transform: uppercase;
    border-left: 4px solid;
    padding-left: 12px
}

.about-doc-image {
    border: 5px solid #0f2b4c;
    box-shadow: 0 0 26px #908f8f;
    margin-bottom: 51px;
    padding: 6px
}

.mvv-blocks {
    border: 1px solid #ccc;
    text-align: right;
    margin-bottom: 41px;
    position: relative;
    padding: 35px 29px
}

.mvv-blocks h3 {
    right: 34px;
    position: absolute;
    top: -18px;
    background-color: #fff;
    padding: 0 16px;
    text-transform: uppercase;
    color: #dc3545;
    font-weight: 600
}

.vsb {
    text-align: left
}

.vsb h3 {
    right: auto;
    left: 34px;
    /* color:#f7f6f8; */
}

.mvv-blocks p {
    margin: 0
}

.vlb {
    text-align: center
}

.vlb h3 {
    right: 0;
    left: 0;
    width: 150px;
    margin: auto;
    color: #17b89a
}

.value-ul li {
    display: inline-block;
    width: auto;
    border-right: 1px solid #989696;
    padding: 0 9px;
    margin-top: 10px
}

.serviceBox {
    background: linear-gradient(to right, #f1f0f0, #fbdd13);
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1
}

.serviceBox:before {
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 42%);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1
}

.serviceBox .service-icon {
    color: #0f2b4c;
    background: linear-gradient(to right, #fefbe3, #f6da16);
    font-size: 37px;
    width: 51%;
    padding: 8px 0 6px;
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0
}

.serviceBox .title {
    color: #0f2b4c;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px
}

.serviceBox .title:after {
    content: '';
    background-color: #0f2b4c;
    height: 2px;
    width: 60%;
    margin: 5px auto 0;
    display: block;
    clear: both
}

.serviceBox .description {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    margin: 0 0 25px
}

.serviceBox .read-more {
    color: #999;
    font-size: 13px;
    transition: all .3s ease 0s
}

.serviceBox .read-more i {
    font-size: 11px
}

.serviceBox .read-more:hover {
    color: #ff9901;
    text-decoration: underline
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 10px 0 40px
    }
}

.services-image {
    text-align: center
}

.services-image img {
    box-shadow: 0 0 10px #333
}

.services-text h2 {
    font-size: 24px;
    color: #091f3a;
    font-weight: 600
}

.services-text h2,
.services-text h3 {
    font-size: 20px;
    color: #ca9f03
}

.ol-styles li {
    position: relative;
    font-size: 15px;
    padding-left: 21px;
    margin-bottom: 5px
}

.ol-styles li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #6d6c6c;
    border-radius: 50%;
    top: 7px
}

.video-blocks iframe {
    width: 100%;
    height: 240px;
    border: 11px solid #ccc;
    margin-bottom: 26px
}

.gallery-block {
    position: relative;
    margin-bottom: 27px;
    height: 204px;
    overflow: hidden;
}

.gallery-block .image {
    opacity: 1;
    display: block;
    backface-visibility: hidden
}

.gallery-block .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.gallery-block :hover .image {
    opacity: .3
}

.gallery-block :hover .middle {
    opacity: 1
}

.gallery-block .text {
    background: linear-gradient(to left, #f3a364, #bfa169);
    color: #fff;
    font-size: 23px;
    padding: 9px 16px
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: '';
    background-color: #0f2b4c;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.main-timeline .timeline {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 36px 10px 25px 0;
    position: relative
}

.main-timeline .timeline:before {
    content: '';
    background-color: #d5223d;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    box-shadow: 0 0 5px #999 inset, 0 0 0 5px #dbdbdb, 0 0 13px #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -17px
}

.main-timeline .timeline-content {
    color: #555;
    background: linear-gradient(45deg, #dfdfdf, #fefefe);
    text-align: center;
    padding: 30px 40px;
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1
}

.main-timeline .timeline-content:hover {
    text-decoration: none
}

.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(45deg, #fefefe, #dfdfdf);
    border-radius: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    z-index: -1
}

.main-timeline .timeline-icon {
    color: #fff;
    background: linear-gradient(125deg, #ed354d 39%, #d92140 40%);
    font-size: 37px;
    text-align: left;
    line-height: 120px;
    height: 120px;
    width: 110px;
    padding-left: 15px;
    position: absolute;
    top: -56px;
    left: -30px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%)
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 3px;
    bottom: 6px;
    top: 6px;
    right: 6px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%)
}

.main-timeline .timeline-icon:after {
    background: linear-gradient(125deg, #ed354d 39%, #d92140 40%);
    left: 6px;
    top: 11px;
    bottom: 11px;
    right: 11px
}

.main-timeline .title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
    color: #0f2b4c
}

.main-timeline .description {
    font-size: 15px;
    margin: 0;
    color: #000
}

.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 35px 0 25px 10px
}

.main-timeline .timeline:nth-child(even):before {
    right: auto;
    left: -17px
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: rotateY(180deg);
    left: auto;
    right: -30px
}

.main-timeline .timeline:nth-child(4n+2):before {
    background-color: #96bf33
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:after {
    background: linear-gradient(125deg, #a7cd43 39%, #96bf33 40%)
}

.main-timeline .timeline:nth-child(4n+3):before {
    background-color: #15bec8
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:after {
    background: linear-gradient(125deg, #54b7c0 39%, #15bec8 40%)
}

.main-timeline .timeline:nth-child(4n+4):before {
    background-color: #3c21bb
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:after {
    background: linear-gradient(125deg, #5436d0 39%, #3c21bb 40%)
}

@media screen and (max-width:767px) {
    .main-timeline:before {
        left: 15px;
        transform: translateX(0)
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 65px 0 0 0
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before {
        height: 20px;
        width: 20px;
        left: 5px;
        right: auto
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%);
        left: 50%;
        top: -54px
    }
    .main-timeline .timeline-content {
        padding: 80px 20px 20px
    }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px
    }
}

.about-welcome a,
.services-text a {
    color: #f1283c
}

.abou-journs {
    margin-bottom: 25px
}

 /* .top-wraper {
     height: 100vh 
}  */

._blogs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
    margin-bottom: 18px
}

._blogs:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

._blogs h2 {
    font-size: 29px;
    color: #112b58
}

._blogs p {
    color: #353535;
    line-height: 26px;
    margin-bottom: 10px
}

._blogs a {
    display: inline-block;
    color: #d6a328;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px
}

.blog-text h2 {
    font-size: 29px;
    color: #112b58
}

.blog-text h3 {
    font-size: 25px;
    color: #c79312
}

.blog-text p {
    color: #353535;
    line-height: 26px;
    margin-bottom: 10px
}

.blog-text a {
    color: #dc3545
}

.blog_nav h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin: 8px 0 12px;
    color: #cba100;
    font-weight: 600;
}

.blog_nav {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
    min-height: auto;
    margin: 0 0 28px;
}

.blog_nav ul {
    list-style: none;
    margin: 0
}

.blog_nav li {
    position: relative
}

.blog_nav ul li a {
    display: block;
    color: #061a32;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 7px;
    margin-bottom: 6px
}




/* About - Section */


.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 159px 0 60px;
    margin-top: 0;
    z-index: 1
}

.team-section .sec-title .title:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.team-section .sec-title .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px
}

.team-section:before {
    position: absolute;
    left: -107px;
    bottom: -180px;
    height: 250px;
    width: 250px;
    content: "";
    background: rgba(76,181,124,.15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 50%
}

.team-section:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-image: none;
    content: "";
    z-index: -1
}

.team-section .sec-title {
    margin-bottom: 58px;
    text-align: center
}


.service-after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1
}


.about-section .about-bg-img .image-box .col-md-4:nth-child(1) .mv-sections::before,.about-section .about-bg-img .image-box .col-md-4:nth-child(2) .mv-sections::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: transparent;
    right: 0;
    top: 20px
}

.about-section .about-bg-img2 .image-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: auto;
    background: linear-gradient(to left,#489038,rgba(255,255,255,.34901960784313724));
    text-align: center;
    font-size: 25px;
    padding: 39px 0;
    right: 0;
    color: #fff
}

.mv-sections-blocks {
    margin-top: 60px;
    text-align: center
}

.mv-sections-blocks .col-md-12 {
    padding: 0
}

.about-section .about-bg-img .image-box a {
    color: #fff
}

.about-section .about-bg-img .image-box a h4 {
    font-size: 19px;
    margin-top: 0
}

.about-btn {
    text-align: right;
  }

  .home-abou-us .btn-style-one {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
  }

  .btn-style-one {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #3e3c3c;
  }

  .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }

  .aboutus-title {
    position: absolute;
    bottom: 246px;
    text-transform: uppercase;
    font-size: 58px;
    color: #9d661d;
    left: -180px;
    text-align: right;
    transform: rotate(-90deg)
}

.home-abou-us span {
    color: #8a8a8a;
    display: block;
    font-size: 25px;
    margin-bottom: 9px
}

.home-abou-us h2 {
    color: #f96d00;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 500;
    border-left: 4px solid;
    padding-left: 12px;
    font-size: 40px;
}

.home-abou-us p {
    margin-bottom: 10px;
    color: #717171
}

.home-abou-us .btn-style-one {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500
}

.about-btn {
    text-align: right
}

  .home-abou-us p {
    margin-bottom: 10px;
    color: #717171;
  }
  .about-btn {
    text-align: right;
  }
  .hospital-mv-blocks {
    position: relative;
    height: 100%;
    margin-top: -4px;
}

.hospital-mv-blocks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 246px;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 0
}

.hospital-logo {
    position: absolute;
    right: 0;
    left: 0;
    width: 262px;
    margin: 0 auto;
    top: -24px;
    line-height: 150px;
    text-align: center
}

.hospital-logo::before {
    content: "";
    position: absolute;
    width: 186px;
    height: 186px;
    background-color: #fff;
    left: 38px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 0 34px #6d6d6d
}

.hospital-logo img {
    width: 204px
}

.hospital-mv {
    float: left;
    width: 210px;
    height: 210px;
    padding-top: 27px;
    color: #fff;
    margin-top: 123px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: 31px;
    top: -9px
}

.hospital-mv::before {
    content: "";
    position: absolute;
    width: 186px;
    height: 186px;
    background-color: #9b6501;
    left: 13px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 0 34px #6d6d6d
}

.hospital-mv h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 42px
}

.hospital-mv.hsop-vision {
    float: right;
    background-color: transparent;
    right: 31px;
    top: -11px;
    left: auto
}

.hospital-mv.hsop-vision::before {
    background-color: #ff6f00;
}

.hospital-mv.hospital-values {
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    bottom: 51px;
    top: auto
}

.hospital-mv.hospital-values::before {
    background-color: #101010;
}

.hospital-mv p {
    color: #ececec;
    line-height: 20px
}

.hospital-mv a {
    color: #ffd24c;
    margin-top: 13px;
    display: block
}









/* services- css*/

   

.facilites-blog-bg {
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.facilities-section {
    position: relative;
    padding: 72px 0 76px;
    z-index: 3;
    background-size: cover;
    background-position: center;
}

.facilities-section::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 23%; */
    height: 100px;
    width: 100%;
    content: "";
    /* transform: skewY(-5deg); */
    /* background-image: url(../images/bg.jpg); */
    /* background-color: #fff; */
}

.facilities-section::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 33px;
    height: 88%;
    width: 2px;
    border-right: 1px solid #ccc;
    content: "";
}


.facilites-bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
  }

  .auto-container {
    position: relative;
    max-width: 1150px;
    padding: 0px 15px;
    margin: 0 auto;
  }

  .facilities-list {
    position: relative;
    /* box-shadow: 0px 0px 10px #989595; */
    padding: 0;
    margin-top: 0;
    background-color: #fff;
  }
  .facilities-oly {
    position: absolute;
    width: 344px;
    height: 344px;
    top: 97px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 0px 10px #ece8e8;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
  }

  

.facilities-head {
  position: absolute;

  right: 0;

  left: 0;

  width: 296px;

  height: 296px;

  margin: auto;

   

  border-radius: 50%;

  margin-top: 0;

  margin-bottom: 0;

  padding-bottom: 0;

  background-color: #fff;

  border: 17px solid #d8d7d7cc;

  top: 123px;

  padding: 23px;

  box-shadow: 0px 0px 32px #bfa169;

  z-index: 1;

}

.facilities-head::before {
    content: "";
  }

  .facilities-head i.hand-top {
    top: -120px;
    bottom: auto;
  }
  .facilities-head i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f2954d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /* margin: auto; */
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgb(218, 217, 217);
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    /* bottom: -117px; */
  }

  .facilities-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 0;
    color: #f2954d;
    position: relative;
    font-weight: 600;
    padding-top: 60px;
  }
  .facilities-title::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 2px;
    border-bottom: none;
    left: 0px;
    bottom: -2px;
  }
  .facilities-title span {
    position: absolute;
    /* display: block; */
    text-transform: initial;
    font-family: 'Qwigley', cursive;
    font-weight: 500;
    color: #bfa169;
    /* font-size: 80px; */
    top: 0px;
    right: 0;
    z-index: -1;
    left: 0;
    display: block;
    margin-bottom: 18px;
  }

  .facilities-title p {
    text-transform: initial;
    line-height: 20px;
    font-size: 14px;
    max-width: 388px;
    margin: auto;
      
    margin-top: 13px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #2d2d2d;
  }
  .fa-hand-point-left::before {
    content: "\f0a5";
  }
  .fa-hand-point-right::before {
    content: "\f0a4";
  }
  
  .facilities-head i {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
  }

  .facilities-head::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 455px;
    top: -51px;
    background-color: transparent;
    left: -52px;
    z-index: -1;
  }

  .fc-row .col-md-12 {
    margin-bottom: 10px;
  }
  .equipment-block {
    text-align: center;
    position: relative;
    margin-bottom: 11px;
    box-shadow: 0px 0px 5px #aba9a9;
    padding: 0;
    border-radius: 28px;
    display: table-cell;
    width: 415px;
    height: 68px;
    vertical-align: middle;
  }

  .equipment-block::before {
    content: "";
    position: absolute;
    width: 69%;
    height: 2px;
    border-bottom: 1px solid #bbbbba;
    right: -222px;
    margin: auto;
    top: 35px;
    /* z-index: -1; */
  }

  .equipment-block h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #454749;
    font-weight: 600;
    line-height: 23px;
    position: relative;
    z-index: 1;
  }
  .equipment-block::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #bfa169;
    left: 0px;
    transition: all ease-in-out .5s;
    top: 0px;
    bottom: 0px;
    border-radius: 28px;
    height: 100%;
  }

  .eqbg9::before, .eqbg10::before, .eqbg11::before, .eqbg12::before, .eqbg13::before, .eqbg14::before, .eqbg15::before, .eqbg16::before {
    right: auto;
    left: -222px;
  }

  .facilities-section::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 33px;
    height: 88%;
    width: 2px;
    border-right: 1px solid #ccc;
    content: "";
  }

  .equipment-block:hover h4::before {
    opacity: 1;
    width: 100px;
  }

  .equipment-block:hover.equipment-block::after {
    width: 100%;
  }


  .equipment-block:hover h4 {
    color: #fefefe;
    transition: all ease-in-out .6s;
  }
  