@media screen and (max-width: 62.5em) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .navbar{
        display: none;
    }
    .mobile{
        display: block;
    }

    .mobile{
        display: block;
        padding-left:20px;
    }

        .desktop {
            display: none;
        }
        .mobile {
            /* display: block; */
            position: fixed;
            z-index:4444;
            /* top: -6px; */
            display: flex;
            background-color: white;
            width: 100%;
        }
      .checkbtn{
        display: block;
      }
      .mobile ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 4;
      }
      .mobile nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
      }
     .mobile nav ul li a{
        font-size: 20px;
        color:#fff;
        text-decoration: none;
      }
     .mobile a:hover,a.active{
        background: none;
        color: #0082e6;
      }
      #check:checked ~ ul{
        left: 0;
      }

      .head_menu{
        display: none;
      }
      .nav_center image{
        width: 91px;
      }
      .fa, .fas {
        font-weight: 900;
        font-size: 45px;
        padding-top: 35px;
    }
    .four_image_div{
        flex-direction: column;
    }
    .slick-slide img {
        display: block;
        width: 100%;
    }
    .who_section_text{
        width: 90%;
        margin-bottom: 30px;
    }
    .who_section_white_div_child{
        flex-direction: column;
    }
    .our_story_child{
        flex-direction: column;
    }
    .footer_parent_div {
        gap: 25%;
        flex-direction: column;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0 auto;
        padding: 100px 0 60px 0;
    }
    .footer_right_div {
        width: 85%;
        padding-top: 30px;
    }
    .something_child_div p {
        font-size: 34px;
        font-weight: 600;
    }
    .main_heeding_div {
        width: 80%;

    }
    .who_section_white_div_child {
        padding: 0px;
    }
    .p27 {
        font-size: 18px;
        font-weight: 500;
    }
    .p78 {
        font-size: 45px;
        font-weight: 700;
        margin-top:30px;
    }
    .our_story_child_video {
        width: 90%;
        margin: 0 auto;
    }
    .our_story_child_text {
           background-color: #D04E40;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 0px;
    width: 90%;
    margin-bottom: 6px;
    margin: 0 auto;
    /* border-top-left-radius: 35px; */
    border-bottom-left-radius: 35px;
    padding-bottom:20px;
    margin-top:-6px;
    }
    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 147px !important;
        height: 20px;
        margin-top: -10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    .footer_left_div{
        width: 90%;
    }
    .testimonial_down_para p {
        font-size: 11px;
        font-weight: 700;
    }
    .slick-next::after{
        background-image: url("/Image/M_Arrow-1.png");
    }

    .main_heeding_div {
        width: 100%;
        padding: 10px 0;
    }
    .footer_left_div img{
        width: 80%;
    }
    .main_heading_section_child {

        flex-direction: column;
    }
    .blank_div img{
        width: 100%;
    }
    .footer_right_div p {
        margin-bottom: 10px;
    }

.footer_right_div a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 700;
}
.copyright_section p{
    font-size: 15px;
}
.main_heading_section{
    padding-top: 130px;
}
.nav_center{
    justify-content: space-around;
    display: flex;
    float: right;
    background-color: white;
}
nav{
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    flex-direction: row-reverse;
}
.slick-next:before {
    position: absolute;
    content: '';
    z-index: 44444;
    background-size: cover !important;
    width: 50px;
    color: inherit !important;
    height: 50px;
    background: url(../Image/Arrow-2.png) no-repeat;
}
.slick-prev:before{
   width: 50px;
   height: 50px;
   background-size: cover;
   left: 110px;
}
.p_font_30px {
    color: white;
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}
.p_font_45 {
    color: white;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}
.who_section_Img{
    width:90%;
}
.who_section_Img img{
    width:100%;
  }
  .testimonial1_div_child_text {
    margin-left: 7px;
}
.p40 {
    font-size: 19px;
    font-weight: 600;
}
.p22 {
    font-size: 14px;
    font-weight: 600;
}
.testimonial1_div_parent {

    gap: 10%;
}
.crousel_wala_div p{
    font-size: 22px;
    padding-bottom: 20px;
}
.mobile_img img{
    width:80%;
    margin-top: 8px;
}
.slick-slide{
    /*width:px !important;*/
}
.draggable{
    /*height: 0 !important;*/
}

}



/*legal style*/
  @media screen and (max-width: 62.5em) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .navbar{
        display: none;
    }
    .mobile{
        display: block;
    }

    .mobile{
        display: block;
        padding-left:20px;
    }

        .desktop {
            display: none;
        }
        .mobile {
            display: block;


        }
      .checkbtn{
        display: block;
      }
      .mobile ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 4;
      }
      .mobile nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
      }
     .mobile nav ul li a{
        font-size: 20px;
        color:#fff;
        text-decoration: none;
      }
     .mobile a:hover,a.active{
        background: none;
        color: #0082e6;
      }
      #check:checked ~ ul{
        left: 0;
      }

      .head_menu{
        display: none;
      }
      .nav_center image{
        width: 91px;
      }
      .fa, .fas {
        font-weight: 900;
        font-size: 35px;
        padding-top: 15px;
    }
    .footer_parent_div{
        flex-direction: column;
    }
    .privacy_term2 {
      margin-top: 29px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      flex-direction: column;
    }
    .privacy_term1{
        flex-direction: column;
    }
    .privacy_policy_div {
        width: 100%;
        padding: 0;
    }
    .footer_left_div img{
        width: 80%;
    }
    /*.footer_right_div {*/
    /*    width: 100%;*/
    /*}*/
    .privacy_policy_child {
      width: 80%;
      margin: 0 auto;
      padding: 50px 0;
    }
    .main_heeding_div {
      width: 100%;
      /*padding: 184px 0;*/
    }
    .main_heading_section_child{
      flex-direction: column;
    }
    .main_heading_text p {
          font-size: 15px;
    line-height: 27px;
    }
    .main_heading_text h1 {
      font-size: 30px;
    font-weight: 600;
    }
    .footer_right_div p {
      margin-bottom: 10px;
    }
    .footer_right_div a {
      text-decoration: none;
      color: black;
      font-size: 14px;
      font-weight: 700;
    }
    .copyright_section p {
      font-size: 15px;
    }
    .popover__content{
        left:0px;
    }
    .something_child_div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-style: dashed;
    border-color: #D04E40;
    padding: 50px 0;
    border-radius: 30px;
}
.something_child_div h1 {
    font-size: 30px;
    font-weight: 600;
}
.modal-area p{
    font-size:17px;
}
.who_section_white_div_child {
    width: 90%;}
    .our_story_child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.our_story_child_video img {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
}
.uur_story_paragraph {
    padding: 0 16px;
    margin-top: 14px;
}
  }

  @media screen and (max-width:600px) {
    .qrcont{
        width:100% !important;
    }
    .qrlogo{
        top: -50px !important;
    }
    .downline{
        font-size: 16px !important;
        width: 100%;
    }
  }





