body{line-height:1.6;}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
}
/* +++++++++ */
@media (min-width: 992px) {
  #NSW .col-md-3-5 {
    width: 36%;
    min-width: 36%;
  }
}
/* Medium devices (tablets, less than 992px) */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  #NSW #NSW h1.neon_font {
    font-size: 2.5em;
  }
  #NSW .make_style_form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  #NSW .form_wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #NSW h1.neon_font {
    font-size: 2.5em;
  }
  #NSW .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media handheld, screen and (min-width: 992px) and (max-width: 1200px) {
  #NSW .container {
    width: 95% !important;
  }
  #NSW.custom.body_m .make_style_form div.size-box strong,
  #NSW.custom.body_m .make_style_form div.size-box .s_size2 div {
    font-size: 0.77rem !important;
  }
  #NSW.custom.body_m .make_style_form .size-box .s_price div:nth-child(2) {
    font-size: 0.9rem;
  }
}

/* New Css-13-Oct-2020 start */
@media handheld, screen and (min-width: 992px) and (max-width: 1024px) {
  #NSW .container {
    width: 95% !important;
  }
  #NSW.custom.body_m .col-md-4.col-md-3-5 {
    width: 40%;
  }
  #NSW.custom.body_m .col-md-8.col-md-8-5.visible-lg.demo_box_side.visible-md {
    width: 60%;
  }
  .custom.body_m #size_table .size-box .s_price {
    width: 40%;
  }
  .custom.body_m #size_table .size-box .s_size {
    width: 60%;
  }
  #NSW.custom.body_m .make_style_form div.size-box strong,
  #NSW.custom.body_m .make_style_form div.size-box .s_size2 div {
    font-size: 0.74rem !important;
  }
  #NSW.custom.body_m .make_style_form .size-box .s_price div:nth-child(2) {
    font-size: 12px;
  }

  #NSW .demo_text > .text_show {
    font-size: 5.5rem !important;
    line-height: 7rem !important;
  }
}
/* New Css-13-Oct-2020 end */
