* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

ul,
ol,
li,
p,
a,
figure {
    padding: 0;
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html{scroll-behavior: smooth;}

/* -hero---section--start */
.bg-banner-1 {
    background-image: url('../images/bg-banner.png');
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
}

.bg-banner-1 .hero-content-sec h1 {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    letter-spacing: 0.08rem;
}

.bg-banner-1 .hero-content-sec p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #4F4F4F;
}

.green_btn:hover {
    color: #fff;
    text-decoration: none;
}

.green_btn {
    border-radius: 30px;
    background: #5F9D39;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    margin-top: 2rem;
    border: 0;
    line-height: 24px;
}
.green_btn:focus{color: #fff;}
img.feature-black-line.img-fluid {
    position: absolute;
    bottom: 81px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, 37px);
}
.page-template-health-insurance-industry-trends-india .breadCrumbRow{margin-bottom: 0;}
/* ---hero--section---end */

/* --logos-section-start */
.logos_section {
    background: #FCFDFE;
    box-shadow: 0px 4px 8px 0px #F8F9FA;
    padding: 0.6rem 0px;
    position: relative;
}

.logos_section .cmx-colum figure img,
.logos_section .cmx-colum {
    text-align: center;
}

/* --key-highlights-section */
.key-highlights-section .key-highlights-content h2 {
    font-size: 27px;
    font-weight: 700;
    color: #222;
    line-height: 38px;
}

.key-highlights-section {
    position: relative;
    padding-top: 65px;
}

.key-highlights-section::before {
    content: "";
    background-image: url('../images/circle-left-1.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
}

img.img-fluid.nv1 {
    position: absolute;
    left: -20%;
    right: 0;
    margin: 0 auto;
    top: 58%;
    width: 100px;
    transform: translateY(0px);
}

.key-img-content p {
    font-size: 15px;
    color: #2D2D2D;
    line-height: 20px;
}

.key-img-content p:nth-child(1) {
    position: relative;
    left: -32px;
    top: -19px;
    width: 223px;
}

.key-img-content p:nth-child(2) {
    position: absolute;
    left: -1px;
    top: 21%;
    width: 21rem;
}



.key-img-content p:nth-child(3) {
    position: absolute;
    left: 0;
    top: 58%;
    width: 18rem;
    /*! bottom: auto; */
}

.key-img-content p:nth-child(4) {
    position: absolute;
    left: -9px;
    bottom: -25px;
    width: 22rem;
}

/* who-can-use-tab-sec */
.who-can-use-tab-sec {
    padding-top: 50px;
}

.who-can-use-tab-sec .linear-bg-sec {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(44, 151, 219, 0.05) 1.92%, rgba(255, 255, 255, 0.00) 100%);
    padding: 60px 30px;
    padding-top: 0;
    position: relative;
}

.linear-bg-sec h2 {
    color: #222;
    text-align: center;
    font-family: Open Sans;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    top: -32px;
}

.tab-box-card .tab-link {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    color: #222222;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 5%);
    pointer-events: none;
    cursor: default;
    border: 1px solid #34b3ff;text-align: center;
}
.tab-box-card .tab-link figure{margin: auto;}

.tab-box-card .tab-link.active {
    /* background-color: #2C97DB; */
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    /* color: #fff; */
    position: relative;
    overflow: hidden;
}

.tab-box-card .tab-link.active::before {
    position: absolute;
    content: "";
    background-image: url('../health-insurance-industry-trends-india/images/tab-shap.png');
    width: 100%;
    height: 100%;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
    top: -43px;
 
}

.tab-box-card .tab-link figure {
    background-color: #F5FAFE;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 0px;
   
}

.tab-box-card .tab-link p {
    margin-top: 11px;
    font-size: 17px;
    font-weight: 600;
}

.Tabcondent {
    display: none;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.Tabcondent.active {
    display: block;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.Tabcondent .tab-inner h2 {
    color: #222;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.Tabcondent .tab-inner h2::before {
    position: absolute;
    content: "";
    left: -62px;
    width: 74px;
    height: 77px;
    background-image: url('../images/sharpen-icon.png');
    background-repeat: no-repeat;
    top: -48px;
}

.Tabcondent .tab-inner ul {
    padding-left: 110px;
}

.Tabcondent .tab-inner ul li {
    padding-bottom: 18px;
}

.who-can-use-tab-sec {
    position: relative;
}

.who-can-use-tab-sec::before {
    background-image: url('../images/banner-line-curve.png');
    width: 100%;
    height: 341px;
    position: absolute;
    content: "";
    left: 0;
    background-position: left;
    background-repeat: no-repeat;
    bottom: -66px;
    background-size: contain;
}

/* cta-section  */
.cta-section {
    position: relative;
}

.cta-section {
    background-image: url('../images/gradient-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    content: "";
    left: 0;
    right: 0;
    margin: 28px auto;
    width: 100%;
    max-width: 1124px;
    padding: 20px;
}

.cta-section .bg-cta {
    align-items: center;
}

p.cta-bage {
    font-size: 24px;
    font-weight: 700;
    color: #ffff;
    padding-left: 46px;
    line-height: 30px!important;
}

.cta-section .bg-cta a {
    color: #2C97DB;
    background-color: #fff;
    /* padding: 12px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px; */
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    border: 0;
}

/* why-choose-section */

.why-choose-section h2 {
    text-align: center;
    color: #206591;
    font-weight: 600;
}

.why-choose-section .why-choose-inner {
    text-align: center;
}

.why-choose-section .why-choose-inner p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-top: 13px;
}

.talk-content p {
    line-height: 29px;
}

.line-row .col-lg-3 {
    border-right: 2px solid #2220200d;flex: 0 0 20%;
  max-width: 20%;
}

.line-row .col-lg-3:last-child {
    border-right: 0;
}
.row.line-row {
    justify-content: center;
}

/* talks--section */
.contact-form .form-control {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 0%);
    font-size: 15px;
    font-weight: 300;
    padding: 15px 25px 15px 14px;
    border-radius: 30px;
    background-color: #f7f9fb;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EFEFEF;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.talks-section {
    position: relative;
    margin-top: 0px;
    padding-top: 70px;
}

.talk-content span {
    color: #5f9d39;
    font-weight: 600;
}

.talk-content h3 {
    font-weight: 700;
    margin: 15px 0px;
}

.dot-icon {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.shap-image {
    position: relative;
}

.shap-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/talk-to-us.png');
    left: 0;
    top: 0;
    z-index: -1;
}

/* new css */
.top-head ul {
    display: flex;
    align-items: center;
}
.top-head ul li {
    list-style: none;
}
.top-head ul li:last-child img {
    max-width: 126px;
}
.top-head {
    padding: 20px 0;
}
.foot-cpyright.text-center {
    background: #444444;
    width: 100%;
    padding: 6px 0;
    margin-top: 15px;
}
.last-foot {
    padding: 40px 0 0;
}
.foot-cpyright.text-center p {
    font-size: 12px;
    color: #9fa09b;
}
.for-otp{position: relative;}
.for-otp .otp-btns{
        position: absolute;
    right: 26px;
    top: 14px;
    padding: 3px 4px;
    border-radius: 8px;
    border: 1px solid grey;
    font-size: 12px;
}
.breadCrumbRow ul li{display: inline;}
ul.mob-dot-linear, ul.mob-dot{display: none;}


.sticky_download {
  position: fixed;
  right: -48px;
  top: 60%;
  transform: rotate(-90deg);
  z-index: 99999;
}

.sticky_download .green_btn {
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.sticky_download .green_btn:hover
{
  background: #276ea2;
}
.zsiq_floatmain.zsiq_theme1.siq_bR
{
  display: none !important;
}






/* media queries all devices*/
@media screen and (max-width: 1699px) {

/*.key-img-content p:nth-child(2) {
  position: relative;
  left: -17px;
  top: 50px;
  width: auto;
}
.key-img-content p:nth-child(1) {
  position: relative;
  left: -32px;
  top: -20px;
  width: 223px;
}
.key-img-content p:nth-child(4) {
  position: absolute;
  left: -9px;
  bottom: -8px;
  width: auto;
}
.key-img-content p:nth-child(3) {
  position: relative;
  left: -17px;
  top: 152px;
  width: auto;
}*/

}

@media screen and (max-width: 1280.98px) {
    .cta-section{
        padding: 35px !important;
    }
}

@media screen and (max-width: 991.98px) {
    .bg-banner-1 .hero-content-sec h1 {
        font-size: 24px;
    }

    .green_btn {
        margin-top: 1rem;
    }

    .hero-content-sec {
        margin-bottom: 42px;
    }

    img.feature-black-line.img-fluid {
        display: none;
    }

    .logos_section .row {
        display: flex;
    }

    .logos_section .cmx-colum figure img,
    .logos_section .cmx-colum {
        text-align: center;
        margin-bottom: 18px;
    }

    .key-highlights-section::before {
        width: 100%;
    }

    .key-highlights-section .key-highlights-content h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .who-can-use-tab-sec .linear-bg-sec {
        padding: 29px 18px;
    }

    .tab-box-card .tab-link.active::before {
        top: -49px;
    }

    .tab-box-card .tab-link p {
        font-size: 15px;
    }

    .who-can-use-tab-sec {
        padding-top: 0;
    }

    .key-highlights-content {
        margin-bottom: 45px;
    }

    .key-img-content p {
        font-size: 16px;
        color: #2D2D2D;
        line-height: 26px;
    }

    /* .key-img-content {
        margin-top: 45px;
    } */
    .key-img-content p:nth-child(1) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(2) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(3) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(4) {
        width: auto;
        position: inherit;
    }

    .linear-bg-sec h2 {
        font-size: 29px;
        text-align: center;
        top: -55px;
    }

    .Tabcondent .tab-inner h2::before {
        display: none;
    }

    .Tabcondent .tab-inner h2 {
        font-size: 23px;
    }

    .Tabcondent .tab-inner ul {
        padding-left: 21px;
    }

    .tab-inner {
        margin-top: 40px;
    }

    .cta-section {
        padding: 42px 0;
    }

    p.cta-bage {
        font-size: 18px;
        font-weight: 700;
        color: #ffff;
        padding-left: 9px;
        margin-bottom: 20px;
    }

    .why-choose-section h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .line-row .col-lg-3 {
        border: none;
        margin-bottom: 35px;flex: 0 0 50%;
  max-width: 50%;
    }

    .boy-image {
        margin-bottom: 45px;
    }

    .pointers {
        display: none;
    }
    .key-img-content p {
        display: list-item;
    }  

.footericons{display: none;}  

.sticky_download
{
  position: fixed;
  right: 0;
  top: auto;
  transform: none;
  z-index: 99999;
  left: 0;
  bottom: 0;
  background: #fff;
  text-align: center;box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
    padding: 5px;
}
.page-template-health-insurance-industry-trends-india .breadCrumbRow{margin-bottom: 0!important;}

}

@media screen and (max-width: 767.98px) {
    .bg-banner-1 .hero-content-sec h1 {
        font-size: 32px;
    }

    .hero-content-sec {
        margin-bottom: 42px;
    }

    img.feature-black-line.img-fluid {
        display: none;
    }

    .logos_section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .logos_section .row .cmx-colum {
        width: 50%;
        flex-basis: max-content;
    }

    .logos_section .cmx-colum figure img,
    .logos_section .cmx-colum {
        text-align: center;
        margin-bottom: 18px;
    }

    .key-highlights-section::before {
        width: 100%;
    }

    .key-highlights-section .key-highlights-content h2 {
        font-size: 23px;
    }

    .key-highlights-content {
        margin-bottom: 45px;
    }

    .key-img-content p {
        font-size: 16px;
        color: #2D2D2D;
        line-height: 26px;
    }

    .key-img-content {
        margin-top: 0px;
    }

    .key-img-content p:nth-child(1) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(2) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(3) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(4) {
        width: auto;
        position: inherit;
    }

    .linear-bg-sec h2 {
        font-size: 23px;
        text-align: left;
    }

    .Tabcondent .tab-inner h2::before {
        display: none;
    }

    .Tabcondent .tab-inner h2 {
        font-size: 23px;
    }

    .Tabcondent .tab-inner ul {
        padding-left: 21px;
    }

    .tab-inner {
        margin-top: 40px;
    }

    .cta-section {
        padding: 42px 0;
    }

    p.cta-bage {
        font-size: 18px;
        font-weight: 700;
        color: #ffff;
        padding-left: 9px;
        margin-bottom: 20px;
    }

    .why-choose-section h2 {
        font-size: 23px;
    }

    .line-row .col-lg-3 {
        border: none;
        margin-bottom: 35px;
    }

    .boy-image {
        margin-bottom: 45px;
    }
    .key-img-content p {
        margin-left: 12px;
    }
    h2{
        font-size: 23px ;
        font-weight: 700 ;
        line-height: 30px ;
        text-align: left ;
    }
    .logos_section .row {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap !important;
    }
    .logos_section .row .cmx-colum {
        flex-basis: auto;
        width: auto;
        margin-bottom: 10px;
    }
    .logos_section .cmx-colum figure img {
        max-width: none;
       
    }
    .tab-box-card .tab-link{
        min-height: 221px;
        pointer-events: none;
        cursor: default;
    }
    .linear-bg-sec .row{
        flex-wrap: nowrap;
        overflow: auto;
    }
    .row.mt-50.tab-ul {
        margin: 0px !important;
    }
    .talks-section {
        position: relative;
        margin-top: 0px;
    }
    .why-choose-section .why-choose-inner{
        max-width: 350px;
        margin: 0 auto;
    }
    ul.mob-dot-linear {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    ul.mob-dot{
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    ul.mob-dot li, ul.mob-dot-linear li {
        background: #5f9d39;
        height: 4px;
        width: 4px;
        margin: 0 7px;
        border-radius: 50%;
    }
    

.sidebar-form{display: none;}
.sticky_download .green_btn{
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 0.4rem 1rem;
  margin: 0;
}

}

@media screen and (max-width: 575.98px) {
    .bg-banner-1 .hero-content-sec h1 {
        font-size: 32px;
    }

    .hero-content-sec {
        margin-bottom: 42px;
    }

    img.feature-black-line.img-fluid {
        display: none;
    }

    .logos_section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .logos_section .cmx-colum figure img,
    .logos_section .cmx-colum {
        text-align: center;
        margin-bottom: 18px;
    }

    .logos_section .cmx-colum {
        flex-basis: inherit;
        width: 50%;
    }

    .key-highlights-section {
        padding-top: 27px;
    }

    .key-highlights-section::before {
        width: 100%;
    }

    .key-highlights-section .key-highlights-content h2 {
        font-size: 23px;
    }

    .key-highlights-content {
        margin-bottom: 45px;
    }

    .key-img-content p {
        font-size: 16px;
        color: #2D2D2D;
        line-height: 26px;
    }

    .key-img-content {
        margin-top: 0px;
    }

    .key-img-content p:nth-child(1) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(2) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(3) {
        width: auto;
        position: inherit;
        margin-bottom: 10px;
    }

    .key-img-content p:nth-child(4) {
        width: auto;
        position: inherit;
    }

    .linear-bg-sec h2 {
        font-size: 17px;
        text-align: center;
        top: -45px;
    }

    .row.mt-50.tab-ul {
        margin-top: 0;
    }

    .Tabcondent .tab-inner h2::before {
        display: none;
    }

    .Tabcondent .tab-inner h2 {
        font-size: 23px;
        line-height: 39px;
    }

    .Tabcondent .tab-inner ul {
        padding-left: 21px;
    }

    .tab-inner {
        margin-top: 40px;
    }

    .cta-section {
        padding: 42px 0;
    }

    p.cta-bage {
        font-size: 18px;
        font-weight: 700;
        color: #ffff;
        padding-left: 9px;
        margin-bottom: 20px;
    }

    .why-choose-section h2 {
        font-size: 23px;
    }

   

    .line-row .col-lg-3 {
        border: none;
        margin-bottom: 35px;flex: 0 0 100%;
  max-width: 100%;
    }

    .boy-image {
        margin-bottom: 45px;
    }
    .top-head ul li img {
        max-width: 130px;
    }
}

/* media queries all devices*/



.boy-image {
    display: none;
}