@media only screen and (max-width: 2500px) {


  }
  
  @media only screen and (max-width: 1880px) {

  }
  
  @media only screen and (max-width: 1680px) {
   
  }
  
  @media only screen and (max-width: 1580px) {
   
  }
  
  @media only screen and (max-width: 1366px) {
   
  }
  
  @media only screen and (max-width: 1280px) {
       .section_content h2 {
        font-size: 45px;
    }
    .outline_btn {
        font-size: 24px;
        width: 240px;
        height: 70px;
        border-radius: 10px;
    }
    .btn_with_bg {
        width: 220px;
        height: 70px;
        font-size: 24px;
        border-radius: 10px;
    }
    .section_content p {
        font-size: 26px;
    }
    .full_banner_img p {
        font-size: 22px;
    }
    .make__3d_box a {
        width: 215px;
    }
    .para_content {
        font-size: 20px;
    }
    .full_banner_img img {
        height: auto;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    
  }
  
  @media only screen and (max-width: 1169px) {
    .input_search {
        display: none;
    }
   
  }
  
  @media only screen and (max-width: 1070px) {
   
  }
  
  @media only screen and (max-width: 1025px) {
   
  }
  
  @media only screen and (min-width: 992px) {}
  
  @media only screen and (max-width: 991px) {
    .main_header .nav-item .nav-link {
        padding: 0 10px;
    }
    .after_fray {
        width: 100%;
    }
    .flex_colum_reverse {
        flex-direction: column-reverse;
    }
    .button_block {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .button_block a {
        margin-top: 0;
    }
    .section_content h2 {
        width: 100%;
        text-align: center;
    }
    section {
        padding: 40px 0;
    }
    .flex-btn a {
        margin: 0 5px;
    }
    .section_content {
        text-align: center;
    }
    .seven_section {
        text-align: left;
    }
    .prelative {
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .navbar-brand {
        padding-left: 30px;
    }
    .make__3d_box a {
        width: 160px;
        padding: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .sub_menu {
        display: block;
        background: #fff;
        box-shadow: 0 1px 20px -15px #000;
        height: 100vh;
        left: -100%;
        position: fixed;
        top: 0;
        transition: .5s;
        width: 60%;
        z-index: 999;
    }

    .menu_main label {
        display: block;
        padding-right: 30px;
    }

    #menucheck:checked ~ .sub_menu {
        left: 0;
    }

    #menucheck1:checked ~ .sub_menu {
        left: 0;
    }

      .menu_main {
        justify-content: end;
    }

    .sub_menu .navbar-nav {
        flex-direction: column;
        text-align: center;
        margin-top: 70px;
    }
    
    .sub_menu .navbar-nav li.nav-item {
        margin-bottom: 30px;
    }
    
    .sub_menu .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    
    .make__3d_box {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .line_after {
        display: none;
    }
    input:checked {
        height: 100vh;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    .CUSTUM_PDF_MODEL .modal-dialog {
        margin-top: 100px;
    }
  }
  @media only screen and (max-width: 650px) {
    .section_content h2 {
        font-size: 30px;
    }
    .bar_section p a {
        font-size: 24px;
    }
    .outline_btn {
        font-size: 20px;
        width: 260px;
        height: 60px;
    }
    .btn_with_bg {
        width: 220px;
        height: 60px;
        font-size: 20px;
    }
    .my__play {
        justify-content: center;
    }
    .full_banner_img p {
        font-size: 15px;
        height: auto;
        width: auto;
        left: 0;
        bottom: 0px;
        padding: 0 10px;
        text-align: center;
    }
    .py-100 {
        padding: 30px 0 !important;
    }
  }
  
  @media only screen and (max-width: 420px) {
    .para_content {
        font-size: 16px;
    }
    .section_content p {
        font-size: 20px;
    }   
    .section_content h2 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .make__3d_box a {
        width: 100%;
        padding: 0;
    }
    .sub_menu .navbar-nav li.nav-item a {
        font-size: 14px;
    }

    .bar_section p a {
        font-size: 18px;
    }
    .bar_section {
        height: 125px;
    }
    .menu_main label {
        padding-right: 10px;
    }
    .navbar-brand {
        padding-left: 20px;
    }
  }
  
  @media only screen and (max-width: 320px) {
   
  }
  
  /* -------------------nitesh work----------------------- */