body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important;
}

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

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

.btn-secondary:hover {

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


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

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

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

/*.dropdown-menu.show {*/
/*    background: #003478;*/
/*    margin-top: -5px;*/
/*    border: none;*/
/*}*/
#city_rto_autocomplete, #variant_autocomplete, #make_autocomplete, #model_autocomplete{
    text-transform: uppercase;
}
.navbar .nav-item .dropdown-menu a {
    color: #fff;
    padding: 7px 18px;
}

.navbar .nav-item .dropdown-menu a:hover {
    color: #003478;
}

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

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

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

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

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    background: #003478;
    margin-top: -8px;
    border: none;
    padding: 10px;
    left: 94px;
}



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

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

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

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

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

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

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

.top-social-link {
    float: right;
    margin-top: 4px;
}

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

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

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

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

.header-contact-cover {
    margin-top: 11px;
}

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

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

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

.header-contact-wraper {
    padding: 0px 0px;
}

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

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

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

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

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

.navbar-light .navbar-nav .nav-link {
    color: #003478 !important;
    padding: 10px 15px;
    font-weight: bolder;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #003478;
    border-radius: 6px;
}

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/*slider section end*/

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

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

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

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

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

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

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

.mb10 {
    padding-bottom: 15px;
}

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

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

.footer_ul_amrc li a {
    color: #fff;
}

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

.fleft {
    float: left;
}

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

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

.footer_ul2_amrc li p {
    display: table;
}

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

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

.bottom_border {
    padding-bottom: 20px;
}

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

.foote_bottom_ul_amrc li {
    display: inline;
}

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

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

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

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

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

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

.footer-copy-right {
    background: #af3d30;
    padding: 25px;
    font-size: 13px;
    color: #fff;
    background-color: #003478;
    background-image: url(http://demo.themewinter.com/wp/instive/wp-content/uploads/2019/08/call-action-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

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

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

}

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

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

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


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

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


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

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

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

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

}

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


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

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

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

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

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


element {}

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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


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

.insurance-company-detail-box {
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 13px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

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

.add-to-compare-check-cover {
    background: #f6f7fb;
    // padding: 7px 0px;
    // text-align: right;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #97a0af !important;
    border-bottom: none !important;
}

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

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

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

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

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

}

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

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

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

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

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

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


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

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

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

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

.proposer-details-title h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    background: #003478;
    padding: 10px;
    color: #fff;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

/*other members start*/
.other-members-border-box {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 6px 10px;
    font-size: 13px;
}


.input-group-field {
    width: 44%;
    text-align: center;
    margin: 0px 7px;
}

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

.other-members-title-box {
    padding: 15px 12px;
    background: green;
    color: #fff;
    font-weight: bold;
}

.other-members-select-box {
    background: #f2f3f8;
    padding: 15px;
    padding-bottom: 1px;
}

.other-members-select-number {
    margin-bottom: 15px;
}

.health-insure-add-members-count .number input {
    width: 42%;
    text-align: center;
    margin: 0px 7px;
}

.health-insurance-btn.form-btn {
    margin-left: 15px;
}

.health-insurance-diseases-list ul {
    padding: 0;
}

.health-insurance-diseases-list li {
    list-style: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: white;
    color: #000;
}

.add-more-member-rel-title {
    margin-top: 8px;
}

.add-other-members-wraper {
    background-image: url('../images/doc-nurse.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}

.background-color-test {
    background: #fff;
}



/*other members start*/



/*packag-tails-page-right-modal-start*/

.modal-body-right-details {
    padding: 23px 8px;
}

.right-modal-header {
    background: lightblue;
    padding: 20px 19px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

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

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

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


.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
  .modal-backdrop {
    background-color: transparent;
  }

*/
.modal-button-container {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}

.modal-dialog-right-side {
    background: #fff !important;
    width: 32% !important;
    animation-duration: 1s;
}

/*packag-tails-page-right-modal-end*/


/*=========================
motor section start
=========================*/

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

.motor-number-input {
    width: 89%;
    border-radius: 16px;
    border: 1px solid #c7c7c7;
    padding: 16px;
}

.vehical-number-btn {
    margin-top: 14px;
}

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

.vehical-more-info-pop-box {
    font-size: 12px;
    padding: 15px 7px;
    margin-top: 3px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vehical-varient-boxes-control {
    height: 377px;
    overflow: scroll;
    overflow-x: hidden;
}

.motor-number-input-arrow i {
    font-size: 27px;
    margin-left: 17px;
}

.vehical-details-title {
    background: #24bfd7;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 5px;
}

.enter-vehical-detaild-box {
    background: #f6faff;
    padding: 18px;
    border-radius: 6px;
}

.vehical-details-modal-right-side {
    background: #fff !important;
    width: 59% !important;
    animation-duration: 1s;
}

.vehical-more-info-cover {
    padding: 10px;
    padding-top: 10px;
    padding-top: 0px;
}

.vehical-more-info-cover img {
    margin-bottom: 15px;
}

/*=========================
motor section end
=========================*/

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

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

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

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

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

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





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================
insurance company page start
=========================*/
.insurance-company-details-cover {
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    margin-bottom: 15px;
    padding-bottom: 0px;

}

.insurance-company-details-label {
    font-size: 12px;
    color: #7a869a;
}

.insurance-company-details-value {
    font-weight: bold;
    font-size: 13px;
}

.row.insurance-company-details-row {
    margin-bottom: 9px;
}

.insurance-company-details-facility {
    font-size: 12px;
}

.row.insurance-company-details-link-row .col-lg-2 {
    padding: 0;
}

.row.insurance-company-details-link-row {
    padding: 0px 11px;
}

.insurance-company-details-facility {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #003478;
    margin-top: 10px;
}

.insurance-company-logo img {
    width: 100%;
}

.insurance-company-short-detail-box-cover {
    padding: 10px;
    background: #f6f7fb;
    border-radius: 6px;
    text-align: center;
}

.insurance-company-short-detail-select {
    font-size: 12px;
    background: #003478;
    padding: 4px 0;
    color: #fff;
    font-weight: bold;
}

.insurance-company-short-detail-top-cont {
    font-size: 12px;
}

.insurance-company-short-detail-center-cont {
    padding: 10px 0px;
    font-size: 11px;
}

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


.row.insurance-company-details-link-row {
    background: #f6f7fb;
    padding: 9px 0px;
    padding-top: 9px;
    padding-top: 0;
}

.insurance-company-details-facility-cover {
    padding: 5px 0px;
    margin: 0;
    margin-left: 0px;
    width: 100%;
    background: #f6f7fb;
    padding-left: 5px;
}

.insurance-company-details-facility-cover li {
    float: left;
    padding: 0;
    margin: 3px 15px;
    font-size: 12px;
}

.insurance-company-price-btn-cover {
    text-align: center;
}


.insurance-company-policy-details {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    margin-top: 13px;
}

.insurance-company-details-box {
    text-align: center;
}

.premium-breakup-modal-vehical-details img {
    width: 100%;
}

.premium-breakup-modal-vehical-short-details p {
    padding: 0px;
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.premium-breakup-modal-vehical-short-details .row {
    width: 150% !important;
}

.premium-breakup-modal-title {
    text-align: center;
}

.premium-breakup-modal-header span {
    font-size: 48px;
}

.premium-breakup-modal-title h3 {
    font-weight: bold;
    font-size: 30px;
}

.premium-breakup-top-vehical-details-box {
    background: #f4f4f4;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}

.premium-breakup-modal-cover .modal-content {
    width: 150%;
    margin-left: -185px;
}

.premium-breakup-top-vehical-details-cover .col-lg-2 {
    padding: 6px;
}

.premium-breakup-top-vehical-details-title {
    background: #f4f4f4;
    padding: 10px;
    font-size: 13px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.premium-breakup-top-vehical-details-box.premium-breakup-min {
    margin-top: 6px;
}

.premium-breakup-top-vehical-details-title-span {
    display: block;
    text-align: right;
    margin-top: -20px;

}

.premium-breakup-top-vehical-details-content-box {
    font-size: 14px;
    text-align: right !important;
    justify-content: right;
    margin-top: -22px;
    font-weight: normal;
    display: flex;
    justify-content: right;
}

.premium-breakup-top-vehical-details-content {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}

.premium-breakup-modal-info-box-cover {
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 30px;
}

.premium-breakup-modal-info-box-title {
    color: #fff;
    background: #0c3e7d;
    border-radius: 5px 5px 0px 0px;
    padding: 8px;
    font-size: 16px;
}

.premium-breakup-top-vehical-details-cover .col-lg-3 {
    padding: 0 5px !important;
}

.premium-breakup-modal-info-box-content {
    font-size: 14px;
    padding: 7px 4px;
}

.premium-breakup-modal-info-box-details {
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 11px;
}

.premium-breakup-modal-info-box-details hr {
    padding: 0 !important;
    margin: 0;
}

.premium-breakup-payment-box-title {
    margin-bottom: 5px;
    font-size: 15px;
}

.premium-breakup-payment-box-cover {
    background: #f2fff8;
    border-radius: 6px;
    padding: 8px;
    border: 1px dashed #3bb896;
    overflow: hidden;
}

.premium-breakup-payment-box-value {
    text-align: right;
}

.row.premium-breakup-payment-final-pay {
    border-top: dashed 1px #010101;
    padding-top: 9px;
    font-size: 17px;
}



/*=========================
insurance company page end
=========================*/

/*=========================
motor payment form page start
=========================*/
.motor-understnd-list ul {
    padding: 0px 25px;
}

.motor-understnd-list li {
    font-size: 13px;
    color: #626262;
    font-weight: bold;
    margin-bottom: 17px;
}

/*=========================
motor payment form page end
=========================*/

/*pos login start*/

.pos-login-wraper .wrapper {
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #003478;
}

.pos-login-wraper .wrapper .title-text {
    display: flex;
    width: 209%;
}

.pos-login-wraper .wrapper .title {
    width: 50%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper .wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.pos-login-wraper .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.pos-login-wraper .slide-controls label.signup {
    color: #000;
}

.pos-login-wraper .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
    background-color: #42378f;
    background-image: linear-gradient(
315deg, #42378f 0%, #f53844 74%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper input[type="radio"] {
    display: none;
}

.pos-login-wraper #signup:checked ~ .slider-tab {
    left: 50%;
}

.pos-login-wraper #signup:checked ~ label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

.pos-login-wraper #signup:checked ~ label.login {
    color: #000;
}

.pos-login-wraper #login:checked ~ label.signup {
    color: #000;
}

.pos-login-wraper #login:checked ~ label.login {
    cursor: default;
    user-select: none;
}

.pos-login-wraper .wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.pos-login-wraper .form-container .form-inner {
    display: flex;
    width: 200%;
}

.pos-login-wraper .form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper .form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.pos-login-wraper .form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.pos-login-wraper .form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.pos-login-wraper .form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.pos-login-wraper .form-inner form .pass-link {
    margin-top: 5px;
}

.pos-login-wraper .form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.pos-login-wraper .form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #fa4299;
    text-decoration: none;
}

.pos-login-wraper .form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

.pos-login-wraper form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pos-login-wraper form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background-color: #42378f;
    background-image: linear-gradient(
315deg, #42378f 0%, #f53844 74%);
    border-radius: 5px;
    transition: all 0.4s ease;
;
}

.pos-login-wraper form .btn:hover .btn-layer {
    left: 0;
}

.pos-login-wraper form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

/*pos login start*/

/*/car-rto-section-start/*/
.car-insurance-main-cover {
    padding: 0px 70px;
}

.car-rto-box-inner {
    text-align: center;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.car-rto-city-name {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 4px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 86px;
}


.car-rto-collaps .card {
    background: #f4f4f4;
    margin-top: 15px;
}

.car-rto-collaps .card ul {
    margin: 0;
    padding: 0;
}

.car-rto-serch-input-title {
    font-weight: bold;
}

.car-rto-serch-cover {
    margin-bottom: 20px;
    background-color: #003478;
    padding: 12px;
    font-weight: bold;
    color: #fff;
}

.btnrto {
    border: none;
    outline: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;


}

.card.card-body ul {
    padding: 0;
}

.card.card-body li {
    font-size: 12px;
}

.car-insurance-card-cover {
    padding: 20px;
    border-radius: 6px;
    position: sticky;
    top: 20px;
    width: 100% !important;
    color: #fff;

}

.car-insurance-edit-box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.iconpt i {
    font-size: 21px;
    color: #b1342e;
}

.iconpt-light i {
    font-size: 21px;
    color: #b1342e8f;
}

.car-insurance-card-title h5 {
    margin-bottom: 22px;
    font-weight: bold;
}

.vehical-manufacture-box {
    text-align: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 25px 10px;
    border-radius: 34px !important;
    margin-bottom: 15px;
}

.vehical-manufacture-box:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid #003478;
}

.vehical-manufacture-box {
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid #fff;
}


/* .vehical-manufacture-box:hover .vehical-manufacture-name {
    color: #000 !important;
    border: 2px solid #fff;
} */

.vehical-manufacture-name {
    font-size: 13px;
    margin-top: 8px;
    font-weight: normal;
}

.vehical-model-name {
    font-size: 16px;
    color: #000 !important;
    font-weight: bold;
}

div#car-model-id a:hover {
    text-decoration: none;
}

.vehical-details-title-box {
    margin-top: 25px;
}

.vehical-manufacture-cover a {
    color: #000;
}

.vehical-manufacture-cover a:hover {
    text-decoration: none;
}

.vehical-model-name-box {
    border: none;
    outline: none;
    padding: 7px 16px;
    cursor: pointer;
    font-size: 18px;
}

.active-car-model,
.vehical-model-name-box:hover {
    background-color: #42689b;
    color: white !important;
    text-decoration: none;
}

.list-vehicle-code.active{
    color: #0a6aa1;

}

.vehical-variant-name {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.city-rto-link a {
    color: #000;
}

.city-rto-link a:hover {
    color: #000;
    text-decoration: none;
}

.car-details-serch {
    /*    float: right;*/
}

.car-details-serch .form-control {
    width: 100%;
    margin: 0 auto;
    height: 44 px;
    border-radius: 24 px;
    box-shadow: inset 0 1px 4px 0 rgb(0 0 0 / 10%);
    padding: 0 35 px !important;
    font-size: 12px;
    background: #f7f7f7;
    box-sizing: border-box;
    border: none;
    display: block;
    padding: 22px !important;
    border-radius: 13px !important;
}

.car-details-serch .form-control {
    height: 34px !important;
    /*    width: 340px !important;*/
}

.car-details-serch .btn.btn-success {
    height: 33.5px !important;
    padding-top: 5px;
    background-color: #b1342e !important;
    border: none;
}

.car-details-serch .btn.btn-success:hover {
    background-color: #b1342ee8 !important;
}

.car-details-serch .btn i {
    font-size: 17px !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;
    margin-bottom: 12px;
}

.vehical-quote-box {
    padding: 6px !important;
    padding-bottom: 0px !important;
}

.quote-next-btnwrap {
    margin-top: -18px;
    margin-left: -15px;
}

.quote-all-detail-wrap {
    margin-top: -14px;
}

.vehical-quote-box ul.radio-check-cover {
    margin-top: 2px !important;
}

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

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

.car-policy-more-detail {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    color: #003478;
}

.policy-more-detail-cover .car-policy-more-detail {
    margin-bottom: 2px;
    font-size: 14px;
}

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

.radio-check label {
    margin-bottom: 0px !important;
}

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

.radio-span {
    margin-left: 17px;
}

.radio-check ul {
    padding: 0;
}

.home-click-form-boxinput.previous-policy-box-shadow label {
    font-size: 14px !important;
    color: #343434;
    margin-bottom: 8px;
}

label.quote-more-info-label {
    font-weight: normal;
}

.input-group-append .btn.btn-success {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.car-isurance-rto-list-cover {
    background: #e5f7fa;
}

.car-isurance-rto-list-box ul {
    padding: 0 !important;
    display: flex;
    justify-content: start;
    margin: 0 0 10px 0;
    flex-wrap: wrap;
}

.car-isurance-rto-list-box li {
    text-align: center;
    cursor: pointer;
    padding: 11px 0;
    font-size: 20px;
    list-style-type: none;
    font-weight: bold;
    width: 14%;
    color: #000 !important;
}
.car-isurance-rto-list-box li:hover{
    color: #42689b;
}

.car-isurance-rto-list-box i {
    color: #003478;
    font-size: 12px;
}

.car-isurance-rto-list-li ul {
    display: flex;
    flex-wrap: wrap;
}

.car-isurance-rto-list-li li {
    padding: 0 10px;
    margin: 0px 16px;
    margin-bottom: 15px;
    list-style: none;
    background: red;
}

.rto-hide {
    display: none;
}
.rto p {
    font-weight: bold;
}

button.btn.car-insurance-page-previous {
    background: #d91324;
    padding: 11px 31px;
    color: #fff;
}

button.btn.car-insurance-page-next {
    background: #003478;
    padding: 11px 44px;
    color: #fff;
    margin-left: 15px;
}

div#car-manufacture-id a {
    color: #000;
    font-weight: bold;
}

div#car-manufacture-id a:hover {
    text-decoration: none;
}


/* 02-08-2021-changes-altaf */
.car-insurance-main-cover {
    padding: 0px 70px;
}

.car-rto-box-inner {
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* .car-rto-city-name {
    font-size: 16px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.15);
    padding: 10px 4px;
    border-radius: 6px;
    border: solid 1px #e6eaf2 !important;
} */


.car-rto-collaps .card {
    background: #f4f4f4;
    margin-top: 15px;
}

.car-rto-collaps .card ul {
    margin: 0;
    padding: 0;
}

.car-rto-serch-input-title {
    font-weight: bold;
}

.car-rto-serch-cover {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 4px;
    font-weight: bold;
    color: #003478;
    border-radius: 3px;
}



.btnrto {
    border: none;
    outline: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 86px !important;
    border: 2px solid #fff;

}

.activecar,
.btnrto {
    color: #003478 !important;
    border-radius: 16px;
    /* border: 2px solid #003478; */
    border-radius: 6px !important;

}

.activecar,
.btnrto:hover {
    /* background-color: #05e8ba;
    background-image: linear-gradient(
315deg, #05e8ba 0%, #087ee1 74%); */
    color: #003478 !important;
    border-radius: 16px;
    border: 2px solid #003478;
    border-radius: 86px;

}

.car-rto-city-name.btnrto {
    border-radius: 86px !important;
    border-color: 2px solid #d0d0d0 !important;
}

.car-rto-city-name.btnrto.activecar {
    border-radius: 12px !important;
}

.card.card-body ul {
    padding: 0;
}

.card.card-body li {
    font-size: 12px;
}

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

.fix-sec {
    position: fixed;
    z-index: 999;
    max-width: 27% !important;
    right: 3%;
    background: #fff;
    top: 14% !important;
}

.fix-sec h5 {
    display: none !important;
}

.namestpwpin span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #003478;
    margin-bottom: 5px;
}

.namestpwpin {
    padding: 0px;
    font-size: 12px;
    margin: 0px;
    font-weight: none;
    line-height: 1.6;
    color: #000;
}


.namestpwpin.ng-binding span {
    font-size: 15px;
}

.namestpwpin.ng-binding #rto_city_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #make_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #model_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #variant_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #year_resultrto_city_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #year_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #policy_exp_result {
    color: #d91324;
    font-size: 14px;
}

.namestpwpin.ng-binding #more_info_result {
    color: #d91324;
    font-size: 14px;
}
.car-insurance-edit-box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.iconpt i {
    font-size: 21px;
    color: #003478;
}

.iconpt-light i {
    font-size: 21px;
    color: #8888888f;
}

.car-insurance-card-title h5 {
    margin-bottom: 22px;
    font-weight: bold;
}

.vehical-manufacture-box {
    text-align: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 25px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.vehical-manufacture-box:hover {
    color: #fff !important;
    background-color: #42689b;
    border: 2px solid #003478;
}

.trigger_model.vehical-manufacture-box.vehical-model-name-box.activecar {
    border: 2px solid #003478;
}

.vehical-manufacture-name {
    font-size: 13px;
    margin-top: 8px;
    color: #000;
    font-weight: bold;
}

.vehical-model-name {
    font-size: 15px;
    color: #000;
    padding: 4px 0;
}

.vehical-model-name-box:hover .vehical-model-name {
    text-decoration: none;
    color: #000 !important;
}

.vehical-details-title-box {
    margin-top: 25px;
}

.vehical-manufacture-cover a {
    color: #000;
}

.vehical-manufacture-cover a:hover {
    text-decoration: none;
}

.vehical-model-name-box {
    border: none;
    outline: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid #fff;
}

.active-car-model,
.vehical-model-name-box:hover {
    background-color: #42689b;
    color: white !important;
}

.trigger_variant.vehical-manufacture-box.vehical-model-name-box.activecar {
    border: 2px solid;
}


.vehical-variant-name {
    font-size: 15px;
    padding: 8px 0px;
    font-weight: bold;
    color: #000;
}

#car-variant-id a:hover {
    text-decoration: none;
}

.city-rto-link a {
    color: #000;
}

.city-rto-link a:hover {
    color: #000;
    text-decoration: none;
}

.car-details-serch {
    /*    float: right;*/
}

.car-details-serch .form-control {
    height: 34px !important;
    /*    width: 340px !important;*/
}

.car-details-serch .btn.btn-success {
    height: 33.5px !important;
    padding-top: 5px;
    background-color: #b1342e !important;
    border: none;
}

.car-details-serch .btn.btn-success:hover {
    background-color: #b1342ee8 !important;
}

.car-details-serch .btn i {
    font-size: 17px !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;
}

.manufacture-details-box-cover{
    margin-bottom: 12px;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
}

.fp-section.fp-table, .fp-slide.fp-table {
    padding-top: 117px !important;
}

.car-policy-more-detail {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    color: #003478;
}

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

.input-group-append .btn.btn-success {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.car-isurance-rto-list-cover {
    padding: 10px;
    border-radius: 50px;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #071e54;
    -webkit-appearance: none;
    box-shadow: inset 3px 1px 8px 6px #bfc3cf, inset -3px -3px 0px #fff;
}


.car-isurance-rto-list-box i {
    color: #003478;
    font-size: 12px;
}

.car-isurance-rto-list-li ul {
    display: flex;
    flex-wrap: wrap;
}

.car-isurance-rto-list-li li {
    padding: 0 10px;
    margin: 0px 16px;
    margin-bottom: 15px;
    list-style: none;
    background: red;
}

.rto-hide {
    display: none;
}

.rto p {
    font-weight: bold;
}

button.btn.car-insurance-page-previous {
    background: #d91324;
    padding: 11px 31px;
    color: #fff;
}

button.btn.car-insurance-page-next {
    background: #003478;
    padding: 11px 44px;
    color: #fff;
    margin-left: 15px;
}

div#car-manufacture-id a {
    color: #000;
    font-weight: bold;
}

div#car-manufacture-id a:hover {
    text-decoration: none;
}

.voluntary-insurer-title label {
    margin-left: 5px !important;
}

.voluntary-insurer-title ul {
    background: #fff;
}

.voluntary-insurer-title li {
    break-after: avoid;
    margin-left: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #003478;
    color: #003478;
    padding: 6px;
    border-radius: 6px;
    float: left;
}

.addontabcontent {
    margin-top: 0px;
}

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

.voluntary-insurer-title p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    color: #243a94 !important;
    font-weight: bold;

}

.addon-radio {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 2px 0px 8px 0 rgb(0 0 0 / 20%);
    position: absolute;
    z-index: 9;
    width: 150%;
    padding-left: 15px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.addon-radio ul {
    margin: 0;
    padding: 0;
}

.addon-radio li {
    list-style: none;
}

.voluntary-amount li {
    width: 100%;
    font-size: 13px;
    list-style: none;
    padding: 6px;
    margin-left: 0;
    margin-bottom: 15px;
    border: 1px solid #003478;
}
.voluntary-amount li:hover {
    width: 100%;
    font-size: 13px;
    list-style: none;
    padding: 6px;
    margin-left: 0;
    margin-bottom: 15px;
    border: 1px solid #003478;
    color: #fff;
    background: #003478;
}


.voluntary-insurer-amount-select {
    background: #003478 !important;
    color: #fff !important;
    width: 100%;
    font-size: 13px;
    list-style: none;
    padding: 6px;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #003478;
    text-align: center;
}



/* Style the addontab */

/* Change background color of buttons on hover */
.addontab button:hover {
    background-color: #ddd;
}

/* Create an active/current "addontab button" class */
.addontab button.active {
    background-color: #ccc;
}

/* Style the addontab content */
.addontabcontent {
    display: none;
}

/* Clear floats after the addontab */
.addonclearfix::after {
    content: "";
    clear: both;
    display: addontable;
}

.car-insurance-drop-title {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

span.car-insurance-drop-arrow {

    float: right;
}

span.car-required-policy-text {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

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

span.car-details-name-edit {
    border: 1px solid #242a6d;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 5px;
    background: #242a6d;
    color: #fff;
    cursor: pointer;
}

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

.car-break-message {
    font-size: 14px;
    margin: 0;
    margin-top: 13px;
    color: #d91324;
    font-weight: bold;
}

.compare-page-share .btn.btn-primary {
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 14px;
  }

  .compare-page-share i {
    font-size: 17px !important;
  }

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

.insurance-company-facility-title {
    font-size: 14px;
}

.col-lg-3.car-details-box-border {
    border: 2px solid #dbdbdb;
    border-top: none;
    border-bottom: none;
}

.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-insurance-compare-collaps-cover {
    max-height: 508px;
    overflow-y: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.car-insurance-card-border {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-top: none;
    position: absolute;
    z-index: 9999;
    width: 88%;
}

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

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

.addons-check-details {
    text-align: left;
}

.addons-check-details ul{
    padding: 0;
}

.addons-check-details li{
    list-style: none;
}
.addons-check-details i.fa.fa-check {
    color: #0fd30f;
}

.addons-check-details i.fa.fa-times {
    color: red;
}

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

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

.car-compare-result-box.insurance-company-detail-box.car-compare-details-box.vehical-quote-details-wrap {
    margin: 15px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    overflow: hidden;
  }

.car-insurance-compare-collaps-cover .accordion .card:last-of-type {
    border: none !important;
}

.car-insurance-compare-collaps-cover  .card-header {
    padding: .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;
}
.car-insurance-premium-breakup {
    width: 104%;
    padding: 11px 0px;
}

.input-custom-label {
    font-size: 14px;
    color: #5a5959;
    font-weight: bold;
    margin-bottom: 4px;

}

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

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

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

.insurance-company-facility-logo {
    text-align: center;
}
.policy-check-agreement li {
    list-style: none;
}

.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;
}
.car-payment-page-logo img {
    width: 75%;
}

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

.car-premium-breacup-addon-list {
    font-size: 15px;
}

.car-premium-breacup-addon-list-cover {
    padding: 8px;
}

.custom-control-label::before,
.custom-control-label::after {
top: .8rem !important;
width: 1.25rem !important;
height: 1.25rem !important;
}

/*/car-rto-section-end/*/

/*/contact-rto-section-start/*/
.contact-form-inputs-cover .form-group {
    margin-bottom: 20px !important;
}

.contact-form-inputs-cover {
    margin-top: 30px;
}

.contact-form-cover label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 5px 0px;
}


.contact-form-cover h3 {
    font-weight: bold;
    font-size: 21px;
}

.contact-form-cover {
    padding-top: 24px;
}

.contact-page-details-cover {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 79px;
}
.contact-details {
    background: #003478;
    padding: 20px;
    color: #fff;
}

.contact-page-details-inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 34px;
    border-radius: 14px;
}

.contact-details h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 19px;
}

.contact-box {
    background: #fff;
    padding: 17px 15px;
    color: #000;
    margin-top: 11px;
    border-radius: 7px;
    text-align: center;
}

.contact-icon i {
    background: #e4e4e4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    font-size: 26px;
    color: #003478;
}

.contact-info {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

.contact-info a {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

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


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

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

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

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

.about-us-main-cover {
    padding-top: 46px;
}
/* about-page-end */

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

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

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

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

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

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

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

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

.col-lg-6.top-social-borde-right.header-contact-border {
    display: none;
}
/* health insure section start */
.health-insure-members-box {
    text-align: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 18px 0px;
    color: #000;
    border-radius: 8px;
    margin-bottom: 25px;
    cursor: pointer;
}

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

.health-insure-members-box-cover a:hover{
    text-decoration: none;
    padding: 15px;
    padding-bottom: 0px;
}
.health-insure-members-box p {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

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

.health-city-icons .car-rto-city-name {
    border-radius: 8px !important;
}

.health-city-icons.car-rto-box-inner {
    text-align: center !important;
    padding: 15px !important;
    border-radius: 6px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}

.health-city-icons .btnrto {
    padding: 7px 16px;
    font-size: 17px !important;

}

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


.row.health-city-row {
    margin-bottom: 21px;
}

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

.health-insure-add-member-flyoutmodal button.close {
    color: #fff;
    font-size: 39px;
    margin-top: -8px;
}
div#health-insure-add-member-flyoutmodal {
    padding-right: 0px !important;
}

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

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

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

}

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

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


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

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

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

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

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

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

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

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

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

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

.health-insure-members-title-underline {
    height: 3px;
    width: 12%;
    background: #d6292a;
    margin-top: 14px;
}
.health-right-plan-illness-content p {
    margin: 0;
    font-size: 15px;
}

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

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

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

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

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

.other-member-popup-wraper .modal-dialog {
    width: 34%;
    padding: 0;
}

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

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

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

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

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


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

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

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

.insurend-member-select-age-custom {
    background: #f0f4f9;
    padding: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.insurend-member-select-custom-age-list label {
    font-size: 16px;
}


/* .health-insure-members-cover {
    margin-top: 50px;
} */
/* health insure right modal end */


/* health insure section end */


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

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

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

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

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


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

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

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


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


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

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

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

.home-feature-tabs {
    cursor: pointer;
    border-radius: 0 px 40 px 0 px 0 px;
    background: #FFFFFF !important;
    /* box-shadow: rgb(0 52 120 / 8%) 0px -23px 25px 0px inset, rgb(162 162 162 / 15%) 0px -36px 30px 0px inset, rgb(41 41 41 / 10%) 0px -79px 40px 0px inset, rgb(255 255 255 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px; */
    padding: 25 px 10 px 20 px 10 px;
    min-height: initial;
    text-align: center;
    padding: 3px;
    border: 1px solid #003478;
    border-radius: 8px;
    padding-bottom: 17px;
    margin-bottom: 25px;
    background-image: url(../images/wave-back.png)!important;
    background-attachment: fixed;
    background-repeat: no-repeat!important;
    background-position: top!important;
    background-size: cover!important;
    box-shadow: rgb(0 0 0 / 35%) 0px 4px;

}

.home-feature-tabs-name {
    border-top: 3px solid #d91324;
    padding-top: 9px;
    font-size: 19px;
    color: #003478;
    font-weight: bold;
}

.home-feature-tabs.active {
    box-shadow: 0 0 8px 2px #c52928a8!important;
}

.make-claim-check-box.make-claim-check-box-active {
    box-shadow: 0 0 8px 2px #f09894!important;
}

/* home-features-tabs-end */

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

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



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

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

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

/*Vertical Flip*/
.verticalFlip{
	display: inline;
}
.verticalFlip span{
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #003478;
    text-decoration: underline;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.verticalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


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

}

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

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

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

.condition-wraper p {
    text-align: justify;
}

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


/* about-start */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  /* make claim section start */

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

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

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

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

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

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

    }

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

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

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

    }

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

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

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

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

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

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

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

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

    .premium_breakup_sub_title {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin: -6px 0px 3px 0px;
    }
  /* make claim section end */

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

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

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

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

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

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

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

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

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

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

/*desktop view end*/


@media only screen and (min-width: 768px) and (max-width: 992px) {}

/* SMARTPHONES LANDSCAPE & TABLETS PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

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

    .coming-soon-main-wraper {
        margin-top: 0px !important;
    }

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

    .footer_contact_us {
        padding: 8px;
    }


    .coming-soon-side-images img{
        width: 80%;
        margin-bottom: 25px;
    }

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

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

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

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


    .coming-soon-side-images {
        margin-top: 0px;
    }
    .about-us-main-cover {
        padding-top: 25px;
    }
    .contact-details {
        padding: 15px;
        margin-top: 42px;
    }

    .contact-info a {
        color: #000;
        font-size: 15px;
        word-wrap: break-word;
    }

    .contact-page-details-cover {
        position: relative;
        margin-top: 31px;
        padding: 0px 0px;
    }
    .contact-page-details-inner {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 16px;
        border-radius: 14px;
    }

    .contact-form-cover h3 {
        font-weight: bold !important;
        font-size: 17px;
    }

    .contact-form-inputs-cover .form-group {
        margin-bottom: 13px !important;
    }

    ul.navbar-nav.ml-auto {
        background: red;
    }

    .insurance-company-detail-box {
        text-align: center;
    }

    .add-to-compare-check-cover {
        /* background: #f4f4f4; */
        padding: 8px;
        text-align: center;
        border: 1px solid #97a0af !important;
    }


    .insurance-company-details-title {
        display: none;
    }

    .insurance-company-list-wrap ul {
        overflow: hidden;
    }

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


    .insurance-company-list-wrap li {
        margin-left: 36px;
    }

    .insurance-company-list-wrap ul {

        padding-bottom: 15px;
    }


    .insurance-company-title {
        margin-left: 14px !important;
        margin-top: -2px;
    }

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

    .basic-detail-form-title h2 {
        font-size: 24px;
    }

    .service-provider-count-wrap {
        padding: 20px;
    }

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


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

    .basic-form-select-icon .btn {
        padding: 7px 14px;
        font-size: 20px;
        background: #fff;
        color: #bcbcbc;
        margin-bottom: 10px;
    }

    .basic-form-select-icon .btn.motor-type-select-box {
        padding: 7px 14px;
        font-size: 20px;
        color: #fff !important;
        margin-bottom: 10px;
    }

    .row .double-select .col-12 {
        margin: 7px 0px;
    }

    .payment-members-details {
        margin-bottom: 20px;
    }

    .payment-btn {
        margin-bottom: 15px;
        position: fixed;
        bottom: -16px;
        margin-left: -15px;
        width: 100%;
    }

    .payment-btn .btn-primary {
        border-radius: 0px !important;
    }

    .Quotes-icon-box {
        margin-bottom: 14px;
    }

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

    .borker-logo {
        text-align: center;
    }

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

    .quotes-wraper {
        padding: 24px 0px;
        padding-bottom: 24px;
        padding-bottom: 0px;
    }

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

    .Quotes-icon-box img {
        width: 30%;
    }



    .index-page-background {
        background-image: url('../images/home-mobile-background.jpg') !important;

    }

    .motor-number-input {
        width: 85%;
    }

    .vehical-details-title {
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vehical-details-modal-right-side {
        background: #fff !important;
        width: 100% !important;
        animation-duration: 1s;
    }

    /*front page start    */
    .header-contact-cover {
        display: none;
    }

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

    .top-social-box {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-quote-btn {
        display: none;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: flex;
        justify-content: right;
    }

    .header-logo {
        float: right;
        text-align: right;
    }

    .header-contact-wraper {
        padding: 0px;
        margin-top: 11px;
        display: none;
    }

    .bg-light {
        background-color: #fff;
    }

    .header-navbar {
        background: #fff;
        margin-bottom: 0px;
    }

    .navbar-nav.mr-auto {
        background: #003478;
        padding: 15px;
    }

    .form-inline.my-2.my-lg-0 .form-control {
        width: 68% !important;
    }

    .btn.btn-outline-success {
        margin-left: 10px;
        border: 2px solid #003478 !important;
        color: #003478;
    }

    .btn.btn-outline-success:hover {
        border: 2px solid #054faf !important;
        color: #fff;
        background: #054faf;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #003478;
        border: none;
        margin-top: -90px;
    }

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

    .top-social-link {
        display: flex;
        justify-content: center;
    }

    .footer-top-contact-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .insurance-type-cover {
        margin-top: 288px;
    }

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

    .topic-title {
        margin-bottom: 27px;
    }

    .insurance-type-box h4 {
        font-size: 20px;
    }

    /*front page end    */

    .feedback-cover {
        height: 215px;
        padding: 15px;
    }

    .feedback-desc-cover {
        margin-left: 37px;
        margin-top: 2px;
    }

    .feedback-name h3 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 2px;
    }

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

    .feedback-profile {
        width: 75px;
        height: 75px;
        margin-top: -15px;
    }

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

    .feedbackowl {
        margin-top: 36px;
    }

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

    #carouselExampleIndicators {
        height: 212px;
    }

    .slider-background {
        margin-top: 0px;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        background: #ebebeb;
        margin-top: -8px;
        border: none;
        padding: 10px;
    }

    .navbar .nav-item .dropdown-menu a {
        color: #202020;
        padding: 7px 18px;
    }

    .slider-form-wraper .nav-link {
        color: grey;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 15px;
    }

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

    .insurance-company-details-box {
        margin: 10px 0;
    }

    .insurance-company-logo img {
        width: 50%;
        margin-bottom: 8px;
    }

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

    .insurance-company-policy-details {
        font-size: 12px;
        margin-top: 2px;
        text-align: center;
    }

    .premium-breakup-modal-cover .modal-content {
        width: 100%;
        margin-left: 0px;
    }

    .premium-breakup-modal-vehical-details img {
        width: 70%;
    }

    .premium-breakup-modal-vehical-details {
        text-align: center;
        margin-bottom: 10px;
    }

    .premium-breakup-modal-title {
        text-align: center;
    }


    .car-details-serch .form-control {
        height: 38px !important;
        /*        width: 296px !important;*/
    }

    .car-details-serch .btn.btn-success {
        height: 38.5px !important;

    }

    .car-rto-serch-cover {
        font-size: 13px;
    }

    .card.card-body li {
        font-size: 15px;
        text-align: left;
    }
    .car-insurance-main-cover {
        padding: 0px 10px;
    }

    .col-lg-4.col-12.car-insurance-strip-title {
        margin-bottom: 5px;
    }

    .btn-next {
        color: #fff;
        font-size: 18px;
        padding: 10px 23px;
        background-color: #003478;
    }

    .car-insurance-company-facility-logo img {
        width: 55%;
        margin-bottom: 15px;
   }



    .car-compare-details-box {
        padding-bottom: 9px !important;
    }

    .car-insurance-compare-collaps-cover {
        max-height: 5531px;
        overflow-y: auto;
    }

    .car-insurance-premium-breakup {
        width: 100%;
        padding: 11px 0px;
    }

    .addons-check-details li {
        text-align: center;
        margin-top: 10px;
    }

    .col-4.insurance-company-facility-title {
        margin-bottom: 9px;
    }

    .car-details-box-content {
        margin-bottom: 7px;
    }

    .car-edtails-main-wrapper .car-details-name {
        margin-bottom: 10px;
        font-size: 17px;
    }

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

    .payment-short-details {
        text-align: center;
    }

    .car-payment-page-logo {
        text-align: center;
        margin-bottom: 0px;
    }

    .home-click-form-boxinput label {
        font-size: 14px;
    }

    /*payment-short-details ul {*/
    /*    padding: 0 !important;*/
    /*    margin: 0 !important;*/
    /*}*/

    .premium-breakup-modal-info-box-content {
        font-size: 12px;
        padding: 7px 4px;
        text-align: left;
    }

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

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

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

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

    .insurend-member-select-custom-age-list {
        margin-top: 16px;
    }

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

    .radio-check li {
        float: none !important;
    }

    .radio-span {
        margin-left: 0px;
    }

    .radio-check br {
        display: none !important;
    }

    .col.feature-extra-box {
        display: block;
        visibility: hidden;
    }

    .sentence {
        color: #003478;
        font-size: 24px;
        font-weight: 600;
        font-family: ui-monospace;
        text-align: left;
        padding-left: 23px;
    }

    .home-feature-tabs-name {
        font-size: 17px;
    }
    .home-feature-tabs img {
        width: 58%;
    }

    .home-feature-tabs {

        padding-bottom: 0px;

    }

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

    .compare_addon_validation_error {
        width: 100% !important;
        text-align: center;
    }

    .compare_addon_validation_error {
        color: #003478;
        font-weight: 600;
        width: 100% !important;
        border-radius: 3px;
        position: relative;
        font-size: 11px;
        margin-top: -11px;
        padding-bottom: 2px;
        background: orange;
        padding-left: 10px;
        margin-left: 15px;
    }

}


.error{
    font-size: 12px;
    color: red;
}
.fa-check{
    color: green;
    font-size: 18px;
}
.fa-times{
    font-size: 18px;
}


/*Content Loader*/

.timeline-title {
    margin: 0 auto;
    max-width: 472px;
}

/**
* main style
*/

.timeline-item {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    /*border-radius: 3px;*/
    padding: 12px;
    margin: 15px auto;
    max-width: 100%;
    box-shadow: 2px 0 8px 0 rgb(0 0 0 / 20%);
    border-radius: 6px;
}

@keyframes placeHolderShimmer {
    0%{ background-position: -468px 0; }
    100%{ background-position: 468px 0; }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 100px;
    right: 0;
    height: 0;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    /*top: 10px;*/
    /*left: 100px;*/
    height: 20px;
    /*width: 10px;*/
}

.background-masker.header-bottom {
    top: 20px;
    height: 20px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 32px;
    height: 40px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 85%;
    right: 0;
}

.background-masker.subheader-right {
    left: 69%;
}

.background-masker.subheader-bottom {
    top: 60px;
    height: 20px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
.header-last-left{
    bottom: 0;
    left: 100px;
    height: 100px;
    width: 15px;
}
.subheader-right-last{
    left: 55%;
    bottom: 0;
    width: auto;
    right: 0;
    top: inherit;
    height: 20px;
}
.mar-tb-10{
    margin: 10px 0;
}

/* SHARE CONTAINER */

.share-container {
    border-radius: 15px;
    display: flex;
    padding-right: 0;
    text-align: center;
    transition: width 0.5s;
    width: 80px;
    background-color: #eeeeee;
}

.share-container.active {
    width: 100%;
}

.share-btn {
    width: 120px;
    padding: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #777777;
    border-radius: 15px;
    background-color: #eeeeee;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.share-btn:hover {
    color: #343a40;
    cursor: pointer;
}

.share-btn.active {
    color: #ffffff;
    background-color: #dc3545;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 5px 5px 12px;
}

.share-btn.active:hover {
    background-color: #cf2838;
}

.share-url {
    width: 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #eeeeee;
    transition: all 0.2s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.share-url.active {
    width: 100%;
    color: #343a40;
    padding: 6px;
}

/*fade*/
.animate {
    opacity: 0;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate.active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
    transform: translateY(-100%) translateX(-50%);
}

/*notification*/
.notification-button {
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 10px 20px;
    background: #343a40;
    color: #eeeeee;
    z-index: 9999;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}
.hide{
    display: none;
}


.section {
    padding-top: 155px !important;
}

.car-rto-serch-cover.vehical-details-title-box.car-insurance-strip {
    margin: 0px;
}

/* business-compare-start */

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

.health-insurance-company-name {
    font-size: 15px;
}

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

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

.health-compare-details-cover-box {
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    padding-bottom: 8px;
}

.row.halth-policykey-feature-cover {
    padding: 9px;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-bottom: 0px;
}

.health-keyfeature-box a {
    color: #000;
    font-size: 13px;
}
.health-keyfeature-box a:hover {
    text-decoration: none;
}

.health-keyfeature-box {
    text-align: right;
}

.health-add-compare-check-cover ul {
    padding: 0;
    margin: 0;
}

.health-add-compare-check-cover a {
    color: #003478;
    font-size: 15px;
}

.health-add-compare-check-cover li {
    margin-bottom: 10px;
    font-size: 15px;
    list-style: none;
}

.health-right-add img {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-check-label.health-add-compare-label {
    color: #003478;
}

.health-right-add {
    position: sticky;
    top: 61px;
}

/* .health-compare-add-compare a {
    color: #003478;
    font-size: 15px;
} */

.health-insurance-company-detail-box.health-policy-added-to-compare {
    background: #a0c4f2;
    border: 1px solid;
}
/*
.health-compare-add-compare a:hover  {
  text-decoration: none;;
} */

.health-compare-add-compare {
    margin-bottom: 12px;
}

.health-compare-screen-fix {
    position: fixed;
    bottom: 0px;
    max-width: inherit;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
    background: #fff;
    padding: 9px 0px;
}

.health-compare-added-policy-box {
    padding: 11px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
}

.health-compare-added-policy-title {
    font-weight: bold;
    font-size: 12px;
}

.health-compare-added-policy-title p {
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}

.health-compare-added-policy-close {
    text-align: right;
    margin-top: -23px;
    margin-right: -14px;
}

.health-compare-added-policy-close a {
    color: #000;
}

.health-compare-screen-fix-close {
    text-align: right;
    padding-right: 14px;
    margin-top: -8px;
    font-size: 21px;
    color: #000;
}

.health-compare-screen-fix-close a {
    color: #000;
}

.health-compare-added-policy-modal-close {
    margin-top: -3px;
}

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

.health-insurance-plan-name {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    color: #003478;
}

.insurance-company-details-title.health-compare-feature-title {
    margin-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 2px solid #bfcae0;
}

.health-insurance-company-facility-btn .btn.btn-primary.create-premium-quote {
    background: #007bff;
    font-weight: bold;
}

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

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

.insurance-company-facility-title img {
    /*width: 15%;*/
}

.col-2.insurance-company-facility-title.text-center img {
    width: 18%;
}

.health-insurance-company-facility-btn span {
    display: none;
}

.service-provider-count-title {
    font-size: 17px !important;
    text-align: center;
    font-weight: bold;
}

.health-insurance-plan-details-label {
    display: none;
}

.health-compare-added-policy-modal-close .btn.btn-primary {
    font-size: 17px;
    padding: 8px 13px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(
        25deg, #1ba8d3 0, #39f1e0 100%);
    width: 46%;
    padding: 9px !important;
    border-radius: 6px !important;
    font-weight: normal !important;
}

.health-compare-added-policy-modal-close .btn.btn-primary:hover {
    background-color: #42378f;
    background: -webkit-linear-gradient(
45deg, #1ba8d3 0, #39f1e0 100%);
}

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

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover .col-lg-12 {
    padding: 0px !important;
}

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover {
    padding: 5px 0px;
}

.car-insurance-company-facility-logo img {
    /*width: 100%;*/
}

.health-add-compare-check-cover {
    border-bottom: 1px dashed;
}

.user-business-plan-sum-insured {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #000;
}

.user-business-plan-sum-insured span {
    float: right;
}
.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
  }

  .input-icon {
    background: #ddd;
    cursor: pointer;
  }

  .input-with-icon {
    border: none;
    flex: 1;
    background: #dddddd5e;
    pointer-events: none;
  }

  .input-icon, .input-with-icon {
    padding: 10px;
  }
  .share_quote_input_container{
    margin: 11px 25px;
    margin-left: 0px;
  }
  .input-icon-wrap{
      display: none;
  }

  .compare_addon_validation_error{
    color: #003478;
    font-weight: 600;
    width: 50% !important;
    border-radius: 3px;
    position: relative;
    font-size: 12px;
    margin-top: -39px;
    padding-bottom: 2px;
    background: orange;
    padding-left: 10px;
  }

  .car-compare-details-box {
    padding-left: 0;
}
.header-logo{
    position: relative;
    top: 15px;
}
.view-more-button:after {
    content: "\25bc";
    font-size: 0.7rem;
}
.view-more-button.active:after {
    content: "\25b2";
    font-size: 0.7rem;
}
.view-more-button {
    background: #003478;
    color: #fff;
    width: 100%;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius:  0 1rem 0 0;
}
.plan_links {
    width: 16%;
    display: inline-block;
    text-align: center;
}
input[type='text']:read-only {
    background-color: #fff!important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
}