@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Paytone+One&display=swap');





body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* header section */

a.nav-link.active.main-header-link {
    font-size: 19px;
    margin-right: 15px;
    font-weight: 600;
}

.header-logo {
    width: 100px;
}

.nav .nav-link .active::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    transform-origin: bottom left;
    border-radius: 5px;
    height: 3px;
    bottom: -5px;
    left: 0;
    background: #f49c1f;
}
.header-logo img {
  width: 45%;
  background: white;
  padding: 2px;
  border-radius: 10px;
}

.header-contact-wraper.header-contact-wraper-repo {
  padding: 2px 0px;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  background: #ecf6ff;
}


.header-contact-wraper {
  padding: 11px 0px;
  position: fixed;
  z-index: 111;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: black;
}


.login-btn-cov {
  background: transparent linear-gradient(0deg, #0195da 0%, #47c5ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 8px 31px;
  color: white;
  border: none;
  font-weight: 500;
  margin-top: 2px;
  margin-left: 11px;
}

a.nav-link.main-header-link {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
    margin-top: 0px;
    padding: 9px 13px;
    background: transparent;
}

ul.navbar-nav {
    margin-right: 46px !IMPORTANT;
}

.main-header-wrapper {
    background: linear-gradient(0, rgba(255, 252, 248, 1) 0, rgba(255, 255, 255, 1) 100%);
    position: sticky;
    top: 0;
    z-index: 11111;
}

.main-header-wrpaer-cov {
    margin-left: 47px;
}

.qoute-btn {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #19a9db, #4ce3f7);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 15px;
    padding: 8px 31px;
    margin-top: 1px;
    font-weight: 600;
}

.qoute-btn:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #05bada66;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

a.nav-link.main-header-link:hover {
  background: #003384;
  color: white !important;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 15px;
}



/* footer section */
.footer-main-wrapper {
    padding: 53px 0px;
    box-shadow: 0px -1px 0px 0px #00338452;
    margin-top: 30px;
    background: #003384;
    padding-bottom: 30px;
}

.footer-set3-cover h4 {
    color: white;
    font-weight: 900;
}
h6.comp-name {
    font-size: 19px;
    margin: 27px 0px;
     color: white;
    margin-bottom: 9px;
    font-weight: bold;
}

.footer-set1-cover p {
     color: white;
}

.footer-set-icon {
    width: 67%;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.footer-set-icon img {
    width: 70%;
}

.service-list-link {
     color: white;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

ul.service-list-cov li {
    margin-bottom: 10px;
}

ul.service-list-cov {
    margin-top: 21px;
    padding-left: 0px;
    list-style: none;
}

.footer-mail-cov {
    display: flex;
}

.footer-contact-cov {
    display: flex;
    margin-top: 14px;
}

.mail-links p a {
     color: white;
    text-decoration: none;
    margin-left: 2px;
}

.contact-links p a {
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-mail-icon {
   color: white;
  font-size: 19px;
  margin-left: -3px;
}

.footer-adres-icon {
   color: white;
    font-size: 19px;
}

.footer-contact-icon {
    margin-right: 10px;
}

.footer-address {
    display: flex;
}

.footer-address p {
     color: white;
    margin-left: 12px;
    font-weight: 500;
}

.mail-links {
    margin-left: 7px;
    font-weight: 500;
}

.insta-icon {
    width: 42px;
}

.footer-social-link-cov {
    display: flex;
    justify-content: start;
    margin-top: 8px;
    color: white;
    margin-left: 11px;
}

.footer-bootom-wraper {
    background: #003384;
    padding: 18px;
    border-top: 1px solid white;
}

.footer-bootom-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-left: 10px;
}

.line1 {
    font-size: 16px;
    position: static;
    margin-top: -1px;
    margin-right: -5px;
    margin-bottom: 8px;
    margin-left: 9px;
    text-align: right;
    color: #ffffff;
}

.footer-bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.service-list-link:hover {
    color: #19a9db;
}

.mail-links p a:hover {
    color: #19a9db;
}

.footer-bootom-para p {
    color: white;
    margin-bottom: 0px;
}

.footer-social-links {
    width: 13%;
}

.footer-social-links {
    font-size: 23px;
    color: #19a9db;
}

/* home section */
.home-section-cover {
    height: 100%;
    width: 100%;
    margin-top: 15px;
}

.home-banner-image img {
    width: 100%;
    border-radius: 10px;
}

.home-section-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* .insurance-div {
    display: flex;
    gap: 92px;
    margin-left: 0px !important;
    justify-content: center;
    margin-bottom: 12px;
} */
.insurance-div {
    display: flex;
    /* gap: 92px; */
    /* margin-left: -48px !important; */
    justify-content: space-between;
    /* align-items: center; */
    /* margin: 0 auto; */
    margin-bottom: 30px;
    margin-right: 140px;
    margin-top: 16px;
}

.home-section-title-cover {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

h1.home-section-title {
    color: white;
    font-size: 46px;
    margin-left: 31px;
    font-weight: 300;
}

h1.home-section-title span {
    font-weight: 600;
}

h2.Insurance.Service-title {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
     color: white;
}

.insurance-box1,
.insurance-box7 {
    box-shadow: 0px 0px 11px -4px #91adff;
    height: 144px;
    width: 135px;
    padding: 17px;
    border-radius: 14px;
    margin-left: 1px;
}

.insurance-box2,
.insurance-box6 {
    box-shadow: 0px 3px 7px -2px #19a9db;
    height: 129px;
    width: 139px;
    padding: 15px;
    border-radius: 14px;
    margin-left: 0px;
    margin-top: 16px;
    /* border: 1px solid; */
}

.insurance-box3,
.insurance-box5 {
    box-shadow: 0px 3px 7px -2px #19a9db;
    height: 118px;
    width: 135px;
    padding: 17px;
    border-radius: 14px;
    margin-left: 0px;
    margin-top: 26px;
    /* border: 1px solid; */
}

.insurance-box4 {
    box-shadow: 0px 3px 7px -2px #19a9db;
    height: 108px;
    width: 135px;
    padding: 16px;
    border-radius: 14px;
    margin-left: 0px;
    margin-top: 37px;
    /* border: 1px solid; */
}

.home-insurance-box-logo img,
.Passenger-insurance-box-logo img {
    height: 55px;
    margin-left: 0px;
    margin-top: 10px;
}

.bike-insurance-box-logo img,
.Goods-insurance-box-logo img {
    height: 57px;
    margin-top: 7px;
    margin-left: 0px;
}

.Car-insurance-box-logo img,
.health-insurance-box-logo img {
    height: 49px;
    margin-top: 3px;
    margin-left: 0px;
}

.home-insurance-box-logo,
.Car-insurance-box-logo,
.health-insurance-box-logo,
.bike-insurance-box-logo,
.Goods-insurance-box-logo,
.Passenger-insurance-box-logo,
.travel-insurance-box-logo {
    text-align: center;
}

.travel-insurance-box-logo img {
    height: 42px;
    margin-left: 0px;
}

.insurance-cover-set {
    height: 100%;
    width: 100%;
    margin-top: 21px;
}

h6.insurance-box-title {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #003384;
}

.insurance-box1:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box2:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box3:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box4:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box5:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box6:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

.insurance-box7:hover {
    color: #0f12f7;
    font-weight: bold;
    text-decoration: underline;
}

/* .insurance-box2:hover {
    background: darkblue;
  
} */
/* .insurance-box2:hover .insurance-box-title{
    color: white;
}

.insurance-box2:hover {
    background: linear-gradient(70deg, #003384, #19a9db);
} */
/* .bike-insurance-box-logo img, .Goods-insurance-box-logo img {
    height: 57px;
    margin-top: 7px;
    margin-left: 0px;
    mix-blend-mode: plus-lighter;
} */

/*----------- our partner---------- */


.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;
}

.our-partner-set {
    height: 100%;
    width: 100%;
    padding: 3px 0px;
}

h1.our-partner-head span {
    color: #003384;
}

.our-partner-head {
    text-align: center;
    margin: 8px 0px;
    font-weight: 700;
    font-size: 29px;
    color: #19a9db;
}

.our-partner-brand {
    box-shadow: 0px 2px 4px -1px #19a9db;
    border-radius: 9px;
    padding: 8px;
    margin: 8px;
    height: 70px;
    width: 100%;
}

.partner-imges {
    height: 100%;
    width: 100%;
}

/* why us section */

.why-us-main-wraper {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 45px 0px;
    overflow-x: hidden;
    margin-bottom: 0px;
}

.why-us-title-cov {
    text-align: center;
}

.why-us-title-cov h2 {
    color: #003384;
    font-weight: 700;
    text-align: center;
}

.why-us-title-cov p {
  font-size: 15px;
  width: 90%;
  color: #003384;
  margin: 14px auto;
  font-weight: 400;
}

.why-us-card-cov h5 {
    font-weight: 700;
    text-align: center;
    color: #003384;
    margin-top: 25px;
    margin-bottom: 0px;
}

.why-us-card-cov p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #003384c7;
    padding-top: 6px;
}

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

.why-us-bg-strip {
    position: absolute;
    top: 217px;
    z-index: -111;
    opacity: 0.4;
}

.why-us-bg-strip img {
    width: 100%;
}

.why-us-card-image img {
    width: 69%;
}

.why-us-main-cover {
    margin-top: 101px;
}

.why-us-title-cov h2 span {
    color: #19a9db;
}

.card-1 {
    margin-top: -12px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {


    .main-header-wrpaer-cov {
        margin-left: 0px;
    }

    .header-cov {
        background: #deebff;
    }

    .navbar-toggler:hover {
        text-decoration: none;
        background: white;
    }

    .insure-box {
        height: 119px;
        margin: 0px 7px;
        width: 93%;
        margin-bottom: 28px;
    }

    .why-us-bg-strip {
        position: absolute;
        top: 217px;
        z-index: -111;
        opacity: 0.4;
        display: none;
    }

}



/* term condition */

.term-condition-banner {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #19a9db;
    color: white;
    font-weight: 700;
}



/* ----contact us page--------------- */



.contact-us-main-wraper {
    height: 100%;
    margin: 29px 0px;
}

.contact-details-wraper {
    text-align: center;
}

.contact-details-wraper h2 {
    font-weight: 700;
    color: #003384;
}

.contact-details-wraper p {
    width: 85%;
    margin: 10px auto;
    color: #003384;
}

.contact-detail-box {
    text-align: center;
    box-shadow: 0px 0px 5px 0px lightgray;
    height: 100%;
    padding: 18px;
    border-radius: 10px;
}

.contact-box-icon {
    font-size: 27px;
}

.contact-detail-box h5 {
    margin: 10px 0px;
    font-weight: 700;
    font-size: 21px;
}

.detail-box1 {
    background: #003384;
    color: #ffffff;
}

.detail-box1 p {
    font-size: 13px;
}

.contact-link {
    color: #003384;
}

.contact-link {
    color: #003384;
    text-decoration: none;
    font-size: 17px;
}

.detail-box2 h5 {
    color: #003384;
}

.contact-us-form-wraper {
    height: 100%;
    width: 100%;
    margin: 58px 0px;
    background: aliceblue;
    padding: 58px 0px;
    padding-bottom: 30px;
    background-image: url(/assets/images/frontend-images/contact-us-bg.svg);
}

.name,
.mail,
.mobno,
.subject {
    padding: 12px 17px;
    font-weight: 500;
    border-radius: 11px;
    width: 99%;
    font-size: 11px;
    margin-bottom: 14px;
    /* box-shadow: -9px 1px 1px -8px darkblue; */
    box-shadow: 0px 1px 0px 0px #003384;
}

.msg-text {
    padding: 18px 19px;
    font-weight: 500;
    border-radius: 11px;
    width: 100%;
    font-size: 11px;
    box-shadow: 0px 1px 0px 0px #003384;
}

button.btn.btn-primary.msg-submit {
    width: 26%;
    padding: 11px;
    font-weight: 600;
    background: #003384;
    border-radius: 8px;
    /* display: flex; */
    justify-content: center;
    margin: 16px auto;
    font-size: 12px;
    border: none;
    margin-top: 37px;
}

.contact-from-cov {
    padding: 33px;
    box-shadow: 0px 0px 4px 0px lightgray;
    border-radius: 10px;
    background: white;
}

h2.form-head {
    color: darkblue;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-form-banner img {
    width: 100%;
}

.contact-box-icon img {
    width: 32px;
    margin-bottom: 10px;
    margin-top: 12px;
}

.detail-box2 p {
    font-size: 14px;
    color: #003384;
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    .contact-details-wraper {
        text-align: start;
    }

    .contact-details-wraper p {
        width: 100%;
        margin: 8px auto;
        font-size: 13px;
    }

    .contact-detail-box {
        text-align: center;
        box-shadow: 0px 0px 5px 0px lightgray;
        height: inherit;
        padding: 18px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .contact-form-banner img {
        width: 100%;
        margin-bottom: 20px;
    }

    h2.form-head {
        color: darkblue;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .contact-from-cov {
        padding: 24px;
        box-shadow: 0px 0px 4px 0px lightgray;
        border-radius: 10px;
        background: white;
    }

    button.btn.btn-primary.msg-submit {
        width: 45%;
        padding: 9px;
        font-weight: 600;
        background: #003384;
        border-radius: 8px;
        /* display: flex; */
        justify-content: center;
        margin: 16px auto;
        font-size: 12px;
        border: none;
        margin-top: 37px;
    }

    .contact-box-icon img {
        width: 26px;
        margin-bottom: 4px;
        margin-top: 12px;
    }

    .contact-detail-box h5 {
        margin: 10px 0px;
        font-weight: 700;
        font-size: 17px;
    }

    .contact-link {
        color: black;
        text-decoration: none;
        font-size: 15px;
    }
}



/* ----------------claim page----------------- */



.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/images/frontend-images/pos-banner.png);
    padding: 60px 0;
}

.pos-corner-details-content {
    padding: 12px 19px;
    background: #fbfcff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    border-radius: 10px;
}
.pos-corner-details-content1 {
    padding: 12px 19px;
    background: #fbfcff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    border-radius: 10px;
}


.pos-corner-feature-points-wraper {
    margin-top: 17px;
}

.pos-corner-details-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}
.pos-corner-details-content1 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #003384;
    text-align: center;
    margin-bottom: 0px;
}

.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
 
}
.pos-corner-feature-point-box1 {
    text-align: center;
    padding: 13px;
 
}

.pos-corner-feature-point-box img {
    width: 29% !important;
}
.pos-corner-feature-point-box1 img {
    width: 29% !important;
}
.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}
.pos-corner-feature-point-box1 h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.pos-corner-feature-point-box p {
    margin: 0;
}
.pos-corner-feature-point-box1 p {
    margin: 0;
}

.pos-form-wraper {
    padding: 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
    background: #fff;
    padding-bottom: 43px;
}

.pos-corner-desc-content {
    margin-top: 27px;
    color: #ffffff;
}

.pos-form-wraper h3 {
    font-weight: bold;
    font-size: 25px;
    color: #003384;
    text-transform: uppercase;
}

.pos-form-wraper h3 span {
    color: #19a9db;
}

.make-claim-feature-select-wrap label {

    margin-top: 23px;
    color: rgb(22, 11, 86);
    font-weight: 600;
}

.make-claim-feature-select-wrap .form-control {
    padding: 12px 14px;
    /* height: 47px; */
    font-size: 14px;
    border-radius: 10px;
}

.make-claim-feature-select-wrap label {
    color: darkblue;
    font-size: 17px;
}

.pos-form-wraper label {
  margin-top: 20px;
  color: #003383;
  font-weight: 600;
  margin-bottom: 7px;
  margin-left: 5px;
  font-size: 13px;
}

.pos-form-wraper .form-control {
    padding: 9px 14px;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    border-radius: 8px;
    font-size: 13px;
    height: 44px;
}

.pos-form-wraper .border-btn {
    margin-top: 52px;
    width: 78%;
    height: 45%;
    border-radius: 10px;
    margin-left: 20px;
}

.sub-btn {
    background-color: #19a9db;
    color: white;
    border: none;
    font-weight: 700;
}

.make-a-claim-main-wrap .form-group {
    margin-bottom: 0px;
}

/* --------------pos page------------- */



.pos-main-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-image: url(/assets/images/frontend-images/pos-banner.png); */
  padding: 100px 0;
  padding-top: 30px;
}


.pos-main-cover {
  background-image: linear-gradient(251deg, #01338400 0%, #19A9DB14 100%);
  background-color: transparent;
  padding: 40px 0px;
}

.pos-corner-feature-point-box {
  text-align: center;
  padding: 13px;
  border-radius: 25px;
  background: #E4EEFF;
  color: #003384;
  height: 170px;
  margin-bottom: 18px;
}
.pos-corner-feature-point-box1 {
    text-align: center;
    padding: 13px;
    border-radius: 25px;
    background: white;
    color: #003384;
    /* height: 170px; */
    margin-bottom: 18px;
  }

.pos-corner-feature-point-box img {
  width: 21% !important;
}

.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.pos-corner-feature-point-box p {
  margin: 0;
  font-size: 15px;
}

.pos-corner-details-content h2 {
  font-size: 45px;
  font-weight: bold;
  color: #003384;
  text-align: center;
}

.pos-corner-details-content {
  padding: 12px 19px;
  background: #fbfcff;
  margin-bottom: 30px;
}
.pos-corner-details-content p {
  margin: 0 auto;
}
.pos-corner-details-content p {
  text-align: center;
  margin-top: 12px;
  color: #003384;
  width: 71%;
}
.pos-corner-feature-points-wraper {
    margin-top: 17px;
}

/* .pos-corner-desc-content {
    margin-top: 27px;
    color: darkblue;
} */

.pos-form {
    padding: 21px 5px 25px 36px;
    box-shadow: gray 0px 0px 13px -9px;
    background: white;
    border-radius: 20px;
}

/* button#pills-home-tab {
    background: cornflowerblue;
} */

.pos-sub-btn {
    margin-top: 16px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 99%;
    width: 35%;
    background: black;
    border-radius: 14px;
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.pos-feature-icon img {
    height: 55px;
    background: white;
    padding: 11px;
    box-shadow: 0px 2px 2px -1px #aeaeae;
    border-radius: 32px;
}

.pos-login-set {
    height: 100%;
    width: 100%;
    margin: 100px 0px;
}

.pos-login-form {
    padding: 29px;
    box-shadow: 0px 0px 13px -7px black;
    background: white;
    border-radius: 13px;
    margin-top: 22px;
}

.pos-form {
    padding: 35px 4px 20px 40px;
    box-shadow: 0px 0px 13px -9px gray;
    background: white;
    border-radius: 10px 10px 10px 10px;
}

.pos-insur-name,
.pos-mail,
.pos-ph-no,
.pos-pin,
.pos-city,
.pos-password {
    height: 43px;
    border-radius: 11px;
    box-shadow: 0px 0px 13px -8px gray;
    font-size: 11px !important;
    padding: 7px 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.pos-sub-btn {
    margin-top: 16px;
    padding: 12px 14px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    /* height: 86%; */
    width: 30%;
    /* background: black; */
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(357deg, #003384a3, #19a9db);
}

button#pills-profile-tab:active {
    color: aliceblue;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #19a9db;
}

.pos-insur-box,
.pos-mail-box,
.pos-ph-no-box,
.pos-pin-box,
.pos-city-box,
.pos-password-box {
    width: 89%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pos-insur-box label, .pos-mail-box label, .pos-ph-no-box label, .pos-pin-box label, .pos-city-box label, .pos-password-box label {
  font-weight: 600;
  font-size: 13px;
  padding-left: 9px;
  padding-bottom: 0px;
  color: #003384;
}

.pos-signup-btn {
    /* background: #efa563 !important; */
    padding: 10px 40px;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-left: 0px;
    border-radius: 12px;
    cursor: pointer;
}

.pos-login-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #19a9db;
    padding: 10px 40px;
    width: 100%;
    color: var(--color);
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white;
}

.pos-signup-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #19a9db;
    padding: 10px 40px;
    width: 100%;
    color: var(--color);
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white;
}

.pos-login-btn-box {
    margin-right: 44px;
}

.pos-sub-btn-box {
    padding-top: 22px;
}

.form-top-set {
    display: flex;
    justify-content: space-around;
}

.posp-set-cover-title {
    text-align: center;
    margin: 10px 0px;
    margin-bottom: 60px;
}
.posp-agent-card-cover {
    margin-bottom: 40px;
}
.posp-set-cover-title h2 {
    font-weight: 700;
    color: #003384;
}
.posp-set-cover-title p {
    color: #003384;
}
.posp-set-cover-title1 h2 {
    text-align: center;
    color: #003384;
    font-weight: 600;
}
.posp-card-box-cover {
    background: #e4eeff;
    height: 117px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 14px;
}
.posp-set-cover-title1 {
    margin-top: 35px;
    margin-bottom: 31px;
}
.posp-card-box-icon i {
    color: #19a9db;
    font-size: 22px;
}
.posp-card-box-content {
    margin-left: 12px;
    color: #003384;
}
.agent-card-box-icon img {
    width: 34px;
}
.posp-agent-card-box {
    text-align: center;
    background: #e4eeff;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 31px;
    height: 186px;
}

.posp-agent-card-box1{
    height: 250px;
}
.agent-card-box-icon img {
    width: 45px;
    background: #003384;
    color: white;
    padding: 7px;
    border-radius: 50%;
}
.posp-agent-card-box h6 {
    font-size: 19px;
    margin-bottom: 4px;
    margin-top: 11px;
    color: #003384;
    font-weight: 600;
}
.posp-agent-card-box p {
    color: #003384;
    font-size: 14px;
}

.Step-cov p {
    background: aliceblue;
    width: 88px;
    font-size: 17px;
    background: #19a9db;
    color: white;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width : 479px) {

    .pos-main-wrap {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url('../images/pos-banner.png') !important;
        padding: 26px 0;
        padding-bottom: 20px;
    }

    .pos-corner-details-content h2 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .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;
        margin-bottom: 20px;
    }

    .pos-corner-details-content h2 {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin-bottom: 0px;
    }

    .pos-corner-desc-content {
        margin-bottom: 30px;
        font-size: 11px;
    }

    .pos-signup-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px #19a9db;
        padding: 10px 40px;
        width: 98%;
        color: var(--color);
        font-weight: 700;
        font-size: 9px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 9px;
        background-color: white;
    }

    .pos-login-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px #19a9db;
        padding: 10px 40px;
        width: 98%;
        color: var(--color);
        font-weight: 700;
        font-size: 11px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 9px;
        background-color: white;
    }

    .pos-form {
        padding: 21px 22px 22px 22px;
        box-shadow: 0px 0px 13px -9px gray;
        background: white;
        border-radius: 8px !important;
    }

    .pos-insur-name,
    .pos-mail,
    .pos-ph-no,
    .pos-pin,
    .pos-city,
    .pos-password {
        height: 39px;
        border-radius: 8px;
        box-shadow: 0px 0px 13px -8px gray;
        font-size: 11px !important;
        padding: 7px 12px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .pos-sub-btn {
        margin-top: 16px;
        padding: 12px 14px;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        /* height: 86%; */
        width: 41%;
        /* background: black; */
        border-radius: 10px;
        font-weight: 600;
        background: linear-gradient(357deg, #003384a3, #19a9db);
        font-size: 12px;
    }

    .form-top-set {
        display: flex;
        justify-content: space-between;
    }
}

.compare-blade-loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(250, 243, 243, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999999 !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
    width: 220px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.compare-blade-loader .health-tip {
    font-size: 17px;
    color: darkslateblue;
    font-weight: 600;
    background: white;
    padding: 15px 32px;
    width: 28%;
    text-align: center;
    border-radius: 30px;
    position: absolute;
}

.term-condition-wrapper p{
    color: #003384;
}
.term-condition-wrapper ul li{
    color: #003384;
}
.posp-set-cover-wraper {
    margin: 36px 0px;
}
.irda-licese-image img {
    border-radius: 10px;
    border: 3px solid #003384;
}
.sigle-pages-para {
    color: #003384e3;
}
.lead-image img {
    width: 86%;
}
.lead-image {
    display: flex;
    justify-content: center;
}