﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: clip !important;
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0.01rem auto 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 8px;
}

p,
ul li {
    font-size: 16px;
    line-height: 27px;
    color: #212121;
}

ol,
ul {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 800;
}

a,
button,
input[type=submit] {
    color: #fd4f51;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

input,
textarea {
    font-size: 16px !important;
}

a:focus,
a:hover,
button:focus,
button:hover {
    color: #fd4f51;
    text-decoration: none;
    outline: 0 !important;
}

.toast-message {
    font-size: 14px !important;
}

.pointer-event-none {
    pointer-events: none;
}

.bg-attached {
    background-attachment: fixed;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.cursor-pointer {
    cursor: pointer !important;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
}

    header.menu-fix {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        border-bottom: 1px solid #eee;
    }

.menu-fix .logo-area img {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.head-tp {
    background: #1d4b7f;
    padding: 0px 0;
}

.menu-fix .head-tp {
    display: none;
}

.head-tp a, .head-tp p {
    color: #fff;
}

.head-tp .head-tp-l a {
    margin-right: 25px;
}

    .head-tp .head-tp-l a:hover {
        color: #fd4f51;
    }

.head-tp .head-tp-r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .head-tp .head-tp-r a {
        margin-left: 25px;
    }

        .head-tp .head-tp-r a:hover {
            color: #fd4f51;
        }

    .head-tp .head-tp-r .btn-main {
        border-radius: 0;
        padding: 8px 25px;
        border: 0;
        font-size: 15px;
        background: none;
        background-color: #fd4f51;
        color: #212121;
        top: 0;
    }

        .head-tp .head-tp-r .btn-main i {
            -webkit-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out;
        }

        .head-tp .head-tp-r .btn-main:hover {
            top: 0;
            color: #ffffff;
        }

            .head-tp .head-tp-r .btn-main:hover i {
                color: #ffffff;
            }

.navigation-area {
    padding: 8px 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.menu-fix .navigation-area {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #eee;
}

.nav-item {
    margin-left: 24px;
}

.nav-link {
    color: #212121;
    padding: 0;
    position: relative;
    padding: 10px 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

    .nav-link:hover, .nav-link:focus {
        color: #fd4f51;
    }

    .nav-link.btn-main {
        padding: 10px 25px !important;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

.navbar.navbar-expand-xl {
    padding: 0;
}

.menu__block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: 99;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(-90deg) scale(0) translateX(85px);
    transform: rotate(-90deg) scale(0) translateX(85px);
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background-color: #fd4f51;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .scroll-to-top.fade.in {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1) translateX(0);
        transform: rotate(0) scale(1) translateX(0);
    }

    .scroll-to-top:hover {
        -webkit-animation: float-icon 1s ease-in-out;
        animation: float-icon 1s ease-in-out;
        color: #fff;
    }

::-moz-selection {
    color: #fff;
    background: #fd4f51;
}

::selection {
    color: #fff;
    background: #fd4f51;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.border-none {
    border: none !important;
}

.dropdown-menu {
    width: 240px;
    padding: 0;
    border: none;
    background-color: #ffffff;
    margin: 0;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.09);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

    .dropdown-menu .dropdown-item {
        padding: 8px 12px;
        display: block;
        color: #212121;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
        white-space: unset;
        border-bottom: 1px solid #f2f6fc;
        border-radius: 4px;
        -webkit-transition: all 0.18s ease !important;
        transition: all 0.18s ease !important;
        position: relative;
        overflow: hidden;
    }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-menu .dropdown-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%) scaleY(0);
            transform: translateY(-50%) scaleY(0);
            width: 3px;
            height: 60%;
            background-color: #fd4f51;
            border-radius: 2px;
            -webkit-transition: -webkit-transform 0.18s ease;
            transition: -webkit-transform 0.18s ease;
            transition: transform 0.18s ease;
            transition: transform 0.18s ease, -webkit-transform 0.18s ease;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f0f6ff !important;
            color: #1d4b7f !important;
            padding-left: 20px !important;
        }

            .dropdown-menu .dropdown-item:hover::before {
                -webkit-transform: translateY(-50%) scaleY(1);
                transform: translateY(-50%) scaleY(1);
            }

.dropdown-submenu {
    position: relative;
}

footer {
    background-color: #1d4b7f;
    overflow: hidden;
}

    footer a, footer p {
        color: #fff;
    }

.footer-bg {
    padding: 70px 0;
}

.copyright-bg {
    padding: 15px 0;
    border-top: 1px solid rgba(228, 228, 228, 0.1);
}

    .copyright-bg p {
        font-size: 14px;
    }

.footer-links li {
    list-style-type: none;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .footer-links li i {
        margin-right: 8px;
        color: #fff;
    }

    .footer-links li .ms-left {
        margin-left: 2.4rem;
    }

    .footer-links li a, .footer-links li p {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        font-size: 14px;
    }

.footer-links.useful-links li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .footer-links.useful-links li::before {
        content: "\f105";
        font-family: "Font Awesome 7 Pro";
        color: #fff;
        margin-right: 5px;
        font-weight: 300;
    }

    .footer-links.useful-links li a {
        text-align: left;
    }

.get-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .get-social a {
        color: #fff;
        margin-right: 10px;
    }

        .get-social a:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

.footer-bg .get-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .footer-bg .get-social a:hover {
        color: #fff;
    }

.btn-main {
    background-color: #1d4b7f;
    border: 1px solid #1d4b7f;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    position: relative;
    top: 0;
    text-transform: uppercase;
}

    .btn-main:focus, .btn-main:hover {
        color: #fff;
        background-color: #fd4f51;
        border-color: #fd4f51;
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        top: -3px;
    }

    .btn-main.btn-red {
        background: #fd4f51;
        border-color: #fd4f51;
        color: #fff;
    }

        .btn-main.btn-red:hover, .btn-main.btn-red:focus {
            background: #fff;
            color: #fd4f51;
        }

    .btn-main.btn-bdr {
        background: transparent;
        border-color: #1d4b7f;
        color: #1d4b7f;
    }

        .btn-main.btn-bdr:hover, .btn-main.btn-bdr:focus {
            background: #212121;
            border-color: #212121;
            color: #fff;
        }

    .btn-main.btn-white {
        background: #fff;
        border-color: #fff;
        color: #1d4b7f;
    }

        .btn-main.btn-white:hover, .btn-main.btn-white:focus {
            background: #fff;
            border-color: #fd4f51;
            color: #fd4f51;
        }

.foot-head {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 8px;
    margin: 0px 0 20px;
    text-transform: uppercase;
    position: relative;
}

    .foot-head::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 0;
        width: 55px;
        height: 1px;
        background-color: #fff;
    }

.heading {
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 0 30px;
    position: relative;
    font-weight: 800;
}

    .heading i {
        font-style: normal;
        color: #fd4f51;
    }

    .heading.text-white i {
        color: #fff;
    }

.sub-heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #1d4b7f;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

    .sub-heading::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 5px;
        height: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fd4f51), to(#6b8cff));
        background: linear-gradient(180deg, #fd4f51 0%, #6b8cff 100%);
        border-radius: 3px;
    }

.section-divider {
    margin: 0 0 80px;
}

.form-control,
.form-select {
    min-height: 45px;
    border: 1px solid #eee;
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #fff;
}

    .form-control:focus,
    .form-select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        border-color: #fd4f51;
    }

    .form-control.error,
    .form-select.error {
        border: 1px solid #f00;
    }

.form-group {
    margin-bottom: 28px;
}

label {
    margin: 0 0 5px;
    font-weight: 600;
}

    label.error {
        padding: 0;
        margin: 0;
        color: #f00;
        font-size: 14px;
    }

.form-group {
    margin-bottom: 25px;
}

.grey-bg {
    background-color: #f6f8ff;
}

.gradient-color-bg {
    background: linear-gradient(135deg, #1d4b7f 0%, #fd4f51 100%);
}

.gradient-bg {
    background-image: url(../images/gradient-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-gradient {
    background-image: url(../images/gradient.webp);
}

.check-list {
    margin-top: 15px;
}

    .check-list li {
        list-style-type: none;
        position: relative;
        padding-left: 30px;
        margin-bottom: 8px;
    }

        .check-list li::before {
            content: "\f105";
            font-family: "Font Awesome 7 Pro";
            position: absolute;
            left: 0px;
            top: 0px;
            color: #fd4f51;
            font-weight: 500;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .check-list.text-white li {
        color: #fff;
    }

        .check-list.text-white li::before {
            color: #fff;
        }

.copyright-r {
    text-align: right;
}

    .copyright-r a:hover {
        color: #212121;
    }

@media (max-width: 1500px) {
    .nav-link {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block;
    }

    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .drp-arrow.submenu-arrow {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
    }

    .dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        right: 0;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
    }

    .dropdown.second-level .dropdown-menu {
        right: -100%;
        left: auto;
        top: 0;
    }

    .dropdown.second-level > .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .offcanvas-start {
        width: 100%;
    }
    /**********mega-menu********/
    .mega-menu:hover > .dropdown-menu {
        pointer-events: all;
    }

    .mega-menu > .dropdown-menu {
        width: 100%;
        right: 0;
        left: auto;
        pointer-events: none;
    }

    .mega-menu .dropdown-menu {
        background-color: #fff;
    }

        .mega-menu .dropdown-menu .dropdown-item {
            background-color: transparent;
            position: relative;
        }

            .mega-menu .dropdown-menu .dropdown-item:hover {
                background-color: #4ae6be;
            }

        .mega-menu .dropdown-menu.third-level {
            position: static !important;
            visibility: visible;
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            margin: 0;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .mega-menu .dropdown-menu .row .col-md-6:first-child .dropdown.second-level {
            border-right: 1px solid #ddd;
        }

    .mega-menu .dropdown.second-level > .dropdown-item {
        color: #4ae6be;
        border-bottom: 1px solid #ddd;
    }

        .mega-menu .dropdown.second-level > .dropdown-item:hover {
            color: #fff;
        }

    .dropdown-menu.mega .row {
        margin: 0;
    }

        .dropdown-menu.mega .row > * {
            padding: 0;
        }
}

@media (max-width: 1199px) {
    .dropdown-menu.third-level a {
        color: #fff;
    }

    .dropdown.second-level.show-drop .dropdown-menu {
        max-height: 500px;
        background-color: #1d4b7f;
        visibility: visible;
        opacity: 1;
    }

    .dropdown.second-level .drp-arrow {
        width: 38px;
        height: 29px;
        background-color: #212121;
        color: #fff;
    }

    .dropdown.second-level .dropdown-toggle i {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .dropdown.second-level.show-drop .dropdown-toggle i {
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    .dropdown.second-level .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #2d3a4c;
    }

    .dropdown.second-level .dropdown-menu {
        max-height: 0px;
        visibility: hidden;
        opacity: 0;
    }

    .nav-link {
        padding: 12px 0 !important;
    }

        .nav-link.nav-btn {
            margin-top: 15px;
        }

    .nav-item.active .nav-link {
        background-color: transparent;
        font-weight: 600;
    }

    .drp-arrow {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 43px;
        height: 39px;
        background-color: #1d4b7f;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-open {
        position: relative;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .dropdown-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        white-space: pre-line;
    }

        .dropdown-item:focus, .dropdown-item:hover {
            background-color: transparent;
        }

    .dropdown-submenu .dropdown-menu {
        background-color: #c8e1fe;
        padding: 0 10px;
    }

    .dropdown .drp-arrow i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        display: inline-block;
    }

    .dropdown > .drp-arrow.show i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .offcanvas-start {
        width: 260px;
        border-right: none;
        background-color: #fff;
        overflow-x: auto;
        height: 100vh;
        padding: 0 0 80px;
    }

    .nav-item {
        display: block;
        width: 100%;
        padding: 0 10px;
        border-bottom: 1px solid rgba(228, 228, 228, 0.33);
        margin: 0;
    }

        .nav-item.dropdown.show .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
        }

        .nav-item:last-child {
            border: none;
        }

    .navbar-nav .dropdown-menu {
        width: 100%;
        -webkit-transform: none;
        transform: none;
        padding: 0;
    }

    #hamburger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

        #hamburger .line {
            fill: none;
            stroke: #fd4f51;
            stroke-width: 6;
            -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        #hamburger .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6;
        }

        #hamburger .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger.open .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        #hamburger.open .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
        }

        #hamburger.open .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

    .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        display: block;
        min-width: 10px;
        padding: 0 7px;
        border-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09) inset;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09) inset;
    }

        .dropdown-menu.show {
            max-height: 500px;
            overflow: visible;
            visibility: visible;
            opacity: 1;
            overflow-y: auto;
            background-color: #f6f8ff;
        }

        .dropdown-menu .dropdown-item {
            color: #212121;
            background-color: transparent;
            border-bottom: 1px solid #eee;
        }

    .nav-item.dropdown.show .dropdown-toggle i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .dropdown-submenu.show .drp-submenu {
        max-height: 500px;
        overflow: visible;
        background-color: #dbe8fb;
    }

    .dropdown-submenu.show .drp-arrow i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-link.btn-main {
        margin: 10px 0 0;
        display: block;
    }
}

.footer-left-block > a {
    display: inline-block;
    margin-bottom: 14px;
}

.footer-left-block .footer-badge-panel a {
    text-decoration: none;
}

.footer-left-block .footer-partner-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

    .footer-left-block .footer-partner-badges .banner-single-badge img {
        display: block;
    }

.footer-left-block .rating-star {
    text-align: start;
}

    .footer-left-block .rating-star p {
        padding: 0;
        margin: 0;
    }

        .footer-left-block .rating-star p .overall-ratingstar i {
            color: #f9ba3a;
        }

.footer-badge-panel.bg-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
}

.single-badge {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 8px 14px;
}

.footer-bg .footer-links.useful-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (min-width: 1200px) {
    .footer-left-block {
        margin-right: auto;
    }

        .footer-left-block .footer-partner-badges {
            margin-left: 0;
            margin-right: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
}

@media (max-width: 1024px) {
    html {
        font-size: 60%;
    }

    .pd-80 {
        padding: 60px 0;
    }

    .g-recaptcha > div {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
}

@media (max-width: 990px) {
    html {
        font-size: 55%;
    }

    .footer-left-block {
        text-align: center;
        margin: 0px 0 30px;
    }
}

@media (max-width: 767px) {
    .footer-bg .footer-links.useful-links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .copyright-bg,
    .copyright-bg .copyright-r {
        text-align: center;
    }

    .get-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-bg .get-social a {
        margin: 0px 6px;
    }

    .foot-head::after {
        margin: 0 auto;
        right: 0;
    }

    .footer-links li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .get-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .get-social a {
            margin-right: 15px;
        }

    .section-divider {
        margin: 0 0 40px;
    }

    .footer-links ul li {
        text-align: center;
    }

    .footer-links li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer-links li a, .footer-links li p {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .footer-links li i {
            margin-right: 0;
            margin-bottom: 5px;
        }

    .footer-head {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .footer-bg {
        text-align: center;
        padding: 40px 0 10px;
    }

    .copyright-bg {
        padding: 15px 0 50px;
    }

    .footer-links {
        text-align: center;
    }

        .footer-links li {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .footer-links li {
            margin-bottom: 20px;
        }
}
/********************/
/* ================================================
   MEGA MENU — FULL WIDTH (ENHANCED)
   ================================================ */
.single-mega-menu h4 {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #1d4b7f;
    padding: 6px 10px 6px 10px;
    margin: 20px 0 6px;
    background: -webkit-gradient(linear, left top, right top, from(#e8f1fb), to(transparent));
    background: linear-gradient(90deg, #e8f1fb 0%, transparent 100%);
    border-left: 3px solid #1d4b7f;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .single-mega-menu h4:first-child {
        margin-top: 4px;
    }

    .single-mega-menu h4 i {
        color: #fd4f51;
        font-size: 13px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.dropdown-menu {
    scrollbar-width: thin;
    scrollbar-color: #b8cfe8 #f0f5ff;
}

    .dropdown-menu::-webkit-scrollbar {
        width: 4px;
    }

    .dropdown-menu::-webkit-scrollbar-track {
        background: #f0f6ff;
        border-radius: 4px;
    }

    .dropdown-menu::-webkit-scrollbar-thumb {
        background: -webkit-gradient(linear, left top, left bottom, from(#1d4b7f), to(#fd4f51));
        background: linear-gradient(180deg, #1d4b7f, #fd4f51);
        border-radius: 4px;
    }

@media (max-width: 1366px) {
    .single-mega-menu {
        padding: 0;
    }

    .dropdown-menu .dropdown-item {
        padding: 5px 8px;
        font-size: 12px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .fullsingle-mega-menu.fullsingle-mega-menu--two-part {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        max-height: none !important;
        overflow: visible !important;
    }

        .fullsingle-mega-menu.fullsingle-mega-menu--two-part .dropdown-item {
            display: block;
            -moz-column-break-inside: avoid;
            break-inside: avoid;
            -webkit-column-break-inside: avoid;
            margin-bottom: 0;
        }

    .navbar.navbar-expand-xl {
        position: static;
    }

    .navbar-nav .nav-item.dropdown:has(> .dropdown-menu.mega) {
        position: static;
    }

    .nav-item.dropdown:not(:has(> .dropdown-menu.mega)) > .dropdown-menu {
        left: 0;
        right: auto;
        margin: 0;
    }

    .dropdown-menu.mega {
        width: 100% !important;
    }

        .dropdown-menu.mega > .d-flex {
            margin: 0 auto;
            padding: 2px;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

    .dropdown-menu.mega-container > .d-flex {
        width: 100% !important;
    }

    .single-mega-menu {
        padding: 10px 10px;
        border-right: 1px solid #eaf1fb;
        height: 100%;
        -webkit-transition: 0.2s background ease;
        transition: 0.2s background ease;
    }

    .col-xl-3:last-child .single-mega-menu, .col-xl-6:last-child .single-mega-menu {
        border-right: none;
    }

    .fullsingle-mega-menu {
        max-height: 370px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #b8cfe8 #f0f5ff;
    }

        .fullsingle-mega-menu::-webkit-scrollbar {
            width: 4px;
        }

        .fullsingle-mega-menu::-webkit-scrollbar-track {
            background: #f0f6ff;
            border-radius: 4px;
        }

        .fullsingle-mega-menu::-webkit-scrollbar-thumb {
            background: -webkit-gradient(linear, left top, left bottom, from(#1d4b7f), to(#fd4f51));
            background: linear-gradient(180deg, #1d4b7f, #fd4f51);
            border-radius: 4px;
        }

    .navbar-nav .nav-item.dropdown:has(> .dropdown-menu) > .nav-link {
        position: relative;
        padding-bottom: 14px !important;
    }

        .navbar-nav .nav-item.dropdown:has(> .dropdown-menu) > .nav-link::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0px;
            -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #ffffff;
            opacity: 0;
            pointer-events: none;
            z-index: 20;
            -webkit-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out;
            -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
        }

    .navbar-nav .nav-item.dropdown:has(> .dropdown-menu):hover > .nav-link::after,
    .navbar-nav .nav-item.dropdown:has(> .dropdown-menu).show > .nav-link::after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 1199px) {
    .fullsingle-mega-menu.fullsingle-mega-menu--two-part {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 767px) {
    .scroll-to-top {
        bottom: 42px;
    }

    .floating-cta {
        z-index: 99;
        bottom: 0;
        position: fixed;
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        width: 100%;
    }

        .floating-cta.show {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .floating-cta a {
            font-size: 15px;
            color: #fff;
            width: 100%;
            display: block;
            text-align: center;
            padding: 8px 10px;
            background: -webkit-gradient(linear, left top, right top, from(#fd4f51), to(#1d4b7f));
            background: linear-gradient(90deg, #fd4f51, #1d4b7f);
            text-transform: uppercase;
            -webkit-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out;
        }

            .floating-cta a:hover {
                background: -webkit-gradient(linear, left top, right top, from(#1d4b7f), to(#fd4f51));
                background: linear-gradient(90deg, #1d4b7f, #fd4f51);
            }
}
