@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
body, html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.header {
    position: fixed;
    z-index: 100;
    text-align: right;
    width: 100%;
    height: auto;
    background-color: #e8e8e8;
}

.header-container {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.header .navbar-brand {
    padding: 0;
}

.header .navbar-brand img {
    max-width: 250px;
    width: 100%;
}

.header .navbar-default .navbar-nav {
    padding: 10px 0;
}

.header .navbar-default .navbar-nav>li>a {
    font-family: "Montserrat", sans-serif;
    color: #940637;
    margin: 0 18px;
    font-size: 14px;
    position: relative;
}

.header .navbar-default .navbar-nav>li>a::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.header .navbar-default .navbar-nav>li>a::before {
    transform-origin: 50% 50%;
    background: #940637;
}

.header .navbar-default .navbar-nav>li>a:hover {
    color: #940637;
}

.header .navbar-default .navbar-nav>li>a:hover::before, .header .navbar-default .navbar-nav>li>a:focus::before {
    transform: scale3d(1, 1, 1);
}

.header .navbar-default .navbar-nav>li:last-child>a {
    margin-right: 0;
}

.header .navbar-toggler {
    border-color: #000;
}

/****Banner****/

.banner-section {
    height: 100%;
}

.banner-section .banner-container {
    max-width: 93%;
    width: 100%;
    margin: 0 auto;
}

.banner-section .banner-container .banner-wrapper {
    max-width: 100%;
    position: absolute;
    bottom: 3%;
}

.banner-section .banner-container .banner-wrapper .bannertitle {
    width: 100%;
    color: #f9f9f9;
    font-size: 45px;
    margin-right: auto;
    font-weight: 600;
    font-family: 'Raleway';
    line-height: 50px;
    margin-bottom: 20px;
}

.banner-section .banner-container .banner-wrapper .banner-btns {
    display: flex;
    max-width: 580px;
    width: 100%;
}

.banner-section .banner-container .banner-wrapper .banner-btns .buttonPrimary {
    background-color: #940637;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 100%;
    padding: 18px;
    margin-bottom: 12px;
}

.banner-section .banner-container .banner-wrapper .banner-btns .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

.banner-section .banner-container .banner-wrapper .banner-btns p {
    font-size: 16px;
    color: #f9f9f9;
    font-family: 'Montserrat';
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 500;
}

.banner {
    background-image: url(../../img/banner.png);
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    object-fit: fill;
    display: flex;
    flex-direction: column;
}

.banner-2 {
    background-image: url(../../img/banner-2.jpg);
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    object-fit: fill;
    display: flex;
    flex-direction: column;
}

.banner-slider {
    height: 100%;
}

.banner-slider .slick-list, .banner-slider .slick-track {
    height: 100%;
}

.banner-slider .slick-slide, .banner-slider .slick-slide>div {
    height: 100%;
}

.banner-slider .slick-dots {
    bottom: 10px;
}

.banner-slider .slick-dots li.slick-active button:before {
    color: #940637;
    opacity: 1;
    font-size: 20px;
}

.banner-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
}

.banner-wrapper.right {
    right: 1% !important;
}

/*****about******/

.about {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.about .heading h6 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #940637;
}

.about .heading h6::after {
    content: '';
    margin-left: 30px;
    height: 3px;
    background-color: #940637;
    width: 10%;
}

.about .about-wrap {
    display: flex;
    justify-content: space-between;
}

.about .about-wrap .intro-title {
    width: 40%;
}

.about .about-wrap .intro-title h2 {
    color: #940637;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-size: 40px;
}

.about .about-wrap .intro {
    width: 60%;
}

.about .about-wrap .intro p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    color: #940637;
    font-size: 16px;
}

.about .about-wrap .intro .let-us {
    font-weight: 700;
    color: #940637;
    font-family: 'Montserrat';
}

/*****Why Choose******/

.why-choose {
    background-color: #940637;
    padding: 40px 0;
}

.why-choose h2 {
    text-align: center;
    color: #f9f9f9;
    font-size: 40px;
    font-family: 'Raleway';
    margin-bottom: 15px;
}

.why-choose .choose-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-choose .choose-list .choose-item {
    width: 42%;
    border-top: 2px solid #fff;
    margin-top: 30px;
}

.why-choose .choose-list .choose-item .title-img {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
}

.why-choose .choose-list .choose-item .title-img .ch-img {
    width: 50px;
    height: auto;
}

.why-choose .choose-list .choose-item .title-img .ch-img img {
    width: 100%;
    height: auto;
}

    .why-choose .choose-list .choose-item .title-img .ch-title h2 {
        font-family: 'Montserrat';
        font-size: 24px;
        color: #fff;
        text-align: left;
    }

.why-choose .choose-list .choose-item p {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

/*********FYI***********/

.fyi {
    background-color: #fff;
    padding: 80px 0;
}

.fyi .heading h6 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #940637;
    text-transform: uppercase;
}

.fyi .heading h6::after {
    content: '';
    margin-left: 30px;
    height: 3px;
    background-color: #940637;
    width: 10%;
}

.fyi .about-wrap {
    display: flex;
    justify-content: space-between;
}

.fyi .about-wrap .intro-title {
    width: 40%;
}

.fyi .about-wrap .intro-title h2 {
    color: #940637;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-size: 40px;
}

.fyi .about-wrap .intro {
    width: 60%;
}

.fyi .about-wrap .intro .partner-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fyi .about-wrap .intro .partner-logos img {
    width: 150px;
    height: auto;
    margin-right: 50px;
}

.fyi .about-wrap .intro p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    color: #940637;
    font-size: 16px;
}

.fyi .about-wrap .intro .quotes {
    color: #940637;
    font-size: 25px;
    font-family: 'Montserrat';
}

.fyi .about-wrap .intro .buttonPrimary {
    background-color: #940637;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: auto;
    padding: 18px;
}

.fyi .about-wrap .intro .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

/****Testimonials******/

.testimonials {
    background-color: #940637;
    padding: 50px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonials .testimonials-slider {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.testimonials .testimonials-slider .slick-dots {
    bottom: -20px
}

.testimonials .testimonials-slider .slick-dots li button:before {
    font-size: 18px;
}

.testimonials .quote-text {
    font-size: 15px;
    color: #f9f9f9;
    font-family: 'Montserrat';
    margin-bottom: 16px;
}

.testimonials .quote-person {
    font-size: 10px;
    color: #f9f9f9;
    font-family: 'Montserrat';
    margin-bottom: 16px;
}

/*****Footer******/

.footer {
    background-color: #e4e4e4;
    padding: 30px 0;
}

.footer .footer-container {
    max-width: 93%;
    width: 100%;
    margin: 0 auto;
}

.footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer .footer-wrapper .footer-logo img {
    width: 300px;
    height: auto;
}

.footer .footer-wrapper .footer-start h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}

.footer .footer-wrapper .footer-start p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat';
}

.footer .footer-wrapper .footer-start .form-control {
    font-family: 'Montserrat', sans-serif;
}

.footer .footer-wrapper .footer-start .buttonSubmit {
    background-color: #940637;
    border-radius: 4px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer .footer-wrapper .footer-start .buttonSubmit:hover {
    background-color: #300;
    color: #f9f9f9;
}

.footer .footer-wrapper .footer-start a {
    color: rgb(57, 57, 57);
    text-decoration: none;
}

.footer .footer-disclaimer {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.footer .footer-disclaimer p {
    font-family: Montserrat;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
}

.footer .footer-wrapper .footer-end .social-icons {
    float: right;
}

.footer .footer-wrapper .footer-end .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.footer .footer-wrapper .footer-end .social-icons ul li {
    margin: 0 7px;
}

.footer .footer-wrapper .footer-end .social-icons ul li:last-child {
    margin-right: 0;
}

.footer .footer-wrapper .footer-end .social-icons ul li a.facebook {
    color: #4267B2;
}

.footer .footer-wrapper .footer-end .social-icons ul li a.linkedin {
    color: #0077b5;
}

/*****articles****/

.articles {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 123px;
}

.articles h1 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 57px;
    color: #940637;
    text-align: center;
}

.articles p {
    font-family: 'Montserrat';
    text-align: center;
}

.articles .insurances {
    padding: 0 0;
}

.articles .insurances a:hover{
    text-decoration:none !important;
}

.articles .insurances .insurance-heading {
    font-size: 20px;
    color: #940637;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-bottom: 20px;
  /*  border-bottom: 4px solid #940637;
    margin-bottom: 30px;*/
}

    .articles .insurances .insurance-link {
        font-size: 20px;
        color: #940637;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        text-decoration: underline;
    }

.articles .insurances .insurance-list {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}

.articles .insurances .insurance-list .insurance-item {
    width: 31.3%;
    margin-bottom: 30px;
    margin-right:18px;
}

.articles .insurances .insurance-list .insurance-item .insurance-img img {
    width: 100%;
    border-radius: .25rem;
    object-fit: cover;
    height: 200px;
}

.articles .insurances .insurance-list .insurance-item .insurance-title h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 15px 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #940637;
    margin-bottom: 0;
}
.articles .insurances .insurance-list .insurance-item .insurance-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.articles .insurances .insurance-list .insurance-item .insurance-desc p {
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    text-align: left;
}

.articles .insurances .insurance-list .insurance-item .read-more a {
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #940637;
}

.articles-details .articles-details-banner img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.articles-details .insurances .insurance-list {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .articles-details .insurances .insurance-list .insurance-item {
        width: 33.3%;
        margin-bottom: 30px;
        padding: 15px;
    }

.articles-details .insurances .insurance-list .insurance-item .insurance-img img {
    width: 100%;
    border-radius: .25rem;
    object-fit: cover;
    height: 200px;
}

.articles-details .insurances .insurance-list .insurance-item .insurance-title h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 15px 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #940637;
    margin-bottom: 0;
}

.articles-details .insurances .insurance-list .insurance-item .insurance-desc p {
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    text-align: left;
}

.articles-details .insurances .insurance-list .insurance-item .read-more a {
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #940637;
}

.articles .insurances .insurance-list .insurance-item .insurance-desc *, .articles-details .insurances .insurance-list .insurance-item .insurance-desc * {
    font-family: 'Monserrat', sans-serif !important;
    font-size: 16px !important;
    text-align: left !important;
    font-style: normal !important;
}

.articles-details .details * {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-style: normal !important;
}

.articles-details .insurances .insurance-heading {
    color: #940637;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Raleway';
    margin-top: 20px;
}

.articles-details h1 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding-top: 50px;
    text-align: center;
    color: #940637;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}

.articles-details .details {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.articles-details .details .facebook {
    color: #4267B2;
    margin-left: 5px;
}
.articles-details .details .linkedin {
    color: #0077b5;
    margin-left: 5px;
}
.articles-details .details .instagram {
    color: #8a3ab9;
    margin-left: 5px;
}
.articles-details .details h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway';
    margin-bottom: 20px;
}

.articles-details .details p:not(.article-pic-section p) {
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.articles-details .article-pic-section img {
    width: 200px;
    height: auto;
}

.articles-details .article-pic-section > p:first-of-type {
    margin-bottom: 0;
    margin-left: 50px !important;
}

.claims {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 123px;
}

.claims h1 {
    color: #940637;
    font-family: 'Raleway';
    font-size: 40px;
    margin-bottom: 30px;
}

.claims p {
    font-family: 'Montserrat';
    margin-bottom: 16px;
    font-size: 16px;
}
.privacyh1 {
    font-family: 'Montserrat' !important;
    margin-bottom: 16px !important;
    font-size: 16px !important;
    color:#000 !important
}

.claims .claims-list {
    display: flex;
    flex-wrap: wrap;
}

.claims .claims-list .claims-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: auto;
    margin-right: 30px;
}

.claims .claims-list .claims-card img {
    width: 100%;
    padding: 0 15px;
}

.claims .claims-list .claims-card {
    font-size: 18px;
    font-family: 'Montserrat';
}

.claims .claims-list .claims-card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.claims .claims-list .claims-card a.active {
    box-shadow: 0 0 10px #940637;
}

.claims .claims-list .claims-card.coming-soon {
    background-color: rgb(242, 242, 242);
}

.claims .claim-info {
    margin-top: 20px;
}

.claims .claim-info p {
    font-family: 'Montserrat';
    margin-bottom: 16px;
    font-size: 16px;
}

.claims .claim-info .buttonPrimary {
    background-color: #940637;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 240px;
    padding: 18px;
}

.claims .claim-info .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

.claims .claim-info .numbers-list {
    display: flex;
    margin-top: 40px;
}

.claims .claim-info .numbers-list .number-item {
    width: 25%;
    margin-right: 70px;
}

.claims .claim-info .numbers-list .number-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.claims .claim-info .numbers-list .number-item a {
    font-family: 'Montserrat';
    margin-bottom: 16px;
    color: rgb(155, 6, 55);
    font-size: 20px;
}

.claims .claim-info .numbers-list .number-title .number-service {
    color: #940637;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
}

.claims .claim-info .numbers-list .number-title .number-service-img {
    width: 30px;
    height: 30px;
}

.claims .claim-info .numbers-list .number-title .number-service-img img {
    width: 100%;
}

.box-shadow {
    box-shadow: 0 0 10px rgb(9 9 9 / 19%);
}

/******Life Insurance*******/

.lifeinsurance {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 123px;
}

.lifeinsurance .headtitle {
    color: #940637;
    font-weight: 500;
    font-family: 'Raleway';
    text-align: center;
    margin-bottom: 50px;
}

.lifeinsurance .featuretext {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 40px;
}

.lifeinsurance .time {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #940637;
}

.lifeinsurance .insurance-types {
    margin-top: 40px;
}

.lifeinsurance .insurance-types h4 {
    color: #940637;
    font-family: 'Raleway';
    padding-bottom: 10px;
    border-bottom: 3px solid #940637;
    margin-bottom: 20px;
}

.lifeinsurance .insurance-types .life-group .life-list {
    display: flex;
    flex-wrap: wrap;
    margin-left:5px;
}

.lifeinsurance .insurance-types .life-group .life-list li {
    margin-bottom: 10px;
    width: 50%;
}

    .lifeinsurance .insurance-types .life-group .life-list li label {
        font-family: 'Montserrat';
        text-transform: capitalize;
    }

.lifeinsurance .personal-details h4 {
    color: #940637;
    font-family: 'Raleway';
    padding-bottom: 10px;
    border-bottom: 3px solid #940637;
    margin-bottom: 20px;
}

.lifeinsurance .personal-details .details-list {
    display: flex;
    flex-wrap: wrap;
}

.lifeinsurance .personal-details .details-list .details-fields {
    width: 31%;
    margin-right: 25px;
    margin-bottom: 25px;
}

.lifeinsurance .personal-details .details-list .details-fields label {
    font-family: 'Montserrat';
}

.lifeinsurance .personal-details .details-list .details-fields .form-control {
    font-family: 'Montserrat';
}

.lifeinsurance .personal-details .details-list .details-fields .life-insurance__form-check-radio {
    display: flex;
}

.lifeinsurance .personal-details .details-list .details-fields .life-insurance__form-check-radio .form-check {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.lifeinsurance .personal-details .details-list .details-fields .life-insurance__form-check-radio .form-check .form-check-input {
    margin-top: 0;
}

.lifeinsurance .remarks h4 {
    color: #940637;
    font-family: 'Raleway';
    padding-bottom: 10px;
    border-bottom: 3px solid #940637;
    margin-bottom: 20px;
}

.lifeinsurance .remarks textarea {
    font-family: 'Montserrat';
    margin-bottom: 25px;
}

.lifeinsurance .remarks label {
    font-family: 'Montserrat';
}

.lifeinsurance .remarks .agreementcontent {
    margin-bottom: 40px;
}

.lifeinsurance .remarks .agreementcontent label {
    color: #940637;
    font-size: 12px;
    margin-top: 0;
}

.lifeinsurance .remarks .agreementcontent .declaration {
    color: #940637;
    font-size: 12px;
    font-family: Montserrat;
}

.lifeinsurance .remarks .buttonPrimary {
    background-color: #940637;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 240px;
    padding: 14px;
    height:auto !important
}

.lifeinsurance .remarks .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

.our-guru {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 123px;
}

    .our-guru h1, .our-guru h2 {
        font-family: 'Raleway';
        color: #940637;
        text-align: center;
    }

.our-guru .guru-intro {
    font-family: 'Montserrat';
    text-align: center;
}

.our-guru .guru-desc {
    margin-bottom: 40px;
}

.our-guru .guru-desc h5 {
    font-family: 'Raleway';
    font-weight: 600;
}

.our-guru .points ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-guru .points ul li {
    width: 48%;
    margin-bottom: 30px;
}

.our-guru .points ul li img {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.our-guru .points ul li .spanPt {
    font-family: 'Montserrat';
}

.our-guru p {
    font-family: 'Montserrat';
}

.our-guru .appointment-form .form-title {
    color: #000;
    font-family: 'Raleway';
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.our-guru .appointment-form form {
    margin-top: 40px;
}

    .our-guru .appointment-form form label{
        margin-top:10px;
    }

    .our-guru .appointment-form form label, .our-guru .appointment-form form .form-control {
        font-family: 'Montserrat';
    }

.our-guru .appointment-form form .agreementcontent {
    margin: 20px 0 0 0;
    padding-bottom: 20px;
}

.our-guru .appointment-form form .agreementcontent label {
    font-family: 'Montserrat';
}

.our-guru .appointment-form form .agreementcontent .agreementCheckbox {
    color: #940637;
    font-size: 12px;
    margin-top: 0;
}

.life-insurance__form-check-radio {
    display: flex;
}

.life-insurance__form-check-radio .form-check {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.life-insurance__form-check-radio .form-check .form-check-input {
    margin-top: 0;
}

.our-guru .appointment-form form .buttonPrimary {
    background-color: #940637;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 240px;
    padding: 18px;
}

.our-guru .appointment-form form .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

.our-guru .cust-review .review-title {
    color: #000;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.our-guru .cust-review .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-guru .cust-review .reviews .wrapper {
    width: 47%;
}

.our-guru .cust-review .reviews .blockquote {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    background-color: #940637;
    color: #f9f9f9;
    border-radius: 28px;
}

.our-guru .cust-review .reviews .blockquote p {
    font-family: 'Montserrat';
}

.our-guru .cust-review .reviews .blockquote .blockquote-footer {
    color: #fff;
    font-style: italic;
}

/*****Modal*******/

#carInsuranceModal .modal-content {
    padding: 20px;
}

#carInsuranceModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#carInsuranceModal .modal-header .modal-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    color: #940637;
    text-align: left;
    font-family: Raleway, sans-serif;
}

#carInsuranceModal .modal-body p {
    font-size: 20px;
    color: #646464;
    font-weight: 400;
    font-family: 'Montserrat';
}

#carInsuranceModal .modal-body ul li {
    font-size: 20px;
    color: #646464;
    font-weight: 400;
    font-family: 'Montserrat';
}

#carInsuranceModal .modal-body .by-click {
    font-size: 15px;
    color: rgb(100, 100, 100);
}

#carInsuranceModal .modal-body .buttonPrimary {
    background-color: #940637;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 18px;
    font-family: Montserrat, sans-serif;
    max-width: 215px;
}

#carInsuranceModal .modal-body .buttonPrimary:hover {
    background-color: #300;
    color: #f9f9f9;
}

/****Car Insurance Styles****/

.car-insurance {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 90px;
}

.form-wizard {
    position: relative;
    margin: 0 auto;
}

.form-wizard .steps {
    margin: 0px 0px 25px;
    overflow: hidden;
}

.form-wizard .steps ul {
    display: flex;
    margin: 15px auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.form-wizard .steps ul li {
    flex: 1 1;
    margin: 0;
    padding: 0;
    min-width: 24px;
    font-family: Montserrat;
}

.progress-step {
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
    padding: 0;
    min-width: 24px;
}

.progress-link, .progress-marker {
    display: block;
    position: relative;
}

.progress-step .progress-marker {
    color: #fff;
}

.progress-step .progress-marker:after, .progress-step .progress-marker:before {
    background-color: #b6b6b6;
}

.progress-marker:before {
    content: attr(data-text);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 43px;
    height: 43px;
    padding-bottom: 0px;
    border-radius: 50%;
    -webkit-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

.progress-marker:before, .progress-text--dotted:before {
    margin-left: auto;
    margin-right: auto;
}

.progress-marker:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: -12px;
    width: 100%;
    height: 4px;
    -webkit-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

.progress-marker:after {
    right: -50%;
}

.progress-step .progress-text {
    color: #828282;
    font-size: 17px;
    display: block;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:500;
}

.progress-title {
    margin-top: 0;
    font-family: Raleway;
}

.progress-step .progress-marker:after, .progress-step .progress-marker:before {
    background-color: #b5b5b5;
}

.progress-step.active .progress-marker:before,
/* .progress-step.is-complete .progress-marker:before, 
.progress-step.is-progress .progress-marker:before,  */

.progress-step .progress-marker:hover:before, .progress-step:hover .progress-marker:before {
    background-color: #940637!important;
}

.progress-tracker li:last-child .progress-marker:after {
    display: none;
}

.form-container {
    clear: both;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
    padding-bottom: 0px;
}

.form-container.active {
    display: block;
}

.eligibilitytitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #940637;
    text-align: left !important;
}

.eligability .desc {
    font-size: 14px;
    font-family: Raleway, sans-serif;
    height: 350px;
    overflow-y: auto;
    padding-right: 20px;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*
  *  STYLE 2
  */

/* .eligability .text-left {
    margin: 0 0 0 40px;
} */

.eligability .text-left li {
    font-family: Montserrat;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    font-size: 14px;
}

.eligability h2, .eligability li, .eligability p, .eligability span {
    font-size: 20px;
}

.myContainer.margin-auto {
    margin: 0 auto;
}

.eligability form {
    margin-bottom: 0;
    margin-left: 40px;
    font-family: Raleway, sans-serif;
}

.eligability form .pb-3, .eligability form .py-3 {
    padding-bottom: 1rem!important;
}

.eligability form label {
    color: #000;
    margin-top: 9px;
}

.eligability form label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0 !important;
    left: -5px;
    top: 2px;
}

.our-guru .form-check #agreementCheckbox {
    position: absolute;
    margin-top: .3rem;
    margin-left: 7px !important;
    left: -5px;
    top: -1px;
}

.eligability .declaration {
    margin-top: 0!important;
    color: #940637;
    font-family: Montserrat;
    font-size: 16px;
}

.eligability .declaration {
    margin-top: 0!important;
    color: #940637;
    font-family: Montserrat;
}

.buttonPrimary__container.desktop {
    width: 240px;
}

.buttonPrimary__container.desktop>.buttonPrimary, .buttonPrimary__container.desktop>a>.buttonPrimary {
    padding: 20px;
    margin: 12px 0;
}

.eligability button[disabled] {
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    pointer-events: none;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.buttonPrimary {
    background-color: #940637;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    height: 68.5px;
}

.eligability button[disabled] span {
    color: #090909;
}

.eligability span {
    color: #fff;
    position: relative;
    transition: .5s;
}

#accept {
    width: 450px;
}

#accept:hover {
    background-color: #300;
}

#accept:hover span {
    padding-right: 25px;
}

#accept:hover span:after {
    opacity: 1;
    right: 0;
}

.eligability span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    display: flex;
    height: 100%;
    align-items: center;
}

.form-group.form-check {
    text-align: left;
}

.progress-step.is-complete .progress-marker:after, .progress-step.is-progress .progress-marker:after {
    background-color: #868686;
}

.new-features .featuretitle, .general-quote .featuretitle, .compare .featuretitle, .add-ons .featuretitle, .persional-info .featuretitle, .tearms-agree-section h2 {
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 50px;
    color: #940637;
    font-family: Raleway;
}

.new-features h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #000;
    margin-top: 9px;
    font-family: Raleway;
    padding-top: 32px;
}

.workshop {
    padding-top: 15px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.buttonPrimary:hover {
    color: #fff;
}

.form-check-label {
    margin-bottom: 0;
    margin-top: 0!important;
    display: inline-block;
    color: #000;
    font-family: Montserrat;
    /* margin-left: 1.25rem; */
}

.form-text {
    display: block;
    margin-top: .25rem;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #0488B1;
}

.new-features .tip {
    color: #0488b1;
}

p.red2 {
    color: #940637;
    font-family: Montserrat;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 400;
}

.buttonBackPrimary, .buttonPrimaryNext {
    width: 240px;
    padding: 20px;
    margin: 12px 0;
    border: 2px solid #f9f9f9;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    transition: all .5s;
    height: 68.5px;
    color: #940637;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.buttonBackPrimary:hover {
    border: 2px solid #300;
    color: #940637;
    outline: none;
}

.buttonPrimaryNext {
    background-color: #940637;
    color: #fff;
    margin-left: 15px;
}

.buttonPrimaryNext:hover, .buttonPrimaryNext:focus, .buttonPrimaryNext:active {
    background-color: #300;
    color: #f9f9f9;
    outline: none;
    border-color: #300;
}

.input-btn {
    margin-top: 30px;
}

.no-claim-discount {
    padding-bottom: 15px!important;
}

.info-btns {
    padding-bottom: 3rem;
}

.myInfoButton {
    float: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.tabContainerFlex-0-2-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.borderbottom {
    border-bottom: 2px solid #940637;
}

.myInfoAnchor-0-2-3 {
    cursor: pointer;
    transition: all 0.5s;
    background-color: transparent;
}

.borderbottom2 {
    border-bottom: 2px solid #707070;
}

.box-content-padding {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
    ;
    padding-bottom: .25rem!important;
}

.tabWrapper-0-2-7 {
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: -15px;
    justify-content: center;
}

.tabWrapperTextOne-0-2-8 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: Montserrat;
}

.tabWrapperTextTwo-0-2-9 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: Montserrat;
}

.small, small {
    font-size: 13px;
    font-weight: 400;
    font-family: Montserrat;
}

.tabContainerFlex-0-2-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabWrapperTextOne-0-2-8 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: Montserrat;
}

.myInfoImg-0-2-4 {
    flex: 0;
    float: right;
    width: 100%;
    height: 100%;
    display: block;
    align-self: center;
}

a.myInfoAnchor-0-2-3:hover {
    text-decoration: none;
}

.quote-form .card {
    box-shadow: 0 0 10px rgb(9 9 9 / 19%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.quote-form .card-header label {
    font-family: Raleway;
    font-weight: 600;
    font-size: 25px;
    color: #940637;
    border-bottom: 2px solid #940637;
    /* padding-bottom: 10px; */
    width: 100%;
    margin-top: 9px;
    display: inline-block;
    margin-bottom: .5rem;
}

.quote-form .card-body, .quote-form .card-header {
    background-color: #fff;
}

.margin-auto {
    margin: 0 auto;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.quote-form .card-body, .quote-form .card-header {
    background-color: #fff;
}

.quote-form .card-header {
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
}

.blockquote-footer, .card-body {
    color: #f9f9f9;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.quote-form .container-card-custom, .quote-form .card-select-group {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.quote-form .container-card-custom .card-label-custom, .quote-form .card-select-group .card-label-custom {
    margin-right: 10px;
}

.quote-form .container-card-custom .card-label-custom label, .quote-form .radio-group .wrap label, .quote-form .card-select-group .card-label-custom label {
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    color: #940637;
}

.quote-form .card-select-group {
    display: flex;
}

.quote-form .card-select-group select {
    margin-right: 15px;
}

select {
    margin: 3px 0;
    word-wrap: normal;
}

.quote-form label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: 9px;
}

.date-pick label {
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    color: #940637;
    margin-right: 10px;
}

.list-form {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    padding: 15px;
    margin: 15px auto;
    width: 100%;
}

.list-form:first-child {
    margin-top: 0px;
}

.forms-tab1 {
    margin-bottom: 50px;
}

.item-content .payment-title {
    border-bottom: 0px;
}

.item-content label {
    color: #000000;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.item-content .form-control {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #A7A7A7;
}

.item-content::-webkit-scrollbar {
    width: 7px;
    height: 0;
}

.item-content::-webkit-scrollbar-thumb {
    background-color: #940637;
    border-radius: 10px;
}

.item-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.customer-type .card-label-custom {
    display: inline-block;
}

.customer-type #martialStatus {
    display: inline-block;
    width: 225px;
}

.quote-form .card-input-container-custom {
    position: relative;
    height: 50px;
    border-bottom: 2px solid #b6b6b6;
}

.quote-form .card-input-container-custom input {
    color: #595f6e;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: none;
    outline: none;
}

.customer-type {
    margin-right: 10px;
}

.quote-form .card-header .car-wrap-header {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #940637;
}

.quote-form .container-card-custom {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.quote-form .car-label {
    flex-direction: column;
}

.quote-form .car-label .card-label-custom {
    text-align: left;
    /* margin-top: 15px; */
}

.quote-form .container-card-custom .card-label-custom {
    margin-right: 10px;
}

.quote-form .container-card-custom .card-label-custom label, .quote-form .radio-group .wrap label {
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    color: #940637;
}

.quote-form .card-input-container-custom {
    position: relative;
    height: 50px;
    border-bottom: 2px solid #b6b6b6;
}

.quote-form .card-input-container-custom input {
    color: #595f6e;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    border: none;
    outline: none;
}

/* .refForm {
    border-left: grey;
    border-right: grey;
    border-top: grey;
} */

.refForm:focus-visible {
    outline: none;
}

.btn2, .greybutton {
    width: 25%;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    border: none;
}

.btn2 {
    background-color: #940637;
    height: 32px;
    color: #fff;
}

.badge {
    font-size: 14px;
    padding: 7px 7px 7px 15px;
    float: left;
    margin-left: 8px;
}

.badge, .bubblebg {
    background: #007a04;
}

.badge-pill {
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

span.badge {
    color: #fff;
}

.x {
    border: none;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.plan-text p, .plan-text span, .plan-text h2, .plan-text li {
    font-family: Montserrat;
    font-size: 1rem;
}

.comlogo {
    border-right: 1px solid #b6b6b6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-bottom-style {
    margin: 10px 0px;
}

.red2 {
    color: #940637;
    font-weight: 400;
    font-size: 80%;
}

.price__container p, .price__container span, .provider__card p {
    font-weight: 600;
    color: #090909;
    text-align: left;
    font-family: Montserrat, sans-serif;
}

.price__container .discount del {
    position: relative;
    margin-right: 15px;
}

.price__container .discount del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #090909 !important;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.price__container .discount ins span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #940637;
}

.price__container .total__price {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #090909;
}

.price__container .saving__text span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #940637;
}

.refbutton, .refbutton2 {
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.refbutton {
    background-color: #940637;
    height: 59px;
    color: #fff;
}

.refbutton:hover {
    color: #fff !important;
}

.container-width {
    width: 900px;
    margin: 0 auto;
}

.btn.disabled {
    opacity: .65;
    background-color: gray;
    line-height: 1;
}

.font-text {
    font-size: 16px !important;
}

.red2 small {
    font-size: 10px;
    text-align: center;
}

.img-logo {
    width: 100px;
    margin: 0 auto;
}

.add-ons .card, .add-ons .card-body {
    background-color: #f9f9f9;
}

.add-ons .card {
    box-shadow: 0 0 10px hsl(0deg 0% 71% / 40%);
    border-radius: 5px;
    border: 0;
}

.img-wrapper {
    position: relative;
    height: 100%;
}

.img-container {
    max-width: 167px;
    max-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-container img {
    width: 100%;
}

.add-on-style {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0px 15px;
}

.add-ons .custom-input-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-ons .custom-input-check {
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 0px;
}

.add-ons .custom-input-check h4 {
    font-size: 26px;
    color: #090909;
    font-family: Raleway;
    font-weight: bold;
    margin-bottom: 25px;
}

.add-ons .custom-input-check label {
    color: #090909;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    margin: 0px !important;
}

.add-ons .custom-input-check input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.add-ons .container-section-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
}

.add-ons .container-section-two .title {
    font-size: 15px;
    color: #090909;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.add-ons .container-section-two .title {
    font-size: 15px;
    color: #090909;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.add-ons .discount del {
    position: relative;
    margin-right: 15px;
}

.add-ons .discount del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #090909 !important;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.add-ons .discount del .amount {
    color: #090909;
}

.add-ons .discount del .amount, .add-ons .discount ins span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.add-ons .discount del .amount, .add-ons .discount ins span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.add-ons .discount ins span {
    color: #940637;
}

.add-ons .container-section-two .price {
    font-size: 37px;
    color: #090909;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.add-ons .saving__text span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #940637;
    margin-bottom: 15px;
}

.add-ons .container-section-two .link {
    margin-bottom: 15px;
}

.add-ons .container-section-two .link a {
    font-size: 15px;
    color: #940637;
    font-family: Montserrat, sans-serif;
}

.add-ons .option-button {
    background-color: #940637;
    height: 50px;
    font-size: 20px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    margin-right: 50px;
    margin-bottom: 50px;
}

.add-ons .card-body {
    padding: 25px 0px;
}

.img-wrapper::before {
    content: '';
    border: 1px solid #b6b6b6;
    height: 80%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.total-price {
    color: #300;
    font-size: 36px;
    text-align: center;
    font-family: Raleway;
}

.payment-title {
    padding-top: 70px;
    padding-bottom: 10px;
    border-bottom: 3px solid #940637;
    margin-bottom: 10px;
    color: #940637;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}

.persional-info .form-row {
    margin-bottom: 2vh;
}

.persional-info .label {
    color: #000;
    margin-top: 9px;
}

.persional-info .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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;
}

.persional-info .padding-0 {
    padding: 0px 5px !important;
}

.persional-info select {
    margin: 0px;
}

.persional-info .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.payment .back-button, .payment .back-button:hover {
    background-color: #fff;
    color: #940637;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    width: 250px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
}
.right-tab-info .payment .back-button, .right-tab-info .payment .back-button:hover{
    width: 175px;
}
.right-tab-info  .payment .button{
    width: 175px;
}

.agree-section .form-check{
    padding-left: 0;
}
.declaration, .agreementCheckbox{
    padding-left: 15px;

}
#agreementCheckbox{
    margin-top: 0;
}
.payment .back-button span {
    color: #940637;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s;
}

.payment .button {
    border-radius: 4px;
    background-color: #940637;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    width: 250px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px 5px 0px;
}

.payment .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s;
    color: #fff;
    font-family: Montserrat;
}

.payment .button span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
}

.payment .back-button span:after {
    content: "\00ab";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: .5s;
}

.payment .back-button:hover {
    border: 2px solid #300;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(148 6 55 / 27%);
}

.payment .back-button:hover span:after {
    opacity: 1;
    left: 0;
}

.payment .button:hover {
    background-color: #940637;
	/* background-color: #300; */
	
}

.payment .button:hover span:after {
    opacity: 1;
    right: 0;
}

.payment .button:hover span {
    padding-right: 25px;
}

.payment .back-button:hover span {
    padding-left: 25px;
}

.preview .header1 {
    font-size: 25px;
    color: #940637;
    border-bottom: 2px solid #940637;
    padding-bottom: 10px;
    width: 100%;
}

.preview .header1, .preview .text1 {
    font-weight: 600;
    font-family: Raleway;
}

.preview .mb-40 {
    margin-bottom: 40px;
}

.disable-bg-color {
    background-color: rgb(232, 240, 254) !important;
}

.date .form-control {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.modal-body {
    color: #646464;
}

.custome-model-popup.modal {
    background-color: rgba(0, 0, 0, .4);
}

.custome-model-popup .modal-header {
    background-color: #940637;
    height: 97px;
    position: relative;
}

.custome-model-popup .modal-header img {
    position: absolute;
    top: 60px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.custome-model-popup .modal-body {
    text-align: center;
}

.custome-model-popup .modal-footer .btn-secondary {
    margin-bottom: 26px;
    border: 2px solid #940637;
    background: transparent;
    color: #940637;
}

.custome-model-popup .modal-footer .agree-button, .custome-model-popup .modal-footer .btn-secondary {
    margin: 0;
    width: 210px;
    height: 50px;
}

.custome-model-popup .agree-button {
    background-color: #940637;
    color: #fff;
}

.custome-model-popup .modal-footer {
    border-top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.otp-pop-up h3 {
    font-family: Raleway;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.otp-pop-up p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.otp-pop-up input[type='text'] {
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    box-sizing: border-box;
    border-radius: 4px;
}

.rangeslider {
    margin: 20px 0;
    position: relative;
    background: #e6e6e6;
    touch-action: none;
}

.rangeslider-horizontal {
    height: 12px;
    border-radius: 10px;
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #940637 !important;
    border-radius: 5px;
}

.rangeslider, .rangeslider .rangeslider__fill {
    display: block;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 40%);
}

.rangeslider-horizontal .rangeslider__handle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 50%;
    /*transform: translate3d(-50%, -50%, 0);*/
    transform: translateY(-50%);
}

.rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.rangeslider-horizontal .rangeslider__handle:after {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /*background-color: #dadada;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 40%), inset 0 -1px 3px rgb(0 0 0 / 40%);*/
}

.rangeslider__labels {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

.rangeslider__labels .rangeslider__label-item {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
}

.input-amount {
    color: #940637;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: Montserrat;
}

.no-claim-discount h5 a, .eligability-conditions, .disclimer {
    text-decoration: underline;
    color: #0488b1;
    font-size: 15px;
    font-weight: 600;
    font-family: Raleway;
}

.eligability-conditions, .disclimer {
    font-weight: 700;
}

.NCD-select label {
    margin-left: 0px;
}

.eligability-display.show {
    display: block !important;
}

.rangeslider__handle__value {
    display: none;
}

.buttonPrimaryModal {
    background-color: #940637;
    width: 160px;
    margin: 12px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: Raleway;
}

.buttonPrimaryModal:hover {
    color: #fff;
}

.buttonBackPrimary, .buttonBackPrimaryModal {
    border: 2px solid #f9f9f9;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    width: 160px;
    margin: 12px 0px;
    transition: all .5s;
    cursor: pointer;
}

    .buttonBackPrimaryModal span, .buttonBackPrimary span {
        color: #940637;
        font-weight: 500;
        font-family: Raleway;
    }

.buttonBackPrimaryModal:hover {
    border: 2px solid #300;
    border-radius: 4px;
    background-color: #fff;
    color: #940637;
    text-align: center;
    /*font-size: 20px;*/
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0 3px 6px rgb(148 6 55 / 27%);
}



    .otp-status-btn {
        width: 100%;
        margin: 0 auto;
    }

.otp-msg {
    line-height: 1.8 !important;
    margin-top: 10px;
    margin-bottom: 8px !important;
}

.post-otp {
    display: none;
}

.select-plan-pop-up .img-section {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.select-plan-pop-up .img-section img {
    width: 100%;
}

.select-plan-pop-up .modal-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    color: #940637;
    text-align: center;
    font-family: Raleway, sans-serif;
    text-align: center;
}

.nobutton {
    background-color: transparent;
    border: 1px solid #940637;
    height: 59px;
    width: 214px;
    margin: 30px 0;
    font-size: 20px;
    color: #ad2b59;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
}

.yesbutton {
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    background-color: #940637;
    height: 59px;
    color: #fff;
    width: 214px;
    margin: 30px 0;
}

.yesbutton:hover {
    color: #fff;
}

/* ------------ Thank you page ------------- */

.thank-you-section {
    padding: 73px 0px 25px;
}

.conformation-header {
    padding: 10px;
    font-size: 26px;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'Raleway';
    color: #940637;
    text-align: center;
    padding-top: 30px;
}

.thankyou-message {
    padding: 25px;
    background-color: #f5f5f5;
}

.thankyou-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.thankyou-content h3 {
    color: #2c7500;
    font-size: 32px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1.2;
}

.thankyou-content h3 i {
    width: 100%;
    text-align: center;
    font-size: 60px;
}

.thankyou-content p {
    font-family: 'Montserrat';
    color: #212529;
    margin-bottom: .5rem;
    font-weight: 500;
}
    .thankyou-content h1 {
        font-family: 'Montserrat' !important;
        color: #212529 !important;
        margin-bottom: 0.5rem !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }
.thankyou-content p .date {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    font-family: sans-serif;
    margin-right: 10px;
}

.thankyou-content p span.border-style::before {
    content: '';
    border: 1px solid #dcdcdc;
    position: absolute;
    right: -7px;
    height: 22px;
    bottom: 2px;
}

.thankyou-content p span.border-style {
    margin-right: 10px;
    padding-right: 10px;
}

.deliver-date, .order-details p span {
    color: #2c7500;
}

.order-details {
    margin-top: 15px;
    margin-bottom: 15px;
}

.order-details p span {
    margin: 0px;
}

.manage-order-date {
    background-color: #940637;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    padding: 18px;
    width: 450px;
}

.manage-order-date:hover {
    background-color: #300;
    color: #f9f9f9;
}

.share-btn {
    width: 450px;
    border-color: #d47500;
    background-color: #fff;
    color: #d47500;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 25px auto;
    font-size: 18px;
    display: block;
    height: 70px;
    padding: 15px;
}

.manage-order-date:hover {
    color: #fff;
}

.share-btn:hover {
    color: #d47500;
}

.share-btn .fa-share-alt {
    margin-right: 5px;
}

.tax-btn {
    background-color: #feeee0;
    border: 1px solid #d47500;
    width: 450px;
    color: #ee7a15;
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 15px auto;
    padding: 25px 0px;
}

.feed-back-section {
    /* padding: 10px; */
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.feed-back {
    padding: 10px;
    /* border: 1px solid #e5e5e5; */
}

.feed-back-header {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

.feed-back-header h5 {
    font-size: 30px;
    font-weight: 500;
    color: #940637;
    font-family: 'Raleway';
}

.feed-back-content {
    padding: 25px 0px;
}

.rating-section {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 15px;
}

.rating-section p {
    font-size: 14px;
    margin: 0px;
}

.rating-section .form-check {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    margin: 0px 5px;
}

.form-check-inline .form-check-input {
    margin: 0;
}

.form-check-label {
    font-size: 14px;
}

.comment-box {
    margin-bottom: 15px;
}

.comment-box textarea {
    line-height: 1.3;
    resize: none;
    width: 60%;
    height: 125px;
    border: 1px solid #e5e5e5;
}

.comment-box textarea:focus-visible {
    outline: 0;
}

.submit-btn {
    background-color: #940637;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 250px;
    height: 70px;
}

.submit-btn:hover {
    background-color: #300;
    color: #f9f9f9;
}

.order-details p {
    font-size: 18px;
}

.feed-back-header p{
    font-size: 18px;
}

.refer-section h3 {
    color: #940637;
    text-align: center;
}
.sidenav-right .back-section, .sidenav-right  #next2{
    width: 175px;
}
.refer-section {
    background-color: #f0d7e0;
    padding: 25px;
}

.refer-link {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.refer-link .form-control {
    border-radius: 0px;
}

.refer-link p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.refer-link .btn {
    border-radius: 0px;
}

.refer-link .btn.btn-primary {
    background-color: #fff;
    color: #940637;
    border: 0px;
    height: calc(1.5em + .75rem + 2px);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 75px;
}

.refer-link .input-group .form-control {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
    border: 0px;
    height: auto;
}

.refer-link .input-group {
    width: 75%;
    margin: 0 auto;
}

.refer-link .form-group {
    margin-top: 15px;
}

.refer-link .btn-primary:not(:disabled):not(.disabled).active, .refer-link .btn-primary:not(:disabled):not(.disabled):active, .refer-link .show>.btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #940637;
}

.refer-link .btn-primary.focus, .refer-link .btn-primary:focus {
    box-shadow: none;
}

.share-section .fab {
    background-color: #940637;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: relative;
}
.modal-body .head{
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 15px;
}

.share-section .fab::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-section {
    margin: 15px 0px;
}

.share-section a {
    margin: 0px 5px;
}

/* ------------ Thank you pop-up ------------- */

.charity-popup h5 {
    font-weight: normal;
    color: #000;
    font-family: Raleway;
    font-size: 24px;
}

.charity-popup h6 {
    color: #000;
}

.custome-model-popup.charity-popup .modal-body {
    padding: 25px;
    text-align: center;
}

/* .donate-section {
    border: 2px solid #ced4da;
} */

.donate-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.donate-1 {
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    flex-direction: column;
    text-align: center;
    width: 40%;
    margin: 15px;
    border: 2px solid #333;
    cursor: pointer;
}

.donate-1.active {
    border-color: #940637;
}

.input-img-sec {
    display: flex;
    align-items: center;
}

.check-input.active {
    background-color: #940637;
}

.charity-popup .img-sec {
    width: 125px;
    margin: 0px auto;
}

.charity-popup .img-sec img {
    width: 100%;
}

.donate-content p {
    font-size: 18px;
    margin: 0px;
}

.input-img-sec {
    width: 200px;
}

.donate-content {
    width: 100%;
}

.donate-content p {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 500;
}

/* .border-bot {
    border-bottom: 2px solid #ced4da;
} */

.charity-popup .sub-btn {
    width: 150px;
    padding: 15px;
    color: #fff;
    background-color: #940637;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 10px;
}

.charity-popup .sub-btn:hover {
    color: #fff;
}

.charity-popup .buttons {
    text-align: center;
}

.charity-popup .modal-dialog {
    transform: translate(0, 0) !important;
}

.modal.charity-popup {
    overflow-x: hidden;
    overflow-y: auto;
}

.donate-content p strong {
    display: block;
}
.switch label.selected{
    color: #000;
    font-weight: 700;
}
.switch label.unselected{
    color: #e0e0e0;
    font-weight: 700;
}
.popover-content {
	display: none;
}
.popover{
    background-color: #940637;
}
.popover-body{
    color: #fff;
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after{
    border-top-color:#940637
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after{
    border-bottom-color: #940637;
}
.fa-info-circle{
    color: #940637;
}

.before-img, .after-img{
    position: absolute;
    width: 350px;
}
.refer-section{
    position: relative;
}
.before-img{
    left: 25px;
    bottom: -50px;
}
.after-img{
    right: 25px;
    top: -50px;
}
/* ------------ Thank you pop-up end ------------- */

/* ------------ Thank you page end ------------- */

/*************/

.Protector {
    display: none;
    padding: 10px 0;
}

#claim2 {
    display: none;
}

.quote-form {
    display: none;
}

.singpass #buynowbtn1 {
    width: 340px;
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #940637;
    border: 2px solid #940637;
    background-color: transparent;
    font-size: 16px;
    border-radius: .25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.singpass #buynowbtn1 span {
    transition: .5s;
    position: relative;
}

.singpass #buynowbtn1 span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.singpass #buynowbtn1 img {
    margin-left: 7px;
}

.singpass #buynowbtn1:hover {
    border: 2px solid #300;
    box-shadow: 0 3px 6px rgb(148 6 55 / 27%);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.singpass #buynowbtn1:hover span {
    padding-right: 25px;
}

.singpass #buynowbtn1:hover span:after {
    opacity: 1;
    right: 0;
}

.singpass #buynowbtn2 {
    border: 2px solid #940637;
    color: #940637;
    background-color: transparent;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.singpass #buynowbtn2 span {
    position: relative;
    transition: .5s;
    display: flex;
}

.singpass #buynowbtn2 span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.singpass #buynowbtn2:hover {
    border: 2px solid #300;
    box-shadow: 0 3px 6px rgb(148 6 55 / 27%);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.singpass #buynowbtn2:hover span {
    padding-right: 25px;
}

.singpass #buynowbtn2:hover span:after {
    opacity: 1;
    right: 0;
}

.singpass .border-right {
    border-right: 2px solid #ccc !important;
}

#renew2 {
    display: none;
}

#hire-purchase-company {
    display: none;
}

.addtional-drivers h1 {
    color: #940637;
    font-size: 25px;
    padding-top: 70px;
    font-family: Raleway;
}

.addtional-drivers h2 {
    padding-top: 20px;
}

.singpass .card, .singpass .card-body {
    background-color: #f0f4f4;
}

.singpass .card-body {
    padding: 50px;
}

.singpass .custom-input-check {
    border-bottom: 0;
}

.my-car .container-card-custom {
    flex-direction: initial;
    margin-bottom: 5px;
    display: initial;
}

#add-ons {
    display: none;
}

#back-quote {
    border: 2px solid #f9f9f9;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    width: 160px;
    padding: 12px;
    height: 68.5px;
    color: #940637;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

#back-quote span {
    position: relative;
    transition: .5s;
}

#back-quote span::after {
    content: "\00ab";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#back-quote:hover {
    border: 2px solid #300;
    color: #940637;
    outline: none;
}

#back-quote:hover span {
    padding-left: 25px;
}

#back-quote:hover span::after {
    opacity: 1;
    left: 0;
}

.back-section {
    background-color: transparent;
    color: #940637;
    text-align: center;
    font-size: 20px;
    width: 200px;
    padding: 12px;
    height: 56px;
    border: 1px solid #940637;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.back-section span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    transition: .5s;
}

.back-section span::after {
    content: "\00ab";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.back-section:hover {
    background-color:#940637;/* #300;*/
    color: #fff;
    outline: none;
}

.back-section:hover span {
    padding-left: 25px;
}

.back-section:hover span::after {
    opacity: 1;
    left: 0;
}

#next2, #selectbtn {
    background-color: #940637;
    color: #fff;
    width: 240px;
    padding: 12px;
    margin: 12px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
    height: 56px;
    font-weight: 500;
    margin-left: 15px;
    font-family: Montserrat, sans-serif;
}

#next2:hover {
    background-color: #300;
    color: #f9f9f9;
    outline: none;
}

#next2 span {
    position: relative;
    transition: .5s;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

#next2::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#next2:hover span {
    padding-right: 25px;
}

#next2:hover::after {
    opacity: 1;
    right: 0;
}

.agree-button span, 
.lets-quotes span {
    position: relative;
    transition: .5s;
}

.agree-button span::after, 
.lets-quotes span::after{
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.agree-button:hover span, 
.lets-quotes:hover span  {
    padding-right: 25px;
}

.agree-button:hover span::after, 
.lets-quotes:hover span::after {
    opacity: 1;
    right: 0;
}

.no-button span {
    position: relative;
    transition: .5s;
}

.no-button span::after {
    content: "\00ab";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.no-button:hover span {
    padding-left: 25px;
}

.no-button:hover span::after {
    opacity: 1;
    left: 0;
}

.nobutton span {
    position: relative;
    transition: .5s;
    display: flex;
}

.nobutton span::after {
    content: "\00ab";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.nobutton:hover span {
    padding-left: 25px;
}

.nobutton:hover span::after {
    opacity: 1;
    left: 0;
}

#selectbtn span {
    position: relative;
    transition: .5s;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

#selectbtn span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#selectbtn:hover span {
    padding-right: 25px;
}

#selectbtn:hover span::after {
    opacity: 1;
    right: 0;
}

#otpRequestBtn span {
    position: relative;
    transition: .5s;
}

#otpRequestBtn span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#otpRequestBtn:hover span {
    padding-right: 25px;
}

#otpRequestBtn:hover span::after {
    opacity: 1;
    right: 0;
}

#otpSubmit span {
    position: relative;
    transition: .5s;
}

#otpSubmit span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#otpSubmit:hover span {
    padding-right: 25px;
}

#otpSubmit:hover span::after {
    opacity: 1;
    right: 0;
}

.buttonBackPrimaryModal {
    width: 180px !important;
}

.buttonBackPrimaryModal span {
    position: relative;
    transition: .5s;
}

.buttonBackPrimaryModal span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

.buttonBackPrimaryModal:hover span {
    padding-right: 25px;
}

.buttonBackPrimaryModal:hover span::after {
    opacity: 1;
    right: 0;
}

#yes-do span {
    position: relative;
    transition: .5s;
}

#yes-do span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#yes-do:hover span {
    padding-right: 25px;
}

#yes-do:hover span::after {
    opacity: 1;
    right: 0;
}

/* #buynowbtn{
width: 160px !important;
} */

#buynowbtn span {
    position: relative;
    transition: .5s;
}

#buynowbtn span::after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
}

#buynowbtn:hover span {
    padding-right: 25px;
}

#buynowbtn:hover span::after {
    opacity: 1;
    right: 0;
}

/*********************************                  singpass new design         **********************************/

.singpass {
    width: 100%;
    max-width:54%;
    margin: 0 auto;
}

.singpasscard {
    height: auto;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.retrieve-singpass {
    background-color: #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 25px;
    height: 100%;
}

/* .retrieve-singpass:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #e4e4e4;
	border-width: 20px;
	margin-top: -20px;
} */

.retrieve-singpass img {
    width: 150px;
}
.my-info-img{
    width: 100px !important;
    margin: 0 auto;
    display: block;
}

.retrieve-singpass p {
    text-align: left;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #000000;
}

.singpass-login-sec p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.singpass-login-sec p:first-child {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.singpass-login-btn , .singpass-login-btn-1, .singpass-login-btn-2{
    background: #f4333d;
    border-radius: 15px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    padding: 0px;
    /* height: 45px; */
    height: 40px;
}
.singpass-manual-btn {
    /*background: #2675E2;*/
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* height: 45px; */
    height: 30px;
    width: 100%;
}
.singpass-content{
    padding-bottom:10%;
}
.singpass-manual-btn p {
    font-family: Raleway !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
}
/* .singpass-login-btn {
    background: #940637;
    border-radius: 2px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    padding: 0px;
    height: 45px;
} */

.singpass-login-btn p, .singpass-login-btn-1 p, .singpass-login-btn-2 p{
    font-family: Raleway !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 16px !important;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
}

.singpass-login-btn:hover, .singpass-login-btn-1:hover, .singpass-login-btn-2:hover {
    color: #fff;
}

.singpass-login-btn p, .singpass-login-btn-1 p, .singpass-login-btn-2 p  {
    margin-bottom: 6px;
    /* margin-right: 10px; */
    font-size: 16px;
}

.singpass-login-btn img {
    width: 100px;
    padding-top: 5px;
}

.login-singpass {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* width: 80%; */
    width: 100%;
    margin: 0 auto;
}

.singpass-login-sec {
    padding: 15px 25px;
    text-align: center;
}

.btn.singpass-login-btn p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.or {
    border: 1px solid #940637;
    border-radius: 100%;
    padding: 5px 7px;
    color: #940637;
    margin: 25px auto 0;
    width: max-content;
    font-size: 14px;
}

.buy-now {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    color: #940637 !important;
    display: block;
    margin: 25px auto;
    text-decoration: underline !important;
    font-weight: 500;
    border: 0px;
    background-color: transparent;
}

.buy-now:hover {
    color: #940637;
}

.feature-choose {
    width: 100%;
    margin: 25px auto;
}

.feature-choose td, .feature-choose th {
    border: 1px solid #e4e4e4;
    padding: 15px 0px;
}

.feature-choose .features-styles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    padding: 15px 25px !important;
    border-bottom: 0;
    width: 50%;
}

.bordered-bottom {
    border: 1px solid #e4e4e4 !important;
}

.bordered-right {
    border-right: 0px !important;
}

.feature-choose .features-styles span img {
    width: 25px;
}

.feature-choose h3 {
    color: #940637;
    font-weight: 400;
    padding-bottom: 30px;
    color: #940637;
    font-family: Raleway;
    font-size: 30px;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 15px 0px !important;
    border-bottom: 0;
    margin-bottom: 0px;
}

.feature-details {
    display: flex;
}

.insurance-plans {
    border: 2px solid #b6b6b6;
    border-bottom-color: transparent;
    transition: all ease .35s;
}

.insurance-plans {
    padding: 0px 8px;
}

.partners-table .logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 100px;
}

.partners-table .logo img {
    width: 100%;
}

/* .partners-table tr, .partners-table th{
    border-bottom: 1px solid #b6b6b6;
} */

.partners-table tr:last-child {
    border-bottom: 0;
}

.text-color-style {
    color: #DA0000 !important;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.insurance-plans-link {
    display: block;
    margin: 5px 0px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0488B1;
}

.text-disable {
    color: #676767 !important;
    text-decoration: line-through;
    /* font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; */
    display: inline-block;
    margin-right: 15px;
}
.addons {
    display: flex;
    align-items: center;
}
.addons p{
    margin: 0 5px;
}
.saver-price span {
    background-color: #940637;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.partners-table td {
    padding: 10px 5px;
    vertical-align: top;
    width: 50%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.partners-table .text-style {
    text-align: right;
    color: #940637;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.select-plan-btn {
    background-color: #940637;
    color: #fff;
    font-family: Raleway;
    font-size: 24px;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    padding: 25px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.estimate-price {
    height: auto;
}

.fwd-insurance {
    background-color: #f4f4f4;
}

.fwd-insurance .select-plan-btn {
    background-color: transparent;
    color: #940637;
    font-weight: 500;
}

.hl-assurance {
    border: 1px solid #940637;
}

.mobile-slider {
    margin-bottom: 30px;
}

.hl-assurance .partners-table tr, .hl-assurance .partners-table th {
    border-bottom: 1px solid #940637;
}

.hl-assurance .partners-table tr:last-child {
    border-bottom: 1px solid #940637;
}

.fwd-insurance .partners-table tr:last-child {
    border-bottom: 1px solid #b6b6b6;
}

.hl-assurance .select-plan-btn {
    width: 80%;
    margin: 10px auto;
    padding: 15px 0px;
    display: block;
}

.height {
    /*height: 65px;*/
    height: 180px;
}

.select-plan-btn:hover {
    color: #fff;
}

button:focus {
    outline: 0;
}

.singpass-section a {
    color: #000;
}

.singpass-section a:hover {
    text-decoration: none;
}

.carYears {
    margin: 15px auto 25px;
    display: block;
    text-align: center;
}

.carYears span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0px;
    display: block;
    font-family: Raleway;
}

.carYears .btn {
    border: 1px solid;
    border-color: #940637;
    color: #000;
    width: 75px;
    margin: 0px 25px;
    transition: all ease .35s;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.carYears .btn.active, .carYears .btn:hover {
    background-color: #940637;
    color: #fff;
}

.mobile-slider .col-md-4 {
    padding: 2px !important;
    box-shadow: rgb(9 9 9 / 19%) 0px 0px 10px;
}

.mobile-slider .slick-dots {
    top: -35px !important;
    bottom: unset;
    text-align: right;
    right: 6%;
}

.mobile-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #940637;
}

.mobile-slider .slick-dots li button:before {
    font-size: 15px;
}

.mobile-slider .slide {
    margin: 0px 15px;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-slider {
    width: 100%;
    /* margin: 0 auto 50px; */
}

.attachments {
    margin: 50px 0px;
    margin-bottom: 0px;
}

.attachments a {
    color: #000;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0px;
}

.attachments a:last-child {
    margin-left: 15px;
}

.attachments a:hover {
    text-decoration: none;
}

.attachments h3 {
    color: #940637;
    font-family: 'Raleway';
    font-size: 28px;
    margin-bottom: 20px;
}

.otp-pop-up h3, .email-id-popUp h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #940637;
}
.email-id-popUp h3{
    margin-bottom: 25px;
    margin-top: 25px;
}

.email-id-popUp .email-close{
    display: inline-block;
    position: absolute;
    right: 12px;
    color: #940637;
    cursor: pointer;
    font-size: 18px;
    top: 5px;
}

.pre-otp {
    text-align: left;
    width: 100%;
    margin: 0px auto;
}

.otp-pop-up .modal-body{
    width: 81%;
    margin: 0 auto;
}
.otp-status-btn{
    justify-content: space-between;
    align-items: center;
}
.switch {
    margin-bottom: 25px;
    position: relative;
    
}
.email-id-popUp .pre-otp{
    width: 75%;
}
.switch label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
    margin-bottom: 0;
}

.switch input+label::before, .switch input+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.switch input+label::before {
    right: 0;
    background-color: #940637;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.switch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

.switch input:checked+label::before {
    background-color: #940637;
}

.switch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
}

.switch input:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, .25);
}

.switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled+label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    font-size: 0.875rem;
}

.switch.switch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
    font-size: 1.25rem;
}

.switch.switch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
    margin-left: calc(3rem * .8);
}

.switch+.switch {
    margin-left: 1rem;
    text-align: right;
}

.switch-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px;
}

.partners-table {
    border-collapse: separate !important;
    border-spacing: 0 10px;
    font-family: Raleway;
}

.partners-table td {
    border: 1px solid #ddd;
}

.partners-table tr td:first-child {
    border-right: 0px;
    width:45%;
}

.partners-table tr td:last-child {
    border-left: 0px;
    width:55%;
}

.partners-table tr:first-child td {
    border: 0px !important;
}

.partners-table tr:last-child td {
    border: 1px solid #ddd !important;
}

.insurance-plans.active {
    border: 2px solid #940637;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after, .pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #940637 !important;
}

.pretty input:checked~.state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #940637 !important;
}

.renewal-details ul li span{
    color: #940637;
    font-size: 18px;
}
.addon-parts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.addon-parts .pretty {
    margin: 15px 0px;
}

.btn:hover{
    color: #fff;
}
.btn:focus{
    box-shadow: none;
}
.addon-price {
    font-family: Raleway;
}

.addon-price span {
    margin-right: 15px;
    color: #b6b6b6;
    text-decoration: line-through;
}

.addon-price h5 {
    color: #940637;
    display: inline-block;
    margin-right: 10px;
}

.proceed {
    background-color: #940637;
    color: #fff;
    width: 240px;
    padding: 12px;
    margin: 12px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
    height: 68.5px;
    font-weight: 500;
    margin-left: 15px;
    font-family: Raleway;
}

.cancle{
    background-color: transparent;
    color: #940637;
    border-color: #940637;
    width: 240px;
    padding: 12px;
    margin: 12px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
    height: 68.5px;
    font-weight: 500;
    margin-left: 15px;
    font-family: Raleway;
}
.cancle:hover{
    color: #940637;
}
.switch .form-text{
    color: #000;
    font-size: 16px;
    text-align: left;
}
.switch+.switch .form-text{
    text-align: right;
}
.add-on-packs {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.addon-popup .img-section {
    height: auto;
}

.addon-popup h6.text-center {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.page-section {
    height: 480px;
    width: 50%;
    margin-left: 35%;
    margin-top: 5%;
    padding: 3em;
    background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
    color: white;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.navigation {
    position: fixed;
    width: 30%;
    margin-left: 2%;
    background-color: #999;
    color: #fff;
}

.navigation__link {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 1em;
    font-weight: 400;
}

.navigation__link:hover {
    background-color: #aaa;
}

.navigation__link.active {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
}

.item-content {
    /* height: 400px !important;
overflow: auto;  */
    position: relative;
}

#sticky.stick {
    position: fixed;
    width: 210px;
    top: 80px;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
#sticky2.stick2 {
    position: fixed;
    width: 210px;
    top: 80px;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}


#sticky1.stick1 {
    position: fixed;
    width: 210px;
    top: 80px;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
#sticky3.stick3 {
    position: fixed;
    width: 210px;
    top: 80px;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}

.list-styl {
    min-height: 400px;
}

.insurance-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
    width: 85%;
}

.feature {
    text-align: center;
}

.tearms-agree-section h5 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #940637;
}

.discount-img {
    max-width: 278px;
    width: 100%;
    padding-bottom: 15px;
}

.tearms-agree-section p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 19px;
    color: #000000;
}

.form-wizard {
    display: none;
}

.renewal-details {
    width: 85%;
    margin: 0 auto;
}

.renewal-details h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.discount-header{
    background-color: #000;
    color: #fff;
    position: relative;
    text-align: center;
    transform-origin: bottom left;
    padding: 5px;
    margin-bottom: 1rem;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg); 
    box-shadow: 3px 3px 1px 0px rgba(148,6,55,0.63);
    -webkit-box-shadow: 3px 3px 1px 0px rgba(148,6,55,0.63);
    -moz-box-shadow: 3px 3px 1px 0px rgba(148,6,55,0.63);
}

.discount-header h1{
    font-size: 26px;
    font-family: Raleway;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5px;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

.renewal-details ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.renewal-details ul li {
    position: relative;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 7px;
}


.renewal-details ul li a {
    color: #940637;
    text-decoration: underline;
}

#agree {
    width: 147px;
    height: 42px;
    padding: 6px 0px;
    background: #940637;
    border-radius: 2px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.small {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #000000;
}

.preview-section span {
    color: #940637;
    font-size: 1rem;
    font-weight: 600;
    font-family: Raleway;
    display: block;
    margin-bottom: 15px;
}

.preview-detail-section {
    border: 1px solid rgb(145, 132, 132);
    padding: 15px;
    margin: 15px 0px;
}
.preview-detail-paymentterms {
    padding: 15px;
    margin: 15px 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.preview .text1{
    margin-bottom: 0px;
}

.preview .header1 a, .addtional-drivers h2 a {
    font-size: 16px;
    color: #0056b3;
}

.preview .header1 a:hover, .addtional-drivers h2 a:hover {
    text-decoration: none;
}

.input-group-prepend{
    height: 35px;
}

.input-group-prepend span{
    margin-bottom: 0px;
}

.appointment-form{
    display: none;
}
.appointment-form.show{
    display: block;
}
.sidenav {
    padding: 0;
    width: 210px;
}

.sidenav a {
    display: block;
    padding: 8px;
    border: 0.5px solid #676767;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
    text-decoration: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 40px;
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.sidenav a:nth-child(1) {
    background-image: url('../../img/car.png');
}

.sidenav a.active:nth-child(1) {
    background-image: url('../../img/car-hover.png');
}

.sidenav a:nth-child(2) {
    background-image: url('../../img/licence.png');
}

.sidenav a.active:nth-child(2) {
    background-image: url('../../img/licence-hover.png');
}

.sidenav a:nth-child(3) {
    background-image: url('../../img/driver.png');
}

.sidenav a.active:nth-child(3) {
    background-image: url('../../img/driver-hover.png');
}

.sidenav a:nth-child(4) {
    background-image: url('../../img/other.png');
}

.sidenav a.active:nth-child(4) {
    background-image: url('../../img/other-hover.png');
}

.sidenav a.active {
    color: #940637
}
.confirmcolor {
    color: #2c7500;
    margin-bottom: 10px !important;
}
.persional-info h1, .persional-info h2 {
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 0;
}

.forms-tab1 {
    max-width: 700px;
    margin: 0 auto;
}

.persional-info .insurance-form {
    max-width: 700px;
    margin: 0 auto;
}

.left-tab, .sidenav-left {
    width: 30%;
}

.right-tab-info, .sidenav-right {
    width: 60%;
}

.left-tab .tabnav {
    padding: 0;
    width: 210px;
}

.left-tab .tabnav a {
    display: block;
    padding: 8px 24px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border: 0.5px solid #676767;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 40px;
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.left-tab .tabnav a:nth-child(1) {
    background-image: url('../../img/personal.png');
}

.left-tab .tabnav a.active:nth-child(1) {
    background-image: url('../../img/personal-hover.png');
}

.left-tab .tabnav a:nth-child(2) {
    background-image: url('../../img/mailing.png');
}

.left-tab .tabnav a.active:nth-child(2) {
    background-image: url('../../img/mailing-hover.png');
}

.left-tab .tabnav a:nth-child(3) {
    background-image: url('../../img/vehicle.png');
}

.left-tab .tabnav a.active:nth-child(3) {
    background-image: url('../../img/vehicle-hover.png');
}

.left-tab .tabnav a:nth-child(4) {
    background-image: url('../../img/addtional.png');
}

.left-tab .tabnav a.active:nth-child(4) {
    background-image: url('../../img/addtional-hover.png');
}

.left-tab .tabnav a.active {
    color: #940637
}

.cancle-button{
    width: 147px;
    height: 42px !important;
    padding: 6px 0px;
    background-color: #fff;
    color: #940637 !important;
    border-radius: 2px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-color: #940637;
    transition: .5;
}


.cancle-button:hover{
    background-color: #940637;
    color: #fff !important;
    outline: none;
}

.tearms-agree-section {
    box-shadow: 0px 0px 10px #000;
    max-width: 551px;
    padding: 20px 0;
}

.progress-tracker {
    counter-reset: counter;
}

.progress-step .progress-marker:before {
    counter-increment: counter;
    content: counter(counter);
    font-size: 19px;
    font-weight:bold;
}

.form-wizard .steps {
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

p.red2 {
    padding-top: 20px;
}

.new-features h5 {
    padding-top: 0;
}

.features-section {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.rangeslider__labels__label {
    position: relative;
    width:30px;
}

.rangeslider__labels__label:before {
    position: absolute;
    content: "|";
    top: -12px;
    left: 50%;
    font-size: 10px;
}

.agree-button, .lets-quotes {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    height: 55px;
    background: #940637;
    border-radius: 2px;
    width: 300px;
    transition: all .5s;
}
.agree-button:hover span, .lets-quotes:hover span{
    padding-right: 25px;
}

.eligability p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.new-features .featuretitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 22px !important;
    line-height: 33px !important;
    text-align: center;
    color: #940637;
}

.line {
    height: 400px;
    width: 1px;
    background-color: #BCBCBC;
}

.pre-otp label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.rangeslider1 {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 0;
}

.rangeslider1 h5, .cards-displa-style h5 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.cards-displa-style h5{
    font-size: 24px;
    color:#940637;
}

.rangeslider1 .form-text {
    text-align: left !important;
    margin-top: 45px !important;
}

.refForm {
    width: 330px;
    height: 47px;
    padding: 6px 16px;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 3px;
   /* margin-bottom: 20px;*/
    font-family: Raleway;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #AEAEAE;
}

.cal-charge {
    padding: 12px 32px;
    background: #940637;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    font-family: Raleway;
    border: 0;
}

.badge {
    background: #059E0B !important;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.x {
    color: #ffffff;
}

.apply-refferal {
    position: absolute;
    right: 8px;
    top: 16px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #F7CFDD;
}

.estimate-price h5 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: left;
}

.pricing-sec h6 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #059E0B;
}

.pricing-sec h5 span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.declaration {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}
.agree-section .declaration {
    padding-left: 25px;
}

#persionalInfo .form-group label, #mailingAddress .form-group label, #vehicleInfo .form-group label, #addtional-drivers .form-group label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.insurance-form .form-control {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #A7A7A7;
}

.preview-detail-section .form-group label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.preview-detail-paymentterms .form-group label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0488B1;
}
.form-group .form-control {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    color: #A7A7A7;
}
.form-group:hover .form-control{
    border: 2px solid #676767;
}
.form-group .form-control:focus{
    box-shadow: none;
    border:2px solid #543FD3;
}
.form-group.focus label{
    color:#543FD3 !important;
}
.form-group.focus .form-control{
    box-shadow: none;
    border:2px solid #543FD3;
}
.form-group.active label{
    color:#543FD3 !important;
}
.form-group.active .form-control{
    border:2px solid #543FD3;
}
.form-group.validate label{
    color:#DA0000 !important;
}
.form-group.validate .form-control{
    border:2px solid #DA0000;
}
.addtional-drivers h2{
    text-align: left !important;
}
select:invalid {
    color: #A7A7A7 !important;
}

.check-0{
    background-image: url('../../img/smily-0.png');
}
.check-1{
    background-image: url('../../img/smily-1.png');
}
.check-2{
    background-image: url('../../img/smily-2.png');
}
.check-3{
    background-image: url('../../img/smily-3.png');
}
.check-4{
    background-image: url('../../img/smily-4.png');
}
.check-5{
    background-image: url('../../img/smily-5.png');
}
.check-6{
    background-image: url('../../img/smily-6.png');
}
.check-7{
    background-image: url('../../img/smily-7.png');
}
.check-8{
    background-image: url('../../img/smily-8.png');
}
.check-9{
    background-image: url('../../img/smily-9.png');
}
.rating-section .form-check{
    position: relative;
}
.rating-section .form-check input{
    position: absolute;
    z-index: 999;
    appearance: none;
}
.rating-section .form-check-label{
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    opacity: .9;
    /* -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7); */
}
.rating-section .form-check-label:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.rating-section .form-check input:checked + .form-check-label{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.rating-section .form-check input:active + .form-check-label{
    opacity: .9;
}

.life-insurance__form-check-radio .form-check-input{
    left: 0px;
}

.numbers-head .number-item h1{
    margin-bottom: 0;
    margin-left: 15px; 
}

.agree-section .form-check-input{
    margin-top: 0;
    left:0;
}


.select2-container {
    display: block !important;
}

.insurer-quotation-options-container .select2-container {
    display: inline-block !important;
}


    .select2-container .select2-selection--single {
        padding: .375rem .75rem !important;
        border: 1px solid #A7A7A7 !important;
        border-radius: 4px !important;
        height: 35px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            font-family: Raleway !important;
            font-style: normal !important;
            font-weight: 500 !important;
            font-size: 14px !important;
            line-height: 22px !important;
            color: #A7A7A7 !important;
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

.select2-results__option {
    font-family: Raleway !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.select2-container--open .select2-selection--single {
    box-shadow: none !important;
    border: 2px solid #543FD3 !important;
}

.select2-container--focus .select2-selection--single {
    box-shadow: none !important;
    border: 2px solid #543FD3 !important;
}
.price_height {
    height: 95px !important;
}

.new_numberdiv {
    width: 100%;
}
    .new_numberdiv .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 100%;
    }
    .new_numberdiv span {
        margin-left: -54px;
    }
        .new_numberdiv span.unit {
            margin-left: -35px;
        }

		
		#btnsubConfirmDtls span,.payment .back-button span{
		margin-bottom:0 !important;
		}
/*ajay 07-12-2021*/
.footersubscribe {
    width: 100%;
    max-width: 640px;
}
.desc li p {
    margin-bottom: 5px;
}
.donate-1{
    position:relative;
}
    .donate-1 .fa-check-circle {
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 24px;
        color: #940637;
    }
    .donate-1 .fa-check-circle {
        display:none;
    }
    .donate-1.active .fa-check-circle {
        display:block;
    }
    /*ajay end*/

.discount-getting h4, .comparenewtext {
    text-align: center;
    font-size: 24px;
    color: #940637;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    /*margin-bottom: 20px;*/
}

.discount-getting .discount-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.discount-getting .discount-coupon {
    display: flex;
    width: 49%;
    background: url('../../img/voucher.png') no-repeat;
    background-size: 100%;
}

    .discount-getting .discount-coupon .discount-coupon-left {
        height: 110px;
        width: 174px;
        position: relative;
    }

    .discount-getting .discount-coupon .discount-coupon-right {
        height: 119px;
        width: 248px;
        position: relative;
    }

.discount-getting .discount-coupon-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
}

    .discount-getting .discount-coupon-info .discount-percent {
        color: #fff;
        font-size: 46px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        text-align: center;
    }

        .discount-getting .discount-coupon-info .discount-percent sub {
            font-size: 12px;
            left: 5px;
        }

    .discount-getting .discount-coupon-info .insurance-type {
        color: #fff;
        font-size: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
    }

    .discount-getting .discount-coupon-info .discount-type {
        font-size: 14px;
        color: #940637;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }

    .discount-getting .discount-coupon-info .e-voucher {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
    }

.discount-getting p {
    font-size: 10px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.agreementcontent .declaration{
    padding-left:0;
    }
.faildback {
    margin: 0 auto !important;
    display: block;
}
button.close{
    opacity:1 !important;
    color: #940637 !important;
    text-shadow:none !important;
    font-size: 26px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    color: #000000 !important;
}
.switchspan {
    color: #000;
    font-weight: 700;
    font-family: 'Raleway';
    font-size:16px;
}
.previewaddons {
    margin-bottom: 2px !important;
}
#agree:hover, .lets-quotes:hover, .generatequotecar:hover, #pop-up-next:hover, .cal-charge:hover,
.buynowbtn:hover, #singPreview:hover, #btnsubConfirmDtls:hover, .popup-close:hover, #preview:hover {
    background-color: #300 !important;
    color: #f9f9f9 !important;
}
.singsendagin:hover, #cancle:hover, .backTo:hover, .faildback:hover {
    background-color: #940637 !important;
    color: #fff !important;
}
    .backTo:hover span {
        color: #fff !important;
    }
    .singsendagin:hover span {
        color: #fff !important;
    }
.ourguru-check {
    padding-left: 0.5rem !important;
}
.ourdatetime{
    text-align:left !important
}
.carYears .btn.active:hover {
    background-color: #300 !important;
    color: #f9f9f9 !important;
}
.compareswitch {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.myinfobehave {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}
.pricing-sec .netPremium, .pricing-sec .FWDTotalAmount, .pricing-sec .HlnetPremium, .addon-price .totalAmount, .addon-price .FWDTotalAmount {
    font-family: Arial !important
}
.adjustprice {
    font-size: 24px;
    color: #940637;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    margin-bottom:15px;
    text-align:left !important;
}
.allcarexcess td {
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}
.newheat a:hover{
    text-decoration:none;
}
.newheat {
    display: flex;
    justify-content: center;
    /* margin-bottom: 15px;*/
    margin-top: 20px;
}
.abovebelowyears {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 !important;   
    font-family: Raleway;
}
.quotetableimg {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 15px;   
}
.personalback {
    width: 200px !important;
}
.personalback:hover {
    width: 205px !important;
}
@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0 8px !important;
    }
    /****Car Insurance Styles****/
    .compare .card {
        padding: 25px 10px !important;
    }
}


@media(max-width:1125px){
    .before-img{
        left: 0px;
       
    }
    .after-img{
        right: 0px;
       
    } 
}

@media only screen and (min-width: 992px) and (max-width: 1035px) {
    .saver-price {
        flex-direction: column;
    }
}

@media only screen and (min-width: 907px) and (max-width: 990px) {
    .height {
        height: 117px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1125px) {
    .height {
        height: 117px;
    }
}

@media only screen and (max-width: 991px) {

    .discount-getting .discount-coupon .discount-coupon-left,
    .discount-getting .discount-coupon .discount-coupon-right {
        height: 119px;
    }

    .header-container {
        max-width: 100%;
    }
    .why-choose .choose-list .choose-item {
        width: 45%;
    }
    .articles .insurances .insurance-list .insurance-item {
        width: 48%;
    }
    .articles-details .insurances .insurance-list .insurance-item {
        width: 48%;
    }

    .article-sharediv{
        width:100% !important;
        display:block !important;
    }

    .article-share {
        display: block;
    }

    .claims .claim-info .numbers-list .number-item {
        width: 33%;
        margin-right: 30px;
    }
    /***Life Insurance****/
    .lifeinsurance .personal-details .details-list .details-fields {
        width: 46%;
    }
    /****Car Insurance Styles****/
    .padding-left {
        padding-left: 5px !important
    }
    .padding-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-width {
        width: 100%;
    }
    /****Thank you page popup****/
    .charity-popup .modal-dialog {
        max-width: 90% !important;
    }
    .singpass #buynowbtn2 {
        margin-left: 20px !important;
    }
    .carYears {
        flex-direction: column;
    }
    .carYears span {
        margin-bottom: 15px;
    }
    .mobile-slider .slick-list {
        padding-left: 0px !important;
        padding-right: 25px !important;
    }
    .singpass-login-btn {
        width: 100%;
    }
    .before-img, .after-img{
        width: 250px;
    }
    .refer-link{
        width: 75%;
    }
    .switch label, .switch .form-text{
        font-size: 14px;
    }
}

@media only screen and (min-width:768px) and (max-width:906px) {
    .height {
        height: 165px;
    }
    .saver-price {
        flex-direction: column;
    }
}

.carschemeinfo {
    position: absolute;
    top: -4px;
    left: 15px;
    font-size: 12px;
    line-height: normal;
    display: none;
}
.carscheme:hover .carschemeinfo {
    display: block !important;
    width: 200px !important;
}
@media only screen and (max-width: 767px) {

    .discount-getting .discount-cards {
        flex-direction: column;
        margin-bottom: 0;
    }

    .discount-getting .discount-coupon {
        width: 100%;
        margin-bottom: 20px;
    }

    .discount-getting .discount-coupon-info .discount-percent {
        font-size: 32px;
    }

    .discount-getting .discount-coupon-info {
        padding: 0px 15px;
    }

        .discount-getting .discount-coupon-info .discount-type {
            /* font-size: 18px; */
        }

    .discount-getting .discount-coupon .discount-coupon-left,
    .discount-getting .discount-coupon .discount-coupon-right {
        height: 94px;
    }

    .lifeinsurance-mainimg {
        width: 100% !important;
        height: 100% !important;
    }

    /*06-12-2021*/
    /*ajay start*/
    .carinsstep .form-container{
        padding-top:0 !important
    }
    .stpewizard ul{
        margin:0 !important;
    }
    .carYears span {
        font-size: 17px !important;
    }
    .higherexcess {
        margin-top:12px
    }
    .new-features h5 {
        font-size: 17px !important;
    }
    .generatequotecar{
        height:42px !important;
        width:250px;
    }
    #GenerateHtag {
        font-size: 20px !important;
    }
    .personnewtitle {
        font-size: 24px !important;
    }
    .select2.select2-container {
        width: 100% !important
    }
    .select-plan {
        margin-bottom: 15px !important;
    }
    .lifequotes{
        margin-bottom:15px !important;
    }
    .uponrenewal{
        display:block !important;
    }
    .fb_iframe_widget span{
        width: 320px !important;
        overflow:auto;
    }
    .NCD-select .pretty {
        width: 18% !important;
    }
    .select-plan-btn {
        font-size: 20px;
        padding: 15px 0px;
    }
    .payment .back-button, .payment .button {
        width: 250px !important;
    }
    .charity-popup .sub-btn {
        width: 250px !important;
        height: 42px;
        padding: 8px !important;
    }
    .custome-model-popup.charity-popup .modal-body {
        padding: 15px !important;
    }
    .custome-model-popup.charity-popup .modal-dialog-centered {
        align-items: start;
    }
    .header {
        text-align: left !important;
    }
    .eligibilitytitle, #eligibilitytitle {
        font-size: 24px !important;
    }
    .desc {
        padding-left: 16px !important;
    }
    .singsendagin {
        width: 160px !important;
    }
    .lets-quotes{
        height:42px !important;
    }
    .banner-slider .slick-dots{
        bottom: -35px;
    }
    .banner-slider .slick-dots li button:before{
        color: #940637;
        opacity: 0.7;
    }
    .firsttimer {
        font-size: 15px !important;
    }
    .partners-table td {
        font-size: 18px;
    }
    .partners-table .text-style, .insurance-plans-link {
        font-size: 16px;
        line-height: normal;
    }
    .estimate-price h5, .pricing-sec h5 span {
        font-size: 18px;
    }
    .persional-info h2 {
        font-size: 18px !important;
    }
    .preview .header1 {
        font-size: 18px;
    }
    .modal-dialog{
        height: 97.5% !important;
    }
    .charitymodalcontent {
        height: 80% !important;
        overflow: auto;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .thankemail {
        margin-bottom: 10px !important;
        display: block;
    }
    .declaration {
        font-size: 12px !important;
    }
    .desc li p {
        font-size: 14px !important;
    }
    .refer-section {
        padding-bottom: 100px !important;
        padding-top: 48px !important;
    }
    .back-section, 
    .sidenav-right #next2, 
    .cancle, 
    .proceed, 
    .payment .back-button, 
    .payment .button{
        height: 42px;
        line-height: normal;
        padding: 8px;
    }
    .new-features .costh5 {
        padding-top: 0 !important;
        width: 90%;
    }
    .caramount {
        margin-left: 10px !important;
    }
    .cards-displa-style {
        padding-top: 10px !important;
    }
    .otp-msg span{
        display:block;
    }
    .refForm {
        width: 330px !important;
    }
    #referralbox{
        width:330px !important;
    }
    .header .navbar-brand img {
        max-width: 250px !important;
    }
    .height {
        /*height: 65px;*/
        height: auto !important;
    }
    .beforephoneicon{
        font-size:12px !important;
    }
    .beforemobile {
        font-size: 12px !important;
        height: 38px !important;
    }
    .beaforeleaveclose{
        margin:0 0 !important;
    }
    .tearms-agree-section h5 {
    font-size:19px !important;
    }
    .insurance-plan-section, .Quotevalidation {
        width: 90% !important;
        margin: 0 auto !important;
    }
    .newheat {
        display: flex;
        justify-content: center;
        margin-bottom: 15px !important;
    }
    #beforemodel {
        padding-right:0px !important;
    }
        #beforemodel.otp-pop-up .modal-body {
            width: 90%!important;
        }
        #beforemodel .modal-dialog {
            width: 320px !important;
            margin: 0 auto;
            margin-top: 25px;
        }
    .cal-charge {
        width: 70%;
    }
    /*ajay end*/
    .switch-btns {
        flex-direction: column;
    }
    .switch-btns {
        display: table-cell !important;
    }
    .tearms-agree-section{
        box-shadow: none;
    }
    .sidenav-left, .left-tab {
        display: none;
    }
    .right-tab-info, .sidenav-right {
        width: 100%;
    }
    .banner {
        background-image: url(../../img/mobile-banner.png) !important;
    }
    .banner-section .banner-container {
        max-width: 100%;
    }
    .banner-section .banner-container .banner-wrapper {
        margin: 0 15px;
    }
    .banner-section .banner-container .banner-wrapper .bannertitle {
        font-size: 30px;
        line-height: 44px;
        font-weight: 700;
    }
    .banner-section .banner-container .banner-wrapper .banner-btns .buttonPrimary {
        font-size: 18px;
        padding: 6px;
    }
    .banner-section .banner-container .banner-wrapper .banner-btns .mr-5 {
        margin-right: 15px !important;
    }
    .banner-section .banner-container .banner-wrapper .banner-btns p {
        font-size: 12px;
    }
    .about {
        padding: 50px 0;
        padding-top: 60px;
    }
    .about .heading h6::after {
        width: 100px;
    }
    .about .about-wrap {
        flex-direction: column;
    }
    .about .about-wrap .intro-title, .about .about-wrap .intro {
        width: 100%;
    }
    .why-choose .choose-list .choose-item {
        width: 100%;
    }
    .fyi {
        padding: 50px 0;
    }
    .fyi .heading h6::after {
        width: 100px;
    }
    .fyi .about-wrap {
        flex-direction: column;
    }
    .fyi .about-wrap .intro-title, .fyi .about-wrap .intro {
        width: 100%;
    }
    .fyi .about-wrap .intro .partner-logos {
        justify-content: center;
        flex-direction: column;
    }
    .fyi .about-wrap .intro .partner-logos img {
        margin-right: 0;
    }
    .footer .footer-wrapper {
        flex-direction: column;
    }
    .footer .footer-disclaimer {
        max-width: 100%;
    }
    .footer .footer-wrapper .footer-end {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer .footer-wrapper .footer-logo img {
        width: 210px;
    }
    .footer .footer-wrapper .footer-end .social-icons {
        margin: 0 !important;
    }
    .articles .insurances .insurance-list .insurance-item {
        width: 100%;
    }
    .articles-details .insurances .insurance-list .insurance-item {
        width: 100%;
    }
    .articles-details .article-pic-section {
        flex-direction: column;
    }
    .articles-details .article-pic-section > p:first-of-type {
        margin-left: 0;
        margin-top: 20px;
    }
    .claims .claims-list .claims-card {
        margin-right: 0;
        width: 160px;
        height: 105px;
        margin-bottom: 20px;
    }
    .claims .claims-list {
        justify-content: space-between;
    }
    .claims .claim-info .numbers-list {
        flex-direction: column;
    }
    .claims .claim-info .numbers-list .number-title {
        margin-bottom: 10px;
    }
    .claims .claim-info .numbers-list .number-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    /***life Insurance*****/
    .lifeinsurance .insurance-types .life-group .life-list li {
        width: 100%;
    }
    .lifeinsurance .personal-details .details-list .details-fields {
        width: 100%;
        margin-right: 0;
    }
    .our-guru .points ul li {
        width: 100%;
    }
    .our-guru .cust-review .reviews .wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .our-guru .cust-review .reviews .blockquote {
        padding: 25px;
    }
    #carInsuranceModal .modal-body .buttonPrimary {
        margin: 0 auto;
        display: block;
    }
    /****Car Insurance Styles****/
    /*.progress-text span {
        display: none;
    }*/
    .eligability .text-left, .eligability form {
        margin: 0px;
        padding: 0px;
    }
    .tabWrapperTextTwo-0-2-9 {
        font-size: 12px;
        text-align: center;
    }
    .tabWrapperTextOne-0-2-8 {
        font-size: 16px;
    }
    .tabWrapperTextTwo-0-2-9 .small {
        font-size: 10px !important;
    }
    .width-50 {
        width: 50%;
    }
    .quote-form .card-body, .quote-form .card-header {
        padding: 10px !important;
    }
    .quote-form .card-header {
        padding-bottom: 0px !important;
    }
    .flex-set {
        flex: unset !important;
    }
    .flex-column-style {
        flex-direction: column;
    }
    .width-100 {
        width: 100%;
    }
    .quote-form .card-select-group select {
        margin-right: 15px;
    }
    .date-pick, .date-pick .input-group.date {
        width: 100% !important;
    }
    .customer-type {
        margin-right: 0px;
    }
    .customer-type #martialStatus {
        width: 100%;
    }
   /* .form-group {
        margin-bottom: 0px;
    }*/
    .quote-form .container-card-custom {
        margin-bottom: 0px;
    }
    .quote-form .container-card-custom .card-label-custom {
        margin: 0px !important;
    }
    .quote-form .card-select-group select {
        margin-right: 0px;
    }
    .input-group.date {
        width: 100%;
    }
    .comlogo {
        border: 0px;
        padding: 15px 0px !important;
    }
    .img-logo {
        height: 100px;
        margin-left: 0;
        text-align: left;
    }
    .border-bottom-style {
        border-bottom: 1px solid #696969 !important;
    }
    .plan-text p, .plan-text span, .plan-text h2, .plan-text li {
        font-weight: 600;
        color: #090909;
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
    }
    .red2 small {
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
    }
    /* .red2 {
        text-align: right !important;
    } */
    .padding-left {
        padding: 0px 15px !important;
    }
    .refbutton, .refbutton2 {
        margin-bottom: 0px !important;
    }
    .compare .col-xl-11, .compare {
        padding-bottom: 0px !important;
    }
    .new-features .featuretitle, .general-quote .featuretitle, .compare .featuretitle, .add-ons .featuretitle, .persional-info .featuretitle, .eligibilitytitle, .tearms-agree-section h2 {
        font-size: 30px !important;
    }
    .img-wrapper::before {
        border: 0px;
    }
    .img-container {
        max-width: 160px;
        max-height: inherit;
        position: relative;
        top: unset;
        left: unset;
        transform: none;
    }
    .add-ons .custom-input-check label {
        color: #090909;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: .5rem;
    }
    .add-ons .custom-input-check input[type=checkbox] {
        height: 20px;
        width: 20px;
        margin-bottom: .5rem;
    }
    .add-ons .container-section-two .title {
        font-size: 16px;
        color: #090909;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
    }
    .add-ons .container-section-two {
        padding: 15px !important;
    }
    .add-ons .option-button {
        margin-bottom: 25px;
    }
    .add-ons .custom-input-check {
        margin-bottom: 15px;
    }
    .new-features h5 {
        padding-top: 15px;
    }
    .nobutton {
        margin-bottom: 0;
    }
    .otp-status-btn {
        flex-direction: column;
    }
    .tearms-agree-section {
        padding: 0px !important;
    }
    .tearms-agree-section img {
        width: 100%;
    }
    .insurance-features {
        width: 100% !important;
        /* flex-direction: column; */
    }
    /* .insurance-features .arrow-img {
        transform: rotate(90deg);
        margin: 50px 0px;
    } */
    .renewal-details {
        width: 100% !important;
    }
    .renewal-details h3 {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
        .renewal-details ul li {
            font-size: 20px;
            line-height: 20px;
        }
    /* ------------ Thank you page  ------------- */
    .thankyou-message {
        padding: 15px 10px;
    }
    .thankyou-content {
        width: 100%;
    }
    .thankyou-content h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .order-details {
        margin-top: 15px;
    }
    .manage-order-date {
        font-size: 20px;
        width: 100%;
    }
    .share-btn {
        line-height: 1.3;
        padding: 10px;
        width: 100%;
        font-size: 18px;
    }
    .tax-btn {
        width: 100%;
        padding: 15px 0px;
    }
    .rating-section {
        margin-top: 25px;
    }
    .margin {
        margin-left: 15px;
    }
    .rating-section p {
        margin-bottom: 0px;
    }
    .rating-section .form-check {
        margin: 0px 2px;
    }
    .comment-box textarea {
        width: 100%;
    }
    .feed-back-section {
        padding: 10px;
        width: 100%;
    }
    /* ------------ Thank you page end ------------- */
    /* ------------ Thank you popup ------------- */
    .donate-1 {
        flex-direction: column;
    }
    .donate-content {
        width: 100%;
    }
    .charity-popup .modal-dialog {
        max-width: 100% !important;
    }
    .charity-popup h5 {
        font-size: 15px;
    }
    .donate-1 {
        padding: 10px;
    }
    .donate-content p {
        text-align: center;
    }
    .charity-popup .sub-btn {
        margin: 15px 0px 0px;
    }
    .charity-popup h5 {
        padding-bottom: 0px;
    }
    .input-img-sec {
        flex-direction: column;
    }
    /* ------------ Thank you popup end------------- */
    .singpass .card-body {
        padding: 10px 10px 10px 0;
    }
    .singpass .img-container {
        margin: 0 auto;
        padding-top: 20px;
    }
    .singpass .border-right {
        border-right: 0 !important;
    }
    .singpass #buynowbtn2 {
        margin-left: 0 !important;
    }
    .buttonPrimary {
        height: auto;
    }
    #accept {
        width: 100%;
    }
    .singpass #buynowbtn1 {
        width: 100%;
    }
    .singpass #buynowbtn1 span {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #back-quote {
        width: 240px;
    }
    .eligability span {
        display: flex;
    }
    .singpasscard {
        height: auto;
    }
    .login-singpass {
        width: 100%;
    }
    .singpass-login-sec {
        padding: 15px;
    }
    .mobile-style {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .mobile-style .col-md-4 {
        margin-bottom: 15px !important;
        min-width: 90% !important;
        width: 90% !important;
        margin-right: 5px;
        box-shadow: rgb(9 9 9 / 19%) 0px 0px 10px;
        padding: 0;
    }
    .padding-0 {
        padding-left: 10px !important;
    }
    .feature-choose td, .feature-choose th {
        padding: 15px 10px;
    }
    .feature-choose .features-styles {
        width: 100%;
    }
    .feature-details {
        flex-direction: column;
    }
    .feature-choose .features-styles {
        padding: 15px !important;
    }
    .feature-details .features-styles {
        border: 1px solid #e4e4e4 !important;
    }
    .feature-details .features-styles:nth-child(even) {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    .features-styles.last-child:nth-child(even) {
        border-bottom: 1px solid #e4e4e4 !important;
    }
    .saver-price {
        flex-direction: column;
    }
    .before-img, .after-img{
        width: 150px;
    }
    .after-img{
        top: -30px;
    }
    .before-img{
        bottom: -25px;
    }
    .refer-link{
        width: 100%;
    }
    .rating-section{
        flex-wrap: wrap;
    }
    .line {
        display: none;
    }
    .sidenav-right #next2{
        margin-left: 0;
    }
    .sidenav-right .back-section, .sidenav-right #next2{
        width: 70%;
	/* 	 width: 100%; */

    }
    .rangeslider1 h5 {
        font-size: 12px;
        text-align: left !important;
    }
    .input-amount {
        font-size: 16px;
        margin-bottom: 0;
        width: 15%;
    }
   /* .switch {
        margin-left: 20px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }*/

    .switch label {
        font-size: 14px;
    }
    .switchspan{
         font-size: 14px;
    }
    .switch .form-text{
        padding-top: 0px !important;
        font-size: 12px;
        text-align: center !important;
    }
    .back-section, #selectbtn{
          width: 70%;
		  /*  width: 100%; */
    }
    #selectbtn{
        margin-left: 0px !important;
    }
    .right-tab-info .payment .back-button, .right-tab-info .payment .back-button:hover, .right-tab-info .payment .button{
        width: 100%;
    }
    .rating-section{
        flex-direction: column;
    }
    .rating-section p{
        margin: 15px 0px;
    }
    .numbers-head .number-item{
        width: 100% !important;
    }
    .addons {
        width: 100%;
        margin: 5px 0;
        align-items: start;
    }
    .addon-parts .pretty {
        margin:0px;
        white-space:normal;
    }
    .addons p {
        margin: 0 5px;
        display: flex;
        align-items: start;
    }
    .addons .pretty .state label:after, .addons .pretty .state label:before {
        top: 0 !important
    }
}
@media(max-width: 768px) {
    .donate-1 {
        height: 300px;
    }
}
.singpass-left {
    padding-left: 4%;
}
.singpass-right {
    padding-right: 4%;
}
.active-color {
    color: #940637
}
@media only screen and (max-width: 768px) {
    .singpass-left, .singpass-right {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-right: 0%;
        padding-left: 0%;
    }
}
@media only screen and (max-width: 480px) {
    .attachments a {
        display: block;
    }
    .attachments a:last-child {
        margin-left: 0px;
    }
    .mobile-slider .slick-slide .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .donate-section {
        flex-direction: column;
    }
    .donate-1 {
        width: 100%;
    }
    .agree-section .form-check input{
        margin-top: 0;
    }
    
}

@media only screen and (max-width: 428px) {
    .height {
        height: 140px;
    }
}

.field-validation-error{
    color:red;
    font-size:16px !important
}
.field-validation-error1, .field-validation-error2 {
    color: red;
    font-size: 16px !important
}

.modal-content .close span {
    float: right;
    margin: 2%;
    cursor: pointer;
}


.articles-details .insurances .insurance-list .insurance-item .insurance-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*02-12-2021 ajay*/
.nav-item.active .nav-link {
    color: #940637 !important;
    font-weight:bold;
}
    .nav-item.active .nav-link:before {
        transform-origin: 50% 50%;
        background: #940637;
        transform: scale3d(1, 1, 1) !important;
    }

.footer-menu-text {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    width:85px !important;
}

.hypherlink-mouseover:hover{
    text-decoration:underline !important;
}

.para-header{
    padding:15px 0;
}

.claims p:last-child {
    margin-bottom: 0px;
}

.articles .insurances:last-child {
    padding-bottom: 0px;
}

.preview-detail-paymentterms .form-group {
    margin-bottom: 0px;
}

input::-webkit-date-and-time-value {
    text-align: left !important;
}

#loader.active {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/loader-small.gif) 50% 50% no-repeat;
    opacity: 0.3;
    background-color: #131212;
}
/*ajay loaders for compare plans*/

#etiqloader.lds-dual-ring:after {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0% auto !important;
    border: 2px solid #940637 !important;
    border-color: #940637 transparent #940637 transparent !important;
}
#hlaloader.lds-dual-ring:after {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0% auto !important;
    border: 2px solid #940637 !important;
    border-color: #940637 transparent #940637 transparent !important;
}
#fwdloader.lds-dual-ring:after {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0% auto !important;
    border: 2px solid #940637 !important;
    border-color: #940637 transparent #940637 transparent !important;
}
.back-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #940637;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.back-btn-icon {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

.brown-colour {
    color: #940637 !important;
}
/****************Phone number************************/
.phonediv {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.cc-picker {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.cc-picker-flag {
    margin-left: 12px;
}
.phoneinput {
    border: 0;
    border-left: 1px solid #ced4da;
    border-radius: 0;
}
.cc-picker-code-filter {
    width: 278px !important;
    font-family: 'Montserrat' !important;
    /*display:none !important;*/
}
/********************************************** tearms-new-style 07-04-2022 **************************************************/
.tearms-conditions-new {
    position: relative;
    height: 650px;
}
.tearms-flex{
    display:flex;    
    justify-content:center;
    position:absolute;
    top:10%;
    width:100%;
}
.tearms-new-style {
    background-color: #fff;
    margin-left: auto;
    margin-right: 5%;
    width: 50%;
}

.bannerdesc {
    width: 50%;
    padding: 85px 50px;
    margin-left: 15.9vw;
    color: #fff;
}
.tearms-bg-img{
    height:100%;
}
.bannerdesc h1 {
    font-size: 34px;
}
    .tearms-conditions-new .tearms-bg-img img {
        width: 100%;
        height:100%;
        object-fit:cover;
        position:relative;
    }
    .tearms-conditions-new .insurance-features img {
        width: 100%
    }
    
  
    
    .tearms-conditions-new .insurance-features {
         margin: 15px auto;
    }
       
    .tearms-conditions-new .tearms-agree-section h5 {
             font-size:18px;
    }
    .tearms-conditions-new .discount-header h1 {
        font-size: 22px;
    }
    .tearms-conditions-new .renewal-details h3 {
        font-size:15px;
    }
    .tearms-conditions-new .renewal-details ul li {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .tearms-conditions-new .tearms-agree-section p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 1rem;
    }
    .tearms-conditions-new .tearms-agree-section .line-height {
        line-height: 5px;
    }
.tearms-conditions-new #agree, .tearms-conditions-new .cancle-button {
    width: 130px;
    height: 35px !important;
    margin-bottom: 15px;
}
    .tearms-conditions-new .cancle-button {
        line-height: 1;
    }
    .tearms-conditions-new .small {
      font-size:9px !important;
    }
.car-insurance .container-fluid {
    padding: 0px;
}
.car-insurance {
  padding-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
    .bannerdesc {
        margin-left:0;
    }
}
@media only screen and (max-width: 991px) {
    .bannerdesc h1{
        font-size:24px;
    }
}
@media only screen and (max-width: 767px) {
    .quotetableimg {
        margin: 0 10px !important;
    }
    .tearms-conditions-new {
        flex-direction:column;
    }
    .bannerdesc {
        padding: 20px;
        position: absolute;
        max-width:250px;
        right:0;
        top:4%;
    }
    .bannerdesc, .tearms-new-style {
        width: 100%;
    }
  
    .tearms-conditions-new{
        padding:0;
    }
    .tearms-new-style{
        padding:20px !important;
        margin-right:0;
    }
    .bannerdesc h1 {
        font-size: 20px;
    }
    .bannerdesc p {
        font-size: 14px;
    }
   .tearms-conditions-new{
       height:auto !important;
   }
    .tearms-conditions-new .tearms-bg-img img {
        height: auto;
        object-fit: contain;
    }
    .tearms-flex {
        position: static;
    }
}
