.common-insurance-blocks.pad-block2 p {
    text-align: left;
}

p {
    font-weight: 400;
}

.bg-lblue {
    background: #E1F4FD
}

.align-center {
    text-align: center;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.center-div h2 {
    text-align: center;
}

.center-div p {
    margin:  0 auto;
    display: block;
    width: 70%;
}

ul.arrow-tab-list {
    padding: 0;
}

p.mt-15 {
    margin-top: 15px;
}

p.mt-25 {
    margin-top: 25px;
}

.ui-check-list li {
    min-height: inherit !important;
}

.right-policy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cashless-facility-wrap p, .cashless-facility-wrap h2 {
    color: #fff;
}

.cashless-facility-wrap .right-policy-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
}

.cashless-facility-wrap .right-policy-holder {
    margin: 0;
}

.flex-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.arrow-tab-list.flex-div li {
    width:  47%;
}

.img-content-sec, .content-img-sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.img-content-sec .leftBlock {
    width: 40%;
    padding-right: 8rem;
}

.img-content-sec .rightBlock {
    width: 60%;
}

.protectList {
    list-style: none;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.homeProtectfamilyWrapp .list1 {
    margin-bottom: 0;
}

.protectList .protectList-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
    width: 48%;
}

.protectList .protectList-item:before {
    content: "";
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljg0MzM4IDUuNzIzNjFMMC41MDQ1MDIgMC4wNDk3OTM0QzAuMjM2OTI5IC0wLjExMjY4NCAtMC4wODgwMDEzIDAuMTUwMDc0IDAuMDIxOTc5MyAwLjQzOTk1N0wyLjA5MDE3IDUuODg2MzZDMi4xMTgwMSA1Ljk1OTUyIDIuMTE4MDEgNi4wNDAzNSAyLjA5MDE3IDYuMTEzNzhMMC4wMjE5NzkzIDExLjU2MDJDLTAuMDg4MDAxMyAxMS44NDk4IDAuMjM2OTI5IDEyLjExMjUgMC41MDQ1MDIgMTEuOTUwM0w5Ljg0MzM4IDYuMjc2NTNDMTAuMDUyMiA2LjE0OTM5IDEwLjA1MjIgNS44NTA0NyA5Ljg0MzM4IDUuNzIzNjFaIiBmaWxsPSIjRUM2NjI1Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    width: 1rem;
    height: 1.2rem;
    left: 0;
    top: 0.6rem;
}

.twoCardouter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.protectFamily .protectImg {
    width: 41%;
}

.protectContent {
    width: 100%;
}




/****FAQ Start****/
.section-content.bg-lightgray.newgray {
    background: #f5f5f5;
}

.frequent-accordian .il-accordion {
    width: 65%;
    margin: 50px auto 0;
    border-bottom: 1px solid #dfdfdf;
}

.frequent-accordian .il-accordion-card {
    cursor: pointer;
    border-top: solid 1px #e2e1df;
    padding: 0;
}

.frequent-accordian .il-accordion-title {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}

.frequent-accordian .il-accordion-panel {
    display: none;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
}

.frequent-accordian .il-accordion-title h3 {
    font-size: 20px;
    font-weight: bold;
    width: 97%;
    color: #282828;
    line-height: 30px;
    margin-bottom: 0px;
}

.frequent-accordian .il-accordion-panel span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.frequent-accordian .il-accordion-title::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    right: 0;
    content: " ";
    top: 30px;
    transform: rotate(45deg);
    transition: all 0.2sease-in-out;
}

.frequent-accordian .il-accordion-title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2sease-in-out;
}


figure.alert-img {
    vertical-align: middle;
    position: relative;
    bottom: 0px;
}

.ui-submit-btn a:last-child {
    display: none;
}

ul.popup-veh-list {
    display: inline-block !important;
    width: 48%;
    padding-left: 3rem;
}

.section-content .whatsapp-popup-block h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: bold;
    color: #e71a1a;
    display: inline-block;
    padding-left: 15px;
}

.whatsapp-popup-block h3 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
}

.whatsapp-popup-block ul {
    padding-bottom: 20px;
}

.carlanding-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-content .whatsapp-popup-block ul li {
    font-size: 15px;
    padding-bottom: 10px;
    color: #6c6c6c;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;
    width: auto;
    border: none;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 0px;
}

.whatsapp-popup-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(/docs/default-source/assets/freshlook/images/error-list-arrow.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
}

.motorWidgetWrap .active-details ul li {
    display: block;
    width: 100%;
    border:none;
    margin-bottom: 0;
}

.motorWidgetWrap {
    background: #00305b;
}

.active-details .ui-banner-content h1 {
    padding-bottom: 0;
    margin: 0;
    font-size: 4.8rem;
    line-height: 54px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-top: 0px;
}

.carlanding-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

.motorWidgetWrap .active-details ul li {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}

.carlanding-wrap ul li {
    border-radius: 10px;
    padding: 1.5rem 2rem;
    margin-right: 1.5rem;
    transition: 0.3s;
}

.motorWidgetWrap ul li span {
    margin-right: 20px;
}

.carlanding-wrap ul li span {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 1rem;
}

/****FAQ End****/

@media (max-width: 991px) {
    .fixedBtn {
        position: static;
    }

    .pad-block2 {
        padding: 2rem 0 !important;
    }

    .pd-mob-40 {
        padding: 0;
    }
}

@media (max-width:  768px) {
    .section-content {
        padding: 4rem 0;
    }
    .align-center, .center-div h2 {
        text-align: left;
    }

    .center-div p {
        width: 100%;
    }
 
    .owl-dots {
        margin: 0 auto;
    }

    .ui-check-list li {
        padding: 0 0rem 0 3.5rem;
    }

    .img-content-sec {
        flex-direction: column;
    }

    .img-content-sec .leftBlock, .img-content-sec .rightBlock {
        width: 100%;
        padding: 0;
    }

    .protectList .protectList-item {
        width: 100%;
    }

    .carlanding-wrap ul {
        flex-direction: column;
    }

    .section-content.motorWidgetWrap.carlanding-wrap .active-details ul li {
        padding: 0;
    }
}