@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
 font-family: "Arimo", sans-serif;
}

h1,h2,h3,h4,h5,h6{
 
 
   
}

p {
    
}

img{
    max-width: 100%;
    display: block;
}

a,ul,li{
    text-decoration: none;
    list-style: none;
}


.modal-header.disclaimer-part {
    background: #1f7fc2;
    border-radius: 20px 20px 0px 0px;
}
.modal-header.disclaimer-part h5 {
    color: #fff;
}
/*top*/

 /* .top-header{
     
      padding:20px 0;
    }*/

    .logo img{
      max-width:300px;
    }

    .contact-wrapper{
      display:flex;
      align-items:center;
      justify-content:end;
      gap:35px;
      flex-wrap:wrap;
    }

    .contact-box{
      display:flex;
      align-items:center;
      gap:12px;
      position:relative;
    }

    .contact-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: #817B7B;
}

 

    .contact-text span{
      display:block;
      font-size:13px;
      color:#888;
      line-height:1;
      margin-bottom:2px;
    }

    .contact-text a {
    text-decoration: none;
    color: #F0831C;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

    @media(max-width:991px){

      .top-header{
        padding:20px 0;
      }

      .header-inner {
    flex-direction: row;
    gap: 25px;
    text-align: center;
}

      .contact-wrapper{
        justify-content:center;
        gap:20px;
      }

      .contact-box:not(:last-child)::after{
        display:none;
      }
    }

    @media(max-width:575px){

      .logo img{
        max-width:220px;
      }

      .contact-wrapper{
        flex-direction:column;
        gap:15px;
      }

      .contact-text a{
        font-size:16px;
      }
    }
 

/*top*/



/*hero*/

#hero {
    padding-bottom: 40px;
    position: relative;
    background: url("../images/BG-img.png") center/cover no-repeat;
    height: fit-content;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.org-but a {
    background: #F0831C;
    padding: 2px 30px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}


.org-but.line-box a{ background:transparent !important;  border:3px solid #fff;}


.tex-box {
    padding: 30px 0;
}
/*hero*/

/*What is India Health Quotient?*/

#india-health { padding:50px 0; }
.what-heding h1 {
    font-size: 64px;
    font-weight: bold;
    color: #1F7FC2;
    line-height: 73px;
}
.what-heding span{ color:#F0831C; }
.what-heding h6 {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    line-height: 45px;
}
.what-heding img {
    margin: 0 auto;
    padding: 10px 0;
}
.what-heding p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.what-heding.spantext span {
    color: #F0831C;
    font-size: 128px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#fivedimensions { padding:50px 0; }

.img-five {padding: 30px  0;}
.img-five img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.img-five {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/*What is India Health Quotient?*/


/**/
.timline img{ margin:0 auto; display:block; padding:50px 0; }
.step-card {
    background: #fff;
    border: 2px solid #1F7FC2;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 4px #00000052;
    margin: 20px 0;
}
.step-card h4 {
    color: #000000;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.step-card p {
    color: #424952;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.s-icon img {
    margin: 0 auto 10px;
    display: block;
}

.healthy {
    padding: 50px 0 0;
    text-align: left;
}
.score h5 {
    font-size: 37px;
    font-weight: 400;
    line-height: 50px;
}
.score p {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}
/**/


/**/

.custom-accordion .accordion-item{
    border:2px solid #1f7fc2;
    border-radius:10px !important;
    overflow:hidden;
    margin-bottom:22px;
    background:#fff;
}

.custom-accordion .accordion-button {
    background: #fff;
    color: #1f7fc2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px;
    box-shadow: none !important;
    border: none;
    /*font-style: italic; */
}

.custom-accordion .accordion-button span{
    max-width:90%;
    display:block;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1f7fc2;
    box-shadow: none;
}
.custom-accordion .accordion-body{
    padding:15px;
    border-top:2px solid #1976d2;
    color:#7b7b7b;
    font-size:15px;
    line-height:30px;
    text-align: left;
}

/* Remove default arrow */
.custom-accordion .accordion-button::after {
    content: "";
    background-image: url("../images/plus-icon.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: none !important;
}

/* Minus icon when open */
.custom-accordion .accordion-button:not(.collapsed)::after{
    content: "";
    background-image: url("../images/mai.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: none !important;
}

/* Mobile */
@media(max-width:768px){

    .custom-accordion .accordion-button{
        font-size:17px;
        padding:22px 20px;
    }

    .custom-accordion .accordion-body{
        padding:22px 20px;
        font-size:15px;
        line-height:1.8;
    }

    .custom-accordion .accordion-button::after{
        font-size:34px;
    }
}




  .quote-form {
    
    background: #E0EFFF;
    border-radius: 41px;
    padding: 35px;
   
    border-top: 10px solid #F0831C;
}

  
 .quote-form h1 {
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    color: #F0831C;
    margin-bottom: 10px;
    /* max-width: 700px; */
}

    .input-box{
      margin-bottom:15px;
    }

   .input-box input {
    width: 100%;
    border: 2px solid #F0831C;
    border-radius: 15px;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    background: #fff;
    outline: none;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    height:40px;
}

    .input-box input::placeholder{
      color:#9b8b8b;
    }

    .checkbox-area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 7px 0 23px;
    /* flex-wrap: wrap; */
}

    .checkbox-area input{
      width:20px;
      height:20px;
      accent-color:#f58213;
      cursor:pointer;
    }

    .checkbox-area label {
    font-size: 15px;
    color: #111;
    font-weight: 400;
}

   .checkbox-area  a {
    color: #F0831C;
}

  .submit-btn {
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 20px;
    background: #F0831C;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
    .submit-btn:hover{
      transform:translateY(-2px);
    }

    /* Responsive */
    @media(max-width:768px){

      .quote-form{
        padding:40px 25px;
        border-radius:30px;
      }

      .quote-form h1{
        font-size:38px;
      }

      .input-box input {
    height: 53px;
    font-size: 18px;
}

      .checkbox-area label{
        font-size:18px;
      }

      .submit-btn{
        height:65px;
        font-size:22px;
      }
    }

/**/


h1.d-play {
    display: none;
}
.what-heding.none-op {
    display: none;
}

#bg-imgwork {
    padding: 50px 0;
    position: relative;
    height: 790px;
    background: url("../images/step-1.png") center center / cover no-repeat;
}
.but-button {
    display: none;
}
.org-but.full-repot a {
    background: #F0831C;
    padding: 6px 47px;
    border-radius: 10px;
    font-size: 26px !important;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
}
a.btn.btn-primary.box-22:hover {
    background: #F0831C !important;
   
}
.img-faml img {
    display: none;
}




/*MODAL-POPUP*/

.org-but a {
    background: #f48212;
    color: #fff;
    padding: 13px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    border: 3px solid #F0831C;
    text-transform: capitalize;
}


/* POPUP DESIGN */
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
 /*   background-color: transparent !important; */
    border-color: #fff !important;
    background: #f48212 !important;
    border-style:none;
}
.modal-body {
    padding: 0px !important;
}
.popup-inner h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1881C1;
    font-style: italic;
}
.custom-popup{
    border:none;
    border-radius:18px;
    overflow:hidden;
    background:#FFF;
}

.popup-inner{
    padding:15px;
    text-align:center;
    position:relative;
}

.popup-close{
    position:absolute;
    right:18px;
    top:18px;
    z-index:5;
}

.top-img{
    width:220px;
    height:220px;
    margin:0 auto 10px;
    position:relative;
}

.shape1{
    position:absolute;
    width:170px;
    height:170px;
    background:#f5c7b2;
    border-radius:50%;
    top:0;
    left:35px;
}

.shape2{
    position:absolute;
    width:120px;
    height:150px;
    background:#f3b798;
    border-radius:60px;
    top:15px;
    left:10px;
    transform:rotate(15deg);
}

.shape3{
    position:absolute;
    width:120px;
    height:120px;
    background:#f7b58f;
    border-radius:40px;
    top:70px;
    right:0;
    transform:rotate(-10deg);
}

.icon-circle{
    position:absolute;
    width:170px;
    height:170px;
    background:linear-gradient(180deg,#16b8ea,#4452ff);
    border-radius:50%;
    left:25px;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-circle svg{
    width:90px;
}

.custom-popup h2{
    color:#1f7fc5;
    font-size:29px;
    font-style:italic;
    font-weight:600;
    margin-bottom:10px;
}

.sub-text {
    font-size: 20px;
    line-height: 32px;
    color: #111;
    margin-bottom: 20px;
}

.input-box1 {
    width: 100%;
    height: 40px;
    border: 2px solid #F0831C;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 18px;
    outline: none;
}
.modal-content {
    border-radius: 20px !important;
    border: 0px !important;
}
.input-box1::placeholder{
    color:#9595a7;
}

.check-row{
    display:flex;
    align-items:flex-start;
    gap:10px;
    text-align:left;
    margin:10px 0 30px;
    font-size:15px;
}

.check-row input{
    width:22px;
    height:22px;
    accent-color:#F0831C;
    margin-top:2px;
}

.check-row span{
    color:#f48212;
}

.download-btn {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 15px;
    background: #F0831C;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

p.sub-text1 {
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
}
a.btn.btn-primary.bg-rem {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0;
}



.swiper-slide.swiper-slide-prev{padding: 20px 0;}


/* Arrows */

.swiper-button-next,
.swiper-button-prev{
    width:60px !important;
    height:60px !important;
    background:#1686d9;
    border-radius:50%;
    color:#fff !important;
    box-shadow:0 5px 10px rgba(0,0,0,0.15);
}


.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:24px !important;
    font-weight:bold;
}

/* Pagination */

.swiper-pagination{
    bottom:-5px !important;
}

.swiper-pagination-bullet{
    width:24px;
    height:24px;
    background:#1f86d7;
    opacity:1;
    margin:0 8px !important;
}

.swiper-pagination-bullet-active{
    background:#f7931e;
}

@media(max-width:768px){

    .swiper-button-next,
    .swiper-button-prev{
        width:48px !important;
        height:48px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size:18px !important;
    }
}



.slider-wrapper { display:none; }








  /*.popup-box{
      width:700px;
      max-width:95%;
      background:#fff;
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,0.25);
    }*/
.modal-content.bg-col {
    /* background: #000; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#76b82a+58,ffffff+58 */
background: linear-gradient(to bottom,  #76b82a 58%,#ffffff 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border: 0px;
}
  .popup-top {
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}
    .check-icon{
      width:90px;
      height:90px;
      background:#fff;
      border-radius:50%;
      margin:0 auto 30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .check-icon span{
      font-size:50px;
      color:#5da61f;
      font-weight:bold;
    }

   .popup-top h2 {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
}

 .popup-bottom {
    padding: 30px 15px;
    text-align: center;
}
   .popup-bottom h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #1f7fc2;
}
.popup-bottom p {
    font-size: 19px;
    color: #111;
    margin-bottom: 10px;
}
    .okay-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #f0831c;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}

   .okay-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

    @media(max-width:768px){
.popup-top {
    padding: 5px 0px;
}

      .check-icon{
        width:70px;
        height:70px;
      }

      .check-icon span{
        font-size:38px;
      }

      .popup-top h2{
        font-size:22px;
      }

      .popup-bottom{
        padding:40px 15px;
      }

      .popup-bottom h3{
        font-size:24px;
      }

      .popup-bottom p{
        font-size:20px;
        line-height:1.5;
      }

      .okay-btn {
    padding: 5px 34px;
    font-size: 16px;
}
    }










/* =========================
   MOBILE RESPONSIVE CSS
========================= */

@media (min-width:1200px) and (max-width:1500px){
    

}

@media (min-width:992px) and (max-width:1199px){


    /* HERO */
  #hero {
    background-position: center;
    padding: 0px 0;
    background-size: 108% 100%;
}
.hero-text img {
    margin: 0 auto;
}
    .tex-box{
        padding: 20px 0;
        text-align: center;
    }

   .org-but {
    display: grid;
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
    margin: 10px 0;
}

  .org-but a {
    padding: 13px 0px;
    font-size: 12px;
    border-radius: 10px;
    display: inline-block;
}

    /* HEADING */
    .what-heding h1 {
    font-size: 43px;
    line-height: 50px;
}

    .what-heding h6 {
    font-size: 18px;
    line-height: 27px;
}
#india-health {
    padding: 30px 0 0;
}

   .what-heding p {
    font-size: 13px;
    line-height: 24px;
}

#bg-imgwork {
    padding: 20px 0;
    height: fit-content;
}

    .what-heding.spantext span{
        font-size:90px;
    }

    /* FIVE IMAGE */
    .img-five{
        height:auto;
        padding:20px 0;
    }

    .img-five img{
        object-fit:contain;
    }

    /* STEP CARD */
    .step-card{
        padding:20px 15px;
    }

    .step-card h4{
        font-size:22px;
        line-height:32px;
    }

    .step-card p {
    font-size: 13px;
    line-height: 17px;
}

    /* HEALTHY SECTION */
    .healthy{
        text-align:center;
        padding:30px 0 0;
    }

  .score h5 {
    font-size: 28px;
    line-height: 33px;
    text-align: left;
}

    .score p {
    font-size: 15px;
    line-height: 24px;
}
#fivedimensions {
    padding: 30px 0 10px;
}
.contact-box.mobile-none {
    display: none;
}

.custom-accordion .accordion-button {
   
    font-size: 14px;
  
    line-height: 1.2;
    padding: 9px;
   
}

.custom-accordion .accordion-body {
    padding: 8px;
    line-height: 21px;
}
.org-but.full-repot a {
    padding: 15px 47px;
    font-size: 20px !important;
    margin: 0;
}
section.faq-section.py-5 {
    padding: 0px !IMPORTANT;
}

    /* FORM */
    .quote-form{
        padding:35px 25px;
        border-radius:30px;
    }

    .quote-form h1 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
}

    .input-box{
        margin-bottom:20px;
    }

   .input-box input {
    padding: 14px;
    font-size: 17px;
    border-radius: 10px;
}

    .checkbox-area{
        align-items:flex-start;
    }

    .checkbox-area input{
        width:24px;
        height:24px;
        margin-top:3px;
    }

    .checkbox-area label{
        font-size:16px;
        line-height:26px;
    }

    .submit-btn{
        height:60px;
        font-size:22px;
        border-radius:15px;
    }

    
}








@media (min-width:768px) and (max-width:991px){


    /* HERO */
  #hero {
    background-position: center;
    padding: 0px 0;
    background: #1f7fc2;
}
.hero-text img {
    margin: 0 auto;
}
    .tex-box{
        padding: 20px 0;
        text-align: center;
    }

   .org-but {
    display: grid;
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
    margin: 10px 0;
}

    .org-but a{
        padding:16px 22px;
        font-size:14px;
        border-radius:12px;
        display:inline-block;
    }

    /* HEADING */
    .what-heding h1 {
    font-size: 43px;
    line-height: 50px;
}

    .what-heding h6 {
    font-size: 18px;
    line-height: 27px;
}
#india-health {
    padding: 30px 0 0;
}

   .what-heding p {
    font-size: 13px;
    line-height: 24px;
}

#bg-imgwork {
    padding: 20px 0;
    height: fit-content;
}

    .what-heding.spantext span{
        font-size:90px;
    }

    /* FIVE IMAGE */
    .img-five{
        height:auto;
        padding:20px 0;
    }

    .img-five img{
        object-fit:contain;
    }

    /* STEP CARD */
    .step-card {
    padding: 20px 15px;
    margin: 10px 0;
}

    .step-card h4{
        font-size:22px;
        line-height:32px;
    }

    .step-card p{
        font-size:15px;
        line-height:25px;
    }

    /* HEALTHY SECTION */
    .healthy{
        text-align:center;
        padding:30px 0 0;
    }

    .score h5{
        font-size:30px;
        line-height:42px;
    }

    .score p {
    font-size: 15px;
    line-height: 24px;
}
#fivedimensions {
    padding: 30px 0 10px;
}
.contact-box.mobile-none {
    display: none;
}
.finding-img {
    display: none;
}
section.faq-section.py-5 {
    padding: 0px !IMPORTANT;
}

    /* FORM */
    .quote-form{
        padding:35px 25px;
        border-radius:30px;
    }

    .quote-form h1{
        font-size:34px;
        line-height:44px;
        margin-bottom:30px;
    }

    .input-box{
        margin-bottom:25px;
    }

   .input-box input {
    padding: 14px;
    font-size: 17px;
    border-radius: 10px;
}

    .checkbox-area{
        align-items:flex-start;
    }

    .checkbox-area input{
        width:24px;
        height:24px;
        margin-top:3px;
    }

    .checkbox-area label{
        font-size:16px;
        line-height:26px;
    }

    .submit-btn{
        height:60px;
        font-size:22px;
        border-radius:15px;
    }
}





@media (max-width:767px){

.form-img img {
    display: block;
}
    /* TOP HEADER */
    .top-header{
        padding:15px 0;
    }

    .logo img{
        max-width:140px;
        margin:0 auto;
    }

    .contact-wrapper{
        flex-direction:column;
        gap:15px;
        justify-content:center;
    }

    .contact-box{
        justify-content:center;
    }

    .contact-box:not(:last-child)::after{
        display:none;
    }

    .contact-text span {
    font-size: 12px;
    text-align: left;
}

    .contact-text a{
        font-size:15px;
    }

    /* HERO */
    #hero {
    padding: 10px 0;
    background: #1f7fc2;
}

    .tex-box{
        text-align:center;
        display: none;
    }

   .org-but {
    width: 100%;
    margin: 10px 0;
}

 .org-but a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 10px;
}
    /* INDIA HEALTH */
    #india-health {
    padding: 20px 0;
}

  .what-heding h1 {
    font-size: 28px;
    line-height: 38px;
     padding: 0;
}

.what-heding h6 {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
}

   .what-heding p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.what-heding img {
    width: 100px;
}

    .what-heding.spantext span{
        font-size:60px;
    }

    /* FIVE DIMENSION */
  #fivedimensions {
    padding: 0;
}
section.faq-section.py-5 {
    padding: 0px !important;
}
.org-but.full-repot a {
    padding: 5px;
    border-radius: 10px;
    font-size: 16px !important;
    margin: 0;
}
.custom-accordion .accordion-item {
    border-radius: 5px !important;
    
}
.custom-accordion .accordion-item {
    margin: 22px 0 0;
}
.what-heding.none-op {
    display: block;
}
.what-heding.none-op h1 {
    font-size: 20px;
    line-height: 27px;
}
.finding-img img {
    display: none;
}

.org-but.full-repot {
    background: #F0831C;
    padding: 10px 29px;
    border-radius: 5px;
    
    margin: 15px 0;
}

    .img-five{
        height:auto;
        padding:15px 0;
    }

    /* TIMELINE */
    .timline img{
        padding:25px 0;
    }

    /* CARD */
    .step-card{
        margin:15px 0;
        border-radius:15px;
    }

    .step-card h4{
        font-size:20px;
        line-height:28px;
    }

    .step-card p{
        font-size:14px;
        line-height:24px;
    }
#bg-imgwork {
    padding: 20px 0;
    height: fit-content;
    background: #fff;
}
    /* SCORE */
    .score h5{
        font-size:24px;
        line-height:36px;
    }

    .score p{
        font-size:15px;
        line-height:26px;
    }

    /* ACCORDION */
    .custom-accordion .accordion-button {
    padding: 10px;
    font-size: 15px;
}
.form-img {
    background: #E0EFFF;
}

    .custom-accordion .accordion-body{
        padding:16px;
        font-size:14px;
        line-height:24px;
    }

    .custom-accordion .accordion-button::after,
    .custom-accordion .accordion-button:not(.collapsed)::after{
        width:16px;
        height:16px;
    }

    /* FORM */
    .quote-form {
    padding: 25px 18px;
    border: 0px;
}

    .quote-form h1{
        font-size:26px;
        line-height:36px;
        margin-bottom:25px;
    }

    .input-box input{
        font-size:15px;
        padding:12px 14px;
    }

    .checkbox-area{
        gap:8px;
    }

    .checkbox-area label{
        font-size:14px;
        line-height:22px;
    }

    .submit-btn{
        height:55px;
        font-size:18px;
    }
    .what-heding.india {
    display: none;
}

.score {
    display: none;
}
.custom-accordion .accordion-button span {
    max-width: 90%;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.row.blok-part {
    display: none;
}
.contact-box.mobile-none {
    display: none;
}
.but-button {
    display: block;
}


.slider-wrapper { display:block; }

.step-card{
   margin-bottom:60px;
}
.slider-wrapper{
    padding-bottom:40px;
}
.key-part {
    padding: 41px 0 !important;
}

.popup-inner h2 {
    font-size: 20px;
}
.sub-text {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
}

.input-box1 {
    height: 50px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 11px;
}
.download-btn {
    height: 50px;
    border-radius: 10px;
    font-size: 19px;
}
}



/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){

   h1.d-play-o  {
    
    display: none;
}
h1.d-play {
    display: block;
    font-size: 25px;
    line-height: 35px;
}

    .what-heding.spantext span{
        font-size:42px;
    }

    .quote-form h1 {
    font-size: 22px;
    line-height: 27px;
}

    .score h5{
        font-size:22px;
    }

    .submit-btn{
        font-size:16px;
    }
}


#fivedimensions .heading{
	font-size: 64px;
    font-weight: bold;
    color: #1F7FC2;
    line-height: 73px;
    text-align: center;
	}
	
	@media (max-width: 767px) {
    #fivedimensions .heading {
        font-size: 28px;
        line-height: 38px;
        padding: 0;
        text-align: center;	
    }
}

#fivedimensions img {
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom:15px;
}
