body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 83vw !important;
    width: 100% !important;
    margin: 0 auto !important;

}

.banner {
    position: relative;
    top: -2em;

    background-image: url(https://demo-themewinter.com/instive/wp-content/themes/instive/assets/images/banner/banner_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.overlay {
    background-color: #30303078 !important;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.banner h1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.rolls {
    padding: 100px 0 50px;
    text-align: center;
}

.roll_heading {
    position: relative;
}

.roll_heading::before {
    position: absolute;
    content: "";
    top: -25%;
    left: 47%;
    /* transform: translate(-50%, -41%); */
    width: 90px;
    height: 5px;
    background-color: #003478;
}

.roll_heading h2 {
    color: #003478;
    margin: 0px 0px 0px 0px;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 43px;
    font-family: "Open Sans";
}

.parent_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.child {
    width: 33%;
    height: auto;
    padding: 20px;
}

.child:hover .rolls_img {
    transform: rotate(360deg);
    transition: all 2s;
}

.rolls_img {
    padding: 20px 20px 20px 20px;
    transition: all 2s;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-style: dotted;
    border-width: 2px 2px 2px 2px;
    border-color: #859ebe;
    border-radius: 50% 50% 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child h3 {
    margin: 18px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #003478;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: -0.72px;
}

.child p {
    color: #656565;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.add_banner {
    padding: 70px 0 50px;
}

.main_div {
    background-color: #f1f6fb;
    background-image: url(https://demo-themewinter.com/instive/wp-content/uploads/2019/09/offer_bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 20px 30px 0px rgba(25, 54, 86, 0.03);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 50px 0px;
    overflow: visible;
    border-radius: 5px 5px 5px 5px;
}

.addBanner_flex {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 90px;
}

.add_banner_left {
    width: 40%;
}

.add_img {
    margin: -50px 0px 0px -24px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -100px;
    padding: 0px 0px 0px 0px;
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.add_img img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 100%;
}

.add_banner_right {
    width: 50%;
    margin: 0px 80px 0px 0px;
}

.add_banner_right h3 {
    color: #003478;
    margin: 0px 0px 25px 0px;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: -0.9px;
}

.add_banner_right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 45px 0px;
}

.add_banner_right a {
    background-color: #003478 !important;
    padding: 18px 27px 18px 27px !important;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff !important;
    border-style: none;
    text-decoration: none;
    border-radius: 5px;
}

.add_banner_right a:hover {
    background-color: #02469e !important;

}

.inc_type {
    padding: 50px 0 100px;
}

.type_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_left h2 {
    color: #003478;
    padding: 0px 32px 0px 0px;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 44px;
    letter-spacing: -1.08px;
    text-align: right;
    border-right: 5px solid #003478;
}

.head_right h5 {
    color: #003478;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
    margin-left: 32px;
}

.inc_type_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.inc_box {
    width: 29%;
    height: auto;
    border: 1px solid #e1e9f3;
    background: rgba(158, 158, 158, 0);
    padding: 20px 30px 30px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    border-top: none;
    border-left: none;
}

.inc_box a {
    color: #003478;
    font-size: 23px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.box_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.box_img {
    width: 130px;
    height: 60px;
    /* margin-right: 30px; */
}

.box_img img {
    /* width: 100%; */
    height: 100%;
}

.type_dtls p {
    font-size: 19px;
    color: #656565;
    font-weight: 600;
    line-height: 24px;
}

.type_dtls a {
    font-size: 14px;
    font-weight: 800;
    color: #003478;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: -0.14px;
}

.review {
    background-color: #e5eaf1 !important;
    background-image: url(https://demo-themewinter.com/instive/wp-content/uploads/2019/08/quote_bg_texture.png) !important;
    background-position: center center !important;
    background-repeat: no-repea !important;
    background-size: cover !important;
    padding: 80px 0 !important;
}

.review_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_box {
    background-color: #fff !important;
    padding: 20px;
    width: 40%;
    box-shadow: 0px 35px 48px 0px rgba(0, 0, 0, 0.07) !important;
    padding: 40px 50px 0px 50px;
    overflow: visible;
    border-radius: 5px;
    margin-right: 20px;
}

.form-nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #e1e9f3 !important;
}

.form-nav-item {
    border-color: transparent;
    border-width: 0 0 2px 0;
    border-radius: 0;
    color: #7f99bb !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: -0.56px;
    padding: 10px;
    letter-spacing: 1px;
}

.form-nav-item:hover {
    cursor: pointer;
    background: transparent;
    border-bottom: 2px solid #003478;
    color: #003478;
}

.form {
    display: flex;
    flex-direction: column;
}

.common {
    padding: 10px;
    justify-content: space-evenly;
}

.common p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #193656;
    margin-top: 15px;
}

.common input {
    padding-left: 55px;
    padding-right: 20px;
    min-height: 50px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.common select {
    padding-left: 55px;
    padding-right: 20px;
    min-height: 50px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.frm-1 {
    display: flex;
}

.frm-2 {
    display: none;
}

.frm-3 {
    display: none;
}

.frm-4 {
    display: none;
}

.inactive {
    display: none !important;
}

.active {
    display: flex;

}

.save_btn {
    width: 100%;
    color: #fff !important;
    background: #003478 !important;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    height: 50px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.save_btn:hover {
    background-color: #02469e;
    transition: all 3ms;
}

.box_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.rating i {
    font-size: 14px;
    color: #fec42d;
    margin-bottom: 0;
}

.tab_box_left p {
    margin: 10px 0 0;
    color: #193656;
    font-size: 17px;
    font-weight: 700;
}

.tab_box_right p {
    color: #7f99bb;
}

.tab_box_right a {
    color: #525050;
    font-weight: 800;
    text-decoration: none;
}

.client_review {
    width: 50%;
    height: auto;
    text-align: center;
}

.client_img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #fff;
}

.client_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}

.client_box h3 {
    color: #003478;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: -0.72px;
    margin: 10px 0 0;
}

.client_box small {
    color: #7f99bb;
    font-size: 14px;
}

.client_box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin: 16px 0px 20px 0px;
    color: #656565;
}

.faq {
    padding: 100px 0;
    text-align: center;
}

.roll_heading p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin: 16px 0px 50px 0px;
    color: #656565;
}

.faq_flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.faq_box {
    width: 25%;
     height: 280px; 
    box-shadow: 0px 5px 14px rgba(195, 189, 189, 0.541);
    padding: 35px;
    position: relative;
    transition: all ease 0.4s;
    text-align: left;
    cursor: pointer;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);

}

.faq_box:hover {
    background-color: #003478 !important;
    color: #fff !important;
    transition: all ease 0.4s;

}

.faq_box:hover .ts-title {
    color: #fff !important;
    transition: all ease 0.4s;
}

.faq_box:hover .faq-img {
    border: 2px dotted #fff !important;
    transition: all ease 0.4s !important;
}

.faq_box:hover .show {
    color: #fff;
    transition: all ease 0.4s;
}

.faq_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #e5eaf1;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.faq-img {
    width: 85px !important;
    height: 85px !important;
    border-radius: 50%;
    border: 2px dotted #333333 !important;
    padding: 19px !important;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.4s !important;
    transition: all ease 0.4s !important;
    text-align: center;
}

.faq-img img {
    width: 100% !important;
    height: 100% !important;
}

.ts-title {
    color: #003478 !important;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}

.indicator {
    position: absolute;
    right: 40px;
    top: 40px;
}

.indecator .plus {
    display: block;
}

.indecator .minus {
    display: none;
}

.faq-content {

    display: none;
}

.faq-content.show {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin: 0;
    color: #656565;
    transition: all ease 0.4s;
}




@media(max-width:1200px) {
    .add_banner_right h3 {
        font-size: 27px;
        padding-top: 20px;
    }

    .addBanner_flex {
        gap: 70px;
    }

    .add_banner_right a {
        padding: 17px 24px 17px 24px;
        font-size: 13px;
    }

    .inc_box {
        padding: 20px 20px 30px 0px;
    }

    .inc_box a {
        font-size: 21px;
    }

    .type_dtls p {
        font-size: 18px;
    }

    .type_dtls a {
        font-size: 14px;
    }

    .faq_box {
        width: 24%;
    }

    .ts-title {
        font-size: 17px;
        line-height: 27px;
    }

    .faq-img {
        width: 30px;
        height: 30px;
        padding: 20px;
        margin-bottom: 25px;
    }
}

@media(max-width:991px) {
    .roll_heading h2 {
        font-size: 30px;
    }

    .rolls {
        padding: 70px 0 20px;
    }

    .parent_div {
        margin-top: 35px;
    }

    .rolls_img {
        padding: 15px;
        width: 60px;
        height: 60px;
    }

    .rolls_img img {
        width: 35px !important;
    }

    .child h3 {
        margin: 16px 0px 6px 0px;
        padding: 0px 0px 0px 0px;
        color: #003478;
        font-size: 20px;
    }

    .child p {
        color: #656565;
        font-size: 17px;
        margin: 6px 0;
    }

    .child p {
        color: #656565;
        font-size: 17px;
        margin: 6px 0;
    }

    .addBanner_flex {
        flex-wrap: wrap;
        gap: 40px;
        padding: 0 30px;
    }

    .add_banner_left {
        width: 100%;
    }

    .add_banner_right {
        width: 100%;
        margin: 0;
    }

    .add_img {
        margin: 50px auto 0;
        max-width: 400px;
    }

    .inc_type {
        padding: 20px 0 70px;
    }

    .inc_box {
        width: 45%;
        border-right: 1px solid #e1e9f3 !important;
    }

    .add_banner_right h3 {
        font-size: 37px;
        line-height: 50px;
    }

    .add_banner_right p {
        font-size: 20px;
    }

    .head_left h2 {
        color: #003478;
        padding: 0px 32px 0px 0px;
        font-size: 25px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 30px;
    }

    .head_right h5 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    .inc_type_flex {
        margin-top: 20px;
    }

    .review_flex {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .tab_box {
        width: 100%;
    }

    .client_review {
        width: 100%;
    }

    .review {
        padding: 80px 0 50px;
    }

    .roll_heading::before {
        left: 43%;
    }

    .faq_box {
        width: 37%;
        padding: 35px 30px;
    }

    .ts-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width:767px) {
    .overlay {
        padding: 60px 0;
    }

    .roll_heading h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .parent_div {
        flex-wrap: wrap;
    }

    .child {
        width: 100%;
        text-align: start;
    }

    .rolls_img {
        margin: unset;
    }

    .child h3 {
        margin: 23px 0px 12px 0px;
        padding: 0px 0px 0px 0px;
        color: #003478;
        font-size: 24px;
    }

    .child p {
        color: #656565;
        font-size: 19px;
    }

    .add_banner {
        padding: 0 0 50px;
    }

    .add_banner_right h3 {
        font-size: 31px;
        line-height: 50px;
    }

    .faq_box {
        width: 40%;
        padding: 35px 20px;
    }

    .ts-title {
        font-size: 18px;
        line-height: 28px;
    }

    .inc_type_flex {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .inc_box {
        width: 100%;
        border-right: none !important;
    }

    .inc_box:last-child {
        border-bottom: none !important;
    }

    .head_left h2 {
        color: #003478;
        padding: 0px 32px 0px 0px;
        font-size: 22px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 28px;
    }

    .head_right h5 {
        font-size: 18px;
    }

    .inc_type {
        padding: 0 0 50px;
    }
}

@media (max-width: 575px) {
    .roll_heading h2 {
        font-size: 21px;
        line-height: 31px;
    }

    .overlay {
        padding: 40px 0;
    }

    .add_banner_right h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .head_right h5 {
        font-size: 17px;
    }

    .head_left h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .review {
        padding: 50px 0;
    }

    .roll_heading::before {
        left: 36%;
        top: -17px;
    }

    .roll_heading p {
        font-size: 20px;
    }

    .faq {
        padding: 70px 0 50px;
    }

    .faq_box {
        width: 100%;
    }

    .common input {
        padding-left: 30px;
    }

    .common select {
        padding-left: 30px;
    }
}

@media(max-width:480px) {
    .form-nav {
        overflow-x: auto;
    }

    .box_footer {
        flex-wrap: wrap;
    }

    .tab_box {
        padding: 30px 10px;
        margin-right: 0;
    }

    .common {
        padding: 0;
    }

    .review_flex {
        justify-content: center;
    }

    .form-nav-item {
        font-size: 15px;
        padding: 9px;
    }

    .common p {
        font-size: 16px;
    }

    .common input {
        padding-left: 20px;
    }

    .common input::placeholder {
        font-size: 13px;
    }

    .common select {
        padding-left: 20px;
    }

    .common select::placeholder {
        font-size: 13px;
    }

    .save_btn {
        font-size: 14px;
    }

    .box_footer {
        margin-bottom: 0;
    }

    .client_box p {
        font-size: 19px;
    }

    .type_head {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }

    .head_left h2 {
        font-size: 26px;
        line-height: 38px;
        border-right: none;
        margin: 0;
        text-align: start;
    }

    .head_right h5 {
        font-size: 18px;
        margin-left: 0;
    }

    .addBanner_flex {
        padding: 0 20px;
    }

    .banner h1 {
        font-size: 30px;
    }
}