body {
    font-family: "Nunito", sans-serif;
}

.product-service-heading p {
    text-align: center;
    color: #1d1d1d;
    text-transform: uppercase;
    font-family: "Nunito" !important;
    font-size: 40px;
    font-weight: 800;
}

.fade {
    transition: opacity .3s linear;
}

.how-it-works-main-wrapper h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Nunito" !important;
    font-size: 32px;
}

.how-it-works-main-wrapper {
    margin: 80px 0px;
    margin-bottom: 65px;
}

span.add_broker_color {
    color: #cf3229;
    font-family: "Nunito" !important;
}

.contact-us-header h5 {
    font-size: 35px;
    font-family: "Nunito" !important;
    font-weight: 700;
}

.modal-header h3 {
    margin-bottom: 0px;
    font-family: "Nunito" !important;
    font-weight: 700;
}

.product-service-heading h2 {
    text-align: center;
    font-weight: 500;
    font-family: "Nunito" !important;
}

.product-image-cont img {
    width: 80px;
    animation: zoom-fade 3s infinite linear;
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.product-box-cover {
    position: relative;
    display: block;
    border: 1px dashed #d8d2d0;
    border-radius: 25px;
    padding: 130px 10px 30px 20px;
    overflow: hidden;
    background-image: url("../images/cover-shape.png") !important;
    margin-top: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    height: 370px;
}

.categories-block-one {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    /* height: 90%; */
}

.image-box-wrap {
    margin-left: 35px;
    width: 35%;
}

.why-us-line-wrapper-boxs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-us-content-box-wrapper.why-back-bg-2 {
    left: -13.7%;
    width: 60%;
    margin-top: 85px;
}

.why-us-content-box-wrapper.wrap-4 {
    left: -10.7%;
    width: 60%;
    margin-top: 130px;
}

.why-us-content-box-wrapper.wrap-6 {
    left: -12.7%;
    width: 60%;
    margin-top: 115px;
}

.why-us-content-box-wrapper.wrap-3 {
    margin-top: 155px;
    left: 17%;
    width: 60%;
}

.why-us-content-box-wrapper.wrap-5 {
    margin-top: 135px;
    left: 16.6%;
    width: 55%;
}

.image-box-wrap.second-wrap {
    margin-left: 0px;
    width: 70%;
}

.image-box-wrap.forth-wrap {
    margin-left: 0px;
    width: 70%;
}

.image-box-wrap.sixth-wrap {
    margin-left: 0px;
    width: 70%;
}

.image-box-wrap.third-wrap {
    margin-left: 0px;
    width: 60%;
}

.image-box-wrap.fifth-wrap {
    margin-left: 0px;
    width: 70%;
}

.why-us-content-box-wrapper {
    display: flex;
    margin-left: -15px;
    width: 70%;
    margin-top: 180px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 14.8%;
}

.count-repo-head-bxo {
    height: 65px;
    width: 65px;
    background: #c31704;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.count-repo-head-bxo h5 {
    margin-bottom: 0px;
    color: white;
    font-size: 25px;
    font-weight: 600;
}

/* .why-us-content-box-wrapper.why-back-bg {
    position: relative;
    background: #ffb2b2;
    overflow: hidden;
}

.why-us-content-box-wrapper.why-back-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 30%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-45deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
} */

.why-data-text-repo h5 {
    font-size: 25px;
    font-weight: 500;
    color: #c91e07;
}

.why-us-cover-wrap {
    margin-top: 100px;
}

.why-data-text-repo {
    display: flex;
}

.head-wrap-box-cov img {
    width: 35px;
}

.condition-wraper {
    margin-top: 100px;
    padding: 30px;
}

.condition-wraper h1 {
    color: #333 !important;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.image-box-wrap img {
    width: 90%;
}

.product-image-cont {
    position: absolute;
    right: 35%;
    top: 35px;
}

.product-arrow-icon {
    position: absolute;
    left: 0px;
    top: 39px;
    background: #fff;
    width: 80px;
    height: 50px;
    box-shadow: 0px 0px 35px 0px rgba(0000.10);
    border-radius: 0px 30px 30px 0px;
}

.product-arrow-icon .icon-repo {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background: #faf1ef;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    top: 5px;
    right: 5px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-arrow-icon .icon-repo:hover {
    background-color: #cf3229;
}

.product-arrow-icon .icon-repo:hover i {
    color: white;
}

.product-arrow-icon .icon-repo i {
    font-size: 20px;
    color: #cf3229;
    margin-top: 2px;
}

.product-arrow-icon .icon-repo:hover {
    text-decoration: none;
}

.contact-box-main-cover {
    margin-top: 110px;
}

.contact-form-wrap h3 {
    margin-top: 15px;
}

.company-logo {
    width: 30%;
}

.rev-footer-wrapper {

    padding-bottom: 0px !important;
    margin-bottom: -8px !important;
}

.offer {
    margin-bottom: 8px !important;
    color: #cf3229 !important;
}

.product-content-cover p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000000;
    font-family: "Nunito";
}

.img-icon-box {
    /* position: absolute;
    top: 15px;
    left: 15px; */
    background: white;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.img-icon-box i {
    color: #cf3229;
}

.our-features-wrapper {
    margin-top: 70px;
}

.hr-operations-heading-data h5 {
    text-align: center;
    font-size: 40px;
    font-family: "Nunito" !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.our-feature-cover-wrapper {
    background: #fff6f6;
    padding: 60px 0px 70px 0px;
}

.our-image-repo-box img {
    position: absolute;
    left: -85%;
    top: -65%;
    width: 60%;
}

.our-image-repo-box img {
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.our-feature-box-section {
    position: relative;
    display: block;
    border-radius: 25px;
    padding: 60px 0px 50px 35px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    overflow: hidden;
    width: 100%;
}

.our-feature-box-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("https://img.freepik.com/free-vector/red-wavy-with-halftone-background_1409-1274.jpg?t=st=1719215827~exp=1719219427~hmac=cf33b92444fe2c77540b7e1911deb5d276bc13b547527116ec8d65ba3c2110a0&w=900");
    background-size: cover;
    transform: scaleX(-1);
    opacity: 0.6;
}

.numbers-repo {
    position: absolute;
    top: 5px;
    right: -75px;
    font-size: 58px;
    line-height: 100px;
    font-family: 'Urbanist';
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 0px 0px #e4dcd8;
    writing-mode: vertical-lr;
}

.feat-repo {
    /* padding-left: 120px !important; */
}

.feture-content-box p {
    color: #cf3229;
    font-size: 18px;
    font-weight: 600;
    font-family: "Nunito";
}

.feture-content-box h2 {
    color: white;
    font-weight: 700;
    font-size: 39px;
    line-height: 55px;
    font-family: "Nunito" !important;
    /* word-break: break-all; */
}

.feture-text-box p {
    color: grey;
    font-size: 15px;
    font-family: "Nunito";
}

.hero-section-image {
    margin-top: -187px;
}

.feture-text-box button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    font-family: "Nunito" !important;
    text-align: center;
    padding: 14px 30px;
    text-transform: uppercase;
    border-radius: 35px;
    color: #e1757d !important;
    z-index: 1;
    transition: all 500ms ease;
    background: -webkit-linear-gradient(0deg#fd6146#fb7a43 50%);
    border: none;
}

.img-icon-box img {
    width: 30px;
}

.rating-expo-1 {
    position: relative;
    display: block;
    text-align: center;
    /* border: 1px dashed #c9c8c3; */
    border-radius: 25px;
    padding: 31px 20px 20px 20px;
    background: white;
    border: 1px dashed #dc747d;
    height: 180px;
}

.hero-section-image-box {
    /* margin-top: 50px; */
}

.hero-section-heading.wow.animate__.animate__fadeInLeft.animated {
    margin-top: 20px;
}

.carousel-indicators .active {
    background-image: linear-gradient(to right top, #ee4f4f, #f15353, #f55757, #f85b5b, #fb5f5f, #ff6c7b, #ff7a94, #ff8aab, #faaad2, #f3c9ed, #f3e6fb, #ffffff) !important;
    color: white;
    border-radius: 10px;
}

.hero-section-image-box img {
    width: 85%;
}

.rating-expo-1 p {
    font-family: "Nunito";
    margin-bottom: 0px;
}

.expo-count-box {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 50px;
    font-family: "Nunito" !important;
    font-weight: 700;
    color: #60cf56;
    margin-bottom: 2px;
}

.count-number {
    color: #ee655f;
    font-family: "Nunito" !important;
}

.count-sysmbol {
    color: #ee655f;
    font-family: "Nunito" !important;
    margin-left: -15px;
}

.expo-icon-box i {
    color: #FB991A;
}

.expo-icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    background: #fff;
    font-size: 30px;
    /* box-shadow: 0px 0px 30px 0px rgba(0000.06); */
    margin-bottom: -15px;
    border-radius: 50%;
    color: #60cf56;
    bottom: -20px;
    box-shadow: rgba(0000.24) 0px 3px 8px;
}

.nav-details-main-cover {
    /* background: rgb(213, 54, 42); */
    /* background: linear-gradient(352deg, rgba(213, 54, 42, 0.8995973389355743) 18%, rgba(247, 247, 247, 1) 100%); */
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 99999999999;
    padding-top: 10px;
}

.nav-bar-main-box nav a.navbar-brand {
    margin-right: 90px;
    margin-left: 100px;
}

a.nav-link.login-btn {
    /* border: 1px solid #cf3229; */
    background: none;
    color: #3c3c3c;
    border-radius: unset !important;
}

.our-features-rating {
    display: flex;
    align-items: center;
    gap: 30px;
}

.expo-icon-box img {
    width: 40px;
    margin-top: -10px;
}

.head-wrap-content-box ul {
    padding-left: 18px;
}

.carousel-item img {
    border-radius: 0px;
}

.modal-dialog {
    /* max-width: 72% !important; */
    margin: 1.75rem auto;
}

.categories-main-cover {
    padding: 115px 0px 120px 0px;
}

.categories-heading-content {
    text-align: center;
    margin-bottom: 40px;
}

.categories-innner-box h3 a:hover {
    color: #fd6145;
    text-decoration: none;
    font-family: "Nunito";
}

.categories-innner-box p {
    font-family: "Nunito";
}

.categories-heading-content p {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    /* padding-left: 28px; */
    color: #cf3229;
    font-family: "Nunito";
}

.categories-heading-content h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 58px;
    font-weight: 700;
    font-family: "Nunito" !important;
    margin: 0px;
}

.cate-repo {
    position: relative;
    font-family: 'Outfit';
    color: #7b7675 !important;
    font-weight: 400 !important;
    margin: 0px;
    transition: all 500ms ease;
    margin-top: 20px;
    font-size: 15px !important;
}

.categories-innner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 25px;
    padding: 32px 20px 0px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0000.08);
    margin-bottom: 60px;
    overflow: hidden;
    transition: all 500ms ease;
    text-align: center;
}

.categories-innner-box {
    background-image: url("../images/cover-shape-image.png") !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
}

.categories-innner-box:hover {
    transform: translateY(-10px);
    transition: all 500ms ease;
}

.product-box-cover-col:hover {
    transform: translateY(-10px);
    transition: all 500ms ease;
}

.categories-link-box:before {
    position: absolute;
    content: '';
    border-top: 1px dashed #d8d2d0;
    width: calc(100% + 40px);
    height: 1px;
    left: -20px;
    top: 0px;
}

.categories-link-box {
    position: relative;
    display: block;
    padding: 17px 0px 18px 0px;
}

.categories-link-box a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-family: "Nunito" !important;
    color: #0c0c0c;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 32px;
}

.categories-link-box a i {
    color: #fd6145;
    font-size: 15px;
    padding-right: 10px;
}

.categories-link-box a:hover {
    color: #fd6145;
    text-decoration: none;
}

.categories-innner-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Nunito" !important;
    margin-bottom: 8px;
}

.footer-repo-text h5 a {
    color: white !important;
    font-weight: 600;
}

.categories-innner-box h3 a {
    position: relative;
    display: inline-block;
    color: #0c0c0c;
    height: 90px;
}

.insurance-content-box {
    border: 1px solid #d5382c;
    border-radius: 6px;
    margin-top: 10px;
    padding: 15px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    height: 88%;
}

.insurance-content-box img {
    width: 40px;
}

.insurance-content-box p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    /* text-align: start; */
    margin-top: 5px;
}

.modal-header h5 {
    color: #bd0e02;
}

.categories-image-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.categories-image-box {
    position: relative;
    display: inline-block;
    max-width: 220px;
    /* width: 100%; */
    width: fit-content;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px !important;
    background: white;
    box-shadow: rgb(246 14 14 / 30%) 0px 2px 8px 2px;
}

/* .single-box-pos {
    position: absolute;
    bottom: 0px;
    right: 35px;
} */

/* .single-box-pos1 {
    position: absolute;
    bottom: 0px;
    left: 35px;
} */

.categories-innner-box p {
    position: relative;
    font-family: "Nunito";
    color: #7b7675;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
    display: block;
    margin-bottom: 32px;
}

.why-choose-cover-box {
    background-color: transparent;
    background-image: linear-gradient(90deg#FAECDB 0%#FAF1EE 100%);
    /* padding: 0px 0px 112px 0px; */
}

.hero-section-heading h4 {
    font-weight: 700;
    text-align: start;
    font-size: 31px;
    font-family: "Nunito";
    color: black;
}

.why-choose-cover-heading {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-cover-heading h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    padding-left: 28px;
    color: #cf3229;
    font-family: "Nunito";
}

.why-choose-cover-heading h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    font-family: "Nunito" !important;
    margin: 0px;
}

.why-choose-cover-heading p {
    margin-top: 20px;
    font-family: "Nunito";
}

.footer-about p {
    font-family: "Nunito" !important;
}

.footer-details-box ul li a {
    font-family: "Nunito" !important;
}

.footer-details-box ul li {
    font-family: "Nunito" !important;
}

.single-item-box {
    text-align: right;
    margin: 0px 0px 32px 0px;
}

.icon-star-box {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 3px;
    left: 31px;
    color: #f3777b;
}

.icon-star-box img {
    width: 30px;
}

.single-item-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 12px;
    font-family: "Nunito" !important;
    margin-bottom: 17px;
}

.single-item-box h3:before {
    position: absolute;
    content: '';
    border-bottom: 1px dashed #fd6145;
    width: 70px;
    height: 1px;
    bottom: 0px;
    right: 0px;
}

.single-item-box p {
    position: relative;
    font-family: "Nunito";
    color: #7b7675;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

.right {
    text-align: left;
    margin: 0px 0px 32px 0px;
}

.right h3:before {
    left: 0px !important;
}

.login-effect {
    box-shadow: 0.3em 0.3em 0 0 var(--color)inset 0.3em 0.3em 0 0 var(--color) !important;
}

.login-effect:hover.login-effect:focus {
    box-shadow: 0 0 0 0 var(--hover)inset 6em 3.5em 0 0 var(--hover) !important;
}

.login-effect {
    --color: #bd0e02 !important;
    --hover: #ffd4d4 !important;
}

.nav-item a {
    color: var(--color) !important;
    transition: 0.25s !important;
}

.box-slider {
    width: 210px;
    margin-left: 12px;
    position: relative;
    top: 10px;
    /* border-radius: 46px; */
}

.box-slider img {
    border-radius: 20px;
}

.nav-item a:hover.nav-item a:focus {
    border-color: var(--hover) !important;
    border: 1px solid #cf3229;
    color: #cf3229 !important;

}

.text-head-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.text-head-box h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.text-head-box img {
    width: 21px;
    mix-blend-mode: plus-lighter;
}

.hero-section-main-wrapper {
    /* background-image: linear-gradient(to right top, #0095da, #0088de, #0079e0, #0069df, #0057da); */
    /* background: linear-gradient(-45deg, #e21e32a4, #7cabe8, #5681b9, #40a936b9); */
    /* background: linear-gradient(-45deg, #e21e32a4, #ff6363, #ff9090, #fa2e2e); */
    /* background: linear-gradient(-45deg, #ffb3b3, #ff9999, #ff8080, #ff6666); */

    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
    margin-top: 0px;
    padding: 30px;
    padding-top: 40px;
    /* padding-bottom: 120px; */
    margin-top: 70px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.text-subhead-box {
    margin-top: 10px;
    margin-left: 10px;
}

.text-subhead-box p {
    margin-bottom: 5px;
    font-size: 14px;
}

.text-content-repo-cover {
    margin-bottom: 45px;
    /* margin-top: 40px; */
    cursor: pointer;
    box-shadow: none;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.text-content-repo-cover:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.left-side-content-box {
    margin-top: 75px;
}

.text-content-repo-cover a {
    color: black;
    text-decoration: none;
}

.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    width: 75%;
}

img#leaves {
    width: 85%;
}

img#attendance {
    width: 78%;
}

.star-pos {
    left: -31px;
}

.book-repo-box-cover {
    margin-top: 85px;
}

.data-box.card-hr-slide {
    display: flex;
    gap: 13px;
}

.img-slide-box-data img {
    width: 50px;
}

.swiper.mySwiperMockup.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 230px;
    margin-left: 4px;
    position: relative;
    z-index: -1;
    border-radius: 40px;
}

.why-right {
    margin-right: 0px;
    /* margin-left: 30px; */
}

.our-partner-cover-box {
    padding: 114px 0px 50px 0px;
}

.our-partner-heading-box {
    text-align: center;
}

.our-partner-heading-box h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Nunito" !important;
}

.our-partner-heading-box p {
    position: relative;
    color: #7b7675;
    font-weight: 400;
    margin: 8px 0px 0px 0px;
    transition: all 500ms ease;
    font-size: 18px;
    font-family: "Nunito";
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partners-swiper-slider {
    margin-top: 70px;
}

.swiper-button-next:after.swiper-button-prev:after {
    font-family: 'Times New Roman' Timesserif !important;
    font-size: 0px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    height: 150px !important;
}

.swiper-button-prev.swiper-button-next {
    background: #cf3229;
    width: 55px !important;
    position: unset !important;
    /* top: 116px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px !important;
    border-radius: 0px 15px 15px 0px;
    opacity: 1 !important;
}

.swiper-button-prev {
    border-radius: 15px 0px 0px 15px;
}

.swiper-buttons-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    gap: 25px;
}

.swiper-button-prev i.swiper-button-next i {
    font-size: 22px;
    color: white;
}

.our-partners-image-box img {
    width: 180px;
}

.news-letter-input-box input {
    width: 130%;
    padding: 9px 16px;
    border-radius: 9px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border: 2px solid #cf3229;
    margin-top: 20px;
}

.news-letter-input-box button {
    position: absolute;
    right: -64px;
    top: 21px;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
    background: transparent linear-gradient(355deg#CF3229 0%#f5feff 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #cf3229;
}

.footer-details-box ul li {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.footer-main-wrapper {
    /* background-image: none !important; */
    padding: 0px 0px !important;
    background-size: cover;
    /* background: #ebebeb; */
    /* background: linear-gradient(308deg, rgba(213, 54, 42, 0.8995973389355743) 18%, rgba(247, 247, 247, 1) 100%); */
    background-repeat: no-repeat;
    z-index: -9999;
    margin-top: 45px;
    color: white;
    background: transparent linear-gradient(107deg, #cafcff 0%, #ffdad8 100%) 0% 0% no-repeat padding-box;
}

.footer-details-box h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: black;
    font-family: "Nunito" !important;
}

.main-footer-text h5 {
    font-family: "Nunito" !important;
}

.main-footer-text h5 a {
    font-family: "Nunito" !important;
}

ul.quick-links li a {
    color: white;
}

.footer-details-box ul li a {
    color: black;
}

.footer-details-box ul li i {
    color: black;
}

.hero-section-image img {
    width: 200px;
    margin-left: 6px;
    height: 60vh;
    margin-top: 27px;
    border-radius: 10px 10px 30px 30px;
}

.hero-section-scroll-box {
    height: 69vh;
}

.swiper-slide .swiper-slide-active {
    height: 273px;
    top: 23px !important;
}

.product-content-cover h5 {
    font-family: "Nunito" !important;
}

/* .hero-section-main-wrapper {
    padding: 90px 0px 90px 90px;
    background: #cf3229;
} */
.hero-section-heading h3 {
    font-size: 45px;
    /* width: 70%; */
    font-family: "Nunito" !important;
    font-weight: 700;
    text-align: start;
}

.hero-section-heading span {
    /* font-size: 50px; */
    /* width: 70%; */
    color: #bd0e02;
    font-family: "Nunito" !important;
    font-weight: 700;
    text-align: start;
}

span.up-data-text {
    font-size: 22px;
}

.hero-section-heading p {
    text-align: start;
    font-family: "Nunito";
    color: black;
    margin-top: 20px;
    font-size: 17px;
}

.how-it-works-content {
    padding-left: 0px;
}

.container-term-body h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 35px;
    font-weight: 700;
}

.container-term-body h2 {
    color: #333;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.container-term-body p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #666;
    font-size: 17px;
    font-weight: 500;
}

.container-term-body {
    margin-top: 120px;
    margin-left: 40px;
    margin-right: 40px;
}

/* .hero-section-heading {
    margin-top: -100px;
    position: relative;
    z-index: 99999;
} */
/* .hero-section-cover-box{
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
} */
.navbar .nav-item .menu-drop-repo {
    margin-top: 0;
    margin-top: -8px;
    padding: 10px;
    left: 10px !important;
}

/* .hero-section-main-wrapper {
    margin-top: 0px;
    background: rgb(246, 53, 47);
    background: linear-gradient(242deg, rgba(246, 53, 47, 0.38139005602240894) 0%, rgba(238, 69, 56, 1) 100%);
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 100px;
} */

button.request-demo p {
    margin-bottom: 0px;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

button.request-demo:focus {
    /* border-bottom: 2px solid #d6462a; */
    outline: none;
}

button.request-demo {
    background: none;
    border: none;
    margin-right: 15px;
    cursor: pointer;
}

button.request-demo:hover {
    border-bottom: 1px solid #e34f40;
}

button.request-demo:hover p {
    color: #e34f40;
}

.hero-section-cover-box {
    padding-top: 30px;
}

canvas {
    height: 70vh;
    /* background-color:#16a085; */
}

.how-it-works-count img {
    width: 22px;
}

.how-it-works-heading h6 {
    font-size: 17px;
    font-weight: 600;
}

img#insurance {
    width: 85% !important;
}

.Product-services {
    margin-top: 50px;
}

.hr-operations-heading-data p {
    width: 85%;
    font-size: 17px;
}

.hr-para {
    display: flex;
    justify-content: center;
    text-align: center;
}

.how-it-works-banner-img {
    display: flex;
    justify-content: center;
}

div#lottie-container-1 {
    width: 75%;
    height: 100%;
}

.image-to-show {
    display: none;
}

.image-to-show.active {
    display: block;
}

.text-content-repo-cover.active {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    background: #ff6161;
}

.text-content-repo-cover.active h5 {
    color: white;
}

.text-content-repo-cover.active p {
    color: white;
}

/* .hero-section-heading {
    margin-top: -100px;
} */
.main-footer-text h5 {
    font-size: 17px;
    margin-top: 40px;
    letter-spacing: 0.2px;
    color: white;
    padding: 10px;
    background-color: #000000;
    font-size: 14px;
    font-family: "Nunito";
}

.why-choose-us-image img {
    width: 67%;
}

.why-choose-us-image {
    display: flex;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: unset !important;
    font-size: unset !important;
    content: "" !important;
}

.swiper-button-prev {
    position: absolute;
    display: flex;
    left: 50% !important;
    top: 85% !important;
    background: #dc747d;
    width: 50px !important;
    height: 30px !important;
}

.swiper-button-next {
    position: absolute;
    display: flex;
    left: 56% !important;
    top: 85% !important;
    background: #dc747d;
    width: 50px !important;
    height: 30px !important;
}

.swiper-button-next {
    border-radius: 0px 15px 15px 0px;
}

.swiper-button-prev i,
.swiper-button-next i {
    color: white;
    font-size: 22px;
}

/* #webcoderskull h1{
  letter-spacing: 5px;
  font-size: 5rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: bold;
} */

/* .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-section-image{
    position: relative;
    height: 100%;
  }

  .hero-section-image {
    background: #eee;
    font-family: "Nunito" Neue"Nunito"Arial;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  } */
.swiper.mySwiper1.swiper-initialized.swiper-vertical.swiper-backface-hidden {
    margin-top: -156px;
    /* height: 405px; */
    top: 25px;
    height: 95%;
    border-radius: 10px 10px 30px 30px;
}

.swiper.mySwiper1.swiper-initialized.swiper-vertical.swiper-backface-hidden {
    border-radius: 10px 10px 30px 30px;
    width: 64%;
    left: 0px !important;
    margin-left: 0;
}

html {
    overflow-x: auto;
}

.slide-effect-repo {
    animation: scroll 10s linear infinite;
    transform-origin: bottom;
    /* Set the transform origin to the bottom */
    border-radius: 10px 10px 30px 30px;
}

.partner-slider-repo {
    animation: partner-scroll 10s linear infinite;
    transform-origin: right;
    border-radius: 10px 10px 30px 30px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes partner-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.hero-section-image {
    position: relative;
    height: 70vh;
    margin-top: -90px;
    background-image: url("../images/iphone.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 236px; */
    z-index: 999999;
    /* display: flex; */
    /* align-items: center; */
    margin-left: 150px;
    background-color: white;
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
    .swiper.mySwiper1.swiper-initialized.swiper-vertical.swiper-backface-hidden {
        border-radius: 10px 10px 30px 30px;
        width: 97%;
        left: 0px !important;
        margin-left: 0;
        top: 35px !important;

    }

    .hero-section-scroll-box {
        height: 65vh;
    }

    .Product-services {
        margin-top: 150px;
    }

    .hero-section-image {
        margin-top: -240px !important;
    }

    .hero-section-image img {
        width: 257px;
        margin-left: 6px;
        height: 60vh;
        margin-top: 27px;
        border-radius: 10px 10px 30px 30px;
    }

    .hero-section-heading h3 {
        width: 110%;
        font-size: 40px;
    }

    .rating-expo-1 {
        height: 180px;
        width: 85%;
        margin: 0 auto;
    }

    .hero-section-heading h4 {
        width: 110%;
        font-size: 26px;
    }

    .categories-main-cover {
        padding: 115px 0px 70px 0px;
    }

    .why-choose-cover-box {
        padding: 0px 0px 80px 0px;
    }

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

    .why-right {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 498px) {
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #cf3229 !important;
        border: none;
        margin-top: 0px;
        margin-right: 0px;
    }

    .hero-section-heading {
        margin-top: 15px;
    }

    .hero-section-heading h3 {
        font-size: 25px;
        width: 110%;
    }

    .how-it-works-content {
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .left-side-content-box {
        margin-top: 20px;
        display: flex;
        /* gap: 35px; */
        justify-content: space-around;
    }

    .mobile-data-responsive {
        display: none;
    }

    .why-us-repo-data-wrap {
        flex-direction: column-reverse;
    }

    .text-content-repo-cover:hover {
        padding: 10px 25px;
    }

    .image-box-wrap {
        width: 100%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    .why-us-content-box-wrapper.wrap-3 {
        margin-top: 0px;
        left: 0%;
        width: 100%;
    }

    .image-box-wrap.third-wrap {
        margin-left: 0px;
        width: 100%;
    }

    .image-box-wrap.forth-wrap {
        width: 100%;
    }

    .why-us-content-box-wrapper.wrap-5 {
        margin-top: 0px;
        left: 0%;
        width: 100%;
    }

    .image-box-wrap.fifth-wrap {
        width: 100%;
    }

    .why-us-content-box-wrapper.wrap-6 {
        left: 0%;
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .image-box-wrap.sixth-wrap {
        width: 100%;
    }

    .why-us-content-box-wrapper.wrap-4 {
        left: 0%;
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .why-us-content-box-wrapper.why-back-bg-2 {
        left: 0%;
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .image-box-wrap.second-wrap {
        margin-left: 0px;
        width: 100%;
    }

    .why-us-line-wrapper {
        background-image: unset !important;
        width: 100%;
    }

    .why-us-content-box-wrapper {
        display: flex;
        margin-left: 0px;
        width: 100%;
        margin-top: 30px;
        align-items: center;
        position: relative;
        left: 0%;
    }

    .text-subhead-box {
        display: none;
    }

    .why-choose-cover-heading {
        margin-bottom: 0px;
    }

    .head-wrap-content-box ul li {
        font-size: 13px;
    }

    .why-us-content-box-wrapper {
        padding-left: 15px;
        padding-right: 10px;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .why-data-text-repo {
        margin-top: 20px;
    }

    .head-wrap-box-cov img {
        width: 30px;
    }

    .head-wrap-content-box p {
        font-size: 13px;
    }

    .head-repo-repo-text {
        padding: 4px;
        margin-top: 20px;
    }

    .image-box-wrap img {
        width: 60%;
    }

    .head-repo-repo-text p {
        font-size: 16px !important;
    }
    a.nav-link.login-btn {
        padding: 6px 0px !important;
    }
    .head-repo-repo-text h5 {
        font-size: 26px !important;
        margin-bottom: 0px;
    }

    .why-us-cover-wrap {
        margin-top: 80px;
    }

    .why-data-text-repo h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .product-box-cover-col {
        display: flex;
        justify-content: center;
    }

    .product-box-cover {
        width: 90%;
    }

    .hero-section-heading span {
        font-size: 20px;
        width: 110%;
    }

    .hr-operations-heading-data h5 {
        font-size: 25px;
    }

    .work-heading-text h3 {
        font-size: 25px !important;
    }

    .hr-operations-heading-data p {
        width: 100%;
        font-size: 15px;
    }

    canvas {
        height: 80vh;
        width: 100%;
    }

    .nav-details-main-cover {
        height: 76px;
        padding: 10px;
    }

    .hero-section-main-wrapper {
        margin-top: 100px;
        padding: 5px;
    }

    .hero-section-heading h4 {
        font-size: 19px;
    }

    .hero-section-heading p {
        font-size: 14px;
    }

    .swiper.mySwiper1.swiper-initialized.swiper-vertical.swiper-backface-hidden {
        width: 100%;
    }

    .hero-section-image img {
        width: 169px;
        margin-left: 4px;
        height: 34vh;
        margin-top: 27px;
        border-radius: 10px 10px 30px 30px;
    }

    .hero-section-scroll-box {
        height: 36vh;
    }

    .our-feature-cover-wrapper {
        background: #fff6f6;
        padding: 15px 0px 70px 0px !important;
    }

    .our-feature-box-section::before {
        opacity: 1;
    }

    .hero-section-image {
        /* position: relative; */
        height: 40vh;
        margin-top: -350px;
        background-image: url("../images/iphone.png") !important;
        background-repeat: no-repeat;
        background-size: contain;
        width: 236px;
        z-index: 999999;
        margin-left: 68px;
        /* display: flex; */
        /* align-items: center; */
        /* margin-left: 150px; */
        background-color: white;
    }

    .feat-repo {
        padding-left: 0px !important;
    }

    .our-feature-box-section {
        position: relative;
        display: block;
        margin-right: 0px;
        background: #0c0c0c;
        border-radius: 15px;
        padding: 20px 0px 20px 5px;
        margin-left: 15px;
    }

    .text-content-repo-cover.active {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        padding: 10px;
        border-radius: 10px;
        transition: all .3s ease-in-out;
    }

    .how-it-works-main-wrapper h4 {
        font-size: 24px;
    }

    .numbers-repo {
        position: absolute;
        top: -85px;
        right: 3px;
        font-size: 60px;
        line-height: 100px;
        font-family: 'Urbanist';
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 3px 0px 0px #e4dcd8;
        writing-mode: unset;
    }

    .our-feature-rating-box {
        width: 85%;
    }

    .our-feature-rating-box-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        margin-top: 50px;
    }

    .hero-section-heading.wow.animate__.animate__fadeInLeft.animated {
        margin-top: 0px;
    }

    .nav-bar-main-box nav a.navbar-brand {
        background-color: transparent !important;
    }

    .feture-content-box h2 {
        font-size: 36px;
    }

    .loader-text {
        font-size: 16px !important;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: flex;
        justify-content: space-between !important;
    }

    .contact-form-wrap {
        margin-top: 0px !important;
    }

    .product-image-cont {
        position: absolute;
        top: 35px;
        left: 41%;
    }

    button.request-demo {
        margin-left: -5px;
        padding: 5px;
    }

    button.request-demo p {
        text-align: start;
    }

    .main-footer-text h5 {
        margin-left: 0px !important;
    }

    .our-features-rating {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: center;
        margin-top: 30px;
    }

    .our-feature-rating-box-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        margin-top: 20px;
    }

    .categories-heading-content h2 {
        font-size: 32px;
    }

    .categories-block-one {
        width: 95%;
        margin: 0 auto;
    }

    .categories-image-box img {
        border-radius: 50%;
        transition: all 500ms ease;
        width: 165px;
    }

    .categories-innner-box h3 {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 23px;
        font-weight: 600;
        font-family: "Nunito" !important;
        margin-bottom: 8px;
    }

    .categories-main-cover {
        padding: 55px 0px 20px 0px;
    }

    .why-choose-cover-heading h2 {
        /* font-size: 48px; */
        line-height: 40px;
        font-size: 25px;
    }

    a.nav-link.login-btn {
        padding: 6px 0px;
        width: 50px;
        margin-left: 0px;
    }

    .why-choose-us-image img {
        width: 130px;
    }

    .why-choose-us-left {
        gap: 0px;
    }

    .icon-star-box img {
        width: 20px;
    }

    .single-item-box h3 {
        line-height: 17px;
        font-size: 13px;
        font-weight: 600;
    }

    .categories-innner-box h3 a {
        height: 50px;
    }

    .modal-dialog {
        max-width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .book-repo-box-cover {
        width: 90%;
    }

    .modal-header h3 {
        font-size: 25px;
    }

    .insurance-content-box p {
        font-size: 12px;
    }

    .navbar-cont-repo {
        padding: 0px !important;
    }

    .navbar-brand img {
        width: 60% !important;
    }

    .product-service-heading p {
        font-size: 25px;
    }

    .why-choose-us-left {
        margin-right: 10px;
    }

    .navbar-nav {
        background: #fff !important;
        padding: 15px;
        width: auto;
        align-items: start !important;
    }

    span.up-data-text {
        font-size: 20px;
    }

    .why-right {
        margin-right: 0px;
        margin-left: 10px;
    }

    .icon-star-box {
        left: 5px;
    }

    .star-pos {
        left: -5px;
    }

    .why-choose-cover-box {
        padding: 0px 0px 0px 0px;
    }

    .hero-section-image-box {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    #carouselExampleIndicators {
        height: 100% !important;
    }

    .desktop-view-data {
        display: block !important;
    }

    .text-content-repo-cover {
        margin-bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        padding: 10px;
        border-radius: 10px;
        transition: all .3s ease-in-out;
        width: 155px;
    }

    .mobile-site-repo {
        margin-top: 15px !important;
        margin-bottom: 40px;
    }

    .text-head-box h5 {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .image-container img {
        width: 65%;
    }

    img#insurance {
        width: 85%;
    }

    img#leaves {
        width: 75%;
    }

    .hr-operations-slider-cover {
        margin-top: 30px;
        padding: 0px !important;
    }

    .carousel-inner {
        margin-top: 30px !important;
    }

    .card-hr-slide {
        padding: 10px !important;
    }

    .data-box p {
        font-size: 13px !important;
    }

    .work-heading-text p {
        width: 98% !important;
        font-size: 15px !important;
        font-family: "Nunito";
    }

    .how-it-works-content-box-cover {
        margin-left: 0px !important;
    }

    .footer-main-details-box {
        padding-bottom: 0px !important;
    }

    .data-box h5 {
        font-size: 15px !important;
    }
}







canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */


.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.data-box h5 {
    font-size: 17px;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.card-hr-slide {
    border: none;
    background: none;
    /* padding: 15px !important; */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 8px;
    cursor: pointer;
    padding-left: 5px;
}

.carousel-indicators {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: unset;
    margin: 0px !important;
}

.card-hr-slide.active {
    background: #ff6161 !important;
    color: white;
    border-radius: 10px;
}

.why-choose-cover-box {
    margin-top: 50px;
}

.data-box p {
    margin-bottom: 0px;
    font-size: 15px;
}

.hr-operations-slider-cover {
    margin-top: 30px;
    padding: 20px;
}

.image-box-con img {
    margin-top: 15px !important;
}

.card-hr-slide:focus {
    outline: none !important;
}



p.text-from {
    text-transform: lowercase;
}

.loader {
    display: inline-block;
    border-right: 3px solid;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 4s steps(40) 1s infinite normal both, blink 1.75s steps(40) infinite;
    position: relative;
}

.loader-text {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(to right, #f46760, #f5756e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Nunito";
    font-weight: 800;
}

.expo-count-box img {
    width: 55px;
    margin-top: -10px;
    padding-bottom: 10px;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
        /* Adjusted to fit the full width of the text */
    }
}

@keyframes blink {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }

    to {
        border-right-color: transparent;
    }
}

.work-heading-text h3 {
    text-transform: capitalize;
    font-family: "Nunito" !important;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}

.work-heading-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.work-heading-text p {
    width: 80%;
    font-size: 19px;
    font-family: "Nunito";
}


.cover-btn-care {
    background: #bd0e02;
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 8px 30px;
}

.cover-btn a:hover {
    border-bottom: none !important;
}

.cover-btn a {
    transition: none !important;
}

ul.navbar-nav {
    display: flex;
    align-items: center;
    background: white;
}

.desktop-view-data {
    display: none;
}

.cover-btn-care:hover {
    color: black;
}

.cover-btn-care:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.cover-btn-care:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}













body {
    overflow-x: hidden !important;
}

.container {
    max-width: 1204px !important;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

select[readonly] {
    pointer-events: none;
}

.head-repo-repo-text {
    text-align: center;
}

.why-us-repo-data-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.why-us-wrapper {
    margin-top: 120px;
}

.head-repo-text-image {
    display: flex;
    justify-content: center;
}

.head-repo-text-image img {
    width: 40%;
    background: white;
}

.head-repo-repo-text h5 {
    font-size: 40px;
    font-weight: 700;
    color: #c31704;
}

.head-repo-repo-text p {
    margin-bottom: 0px;
    font-size: 18px;
}

.why-us-line-wrapper {
    background-image: url('../images/why-us-line.png');
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
    background-position: top;
    margin-left: 67px;
}

.head-repo-repo-text {
    padding-left: 20px;
    width: 50%;
}

.btn-primary {
    color: #fff;
    border-color: #007bff;
    background: linear-gradient(180deg, #39f1e0 0, #1ba8d3 100%) !important;
    border: none;
    font-size: 14px;
    padding: 11px 16px;
}

.btn-primary:hover {
    background: #101b40;
    transition: 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.btn-secondary {
    color: #fff;
    background: #003478;
    border: none;
    font-size: 14px;
    padding: 11px 21px;
}

.btn-secondary:hover {
    transition: 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: #d91324b5;
}

.btn.btn-outline-success {
    background: none;
    border: 1px solid white !important;
    color: #fff;
}

.btn.btn-outline-success:hover {
    background: #cbcbcb !important;
    border: 1px solid #cbcbcb !important;
    color: #000;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand img {
    width: 85% !important;
}

#navbarSupportedContent {
    width: 117%;
}

/*.dropdown-menu.show {*/
/*    background: #003478;*/
/*    margin-top: -5px;*/
/*    border: none;*/
/*}*/
#city_rto_autocomplete,
#variant_autocomplete,
#make_autocomplete,
#model_autocomplete {
    text-transform: uppercase;
}

.navbar .nav-item .dropdown-menu a {
    padding: 7px 18px;
    color: #000000ad !important;
}

.navbar .nav-item .dropdown-menu a:hover {
    border-bottom: 2px solid #cf3229 !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;

    margin-top: -8px;

    padding: 10px;
    left: 94px;
}

/*------------------------------
index page start
------------------------------*/
.header-top-social-cover {
    background: #f0f4f9;
    padding: 10px;
    padding-top: 12px;
}

.top-social-box ul {
    padding: 0px;
    margin: 0;
}

.top-social-box li {
    list-style: none;
    float: left;
    padding: 0px 18px;
    color: #003478;
}

.top-social-border {
    border-left: 1px solid #d6d6d6;
}

.top-social-borde-right {
    border-left: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.top-social-link ul {
    padding: 0;
    margin: 0;
}

.top-social-link li {
    list-style: none;
    float: left;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #003478;
}

.top-social-link {
    float: right;
}

.header-contact-cover {
    padding: 15px 0px;
}

.header-contact-info a {
    color: #000;
}

.header-contact-icon {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #829bbd;
    border-radius: 50% 50% 50% 50%;
    height: 34px;
    width: 34px;
    text-align: center;
    color: #ff6953;
    font-size: 18px;
    padding-top: 2px;
}

.header-contact-cover button.btn.btn-primary i {
    font-size: 17px !important;
}

.header-contact-info h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    color: #003478;
}

.header-contact-title {
    font-weight: bold;
    color: #7f99bb;
    font-size: 14px;
}

.header-contact-cover {
    margin-top: 11px;
    display: flex;
    justify-content: right;
}

.header-contact-border {
    padding-left: 30px;
}

.header-contact-border .header-contact-icon {
    padding-top: 2px;
    font-size: 20px;
}

.header-quote-btn {
    padding-top: 25px;
    text-align: right;
}

.header-contact-wraper {
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url(../images/slider-background.jpg) !important; */
    padding: 0px 0px;
}

.header-navbar {
    margin-top: 16px;
    border-bottom: 2px solid #fff;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    width: 100%;
}

.header-logo img {
    width: 100%;
}

.bg-light {
    background-color: #fff;
    padding: 10px 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    /* padding: 10px 15px; */
}

/* .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    padding: 10px 9px;
    font-weight: bolder;
    font-size: 15px;
} */

.navbar-light .navbar-nav .nav-link:hover {
    color: #dd4c3f !important;
    border-bottom: 2px solid #db3a2b !important;
    border-radius: 0px !important;
}

.container.bottom_border i {
    font-size: 18px;
}

p.footer-mail a {
    color: #fff;
    font-size: 16px;
    margin-left: 6px;
}

/*slider section start*/
.slider-background {
    background-image: url("../images/banner_bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
    height: 575px;
    margin-top: -30px;
}

.carousel-item.active {
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}

/*-------slider tabs section----------*/

.nav-link img {
    width: 50px;
}

.slider-form-wraper .card {
    padding: 20px !important;
    border: none;
    border-radius: 0.5rem;
}

.slider-form-wraper .card {
    padding: 0;
    border: none;
    border-radius: 0.5rem;
}

.slider-form-wraper a.active {
    border-bottom: 3px solid #003478;
}

.slider-form-wraper .nav-link {
    color: grey;
    font-weight: bold;
}

.slider-form-wraper .nav-pills {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 12px 5px;
    padding-top: 5px;
}

.slider-form-wraper .nav-link:hover {
    color: #003478;
}

.slider-form-wraper .nav-pills .nav-link.active {
    color: rgb(0, 52, 120);
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
}

.slider-form-wraper .nav-pills .nav-link {
    text-align: center;
}

.slider-tabs-label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: bold;
    color: rgb(110, 110, 110);
}

.form-group.slider-tab-input-box {
    margin-bottom: 15px !important;
}

.slider-form-wraper p {
    margin-bottom: 8px;
    font-size: 13px;
}

.slider-slide {
    margin-top: 100px;
}

/*-------slider tabs section----------*/

/*slider section end*/

/*------------------------------
index page end
------------------------------*/

/*------------------------------
footer section start
------------------------------*/

p.copy-right-content {
    margin-top: 22px;
}

/*footer*/
.col_white_amrc {
    color: #fff;
}

footer {
    width: 100%;
    background-color: #767676;
    color: #003478;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
    margin-top: 15px;
    /* background-image: url('../images/footer-back-2.jpg') !important; */
    margin-top: 95px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

footer p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #fff;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.social_footer_ul li {
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.footer-social-icons {
    margin-left: 15px;
}

.footer-address {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-top-contact {
    background-color: #003478;
    background-image: url(http://demo.themewinter.com/wp/instive/wp-content/uploads/2019/08/call-action-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 6px;
    padding: 27px;
    margin-top: 100px;
}

.footer-top-contact-number h3 {
    margin: 0;
    font-weight: bold;
    font-size: 23px;
}

.footer-top-contact-text-bold {
    font-weight: bold;
}

.copy-text-footer {
    margin: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 1000;
}

.copy-text-footer a {
    color: #fff;
}

/*------------------------------
footer section end
------------------------------*/

/*------------------------------
insurance basic form
------------------------------*/

.basic-details-form-wraper {
    /*    background-image: linear-gradient(to right top, #65d9f6, #1eb0d45c, #66e8f4, #1eb0d45c, #76f6ee);*/
    padding: 25px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
}

.basic-detail-form-title h2 {
    font-weight: 700;
    font-size: 25px;
}

.basic-detail-form-title .subtext {
    font-weight: normal;
}

.basic-detail-form-title h4 {
    font-size: 18px;
}

.form-input-cover-small-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px;
    color: #000 !important;
}

.form-input-cover {
    margin-top: 20px;
}

.basic-form-select-icon .btn p {
    margin: 0px;
    font-size: 15px;
}

.basic-form-select-icon .btn {
    padding: 14px 23px;
    font-size: 16px;
    background: #fff;
    color: gray;
    width: 100%;
}

.basic-form-select-icon .btn.motor-type-select-box {
    background: -webkit-linear-gradient(45deg,
            rgba(27, 168, 211, 1) 0%,
            rgba(57, 241, 224, 1) 100%);
    padding: 14px 23px;
    padding: 14px 23px;
    font-size: 16px;
    color: #fff !important;
    width: 100%;
}

.motor-type-select-box p {
    color: #fff !important;
}

.motor-type-select-box i {
    color: #fff !important;
}

#motor-select-box {
    margin: 15px 0px;
    margin-bottom: 15px;
    margin-bottom: 9px;
}

element {}

#motor-select-box .btn {
    color: #000 !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.basic-form-select-icon .btn {
    padding: 14px 23px;
    font-size: 16px;
    background: #fff;
    color: gray;
    width: 100%;
}

.btn i {
    font-size: 24px !important;
}

#motor-select-box p {
    font-size: 12px !important;
}

#motor-select-box .btn {
    color: #000 !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.cashless-hospital-list {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-btn {
    margin-top: 26px;
}

.proposer-form-inputs {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 0 !important;
}

/*------------------------------
insurance provider
------------------------------*/
.insurance-company-list-wrap ul {
    padding: 15px;
    margin: 0px;
    background: #f6f7fb;
    padding-bottom: 36px;
}

.insurance-company-list-wrap li {
    float: left;
    margin-left: 42px;
    font-size: 15px;
    list-style: none;
}

.insurance-company-title {
    font-weight: 700;
    font-size: 15px !important;
    color: #243a94 !important;
}

.insurance-company-details-title {
    background: #f6f7fb;
    padding: 15px;
    margin-top: 19px;
    border-radius: 6px;
    font-weight: 700;
    color: grey;
    font-size: 13px;
}

.insurance-company-detail-box-cover {
    padding: 25px 15px;
}

.insurance-company-detail-box {
    border-radius: 6px;
    box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1px 15px;
    font-size: 13px !important;
}

.insurance-company-detail {
    margin: 15px 0px;
}

.add-to-compare-check-cover {
    background: #fff;
    background: #f4f4f4;
    padding: 11px;
    text-align: right;
    border-radius: 6px;
}

.insurance-company-brochure {
    text-align: center;
}

.insurance-company-short-info {
    text-align: center;
}

.insurance-company-facility-btn-title {
    font-size: 12px;
    text-align: center;
    margin-top: 9px;
    font-weight: 700;
}

a.btn.btn-primary.create-premium-quote.premium-quote-compare-price-btn i {
    font-size: 17px !important;
    margin-left: 7px;
}

.service-provider-count-wrap {
    padding: 10px 0px;
    margin-top: 22px;
}

.service-provider-count-title {
    font-size: 15px;
}

.facility-custom-select-cover {
    box-shadow: 0 8px 6px -6px #d1d1d1;
    padding-bottom: 15px;
}

.facility-custom-top-up {
    text-align: center;
    padding-top: 10px;
}

.facility-quotation-title {
    font-size: 12px;
    margin-bottom: 15px;
}

.facility-custom-select- {
    color: #243a94;
    font-weight: bold;
    font-size: 14px;
}

.facility-custom-select-drop-title {
    color: #243a94;
    font-size: 14px;
    font-weight: 700;
}

/*------------------------------
insurance provider
------------------------------*/

/*------------------------------
proposer-details
------------------------------*/
.plan-amount-box li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000 !important;
}

.plan-amount-box-cover ul {
    padding: 0;
}

.plan-amount {
    color: #fff;
    font-size: 14px;
}

.proposer-details-title h2 {
    /* font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    background: #003478;
    padding: 10px;
    color: #fff; */
    margin-top: 0;
    font-family: "Nunito";
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 28px;
    color: #2edaca;
}

.form-control {
    font-size: 13px !important;
}

.preview-btn .btn.btn-primary {
    margin-left: 15px;
}

.preview-btn {
    padding-left: 16px;
}

.medical-history-box {
    margin-bottom: 15px;
}

.other-details-box ul {
    padding: 14px;
    margin-bottom: 0;
}

.other-details-box {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 3px 12px 2px #eee;
    border-radius: 6px;
    margin-bottom: 10px;
}

.other-details-box li {
    font-size: 12px;
    margin-bottom: 5px;
    color: gray;
}

.payment-members-details-box {
    background: #fff;
    padding: 20px 14px;
    box-shadow: 0px 3px 12px 2px #eee;
    border-radius: 6px;
}

.payment-members-details-title {
    margin-bottom: 5px;
    font-size: 14px;
}

.payment-members-info-box {
    font-size: 14px;
    margin-bottom: 10px;
}

.payment-members-info-title {
    font-weight: 700;
    font-size: 14px;
    color: #003478;
}

.payment-members-details-box .form-input-cover-small-title {
    margin-bottom: 15px;
}

.payment-price-box {
    background: #f2f3f8;
    padding: 10px;
}

.payment-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

.payment-amount {
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px;
}

.total-payment {
    background: #003478;
    padding: 0px 10px;
    padding-top: 0px;
    padding-top: 14px;
    color: #fff;
    margin-top: -13px;
    margin-bottom: 15px;
}

.payment-mode {
    font-size: 13px;
}

.payment-number-box {
    margin: 10px 0px;
}

/*------------------------------
index page
------------------------------*/

.quotes-circle-pointer {
    cursor: pointer;
}

.index-page-background {
    /*    background-image: url('../images/home-background.jpg')!important;*/
    background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}

.big-title-span {
    color: #372f85;
    font-weight: 700;
}

.big-title {
    padding: 14px 0px;
}

.big-title h1 {
    font-size: 26px;
    font-weight: bold;
}

.borker-logo {
    padding-top: 30px;
}

.big-title p {
    margin-top: 10px;
}

.quotes-wraper {
    padding: 50px 0px;
}

.Quotes-icon-box {
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    background: -webkit-linear-gradient(45deg,
            rgba(27, 168, 211, 1) 0%,
            rgba(57, 241, 224, 1) 100%);
    margin-bottom: 15px;
}

.home-login-box {
    border: 3px solid #36e9df;
    border-radius: 6px;
    font-weight: bold;
}

.quotes-icon-second-circle {
    margin-top: 15px;
}

.home-login-box p {
    margin: 0px;
    margin-bottom: 15px;
}

.quotes-box a:hover {
    text-decoration: none !important;
}

.quotes-box-title h1 {
    font-size: 27px;
    padding-bottom: 15px;
    font-family: "Original Surfer", cursive;
}

.quotes-box-title {
    padding-left: 30px;
}

.quotes-box {
    margin-bottom: 34px;
}

.Quotes-icon-box-title {
    color: #fff;
    margin-top: 10px;
}

.quotes-box-number {
    background: #f1f1f1;
    padding: 12px;
    border-radius: 6px;
}

.quote-img {
    border: 0;
    /* padding-top: 120px; */
}

.home-login-wraper {
    padding: 50px 0px;
}

.home-login-btn-cover {
    margin-top: -45px;
    padding-left: 58px;
    text-align: center !important;
    font-weight: bold !important;
}

.home-login-btn-wraper {
    padding: 20px 0px;
}

.home-click-form-boxinput label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #5a5959;
}

.home-click-form-boxinput {
    margin-bottom: 10px;
}

.home-click-form-policy {
    font-size: 11px;
}

.home-click-form-btn {
    text-align: center;
}


/*=========================
Clients logo start
=========================*/
.clients-logo img {
    width: auto !important;
}

.clients-logo {
    display: flex;
    justify-content: center;
}

.topic-title h3 {
    font-weight: bold;
    color: #003478;
}

.clients-logo-cover {
    padding: 0px 0px;
    padding-top: 70px;
}

.topic-title {
    text-align: center;
    margin-bottom: 50px;
}

/*=========================
Clients logo end
=========================*/

/*=========================
insurance type
=========================*/
.insurance-type-icon {
    text-align: center;
}

.insurance-type-box h4 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #003478;
}

.insurance-type-icon img {
    width: 85%;
}

.insurance-type-box .col-9 {
    padding: 0px;
}

.insurance-type-text {
    color: rgb(110, 110, 110);
    font-size: 14px;
    margin-bottom: 10px;
}

.insurance-type-box {
    padding: 15px;
    background: #f3f3f375;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

/*=========================
insurance type
=========================*/

/*=========================
feedback section start
=========================*/
.feedback-profile {
    width: 100px;
    height: 100px;
    border: 5px solid #ececec;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.feedback-profile img {
    display: block;
    width: 100%;
}

.feedback-content {
    color: #fff;
    font-size: 15px;
}

.feedback-cover {
    background-image: url("../images/testimonials.psd.png") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
    height: 368px;
}

#carouselExampleIndicators {
    /*    background-image: url('../images/feedback_bg_4.png') !important;*/
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}

.feedback-desc-cover {
    margin-left: 58px;
    margin-top: 20px;
    padding-right: 92px !important;
}

.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black !important;
    border-radius: 50%;
    font-weight: bold !important;
    background: #e7e7e7 !important;
    font-size: 25px !important;
}

.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
    border-radius: 50%;
    font-weight: bold !important;
    background: #e7e7e7 !important;
    font-size: 25px !important;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.feedback-name h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.feedback-banner img {
    margin-bottom: 17px;
}

/*=========================
feedback section end
=========================*/
.insurance-type-box a {
    color: #003478;
}


/*/contact-page-section-end/*/

/* about-page-start */

.about-cont-card {
    background: #fff;
    height: 100%;
    border-radius: 33px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
        rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    text-align: center;
    border: 2px solid #5368b1;
    margin-bottom: 15px !important;
}

.about-cont-card p {
    font-size: 15px;
    margin: 0;
}

.about-cont-card h3 {
    font-size: 16px;
    font-family: "" Nunito"";
    font-weight: bold;
    background: #5368b1;
    color: #fff;
    padding: 12px;
    border-radius: 30px 30px 0 0;
}

.about-us-content-cover h3 {
    font-size: 21px;
    font-weight: 600;
    color: #003478;
}

.about-us-content-cover li {
    list-style: none;
}

.about-us-content-cover i {
    color: #003478;
}

.about-us-content-cover ul {
    padding: 0;
}

.about-us-main-cover {
    padding-top: 46px;
}

/* about-page-end */

.coming-soon-middle-images {
    text-align: center;
}

.coming-soon-side-images {
    margin-top: 250px;
}

.coming-soon-top-image img {
    width: 32%;
}

.coming-soon-title img {
    width: 77%;
}

.coming-soon-logo img {
    width: 27%;
}

.coming-soon-bottom-image img {
    width: 35%;
}

.coming-soon-side-images img {
    width: 65%;
}

.coming-soon-main-wraper {
    margin-top: -45px;
}

.col-lg-6.top-social-borde-right.header-contact-border {
    display: none;
}

/* health insure section start */
.health-insure-members-box {
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgb(121 121 121 / 15%);
    padding: 21px 0px;
    color: #000;
    border-radius: 6px;
    margin-bottom: 15px;
}

.health-insure-members-box img {
    width: 18%;
    margin-bottom: 5px;
}

.health-insure-members-box-cover a:hover {
    text-decoration: none;
}

.health-insure-members-box p {
    padding: 0;
    margin: 0;
}

.health-insure-add-members-health-check-cover label.form-check-label {
    width: 100%;
    padding: 8px 14px;
}

.health-insure-add-members-health-check-cover {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px,
        rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}

.health-insure-add-members-health-check-cover input#exampleCheck1 {
    margin-top: 13px;
    margin-left: -8px !important;
}

.health-insure-add-member-flyoutmodal button.close {
    color: #fff;
    font-size: 39px;
    margin-top: -8px;
}

div#health-insure-add-member-flyoutmodal {
    padding-right: 0px !important;
}

span.health-insure-add {
    float: right;
}

span.health-insure-add {
    float: right;
    width: 50%;
}

.health-insure-add .form-control {
    color: #495057 !important;
    background-color: #f2f2f2 !important;
    border: none !important;
}

.health-insure-add-members-count span.minus {
    background: #003478;
    color: #fff;
    padding: 0px 10px;
    border-radius: 9px;
    font-size: 23px;
    cursor: pointer;
}

.health-insure-add-members-count span.plus {
    background: #003478;
    color: #fff;
    padding: 0px 10px;
    border-radius: 9px;
    font-size: 23px;
    cursor: pointer;
}

.healt-insire-add-kids-box {
    border: 1px solid #5e6c84;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.healt-insire-add-kids-box-age .form-control {
    color: #495057 !important;
    background-color: #f2f2f2 !important;
    border: none !important;
}

.healt-insire-add-kids-box-container {
    padding: 10px 15px;
}

.healt-insire-add-kids-box-inner {
    padding-top: 10px;
    border-top: 1px solid #5e6c84;
}

.custom-minus {
    border: none;
    border-radius: 50%;
    padding: 4px 8px;
    background: #f2f3f8;
    color: gray;
}

.custom-plus {
    border: none;
    border-radius: 50%;
    padding: 4px 8px;
    background: #f2f3f8;
    color: gray;
}

.health-insure-add-members-health-check-cover .form-check-input {
    margin-top: 14px;
    margin-left: -8px;
}

.health-insure-add-members-modal-fix-btn button.btn.btn-primary {
    width: 100%;
}

.health-insure-add-members-modal-fix-btn {
    text-align: center;
    margin-top: 27px;
    position: sticky;
    bottom: 0;
    background: #dddddd;
    padding: 12px 15px;
}

.health-insure-members-title-cover {
    margin-bottom: 29px;
    background: #003478;
    padding: 12px 15px;
    color: #fff;
}

.health-insure-members-thin-title h4 {
    margin: 0;
    font-size: 20px;
}

.health-insure-members-title-underline {
    height: 3px;
    width: 12%;
    background: #d6292a;
    margin-top: 14px;
}

.health-right-plan-illness-content p {
    margin: 0;
    font-size: 15px;
}

p.health-insure-add-members-health-check-small {
    font-size: 14px;
    font-weight: 400;
    color: #505f79;
    margin: 0;
    margin-bottom: 8px;
}

.health-right-plan-illness-content {
    margin-bottom: 16px;
}

/* health insure right modal start */
.custom-modal-body-right-details {
    padding: 0px 14px;
}

.health-insure-add-member-flyoutmodal .modal-body-right-details {
    padding: 23px 0px;
    padding-bottom: 0px;
}

.health-insure-add-member-flyoutmodal .right-modal-header {
    background: #003478;
    padding: 20px 19px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.health-insure-add-member-flyoutmodal .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.health-insure-add-member-flyoutmodal .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.health-insure-add-member-flyoutmodal .modal-button-container {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}

.health-insure-add-member-flyoutmodal .modal-dialog-right-side {
    background: #fff !important;
    width: 28% !important;
    animation-duration: 1s;
}

.insurend-member-select-age-custom {
    background: #f0f4f9;
    padding: 15px;
}

.insurend-member-select-custom-age-list label {
    font-size: 16px;
}

.health-insure-members-box-cover {
    padding: 15px;
}

.health-insure-members-cover {
    margin-top: 50px;
}

/* health insure right modal end */

/* health insure section end */

/* home-features-tabs-start */
.home-features-tabs-cover .nav-tabs .nav-link.active {
    color: #003478;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
        rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    text-align: center;
    border: 2px solid #003478;
}

.home-features-tabs-cover .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: white;
    color: #000;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    text-align: center;
    margin-bottom: 25px;
}

.feature-tabs-form-cover {
    background: #fff;
    padding: 19px;
    margin-top: 27px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
}

.tab-register-btn {
    text-align: center;
}

.pad {
    padding: 0px 15px;
    background: #d35120;
}

.col-lg-8.pad-margin {
    margin-top: -77px;
}

.row.home-features-tabs-back {
    /* background: #fcfcfc; */
    padding: 31px 0;
    /* background-image: url(../images/tab-features-back.png) !important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: top!important;
  background-size: cover!important; */
}

.feature-image-slider #carouselExampleIndicators {
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}

.feature-image-slider {
    margin-top: 25px !important;
}

.home-feature-tabs img {
    width: 24%;
}

.row.home-features-tabs-back a {
    text-decoration: none;
}

.row.home-features-tabs-back a:hover {
    text-decoration: none;
}

.home-feature-tabs {
    border-radius: 0 px 40 px 0 px 0 px;
    background: #ffffff !important;
    /* box-shadow: rgb(0 52 120 / 8%) 0px -23px 25px 0px inset, rgb(162 162 162 / 15%) 0px -36px 30px 0px inset, rgb(41 41 41 / 10%) 0px -79px 40px 0px inset, rgb(255 255 255 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px; */
    padding: 25 px 10 px 20 px 10 px;
    min-height: initial;
    text-align: center;
    padding: 3px;
    border-radius: 8px;
    padding-bottom: 6px;
    /* background-image: url(../images/wave-back.png)!important; */
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    margin-bottom: 15px;
}

.home-feature-tabs-name {
    padding-top: 3px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

/* home-features-tabs-end */

ul.radio-check-cover {
    margin-top: 9px;
}

.car-previous-claim-select .form-control {
    padding: 0px !important;
    margin: -3px !important;
}

/*Wrapper*/
.wrapper {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

/*Sentence*/
.sentence {
    color: #003478;
    font-size: 35px;
    font-weight: 600;
    font-family: ui-monospace;
    text-align: center;
}

.changing-text-wraper {
    /* background: #e4f7fe; */
    color: #fff !important;
    padding: 10px 0px;
    padding-bottom: 6px;
    margin-left: -102px;
}

/*Vertical Flip*/
.verticalFlip {
    display: inline;
}

.verticalFlip span {
    animation: vertical 12.5s linear infinite 0s;
    -ms-animation: vertical 12.5s linear infinite 0s;
    -webkit-animation: vertical 12.5s linear infinite 0s;
    color: #003478;
    text-decoration: underline;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.verticalFlip span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.verticalFlip span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.verticalFlip span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.verticalFlip span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: rotateX(180deg);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vertical {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes vertical {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: rotateX(180deg);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.home-features-tabs-cover {
    /* background-image: url(../images/slider-back.jpg)!important; */
    padding: 20px 10px;
    background-size: cover !important;
}

.col.feature-extra-box {
    display: none;
}

.condition-wraper h3 {
    font-weight: bold;
    color: #303587;
    text-align: center;
    margin-bottom: 10px;
}

.condition-underline {
    background: #303587;
    height: 3px;
    width: 15%;
    margin: auto;
    margin-bottom: 31px;
}

.condition-wraper p {
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
}

.clients-logo img {
    width: 34% !important;
}

/* about-start */

.about-main-wraper {
    /* background: #f3f6fb;
  background-image: url(../images/top-about-bg.jpg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about-head-content-wrap {
    margin-top: 65px;
    margin-bottom: 100px;
    margin-left: 38px;
    color: #fff;
}

.about-head-content-wrap p {
    font-size: 21px;
    color: #000;
}

.about-company-history-title.list-group-item-heading-connect {
    margin-top: 52px;
}

.about-head-content-wrap h1 {
    color: #003478;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-we-content h1 {
    font-weight: bold;
    color: #003478;
    margin-bottom: 30px;
}

.about-middle-content {
    margin-top: 70px;
}

.about-we-content {
    margin-top: 52px;
}

.about-feature-point-title {
    font-size: 25px;
    margin-bottom: 13px;
    color: #003478;
}

.home-section-2-image img {
    border-radius: 13px;
}

.about-feature-point-box {
    padding: 22px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 26px;
}

.about-feature-point-box p {
    margin: 0;
}

.about-company-history-wrap {
    margin-top: 70px !important;
    background-image: url(../images/about-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0px;
}

.about-company-history-box-cover {
    background: #fff;
    padding: 28px;
    border-radius: 6px;
}

.about-company-history-title {
    margin-bottom: 23px;
}

.about-company-history-title h3 {
    font-size: 25px;
    color: #003478;
}

.about-content-image {
    text-align: center;
}

.health-medical-history-questions {
    width: 56%;
}

.health-medical-history-questions {
    width: 56%;
}

.health-compare-company-logo img {
    margin: 0px 0px;
    width: 90%;
    height: auto;
}

.health-quotation-number .facility-custom-select-title-cover {
    border: 2px solid #2b2b87;
    padding: 0px 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
    border-radius: 5px;
}

.health-select-city-input.car-rto-serch-cover.vehical-details-title-box.car-insurance-strip {
    margin: 0px;
    /* margin-top: 15px; */
    margin-left: -79px;
    margin-top: -14px;
}

.health-facility-custom-select-cover.facility-custom-select-cover {
    box-shadow: 0 8px 6px -6px #d1d1d1;
    padding-bottom: 15px;
    /* margin-top: -65px; */
}

.health-insurance-company-broucher-cover .car-insurance-premium-breakup {
    padding: 0;
}

.health-insurance-company-broucher-cover a {
    font-weight: normal;
}

.health-add-to-compare-check-cover .insurance-company-brochure a {
    font-weight: bold;
    color: #003478;
    font-size: 12px;
}

.health-insurance-service-provider-count-wrap.service-provider-count-wrap {
    padding: 0;
    margin-top: 0;
}

a.insurance-compare-plan-price.btn.btn-primary.create-premium-quote {
    padding: 6px 19px;
}

.insurance-company-facility-title.img-icon img {
    width: 14%;
}

.health-compare-exclusive-gst.car-insurance-premium-breakup {
    padding: 0;
    margin-top: 7px;
    color: #003478;
    font-size: 11px;
    font-weight: bold;
}

.insurance-company-facility-btn {
    margin-top: -6px;
}

.car-compare-idv-result.insurance-company-facility-title.health-compare-policy-name {
    text-align: center;
}

/* make claim section start */

.make-claim-main-wrap {
    background: #f0f7ff40;
    padding: 23px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.make-claim-form-wraper h1 {
    font-weight: bold;
    font-size: 26px;
    color: #003478;
    text-align: center;
}

.make-claim-input {
    margin-bottom: 15px;
}

.form-check.make-claim-no {
    margin-left: 39px;
}

.make-claim-ceckbox {
    padding-left: 15px;
    margin-bottom: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.form-check.make-claim-check-box {
    background: white;
    padding: 8px 38px;
    font-size: 18px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    border-radius: 4px;
    cursor: pointer;
}

.form-check-input.make-claim-radio {
    margin-top: 8px;
}

.form-check.make-claim-check-box.make-claim-check-box-active {
    background: #003478ba;
    color: #fff;
}

.make-claim-form-wraper p {
    font-weight: bold;
    font-size: 26px;
    color: #003478;
    text-align: center;
}

.make-claim-form-wraper img {
    width: 34%;
    margin-left: -20px;
}

.make-claim-support-title {
    font-weight: bold;
    font-size: 26px;
    color: #003478;
    margin-bottom: 30px;
    margin-top: -27px;
    text-align: center;
}

.pos-corner-questions-box {
    margin-bottom: 26px;
    padding: 11px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #003478;
}

.pos-corner-submit button#btn_submit {
    margin-bottom: 11px !important;
}

.pos-corner-back-main-wrap {
    background: #f0f7ff40;
    padding: 23px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background: #f3f6fb;
    background-image: url(../images/pos-hand-shake.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pos-corner-content {
    color: #003478;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 23px;
    text-align: center;
}

.pos-corner-submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pos-corner-submit .form-group.slider-tab-input-box {
    text-align: center;
}

.premium_breakup_sub_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: -6px 0px 3px 0px;
}

/* make claim section end */

.vehical-varient-height-fix {
    height: 330px;
    padding: 0px 15px;
    overflow: scroll;
    overflow-x: hidden;
}

.vehicle-more-details-box.manufacture-details-box-cover {
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0px !important;
    border-radius: 0px !important;
}

.manufacture-tabs-details-wrap.vehical-more-details-select-row.previous-policy-box-shadow {
    padding-bottom: 0px;
}

:root {
    --code-color: darkred;
    --code-bg-color: #aaaaaa;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

pre {
    color: var(--code-color);
    font-size: var(--code-font-size);
    line-height: var(--code-line-height);
    background-color: var(--code-bg-color);
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}

/* home-new-ui-set */

.slider-quote-wraper {
    color: #fff;
    background: #fff;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    padding: 17px 0px;
    border-radius: 8px;
}

span.quote-tabs-title {
    padding-top: 9px;
    font-size: 22px;
    color: #fff;
}

.slider-main-wraper .hero__caption p {
    display: block;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.slider-main-wraper .hero__caption h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #000a2d;
    line-height: 1.2;
    display: block;
    font-family: "Lato";
    text-align: center;
}

.footer-about-content strong {
    font-weight: bold;
    color: #000;
}

.hero__caption_p p {
    display: block;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.hero__caption {
    padding-right: 19px;
    margin-top: 35px;
}

.slider-main-wraper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url('../images/slider-background.jpg') !important; */
    padding: 50px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.quote-slider-content-cover {
    padding: 0px 62px !important;
    padding-top: 30px;
}

.home-about-caption h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #000a2d;
    line-height: 1.2;
    display: block;
    font-family: "Lato";
}

.home-about-caption {
    margin-top: 68px;
}

.home-service-wraper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/home-service-background.jpg) !important;
    padding: 70px 30px;
    margin-top: 115px;
}

.home-service-wraper-title h1 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #000a2d;
    line-height: 1.2;
    display: block;
    font-family: "Lato";
}

.home-service-wraper-title {
    text-align: center;
}

.home-service-box {
    background: #fff;
    padding: 45px 15px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
        rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    text-align: center;
    height: 100%;
}

.home-service-box img {
    width: 35%;
}

.home-service-card a {
    color: #000;
}

.home-service-card a:hover {
    color: #000;
    text-decoration: none;
}

.home-service-box-title {
    font-family: "Lato";
    font-size: 26px;
    padding: 20px 0;
}

.home-service-card {
    margin-top: 70px;
}

.home-about-wraper {
    margin-top: 115px;
}

.home-about-wraper.home-secutiry-wrap {
    margin-bottom: 130px;
}

.header-logo {
    text-align: center;
    margin-top: 10px;
}

.home-about-caption ul {
    padding: 0;
}

.home-about-caption li {
    list-style: none;
    margin-bottom: 14px;
}

.features-tabs-border {
    /* border-right: 1px solid #6c6c6c; */
    border-radius: 0;
}

.home-feature-tabs-trans a:hover {
    text-decoration: none;
    margin-top: -10px;
}

.home-feature-tabs-trans:hover {
    margin-top: -4px !important;
    transition: 0.5s ease;
}

/* home-new-ui-set */

/* footer-start */

.footer-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url("../images/footer-background.jpg") !important; */
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer-padding {
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-area .footer-bottom {
    padding-bottom: 50px;
    padding-top: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.footer-area .footer-logo {
    margin-bottom: 40px;
}

.footer-area .footer-tittle h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Nunito";
}

.footer-area .footer-tittle ul li {
    color: #000;
    margin-bottom: 15px;
    list-style: none;
}

.single-footer-caption.mb-30 {
    color: #000;
}

.footer-area .footer-tittle ul {
    padding: 0px;
}

.footer-area .footer-tittle ul li a {
    color: #000;
    font-weight: 300;
}

.footer-area .footer-bottom .footer-copy-right p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}

p.footer-about-content {
    font-size: 15px !important;
    width: 92%;
}

.f-right {
    float: right;
}

.footer-area .footer-social a {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-left: 16px;
}

.footer-social.f-right i {
    font-size: 21px;
}

p.footer-company-derails-p {
    margin: 0;
    margin-bottom: 4px;
}

/* footer-start */

.navbar-brand {
    width: 45% !important;
}

/* car varient section start */

#svg_wrap {
    display: none;
}

.get-car-variant-main-wrap #svg_form_time {
    height: 49px;
    max-width: 100%;
    margin: 40px auto 20px;
    display: block;
    margin-top: 0;
    margin-bottom: 18px;
}

.get-car-variant-main-wrap #svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.vehical-payment-wraper {
    margin-top: 15px;
}

.get-car-variant-main-wrap .button {
    background-color: rgb(0, 143, 203);
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.get-car-variant-main-wrap .disabled {
    display: none;
}

.get-car-variant-main-wrap section {
    max-width: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}

.get-car-variant-main-wrap input {
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.get-car-variant-main-wrap p {
    margin-top: 0;
    font-family: "Nunito";
    font-weight: 500;
}

/* .car-varient-page-mian-wraper input {
    width: 100%;
    margin: 7px 0px;
      margin-left: 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
  } */

.car-variant-existing-illness-cover input {
    width: auto !important;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.get-car-variant-main-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 45px;
    margin-top: 17px;
}

.car-variant-tabs-title {
    font-size: 22px;
}

.car-variant-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.car-variant-select-box img {
    width: 18%;
}

.car-variant-select-box p {
    margin: 0;
    text-align: center;
    margin-top: 9px;
    font-size: 17px;
}

.car-variant-select-box span {
    margin-left: 5px;
    font-size: 14px;
}

.car-variant-boxes-wraper a {
    color: #000;
}

.car-variant-boxes-wraper a:hover {
    text-decoration: none;
}

.car-variant-box-active {
    outline: 2px solid #2edaca !important;
    background: #f5f6fe;
}

.car-variant-select-box.car-variant-boxes-wraper {
    padding: 6px;
    border: none !important;
    margin-top: 5px;
}

.car-variant-select-box.car-variant-boxes-wraper .form-group {
    margin: 0;
    margin-bottom: 5px;
}

.car-variant-select-box.car-variant-boxes-wraper .form-control {
    height: 36px;
}

.car-variant-select-box.car-variant-boxes-wraper label {
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}

.car-variant-select-box.car-variant-select-city img {
    width: 30%;
}

.car-variant-select-box.car-variant-select-city {
    padding-bottom: 11px !important;
}

.car-variant-tabs-title .form-control {
    width: 75%;
    margin-left: 47px;
}

.car-variant-select-pincode .form-control {
    height: 51px !important;
    border-color: #101d62;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(29, 44, 128, 0.212);
}

.car-variant-existing-illness-cover {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    margin-bottom: 12px;
    height: 100% !important;
    padding: 6px;
}

.car-variant-existing-illness-cover p {
    margin-bottom: 0;
    padding-left: 13px;
    font-size: 14px;
}

.car-variant-existing-illness-cover .form-check-label {
    margin-left: 24px;
    color: #2edaca;
    font-size: 17px;
    font-family: "Nunito";
}

.car-variant-existing-illness-cover .form-check-label {
    margin-left: 12px;
}

.form-check-input.existing-illness {
    margin-left: -12px;
}

.car-variant-right-plan-illness-check-box {
    height: 91% !important;
}

.car-variant-previous-btn {
    background: #e8e8e87a !important;
    color: #000 !important;
}

.car-manufacture-boxes-wraper a {
    color: #000;
}

.car-manufacture-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 8px 0px;
    padding-bottom: 11px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.car-manufacture-boxes-wraper a:hover {
    color: #000;
    text-decoration: none;
}

.car-manufacture-select-box.car-variant-select-manufacture p {
    margin: 0;
    margin-bottom: 9px;
}

.car-manufacture-box-active {
    border: 2px solid #2edaca !important;
    background: #f5f6fe;
    text-align: center;
    border-radius: 5px;
}

.car-variant-manufacture-wraper a {
    color: #000;
}

.car-variant-manufacture-wraper a:hover {
    color: #000;
    text-decoration: none;
}

.car-manufacture-select-box.car-variant-select-manufacture img {
    width: 27%;
}

.car-variant-manufacture-box.car-variant-select-city.car-manufacture-box-active img {
    width: 27%;
}

.car-manufacture-select-box.car-manufacture-select-city {
    padding-bottom: 11px !important;
}

.car-manufacture-select-box.car-manufacture-select-city img {
    width: 30%;
}

.car-manufacture-select-box span {
    margin-left: 5px;
    font-size: 14px;
}

.car-variant-boxes-outer-wraper a {
    color: #000;
}

.car-variant-boxes-outer-wraper a:hover {
    color: #000;
    text-decoration: none;
}

.car-modal-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}

.car-modal-select-box.car-variant-select-modal p {
    margin-bottom: 8px;
}

.car-variant-modal-box.car-variant-select-model.car-modal-box-active {
    border: 2px solid #2edaca !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f6fe;
}

.car-variant-modal-box.car-variant-select-model.car-modal-box-active p {
    margin-bottom: 8px;
}

.vehical-modal-select-box.vehical-variant-select-modal {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}

.vehical-modal-select-box.vehical-variant-select-modal p {
    margin-bottom: 8px;
}

.vehical-variant-select-modal.vehical-modal-box-active {
    border: 2px solid #2edaca !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f6fe;
    font-size: 15px;
}

.vehical-variant-select-modal.vehical-modal-box-active p {
    margin-bottom: 8px;
    font-weight: normal !important;
}

.vehical-year-select-box.vehical-variant-select-year {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}

.vehical-year-select-box.vehical-variant-select-year p {
    margin-bottom: 8px;
}

.vehical-variant-select-year.vehical-year-box-active {
    border: 2px solid #2edaca !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f6fe;
    font-size: 15px;
}

.vehical-variant-select-year.vehical-year-box-active p {
    margin-bottom: 8px;
    font-weight: normal !important;
}

.vehical-city-rto-box {
    background: #e9ebff;
    padding: 16px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
    border: 1px solid #2edaca;
    padding-bottom: 0px;
}

.vehical-city-rto-number {
    margin-bottom: 15px;
}

.vehical-compare-page-wraper {
    margin-top: 11px;
}

.addons-section-title-wraper {
    background: #f1f1f1;
    margin: 15px 0px;
    padding: 13px;
    font-size: 17px;
    color: #2edaca;
}

.vehcial-details-share-btn-spa {
    float: right;
    margin-top: -26px;
}

.vehcial-details-share-btn-spa .compare-page-share .btn.btn-primary {
    font-size: 16px;
    padding: 1px 13px;
    margin-top: 19px;
    background: #2edaca;
    color: #fff;
}

.car-insurance-compare-collaps-cover .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 32%;
    font-size: 13px;
    padding: 0 !important;
    text-align: center;
}

.car-insurance-compare-collaps-cover .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: white;
    color: #2edaca;
    padding: 9px 4px;
    font-weight: bold;
    font-family: "Nunito";
}

.car-insurance-compare-collaps-cover .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2edaca;
    border-color: #dee2e6 #dee2e6 #fff;
    padding-top: 12px !important;
}

.insurance-company-list-wrap ul {
    padding: 15px;
    margin: 0px;
    background: #f6f7fb;
    padding-bottom: 36px;
}

.addons-check-cover ul {
    padding: 0 20px;
    margin-top: 15px;
}

.addons-check-cover li {
    list-style: none;
}

.btn-yell {
    background: #ef9c2b;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 11px 21px;
}

.insurance-company-list-wrap li {
    float: left;
    margin-left: 42px;
    font-size: 15px;
    list-style: none;
}

.insurance-company-title {
    font-weight: 700;
    font-size: 15px !important;
    color: #243a94 !important;
}

.insurance-company-details-title {
    background: #f6f7fb;
    padding: 15px;
    margin-top: 19px;
    border-radius: 6px;
    font-weight: 700;
    color: grey;
    font-size: 13px;
}

.vehical-addon-select-cla {
    padding: 5px 36px !important;
}

/* car varient section end */

/* get-quote-section-start */

.get-quote-main-wrap #svg_form_time {
    height: 49px;
    max-width: 100%;
    margin: 40px auto 20px;
    display: block;
    margin-top: 0;
    margin-bottom: 18px;
}

.get-quote-main-wrap #svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.get-quote-main-wrap .button {
    background: rgb(237, 40, 70);
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.get-quote-main-wrap .disabled {
    display: none;
}

.get-quote-main-wrap section {
    max-width: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}

.get-quote-main-wrap input {
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.get-quote-main-wrap p {
    margin-top: 0;
}

.get-quote-main-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 45px;
}

.quote-tabs-title {
    font-size: 22px;
}

.quote-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.quote-select-box img {
    width: 18%;
}

.quote-select-box p {
    margin: 0;
    text-align: center;
    margin-top: 9px;
    font-size: 17px;
}

.quote-select-box span {
    margin-left: 5px;
    font-size: 14px;
}

.quote-boxes-wraper a {
    color: #000;
}

.quote-boxes-wraper a:hover {
    text-decoration: none;
}

.quote-box-active {
    border: 2px solid #2edaca !important;
    background: #f5f6fe;
}

.quote-select-box.quote-boxes-wraper {
    padding: 6px;
    border: none !important;
    margin-top: 5px;
}

.quote-select-box.quote-boxes-wraper .form-group {
    margin: 0;
    margin-bottom: 5px;
}

.quote-select-box.quote-boxes-wraper .form-control {
    height: 36px;
}

.quote-select-box.quote-boxes-wraper label {
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}

.quote-select-box.quote-select-city img {
    width: 30%;
}

.quote-select-box.quote-select-city {
    padding-bottom: 11px !important;
}

.quote-tabs-title .form-control {
    width: 75%;
    margin-left: 47px;
}

.quote-select-pincode .form-control {
    height: 51px !important;
    border-color: #101d62;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(29, 44, 128, 0.212);
}

.quote-existing-illness-cover {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    margin-bottom: 12px;
    height: 100% !important;
    padding: 6px;
}

.quote-existing-illness-cover p {
    margin-bottom: 0;
    padding-left: 13px;
    font-size: 14px;
}

.quote-existing-illness-cover .form-check-label {
    margin-left: 24px;
    color: #2edaca;
    font-size: 15px;
    font-weight: bold;
    font-family: "Nunito";
}

.quote-existing-illness-cover .form-check-label {
    margin-left: 12px;
}

.form-check-input.existing-illness {
    margin-left: -12px;
}

.quote-right-plan-illness-check-box {
    height: 91% !important;
}

.quote-previous-btn {
    background: #e8e8e87a !important;
    color: #000 !important;
}

/* get-quote-section-end */

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    background: #030523;
    padding: 70px 0 65px;
}

.single-footer-widget .footer-logo {
    /* padding: 0 0 32px; */
}

.single-footer-widget .our-info {
    overflow: hidden;
}

.single-footer-widget .our-info p {
    margin: 0 0 26px;
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
    padding: 0;
}

.single-footer-widget .footer-contact-info li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 13px;
}

.single-footer-widget .footer-contact-info li:last-child {
    padding-bottom: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #2edaca;
    font-size: 15px;
    line-height: 16px;
}

.single-footer-widget .footer-contact-info li .icon-holder span.map-marker:before {
    position: relative;
    top: 3px;
}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder h5 {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

.single-footer-widget .footer-social-links {
    overflow: hidden;
    margin: 22px 0 0;
    padding: 0px;
}

.footer-social-links li {
    width: 33px;
    background: #2edaca;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
    text-align: center;
    height: 33px;
    padding-top: 5px;
    border-radius: 50%;
}

.single-footer-widget .title {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.single-footer-widget .title .border {
    width: 70px;
    height: 1px;
    margin: 12px 0 0;
    background: #5265a0;
    display: block;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    line-height: 30px;
    font-family: "Nunito";
}

.single-footer-widget.mar-lft {
    margin-left: 60px;
}

.single-footer-widget .usefull-links {
    display: block;
    margin-top: -2px;
    padding: 0;
}

.single-footer-widget .usefull-links li {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    list-style: none;
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0px;
}

.single-footer-widget .usefull-links li a {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    transition: all 700ms ease;
}

.single-footer-widget .usefull-links li a i {
    display: inline-block;
    font-size: 16px;
    padding-right: 9px;
}

.single-footer-widget .latest-news {
    overflow: hidden;
    display: block;
    margin-top: -4px;
}

.single-footer-widget .latest-news li {
    display: block;
    margin-bottom: 17px;
}

.single-footer-widget .latest-news li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .latest-news li h4 {
    margin: 0 0 3px;
}

.single-footer-widget .latest-news li h4 a {
    color: #eef2ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: all 500ms ease;
    font-family: "" Nunito"", sans-serif;
}

.single-footer-widget .latest-news li h4 a:hover {
    color: #2edaca;
}

.single-footer-widget .latest-news li span {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
}

.single-footer-widget .latest-news li span i {
    display: inline-block;
    padding-right: 9px;
    color: #2edaca;
}

.single-footer-widget .newsletter-box {
    margin-top: -3px;
}

.single-footer-widget .newsletter-box p {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 18px;
}

.single-footer-widget .newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-footer-widget .newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 15px;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.single-footer-widget .newsletter-box form.newsletter-form button {
    background: #2edaca none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    height: 45px;
    padding: 9px 0;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    margin-top: 20px;
    font-family: "" Nunito"", sans-serif;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
    border: 1px solid #ffffff;
    background: #f4f4f4;
    color: #000;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus+button,
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
    background: #e1622f none repeat scroll 0 0;
    color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    border-right: 1px solid #ddd;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
    color: #47588f;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.single-footer-widget .newsletter-box h5 {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    margin-top: 22px;
}

.single-footer-widget .newsletter-box h5 i {
    display: inline-block;
    padding-right: 8px;
}

/*** 
=============================================
  Footer bottom area style
=============================================
***/
.footer-bottom-area {
    background: #fff;
    padding: 20px 0;
}

#2edaca .footer-bottom {
    overflow: hidden;
}

#2edaca .footer-bottom .copyright-text {
    margin: 0px 0;
}

#2edaca .footer-bottom .copyright-text p {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    font-family: "" Nunito"", sans-serif;
    line-height: 26px;
}

#2edaca .footer-bottom .copyright-text p a {
    color: #2edaca;
    font-weight: 600;
    transition: all 500ms ease;
}

#2edaca .footer-bottom .copyright-text p a:hover {
    color: #eef2ff;
}

#2edaca .footer-bottom .footer-menu {}

#2edaca .footer-bottom .footer-menu ul li {
    display: inline-block;
    float: left;
    /* margin-right: 25px; */
}

#2edaca .footer-bottom .footer-menu ul li:last-child {
    margin-right: 0px;
}

#2edaca .footer-bottom .footer-menu ul li a {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

#2edaca .footer-bottom .footer-menu ul li a:hover {
    color: #2edaca;
}

.feature-points-box img {
    width: 50px;
    margin-bottom: 10px;
}

.header-contact-wraper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.feature-points-box {
    text-align: center;
    /* border: solid 2px #2edaca !important; */
    padding: 9px 0;
    border-radius: 5px;
    height: 100%;
    /* background-color: #bf3a30;
background-image: linear-gradient(315deg, #bf3a30 0%, #864ba2 74%); */
}

.home-feature-cover h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-family: "Nunito";
    color: #000;
}

.home-feature-cover .col-lg-2 {
    margin-bottom: 25px;
}

.home-feature-cover a {
    color: #000;
}

.home-insurance-type-wraper {
    padding-top: 74px;
}

.feature-points-box-first {
    /* background-color: #fe545214; */
    /* background-image: linear-gradient(315deg, #fe5452 0%, #f9a9a8 74%); */
}

.feature-points-box-sec {
    /* background-color: #8aca264f; */
    /* background-image: linear-gradient(315deg, #8aca26 0%, #def9b5 74%); */
}

.feature-points-box-third {
    /* background-color: #4366f41c; */
    /* background-image: linear-gradient(315deg, #4366f4 0%, #c1cdff 74%); */
}

.feature-points-box-fourth {
    /* background-color: #fcc73d66; */
    /* background-image: linear-gradient(315deg, #fcc73d 0%, #ffebb9 74%); */
}

.feature-points-box-fifth {
    /* background-color: #8932cd33; */
    /* background-image: linear-gradient(315deg, #8932cd 0%, #e3c3fc 74%); */
}

.feature-points-box-sixth {
    /* background-color: #1bc8c538; */
    /* background-image: linear-gradient(315deg, #1bc8c5 0%, #cafbfa 74%); */
}

.feature-points-box-seventh {
    /* background-color: #be39513d; */
    /* background-image: linear-gradient(315deg, #be3951 0%, #f5aab8 74%); */
}

.feature-points-box-eighth {
    /* background-color: #3cb3885e; */
    /* background-image: linear-gradient(315deg, #3cb388 0%, #a9ecd4 74%); */
}

.feature-points-box-ninth {
    /* background-color: #c219b82e; */
    /* background-image: linear-gradient(315deg, #f3d636 0%, #fdee9b 74%); */
}

.feature-points-box-tenth {
    /* background-color: #9dee4b26; */
    /* background-image: linear-gradient(315deg, #ee4bc9 0%, #f98ce1 74%); */
}

.feature-points-box-eleventh {
    /* background-color: #41ffa61c; */
    /* background-image: linear-gradient(315deg, #ff7741 0%, #fb9ae5 74%); */
}

.feature-points-box p {
    font-size: 16px;
    color: #000;
}

.team-member-area .single-team-member {
    position: relative;
    border: 1px solid #cecece;
    margin-bottom: 14px;
}

.section-title .title {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    margin-bottom: 33px;
    font-family: "Nunito";
}

/*** 
=============================================
  Breadcrumb area style
=============================================
***/

/* =============================================
  personal accident section start
=============================================
***/

.personal-accident-quote-details-wrapper {
    margin-top: 22px;
}

.personal-accident-wrapper {
    margin-top: 49px;
}

.personal-accident-wrapper {
    margin-top: 26px;
}

.personal-accident-form-title h3 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 23px;
    color: #474747;
    margin-bottom: 18px;
}

.personal-accident-repeater-delete {
    width: 13%;
    margin-left: auto;
    float: right;
    margin-top: -37px;
    background: red;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.personal-accident-form-cover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 21px;
    border-radius: 6px;
}

.personal-accident-form-repeater-box p {
    margin: 0;
    /* font-weight: bold; */
    font-size: 17px;
    font-family: "Nunito";
    margin-bottom: 6px;
    color: #2b468b;
}

.personal-accident-form-repeater-box {
    margin-top: 16px;
}

.personal-accident-form-repeater-form-box {
    margin-bottom: 19px;
    border-bottom: 1px solid #dadada;
    padding-top: 0;
}

.personal-accident-form-repeater-box {
    background: #ffff;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.personal-accident-form-repeater-add {
    border: 1px dashed black;
    padding: 2px 17px;
}

.personal-accident-form-repeater-delete {
    background: red;
    border: navajowhite;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    float: right;
    /* float: right; */
    /* margin-top: -19px; */
}

.business-insurance-form-wraper h3 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 26px;
}

.group-insurance-form-wraper label {
    display: none;
}

.group-insurance-form-wraper .form-control {
    height: 50px;
    margin-bottom: 11px;
    border: 1px solid #33d9ca;
}

.group-insurance-form-wraper {
    margin-top: 50px;
}

.group-insurance-form-wraper h3 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 26px;
    margin-bottom: 18px;
}

.group-insurance-form-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 16px;
    border-radius: 6px;
}

.personal-accident-form-repeater-form-box .form-control {
    margin-bottom: 13px;
    height: 37px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
}

.personal-accident-form-box .form-control {
    height: 40px !important;
    margin-bottom: 15px;
}

.personal-accident-form-cover .btn-primary {
    margin-top: 19px;
}

personal-accident-quote-details-wrapper {
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.personal-accident-quote-details-wrapper .facility-custom-select-drop-title {
    color: #243a94;
    font-weight: bold;
    font-size: 15px;
    font-family: "Nunito";
}

.personal-accident-quote-details-wrapper .facility-custom-select-drop-title {
    color: #19ab9e;
    font-weight: bold;
    font-size: 15px;
    font-family: "Nunito";
}

.personal-accident-quotes-box-wrapper {
    margin-top: 26px;
}

.personal-accident-quotes-card-img img {
    width: 126px;
}

.personal-accident-quotes-card {
    width: 100%;
    box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 15px 0px;
}

.personal-accident-quotes-card p {
    margin: 0;
    margin-top: 7px;
}

.personal-accident-quotes-card-btn .btn.btn-primary {
    background: #30daca !important;
    padding: 7px 27px;
    font-size: 18px;
    font-weight: bold;
}

.personal-accident-quotes-card-list ul {
    padding: 0;
    padding-bottom: 10px;
}

.personal-accident-quotes-card-list li {
    list-style: none;
    float: left;
    margin-left: ;
    margin-bottom: 33px;
}

.personal-accident-list-left {
    margin-left: 38px;
}

.personal-accident-quotes-card-list a {
    color: #2e2e2e;
    font-size: 15px;
}

.personal-accident-quotes-card-breakup a {
    font-size: 14px;
}

.personal-accident-quotes-card-banner {
    position: sticky;
    top: 25px;
}

.personal-accident-plan-benefit-modal .modal-header h5 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Nunito";
}

.personal-accident-plan-benefit-modal .close {
    margin-top: -60px;
    color: #fff !important;
    font-size: 30px;
}

.personal-accident-plan-benefit-modal h5 {
    font-size: 15px;
    font-weight: bold;
}

.personal-accident-plan-benefit-modal p {
    font-size: 14px;
    margin-bottom: 12px;
}

.personal-accident-quotes-card-breakup p {
    margin-bottom: 4px;
}

.personal-accident-quotes-card hr {
    margin: 10px 0;
}

.personal-accident-quotes-card-btn {
    text-align: right;
}

.personal-accident-quotes-card-btn p {
    font-size: 13px;
    font-weight: bold;
    font-family: "Nunito";
    margin-top: 12px;
}

.personal-accident-quotes-card-breakup {
    text-align: center;
}

.personal-accident-quote-details-wrapper .facility-quotation-title {
    font-size: 13px;
    margin-bottom: 15px;
    font-family: "Nunito";
}

.personal-accident-premium-breakup .close {
    margin-top: -60px;
    color: #fff !important;
    font-size: 30px;
}

.pa-premium-breakup-details-box-cover {
    /* background: #f8f8f8; */
    padding: 13px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    margin-bottom: 10px;
}

.pa-premium-breakup-details-title-value {
    text-align: right;
    font-weight: 700;
    font-family: "Nunito";
    color: #636363;
    font-size: 14px;
}

.pa-premium-calculation-box {
    background: #ecfff5;
    padding: 21px;
    border: 1px dashed #272727;
    border-radius: 6px;
}

.personal-accident-premium-breakup h6 {
    font-weight: bold;
    font-family: "Nunito";
    margin: 23px 0;
    margin-bottom: 23px;
    margin-bottom: 10px;
}

.pa-premium-breakup-details-npss {
    background: #daeee4;
    padding: 7px 0;
    margin-top: 15px;
    border-radius: 5px;
}

.personal-accident-premium-breakup h5 {
    color: #656565;
    font-weight: bold;
    font-family: "Nunito";
}

.personal-accident-premium-breakup .modal-header img {
    width: 120px;
}

.personal-accident-plan-benefit-modal .modal-header img {
    width: 120px;
}

.personal-accident-premium-breakup .btn-primary {
    background: #30daca !important;
    padding: 7px 27px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: auto;
    margin-top: 16px;
    font-family: "Nunito";
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* personal accident proposer-details start*/

.pa-premium-amount-box {
    background: #ecfff5;
    padding: 21px;
    border: 1px dashed #272727;
    border-radius: 6px;
    padding-bottom: 0px;
}

.pa-premium-amount-box-details {
    font-family: "Nunito";
    font-size: 14px;
    margin-bottom: 11px;
}

.premium-amount-box-cover img {
    width: 154px;
    margin-bottom: 14px;
}

.premium-amount-box-cover {
    margin-top: 33px;
}

.pa-proposer-details-form-inputs .form-control {
    height: 45px;
    margin: 0px !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 9px;
    margin-bottom: 18px !important;
}

.pa-proposer-details-form-inputs label {
    display: none;
}

.pa-proposer-details-form-cover h3 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 24px;
    margin: 31px 0;
}

/* personal accident proposer-details end*/

/*** 
=============================================
  personal accident section end
=============================================
***/
/* term plan ui start  */

.term-ques-wraper {
    /* color: #000;
    padding: 10px 0px 25px 0px;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
    margin-top: 15px;
    background-image: url('../images/term-ques-back.jpg') !important;
    background-color: #f0f7ff;
    border-radius: 15px; */
}

.term-ques-box #svg_wrap {
    display: none;
}

.term-ques-box #svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

.term-ques-box #svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.term-ques-box .button {
    background: rgb(237, 40, 70);
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.term-ques-box h1 {
    font-weight: 800;
    font-size: 22px;
    margin-top: 21px;
}

.term-ques-box .disabled {
    display: none;
}

.term-ques-box section {
    padding: 30px;
    padding-bottom: 0px;
}

.term-ques-box {
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    margin-top: 30px;
    padding: 0px 33px;
}

.term-ques-main-title {
    font-size: 37px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bolder !important;
    color: #000;
    margin-top: 29px;
}

.term-ques-main-title p {
    font-size: 19px;
    font-weight: normal;
}

.term-basic-step-btn {
    padding-left: 20px;
}

.term-ques-box input {
    width: 100%;
    margin: 0px 0px;
    display: inline-block;
    padding: 7px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    /* background:#fafafa; */
    height: 45px;
    /* margin-top: -10px; */
    border: 1px solid #2edaca !important;
    font-size: 13px;
}

.term-ques-box .form-control {
    height: 45px;
    /* background:#fafafa; */
    /* margin-top: -10px; */
    border: 1px solid #2edaca !important;
}

.term-quote-edit-wrapper label {
    font-size: 13px;
    /* color: #000; */
    font-weight: bold;
    margin: 5px;
}

.term-quote-edit-wrapper input {
    width: 100%;
    margin: 0px 0px;
    display: inline-block;
    padding: 7px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
    font-size: 13px;
}

.term-quote-edit-wrapper .form-group {
    margin-bottom: 8px !important;
}

.term-quote-edit-wrapper button {
    margin: 15px 0;
}

.term-quote-edit-wrapper {
    border-radius: 8px;
    background-color: #fff;
    min-height: 254px;
    padding: 14px 13px 0;
    border: 1px solid #2edaca !important;
    margin-top: 23px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.term-quote-edit-wrapper h4 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 21px;
    color: #000;
}

.term-ques-box p {
    text-align: justify;
    margin-top: 0;
}

.term-ques-box .form-group {
    margin-top: 20px !important;
}

.term-plan-upgrade-box {
    border: 1px solid #e7e7e7;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
    background: #fff;
}

.term-plan-upgrade-action-wrapper {
    text-align: right;
}

.term-plan-upgrade-add {
    background: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    border: 2px solid #000;
}

.term-plan-upgrade-add a {
    color: #000;
    font-size: 14px;
}

.term-plan-upgrade-box h4 {
    font-family: "Nunito";
    font-size: 20px;
    color: #000;
    margin-top: -17px;
}

.term-plan-upgrade-box p {
    margin: 0;
    font-size: 14px;
    width: 61%;
}

.term-checkout-confirm-details-strip-design {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.term-checkout-confirm-details-strip-title {
    font-size: 18px;
}

.row.term-checkout-confirm-details-row {
    margin-bottom: 20px;
    /* background: #fff;
    padding-top: 15px;
    border: 1px solid #ececec;
    border-radius: 6px; */
}

.term-checkout-confirm-details-strip-title {
    font-size: 20px;
    color: #000 !important;
}

.term-checkout-confirm-details-strip {
    height: 1px;
    background: #7db3fa;
    margin-top: 13px;
}

.term-checkout-confirm-details-strip-design {
    background: #f1f1ff;
    padding: 3px 12px;
    margin-bottom: 15px;
}

.term-plan-upgrade-premium-box {
    border-top: 2px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 7px;
}

.term-plan-upgrade-wrapper {
    margin-top: 23px;
}

.term-plan-upgrade-premium-title {
    font-weight: bold;
}

.term-plan-upgrade-premium-price {
    text-align: right;
    font-weight: bold;
    font-size: 17px;
    font-family: "Nunito";
}

.term-plan-upgrade-close a {
    color: red;
    margin-right: 15px;
}

.term-ques-box label {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    /* background: #f0f0f0;
    padding: 0px 11px;
    border-radius: 3px;
    margin-top: -21px; */
}

.term-ques-box.term-checkout-plan-details-wrap {
    padding: 0px;
    padding-bottom: 0px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 10px;
    /* margin-top: 60px; */
    padding-bottom: 28px;
    background: #fff;
}

.term-checkout-plan-details .btn.btn-link {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.term-ques-box section {
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 1px;
}

.term-checkout-plan-details {
    margin: 28px 0px;
}

.term-checkout-plan-details-radio input {
    width: auto;
}

.term-checkout-plan-details-radio-label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.term-policy-buy-short-details-wrap {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    /* margin-top: 60px; */
    padding-bottom: 28px;
    padding: 16px;
}

.term-policy-details-side-strip {
    position: sticky;
    top: 115px;
}

.term-policy-buy-short-details-wrap h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}

.term-policy-buy-short-details-title {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 13px;
}

.term-policy-buy-short-details-price {
    font-weight: bold;
    font-size: 13px;
}

.term-checkout-plan-details .card-header {
    padding: 0px;
    box-shadow: none;
    border-bottom: 1px solid #cacaca;
    background: #fff;
}

.term-checkout-plan-details .btn-link {
    width: 100%;
    text-decoration: none;
    text-align: left;
}

.term-checkout-plan-details .btn-link:hover {
    text-decoration: none;
}

.term-checkout-plan-span {
    display: flex;
    justify-content: right;
    margin-top: -22px;
}

.term-checkout-plan-details .card {
    margin-bottom: 9px;
    border: 1px solid #cacaca;
    border-bottom: 0px !important;
}

.term-policy-buy-short-details-title span {
    font-weight: normal;
    float: right;
}

.term-policy-buy-short-details-price-box {
    padding: 7px;
    background: #d4e4f9;
    margin-top: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
}

.term-policy-buy-short-details-price span {
    float: right;
    color: black;
    font-size: 18px;
    margin-top: -5px;
}

.term-checkout-confirm-details-wrap {
    margin: 28px 0px;
}

.term-checkout-confirm-details-label p {
    font-weight: bold;
    color: #000;
}

/* .term-checkout-per-details-wrap {
    margin: 28px 0px;
  } */

.term-basic-step-btn #prev {
    background: #e0e0e0;
    color: #000;
}

.term-checkout-confirm-box {
    /* background: #f9fbff;
    padding: 9px; */
    margin-bottom: 15px;
    /* padding-bottom: 1px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 6px; */
}

.floating-label {
    position: relative !important;
    top: 51px !important;
    left: 2px !important;
    width: 98% !important;
    height: 41px !important;
    background: #fff !important;
    padding: 8px 12px !important;
    animation-duration: 2s !important;
}

.floating-label-reverse {
    top: 0px !important;
    left: 0px !important;
    width: auto !important;
    height: auto !important;
    background: unset !important;
    padding: 0px !important;
    animation-duration: 2s !important;
}

.termplan-addons-wraper .btn-primary {
    width: 100%;
    margin-top: 15px;
    background: none;
    border: 1px solid #000;
    color: #000;
    text-align: left;
}

.termplan-addons-wraper .card.card-body {
    position: absolute;
    z-index: 999;
    width: 91%;
}

.term-addon-apply {
    background: #d91324;
    border: none;
    padding: 11px 30px;
    border-radius: 6px;
    color: #fff;
}

.term-question-next-btn {
    margin: 25px 0px;
}

.term-ques-wraper .term-ques-box {
    margin-left: 57px;
}

.term-basic-details-img {
    margin-top: 50px;
}

.health-compare-company-logo.ter-compare-comp-logo p {
    font-size: 14px;
}

/* term plan ui end  */

/* business lead form start  */

.business-insurance-form-wraper label {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: "Nunito";
    color: #434343;
}

ul.business-insurance-owner-check {
    padding: 0px;
}

ul.business-insurance-owner-check li {
    float: left;
    list-style: none;
}

.business-insurance-owner-check label.form-check-label {
    margin: 0px;
}

li.business-insurance-owner-check-sec {
    margin-left: 24px;
}

.tenant-owner-check-wrap {
    margin-top: 13px;
}

.busibness-accordian-wraper .btn.btn-link {
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.busibness-accordian-wraper .card-header {
    background: -webkit-linear-gradient(45deg,
            rgb(27, 168, 211) 0px,
            rgb(57, 241, 224) 100%);
    padding: 3px;
    background: #f5f5f5;
    border-bottom: 2px solid #32daca;
}

.busibness-accordian-wraper .card-header .btn.btn-link {
    color: #333;
    font-family: "Nunito";
    font-weight: normal;
}

.busibness-accordian-wraper .card-body {
    background: #e9fffd;
}

.busibness-accordian-wraper img {
    margin-left: 39px;
    margin-bottom: 45px;
}

.busibness-accordian-wraper .card {
    margin-bottom: 11px;
    box-shadow: none !important;
    border: none;
}

.business-insurance-form-wraper .business-insurance-form-border {
    border-top: 1px dashed;
    margin-top: 31px;
}

.business-insurance-form-wraper .form-control {
    font-size: 12px !important;
    height: 43px;
    background: none;
    border: 1px solid #33dbcb;
}

.busibness-accordian-wraper ul {
    padding: 0;
}

.busibness-accordian-wraper li {
    margin-bottom: 9px;
}

.business-insurance-form-wraper {
    margin-top: 23px;
}

.property-quote-box-cover {
    border: 1px solid #e7e7e7;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
    background: #fff;
    padding-bottom: 0px;
    padding-right: 0px;
}

.property-quote-box ul {
    padding: 0;
    margin: 0;
}

.property-quote-box li {
    list-style: none;
    margin-bottom: 2px;
}

.property-quote-cover h4 {
    font-size: 25px;
    font-family: "Nunito";
    margin: 29px 0;
}

.property-quote-box img {
    width: 108px;
    margin-bottom: 9px;
}

.property-quote-box li a {
    color: #000;
    font-size: 14px;
}

.property-quote-box-cover .btn-primary {
    margin-left: auto;
    display: flex;
    border-radius: 8px 0 0 0 !important;
    font-weight: bold;
    font-family: "Nunito";
}

.property-quote-box-cover a {
    width: 16%;
}

.property-quote-box-price h5 {
    font-weight: bold;
    font-family: "Nunito";
    font-size: 20px;
    color: #1ab2a6;
}

.property-quote-box-price p {
    margin-bottom: 5px;
    color: #2d2d2d;
    font-size: 14px;
}

.property-quote-box-price {
    text-align: right;
    padding-right: 15px;
}

.property-quote-details-box {
    background: #fff;
    padding: 13px 0px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #33d9ca;
}

.property-quote-details-title-value {
    text-align: right;
    font-weight: 700;
    font-family: "Nunito";
    color: #636363;
    font-size: 15px;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
}

.property-quote-details-box-wrapper {
    border: 1px solid #e7e7e7;
    padding: 16px;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
    margin-top: 87px;
    position: sticky;
    top: 44px;
}

.property-quote-details-box-sum .property-quote-details-title {
    font-size: 22px;
    font-weight: bold;
    font-family: "Nunito";
}

.property-quote-details-box-sum {
    margin-bottom: 19px;
}

.property-quote-details-box-sum .property-quote-details-title-value {
    font-size: 21px;
}

.property-quote-details-total-premium .property-quote-details-title-value {
    font-size: 23px;
    color: #33d9ca;
}

.fire-all-type-box img {
    width: 67px;
    height: 63px;
}

.property-quote-details-total-premium .property-quote-details-title {
    font-size: 19px;
}

.property-quote-user-form-wrapper {
    border: 1px solid #e7e7e7;
    padding: 16px;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
    margin-bottom: 20px;
}

.property-quote-user-form-wrapper h5 {
    font-family: "Nunito";
    font-size: 17px;
    margin-bottom: 19px;
}

.property-quote-user-form-wrapper .form-control {
    height: 45px;
    margin-bottom: 17px;
    border: 1px solid #ccc;
}

.property-quote-user-form-checkbox {
    text-align: right;
    margin-top: -43px;
}

.property-quote-user-form-term-checkbox {
    font-size: 13px;
}

.fire-all-type-wrapper {
    margin-top: 46px;
}

.fire-all-type-box {
    background: #fff;
    border: 2px dashed #34dbcb;
    text-align: center;
    padding: 25px 0;
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.fire-all-type-box p {
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
}

.fire-all-type-box a {
    color: #000;
}

.fire-all-type-box img {
    width: 75px;
}

/* business lead form end  */

/* commercial vehical css start */

.commercial-variant-select-pincode .form-control {
    height: 51px !important;
    border-color: #101d62;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(29, 44, 128, 0.212);
}

.get-commercial-variant-main-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 45px;
    margin-top: 17px;
}

.commercial-manufacture-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 8px 0px;
    padding-bottom: 8px;
    padding-bottom: 11px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture img {
    width: 27%;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 9px;
    font-size: 14px;
}

.commercial-manufacture-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 8px 0px;
    padding-bottom: 8px;
    padding-bottom: 11px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture p {
    color: #000;
    font-size: 16px;
}

.commercial-manufacture-select-box.commercial-variant-box {
    color: #000;
}

.commercial-variant-box-small {
    font-size: 11px;
}

.commercial-manufacture-select-box.commercial-variant-box p {
    margin: 4px 0;
}

/* commercial vehical css end */

.inv-quote-wrpper {
    margin-top: 24px;
}

.inv-quote-wrpper .ter-compare-comp-logo img {
    width: 138px !important;
    height: 43px;
}

.inv-quote-wrpper .ter-compare-comp-logo p {
    font-size: 13px;
    margin-top: 14px;
}

.inv-quote-return-box p {
    color: #212121;
    font-size: 15px;
    display: block;
}

.inv-quote-return-box strong {
    display: block;
    color: #253858;
    font-size: 19px;
    font-weight: 600;
    font-family: "Nunito";
}

.inv-quote-lumpus-box p {
    color: #1d1d1d;
    font-size: 15px;
    display: block;
}

.inv-quote-lumpus-count {
    color: #0065ff !important;
    font-size: 21px !important;
    font-weight: 600;
    font-family: "Nunito";
}

.invest-quote-edit-wrapper .invest-amout-filter-tex {
    margin-bottom: 10px;
}

/* car popup wrapper */

.car-number-pop-wrapper .close {
    margin-top: -48px;
    color: #fff !important;
    font-size: 30px;
}

.car-number-pop-form h3 {
    /* font-weight: bold; */
    font-family: "Nunito";
    font-size: 23px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

.car-number-pop-textinput input {
    padding: 20px 0 20px;
    font-size: 12px;
    box-shadow: 0 1px 28px -3px #d4d4d4;
    border-radius: 4px 0 0 4px;
    border: solid #dedede 1px;
    border-right: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.car-number-pop-textinput {
    float: left;
    width: 65%;
    position: relative;
}

.registeration .btn-quotes:hover {
    background-color: #f94306;
}

.car-number-pop-form .btn-quotes {
    transition: all ease 0.2s;
    /* float: left; */
    width: 126px;
    border-radius: 0 4px 4px 0;
    padding: 18px 0;
    font-weight: 400;
    font-size: 15px;
    border: none;
    background: #57dddd;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.car-number-pop-underline {
    height: 1px;
    background: #e5e5e5;
}

.car-number-pop-or {
    background: #f0f2f5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    margin: auto;
    margin-top: -19px;
}

.car-number-pop-or-cover {
    margin: 36px 0;
}

.car-pop-dont-know-number a {
    color: #000;
    border-radius: 4px;
    width: auto;
    background: #f2f2f2;
    font-size: 17px;
    clear: both;
    display: table;
    line-height: 24px;
    padding: 14px 45px;
    text-align: center;
    margin: auto;
    margin-top: auto;
    margin-top: 19px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.car-number-pop-form-cover {
    padding: 32px 0px;
}

/* car popup wrapper */

/* Health compare Quotes --------------------------------------- */
.health-rev-sele-details-cover {
    background: #f9fdff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #dbf4ff;
    padding: 16px 50px;
}

.health-quote-rev-wrapper {
    /* margin-top: -28px; */
    font-family: "Nunito";
}

.health-rev-sele-details-image img {
    width: 60%;
}

.health-rev-sele-details-image {
    text-align: center;
}

.health-rev-sele-details-quote-number {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #dbf4ff;
    border-radius: 14px;
    opacity: 1;
    padding: 10px 6px;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.health-rev-sele-details-quote-number b {
    color: #021b8d;
}

.health-rev-sele-details-quote-number p {
    margin: 0;
}

.health-rev-sele-details-covered {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #dbf4ff;
    border-radius: 14px;
    opacity: 1;
    padding: 10px 14px;
    text-align: left;
    margin-top: 15px;
    font-size: 15px;
}

.health-rev-sele-details-select-inputs label {
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}

.health-rev-sele-details-select-inputs .form-group {
    margin-top: 13px;
}

.health-rev-sele-details-covered p {
    margin: 0;
}

.health-rev-sele-details-edit img {
    width: 21px;
}

.health-quote-rev-additional-covers {
    margin-top: 20px;
}

.health-rev-sele-details-edit {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #8f8f8f29;
    border-radius: 28px;
    opacity: 1;
    height: 50px;
    width: 50px;
    padding-top: 12px;
    text-align: center;
}

.health-rev-sele-details-covered span {
    color: #021b8d;
    font-weight: bold;
}

.health-quote-compare-rev {
    padding: 6px 0;
    font-size: 14px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 0.5px solid #021b8d57;
    border-radius: 0px 9px 9px 0px;
    box-shadow: none;
    margin-left: -15px;
    text-align: left;
    margin-top: 25px;
    padding-left: 3px;
    border-left: 0px;
}

.health-quote-compare-addons {
    padding: 2px 6px;
    font-size: 14px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 0.5px solid #021b8d57;
    border-radius: 9px;
    margin-left: 8px;
}

.health-quote-insurer-box-rev-cover {
    background: #fcfeff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    margin-bottom: 20px;
}

.health-quote-compare-rev label {
    font-size: 10px;
    margin: 0;
    font-family: "Nunito";
}

.health-quote-insurer-box-rev {
    padding: 15px;
}

.health-quote-insurer-viewall-rev {
    background: #e8f8ff 0% 0% no-repeat padding-box;
    border: 1px solid #e8f8ff;
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
}

.health-quote-insurer-feature-row .col-lg-3 {
    padding-right: 0;
}

.health-quote-insurer-feature-row .col-lg-9 {
    padding-left: 0;
}

.health-quote-insurer-feature-row img {
    width: 21px;
}

.health-quote-insurer-feature-row p {
    margin: 0;
    font-size: 16px;
}

.health-quote-insurer-feature-name {
    font-weight: bold;
    margin-bottom: 11px;
    text-align: left;
    letter-spacing: 0px;
    color: #464646;
    font-size: 14px;
}

.health-quote-compare-rev .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 8px;
}

.health-quote-compare-rev .form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}

.health-quote-rev-sum-insured {
    /* border-bottom: 1px solid gray; */
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.health-quote-rev-sum-insured b {
    color: #021b8d;
}

.compare-floting {
    width: 100px;
    height: 42px;
    position: fixed;
    bottom: 17px;
    right: 27px;
    border-radius: 50px;
    padding-top: 1px;
    padding-left: 8px;
    z-index: 9999 !important;
    color: #fff;
    background-image: linear-gradient(to right top,
            #021b8d,
            #0049b2,
            #0072cf,
            #009ae5,
            #4ac2f8);
    font-size: 14px;
}

/* .health-compare-screen-rev-cover .health-compare-screen-fix {
    position: fixed;
    bottom: 0px;
    max-width: inherit;
    width: 100%;
    box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
    background: #fff;
    padding: 20px 0px;
    left: 100%;
    transition-duration: 500ms;
    z-index: 99999;
} */

#health-compare-screen-rev {
    position: fixed;
    bottom: 0px;
    max-width: inherit;
    width: 100%;
    box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
    background: #fff;
    padding: 20px 0px;
    left: 100%;
    transition-duration: 500ms;
    z-index: 99999;
}

.compare-floting a {
    color: #000;
}

.health-quote-rev-sum-insured p {
    margin: 0;
}

.health-quote-rev-sum-insured p {
    font-size: 18px !important;
}

.health-quote-rev-sum-insured i {
    color: #309fe5;
    font-size: 21px;
}

.health-quote-rev-sum-insured label {
    margin: 0;
}

.health-quote-insurer-feature-row p {
    margin: 0;
    font-size: 13px;
    color: #021b8d;
}

.health-quote-insurer-feature-row {
    margin-bottom: 3px;
}

.health-quote-insurer-viewall-rev p {
    margin: 0;
}

.health-quote-insurer-viewall-rev {
    text-align: center;
    padding: 5px 0;
}

.health-quote-insurer-viewall-rev p {
    margin: 0;
    color: #021b8d;
    font-weight: bold;
    font-size: 13px;
}

.health-quote-insurer-addons ul {
    padding: 0;
    margin: 0px;
}

.health-quote-insurer-addons li {
    list-style: none;
    font-size: 14px;
}

.health-quote-insurer-addons p a {
    color: #021b8d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.health-quote-insurer-premium .btn-primary {
    color: #fff;
    opacity: 1;
    background: #021b8d 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    float: left;
    padding: 10px 13px;
    font-size: 15px;
    margin: 6px auto !important;
    width: 100%;
}

.health-quote-rev-gst {
    font-size: 12px;
    text-align: left;
    letter-spacing: 0px;
    color: #313131;
    opacity: 1;
    text-align: center;
}

.health-quote-insurer-premium .btn-primary i {
    font-size: 14px !important;
}

/* .health-quote-insurer-box-rev-cover .health-quote-insurer-logo img {
    width: 100%;
  } */
.health-quote-insurer-logo {
    width: 101px;
}

.health-quote-insurer-box-rev-cover .health-quote-insurer-logo img {
    width: 91%;
    height: 45px;
}

.health-quote-rev-base-premium {
    font-size: 13px;
    text-align: center;
}

.health-quote-insurer-premium {
    border-left: 1px solid gray;
    padding-left: 26px;
}

.health-rev-sele-details-cover .modified-accordion .card-header {
    position: relative;
}

.health-rev-sele-details-cover .modified-accordion .card-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.health-rev-sele-details-cover .modified-accordion .collapse:not(.show) {
    display: block;
}

.health-rev-sele-details-cover button {
    width: 100%;
    background: none;
    border: none;
}

.health-rev-sele-details-cover {
    margin-top: 15px;
    margin-bottom: 19px;
}

.health-details-filter-btn a {
    display: flex;
    width: 88% !important;
    text-align: center !important;
    justify-content: center;
    padding: 6px 0px !important;
    border: 1px solid orange;
    border-radius: 6px;
    margin: auto;
    color: #000;
    width: 22% !important;
    margin: 15px 0;
    float: right;
    font-size: 13px !important;
}

.health-details-filter-btn {
    display: none;
}

.desktop-hide {
    display: none;
}

.insurance-company-facility-logo-rev {
    margin-top: 20px;
}

/*desktop view end*/

/* 13-15 inch */
@media only screen and (min-width: 1154px) and (max-width: 1362px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
        padding: 10px 10px;
        font-weight: bolder;
        font-size: 13px;
    }

    .home-feature-tabs-name {
        padding-top: 3px;
        font-size: 13px;
        color: #000;
        font-weight: bold;
    }

    .home-service-box {
        background: #fff;
        padding: 14px 15px;
        border-radius: 10px;
        box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
            rgb(0 0 0 / 30%) 0px 3px 7px -3px;
        text-align: center;
        height: 100%;
    }
}

/* 13-15 inch more */
@media only screen and (min-width: 1086px) and (max-width: 1236px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
        padding: 8px 5px;
        font-weight: bolder;
        font-size: 13px;
    }

    .home-feature-tabs-name {
        padding-top: 3px;
        font-size: 13px;
        color: #000;
        font-weight: bold;
    }

    .home-service-box {
        background: #fff;
        padding: 14px 15px;
        border-radius: 10px;
        box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
            rgb(0 0 0 / 30%) 0px 3px 7px -3px;
        text-align: center;
        height: 100%;
    }

    #navbarSupportedContent {
        width: 131%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

/* SMARTPHONES LANDSCAPE & TABLETS PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .coming-soon-main-wraper {
        margin-top: 0px !important;
    }

    .coming-soon-main-wraper {
        margin-top: 0px !important;
    }

    .coming-soon-top-image img {
        width: 80%;
    }

    .footer_contact_us {
        padding: 8px;
    }

    .coming-soon-side-images img {
        width: 80%;
        margin-bottom: 25px;
    }

    .coming-soon-side-images {
        text-align: center;
    }

    .coming-soon-title img {
        width: 100%;
    }

    .coming-soon-logo img {
        width: 50%;
    }

    .coming-soon-bottom-image img {
        width: 80%;
    }

    .coming-soon-side-images {
        margin-top: 0px;
    }

    .about-us-main-cover {
        padding-top: 25px;
    }

    .contact-details {
        padding: 15px;
        margin-top: 42px;
    }

    .contact-info a {
        color: #000;
        font-size: 15px;
        word-wrap: break-word;
    }

    .head-repo-repo-text {
        padding-left: 20px;
        width: 100%;
    }

    .contact-page-details-cover {
        position: relative;
        margin-top: 31px;
        padding: 0px 0px;
    }

    .contact-page-details-inner {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 16px;
        border-radius: 14px;
    }

    .contact-form-cover h3 {
        font-weight: bold !important;
        font-size: 17px;
    }

    .contact-form-inputs-cover .form-group {
        margin-bottom: 13px !important;
    }

    ul.navbar-nav.ml-auto {
        background: #003478;
    }

    .insurance-company-detail-box {
        text-align: center;
    }

    .add-to-compare-check-cover {
        background: #fff;
        background: #f4f4f4;
        padding: 11px;
        text-align: center;
        border-radius: 6px;
    }

    .insurance-company-details-title {
        display: none;
    }

    .insurance-company-list-wrap ul {
        overflow: hidden;
    }

    .insurance-company-list-wrap li {
        float: left;
        margin-left: 36px;
        font-size: 15px;
        list-style: none;
    }

    .insurance-company-list-wrap li {
        margin-left: 36px;
    }

    .insurance-company-list-wrap ul {
        padding-bottom: 15px;
    }

    .insurance-company-title {
        margin-left: 14px !important;
        margin-top: -2px;
    }

    .basic-detail-form-title h4 {
        font-size: 14px;
    }

    .basic-detail-form-title h2 {
        font-size: 24px;
    }

    .service-provider-count-wrap {
        padding: 20px;
    }

    .service-provider-count-title {
        font-size: 15px;
        margin: 10px 0px;
    }

    .facility-custom-select-cover {
        box-shadow: 0 8px 6px -6px #d1d1d1;
        padding: 15px;
    }

    .basic-form-select-icon .btn {
        padding: 7px 14px;
        font-size: 20px;
        background: #fff;
        color: #bcbcbc;
        margin-bottom: 10px;
    }

    .basic-form-select-icon .btn.motor-type-select-box {
        padding: 7px 14px;
        font-size: 20px;
        color: #fff !important;
        margin-bottom: 10px;
    }

    .row .double-select .col-12 {
        margin: 7px 0px;
    }

    .payment-members-details {
        margin-bottom: 20px;
    }

    .payment-btn {
        margin-bottom: 15px;
        position: fixed;
        bottom: -16px;
        margin-left: -15px;
        width: 100%;
    }

    .payment-btn .btn-primary {
        border-radius: 0px !important;
    }

    .Quotes-icon-box {
        margin-bottom: 14px;
    }

    .big-title h1 {
        font-size: 26px;
    }

    .borker-logo {
        text-align: center;
    }

    .big-title {
        padding-bottom: 0px;
    }

    .quotes-wraper {
        padding: 24px 0px;
        padding-bottom: 24px;
        padding-bottom: 0px;
    }

    .quote-img {
        border: 0;
        padding-top: 0px;
    }

    .Quotes-icon-box img {
        width: 30%;
    }

    .index-page-background {
        background-image: url("../images/home-mobile-background.jpg") !important;
    }

    .motor-number-input {
        width: 85%;
    }

    .vehical-details-title {
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vehical-details-modal-right-side {
        background: #fff !important;
        width: 100% !important;
        animation-duration: 1s;
    }

    /*front page start    */

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 42% !important;
    }

    .header-contact-cover {
        display: none;
    }

    .top-social-link li {
        list-style: none;
        float: left;
        padding: 0px 8px;
        font-size: 13px;
        font-weight: bold;
        color: #003478;
    }

    .top-social-box {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-quote-btn {
        display: none;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: flex;
        justify-content: left;
    }

    .header-contact-wraper {
        padding: 0px;
        margin-top: 11px;
    }

    .bg-light {
        background-color: #fff;
    }

    .header-navbar {
        background: #fff;
        margin-bottom: 0px;
    }

    .navbar-nav.mr-auto {
        background: #003478;
        padding: 15px;
    }

    .form-inline.my-2.my-lg-0 .form-control {
        width: 68% !important;
    }

    .btn.btn-outline-success {
        margin-left: 10px;
        border: 2px solid #003478 !important;
        color: #003478;
    }

    .btn.btn-outline-success:hover {
        border: 2px solid #054faf !important;
        color: #fff;
        background: #054faf;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #003478;
        border: none;
        margin-top: -90px;
    }

    .header-logo img {
        width: 50%;
    }

    .top-social-link {
        display: flex;
        justify-content: center;
    }

    .footer-top-contact-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .insurance-type-cover {
        margin-top: 288px;
    }

    .topic-title h3 {
        font-weight: bold;
        color: #2edaca;
        font-size: 23px;
    }

    .topic-title {
        margin-bottom: 27px;
    }

    .insurance-type-box h4 {
        font-size: 20px;
    }

    /*front page end    */

    .feedback-cover {
        height: 215px;
        padding: 15px;
    }

    .feedback-desc-cover {
        margin-left: 37px;
        margin-top: 2px;
    }

    .feedback-name h3 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 2px;
    }

    .feedback-content {
        font-size: 12px;
        color: #fff;
    }

    .feedback-profile {
        width: 75px;
        height: 75px;
        margin-top: -15px;
    }

    .slider-slide {
        margin-top: 50px;
    }

    .feedbackowl {
        margin-top: 36px;
    }

    .clients-logo-cover {
        padding-top: 39px;
    }

    #carouselExampleIndicators {
        height: 212px;
    }

    .slider-background {
        margin-top: 0px;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        background: #ebebeb;
        margin-top: -8px;
        border: none;
        padding: 10px;
    }

    .navbar .nav-item .dropdown-menu a {
        color: #202020;
        padding: 7px 18px;
    }

    .slider-form-wraper .nav-link {
        color: grey;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 15px;
    }

    .nav-link img {
        width: 42px;
    }

    .insurance-company-details-box {
        margin: 10px 0;
    }

    .insurance-company-logo img {
        width: 50%;
        margin-bottom: 8px;
    }

    .insurance-company-logo {
        text-align: center;
    }

    .insurance-company-policy-details {
        font-size: 12px;
        margin-top: 2px;
        text-align: center;
    }

    .premium-breakup-modal-cover .modal-content {
        width: 100%;
        margin-left: 0px;
    }

    .premium-breakup-modal-vehical-details img {
        width: 70%;
    }

    .premium-breakup-modal-vehical-details {
        text-align: center;
        margin-bottom: 10px;
    }

    .premium-breakup-modal-title {
        text-align: center;
    }

    .car-details-serch .form-control {
        height: 38px !important;
        /*        width: 296px !important;*/
    }

    .car-details-serch .btn.btn-success {
        height: 38.5px !important;
    }

    .car-rto-serch-cover {
        font-size: 13px;
    }

    .card.card-body li {
        font-size: 15px;
        text-align: left;
    }

    .car-insurance-main-cover {
        padding: 0px 10px;
    }

    .col-lg-4.col-12.car-insurance-strip-title {
        margin-bottom: 5px;
    }

    .btn-next {
        color: #fff;
        font-size: 18px;
        padding: 10px 23px;
        background-color: #003478;
    }

    .car-insurance-company-facility-logo img {
        width: 55%;
        margin-bottom: 15px;
    }

    .car-compare-details-box {
        padding-bottom: 9px !important;
    }

    .car-insurance-compare-collaps-cover {
        max-height: 5531px;
        overflow-y: auto;
    }

    .car-insurance-premium-breakup {
        width: 100%;
        padding: 11px 0px;
    }

    .addons-check-details li {
        text-align: center;
        margin-top: 10px;
    }

    .col-4.insurance-company-facility-title {
        margin-bottom: 9px;
    }

    .car-details-box-content {
        margin-bottom: 7px;
    }

    .car-edtails-main-wrapper .car-details-name {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .insurance-company-facility-logo img {
        width: 70%;
    }

    .payment-short-details {
        text-align: center;
    }

    .car-payment-page-logo {
        text-align: center;
        margin-bottom: 0px;
    }

    .home-click-form-boxinput label {
        font-size: 14px;
    }

    /*payment-short-details ul {*/
    /*    padding: 0 !important;*/
    /*    margin: 0 !important;*/
    /*}*/

    .premium-breakup-modal-info-box-content {
        font-size: 12px;
        padding: 7px 4px;
        text-align: left;
    }

    .health-insure-add-member-flyoutmodal .modal-dialog-right-side {
        background: #fff !important;
        width: 100% !important;
        animation-duration: 1s;
    }

    span.health-insure-add {
        float: right;
        width: 59%;
    }

    .health-insure-members-thin-title h4 {
        margin: 0;
        font-size: 17px;
    }

    .insurend-member-select-custom-age-list label {
        font-size: 14px;
    }

    .insurend-member-select-custom-age-list {
        margin-top: 16px;
    }

    .health-insure-members-box img {
        width: 36%;
        margin-bottom: 5px;
    }

    .radio-check li {
        float: none !important;
    }

    .radio-span {
        margin-left: 0px;
    }

    .radio-check br {
        display: none !important;
    }

    .col.feature-extra-box {
        display: block;
        visibility: hidden;
    }

    .sentence {
        color: #003478;
        font-size: 24px;
        font-weight: 600;
        font-family: ui-monospace;
        text-align: left;
        padding-left: 23px;
    }

    .home-feature-tabs-name {
        font-size: 13px;
    }

    .home-feature-tabs img {
        width: 58%;
    }

    .home-feature-tabs {
        padding-bottom: 5px;
    }

    .feature-image-slider {
        margin: 25px 0px !important;
    }

    .slider-main-wraper .hero__caption h1 {
        font-size: 24px;
    }

    .footer_contact_us {
        padding: 8px;
    }

    .coming-soon-side-images img {
        width: 80%;
        margin-bottom: 25px;
    }

    .coming-soon-side-images {
        text-align: center;
    }

    .coming-soon-title img {
        width: 100%;
    }

    .coming-soon-logo img {
        width: 50%;
    }

    .coming-soon-bottom-image img {
        width: 80%;
    }

    .coming-soon-side-images {
        margin-top: 0px;
    }

    .about-us-main-cover {
        padding-top: 25px;
    }

    .contact-details {
        padding: 15px;
        margin-top: 42px;
    }

    .contact-info a {
        color: #000;
        font-size: 15px;
        word-wrap: break-word;
    }

    .contact-page-details-cover {
        position: relative;
        margin-top: 31px;
        padding: 0px 0px;
    }

    .contact-page-details-inner {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 16px;
        border-radius: 14px;
    }

    .contact-form-cover h3 {
        font-weight: bold !important;
        font-size: 17px;
    }

    .contact-form-inputs-cover .form-group {
        margin-bottom: 13px !important;
    }

    ul.navbar-nav.ml-auto {
        background: #003478;
    }

    .insurance-company-detail-box {
        text-align: center;
    }

    .add-to-compare-check-cover {
        background: #fff;
        background: #f4f4f4;
        padding: 11px;
        text-align: center;
        border-radius: 6px;
    }

    .insurance-company-details-title {
        display: none;
    }

    .insurance-company-list-wrap ul {
        overflow: hidden;
    }

    .insurance-company-list-wrap li {
        float: left;
        margin-left: 36px;
        font-size: 15px;
        list-style: none;
    }

    .insurance-company-list-wrap li {
        margin-left: 36px;
    }

    .insurance-company-list-wrap ul {
        padding-bottom: 15px;
    }

    .insurance-company-title {
        margin-left: 14px !important;
        margin-top: -2px;
    }

    .basic-detail-form-title h4 {
        font-size: 14px;
    }

    .basic-detail-form-title h2 {
        font-size: 24px;
    }

    .service-provider-count-wrap {
        padding: 20px;
    }

    .service-provider-count-title {
        font-size: 15px;
        margin: 10px 0px;
    }

    .facility-custom-select-cover {
        box-shadow: 0 8px 6px -6px #d1d1d1;
        padding: 15px;
    }

    .basic-form-select-icon .btn {
        padding: 7px 14px;
        font-size: 20px;
        background: #fff;
        color: #bcbcbc;
        margin-bottom: 10px;
    }

    .basic-form-select-icon .btn.motor-type-select-box {
        padding: 7px 14px;
        font-size: 20px;
        color: #fff !important;
        margin-bottom: 10px;
    }

    .row .double-select .col-12 {
        margin: 7px 0px;
    }

    .payment-members-details {
        margin-bottom: 20px;
    }

    .payment-btn {
        margin-bottom: 15px;
        position: fixed;
        bottom: -16px;
        margin-left: -15px;
        width: 100%;
    }

    .payment-btn .btn-primary {
        border-radius: 0px !important;
    }

    .Quotes-icon-box {
        margin-bottom: 14px;
    }

    .big-title h1 {
        font-size: 26px;
    }

    .borker-logo {
        text-align: center;
    }

    .big-title {
        padding-bottom: 0px;
    }

    .quotes-wraper {
        padding: 24px 0px;
        padding-bottom: 24px;
        padding-bottom: 0px;
    }

    .quote-img {
        border: 0;
        padding-top: 0px;
    }

    .Quotes-icon-box img {
        width: 30%;
    }

    .index-page-background {
        background-image: url("../images/home-mobile-background.jpg") !important;
    }

    .motor-number-input {
        width: 85%;
    }

    .vehical-details-title {
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vehical-details-modal-right-side {
        background: #fff !important;
        width: 100% !important;
        animation-duration: 1s;
    }

    /*front page start    */
    .header-contact-cover {
        display: none;
    }

    .top-social-link li {
        list-style: none;
        float: left;
        padding: 0px 8px;
        font-size: 13px;
        font-weight: bold;
        color: #003478;
    }

    .top-social-box {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-quote-btn {
        display: none;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: flex;
        justify-content: left;
    }

    .header-contact-wraper {
        padding: 0px;
        margin-top: 11px;
    }

    .bg-light {
        background-color: #fff;
    }

    .header-navbar {
        background: #fff;
        margin-bottom: 0px;
    }

    .navbar-nav.mr-auto {
        background: #003478;
        padding: 15px;
    }

    .form-inline.my-2.my-lg-0 .form-control {
        width: 68% !important;
    }

    .btn.btn-outline-success {
        margin-left: 10px;
        border: 2px solid #003478 !important;
        color: #003478;
    }

    .btn.btn-outline-success:hover {
        border: 2px solid #054faf !important;
        color: #fff;
        background: #054faf;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #003478;
        border: none;
        margin-top: -90px;
    }

    .header-logo img {
        width: 50%;
    }

    .top-social-link {
        display: flex;
        justify-content: center;
    }

    .footer-top-contact-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .insurance-type-cover {
        margin-top: 288px;
    }

    .topic-title h3 {
        font-weight: bold;
        color: #003478;
        font-size: 23px;
    }

    .topic-title {
        margin-bottom: 27px;
    }

    .insurance-type-box h4 {
        font-size: 20px;
    }

    /*front page end    */

    .feedback-cover {
        height: 215px;
        padding: 15px;
    }

    .feedback-desc-cover {
        margin-left: 37px;
        margin-top: 2px;
    }

    .feedback-name h3 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 2px;
    }

    .feedback-content {
        font-size: 12px;
        color: #fff;
    }

    .feedback-profile {
        width: 75px;
        height: 75px;
        margin-top: -15px;
    }

    .slider-slide {
        margin-top: 50px;
    }

    .feedbackowl {
        margin-top: 36px;
    }

    .clients-logo-cover {
        padding-top: 39px;
    }

    #carouselExampleIndicators {
        height: 212px;
    }

    .slider-background {
        margin-top: 0px;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        background: #ebebeb;
        margin-top: -8px;
        border: none;
        padding: 10px;
    }

    .navbar .nav-item .dropdown-menu a {
        color: #202020;
        padding: 7px 18px;
    }

    .slider-form-wraper .nav-link {
        color: grey;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 15px;
    }

    .nav-link img {
        width: 42px;
    }

    .insurance-company-details-box {
        margin: 10px 0;
    }

    .insurance-company-logo img {
        width: 50%;
        margin-bottom: 8px;
    }

    .insurance-company-logo {
        text-align: center;
    }

    .insurance-company-policy-details {
        font-size: 12px;
        margin-top: 2px;
        text-align: center;
    }

    .premium-breakup-modal-cover .modal-content {
        width: 100%;
        margin-left: 0px;
    }

    .premium-breakup-modal-vehical-details img {
        width: 70%;
    }

    .premium-breakup-modal-vehical-details {
        text-align: center;
        margin-bottom: 10px;
    }

    .premium-breakup-modal-title {
        text-align: center;
    }

    .car-details-serch .form-control {
        height: 38px !important;
        /*        width: 296px !important;*/
    }

    .car-details-serch .btn.btn-success {
        height: 38.5px !important;
    }

    .car-rto-serch-cover {
        font-size: 13px;
    }

    .card.card-body li {
        font-size: 15px;
        text-align: left;
    }

    .car-insurance-main-cover {
        padding: 0px 10px;
    }

    .col-lg-4.col-12.car-insurance-strip-title {
        margin-bottom: 5px;
    }

    .btn-next {
        color: #fff;
        font-size: 18px;
        padding: 10px 23px;
        background-color: #003478;
    }

    .car-insurance-company-facility-logo img {
        width: 55%;
        margin-bottom: 15px;
    }

    .car-compare-details-box {
        padding-bottom: 9px !important;
    }

    .car-insurance-compare-collaps-cover {
        max-height: 5531px;
        overflow-y: auto;
    }

    .car-insurance-premium-breakup {
        width: 100%;
        padding: 11px 0px;
    }

    .addons-check-details li {
        text-align: center;
        margin-top: 10px;
    }

    .col-4.insurance-company-facility-title {
        margin-bottom: 9px;
    }

    .car-details-box-content {
        margin-bottom: 7px;
    }

    .car-edtails-main-wrapper .car-details-name {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .insurance-company-facility-logo img {
        width: 70%;
    }

    .payment-short-details {
        text-align: center;
    }

    .car-payment-page-logo {
        text-align: center;
        margin-bottom: 0px;
    }

    .home-click-form-boxinput label {
        font-size: 14px;
    }

    /*payment-short-details ul {*/
    /*    padding: 0 !important;*/
    /*    margin: 0 !important;*/
    /*}*/

    .premium-breakup-modal-info-box-content {
        font-size: 12px;
        padding: 7px 4px;
        text-align: left;
    }

    .health-insure-add-member-flyoutmodal .modal-dialog-right-side {
        background: #fff !important;
        width: 100% !important;
        animation-duration: 1s;
    }

    span.health-insure-add {
        float: right;
        width: 59%;
    }

    .health-insure-members-thin-title h4 {
        margin: 0;
        font-size: 17px;
    }

    .insurend-member-select-custom-age-list label {
        font-size: 14px;
    }

    .insurend-member-select-custom-age-list {
        margin-top: 16px;
    }

    .health-insure-members-box img {
        width: 36%;
        margin-bottom: 5px;
    }

    .radio-check li {
        float: none !important;
    }

    .radio-span {
        margin-left: 0px;
    }

    .radio-check br {
        display: none !important;
    }

    .col.feature-extra-box {
        display: block;
        visibility: hidden;
    }

    .sentence {
        color: #003478;
        font-size: 24px;
        font-weight: 600;
        font-family: ui-monospace;
        text-align: left;
        padding-left: 23px;
    }

    .home-feature-tabs-name {
        font-size: 17px;
    }

    .home-feature-tabs img {
        width: 58%;
    }

    .home-feature-tabs {
        padding-bottom: 5px;
    }

    .feature-image-slider {
        margin: 25px 0px !important;
    }

    .slider-main-wraper .hero__caption h1 {
        font-size: 24px;
    }

    .slider-main-wraper {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        /* background-image: url('../images/slider-background.jpg') !important; */
        padding: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .slider-main-wraper .hero__caption p {
        display: block;
        color: #000;
        font-size: 17px;
        font-weight: 500;
        text-align: center !important;
    }

    .home-about-caption h1 {
        font-size: 26px;
    }

    .home-section-2-image {
        margin-top: 70px;
    }

    .home-service-wraper {
        padding: 36px 0;
        margin-top: 59px;
    }

    .home-service-wraper-title h1 {
        font-size: 25px;
    }

    .home-service-box {
        padding: 33px 15px;
    }

    .home-service-card .col-lg-3 {
        margin-bottom: 25px;
    }

    .quote-slider-content-cover {
        padding: 0px 34px !important;
        padding-top: 30px;
    }
}

.error {
    font-size: 12px;
    color: red !important;
}

.fa-check {
    color: green;
    font-size: 18px;
}

.fa-times {
    font-size: 18px;
}

/*Content Loader*/

.timeline-title {
    margin: 0 auto;
    max-width: 472px;
}

/**
* main style
*/

.timeline-item {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    /*border-radius: 3px;*/
    padding: 12px;
    margin: 15px auto;
    max-width: 100%;
    box-shadow: 2px 0 8px 0 rgb(0 0 0 / 20%);
    border-radius: 6px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 100px;
    right: 0;
    height: 0;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    /*top: 10px;*/
    /*left: 100px;*/
    height: 20px;
    /*width: 10px;*/
}

.background-masker.header-bottom {
    top: 20px;
    height: 20px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 32px;
    height: 40px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 85%;
    right: 0;
}

.background-masker.subheader-right {
    left: 69%;
}

.background-masker.subheader-bottom {
    top: 60px;
    height: 20px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

.header-last-left {
    bottom: 0;
    left: 100px;
    height: 100px;
    width: 15px;
}

.subheader-right-last {
    left: 55%;
    bottom: 0;
    width: auto;
    right: 0;
    top: inherit;
    height: 20px;
}

.mar-tb-10 {
    margin: 10px 0;
}

/* SHARE CONTAINER */

.share-container {
    border-radius: 15px;
    display: flex;
    padding-right: 0;
    text-align: center;
    transition: width 0.5s;
    width: 80px;
    background-color: #eeeeee;
}

.share-container.active {
    width: 100%;
}

.share-btn {
    width: 90px;
    padding: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #777777;
    border-radius: 15px;
    background-color: #eeeeee;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.share-btn:hover {
    color: #343a40;
    cursor: pointer;
}

.share-btn.active {
    color: #ffffff;
    background-color: #dc3545;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 5px 5px 12px;
}

.share-btn.active:hover {
    background-color: #cf2838;
}

.share-url {
    width: 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #eeeeee;
    transition: all 0.2s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.share-url.active {
    width: 100%;
    color: #343a40;
    padding: 6px;
}

/*fade*/
.animate {
    opacity: 0;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate.active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
    transform: translateY(-100%) translateX(-50%);
}

/*notification*/
.notification-button {
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 10px 20px;
    background: #343a40;
    color: #eeeeee;
    z-index: 9999;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}

.hide {
    display: none;
}

.section {
    padding-top: 155px !important;
}

.car-rto-serch-cover.vehical-details-title-box.car-insurance-strip {
    margin: 0px;
}

/* business-compare-start */

.health-insurance-company-detail-box {
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 13px 15px;
    font-size: 13px !important;
}

.health-insurance-company-name {
    font-size: 15px;
}

.health-insurance-price {
    font-size: 15px;
    color: #003478;
    margin-top: 6px;
}

.health-insurance-company-facility-btn {
    text-align: center;
}

.health-compare-details-cover-box {
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    padding-bottom: 8px;
}

.row.halth-policykey-feature-cover {
    padding: 9px;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-bottom: 0px;
}

.health-keyfeature-box a {
    color: #000;
    font-size: 13px;
}

.health-keyfeature-box a:hover {
    text-decoration: none;
}

.health-keyfeature-box {
    text-align: right;
}

.health-add-compare-check-cover ul {
    padding: 0;
    margin: 0;
}

.health-add-compare-check-cover a {
    color: #003478;
    font-size: 15px;
}

.health-add-compare-check-cover li {
    margin-bottom: 10px;
    font-size: 15px;
    list-style: none;
}

.health-right-add img {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-check-label.health-add-compare-label {
    color: #003478;
}

.health-right-add {
    position: sticky;
    top: 61px;
}

/* .health-compare-add-compare a {
  color: #003478;
  font-size: 15px;
} */

.health-insurance-company-detail-box.health-policy-added-to-compare {
    background: #a0c4f2;
    border: 1px solid;
}

/*
.health-compare-add-compare a:hover  {
text-decoration: none;;
} */

.health-compare-add-compare {
    margin-bottom: 12px;
}

/* .health-compare-screen-fix {
    position: fixed;
    bottom: 0px;
    max-width: inherit;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
    background: #fff;
    padding: 20px 0px;
} */

.health-compare-added-policy-box {
    padding: 11px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
}

.health-compare-added-policy-title {
    font-weight: bold;
    font-size: 12px;
}

.health-compare-added-policy-title p {
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}

.health-compare-added-policy-close {
    text-align: right;
    margin-top: -23px;
    margin-right: -14px;
}

.health-compare-added-policy-close a {
    color: #000;
}

.health-compare-screen-fix-close {
    text-align: right;
    padding-right: 14px;
    margin-top: -20px;
    font-size: 21px;
    color: #000;
}

.health-compare-screen-fix-close a {
    color: #000;
}

.health-compare-added-policy-modal-close {
    margin-top: 9px;
}

.health-compare-added-policy-box.health-compare-added-policy-blank {
    border: 1px dashed grey;
    text-align: center;
    padding: 20px;
}

.health-insurance-plan-name {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    color: #003478;
}

.insurance-company-details-title.health-compare-feature-title {
    margin-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 2px solid #bfcae0;
}

.health-insurance-company-facility-btn .btn.btn-primary.create-premium-quote {
    background: #007bff;
    font-weight: bold;
}

.insurance-company-facility-title {
    color: #000;
    font-size: 16px;
}

.insurance-company-facility-title.text-center {
    color: #000;
    font-size: 16px;
}

.insurance-company-facility-title img {
    /*width: 15%;*/
}

.col-2.insurance-company-facility-title.text-center img {
    width: 18%;
}

.health-insurance-company-facility-btn span {
    display: none;
}

.service-provider-count-title {
    font-size: 17px !important;
    text-align: center;
    font-weight: bold;
}

.health-insurance-plan-details-label {
    display: none;
}

.health-compare-added-policy-modal-close .btn.btn-primary {
    font-size: 17px;
    padding: 8px 13px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(25deg, #1ba8d3 0, #39f1e0 100%);
    width: 46%;
    padding: 9px !important;
    border-radius: 6px !important;
    font-weight: normal !important;
}

.health-compare-added-policy-modal-close .btn.btn-primary:hover {
    background-color: #42378f;
    background: -webkit-linear-gradient(45deg, #1ba8d3 0, #39f1e0 100%);
}

.insurance-company-detail-box-cover {
    padding: 0px 0px;
}

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover .col-lg-12 {
    padding: 0px !important;
}

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover {
    padding: 5px 0px;
}

.car-insurance-company-facility-logo img {
    /*width: 100%;*/
}

.health-add-compare-check-cover {
    border-bottom: 1px dashed;
}

.user-business-plan-sum-insured {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #000;
}

.user-business-plan-sum-insured span {
    float: right;
}

.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

.input-icon {
    background: #ddd;
    cursor: pointer;
}

.input-with-icon {
    border: none;
    flex: 1;
    background: #dddddd5e;
    pointer-events: none;
}

.input-icon,
.input-with-icon {
    padding: 10px;
}

.share_quote_input_container {
    margin: 11px 25px;
    margin-left: 0px;
}

.input-icon-wrap {
    display: none;
}

#carouselExampleIndicators {
    margin-top: 0px;
}

.carousel-item img {
    border-radius: 31px;
}

/* about-page-start */

.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #2edaca;
    font-family: "" Nunito"", sans-serif;
    margin: 0;
}

.about-details-wraper {
    margin-top: 100px;
    padding: 0px 37px;
}

.about-details-content-title h1 {
    margin-bottom: 18px;
    color: #1c1b1b;
    font-size: 31px;
    line-height: 47px;
    font-weight: 800 !important;
    /* font-family: initial; */
    font-family: "" Nunito"", sans-serif;
}

.about-chose-wrap .about-details-content-title {
    text-align: center;
}

.about-chose-wrap {
    margin-top: 100px;
}

.about-choose-point-title h3 {
    font-weight: 400;
    font-family: "" Nunito"", sans-serif;
    font-size: 20px;
    color: #000;
}

.about-choose-point-box {
    margin-top: 41px;
}

.about-choose-point-icon img {
    width: 85%;
}

.about-choose-point-icon {
    text-align: center;
}

.team-boxes-wraper {
    padding: 0px 90px;
    margin-top: 41px;
    margin-bottom: 100px;
}

.about-choose-point-cover {
    padding: 0px 15px;
}

.about-team-designation {
    margin-top: 15px;
    font-size: 14px;
}

.about-team-designation p {
    font-weight: bold;
}

.about-choose-point-title p {
    font-size: 15px;
}

.about-faq-accordian .card-header {
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    margin-bottom: 1px;
    position: relative;
    background: #2edaca;
}

.about-faq-accordian .card {
    margin-top: 5px;
}

.about-faq-accordian .btn.btn-link {
    color: #fff;
    font-weight: 500;
    font-family: "" Nunito"", sans-serif;
}

.about-faq-accordian {
    margin-top: 55px;
    margin-bottom: 100px;
}

.contact-page-map-wrap {
    margin-top: 75px;
}

.contact-details-box-icon.contact-mail-icon {
    padding-top: 4px;
}

.contact-details-box-icon.contact-address-icon {
    padding-top: 4px;
}

.about-team-box {
    padding: 0 23px;
}

.about-team-designation span {
    display: flex;
    justify-content: right;
    margin-top: -73px;
}

.about-linkedun-icon a {
    font-size: 41px;
    color: #0a66c2;
}

.about-details-extra-title {
    margin: 15px 0;
    font-weight: bold;
    font-size: 24px;
}

.about-details-title-box strong {
    font-family: "Nunito";
}

/* about-page-end */

/* contact-page-start */

/* .contact-details-box-icon {
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 26px;
    padding-top: 8px;
    border-radius: 50%;
    border: 1px solid gray;
    color: #2edaca;
} */

.contact-details-box-wrap {
    /* display: block;
    padding: 47px 40px 29px 40px;
    border-radius: 10px;
    width: 90%;
    margin-left: 25px; */
    /* box-shadow: 0 15px 40px rgb(211 220 232 / 60%); */
}

/* .contact-text-heading {
    text-align: center;
} */
.contact-text-heading h2 {
    font-size: 35px;
    font-weight: 600;
    font-style: italic;
    background: linear-gradient(to bottom, #e85f69, #00c5ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-details-box-wrap {
    margin-top: 60px;
}

.contact-details-box-icon {
    /* width: 70px;
    height: 70px;
    border-radius: 50%; */
    display: flex;
    /* box-shadow: 0px 3px 25px #9EF9FF; */
    justify-content: center;
    align-items: center;
}

.contact-details-box-icon img {
    width: 70%;
}

.contact-details-box-detail h3 {
    font-weight: 600;
    font-family: "Nunito";
    font-size: 19px;
    color: #1A1A1A;
}

.contact-details-box-detail h6 {
    font-size: 15px;
    color: #828282;
}

.contact-details-box {
    margin-bottom: 25px;
    padding-bottom: 11px;
    /* display: flex; */
    margin-left: 50px;
}

.contact-details-box-detail p {
    font-size: 15px;
    color: #828282;
}

.contact-details-box-detail {
    padding-left: 20px;
}

.contact-details-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details-box img {
    width: 70%;
}

.contact-text-heading {
    display: flex;
    align-items: self-start;
    margin-left: 25px;
}

.contact-details-box-detail a {
    color: #29C6CF;
    font-size: 17px;
    font-weight: 600;
}

.contact-form-wrap h3 {
    font-weight: bold;
    font-family: "Nunito";
    color: #29C6CF;
    text-align: center;
}

.contact-form-wrap .form-control {
    font-size: pad;
    font-size: 15px;
    padding: 21px 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #50505028;
    border: 1px solid #ff786e;
    border-radius: 7px;
}

.contact-form-wrap label {
    font-family: "Nunito";
    margin-top: 23px;
    color: #1A1A1A;
    font-weight: 500;
}

.contact-form-wrap {
    margin-top: 36px;
    padding: 0px 10px !important;
}

.border-btn {
    background: none;
    padding: 9px 35px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #CF3229;
    color: white;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.contact-form-wrap {
    margin-top: -10px;
    padding: 0px 100px;
}

.modal-header h3 {
    margin-bottom: 0px;
}

.contact-details-box-last {
    padding-bottom: 0px;
}

.contact-form-btn-wrap {
    width: 100%;
    padding-left: 15px;
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

/* contact-page-end */

/* pos section start */

.pos-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/posblock_bg.png) !important;
    padding: 100px 0;
}

.pos-form-wraper .form-control {
    padding: 26px 14px;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}

.pos-form-wraper label {
    font-family: "Nunito";
    margin-top: 23px;
    color: #000;
    font-weight: 400;
}

.pos-form-wraper .border-btn {
    margin-top: 55px;
    width: 100%;
}

.pos-form-wraper {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
    background: #fff;
}

.pos-corner-details-content h2 {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: bold;
    color: #2A3557;
}

.pos-corner-details-content p {
    font-size: 20px;
    margin: 0px;
}

.pos-form-wraper h3 {
    font-family: "Nunito";
    font-weight: bold;
    font-size: 25px;
    color: #11215b;
}

.pos-corner-feature-point-box img {
    width: 29% !important;
}

.pos-corner-feature-point-box p {
    margin: 0;
}

.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 6px;
    background: #fff;
}

.pos-corner-desc-content {
    color: #fff;
}

.pos-corner-feature-points-wraper {
    margin-top: 17px;
}

.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-family: "Nunito";
    font-size: 16px;
    margin-bottom: 6px;
}

.pos-corner-desc-content {
    margin-top: 27px;
}

/* pos section end */

/* make a claim page sectoin start */

.make-claim-feature-select-wrap label {
    font-family: "Nunito";
    margin-top: 23px;
    color: #2edaca;
    font-weight: 400;
}

.make-claim-feature-select-wrap .form-control {
    padding: 14px 14px;
    height: 59px;
    font-size: 16px !important;
}

.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/make-a-claim-back.png) !important;
    padding: 100px 0;
}

.home-about-wraper {
    margin-top: 115px;
    padding: 0 74px;
}

.header-logo {
    position: relative;
    top: 15px;
}

.view-more-button:after {
    content: "\25bc";
    font-size: 0.7rem;
}

.view-more-button.active:after {
    content: "\25b2";
    font-size: 0.7rem;
}

.view-more-button {
    background: #003478;
    color: #fff;
    width: 100%;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 0 1rem 0 0;
}

.plan_links {
    width: 16%;
    display: inline-block;
    text-align: center;
}

input[type="text"]:read-only {
    background-color: #fff !important;
}

/* make a claim page sectoin end */

/* custom changes added start */

/* custom changes added end */

/* TABLET LANDSCAPE & iPads (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 992px) {}

/* SMARTPHONES LANDSCAPE & TABLETS PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-choose-point-icon img {
        width: 27%;
    }

    .about-choose-point-icon {
        text-align: left;
    }

    .team-boxes-wraper {
        padding: 0px 0px;
        margin-top: 41px;
        margin-bottom: 100px;
    }

    .about-team-box {
        margin-bottom: 30px;
    }

    .contact-form-wrap {
        margin-top: 36px;
        padding: 0px 30px;
    }

    .contact-details-box-icon {
        margin-bottom: 15px;
    }

    .contact-details-box-detail {
        padding-left: 0;
    }

    .owl-dots {
        display: block;
        display: none;
    }

    .header-logo {
        text-align: left;
        margin-top: 10px;
    }

    .header-navbar {
        background: #fff;
        margin-bottom: 0px;
        margin-left: 0x;
    }

    .navbar-nav {
        background: #ccf8fb;
        padding: 15px;
        width: auto;
    }

    /* .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        padding: 10px 15px;
        font-weight: bolder;
        font-size: 16px;
    } */

    .about-team-designation {
        margin-top: 15px;
        font-size: 14px;
    }

    .about-team-designation p {
        font-weight: bold;
        font-size: 18px;
    }

    .about-details-wraper {
        margin-top: 50px;
        padding: 0;
    }

    #carouselExampleIndicators {
        margin-top: 0px;
    }

    .home-about-wraper {
        margin-top: 0;
    }

    .pos-corner-feature-points-wraper .col-4 {
        padding: 14px;
    }

    .pos-corner-feature-point-box h4 {
        font-size: 13px;
    }

    .pos-main-wrap {
        padding: 70px 0;
    }

    .pos-corner-desc-content {
        margin-bottom: 30px;
    }

    .col-lg-5.about-details-chart {
        text-align: center;
    }

    .col-lg-6.home-carousel-slider {
        padding: 0 30px;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #003478;
        border: none;
        margin-top: 0px;
        margin-right: 0px;
    }

    .make-claim-feature-select-wrap {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .pos-corner-feature-point-box p {
        margin: 0;
        font-size: 12px;
    }

    .pos-corner-feature-point-box h4 {
        font-size: 14px;
    }

    .pos-corner-feature-point-box {
        height: 100%;
    }

    .home-about-wraper {
        margin-top: 0px;
        padding: 0px 0px;
    }

    .home-about-caption {
        margin-top: 0px !important;
    }

    .about-cont-card-wraper .col-lg-4 {
        margin-top: 15px !important;
    }

    .about-details-chart {
        text-align: center;
    }

    .navbar-brand img {
        width: 85% !important;
        margin-top: 10px;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 75% !important;
    }

    .car-number-pop-form .btn-quotes {
        transition: all ease 0.2s;
        /* float: left; */
        width: 107px;
        border-radius: 0 4px 4px 0;
        padding: 18px 0;
        font-weight: 400;
        font-size: 15px;
        border: none;
        background: #57dddd;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
            rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }

    .nav-bar-main-box nav a.navbar-brand {
        margin-right: 90px;
        margin-left: 0px;
    }

    .car-number-pop-form h3 {
        font-weight: bold;
        font-family: "Nunito";
        font-size: 22px;
        text-align: center;
        margin-top: -22px;
        margin-bottom: 35px;
    }

    .car-pop-dont-know-number a {
        padding: 14px 30px;
    }

    .car-number-pop-image img {
        width: 68%;
    }

    .car-number-pop-image {
        text-align: center;
    }

    .car-number-pop-textinput input {
        padding: 20px 11px 20px;
    }
}

.car-variant-select-box:hover,
.car-manufacture-select-box:hover,
.vehical-manufacture-box:hover,
.vehical-year-boxes-wraper:hover,
.trigger_variant:hover {
    outline: 2px solid #2edaca !important;
    background-color: #f5f6fe !important;
}

.select2 {
    width: 100% !important;
}

/* New Home Page Design Style----------- */
* {
    /* margin: 0; */
    /* padding: 0 */
    font-family: "" Nunito"", sans-serif;
}


.social-box {
    display: flex;
}

.top-header-section {
    background-color: #3c3c3c;
    display: none;
}

.top-header-cover h5 {
    margin: 0px;
    color: white;
    font-size: 16px;
}

.top-header-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 100px;
}

.social-link a img {
    width: 24px;
    margin-right: 10px;
}

.nav-detail-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-details h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.nav-details p {
    margin-bottom: 0px;
    font-size: 16px;
}

.nav-detail-box img {
    width: 37px;
    margin-right: 19px;
}

.nav-details p a {
    color: #cf3229;
    font-weight: 600;
}

.navbar-light .navbar-brand {
    margin-top: 0px;
}


.main-navbar-links ul li {
    margin-right: 15px;
    border-bottom: 1px solid transparent;
}

.main-navbar-links ul li a {
    border-bottom: 1px solid transparent;
}

.main-navbar-links ul li a:hover {
    /* background-color: #d5362a; */
    border-bottom: 1px solid black;
}

div#navbarNavDropdown {
    /* display: flex; */
    justify-content: end;
}

.right-nav {
    display: flex;
    /* flex-direction: column; */
}


.main-navbar-links ul li a {
    /* color: white!important; */
    font-size: 18px;
    color: black !important;
    font-weight: 600;
}

a.nav-link.login-btn {
    padding: 6px 32px;
    /* width: 100px; */
    text-align: center;
    border-radius: 10px;
    /* color: white!important; */
    margin-top: 4px;
    /* margin-right: -100px; */
    /* margin-left: 84px; */
    font-size: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

a.nav-link.login-btn:hover {
    /* background-color: white; */
}

.main-navbar-links ul li a:hover {
    /* background-color: white;
    border-bottom: 2px solid red; */
}

.main-navbar-links ul li a {
    border-bottom: 2px solid transparent;
}

.nav-details-main-box {
    display: none;
    padding: 25px 230px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 52px;
}

.nav-border-box img {
    width: 97%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: -5px;
    height: 19px;
}

.owl-content-box p {
    padding-right: 100px;
    font-size: 15px;
    color: #3c3c3c;
    background-color: white;
    font-weight: 500;
    /* padding-left: 15px; */
}

#odometer {
    display: block;
    margin: 0;
}

.product-icon-box {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.hero-caraousel-box {
    padding: 0px 9px;
    margin: 4px;
    border-radius: 15px;
    /* margin-top: 63px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.hero-caraousel {
    margin-top: 45px;
    margin-bottom: 45px;
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    border-radius: 15px;
}

.owl-prev span {
    background: #29C6CF;
    padding: 0px 14px;
    margin-left: -75px;
    font-size: 28px;
    color: white;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    background: none !important;
    margin-top: -24px;
}

.owl-next span {
    background: #29C6CF;
    padding: 0px 14px;
    margin-left: 21px;
    font-size: 28px;
    color: white;
    border-radius: 50%;
}

.insurance-product img {
    width: 47%;
    margin-bottom: 7px;
    margin-top: 11px;
}

.insurance-product p {
    font-size: 13px;
    margin-bottom: 0px;
}

.insurance-product-box a {
    color: #3c3c3c;
    font-weight: 600;
    text-decoration: none;
}

.product-main-wrapper {
    padding: 18px -1px;
    background: #ffffff 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 20px #00000029; */
    border-radius: 15px;
    margin-top: 39px;
}

/* About Us Starts From Here -=-=-=-=--==-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-= */
.points-box {
    display: flex;
    align-items: center;
}

.points-box img {
    margin-right: 13px;
    width: 4%;
}

.about-us-main-details p {
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}

.points-box p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
}

.points-box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.about-us-main-details h3 {
    color: #cf3229;
    font-weight: 600;
    font-size: 26px;
}

.about-us-main-details h4 {
    font-size: 22px;
    color: #3c3c3c;
    font-weight: 500;
}

.about-us-main-wrapper {
    padding: 60px 0px;
    padding-top: 85px;
    margin: 45px 0px;
}

.about-us-counter-box img {
    width: 18% !important;
    margin-right: 11px;
}

.counter-box h4 {
    margin-bottom: 0px;
}

.counter-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
}

.counter-box h4 {
    margin-bottom: 0px;
    color: #cf3229;
    font-weight: 500;
    font-size: 22px;
}

.view-more-btn-box a button {
    margin-top: 20px;
    font-size: 15px;
    padding: 9px 22px;
    border-radius: 32px;
    background-color: #cf3229;
    color: white;
    font-weight: 500;
    border: none;
    box-shadow: 0px 3px 20px #00000029;
}

/* Why Chooose main Start--=-=-=-=--=-=-=-===-=--=-=-=-=--=-=-=--=-=-=--=-=-==- */
.why-choose-point-box {
    display: flex;
}

.why-choose-point-box {
    display: flex;
    padding: 22px 20px;
    padding-bottom: 15px;
    border-radius: 16px;
    margin-bottom: 10px;
}

.why-choose-details-box {
    margin-left: 25px;
}

.why-choose-details-box p {
    font-size: 15px;
    margin-bottom: 0px;
}

.why-icon-box img {
    width: 90px;
    position: absolute;
    left: -27px;
    top: 28px;
}

.why-choose-details-box h5 {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 500;
}

.why-choose-cover-care-main-wrapper h3 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #3c3c3c;
    font-size: 34px;
}

span.add_broker_color {
    color: #cf3229;
}

.why-choose-cover-care-main-wrapper {
    padding: 35px 0px;
}

.our-partners-main-wrapper h4 {
    font-size: 30px;
    width: 21%;
    padding: 17px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 600;
}

.map-counter-box h2 {
    font-weight: 500;
    font-size: 75px;
    color: #29C6CF;
    font-weight: 600;
    margin-bottom: 0px;
}

.map-counter-box h5 {
    color: #3c3c3c;
    font-weight: 600;
}

/* How It Works start from Here ----------=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=--= */

.how-it-works-main-wrapper h4 {
    font-weight: 500;
}

.how-it-works-main-wrapper h4 {
    font-weight: 700;
    margin-bottom: 40px;
}

.how-it-works-main-wrapper p {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
}

.how-it-work-details p {
    margin: 0px !important;
    padding: 0px;
    width: 100% !important;
    font-size: 14px;
}

.partner-slide-box {
    margin-bottom: 25px;
    border-radius: 15px;
    width: 95%;
    padding: 8px;
    box-shadow: 0px 3px 20px #f5ebe470;
}

.how-it-works-content-details {
    margin: 45px 0px;
    text-align: center;
}

.how-it-work-icon img {
    width: 47%;
    margin-bottom: 10px;
}

.arrow-box img {
    width: 116%;
    margin-top: -110px;
}

.how-it-works-main-wrapper {
    margin: 95px 0px;
    margin-bottom: 65px;
}

.faq-main-img-box img {
    width: 95%;
}

.faq-details-box p {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 500;
}

.faq-details-box h2 {
    color: #3c3c3c;
}

.partner-slide-box {
    margin-bottom: 25px;
    border-radius: 15px;
    width: 95%;
    padding: 8px;
    box-shadow: 0px 3px 20px #ffeadb38;
}

.partner-slide-box img {
    width: 86% !important;
}

.map-box-wrapper {
    height: 380px;
    /* border: 1px solid; */
    background-image: url(../images/our-partner-map.png) !important;
    background-size: 78%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.map-counter-box {
    margin-left: -36px;
}

div#partner-slide .owl-nav .owl-prev {
    right: 280px;
    margin-top: 160px;
}

div#partner-slide .owl-nav .owl-next {
    bottom: 0px;
    margin-top: 146px;
    right: 293px;
}

/* Faq design Starts =-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-==-=-=-=-=-==-=-== */
.faq-question-ans-main-wrapper #accordion .card {
    margin-bottom: 20px;
}

.faq-question-ans-main-wrapper #accordion .card .card-header h5 button {
    color: #cf3229;
    font-weight: 500;
    text-decoration: none;
}

.faq-question-ans-main-wrapper #accordion .card {
    border-radius: 5px;
    border: none;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #7e7e7e29;
    border-left: 6px solid #cf3229;
}

.faq-question-ans-main-wrapper #accordion .card .card-body {
    font-size: 15px;
    font-weight: 500;
    color: #3c3c3c;
}

.faq-question-ans-main-wrapper #accordion .card .card-header {
    padding: 5px;
    border: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 3px 20px #7e7e7e29;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question-ans-main-wrapper #accordion .card .card-header img {
    width: 20px;
    position: absolute;
    right: 18px;
    top: 19px;
    /* transform: rotate(180deg); */
}

button.btn.btn-link.collapsed img {
    transform: rotate(180deg);
}

.faq-main-wrapper {
    padding: 45px 0px;
    background-image: url(../images/faq-bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .client-text-details {
    border: 1px solid black;
} */
.owl-carousel .owl-item img {
    margin-right: auto !important;
}

img.quote-img {
    width: 45px !important;
    margin-left: 15px;
    margin-right: 0px !important;
    position: absolute;
    left: 43px;
    /* top: 29px; */
    margin-top: 3px;
    z-index: 9999999999;
}

.client-main-box {
    padding: 5px 30px;
    margin-top: 45px;
    padding-top: 46px;
    width: 98%;
    margin-bottom: 60px;
    font-size: 13px;
    /* box-shadow: 0px 3px 20px #00000029; */
    background-image: url(../images/client-shape.png) !important;
    background-position: center;
    background-size: 109%;
    padding-right: 42px;
    padding-bottom: 50px;
}

.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

img.client-user {
    width: 70px !important;
}

.client-user-box {
    display: flex;
    align-items: end;
    margin-bottom: -55px;
    margin-left: 15px;
}

.client-user-details p {
    margin-bottom: 0px;
    font-size: 11px;
}

.client-user-details h5 {
    margin-bottom: 1px;
    font-size: 17px;
}

.client-testimonial-main-wrapper {
    position: relative;
    padding: 45px 0px;
}

.owl-carousel .owl-item img {
    margin-right: 14px !important;
    margin-left: 0px !important;
}

.client-shape-1 img {
    width: 82%;
}

.client-shape-1 {
    position: absolute;
    top: -95px;
}

.news-letter-text {
    padding: 16px 35px;
}

.news-letter-text h5 {
    font-size: 25px;
    color: #3c3c3c;
    font-weight: 500;
}

.news-letter-text p {
    color: #3c3c3c;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 19px;
    margin-top: 22px;
}

.news-letter-input-box input {
    width: 80%;
    padding: 9px 16px;
    border-radius: 9px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border: 2px solid #cf3229;
}

.news-letter-input-box button {
    position: absolute;
    right: 138px;
    top: 9px;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: white;
    background: transparent linear-gradient(103deg, #CF3229 0%, #29C6CF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
}

.newsletter-shape {
    position: absolute;
    top: 0px;
}

.newsletter-shape img {
    width: 100%;
}

.news-letter-box-cover {
    margin-top: 45px;
    padding: 35px 0px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 25px;
    position: relative;
    margin-bottom: -120px;
}

.footer-main-wrapper {
    /* background-image: url(../images/cnc-footer.png) !important; */
    padding: 0px 0px;
    /* background-size: cover; */
    padding-bottom: 10px;
    /* background-repeat: no-repeat; */
    z-index: -9999;
    margin-top: 45px;
}

.footer-details-box ul {
    list-style: none;
    padding: 0px;
}


.footer-main-details-box {
    padding: 23px 18px;
    margin-left: -16px;
    border-radius: 15px;
    color: black;
}

.footer-main-details-box h5 {
    font-size: 16px;
    font-weight: 500;
}

p.footer-irdai-content {
    font-size: 15px;
    letter-spacing: 0.6px;
}

.company-logo {
    width: 30%;
    height: auto;
    margin-bottom: 17px;
}

.footer-details-box ul li {
    color: #6B6B6B;
    font-size: 15px;
    font-weight: 500;
}

.footer-details-box {
    margin-top: 40px;
}

.footer-details-box ul li i {
    color: #6B6B6B;
}

.main-footer-text h5 a {
    color: #0095d9;
    font-weight: 600;
}

.footer-social-media-icons a img {
    width: 25px;
    margin-right: 7px;
}

.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    top: 36%;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dfdfdf00 !important;
    transform: translateY(-50%);
}

.client-shape-2 {
    position: absolute;
    top: 99px;
    right: 0px;
    display: flex;
    justify-content: end;
}

.client-shape-2 img {
    width: 75%;
}

div#partner-slide .owl-nav button.owl-next {
    margin-top: 189px;
    background: transparent;
}

.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.client-testimonial-cover h4 {
    color: #3c3c3c;
    font-size: 25px;
}

.partner-mobile {
    display: none;
}

.partner-mobile .owl-nav button.owl-prev span {
    background-color: #dc3545 !important;
    border-radius: 50%;
    font-size: 27px;
    color: white;
}

.main-hero-header h3 {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 26px;
}

.owl-content-box h4 {
    background-color: white;
    color: #cf3229;
    font-weight: 600;
    font-size: 22px;
}

.my-text-caraousel {
    margin-top: -53px;
    margin-bottom: 20px;
}

.my-drop-down-box .dropdown button {
    background: transparent;
    color: #3c3c3c !important;
    font-weight: 500;
}

.navbar .nav-item .dropdown-menu a:hover {
    border-bottom: 2px transparent;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .partner-desktop {
        display: none !important;
    }

    .partner-mobile {
        display: block !important;
    }

    .nav-details-main-box {
        display: none;
    }

    .right-nav {
        flex-direction: column;
        margin-left: 0px;
    }

    .nav-border-box img {
        width: 95%;
        height: 10px;
        margin-top: -2px;
    }

    .nav-details-main-cover {
        padding: 0px;
    }

    .top-header-cover {
        padding: 5px 10px;
    }

    .nav-bar-main-box nav a.navbar-brand {
        position: initial;
        width: 60px;
        background-color: white;
        height: 60px;
    }

    .hero-main-details p {
        font-size: 14px;
    }

    .insurance-product {
        margin-bottom: 25px;
    }

    .about-us-main-details {
        margin-top: 50px;
    }

    .about-us-hero-img-box img {
        width: 98%;
    }

    .about-us-main-wrapper {
        padding: 0px 0px;
        padding-top: 60px;
    }

    .about-us-counter-wrapper {
        margin-left: 27px;
    }

    .about-us-main-details h3 {
        font-size: 25px;
    }

    .points-box p {
        margin-bottom: 0px;
        font-size: 15px;
        color: #737373;
        font-weight: 400;
    }

    .points-box img {
        margin-right: 13px;
        width: 7%;
    }

    .why-choose-main-img-box img {
        width: 80%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 15px;
    }

    .our-partners-main-wrapper h4 {
        width: 60%;
    }

    .why-choose-details-box h5 {
        font-size: 17px;
    }

    .why-choose-details-box p {
        font-size: 13px;
    }

    .why-choose-point-box {
        padding-bottom: 28px;
    }

    .why-choose-point-box {
        padding: 22px 14px;
        padding-bottom: 28px;
        margin-bottom: 5px;
        width: 90%;
        margin-left: 31px;
    }

    .why-icon-box img {
        width: 54px;
        position: absolute;
        left: 17px;
        top: 50px;
    }

    .why-choose-cover-care-main-wrapper h3 {
        font-size: 24px;
    }

    .faq-question-ans-main-wrapper #accordion .card .card-header h5 button {
        font-size: 14px;
    }

    .faq-main-img-box img {
        width: 80%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 20px;
    }

    .client-shape-1 {
        position: absolute;
        top: -95px;
        z-index: -999;
    }

    .arrow-box img {
        width: 20%;
        transform: rotate(46deg);
        margin-top: 15px;
    }

    .how-it-work-icon img {
        width: 30%;
    }

    .how-it-works-main-wrapper p {
        width: 100%;
    }

    .arrow-1 img {
        transform: rotate(-45deg);
    }

    .news-letter-input-box input {
        width: 85%;
        padding: 9px 16px;
        margin: 0 auto;
        display: flex;
    }

    .news-letter-text p {
        margin-top: 11px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .news-letter-box-cover {
        margin-top: 45px;
        padding: 27px 0px;
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000029;
        border-radius: 20px;
        position: relative;
        margin-bottom: -120px;
    }

    .news-letter-input-box button {
        right: 50px;
    }

    .footer-shape {
        left: 11px;
    }

    .faq-details-box h3 {
        font-size: 27px;
    }

    .arrow-box-1 img {
        transform: rotate(-45deg);
    }

    .arrow-box-1 img {
        transform: rotate(-223deg);
        width: 16%;
        margin-bottom: 14px;
    }
    button.request-demo {
        background: none;
        border: none;
        margin-right: 15px;
        cursor: pointer;
        width: fit-content;
        margin-left: -6px;
    }
}

.product-icon-box img {
    width: 80%;
}



/* New Styles Starts from Here=-=-=-=-=-=-= */
.hero-main-cover {
    padding: 10px 45px;
    border-radius: 25px;
    background: transparent linear-gradient(107deg, #cafcff 0%, #ffdad8 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 30px;
}

button.view-more-btn {
    border: none;
    padding: 9px 19px;
    background: transparent linear-gradient(103deg, #cf3229 0%, #29c6cf 100%) 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.hero-main-details h3 {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 30px;
}

span.make-red {
    color: #cf3229;
    font-weight: 500;
}

/* .hero-main-details {
    margin-bottom: 30px;
} */
.hero-main-details p {
    color: #737373;
    font-weight: 500;
    font-size: 16px;
}

.hero-banner-img-box img {
    margin-top: -44px;
    width: 75%;
    margin-bottom: -31px;
    margin-left: 45px;
    position: relative;
    animation: moveUpDown 3s infinite;
}

.hero-main-wrapper {
    margin: 75px 0px;
    margin-bottom: 55px;
}

.insurance-product-box {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 26px;
    position: relative;
    padding: 5px 6px;
    height: 135px;
    width: 84%;
    box-shadow: 0px 3px 15px #76767629;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.hover-bg-shape {
    bottom: -7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.insurance-product-box:hover .hover-bg-shape {
    opacity: 1;
}

.insurance-product-box:hover {
    border: 1px solid #29c6cf !important;
}

.product-main-wrapper-cover {
    margin-bottom: 45px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corporate-main-banner-img img {
    width: 75%;
    height: 170px;
    margin: 17px auto;
    margin-bottom: 15px;
}

.corporate-product-main-cover {
    border-radius: 10px;
    width: 90%;
    padding: 35px 20px;
    border-radius: 25px;
    padding-bottom: 63px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 3px 30px #73737329;
}

.corporate-product-main-cover h5 {
    font-size: 18px;
    text-align: center;
    margin-top: 27px;
    color: #2d2d2d;
    padding: 0px 25px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporate-text-details {
    margin-top: 27px;
    font-size: 13px;
    margin-bottom: 40px;
}

.swiper-pagination-cover {
    margin: 45px;
}

.mockup-shape-cover {
    position: absolute;
    width: 19%;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.corporate-insurance-solution-main-wrapper {
    position: relative;
    margin: 75px 0px;
    background-image: url(../images/waves-bg-shape.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-next .corporate-product-main-cover {
    margin-top: -20px;
    box-shadow: none;
    background: none;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    background: transparent !important;
}

.swiper-main-cover {
    margin-top: 60px;
}

.about-us-hero-img-box img {
    width: 62%;
}

.about-us-counter-box {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 26px 15px;
    border-radius: 26px;
    margin-bottom: 19px;
    width: 75%;
    box-shadow: 0px 3px 6px #69F7FF;
}

.about-us-counter-wrapper {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    top: 105px;
    right: -14px;
}

.about-us-counter-main-wrapper {
    position: relative;
}

a.corporate-product-btn {
    color: #CF3229;
    font-weight: 500;
}

.why-choose-main-cover {
    background-image: url(../images/cnc-why-choose-us.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0px;
    padding-bottom: 0px;
}

.why-choose-main-img-box img {
    width: 95%;
    margin-bottom: -55px;
}

.our-partners-main-wrapper {
    margin: 45px 0px;
    margin-top: 75px;
}

.nav-bar-main-box nav a.navbar-brand {
    width: 105px !important;
}

.how-it-works-banner-img img {
    width: 65%;
    margin: 0 auto;
    display: flex;
}

.how-it-works-content {
    margin-bottom: 15px;
    padding: 15px;
    /* padding-left: 50px; */
    position: relative;
    padding-top: 0px;
    display: flex;
    /* align-items: center; */
    gap: 15px;
}

.how-it-works-content-box-cover {
    /* border-left: 1px solid #00000040; */
}

.how-it-works-heading h5 {
    font-size: 17px;
    font-weight: 500;
}

.how-it-works-heading p {
    color: dimgray;
    line-height: 25px;
}

.count-bg-shape {
    width: 40px;
    height: 40px;
    border: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: -6px;
    z-index: 1;
}

.how-it-works-count h4 {
    position: absolute;
    left: -6px;
    top: 0px;
    z-index: 9;
    font-weight: 500;
    color: #696969ba;
}

.count-bg-shape.border-color-chg {
    border: 2px solid #df4e41;
    background-color: white;
}

.how-it-works-count.active-count-bg .count-bg-shape {
    background: #df4e41;
    border: 2px solid #df4e41;
}

.how-it-works-count.active-count-bg h4 {
    color: white;
}

.count-bg-shape:hover {
    background-color: #29C6CF;
    border: 2px solid #29C6CF;
    transition: 0.3s ease-in-out;
}

.accordian-card .card .card-header {
    padding: 5px;
    border-bottom-right-radius: 22px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #70707021;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.accordian-card .card .card-header h5 button {
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 500;
}

.accordian-card .collapse.show {
    border-radius: 15px;
}

.accordian-card .card {
    border: none;
    border-bottom-right-radius: 38px;
    box-shadow: 0px 3px 6px #00000029;
}

.accordian-card {
    margin-bottom: 22px;
}

.active-header {
    background-color: #FFE7E6 !important;
}

.faq-box-cover-wrapper {
    padding: 45px;
}

.faq-box-cover-wrapper {
    padding: 45px;
    position: relative;
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
    background-color: white;
    z-index: 999999 !important;
    margin-bottom: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #6F6F6F29;
}

.icon-box i {
    font-size: 25px;
    font-weight: 600;
}

.card-header.active-header .icon-box i {
    transform: rotate(180deg) !important;
}

.our-faq-main-wrapper {
    padding: 45px 0px;
    height: 400px;
    background: transparent linear-gradient(104deg, #CAFCFF 0%, #FFDAD8 100%) 0% 0% no-repeat padding-box;
    z-index: 999999999;
    margin-bottom: 200px;
}

.faq-header-text {
    margin-bottom: 35px;
}

a.nav-link.active {
    color: #d5362a !important;
    border-bottom: 1px solid #d5362a;
}

.rev-footer-wrapper {
    padding: 20px 0px;
}

/* About Us New Styles-=-=-=-=--==-= */
.about-main-cover {
    padding: 20px 45px;
    border-radius: 25px;
    background: transparent linear-gradient(107deg, #cafcff 0%, #ffdad8 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 30px;
    margin-top: 50px;
    padding-top: 40px;
}

.about-us-hero-banner-img-box img {
    width: 80%;
    margin-top: -24px;
    margin-bottom: -51px;
}

button.read-more {
    background: transparent;
    border: none;
    font-weight: 500;
    color: #CF3229;
    font-size: 18px;
}

.about-hero-main-details h3 {
    color: #191919;
    font-weight: 500;
    font-size: 35px;
}

.our-values-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.our-values-icon-box {
    margin-right: 10px;
}

.our-values-box-cover {
    padding: 24px 25px;
    border-top: 2px solid #29C6CF;
    box-shadow: 0px 3px 15px #76767629;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 99;
    position: relative;
    background-color: white;
}

.our-values-box-cover.red-border-top {
    border-top: 2px solid #cf3229;
}

.our-values-icon-box img {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.our-values-header h5 {
    padding-right: 100px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 7px;
}

.our-values-box-cover p {
    font-size: 12px;
}

.our-values-box-cover a {
    font-size: 14px;
}

.our-values-main-wrapper {
    margin-top: 70px;
    margin-bottom: 50px;
}

.our-values-cover h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

.mission-vision-content-box {
    width: 80%;
}

.mission-vision-header h4 {
    font-size: 37px;
    border-bottom: 4px solid #29C6CF;
    line-height: 55px;
    margin-bottom: 20px;
}

.mision-vision-banner-box img {
    width: 75%;
    display: flex;
    margin: 0 auto;
}

.contact-us-header {
    border-bottom: 2px solid #CF3229;
    width: 140%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-us-header h5 {
    font-size: 35px;
}

.contact-us-details-text {
    margin-left: 23px;
}

.contact-box-main-cover {
    padding: 60px 25px;
    padding-left: 0px;
    border-radius: 25px;
    margin-top: 50px;
    background: transparent linear-gradient(107deg, #cafcff 0%, #ffdad8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 10px;
}

.main-contact-form {
    padding: 15px;
    padding-bottom: 25px;
    width: 90%;
    margin-left: -6px;
    margin-top: 60px;
    background-color: white;
    border-radius: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #9EF9FF;
}

p.info_message-text {
    font-size: 13px;
    margin-top: 15px;
    color: #979797;
}

.bg-shape {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: end;
}

.bg-shape-2 {
    position: absolute;
    bottom: -124px;
}

.bg-shape-2 img {
    width: 70%;
}

.bg-shape img {
    width: 50%;
}

.bg-shape-contact {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: end;
    bottom: -21px;
}

.bg-shape-contact img {
    width: 50%;
}

.contact-page-main-wrap {
    position: relative;
}

/* Pos Styles Starts here */
.poswrapper {
    margin-top: 40px;
}

.pos-header-content-box {
    background-image: linear-gradient(to bottom right, #CAFCFF, #FFDAD8);
    padding: 55px 40px;
    border-radius: 34px 0 0 34px;
}

.pos-corner-feature-points-wraper {
    margin-bottom: -120px;
}

.pos-corner-head-img img {
    width: 43%;
}

.pos-corner-details-content h2 {
    margin: 30px 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
}

.make-blue {
    color: #CF3229;
}

.pos-corner-feature-point-box {
    text-align: center;
    padding: 11px 5px;
    border-radius: 20px;
    box-shadow: 0px 3px 20px #9EF9FF;
    background-color: white;
}

.pos-corner-feature-point-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.pos-corner-feature-point-box img {
    width: 42% !important;
    padding: 10px 5px;
}

.pos-form-wraper {
    padding: 35px 30px;
    border-radius: 0 34px 34px;
    box-shadow: 0px 3px 10px #9EF9FF;
    width: 95%;
}

.sign-group input {
    border: 1px solid#9EF9FF;
    font-size: 13px !important;
    padding: 22px 10px !important;
    border-radius: 7px;
    box-shadow: 0px 3px 10px #50505028;
}

.sign-group label {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

button.border-btn {
    background: #CF3229 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 11px;
    border: none;
    margin-top: 18px;
    padding: 6px 25px;
    color: white;
    cursor: pointer;
}

.login-input-box label {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.login-input-box input {
    border: 1px solid#9EF9FF;
    box-shadow: 0px 3px 10px #50505028;
    margin-top: 4px;
    font-size: 13px !important;
    padding: 15px 10px !important;
}

.forget-password-box a {
    font-size: 13px;
    color: #7A7A7A;
}

.form-up-btn img {
    width: 25%;
}

.login-tab {
    box-shadow: 0px 3px 3px #2A3557;
    padding: 10px 7px !important;
    margin-bottom: 25px;
}

.signup-tab {
    box-shadow: 0px 3px 3px #2A3557;
    padding: 10px 7px !important;
    margin-bottom: 25px;
}

.pos-form-wraper .nav-tabs .nav-item .nav-link.active {
    background-color: #29C6CF;
    color: white !important;
}

.pos-form-wraper .nav-tabs .nav-item .nav-link {
    border-radius: 9px;
    padding: 5px 15px;
}

@media screen and (max-width:991px) {
    .pos-header-content-box {
        margin-bottom: 110px;
    }

    .pos-form-wraper {
        margin: 0 20px;
        padding: 35px 30px;
        border-radius: 34px;
        box-shadow: 0px 3px 10px #9EF9FF;
        width: 90% !important;
    }

    .sign-group label {
        margin-top: 10px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .login-input-box label {
        margin-top: 10px;
    }
}



@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-main-cover {
        padding: 10px 15px;
    }

    .hero-main-details h3 {
        font-size: 28px;
    }

    .hero-banner-img-box img {
        margin-top: -90px;
        margin-bottom: 15px;
        margin-left: 45px;
    }

    .mockup-shape-cover {
        position: absolute;
        width: 73%;
        left: 50%;
        transform: translateX(-50%);
        top: 188px;
    }

    .corporate-text-details {
        padding: 0px 15px;
    }

    .corporate-main-banner-img img {
        width: 61%;
    }

    .about-us-counter-wrapper {
        width: 49%;
        top: 0px;
    }

    .why-choose-main-img-box img {
        width: 69%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: -82px;
    }

    .how-it-works-banner-img img {
        width: 75%;
        margin-bottom: 45px;
    }

    .how-it-works-content-box-cover {
        margin-left: 25px;
    }

    .how-it-works-main-wrapper h4 {
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }

    .faq-box-cover-wrapper {
        width: 100%;
        padding: 10px;
    }

    .accordian-card .card .card-header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .our-faq-main-wrapper {
        padding: 45px 0px;
        height: 600px;
        background: transparent linear-gradient(104deg, #CAFCFF 0%, #FFDAD8 100%) 0% 0% no-repeat padding-box;
        z-index: 999999999;
        margin-bottom: 190px;
    }


    .footer-details-box ul li {
        margin-bottom: 9px;
        color: #6B6B6B;
        font-size: 15px;
    }

    .social-networks {
        margin-left: 24px;
        margin-bottom: 15px;
    }

    .hero-text-details-wrapper {
        margin-top: 40px;
    }

    .about-main-cover {
        padding: 22px 34px;
    }

    .our-values-box-cover {
        margin-bottom: 20px;
    }

    .mission-vision-content-box {
        width: 100%;
    }

    .mission-vision-header h4 {
        font-size: 28px;
    }

    .main-footer-text h5 {
        font-size: 15px;
        margin-left: 32px;
        line-height: 25px;
    }

    .main-contact-form {
        width: 95%;
        margin: 0 auto;
    }

    .contact-us-header {
        width: 85%;
    }

    .bg-shape-2 img {
        width: 70%;
        display: none;
    }

    .bg-shape img {
        width: 50%;
        display: none;
    }

    .bg-shape-contact img {
        width: 50%;
        display: none;
    }

    .corporate-product-main-cover {
        background-color: transparent;
        box-shadow: none;
    }

    .hero-main-wrapper {
        margin: 88px 0px;
        margin-bottom: 55px;
    }

    .pos-form-wraper .border-btn {
        margin: 0 auto;
        margin-top: 55px;
        width: 54%;
        display: flex;
        justify-content: center;
    }

    .pos-header-content-box {
        padding: 40px 20px;
    }

    .pos-corner-head-img img {
        width: 67%;
    }

    .pos-corner-feature-point-box img {
        width: 58% !important;
        padding: 5px;
    }

    .pos-form-wraper {
        width: 100%;
    }

    .pos-corner-details-content h2 {
        margin: 30px 0;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 23px;
    }

    .pos-corner-feature-point-box {
        height: 115px;
        padding: 5px;
    }

    .pos-corner-feature-point-box h4 {
        font-size: 12px;

    }

    .about-us-hero-banner-img-box img {
        width: 90%;
        margin-top: -24px;
        margin-bottom: -25px;
    }

    .pos-form-wrapper {
        width: 95%;
    }

    a.nav-link.login-btn {
        padding: 0px;
        width: auto;
        text-align: inherit;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .why-us-line-wrapper {
        margin-left: 0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-bar-main-box nav a.navbar-brand {
        margin-right: 90px;
        margin-left: 10px;
    }
    ul.navbar-nav {
        display: block;
        background: white;
        padding-left: 20px;
    }

    button.request-demo {
        background: none;
        border: none;
        margin-right: 15px;
        cursor: pointer;
        width: fit-content;
        margin-left: -6px;
    }
    a.nav-link.login-btn {
        padding: 0px;
        width: auto;
        text-align: inherit;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .our-feature-box-section {
        margin-bottom: 15px;
    }
    div#lottie-container-1 {
        width: 55%;
        margin-bottom: 15px;
    }
    .work-heading-text h3 {
        font-size: 30px;
    }
    .hr-operations-heading-data h5 {
        font-size: 30px;
    }
    img#attendance {
        width: 38%;
    }
    .image-container img {
        width: 38% !important;
    }
    img#insurance {
        width: 38% !important;
    }
    .left-side-content-box {
        margin-top: 55px;
    }
    .head-repo-repo-text {
        padding-left: 20px;
        width: 90%;
    }
    .left-side-content-box {
        /* margin-top: 75px; */
        display: flex;
    }
    .right-nav {
        display: flex;
        flex-direction: column;
    }
    .carousel-item img {
        border-radius: 31px;
        width: 80%;
        margin: 0 auto;
        display: flex;
    }
    .contact-us-header {
        border-bottom: 2px solid #CF3229;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .contact-box-main-cover {
        padding: 20px 25px;
        padding-left: 0px;
        margin-top: 90px;
        padding-bottom: 10px;
    }
    .contact-us-header h5 {
        font-size: 29px;
    }
    .main-contact-form {
        padding: 15px;
        padding-bottom: 25px;
        width: 95%;
        margin-top: 60px;
        margin: 0 auto;
    }
    .contact-details-box img {
        width: 50%;
    }
    .why-us-content-box-wrapper.wrap-3 {
        margin-top: 125px;
        left: 6%;
        width: 59%;
    }
    .why-us-line-wrapper {
        background-image: url('../images/why-us-line.png');
        width: 120%;
        background-repeat: no-repeat;
        display: flex;
        margin: 0 auto;
        background-position: top;
    }
    .image-box-wrap {
        margin-left: 0px;
        width: 25%;
    }
    .why-us-content-box-wrapper.wrap-4 {
        left: -10.7%;
        width: 60%;
        margin-top: 68px;
    }
    .why-us-content-box-wrapper.wrap-5 {
        margin-top: 70px;
        left: 4.6%;
        width: 55%;
    }
    .why-us-content-box-wrapper.wrap-6 {
        left: -7.7%;
        width: 60%;
        margin-top: 115px;
    }
    .why-us-content-box-wrapper.why-back-bg-2 {
        left: -6.7%;
        width: 60%;
        margin-top: 145px;
    }
    .why-us-repo-data-wrap {
        flex-direction: column;
    }
    .head-repo-text-image img {
        width: 30%;
        background: white;
    }
    div#lottie-container {
        width: 360px;
    }
    .hero-section-image-box {
        display: flex;
        justify-content: center;
        margin-top: -60px;
    }
}


/* Animations Starts here-= */
@keyframes moveUpDown {
    0% {
        top: 0;
    }

    50% {
        top: 30px;
    }

    100% {
        top: 0;
    }
}



