.navbar-one {
    background-color: transparent;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-one .navbar .navbar-brand img {
    width: 100px;
    margin: 0 0 0 20px;
    padding: 5px 0 10px 0;
}

.navbar-one .navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto;
}

.navbar-one .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
}

@media screen and (min-width: 992px) {
    .navbar-one .navbar {
        padding: 7px 0;
    }

    .navbar-one .navbar .navbar-nav .nav-item .nav-link::after {
        content: "";
        position: absolute;
        background-color: #000;
        height: 3px;
        width: 0;
        left: 0;
        bottom: -2px;
        transition: 0.3s;
    }

    .navbar-one .navbar .navbar-nav .nav-item .nav-link:hover::after {
        width: 100%;
    }
}

.navbar-one .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #fff;
}

.navbar-one .navbar-item .nav-btn {
    padding: 6px 16px;
    background-color: #fff;
    color: #34a4dc;
    font-size: 12px;
    border-radius: 10px;
    margin: 10px 5px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border: 1px solid transparent;
    letter-spacing: 1px;
}

.navbar-one .navbar-item .nav-btn:hover {
    background-color: #8ea2b0;
    color: #fff;
    border: 1px solid transparent;
}

.top-includes {
    display: inline-flex;
    list-style: none;
    margin: 10px;
    float: right;
}

.metaphone {
    margin-right: 10px;
    margin-top: 3px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
}

/* Bannaer Start */

.banner {
    position: relative;
    background: url(../images/banner/banner-01.jpg);
    /* min-height: 100vh; */
    min-height: 550px;
    background-size: cover;
    background-position: center;
    padding: 75px 0 0 0px;
}

.header_list .header_content {
    padding: 30px 20px;
    color: rgb(255, 255, 255);
    border-radius: 55.0353% 46.4269% 41.2689% 58.0588% / 49.8773% 52.8773%
        51.3916% 37.3159%;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.header_list .header_content h6 {
    color: #767676;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.header_list .header_content h2 {
    font-size: 98px;
    font-weight: bolder;
    line-height: 1;
    color: #dbf3ff;
    font-family: Arial, sans-serif;
    margin: 20px 0px;
    text-transform: uppercase;
}

.header_list .header_content .header_btn {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 12px 25px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.header_list .header_content .header_btn:hover {
    background-color: #242424;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .header_list .header_content {
        padding: 20px;
        color: rgb(255, 255, 255);
        border-radius: 55.0353% 46.4269% 41.2689% 58.0588% / 49.8773% 52.8773%
            51.3916% 37.3159%;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
    }

    .header_list .header_content h2 {
        font-size: 48px;
    }
}

/* ELITE ABOUT US START */
.about-us {
    padding: 70px 0px 100px;
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: none;
}

.about-us .special-heading h2 {
    color: #09445a;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin: 20px 0px;
}

:root {
    --colorMain: #92c743;
    --colorMain3: #10a953;
    --colorDarkGrey: #09445a;
    --colorFont: #908c83;
}

.special-heading .btn-gradient {
    display: none;
    background-image: linear-gradient(
        to right,
        var(--colorMain) 0%,
        var(--colorMain3) 50%,
        var(--colorMain) 100%
    );
    background-size: 200% auto;
    color: #fff;
    font-size: 16px;
    padding: 22px 35px;
    font-weight: 500;
    min-width: 200px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    margin-bottom: 4px;
    border-width: 2px;
    border-radius: 5em;
    transition: 0.5s;
}

.special-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--colorDarkGrey);
    margin: 20px 0px;
}

.special-heading p:nth-child(2) {
    color: var(--colorFont);
    font-weight: 300;
    line-height: 1.9em;
}

/* ELITE ABOUT US END */

/* Hero Section Start */
.product_list {
    padding: 70px 0px;
    background: #fffdfd;
}

@media only screen and (max-width: 770px) {
    .product_list.display-md-sm-block {
        display: block !important;
    }
}

.product_list .product_content {
    padding: 20px 0px 0px;
}

.product_list .product_content h2 {
    color: #09445a;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Work Sans", sans-serif;
    margin: 20px 0px;
}

.product_list .product_content p {
    color: #999999;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5em;
    line-height: 1.9em;
}

/* FAQ Start */

.faq_1 {
    background-color: #ffffff;
    padding: 50px 0px;
}

.faq_1 .main-title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    margin: 50px 0 30px;
    text-align: start;
    color: #09445a;
}

.faq_1 .faq-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1a2e35;
    font-family: "Roboto", sans-serif;
}

.faq_1 .faq-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 10px 0px;
    text-align: start;
    color: #748489;
    font-family: "Roboto", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: #1a2e35;
    background-color: #f4f4f5;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 4%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(226, 230, 236, 0.25);
}

.faq_img {
    width: 100%;
    height: 150px;
    border: 2px solid #f2f5f7;
    text-align: center;
    padding: 30px;
    margin: 20px 0px;
}

/* FAQ End */

/* Footer Start */
.footer-2 {
    background-color: #000;
    position: relative;
    font-family: "Roboto", sans-serif;
}

.footer-2 .footer-top {
    padding: 30px 0;
}

.footer-2 .footer-top .f-about {
    padding-right: 30px;
}

.footer-2 .footer-top .f-about .f-logo a img {
    width: 100px;
}

.footer-2 .footer-top .f-about p {
    color: #edebeb;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.footer-2 .footer-top .f-link-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #34a4dc;
    cursor: pointer;
}

.footer-2 .footer-top .f-link-wrap p {
    color: #edebeb;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.footer-2 .footer-top .f-link-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #34a4dc;
    cursor: pointer;
}

.footer-2 .footer-top .f-link-wrap ul {
    margin: 0px;
    padding-left: 10px;
    list-style-type: none;
}

.footer-2 .footer-top .f-link-wrap ul li {
    display: block;
    margin-bottom: 4px;
}

.footer-2 .footer-top .f-link-wrap ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.footer-2 .b-footer {
    background-color: #2c2b2b;
    position: relative;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    cursor: pointer;
}

/* Footer End */

/* Common CSS Start */

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.btn {
    font-size: 14px;
    padding: 6px 25px;
}

.fa {
    font-size: 10px;
}

input:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-select:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
}

/* Common CSS End */

.navbar-6 {
    /* background-color: #f1f1f1d6; */
    background-color: #f1f1f1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar-6 .navbar .navbar-brand {
    margin: 0px;
    font-weight: 700;
    color: #000;
}

.navbar-6 .navbar .navbar-brand:hover {
    color: #efefef;
}

.navbar-6 .navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    /* margin-right: auto !important; */
}

.navbar-6 .navbar-expand-lg .navbar-collapse {
    margin-left: 68px;
}

@media screen and (max-width: 768px) {
    .navbar-6 .navbar-expand-lg .navbar-collapse {
        margin-left: 0px;
    }
}

.navbar-6 .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 10px;
    font-size: 12px;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    position: relative;
    font-weight: 400;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link.show i {
    transform: rotate(-180deg);
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #34a4dc;
}

.navbar-6 .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
}

.navbar-6 .navbar .btn-wrap .btn {
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 35px;
    background-color: #536cea;
    color: #fff;
    background: #cecece;
    color: #8a8a8a;
}

.navbar-6 .navbar .btn-wrap .btn::after {
    display: none;
}

.navbar-6 .navbar .btn-wrap .btn:hover {
    background: #34a4dc;
}

.navbar-6 .navbar .btn-wrap .btn {
    /* padding: 10px 10px;
    font-size: 15px;
    border-radius: 35px;
    background: #cecece;
    color: #8a8a8a;
    border: none;
    transition: all 0.3s ease; */
    width: 40px;
    height: 40px;
    font-size: 15px;
    background: #cecece;
    color: #8a8a8a;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.navbar-6 .navbar .btn-wrap .btn:hover {
    background: #34a4dc;
}

.navbar-6 .navbar .btn-wrap .btn:hover i {
    color: #fff;
}

.navbar-6 .navbar .dropdown-menu[data-bs-popper] {
    /* right: 10%; */
    top: 100%;
    /* left: -205%; */
    margin-top: 0.125rem;
    width: max-content;
}

.navbar-6 .navbar .sign-dropdown.dropdown-menu[data-bs-popper] {
    left: -205% !important;
}

.navbar-6 .navbar .dropdown-item {
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.navbar-6 .navbar .dropdown-item:hover {
    border-left: 3px solid #34a4dc;
    background: transparent;
    color: #34a4dc;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1c274c;
}

.carousel-indicators {
    bottom: -18%;
}

.banner {
    background: url(../images/banner-bg.png);
    padding-block: 50px;
}

.banner .banner-leftSide h6 {
    color: #00334c;
    margin-bottom: 10px;
    font-weight: 500;
}

.banner .banner-leftSide h2 {
    color: #1c274c;
    font-size: 35px;
}

.banner .banner-leftSide h2 span {
    color: #34a4dc;
}

.banner .banner-leftSide p {
    margin-block: 20px;
    color: #333333;
}

.banner .banner-leftSide h5 {
    color: #333333;
    font-weight: 500;
}

.banner .banner-leftSide .btn-wrap .btn,
.about-us-rightSide_text-wrap .btn-wrap .btn,
.footer .btn-google-store .btn-wrap .btn {
    padding: 0;
    width: 95px;
}

.banner .banner-leftSide .btn-wrap .btn img,
.about-us-rightSide_text-wrap .btn-wrap .btn img,
.footer .btn-google-store .btn-wrap .btn img {
    width: 100%;
}

.banner .banner-rightSide {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
}

.banner .banner-rightSide .user-wrap {
    display: flex;
    align-items: center;
}

.banner .banner-rightSide .user-wrap .user-img {
    width: 115px;
    margin-right: 15px;
}

.banner .banner-rightSide .user-wrap .user-img img {
    width: 100%;
}

.banner .banner-rightSide .user-wrap .user-text h4 {
    margin-bottom: 4px;
    font-size: 16px;
}

.banner .banner-rightSide .user-wrap .user-text h3 {
    font-size: 13px;
}

.banner .banner-rightSide h5 {
    margin-block: 20px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.banner .banner-rightSide h5 img {
    margin-right: 6px;
    width: 15px;
}

.about-us .user-experice-card .user-experice-card-text {
    width: 100%;
}

.banner .user-experice-card h1,
.about-us .user-experice-card h1 {
    font-size: 55px;
    font-weight: 600;
    color: #333333;
}

.banner .user-experice-card h6,
.about-us .user-experice-card h6 {
    color: #333333;
}

.about-us .user-experice-card {
    padding-bottom: 20px;
    display: flex;
    align-items: baseline;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.about-us .user-experice-card .user-experice-card-img {
    width: 40px;
    margin-right: 7%;
}

.about-us .user-experice-card h1 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 2px;
}

.banner-carosel {
    padding-block: 50px;
    background-color: #f3f3f3;
}
/* Wrapper */
.gallery-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Track */
.gallery-track {
    display: flex;
    width: max-content;
    gap: 40px;
}

/* Images */
.gallery-track img {
    width: 200px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Pause on hover */
.gallery-wrapper:hover .gallery-track {
    animation-play-state: paused;
}

/* Animation */
.scroll-left {
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.about-us {
    padding-block: 50px;
    background-image: none;
}

.about-us .header-wrap {
    margin-bottom: 50px;
}

.about-us .header-wrap h2 {
    color: #072a62;
    font-size: 35px;
}

.about-us .header-wrap h2 span {
    color: #34a4dc;
}

.about-us .header-wrap p {
    color: #072a62;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

.about-us .header-wrap h3 {
    font-size: 25px;
    color: #252525;
}

.about-us .header-wrap p.textWrap {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    color: #333333;
}

.about-us .about-us-rightSide h3 {
    font-weight: 500;
    font-size: 24px;
}

.about-us .about-us-rightSide .btn-free,
.about-us-rightSide_text-wrap .btn_why {
    background-color: #34a4dc;
    margin-block: 15px;
    font-size: 13px;
    color: #fff;
}

.about-us .about-us-rightSide .btn-free i,
.about-us-rightSide_text-wrap .btn_why i {
    transform: rotate(45deg);
    font-size: 17px;
    margin-left: 10px;
}

.about-us-rightSide_text-wrap h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #34a4dc;
}

.about-us-rightSide_text-wrap p {
    font-size: 14px;
    margin-bottom: 20px;
}

.about-us-rightSide_text-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-us-rightSide_text-wrap li,
.about-us-rightSide li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Check icon */
.about-us-rightSide_text-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("../images/check-arrow-icons.png") no-repeat center;
    background-size: contain;
}

.about-us-rightSide_text-wrap .list-arrow li::before {
    background: url("../images/arrow-right-long-solid-full.svg") no-repeat
        center;
}

.feature.margin {
    margin-bottom: -210px;
}

/* .feature .feature_header h2 {
    position: relative;
}

.feature .feature_header h2::before {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -10px;
    width: 260px;
    height: 2px;
    background: #34a4dc;
    border-radius: 3px;
} */
.feature .feature_header {
    text-align: center;
    /* optional */
}

.feature .feature_header h2 {
    position: relative;
    display: inline-block;
}

.feature .feature_header h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #34a4dc;
    border-radius: 3px;
}

.feature_card {
    background-color: #f1faff;
    padding: 15px;
    border-radius: 10px;
}

.feature_card .feature_card_img {
    margin-bottom: 14px;
    border: 1px solid #437a95;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    height: 205px;
    max-height: 205px;
}

.feature_card .feature_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.feature_card .feature_card_img.wrap-img {
    height: 300px;
    max-height: 300px;
}

.feature_card .feature_card_text {
    padding: 10px 20px;
}

.feature_card .feature_card_text h3 a {
    font-size: 18px;
}

.feature_card .feature_card_text p {
    margin-bottom: 15px;
    /* height: 70px; */
}

.feature_card .feature_card_text a {
    color: #34a4dc;
    font-size: 12px;
}

.feature_card .feature_card_text div {
    border-top: 1px solid #cacaca;
    padding-top: 10px;
}

.feature_card .feature_card_text a i,
.btn-signup i {
    transform: rotate(45deg);
    font-size: 15px;
    margin-left: 8px;
}

.feature_card .feature_card_text a.btn-signup,
.btn-signup {
    background-color: #34a4dc;
    color: #fff;
}

.how-it-work {
    padding-block: 50px;
    background-color: #e1f5ff;
}

.how-it-work-card {
    padding: 20px 8px;
}

.how-it-work-card h4 {
    position: relative;
}

.how-it-work-card h4::before {
    content: "";
    position: absolute;
    left: 75px;
    top: 5px;
    width: 165px;
    height: 15px;
    background: url("../images/line.png") no-repeat center;
    background-size: contain;
}

.how-it-work-card h4.no-line::before {
    content: "";
    display: none;
}

.how-it-work-card img {
    margin-block: 20px;
}

.how-it-work-card h5 {
    font-size: 16px;
    font-weight: 600;
}

.how-it-work-card p {
    text-align: start;
}

.how-it-card-leftside {
    display: flex;
    align-items: anchor-center;
}

.how-it-card-leftside-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px #34a4dc29;
    text-align: center;
    padding: 10px;
}

.how-it-card-leftside-img img {
    line-height: 60px;
    width: 40px;
}

.how-it-card-leftside-icons {
    margin-inline: 25px;
}

.how-it-card-leftside-icons img {
    width: 20px;
}

.how-it-card-leftside-text {
    width: 70%;
}

.how-it-card-leftside-text h6 {
    color: #34a4dc;
}

.how-it-card-rightside p {
    font-size: 13px;
    font-weight: 500;
    color: #595959;
    height: 80px;
}

.how-it-card-rightside {
    position: relative;
    box-shadow: 0px 4px 11px 0px #00000014;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 1px;
}

.how-it-card-rightside::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(136.56deg, #1c274c 0%, #34a4dc 100%);
}

.how-it-card-rightside .how-it-card-rightside-icon {
    background-color: #eef9ff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.how-it-card-rightside .how-it-card-rightside-icon h5 {
    color: #34a4dc;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.how-it-card-rightside .how-it-card-rightside-img img {
    width: 30px;
    width: 45px;
    margin-bottom: 20px;
}

.how-it-card-rightside .how-it-card-rightside-text h4 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-us-rightSide li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 16px;
    background: url("../images/check-read.png") no-repeat center;
    background-size: contain;
}

.about-us-rightSide .about-card-bg {
    background-color: #def4ff;
    border: 1px solid #909a9d;
    padding: 13px;
    border-radius: 5px;
    height: 100%;
}

.about-us-rightSide .about-card-bg .about-card-bg-img i {
    font-size: 25px;
    margin-bottom: 10px;
    color: #072a62;
}

.about-card-bg-text h4 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

.search-bar {
    padding-block: 25px;
}

.search-bar .bg-textBox {
    background: #1c274c;
    padding: 20px;
    border-radius: 4px;
}

.search-bar .bg-textBox .position-relative i {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search-bar .form-control {
    color: #515151;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
}

.contact-us,
.pricing {
    padding-block: 50px;
    background-color: #f3f3f3;
}

.contact-us-text h3,
.form-text-wrap h2 {
    font-size: 25px;
    font-weight: 500;
}

.contact-us-text p {
    font-size: 14px;
    margin-bottom: 14px;
}

.contact-us-text h5 {
    font-size: 12px;
    font-weight: 500;
}

.contact-us-text h5 img {
    width: 15px;
}

/* .pricing {
    padding-block: 200px 50px;
} */

.pricing .header-wrap h1 {
    font-weight: 600;
    color: #34a4dc;
    font-size: 35px;
}

.pricing .header-wrap h1 span {
    color: #072a62;
}

.pricing .pricing-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    margin-block: 45px 20px;
}

.pricing .pricing-card .pricing-card-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.pricing .pricing-card .pricing-card-text .pricing-card-text-left h3 {
    font-weight: 500;
}

.pricing .pricing-card .pricing-card-text .pricing-card-text-left h1 {
    font-weight: 600;
    margin-block: 13px;
}

.pricing .pricing-card .pricing-card-text .pricing-card-text-left h1 span {
    color: #919191;
    font-size: 14px;
}

.pricing .pricing-card .pricing-card-text .pricing-card-text-left h5 {
    color: #34a853;
}

.pricing
    .pricing-card
    .pricing-card-text
    .pricing-card-text-right
    .form-select {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 14px;
}

.pricing .pricing-card .see_plan {
    color: #34a4dc;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
}

.pricing .pricing-card .text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 20px;
}

.pricing .pricing-card .Recommended {
    background-color: #ffe7a1;
    padding: 9px;
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 20px;
    border-radius: 3px 3px 0px 0px;
}

.pricing-badge-wrap {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.pricing .pricing-card .Recommended {
    background-color: #ffe7a1;
    padding: 7px 12px;
    font-size: 13px;
    border-radius: 3px 3px 0 0;
    /* position: static; */
}

.pricing-card .why-btn {
    position: absolute;
    top: -14px;
    right: 20px;
    font-size: 10px;
    padding: 5px 12px;
    z-index: 2;
}

.pricing-card .Recommended {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #ffe7a1;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
    z-index: 2;
}

.pricing .why-btn {
    font-size: 10px;
    padding: 5px 10px;
    white-space: nowrap;
}
.pricing-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {
    .pricing-badge-wrap {
        position: static;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
    }

    .pricing .pricing-card {
        padding-top: 20px;
    }

    .pricing .why-btn {
        width: fit-content;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        padding-top: 65px;
    }

    .pricing-card .Recommended {
        left: 20% !important;
        transform: translateX(-50%);
        top: -30px !important;
    }

    .pricing-card .why-btn {
        right: 25%;
        transform: translateX(50%);
        top: -32px;
        font-size: 13px !important;
    }

    .hero_wrapper ul {
        display: flex;
        flex-wrap: wrap;
    }

    .banner .banner-rightSide {
        padding: 10px;
    }

    .input-group-custom button {
        padding: 0 10px !important;
    }
}

@media (max-width: 1000px) {
    .nav-item .show {
        text-align: center;
    }

    .navbar-nav {
        align-items: start;
    }

    .navbar-collapse .btn-wrap {
        place-self: start;
    }

    .dropdown-item {
        background-color: #f3f3f3;
    }

    .nav-item ul {
        padding: 0;
        border: none;
        background: #f3f3f3;
    }
}

.form-text-wrap .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aeaeae;
    border-radius: 0px;
    font-family: "Poppins", sans-serif !important;
}

.footer {
    padding-block: 50px;
    background-color: #fff;
}

.footer .footer-text p {
    margin-block: 18px;
}

.footer .footer-text h4 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
}

.footer .footer-text .form-control {
    font-size: 12px;
    color: #333;
}

.footer .footer-links {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.footer .footer-links .footer-links-wrap {
    margin-bottom: 20px;
}

.footer .footer-links .footer-links-wrap h5 {
    color: #34a4dc;
    font-weight: 400;
}

.footer .footer-links .footer-links-wrap a {
    font-weight: 500;
}

.social_media a img {
    width: 35px;
    margin: 0px 3px;
}

.copyRights_text {
    border-top: 1px solid #f0f0f0;
    padding-top: 18px;
    color: #a0a0a0;
    /* padding-block: 14px; */
}

.copyRights_text p {
    font-size: 13px;
}

.signup-form {
    max-width: 500px;
}

/* Wrapper */
.input-group-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 6px;
    /* important */
    background: #fff;
}

/* +1 prefix */
.input-group-custom .prefix {
    background: #34a4dc;
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 45px;
}

/* Input */
.input-group-custom input {
    border: none;
    outline: none;
    padding: 12px;
    flex: 1;
    font-size: 14px;
}

/* Button */
.input-group-custom button {
    background: #34a4dc;
    color: #fff;
    border: none;
    padding: 0 18px;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

/* Hover */
.input-group-custom button:hover {
    background: #34a4dc;
}

.about1-us-banner {
    background: url(../images/about-us-bg1.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 150px;
    color: #fff;
}

.about-us-banner {
    background: url(../images/about-us-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 150px;
    color: #fff;
}

.about-us-banner.product-bg {
    background-image: url(../images/product-search.png);
}

.about-us-banner.hs-code-finder-bg {
    background-image: url(../images/hs-code-finder-bg.png);
    padding-block: 50px;
}

.about-us-card-wrap {
    padding-block: 40px;
}

.card-wrap {
    text-align: center;
    padding-block: 35px;
}

.about-us-icon-wrap {
    background: #1c274c;
    border: 1px solid #d5f1ff;
    margin-bottom: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-inline: auto;
}

.about-us-icon-wrap:hover {
    background: #34a4dc;
    border: 1px solid #d5f1ff;
    margin-bottom: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-inline: auto;
}

.about-us-icon-wrap img {
    width: 25px;
}

.about-us-text-wrap h4 {
    color: #34a4dc;
    font-weight: 600;
}

.about-us-text-wrap h4 a {
    color: #34a4dc;
    font-weight: 600;
    text-decoration: none;
}

.about-us-text-wrap p {
    color: #464646;
    font-weight: 400;
    margin-top: 15px;
}

.our_mission_vison_text {
    padding: 10px;
    margin: 10px 0px 20px 0;
    min-height: 250px;
}

.our_mission_vison_text.animation {
    --c: #34a4dc;
    --b: 10px;
    --d: 20px;
    --_s: calc(var(--d) + var(--b));
    color: var(--c);
    border-top: 10px solid #67aff7;
    background:
        conic-gradient(
                at left var(--d) bottom var(--d),
                #34a4dc 90deg,
                rgb(255 255 255 /0.3) 0 225deg,
                rgb(255 255 255 /0.6) 0
            )
            border-box,
        conic-gradient(
                at left var(--_s) bottom var(--_s),
                #0000 90deg,
                var(--c) 0
            )
            0 100% / calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d) / -1), var(--d));
    clip-path: polygon(
        var(--d) 0%,
        var(--d) 0%,
        100% 0%,
        100% calc(100% - var(--d)),
        100% calc(100% - var(--d)),
        var(--d) calc(100% - var(--d))
    );
    transition: 0.5s;
    cursor: pointer;
}

.our_mission_vison_text.animation:hover {
    transform: translate(0, 0);
    clip-path: polygon(
        0% var(--d),
        var(--d) 0%,
        100% 0%,
        100% calc(100% - var(--d)),
        calc(100% - var(--d)) 100%,
        0% 100%
    );
}

.our_mission_vison_text p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
    font-family: "Poppins", sans-serif;
}

.our_mission_vison_text p span {
    display: block;
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 100px;
    height: 150px;
}

@media only screen and (max-width: 600px) {
    .our_mission_vison_text p span {
        float: none;
        text-align: start;
        margin: 0;
    }
}

.our_mission_vison_text p img {
    max-width: 100%;
    margin-bottom: 35px;
}

.our_mission_vison_text p strong {
    color: #fff;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 28px;
    display: block;
    padding: 0 0 20px 0;
    font-family: "Work Sans", sans-serif;
}

.what-we-do {
    background-color: #1c274c;
    padding-block: 50px;
    color: #fff;
    text-align: center;
}

.what-we-do-text h1 {
    margin-bottom: 20px;
}

.what-we-do-text p {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 110%;
}

.about-us-rightSide_text-wrap ul.list-style-light li {
    color: #1c274c;
    font-weight: 500;
}

.about-us-rightSide_text-wrap ul.list-style-light li::before {
    background: url(../images/light.png) no-repeat center;
    background-size: cover;
}

.padding-top-list {
    margin-top: -60px;
}

.product-search-header h5 {
    color: #2c2c2c;
    margin-bottom: 6px;
    font-weight: 300;
    line-height: 1.5;
}

.product-search-header h5 span {
    font-weight: 500;
}

.about-us .hero_wrapper ul li {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 25px;
    margin: 5px 0px;
    cursor: pointer;
}

.about-us .hero_wrapper ul li img {
    width: 30px;
    /* margin-right: 5px; */
}

.about-us .hero_wrapper ul li i {
    color: #00b2e1;
    font-size: 18px;
}

.products {
    background-color: #f7f7f7;
    padding-block: 50px;
}

.products .according-heading-1 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.products .according-heading-1 .btn-wrap i {
    border: 2px solid #efefef;
    padding: 6px;
    font-size: 14px;
    border-radius: 50%;
    color: #1c274c;
    background-color: #fff;
}

.products .according-heading-1 .btn-wrap {
    text-align: start;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #34a4dc;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

.products .according-heading-1 .btn-wrap h3 {
    font-weight: 500;
    font-size: 18px;
}

.products .according-heading-1 .according-heading-2 {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-block: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    padding-inline: 10px;
    cursor: pointer;
}

.products .according-heading-1 .according-heading-2 span,
.products .according-heading-1 .according-heading-3 span {
    color: #34a4dc;
    margin-right: 10px;
}

.products .according-heading-1 .according-heading-2 h6,
.products .according-heading-1 .according-heading-3 h6 {
    font-size: 14px;
    font-weight: 500;
}

.products .according-heading-1 .according-heading-3 h6 {
    margin-bottom: 20px;
}

.products .according-heading-1 .according-heading-3 {
    position: relative;
}

.products .according-heading-1 .according-heading-3 ul {
    padding-left: 40px;
}

.products .according-heading-1 .according-heading-3 ul::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20%;
    bottom: 0;
    width: 2px;
    height: 75%;
    background: #dddddd;
    border-radius: 3px;
}

.products .according-heading-1 .according-heading-3 ul li h6 {
    margin-bottom: 25px;
    font-weight: 400;
}

.products .according-heading-1 .according-heading-3 ul li {
    position: relative;
}

.products .according-heading-1 .according-heading-3 ul li::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #dddddd;
    border-radius: 3px;
}

.products .section-items {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.products .section-items .item-header {
    text-align: start;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #34a4dc;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    /* border-bottom: 1px solid #f0f0f0; */
    cursor: pointer;
}

.products .section-items .item-header .section-header {
    max-width: 95%;
}

.products .section-items .item-header i {
    border: 2px solid #efefef;
    padding: 6px;
    font-size: 14px;
    border-radius: 50%;
    color: #1c274c;
    background-color: #fff;
}

.products .section-items .item-header .section-header h3 {
    font-weight: 500;
    font-size: 18px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
    line-height: 22px;
}

.item-header.toggle-item.active .section-header h3 {
    white-space: normal;
    overflow: initial;
    max-width: none;
    color: #0f2d8f;
    font-weight: 600;
}

.products .section-items .item-header-2 {
    border-bottom: 1px solid #f0f0f0;
    /* border-top: 1px solid #f0f0f0; */
    padding-block: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-inline: 0px;
    cursor: pointer;
}

.products .section-items .item-header-2 .section-header {
    width: 95%;
    display: flex;
    align-items: baseline;
}

.products .section-items .item-header-2 .section-header .section-num {
    color: #34a4dc;
    width: 15%;
}

.products .section-items .item-header-2 .section-header .section-title {
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.products
    .section-items
    .item-header-2.toggle-item.active
    .section-header
    .section-title {
    white-space: normal;
    overflow: initial;
    max-width: none;
    color: #0f2d8f;
    font-weight: 500;
}

.products .section-items .item-header-4 ul li h6 {
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    align-items: baseline;
}

.products .section-items .item-header-4 ul li h6 span.section-num {
    color: #34a4dc;
    margin-right: 10px;
    width: 13%;
    font-weight: 500;
}

.products .section-items .item-header-4 ul li h6 span.section-title {
    width: 87%;
    line-height: 23px;
    font-weight: 400;
}

.products .section-items .item-header-2 i {
    border: 2px solid #efefef;
    padding: 5px;
    font-size: 14px;
    border-radius: 50%;
    color: #1c274c;
    background-color: #fff;
    width: 3%;
}

/* hide all children by default */
.section-items > div:not(.item-header),
.item-header-2 + div {
    display: none;
}

/* smooth animation */
.collapse-content {
    overflow: hidden;
    transition: all 0.3s ease;
}

/* icon rotate */
.toggle-item.active i {
    transform: rotate(180deg);
}

.toggle-item i {
    transition: 0.3s;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #34a4dc !important;
  color: #fff !important;
}

.carousel-item img {
    transform: translateX(60px) scale(1.1);
    transition: transform 1.6s ease-in-out;
}

.carousel-item.active img {
    transform: translateX(0) scale(1);
}

.footer-2 .b-footer {
    background-color: #04aadb;
    padding: 10px;
}

.footer-2 .b-footer p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.footer-2 .b-footer ul {
    list-style: none;
    display: flex;
    float: right;
    padding: 0px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .footer-2 .b-footer {
        text-align: center;
    }
    .footer-2 .b-footer ul {
        float: none;
        justify-content: center;
        display: block;
    }

    .input-group .btn {
        padding-inline: 12px;
    }
}

.footer-2 .b-footer ul li a {
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
}

.footer-2 .b-footer ul li a:hover {
    color: #015496;
}

/* .carousel-item {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
    transform: translateY(0);
} */

.feature_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    background-color: #f1faff;
}

.feature_card_img {
    height: 200px;
    overflow: hidden;
}

.feature_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature_card_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.feature_card_text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature_card_text .text-end {
    margin-top: auto;
}

.feature_card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.feature_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card .btn-signup {
    font-weight: 600;
    font-size: 15px;
}

.signup-form .input-group-custom button:hover {
    color: #000;
}

.feature_card .feature_card_text .btn-signup:hover {
    color: #000;
}

.btn_why:hover {
    color: #000;
}

.about-us-rightSide .btn-free:hover {
    color: #000;
}

.breadcrump_wrap {
    padding: 70px 0px 10px;
    padding: 15px 0px 10px;
    background: #34a4dc;
}

.breadcrump_wrap .breadcrumb {
    margin: 10px;
}

.breadcrump_wrap .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.breadcrump_wrap .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrump_wrap .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #f1f3f6;
}

.pricing .privacy_wrap p,
.table tbody tr td {
    font-size: 12px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #3f3c3c;
    margin-bottom: 20px;
    text-align: justify;
}

.pricing .privacy_wrap h3 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    color: #34a4dc;
    font-family: "Poppins", sans-serif;
}

.pricing .privacy_wrap h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #34a4dc;
    font-family: "Poppins", sans-serif;
}

.social_media a {
    background-color: #e3e3e3;
    margin-right: 15px;
    padding: 6px 10px;
    border-radius: 15px;
}

body::-webkit-scrollbar {
    display: none;
}

.about-us-rightside-img img {
    height: 340px;
}

@media (max-width: 768px) {
    .about-us-rightside-img img {
        height: auto;
    }
}

.product-modal-title {
    color: #072a62;
    font-size: 25px;
    font-weight: 900;
    width: 100%;
}

.product-modal-title span {
    color: #34a4dc;
}

.or-divider {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.or-divider span {
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    z-index: 2;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 2px;
    background-color: #fff;
}

.or-divider::before {
    left: 25px;
}

.or-divider::after {
    right: 25px;
}

.form-wrap {
    margin-top: 25px;
}

.form-wrap .form-label {
    font-weight: 500;
}

.form-wrap .form-select,
.form-wrap .form-control {
    color: #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.form-wrap .btn_wrap {
    display: flex;
    justify-content: space-between;
}

.form-wrap .btn_wrapper {
    width: 50%;
}

.form-wrap .btn_wrapper.flex {
    display: flex;
}

.form-wrap .btn_wrapper .btn-find {
    background: #fec008;
    color: #000;
    font-weight: 500;
}

.form-wrap .btn_wrapper .btn-clear {
    background: #dc3644;
    color: #fff;
    font-weight: 500;
}

.form-wrap .btn_wrapper .btn-quick-search {
    background: #34a4dc;
    color: #000;
    font-weight: 500;
    padding-inline: 14px;
}

.hs-code-finder {
    padding-block: 50px;
}

.hs-code-finder .logo-wrap .btn-sdcal {
    background-color: #1c274c;
    color: #fff;
    margin-left: 10px;
    font-weight: 500;
}

.hs-code-finder h1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 23px;
    color: #333333;
}

.hs-code-finder .logo-wrap .btn-sdcal i {
    transform: rotate(310deg);
    margin-left: 6px;
}

.hs-code-finder .hs-code-finder-wrap {
    margin-top: 40px;
}

.hs-code-finder .hs-code-finder-wrap table {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.hs-code-finder .hs-code-finder-wrap table thead th {
    font-weight: 600;
    font-size: 14px;
    font-weight: 600;
    background: #f8f8f8;
}

.disclaimer-text {
    background: #f2fbff;
    border: 1px solid #e5e5e5;
    padding: 20px 35px;
    border-radius: 5px;
}

.disclaimer-text h4 {
    color: #ea4335;
    font-size: 14px;
}

.disclaimer-text p {
    color: #242424;
    font-size: 14px;
}

.quick-search {
    background: #f3f3f3;
    padding-block: 50px;
}

.quick-search .Quick-Search-form {
    background: #f4fcff;
    padding: 10px;
}

.quick-search .quick-search-content {
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
}

.quick-search .quick-search-content .quick-img-wrap {
    width: 100%;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    padding: 15px 35px;
    background: url(../images/quick-search-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.quick-search .quick-search-content .quick-img-wrap h4 {
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(90deg, #00aaff 5%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quick-search .quick-search-content .quick-img-wrap p {
    font-size: 16px;
    font-weight: 400;
}

.quick-search .quick-search-content .quick-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: top;
}

.quick-search .quick-search-content .form-select {
    background-color: #fff;
    border: 1px solid #7897ff;
    color: #484848;
}

/* .quick-search .quick-search-content .Quick-Search-form {
    background: #34a4dc;
    padding: 20px;
    border-radius: 8px;
} */

.quick-search .quick-search-content .Quick-Search-form .form-wrap {
    padding: 5px 20px;
}

.quick-search .quick-search-content .Quick-Search-form .btn-closed {
    background: #dc3644;
    font-weight: 500;
    color: #fff;
}

.quick-search .quick-search-content .Quick-Search-form .btn-quickSearch {
    background: #1c274c;
    background: #34a4dc;
    color: #fff;
    font-weight: 500;
}

.quick-search .quick-search-content .Quick-Search-form .btn-quickSearch:hover {
    background: #499ac2;
}

/* .hs-code-content-wrap {
    padding: 20px;
    background-color: #1c284b;
} */

.hs-code-content-wrap .hs-code-wrap {
    padding: 20px 28px;
}

.float12 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 25px;
    line-height: 16px;
    background: linear-gradient(1deg, rgba(56, 94, 221, 10) 0%, #039de9 100%);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    opacity: 0.8;
}

.flaot13 {
    bottom: 100px;
    position: fixed;
    width: 45px;
    height: 45px;
    right: 25px;
    line-height: 16px;
    background: linear-gradient(1deg, rgba(56, 94, 221, 10) 0%, #039de9 100%);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    opacity: 0.8;
}

.float14 {
    position: fixed;
    bottom: 155px;
    width: 45px;
    height: 45px;
    right: 25px;
    line-height: 16px;
    background: linear-gradient(1deg, rgba(56, 94, 221, 10) 0%, #039de9 100%);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    opacity: 0.8;
}

.float15 {
    position: fixed;
    bottom: 210px;
    width: 45px;
    height: 45px;
    right: 25px;
    line-height: 16px;
    background: linear-gradient(1deg, rgba(56, 94, 221, 10) 0%, #039de9 100%);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    opacity: 0.8;
}

.float16 {
    position: fixed;
    bottom: 265px;
    width: 45px;
    height: 45px;
    right: 25px;
    line-height: 16px;
    background: linear-gradient(1deg, rgba(56, 94, 221, 10) 0%, #039de9 100%);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    opacity: 0.8;
}

.float12 i,
.flaot13 i,
.flaot14 i,
.flaot15 i,
.flaot16 i {
    line-height: 40px;
}

.flaot13 img,
.float14 img,
.float15 img,
.float16 img {
    width: 28px;
}

.float12:hover,
.flaot13:hover,
.float14:hover,
.float15:hover,
.float16:hover,
.float12.active,
.flaot13.active,
.float14.active,
.float15.active,
.float16.active {
    opacity: 1;
    background: #0f2d8f;
}

.list-style-wrap {
    list-style: disc;
    padding-left: 20px;
}

.list-style-wrap li {
    font-size: 14px;
    font-weight: 400;
    margin-block: 10px;
}

#contactusModel .modal-content .modal-header {
    background: #399fd2;
    border-color: transparent;
}

#contactusModel .modal-content .modal-header h5#contactusModelLabel {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.contact {
    padding: 20px 0px !important;
}

.contact_wrap {
    padding: 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact .contact_wrap .contact_text h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #559ac0;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
}

.contact .contact_wrap .contact_text h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #646464;
    font-family: "Poppins", sans-serif;
    margin: 18px 0px;
}

.contact .contact_wrap .contact_text p {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #242424;
    margin: 10px 0px;
    font-family: "Poppins", sans-serif;
}

.contact .contact_wrap .contact_text ul {
    padding-left: 10px;
    list-style-type: none;
}

.contact .contact_wrap .contact_text ul li {
    display: block;
    margin-bottom: 4px;
}

.contact .contact_wrap .contact_text ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    display: inline-block;
    text-decoration: none;
}

.contact .contact_wrap .contact_text ul li a:hover {
    color: #34a4dc;
}

.contact .contact_wrap .contact_text ul li a:hover span {
    color: #353535;
}

.contact .contact_wrap .contact_text span i {
    font-size: 40px;
    text-align: center;
    color: #929498;
}

.contact_text .input-group .form-select {
    z-index: 999;
    position: absolute;
    left: 25px;
    width: 20%;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.contact_text .input-group .form-control {
    padding: 6px 35px;
    /* border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important; */
    padding-left: 100px;
}

@media only screen and (max-width: 600px) {
    .contact_text .input-group .form-select {
        width: 25%;
    }
}

.contact .form-group {
    margin-bottom: 20px;
}

.contact .form-floating .form-control {
    height: 45px;
}

/* .contact .form-floating .form-control:hover,
    .contact .form-floating .form-control:focus{
    border-color: transparent;
    background-color: transparent;
    border-color: #fff #fff #fff;
    isolation: isolate;
} */

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.contact .form-floating label {
    position: absolute;
    top: -6px;
}

.mt-6 {
    margin-top: 4.3rem !important;
}

.contact .form-group .form_label {
    font-size: 13px;
    font-weight: 500;
    color: #131313;
    margin-bottom: 10px;
}

.contact .form-group .send_btn {
    background-color: #399ece;
    border: 1px solid #399ece;
    color: #fff;
    padding: 6px 50px;
    border-radius: 4px;
    margin: 14px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.contact .form-group .form-control {
    font-size: 14px;
    font-weight: 500;
}

.contact_text .input_form .form-control,
.navbar-collapse .input_form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact_text .input-group .btn_start,
.contact_text .input_form .btn_start {
    font-size: 16px;
    background-color: #399ece;
    border: 1px solid #399ece;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.contact_text .input_form .btn_start i {
    color: #fff !important;
    font-size: 22px !important;
}

.contact_text .input_form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 18px !important;
}

.contact-us-wrap {
    background: linear-gradient(
        180deg,
        #c4e2ff 0%,
        rgba(213, 235, 255, 0.84) 30.81%,
        rgba(239, 247, 255, 0) 100%
    );
    padding: 25px;
    border-radius: 8px;
}

.contact-us-wrap-list-wrap {
    background-color: #ffffff;
    padding: 20px;
    /* display: flex; */
}

.contact-us-wrap-list {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.contact-us-wrap-list .contact-us-wrap-title h6 {
    font-weight: 500;
    color: #00334c;
}

.contact-us-wrap-list .contact-us-wrap-title h2 {
    color: #34a4dc;
    font-size: 23px;
}

.contact-us-wrap-list .contact-us-wrap-title h2 span {
    color: #1c274c;
}

.contact-us-wrap-list .contact-us-wrap-img {
    width: 20%;
    text-align: end;
}

.contact-us-wrap-list .contact-us-wrap-img img {
    width: 60px;
}

.user-list-wrap {
    text-align: center;
}

.user-list-wrap h3 {
    font-size: 25px;
    font-weight: 500;
}

.user-list-wrap h6 {
    font-size: 10px;
    color: #333333;
    font-weight: 400;
}

.contact-us-wrap .call-text {
    margin-bottom: 20px;
}

.contact-us-wrap .call-text h6 {
    color: #7d7d7d;
    font-weight: 500;
}

.contact-us-wrap .call-text h4 {
    font-size: 14px;
    font-weight: 500;
}

.contact-header {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
}

.contact-header h6 {
    color: #616161;
    font-weight: 500;
}

.contact-header h6 i {
    color: #01519d;
    font-size: 10px;
}

.contact-header h2 {
    color: #333333;
    margin-bottom: 10px;
}

.contact-header p {
    color: #333333;
    font-size: 12px;
}

.card-wrap.text-start {
    border: 1px solid #072556;
    padding: 15px;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.card-wrap.text-start h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #34a4dc;
}

.card-wrap.text-start h4 i {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
    background-color: rgb(52 167 225);
    padding: 6px;
    border-radius: 9999px;
    color: #4dbb76;
    color: #ffffff;
}

.card-wrap.text-start ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.card-wrap.text-start ul li i.fa-circle-check {
    color: #34a7e1;
    font-size: 16px;
}

.about-us .about-us-leftside-text h6 {
    border: 1px solid #3e484f26;
    width: fit-content;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 15px;
    color: #000000;
    display: flex;
    align-items: center;
}

.about-us .about-us-leftside-text h6 i {
    color: #2ae500;
    font-size: 8px;
    margin-right: 4px;
}

.about-us .about-us-leftside-text h2 {
    font-size: 50px;
    /* line-height: 40px; */
    margin-block: 14px;
    color: #333;
}

.about-us .about-us-leftside-text h2 .txt-blue {
    color: #34a4dc;
}

.about-us .about-us-leftside-text h2 .txt-darkblue {
    color: #1c274c;
}

.about-us .about-us-leftside-text p {
    color: #676767;
}

.about-us .btn-partner {
    background-color: #34a4dc;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0px 17.98px 22.48px -4.5px #0000001a;
    font-size: 14px;
    font-weight: 500;
}

.about-us .about-us-center-text {
    background: #001944;
    padding: 30px 30px 80px;
    color: #fff;
}

.about-us .about-us-center-text h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #4ec4ff;
}

.about-us .about-us-center-text p {
    color: #fff;
    margin-bottom: 18px;
}

.about-us .about-us-join-text {
    background-color: #ffffff;
    padding: 22px;
    margin-top: -60px;
}

.about-us .about-us-join-text h4 {
    line-height: 25px;
}

.about-us .about-us-leftside-txt {
    padding: 30px;
}

.about-us .about-us-leftside-txt h2 {
    font-size: 30px;
    font-weight: 700;
}

.about-us .about-us-leftside-txt h2 span {
    color: #34a4dc;
}

.about-us .about-us-leftside-txt p {
    line-height: 25px;
}

.about-us .about-us-card-wrap {
    border-right: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fafdff;
}

.about-us .about-us-card-wrap .about-us-card-icons {
    margin-bottom: 20px;
    height: 25px;
}

.about-us .about-us-card-wrap .about-us-card-icons img {
    width: 30px;
}

.about-us .about-us-card-wrap .about-us-card-txt h4 {
    font-size: 17px;
}

.about-us .about-us-card-txt-wrap {
    background: linear-gradient(180deg, #dff4ff 0%, #ffffff 100%);
    border: 1px solid #3e484f1a;
    padding: 30px;
    margin-block: 40px 10px;
    height: 100%;
}

.about-us .about-us-card-txt-wrap .about-us-card-txt-wrap-icons {
    background-color: #34a4dc;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.about-us .about-us-card-txt-wrap .about-us-card-txt-wrap-txt h3 {
    font-size: 22px;
}

.about-us .about-us-card-txt-wrap .about-us-card-txt-wrap-txt p {
    color: #000000;
    margin-block: 12px;
}

.about-us .about-us-card-txt-wrap .about-us-card-txt-wrap-txt ul {
    /* display: flex; */
    align-items: baseline;
    flex-wrap: wrap;
}

.about-us .about-us-card-txt-wrap .about-us-card-txt-wrap-txt ul li {
    /* border: 2px solid #34a4dc; */
    /* background: #f0faff; */
    color: #34a4dc;
    width: fit-content;
    padding: 0;
    font-size: 14px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: baseline;
}

.Solutions-refer .Solutions-refer-header h2 {
    font-size: 28px;
}

.Solutions-refer .Solutions-refer-header p {
    color: #9a9a9a;
}

.Solutions-refer .solution-ref-card {
    padding: 25px;
}

.solution-ref-img {
    margin-bottom: 25px;
}

.Solutions-refer .solution-ref-txt h6 {
    background-color: #82cfff;
    color: #000;
    font-weight: 600;
    width: fit-content;
    padding: 4px 6px;
    border-radius: 14px;
    font-size: 12px;
}

.Solutions-refer .solution-ref-txt h2 {
    font-size: 22px;
    margin-block: 14px;
}

.partent-info {
    padding-block: 50px;
}

.partent-info-main-card {
    background-color: #34a4dc;
    padding: 50px;
    border-radius: 25px;
    background-image: url(../images/icon/rocket-icons.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 150px;
}

.partent-info-txt h2 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
}

.partent-info-txt .partent-info-card {
    display: flex;
    align-items: baseline;
    margin-bottom: 22px;
}

.partent-info-txt .patent-info-card-icons {
    width: 10%;
}

.partent-info-txt .patent-info-card-icons img {
    width: 22px;
}

.partent-info-txt .patent-info-card-txt {
    width: 90%;
    color: #fff;
}

.partent-info-txt .patent-info-card-txt h4 {
    font-size: 17px;
    margin-bottom: 6px;
}

.partent-info-main-card .ready-to-start {
    background-color: #1c274c;
    border: 1px solid #3e484f26;
    backdrop-filter: blur(24px);
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.partent-info-main-card .ready-to-start h3 {
    font-size: 20px;
}

.partent-info-main-card .ready-to-start .btn_join {
    background: linear-gradient(80.69deg, #82cfff 0%, #34a6de 100%);
    font-weight: 500;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

.Commission-Structure .commission-strcture-table .table {
    border-color: #868585;
    margin-bottom: 30px;
    cursor: pointer;
}

.Commission-Structure .commission-strcture-table .table thead {
    background-color: #1c274c;
    color: #fff;
    font-size: 14px;
}

.Commission-Structure .commission-strcture-table .table thead tr th {
    font-size: 15px;
    font-weight: 600;
}

.Commission-Structure .commission-strcture-table .table tbody tr td {
    text-align: start;
}

.Commission-Structure .commission-strcture-table .notes-txt ul {
    list-style: none;
    padding-left: 8px;
}

.Commission-Structure .commission-strcture-table .notes-txt ul li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
}

.Commission-Structure .commission-strcture-table .notes-txt ul li i {
    color: #377eb6;
}

.about-us .about-us-txt .btn_join {
    background: linear-gradient(80.69deg, #82cfff 0%, #34a6de 100%);
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 12px;
}

.about-us .about-us-txt .btn_join img {
    width: 70px;
}

.program-works {
    padding-block: 50px;
}

.program-works .program-works-header h1 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

.program-works .program-works-header h2 {
    font-size: 30px;
    margin-bottom: 35px;
    color: #025d8d;
}

.program-works .program-works-card {
    padding: 15px;
}

.program-works .program-icons .img1 {
    width: 45px;
}

.program-works .program-icons .img2 {
    width: 215px;
}

.program-works .program-txt {
    padding-top: 14px;
}

.program-works .program-txt h3 {
    line-height: 28px;
}

.about-us .about-us-txt h1 {
    font-size: 32px;
}

.about-us .about-us-txt p {
    font-size: 16px;
}
