
@media only screen and (max-width: 1199px){
  .bg_shape span{
    width: 300px;
    height: 250px;
  }
  .container_sm{
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991px){
  header .menu-button-container {
    display: flex;
  }
header .menu {
    position: absolute;
    top: 0;
    margin-top: 88px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    transition: all 0.3s ease-in-out;
  }
header .top-nav nav{
    padding: 25px 20px;
}
header #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #menu-toggle:checked ~ .menu{
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  header .top-nav.sticky #menu-toggle:checked ~ .menu{
    padding-bottom: 20px;
    padding-top: 0px;
  }
  header #menu-toggle:checked ~ .menu li {
    border: 1px solid #002A55;
    height: 50px;
    visibility: visible;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .menu{
    background-color: #002A55;
  }
  header .menu li a{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    color: white;
  }
  header .menu li a::before{
    display: none;
  }
  header .menu li:not(:last-child) {
    border-bottom: 1px solid #002A55;
  }
  .cheap_price .sort_by{
    flex-direction: column;
    align-items: flex-start;
  }
  .cheap_price .sort_by ul{
    margin-top: 20px;
  }
  .cheap_price .sort_by ul li{
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .cheap_price .alldomain{
    margin: 0px 50px;
    grid-template: auto/auto auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px){
  .cheaper_side {
    display: block;
    width: 100%;
  }
  .cheaper_side .section_title {
    width: auto;
    display: block;
    text-align: center;
  }
  .cheaper_side aside {
    width: auto;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .domain_name .domain_area, .ext_box, footer .footer_area{
    grid-template: auto/auto;
  }
  dialog.yearly_box .price_year, .wordpress_domain .search_domain dialog.yearly_box .price_year {
    width: calc(100% - 60px);
  }
  .wordpress_domain .search_domain dialog.yearly_box .price_year .dialog_area form{
    padding: 10px 25px;
  }
  .cheap_price .filter_section .price_range{
    display: block;
  }
  .cheap_price .filter_section{
    flex-direction: column-reverse;
    margin: 0 20px;
    align-items: flex-start;
  }
  .cheap_price .filter_section .filter_title .rang_area{
    width: 100%;
  }
  .cheap_price .filter_section .filter_title h4{
    margin: 20px 0px;
  }
  .cheap_price .filter_section .price_range, .cheap_price .filter_sectio .filter_title{
    width: 100%;
  }
  .cheap_price .categories_area ul{
    margin: 0px;
  }
  .cheap_price .sort_by.filter_section{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cheap_price .sort_by.filter_section .filter_title h4{
    margin-bottom: 0;
  }
  .cheap_price .alldomain {
    margin: 0px 20px;
    grid-gap: 50px;
    grid-template: auto/auto;
  }
}
@media only screen and (max-width: 575px){
  .wordpress_domain .search_domain dialog.yearly_box .price_year .dialog_area form {
    flex-direction: column;
    gap: 20px;
  }
  .cheap_price .categories_area ul {
    text-align: left;
  }
  figure.banner{
    height: 350px;
  }
  dialog.yearly_box .price_year .dialog_area{
    display: block;
    text-align: center;
  }
  dialog.yearly_box .price_year, .wordpress_domain .search_domain dialog.yearly_box .price_year {
    width: calc(100% - 30px);
    border-radius: 0px 0px 20px 20px;
  }
  header .top-nav nav .logo a {
    height: 25px;
  }
  header .menu {
    margin-top: 80px;
  }
  .cheap_price .categories_area ul li a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .cheap_price .categories_area ul li a i {
    margin-right: 5px;
  }
}