* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden !important;
}

.nav_bar .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
}

.loginbtn {
    background: #168C50 !important;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 8px;
    padding: 12px 25px;
    border: 1px solid #168C50;
    text-decoration: none !important;
    font-style: italic;
    text-wrap: nowrap;
}



.nav_bar .nav-link {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.nav_bar .nav-link:hover {
    color: #fff;
}

.nav-bar-top {
    width: 100%;
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    transition: .2s all;
    width: 94%;
    border-radius: 28px;
    background-color: #074486;
    padding: 10px 28px;
    z-index: 3;
}

.banner {
    background-color: #F6FBF9;
    width: 100%;
    padding: 150px 50px 0px;
    height: 900px;
}

.bnnr_head {
    font-size: 64px;
    font-weight: 700;
    line-height: 90px;
    color: #074486;
}

.head_p {
    color: #6C6971;
    font-size: 24px;
    font-weight: 400;
}

.bannr_img {
    display: flex;
}

.bannr_img img {
    width: 100%;
}

.service_section {
    padding: 100px 50px;
    background-color: #EEF0F4;
}

.service_head {
    font-size: 48px;
    color: #000000;
    text-align: center;
    padding-top: 50px;
}

.service_head span {
    font-size: 48px;
    color: #074486;
}

.card-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* CARD */
.insurance-card {
    position: relative;
    width: 340px;
    height: 250px;
    border-radius: 14px;
    overflow: visible;
    cursor: pointer;
}

/* BACK GREEN LAYER */
.insurance-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0c944b;
    border-radius: 14px;
    bottom: -12px;
    left: -12px;
    z-index: 0;
    transition: 0.4s;
    transform: rotate(-5deg);
}

/* MAIN CARD */
.card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    padding: 22px;
    transition: 0.4s;
}


.normal::before {
    transform: rotate(0deg);
    left: 0;
    bottom: -6px;
}

.normal .card-content {
    background: #fff;
    color: #000;
}

.normal p {
    color: #777;
}

.normal .know-more {
    color: #0c944b;
    font-weight: 600;
}

/* HOVER EFFECT */
.insurance-card:hover::before {
    transform: rotate(-5deg);
    left: -12px;
    bottom: -12px;
}

.insurance-card:hover .card-content {
    background: #004a99;
    color: #fff;
}

.insurance-card:hover h2,
.insurance-card:hover p,
.insurance-card:hover .know-more {
    color: #fff;
}

.card-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000000;
}

.card-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: 300;
    color: #7A7A7A;
}

.know-more {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.card-image {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 130px;
}

.card-image img {
    width: 100%;
    display: block;
}

.card_service_div {
    padding-inline: 130px;
}

.aboutus_section {
    padding: 70px 50px;
    background-color: #168C50;
}

.about_divtxt h5 {
    font-size: 24px;
    color: #ffffffcd;
}

.about_divtxt h2 {
    font-size: 50px;
    color: #fff;
}

.about_divtxt p {
    font-size: 20px;
    color: #fff;
}



.mission-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 25px;

}

.mission-row:last-child {
    margin-bottom: 0;
}

.mission-title {
    min-width: 180px;
}

.mission-title h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.mission-content {
    max-width: 900px;
}

.mission-content p {
    font-size: 20px;
    line-height: 1.5;

}

@media(max-width:768px) {

    .mission-row {
        flex-direction: column;
        gap: 15px;
    }

    .mission-title {
        min-width: 100%;
    }

    .mission-title h2 {
        font-size: 24px;
    }

    .mission-content p {
        font-size: 17px;
    }

    .mission-section {
        padding: 35px 20px;
    }
}

.about_img {
    text-align: end;
}





.process-section {
    width: 100%;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

/* TOP GREEN LINE */
.process-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: #14954b;
}

.process-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    flex-wrap: nowrap;
}

/* CARD */
.step-card {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 50px 15px 20px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    z-index: 2;
    height: fit-content;
}

/* ALTERNATE CARD POSITION */
.step-card.down {
    margin-top: 250px;
}

.step-card.up {
    margin-top: 0;
}

/* NUMBER CIRCLE */
.step-number {
    width: 90px;
    height: 90px;
    background: #014796;
    border-radius: 50%;
    color: #fff;
    font-size: 52px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

/* ICON */
.step-icon {
    font-size: 48px;
    margin-bottom: 22px;
}

.step-card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.step-card p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}

.connector {
    width: 150px;
    height: 4px;
    background: #14954b;
    position: relative;
    margin-top: 100px;
    flex-shrink: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.connector::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #14954b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.connector::before {
    left: 50%;
}

.connector::after {
    right: -6px;
}

/* ANGLES */
.connector.down-line {
    transform: rotate(52deg);
}

.connector.up-line {
    transform: rotate(-52deg);
}

/* RESPONSIVE */
@media(max-width:1200px) {

    .process-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .connector {
        display: none;
    }

    .step-card.down,
    .step-card.up {
        margin-top: 0;
    }
}

@media(max-width:768px) {

    .process-section {
        padding: 60px 20px;
    }

    .step-card {
        width: 100%;
    }

    .step-number {
        width: 75px;
        height: 75px;
        font-size: 40px;
        top: -38px;
    }

    .step-card h3 {
        font-size: 22px;
    }
}

.step_section {
    margin-top: 50px;
    background-color: #F6FBF9;
    padding: 80px;
}

.why_choose_sec {
    padding: 70px 50px;
}

.why_h1 {
    font-size: 50px;
    color: #074486;
    font-weight: 700;
    margin: 0;
}

.why_P {
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 400;
    margin-top: 25px;
}

.first {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 14px;
    padding: 25px 40px;
    margin-bottom: 20px;
}

.first .num {
    font-size: 64px;
    color: #074486 !important;
    font-weight: 600;
}



.first .text {
    font-size: 28px;
    color: #168C50;
    font-weight: 300;
    margin: 0;
}

.top_whyhead {
    font-size: 24px;
    color: #6d6d6de3;
}

.protect_sec {
    padding: 60px 50px;
}

.contact {
    margin: 50px 0px 50px;
    background-color: #F8F8F8;
    padding: 50px 50px 0px;
    background-image: url('../img/Group\ 8011.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_icons {
    display: flex;
    align-items: center;
    padding: 10px;
}



.ads {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.custom_input label {
    color: #000;
    font-size: 14px;
}

.custom_input .form-control {
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 300 !important;
    border-radius: 4px;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #ddd !important;
    box-shadow: 0px 0px 0px !important;
}

.formhed {
    color: #004AAD;
    font-size: 24px;
    font-weight: 600;
}

.form {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 25px;
}

.trust_card {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 20px 25px;
    height: fit-content;
}

.swiper-slide .quotaion_iconimg {
    width: 50px !important;
    margin-bottom: 20px;
}

.trust_client_sec {
    background-color: #f5f5f5;
    padding: 70px 50px;
}



.trust_client_sec {
    padding: 50px 0px;
    margin-top: 50px;
    background-color: #f5f5f5;
}



.trust_client_sec {
    overflow: hidden;
}

.trust_client_sec .base-template__wrapper {
    max-width: 100dvw;
    padding-bottom: 50px;
}


.trust_client_sec .swiper {
    width: 100%;
}

.trust_client_sec .swiper-wrapper {
    transition-timing-function: linear !important;
}


.base-template__content {
    margin-top: 35px;
}

.trust_client_sec .horizontal-ticker {
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    row-gap: 1.85vw;
}

.trust_client_sec .horizontal-ticker__slide {
    position: relative;
    width: 34vw;
    /* aspect-ratio: 500 / 205; */
    border-radius: 10px;
    overflow: hidden;

}

.swiper-slide .quotaion_iconimg {
    width: 50px !important;
    margin-bottom: 20px;
}

.client_profile_div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.client_profile_div img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.trust_card p {
    margin: 0;
    color: #666D80;
}

.client_profile_txt h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.client_profile_txt p {
    color: #000000;
    font-size: 14px;
    font-style: italic;

}

.trust_card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 20px 25px;
    /* height: 280px; */
}

.protech_div_content {
    background-image: url('../img/Group\ 7938.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 70px;
    border-radius: 30px;
}

.getbtn {
    background: #168C50 !important;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 8px;
    padding: 12px 80px;
    border: 1px solid #168C50;
    width: 100%;
    font-style: italic;
}

.contact_icons .conta_img {
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact_icons img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(385%) hue-rotate(97deg) brightness(92%) contrast(96%);
    padding: 5px;
}

footer {
    background-color: #168C50;
    padding: 50px 0px 0px;
    overflow-x: hidden;
}

.pages_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin: 25px 0px;
}

.pages_txt a {
    text-decoration: none;
    color: #fff !important;
    font-size: 22px;
    font-weight: 300;
}

.footer_icons img {
    width: 60px;
}

.footer_txt {
    text-align: center;
}

.bg_light {
    background-color: #fff;
    height: 2px;
}

.protech_div_content h1 {
    font-size: 64px;
    color: #FFFFFF;
}

.protech_div_content p {
    font-size: 24px;
    color: #FFFFFF;
}


/* ================================
   MOBILE RESPONSIVE CSS
   250px - 767px
================================ */

@media only screen and (min-width:250px) and (max-width:767px) {

    body {
        overflow-x: hidden;
    }

    br {
        display: none;
    }

    /* NAVBAR */
    .nav-bar-top {
        width: 95%;
        padding: 12px 15px;
        border-radius: 18px;
        top: 10px;
    }

    .nav_bar .navbar-nav {
        gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 15px;
        max-height: 100% !important;
    }

    .nav_bar .nav-link {
        font-size: 16px;
    }

    .loginbtn {
        font-size: 14px;
        padding: 10px 18px;
        margin-right: 0;
    }

    .navbar-brand img {
        width: 140px;
    }

    /* BANNER */

    .banner {
        padding: 120px 20px 50px;
        height: auto;
        text-align: center;
    }

    .bnnr_head {
        font-size: 34px;
        line-height: 48px;
    }

    .head_p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
    }

    .bannr_img {
        margin-top: 35px;
        justify-content: center;
    }

    .bannr_img img {
        width: 100%;
        max-width: 340px;
    }

    /* SERVICE SECTION */

    .service_section {
        padding: 60px 20px;
    }

    .service_head,
    .service_head span {
        font-size: 32px;
        line-height: 42px;
    }

    .card_service_div {
        padding-inline: 0;
    }

    .card-wrapper {
        gap: 25px;
    }

    .insurance-card {
        width: 100%;
        height: auto;
        min-height: 250px;
        margin-bottom: 25px;
    }

    .card-content {
        padding: 20px;
        min-height: 240px;
    }

    .card-content h2 {
        font-size: 22px;
    }

    .card-content p {
        font-size: 15px;
    }

    .card-image {
        width: 100px;
        right: 5px;
    }

    /* ABOUT SECTION */

    .aboutus_section {
        padding: 60px 20px;
    }

    .about_divtxt {
        text-align: left;
    }

    .about_divtxt h5 {
        font-size: 18px;
    }

    .about_divtxt h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .about_divtxt p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_img {
        text-align: center;
        margin-top: 30px;
    }

    .about_img img {
        width: 100%;
        max-width: 350px;
    }

    /* MISSION */

    .mission-row {
        flex-direction: column;
        gap: 10px;
        margin-top: 25px;
    }

    .mission-title {
        min-width: 100%;
    }

    .mission-title h2 {
        font-size: 24px;
    }

    .mission-content p {
        font-size: 16px;
        line-height: 28px;
    }

    /* PROCESS SECTION */

    .process-section {
        padding: 60px 20px;
    }

    .process-wrapper {
        flex-wrap: wrap;
        gap: 60px;
        margin-top: 50px;
    }

    .connector {
        display: none;
    }

    .step-card {
        width: 100%;
        padding: 50px 18px 25px;
    }

    .step-card.up,
    .step-card.down {
        margin-top: 0;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 34px;
        top: -35px;
    }

    .step-card h3 {
        font-size: 22px;
    }

    .step-card p {
        font-size: 15px;
    }

    /* STEP SECTION */

    .step_section {
        padding: 60px 20px;
    }

    /* WHY CHOOSE */

    .why_choose_sec {
        padding: 60px 20px;
    }

    .top_whyhead {
        font-size: 18px;
        text-align: center;
    }

    .why_h1 {
        font-size: 34px;
        text-align: center;
        line-height: 45px;
    }

    .why_P {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .first {
        padding: 18px 20px;
        gap: 15px;
    }

    .first .num {
        font-size: 42px;
    }

    .first .text {
        font-size: 18px;
    }

    /* PROTECT SECTION */

    .protect_sec {
        padding: 50px 20px;
    }

    .protech_div_content {
        padding: 40px 20px;
        border-radius: 20px;
        text-align: center;
    }

    .protech_div_content h1 {
        font-size: 34px;
        line-height: 48px;
        text-align: left;
    }

    .protech_div_content p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact_icons .conta_img {
        background: #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .contact {
        padding: 50px 20px;
        margin: 30px 0;
    }

    .form {
        margin-top: 30px;
        padding: 25px 20px;
    }

    .formhed {
        font-size: 22px;
    }



    .ads {
        font-size: 15px;
        line-height: 24px;
    }

    .getbtn {
        padding: 12px 20px;
        font-size: 15px;
    }

    /* TESTIMONIAL */

    .trust_client_sec {
        padding: 50px 20px;
    }

    .trust_client_sec .horizontal-ticker__slide {
        width: 90vw;
    }

    .trust_card {
        height: auto;
        padding: 20px;
    }

    .trust_card p {
        font-size: 15px;
        line-height: 26px;
    }

    .client_profile_div {
        gap: 15px;
    }

    .client_profile_txt h6 {
        font-size: 18px;
    }

    /* FOOTER */

    footer {
        padding-top: 40px;
    }

    .pages_txt {
        flex-direction: column;
        gap: 15px;
    }

    .pages_txt a {
        font-size: 16px;
    }

    .footer_icons img {
        width: 45px;
    }

    .footer_txt p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }

    .protect_secimg img {
        width: 100%;
    }

    .contat_imgbg {
        width: 100%;
    }

    .wrapper.first {
        flex-direction: column;
    }

    .wrapper.first h1 {
        width: 100% !important;
        text-align: center;
    }

    .wrapper.first p {
        width: 100% !important;
        text-align: center;
    }

    .protech_div_content p {
        text-align: left;
    }

    header .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(24deg) brightness(107%) contrast(101%);
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px 0px 0px !important;
        outline: 0px !important;
    }
}


/* =========================================
   TABLET / SMALL LAPTOP RESPONSIVE CSS
   767px - 1300px
========================================= */

@media only screen and (min-width:767px) and (max-width:1023px) {

    body {
        overflow-x: hidden;
    }

    br {
        display: none;
    }

    /* NAVBAR */

    .nav-bar-top {
        width: 96%;
        padding: 12px 20px;
        border-radius: 22px;
    }

    .nav_bar .navbar-nav {
        gap: 18px;
        align-items: center;
    }

    .nav_bar .nav-link {
        font-size: 18px;
    }

    .loginbtn {
        font-size: 15px;
        padding: 10px 22px;
    }

    .navbar-brand img {
        width: 160px;
    }

    /* BANNER */

    .banner {
        padding: 150px 30px 70px;
        height: auto;
    }

    .bnnr_head {
        font-size: 48px;
        line-height: 65px;
    }

    .head_p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }

    .bannr_img {
        justify-content: center;
        margin-top: 40px;
    }

    .bannr_img img {
        width: 100%;
        max-width: 520px;
    }

    /* SERVICE SECTION */

    .service_section {
        padding: 80px 30px;
    }

    .service_head,
    .service_head span {
        font-size: 42px;
        line-height: 55px;
    }

    .card_service_div {
        padding-inline: 20px;
    }

    .card-wrapper {
        gap: 30px;
    }

    .insurance-card {
        width: 46%;
        min-height: 250px;
        margin-bottom: 30px;
    }

    .card-content {
        min-height: 250px;
        padding: 22px;
    }

    .card-content h2 {
        font-size: 22px;
    }

    .card-content p {
        font-size: 15px;
    }

    .card-image {
        width: 110px;
    }

    /* ABOUT SECTION */

    .aboutus_section {
        padding: 80px 30px;
    }

    .about_divtxt h5 {
        font-size: 20px;
    }

    .about_divtxt h2 {
        font-size: 42px;
        line-height: 58px;
    }

    .about_divtxt p {
        font-size: 18px;
        line-height: 32px;
    }

    .about_img {
        text-align: center;
        margin-top: 30px;
    }

    .about_img img {
        width: 100%;
        max-width: 500px;
    }

    /* MISSION */

    .mission-row {
        gap: 20px;
    }

    .mission-title {
        min-width: 220px;
    }

    .mission-title h2 {
        font-size: 26px;
    }

    .mission-content p {
        font-size: 18px;
        line-height: 30px;
    }

    /* PROCESS SECTION */

    .process-section {
        padding: 80px 30px;
    }

    .drive_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .process-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        align-items: stretch;
        padding-top: 60px;
    }

    .connector {
        display: none;
    }

    .step-card {
        width: 46%;
        padding: 55px 20px 25px;
    }

    .step-card.up,
    .step-card.down {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .step-number {
        width: 80px;
        height: 80px;
        font-size: 40px;
        top: -40px;
    }

    .step-card h3 {
        font-size: 24px;
    }

    .step-card p {
        font-size: 15px;
        line-height: 24px;
    }

    /* STEP SECTION */

    .step_section {
        padding: 80px 30px;
    }

    /* WHY CHOOSE */

    .why_choose_sec {
        padding: 80px 30px;
    }

    .top_whyhead {
        font-size: 20px;
    }

    .why_h1 {
        font-size: 42px;
        line-height: 58px;
    }

    .why_P {
        font-size: 18px;
        line-height: 32px;
    }

    .first {
        padding: 20px 25px;
        gap: 20px;
    }

    .first .num {
        font-size: 52px;
    }

    .first .text {
        font-size: 22px;
    }

    /* PROTECT SECTION */

    .protect_sec {
        padding: 0px 30px;
    }

    .protech_div_content {
        padding: 50px 40px;
    }

    .protech_div_content h1 {
        font-size: 48px;
        line-height: 62px;
    }

    .protech_div_content p {
        font-size: 18px;
        line-height: 32px;
    }

    .protect_secimg img {
        width: 100%;
        max-width: 500px;
    }

    /* CONTACT */

    .contact {
        padding: 60px 30px 60px;
    }

    .form {
        padding: 30px 25px;
    }

    .formhed {
        font-size: 24px;
    }

    .custom_input .form-control {
        padding: 12px;
    }

    .ads {
        font-size: 16px;
    }

    .getbtn {
        font-size: 16px;
        padding: 12px 30px;
    }

    .contact_icons .conta_img {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    /* TESTIMONIAL */

    .trust_client_sec {
        padding: 70px 30px;
    }

    .trust_client_sec .horizontal-ticker__slide {
        width: 48vw;
    }

    .trust_card {
        height: auto;
        min-height: 280px;
    }

    .trust_card p {
        font-size: 15px;
        line-height: 26px;
    }

    .client_profile_txt h6 {
        font-size: 18px;
    }

    /* FOOTER */

    footer {
        padding-top: 50px;
    }

    .pages_txt {
        gap: 22px;
        flex-wrap: wrap;
    }

    .pages_txt a {
        font-size: 18px;
    }

    .footer_icons img {
        width: 50px;
    }

    .footer_txt p {
        font-size: 15px;
        line-height: 26px;
    }

    /* EXTRA */

    .contat_imgbg {
        width: 60%;
    }

    .wrapper.first {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .wrapper.first h1,
    .wrapper.first p {
        width: 100% !important;
    }

    header .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(24deg) brightness(107%) contrast(101%);
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px 0px 0px !important;
        outline: 0px !important;
    }

}


/* =========================================
   LARGE TABLET ONLY
   767px - 991px
========================================= */

@media only screen and (min-width:767px) and (max-width:991px) {

    .insurance-card,
    .step-card {
        width: 100%;
    }

    .why_h1,
    .protech_div_content h1,
    .about_divtxt h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .banner {
        text-align: center;
    }

    .bnnr_head {
        font-size: 42px;
        line-height: 58px;
    }

    .bannr_img {
        margin-top: 40px;
    }

    .pages_txt {
        justify-content: center;
    }

}


/* =========================================
   MINI LAPTOP RESPONSIVE CSS
   1024px - 1324px
========================================= */

@media only screen and (min-width:1024px) and (max-width:1320px) {

    body {
        overflow-x: hidden;
    }

    br {
        display: none;
    }

    /* NAVBAR */

    .nav-bar-top {
        width: 96%;
        padding: 14px 24px;
    }

    .nav_bar .navbar-nav {
        gap: 22px;
    }

    .nav_bar .nav-link {
        font-size: 18px;
    }

    .loginbtn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .navbar-brand img {
        width: 170px;
    }

    /* BANNER */

    .banner {
        padding: 160px 40px 80px;
        height: auto;
    }

    .bnnr_head {
        font-size: 54px;
        line-height: 72px;
    }

    .head_p {
        font-size: 20px;
        line-height: 34px;
    }

    .bannr_img img {
        width: 100%;
        max-width: 600px;
    }

    /* SERVICE SECTION */

    .service_section {
        padding: 90px 40px;
    }

    .service_head,
    .service_head span {
        font-size: 44px;
    }

    .card_service_div {
        padding-inline: 20px;
    }

    .card-wrapper {
        gap: 30px;
    }

    .insurance-card {
        width: 100%;
        min-height: 260px;
    }

    .card-content {
        min-height: 260px;
        padding: 24px;
    }

    .card-content h2 {
        font-size: 22px;
    }

    .card-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .card-image {
        width: 115px;
    }

    /* ABOUT SECTION */

    .aboutus_section {
        padding: 90px 40px;
    }

    .about_divtxt h5 {
        font-size: 20px;
    }

    .about_divtxt h2 {
        font-size: 44px;
        line-height: 60px;
    }

    .about_divtxt p {
        font-size: 18px;
        line-height: 32px;
    }

    .about_img img {
        width: 100%;
        max-width: 520px;
    }

    /* MISSION */

    .mission-row {
        gap: 25px;
    }

    .mission-title {
        min-width: 150px;
    }

    .mission-title h2 {
        font-size: 26px;
    }

    .mission-content p {
        font-size: 18px;
        line-height: 30px;
    }

    /* PROCESS SECTION */

    .process-section {
        padding: 90px 40px;
    }

    .process-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
        align-items: stretch;
        padding-top: 70px;
    }

    .connector {
        display: none;
    }

    .step-card {
        width: 100%;
        padding: 60px 22px 30px;
    }

    .step-card.up,
    .step-card.down {
        margin-top: 0;
    }

    .step-number {
        width: 85px;
        height: 85px;
        font-size: 42px;
        top: -42px;
    }

    .step-card h3 {
        font-size: 24px;
    }

    .step-card p {
        font-size: 16px;
        line-height: 26px;
    }

    /* STEP SECTION */

    .step_section {
        padding: 90px 40px;
    }

    /* WHY CHOOSE */

    .why_choose_sec {
        padding: 90px 40px;
    }

    .top_whyhead {
        font-size: 20px;
    }

    .why_h1 {
        font-size: 44px;
        line-height: 60px;
    }

    .why_P {
        font-size: 18px;
        line-height: 32px;
    }

    .first {
        padding: 22px 28px;
        gap: 22px;
    }

    .first .num {
        font-size: 56px;
    }

    .customwith {
        width: 100% !important;
    }

    .first .text {
        font-size: 18px;
        text-align: left;
        width: 100%;
    }

    /* PROTECT SECTION */

    .protect_sec {
        padding: 80px 40px;
    }

    .protech_div_content {
        padding: 60px 50px;
    }

    .protech_div_content h1 {
        font-size: 52px;
        line-height: 68px;
    }

    .protech_div_content p {
        font-size: 18px;
        line-height: 32px;
    }

    .protect_secimg img {
        width: 100%;
        max-width: 550px;
    }

    /* CONTACT */

    .contact {
        padding: 70px 40px;
    }

    .form {
        padding: 35px 30px;
    }

    .formhed {
        font-size: 26px;
    }

    .custom_input .form-control {
        padding: 13px;
    }

    .ads {
        font-size: 17px;
    }

    .getbtn {
        font-size: 16px;
        padding: 14px 35px;
    }

    .contact_icons .conta_img {
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }

    /* TESTIMONIAL */

    .trust_client_sec {
        padding: 80px 40px;
    }

    .trust_client_sec .horizontal-ticker__slide {
        width: 38vw;
    }

    .trust_card {
        min-height: 100%;
        height: 100%;
    }

    .trust_card p {
        font-size: 16px;
        line-height: 28px;
    }

    .client_profile_txt h6 {
        font-size: 19px;
    }

    /* FOOTER */

    footer {
        padding-top: 60px;
    }

    .pages_txt {
        gap: 28px;
        flex-wrap: wrap;
    }

    .pages_txt a {
        font-size: 18px;
    }

    .footer_icons img {
        width: 55px;
    }

    .footer_txt p {
        font-size: 15px;
        line-height: 26px;
    }

    /* EXTRA */

    .contat_imgbg {
        width: 75%;
    }

    .wrapper.first {
        gap: 0px;
        align-items: center;
        flex-direction: column;
    }

    .card_service_div .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }

    .card_service_div .row .col-lg-3 {
        width: 100%;
    }

}


@media only screen and (min-width:1321px) and (max-width:1600px) {

    .protect_secimg img,
    .about_img img {
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .nav-bar-top {
        width: 93%;
        padding: 12px 24px;

    }

    .nav_bar .nav-link {
        font-size: 18px;
    }

    .loginbtn {
        font-size: 15px;
        padding: 10px 22px;
    }

    .banner {
        padding: 150px 40px 0;
        height: 750px;
    }

    .bnnr_head {
        font-size: 56px;
        line-height: 76px;
    }

    .head_p {
        font-size: 21px;
        line-height: 34px;
    }

    .service_section {
        padding: 80px 40px;
    }

    .service_head,
    .service_head span {
        font-size: 42px;
    }

    .card_service_div {
        padding-inline: 0px;
    }

    .insurance-card {
        width: 100%;
        height: 235px;
    }

    .card-content h2 {
        font-size: 22px;
    }

    .card-content p {
        font-size: 15px;
    }

    .card-image {
        width: 115px;
    }

    .aboutus_section {
        padding: 70px 40px;
    }

    .about_divtxt h2 {
        font-size: 44px;
    }

    .about_divtxt p {
        font-size: 18px;
        line-height: 30px;
    }

    .mission-title h2 {
        font-size: 26px;
    }

    .mission-content p {
        font-size: 18px;
    }

    .process-section {
        padding: 70px 40px;
    }

    .step-card {
        padding: 45px 18px 20px;
    }

    .step-card.down {
        margin-top: 180px;
    }

    .step-number {
        width: 80px;
        height: 80px;
        font-size: 44px;
    }

    .step-card h3 {
        font-size: 22px;
    }

    .connector {
        width: 110px;
    }

    .step_section {
        padding: 70px 50px;
    }

    .why_choose_sec {
        padding: 70px 40px;
    }

    .why_h1 {
        font-size: 44px;
    }

    .why_P {
        font-size: 20px;
        line-height: 30px;
    }

    .first {
        padding: 22px 30px;
    }

    .first .num {
        font-size: 54px;
    }

    .first .text {
        font-size: 24px;
    }

    .protect_sec {
        padding: 60px 40px;
    }

    .protech_div_content {
        padding: 60px;
    }

    .protech_div_content h1 {
        font-size: 54px;
        line-height: 72px;
    }

    .protech_div_content p {
        font-size: 21px;
        line-height: 34px;
    }

    .contact {
        padding: 50px 40px 0;
    }

    .form {
        padding: 25px;
    }

    .trust_client_sec {
        padding: 60px 40px;
    }

    .trust_client_sec .horizontal-ticker__slide {
        width: 38vw;
    }

    .trust_card {
        height: auto;
        min-height: 280px;
    }

    .pages_txt a {
        font-size: 18px;
    }

    .footer_icons img {
        width: 50px;
    }

    .customwith {
        width: 200px !important;

    }
}

.navbar-brand img {
    width: 180px;
}



@media only screen and (min-width:1520px) and (max-width:1600px) {

    .banner {
        padding: 150px 40px 0;
        height: 750px !important;
    }

    .banner br {
        display: none;
    }
}

@media only screen and (min-width:1320px) and (max-width:1500px) {

    .banner {
        padding: 150px 40px 0;
        height: 680px !important;
    }

    .banner br {
        display: none;
    }
}