.header-navbar .nav-item {
    padding: 5px 14px;
    border: none;
    margin-right: 10px;
    border-radius: 4px;
    font-weight: bold !important;
}

.header-navbar .navbar-light .navbar-nav .nav-link {

    font-weight: bold !important;
}

.header-navbar  .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(255, 255, 255, 0.9);
    padding: 0px !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    /* background-image: url(../images/home-cover4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 78px; */
}
h1,
h2,
h3,
h4,
h5,
h6,
.sub_heading {
    font-family: "Open Sans", sans-serif !important;
}
p,
li {
    font-family: "Open Sans", sans-serif !important;
}
a {
    text-decoration: none;
}
p {
    color: #171717;
}
.no_padding_right {
    padding-right: 0;
}
.r_pad_65 {
    padding-right: 30px;
}
.l_pad_65 {
    padding-left: 30px;
}
.padding-65 {
    padding: 0 72px !important;
}
.blue_text {
    color: #003794;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    box-shadow: 0px 4px 15px #0037941f;
}
.mobile_visible {
    display: none;
}

#footer {
    /* padding: 60px 0;*/
}

/********* COVER ******/
.cover_heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 21px;
    color:#171717;
}
.cover_text p.sub_heading {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    margin-bottom: 42px;    
}
.sub_heading {
    font-size: 20px;
    font-weight: 600;
    color: #434343;
    font-family: 'Open Sans', sans-serif!important;
}
/* .link_btn {
} */
.link_btn a {
    font-size: 14px;
    color: #171717a8;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 32px;
    padding-right: 10px;
    padding-left: 15px;
    transition: 0.3s;
}
.link_btn a img {
    margin-left: 15px;
    width: 14px;
}
.link_btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #dcdcff;
    top: -5;
    right: 0;
    z-index: -1;
    transition: 0.3s;
}
.link_btn a:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background-color: #dcdcff;
    top: -5;
    right: 0;
    z-index: -1;
}
.link_btn a:hover {
    color: #171717;
}

.navbar-collapse {
    flex-grow: 0 !important;
}
/* .navbar-brand img {
    width: 180px;
} */
.nav-item {
    padding: 5px 14px;
    border: 1.7px solid #003794;
    margin-right: 10px;
    border-radius: 4px;
}
.nav-item:last-child {
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0px;
    color: #003794;
    font-weight: 400;
    transition: 0.3s;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 10px;
}
.dropdown-menu {
    border: 1px solid #0037942e;
}
.dropdown-item {
    color: #003794;
    font-weight: 400;
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #003794;
    font-weight: 500;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #003794;
    background-color: #e9ecef;
    font-weight: 500;
}

.show ul li {
    /* border: none;*/
}

/************* COVER SECTION *************/
#cover {
    margin-top: 40px;
}
.cover_text {
    /* padding-left: 65px;*/
    margin-top: 70px;
}
.cover_text_banner{
    margin-top: 135px;
    /* margin-left: 1rem!important; */
}
.heading_pointer {
    background-color: #003794;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    /*z-index: -1;*/
}
.heading_pointer ul {
    padding: 0;
    margin-bottom: 0;
}
.heading_pointer ul li {
    display: inline-flex;
    margin-right: 20px;
}
.heading_pointer ul li img {
    width: 40px;
    margin-right: 8px;
}
.pointer p {
    color: #ffffff;
    margin-bottom: 0;
}
.cover_banner {
    /* background-image: url(../images/home-cover.png);*/
    text-align: center;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 77px;
    /* position: absolute;
    top: 30%; */
}
.w3-animate-left{
    position: unset!important;
}
.man_img {
    /* position: relative; */
    left: 22%;
    z-index: 1;
    height: 325px;
    top: -10px;
}
.family_img {
    position: relative;
    width: 45% !important;
    bottom: -26px;
    right: 19%;
    z-index: 1;
}

/**************** POLICY TYPE *******************/
/* #policyTypes {
    background-color: #fbfbff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */
.section_heading {
    font-size: 20px;
    font-weight: 700;
    color:#171717;
    margin-bottom: 20px!important;
    margin-top: -8px;
}
.policy_type {
    padding: 20px 10px;
    border-radius: 5px;
    border: 1.3px solid #D0D8E2;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s;
    background-color: #EBF3FF;
    /* width: 198px;*/
    height: 115px; 
    box-shadow: rgb(235 243 255) 0px 6px 10px;
}
.policy_type:hover {
    cursor: pointer;
    background-color: #EBF3FF;
    /* box-shadow: 0px 8px 40px #00379421; */
}
.policy_type img {
    height: 51px;
    margin-bottom: 10px;
}
.policy_type a {
    /* display: flex;
    align-items: center;
    text-decoration: none; */
    text-decoration: none;
}
.policy_type p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}



.policy_type_mob {
    padding: 20px 10px;
    border-radius: 5px;
    border: 1.3px solid #D0D8E2;
    /* width: 95px;*/
    height:94px;  
    margin-bottom: 10px;
    text-align: center;
    transition: 0.3s;
    background-color: #EBF3FF;
}
.policy_type_mob:hover {
    cursor: pointer;
    background-color: #EBF3FF;
    /* box-shadow: 0px 8px 40px #00379421; */
}
.policy_type_mob img {
    height: 51px;
    margin-bottom: 10px;
}
.policy_type_mob a {
    /* display: flex;
    align-items: center;
    text-decoration: none; */
    text-decoration: none;
}
.policy_type_mob p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
/* .gradient_bg {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 255, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f1ff",GradientType=1);
} */

/************* OFFERS SECTION *******/
#offers {
    /* padding-top: 60px; */
    /* background-color: #fbfbff; */
}
.more_policy {
    background-color: #003794;
    border-top-right-radius: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 5px;
}
.more_policy p.sub_heading {
    color: #ffffff;
    margin-bottom: 30px;
}
.more_policy ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.more_policy ul li {
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    padding-top: 6px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    margin-right: 10px;
    margin-bottom: 10px;
}
.more_policy ul li:hover {
    overflow: visible;
    background-color: #ffffff;
    color: #171717;
    height: auto;
    box-shadow: 0px 7px 25px #00000073;
    text-align: left;
    cursor: pointer;
    padding-bottom: 8px;
    font-weight: 600;
}
.more_policy ul li:last-child {
    margin-right: 0;
}
.more_policy ul li span {
    font-size: 11px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.more_policy ul li span a {
    font-weight: 500;
    color: #003794;
}

.policy_offers {
    padding-left: 20px;
}
.policy_offers p.sub_heading {
    color: #171717;
    margin-bottom: 20px;
    margin-top: 30px;
}

.offer_block img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}
.offer_block {
    padding: 20px;
    transition: 0.3s;
}
.offer_block img:hover {
    box-shadow: 0px 4px 17px #00379440;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-prev:before,
.slick-next:before {
    font-size: 18px;
    color: #171717;
}
.slick-dots li button:before {
    font-size: 36px;
    color: #003794;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #003794;
}

/********** WHY POLICY ADDA ***********/
.ypa_container {
    width: auto;
}
.yellow_bg {
    background-color: #ffd500;
}
.blue_bg {
    background-color: #003794;
}
.big_heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #f1f1ff;
    margin-top: 80px;
}

.ypa_img img {
    width: 500px;
    position: relative;
    bottom: 0;
    height: 685px;
}

.ypa_blk {
    margin-right: 80px;
    margin-bottom: 30px;
}
.ypa_blk1 {
    margin-right: 80px;
    margin-bottom: 30px;
}
.ypa_blk:last-child {
    margin-right: 0;
}
.ypa_blk1:last-child {
    margin-right: 0;
}
.ypa_blk img {
    width: 60px;
    margin-bottom: 10px;
}
.ypa_blk1 img {
    /*width: 60px;*/
    margin-bottom: 10px;
}
.ypa_blk h3 {
    color: #f1f1ff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.ypa_blk1 h3 {
    color: #f1f1ff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.ypa_blk p {
    color: #f1f1ff;
}
.ypa_blk1 p {
    color: #f1f1ff;
}

/*********** advantages **********/
#advantages {
    padding-top: 30px;
}
.ad_info {
    padding-bottom: 30px;
}
.ad_info h2.section_heading {
    margin-bottom: 20px;
}
.ad_info p {
    margin-bottom: 30px;
}
.ad_pointers {
    padding-top: 30px;
}
.pointer_block {
    width: 220px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.pointer_block h3 {
    color: #f1f1ff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 0;
}
.pointer_block p {
    color: #f1f1ff;
    margin-top: 10px;
    font-size: 14px;
}
.pointer_block img {
    width: 35px;
    margin-right: 15px;
}
.ad_image {
    position: relative;
    display: flex;
    justify-content: center;
}
.ad_image img {
    position: absolute;
    /* right: 0; */
    width: 100%;
    top: -158px;
}
.pointer_block .link_btn {
}
.pointer_block .link_btn a {
    float: none;
    color: #ffffffa6;
    padding-right: 0;
    padding-left: 0;
    transition: 0.3s;
}
.pointer_block .link_btn a:after {
    background-color: #ffffff38;
    right: -10px;
}
.pointer_block .link_btn a:hover::after {
    background-color: #ffffff38;
    right: 0;
}
.pointer_block .link_btn a:hover {
    color: #ffffffe3;
    padding-right: 13px;
    padding-left: 15px;
}
.pointer_block .link_btn a img {
    margin-right: 0;
}

/********** TESTIMONIALS**********/

#testimonials {
    /* background-color: #f9f9ff;
    padding-top: 60px;
    padding-bottom: 40px;
    height: 290px;
    overflow-y: hidden; */
}
#testimonials h2.section_heading {
    margin-bottom: 0;
}
.testi_body {
    padding: 20px 20px 20px 40px;
    border-radius: 15px;
    border: 1px solid rgba(0, 55, 148, 0.1);
    margin-bottom: 20px;
    margin-left: 40px;
    transition: 0.3s;
}
.testi_body:hover {
    box-shadow: 0px 5px 35px #00379424;
    background: #ffffff;
}
.testi_body p {
    margin-bottom: 0;
    font-size: 14px;
}
.testi_top {
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    top: 40px;
}
.testi_top p {
    padding-bottom: 30px;
    margin-left: 10px;
}
.testi_top p span {
    font-weight: 600;
}
.testi_top img {
    width: 70px;
    border: 1px solid #e63102;
    border-radius: 50%;
}
.testi_block {
    position: relative;
}

/*********** PARTNERS ************/
#partners {
    padding-top: 60px;
    padding-bottom: 40px !important;
    background-color: #fefeff;
}

/*********** CONTACT US***********/
#contactUs {
    background-color: #f5f5ff;
    padding-top: 60px;
    padding-bottom: 60px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#contactUs form {
    margin-top: 30px;
}
label {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif!important;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    border-radius: 5px;
    padding: 8px 15px;
    border: 1px solid #AABBCC!important;
}
input {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.custom-btn-primary {
    background-color: #003794;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: 0.3s;
    /* box-shadow: 0px 8px 11px #00379452; */
}
.contact_details {
    margin-top: 24px;
    justify-content: center;
    display: flex;
    font-size: 13px;
}
.contact_details ul {
    list-style: none;
    padding-left: 0;
}
.contact_details ul li {
    display: flex;
    align-items: flex-start;
}
.contact_details ul li img {
    width: 14px;
    margin-right: 10px;
    padding-top: 5px;
}
.contact_image img {
    width: 100%;
}

/************** FOOTER ****************/
.main_footer {
    background-color: #003794;
    padding-top: 40px !important;
    margin-top: 20px;
    padding-bottom: 12px !important;
}
footer ul {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 0;
}

footer ul li.first_depth:last-child {
    margin-right: 0;
}
footer ul.second_depth li a {
    color: #ffffff;
    opacity: 0.9;
    font-weight: 500;
    transition: 0.3s;
    font-size: 12px;
    text-decoration: none;
}
footer ul.second_depth li a:hover {
    color: #ffffff;
    opacity: 1;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex > li {
    flex: 1;
    margin-right: 16px;
}

.title {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
button {
    color: #fff;
    font-size: 14px;
    background-color: #c9192e;
    border: none;
    transition: all 0.3s;
    cursor: pointer;
}

footer .wrap .upper_side ul.flex li {
    padding: 4px 0;
}
.mid_footer {
    background-color: #2957a5;
    padding: 10px 0px;
}
.mid_footer p {
    font-size: 12px;
    color: #dcdcffbf;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
}
.mid_footer p span {
    color: #ffffff;
}
.mid_footer hr {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
}
.bottom_footer {
    background-color: #0d244a;
    display: flex;
    justify-content: center;
    font-size: 12px;
}
.bottom_footer p {
    color: #dcdcff59;
    margin-bottom: 0px;
    padding: 10px 20px 10px 0;
    /*border-right: 1px solid #ffffff30;*/
}
.bottom_footer ul {
    padding-left: 10px;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.bottom_footer ul li a {
    color: #dcdcff75;
}
.bottom_footer ul li a:hover {
    color: #dcdcff;
}
.bottom_footer ul li:last-child {
    padding-right: 0;
    border: none;
}

.bottom_footer ul li {
    border-right: 1px solid #ffffff30;
    padding: 0 10px;
}

/*==================================================================*/
@media all and (max-width: 1023px) and (min-width: 640px) {
    footer .wrap {
        width: 100%;
    }

    /* mid box */
    footer .wrap .mid_side ul.second_depth {
        margin-top: 14px;
    }
    footer .wrap .mid_side ul.second_depth li p {
        display: none;
    }
    footer .wrap .mid_side ul.second_depth li button.store {
        width: 160px;
    }
    footer .wrap .mid_side ul li .input_box {
        width: 230px;
    }
}

/*==================================================================*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    /* common css */
    .flex {
        flex-direction: column;
    }
    .title {
        font-size: 14px;
    }
    footer .wrap {
        width: 100%;
        min-width: 320px;
    }
    footer .wrap .upper_side ul.flex li {
        position: relative;
        padding: 8px 0;
        margin-right: 0;
    }
    footer .wrap .upper_side ul.flex li.first_depth > p:before {
        position: absolute;
        top: 10px;
        right: 0;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        cursor: pointer;
        margin-right: 20px;
    }
    footer .wrap .upper_side ul.flex li.first_depth.on > p:before {
        transform: rotate(180deg);
    }
    footer .wrap .upper_side ul.flex li.first_depth > p:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    footer .wrap .upper_side ul.second_depth {
        height: 0;
        display: none;
    }
    footer .wrap .upper_side li.first_depth.on ul.second_depth {
        height: auto;
        display: block;
    }
    /* mid box */
    footer .wrap .mid_side {
        margin: 30px 0;
    }
    footer .wrap .mid_side ul.flex > li {
        margin: 10px 0;
    }
    footer .wrap .mid_side ul.second_depth li p {
        display: none;
    }
    footer .wrap .mid_side ul.second_depth li button.store {
        width: 100%;
        margin-top: 8px;
    }
    footer .wrap .mid_side ul.sns {
        flex-direction: row;
    }
    footer .wrap .mid_side ul li .input_box {
        width: 100%;
        flex-direction: row;
        margin-top: 12px;
    }
    footer .wrap .mid_side ul li .input_box input {
        width: 80%;
    }
    footer .wrap .mid_side ul li .input_box button {
        width: 20%;
    }
    /* last box */
    footer .wrap .lower_side {
        width: 100%;
    }
    footer .wrap .lower_side ul.flex {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .policy_type_modal{
        padding: 15px 10px!important;
        width: 96px!important;
    height: 136px!important;
    }
    .listItemMain{
        width: 350px!important;
    }
    .quote_form_side form{
        padding: 10px 22px 10px 50px!important;
    }
}


/************ RESPONSIVE *************/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mob-link{
        text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
    }
    .nav-links li a:focus
    {
        padding-bottom: 0px!important;
    }
    .why-sub-title-que{
        font-size: 18px!important;
        margin-bottom: 5px;
    margin-top: 5px;
    }
    .newwrap{
        padding: 10% 0%!important;
        margin-top: -26px!important;
    }
    .pdnone{
        padding: 0px!important;
    }
    .svg-img{
        margin-left: 30px;
    }
    .social-network-icons{
        justify-content: center;
    margin-bottom: 20px!important;
    }
    .brd-footer-bottom{
        border-top: 1px solid #003794!important;
    }
    .nav-item-footer{
        margin-bottom: 10px;
        padding: 8px 14px!important;
        font-size: 14px!important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .ypa_blk h3 {
        margin-bottom: 0;
    }

    .ad_image img,
    .ypa_img img {
        display: none;
    }
    .cover_text {
        padding-left: 0;
        margin-top: 0px;
    }
    .cover_heading {
        font-size: 31px!important;
        font-weight: 700;
        margin-bottom: 3px;
    }
    .cover_banner {
        display: none;
    }
    .padding-65 {
        padding: 0 10px;
    }
    .policy_offers .d-flex {
        display: block !important;
    }
    .big_heading {
        margin-top: 30px;
    }
    .ypa_blk {
        margin-right: 12px;
    }
    .pointer_block {
        width: 100%;
    }
    .hide_on_mob {
        display: none;
    }
    .mobile_visible {
        display: block;
    }
    .policy_offers .link_btn {
        margin-top: 0 !important;
        float: right;
        /* margin-bottom: 20px; */
        margin-right: -30px;
    }
    .offer_heading {
        margin-bottom: 45px;
    }
    .policy_offers p.sub_heading {
        color: #171717;
        margin-bottom: 0;
        margin-top: 30px;
    }
    #testimonials {
        min-height: 200px;
        /* overflow-y: scroll; */
    }
    .bottom_footer {
        display: block;
    }
    #header .padding-65 {
        padding: 0 !important;
    }
    .navbar-light .navbar-brand {
        padding-left: 15px;
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-collapse {
        padding: 15px;
        background-color: #fff;
    }
    .nav-item {
        margin-right: 0;
        margin-bottom: 10px;
        background-color: #fff;
    }
    .cover_cta ul li {
        margin-bottom: 30px;
    }
    .radios {
        display: block;
    }
    .radios label {
        margin-bottom: 30px;
    }
    .sec_illustration {
        margin-top: 30px;
    }
    .main_footer {
        padding: 15px 0px 0 0px !important;
    }
    .mid_footer,
    .bottom_footer {
        padding: 0 15px !important;
    }
    .bottom_footer {
        text-align: center;
    }
    .bottom_footer p {
        padding: 10px 0;
        border-right: 0;
    }
    .bottom_footer ul {
        padding-left: 0;
        padding-bottom: 10px;
        justify-content: center;
    }
    #a_ge {
        top: 36%;
    }
    .sec_content ol:before {
        height: 66%;
    }
}



@media screen and (max-width: 767px) {
    .btn-width{
        position: relative!important;
        margin-top: 10%!important;
        left: 0%!important;
    }
    .form_title_renew_newform{
        font-size: 24px!important;
    }
    .form_subtitle_renew_newform{
        font-size: 18px!important;
        margin-top: 0px!important;
    }
    .mt-6 {
        margin-top: 1.5rem!important;
    }
    .vertical-line{
        display:none;
    }
    .mail-width{
        width: 100%!important;
        float: right;
    }
    .icon-img{
        left: -10%!important;
    }
    .icon-img-2{
        left: -10%!important;
        width:25px;
    }
    .icon-img-3{
        left: -10%!important;
    }
    .side-img-width {
        width: 100%!important;
        margin: 0px auto!important;
        margin-top:5%!important;
    }
    .round-img{
        width: 51px!important;
    height: 51px!important;
    top: 0%!important;
    width: 51px!important;
    height: 51px!important;
    transform: translate(-50%, -50%);
    left: 50%!important;
    }
    .round-img img{
        height:28px!important;
    }
    .form_title_newform{
        padding: 0px!important;
        font-size: 18px!important;
        line-height: 20px!important;
        margin-top: 25px!important;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        
    }
    .form_subtitle_newform{
        line-height: 18px!important;
    margin-top: 10px;
    }
    .quote_form_side form{
        padding: 10px 0px 10px 30px!important;
    }
    .icon-img{
        top: 22%!important ;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .cover_text {
        margin-top: 0;
    }
    .cover_heading {
        font-size: 26px;
        font-weight: 700;
    }
    .family_img {
        bottom: -33px;
    }
    .policy_type {
        text-align: center;
        padding: 6px;
        display: block;
    }
    .policy_type img {
        height: 25px;
        margin-bottom: 6px;
        margin-right: 0;
    }
    #policyTypes .link_btn a,
    .offer_heading .link_btn a {
        font-size: 11px;
    }
    .more_policy {
        height: 270px;
        overflow-y: auto;
    }
    .sub_heading {
        font-size: 19px;
    }
    .ypa_img img {
        width: 404px;
        position: relative;
        bottom: -94px;
        left: -124px;
    }
    .pointer_block {
        width: 195px;
        margin-right: 40px;
        margin-bottom: 30px;
    }
    .ad_image {
        display: none;
    }
    .testi_top img {
        width: 52px;
    }
    #testimonials {
        overflow-y: auto;
    }

    .cover_cta ul li {
        margin-bottom: 30px;
    }
    .radios {
        display: block;
    }
    .radios label {
        margin-bottom: 30px;
    }
    .sec_content ol:before {
        height: 66%;
    }
    .sec_illustration img {
        width: 100%;
    }
    .bottom_footer {
        display: block;
    }
    .main_footer {
        padding: 15px 10px 0 10px !important;
    }
    .mid_footer,
    .bottom_footer {
        padding: 0 15px !important;
    }
    .bottom_footer {
        text-align: center;
    }
    .bottom_footer p {
        padding: 10px 0;
        border-right: 0;
    }
    .bottom_footer ul {
        padding-left: 0;
        padding-bottom: 10px;
        justify-content: center;
    }
    #a_ge {
        top: 36%;
    }
    .navbar-collapse {
        padding: 15px;
        background-color: #f1f1ff;
        width: 40%;
        position: absolute;
        top: 60px;
        right: 0;
        border-bottom-left-radius: 15px;
        box-shadow: 2px 10px 18px rgb(0 0 0 / 15%);
    }
    .nav-item {
        margin-right: 0;
        margin-bottom: 10px;
        background-color: #fff;
    }
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1920px) {
    body {
        background-size: 88%;
        background-repeat: no-repeat;
        background-position-y: 50px;
        background-position-x: center;
    }
    .family_img {
        bottom: 0px;
    }
    .more_policy ul li {
        height: 34px;
    }
    .ad_image img {
        top: -226px;
    }
}

/* .newwrap{
    padding-left: 3%;
    padding-right: 3%;
} */
.newwrap ul{
    padding-left:0%!important;
}
.svg-img{
    margin-right: 10px;
}
.second_depth{
    margin-left: 38px;
}
.social-network-icons{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 1.2rem!important;
    margin-bottom: 0px;
    margin-top: 4px;
}
.social-network-icons li{
    padding-right: 1.1rem;
}
.nav-item-footer {
    padding: 6px 8px;
    border: 1.7px solid #003794;
    margin-right: 10px;
    border-radius: 12px;
    background: #0d244a;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 1px solid #2957a5;
    width: 180px;
    float: right;
}

.nav-item-footer:hover {
    color: #fff!important;
}

.brd-footer-bottom{
    background-color: #003794;
    border-top: 1px solid #5a7cb7;
    border-bottom: 1px solid #003794;
    height: 60px;
    display: flex;
    align-items: center;
}

.desk-pb{
    padding-right: 0px;
    padding-left: 0px;
}

/*----------------- policy banner images ------------------------*/
.policy-banner-bg{
    background-image: url(../images/home-cover4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 406px;
    background-position: bottom;
}
.banner-main-tax{
    /* display: flex; */
    align-items: center;
    width: 100%;
}
.banner-main-tax-text{
    border: 1px solid #D5DAF1;
    padding: 13px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width:100%;
    min-width: 480px;
}
.banner-main-tax-text p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.banner-main-tax-text img{
    width:28px!important;
    height:28px!important;
}
.custom-btn-taxprimary {
    background-color: #003794;
    padding: 13px 28px;
    border-radius: 5px;
    border: none;
    transition: 0.3s;
    font-size: 16px;
}
.custom-btn-taxprimary:hover {
    background-color: #003794;
    transition: 0.3s;
}
.main-section{
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.main-section-why{
    margin-top: 30px;
    margin-bottom: 20px;
}

.main-section-box{
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.bg-blue{
    background: #082A62;
    padding:20px 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}
.why-title{
    color:#FFF;
    font-size: 28px;
    font-weight:600;
    margin-bottom: 50px;
}
.why-sub-title-que{
    color:#FFF;
    font-size: 20px;
    font-weight:600;
    margin-bottom: 10px;
}
.contact_details p{
    font-size: 14px!important;
}
.why-sub-title{
    color:#FFF;
    font-size: 18px;
    font-weight:600;
    margin-bottom: 10px;
}
.why-sub-info{
    color:#C3D1DB   ;
    font-size: 14px;
    font-weight:500;
    margin-bottom: 10px;
}
.bg-blue-light{
    background: #E9F2FD;
    padding:21px 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
}
.pd-left{
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -11px!important;
}
.why-form-info{
    color:#171717  ;
    font-size: 14px;
    font-weight:600;
    text-align: justify;
    margin-bottom: 20px;
}
.bg-blue-main{
    background: #082A62;
    padding: 1px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    margin-top: -46px;
}
.offer-one{
    background-color: #E2D8A6;
    border-radius: 5px;
    border: 1px solid #CCC28F;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    height: 178px;
    background-image: url(../images/icons/off-one.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0px 22px;
}
.offer-two{
    background-color: #CAE5B9;
    border-radius: 5px;
    border: 1px solid #ADCECE;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    height: 178px;
    background-image: url(../images/icons/off-two.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.offer-three{
    background-color: #CAE4E5;
    border-radius: 5px;
    border: 1px solid #B3CBA2;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    height: 178px;
    background-image: url(../images/icons/off-three.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.offer-four{
    background-color: #E7CCCA;
    border-radius: 5px;
    border: 1px solid #CAAAA8;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    height: 178px;
    background-image: url(../images/icons/off-four.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.offer-one h4{
    color: #0D244A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -6px;
}
.offer-two h4{
    color: #0D244A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -6px;
}
.offer-three h4{
    color: #0D244A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -6px;
    line-height: 18px;
}
.offer-four h4{
    color: #0D244A;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -2px;
    line-height: 18px;
}
.offer-one h3{
    color: #0D244A;
    font-size: 21px;
    font-weight: 700;
}
.offer-two h3{
    color: #0D244A;
    font-size: 21px;
    font-weight: 700;
}
.offer-three h3{
    color: #0D244A;
    font-size: 21px;
    font-weight: 700;
    line-height: 10px;
}
.offer-four h3{
    color: #0D244A;
    font-size: 21px;
    font-weight: 700;
    line-height: 10px;
}
.offer-one img{
    height: 48px;
    margin: 10px auto;
}
.offer-two img{
    height: 48px;
    margin: 10px auto;
}
.offer-three img{
    height: 60px;
    margin: 10px auto;
    margin-top: 15px;
}
.offer-four img{
    height: 60px;
    margin: 10px auto;;
}
.know-more-link-one{
    background: #756216;
    padding: 4px 0px 2px 0px;
    width: 94px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px auto;
    color:#D9CF9D;
    font-size: 12px;
    margin-top:-2px;
    
}
.know-more-link-two{
    background: #5B5936;
    padding: 4px 0px 2px 0px;
    width: 94px;;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px auto;
    color:#D9CF9D;
    font-size: 12px;
    margin-top: -2px;
    
}
.know-more-link-three{
    background: #4C6B6E;
    padding: 4px 0px 2px 0px;
    width: 94px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px auto;
    color:#C0D9D9;
    font-size: 12px;
    margin-top: 12px;
    
}
.know-more-link-four{
    background: #846B63;
    padding: 4px 0px 2px 0px;
    width: 94px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px auto;
    color:#C0D9D9;
    font-size: 12px;
    margin-top: -4px;
    
}
.know-more-link-one a {
    text-decoration: none;
    color: #D9CF9D;
}
.know-more-link-two a {
    text-decoration: none;
    color: #CAE5B9;
}
.know-more-link-three a {
    text-decoration: none;
    color: #C0D9D9;
}
.know-more-link-four a {
    text-decoration: none;
    color: #D7B9B7;
}
.know-more-link-one a:hover {
    color: #D9CF9D;
}
.know-more-link-two a:hover {
    color: #CAE5B9;
}
.know-more-link-three a:hover {
    color: #C0D9D9;
}
.know-more-link-four a:hover {
    color: #D7B9B7;
}

.offer-title-one{
    padding: 1px;
    text-align: center;
    background-color: #9A811D;
    border-top: 3px solid #756216;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.offer-title-two{
    padding: 1px;
    text-align: center;
    background-color: #777547;
    border-top: 3px solid #5B5936;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.offer-title-three{
    padding: 1px;
    text-align: center;
    background-color: #648D91;
    border-top: 3px solid #4C6B6E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.offer-title-four{
    padding: 1px;
    text-align: center;
    background-color: #AF8E83;
    border-top: 3px solid #846B63;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.offer-title-one h4{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.offer-title-two h4{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.offer-title-three h4{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.offer-title-four h4{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.testimonial-card{
    background-color: #fff;
    border: 1px solid #DCDCF2;
    border-radius: 5px;
    height:375px;
    position: relative;
    z-index: 111;
}
.testimonial-a{
    position: absolute;
    top: 50%;
    right: 15%;
}
.testimonial-card-text p{
    font-weight: 600;
    font-size: 14px;
    color:#404040;
    line-height: 22px;
}

.pattern {
    position: relative;
    background-color: #FFF;
}
.select2-container{ width: 100% !important; }

.pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("/assets/images/icons/wave.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-logo p{
    font-size: 12px;
    color:#FFF!important;
}
.footer-logo-main{
    border-right: 1px solid #5a7cb7; 
    padding-right: 14px!important;
}
.reviewer-name-main{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 5%;
}
.reviewer-name-main p{
    margin-bottom: 0px;
    margin-top: 24px;
    margin-left: 10px;
    font-weight: 700;
    color: #171717;
    font-size: 16px;
}
.help-num{
    font-size: 15px;
    color:#001231;
    font-weight: 600;
}
.help-num-main{
    display: flex;
    align-items: center;
    position: absolute;
    left: 17%;
    border-left: 1px solid #DBE2E9;
    height: 40px
}

.premium-breakup-modal-cover .modal-dialog {
    max-width: 88% !important;
}
.modal-title-policy{
    color:#003794;
    font-weight: 600;
    font-size: 20px;
}
.modal-header{
    border-bottom: none;
}
.modal-title-sub{
    margin-top: -5px;
}
.policy_type_modal{
    padding: 15px 5px;
    border-radius: 5px;
    border: 1.3px solid #D0D8E2;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s;
    background-color: #fff;
    /* width: 100px; */
    height: 110px;
}
.policy_type_modal:hover {
    cursor: pointer;
    background-color: #EBF3FF;
    /* box-shadow: 0px 8px 40px #00379421; */
}
.policy_type_modal img {
    height: 40px;
    margin-bottom: 10px;
}
.policy_type_modal a {
    /* display: flex;
    align-items: center;
    text-decoration: none; */
    text-decoration: none;
}
.policy_type_modal p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

/* .col-half-offset{
    margin-left:4.166666667%
} */
.banner-main-slide{
    display: flex;
    width: 100%;
    align-items: center;
}

.mega-white{
    height: 20px;
    width: 50px;
    position: absolute;
    border: 1px solid #fff;
    left: 51%;
    width: 94px;
    top: -7%;
    background: #fff;
    border-left: 1px solid #ddd;
    margin-left: 6px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
}
.mega-white-new{
    height: 15px;
    width: 50px;
    position: absolute;
    border: 1px solid #fff;
    left: 59%;
    width: 108px;
    bottom: 0%;
    background: #fff;
    border-left: 1px solid #ddd;
    margin-left: -10px;
    border-right: 1px solid #ddd;
    margin-right: 27px;
    right: -5px;
    z-index: 1111;
}
.megamenu-brd-right{
    border-right: 1px solid #D3DBE5;
    margin-right: 10px;
    height: 235px;
}

.menu-border{
    height: 51px;
    width: 45px;
    border: 1px solid #ddd;
    position: absolute;
    right: 21px;
    margin: 0px auto;
    margin-top: 13px;
    border-bottom: none;
    background: #fff;
    z-index: -1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.logo{
    margin-top: -12px!important;
}


/************ CUSTOM CSS START *************/

.get-car-variant-main-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 45px;
    margin-top: 17px;
  }

  .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 p {
    margin-top: 0;
    font-family: poppins;
    font-weight: bold;
  }

  .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-boxes-outer-wraper a {
    color: #000;
  }

  .car-variant-box-active {
    border: 2px solid #1d2c80 !important;
    background: #f5f6fe;
  }

  .car-variant-select-box.car-variant-select-city {
    padding-bottom: 11px !important;
  }

  .car-variant-select-box.car-variant-select-city img {
    width: 30%;
  }

  .car-variant-select-box span {
    margin-left: 5px;
    font-size: 14px;
  }

  .car-variant-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .vehical-city-rto-box {
    background: #e9ebff;
    padding: 16px;
      padding-bottom: 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 #112360;
    padding-bottom: 0px;
  }

  .vehical-city-rto-number {
    margin-bottom: 15px;
  }

  .car-variant-boxes-outer-wraper a {
    color: #000;
  }

  .car-varient-page-mian-wraper .container-fluid {
    padding: 0px 38px;
  }

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

  }

  .car-manufacture-box-active {
    border: 2px solid #1d2c80 !important;
    background: #f5f6fe;
    text-align: center;
    border-radius: 5px;
  } 

  .car-manufacture-select-box.car-variant-select-manufacture img {
    width: 27%;
  } 

  .car-manufacture-select-box.car-variant-select-manufacture p {
    text-align: center;
    margin-top: 7px;
  }

  .car-variant-modal-box.car-variant-select-model.car-modal-box-active {
    border: 2px solid #1d2c80 !important;
    border-radius: 4px !important;
    padding: 11px;
      padding-bottom: 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;
  }

  .car-modal-select-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
      padding-bottom: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center !important;
  }

  .car-varient-page-mian-wraper p {
    margin-top: 0;
    /* text-align: center !important; */
  }

  .previous-policy-box-shadow {
    box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.15);
    padding: 10px;
    border-radius: 6px;
    border: solid 1px #e6eaf2;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .radio-check ul {
    padding: 0;
  }

  .radio-check li {
    list-style: none;
    float: left;
  }

  .home-click-form-boxinput.previous-policy-box-shadow label {
    font-size: 15px !important;
    color: #000 !important;
  }

  label.car-policy-more-detail.radio-check-title {
    margin-right: 24px;
    color: #003478 !important;
  }

  .vehical-modal-fuel-type-radio-title.radio-span.fule-type-both-border {
    border-left: 2px solid;
    border-right: 2px solid;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 16px;
margin-right: 20px;
  }

  .required-policy-text {
    font-size: 14px;
    color: #474747;
    font-weight: normal;
    padding-right: 10px;
  }

  .vehical-variant-select-modal.vehical-modal-box-active {
    border: 2px solid #1d2c80 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f6fe;
    font-size: 15px;
  }

  .vehical-modal-select-box.vehical-variant-select-modal {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
  }
  
  .vehical-year-select-box.vehical-variant-select-year {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
  }


  .vehical-variant-select-year.vehical-year-box-active {
    border: 2px solid #1d2c80 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f6fe;
    font-size: 15px;
  }

  .home-click-form-boxinput.previous-policy-box-shadow label {
    font-size: 15px !important;
    color: #000 !important;
  }

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

  .radio-check li {
    list-style: none;
    float: left;
  }

  .home-click-form-boxinput.previous-policy-box-shadow label {
    font-size: 15px !important;
    color: #000 !important;
  }

  .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;
  }
  
  .car-policy-more-detail {
    font-size: 15px;
    margin-bottom: 8px;
    color: #003478;
  }

  .car-varient-page-mian-wraper 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;
}   

.vehical-modal-fuel-type-radio-title.radio-span.fule-type-left-border {
    border-left: 2px solid;
    padding-left: 17px;
    margin-left: 18px;
  }

  .cust-page-wraper .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);
  }
  
  .cust-page-wraper .disabled {
    display:none;
  }
  
  .cust-page-wraper 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;
  }
  
  .cust-page-wraper p{
    text-align:justify;
  margin-top:0;
  }

  .car-variant-tabs-title.car-variant-tabs-mian-title {
    text-align: left !important;
    font-size: 20px;
    margin-top: 15px;
    color: #000 !important;
  }
  .plan_links {
    width: 16%;
    display: inline-block;
    text-align: center;
  }
  .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;
}
  /* car quote section start */

  .vehical-compare-page-wraper {
    margin-top: 11px;
  }

  .car-edtails-main-wrapper {
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: solid 1px #e6efff;
  }

  .car-details-name {
    font-weight: bold;
    font-size: 13px;
    color: #242a6d;
    margin-bottom: 6px;
  }

  .car-details-box-content {
    font-size: 14px;
    margin-top: 6px;
    border-bottom: 1px solid #acacac;
    padding-bottom: 4px;
  }

  .vehcial-details-share-btn-spa .compare-page-share .btn.btn-primary {
    font-size: 16px;
    padding: 1px 13px;
    margin-top: 19px;
    background: #112360;
    color: #fff;
  }

  .vehcial-details-share-btn-spa {
    float: right;
    margin-top: -26px;
  }

  .car-insurance-left-single-accord {
    margin-bottom: 19px;
  }

  .car-insurance-compare-collaps-cover {
    max-height: 508px;
    overflow-y: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  }

  .car-insurance-compare-collaps-cover .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    color: #000;
    border: 2px solid #32308d;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  }

  .accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.car-insurance-compare-collaps-cover .card-header {
    padding: 9px;
    font-size: 15px;
}

.car-insurance-compare-collaps-cover .card-body {
    padding: 15px 4px;
    margin-bottom: 0;
    font-size: 13px;
}

.car-collaps-title {
    padding: 10px;
    font-weight: bold;
    color: #565656;
}

.car-collaps-check-box ul {
    margin: 0;
    padding: 0;
    padding-left: 11px;
}

.car-collaps-check-box li {
    list-style: none;
}

.car-variant-boxes-outer-wraper .vehical-manufacture-box {
    border: 2px solid #e0e1e3 !important;
    border-radius: 4px !important;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
  }

.insurance-company-details-main-cover.car-compare-page-title {
    margin-bottom: 14px;
  }

  .car-insurance-company-details-title {
    background: #f0f4f9;
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: 700;
    color: #000;
    font-size: 13px;
  }

  .insurance-company-facility-title {
    color: #000;
    font-size: 16px;
  }

  .car-insurance-compare-collaps-cover {
    max-height: 508px;
    overflow-y: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  }

  .addons-section-title-wraper {
    background: #f1f1f1;
    margin: 15px 0px;
    padding: 13px;
    font-size: 17px;
    color: #112360;
  }
  
  .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: #112360;
    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;
    width: 130px;
    border: none;
    margin-bottom: 7px;
  }

  .car-insurance-compare-collaps-cover .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: white;
    color: #112360;
    padding: 9px 4px;
    font-weight: bold;
    font-family: poppins;
  }
  
  .car-insurance-compare-collaps-cover .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #112360;
    border-color: #dee2e6 #dee2e6 #fff;
    padding-top: 12px !important;
  }

  .addons-check-cover ul {
    padding: 0 20px;
    margin-top: 15px;
  }

  .addons-check-cover li {
    list-style: none;
  }

  .car-insurance-compare-collaps-cover .tab-pane.active {
    padding: 0 !important;
  }

  .car-required-policy-text {
    font-size: 16px;
    margin-left: 8px;
  }

  .voluntary-insurer-title {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-top: 12px;
    box-shadow: 2px 0px 8px 0 rgb(0 0 0 / 20%);
  }

  .car-compare-result-box.insurance-company-detail-box {
    padding-bottom: 0px;
    padding-right: 30px;
  }

  .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;
      padding-right: 15px;
      padding-bottom: 13px;
    font-size: 13px !important;
  }

  .insurance-company-facility-title {
    color: #000;
    font-size: 16px;
  }

  .car-compare-idv-result {
    font-size: 14px;
  }

  .insurance-company-facility-title {
    color: #000;
    font-size: 16px;
  }
  .addons-check-details {
    text-align: left;
  }
  .addons-check-details ul {
    padding: 0;
  } 

  .addons-check-details li {
    list-style: none;
  }

  .btn-primary {
    color: #fff;
    border-color: #007bff;
    background: #112360;
    border: none;
    font-size: 14px;
    padding: 11px 16px;
  }

  .addons-check-details .svg-inline--fa {
    color: #0fd30f;
  }

  .car-insurance-premium-breakup {
    width: 104%;
    padding: 11px 0px;
    color: #112360;
  }

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

  

    /* car quote section end */


    /* car proposal section start */
    .car-insurance-card-cover {
        padding: 20px;
        border-radius: 6px;
        position: sticky;
        top: 20px;
        width: 100% !important;
      }

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

      .plan-amount-box-cover.car-insurance-card-cover li {
        border-bottom: 1px solid;
        margin-bottom: 14px;
        padding-bottom: 7px;
        list-style: none;
      } 

      span.plan-amount- {
        font-weight: bold;
        color: #003478;
      }

      .car-variant-previous-btn {
        background: #e8e8e87a !important;
        color: #000 !important;
      }

      .input-custom-label {
        font-size: 14px;
        color: #5a5959;
        font-weight: bold;
        margin-bottom: 4px;
        color: #1d2c80;
        font-size: 15px;
        font-weight: 500;
        font-family: poppins;
      }

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

      #svg_wrap {
        display: none;
      }
    /* car proposal section end */

    /* car payement section start */
    
    /* health css section start */

    .health-variant-tabs-mian-title {
        text-align: left !important;
        font-size: 20px;
        margin-top: 15px;
        color: #000 !important;
      }

      .quote-boxes-wraper a {
        color: #000;
      }

      .quote-box-active {
        border: 2px solid #1d2c80 !important;
        background: #f5f6fe;
      }

      .quote-select-box img {
        width: 18%;
      }

      .quote-select-box span {
        margin-left: 5px;
        font-size: 14px;
      }

      .health-insurance-page-mian-wraper p {
        margin-top: 0;
        text-align: left !important;
      }

      .quote-boxes-wraper a {
        color: #000;
      }

      .quote-select-box {
        border: 2px solid #e0e1e3 !important;
        border-radius: 4px !important;
        padding: 11px;
          padding-bottom: 11px;
        padding-bottom: 10px;
        margin-bottom: 10px;
      }

      .quote-select-box.quote-select-city img {
        width: 30%;
      }

      .quote-box-active {
        border: 2px solid #1d2c80 !important;
        background: #f5f6fe;
      }

      .quote-existing-illness-cover {
        border: 2px solid #e0e1e3 !important;
        border-radius: 4px !important;
        margin-bottom: 12px;
        height: 100% !important;
        padding: 6px;
      }

      .quote-right-plan-illness-check-box {
        height: 91% !important;
      }

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

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

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

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

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

      .insurance-company-facility-title {
        color: #000;
        font-size: 16px;
      }

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

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

      .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-compare-add-compare {
        margin-bottom: 12px;
      }

      .health-insurance-company-detail-box {
        font-size: 13px !important;
      }

      .insurance-company-facility-title {
        color: #000;
        font-size: 16px;
      }

      .car-insurance-company-facility-logo img {
        width: 80%;
      }

      .car-insurance-company-facility-logo {
        text-align: center;
      }

      .health-insurance-plan-name {
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
        color: #003478;
      }
      .health-compare-details-cover-box {
        padding: 5px;
          padding-bottom: 5px;
        text-align: center;
        border-radius: 4px;
        padding-bottom: 8px;
      }

      .health-insurance-company-facility-btn {
        text-align: center;
      }

      .health-insurance-price {
        font-size: 15px;
        color: #003478;
        margin-top: 6px;
      }

     .health-proposal-page-mian-wraper .tab-pane {
        padding: 0 0px !important;
        border: none !important;
      }


      .health-proposal-page-mian-wraper .tab-content {
        border: none !important;
      }

      .health-proposal-page-mian-wraper .nav-tabs {
        border-bottom: none;
      }

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

    /* health css section end */

    .basic-details-form-wraper {
        padding: 25px;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
        border: 1px solid #e2e2e2;
        margin-bottom: 25px;
      }

      /* .notification-button {
        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);
      } */
      .share-container {
        border-radius: 15px;
        display: flex;
        padding-right: 0;
        text-align: center;
        transition: width 0.5s;
        width: 80px;
        background-color: #eeeeee;
      }

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

      .car-payment-page-logo img {
        width: 75%;
      } 

      .payment-short-details ul {
        padding: 0;
      }

      .payment-short-details li {
        list-style: none;
        font-size: 15px;
      } 

      span.payment-short-details-title {
        font-weight: bold;
        color: #003478;
      }

      .proposer-details-title h2 {
        margin-top: 0;
        font-family: poppins;
        font-weight: bold;
        font-size: 21px;
        margin-bottom: 28px;
        color: #fff;
        margin-top: 25px;
      }

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

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

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

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

      .car-payment-page-mian-wraper {
        padding-left: 16px;
      }

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

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

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

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

      .btn-yell {
        background: #e12202;
        color: #fff;
        border: none;
        font-size: 14px;
        padding: 11px 21px;
      }
    
      .btn-secondary {
        color: #fff;
        background: #003478;
        border: none;
        font-size: 14px;
        padding: 11px 21px;
      }
    /* car payement section end */

    /* health css section start */

    .health-variant-tabs-mian-title {
        text-align: left !important;
        font-size: 20px;
        margin-top: 15px;
        color: #000 !important;
      }

      .quote-boxes-wraper a {
        color: #000;
      }

      .quote-box-active {
        border: 2px solid #1d2c80 !important;
        background: #f5f6fe;
      }

      .quote-select-box img {
        width: 18%;
      }

      .quote-select-box span {
        margin-left: 5px;
        font-size: 14px;
      }

      .health-insurance-page-mian-wraper p {
        margin-top: 0;
        text-align: left !important;
      }

      .quote-boxes-wraper a {
        color: #000;
      }

      .quote-select-box {
        border: 2px solid #e0e1e3 !important;
        border-radius: 4px !important;
        padding: 11px;
          padding-bottom: 11px;
        padding-bottom: 10px;
        margin-bottom: 10px;
      }

      .quote-select-box.quote-select-city img {
        width: 30%;
      }

      .quote-box-active {
        border: 2px solid #1d2c80 !important;
        background: #f5f6fe;
      }

      .quote-existing-illness-cover {
        border: 2px solid #e0e1e3 !important;
        border-radius: 4px !important;
        margin-bottom: 12px;
        height: 100% !important;
        padding: 6px;
      }

      .quote-right-plan-illness-check-box {
        height: 91% !important;
      }

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

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

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

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

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

      .insurance-company-facility-title {
        color: #000;
        font-size: 16px;
      }

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

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

      .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-compare-add-compare {
        margin-bottom: 12px;
      }

      .health-insurance-company-detail-box {
        font-size: 13px !important;
      }

      .insurance-company-facility-title {
        color: #000;
        font-size: 16px;
      }

      .car-insurance-company-facility-logo img {
        width: 80%;
      }

      .car-insurance-company-facility-logo {
        text-align: center;
      }

      .health-insurance-plan-name {
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
        color: #003478;
      }
      .health-compare-details-cover-box {
        padding: 5px;
          padding-bottom: 5px;
        text-align: center;
        border-radius: 4px;
        padding-bottom: 8px;
      }

      .health-insurance-company-facility-btn {
        text-align: center;
      }

      .health-insurance-price {
        font-size: 15px;
        color: #003478;
        margin-top: 6px;
      }

     .health-proposal-page-mian-wraper .tab-pane {
        padding: 0 0px !important;
        border: none !important;
      }


      .health-proposal-page-mian-wraper .tab-content {
        border: none !important;
      }

      .health-proposal-page-mian-wraper .nav-tabs {
        border-bottom: none;
      }

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

    /* health css section end */

    /* pos page start */

    .pos-main-wrap {
        padding: 100px 0;
        padding-bottom: 30px;
      }

    .pos-corner-details-content {
        padding: 15px 19px;
        background: #003794;
        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-content h2 {
        font-family: poppins;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
      }

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

      .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-feature-point-box img {
        width: 42% !important;
      }

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

      .pos-corner-feature-point-box p {
        margin: 0;
        text-align: center;
      }

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

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

      .pos-form-wraper h3 {
        font-family: poppins;
        font-weight: bold;
        font-size: 25px;
        color: #11215b;
      }

      .pos-form-wraper label {
        font-family: poppins;
        margin-top:7px;
        color: #112360;
        font-weight: 400;
        font-size: 15px;
        font-weight: bold;
      }

      .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 .border-btn {
        margin-top: 15px;
        width: 100%;
        padding: 11px;
        font-size: 19px;
        border-radius: 9px;
        background: #e92f02;
      }

      .admin-login-box h3 {
        margin-bottom: 25px;
        color: #112360 !important;
        font-size: 23px !important;
        font-weight: bold !important;
      }

    /* pos page end */

  
/************ CUSTOM CSS END *************/



/************ RESPONSIVE *************/
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
    .policy_type_mob img {
        height: 38px;
        margin-bottom: 5px!important;
    }
    .policy_type_mob p{
        font-size: 12px!important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .pd-mob{
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .ft-more{
        justify-content: left!important;
    }
    .ft-more-one{
        justify-content: left!important;
    }
    .ft-more p{
        text-align: left!important;
    }
    .ft-more-one p{
        text-align: left!important;
    }
    .desk-pb{
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-logo-main{
        border-right: none; 
        padding-right: 0px;
    }
    .footer-info{
        margin-left: 30px;
    }
    .help-num-main{
        display: none;
    }
    .cover_text{
        text-align: center;
    }
    .cover_text p.sub_heading {
        font-size: 14px;
        color: #171717;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .policy-banner-bg{
        background-image:none;
        min-height: 100%!important;
    }
    .cover_heading{
        margin-top: 80px;
    }
    .sub_heading {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 3px;
    }
   .flex-container{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
   }
   .flex-box{
       margin: 6px;
   }
   .policy_type_mob{
    padding: 6px 4px;
   }
   .policy_type_mob img{
    height: 38px;
    margin-bottom: 10px;
   }
   .policy_type_mob p{
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
   }

   .brd-footer-bottom{
    /* height: 100%; */
    padding-top: 55px!important;
    padding-bottom: 40px!important;
}
.section_heading {
    font-size: 18px;
    margin-top:-10px;
}
.help-box-num-main{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border: 1px solid #DEE2F4;
    border-radius: 5pt;
    margin-top: -20px;
}
.help-box-num-main img{
    height: 42px;
}
.help-num-mob-text{
    color:#003794;
    font-weight: bold;
    font-size: 14px;    
}
.bg-blue-main{
    margin-top: 22px;
    padding: 4px 10px;
    background: #003794;
}
.why-title{
    font-size: 18px;
    margin-bottom: 30px;
}
.bg-blue{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px 28px;
}
.why-main{
    display: flex;
    margin-bottom: 10px;
}
.why-sub-title{
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 2px;
}
.why-sub-info{
    font-size: 13px;
}
.btn-light-header{
    margin-bottom: 10px;
}
.btn-light-header{
    width: 100%;
}
.policy_type_modal{
    width: 92px;
    height: 110px;
    margin: 5px -6px;
}
.slick-dots{
    left:0px;
}
.main-section-box{
    padding-left: 15px;
    padding-right: 25px;
}
.why-form-info{
    text-align: left;
}
.custom-btn-primary {
    background-color: #003794;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 8px 11px #0037941f;
    font-size: 18px;
    font-weight: 600;
}
.bg-blue-light {
    background: #E9F2FD;
    padding: 15px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border: 1px solid #D8DEE6;
}
.slick-slide {
    margin: 0px 4px;
}
.why-main img{
    height:54px;
}
.accordion-toggle {
	position: relative;
	display: block;
    
	
}
.accordion-content {
	display: none;
	overflow: auto;
    height:100%!important;
    transition: 0.3s;
}
.nav-item-footer {
    width:100%!important;
    margin-right: 0px!important;
    margin-top: -7px;
}
.logo{
    margin-top: 5px!important; 
}
.cover_text_banner{
    margin-top: 70px;
    text-align: center;
    /* margin-left: 0rem!important; */
}
}





.menuItem {
    display: block;
    margin: 2rem 4rem;
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
  }
  
  .menuItem:hover {
    text-decoration: underline;
  }
  
  .hamburger {
    position: fixed;
    z-index: 100;
    top: 0rem;
    right: 1rem;
    padding: 4px;
    /* border: black solid 1px; */
    background: none;
    cursor: pointer;
  }
  
  .closeIcon {
    display: none;
  }
  
 
  
  .showMenu {
    transform: translateY(0);
  }


  .side-img-width {
    width: 100%;
    margin: 0px auto!important;
    margin-top:5%!important;
}

.form_title_newform {
    padding: 55px 35px 17px 35px;
    text-align: center;
    color: #95058A;
    font-size: 30px;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 0px; 
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.95px;
}
.form_title_renew_newform {
    text-align: center;
    color: #0056B2;
    font-size: 50px;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 50px; 
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.95px;
}
.topmargin{
    margin-top: 9%;
}
.mt-6 {
    margin-top: 4.5rem;
}
.mb-6 {
    margin-bottom: 3.5rem!important;
}
.vertical-line {
    top: 0;
    left: 53%;
    height: 165px;
    position: absolute;
    border-left: 1px solid #DBA3A7!important;
}
.btn-width{
    position: relative;
    width: 100%;
    left: 8%;
    /* top: 47%; */
    margin-top: 14%;
}
.form_subtitle_renew_newform {
    padding: 0px 2px!important;
    text-align: center!important;
    color: #E63014!important;
    font-size: 24px;
    font-weight: bold!important;
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}
.form_subtitle_newform {
    padding: 0px 2px!important;
    text-align: center!important;
    color: #000!important;
    font-size: 14px!important;
    font-weight: 600!important;
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif!important;
}
.quote_form_side form {
    padding: 10px 95px 10px 134px;
    /*background-color: #ffffff!important;*/
    border-radius: 10px!important;
    position:relative;
}
.custom-btn-primary-side {
    background-color: #0056B2!important;
    padding: 12px 30px!important;
    border-radius: 4px!important;
    border: none!important;
    width: 100%!important;
    transition: 0.3s!important;
    /* box-shadow: 0px 8px 11px #00379452; */
    margin-top:-44px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif!important;
}
.quote_form_side {
    /*margin-top: 0;*/
    border-radius: 20px!important;
    box-shadow: 0 20px 40px #00379414!important;
    border:2px solid #DBA3D6!important;
     position:relative;
}
.listItemdot {
    height: 4px!important;
    width: 4px!important;
    background: #0056B2!important;
    border-radius: 50%!important;
    margin-right: 10px!important;
    border: 1px solid #707070;
}
.round-img{
   left: 38.3%;
    z-index: 1;
    top: 3.5%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #95118A!important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
}
.icon-img{
    position: absolute;
    left: -8%;
    top: 45%;
    width:25px;
}
.icon-img-renew{
    position: relative;
    left: -8%;
    top: 45%;
    width:25px;
}
.icon-img-2{
    position: absolute;
    left: -8%;
    top: 50%;
    width:25px;
}
.icon-img-3{
    position: absolute;
    left: -8%;
    top: 40%;
    width:25px;
}
.ft-more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-more-one{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail-width{
    width: 90%;
    float: right;
}
.main-ft{
    border: 1px solid #ECECF7;
    border-radius: 10px;
    padding: 25px;
    background: #ECECF7;
}
.main-ft p {
    color:#585858;
}
.close-btn{
    border: 1px solid #AABBCC;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    cursor:pointer;
}
.star-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ico-next{
    float:right;
    padding-top: 0px;
    color:#003794!important;
}
.ico-next i {
    color:#0056B2!important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .cover_banner{
        display:none;
    }
    .cover_text_banner{
        margin-top: 90px;
    }
    .cover_heading {
        font-size: 38px;
        text-align: center;
    }
    .sub_heading{
        text-align: center;
    }
    .banner-main-slide{
        text-align: center;
    }
    .policy-banner-bg{
        min-height: 327px;
    }
    .policy_type{
        height: 90px;
    }
    .pd-left{
        padding-left: 12px!important;
    padding-right: 11px!important;
    margin-left: 0px!important;
    margin-top: 60px;
    }
    .ipdt-top{
        margin-top: -10px!important;
}
.section_heading{
    margin-top: 0px;
}
.offer-one{
    padding:10px;
}
.offer-one h3{
    font-size: 18px;
}
.offer-one h4{
    font-size: 16px;
}

.offer-two{
    padding:10px;
}
.offer-two h3{
    font-size: 18px;
}
.offer-two h4{
    font-size: 16px;
}

.offer-three{
    padding:10px;
}
.offer-three h4{
    font-size: 16px;
}
.offer-three h3{
    font-size: 18px;
}

.offer-four{
    padding:10px;
}
.offer-four h3{
    font-size: 18px;
}
.offer-four h4{
    font-size: 16px;
}
.ipad-hide{
    display:none;
}

.offer-two img{
    height: 48px;
}
.offer-three img{
    height: 52px;
}
.offer-four img{
    height: 52px;
}
.footer-logo-main{
    border:none;
}
.accordion-content {
    display: none;
    overflow: auto;
    height: 100%!important;
    transition: 0.3s;
}
    }

    .listItemtext{
        font-family: 'Montserrat', sans-serif!important;
    }

    .form-control::-webkit-input-placeholder {
        color: #BFBFBF!important;
        font-size: 13px!important;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500!important;
      }
      .form-control:-moz-placeholder {
        color: #BFBFBF!important;
        font-size: 13px!important;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500!important;
      }
      .form-control::-moz-placeholder {
        color: #BFBFBF!important;
        font-size: 13px!important;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500!important;
      }
      .form-control::placeholder {
        color: #BFBFBF!important;
        font-size: 13px!important;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500!important;
      }
      .form-control:-ms-input-placeholder {
        color: #BFBFBF!important;
        font-size: 13px!important;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 500!important;
      }
      .side-card{
        border-right: 1px solid #DBA3D6!important;
      }
      #tiCover{
        padding-bottom: 30px!important;
        margin-bottom: 0px!important;
        padding-top: 40px!important;
        background-color: #fff!important;
      }

      /* certificate section start */
      /* .certificate-cover {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .cert {
        border: 15px solid #0072c6;
        border-right: 15px solid #1d2c80;
        border-left: 15px solid #1d2c80;
        width: 700px;
        font-family: arial;
        color: #383737;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        margin-top: 50px !important;
    }

    span.certificate-details-bold {
        font-weight: bold;
        font-size: 18px;
        font-family: poppins;
        text-decoration: underline;
    } */


      /* certificate section end */

      .quote-existing-illness-small {
        margin-left: 14px !important;
      }

      .get-car-variant-main-wrap p {
        margin-top: 0 !important;
        font-family: poppins !important;
        font-weight: normal !important;
      }

      .quote-tabs-title {
        margin-top: 0 !important;
        font-family: poppins !important;
        font-weight: bold !important;
      }


      .quote-select-box{
        text-align: center !important;
      }

      .quote-existing-illness-cover .form-check-label {
        margin-left: 14px !important;
        font-weight: 800 !important;
        font-family: poppins !important;
        font-size: 15px !important;
      }
     
      @media (min-width: 1367px) and (max-width: 5120px)  {
        .listItemMain {
            
            width: 100%!important;
            max-width: 550px;
        }
        nav .wrapper{
            max-width: 1366px!important;
        }
        .round-img{
            left:38.9%;
        }
    }

    @media (min-width: 1920px) and (max-width: 5120px)  {
        
        .round-img{
            left:38.9%;
        }
    }

    @media (min-width: 768px) and (max-width: 991px)  {
        
        .listItemMain{
            width: 350px!important;
        }
        .quote_form_side form{
            padding: 10px 22px 10px 50px!important;
        }
        .round-img{
            left: 36.3%;
        }
        .form_title_newform{
            font-size: 24px!important;;
            line-height: 22px;
        }

        
    }

    @media (min-width: 992px) and (max-width: 1024px)  {
        
        .listItemMain{
            width: 350px!important;
        }
        .quote_form_side form{
            padding: 10px 90px 10px 115px!important;
        }
        .round-img{
            left: 38%;
        }
        .form_title_newform{
            font-size: 24px!important;
            line-height: 22px;
        }

    }

    /* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px){ 
    .quote-select-box img {
        width: 39%;
        margin-left: 27px;
        margin-right: 25px;
        margin-bottom: 10px;
      }

      .quote-select-box.quote-select-city img {
        width: 41%;
      }

      .get-car-variant-sied-img {
        margin-top: 60px;
      }

      .quote-select-box span {
        margin-left: 5px;
        font-size: 14px;
        position: relative;
        clear: left !important;
        margin-top: 15px;
      }

      .quote-select-box span:hover {
        text-decoration: none;
      }

      .quote-existing-illness-small {
        margin-left: 14px;
      }

      .get-car-variant-main-wrap p {
        margin-top: 0;
        font-family: poppins;
        font-weight: normal;
      }

      .quote-tabs-title {
        margin-top: 0;
        font-family: poppins;
        font-weight: bold !important;
      }


      .quote-select-box{
        text-align: center;
      }

      .quote-existing-illness-cover .form-check-label {
        margin-left: 14px;
        font-weight: 800;
        font-family: poppins !important;
      }

      .car-variant-select-box.car-variant-select-city img {
        width: 64%;
      }
      
      .car-variant-select-box span {
        margin-left: 9px;
        font-size: 14px;
        margin-top: 20px;
      }
      
      .car-manufacture-select-box.car-variant-select-manufacture img {
        width: 37%;
        margin-bottom: 7px;
      }

      .car-variant-select-box {
        text-align: center;
      }

      .car-rto-city-name.btnrto {
        margin: 0px !important;
        padding: 0px !important;
      }

      .car-variant-boxes-outer-wraper {
        margin-top: 25px;
      }

      .vehical-modal-fuel-type-radio-title.radio-span.fule-type-both-border {
        border-left: none;
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
      }

      .vehical-modal-fuel-type-radio-title.radio-span.fule-type-left-border {
        border-left: none;
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
      }

      .car-insurance-compare-collaps-cover {
        margin-bottom: 9px !important;
      }
      .car-insurance-compare-collaps-cover .nav-tabs .nav-item {
        width: 114px;
      }

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

      .vehcial-details-share-btn-spa .compare-page-share .btn.btn-primary {
        margin-top: 30px;
      }

      .health-compare-added-policy-box.health-compare-added-policy-blank {
        border: 1px dashed grey;
        text-align: center;
        padding: 8px;
      }

      .plan_links {
        width: 100%;
        margin-bottom: 9px;
      }

      .view-more-button {
        padding: 9px;
      }

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

      .addons-check-details ul {
        text-align: center !important;
      }

      .car-compare-idv-result.insurance-company-facility-title.health-compare-policy-name h4 {
        font-weight: bold;
      }

      .health-compare-company-logo img {
        width: 67%;
      }

      .health-compare-company-logo {
        text-align: center;
      }

      .proposer-details-title h2 {
        margin-top: 0;
        font-family: poppins;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 28px;
        color: #fff;
        margin-top: 18px;
      }

      .premium-breakup-top-vehical-details-title-span {
        display: block;
        text-align: left;
        margin-top: 0px;
      }

      .premium-breakup-top-vehical-details-title {
        text-align: left;
      }

      .premium-breakup-top-vehical-details-content {
        text-align: left;
      }

      .premium-breakup-modal-title h3 {
        font-weight: bold;
        font-size: 21px;
        margin-top: 20px;
      }
      
      .premium-breakup-modal-header span {
        font-size: 41px;
      }

}
    
