

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background: transparent linear-gradient(155deg, #FFFFFF 0%, #daeeff 44%, #a4d0f4 100%) 0% 0% no-repeat padding-box;
}
.container{
    width: 1140px;
}
.home-section {
    height: 100%;
    width: 100%;
    padding: 10px 0px;
}
.navbar-brand {
    width: 27% !important;
}
.navbar-brand img {
    width: 80% !important;
}
.header-contact-wraper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px -1px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 1px -1px;
    background: white;
}
 

.login-btn {
    background-color: #0c497b;
    padding: 1px 19px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px dashed transparent;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .4s;
    font-weight: 600;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #0c497b !important;
    padding: 10px 13px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins';
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff5752 !important;
    border-bottom: 2px solid #ff5752 !important;
    border-radius: 0px !important;
}

   .login-btn span:last-child {
    display: none;
   }
   
   .login-btn:hover {
    transition: .4s;
    border: 2px dashed #95c04f;
    background-color: #fff;
}
   
   .login-btn:active {
    background-color: #87dbd0;
   }
   a.nav-link.login-btn-link {
    color: antiquewhite;
}
   


.home-insurance-banner {
    background-image: url('../images/home-shield.png');
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 90px 0px;
}


.insurance-cover-box,.car-insurance-cover-box,.health-insurance-cover-box,.travel-insurance-cover-box,.carrier-insurance-cover-box,.Term-insurance-cover-box,.bike-insurance-cover-box {
    display: flex;
    justify-content: center;
    margin: 24px 0px;
    border-bottom: 4px solid transparent;
}
.insurance-cover-box:hover {
    border-bottom: 2px solid #ff5752;
    
}
.bike-cover-box:hover  {
    border-bottom: 2px solid #ff5752;
    
}
.car-insurance-cover-box:hover {
    border-bottom: 2px solid #ff5752;
}
.health-insurance-cover-box:hover {
    border-bottom: 2px solid #ff5752;
    
}
.insurance-cover-box1:hover {
    border-bottom: 2px solid #ff5752;
    width: 29%;
    margin: 0 auto;
    margin-top: 36px;
}
.travel-insurance-cover-box:hover {
   border-bottom: 2px solid #ff5752;
 
}
.carrier-insurance-cover-box:hover {
   border-bottom: 2px solid #ff5752;
}
.Term-insurance-cover-box:hover {
   border-bottom: 2px solid #ff5752;
}
.bike-insurance-cover-box:hover {
   border-bottom: 2px solid #ff5752;
    
   
}
.header-navbar-repo {
    margin-top: 0px !important;
}
.insurance-cover-box img {
    height: 56px;
    width: 100%;
}

.insurance-cover-box p, .car-insurance-cover-box p, .health-insurance-cover-box p, .travel-insurance-cover-box p, .carrier-insurance-cover-box p, .Term-insurance-cover-box p, .bike-insurance-cover-box p {
    margin-top: 15px;
    font-size: 12px;
    margin-left: 11px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(12 73 123);
    font-family: 'Poppins';
}
.left-insurance-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-top: 13px;
    margin-left: 10px;
    text-align: start;
}

.right-insurance-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 14px;
    margin-left: -5px;
    text-align: end;
}
.insurance-cover-box1 {
    display: flex;
    border-bottom: 4px solid transparent;
    justify-content: center;
    margin-top: 36px;
}
.insurance-cover-box1 img {
    height: auto;
    width: 100%;
}

.insurance-cover-box1 p {
    margin-top: 8px;
    font-size: 12px;
    margin-left: 10px;
    line-height: 19px;
    font-weight: 800;
    color: rgb(12 73 123);
    text-align: center;
    font-family: 'Poppins';
    padding-top: 7px;
}

.home-bg-img img {
    height: 642px;
    width: 746px;
    background-size: cover;
    position: absolute;
    top: -28px;
    left: -98px;
    z-index: -111;
}
.home-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.home-main-head {
    font-size: 43px;
    margin: 24px 0px;
    font-weight: 300;
    color: #ff5752;
    font-family: 'Poppins';
}
.home-main-head span {
    font-weight: 700;
    color: #0c497b;
}
.home-content-cover P {
    font-size: 18px;
    margin: 0px 0px;
    color: #11111a;
}

/* about section */
.custom-container {
    max-width: 1220px;
    margin: 0 auto;
}

.arrow-button-cover{
    display: flex;
    justify-content: center;
    margin-top: -166px;
    margin-bottom: 100px;
}
.arrow-btn {
    background: white;
    border: none;
    box-shadow: 0px 0px 8px 0px #0c497b57;
    padding: 17px 20px;
    border-radius: 50%;
}
img.arrow {
    height: 38px;
    width: 100%;
}
.about-section-cover {
    background-image: url('../images/hero-about-bg.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-top: 130px;
}
h1.about-main-head {
    font-family: 'Poppins';
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 41px;
}
.about-section-banner img {
    height: 100%;
    width: 76%;
}
.about-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
p.about-para {
    margin-bottom: 43px;
    padding-top: 3px;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
button.about-btn {
    padding: 13px 23px;
    font-weight: 600;
    border-radius: 11px;
    background: transparent;
    border: 2px solid #0c497b;
    font-size: 17px;
}
h2.about-main-head1 {
    color: #ff5752;
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    display: none;
}

.about-card {
    position: absolute;
    top: 201px;
    width: 88%;
    left: 306px;
    display: none;
}

.about-card p {
    font-size: 27px;
    border: 10px solid white;
    padding: 14px 20px;
    width: 41%;
    border-radius: 16px;
    font-weight: 500;
    background: #0c497b;
    color: white;
}
.about-section-wrapper {
    position: relative;
}

/* our-service------------ */
.our-service-section {
    height: 100%;
    width: 100%;
    margin-top: 36px ;
    padding: 70px 0px;
}

.our-service-card-cover ,.our-service-car-cover,.our-service-term-cover,.our-service-health-cover{
    padding: 28px;
    border-radius: 11px;
    height:100%;
    width: 92%;
    box-shadow: 0px 0px 9px -4px #96c050;
    border: 1px solid #96c050;
}
.our-service-card-cover:hover {
    padding: 28px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px -1px #96c050;
    width: 92%;
    border: 1px solid transparent;
}
.our-service-term-cover:hover {
    padding: 28px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px -1px #96c050;
    width: 92%;
    border: 1px solid transparent;
}
.our-service-car-cover:hover {
    padding: 28px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px -1px #96c050;
    width: 92%;
    border: 1px solid transparent;
}
.our-service-health-cover:hover {
    padding: 28px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px -1px #96c050;
    width: 92%;
    border: 1px solid transparent;
}
.our-service-card-img img,.our-service-car-img img,.our-service-term-img img,.our-service-health-img img {
    height: auto;
    width: 100%;
}
.our-service-card-img,.our-service-car-img,.our-service-term-img,.our-service-health-img {
    height: 100%;
    width: 106px;
    margin-top: 19px;
}
h6.our-service-card-head,.our-service-car-head,.our-service-term-head,.our-service-health-head {
    font-size: 25px;
    color: #113275;
    font-weight: 700;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}
hr.line {
    margin: 10px 0px;
}
p.our-service-card-para, .our-service-car-para, .our-service-term-para, .our-service-health-para {
    font-size: 14px;
    margin: 1px 0px;
    color: #113275;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}
.our-service-card-content,.our-service-car-content,.our-service-term-content,.our-service-health-content {
    padding: 0px 29px;
}
.our-service-card-set2 {
    height: 100%;
    width: 100%;
    margin-top: 67px;
    margin-left: 75px;
}
.our-service-card-set1 {
    height: 100%;
    width: 100%;
    margin: 47px 0px;
}

p.our-service-main-para {
    font-size: 19px;
    padding-top: 9px;
    color: #113275;
   
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
h1.our-service-main-head {
    font-size: 45px;
    font-weight: 700;
    color: #113275;
    font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal
}

/* why-choose-us-section ------------------- */

.why-choose-us-cover {
    /* background: #CEF0FF; */
    padding: 36px 25px;
}

.why-choose-main-head {
    text-align: center;
    color: #113275;
    /* font-weight: 700; */
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.Why-choose-us-card {
    height: 100%;
    width: 88%;
    padding: 26px 17px;
    box-shadow: 0px 0px 2px 1px #96c05070;
    text-align: center;
    border-radius: 39px;
    background: white;
    margin: 0 auto;
}
.Why-choose-us-card:hover {
    height: 100%;
    width: 88%;
    padding: 26px 17px;
    box-shadow: 0px 0px 9px -2px #96c050;
    text-align: center;
    border-radius: 39px;
    background: white;
}
.Why-choose-us-card-img img {
    height: 102px;
    width: 54%;
}
.Why-choose-us-card p {
    padding-top: 23px;
    margin: 1px;
    color: black;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


/* our-partner-wrapper */
.our-partner-wrapper {
    height: 100%;
    width: 100%;
    margin: 0px 0px;
   
    padding-bottom: 16px;
}
.our-partner-main-head{
    color:#113275;
}

.our-partners-cover {
    margin-top: 25px;
}
.our-partners-logos {
    height: 99%;
    width: 82%;
    box-shadow: 0px 0px 5px -1px #bfbfbf;
    background: white;
}
h1.our-partner-main-head span {
    color: #ff5752;
}

.our-partner-main-head {
    text-align: center;
    padding-top: 27px;
    font-size: 39px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color:#113275;
}
.our-partner-set {
    background: white;
    border-radius: 0px 0px 43px 31px;
    padding-bottom: 68px;
    padding-top: 12px;
}


.footer-content-box {
    background: #ffffff;
    width: 93%;
    padding: 22px;
    border-radius: 20px;
    color: blue;
    font-size: 18px;
    height: 80%;
    margin-top: 24px;
    box-shadow: 0 8px 12px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    /* box-shadow: 0px 3px 6px #00000029; */
}
.footer-icon-cover img {
    width: auto;
    height: auto;
    margin-top: 12px;
    border-radius: 10px;
}
h3.footer-contact-head,.footer-insure-head {
    margin: 2px 16px;
    color: #11328b;
    font-weight: 700;
    font-size: 31px;
}
ul.footer-contact-list {
    list-style: none;
    padding-top: 10px;
    padding-left: 18px;
}
li.footer-contact {
    padding: 3px 0px;
}
.footer-insurace-contact-link {
    color: #113275;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
}
.footer-insura-detail-cover {
    background: #ffffff;
    width: 97%;
    padding: 22px;
    border-radius: 20px;
    color: #113275;
    font-size: 18px;
    height: 80%;
    margin-top: 24px;
    /* background: rgba( 255, 255, 255, 0.3 ); */
    box-shadow: 0 8px 18px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.footer-insura-detail-list {
    list-style: none;
    padding: 0px 17px;
    line-height: 16px;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    margin-top: 14px;
    font-family: 'Poppins';
}

.footer-about-comp-list {
    list-style: none;
    padding: 0px 4px;
    text-align: start;
    font-size: 16px;
    padding-top: 9px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Poppins';
}
.insurace-service-list {
    list-style: none;
    padding: 0px 4px;
    text-align: start;
    font-size: 16px;
    padding-top: 9px;
    line-height: 39px;
    font-weight: 500;
    font-family: 'Poppins';
}
.footer-insurace-service-set {
    border-right: dotted white;
    margin-left: 20px;
}
.footer-about-comp-link,.footer-insurace-service-link {
    color: #4a4949;
}

.twit-social-link{
    margin-right: 17px;
    font-size: 25px;
}

.linked-social-link{
    margin-right: 17px;
    font-size: 25px;
    color:rgb(36, 36, 133);
}


.socila-link-list {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top: 18px;
}
.fb-social-link {
    margin-right: 17px;
    font-size: 25px;
    color: #0c7af0;
}
.mail-social-link {
    margin-right: 17px;
    font-size: 25px;
    color: #3423c375;
}
.footer-cover-2{
    margin-top: 50px;
}

.footer-about-comapny h3 {
    font-weight: 700;
    color: #0c497b;
}
.footer-insurace-service-set h3{
    font-weight: 700;
    color: #0c497b;
}
.footer-social-link h3{
    font-weight: 700;
    color: #0c497b;
}
.footer-about-comapny {
    border-right: dotted #0c497b;
}
.footer-insurace-service-set{
    border-right:dotted #0c497b;
}

.footer-input-set {
    width: 100%;
    height: 100%;
    margin-top: 45px;
}
.get-in-btn {
    margin-left: -181px;
    padding: 16px 33px;
    border: none;
    border-radius: 47px 1px 2px 4px;
    background-color: rgb(12 73 123);
    color: white;
    font-weight: 700;
}
.input-address {
    padding: 14px;
    width: 90%;
    border: navajowhite;
    box-shadow: 0px 3px 6px #ADCDFF;
    font-size: 18px;
    border-radius: 6px;
}
.footer-about-comp-link, .footer-insurace-service-link {
    color: #0c497b;
}


.fb-social-link i{
   
    font-size: 23px;
    color: #0c497b;
}
.twit-social-link i{
   
    font-size: 23px;
    color: #0c497b;
}
.linked-social-link i{
   
    font-size: 23px;
    color: #0c497b;
}
.mail-social-link i{
   
    font-size: 23px;
    color: #0c497b;
}

/* -----------home---responsive-start-------------------- */
@media only screen and (min-width: 320px) and (max-width : 479px){


    body {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
        /* background: none; */
        overflow-x: hidden !important;
    }
    .nav-section {
        width: 100%;
        margin: 0 auto;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
        padding: 10px 13px;
        font-weight: 600;
        font-size: 13px;
        font-family: 'Poppins';
    }
    .login-btn-cov {
        background: #003478;
        padding: 12px 9px;
        width: 100%;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 64% !important;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        padding: 7px 15px;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: linear-gradient(43deg, #ff4f4a, #104c7c);
        border: none;
        margin-top: 0px;
        margin-right: 0px;
    }

    /* home-section */
    .home-main-head {
        font-size: 33px;
        margin: 14px 0px;
        font-weight: 300;
        color: #0f0f58;
        font-family: "Playfair Display", serif;
    }
    .home-section {
        height: 100%;
        width: 100%;
        padding: 10px 0px;
        overflow-x: hidden;
    }
    .home-insurance-banner {
        background-image: url('../images/home-shield.png');
        height: 100%;
        width: 28%;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 90px 0px;
    }

    .home-content-cover P {
        font-size: 14px;
        margin: 0px 0px;
        color: #0f0f58;
    }
    .home-bg-img {
        display: none;
    }
    .left-insurance-cover {
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        align-items: center;
        margin-top: 13px;
        margin-left: 0px;
        text-align: center;
        flex-direction: row;
    }
    .insurance-cover-box {
        display: flex;
        justify-content: center;
        margin: 24px 0px;
        border-bottom: 4px solid transparent;
        flex-direction: column;
    }
    .right-insurance-cover {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
        justify-content: space-between;
    }

    .insurance-cover-box1 {
        width: 80px;
        display: flex;
        border-bottom: 4px solid transparent;
        justify-content: center;
        margin-top: 6px;
        flex-direction: column;
        margin: 0 auto;
    }
    .insurance-cover-box1 img {
        /* height: 56px;
        width: 29%; */
        margin: 0 auto;
        display: flex;
    }
    .insurance-cover-box p ,.insurance-cover-box p {
        margin-top: 8px;
        font-size: 10px;
        margin-left: 10px;
        line-height: 14px;
        font-weight: 800;
        color: darkblue;
        font-family: "Raleway", sans-serif;
    }
    /* .insur-box-title{
        margin-top: 8px;
        font-size: 12px;
        margin-left: 10px;
        line-height: 21px;
        font-weight: 800;
        color: rgb(3, 10, 22);
        font-family: "Raleway", sans-serif;
    } */
    /* .insurance-cover-box1 img {
        height: 56px;
        width: 70%;
        margin: 0 auto;
        display: flex;
    } */

    /* .insurance-cover-box1:hover    .insurance-cover-box1 img {
        width: 35%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        border-bottom: 4px solid;
    } */
    .insurance-cover-box1:hover {
        border-bottom: 4px solid #FF8640;
        width: 29%;
        margin: 0 auto;
        margin-top: 0px;
    }
    .insurance-cover-box1 img {
        /* height: 56px;
        width: 92%; */
        margin: 0 auto;
        display: flex;
    }
    .car-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    }
    .bike-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    }
    .health-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    }
    .carrier-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    }
    .Term-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    
    }
    .travel-insurance-cover-box:hover  p.insur-box-title{
        color: darkblue;
        font-weight: 800;
    
    }
    .insurance-cover-box, .car-insurance-cover-box, .health-insurance-cover-box, .travel-insurance-cover-box, .carrier-insurance-cover-box, .Term-insurance-cover-box, .bike-insurance-cover-box {
        display: flex;
        justify-content: center;
        margin: 24px 0px;
        border-bottom: 4px solid transparent;
        flex-direction: column;
        cursor: pointer;
    }
    /* about-section */

    .custom-container {
        max-width: 90%;
        /* margin: 0 auto; */
        /* width: 100%;
        overflow-x: hidden; */
    }
    .about-section {
        height: 100%;
        width: 100% !important;
        margin-top: 22px;
        /* overflow-x: hidden; */
    }
    .about-section-cover {
        background-image: url('../images/hero-about-bg.png');
        height: 100%;
        width: 100%;
        background-size: contain;
        padding-top: 138px;
        background-repeat: no-repeat;
    }
    .about-card {
        position: absolute;
        top: 101px;
        width: 88%;
        left: 206px;
        display: none;
    }
    .about-section-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        margin: 7px 9px;
    }
    .about-section-banner img {
        height: 100%;
        width: 56%;
        display: flex;
        margin: 0 auto;
    }
    .button-cover {
        display: flex;
        justify-content: center;
        margin-top: -158px;
        margin-bottom: 39px;
    }
    h1.about-main-head {
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
    }
    h2.about-main-head1 {
        color: darkblue;
        margin-bottom: 0px;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size: 20px;
    }
    p.about-para {
        margin-bottom: 21px;
        padding-top: 3px;
        font-size: 14px;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        width: 96%;
    }

    .about-card p {
        font-size: 15px;
        border: 5px solid white;
        padding: 14px 20px;
        width: 43%;
        border-radius: 13px;
        font-weight: 500;
        background: #0f0f58;
        color: white;
    }
    button.about-btn {
        padding: 8px 11px;
        font-weight: 600;
        border-radius: 11px;
        background: transparent;
        border: 2px solid #0c4fc7;
        font-size: 14px;
    }



    /* service-section------- */
    .our-service-section {
        height: 100%;
        width: 100%;
        margin-top: 62px;
        padding: 8px 0px;
    }

    h1.our-service-main-head {
        font-size: 25px;
        font-weight: 700;
        color: #113275;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    p.our-service-main-para {
        font-size: 13px;
        padding-top: 9px;
        color: #113275;
        font-family: 'Poppins';
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        padding-left: 8px;
        width: 100%;
    }


    .our-service-card-set1 {
        height: 100%;
        width: 100%;
        margin: 3px 0px;
    }
    .our-service-card-set2 {
        height: 100%;
        width: 100%;
        margin-top: 7px;
        margin-left: 0px;
    }

    .our-service-card-cover, .our-service-car-cover, .our-service-term-cover, .our-service-health-cover {
        box-shadow: 0px 3px 14px -5px #a4c968;
        padding: 20px;
        border-radius: 11px;
        height: inherit;
        width: 100%;
        margin-top: 34px;
        border: 2px solid transparent;
        margin-left: 1px;
        background: white;
    }
    .our-service-card-cover:hover {
        padding: 22px;
        border-radius: 11px;
         box-shadow: 0px 3px 14px -5px #a4c968;
        border: 2px solid blue;
        width: 93%;
    }
    .our-service-car-cover:hover{
        padding: 22px;
        border-radius: 11px;
         box-shadow: 0px 3px 14px -5px #a4c968;
        border: 2px solid blue;
        width: 93%;
    }
    .our-service-term-cover:hover{
        padding: 22px;
        border-radius: 11px;
         box-shadow: 0px 3px 14px -5px #a4c968;
        border: 2px solid blue;
        width: 93%;
    }
    .our-service-health-cover:hover{
        padding: 22px;
        border-radius: 11px;
         box-shadow: 0px 3px 14px -5px #a4c968;
        border: 2px solid blue;
        width: 93%;

    }
 
    .our-service-card-content, .our-service-car-content, .our-service-term-content, .our-service-health-content {
        padding: inherit;
        padding-left: 3px;
        padding-top: 19px;
    }

    .our-service-card-img img, .our-service-car-img img, .our-service-term-img img, .our-service-health-img img {
        height: auto;
        width: 67%;
    }
    h6.our-service-card-head, .our-service-car-head, .our-service-term-head, .our-service-health-head {
        font-size: 20px;
        color: #113275;
        font-weight: 700;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
    }



    /* why-choose-us-section----- */
    .why-choose-main-head {
        text-align: center;
        color: #113275;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 25px;
        padding-bottom: 14px;
    }
    .why-choose-us-cover {
        padding: 38px 19px;
    }
    .Why-choose-us-card {
        height: inherit;
        width: 100%;
        padding: 26px 15px;
        box-shadow: 0px 0px 4px 1px #cfcbc3;
        text-align: center;
        border-radius: 35px;
        background: white;
        margin: 17px auto;
    }
    .Why-choose-us-card:hover {
        height: inherit;
        width: 100%;
        padding: 26px 15px;
        box-shadow: 0px 0px 14px -2px #219abc;
        text-align: center;
        border-radius: 35px;
        background: white;
        margin-bottom: 22px;
    }
    
    .Why-choose-us-card p {
        padding-top: 19px;
        margin: 1px;
        color: black;
        font-size: 13px;
        font-family: unset;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }
    .why-choose-us-cover {
        padding: 35px 4px;
    }
    .Why-choose-us-card-img img {
        height: 81px;
        width: 35%;
    }

    .our-partner-main-head {
        text-align: center;
        padding-top: 25px;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: #113275;
    }
    .our-partners-cover {
        margin-top: 25px;
        margin-left: 14px;
    }

    .footer-section{
        height: 100%;
        width: 100%;
    }
    .footer-cover-1,.footer-cover-2 {
        width: 96%;
    }
    .footer-icon-cover img {
        width: 165px;
        height: 68px;
        background: #ffffff;
        margin-top: 12px;
    }
    .footer-content-box {
        background: aliceblue;
        width: 100% !important;
        padding: 7px;
        border-radius: 20px;
        color: #113275;
        font-size: 18px;
        margin-left: 0px;
        height: 90%;
        margin-top: 24px;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 6.5px );
        -webkit-backdrop-filter: blur( 6.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }
    .footer-insurace-contact-link {
        color: #113275;
        font-weight: 500;
        font-size: 14px;
    }
    
    ul.footer-contact-list {
        list-style: none;
        padding-top: 10px;
        padding-left: 9px;
    }
    h3.footer-contact-head {
        margin: 7px 5px;
        color: #11328b;
        font-weight: 700;
        font-size: 21px;
    }
    .footer-insura-detail-list {
        list-style: none;
        padding: 0px 0px;
        line-height: 13px;
        font-size: 13px;
        font-weight: 500;
        padding-top: 10px;
        margin-top: 14px;
    }
    h3.footer-contact-head, .footer-insure-head {
        margin: 2px 3px;
        color: #11328b;
        font-weight: 700;
        font-size: 20px;
    }

    .footer-insurace-service-set {
        border-right: none;
        margin-left: 3px;
    }
    .footer-about-comapny {
        border-right: none;
    }
    .footer-about-comapny,.footer-insurace-service-set,.footer-social-link {
        margin-left: 12px;
    }
    .footer-insura-detail-cover {
        background: aliceblue;
        width: 100%;
        padding: 22px;
        color: #113275;
        font-size: 18px;
        height: inherit;
        margin-top: 24px;
        margin-left: 0px;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 6.5px );
        -webkit-backdrop-filter: blur( 6.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }
    .get-in-btn {
        margin-left: -133px;
        padding: 14px 27px;
        border: none;
        border-radius: 47px 1px 2px 4px;
        background-color: rgb(9, 222, 241);
        color: white;
        font-weight: 700;
        font-size: 11px;
    }
    .input-address {
        padding: 13px;
        width: 95%;
        border: navajowhite;
        box-shadow: 0px 3px 6px #ADCDFF;
        font-size: 12px;
        border-radius: 6px;
        margin-left: 1px;
    }
    .twit-social-link i {
        font-size: 18px;
        color: #0c497b;
    }
    .linked-social-link i {
        font-size: 18px;
        color: #0c497b;
    }
    .fb-social-link i {
        font-size: 18px;
        color: #0c497b;
    }
    .mail-social-link i {
        font-size: 18px;
        color: #0c497b;
    }
    .footer-social-link h3 {
        font-weight: 700;
        color: #0c497b;
        font-size: 23px;
    }
    .footer-insurace-service-set h3 {
        font-weight: 700;
        color: #0c497b;
        font-size: 23px;
    }
    .footer-about-comapny h3 {
        font-weight: 700;
        color: #0c497b;
        font-size: 23px;
    }
}


/* ----------------------about-us-section--------------------- */

.about-us-wrapper {
    height: 100%;
    width: 100%;
    margin: 90px 0px;
}
.about-us-banner-img img {
    height: 100%;
    width: 100%;
}
.company-feature-cover {
    display: flex;
    padding-bottom: 30px;
}
.company-feature-icon img {
    height: auto;
    width: 78%;
}
.about-us-main-title {
    font-family: "Raleway", sans-serif;
    color: #0c497b;
    font-weight: 700;
}
h5.company-feature-name {
    margin-left: -7px;
    padding-top: 21px;
    font-weight: 700;
    font-size: 19px;
    font-family: "Raleway", sans-serif;
    color: #00246B;
}
.company-feature-set {
    height: 100%;
    width: 100%;
    margin-top: 40px;
}
p.about-us-para {
    font-size: 15px;
    padding-top: 11px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #0c497b;
    letter-spacing: 0px;
}
.about-us-card-cover {
    margin-top: 53px;
    height: 100%;
    width: 100%;
}
.about-us-card-set {
    height: 100%;
    width: 100%;
    margin: 67px 0px;
}

.our-mission-card, .our-vision-card, .our-values-card {
    box-shadow: 0px 2px 9px 0px #d0d8f6;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px 14px;
    background: white;
    border-radius: 10px;
}
.our-mission-title, .our-vision-title, .our-values-title {
    font-weight: 700;
    margin: 7px 0px;
    font-family: "Raleway", sans-serif;
    color: #00246B;
    margin-bottom: 0px;
}
.our-mission-repo, .our-vision-repo, .our-values-repo {
    font-family: "Raleway", sans-serif;
    color: #00246B;
    padding-top: 12px;
    font-size: 14px;
}
h1.about-card-title {
    text-align: center;
    margin: 0px 0px;
    padding: 12px 0px;
    font-family: "Raleway", sans-serif;
    color: #00246B;
    font-weight: 700;
}
.our-mission-image img, .our-vision-image img, .our-values-image img {
    width: 17%;
}

h1.why-choose-main-head span {
    color: #ff5752;
}
h1.about-us-main-title span {
    color: #ff5752;
}

.our-mission-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.about-card-title span {
    color: #ff5752;
}

/* -----------------about-us-responsive-start-------------- */
@media only screen and (min-width: 320px) and (max-width : 479px){

    .about-us-wrapper {
        height: 100%;
        width: 100%;
        margin: 18px 0px;
    }

    .company-feature-covers-set{
        display: flex;
        justify-content: space-around;
    }
    .about-us-banner-img img {
        height: 100%;
        width: 82%;
        margin: 0 auto;
        display: flex;
    }
    .about-us-main-title {
        font-family: "Raleway", sans-serif;
        color: #00246B;
        font-weight: 700;
        font-size: 22px;
        margin: 15px 0px;
    }
    p.about-us-para {
        font-size: 15px;
        padding-top: 8px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        color: #00246B;
        letter-spacing: 0px;
    }
    .company-feature-cover {
        display: flex;
        padding-bottom: 35px;
        padding-left: 0px;
        flex-direction: column;
    }
    h5.company-feature-name {
        margin-left: -17px;
        padding-top: 21px;
        font-weight: 700;
        font-size: 15px;
        font-family: "Raleway", sans-serif;
        color: #00246B;
    }
    .company-feature-icon {
        width: 87%;
        height: 100%;
    }
    .company-feature-icon img {
        height: auto;
        width: 71%;
    }

    h1.about-card-title {
        text-align: center;
        margin: 12px 0px;
        padding: 12px 0px;
        font-family: "Raleway", sans-serif;
        color: #00246B;
        font-weight: 700;
        font-size: 29px;
    }
    .our-mission-card, .our-vision-card, .our-values-card {
        box-shadow: 0px 0px 11px 0px #d0d8f6;
        height: inherit;
        width: 100%;
        text-align: center;
        padding: 20px 14px;
        background: white;
        margin-bottom: 28px;
    }
    .our-mission-image img, .our-vision-image img, .our-values-image img {
        width: 40%;
    }
}

/* ----------------------contact-us-section-------------------- */



.contact-us-wrapper {
    height: 100%;
    width: 100%;
    margin: 33px 0px;
}
.contact-us-right-wrapper-head h1 {
    font-size: 61px;
    color: darkblue;
    font-weight: 700;
    font-family: Raleway, sans-serif;
}
.contact-us-left-wrapper {
    padding: 47px 50px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 12px 0px white;
}
/* .contact-us-main-wrapper {
    margin-top: -76px;
    margin-bottom: 40px;
} */
.name, .mail, .mobno, .subject {
    padding: 28px 12px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 3px 8px -4px hsl(206deg 1.08% 61.95%);
    width: 96%;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}
.contact-us-details-form {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.msg-text{
    padding: 28px 12px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 3px 8px -4px hsl(206deg 1.08% 61.95%);
    height: 166px;
    font-weight: 500;
    border: none;
    font-family: "Poppins", sans-serif;
}
.msg-submit {
    padding: 11px 38px;
    font-size: 18px;
    color: darkblue;
    border: none;
    display: flex;
    justify-content: center;
    margin: 19px auto;
    font-weight: 600;
    border-radius: 9px;
    background: #0c497b;
    color: white;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: 0px 2px hsl(206deg 6.82% 41.72%);
}
.contact-us-address-cover {
    display: flex;
    margin: 12px 7px;
}
.contact-addres-logo {
    font-size: 29px;
    color: rgb(32, 26, 26);
}

.contact-us-call-cover {
    display: flex;
    margin: 15px 5px;
}
span.contact-call-icon {
    font-size: 25px;
    color: rgb(26, 25, 25);
}

.contact-us-mail-cover {
    display: flex;
    margin: 12px 4px;
}
span.contact-mail-icon {
    font-size: 31px;
    color: rgb(27, 25, 25);
}
.contact-mail p {

    font-weight: 400;
    margin-left: 25px;
    font-size: 19px;
    padding-top: 3px;    
    margin-top: 8px;
}
.contact-mail p {
    font-size: 19px;
    padding-top: 3px;
}
/* .contact-us-right-wrapper {
    background: cadetblue;
    padding: 41px;
    height: 100%;
    width: 100%;
    color: rgb(31, 21, 21);
    border-radius: 20px;
} */
.contact-repo {
    padding-top: 22px;
}
.form-head {
    font-size: 27px;
    padding-bottom: 12px;
    font-weight: 700;
    color: #0c497b;
}
.contact-call-icon img, .contact-addres-logo img, .contact-mail-icon img {
    height: 65px;
    box-shadow: 0px 0px 11px -5px #96c050;
    padding: 14px;
    border-radius: 50%;
    background: white;
}
.contact-no-repo, .contact-address-repo, .contact-mail-repo {
    margin: 3px 20px;
    color: black;
}
.contact-no-repo h4, .contact-address-repo h4, .contact-mail-repo h4 {
    font-weight: 600;
    color: #0c497b;
    font-family: "Raleway", sans-serif;
    margin-bottom: 8px;
}
.contact-no-repo span, .contact-address-repo a, .contact-mail-repo a {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins';
}
.contact-us-address-cover {
    display: flex;
    margin: 60px 7px;
}
.sub, .No, .nm, .Email, .msg {
    font-weight: 500;
    color: black;
    font-size: 15px;
    padding-left: 6px;
    font-family: 'Poppins';
}
.contact-us-details-form {
    height: 100%;
    width: 100%;
}
.left-arrow {
    margin-left: 80px;
    position: relative;
    z-index: 111;
}
.left-arrow img {
    box-shadow: none;
    padding: 21px;
    border-radius: 50%;
    background: white;
    border: 5px solid #e3f7ff;
}
.contact-no-repo a {
    color: black;
}

/*--------------- responsive-contact-us-start--------------- */
@media only screen and (min-width: 320px) and (max-width : 479px){

    .contact-us-right-wrapper-head h1 {
        font-size: 30px;
        color: darkblue;
        font-weight: 700;
        font-family: Raleway, sans-serif;
        margin-left: 11px;
    }

    .contact-call-icon img, .contact-addres-logo img, .contact-mail-icon img {
        height: 67px;
      
        box-shadow: 0px 0px 20px -12px blue;
        padding: 9px;
        border-radius: 50%;
        background: white;
    }
    .contact-call-icon {
        margin-top: 8px;
    }
    .contact-no-repo p, .contact-address-repo p, .contact-mail-repo p {
        font-size: 11px;
        font-weight: 500;
        color: #b6b3b3;
        font-family: "Raleway", sans-serif;
    }
    .contact-no-repo span, .contact-address-repo a, .contact-mail-repo a {
        font-weight: 600;
        font-size: 14px;
        color: #3F3F3F;
        font-family: 'circular';
    }
    .contact-us-mail-cover {
        display: flex;
        margin: 12px 9px;
    }
    .contact-us-address-cover {
        display: flex;
        margin: 31px 7px;
    }
    .left-arrow {
        margin-left: 1px;
        position: relative;
        z-index: 111;
        display: none;
    }
    .contact-repo {
        padding-top: 22px;
        padding-bottom: 25px;
    }
    .contact-us-left-wrapper {
        padding: 34px 20px;
        height: 100%;
        background-color: white;
        box-shadow: 0px 0px 12px 0px white;
    }
    .name, .mail, .mobno, .subject {
        padding: 20px 12px;
        font-size: 13px;
        box-shadow: 0px 0px 9px -3px hsl(206deg 1.08% 61.95%);
        width: 100%;
        font-weight: 500;
        border: none;
        border-radius: 8px;
        font-family: "Poppins", sans-serif;
    }
    .sub, .No, .nm, .Email, .msg {
        font-weight: 700;
        color: black;
        font-size: 16px;
        padding-left: 6px;
        font-family: math;
    }
    .msg-text {
        padding: 28px 12px;
        border-radius: 5px;
        font-size: 15px;
        box-shadow: -1px 3px 17px -6px hsl(206deg 1.08% 61.95%);
        height: 166px;
        font-weight: 500;
        border: none;
        font-family: "Poppins", sans-serif;
    }
    .msg-submit {
        padding: 12px 34px;
        font-size: 14px;
        color: darkblue;
        border: none;
        display: flex;
        justify-content: center;
        margin: 19px auto;
        font-weight: 600;
        border-radius: 11px;
        background: darkblue;
        color: white;
    }
    .contact-no-repo, .contact-address-repo, .contact-mail-repo {
        margin: 12px 7px;
        color: black;
    }
}




/* --------------claim-section----------------- */


.claim-form-set {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 70px 0px;
}

.claim-main-title {
    text-align: center;
    padding-bottom: 37px;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 37px;
}
.claim-main-title span {
    color: #ff5752;
    font-weight: 700;
}
.claim-form {
    padding: 45px 20px 37px 54px;
    box-shadow: 0px 0px 13px -9px gray;
    background: white;
    border-radius: 62px 3px 0px 75px;
}
.insur-type, .claim-insur-name, .claim-mail, .claim-ph-no, .claim-pin, .claim-city {
    height: 51px;
    border-radius: 11px;
    box-shadow: 0px 4px 5px -4px #c8c8c8;
    font-size: 14px;
    padding: 11px 12px;
    font-family: 'Poppins';
}
.claim-sub-btn {
    margin-top: 16px;
    padding: 8px 33px;
    border-radius: 8px;
    font-size: 18px;
}

.claim-form-cover{
    margin-bottom: 48px;
}
.claim-form-img img{
    height:410px;
    border-radius: 12px;
}

.claim-sub-btn {
    margin-top: 16px;
    padding: 10px 17px;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 97%;
    width: 27%;
    background: #0c497b;
    border-radius: 10px;
    font-weight: 600;
    color: white;
}

.insur-type-box ,.claim-insur-box,.claim-mail-box,.claim-ph-no-box,.claim-pin-box,.claim-city-box{
    width: 89%;
    padding-bottom: 17px;
}
.claim-insur-box label, .insur-type-box label, .claim-mail-box label, .claim-ph-no-box label, .claim-pin-box label, .claim-city-box label, .claim-password-box label {
    font-weight: 500;
    font-size: 14px;
    padding-left: 5px;
    padding-bottom: 1px;
    font-family: 'Poppins';
}


.form-title h2 {
    font-weight: 700;
    padding-bottom: 18px;
    text-align: center;
    color: #0c497b;
    text-shadow: 0px 0px 2px;
}

.claim-login-btn-box {
    margin-right: 89px;
}
.claim-sub-btn-box {
    padding-top: 22px;
}
.claim-form-img img {
    height: 100%;
    border-radius: 12px;
    width: 91%;
    margin-top: 35px;
}
.claim-form-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.claim-form-banner{
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
}
.claim-form-left-icon-box {
    height: auto;
    padding: 12px;
    background: white;
    width: 30%;
    text-align: center;
    position: absolute;
    border-radius: 19px 37px 0px 36px;
    left: 28px;
    top: -12px;
    box-shadow: 0px 0px 9px -4px #b4d283;
}
.claim-form-left-icon-box p {
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}
.claim-form-left-icon img {
    height: auto;
    width: 36%;
}
.claim-form-right-icon-box {
    height: auto;
    padding: 10px;
    background: white;
    width: 30%;
    text-align: center;
    border-radius: 19px 20px 19px 0px;
    position: absolute;
    right: 56px;
    top: -17px;
    box-shadow: 0px 0px 9px -4px #b4d283;
}
.claim-form-right-icon-box p{
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}
.claim-form-right-icon img {
    height: auto;
    width: 36%;
}
.claim-form-bottom-icon-box {
    height: auto;
    padding: 14px;
    background: white;
    width: 30%;
    text-align: center;
    border-radius: 0px 32px 19px 24px;
    position: absolute;
    right: 36px;
    bottom: 97px;
    box-shadow: 0px 0px 9px -4px #b4d283;
}
.claim-form-bottom-icon img {
    height: auto;
    width: 36%;
}
.claim-form-bottom-icon-box p{
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}


/* -------------------responsive-claim-start------------------- */
@media only screen and (min-width: 320px) and (max-width : 479px){
 
    .claim-form-set {
        height: 100%;
        width: 100%;
        padding-top: 47px;
        
    }
    .claim-main-title {
        text-align: center;
        padding-bottom: 56px;
        font-weight: 700;
        font-size: 27px;
    }

    .claim-form {
        padding: 45px 20px 6px 16px;
        box-shadow: 0px 0px 13px -9px gray;
        background: white;
        border-radius: 18px 3px 0px 18px;
    }
    .insur-type-box, .claim-insur-box, .claim-mail-box, .claim-ph-no-box, .claim-pin-box, .claim-city-box {
        width: 100%;
        padding-bottom: 17px;
    }
    .insur-type, .claim-insur-name, .claim-mail, .claim-ph-no, .claim-pin, .claim-city {
        height: 52px;
        border-radius: 11px;
        box-shadow: 0px 0px 16px -8px #63a3f3;
        font-size: 14px;
        padding: 11px 12px;
    }
    .form-title h2 {
        font-weight: 700;
        padding-bottom: 18px;
        text-align: center;
        color: darkblue;
        font-size: 26px;
        text-shadow: none;
    }
    /* .form-top-set {
        display: flex;
        justify-content: left;
        padding-bottom: 23px;
    }
    button.btn.claim-signup-btn {
        background: transparent linear-gradient(110deg, #00246B 0%, #6CAEFF 100%) 0% 0% no-repeat padding-box;
        padding: 10px 38px;
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 14px;
        margin-left: 0px;
        border-radius: 12px;
        cursor: pointer;
    }
    .claim-login-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 3px #2A3557;
        padding: 9px 53px;
        width: 88%;
        color: #00246B;
        font-weight: 700;
        font-size: 14px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 11px;
        margin-top: 0px;
    } */
    .claim-form-left-icon-box {
        height: auto;
        padding: 12px;
        background: white;
        width: 37%;
        text-align: center;
        position: absolute;
        border-radius: 19px 22px 0px 24px;
        left: 0px;
        top: -26px;
        box-shadow: cornflowerblue 0px 0px 9px -4px;
    }
    .claim-form-left-icon img {
        height: auto;
        width: 43%;
    }
    .claim-form-left-icon-box p {
        font-size: 10px;
        font-weight: 700;
        padding-top: 11px;
    }
    .claim-form-bottom-icon img {
        height: auto;
        width: 49%;
    }
    .claim-form-bottom-icon-box p {
        font-size: 11px;
        font-weight: 700;
        padding-top: 11px;
    }
    .claim-form-bottom-icon-box {
        height: auto;
        padding: 9px;
        background: white;
        width: 38%;
        text-align: center;
        border-radius: 0px 32px 19px 24px;
        position: absolute;
        right: 0px;
        bottom: 4px;
        box-shadow: 0px 0px 9px -4px cornflowerblue;
    }
    .claim-form-right-icon-box {
        height: auto;
        padding: 8px;
        background: white;
        width: 38%;
        text-align: center;
        border-radius: 19px 20px 19px 0px;
        position: absolute;
        right: 4px;
        top: -33px;
        box-shadow: 0px 0px 9px -4px cornflowerblue;
    }
    .claim-form-right-icon img {
        height: auto;
        width: 50%;
    }
    .claim-form-right-icon-box p {
        font-size: 10px;
        font-weight: 700;
        padding-top: 9px;
    }
    .claim-form-img img {
        height: 100%;
        border-radius: 12px;
        width: 100%;
        margin-top: 35px;
    }
    .claim-sub-btn {
        margin-top: 16px;
        padding: 12px 14px;
        border-radius: 8px;
        font-size: 17px;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        height: 97%;
        width: 46%;
        background: darkblue;
        border-radius: 14px;
        font-weight: 600;
    }
}




/* pos-section---------------- */

.pos-form-set {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 70px 0px;
}
.pos-form-cover{
    margin-bottom: 48px;
}
.pos-main-title {
    text-align: center;
    padding-bottom: 37px;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Poppins';
}
.form-top-set {
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
}
h2.pos-main-title span {
    color: #ff5752;
}
.pos-form-banner{
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
}
.pos-form-img img {
    height: 100%;
    border-radius: 12px;
    width: 85%;
    margin-top: 35px;
}
.pos-form-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pos-form-banner{
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
}
.pos-form-left-icon-box {
    height: auto;
    padding: 12px;
    background: white;
    width: 29%;
    text-align: center;
    position: absolute;
    border-radius: 19px 37px 0px 36px;
    left: 10px;
    top: 98px;
    box-shadow: 0px 0px 9px -4px #b0cf7b;
}
.pos-form-left-icon-box p {
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}
.pos-form-left-icon img {
    height: auto;
    width: 36%;
}
.pos-form-right-icon-box {
    height: auto;
    padding: 14px;
    background: white;
    width: 30%;
    text-align: center;
    border-radius: 19px 20px 19px 0px;
    position: absolute;
    right: 2px;
    top: 8px;
    box-shadow: 0px 0px 9px -4px #b0cf7b;
}
.pos-form-right-icon-box p{
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}
.pos-form-right-icon img {
    height: auto;
    width: 36%;
}
.pos-form-bottom-icon-box {
    height: auto;
    padding: 14px;
    background: white;
    width: 27%;
    text-align: center;
    border-radius: 0px 32px 19px 24px;
    position: absolute;
    right: 23px;
    bottom: 66px;
    box-shadow: 0px 0px 9px -4px #b0cf7b;
}
.pos-form-bottom-icon img {
    height: auto;
    width: 36%;
}
.pos-form-bottom-icon-box p{
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
}

.pos-form {
    padding: 21px 3px 22px 40px;
    box-shadow: 0px 0px 13px -9px gray;
    background: white;
    border-radius: 5px 3px 0px 0px;
}

.pos-insur-name, .pos-mail, .pos-ph-no, .pos-pin, .pos-city, .pos-password {
    height: 51px;
    border-radius: 11px;
    box-shadow: 0px 0px 13px -8px gray;
    font-size: 12px;
    padding: 7px 12px;
    font-weight: 600;
}

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

button#pills-profile-tab:active {
    color: #0c497b !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0c497b !important;
}

.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: 23px;
}

.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: 500;
    font-size: 14px;
    padding-left: 11px;
    padding-bottom: 0px;
    font-family: 'Poppins';
}

.pos-signup-btn {
    background: #0c497b!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 #0c497b;
    padding: 12px 41px;
    width: 100%;
    color: #0c497b;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

.pos-signup-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #0c497b;
    padding: 12px 41px;
    width: 100%;
    color: #0c497b;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

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

.pos-sub-btn-box {
    padding-top: 22px;
}
.pos-form {
    padding: 41px 5px 41px 42px;
    box-shadow: gray 0px 0px 13px -9px;
    background: white;
    border-radius: 20px 0px 0px 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: 27%;
    background: black;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    color: white;
}

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

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


    .pos-form-set {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        padding: 22px 0px;
    }
    .pos-main-title {
        text-align: center;
        padding-bottom: 57px;
        font-weight: 700;
        font-size: 19px;
    }
    .pos-form-left-icon-box p {
        font-size: 11px;
        font-weight: 700;
        padding-top: 11px;
    }
    .pos-form-left-icon-box {
        height: auto;
        padding: 15px;
        background: white;
        width: 35%;
        text-align: center;
        position: absolute;
        border-radius: 19px 26px 0px 25px;
        left: 12px;
        top: 24px;
        box-shadow: 0px 0px 9px -4px cornflowerblue;
    }
    .pos-form-bottom-icon-box {
        height: auto;
        padding: 14px;
        background: white;
        width: 34%;
        text-align: center;
        border-radius: 0px 23px 19px 20px;
        position: absolute;
        right: 8px;
        bottom: 34px;
        box-shadow: 0px 0px 9px -4px cornflowerblue;
    }
    .pos-form-bottom-icon-box p {
        font-size: 10px;
        font-weight: 700;
        padding-top: 11px;
    }
    .pos-form-right-icon-box p {
        font-size: 10px;
        font-weight: 700;
        padding-top: 11px;
    }
    .pos-form-right-icon-box {
        height: auto;
        padding: 10px;
        background: white;
        width: 35%;
        text-align: center;
        border-radius: 19px 20px 19px 0px;
        position: absolute;
        right: 12px;
        top: -22px;
        box-shadow: 0px 0px 9px -4px cornflowerblue;
    }
    .pos-form-img img {
        height: 100%;
        border-radius: 12px;
        width: 82%;
        margin-top: 35px;
    }
    .pos-form {
        padding: 45px 20px 6px 16px;
        box-shadow: 0px 0px 13px -9px gray;
        background: white;
        border-radius: 18px 3px 0px 18px;
    }
    .form-top-set {
    display: flex;
    justify-content: left;
    padding-bottom: 23px;
}
.pos-signup-btn {
    background: transparent linear-gradient(110deg, #00246B 0%, #6CAEFF 100%) 0% 0% no-repeat padding-box;
    padding: 10px 38px;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 14px;
    margin-left: 0px;
    border-radius: 12px;
    cursor: pointer;
}
.pos-login-btn {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgb(42, 53, 87) 0px 3px 3px;
    padding: 9px 53px;
    width: 83%;
    color: rgb(0, 36, 107);
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 0px;
}

.pos-insur-box, .pos-mail-box, .pos-ph-no-box, .pos-pin-box, .pos-city-box, .pos-password-box {
    width: 100%;
    padding-bottom: 10px;
}
.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: 700;
    font-size: 15px;
    padding-left: 13px;
    padding-bottom: 3px;

}
.pos-insur-name, .pos-mail, .pos-ph-no, .pos-pin, .pos-city, .pos-password {
    height: 46px;
    border-radius: 11px;
    box-shadow: 0px 0px 16px -8px #63a3f3;
    font-size: 14px;
    padding: 5px 20px;
}
.pos-sub-btn {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 97%;
    width: 46%;
    background: darkblue;
    border-radius: 14px;
    font-weight: 600;
}

}