.iti {
    width: 100%;
}

.iti input {
    padding-left: 10px !important;
    direction: ltr;
    color: transparent;
    /* hide +91 from inside input */
    text-shadow: 0 0 0 #575757;
    /* show user input text */
}

.iti input::placeholder {
    color: #aaa;
    text-shadow: none;
}

.iti__flag {
    height: 0px !important;
    width: 0 !important;
}

.iti * {
    box-sizing: border-box;
    color: #575757;
}

.form-keep-in .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 25px;
}

.iti__country-list {
    z-index: 9999 !important;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    width: 0px;
    padding: 0 !important;
    margin-left: 0px;
    /* width: 30px;
        margin-left: 10px; */
}

.services-five__title-box .services-five__title {
    font-size: 16px;
    font-weight: 500;
}

.iti__arrow {
    display: none;
}

.form-control {
    background-color: #ff090900;
}

span.red-star-contact {
    position: absolute;
    left: 22px;
    bottom: 20px;
    font-size: 11px;
    color: red;
}

@media screen and (max-width: 992px) {
    span.red-star-contact {
        bottom: 70px;
    }
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: -5px !important;
}

.iti__selected-dial-code {
    display: none;
}

.iti__country-list {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__country-list,
.iti--allow-dropdown .iti__flag-container:focus .iti__country-list,
.iti--allow-dropdown .iti__flag-container:active .iti__country-list {
    display: none;
}

.form-control {
    background-color: #ff090900;
}

.form-keep-in #countrySelect {
    word-wrap: normal;
    margin: 0px 0px;
    width: 100%;
    font-size: 13px;
    padding: 13px 0px 13px 25px;
    border: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #ddd;
}

.form-keep-in .iti {
    padding-left: 0px;
}

#countrySelect:focus-visible {
    outline: #ffffff00;
    border: #ffffff00;
    border-bottom: 1px solid #ddd;
}

/* laptop */

/* 
    .sub-title h2 {
        font-size: 46px;
        line-height: 36px;
        text-align: center;
        color: #2d2d2d;
        font-weight: 700;
        width: 841px;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Poppins";
    } */

.tabconimg img {
    /* filter: grayscale(100%); */
    border-radius: 50px;
    height: 80% !important;
    /* width: 600px; */
}

.get-insurance-four .container p {
    font-size: 19px;
    font-weight: 300;
    line-height: 23px !important;
    /* width: 366px; */
    margin-bottom: 0;
    color: #4a4747;
}

.whyconimg img {
    filter: grayscale(100%);
    /* border-radius: 50px; */
    height: 80% !important;
    width: 600px;
}

.tabcontainerz:hover .whyconimg img {
    filter: none !important;
}


.tabcontainerz {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-self: center;
    margin: 0 !important;
    box-shadow: 1.7322px -0.1339px 10.5984px rgba(0, 0, 0, 0.12);
    margin-top: 120px;
    border-radius: 30px;
    margin: auto !important;
    width: 100% !important;
    padding: 20px;
    gap: 20px;
}

.accordion-body p,
.accordion-body span {
    line-height: 20px !important;
    color: #000 !important;
}



.cstextz:hover .cshead .cstextz p {
    color: #000 !important;
}

.emprocard {
    padding: 0px !important;
    border-radius: none !important;
    box-shadow: none !important;
    height: 300px;
    display: flex;
    margin: auto !important;
    justify-content: space-evenly;
    align-items: center;
}

.empro {
    padding: 0 !important;
    align-items: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.cstext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background-image: linear-gradient(45deg, #d3993c, transparent);
    height: 300px;
    padding: 0 120px;
    width: 100%;
}

.cstextf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background-image: linear-gradient(45deg, #d3993c, transparent);

}

.cstextz p {
    font-size: 14px;
    line-height: 17px !important;
    margin: 0;
}

.cstextz {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: auto;
    height: 140px;
    padding: 2px 20px;
    width: 23%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #c9c9c9;
    background-color: #ffffff;
    border: 3px solid;
    /*border-image: linear-gradient(to right, rgb(19 102 179), rgb(168 59 174)) 1; */
    border-image: linear-gradient(to right, rgb(30 46 87), rgb(12 132 191)) 1;
    text-align: center;
}

.cstextz:hover {
    /* background-color: #1245A8 !important; */
    /* color: white !important; */
    margin-top: 50px;
    transition: all 0.3s ease;
    border-image: linear-gradient(to right, rgb(168 59 174), rgb(19 102 179)) 1;
}

.accordion-button {
    color: white !important;
}

.accordion_constome .accordion-item {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid white !important;
}

.cshead {
    /* font-size: 20px; */
    font-size: 20px;
    font-weight: 600;
}

.accordion-button::after {
    color: white;
}

.accordion-body {
    color: white;
}

.faqask {
    background-color: #fff;
    padding: 1px 0px 50px !important;
    margin: 0 !important;
    /* background-image: url(../admin/service_management/success-story-background.jpg) !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.c1 {
    background-color: white !important;
}

.clients {
    width: 100%;
    background-color: transparent;
    padding: 12px 0px;
}

.tabconimg {
    justify-content: end;
}

.tabconimg2 {
    justify-content: start !important;
    /* width: 100% !important; */
}

.cstext p {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 600;
}

.em-subsection-container {
    width: 491px;
    height: 600px !important;
    margin: auto;
    margin-top: 0px;
}

.em-subdiv-head {
    font-size: 21px;
    font-weight: 400;
    color: #9e9d9a;
    width: 100%;
    line-height: 21px;
    padding-right: 15px;
    margin-top: 0px;
}

.tabConSection {
    /* background-color: black; */
}

.rightareainnner {
    display: flex;
    width: 100%;
    text-align: left;
    height: fit-content;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.rightArea p {
    font-size: 19px;
    color: #4a4747;
    line-height: 23px !important;
    width: 92%;
    font-weight: 300;
    margin: 20px 0 !important;

}

.form-keep-in {
    width: 100%;
    margin: auto;
    margin-top: 0px;
}

.sub-title p {
    line-height: 23px !important;
}

/* .rightArea h1 {
        margin: 0 !important;
        font-size: 40px !important;
        line-height: 44px !important;
        color: white !important;
        margin-bottom: 7px !important;

    } */

:root {
    /* various fiddle bit - have a play */
    --content-card-scale: 2;
    --content-width: calc((100vh / var(--content-card-scale)) * 2 / 3);
    --content-width: 300px !important;
    --content-height: calc(100vh / var(--content-card-scale));
    --content-height: 400px !important;
    --font-size: calc(5px + 100vh / 50);
}

.form-keep-in .form-floating>.form-control {
    color: #000;
    font-size: 13px;
}

:root {
    /* various fiddle bit - have a play */
    --content-card-scale: 2;
    --content-width: calc((100vh / var(--content-card-scale)) * 2 / 3);
    --content-height: calc(100vh / var(--content-card-scale));
    --font-size: calc(5px + 100vh / 50);
}



.tabConSection {
    padding: 20px 0 50px;
    background-color: black !important;
    /* background-image: linear-gradient(90deg, #3A85BB, #986FC0); */
    background-image: linear-gradient(90deg, #1e2d56, #0c83be);
}

.flipcard {

    display: flex;
    width: 550px;

}

.tabbtn {

    background-color: rgb(255 255 255) !important;
}

.cardtext {
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    width: 180px;
    border-radius: 0 10px 10px 0;
    height: 400px !important;
}

.breadcrumb {
    font-size: 15px !important;
    margin: 0 !important;
    margin-top: 10px !important;
    /* color: white !important; */
}

.breadcrumb a {
    /* color: white !important; */
}

.herobtnsec {
    display: flex;
    /* width: auto !important; */
    justify-content: space-between;
    margin: 20px 0 0 10px !important;
}

.imgban {
    height: 80%;
}

.banner-button {
    border: none !important;
    width: fit-content;
    margin: auto;
}

.tabcontainer {
    background-color: white !important;
}

.tabcontext p {
    font-size: 19px;
    font-weight: 300;
    line-height: 23px !important;
    /* width: 366px; */
    margin-bottom: 0;
    color: #4a4747;
}

.rightsec {
    overflow: hidden;
    border-radius: 40px;
}

.utl {
    margin-right: 10px;
}

h2 {
    font-size: 31px;
    line-height: 36px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
    margin-bottom: 25px;
    font-family: "Poppins";
}

.mt {
    margin: 70px auto;
}

a {
    color: black;
}

.sub-title h2,
p {
    /* line-height: 36px ; */
}

.underlineblog,
.herobtnsec,
.breadcrumb {
    align-self: baseline;
}

.topSliderArea {
    /* background: linear-gradient(-30.2905deg, black, black, black, black, white) !important; */
    /* background: linear-gradient(45deg, #016DB6, #C22EB1) !important; */
    background-image: url(../admin/service_management/banners/Homebgtexture.webp);
}

.sub-title {
    position: relative;
    margin: 5px 0px 50px 0;
}

.anchortags {
    /* position: sticky; */
    top: 0;
    background: #fff;
    z-index: 00;
    border-bottom: 1px solid #ddd;
}

.ancin {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.ancin.active {
    background-color: #f0f0f0;
    color: #007bff;
    font-weight: bold;
}


@media (min-width: 1024px) and (max-width: 1399px) {
    .cstext {
        padding: 0 100px;
    }


}

@media (min-width: 319px) and (max-width: 520px) {
    .topSliderArea {
        height: 500px !important;
    }

    .sub-title h2 {
        width: 100% !important;
    }

    .container {
        /* width: 87% !important; */
    }

    .mt {
        margin: 0px auto !important;
    }

    .em-section {
        margin: 0px !important;
    }

    .em-subsection {
        padding-top: 30px 10px !important;
    }

    .em-subsection-container {
        height: 340px !important;
    }

    .tabconimg img {
        width: 100% !important;
    }

    .whyconimg img {
        width: 100% !important;
    }

    .tabcontainerz {
        box-shadow: none !important;
    }

    .cstext {
        padding: 20px !important;
        height: 420px !important;
    }

    .cstextz {
        width: 100% !important;
    }

    .emprocard {
        display: flex !important;
        height: fit-content !important;
        margin: auto !important;
        width: 80% !important;
        flex-direction: column;
        row-gap: 40px;
        margin-top: 40px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .anchortags {
        padding: 0px 0px !important;
    }

    .tabconimgd .cstextf {
        width: 100% !important;
    }

    .tabconimg2 {
        width: 100% !important;
    }
}

@media (min-width: 319px) and (max-width: 520px) {
    .topSliderArea {
        height: 500px !important;
    }

    .button--moema {
        padding: 6px 10px !important;
    }

    .tabcontext {
        width: 100% !important;
    }

    .tabcontext h2 {
        width: 100% !important;
    }

    .sub-title h2 {
        width: 100% !important;
    }

    .container {
        /* width: 87% !important; */
    }

    .mt {
        margin: 0px auto !important;
    }

    .em-section {
        margin: 0px !important;
    }

    .em-subsection {
        padding-top: 30px 10px !important;
    }

    .em-subsection-container {
        height: 340px !important;
    }

    .tabconimg img {
        width: 100% !important;
    }

    .whyconimg img {
        width: 100% !important;
    }

    .tabcontainerz {
        box-shadow: none !important;
    }

    .cstext {
        padding: 20px !important;
        height: 420px !important;
    }

    .cstextz {
        width: 80% !important;
    }

    .emprocard {
        display: flex !important;
        height: fit-content !important;
        margin: auto !important;
        width: 80% !important;
        flex-direction: column;
        row-gap: 40px;
        margin: 40px auto !important;
    }

    .em-subsection-container {
        margin: 50px 0 !important;
    }

    .clients_brands .c1 img {
        width: 65px !important;
    }

    .clients {
        margin-top: 10px;
    }
}


.mgbt {
    margin-bottom: 80px;
}



/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
    position: relative;
    display: block;
    background-color: var(--insur-primary);
    padding: 40px 0 40px;
    z-index: 1;
}

.why-choose-four__points-content-box h3 {
    font-size: 24px;
    font-weight: 600;
}

.why-choose-four .section-title-three.text-left h2 {
    color: #fff;
}

.why-choose-four .section-title-three.text-left p {
    color: #fff;
}

.why-choose-four .section-title-three.text-left a {
    color: #fff;
}

.why-choose-four .section-title-three.text-left a:hover {
    text-decoration: underline;
}

.why-choose-four__bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    /* background-image: linear-gradient(90deg, #3A85BB, #986FC0); */
    background-image: linear-gradient(90deg, #1e2d56, #0c83be);
    z-index: -1;
}

.why-choose-four__bg-one {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: color-burn;
}

.why-choose-four__bg-box-two {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    width: 60%;
    z-index: -1;
}

.why-choose-four__bg-two {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.why-choose-four__left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.why-choose-four__left .section-title-three {
    margin-bottom: 0px;
}

.why-choose-four__left .section-title-three__sub-title {
    color: #ffe1e1;
}

.why-choose-four__left .section-title-three__title {
    color: #fff;
}

.why-choose-four__text {
    line-height: 30px;
    color: #ffe1e1;
    letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.why-choose-four__btn {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 30px;
    padding: 17px 50px 17px;
    background-color: var(--insur-black);
}

.why-choose-four__btn:hover {
    color: var(--insur-base);
}

.why-choose-four__btn:before {
    background-color: #fff;
}

.why-choose-four__btn:after {
    background-color: #fff;
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-left: 105px;
}

.why-choose-four__points {
    position: relative;
    display: block;
}

.why-choose-four__points li {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: var(--insur-bdr-radius);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 48%;
    float: left;
    height: 195px;
    margin-left: 14px;
    margin-bottom: 18px;
    border-radius: 10px;
    word-wrap: break-word;
}

.why-choose-four__points li+li {
    /* margin-top: 10px; */
}

.why-choose-four__points-icon-box {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-four__points-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-four__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--insur-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-four__points li:hover .why-choose-four__points-icon span {
    transform: scale(0.9);
}

.why-choose-four__points-text {
    margin-left: 20px;
}

.why-choose-four__points-text p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__points-content-box {
    position: relative;
    display: block;
    /* max-width: 160px; */
    width: 100%;
}

.why-choose-four__points-content-box:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 4px;
    left: 100%;
    height: 130px;
    width: 3px;
    background-color: #2262b5;
}

.why-choose-four__points-content {
    line-height: 24px;
    letter-spacing: var(--insur-letter-spacing);
}

@media (min-width: 320px) and (max-width: 479px) {
    .herobtnsec {
        width: 100% !important;
    }

    .rightArea p {
        text-align: center !important;
    }
}

.tabConSection .sub-title .wow a {
    color: #fff;
}

.sub-title .wow a {
    /*background-image: linear-gradient(45deg, #016DB6, #C22EB1); */
    background-image: linear-gradient(45deg, #1e2d56, #0c83be);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tabConSection .sub-title .wow a:hover {
    text-decoration: underline;
}

.get-insurance-four {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 30px 0 100px;
    overflow: hidden;
    z-index: 1;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:after,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .content-box:after {
    transform: scale(1);
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:before,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .content-box:before {
    opacity: 1;
}


.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-left: 6px solid #1d63b5;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-insurance-four .container {
    padding: 20px 70px;
}

.get-insurance-four .tabs-content .tab {
    display: none;
}

.get-insurance-four .tabs-content .tab.active {
    display: block;
}

.get-insurance-four .tab-btn.active {
    color: #fff;
    /*background-image: linear-gradient(45deg, #016DB6, #C22EB1); */
    background-image: linear-gradient(45deg, #1e2d56, #0c83be);
    color: white !important;
}

.get-insurance-four__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.get-insurance-four .tab.active {
    display: block;
}

.tab-buttons {
    display: flex;
    flex-direction: column;
}

.get-insurance-four .tab-btn {
    cursor: pointer;
    padding: 0px;
    background: #eee;
    margin-bottom: 15px;
}

.active {
    border-radius: 10px !important;
}

.get-insurance-four .tab-btn.active {
    /*background-image: linear-gradient(45deg, #016DB6, #C22EB1); */
    background-image: linear-gradient(45deg, #1e2d56, #0c83be);
    color: #fff;
}

.get-insurance-four__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 275px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.get-insurance-four__shape-2 {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0.6;
    z-index: -1;
}

.get-insurance-four__shape-2 img {
    width: auto;
}

.get-insurance-four__main-tab-box {
    position: relative;
    display: block;
}

.get-insurance-four__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 30px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-top: 10px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #d7d7d7;
    padding: 9px 20px 9px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
}


.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:before,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active .content-box:before {
    opacity: 1;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-image: linear-gradient(45deg, #016DB6, #C22EB1); */
    background-image: linear-gradient(45deg, #1e2d56, #0c83be);
    border-radius: 10px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:after,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .content-box:after {
    transform: scale(1);
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .icon-box span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .icon-box span,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box span {
    color: #000;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box {
    margin-left: 20px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 0.1em; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 0;
}

.get-insurance-four .tab-btn.active p {
    color: #fff !important;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .text-box p,
.get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .text-box p {
    color: #fff;
}

.get-insurance-four__main-tab-box .tabs-content {
    position: relative;
    display: block;
    margin-left: 0px;
}

.get-insurance-four__main-tab-box .tabs-content .tab {
    position: relative;
    /* display: none; */
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.get-insurance-four__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.get-insurance-four__main-content {
    position: relative;
    display: flex;
}

.get-insurance-four__main-content-left {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.get-insurance-four__main-content-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

.get-insurance-four__main-content-text {
    line-height: 30px;
    letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__call {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #d7d7d7;
    padding-top: 40px;
    margin-top: 30px;
}

.get-insurance-four__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    background-color: var(--insur-base);
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    transition: all 500ms ease;
}

.get-insurance-four__call-icon i {
    display: inline-flex;
    transform: scale(1);
    transition: transform 500ms ease;
}

.get-insurance-four__call:hover .get-insurance-four__call-icon i {
    transform: scale(0.9);
}

.get-insurance-four__call:hover .get-insurance-four__call-icon {
    background-color: var(--insur-black);
    color: #fff;
}

.get-insurance-four__call-content {
    margin-left: 20px;
}

.get-insurance-four__call-content p {
    letter-spacing: var(--insur-letter-spacing);
    line-height: 16px;
    margin-bottom: 6px;
}

.get-insurance-four__call-content a {
    font-size: 24px;
    font-weight: 700;
    color: var(--insur-black);
    letter-spacing: var(--insur-letter-spacing);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-insurance-four__call-content a:hover {
    color: var(--insur-base);
}

.get-insurance-four__main-content-right {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin-left: 30px;
}

.get-insurance-four__form {
    position: relative;
    display: block;
}

.get-insurance-four__content-box {
    position: relative;
    display: block;
}

.get-insurance-four__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.get-insurance-four__input-box input[type=text],
.get-insurance-four__input-box input[type=email] {
    height: 60px;
    width: 100%;
    border: 0;
    background-color: #fff;
    outline: none;
    font-size: 16px;
    color: #838383;
    font-weight: 400;
    padding: 0 30px 0;
    letter-spacing: var(--insur-letter-spacing);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--insur-bdr-radius);
}

.get-insurance-four__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: var(--insur-bdr-radius);
    border: 0;
    background-color: var(--insur-white) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #838383 !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    letter-spacing: var(--insur-letter-spacing);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: #838383;
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--insur-black);
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu>li>a:hover {
    background: #fff;
    color: var(--insur-base);
    cursor: pointer;
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu {
    border-radius: 10px;
}

.get-insurance-four__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 30px;
}

.get-insurance-four__progress-single {
    position: relative;
    display: block;
}

.get-insurance-four__progress-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__progress .bar {
    position: relative;
    width: 100%;
    height: 12px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border: 0;
}

.get-insurance-four__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 12px;
    border-radius: 6px;
    background-image: -moz-linear-gradient(0deg, rgb(25, 28, 30) 0%, rgb(255, 73, 74) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(25, 28, 30) 0%, rgb(255, 73, 74) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(25, 28, 30) 0%, rgb(255, 73, 74) 100%);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.get-insurance-four .get-insurance__progress-range .irs--flat .irs-bar {
    background-image: linear-gradient(90deg, var(--insur-black) 0%, var(--insur-base) 100%);
}

.get-insurance-four .get-insurance__progress-range .irs--flat .irs-line {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-color: #fff;
}

.get-insurance-four .get-insurance__progress {
    margin-bottom: 12px;
}

.get-insurance-four__progress .count-text {
    position: absolute;
    right: -30px;
    bottom: -8px;
    opacity: 0;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(22, 36, 61);
    width: 30px;
    height: 30px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-insurance-four__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.get-insurance-four__balance-box {
    position: absolute;
    top: 0;
    right: 0;
}

.get-insurance-four__balance {
    font-size: 16px;
    color: var(--insur-black);
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__content-bottom {
    position: relative;
    display: block;
}

.get-insurance-four__btn {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 17px 50px 17px;
    border-radius: 30px;
}

/* TAB SECTION END */
.services-five {
    position: relative;
    display: block;
    z-index: 100;
}

.services-slider {
    margin-bottom: 30px;
}

.services-slider .container {
    padding: 20px 70px;
}

.services-slider .slick-prev {
    left: -55px;
}

.services-slider .slick-prev:before,
.slick-next:before {
    font-size: 50px;
}

.services-five__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.services-five__inner:before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    right: -100px;
    height: 383px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--insur-bdr-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: -1;
}

.section-title-three {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 49px;
}

.section-title-three__sub-title-box {
    position: relative;
    display: inline-block;
}

.section-title-three__shape {
    position: absolute;
    top: 13px;
    right: -55px;
    width: 45px;
    height: 2px;
    background-color: #1d63b5;
}

.services-five__single:hover .services-five__title-box {
    opacity: 0;
    visibility: hidden;
    transition-delay: 300ms;
}

.services-five__title-box {
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    text-align: center;
    padding: 15px 5px 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-five__title-box h4 {
    font-size: 18px;
}

.services-five__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.section-title-three__shape:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    height: 6px;
    width: 6px;
    background-color: #1d63b5;
    border-radius: 50%;
}

.section-title-three__title {
    margin-top: 4px;
    font-size: 38px;
    line-height: 38px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Poppins";
}

.services-five__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    height: 280px;
    overflow: hidden;
}

.services-five__img img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.services-five__single:hover .services-five__hover-content {
    transform: scaleY(1);
}

.services-five__hover-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px 0;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.services-five__hover-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: -moz-linear-gradient(90deg, rgb(255, 73, 74) 0%, rgb(25, 28, 30) 100%); */
    background-image: -webkit-linear-gradient(90deg, rgb(157 58 178) 0%, rgb(43 96 181) 100%);
    /* background-image: -ms-linear-gradient(90deg, rgb(255, 73, 74) 0%, rgb(25, 28, 30) 100%); */
    opacity: 0.902;
    z-index: -1;
}

.services-five__hover-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 57px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto 0;
    overflow: hidden;
}

.services-five__hover-content-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
}

.services-five__hover-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: -moz-linear-gradient(90deg, rgb(255, 73, 74) 0%, rgb(25, 28, 30) 100%); */
    /* background-image: -webkit-linear-gradient(90deg, rgb(157 58 178) 0%, rgb(43 96 181) 100%); */
    /* background-image: -webkit-linear-gradient(90deg, rgb(157 58 178) 0%, rgb(43 96 181) 100%); */
    background-image: -webkit-linear-gradient(90deg, rgb(30 45 86) 0%, rgb(12 130 189) 100%);
    /* background-image: -ms-linear-gradient(90deg, rgb(255, 73, 74) 0%, rgb(25, 28, 30) 100%); */
    opacity: 0.902;
    z-index: -1;
}

.services-five__hover-content-text {
    font-size: 14px;
    color: #fff;
}

.services-five__img-box {
    position: relative;
    display: block;
}

.services-five__single {
    position: relative;
    display: block;
}

.section-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.slick-slider {
    margin-top: 20px;
}

.slide {
    padding: 15px;
}

.services-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.services-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.services-box h4 {
    margin-top: 15px;
    font-size: 20px;
}

.services-box p {
    color: #666;
    font-size: 14px;
}

.services-five__icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 57px;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 28px;

}

.services-slider .item {
    margin: 0px 7px;
    border-radius: 15px;
    overflow: hidden;
}

.services-slider .slick-track {
    height: 350px;
}

.get-insurance-four__main-tab-box .tabcontainer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-self: center;
    margin: auto;
    /* box-shadow: 1.7322px -0.1339px 10.5984px rgba(0, 0, 0, 0.55); */
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    border-radius: 30px;
    /* width: 1100px; */
    padding: 20px 40px;
}

.get-insurance-four__main-tab-box .tabconimg {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 250px;
    height: 300px;
    overflow: hidden;
}

.space_tb {
    margin-top: 10px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .tabconimgd img {
        width: 100%;
    }

    .why-choose-four__bg-box-two {
        width: 50%;
    }

    .why-choose-four__bg-box {
        width: 50%;
    }

    .why-choose-four__points li {
        width: 100%;
    }

    .why-choose-four__right {
        margin-left: 0px;
    }

    /* .why-choose-four__points-content-box:before {
            right: 0;
        } */

    .why-choose-four__points li {
        width: 48%;
        height: 180px;
        margin-left: 11px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .herobtnsec {
        width: 100% !important;
    }

    .rightArea {
        width: 100% !important;
        float: none;
        display: block;
        height: auto;
    }

    .imgban img {
        width: 100%;
    }

    .topSliderArea {
        height: auto !important;
    }

    .why-choose-four__bg-box-two {
        width: 100%;
    }

    .why-choose-four__right {
        margin-left: 0px;
    }

    .why-choose-four__points li {
        margin-left: 2px;
        width: 100%;
    }

}

/* Responsive adjustments */
@media (max-width: 768px) {

    .services-box {
        padding: 15px;
    }

    .services-box h4 {
        font-size: 18px;
    }

    .services-box p {
        font-size: 13px;
    }

    .services-slider .container {
        padding: 20px 0px;
    }

    .get-insurance-four .container {
        padding: 20px 0px;
    }

    .get-insurance-four {
        padding: 30px 20px 30px;
    }

    .services-slider {
        margin-bottom: 10px;
    }

    .services-slider .slick-prev {
        left: -16px !important;
        z-index: 6;
    }

    .services-five__hover-content {
        padding: 20px 20px 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .videocon {
        display: flex;
        justify-content: center;
        column-gap: 40px;
        margin: 20px auto;
        margin-bottom: 60px;
    }

    .services-five__img {
        height: 240px;
    }

    .why-choose-four__points li {
        width: 47%;
    }

    /* .why-choose-four__points-content-box:before {
            left: 260px;
        } */

    .services-five__hover-content-title {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .services-five__hover-content-text {
        font-size: 12px;
        color: #fff;
    }

    .services-five__title-box h4 {
        font-size: 14px;
    }

    .services-five__title-box {
        min-height: 70px;
    }
}

.rightsec.imgban img {
    width: 100%;
    border-radius: 80px;
}

.tabConSection .sub-title .wow a {
    /* color: black !important; */
    background-image: none !important;
    -webkit-text-fill-color: inherit !important;
}

@media (min-width: 320px) and (max-width: 414px) {
    .banner-Area {
        margin-top: 205px;
    }
}

@media (min-width: 415px) and (max-width: 520px) {
    .banner-Area {
        margin-top: 170px;
    }
}

@media (min-width: 521px) and (max-width: 768px) {
    .banner-Area {
        margin-top: 100px;
    }
}

