﻿* {
    margin: 0;
    padding: 0
}

.section-wrap {
    padding: 6rem 0;
    width: 100%
}

    .section-wrap.contenSec {
        padding-top: 100px;
        padding-bottom: 50px
    }

.heading2 {
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 3.6rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #2d2d2d
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828
}

.sub-txt {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 3rem 0
}

.note-txt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 1rem
}

.clr-white {
    color: #fff
}

.bg-blue {
    background: var(--Blue-Gradient,linear-gradient(180deg,#004A80 .49%,#00305B 100%))
}

.bg-lightblue {
    background: #E1F4FD
}

.bg-gray {
    background: #F8F6F6
}

.bg-pink {
    background: #F8F6E4
}

.bg-lightpink {
    background: #FFF9F6;
}

.align-center {
    text-align: center
}

.mb-0 {
    margin-bottom: 0;
}

.img-pos {
    position: relative;
    bottom: 8px;
}

.img-cont-block, .cont-img-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.img-block {
    width: 40%;
    text-align: center
}

.cont-block {
    width: 60%
}

.img {
    width: 100%
}

.features-list {
    display: flex;
    flex-wrap: wrap
}

.features-list-item {
    width: 33.33%;
    padding-right: 2rem;
    margin-bottom: 5rem
}

    .features-list-item:nth-child(3), .features-list-item:last-child {
        padding: 0
    }

    .features-list-item:nth-child(4), .features-list-item:last-child {
        margint: 0
    }

.cont-block .text {
    margin-bottom: 14px
}

.cont-block p.text:last-child {
    margin-bottom: 0
}

.benefit-feature-sec .sub-txt {
    color: #575757
}

.benefit-feature-sec .note-txt {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    text-align: center
}

.list-name {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 7px
}

.list-cont {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400
}

.benefit-feature-sec .img-block {
    width: 100%;
    margin-bottom: 1.4rem;
    height: 50px;
    display: flex;
    align-items: center
}

.plan-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.plan-list-item {
    width: 32%;
    border-radius: 16px;
    display: flex;
    align-items: self-start;
    background: #E1F4FD;
    padding: 2.5rem;
}

.plan-block {
    margin-left: 2rem
}

.plan-name {
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 1rem
}

.plan-cont {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px
}

.types-of-shops-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem
}

.shop-list-item {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
    margin-bottom: 1.6rem;
    margin-right: 1.5rem;
    background: #fff;
    border-radius: 14px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px
}

    .shop-list-item p {
        margin-left: 1.4rem
    }

.types-of-cover .note-txt {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%
}

.shop-insure-article .container {
    border-radius: 30px;
    padding: 3rem 8rem
}

.img-article-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.article-block {
    width: 60%
}

    .article-block .primary-btn {
        margin-top: 2rem;
        display: inline-block
    }

.hide {
    display: none
}

.faq .container {
    max-width: 878px;
    width: 100%;
    margin: 0 auto
}

.question-block {
    margin-bottom: 2.4rem
}

    .question-block:last-child {
        margin-bottom: 2.4rem
    }

.question {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
    display: block
}

.answer {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    display: block
}

.product-table .table-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #EAEAEA;
    border-radius: 10px
}

.product-table table {
    border: none;
    overflow: hidden;
    width: 100%;
    border-radius: 10px
}

    .product-table table thead {
        background: #E1E0D1
    }

    .product-table table tr td, .product-table table tr th {
        font-size: 1.6rem;
        color: #000;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        padding: 14px 20px;
        border-right: 1px solid #EAEAEA
    }

        .product-table table tr td:last-child, .product-table table tr th:last-child {
            border-right: none
        }

    .product-table table tr th {
        font-weight: 600
    }

.breadcrumbs-block {
    border-top: 1px solid #EAEAEA;
    padding: 1.4rem 0
}

.breadcrumbs-sec {
    display: flex;
    justify-content: space-between
}

ul.breadcrumbs {
    display: flex
}

    ul.breadcrumbs li {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: normal;
        margin-right: 40px
    }

        ul.breadcrumbs li:last-child {
            margin: 0
        }

        ul.breadcrumbs li a {
            position: relative
        }

            ul.breadcrumbs li a.subtitle {
                color: #6C6C6C
            }

            ul.breadcrumbs li a:after {
                content: "";
                position: absolute;
                border: solid #282828;
                border-width: 0 1.2px 1.2px 0;
                display: inline-block;
                padding: 3px;
                vertical-align: top;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                margin-top: 6px;
                margin-left: 10px
            }

        ul.breadcrumbs li:last-child a:after {
            display: none
        }

.disclaimer-link {
    color: #EC6625;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline
}

    .disclaimer-link a {
        color: #EC6625
    }

.heading-content-block {
    display: flex
}

.head-block {
    width: 40%
}

.content-sec {
    width: 60%
}

.content-details {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #CBCDCE;
    padding-bottom: 1.5rem
}

    .content-details:last-child {
        margin-bottom: 0;
        border: none
    }

.buy-shop-list {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    margin-left: 1.6rem
}

.tab-cont-wrapper {
    margin-top: 1.5rem;
}

.tab-wrapper ul {
    display: flex;
    align-items: center
}

    .tab-wrapper ul li {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: normal;
        color: #838383;
        padding: 0 2rem 1rem 2rem;
        margin-right: 2rem;
        text-align: center;
        cursor: pointer;
        transition: 0.5s ease-all
    }

        .tab-wrapper ul li.active {
            color: #EC6625;
            border-bottom: 3px solid #EC6625
        }

.tab-cont {
    padding: 4rem 0 0;
    border-top: 1px solid #D8D4D3;
    /*border-bottom: 1px solid #D8D4D3*/
}

.tab-sec {
    margin-left: 3rem
}

.tab-details p {
    font-size: 1.6rem;
    line-height: 24px
}

.covered-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .covered-list li {
        position: relative;
        width: 50%;
        margin-top: 2rem
    }

        .covered-list li:before {
            content: '';
            position: absolute;
            background: url(../images/tick-inclusion.png) no-repeat;
            width: 30px;
            height: 30px;
            top: 4px
        }

.exclusion-tab .covered-list li:before {
    content: '';
    position: absolute;
    background: url(../images/error-exclusion.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 3px
}

.cover-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px
}

.descr {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px
}

.mt-20 {
    margin-top: 2rem
}

.note {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 3.5rem
}

    .note a {
        color: #EC6625;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        margin-left: 1.6rem
    }

.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    background: #EC6625;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid #fff0;
    font-weight: 700;
    text-align: center
}

    .primary-btn:hover {
        background: #FD7B20;
        color: #fff
    }

    .primary-btn:focus {
        background: #E26123;
        box-shadow: 0 0 0 3px #e26123;
        border: 3px solid #fff
    }

.types-of-cover .container {
    width: 1240px
}

.read-more {
    display: none;
}

.more-cont {
    display: flex;
}

.faq-sec .heading2 {
    margin-bottom: 4rem;
}
/***Popup Start****/
.shop-get-popup {
    position: absolute;
    padding: 3rem;
}

    .shop-get-popup .close span {
        font-size: 3rem;
    }

    .shop-get-popup .griha-proceed {
        text-align: left;
    }

    .shop-get-popup .popup-title {
        font-size: 2rem !important;
        font-weight: 700 !important;
        color: #282828 !important;
        margin-bottom: 1.6rem !important;
    }

    .shop-get-popup .griha-proceed p.text {
        font-size: 1.6rem;
        line-height: 20px;
        font-weight: 400;
    }

        .shop-get-popup .griha-proceed p.text label {
            font-weight: 700;
        }

    .shop-get-popup .griha-proceed h5 {
        margin-top: 2rem;
        font-size: 1.6rem;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
    }

        .shop-get-popup .griha-proceed h5 a {
            color: #EC6625;
            font-weight: 700;
            text-decoration: underline;
        }

.btn-block {
    float: right;
    text-align: right;
    width: auto;
    margin-top: 2rem;
}

.shop-get-popup .alrightBtn {
    width: 101px;
    height: 48px;
    border-radius: 5px;
    background: #EC6625;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
}

/****Popup End*****/

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px
    }
}

@media (max-width:1200px) {
    .img-cont-block {
        align-items: self-start
    }

    header .menu_btn {
        top: 35px
    }

    .img-cont-block img, .cont-img-block img, .img-article-block img {
        width: 100%
    }
}

@media (max-width:991px) {
    .ebisec .bannertitle {
        margin-bottom: 80px
    }

    .maincontainer {
        padding-left: 0
    }

    .smallHeader .call-wrap li:first-child {
        padding-left: 15px
    }

    .smallHeader .call-wrap li#mobile:before {
        left: 306px;
        top: 7px
    }
}


@media (max-width:768px) {
    .img-cont-block, .cont-img-block, .img-article-block {
        flex-direction: column;
        width: 100%
    }

    .img-block, .cont-block, .article-block {
        width: 100%
    }

    .features-list-item {
        width: 49%
    }

    .plan-list, .types-of-shops-list {
        flex-direction: column
    }

    .plan-list-item {
        width: 100%;
        margin-bottom: 2rem
    }

        .plan-list-item:last-child {
            margin-bottom: 0
        }

    .shop-list-item br {
        display: none
    }

    .types-of-cover .container {
        width: 100%
    }

    .share-ico {
        width: 50px;
    }

    .shop-list-item p {
        margin-left: 0.5rem;
    }

    .mb-30 {
        margin-bottom: 3rem;
    }

    .shop-list-item {
        margin-right: 0;
    }

    .img-cont-block {
        flex-direction: column-reverse
    }


    .smallHeader .call-wrap li#mobile:before {
        left: -8px;
        top: 7px
    }

    .shop-list-item {
        padding-left: 15px
    }

    .shop-list-item {
        margin-right: 0
    }

    .more-cont {
        display: none;
    }

    .read-more {
        display: block;
        margin-bottom: 3rem;
        text-align: center;
        text-decoration: underline;
        font-size: 1.4rem;
        line-height: 18px;
        font-weight: 700;
        color: #fff;
    }

    a.read-more, a.read-less {
        color: #fff;
        text-decoration: underline;
    }

    

    .benefit-feature-sec .read-more {
        color: #fe6625;
        margin-top: 3rem;
        margin-bottom: 0;
    }

    .benefit-feature-sec a.read-more, .benefit-feature-sec a.read-less {
        color: #fe6625;
        text-decoration: underline;
    }

    .shop-list-item {
        margin-right: 0
    }

    .shop-get-popup {
        margin-right: 0;
        
    }

        .shop-get-popup .ty-popup-griha {
            max-width: 426px;
            width: 100%;
        }

        .shop-get-popup.otp_popup .modal-content .modal-body {
            padding: 2rem;
        }


        .shop-get-popup .ty-popup-griha {
            width: 100%;
        }

        .shop-get-popup .popup-title br {
            display: none;
        }

        .shop-get-popup .griha-proceed h5 {
            font-size: 1.5rem;
        }

        .shop-get-popup .alrightBtn {
            min-width: 101px;
        }

    .btn-block {
        margin-top: 4rem;
    }
}

@media (max-width:575px) {
    .cstmbtn {
        width: 100%
    }
}

@media (max-width:480px) {
    .ebisec {
        padding: 24px 15px 60px
    }

        .ebisec .maincontainer {
            padding-right: 0
        }

    .section-wrap {
        padding: 4rem 0
    }

    .heading2 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 30px;
        padding-bottom: 0.5rem;
        text-align: left
    }

    .sub-txt, .benefit-feature-sec .note-txt, .types-of-cover .note-txt {
        text-align: left
    }

    .img-mob {
        width: 100%
    }

    .features-list {
        flex-direction: column
    }

    .features-list-item {
        width: 100%;
        margin-bottom: 4rem;
        padding: 0
    }

    .plan-list-item {
        flex-direction: row;
        justify-content: center;
        align-items: self-start;
        gap: 20px;
        padding: 2rem
    }

    .plan-block {
        margin: 0
    }

    .covered-list {
        flex-direction: column
    }

        .covered-list li {
            width: 100%
        }

    .note {
        flex-direction: column
    }

        .note a {
            margin-left: 0;
            margin-top: 1.5rem
        }

    .cont-block .text {
        margin-bottom: 2rem
    }

    .shop-insure-article .container {
        padding: 2rem
    }

    .table-wrapper {
        overflow: auto
    }

    .breadcrumbs-sec {
        flex-direction: column
    }

    ul.breadcrumbs li {
        margin-right: 30px
    }

    .disclaimer-link {
        margin: 2rem 0 2rem 0;
        padding-top: 2rem;
        border-top: 1px solid #dfdfdf
    }

    .shop-insure-article .container {
        border-radius: 0;
        padding: 4rem 2rem
    }

    .img-article-block {
        flex-direction: column-reverse;
        justify-content: center
    }

    .article-block {
        text-align: center;
        margin-bottom: 6rem
    }

        .article-block .heading2 {
            text-align: center
        }

    .shop-list-item {
        padding: 2rem 2rem 2rem 1rem
    }

        .shop-list-item p {
            font-size: 1.4rem;
            line-height: 24px
        }
}

.ebisec {
    padding: 74px 15px 60px
}

.maincontainer .bg-img {
    margin-top: -65px
}

.ebisec .readMore a {
    top: 570px
}

.smallHeader .call-wrap li#mobile:before {
    left: 317px;
    top: 7px
}

.errormsg {
    font-size: 1.3rem
}

.labeltxt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500
}


.shop-get-popup .ty-popup-griha {
    max-width: 476px;
    width: 100%;
}


