a, button {
    cursor: pointer;
}

.titleWithFont {
    color: #4e5257;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.navbar-brand img {
    height: 60px;
    width: auto;
}

.featuredArea {
    height: 250px;
    width: 400px;
    border-radius: 10px;
    background-color: #203864;
    margin: 150px auto 0;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

.CarRegError {
    position: absolute;
    top: 57px;
    left: 32px;
    background: #ffc6c6;
    padding: 0px 15px;
    border-radius: 3px;
    line-height: 17px;
    color: #000;
}

.featuredArea h2 {
    text-align: center;
    font-weight: 300;
    color: #fff !important;
    margin-bottom: 0;
    padding: 70px 20px 40px !important;
}

.translateArea:focus, .translateArea:hover {
    background-color: rgba(0,0,0,.2);
    color: #fff;
}

.translateArea {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 45px;
    background-color: transparent;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.epartnerForm {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 0 20px -5px #999;
    border-radius: 10px;
    width: 500px;
    margin: auto;
    padding: 20px;
}

.cl_btn {
    background-color: #03035a;
    color: #fff;
    border-radius: 4px;
    border: none;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
}


.claims {
    background-image: none;
    padding: 140px 0 80px 0;
}

.BoxCertificate {
    position: absolute;
    top: 330px;
}

    .BoxCertificate div img {
        width: auto;
        margin: auto;
        display: inherit;
        margin-top: 50px;
    }



.NoPaddingLeft {
    padding-left: 0;
}

.NoPaddingRight {
    padding-right: 0;
}

.NoPadding {
    padding: 0;
}


img {
    width: 100%;
}

a, button, button:focus, input, input:focus, select, select:focus {
    text-decoration: none;
    outline: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #20053f;
    font-weight: bold;
    box-shadow: 0px 10px 10px -10px #401799 !important;
    border: none;
    border-radius: 20px;
}

.mainHeader .nav-tabs .nav-link {
    border-bottom: 1px solid #dd0000;
    color: #696969;
}

.mainHeader.navbar {
    margin-bottom: 0;
    background: #fff;
    padding: 5px 0;
}

.MainIndex {
    height: 100vh;
    /* background-image: url(../images/Providence/index.png);
    background-size: 90%;
    background-position: center;*/
}

/*.MainMenu {
    width: 100%;
}*/

.collapse {
    display: block;
}

.MN_Menu.navMenu {
    text-align: right;
    margin-bottom: 0;
}

.AllPGMenuLogic .MN_Menu.navMenu {
    padding: 20px 0 0px 0;
}

.mainmenu ul ul li {
    border: none;
}


.MN_Menu.navMenu li a span {
    color: #999;
    font-weight: 400;
}

.MN_Menu.navMenu li a strong {
    font-weight: 600;
    color: #000;
}

.MN_Menu.navMenu li a i.fa-user-circle {
    color: #000;
}

.MN_Menu.navMenu li {
    display: inline-block;
}

    .MN_Menu.navMenu li a {
        padding: 5px 0px;
        font-size: 16px;
        text-decoration: none;
        margin: 0 0 0 30px;
    }

    .SubHead_Risk li {
        font-size: 14px;
        font-weight: 600;
        color: #3d3d3d;
        text-align:right;
    }
    .SMCbody .SubHead_Risk{
        padding:0;
    }

        .SubHead_Risk li button {
            border: none;
            font-size: 12px;
            padding: 5px 20px;
            border-radius: 5px;
            border: 1.2px solid #401799;
            color: #401799;
            font-weight: 500;
        }

.productTabs nav .nav-tabs a.nav-item {
    text-align: center;
    padding: 8px 5px;
    width: 20%;
    border: 1px solid #eee;
    border-right: 0;
    margin: 0px;
    background: #f8f8f8;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #888;
}

.productTabsHeading {
    text-align: center;
    margin: 0px 0 15px 0;
    display: block;
    padding-top: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #777;
}

.productTabs nav .nav-tabs a.nav-item img {
    display: block;
    width: 50px;
    margin: auto;
}

.productTabs {
    border-radius: 5px;
    height: auto;
    width: 900px;
    margin: auto;
    margin-top: 30px;
}

    .productTabs nav .nav-tabs a:first-child {
        border-left: 0;
    }

.ProductForm {
    padding: 15px 25px;
}



.ProductForm .form-group {
    margin-bottom: 0;
}

.productTabs nav .nav-tabs a.nav-item.nav-link.active {
    color: #000000;
    background-color: #ffffff;
    /*border-bottom: 2px solid !important;*/
    font-weight: bold;
    border-bottom: none;
    /*box-shadow: 0px 5px 10px -5px #999;*/
}

.productTabs .nav-tabs {
    border: none;
}

.FirstInfoInsured p, .ProductFormIn h2 {
    font-size: 20px;
    font-weight: 500;
    color: #666;
}

.FirstInfoInsured p {
    margin-top: 40px;
    position: relative;
}

    .FirstInfoInsured p::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 60px;
        top: -25px;
        left: 0px;
        border-radius: 50px;
        background-color: #401799;
    }

.benefitSecInner .FirstInfoInsured p::after {
    left: 50%;
    margin-left: -30px;
}

.FirstInfoInsured {
    padding: 125px 60px 60px 10px;
}

.FirstInfoInsuredImg img {
    width: 470px;
    margin: -50px 0 0 auto;
}

.ProductFormIn h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0 10px 0;
}

.ProductFormIn h2 {
    font-size: 22px;
    margin: 20px 0 10px 0;
}

.mobileBox label, .ProductFormIn label {
    display: block;
    position: relative;
}
.mobileBox label input.HealthPincode{
    padding-left:10px;
    padding-right:10px;
}
.mobileBox label input.HealthPincode::placeholder{
    color:#999 !important;
}
#Renew, #New {
    display: inline-block;
    font-size: 14px;
}

.ProductFormIn.ProductForm03Health label input::placeholder {
    font-weight: 700;
    color: #4e5257;
}

.ProductFormIn .PF0012 label input, .ProductFormIn .PF0012 label select, .mobileBox .PF0012 label input {
    display: block;
    width: 100%;
    padding: 10px 15px;
    height: 60px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.SpaceBetweenRow {
    margin: 40px 0px 50px -15px;
}

.SpaceBetweenRow002 {
    width: 600px;
    margin: auto;
}

.ProductFormIn .PF0012 label input::placeholder, .PF0012 label select, #MTB-TlHide {
    color: #555 !important;
}



.LifeQuoteBtn, .mobileBox button.btn.QouteMNBtn, button.btn.QouteMNBtn#btnThankYou, .newModalqtPopUpExperts .btn.QouteMNBtn, .myPop_btnALL, .QouteMNBtn, .ViewQuoteBtn, .shareBySMS input.btn {
    height: 60px;
    border-radius: 0px 4px 4px 0px;
    border: none;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px rgba(64, 23, 153, 0.1);
    font-weight: 600;
    background-image: linear-gradient(to right, #40179999, #401799);
    color: #fff;
}

/*.lgout_BTN, #myBtn1, #myBtn2, #myBtn3, #btnSubmit, #myBtn {
    position: absolute;
    right: 205px;
    height: 47px;
    top: 28px;
    background: #f1501a;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    width: auto;
    box-shadow: none;
    font-weight: 500;
}
*/
.btn:focus, .btn:active, select:focus, input:focus {
    outline: none !important;
    background-color: none !important;
    box-shadow: none !important;
}

.MTB-Insured-btn, .MTB-Claim-btn {
    background-image: linear-gradient(to right, #40179999, #401799);
    color: #fff;
    padding: 5px 20px;
    border: none;
    width: 110px;
    margin: auto;
}

.newModalqtPopUpExperts .btn.QouteMNBtn, .myPop_btnALL, .QouteMNBtn, .ViewQuoteBtn, .shareBySMS input.btn {
    padding: 0px 40px;
    border-radius: 4px;
}

.shareBySMS input.TextBox {
    height: 60px;
}

.newModalqtPopUpExperts {
    max-width: 490px !important;
    margin: 130px auto !important;
}

    .newModalqtPopUpExperts .modal-content {
        padding: 20px 0;
        height: auto;
    }

    .newModalqtPopUpExperts .FormSelect {
        width: 300px;
        height: 50px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

.innerpage .jumbotron {
    padding: 210px 0;
    margin: 0;
}




button.btn.QouteMNBtn#btnThankYou {
    border-radius: 4px;
    width: 250px;
    margin: auto;
}

    button.btn.QouteMNBtn#btnThankYou[disabled] {
        opacity: 0.5;
        background-image: linear-gradient(to right, #40179999, #401799);
        box-shadow: 0px 0px 10px 0px rgba(64, 23, 153, 0.1);
    }

.ProductFormIn label input::placeholder {
    color: #ccc;
}

#vehicleno {
    text-transform: capitalize;
}

.ProductFormIn .PF0012 label span, .mobileBox .PF0012 label span {
    position: absolute;
    top: 5px;
    left: 17px;
    color: #888;
}


.AnchorBtn {
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
    color: #401799;
    font-weight: 800;
    font-size: 14px;
}

.ProceedHome {
    border: 1.2px solid #eee;
    background: transparent;
    color: #4e5257;
    font-size: 14px;
    font-weight: 600;
}


.ProductForm02 {
    display: block;
    width: 85%;
    padding: 15px;
    height: 80px;
    border-radius: 4px 0 0 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(64, 23, 153, 0.1);
    margin-bottom: 15px;
}

    .ProductForm02 h4 {
        font-size: 12px;
        font-weight: 600;
        color: #888;
        margin-bottom: 10px;
    }

    .ProductForm02 .form-check {
        padding: 0;
    }

        .ProductForm02 .form-check label {
            display: flex;
            margin: 0;
            align-items: center;
        }

            .ProductForm02 .form-check label span {
                font-size: 14px;
                margin-left: 10px;
                font-weight: 600;
            }

.ProductForm03 {
    box-shadow: none;
    height: auto;
    padding: 0;
}

.PF0012_Cnt {
    margin-top: 20px;
}

/***********CommercialTab*********/

.ProductForm02Commercial nav .nav a {
    text-align: center;
    padding: 10px 10px !important;
    width: 110px !important;
    margin: 5px 15px 15px 0px !important;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    border-radius: 50%;
}

.CommercialInsurer {
    width: 400px;
    margin: auto;
}

.ProductForm03Commercial {
    width: 100%;
}

.ProductForm02Commercial a span {
    color: rgb(36, 34, 34);
    display: block;
    font-weight: 700;
    font-size: 10px;
}

/*.CommercialInsurer {
    position: absolute;
    right: 0;
    top: 72px;
}*/
.CoomercialTabs .nav-tabs {
    display: block;
    text-align: center;
}

.NewProBtn {
    position: absolute;
    display: inline-block;
    top: -13px;
    width: 50px;
    right: 0;
    left: 50%;
    box-shadow: 0px 4px 4px -4px #0000002b;
    margin-left: -25px;
    padding: 1px 0;
    background-color: #ffc300;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}



.newModalqtPopUpExperts button.close {
    top: -35px;
}


.ProductForm02Commercial a img {
    display: block;
    width: 40px;
    margin: auto;
}

.ProductForm03Commercial .PF0012 label select, .ProductForm03Commercial .PF0012 button.btn.QouteMNBtn {
    border-radius: 4px;
    -webkit-appearance: none;
}
/***********End*********/


/***********healthTab*********/

/*************End***************/




/*************BenefitSection**************/
.benefitSecInner001 ul {
    width: 400px;
    border: 1.2px solid #401799;
    border-radius: 50px;
    padding: 10px 0;
    margin: auto;
    text-align: center;
}

    .benefitSecInner001 ul li {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        padding: 0 25px;
        position: relative;
        color: #401799;
    }

        .benefitSecInner001 ul li::before {
            height: 7px;
            width: 7px;
            position: absolute;
            top: 10px;
            right: -5px;
            border-radius: 50px;
            content: "";
            background-color: #401799;
        }

        .benefitSecInner001 ul li:last-child::before {
            display: none;
        }
/*****************End********************/


/***************CNTSec1******************/
.tips-img {
    width: 350px;
    margin: -20px 0;
}

.benefitSecInner {
    margin-bottom: 80px;
}

.CNTSec1Inner {
    padding: 0 100px 0 0;
}

    /*.CNTSec1Inner h3 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin: 0 0 20px 0;
    }

        .CNTSec1Inner h3 span {
            color: #401799;
        }*/

    .CNTSec1Inner ul li {
        display: block;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: #888;
        margin-bottom: 10px;
        padding: 0 50px 0 20px;
        position: relative;
    }

    .CNTSec1Inner ul {
        padding: 0;
    }

.CNTSec1 {
    padding: 15px 0;
}

.CNTSec1Inner ul li::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #401799;
    left: 0;
    top: 7px;
}
/*****************End******************/



.ProductForm02VehicleDetails02 {
    height: auto;
    background-color: #fff;
    padding: 0;
}

    .ProductForm02VehicleDetails02 .row {
        padding: 10px 15px;
    }

    .ProductForm02VehicleDetails02 hr {
        margin: 0;
    }

.backTag {
    color: #401799;
}
/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #011831;
    min-height: 250px;
    padding: 60px 0px 25px 0px;
}

.pt2 {
    padding-top: 15px;
    margin-bottom: 20px;
}

.footerBox, .footerBottom {
    padding: 15px;
    border-radius: 5px;
}

    .footerBox img {
        width: 50px;
    }

footer p {
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    line-height: 30px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
}

    .footer_ul_amrc li {
        padding: 10px 0px 10px 0px;
        text-align: start !important;
    }

        .footer_ul_amrc li a {
            color: #CCC;
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    /* display: table; */
    margin-top: 10px;
    /* margin-right: auto; */
    margin-bottom: 10px;
    /* margin-left: auto; */
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px 0 0px;
        }

.social_footer_ul {
    list-style-type: none;
    text-align: center;
}

    .social_footer_ul li {
        padding: 10px;
        display: inline-block;
    }

    .social_footer_ul h4 {
        text-align: center;
    }


    .social_footer_ul li a, .PaymentMathod li {
        color: #CCC;
        border: none;
        text-decoration: none;
        display: block;
    }

.PaymentMathod {
    padding: 0;
    margin: 20px 0 40px 0;
}

    .PaymentMathod li a img {
        width: 350px;
        padding: 5px;
        background: #000;
        border-radius: 4px;
    }


.social_footer_ul li i {
    width: 20px;
    height: 20px;
}



.NewProModel0011 {
    max-width: 1100px;
}

.NewProModel01 .nav-tabs li {
    width: 100%;
    float: none;
    position: relative;
    height: 80px;
}

    .NewProModel01 .nav-tabs li a {
        background: transparent !important;
        border-radius: 0;
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        padding: 0;
        height: auto;
        margin: 0 !important;
        pointer-events: none;
        position: relative;
    }
        .NewProModel01 .nav-tabs li::after {
            height: 20px;
            border-left: 2px solid #999;
            content: "";
            position: absolute;
            top: 50px;
            left: 20px;
        }
    .NewProModel01 .nav-tabs li:last-child::after{
        display:none;
    }
    .NewProModel01 .nav-tabs li a span {
        white-space: nowrap;
        width: 40px;
        /* overflow: hidden; */
        font-size: 10px;
    }
 
    .NewProModel01 .nav-tabs li a.enable {
        pointer-events: auto;
    }

        .NewProModel01 .nav-tabs li a:focus, .NewProModel01 .nav-tabs li a:hover, .NewProModel01 .nav-tabs li a.enable {
            color: #4cbd01 !important;
            background: #ffffff !important;
            text-decoration: none;
            position: relative;
            font-weight:700;
        }

            /*.NewProModel01 .nav-tabs li a.active::after, .NewProModel01 .nav-tabs li a.enable::after {
                content: "\276F";
                position: absolute;
                right: 15px;
                top: 15px;
            }*/

.NewProModel01 #leftTab {
    height: 100%;
}

.enable a {
    color: #000000 !important;
    background: #9bd73f !important;
    border-radius: 4px !important;
}
/*.card.NewProModel01 {
    display: inline-flex;
    align-items: center;
}*/
.NewProModel01 .nav-tabs {
    display: inline-block;
    margin-top: 60px;
}

.NewProModel0011 .modal-content {
    padding: 0;
    border-radius: 0;
}

.NewProModel00 {
    padding: 0;
}

.NewProModel01 .nav-tabs li:last-child a {
    border-bottom: none !important;
}

.NewProModel00, .NewProModel01 .nav-tabs, .card.NewProModel01 {
    border: none;
}
.flexAuto {
    flex: auto;
}

.VehicleCnt01 {
    margin: 0px 0;
}

.card.NewProModel01 .tab-content {
    padding: 50px 40px;
}

.BackToDate {
    cursor: pointer;
}

.Vehicledata-box .db__list-item {
    background: #fff;
    width: 110px;
    margin: 8px 6px;
    border-radius: 2px;
    height: 40px;
    color: #888 !important;
    border-color: #eee !important;
}
/*.ItemVCenter {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}*/
.side-view {
    padding: 0px 20px;
    border-right: none;
    border-radius: 10px;
    text-align: left;
}

.inx-wrapper .inx-text small {
    display:block;
}

.FillingDetails {
    text-align: left;
    display: block;
    align-items: center;
    background: #ffffff;
    padding: 15px 0px;
    margin-bottom: 30px;
    margin-top: 5px;
}

    .FillingDetails .FDetails span {
        display: block;
    }

.PX_Day-BX, #alreadyExpiry label span {
    font-size: 14px;
}

#alreadyExpiry label {
    width: 100%;
}


.FillingDetails .FDImg, .FillingDetails .FDCnt {
    display: inline-block;
}

.FillingDetails .FDCnt {
    border-left: 1px solid #eee;
    padding-left: 10px;
}

.FillingDetails .FDImg img {
    width: 80px;
    margin-right: 60px;
}

.FillingDetails .FDCnt p {
    margin: 0;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

    .FillingDetails .FDCnt p strong {
        display: none;
    }

    .FillingDetails .FDCnt p span#pop-car {
        font-weight: 700;
    }
.FillingDetails h1 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin: 0;
}
.mobileBox .PF0012 label span {
    position: initial;
    display: block;
    text-align: left;
    font-size: 14px;
}

.mobileBox .PF0012 label input {
    padding: 0 15px;
}

img.partnerLogo {
    width: 150px;
    height: auto;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin: 4px;
}

.productTabsRisk i {
    pointer-events: none;
}

.productTabsRisk {
    cursor: pointer;
}

.ProductFormIn .PF0012 label input[type="radio"] {
    -webkit-appearance: none;
    height: 30px;
    display: inline-block;
    box-shadow: none;
    width: 25%;
    padding: 0;
    position: absolute;
    cursor: pointer;
    border: none;
    right: 0;
}


.summaryCardBox {
    position: relative;
}

.addONSdrop2, .TPfirstCom, .BasePlanBox, .InsurerDropDown {
    position: absolute;
    z-index: 100;
    width: 250px;
    right: 0;
    border-radius: 5px;
    top: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 30px -10px #0000004d;
}
.IdvPopUp {
    right: 0px;
    width: 360px !important;
    top: 0px;
}

.InsurerDropDown {
    width: 400px;
}

    .InsurerDropDown button.btn-block {
        width: auto;
        padding: 0 30px;
        margin: auto;
    }

    .InsurerDropDown #first2 .CheckBoxColor {
        padding: 0;
        width: 50%;
        display: inline-block;
    }

        .InsurerDropDown #first2 .CheckBoxColor label {
            font-weight: 400;
            color: #555;
            margin: 0;
            font-size: 14px;
            display: flex;
            padding: 5px 15px;
            align-items: center;
            cursor: pointer;
        }

.InsurerDropDownHead {
    padding: 10px 15px;
}

    .InsurerDropDownHead h3 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

.IdvPopUpHead p {
    margin: 0;
    font-size: 14px;
    color: #999;
}






    .InsurerDropDown #first2 .CheckBoxColor:hover {
        background-color: transparent;
    }



.BasePlanBox {
    left: inherit;
    right:inherit;
    top: 0px;
    text-transform:capitalize !important;
}
/*
.addONSdrop2 {
    right: -20px;
    width: 270px;
}
*/
.quotesDetails002RowGrid .addONSdrop2 .modal-body {
    padding:0;
}
.TPfirstCom {
    text-align: left;
    left: 0px;
}

    .CheckBoxColor label, .TPfirstCom .CheckBoxColor button {
        font-weight: 600;
        color: #878787;
        margin: 0;
        font-size: 13px;
        display: flex;
        align-items: center;
    }

.ToggleSwitch {
    display: inline-flex;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin: 0px;
    top: 0;
    left: 10px;
}

.sliderToggle:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderToggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #607d8b;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dtlsBox {
    position: relative;
}


input:checked + .sliderToggle:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
input:checked + .sliderToggle {
    background-color: #9bd73f;
}
/* Rounded sliders */
.sliderToggle.round {
    border-radius: 34px;
    margin: 0 !important;
}

    .sliderToggle.round:before {
        border-radius: 50%;
    }

.newModalqt {
    max-width: 650px;
}

    .newModalqt .modal-header {
        display: block;
        background: #f0f6fc;
        padding: 20px 0;
    }

        .newModalqt .modal-header h3 {
            margin: 0 0 12px 0;
            color: #000;
        }

        .newModalqt .modal-header h2 {
            font-size: 14px;
            font-weight: 600;
            color: #444;
        }

.LableFont {
    font-weight: 400;
    color: #555;
    font-size: 14px !important;
    line-height: 30px;
    display: inline-block;
    margin: 0px 20px 0 0;
    padding-left: 5px;
}

.LableFont002 {
    display: block;
}


.newModalqt .modal-header .close {
    padding: 0;
    margin: 0;
}

.healthAgeh a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 17px 15px 10px 15px !important;
    display: block;
    text-decoration: none;
}

    .healthAgeh a span {
        display: contents;
        color: #4e5257;
        font-size: 16px;
    }

.newModalqtPopUpExperts h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 28px;
}

.newModalqtPopUpExperts p {
    font-size: 14px;
    margin: 20px auto 30px;
    line-height: 2;
}

.newModalqtPopUpExperts p, .newModalqtPopUpExperts h3 {
    color: #4e5257;
    margin: 0 0 20px 0;
}

.AllPGMenuLogic {
    display: none;
}

.posTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}



/*contact*/
/*----contact us----*/
.contacUS_page h3 {
    font-size: 40px;
    font-weight: 600;
    color: #203864;
    margin: 40px 0 0 0;
}

.contacUS_page {
    margin-top: 100px;
}

.contacUS_page_Form {
    padding: 20px;
    background: #fff;
    margin: 40px 0 50px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(32, 56, 100, 0.18);
}

    .contacUS_page_Form h2 {
        margin: 0 0 20px 0px;
        font-size: 45px;
        font-weight: 500;
        color: #203864;
    }





.orDivider {
    font-size: 30px !important;
    margin: 0 !important;
    position: relative;
    display: inline-block;
    top: 202px;
    left: 30px;
}

    .orDivider::after {
        position: absolute;
        width: 1px;
        height: 120px;
        content: "";
        background: #999;
        right: 22px;
        top: 50px;
    }

    .orDivider::before {
        position: absolute;
        width: 1px;
        height: 120px;
        content: "";
        background: #999;
        left: 22px;
        bottom: 50px;
    }


/*about Us*/
.policyInfo h3 {
    font-size: 24px;
    color: #ccc;
}


#siteseal img {
    width: 100px;
    margin-top: 30px;
}





.span_filter_cover_min {
    position: relative;
    display: inline-grid;
    width: 48%;
    margin:10px 0;
}

    .span_filter_cover_min span {
        font-size: 11px;
        text-align: center;
        color: #253858;
        font-weight: 500;
        opacity: .95;
        /* width: 100%; */
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border-radius: 20px;
        border: 1px solid #d7d7d7;
        background-color: #fff;
        padding: 8px 15px;
        /* margin: 5px; */
    }

.filter_mobile_drop, .filter_mobile_drop1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-evenly;
}

.span_filter_cover_min.selected {
    color: #fff;
    opacity: .95;
    background: #b28eff;
    border: 1px solid #b28eff;
}

.span_filter_cover_min input {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    appearance: none;
    margin: 0;
    cursor: pointer;
}

    .span_filter_cover_min input:checked + span {
        color: #fff;
        opacity: .95;
        background: #2b308b;
        border: 1px solid #2b308b;
    }

    .span_filter_cover_min input:focus {
        border: 0;
        outline: none;
    }

.backtoQuotes {
    color: #4CBD01 !important;
    margin-bottom: 20px;
    display: block;
}

    .backtoQuotes i {
        color: #4CBD01 !important;
    }

#UpdateInsured .modal-dialog {
    width: 460px;
}

.commenHealthPPHead {
    padding: 0 15px;
}

.styleForm small {
    padding-left: 0;
}

.premiumBrekp01 .btn-demo {
    margin-top: 10px;
}

.ChkProposalModelPopup img {
    width: 150px;
}

.ownerProposal a {
    color: #666;
    align-items: center;
}

.PaymentMathod ul {
    padding-left: 0;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #6e6e6e;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 30%;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.LifeFormBox {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: none;
    height: 46px !important;
    width: 300px;
    padding: 7px;
    margin-top: 20px;
    color: #555;
}

.smallCnt {
    padding: 0;
    display: inline-block;
    margin: 30px 0 70px 0;
}

#myModalLife .NewProModel001 {
    margin-top: 40px !important;
}

.proposalBox02 .panel-collapse.fade {
    opacity: inherit;
}

.ProductPopUpBox {
    display: block;
    top: 0px;
    bottom: 0;
}

.modal-open {
    position: relative;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block !important;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999 !important;
}

.CallRequest {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 100;
    left: inherit;
}
    .CallRequest .showOpt {
        box-shadow: 0px 0px 10px 0px #b6b6b6;
        position: relative;
        display: flex;
        align-items: center;
        right: -105px;
        top: -10px;
        border-radius: 50px 0 0 50px;
        border: none;
        padding: 10px;
        font-size: 16px;
        color: #fff;
        background: #4cbd01;
        transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
    }
    .CallRequest .showOpt svg{
        font-size:26px;
        margin-right:10px;
    }
    .CallRequest .showOpt002, .CallRequest .showOpt:hover {
        right: 0px;
    }

.SMCbody .ExtraFeature002 {
    right: 10px;
}
.ExtraFeature {
    padding: 0;
    margin: 0;
    border-radius: 15px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #c6c6c6;
    right: -300px;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    z-index:100;
}

    .ExtraFeature li {
        display: block;
        background-image: none;
        padding: 15px;
        text-align: left;
        font-size: 12px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0px;
        border-bottom: 1px solid #c5c5c5;
    }
    .ExtraFeature li a p{
        margin:0;
        font-size: 12px;
    }
    .ExtraFeature li:last-child{
        border-bottom:none;
    }
.ExtraFeature li a{
    color:inherit;
}
#HealthMobileNoh, #txtMobile {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 15px;
    min-height: 40px;
    max-height: 60px;
}

#OfflineQuotePage .modal-dialog {
    max-width: 480px;
}

.upload_P_Box input, .upload_P_Box .select.input-sm, .upload_P_Box select {
    color: #999;
    border: 1px solid #ddd !important;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
}

    .upload_P_Box input::placeholder {
        color: #999 !important;
    }

.modal {
    cursor: auto;
}

.headingBt:hover {
    text-decoration: none !important;
    color: inherit !important;
}


.errMasgOLQ {
    color: #999;
    text-align: start !important;
    left: 0;
    display: block;
    font-size: 10px;
}

.myPop_btnALL {
    cursor: pointer;
}

.upload_P_Box .form-group {
    margin-bottom: 10px;
}

.radioBtn {
    width: auto !important;
}

#ChkCorporateModel .modal-dialog {
    max-width: 400px;
}

    #ChkCorporateModel .modal-dialog .modal-body {
        padding: 0;
    }

.ChkCorporateModelPopup .RecievPremTitle {
    display: block;
    text-align: center;
    width: 100%;
}

.ChkCorporateModelPopup img {
    width: 100px;
    margin: 0 auto 10px auto;
}

.ChkCorporateModelPopup002 {
    background-color: #ecf1f7;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.EditVehicleDet, .VD_Box p span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #9bd73f !important;
    float: right !important;
    text-decoration: none;
    cursor: pointer;
    margin-right: 0 !important;
    border: 2px solid #9bd73f;
    padding: 2px 20px !important;
    border-radius: 4px;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.EditVehicleDet {
    position: absolute;
    right: 10px;
    top: 10px;
}
.EditVehicleDet:hover, .VD_Box p span:hover{
    background-color:#9bd73f;
    color:#fff !important;
}

.QuestionPopupPage {
    float: right;
    vertical-align: middle;
    list-style: none;
    right: 15px;
    top: 0px;
}

    .QuestionPopupPage span {
        font-size: 8px !important;
        color: #888;
        margin-right: 0px;
        font-weight: 600 !important;
        text-decoration: underline;
        text-transform: capitalize;
    }

.QuestionPopupPage {
    position: relative;
}

.QuestionPopupInnerPage {
    display: none;
}

.QuestionPopupPage:hover .QuestionPopupInnerPage {
    display: block;
}

.QuestionPopupInnerPage {
    position: absolute;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 20px -5px #00000052;
    border-radius: 5px;
    top: 35px;
    right: -18px;
    min-width: 300px;
    width: auto;
    color: rgb(119 119 119);
    font-size: 12px;
    padding: 15px 20px;
    z-index: 9;
    font-weight: 400;
    text-transform: initial;
}


    .QuestionPopupInnerPage::after {
        width: 0;
        height: 0;
        border-left: 6px solid rgb(0 0 0 / 0%);
        border-bottom: 8px solid rgb(255 255 255);
        border-right: 6px solid rgb(0 0 0 / 0%);
        content: "";
        position: absolute;
        top: -8px;
        right: 20px;
    }

.QuestionPopupInnerPagePA_Cover_OD {
    min-width: 500px;
}

    .QuestionPopupInnerPagePA_Cover_OD .body div {
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
    }

        .QuestionPopupInnerPagePA_Cover_OD .body div ul {
            padding: 0 0 0 15px;
            margin: 0;
        }

            .QuestionPopupInnerPagePA_Cover_OD .body div ul li {
                list-style: disc;
            }

    .QuestionPopupInnerPagePA_Cover_OD .body b {
        color: #444;
    }

    .QuestionPopupInnerPagePA_Cover_OD .body div p {
        padding: 0;
        margin: 0;
    }

.contacUS_page_Form .form-group {
    margin-bottom: 15px;
}

    .contacUS_page_Form .form-group label {
        width: 100%;
    }

.shareModelCompare {
    background: #0b56a6;
    width: 224px;
    position: initial;
}

.FormTagsBox {
    border: 1px solid rgb(204 204 204) !important;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: 0 3px 14px rgba(195,189,189,.3);
}




.QuestionPopupPagePopUp .QuestionPopupInnerPage {
    box-shadow: 0px 5px 60px 0px #0000002b;
    border-radius: 5px;
    bottom: 30px;
    top: initial;
    left: -180px;
    right: initial;
    min-width: 500px;
    width: auto;
    max-width: 600px;
    font-weight: 400;
}

    .QuestionPopupPagePopUp .QuestionPopupInnerPage::after {
        border-left: 6px solid rgb(0 0 0 / 0%);
        border-top: 8px solid rgb(255 255 255) !important;
        border-right: 6px solid rgb(0 0 0 / 0%);
        border-bottom: none;
        content: "";
        position: absolute;
        bottom: -8px;
        top: initial;
        left: 200px;
    }

    .QuestionPopupPagePopUp .QuestionPopupInnerPage .body h3 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

    .QuestionPopupPagePopUp .QuestionPopupInnerPage .body p {
        margin: 0;
        line-height: 20px;
    }

        .QuestionPopupPagePopUp .QuestionPopupInnerPage .body p strong {
            color: #000;
        }

.tooltipinner {
    width: 100%;
    padding: 15px;
    color: #000;
    text-align: left;
    background-color: #eee;
    border-radius: .25rem;
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0;
}

.QuestionPopupAddons {
    float: none;
    right: 0;
}

.quotesDetailsInAddons {
    text-align: right;
}

.QuestionPopupAddons .QuestionPopupInnerPage {
    right: 280px;
    box-shadow: 0px 0px 20px -10px #000;
    top: 0px;
    font-weight: 400;
}

    .QuestionPopupAddons .QuestionPopupInnerPage::after {
        border-top: 8px solid rgb(0 0 0 / 0%);
        border-left: 10px solid rgb(255 255 255);
        border-bottom: 8px solid rgb(0 0 0 / 0%);
        top: 13px;
        right: -15px;
    }


.QuestionPopupAddons label {
    display: flex;
}

#first2 .CheckBoxColor .QuestionPopupPage {
    top: 0;
}

#first2 .CheckBoxColor {
    padding: 0;
}

    #first2 .CheckBoxColor label {
        padding: 10px 15px;
    }

.claim-sectionBG-Clr {
    background: rgb(0 0 0 / 79%);
}
.headingBt {
    font-size: 14px !important;
}


.quotesDetailsIn .yrVehicle select {
    border: 1px solid #ced4da;
    width: 100% !important;
}

.ContinueTOquote {
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    width: 260px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.18);
    background-color: #fafff2;
    top: 90px;
    right: 0;
    display:none;
}
    .ContinueTOquote .index-main  {
        font-size: 24px;
        margin: 0 0 20px 0;
        font-weight: 700;
        color: #3d3d3d;
        line-height: normal;
    }
.ContinueTOquote.hiddenit{
    display:none;
}
.ContinueBTN {
    width: auto !important;
    min-width: 100% !important;
    background-color: #ffffff !important;
    color: #4cbd01 !important;
    border: 1px solid #4cbd01 !important;
    margin-top: 10px;
    font-size: 16px;
}
.ContinueTOquoteBox .ContinueBTN:hover {
    background-color: #4CBD01 !important;
    color: #fff !important;
}
.frm .ContinueTOquote {
    left: 15px;
    bottom: 100px;
    width: 370px;
    top: inherit;
}
.ContinueTOquote .row {
    align-items: center;
}


.ContinueTOquoteBox p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 10px;
    margin-top: 15px;
}

    .ContinueTOquoteBox span {
        color: #999;
    }

        .ContinueTOquoteBox span strong {
            font-size: 14px;
            margin: 0;
            color: #444;
            font-weight: 700;
        }

.ContinueTOquote .NewSearch {
    cursor: pointer;
    margin: 10px 0 0px 0;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    display: block !important;
    text-align: center;
}

#PlaneDetails.Manualmodal .modal-dialog {
    max-width: 1000px;
}

.premiumBrekp02 {
    max-height: 450px;
    overflow: auto;
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
}
.closeToContinue {
    display:none;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: auto !important;
        height: 40px !important;
    }

    .pl-0Res {
        padding-left: 0 !important;
    }

    .pr-0Res {
        padding-right: 0 !important;
    }

    .pt-0Res {
        padding-top: 0 !important;
    }

    .pb-0Res {
        padding-bottom: 0 !important;
    }

    .new-banner, .homeSection {
        margin-top: 60px !important;
    }

    .tabs {
        padding-top: 15px;
    }


    .rsmm-mobile .MainMenu .navbar-brand {
        height: 60px;
        display: flex;
        align-items: center;
    }

    .tabs .productTabsMainRisk .productTabsRisk {
        text-align: center;
    }

        .tabs .productTabsMainRisk .productTabsRisk i {
            margin: 0 !important;
        }

       

    .rsmm-mobile .MainMenu .navbar-brand img {
        width: 120px !important;
        height: auto;
    }

    .new-banner {
        margin-top: 60px;
    }

    .tabs, .homeSection {
        height: auto !important;
    }

    #HealthMobileNo, #txtMobile {
        height: 40px !important;
    }

    .heading {
        text-align: center !important;
    }
    .Sub.Heading {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .NoPaddingLeftMobl {
        padding-left: 0;
    }

    .mainw3-agileinfoclaim {
        padding: 80px 30px !important;
    }

    .compareBoxM {
        width: 100%;
        margin: 0;
        left: 0;
    }

    .extBtnsShare, .premiumBrekp02 p span:nth-child(1), .premiumBrekp02 h4 span:nth-child(1) {
        width: auto;
    }

    .cashlessgaraj01 {
        height: auto;
    }

    .cashlessgarajMain {
        padding: 0;
    }

    .compareBtns {
        text-align: right;
        margin-top: 5px;
    }

    .FirstInfoInsured, .CNTSec1Inner {
        padding: 20px 0;
    }

    .NoPaddingRight {
        padding-right: 15px;
    }

    .NoPaddingLeft {
        padding-left: 15px;
    }

    .productTabs, .ProductForm02, .MainIndex {
        height: auto !important;
    }

    .productTabs {
        margin: 0;
    }

    .benefitSecInner001 ul, .tips-img, .ProductForm02, .PaymentMathod li a img {
        width: 100%;
    }

    .ProductFormIn button.btn.QouteMNBtn, .mobileBox button.btn.QouteMNBtn {
        border-radius: 4px;
    }

    .NoPaddingRightMobl {
        padding-right: 0;
    }

    .FirstInfoInsuredImg img {
        display: none;
    }

    .productTabs {
        background: #fff;
        box-shadow: none;
    }

        .productTabs nav .nav-tabs a.nav-item {
            padding: 10px;
            width: 30%;
            margin: 1.4%;
            border: 1px solid #eee !important;
            box-shadow: none !important;
            border-radius: 0 !important;
        }

            .productTabs nav .nav-tabs a.nav-item.nav-link.active {
                background-color: #f7f7f7;
            }

    .ProductForm {
        padding: 15px 5px;
    }

    .ProductFormIn h3 {
        font-size: 20px;
    }

    .ProductFormIn h2 {
        font-size: 16px;
    }

    .titleWithFont {
        font-size: 24px;
        line-height: 30px;
    }

    .benefitSecInner001 ul li {
        padding: 0 15px;
    }

    /* .MainMenu, .navbar-toggler {
        right: 0;
        position: absolute;
        top: 15px;
    }
*/


    .MN_Menu.navMenu {
        text-align: left;
        height: auto;
    }

        .MN_Menu.navMenu li a {
            padding: 5px 0px !important;
            margin: 0;
        }

    .resTextAlignleft {
        text-align: left !important;
    }

    .editModal001.modal-dialog {
        width: 90%;
        margin: 20px;
    }

    .NewProModel01 .nav-tabs {
        height: auto;
        padding: 0;
        margin-top: 0 !important;
        text-align: center;
        display:block;
    }

        .NewProModel01 .nav-tabs li.active a::after {
            top: 20px;
            transform: rotate(90deg);
            right: 25px;
        }

    .side-view {
        padding: 0 15px;
    }

        .side-view .col-md-8.border-left {
            border-left: none !important;
        }

    .VehicleCnt01 h4, .inx-wrapper .inx-text, .newModalqt .modal-header h3 {
        font-size: 18px !important;
        margin: 5px 0 !important;
    }
    .NewUIStyle .MotorPopUpBgCustom .LifeCustomAgeBox .tab-content .VehicleCnt01 span, .VehicleDetailsRight p {
        font-size: 10px !important;
    }
    #alreadyExpiry.row {
        margin: 0 0 10px 0;
    }
    

        #alreadyExpiry.row .col-md-7, #alreadyExpiry.row .col-md-5 {
            padding: 0;
        }

    .FillingDetails {
        padding: 5px 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        background: #fafafa;
        border-radius: 5px;
    }
    .FillingDetails .FDetails {
        margin: 0px 0 0 0;
        border-top: 1px solid #ccc;
    }
    .EntireVehicleDetails .FDetails {
        margin-top: 10px;
    }
    .FillingDetails .FDetails span#pop-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .EntireVehicleDetails .FDetails p span {
        font-size: 12px !important;
        font-weight: 400;
    }

    .FillingDetails .FDetails #pop-year {
        font-size: 16px;
        font-weight: 700 !important;
        line-height: normal;
    }
    .mobileBox .PF0012 {
        padding: 0px 0px 20px 0px;
    }
    .FillingDetails h1 {
        font-size: 12px;
    }

    .FillingDetails .FDImg img {
        width: 35px;
        margin-right: 0px;
    }
    .orDivider {
        display: none;
    }
    .rsmm-mobile .SubHead_Risk {
        display: block;
        width:100% !important;
    }
    .rsmm-mobile .MainMenu .col-sm-10.d-flex {
        flex-direction: column;
    }
    .SubHead_Risk li {
        margin-left: 0;
    }
    .posRegister_pg02 {
        padding: 0px 0 50% 0;
    }

    .featuredArea {
        left: calc(100% - 380px) !important;
        right: 0px !important;
        width: 100% !important;
        top: 670px !important;
        height: 150px !important;
    }

    .posRegister_pg03 {
        padding: 30px 35px !important;
    }

    .featuredArea h2 {
        padding: 30px 20px 30px 20px !important;
    }

    .contacUS_page {
        margin: 0;
    }

    .NewProModel01 .nav-tabs li a {
        padding: 10px 5px !important;
        width: auto;
        font-size: 11px;
        border: none !important;
    }

    .NewProModel01 .nav-tabs li {
        width: auto;
        display: inline-block;
        height: 55px;
    }

    .card.NewProModel01 .tab-content {
        padding: 20px 0;
    }

    .SpaceBetweenRow002, .productTabs {
        width: 100%;
    }

    .productTabsHeading {
        padding: 0;
    }

    .BoxCertificate div {
        display: inline-block;
    }

    .BoxCertificate {
        /* bottom: 0; */
        text-align: right;
        width: auto;
        z-index: 99;
        padding-right: 0px !important;
        top: 15px;
        right: 50px;
        position: fixed;
    }

        .BoxCertificate div img {
            width: 30px;
            margin: auto;
            display: inherit;
            margin: 0px 10px 0px 10px;
        }

    .productTabsMainLifeMart {
        text-align: left !important;
    }

    

        .productTabsRisk i {
            line-height: normal !important;
        }

    .productTabsHeading {
        font-size: 20px;
    }

    .productTabsRisk span {
        font-size: 12px;
    }

    .rsmm {
        z-index: 8;
    }

    .productTabsMainCar {
        margin-top: 0px !important;
    }

    .NewProModel01 #leftTab {
        height: auto;
    }

    .NewProModel01 .row.flexAuto {
        align-items: end;
    }

    .card.NewProModel01 {
        height: auto;
    }

    .NewProModel0011 {
        margin: 20px 15px !important;
    }

    .card.NewProModel01 {
        overflow-x: inherit !important;
    }
    .VehicleCnt01 h4 {
        font-size: 16px;
    }
    .NewProModel01 .nav-tabs li::after{
        display:none;
    }

    .packageForm {
        width: 100% !important;
        height: 40px !important;
        text-align: left;
        background: white;
        border: 2px solid #c1baba;
        font-size: 12px;
    }

    footer {
        display: none;
    }

    .MTB-Insured-HH .modal-dialog {
        width: 100%;
    }

    #OfflineQuotePage .modal-dialog, #CallRequest .modal-dialog, #ClickToCall .modal-dialog {
        max-width: 100% !important;
        padding: 20px;
        margin: 0;
    }

    .PX_Day-BX, #alreadyExpiry label span {
        font-size: 12px;
    }

    .ContinueTOquote {
        width: 100%;
        position: absolute;
        top: 160px;
        box-shadow: 0px 0px 30px 0px #555;
    }

    .ContinueTOquoteBox {
        border-right: none;
        margin-bottom: 15px;
    }
    .closeToContinue{
        display:block;
    }

    .proposalForm001Head, .proposalForm001Head p {
        padding: 0;
    }

    .generatePDF {
        right: 15px;
        top: 120px;
        padding: 5px 10px;
        font-size: 10px;
        font-weight: 500;
        border: 1px solid #555;
    }

    .PS_Info h1 {
        font-size: 16px;
    }

    .PS_Info h2 {
        font-size: 12px;
    }

    .InsurerDropDown, .SumAssuredPP {
        width: 320px !important;
        padding-bottom: 15px;
        right: initial;
        left: 0;
    }
    .CarSideDetails {
        margin-top: 10px !important;
        padding: 0 !important;
        overflow:hidden;
    }
    .CashLessModalqt {
        padding: 0 !important;
    }
}

.proposalBox02 label {
    margin: 0;
}

.field-validation-error {
    color: red;
}

.material-button .fas, .material-button .fab, .material-button .fa {
    color: white !important;
}

.bottom-nav, .footer-copyright {
    position: relative;
}

.SubHead_Risk li a {
    color: #000;
}

.UpperValue {
    text-transform: uppercase;
}

.proposalPageBox .modal-body span {
    word-break: break-word;
}



.goBack {
    color: #000;
}

select[name="VPreviosInsurer"] {
    text-transform: uppercase;
}

.summaryCardBox .FormSelect {
    height: auto;
}


.manageDrpDwn li:hover {
    background-color: cornflowerblue;
    color: #fff;
}

.qtPPBtnProceed {
    width: 150px !important;
    height: 40px !important;
    color: #000;
    font-size: 13px;
    float: none;
    margin-bottom: 0 !important;
}

.ChkCorporateModelBottom {
    padding: 10px 15px;
}

.ChkCorporateModelPopup div h3 {
    font-size: 12px;
    font-weight: 400;
}

.ChkCorporateModelPopup002 p {
    text-align: left;
    margin: 7px 0;
    font-size: 12px;
    font-weight: 700;
}

.ChkCorporateModelPopup {
    padding: 10px 15px;
}
.ProceedBTN{

}

.ChkCorporateModelPopup h3 {
    margin: 0;
    font-size: 12px;
}

.ChkCorporateModelPopup002 p span:last-child {
    float: right;
}

.productTabsMainSBM .productTabs .productTabsRisk {
    display: inline-block;
}

.productTabsRisk img, .productTabsRisk span {
    pointer-events: none;
}

.productTabsRisk span {
    display: block;
}


.VahanDataSel {
    padding: 50px 40px;
}

.changeVarient {
    font-size: 10px;
    float: right;
    display: inline-block;
    color: #007bff;
    font-weight: 600;
    cursor: pointer;
    line-height: 25px;
}

.VehicleRow {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    display: flex !important;
    align-items: center;
}

    .VehicleRow .changeVarient {
        float: none;
        width: 100%;
        text-align: right;
    }

#HealthDetails .table .packageForm {
    padding: 10px 5px !important;
}

.DeviderInsured {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    background-color: #ececec;
}

.container {
    display: block !important;
}

.productTabsMainHealth label i.fa {
    position: absolute;
    top: 10px;
    right: -5px;
    color: #91959b;
    border: 1px solid #91959b;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 10px;
}

.proposalPageBox .card .form-check-inline {
    display: inline-flex;
    align-items: center;
}

.txtError {
    font-size: 10px;
}

input[type="button"]:disabled#payNow {
    opacity: 0.8;
}

.accordion > .card {
    overflow: initial;
}

.TermsAndCondition ul {
    padding: 0;
}

.TermsAndConditionPage .AppNextBox {
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 140px;
}

    .TermsAndConditionPage .AppNextBox button.close {
        right: 20px;
        top: 110px;
    }


.tab-contentLifeMart .heading {
    font-size: 28px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #000;
    text-align: center;
}

.newModalqt .Qlogo img {
    margin-bottom: 10px;
}

.ShowSideError {
    position: absolute;
    color: #555;
    padding: 3px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    font-size: 12px;
    border-radius: 30px;
    top: 150px;
    right: 380px;
    z-index: 999;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.ShowSideErrorNone{
    display:block;
}

.ProposalTabsRight .proposalForm001Body .InsurerOwner .labeltext {
    width: 200px;
    margin: 0;
}

.ProposalTabsRight .proposalForm001Body .InsurerOwner {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .ProposalTabsRight .proposalForm001Body .InsurerOwner:last-child {
        border-bottom: none;
    }

    .ProposalTabsRight .proposalForm001Body .InsurerOwner .form-check-inline label {
        margin-bottom: 0;
    }







.LifePopUpBgCustom .NewProModel0011 .dismissPop {
    display: inline-block;
}

.LifePopUpBgCustom .NewProModel0011 .closeBack, .LifeCustomAgeBox .tab-content button.slideBtnCompare {
    display: none;
}

.LifeCustomAgeBox .tab-content .VehicleCnt01 h3 {
    display: block;
}

.RoundArrowBTN i {
    pointer-events: none;
}

.RoundArrowBTN {
    background-color: #fff;
    border: 1px solid #999 !important;
    border-radius: 50px;
    font-size: 1.5rem;
}

.HealthPopUpBgCustom .memberInsure {
    color: #444;
    font-weight: 600;
    text-align: left;
    font-size: 22px;
}

.HealthPopUpTabCustom .PF0012 label input, .HealthPopUpTabCustom .PF0012 label select,
.HealthPopUpTabCustom .PF0012 label #HealthMobileNoh, .HealthPopUpTabCustom .PF0012 label #txtMobile {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    height: 40px;
}

    .HealthPopUpTabCustom .PF0012 label input::placeholder {
        font-weight: 600 !important;
    }



