

/* XXL Screen Media Quary Start============================ */
@media screen and (max-width:1600px) {

    footer .top_footer.has_bg {background-repeat: repeat-y; background-position: 0 50px;}
    .inner-content .btn-part button {display: block; margin-left: 115px; margin-top: 22px;}
    .section2-right-lott {width: 492px;}

  }


  /* XL Screen Media Quary Start========================== */
  @media screen and (max-width:1300px) {

    .features_section .feature_detail .feature_box { width: 350px;}  
    .features_section .feature_detail .right_data {padding-right: 75px;}  
    .features_section .feature_detail .left_data {text-align: right; padding-left: 130px;}

  }
  

  /* Lg Screen Media Quary Start============================= */
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* newsletter section */
    .newsletter_box .section_title {
      width: 60%;
    }
  
    .newsletter_box .section_title h2 {
      font-size: 24px;
      letter-spacing: 1px;
    }
  
    .newsletter_box form .form-group .form-control {
      width: 250px;
    }
  
    .inner-content .btn-part button {
      display: block;
      margin-left: 115px;
      margin-top: 22px;
    }
    .banner_section .banner_slider .right_icon {
        right: -30px;
      }
    
      .about-style1__image {
        max-width: 100%;
        margin-right: 0px;
      }
    
      /* features section */
      .features_section .feature_detail .feature_box {
        width: 300px;
      }
    
      .features_section .feature_detail .left_data {
        padding-left: 15px;
      }
    
      .features_section .feature_detail .right_data {
        padding-right: 15px;
      }
    
      .about-style1__image .shape-1 {
        display: none;
      }
    
      .about-style1__image .shape-2 {
        display: none;
      }
    
      .about-style1__content {
        padding-top: 50px;
        padding-left: 0px;
      }
    
      .features-style1-area {
        padding: 420px 0px 120px;
      }
    
      .features-style1-img-box {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 370px;
      }
    
      .features-style1-img-bg {
        min-height: 370px;
        margin-left: 0px;
      }
    
      .features-style1__content {
        max-width: 100%;
        width: 100%;
      }
    
      .features-style1__items {
        padding-top: 70px;
      }
    
      .contact_page_section .contact_inner {
        margin-top: -120px;
      }
    
      .contact_page_section .contact_inner .contact_form {
        width: 520px;
        padding: 50px 30px;
      }
    
      .contact_page_section .contact_inner .contact_info {
        width: 350px;
      }
    
      .contact_page_section .contact_inner .section_title h2 {
        font-size: 34px;
      }

  }



  /* Mediam Screen Media Quary Start============================= */
  @media only screen and (min-width: 768px) and (max-width: 991px) {

    /* footer section */
    footer .top_footer .logo,
    footer h3 {
      margin-bottom: 20px;
    }
  
    footer .abt_side {
      margin-bottom: 50px;
    }
  
    footer .top_footer .try_out {
      margin-left: 0;
    }
  
    footer .top_footer .col-md-6 {
      margin-bottom: 15px;
    }
  
    footer .top_footer.has_bg {
      background-position: center;
    }
  
    /* newsletter section */
    .newsletter_box {
      flex-direction: column;
      padding: 30px 20px;
    }
  
    .newsletter_box .section_title,
    .newsletter_box form {
      width: 100%;
      margin: 10px 0;
      justify-content: center;
    }
  
    .newsletter_box form .form-group .form-control {
      width: 350px;
    }
  
    .newsletter_box .section_title h2,
    .newsletter_box .section_title p {
      text-align: center;
    }
  
    .d--noneee {
      display: none;
    }
  
    .header .top-bar,
    .topnav-rightbtn1 {
      display: none;
    }
  
    .tabs-wrapper label {
      width: 33% !important;
    }
  
    .about-style1-sitem {
      margin-left: 70px;
    }
  
    .features-style1-img-bg {
      min-height: 250px;
      margin-left: 0px;
    }
  
    .features-style1-img-box {
      width: 100% !important;
      height: 250px;
    }
  
    .features-style1__content {
      margin-top: 367px;
      margin-left: 150px;
    }
  
    .features-style1__content .inner-content .btn-part button {
      margin: 10px auto !important;
      display: block;
    }
  
    .features-style1__items {
      padding-top: 95px !important;
    }
    
  .contact_page_section .contact_inner {
    flex-direction: column;
    margin-top: 60px;
  }

  .contact_page_section .contact_inner .contact_form {
    width: 100%;
  }

  .contact_page_section .contact_inner .contact_info {
    width: 100%;
    margin-top: 50px;
  }

  /* features section */
  .features_section .feature_detail .feature_img {
    width: 275px;
  }

  .features_section .feature_detail .feature_box .data_block {
    margin-bottom: 30px;
  }

  .features_section .feature_detail .feature_box {
    width: 200px;
  }

  .banner_section {
    text-align: center;
  }

  .banner_section .app_btn,
  .banner_section .used_app {
    justify-content: center;
  }

  /* banner section */
  .banner_section .banner_text h1 {
    font-size: 40px;
  }

  .banner_section .banner_slider {
    margin-top: 50px;
  }

  .banner_section .banner_slider .left_icon {
    left: 0;
  }

  .banner_section .banner_slider .right_icon {
    right: 0;
  }

  .about-style1__image {
    max-width: 100%;
    margin-right: 0px;
  }

  .about-style1__image .shape-1 {
    display: none;
  }

  .about-style1__image .shape-2 {
    display: none;
  }

  .about-style1__content {
    padding-top: 50px;
    padding-left: 0px;
  }

  .features-style1-area {
    padding: 420px 0px 120px;
  }

  .features-style1-img-box {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 370px;
  }

  .features-style1-img-bg {
    min-height: 370px !important;
    margin-left: 0px !important;
  }

  .features-style1__content {
    max-width: 100%;
    width: 100%;
  }

  .features-style1__items {
    padding-top: 70px;
  }

  }



/* Small Screen Media Quary Start============================= */
@media screen and (max-width:767px) {

    /* footer section */
    footer .links,
    footer .abt_side {
      margin-bottom: 30px;
    }
  
    footer .top_footer .social_media {
      justify-content: center;
    }
  
    footer .top_footer .social_media li a {
      margin: 0 5px;
    }
  
    footer .top_footer .try_out {
      margin-left: 0;
    }
  
    footer .app_btn li a {
      margin: 0 auto;
    }
  
    footer .bottom_footer .developer_text {
      text-align: center;
      margin-top: 10px;
    }
  
    footer .go_top {
      right: 10px;
    }
  
    footer .top_footer .col-md-6 {
      margin-bottom: 0px;
    }
  
    /* animation line section */
    .anim_line,
    .anim_line.dark_bg {
      width: 100%;
      overflow: hidden;
    }
  
    /* newsletter section */
    .newsletter_box form {
      flex-direction: column;
      align-items: center;
    }
  
    .newsletter_box form .form-group {
      width: 100%;
    }
  
    .newsletter_box form .form-group .form-control {
        width: 278px;
        margin-bottom: 19px;
        margin-left: -43px;
        margin-top: 15px;
        display: block;
    }
  
    .newsletter_box .section_title p {
      font-size: 13px;
    }
  
  
  
    .header .top-bar,
    .topnav-rightbtn1 {
      display: none;
    }
  
    .topnav-rightbtn {
      margin-right: 10px;
    }
  
    .yesimain-menu .nav nav .menu ul li .number {
      padding: 0px;
      margin-bottom: 36px;
    }
  
    .yesimain-menu .nav nav .menu ul li a {
      font-size: 35px;
    }
  
    .yesimain-menu .nav nav .menu ul li .number span {
      font-size: 30px;
    }
  
    .yesimain-menu .nav nav .menu ul {
      padding: 106px 48px 24px 48px;
    }
  
    .d--noneee {
      display: none !important;
    }
  
    .hero-left-cont {
      margin-left: 56px !important;
    }
  
    .hero-right-cont {
      margin-left: 64px !important;
    }
  
    #lottie-1 {
      width: 359px !important;
      height: 268px !important;
    }
  
    .about-style1-sitem {
      margin-left: 70px;
    }
  
    .features-style1-img-bg {
      min-height: 150px !important;
      margin-left: 0px !important;
    }
  
    .features-style1-img-box {
      width: 100% !important;
      height: 150px !important;
    }
  
    .features-style1__content {
      margin-top: 110px;
      margin-left: 0%;
    }
  
    .features-style1__content .inner-content .btn-part button {
      margin: 10px auto !important;
      display: block;
    }
  
    .features-style1__items {
      padding-top: 55px !important;
    }
  
    .banner_section .banner_slider::before {
      display: none;
    }
  
    .section2-right-lott {
      width: 375px !important;
    }
  
    .section2-card-leftright {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  
  
  
    .ab-hero-cont {
      padding: 0px 59px;
    }
  
    .section2-card {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  
    .banner_section .banner_slider {
      margin-top: 30px;
    }
  
  
    .newsletter_box form .form-group .btn {
      display: block;
      margin: 0 auto;
    }
    /* features section */
  .features_section .feature_detail {
    flex-direction: column-reverse;
    padding-top: 30px;
    margin-top: 0;
  }

  .features_section .feature_detail .feature_img {
    width: 85%;
    position: relative !important;
    left: 15% !important;
    transform: translateX(4%) !important;
    top: -10px !important;
    overflow: hidden;
  }

  .features_section .feature_detail .feature_img img {
    max-width: 66% !important;
  }

  .features_section .feature_detail .right_data {
    padding-right: 0px !important;
    margin-left: 13px;
    text-align: center;
  }

  .features_section .feature_detail .left_data {
    padding-left: 0px !important;
    margin-left: 7px !important;
    text-align: center !important;
  }

  /* .features_section .feature_detail .feature_box {width: 100%; padding: 0 15px !important; text-align: center;} */
  .features_section .feature_detail .left_data .data_block .icon {
    margin-right: 0;
  }

  .features_section .feature_detail .right_data .data_block .icon {
    margin-left: 0;
  }

  .features_section .feature_detail .feature_box .data_block {
    margin-bottom: 0;
    margin-top: 30px;
  }

  /* banner section */
  .banner_section {
    margin-top: 60px;
  }

  .banner_section .banner_text h1 {
    font-size: 30px;
  }

  .banner_section .app_btn,
  .banner_section .used_app {
    justify-content: center;
  }

  .banner_section .app_btn li:last-child {
    margin-left: 0;
  }

  .banner_section .app_btn li {
    margin: 0 15px;
  }

  .banner_section .app_btn li a {
    padding: 10px 20px;
  }

  .banner_section .app_btn li a img {
    height: 25px;
  }

  .banner_section .banner_slider .left_icon {
    left: -40px;
  }

  .banner_section .banner_slider .right_icon {
    right: -40px;
    z-index: 1000;
  }

  .banner_section .banner_slider::before {
    width: 350px;
    height: 350px;
  }

  .contact_page_section .contact_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_page_section .contact_inner .contact_form {
    width: 100% !important;
  }

  .contact_page_section .contact_inner .contact_info {
    width: 100% !important;
    margin-top: 30px;
  }

  .contact_page_section .contact_inner .section_title h2 {
    font-size: 24px;
  }

  .contact_page_section .contact_inner .contact_form form .form-group .form-control {
    height: 50px;
    font-size: 14px;
  }

  .contact_page_section .contact_inner .contact_form form .term_check label {
    text-align: left;
    line-height: 1.3;
  }

  .contact_page_section .contact_inner .contact_form form .term_check {
    align-items: flex-start;
  }

  /* .contact_page_section .contact_inner .contact_info .section_title {
    text-align: center;
  } */

  .contact_page_section .contact_inner .contact_info .btn {
    margin-bottom: 30px;
  }

  /* .contact_page_section .contact_inner .contact_info .contact_info_list li {flex-direction: column;} */
  .contact_page_section .contact_inner .contact_info .contact_info_list li .img {
    width: 30%;
    margin: 0;
  }

  .contact_page_section .contact_inner .contact_info .contact_info_list li .text {
    width: 100%;
    margin-top: 10px;
  }

  .sec-title h2 {
    font-size: 35px;
    margin: 7px 0 0;
  }

  .sec-title h2 br {
    display: none;
  }

  .about-style1__image {
    max-width: 100%;
    margin-right: 0px;
  }

  .about-style1__image .shape-1 {
    display: none;
  }

  .about-style1__image .shape-2 {
    display: none;
  }

  .about-style1__content {
    padding-top: 50px;
    padding-left: 0px;
  }

  .features-style1-area {
    padding: 100px 0px 120px;
  }

  .features-style1-img-box {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 370px;
  }

  .features-style1-img-bg {
    min-height: 370px;
    margin-left: 0px;
    background-position: center center;
  }

  .features-style1__content {
    max-width: 100%;
    width: 100%;
  }

  .features-style1__items {
    padding-top: 70px;
  }

  .features-style1__items ul {
    display: block;
  }

  .features-style1__items ul:before {
    display: none;
  }

  .features-style1__items ul li {
    width: 100%;
    margin-right: 0px;
  }

  .features-style1__items ul li:last-child {
    margin-top: 47px;
    margin-left: 0px;
  }
  .newsletter_box{
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}
.newsletter_box .section_title {
    width: 86%;
}
  
  }