@import url(https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap);

.primary-btn {
    background-color: #05365E;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    width: fit-content;
    border: 0;
    cursor: pointer;
    font-family: "Zalando Sans", sans-serif;






}

.primary-btn._white {
    background-color: #fff;
    color: #05365E
}

html {
    font-size: 62.5%
}

body {
    -webkit-font-smoothing: antialiased;
    color: #231f20;
    font-size: 14px;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-shadow: hsla(0, 0%, 100%, .01) 0 0 1px;
    text-shadow: hsla(0, 0%, 100%, .01) 0 0 1px;
    background: #fff
}

*,
p {
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover {
    outline: 0
}

a:active,
a:focus {
    outline: none
}

:focus {
    outline: 0
}

img,
picture {
    max-width: 100%
}

ol,
ul {
    margin: 0;
    padding: 0;
    /* padding-left: 15px */
}

ol li,
ul li {
    margin-bottom: 5px
}

* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

p {
    font-family: "Zalando Sans", sans-serif;
    font-size: 15px;
    line-height: 24px
}

@media (max-width:1200px) {
    p {
        font-size: 13px;
        line-height: 19px
    }
}

.container,
.ti-widget-container {
    margin: 0 auto;
    max-width: 90%
}

@media (min-width:1200px) {

    .container,
    .ti-widget-container {
        max-width: 1100px
    }
}

@media (min-width:1400px) {

    .container,
    .ti-widget-container {
        max-width: 1360px
    }
}

.ti-widget.ti-goog.ti-review-text-mode-readmore {
    padding: 60px 0
}

@media (max-width:767px) {
    .ti-widget.ti-goog.ti-review-text-mode-readmore {
        padding: 35px 0
    }
}

.global-mid-section {
    margin-top: 100px;
    width: 100%
}

@media (max-width:767px) {
    .global-mid-section {
        margin-top: 80px
    }
}

.btn-wrapper {
    width: 100%;
    /* margin-top: 20px */
}

@media (max-width:767px) {
    .btn-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.btn-wrapper._center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

._bgcolor {
    background-color: #f0f0f0 !important
}

.whatsapp {
    position: fixed;
    right: 5px;
    bottom: 20%;
    z-index: 9
}

.whatsapp:hover .whatstxt {
    opacity: 1
}

.whatsapp .whatstxt {
    background-color: #25d366;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: .5s ease-in-out;
    width: 100px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    padding: 5px 10px;
    left: -102px;
    margin-top: 5px
}

.whatsapp img {
    max-width: 40px
}

.heading-with-info-common {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.heading-with-info-common.alginleft {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.heading-with-info-common.alginleft h2,
.heading-with-info-common.alginleft p {
    text-align: left
}

.heading-with-info-common.whitecolor h2,
.heading-with-info-common.whitecolor p {
    color: #fff
}

.heading-with-info-common p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #231f20
}

@media (max-width:992px) {
    .heading-with-info-common p {
        font-size: 14px
    }
}

.heading-with-info-common h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 10px
}

@media (max-width:1200px) {
    .heading-with-info-common h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .heading-with-info-common h2 {
        width: 100%;
        text-align: center
    }
}

.common-page-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .common-page-section {
        padding: 35px 0
    }
}

.common-page-section .common-wrapper {
    width: 100%;
    padding-top: 20px
}

.common-page-section .common-wrapper p {
    padding-bottom: 15px
}

.block--bg-red {
    background-color: #05365E !important;
    padding: 60px 0
}

.block--bg-red * {
    color: #fff !important
}

.block--bg-red .btn-wrapper a {
    border: 1px solid #fff !important
}

@media (max-width:767px) {
    .block--bg-red {
        padding: 20px 0 !important
    }
}

.block--bg-red .services-loc-content h2 {
    color: #05365E !important
}

.block--bg-lightgray {
    background-color: #f0f0f0 !important;
    padding: 60px 0
}

@media (max-width:767px) {
    .block--bg-lightgray {
        padding: 25px 0
    }
}

.block--bg-white {
    background-color: #fff !important;
    padding: 60px 0
}

@media (max-width:767px) {
    .block--bg-white {
        padding: 25px 0
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9
}

header .header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

@media (max-width:767px) {
    header .header {
        height: 80px
    }
}

header .header .logo {
    max-width: 150px;
    cursor: pointer
}

header .header .logo img {
    max-width: 100%
}

/* ===========================
   FINAL ENHANCED NAVBAR UI
=========================== */

header .header .navbar ul {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

header .header .navbar ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

/* Base Link */
header .header .navbar ul li a {
    position: relative;
    display: inline-flex;
    /* mobile fix */
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #05365E;
    padding: 0 15px;
    letter-spacing: .15px;
    transition: .3s ease;
}

/* Underline hover (desktop only) */
@media (min-width:1201px) {
    header .header .navbar ul li a::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #a30000;
        transition: .3s ease;
        transform: translateX(-50%);
    }

    header .header .navbar ul li a:hover::after,
    header .header .navbar ul li.current_page_item a::after {
        width: 70%;
    }
}

/* Hover text color */
header .header .navbar ul li a:hover {
    color: #a30000;
    transform: translateY(-1px);
}

/* Active Page */
header .header .navbar ul li.current_page_item a {
    color: #a30000;
}

/* Dropdown Arrow */
header .header .navbar ul li .downarrow {
    width: 15px;
    margin-left: 4px;
    opacity: .85;
    top: 1px;
    position: relative;
    transition: .3s ease;
}

header .header ul li:hover .downarrow {
    transform: rotate(180deg);
}


/* ===========================
   MEGA MENU
=========================== */
header .header .navbar ul li .mega-menu {
    width: 60%;
    background: #fff;
    position: fixed;
    left: 546px;
    top: 60px;
    display: flex;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

header .header .navbar ul li:hover .mega-menu {
    height: auto;
    min-height: 140px;
}

header .header .mega-menu .mega-menu-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px 25px;

}

header .header .mega-menu .left-tag {
    width: 260px;
}

header .header .mega-menu .left-tag .liksmega {
    padding: 8px 14px;
    background: #e4e9ef;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: .25s;
}

header .header .mega-menu .left-tag .liksmega:hover,
header .header .mega-menu .left-tag .liksmega.active {
    background: #05365E;
    color: #fff;
}

/* Right area */
header .header .mega-menu .right-tags {
    width: calc(100% - 260px);
    padding-left: 0px !important;
    display: flex;
    justify-content: start;
    align-items: start;
}

header .header .mega-menu .right-tags .heading {
    font-size: 15px;
    font-weight: 600;
    color: #05365E;
    margin-bottom: 8px;
}

header .header .mega-menu .right-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

header .header .mega-menu .right-tags ul li {
    width: 33.33%;
    margin: 10px 0;
    padding-right: 10px;
}

header .header .mega-menu .right-tags ul li a {
    font-size: 13.5px;
    font-weight: 500;
    color: #000;
    transition: .25s;
}

header .header .mega-menu .right-tags ul li a:hover {
    color: #a30000;
    padding-left: 2px;
}

/* =============================
   📌 MOBILE NAV & MEGA MENU FINAL
============================= */
@media (max-width:1200px) {

    /* NAVBAR BOX */
    header .header .navbar {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: none;
        flex-direction: column;
        padding: 10px 0;
        z-index: 9999;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.12);
    }

    header .header .navbar.active {
        display: flex !important;
    }

    /* Nav list layout */
    header .header .navbar ul {
        align-items: start;
        flex-direction: column;
        justify-content: left;
        width: 100%;
    }


    header .header .navbar ul li {
        width: 100% !important;
    }

    header .header .navbar ul li a {
        width: 100%;
        padding: 12px 18px;
        border-bottom: 1px solid #e9e9e9;
        font-size: 15px;
        display: block;
        color: #05365E;
    }

    /* dropdown arrow */
    header .header .navbar ul li .downarrow {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        opacity: .8;
    }

    /* MEGA MENU mobile */
    header .header .navbar ul li .mega-menu {
        width: 100%;
        display: none;
        position: static;
        box-shadow: none;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        max-height: 330px;
        overflow-y: auto;
        padding: 15px 15px 20px;
    }

    header .header .navbar ul li.mega-open .mega-menu {
        display: block !important;
    }

    /* left tag */
    header .header .mega-menu .left-tag {
        width: 100%;
        margin-bottom: 10px;
    }

    header .header .mega-menu .left-tag .liksmega {
        padding: 10px 14px;
        font-size: 15px;
        margin-bottom: 6px;
        border-radius: 6px;
        background: #e4e9ef;
        transition: .25s;
    }

    header .header .mega-menu .left-tag .liksmega.active,
    header .header .mega-menu .left-tag .liksmega:hover {
        background: #05365E;
        color: #fff;
    }

    /* right tags */
    header .header .mega-menu .right-tags {
        width: 100%;
        padding: 0;
    }

    header .header .mega-menu .right-tags ul li {
        width: 50%;
        margin-bottom: 6px;
    }

    /* scrollbar premium */
    header .header .navbar ul li .mega-menu::-webkit-scrollbar {
        width: 6px;
    }

    header .header .navbar ul li .mega-menu::-webkit-scrollbar-thumb {
        background: #05365E;
        border-radius: 10px;
    }
}


@media (max-width:1200px) {
    .br {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 32px;
        cursor: pointer;
        gap: 6px;
        z-index: 99999;
        transition: 0.3s ease;
    }

    .br .bar {
        width: 100%;
        height: 3.3px;
        background: #05365E;
        border-radius: 5px;
        transition: 0.35s ease;
        transform-origin: center;
        /* ⭐ important for perfect rotation */
    }

    /* ACTIVE STATE – CROSS */
    .br.active {
        gap: 0;
        /* bars close together while forming X */
    }

    .br.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(0, 0);
    }

    .br.active .bar:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .br.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(0, 0);
    }
}



/* =============================
   PREMIUM PHONE CTA BUTTON
============================= */
.phonenumbar {
    background: linear-gradient(135deg, #05365E, #0A4C8A);
    color: #fff;
    border-radius: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 18px;
    font-weight: 600;
    width: fit-content;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(5, 54, 94, 0.35);
    transition: 0.35s ease;
    position: relative;
    margin-top: 10px;
}

/* -------------------------------------------------------=========............>>>>>>>>  */


/* TOP SHINE / PREMIUM EFFECT */
.phonenumbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: 0.35s ease;
}

/* 🔥 Hover Effect */
.phonenumbar:hover {
    background: linear-gradient(135deg, #C62828, #A30000);
    box-shadow: 0 5px 15px rgba(198, 40, 40, 0.4);
    transform: translateY(-2px);
}

.phonenumbar:hover::before {
    opacity: 1;
}

/* icon */
.phonenumbar img {
    max-width: 20px;
}

.mega-menu-parent {
    position: relative
}

.column-menu-list {
    display: none
}

.column-menu-list.active {
    display: block
}

footer {
    width: 100%;
    padding: 40px 0;
    /* margin-top: 30px; */
    background-color: #f0f0f0
}

@media (max-width:767px) {
    footer {
        padding-top: 20px;
        /* margin-top: 20px */
    }
}

footer .footer-information {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 15px
}

footer .footer-information .grid-content {
    width: 25%;
    padding-right: 10px
}

@media (max-width:767px) {
    footer .footer-information .grid-content {
        width: 100%;
        border-bottom: 1px solid #6f6f6f;
        padding: 20px 0
    }
}

@media (max-width:767px) {
    footer .footer-information .grid-content:last-child {
        border: 0
    }
}

footer .footer-information .grid-content .footerlogo {
    width: 100%;
    margin-bottom: 15px
}

footer .footer-information .grid-content .footerlogo img {
    max-width: 140px
}

footer .footer-information .grid-content .socialicons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px
}

footer .footer-information .grid-content .socialicons a {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #05365E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    margin-right: 10px
}

footer .footer-information .grid-content h3 {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    position: relative;
    color: #05365E;
    margin: 0 0 15px;
    padding: 0 0 5px
}

footer .footer-information .grid-content h3:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #05365E;
    position: absolute;
    left: 0;
    bottom: 0
}

footer .footer-information .grid-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none
}

footer .footer-information .grid-content ul li {
    width: 100%;
    padding: 5px 0
}

footer .footer-information .grid-content ul li a {
    font-size: 13px;
    color: #231f20;
    font-weight: 500
}

footer .footertext-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 25px
}

footer .footertext-info h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    color: #05365E
}

footer .footertext-info .locations-list {
    display: block;
    width: 100%
}

footer .footertext-info p {
    width: 100%
}

footer .footertext-info li {
    display: inline-block;
    position: relative;
    margin-right: 10px
}

@media (max-width:767px) {
    footer .footertext-info li {
        display: block;
        margin-right: 0;
        margin-top: 5px
    }
}

footer .footertext-info li:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #231f20;
    position: absolute;
    right: -1px;
    top: 3px
}

@media (max-width:767px) {
    footer .footertext-info li:after {
        display: none
    }
}

footer .footertext-info li:last-child:after {
    display: none
}

footer .footertext-info a {
    color: #231f20;
    font-size: 14px;
    position: relative;
    padding-right: 10px
}

footer .footertext-info a:hover {
    color: #05365E
}

footer .copy-write {
    width: 100%;
    border-top: 1px solid #6f6f6f;
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
    font-size: 12px
}

.contact-form-block .countrycode-dropdown {
    position: relative
}

.contact-form-block .label {
    display: block;
    width: 100%
}

.contact-form-block .countrycode {
    width: 0 !important;
    margin: 0 !important
}

.contact-form-block .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important
}

.hero-banner {
    width: 100%;
    position: relative
}

.hero-banner .inner-page-banner {
    width: 100%
}

.hero-banner .banner-content {
    position: absolute;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.hero-banner .container {
    width: 100%
}

.hero-banner .overlay {
    background: #ffffff;
    background: linear-gradient(50deg, rgba(5, 54, 94, 0.581) 0%, rgba(255, 255, 255, 0.318) 100%);

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

@media (max-width:992px) {
    .hero-banner .overlay {
        background: linear-gradient(87deg, rgb(0 51 92) 0%, rgba(255, 255, 255, 0.318) 100%);
    }
}

.hero-banner .item {
    height: 535px
}

@media (max-width:767px) {
    .hero-banner .item {
        height: 330px
    }
}

.hero-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-banner .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 35px);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

@media (max-width:992px) {
    .hero-banner .owl-theme .owl-nav {
        padding: 0 5px
    }
}

.hero-banner .owl-theme .owl-nav button span {
    font-size: 47px;
    color: #fff
}

.hero-banner .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.hero-banner h1 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    width: 100%
}

@media (max-width:767px) {
    .hero-banner h1 {
        font-size: 20px
    }
}

.hero-banner p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    padding: 15px 0 0
}

@media (max-width:767px) {
    .hero-banner p {
        font-size: 14px
    }
}

.hero-banner .contactbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 20%;
    margin-top: 20px;
    /* NEW Style */
    background: #ffffff;
    border: 1px solid #05365E;
    color: #05365E;
    padding: 0px 20px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;

    /* Premium Effects */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all .35s ease;
}

/* Hover Animation */
.hero-banner .contactbtn:hover {
    background: #05365E;
    color: #fff;
    border-color: #05365E;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 26px rgba(5, 54, 94, 0.35);
}

/* Active Click Effect */
.hero-banner .contactbtn:active {
    transform: scale(0.97);
}

/* Premium SVG/Icon Behavior */
.hero-banner .contactbtn svg {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    transition: all .35s ease;
    fill: #05365E;
}

.hero-banner .contactbtn:hover svg {
    fill: #fff;
}

/* Mobile Responsive */
@media (max-width:767px) {
    .hero-banner .contactbtn {
        margin-top: 20px;
        width: 36%;
        padding: 0 22px;
        height: 42px;
        font-size: 14px;
        border-radius: 40px;
    }
}

.hero-banner .hero-content {
    max-width: 650px
}

@media (max-width:992px) {
    .hero-banner .hero-content {
        max-width: 450px
    }
}

@media (max-width:767px) {
    .hero-banner .hero-content {
        padding: 0 15px
    }
}

/* Smooth Slide Fade Transition */
.hero-banner .owl-carousel .item {
    transition: transform 1.2s ease, opacity 1.2s ease;
}

.hero-banner .owl-item.active .item {
    opacity: 1;
    transform: scale(1);
}

.hero-banner .owl-item:not(.active) .item {
    opacity: 0;
    transform: scale(1.05);
}

/* Text Fade + Slide Animation */
.hero-content h1,
.hero-content p,
.hero-content .contactbtn {
    opacity: 0;
    transform: translateY(25px);
}

.hero-banner .owl-item.active .hero-content h1 {
    animation: heroFade 0.9s forwards ease;
}

.hero-banner .owl-item.active .hero-content p {
    animation: heroFade 1.2s forwards ease .20s;
}

.hero-banner .owl-item.active .hero-content .contactbtn {
    animation: heroFade 1.4s forwards ease .35s;
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PREMIUM RESTYLED FORM */
.banner-form {
    position: absolute;
    top: 100px;
    right: 45px;

    /* New Modern Style */
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(5, 54, 94, 0.35);

    width: 380px;
    padding: 25px;
    border-radius: 20px;

    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.20);
    z-index: 9;
    transition: all .4s ease;
}

/* Hover Floating */
.banner-form:hover {
    transform: translateY(-5px);
    box-shadow: 0px 18px 45px rgba(5, 54, 94, 0.35);
}

/* Extra Large Screens */
@media (min-width:1700px) {
    .banner-form {
        right: 8%;
    }
}

/* Tablet & Mobile Fix */
@media (max-width:1200px) {
    .banner-form {
        position: static;
        margin: 20px auto;
        width: calc(100% - 40px);
    }
}

/* Title Style */
.banner-form .heading {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #05365E;
    margin-bottom: 22px;
    letter-spacing: .5px;
}

/* Inputs */
.banner-form .form input {
    width: 100%;
    height: 48px;
    margin-top: 18px;
    padding: 0 14px;
    border-radius: 10px;

    background: #ffffff;
    border: 1px solid rgba(5, 54, 94, 0.35);
    font-size: 15px;
    transition: all .3s ease;
}

/* Input Focus Animation */
.banner-form .form input:focus {
    outline: none;
    border-color: #05365E;
    box-shadow: 0 0 0 3px rgba(5, 54, 94, 0.20);
}

/* Button Alignment */
.banner-form .form .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

/* Submit Button */
.banner-form .form .button {
    min-width: 200px;
    padding: 14px 36px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;

    background: #05365E;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;

    box-shadow: 0 8px 20px rgba(5, 54, 94, 0.30);
    transition: all .35s ease;
}

/* Hover Effect */
.banner-form .form .button:hover {
    background: #075080;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 35px rgba(5, 54, 94, 0.45);
}

/* Click */
.banner-form .form .button:active {
    transform: scale(.96);
}

/* Response Text */
.banner-form .form #crm_response,
.banner-form .form .error-message {
    margin-top: 14px;
    text-align: center;
    color: #05365E;
    font-size: 14px;
}


.transfer-counter {
    width: 100%;
    padding: 10px 0
}

.transfer-counter .transter-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.transfer-counter .transter-content .boxcount {
    background-color: #05365E;
    border-radius: 4px;
    padding: 0 25px;
    height: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 9%, .34)
}

@media (max-width:767px) {
    .transfer-counter .transter-content .boxcount {
        width: 100%;
        padding: 0 15px;
        height: 70px
    }
}

.transfer-counter .transter-content .boxcount .airplane {
    background-color: #910202;
    height: 45px;
    width: 45px;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

.transfer-counter .transter-content .boxcount .planetxt {
    width: calc(100% - 55px);
    color: #fff
}

.transfer-counter .transter-content .boxcount .planetxt p {
    font-size: 17px;
    color: #fff
}

@media (max-width:767px) {
    .transfer-counter .transter-content .boxcount .planetxt p {
        font-size: 15px
    }
}

.transfer-counter .transter-content .boxcount .planetxt span {
    font-size: 21px;
    font-weight: 600;
    color: #fff
}

@media (max-width:767px) {
    .transfer-counter .transter-content .boxcount .planetxt span {
        font-size: 18px
    }
}

.image-left-text-right {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .image-left-text-right {
        padding-bottom: 20px
    }
}

.image-left-text-right .left-to-right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:1200px) {
    .image-left-text-right .left-to-right {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.image-left-text-right .left-to-right p {
    padding-bottom: 10px
}

.image-left-text-right .left-to-right h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .image-left-text-right .left-to-right h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .image-left-text-right .left-to-right h2 {
        width: 100%;
        text-align: center
    }
}

.image-left-text-right .left-to-right .left-image {
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
    min-height: 400px;
    max-height: 560px
}

@media (max-width:1200px) {
    .image-left-text-right .left-to-right .left-image {
        min-height: auto
    }
}

@media (max-width:767px) {
    .image-left-text-right .left-to-right .left-image {
        width: 100%
    }
}

.image-left-text-right .left-to-right .left-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 15px
}

.image-left-text-right .left-to-right .right-content {
    width: 50%;
    /* padding: 45px; */
}

@media (max-width:767px) {
    .image-left-text-right .left-to-right .right-content {
        width: 100%;
        /* padding: 20px 0 */
    }
}

.image-left-text-right.reverse-right-image {
    padding-top: 60px
}

@media (max-width:767px) {
    .image-left-text-right.reverse-right-image {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .image-left-text-right.reverse-right-image .left-to-right h2 {
        text-align: left
    }
}

.image-left-text-right.reverse-right-image .left-to-right .left-image {
    width: 50%
}

@media (max-width:767px) {
    .image-left-text-right.reverse-right-image .left-to-right .left-image {
        width: 100%
    }
}

.image-left-text-right.reverse-right-image .left-to-right .right-content {
    padding-left: 0;
    padding-right: 40px;
    width: 50%
}

@media (max-width:767px) {
    .image-left-text-right.reverse-right-image .left-to-right .right-content {
        padding-right: 0;
        width: 100%
    }
}

.counter-function {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 15px
}

.counter-function .counter {
    width: 33.33333%;
    padding-left: 15px;
    border-left: 1px solid #05365E;
    margin: 10px 0
}

@media (max-width:767px) {
    .counter-function .counter {
        width: calc((100% - 8px) / 2);
        text-align: center;
        border: 0;
        border-bottom: 1px solid #05365E;
        padding: 10px 0;
        margin: 2px
    }
}

.counter-function .counter h3 {
    font-size: 28px;
    font-weight: 600
}

@media (max-width:1200px) {
    .counter-function .counter h3 {
        font-size: 21px
    }
}

.ambulance-services-section {
    width: 100%;
    background-color: #f0f0f0;
    padding: 60px 0
}

@media (max-width:992px) {
    .ambulance-services-section {
        padding: 30px 0
    }
}

.ambulance-services-section .heading-with-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.ambulance-services-section .heading-with-info p {
    width: 100%;
    text-align: center;
    font-size: 18px
}

@media (max-width:992px) {
    .ambulance-services-section .heading-with-info p {
        font-size: 14px
    }
}

.ambulance-services-section .heading-with-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .ambulance-services-section .heading-with-info h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .ambulance-services-section .heading-with-info h2 {
        width: 100%;
        text-align: center
    }
}

.ambulance-services-section .owl-carousel-services {
    width: 100%;
    margin-top: 40px
}

@media (max-width:992px) {
    .ambulance-services-section .owl-carousel-services {
        margin-top: 20px
    }
}

.ambulance-services-section .owl-carousel-services .owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ambulance-services-section .owl-carousel-services .carousel-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.ambulance-services-section .owl-carousel-services .carousel-services .item {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%
}

.ambulance-services-section .owl-carousel-services .carousel-services .item .image {
    width: 100%;
    height: 150px
}

.ambulance-services-section .owl-carousel-services .carousel-services .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.ambulance-services-section .owl-carousel-services .carousel-services .item .contentpanel {
    width: 100%;
    padding: 20px 10px 30px
}

@media (max-width:992px) {
    .ambulance-services-section .owl-carousel-services .carousel-services .item .contentpanel {
        padding-bottom: 10px
    }
}

.ambulance-services-section .owl-carousel-services .carousel-services .item .contentpanel h4 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px
}

@media (max-width:992px) {
    .ambulance-services-section .owl-carousel-services .carousel-services .item .contentpanel h4 {
        margin-bottom: 6px
    }
}

.ambulance-services-section .owl-carousel-services .owl-nav {
    margin-top: 30px
}

@media (max-width:992px) {
    .ambulance-services-section .owl-carousel-services .owl-nav {
        margin-top: 2px
    }
}

.ambulance-services-section .owl-carousel-services .owl-nav button {
    background-color: #05365E;
    width: 30px;
    height: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ambulance-services-section .owl-carousel-services .owl-nav button:hover {
    background-color: #05365E
}

.ambulance-services-section .owl-carousel-services .owl-nav button span {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -2px
}

.referral-hospial-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 0
}

@media (max-width:992px) {
    .referral-hospial-section {
        padding: 30px 0
    }
}

.referral-hospial-section .heading-with-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.referral-hospial-section .heading-with-info p {
    width: 100%;
    text-align: center;
    font-size: 18px
}

@media (max-width:992px) {
    .referral-hospial-section .heading-with-info p {
        font-size: 14px
    }
}

.referral-hospial-section .heading-with-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .referral-hospial-section .heading-with-info h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .referral-hospial-section .heading-with-info h2 {
        width: 100%;
        text-align: center
    }
}

.referral-hospial-section .owl-carousel-referral-hospial {
    width: 100%;
    margin-top: 40px
}

@media (max-width:992px) {
    .referral-hospial-section .owl-carousel-referral-hospial {
        margin-top: 20px
    }
}

@media (max-width:992px) {
    .referral-hospial-section .owl-carousel-referral-hospial.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 2px
    }
}

.referral-hospial-section .owl-carousel-referral-hospial .referral-hospial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.referral-hospial-section .owl-carousel-referral-hospial .referral-hospial .item {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 10px
}

.referral-hospial-section .owl-carousel-referral-hospial .referral-hospial .item.bgwhite {
    background-color: #fff
}

.referral-hospial-section .owl-carousel-referral-hospial .referral-hospial .item .image {
    width: 100%;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.referral-hospial-section .owl-carousel-referral-hospial .referral-hospial .item .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.referral-hospial-section .owl-carousel-referral-hospial .owl-nav {
    margin-top: 30px;
    display: none
}

.referral-hospial-section .owl-carousel-referral-hospial .owl-nav button {
    background-color: #05365E;
    width: 30px;
    height: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.referral-hospial-section .owl-carousel-referral-hospial .owl-nav button:hover {
    background-color: #05365E
}

.referral-hospial-section .owl-carousel-referral-hospial .owl-nav button span {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -2px
}

.how-we-work-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:992px) {
    .how-we-work-section {
        padding: 30px 0
    }
}

.how-we-work-section .heading-with-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.how-we-work-section .heading-with-info p {
    width: 100%;
    text-align: center;
    font-size: 18px
}

@media (max-width:767px) {
    .how-we-work-section .heading-with-info p {
        font-size: 14px
    }
}

.how-we-work-section .heading-with-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .how-we-work-section .heading-with-info h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .how-we-work-section .heading-with-info h2 {
        width: 100%;
        font-size: 21px !important;

        text-align: center
    }
}

.how-we-work-section .work-panel {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 25px;
    position: relative
}

.how-we-work-section .work-panel:before {
    display: none
}

@media (max-width:767px) {
    .how-we-work-section .work-panel:before {
        display: block;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #05365E;
        position: absolute;
        left: 0;
        top: 0
    }
}

.how-we-work-section .work-panel .work-info {
    max-width: 1275px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 60px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1200px) {
    .how-we-work-section .work-panel .work-info {
        padding: 0
    }
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 35px;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info:first-child {
        margin-top: 0
    }
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) .info-gird:after {
    left: auto;
    right: -100px;
    width: 100px
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) .info-gird .icons {
    left: auto;
    right: -160px
}

.how-we-work-section .work-panel .work-info .info-gird {
    position: relative;
    border: 1px solid #b2b2b2;
    border-radius: 12px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 450px
}

@media (max-width:1200px) {
    .how-we-work-section .work-panel .work-info .info-gird {
        width: 300px
    }
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info .info-gird {
        width: 100%;
        padding: 0;
        border: 0
    }
}

.how-we-work-section .work-panel .work-info .info-gird:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: -100px;
    width: 100px;
    height: 2px;
    border-top: 2px dashed #231f20
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info .info-gird:after {
        left: -32px !important;
        width: 28px !important;
        right: auto !important;
        top: 11%
    }
}

.how-we-work-section .work-panel .work-info .info-gird .icons {
    position: absolute;
    left: -160px;
    top: calc(50% - 33px);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #05365E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info .info-gird .icons {
        position: static;
        border-radius: 4px;
        width: 50px;
        height: 50px;
        margin-bottom: 7px;
        padding: 8px
    }
}

.how-we-work-section .work-panel .work-info .info-gird h4 {
    font-size: 17px;
    margin-bottom: 10px
}

.how-we-work-section .work-panel .work-info .info-gird .numbers {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #05365E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info .info-gird .numbers {
        display: none
    }
}

.how-we-work-section .work-panel .work-info .info-gird .infotxt {
    width: calc(100% - 40px);
    padding-left: 20px
}

@media (max-width:767px) {
    .how-we-work-section .work-panel .work-info .info-gird .infotxt {
        width: 100%;
        padding-left: 0
    }
}

.how-we-work-section .video-fullwidth {
    background-color: aliceblue;
    width: 100%;
    height: 350px;
    max-width: 1275px;
    padding: 0 60px;
    /* margin: 30px auto 0 */
}

@media (max-width:767px) {
    .how-we-work-section .video-fullwidth {
        padding: 0;
        height: auto
    }
}

.formhome-section {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 12px;
    margin-top: 30px;
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.formhome-section.paddingnone {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1200px) {
    .formhome-section {
        padding: 20px
    }
}

@media (max-width:767px) {
    .formhome-section {
        padding: 12px;
        border-radius: 8px;
        margin-top: 5px
    }
}

.formhome-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .formhome-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .formhome-section h2 {
        width: 100%;
        text-align: left
    }
}

.formhome-section .left-data {
    width: calc(100% - 350px);
    padding-right: 50px
}

@media (max-width:1200px) {
    .formhome-section .left-data {
        width: calc(100% - 200px);
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .formhome-section .left-data {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px
    }
}

.formhome-section form {
    width: 100%
}

.formhome-section form .field {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 20px
}

.formhome-section form .field .radio-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:767px) {
    .formhome-section form .field .radio-group {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.formhome-section form .field .radio-group .radio-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.formhome-section form .field .radio-group .radio-field input {
    width: 50px;
    max-height: 32px
}

.formhome-section form .field .radio-group .radio-field span {
    width: 80%;
    font-size: 16px;
    font-weight: 500
}

.formhome-section form .field .w50 {
    width: 50%;
    padding-right: 10px
}

@media (max-width:767px) {
    .formhome-section form .field .w50 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

.formhome-section form .field .w50:last-child {
    padding-right: 0
}

@media (max-width:767px) {
    .formhome-section form .field .w50:last-child {
        margin-bottom: 0
    }
}

.formhome-section form .field .label {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 4px
}

.formhome-section form .field input {
    height: 40px;
    padding: 0 10px
}

.formhome-section form .field input,
.formhome-section form .field textarea {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: "Zalando Sans", sans-serif
}

.formhome-section form .field textarea {
    height: 100px;
    padding: 10px;
    resize: none
}

.formhome-section .right-image {
    width: 350px
}

@media (max-width:1200px) {
    .formhome-section .right-image {
        width: 200px
    }
}

@media (max-width:767px) {
    .formhome-section .right-image {
        width: 100%
    }
}

.formhome-section .right-image img {
    border-radius: 12px;
    object-fit: cover
}

.form-international .formhome-section {
    background: #f0f0f0
}

.form-international .formhome-section form .field {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-international .formhome-section form fieldset {
    padding: 1rem;
    border-color: rgba(243, 0, 0, .3)
}

.form-international .formhome-section form fieldset legend {
    font-weight: 600
}

.form-international .formhome-section form fieldset input {
    max-width: 90%
}

.form-international .formhome-section form .w50 {
    width: calc((100% - 10px) / 2);
    padding-right: 10px
}

@media (max-width:767px) {
    .form-international .formhome-section form .w50 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

.form-international .formhome-section form .w50:last-child {
    padding-right: 1rem
}

@media (max-width:767px) {
    .form-international .formhome-section form .w50:last-child {
        margin-bottom: 0
    }
}

.tabs-section {
    width: 100%;
    background-color: #f0f0f0;
    padding: 60px 0
}

@media (max-width:992px) {
    .tabs-section {
        padding: 30px 0
    }
}

.tabs-section h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .tabs-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .tabs-section h2 {
        width: 100%;
        text-align: center
    }
}

.tabs-section .tabs-accordian {
    margin-top: 30px
}

.tabs-section .tabs-accordian,
.tabs-section .tabs-accordian .tab-content {
    width: 100%;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.tabs-section .tabs-accordian .tab-content .tabgrid {
    width: calc(100% / 2 - 15px);
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .tabs-section .tabs-accordian .tab-content .tabgrid {
        width: 100%;
        margin-right: 0
    }
}

.tabs-section .tabs-accordian .tab-content .tabgrid .iconstop {
    text-align: center;
    width: 100%;
    height: 40px
}

.tabs-section .tabs-accordian .tab-content .tabgrid .iconstop img {
    max-height: 40px
}

.tabs-section .tabs-accordian .tab-content .tabgrid h4 {
    width: 100%;
    margin: 10px 0;
    font-size: 17px
}

.tabs-section .tabs-accordian .tab-content .tabgrid p {
    width: 100%
}

.tabs-section .tabs-accordian .tab-content .tabgrid:nth-of-type(2n) {
    margin-right: 0
}

.tabs-section .tabs-accordian .ultab {
    width: 250px
}

@media (max-width:767px) {
    .tabs-section .tabs-accordian .ultab {
        display: none
    }
}

.tabs-section .tabs-accordian .ultab li {
    background-color: #fff;
    border-radius: 4px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px
}

.tabs-section .tabs-accordian .ultab li.active {
    background-color: #05365E
}

.tabs-section .tabs-accordian .ultab li.active a {
    color: #fff
}

.tabs-section .tabs-accordian .ultab li.active a svg path {
    fill: #fff !important
}

.tabs-section .tabs-accordian .ultab li a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #231f20
}

.tabs-section .tabs-accordian .ultab li a svg {
    width: 25px
}

.tabs-section .tabs-accordian .tabscontentdata {
    width: calc(100% - 280px);
    margin-left: 30px;
    /* background-color: #fff; */
    border-radius: 12px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:767px) {
    .tabs-section .tabs-accordian .tabscontentdata {
        width: 100%;
        margin-left: 0;
        padding: 12px
    }
}

.tabs-section .tabs-accordian .tabscontentdata .ultab {
    display: none
}

@media (max-width:767px) {
    .tabs-section .tabs-accordian .tabscontentdata .ultab {
        display: block;
        width: 100%
    }
}

.image-left-text-right-common {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .image-left-text-right-common {
        padding: 35px 0
    }
}

.left-to-right-common {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.left-to-right-common p {
    padding-bottom: 10px
}

.left-to-right-common h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .left-to-right-common h2 {
        font-size: 21px;
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .left-to-right-common h2 {
        width: 100%
    }
}

.left-to-right-common .left-image {
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    min-height: 300px;
    max-height: 600px
}

@media (max-width:1200px) {
    .left-to-right-common .left-image {
        min-height: auto
    }
}

@media (max-width:767px) {
    .left-to-right-common .left-image {
        width: 100%
    }
}

.left-to-right-common .left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.left-to-right-common .right-content {
    width: 50%;
    padding-right: 40px
}

@media (max-width:767px) {
    .left-to-right-common .right-content {
        width: 100%;
        padding: 20px 0 0
    }
}

.left-to-right-common._right .right-content {
    width: 50%;
    padding-right: 40px !important
}

@media (max-width:767px) {
    .left-to-right-common._right .right-content {
        width: 100%;
        padding: 20px 0 0 !important
    }
}

.left-to-right-common._right .right-content ._training-right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 15px
}

.left-to-right-common._right._right .right-content {
    padding-left: 40px;
    padding-right: 0
}

@media (max-width:767px) {
    .left-to-right-common._right._right .right-content {
        width: 100%;
        padding: 20px 0 0
    }
}

.full-width-image {
    width: 100%
}

.full-width-image p {
    padding-bottom: 15px
}

.full-width-image h2 {
    font-size: 30px;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .full-width-image h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .full-width-image h2 {
        width: 100%
    }
}

.full-width-image .full-image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.full-width-image .full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-cta-withbg {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .block-cta-withbg {
        padding: 25px 0
    }
}

.block-cta-withbg h2 {
    font-size: 30px;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .block-cta-withbg h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .block-cta-withbg h2 {
        width: 100%
    }
}

.block-cta-withbg .full-image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .block-cta-withbg .full-image {
        margin-bottom: 0
    }
}

.block-cta-withbg .full-image .information {
    width: 100%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20
}

.block-cta-withbg .full-image .information .con-data {
    max-width: 500px;
    text-align: center
}

.block-cta-withbg .full-image .information .con-data p {
    color: #fff
}

.block-cta-withbg .full-image .information .con-data .subcontent {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0
}

.block-cta-withbg .full-image .information .con-data .phonenumbar {
    margin: auto
}

.block-cta-withbg .full-image .information .con-data .phonenumbar.btn-special {
    background: #075e54;
    color: #fff;
    border: 2px solid #075e54;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px;
    min-width: 228px
}

.block-cta-withbg .full-image .information .con-data .phonenumbar.btn-special svg {
    fill: #fff;
    width: 32px;
    height: 32px
}

.block-cta-withbg .full-image .information .con-data .phonenumbar.btn-special:hover {
    background: #05365E;
    color: #fff;
    border: 2px solid #05365E
}

.block-cta-withbg .full-image .information .con-data .phonenumbar.btn-special:hover svg {
    fill: #fff
}

.block-cta-withbg .full-image .information .con-data .phonenumbar img {
    object-fit: contain !important
}

.block-cta-withbg .full-image:before {
    background: linear-gradient(90deg, #000, rgba(27, 27, 27, .5) 27%, rgba(0, 0, 0, .3));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: ""
}

.block-cta-withbg .full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-with-base-bg {
    width: 100%;
    padding: 60px 0;
    background-color: #05365E
}

@media (max-width:767px) {
    .image-with-base-bg {
        padding: 35px 0
    }
}

.image-with-base-bg .info-basebg {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.image-with-base-bg .info-basebg .left-image {
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
    min-height: 250px
}

@media (max-width:1200px) {
    .image-with-base-bg .info-basebg .left-image {
        min-height: auto
    }
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 15px
    }

    .image-with-base-bg .info-basebg .left-image .left-image {
        width: 35%;
        border-radius: 15px;
        overflow: hidden;
        min-height: 250px
    }
}

@media (max-width:767px) and (max-width:1200px) {
    .image-with-base-bg .info-basebg .left-image .left-image {
        min-height: auto
    }
}

@media (max-width:767px) and (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .left-image {
        width: 100%;
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px
    }

    .image-with-base-bg .info-basebg .left-image .right-content {
        width: 65%;
        padding-right: 40px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .right-content {
        width: 100%;
        padding: 20px 0 0
    }
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .right-content h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px
    }
}

@media (max-width:767px) and (max-width:1200px) {
    .image-with-base-bg .info-basebg .left-image .right-content h2 {
        font-size: 21px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .right-content h2 {
        width: 100%
    }
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .left-image .right-content p {
        color: #fff;
        padding-bottom: 10px
    }
}

.image-with-base-bg .info-basebg .right-content {
    width: 60%;
    padding-right: 40px
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .right-content {
        width: 100%;
        padding: 20px 0 0
    }
}

.image-with-base-bg .info-basebg .right-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .image-with-base-bg .info-basebg .right-content h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .image-with-base-bg .info-basebg .right-content h2 {
        width: 100%
    }
}

.image-with-base-bg .info-basebg .right-content p {
    color: #fff;
    padding-bottom: 10px
}

.grid-dual-withbg {
    width: 100%;
    padding: 60px 0;
    background-color: #05365E
}

@media (max-width:767px) {
    .grid-dual-withbg {
        padding: 35px 0
    }
}

.grid-dual-withbg .grid-dual-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
    border-radius: 12px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background-color: #fff
}

@media (max-width:1200px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item:last-child {
    margin-right: 0
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-image {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden
}

@media (max-width:1200px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-image {
        height: 200px
    }
}

@media (max-width:767px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-image {
        height: 250px;
        width: 100%
    }
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px
}

@media (max-width:1200px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info {
        padding: 10px
    }
}

@media (max-width:767px) {
    .grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info {
        width: 100%;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info .grid-dual-content {
    width: 100%
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info .inner-heading {
    width: 100%;
    font-weight: 700;
    font-size: 21px;
    color: #05365E;
    margin: 0;
    padding: 0
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info .inner-subheading {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 5px
}

.grid-dual-withbg .grid-dual-wrapper .grid-dual-item .grid-dual-info p {
    font-weight: 400;
    width: 100%
}

.howitworksection {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .howitworksection {
        padding: 25px 0
    }
}

.howitworksection .work-grid-dual-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

@media (max-width:992px) {
    .howitworksection .work-grid-dual-wrapper {
        margin-top: 25px
    }
}

.howitworksection .work-grid-dual-wrapper .workgrid {
    width: calc(100% / 3 - 15px);
    margin-right: 20px;
    box-shadow: 0 4px 15px 0 rgba(14, 44, 129, .15);
    padding: 30px;
    border-radius: 12px
}

@media (max-width:767px) {
    .howitworksection .work-grid-dual-wrapper .workgrid {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.howitworksection .work-grid-dual-wrapper .workgrid:last-child {
    margin-right: 0
}

.howitworksection .work-grid-dual-wrapper .workgrid .icontop {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.howitworksection .work-grid-dual-wrapper .workgrid .icontop .icons {
    height: 60px;
    width: 60px;
    background-color: #05365E;
    border-radius: 50%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.howitworksection .work-grid-dual-wrapper .workgrid h4 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #05365E
}

@media (max-width:767px) {
    .howitworksection .work-grid-dual-wrapper .workgrid h4 {
        font-size: 19px
    }
}

.howitworksection .work-grid-dual-wrapper .workgrid p {
    text-align: center
}

.ourjourney-section .journey-content {
    width: 100%;
    margin: 0 auto
}

.ourjourney-section .journey-content .left-to-right-common {
    margin-top: 60px
}

@media (max-width:767px) {
    .ourjourney-section .journey-content .left-to-right-common {
        margin-top: 20px
    }
}

.ourjourney-section .journey-content .left-to-right-common .right-content {
    margin: auto
}

.block--style--primary .journey-item {
    border-radius: 40px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f0f0f0
}

.block--style--primary .journey-item:nth-child(odd) {
    background-color: #05365E
}

.block--style--primary .journey-item:nth-child(odd) a,
.block--style--primary .journey-item:nth-child(odd) button,
.block--style--primary .journey-item:nth-child(odd) h2,
.block--style--primary .journey-item:nth-child(odd) p {
    color: #fff !important
}

.block--style--primary .journey-item:nth-child(odd) .btn-wrapper a {
    border: 1px solid #fff
}

.block--style--primary .block--content {
    position: relative
}

.subheading {
    font-weight: 700
}

@media (max-width:767px) {
    .subheading {
        text-align: center
    }
}

.contact-form {
    width: 100%;
    background-color: #f0f0f0
}

.contact-form .formhome-section {
    margin-top: 0
}

@media (max-width:767px) {
    .contact-form .formhome-section {
        padding-top: 30px
    }
}

.map-section {
    width: 100%;
    padding: 20px 0
}

@media (max-width:767px) {
    .map-section {
        padding: 30px 0
    }
}

.map-section .map {
    width: 100%
}

.map-section .map iframe {
    border-radius: 12px;
    height: 300px !important
}

@media (max-width:767px) {
    .map-section .map iframe {
        height: 200px !important
    }
}

.map-section .map-contact {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 5px 20px
}

@media (max-width:767px) {
    .map-section .map-contact {
        padding: 5px 0
    }
}

.map-section .map-contact .mapgrid {
    width: calc(100% / 3 - 15px);
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
    margin-right: 20px
}

@media (max-width:767px) {
    .map-section .map-contact .mapgrid {
        width: 100%;
        margin-right: 0
    }
}

.map-section .map-contact .mapgrid .inner-heading-p {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #05365E
}

.map-section .map-contact .mapgrid .pos {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 0 5px
}

.map-section .map-contact .mapgrid .contact-p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.map-section .map-contact .mapgrid .contact-p img {
    opacity: .8;
    margin-right: 5px;
    max-width: 17px
}

.map-section .map-contact .mapgrid:last-child {
    margin-right: 0
}

.blog-section {
    margin: 20px 0;
    padding: 40px 0
}

.blog-section .blog-listing {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.blog-section .blog-listing .blog-grid {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border: 10px solid #fff;
    border-radius: 12px;
    width: calc(100% / 3 - 20px);
    margin: 10px
}

@media (max-width:1200px) {
    .blog-section .blog-listing .blog-grid {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .blog-section .blog-listing .blog-grid {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.blog-section .blog-listing .blog-grid .blog-image {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .blog-section .blog-listing .blog-grid .blog-image {
        height: 180px
    }
}

.blog-section .blog-listing .blog-grid .blog-image .category {
    background-color: #05365E;
    border-radius: 20px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.blog-section .blog-listing .blog-grid .blog-image .category a {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.blog-section .blog-listing .blog-grid .blog-image .category a:active,
.blog-section .blog-listing .blog-grid .blog-image .category a:hover,
.blog-section .blog-listing .blog-grid .blog-image .category a:visited {
    color: #fff
}

.blog-section .blog-listing .blog-grid .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-section .blog-listing .blog-grid .blogtxt {
    padding: 20px;
    width: 100%
}

.blog-section .blog-listing .blog-grid .blogtxt .iconuser {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -37px;
    z-index: 9;
    position: relative;
    margin-bottom: 15px
}

.blog-section .blog-listing .blog-grid .blogtxt h3 {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .blog-section .blog-listing .blog-grid .blogtxt h3 {
        font-size: 16px
    }
}

.blog-section .blog-listing .blog-grid .blogtxt p {
    width: 100%;
    padding: 15px 0
}

.blog-section .blog-listing .blog-grid .blogtxt .readmore {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #05365E;
    cursor: pointer
}

@media (max-width:767px) {
    .blog-section .blog-listing .blog-grid .blogtxt .readmore {
        font-size: 14px
    }
}

.blog-section .blog-listing .blog-grid .blogtxt .datebottom {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px
}

.blog-heading {
    width: 100%;
    padding: 40px 0
}

@media (max-width:767px) {
    .blog-heading {
        padding: 30px 0
    }
}

.blog-section-detail {
    padding: 60px 0;
    width: 100%
}

.blog-section-detail h1 {
    font-size: 28px;
    margin: 10px 0
}

.blog-section-detail h2 {
    font-size: 24px;
    margin: 10px 0
}

.blog-section-detail h3 {
    font-size: 20px;
    margin: 10px 0
}

.blog-section-detail p {
    padding-bottom: 15px
}

.blog-section-detail ul {
    padding-left: 18px;
    margin: 5px 0
}

.blog-section-detail ul li {
    list-style-type: disc;
    font-family: "Zalando Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0;
    width: 100%
}

@media (max-width:1200px) {
    .blog-section-detail ul li {
        font-size: 13px;
        line-height: 19px
    }
}

.blog-section-detail .blog-detail-listing {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.blog-section-detail .blog-detail-listing .left-content {
    width: calc(100% - 350px);
    padding-right: 30px
}

@media (max-width:1200px) {
    .blog-section-detail .blog-detail-listing .left-content {
        width: calc(100% - 300px);
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .blog-section-detail .blog-detail-listing .left-content {
        width: 100%;
        padding-right: 0
    }
}

.blog-section-detail .blog-detail-listing .aside {
    width: 350px
}

@media (max-width:1200px) {
    .blog-section-detail .blog-detail-listing .aside {
        width: 300px
    }
}

@media (max-width:767px) {
    .blog-section-detail .blog-detail-listing .aside {
        width: 100%;
        margin-top: 20px
    }
}

.blog-section-detail .blog-detail-listing .aside h2 {
    font-size: 24px;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .blog-section-detail .blog-detail-listing .aside h2 {
        font-size: 21px
    }
}

.blog-section-detail .blog-detail-listing .aside .blogrecent {
    width: 100%;
    margin-top: 25px
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .r-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 150px
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .r-image img {
    width: 100%;
    height: auto
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data {
    width: 100%;
    padding: 20px
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data .heading {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #05365E;
    padding-bottom: 10px
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data ._date {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #231f20;
    padding-bottom: 10px
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data .readmore {
    font-size: 13px;
    margin: 0 auto;
    display: block;
    width: fit-content
}

.blog-section-detail .calendar {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 10px 0
}

.blog-section-detail .calendar span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding-right: 30px
}

.blog-section-detail .calendar span img {
    margin-right: 5px;
    max-width: 17px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none
}

.pagination .page-item {
    margin: 0 5px
}

.pagination .page-item.active .page-link {
    background-color: #05365E;
    color: #fff;
    border-color: #05365E
}

.pagination .page-item .page-link {
    display: block;
    padding: .5rem .75rem;
    color: #05365E;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease
}

.pagination .page-item .page-link:hover {
    background-color: #e9ecef;
    color: #05365E;
    text-decoration: none
}

.pagination .page-item .page-link.current {
    font-weight: 700;
    background-color: #05365E;
    color: #fff
}

.pagination .page-item .page-link.next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-item .page-link.next i {
    font-size: 1rem
}

.advantage-info-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .advantage-info-section {
        padding: 35px 0
    }
}

.advantage-info-section .advantage-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.advantage-info-section .advantage-wrapper .left-image {
    width: 300px
}

@media (max-width:767px) {
    .advantage-info-section .advantage-wrapper .left-image {
        width: 100%;
        max-height: 200px;
        margin-bottom: 20px
    }
}

.advantage-info-section .advantage-wrapper .left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.advantage-info-section .advantage-wrapper .adv-right-content {
    width: calc(100% - 300px);
    padding-left: 30px
}

@media (max-width:767px) {
    .advantage-info-section .advantage-wrapper .adv-right-content {
        width: 100%;
        padding-left: 0
    }
}

.advantage-info-section .advantage-wrapper .adv-right-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .advantage-info-section .advantage-wrapper .adv-right-content h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .advantage-info-section .advantage-wrapper .adv-right-content h2 {
        width: 100%
    }
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-grid {
    width: 33.33333%;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px
}

@media (max-width:992px) {
    .advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-grid {
        width: 50%
    }
}

@media (max-width:767px) {
    .advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-grid {
        width: 50%;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-info {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 15px
}

@media (max-width:767px) {
    .advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-info {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 10px
    }
}

.bg-with-full-width {
    width: 100%;
    padding-bottom: 20px
}

.bg-with-full-width .fullimage {
    width: 100%;
    height: 450px;
    overflow: hidden
}

@media (max-width:767px) {
    .bg-with-full-width .fullimage {
        height: 250px
    }
}

.bg-with-full-width .fullimage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bg-with-full-width .container {
    background-color: #fff;
    margin-top: -80px;
    position: relative
}

.bg-with-full-width .container .content {
    width: 100%;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:767px) {
    .bg-with-full-width .container .content {
        padding: 15px
    }
}

.bg-with-full-width .container .content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px;
    width: 100%
}

@media (max-width:1200px) {
    .bg-with-full-width .container .content h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .bg-with-full-width .container .content h2 {
        width: 100%
    }
}

.bg-with-full-width .container .content p {
    width: 100%
}

.bg-with-full-width .container .content ul {
    padding-left: 18px;
    margin: 10px 0;
    width: 50%
}

@media (max-width:767px) {
    .bg-with-full-width .container .content ul {
        width: 100%
    }
}

.bg-with-full-width .container .content ul li {
    list-style-type: disc;
    font-family: "Zalando Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0;
    width: 100%
}

@media (max-width:1200px) {
    .bg-with-full-width .container .content ul li {
        font-size: 13px;
        line-height: 19px
    }
}

.medical-specialists-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .medical-specialists-section {
        padding: 35px 0
    }
}

.medical-specialists-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .medical-specialists-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .medical-specialists-section h2 {
        width: 100%
    }
}

.medical-specialists-section p {
    width: 100%
}

.medical-specialists-section .medical-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

@media (max-width:767px) {
    .medical-specialists-section .medical-content {
        margin-top: 20px
    }
}

.medical-specialists-section .medical-content .medical-grid {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    background-color: #05365E;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    padding: 10px;
    font-weight: 600
}

@media (max-width:767px) {
    .medical-specialists-section .medical-content .medical-grid {
        width: 100%;
        margin: 10px 0
    }
}

.location-services-section {
    width: 100%;
    padding: 35px 0;
    background-color: #05365E
}

@media (max-width:767px) {
    .location-services-section {
        padding: 25px 0
    }
}

.location-services-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .location-services-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .location-services-section h2 {
        width: 100%
    }
}

.location-services-section p {
    width: 100%
}

@media (max-width:767px) {
    .location-services-section .container {
        max-width: 100%
    }
}

.location-services-section .services-loc-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.location-services-section .services-loc-content .left-content {
    background-color: #fff;
    padding: 20px;
    width: 50%;
    margin: 30px 0;
    position: relative;
    right: -80px;
    z-index: 3
}

@media (max-width:767px) {
    .location-services-section .services-loc-content .left-content {
        width: 100%;
        position: static;
        padding: 20px;
        margin-top: 0
    }
}

.location-services-section .services-loc-content .right-img {
    width: 50%;
    min-height: 500px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .location-services-section .services-loc-content .right-img {
        width: 95%;
        min-height: 300px;
        padding: 10px;
        margin: -75px auto 0;
        position: relative;
        z-index: 4
    }
}

.location-services-section .services-loc-content .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.grid-3column-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .grid-3column-section {
        padding: 35px 0
    }
}

.grid-3column-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .grid-3column-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .grid-3column-section h2 {
        width: 100%
    }
}

.grid-3column-section p {
    width: 100%
}

.grid-3column-section .medical-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

@media (max-width:767px) {
    .grid-3column-section .medical-content {
        margin-top: 20px
    }
}

.grid-3column-section .medical-content .medical-grid {
    width: calc(100% / 3 - 20px);
    margin: 5px 10px;
    background-color: #05365E;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500
}

.grid-3column-section .medical-content .medical-grid .icontop {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.grid-3column-section .medical-content .medical-grid .icontop .icons {
    height: 60px;
    width: 60px;
    background-color: #7c0303;
    border-radius: 50%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-3column-section .medical-content .medical-grid a {
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .grid-3column-section .medical-content .medical-grid {
        width: 100%;
        margin: 5px 0
    }
}

.grid-3column-section._international {
    background-color: #05365E
}

.grid-3column-section._international h2,
.grid-3column-section._international p {
    color: #fff
}

.grid-3column-section._international .medical-content .medical-grid {
    background-color: #fff;
    color: #231f20
}

.grid-3column-section._international .medical-content .medical-grid a,
.grid-3column-section._international .medical-content .medical-grid p {
    color: #231f20
}

.heading-with-info2 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.heading-with-info2 p {
    width: 100%;
    text-align: center;
    font-size: 18px
}

.heading-with-info2 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .heading-with-info2 h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .heading-with-info2 h2 {
        width: 100%;
        text-align: center
    }
}

.dropdown-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    cursor: pointer;
    padding-right: 17px
}

.dropdown {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 10px;
    position: relative
}

.dropdown__content {
    max-height: 0;
    transition: .1s;
    overflow: hidden;
    padding: 0 1rem
}

.dropdown__title:before {
    content: "+";
    display: inline-block;
    margin-right: .5em;
    width: 20px;
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.dropdown.active .dropdown__content {
    max-height: 100vh;
    padding: 12px;
    transition: .2s;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-top: 10px
}

.dropdown.active .dropdown__content strong {
    color: #05365E
}

.dropdown.active .dropdown__title:before {
    content: "-"
}

.list-item-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .list-item-section {
        padding: 35px 0
    }
}

.list-item-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .list-item-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .list-item-section h2 {
        width: 100%
    }
}

.list-item-section p {
    width: 100%
}

.list-item-section .list-items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

@media (max-width:767px) {
    .list-item-section .list-items {
        margin-top: 20px
    }
}

.list-item-section .list-items .item {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    background-color: #05365E;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    padding: 10px;
    font-weight: 600
}

@media (max-width:992px) {
    .list-item-section .list-items .item {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .list-item-section .list-items .item {
        width: 100%;
        margin: 10px 0
    }
}

.list-item-info-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .list-item-info-section {
        padding: 35px 0
    }
}

.list-item-info-section .list-item-wrapper {
    width: calc(100% - 300px);
    padding-left: 30px
}

@media (max-width:767px) {
    .list-item-info-section .list-item-wrapper {
        width: 100%;
        padding-left: 0
    }
}

.list-item-info-section .list-item-wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .list-item-info-section .list-item-wrapper h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .list-item-info-section .list-item-wrapper h2 {
        width: 100%
    }
}

.list-item-info-section .list-item-wrapper .item-icon-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-item-info-section .list-item-wrapper .item-icon-wrapper .item-grid {
    width: 33.33333%;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px
}

@media (max-width:992px) {
    .list-item-info-section .list-item-wrapper .item-icon-wrapper .item-grid {
        width: 50%
    }
}

@media (max-width:767px) {
    .list-item-info-section .list-item-wrapper .item-icon-wrapper .item-grid {
        width: 50%;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.list-item-info-section .list-item-wrapper .item-icon-wrapper .item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-item-info-section .list-item-wrapper .item-icon-wrapper .item-info {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 15px
}

@media (max-width:767px) {
    .list-item-info-section .list-item-wrapper .item-icon-wrapper .item-info {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 10px
    }
}

.services-content {
    width: 100%
}

.services-content,
.services-content .service-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.services-content .service-grid {
    width: calc(100% / 3 - 20px);
    border: 1px solid #f68c8c;
    border-radius: 8px;
    padding: 10px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    margin-top: 20px
}

@media (max-width:1200px) {
    .services-content .service-grid {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .services-content .service-grid {
        width: 100%;
        margin-right: 0
    }
}

.services-content .service-grid .icon1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #890000
}

.services-content .service-grid .grid-data {
    width: calc(100% - 50px);
    padding-left: 10px
}

.services-content .service-grid .grid-data p {
    padding: 0
}

.services-lefttxt {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.service-grid2 {
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    background: #930505
}

.service-grid2,
.service-grid2 .txt-full {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center
}

.service-grid2 .txt-full {
    padding: 10px 0
}

.service-grid2 .icon1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #610101
}

.service-grid2 .grid-data {
    width: calc(100% - 50px);
    padding-left: 10px
}

.service-grid2 .grid-data p {
    padding: 0
}

.services-wrapper-section {
    width: 100%;
    padding: 35px 0;
    position: relative
}

@media (max-width:767px) {
    .services-wrapper-section {
        padding: 25px 0
    }
}

.services-wrapper-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .services-wrapper-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .services-wrapper-section h2 {
        width: 100%
    }
}

.services-wrapper-section p {
    width: 100%
}

.services-wrapper-section .outer-right-sideimage {
    width: 50%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 60px 0
}

@media (max-width:767px) {
    .services-wrapper-section .outer-right-sideimage {
        padding: 35px 0;
        width: 100%;
        height: auto
    }
}

.services-wrapper-section .outer-right-sideimage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-wrapper-section .outer-right-sideimage._left-side {
    right: auto;
    left: 0
}

.services-wrapper-section .services-loc-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .services-wrapper-section .services-loc-content {
        margin-top: 270px
    }
}

.services-wrapper-section .services-loc-content .left-content {
    background-color: #fff;
    padding: 20px;
    width: 50%;
    margin: 50px 0;
    position: relative;
    right: -90px;
    z-index: 3
}

@media (max-width:767px) {
    .services-wrapper-section .services-loc-content .left-content {
        width: 100%;
        position: static;
        padding: 20px 12px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.services-wrapper-section .services-loc-content .left-content._reveserleft {
    left: -90px;
    right: auto
}

@media (max-width:767px) {
    .services-wrapper-section .services-loc-content .left-content._reveserleft {
        width: 100%;
        position: static;
        padding: 20px 12px;
        margin-top: 0
    }
}

.services-wrapper-section .services-loc-content .right-img {
    width: 50%;
    min-height: 500px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .services-wrapper-section .services-loc-content .right-img {
        width: 100%;
        min-height: auto;
        padding: 10px
    }
}

.services-wrapper-section .services-loc-content .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.booknow-section {
    width: 100%;
    padding: 20px 0;
    position: relative
}

@media (max-width:767px) {
    .booknow-section {
        padding: 20px 0
    }
}

.booknow-section .booknow-content {
    background-color: #05365E;
    padding: 30px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .booknow-section .booknow-content {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.booknow-section .booknow-content .primary-btn {
    width: 150px
}

@media (max-width:767px) {
    .booknow-section .booknow-content .primary-btn {
        width: 100%;
        margin-top: 15px
    }
}

.booknow-section .booknow-content p {
    width: calc(100% - 150px);
    padding-right: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: normal
}

@media (max-width:767px) {
    .booknow-section .booknow-content p {
        width: 100%;
        text-align: center
    }
}

.service-gallery-section {
    width: 100%;
    padding: 60px 0;
    position: relative
}

@media (max-width:767px) {
    .service-gallery-section {
        padding: 35px 0
    }
}

.service-gallery-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 10px
}

@media (max-width:1200px) {
    .service-gallery-section h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .service-gallery-section h2 {
        width: 100%
    }
}

.service-gallery-section p {
    width: 100%
}

.service-gallery-section .btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.service-gallery-section .gallery-carousal {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.service-gallery-section .gallery-carousal .gallery-grid {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

@media (max-width:992px) {
    .service-gallery-section .gallery-carousal .gallery-grid {
        width: calc(100% / 3 - 20px);
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .service-gallery-section .gallery-carousal .gallery-grid {
        width: 100%;
        margin-right: 0
    }
}

.service-gallery-section .gallery-carousal .gallery-grid .cityname {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #05365E;
    color: #fff;
    z-index: 2;
    bottom: 0
}

.service-gallery-section .gallery-carousal .gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.heading-top {
    width: 100%
}

.heading-top h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .heading-top h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .heading-top h2 {
        width: 100%
    }
}

.heading-top p {
    width: 100%
}

.training-grid-full {
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.training-grid-full.w50 {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .training-grid-full.w50 {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }
}

.training-grid-full:last-child {
    margin-bottom: 0
}

.training-grid-full h2 {
    font-size: 23px;
    width: 100%
}

@media (max-width:767px) {
    .training-grid-full h2 {
        font-size: 20px
    }
}

.meet-trainer-section {
    width: 100%;
    padding: 60px 0;
    position: relative
}

@media (max-width:767px) {
    .meet-trainer-section {
        padding: 35px 0
    }
}

.meet-trainer-section .meet-trainer-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.meet-trainer-section .meet-trainer-info .meet-grid {
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    width: calc(100% / 3 - 20px);
    margin-right: 20px
}

@media (max-width:1200px) {
    .meet-trainer-section .meet-trainer-info .meet-grid {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid p {
        text-align: center
    }
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .image {
    width: 120px;
    height: 90px;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .image {
        width: 150px;
        margin: 0 auto
    }
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt {
    width: calc(100% - 120px);
    padding-left: 20px
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt .inner-heading {
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #231f20
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt .inner-heading {
        text-align: center
    }
}

.meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt p {
    width: 100%;
    padding: 0
}

@media (max-width:767px) {
    .meet-trainer-section .meet-trainer-info .meet-grid .info-trainer .txt p {
        text-align: center
    }
}

.medical-training-section {
    width: 100%;
    padding: 60px 0;
    background-color: #05365E;
    position: relative
}

@media (max-width:767px) {
    .medical-training-section {
        padding: 35px 0
    }
}

.medical-training-section .heading-with-info-common {
    margin-bottom: 40px
}

.medical-training-section .info-training {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #fd7979;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px
}

.medical-training-section .info-training .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    padding: 25px;
    background-color: #770303
}

@media (max-width:767px) {
    .medical-training-section .info-training .image {
        width: 80px;
        margin: 0 auto;
        height: 80px
    }
}

.medical-training-section .info-training .image img {
    max-width: 100%;
    max-height: 100%
}

.medical-training-section .info-training .txt {
    width: calc(100% - 90px);
    padding-left: 20px
}

@media (max-width:767px) {
    .medical-training-section .info-training .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 15px
    }
}

.medical-training-section .info-training .txt .inner-heading {
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: #ff0;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .medical-training-section .info-training .txt .inner-heading {
        font-size: 19px;
        text-align: center
    }
}

.medical-training-section .info-training .txt p {
    width: 100%;
    padding: 0;
    color: #fff
}

@media (max-width:767px) {
    .medical-training-section .info-training .txt p {
        text-align: center
    }
}

.training-left-to-right-section {
    width: 100%;
    padding: 60px 0;
    position: relative
}

@media (max-width:767px) {
    .training-left-to-right-section {
        padding: 35px 0
    }
}

.training-left-to-right-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .training-left-to-right-section h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .training-left-to-right-section h2 {
        width: 100%
    }
}

.training-left-to-right-section p {
    width: 100%
}

.training-left-to-right-section .training-info-grid {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.training-left-to-right-section .training-info-grid .info-training-grid {
    width: calc(100% / 2 - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px;
    margin-right: 20px;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .training-left-to-right-section .training-info-grid .info-training-grid {
        width: 100%;
        margin-right: 0
    }
}

.training-left-to-right-section .training-info-grid .info-training-grid .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    padding: 25px;
    background-color: #05365E;
    margin: 0 auto
}

@media (max-width:767px) {
    .training-left-to-right-section .training-info-grid .info-training-grid .image {
        width: 80px;
        height: 80px
    }
}

.training-left-to-right-section .training-info-grid .info-training-grid .image img {
    max-width: 100%;
    max-height: 100%
}

.training-left-to-right-section .training-info-grid .info-training-grid .txt {
    width: 100%;
    padding-top: 15px
}

@media (max-width:767px) {
    .training-left-to-right-section .training-info-grid .info-training-grid .txt {
        width: 100%;
        padding-left: 0
    }
}

.training-left-to-right-section .training-info-grid .info-training-grid .txt .inner-heading {
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: #231f20;
    padding-bottom: 10px;
    text-align: center
}

@media (max-width:767px) {
    .training-left-to-right-section .training-info-grid .info-training-grid .txt .inner-heading {
        font-size: 19px
    }
}

.training-left-to-right-section .training-info-grid .info-training-grid .txt p {
    width: 100%;
    padding: 0;
    text-align: center
}

.training-left-to-right-section .outer-right-sideimage {
    width: 30%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0
}

@media (max-width:767px) {
    .training-left-to-right-section .outer-right-sideimage {
        padding: 0;
        width: 100%;
        height: auto
    }
}

.training-left-to-right-section .outer-right-sideimage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.training-left-to-right-section .outer-right-sideimage._left-side {
    right: auto;
    left: 0
}

.training-left-to-right-section .services-loc-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:767px) {
    .training-left-to-right-section .services-loc-content {
        margin-top: 120px
    }
}

.training-left-to-right-section .services-loc-content .left-content {
    background-color: #fff;
    width: 60%;
    margin: 0;
    position: relative;
    z-index: 3
}

@media (max-width:767px) {
    .training-left-to-right-section .services-loc-content .left-content {
        width: 100%;
        position: static;
        padding: 20px 12px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.training-left-to-right-section .services-loc-content .left-content._reveserleft {
    left: -40px;
    right: auto
}

@media (max-width:767px) {
    .training-left-to-right-section .services-loc-content .left-content._reveserleft {
        width: 100%;
        position: static;
        padding: 20px 12px;
        margin-top: 0
    }
}

.training-left-to-right-section .services-loc-content .right-img {
    width: 40%;
    min-height: 500px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .training-left-to-right-section .services-loc-content .right-img {
        width: 100%;
        min-height: auto;
        padding: 10px
    }
}

.training-left-to-right-section .services-loc-content .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-gallery-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .video-gallery-section {
        padding: 35px 0
    }
}

.video-gallery-section .video-gallerycontent {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 20px
}

.video-gallery-section .video-gallerycontent .v-grid {
    width: calc(100% / 3 - 20px);
    margin: 15px 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    height: 250px
}

@media (max-width:1200px) {
    .video-gallery-section .video-gallerycontent .v-grid {
        width: calc(100% / 2 - 20px);
        height: 200px
    }
}

@media (max-width:767px) {
    .video-gallery-section .video-gallerycontent .v-grid {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.video-gallery-section .video-gallerycontent .v-grid iframe,
.video-gallery-section .video-gallerycontent .v-grid video {
    width: 100% !important;
    height: 100% !important
}

.faq-page-section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    .faq-page-section {
        padding: 35px 0
    }
}

.faq-page-section .dropdown-wrapper {
    margin-top: 30px
}

.faq-page-section .dropdown-wrapper .dropdown {
    border-bottom: 2px solid #fff;
    background-color: transparent !important;
    padding: 0
}

.faq-page-section .dropdown-wrapper h3 {
    color: #fff;
    padding: 10px 15px;
    background-color: #05365E
}

.faq-page-section .dropdown-wrapper .dropdown__title:before {
    background-color: #fff;
    color: #231f20;
    font-size: 21px
}

.faq-page-section .dropdown-wrapper .dropdown.active .dropdown__content {
    margin-top: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em
}

table td,
table th {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left
}

table th {
    background-color: #f4f4f4;
    font-weight: 700
}

table tr:nth-child(2n) {
    background-color: #f9f9f9
}

table tr:hover {
    background-color: #05365E;
    color: #fff
}

@media (max-width:768px) {
    thead {
        display: none
    }

    tr {
        margin-bottom: 10px
    }

    td,
    tr {
        display: block
    }

    td {
        text-align: right;
        position: relative;
        padding-left: 50%;
        white-space: pre-wrap;
        border: none;
        border-bottom: 1px solid #ddd
    }

    td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        font-weight: 700;
        text-align: left
    }
}

.media-presence-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 0
}

@media (max-width:992px) {
    .media-presence-section {
        padding: 30px 0
    }
}

.media-presence-section .heading-with-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.media-presence-section .heading-with-info p {
    width: 100%;
    text-align: center;
    font-size: 18px
}

@media (max-width:992px) {
    .media-presence-section .heading-with-info p {
        font-size: 14px
    }
}

.media-presence-section .heading-with-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    margin-bottom: 0
}

@media (max-width:1200px) {
    .media-presence-section .heading-with-info h2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .media-presence-section .heading-with-info h2 {
        width: 100%;
        text-align: center
    }
}

.media-presence-section .mediapresence-items {
    width: 100%;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:992px) {
    .media-presence-section .mediapresence-items {
        margin-top: 20px
    }
}

.media-presence-section .mediapresence-items h3 {
    font-weight: 600;
    font-size: 16px
}

@media (max-width:992px) {
    .media-presence-section .mediapresence-items h3 {
        font-size: 15px
    }
}

.media-presence-section .mediapresence-items .mediapresence-item {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:767px) {
    .media-presence-section .mediapresence-items .mediapresence-item {
        width: 100%
    }
}

@media (max-width:992px) {
    .media-presence-section .mediapresence-items .mediapresence-item {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .media-presence-section .mediapresence-items .mediapresence-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1rem
    }
}

.media-presence-section .mediapresence-items .mediapresence-item .inner {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 1rem;
    text-align: center
}

.media-presence-section .mediapresence-items .mediapresence-item .mediapresence-image {
    width: 100%;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px
}

.media-presence-section .mediapresence-items .mediapresence-item .mediapresence-image img {
    max-width: 80%;
    max-height: 100%;
    width: auto;
    border-radius: 10px
}

.media-presence-section .mediapresence-items .mediapresence-item .mediapresence-info {
    color: #231f20;
    padding-bottom: 10px;
    padding: 0 12px
}

.column-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:992px) {
    .column-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.column-wrapper .column-content {
    text-align: left;
    width: 50%
}

@media (max-width:992px) {
    .column-wrapper .column-content {
        width: 100%
    }
}

.column-wrapper .column-content ul {
    width: 100%
}

.block--content li {
    font-family: "Zalando Sans", sans-serif;
    font-size: 15px;
    line-height: 24px
}

@media (max-width:1200px) {
    .block--content li {
        font-size: 13px;
        line-height: 19px
    }
}

.block--whychooseus .heading-leftalign {
    text-align: left
}

.block--whychooseus--content {
    display: block;
    width: 100%;
    text-align: center
}

.block--whychooseus--content p {
    padding-top: 10px
}

.block--whychooseus .whychooseus--items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 40px
}

.block--whychooseus .whychooseus--items .whychooseus--item {
    width: calc(100% / 3 - 20px);
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 4px 15px 0 rgba(14, 44, 129, .15);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .block--whychooseus .whychooseus--items .whychooseus--item {
        width: calc(100% / 2 - 20px)
    }
}

@media (max-width:767px) {
    .block--whychooseus .whychooseus--items .whychooseus--item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.block--whychooseus .whychooseus--items .whychooseus--item .whychooseus--img {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width:767px) {
    .block--whychooseus .whychooseus--items .whychooseus--item .whychooseus--img {
        height: 150px
    }
}

.block--whychooseus .whychooseus--items .whychooseus--item .whychooseus--img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block--whychooseus .whychooseus--items .whychooseus--item h4 {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #05365E
}

@media (max-width:767px) {
    .block--whychooseus .whychooseus--items .whychooseus--item h4 {
        font-size: 16px
    }
}

.block--whychooseus .whychooseus--items .whychooseus--item .whychooseus--description p {
    text-align: center
}

.block--whychooseus .btn-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.block--video {
    padding: 20px 0
}

.block--services .service-item-inner {
    display: block;
    width: 100%
}

.block--services .service-item-inner h4,
.block--services .service-item-inner p {
    color: #231f20
}

.error404 .page-not-found #main {
    display: table;
    width: 100%;
    min-height: 50vh;
    height: 100%;
    text-align: center
}

.error404 .page-not-found .fof {
    display: table-cell;
    vertical-align: middle
}

.error404 .page-not-found .fof h1 {
    font-size: 50px;
    color: #05365E;
    display: inline-block;
    padding-right: 12px;
    animation: type .5s alternate infinite;
    margin-bottom: 2rem
}

.error404 .page-not-found .fof p {
    margin-bottom: 2rem
}

.error404 .page-not-found .fof .btn-wrapper {
    text-align: center
}

.error404 .page-not-found .fof .btn-wrapper a {
    margin: 0 auto
}

@keyframes type {
    0% {
        box-shadow: inset -3px 0 0 #770303
    }

    to {
        box-shadow: inset -3px 0 0 transparent
    }
}

body {
    margin: 0;
    font-family: "Zalando Sans", sans-serif
}

#app {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}


/* -------------------- Coustom CSS ------------------ */

/* header css start  */

/* ------------------------
   About Us Dropdown Styling
---------------------------*/
.nav-item.cus-dropdown {
    position: relative;
}


/* Default hidden for all screens */
.cus-submenu {
    display: none !important;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 3px solid #05365E;
    border-radius: 0 0 8px 8px;
}

.nav-item.cus-dropdown>.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #05365E;
    padding: 12px 18px;
    cursor: pointer;
    /* border-bottom: 1px solid #e9e9e9; */
}

.nav-item.cus-dropdown>.nav-link .downarrow {
    transition: transform 0.3s ease;
}

/* rotate arrow on open (mobile only) */
.nav-item.cus-dropdown.mobile-open>.nav-link .downarrow {
    transform: rotate(180deg);
}

/* submenu links */
.cus-submenu li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #05365E;
    font-weight: 500;
    transition: 0.25s;
}

.cus-submenu li a:hover {
    /* background: #05365E; */
    color: #fff;
}

/* ------------------------
/* ------------------------
   Desktop hover menu - Classic table style
---------------------------*/
@media (min-width: 1201px) {

    /* Parent cus-dropdown relative positioning */
    .nav-item.cus-dropdown {
        position: relative;
    }

    /* Submenu hidden by default */
    .cus-submenu {
        display: none !important;
        position: absolute;
        top: 100%;
        /* Drop below parent link */
        left: 0;
        min-width: 220px;
        /* adjust width as needed */
        background: #ffffff;
        padding: 0;
        list-style: none;
        border: 1px solid #ddd;
        z-index: 999;
        flex-direction: column;
    }

    /* Show submenu on hover */
    .nav-item.cus-dropdown:hover>.cus-submenu {
        display: flex !important;
    }

    /* Submenu link styling */
    .cus-submenu li a {
        display: block;
        padding: 10px 15px !important;
        font-size: 14px !important;
        color: #05365E !important;
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease !important;
        border-bottom: 1px solid #ddd !important;
        /* separator line */
    }

    /* Remove bottom border for last item */
    .cus-submenu li:last-child a {
        border-bottom: none;
    }

    /* Hover effect for links */
    .cus-submenu li a:hover {
        background: #f2f2f2;
        /* subtle highlight */
        color: #05365E;
    }

    /* Optional arrow indicator for parent */
    .nav-item.cus-dropdown>a::after {
        content: "▼";
        font-size: 10px;
        margin-left: 6px;
        color: #05365E;
        transition: transform 0.2s ease;
    }

    .nav-item.cus-dropdown:hover>a::after {
        transform: rotate(-180deg);
    }
}

/* ------------------------
   Mobile toggle menu
---------------------------*/
@media (max-width: 1200px) {

    header .header .navbar ul {
        display: flex;
        flex-flow: column;

    }

    .nav-item.cus-dropdown.mobile-open>.cus-submenu {
        display: flex !important;
    }

    /* small screen scrollbar styling */
    .cus-submenu::-webkit-scrollbar {
        width: 6px;
    }

    .cus-submenu::-webkit-scrollbar-thumb {
        background: #05365E;
        border-radius: 10px;
    }
}

/* Target only About Us submenu first item (desktop hide) */
.nav-item.cus-dropdown>.cus-submenu li:first-child a[href="about.html"] {
    display: none !important;
}

/* Mobile / Touch Devices — Show */
@media (hover: none) and (pointer: coarse) {
    .nav-item.cus-dropdown>.cus-submenu li:first-child a[href="about.html"] {
        display: block !important;
    }
}


/* About section CSS Start  */


/* Layout Upgrade — No class removed */
.block--whoweare .left-to-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Image enhancement */
.block--whoweare .left-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Better spacing & vertical centering */
.block--whoweare .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Counter cards layout */
.block--whoweare .counter-function {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 30px;
}

.block--whoweare .counter {
    flex: 1 1 calc(33.33% - 25px);
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: .3s;
}

.block--whoweare .counter:hover {
    transform: translateY(-4px);
}

/* Keep button clean & aligned */
.block--whoweare .btn-wrapper {
    margin-top: 35px;
}

.block--whoweare .phonenumbar {
    margin-top: 8px;
}

/* Mobile Optimization — no class removed */
@media (max-width: 992px) {
    .block--whoweare .left-to-right {
        flex-direction: column;
    }

    .block--whoweare .counter {
        flex: 1 1 calc(50% - 25px);
    }
}

@media (max-width: 600px) {
    .block--whoweare .counter {
        flex: 1 1 100%;
    }
}



/* Services CSS Start  */
.carousel-services .item .service-item-inner {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    transition: .35s;
    display: block;
}

.carousel-services .item:hover .service-item-inner {
    transform: translateY(-6px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}

.carousel-services .image img {
    border-bottom: 4px solid #d40000;
}

.carousel-services .contentpanel {
    padding: 22px 20px 26px;
}

.carousel-services .contentpanel h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.carousel-services .contentpanel .block--content p {
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    color: #444;
}

/* step by Step word CSS  */


/* How We Work – Fresh UI Upgrade */
.block--howwework {
    padding: 60px 0;
    background: #f7fafe;
}

.block--howwework .heading-with-info h2 {
    font-size: 30px;
    /* font-weight: 700; */
    text-align: center;
    margin-bottom: 10px;
}

.block--howwework .heading-with-info p {
    text-align: center;
    color: #60697b;
    /* margin-bottom: 50px; */
}

.work-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 26px;
}

.work-info {
    /* background: #ffffffcc; */
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 32px 26px;
    /* box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08); */
    transition: 0.35s ease;
    position: relative;
}

.work-info:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12); */
}

.work-info .info-gird {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.work-info .icons img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.15));
    transition: 0.3s ease;
}

.work-info:hover .icons img {
    transform: scale(1.06);
}

.work-info .numbers {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #0066ff, #00c0ff);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.work-info .infotxt h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 600;
    color: #0c2a4d;
}

.work-info .infotxt p {
    margin: 0;
    color: #536072;
    line-height: 1.55;
}


/* why CSS Start  */


/* Card */
.block--ourusp .tabgrid {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 22px;
    border: 1px solid rgba(0, 45, 95, 0.12);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transition: all .38s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hover Effect */
.block--ourusp .tabgrid:hover {
    transform: translateY(-9px);
    box-shadow: 0 18px 48px rgba(0, 75, 160, 0.18);
    border-color: #05365D;
}

/* Icon */
.block--ourusp .iconstop img {
    width: 40px;
    transition: .35s;
    filter: drop-shadow(0 6px 14px rgba(0, 110, 200, .25));
}

.block--ourusp .tabgrid:hover .iconstop img {
    transform: scale(1.18) rotate(4deg);
}

/* Text */
.block--ourusp .contentbox {
    text-align: center;
    margin-top: 18px;
}

.block--ourusp .contentbox h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c3a68;
    margin-bottom: 8px;
}

.block--ourusp .contentbox p {
    font-size: 15.5px;
    color: #506379;
    line-height: 1.72;
}

/* TAB nav maintain but modern */
#tabs-nav.ultab li a {
    background: #ffffff;
    border: 1px solid rgba(0, 40, 90, 0.16);
    border-radius: 10px;
    padding: 12px 26px;
    font-weight: 600;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#tabs-nav.ultab li a.active,
#tabs-nav.ultab li a:hover {
    background: #05365D;
    color: #ffffff;
    border-color: #05365D;
}



/* ---- CASE STORIES ---- */
.block--casestory {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);

}

.block--casestory .section-title {
    text-align: center;
    font-size: 30px;
    /* font-weight: 800; */
    margin-bottom: 12px;
    color: #0c3a68;
}

.block--casestory .subtitle {
    text-align: center;
    font-size: 17px;
    color: #42536a;
    margin-bottom: 45px;
}

.case-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 5px;
}

.casebox {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #05365D;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transition: all .38s ease;
    position: relative;
}

.casebox:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 45px rgba(0, 80, 160, 0.18);
    border: 2px solid red;
}

.casebox .case-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(0, 70, 150, 0.12);
    position: absolute;
    top: 24px;
    right: 26px;
}

.casebox h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #09365c;
}

.casebox .case-summary {
    font-size: 15.5px;
    color: #4b5c72;
    margin-bottom: 18px;
    line-height: 1.65;
}

.casebox ul {
    margin: 0;
    padding-left: 20px;
}

.casebox ul li {
    font-size: 15.5px;
    line-height: 1.65;
    color: #506379;
    margin-bottom: 4px;
    list-style: disc;
}



/* -------- FAQ SECTION -------- */
.faq-section {
    padding: 60px 0;
    /* background: #f6faff; */
}

.faq-section .section-title {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0a2a4a;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d8e6f3;
}

.faq-question {
    border: 1px solid #05365D;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 24px;
    transition: .3s;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    font-size: 14px;
    color: #3a4c5d;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
    padding-top: 10px;
    border: 1px solid red;
}



/* -------- FINAL CTA -------- */
.final-cta {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(174deg, rgb(5 54 94) 0%, rgb(255 0 0 / 85%) 100%);
    color: #fff;
}

.final-cta h2 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 18px;
}

.final-cta p {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 18px;
}

.cta-btn-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 16px 32px;
    border-radius: 50px;
    /* font-size: 18px; */
    font-weight: 600;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}

.call-now {
    background: #fff;
    color: #0a3357;
}

.quote-now {
    background: #00e676;
    color: #04321f;
}

.call-now:hover,
.quote-now:hover {
    transform: translateY(-4px);
}

.cta-note {
    margin-top: 35px;
    font-size: 14px;
    opacity: .9;
}

/* footer CSS Start  */

.site-footer {
    background: #0b1b2e;
    padding: 60px 0 35px;
    color: #d4dce5;
    font-size: 15px;
}

.site-footer a {
    color: #d4dce5;
}

.site-footer a:hover {
    color: #fff;
}

.footer-grid {
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-col ul li {
    list-style: none;
    margin: 7px 0;
}

.footer-col ul li a {
    text-decoration: none;
    opacity: .85;
    transition: .3s;
}

.footer-col ul li a:hover {
    padding-left: 4px;
    opacity: 1;
}

.footer-call-btn,
.footer-whatsapp-btn {
    display: block;
    margin-bottom: 10px;
    background: #e93d3d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    transition: .35s;
}

.footer-whatsapp-btn {
    background: #1fav41;
}

.footer-call-btn:hover,
.footer-whatsapp-btn:hover {
    opacity: .85;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    /* margin-top: 40px; */
    font-size: 14px;
}

/* 🔥 FULL MOBILE RESPONSIVE */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col ul li a:hover {
        padding-left: 0;
    }

    .footer-btn a {
        width: 100%;
    }
}


.floating-whatsapp,
.floating-call {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    z-index: 999;
}

.floating-whatsapp {
    background: #25D366;
    bottom: 80px;
    left: 20px;
}

.floating-call {
    background: #E60000;
    bottom: 20px;
    left: 20px;
}

#backToTop {
    right: 28px;
    position: fixed;
    bottom: 48px;

    display: none;
    background: #05365E;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
}

.contact-footer li {
    margin-bottom: 6px;
    list-style: none;
}

.footer-contact {
    margin-top: 10px;
}


/* //////////////////----------------------- inner-page CSS ------------------------------------/////////////// */


/* INNER HERO – FINAL PROFESSIONAL VERSION */
.inner-hero-banner {
    position: relative;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

/* main wrapper */
.inner-banner-area {
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: center;
}

/* dark gradient overlay (theme based) */
.inner-hero-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(50deg, rgba(5, 54, 94, 0.80) 0%, rgba(7, 86, 142, 0.65) 100%);
    z-index: 1;
}

/* content */
.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
}

/* title */
.page-title {
    margin-top: 75px;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(22px);
    animation: slideFade .9s forwards ease;
}

/* breadcrumb */
.breadcrumb {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: wrap;
}

/* list reset */
.breadcrumb li {
    list-style: none;
}

/* link */
.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: .25s;
}

.breadcrumb a:hover {
    color: #fff;
}

/* separator arrow */
.breadcrumb .separator i {
    font-size: 12px !important;
    margin: 0 2px;
    opacity: 0.78;
    line-height: 1;
    position: relative;
    top: 1px;
}

/* active last breadcrumb */
.breadcrumb li:last-child {
    color: #ffffff;
    font-weight: 600;
}

/* load animation */
@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .inner-banner-area {
        min-height: 340px;
    }

    .page-title {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    .inner-banner-area {
        min-height: 290px;
    }

    .page-title {
        font-size: 20px;
    }

    .breadcrumb {
        font-size: 14px;
    }
}



/* about CSS start Here  */

.process-section {
    padding: 30px 0;
    background: #fafafa;
}

.process-section .section-head {
    text-align: center;
    margin-bottom: 45px;
}

.process-section .section-head h2 {
    font-size: 21px;
    font-weight: 700;
    color: #05365E;
    /* margin-bottom: 20px; */
}

.process-section .section-head p {

    color: #666;
}

.process-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.process-box {
    /* background: #fff; */
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid #b80f0a;
}

.process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 28px rgba(0, 0, 0, .09);
    border-color: #385F7F;
}

.process-box .icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
    background: #b80f0a;
    border-radius: 50%;
    border: 2px solid #b80f0a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
}

.process-box:hover .icon-wrap {
    background: #385F7F;
}

.process-box .icon-wrap img {
    width: 46px;
    transition: .35s;
}

.process-box:hover .icon-wrap img {
    filter: brightness(0) invert(1);
}

.process-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 991px) {
    .process-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .process-wrapper {
        grid-template-columns: 1fr;
    }

    .process-box {
        padding: 25px 20px;
    }
}



/* Container Flex Layout */
.image-left-text-right .left-to-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    /* padding: 60px 0; */
}

/* Left Image */
.image-left-text-right .left-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
}

.image-left-text-right .left-image img {
    /* width: 100%;
                max-width: 500px; */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-left-text-right .left-image img:hover {
    transform: scale(1.03);
}

/* Right Content */
.image-left-text-right .right-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Subheading */
.image-left-text-right .subheading {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    /* theme accent */
    /* letter-spacing: 1px; */
    /* margin-bottom: 8px; */
    text-transform: uppercase;
}

/* Heading */
.image-left-text-right h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    /* theme dark */
    /* margin-bottom: 20px; */
    /* line-height: 1.3; */
}

/* Paragraphs */
.image-left-text-right .block--content p {

    color: #333;
    /* line-height: 1.75; */
    /* margin-bottom: 16px; */
}

/* Button */
.image-left-text-right .btn-wrapper {
    /* margin-top: 25px; */
}

.image-left-text-right .btn-wrapper .button {
    display: inline-block;
    background: #05365E;
    /* theme primary */
    color: #fff;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.35s ease;
}

.image-left-text-right .btn-wrapper .button:hover {
    background: #075080;
    /* transform: translateY(-3px) scale(1.02); */
    box-shadow: 0 10px 25px rgba(5, 54, 94, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .image-left-text-right .left-to-right {
        flex-direction: column-reverse;
        text-align: start;
        gap: 40px;
    }

    .image-left-text-right .left-image,
    .image-left-text-right .right-content {
        flex: 1 1 100%;
    }

    .image-left-text-right h2 {
        font-size: 28px;
    }

    .image-left-text-right .block--content p {
        font-size: 15px;
    }

    .image-left-text-right .btn-wrapper {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .image-left-text-right h2 {
        font-size: 24px;
    }

    .image-left-text-right .block--content p {
        font-size: 14px;
    }
}





/* Container Flex Layout */
.image-text-wrapper {
    /* background-color: #666; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
}

/* Left Text Side */
.text-side {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Subheading */
.text-side .subheading {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    /* theme accent */
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Heading */
.text-side h2 {
    font-size: 30px;
    font-weight: 700;
    color: #05365E;
    /* theme dark */
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Paragraphs */
.text-side .block-content p {

    color: #333;
    margin-bottom: 16px;
}

/* Feature Cards Grid */
.feature-cards {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.feature-cards .card {
    flex: 1 1 calc(33.33% - 15px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.feature-cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(5, 54, 94, 0.2);
}

/* Card Icon */
.feature-cards .card .icon {
    margin-bottom: 12px;
}

.feature-cards .card .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Card Heading */
.feature-cards .card h4 {
    font-size: 18px;
    color: #05365E;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Card Text */
.feature-cards .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Button */
.btn-wrapper .button {
    display: inline-block;
    background: #05365E;
    /* theme primary */
    color: #fff;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.35s ease;
    text-align: center;
    margin-top: 15px;
}

.btn-wrapper .button:hover {
    background: #075080;
    box-shadow: 0 10px 25px rgba(5, 54, 94, 0.3);
}

/* Right Image Side */
.image-side {
    flex: 1 1 45%;
    display: flex;
    justify-content: start;
}

.image-side img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-side img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media(max-width: 991px) {
    .image-text-wrapper {
        flex-direction: column-reverse;
        text-align: start;
        gap: 40px;
    }

    .text-side,
    .image-side {
        flex: 1 1 100%;
    }

    .text-side h2 {
        font-size: 28px;
    }

    .text-side .block-content p,
    .feature-cards .card p {
        font-size: 15px;
    }

    .feature-cards {
        justify-content: center;
    }
}

@media(max-width: 575px) {
    .text-side h2 {
        font-size: 24px;
    }

    .text-side .block-content p,
    .feature-cards .card p {
        font-size: 14px;
    }

    .feature-cards .card {
        flex: 1 1 100%;
    }
}


/* Why chouse US  */


.why-choose-us-section {
    padding: 60px 0;
    background: #F6F9FC;
}

.section-title h2 {
    text-align: center;
    /* font-size: 36px; */
    font-weight: 700;
    color: #05365E;
    margin-bottom: 10px;
}

.section-title h2 span {
    color: #ff0000;
}

.section-title p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
    color: #555;
    font-size: 16px;
}

.why-choose-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.why-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border: 1px solid #e8e8e8;
}

.why-box:hover {
    background: #05365E;
    color: #fff;
    transform: translateY(-6px);
}


.why-box h4 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.why-box p {
    font-size: 15px;
    line-height: 1.45;
}


/* Services Inner page  */


.air-service-info {
    padding: 60px 0;
    background: #fff;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.info-content {
    flex: 0 0 52%;
}

.info-image {
    flex: 0 0 48%;
}

.info-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.10);
    transition: .3s;
}

.info-image img:hover {
    transform: translateY(-5px);
}

.air-service-info h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #111;
    line-height: 1.35;
}

.air-service-info h2 span {
    color: #d60000;
}

.highlight-text {
    font-size: 17px;
    color: #222;
    display: block;
    margin-bottom: 12px;
}

.air-service-info p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.7;
}

.coverage {
    margin-top: 15px;
}

.info-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.info-features li {
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    position: relative;
}

.info-features li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #d60000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* Responsive */
@media(max-width: 991px) {
    .info-row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .info-content,
    .info-image {
        flex: 100%;
    }

    .info-features li {
        text-align: left;
        padding-left: 22px;
    }
}

.emergency-cta {
    background: #b80000;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.emergency-cta .cta-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.emergency-cta .cta-content p {
    font-size: 15px;
    opacity: 0.95;
    margin: 0;
}

.cta-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s ease-in-out;
}

.call-btn {
    background: #ffffff;
    color: #b80000;
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
}

.cta-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

@media(max-width: 768px) {
    .emergency-cta .cta-content h3 {
        font-size: 19px;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}


.compare-transport {
    padding: 70px 0;
    background: #ffffff;
}

.section-head h2 {
    font-size: 34px;
    color: #1A3D7C;
    font-weight: 800;
}

.section-head p {
    color: #333;
    font-size: 16.5px;
    margin-bottom: 40px;
}

.compare-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Cards */
.compare-card {
    background: #fff;
    width: 31%;
    min-width: 280px;
    border: 2px solid #1A3D7C;
    border-radius: 14px;
    padding: 22px 24px;
    text-align: center;
    transition: .25s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.compare-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Highlight Winner */
.highlight-card {
    border-color: #B80000;
    background: linear-gradient(180deg, #ffffff 0%, #ffeaea 100%);
    transform: scale(1.05);
}

/* Card Title */
.title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.icon {
    /*background: #1A3D7C;*/
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 16px;
    margin-right: 8px;
}

/* Features */
.compare-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.compare-list li {
    font-size: 15px;
    color: #111;
    margin-bottom: 14px;
}

/* Badges */
.badge {
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
}

.badge.best {
    background: #B80000;
    color: #fff;
}

.badge.no {
    background: #000;
    color: #fff;
}

.badge.low {
    background: #1A3D7C;
    color: #fff;
}

/* Stars */
.stars {
    font-size: 18px;
    font-weight: 700;
    color: #B80000;
}

.stars.faded {
    opacity: .5;
}

/* Mobile */
@media(max-width: 992px) {
    .compare-wrapper {
        gap: 20px;
    }
}

@media(max-width: 768px) {
    .compare-card {
        width: 100%;
    }

    .section-head h2 {
        font-size: 26px;
    }
}


/* Optional enhancement for better theme alignment */
.compare-transport .compare-card {
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compare-transport .compare-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.compare-transport .title {
    font-size: 20px;
    color: #1A3D7C;
    margin-bottom: 15px;
}

.compare-transport .compare-list li {
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.compare-transport .badge.best {
    background-color: #B80000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.compare-transport .badge.limited {
    background-color: #1A3D7C;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.compare-transport .badge.low {
    background-color: #f0f0f0;
    color: #111;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}

@media(max-width: 992px) {
    .compare-wrapper {
        flex-direction: column;
    }

    .compare-card {
        margin-bottom: 20px;
    }
}


/* facilities CSS  */

.life-saving-facilities {
    padding: 40px 0;
    background: #f2f7ff;
}

.lsf-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.lsf-title {
    font-size: 25px;
    font-weight: 700;
    color: #0b3b72;
}

/* .lsf-desc {
                color: #555;
                font-size: 18px;
                margin-top: 12px;
            } */

.lsf-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 32px;
}

.lsf-box {
    padding: 28px 25px;
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    transition: all .3s ease;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid #ff0000;
}

.lsf-box:hover {
    transform: translateY(-8px);
    border-color: #3276e2;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.lsf-icon {
    font-size: 38px;
    color: #165bbb;
    margin-bottom: 12px;
}

.lsf-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b3b72;
    margin-bottom: 10px;
}

.lsf-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.5em;
}


/* ICU Tech Section — unique classes to avoid collisions */
.icu-tech-section {
    padding: 36px 0;
    background: #fff;
    color: #111;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.icu-tech-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 18px;
}

.icu-head {
    text-align: left;
    margin-bottom: 10px;
}

.icu-title {
    font-size: 26px;
    color: #1A3D7C;
    margin: 0 0 6px;
    font-weight: 800;
}

.icu-sub {
    color: #333;
    margin: 0 0 14px;
    font-size: 15px;
}

.icu-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0 20px;
}

.icu-badge {
    background: #f5f7fb;
    color: #1A3D7C;
    border: 1px solid #e6eef9;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(26, 61, 124, 0.05);
}

.icu-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-bottom: 18px;
}

.icu-card {
    background: #ffffff;
    border: 1px solid #eef3fb;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(6, 32, 71, 0.04);
    transition: transform .22s ease, box-shadow .22s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(6, 32, 71, 0.08);
}

.card-icon {
    font-size: 22px;
    color: #fff;
    background: linear-gradient(180deg, #1A3D7C, #05365E);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.card-title {
    font-size: 18px;
    margin: 0;
    color: #05365E;
    font-weight: 700;
}

.card-snippet {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.card-more {
    margin-top: auto;
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #B80000;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

.card-more i {
    transition: transform .18s ease;
}

.card-more[aria-expanded="true"] i {
    transform: rotate(-180deg);
}

.card-detail {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    padding-left: 6px;
}

.card-detail ul {
    margin: 0;
    padding-left: 18px;
}

.card-detail li {
    margin: 6px 0;
}

.icu-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
    border-top: 1px solid #f0f4fb;
    margin-top: 8px;
}

.icu-cta p {
    margin: 0;
    color: #333;
    font-size: 15px;
    max-width: 720px;
}

.cta-buttons {
    display: flex;
    gap: 10px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary {
    background: #1A3D7C;
    color: #fff;
    border: 1px solid #13325b;
    box-shadow: 0 6px 18px rgba(26, 61, 124, 0.12);
}

.btn-outline {
    background: transparent;
    color: #1A3D7C;
    border: 1px solid #dfeaf9;
}

/* Responsive */
@media (max-width: 1100px) {
    .icu-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .icu-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 620px) {
    .icu-cards {
        grid-template-columns: 1fr;
    }

    .icu-title {
        font-size: 20px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .icu-badges {
        gap: 6px;
    }

    .icu-cta p {
        font-size: 14px;
    }
}

/* payment page CSS  */

/* Payment Methods & Form */
.payonline-form-section {
    padding: 50px 20px;
    background: #f9f9f9;
    color: #111;
}

.payonline-form-section .form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1A3D7C;
    margin-bottom: 8px;
}

.form-sub {
    font-size: 15px;
    color: #444;
}

.payment-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.payment-option {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.payment-option.active,
.payment-option:hover {
    border-color: #1A3D7C;
    color: #1A3D7C;
}

.payment-form-container {
    max-width: 500px;
    margin: 0 auto;
}

.payment-form {
    display: none;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.payment-form.active {
    display: flex;
}

.payment-form label {
    font-weight: 600;
    margin-bottom: 4px;
}

.payment-form input,
.payment-form select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row>div {
    flex: 1;
}


.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero-buttons .btn {
    padding: 7px 7px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary {
    background: #FFD700;
    color: #05365E;
    border: 1px solid red;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
}

.btn-primary:hover {
    background: red;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.2s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 900px) {
    .payonline-hero .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }
}

.manual-payment-section {
    padding: 36px 0;
    background: #f9fbff;
    font-family: inherit;
}

.mp-container {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0 16px;
}

.mp-left,
.mp-right {
    flex: 1 1 360px;
    min-width: 300px;
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(8, 30, 60, .04);
}

h2,
h3 {
    margin-bottom: 12px;
    /* color: #0c3b66; */
    font-weight: 800;
    font-size: 20px;
}

.mp-intro {
    margin-bottom: 12px;
    color: #324;
}

.mp-details {
    margin: 14px 0;
    border-radius: 8px;
    background: #fbfdff;
    padding: 12px;
    border: 1px solid #eef6ff;
}

.mp-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 6px;
    border-bottom: 1px dashed #eef6ff;
    font-weight: 600;
    color: #263;
}

.mp-row:last-child {
    border-bottom: none;
}

.mp-label {
    color: #6a7b8f;
}

.mp-value {
    color: #0a2e4d;
}

.mp-note {
    margin: 10px 0;
    font-size: 14px;
    color: #445;
}

.mp-qr {
    margin-top: 14px;
    text-align: center;
}

.mp-qr img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e6eef9;
}

.qr-caption {
    margin-top: 8px;
    font-size: 13px;
    color: #445;
}

#manual-payment-form label {
    display: block;
    margin: 10px 0 6px;
    font-weight: 700;
    color: #2b3b4b;
    font-size: 13px;
}

#manual-payment-form input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddeaf8;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.btn-primary {
    background: #1A3D7C;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
}

.btn-outline {
    background: transparent;
    border: 1px solid #dfeaf9;
    color: #1A3D7C;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
}

.mp-result {
    margin-top: 12px;
    padding: 10px;
    border-radius: 8px;
    display: none;
    font-weight: 700;
}

.mp-result.success {
    display: block;
    background: #e9fbf0;
    color: #0a6c3a;
    border: 1px solid #c7f0d1;
}

.mp-result.error {
    display: block;
    background: #fff5f6;
    color: #8b1a1a;
    border: 1px solid #ffd6d9;
}

@media(max-width:900px) {
    .mp-container {
        flex-direction: column;
    }
}

/* Blog page CSS --------------------------- */

/* Blog Page Section */
.blog-page-section {
    padding: 40px 0;
    background: #f7f8fa;
    font-family: 'Roboto', sans-serif;
}

/* Section Header */
.blog-page-section .section-header {
    margin-bottom: 20px;
    text-align: center;
}

.blog-page-section .section-header h2 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 10px;
}

.blog-page-section .section-header p {
    color: #555;
    font-size: 14px;
}

/* Blog Wrapper - Flex for left/right */
.blog-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Main Blog Grid (Left) */
.blog-main {
    flex: 0 0 65%;
}

/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.blog-card .blog-image {
    position: relative;
}

.blog-card .blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-card .blog-image .blog-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #ff6600;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.blog-card .blog-content {
    padding: 20px;
}

.blog-card .blog-title {
    font-size: 22px;
    color: #003366;
    margin-bottom: 10px;
}

.blog-card .blog-excerpt {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.read-more-btn:hover {
    background: #e65c00;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.blog-pagination a {
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #003366;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.blog-pagination a:hover {
    background: #ff6600;
    color: #fff;
}

/* Sidebar (Right) */
.blog-sidebar {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.sidebar-widget h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #003366;
}

.sidebar-widget input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

.sidebar-widget button {
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
}

.sidebar-widget ul li {
    margin-bottom: 10px;
}

.sidebar-widget ul li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
}

.sidebar-widget ul li a:hover {
    color: #ff6600;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-wrapper {
        flex-direction: column;
    }

    .blog-main,
    .blog-sidebar {
        flex: 0 0 100%;
    }

    .blog-card .blog-image img {
        height: 200px;
    }
}


/*dynamic content our reach */
#dynamic-content {
    display: none;
}


/* footer location icon  */


.air-ambulance-links {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.air-ambulance-links .reach-group {
    margin-top: 25px;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.air-ambulance-links .reach-group:last-child {
    border-bottom: none;
}

.air-ambulance-links h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.air-ambulance-links .city-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

/* 🌟 City Link Animation */
.air-ambulance-links .city-links li a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    /* padding-right: 18px; */
    padding-bottom: 3px;
    display: inline-block;
    transition: color .3s ease, transform .3s ease;
}

/* ✈ Sliding Plane Icon */
.air-ambulance-links .city-links li a::after {
    content: "✈";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
    transition: .35s ease;
    font-size: 13px;
}

/* 🔥 Underline Reveal */
.air-ambulance-links .city-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #ff3333;
    transition: width .35s ease;
}

/* 💥 Hover Effects */
.air-ambulance-links .city-links li a:hover {
    color: #ff3333;
    transform: translateX(4px);
}

.air-ambulance-links .city-links li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(4px);
}

.air-ambulance-links .city-links li a:hover::before {
    width: 100%;
}

/* 📱 Mobile View */
@media (max-width: 768px) {
    .air-ambulance-links {
        /* padding: 25px 0; */
    }

    .air-ambulance-links .reach-group {
        padding-bottom: 15px;
    }

    .air-ambulance-links h2 {
        font-size: 18px;
    }

    .air-ambulance-links .city-links {
        gap: 10px 15px;
    }

    .air-ambulance-links .city-links li a {
        font-size: 14px;
    }

    /* 🚀 Tap Bounce + Active Glow */
    .air-ambulance-links .city-links li a:active {
        transform: scale(0.94);
        color: #ff3333;
    }

    .air-ambulance-links .city-links li a:active::before {
        width: 100%;
    }

    .air-ambulance-links .city-links li a:active::after {
        opacity: 1;
    }
}