html,body,div,span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    overflow-y: scroll;
    font-size: 15px;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
}
p:not(:last-child) {
    margin-bottom: 1.25em;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}
h1 {
    margin-top: 0;
    font-size: 3.052em;
}
h2 {
    font-size: 2.441em;
}
h3 {
    font-size: 1.953em;
}
h4 {
    font-size: 1.563em;
}
h5 {
    font-size: 1.25em;
}
small,
.text_small {
    font-size: 0.8em;
}
strong, b {
    font-weight: 600;
    font-family: "Comfortaa", sans-serif;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt--120 {
    margin-top: -120px;
}
.gray-light-bg {
    background: #f5f5f5;
}
.white-bg {
    background: #ffffff;
}
a {
    color: #00438b;
}
a:hover {
    color: #D09443;
    text-decoration: none;
}

.outline-btn,
.solid-btn,
.primary-solid-btn,
.primary-outline-btn {
    padding: 0.75rem 1.85rem;
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.primary-solid-btn {
    border-color: #00438b;
    background: #00438b;
    color: #ffffff;
}
.primary-solid-btn:hover {
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}
.solid-btn {
    background:#202e56;
    color: #ffffff;
    border-color: #202e56;
    border-radius: 0;
}
.solid-btn:hover {
    background: #121a31;
    border-color: #121a31;
    color: #ffffff;
}

.form-control {
    border-color: #ebebeb;
    padding: 0.675rem 0.85rem;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a !important;
    font-size: 14px;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}
.form-control {
    border-color: #ebebeb;
    padding: 0.75rem 0.85rem;
    height: calc(2.356em + 0.75rem + 2px);
}
.icon-sm {
    font-size: 30px;
    line-height: 30px;
}
.icon-md {
    font-size: 40px;
    line-height: 40px;
}
.icon-lg {
    font-size: 50px;
    line-height: 50px;
}
.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
}
.main-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
}
.main-menu ul li {
    padding: 16px 0;
}
.main-menu ul > li a {
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #363232;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.main-menu ul > li .submenu {
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: -4.2em;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateX(-90deg) rotateY(0);
    transform: rotateX(-90deg) rotateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.main-menu ul > li .submenu.dropdown-menu {
    margin: 0;
    padding: 0;
}
.main-menu ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.main-menu ul > li .submenu > a {
    padding: 0;
    display: block;
}
.main-menu ul > li .submenu > a {
    padding: 8px 15px;
    margin: 0;
    color: #363232;
}
.main-menu ul > li .submenu > a:hover {
    background: #ebebeb;
}
.main-menu ul > li .submenu > a:active {
    background: inherit;
}
.main-menu ul > li .submenu:before,
.main-menu ul > li .submenu:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom: 12px solid #f4f7fa;
    top: -25px;
    left: calc(50% - 12px);
}
.main-menu ul li.dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: -8px;
}
.navbar-brand img {
    width: 240px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.affix .navbar-brand img {
    width: 200px;
}
.navbar-toggler {
    background: transparent;
    padding: 0.5rem 0.75rem;
    font-size: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler span {
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
    opacity: 1;
}
.custom-nav ul li a {
    color: #fafafa;
}
.affix {
    background-color: #00438b;
    -webkit-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}
.white-bg.affix,
.custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}
.white-bg.custom-nav ul li a,
.custom-nav ul li a {
    color: #081d43 !important;
}
.white-bg.custom-nav ul li a:hover,
.custom-nav ul li a:hover {
    color: #00438b !important;
}
.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}
.bg-transparent ul li a:hover {
    opacity: 1;
}
.bg-transparent.affix {
    background: rgba(0, 67, 139, 0.95) !important;
}
.navbar {
    padding: 0.12rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background: #131b36 !important;
        padding: 0.95rem 1rem;
    }
    .white-bg.affix,
    .custom-nav.affix,
    .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }
    .white-bg.custom-nav ul li a,
    .custom-nav ul li a {
        color: #081d43 !important;
    }
    .white-bg.navbar .navbar-toggler span {
        color: #00438b;
    }
    .main-menu ul > li .submenu {
        left: 0;
        top: 10px;
        position: relative;
    }
    .main-menu ul li {
        padding: 15px 0 0;
    }
    .main-menu ul > li a {
        margin: 0;
    }
    .main-menu ul > li .submenu:before,
    .main-menu ul > li .submenu:after {
        left: 15px;
    }
    .ptb-100 {
        padding: 55px 0;
    }
    .pt-100 {
        padding-top: 55px;
    }
    .pb-100 {
        padding-bottom: 55px;
    }
}
@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid transparent;
        background: transparent;
        -webkit-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}


.hero-content-left,
.sign-up-form-wrap {
    z-index: 2;
}

.section-shape {
    bottom: -8px;
    left: 0;
    right: 0;
}
.section-shape img {
    width: 100%;
}

.single-feature .icon {
    font-size: 20px;
    line-height: 21px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.background-img {
    position: relative;
    width: 100%;
    display: block;
}

.video-promo-content {
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.video-promo-content a img {
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.video-promo-content a img:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.video-promo-content h5 {
    color: #ffffff;
}
.video-play-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}
.video-play-icon:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ffffff;
    border-color: transparent transparent transparent #00438a;
}
.video-promo-content a:hover {
    border-width: 22px;
    border-color: #ff8657;
}
.video-promo-content a.video-play-icon {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 0.5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple-green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(68, 225, 98, 0.1), 0 0 0 10px rgba(68, 225, 98, 0.1), 0 0 0 20px rgba(68, 225, 98, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(68, 225, 98, 0.1), 0 0 0 20px rgba(68, 225, 98, 0.1), 0 0 0 30px rgba(68, 225, 98, 0);
    }
}
@keyframes ripple-green {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(68, 225, 98, 0.1), 0 0 0 10px rgba(68, 225, 98, 0.1), 0 0 0 20px rgba(68, 225, 98, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(68, 225, 98, 0.1), 0 0 0 20px rgba(68, 225, 98, 0.1), 0 0 0 30px rgba(68, 225, 98, 0);
    }
}
.sign-up-form-wrap {
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.footer-top {
    padding: 65px 0;
}
@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}
.footer-nav-wrap h4 {
    font-size: 14px;
    margin-bottom: 1.4rem;
    font-weight: 700;
}
.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    color: inherit;
    opacity: 0.8;
}
.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}
.copyright-text {
    font-size: 13px;
}
.social-list li a {
    padding: 6px 10px;
}
.social-nav ul li a {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tooltip-hover {
    position: relative;
}
.tooltip-hover a {
    display: block;
}
.tooltip-item {
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    color: #333;
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    -webkit-transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.tooltip-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}
.get-in-touch-list li {
    font-size: 14px;
}
.get-in-touch-list li span {
    font-size: 14px;
    margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }
    h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 1.7441em;
    }
    .main-menu ul li {
        padding: 15px 0 0;
    }
    div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 20px !important;
    }
    .row > div[class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 20px !important;
    }
    .row > div[class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
}



.hero-content-left h1 {
    font-size: 32px;
}
@media only screen and (max-width: 768px) {
    .hero-content-left h1 {
        font-size: 22px;
        max-width:60%;
    }
    .hero-content-left p {
        font-size: 16px;
    }
}

.inner-treatment-list .treatment-img-card {
    background: #fff;
    border-radius: 16px;
    position: relative;
}
.inner-treatment-list .treatment-img-card .treatment-img {
    width: calc(100% + 8px);
    height: 200px;
    -webkit-box-shadow: 0 0 15px rgba(12, 75, 143, 0.15);
    box-shadow: 0 0 15px rgba(12, 75, 143, 0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 8px;
    margin: 0 -4px;
}
.inner-treatment-list .treatment-img-card .treatment-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.inner-treatment-list .treatment-img-card .treatment-img:hover {
    -webkit-box-shadow: 0 0 25px rgba(12, 75, 143, 0.2);
    box-shadow: 0 0 25px rgba(12, 75, 143, 0.2);
}
.inner-treatment-list .treatment-img-card .treatment-content {
    padding: 20px 16px 2px;
    min-height: 125px;
}
.inner-treatment-list .treatment-img-card .treatment-content h4 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 6px;
    text-align: center;
}
.inner-treatment-list .treatment-img-card .treatment-content p {
    font-size: 14px;
    line-height: 20px;
}
.inner-treatment-list .treatment-img-card a.btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    left: 50%;
    position: absolute;
    bottom: -28px;
    background: #fff;
    border-radius: 22px;
    min-width: 160px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.inner-treatment-list .treatment-img-card:hover a.btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.inner-treatment-list .treatment-img-card.type-2 .treatment-img {
    height: 400px;
}
.inner-treatment-list .treatment-img-card.type-2 .treatment-content {
    min-height: 145px;
}
.inner-treatment-list .treatment-img-card.type-2 .treatment-content h4 {
    font-size: 18px;
}
@media only screen and (max-width: 992px) {
    .inner-treatment-list .treatment-img-card {
        margin-bottom: 32px;
        padding-bottom: 6px;
    }
    .inner-treatment-list .treatment-img-card a.btn {
        bottom: -16px;
        background: #fff;
        border-radius: 22px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .inner-treatment-list .treatment-img-card.type-2 .treatment-img {
        height: 300px;
    }
    .inner-treatment-list .treatment-img-card.type-2 .treatment-content {
        min-height: 130px;
    }
    .inner-treatment-list .treatment-img-card.type-2 .treatment-content h4 {
        font-size: 16px;
    }
}

@font-face{
    font-family:'fontello';
    font-display: swap;
    src:url('../fonts/fontello/fontello.eot?62229689');
    src:url('../fonts/fontello/fontello.eot?62229689#iefix') format('embedded-opentype'),
        url('../fonts/fontello/fontello.woff2?62229689') format('woff2'),
        url('../fonts/fontello/fontello.woff?62229689') format('woff'),
        url('../fonts/fontello/fontello.ttf?62229689') format('truetype'),
        url('../fonts/fontello/fontello.svg?62229689#fontello') format('svg');
        font-weight:normal;font-style:normal;
}   


@font-face {
    font-family: "Bw Modelica";
    src: url("../fonts/BwModelica/eot/BwModelica-Black.eot");
    src: url("../fonts/BwModelica/eot/BwModelica-Black.eot#iefix") format('embedded-opentype');
    src: url("../fonts/BwModelica/otf/BwModelica-Black.otf") format("opentype");
    src: url("../fonts/BwModelica/woff/BwModelica-Black.woff") format("woff");
    src: url("../fonts/BwModelica/woff2/BwModelica-Black.woff2") format("woff2");
}
@font-face {
    font-family: "Bw Modelica";
    src: url("../fonts/BwModelica/eot/BwModelica-Regular.eot");
    src: url("../fonts/BwModelica/eot/BwModelica-Regular.eot#iefix")  format('embedded-opentype');
    src: url("../fonts/BwModelica/otf/BwModelica-Regular.otf") format("opentype");
    src: url("../fonts/BwModelica/woff/BwModelica-Regular.woff") format("woff");
    src: url("../fonts/BwModelica/woff2/BwModelica-Regular.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "Bw Modelica";
    src: url("../fonts/BwModelica/eot/BwModelica-Bold.eot");
    src: url("../fonts/BwModelica/eot/BwModelica-Bold.eot#iefix")  format('embedded-opentype');
    src: url("../fonts/BwModelica/otf/BwModelica-Bold.otf") format("opentype");
    src: url("../fonts/BwModelica/woff/BwModelica-Bold.woff") format("woff");
    src: url("../fonts/BwModelica/woff2/BwModelica-Bold.woff2") format("woff2");
    font-weight: bold;
}



html{
    scroll-behavior: smooth;
}

.form-split{
    margin-bottom:2rem;
}

.navbar.fixed-top.scrolled {
    background-color: #00438b !important;
    background-color: #121a31 !important;
    transition: background-color 200ms linear;
  }

h1,h2,h3,h4,h5,h6,svg,span,p,strong,li,div,textarea,input{
    font-family: "Bw Modelica";
}

/* main banner ------------>>>>> */
  .background-img-main {
    position: relative;
    width: 100%;
    display: block;
}

  
/* What we do ------------>>>>> */
  .inner-treatment-list .treatment-img-card .treatment-img img, .inner-treatment-list .treatment-img-card{
    border-radius: 0;
  }
  .inner-treatment-list .treatment-img-card{
      background: transparent;
  }

.slick-prev:before, .slick-next:before {
    font-family: "Fontello";
    font-size: 20px;
    line-height: 1;
    color: white;
    border-radius:50px;
    font-size: 20px;
    background-color: #5d5d5d;
    padding: 14px 19px 14px 20px;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev:before{
    content: "\e810";
}

.slick-next:before{
    content: '\e80f';
}

.slick-prev {
    left: -51px;
}
.slick-next {
    right: -20px;
}
.navbar-brand img{
    width: 170px;
} 

.slick-slide img{
    width:90%;
    margin:auto;
}
@media screen and (max-width: 767px){
    .slick-prev:before, .slick-next:before {
        color: #5d5d5d;
        background-color: transparent;
    }
    .slick-next {
        right: 30px;
        position: absolute;
    }
    .slick-prev {
        left: 0px;
        position: absolute;
        z-index: 9;
    }
}


/* success videos ------------>>>>> */
.tabs .tab-content {
    min-height: 430px;
}
.tabs .tab-content iframe{
    display:block;
}

@media screen and (max-width: 767px){
    .tabs .tab-content {
        min-height:unset;
    }
}

/* Stats ------------>>>>> */
span.stats-num {
    font-size: 3rem;
}

/* Form ------------>>>>> */
.form-control{
    border-radius:0 !important;
    width: 100%;
    border: 0 !important;
    padding: 0 0.85rem;
    height: calc(1.5em + 0.75rem + 2px);
}
.form-group .form-title {
    font-weight: 700;
    display: block;
    color: #3d3d3d;
    width: min-content;
    white-space: nowrap;
    /* margin-left: 19px; */
    font-size: 13px;
    margin-top: 2px;
    width:100%;
    display:block;
    padding: 0 0.85rem;
}

.input-group {
    padding: 6px 10px 6px 3px;
    border: 1px solid #121a31;
    border-radius: 0;
    margin-right: auto;
    padding-right: 32px;
}
.sign-up-form-wrap{
    border: 3px solid #121a31;
    border-radius: 7px !important;
}

.hero-content-left h1{
    font-size:18px;
    border-left: 8px solid #fff;
    padding-left: 15px;
    font-weight: 100;
    line-height:1.5;
}
.header_toptitle{
    font-size: 37px;
    line-height:1;
    display: block;
}
.header_address{
    font-size: 46px;
    display: block;
}
.lead{
    font-size: 1.6rem;
    font-weight: 100;
    color: #f0f8ffc9;
    color:#F5F0ED;
}
.header_address span{
    color:#121a31;
}

@media screen and (min-width: 1200px){
    body .hero-content-left{
        margin-top:-50px !important;
    }
}

textarea {
    resize: none;
}
textarea::-webkit-input-placeholder{
  font-size:0.9rem;
}

/* OTHER ------------>>>>> */
h4 {
    font-size: 1.4em;
}
.slick-slide{
    outline: none;
}

.play-bttn{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    max-width: 100px;
    cursor: pointer;
    animation: ripple-dark 1s linear infinite;
}
.play-bttn-small{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    max-width: 50px;
    cursor: pointer;
    animation: ripple-dark 1s linear infinite;
}
.footer-nav-wrap .social-nav ul li a{
    font-size: 20px;
}
.inner-treatment-list .treatment-img-card .treatment-content h4{
    color: #121932;
    font-size: 2rem;
}
.inner-treatment-list .treatment-img-card .treatment-img{
    width:100%;
}
.inner-treatment-list .treatment-img-card .treatment-content p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;
}
@media screen and (min-width: 1000px){
    .wbtn-wrapper{
        transform: translateY(3rem);
    }
}
.stats {
    background: #121a31;
}
.wbtn img{
    transition: all 0.1s ease-in-out;
}
.wbtn img:hover{
    transform: scale(1.02);
}

.stats .icon-box{
    border: 1px solid transparent;
    padding: 50px 10px;
    border-right-color: #fff;
}
.stats .row > div:nth-child(4) .icon-box{
    border-right-color: transparent;
}
.stats h3{
    FONT-SIZE: 1em;
    color: #fff;
    line-height: 1;
    margin: inherit;
    text-align: center;
    margin-left: -30px;
}

.img-fount-loader{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width:767px){
    .col-xs-6{
        width:50%;
    }
    .stats .outer-p {
        padding: 10px;
    }
    .stats .row > div:nth-child(2) .icon-box{
        border-right-color: transparent;
    }
}

@media (min-width: 320px) and (max-width: 575px){
    div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 5px !important;
    }
    .stats .container{
        margin-left: 15px;
    }
    span.stats-num {
        font-size: 2rem;
    }
    .stats .icon-box {
        padding: 5px;
    }
    .stats {
        padding-top: 15px !important;
        padding: 15px;
    }
}



/* Validate Phone ------------>>>>> */
@media screen and (max-width:767px){
    #faq .btn{
        text-align:left;
    }
}

#error-msg {
    color: red;
}

.err-msj{
    color: red;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 13px;
}
.succ-msj{
    color: #00C900;
    line-height: 2;
    position: absolute;
    right: 10px;
}
.validate-icon{
    position: absolute;
    right: 10px;
    top: 5px;
}

#valid-msg {
    color: #00C900;
}
input.error {
    border: 1px solid #FF7C7C;
}
.hide {
    display: none;
}

.iti{
    width:85%;
}
.swal-button{
    background: #D09443;
}
.swal-button:not([disabled]):hover{
    background: #a57535;
    
}




@media screen and (max-width:757px){
.section-shape {
    bottom: 250px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.header_toptitle {
    font-size: 2rem;
    line-height: 1;
    display: block;
}
.header_address {
    font-size: 2rem;
    display: block;
}
.background-img{
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: 40% 0px !important;
    background-size: 400% !important;
}
.form-split{
    margin-top: 90px;
}
.section-shape img {
    width: 2000%;
}
.navbar-toggler{
    display:none;
}
.fixed-top{
    position: absolute;
}
}


.myaccordion {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
  
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: #e8e8e8;
    background: transparent;
  }
  
  .myaccordion .fa-stack {
    font-size: 18px;
  }
  
  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
  }
  
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }
  
  .myaccordion li + li {
    margin-top: 10px;
  }
  .card-body{
  background: #f3f3f3;
  }
  .yellow-bg{
    background: #e8e8e8 !important;
  }
  
  .white-bg{
    background: #fff !important;
  }

  /* Thank You Page */
.backgroundSecBg {
    padding: 5px;
    margin: 0;
}
@media only screen and (min-width: 1024px){
    .backgroundSecBg {
        padding: 30px 10px;
    }
}
.infoContainer {
padding: 25px 50px;
}

.alignCenter {
text-align: center;
display: block;
}
.templateWrapper {
background: #fff;
border: 1px solid #d6d6d6;
-webkit-box-shadow: 0 0px 3px #e1e1e1;
-moz-box-shadow: 0 0px 3px #E1E1E1;
box-shadow: 0 0px 3px #e1e1e1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.templateWidth {
width: 800px;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.templateWidth {
margin: 0 auto;
}

.templateWidth {
margin: 0 auto;
}
.infoWrapper {
background: #fff;
overflow: hidden;
padding: 0px;
}
@media screen and (max-width:767px){
.templateWidth {
width: 100%;
}
}
/* Remove Box Style */
#templateWrapperDiv{
border: none;
box-shadow: none;
}
.infoWrapper{
background:#fff;
}
.templateWidth{
width: 100%; 
}
.backgroundSecBg{
padding:0;
}
.thankyouImage {
    display: block;
    margin: 2% auto;
    text-align: center;
}
.thankyouImage img {
    width: 70px;
}

.whatsapp-cta{
    border: 2px solid #e8e8e8;
    background: linear-gradient(to left, #51e36c 0%,#1ba939 75%);
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 3px 5px 0px #5d5d5d;
    transition: 0.2s all;
    font-weight: 900;
    
}
.ripple-white-anim{
    animation: ripple-white 1s linear infinite;
}
.ripple-green-anim{
    animation: ripple-green 1s linear infinite;
}
.whatsapp-cta:hover{
    background: linear-gradient(to left, #42b958 0%,#0f5f20 75%);
    color: #fff;
}
.whatsapp-cta:active{
    box-shadow: inset 0px 3px 5px 0px #5d5d5d
}

.valid-msg {
    position: absolute;
    right: 5px;
    top: 15px;
}
.valid-msg.hide {
    display: none;
}
#error-msg {
    color: red;
}
#valid-msg {
    color: #00c900;
}