@media screen and (min-width:1200px){}
@media screen and (min-width:1200px) and (max-width: 1280px) {

}

@media screen and (min-width:992px) and (max-width: 1199.5px) {

    .main-rgt {
        max-width: 300px;
    }
    .main-left {
        width: calc(100% - 350px);
    }
    .order-bx h2 {
        font-size: 56px;
    }

}

@media screen and (min-width:768px) and (max-width: 991.5px) {

    .main-rgt {
        max-width: 260px;
    }
    .main-left {
        width: calc(100% - 300px);
    }
    .top-bed h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 29px;    
    }
    .order-bx h2 {
        font-size: 36px;
    }
    .r-box-wrp {
        padding: 15px;
    }
    .r-img,.r-text {
        width: 100%;
    }
    .r-img{
        margin-bottom: 15px;
    }
    .r-img img {
        height: 200px;
    }
    img.img-5{
        display: none !important;
    }

}

@media screen and (max-width:767.5px){

    .nap-wrp {
        flex-direction: column;
    }
    .nap-wrp p{
        margin-top: 15px;
    }
    .top-bed h1 {
        font-size: 32px;
    }
    .top-bed h1 br{
        display: none;
    }
    .main-left,.main-rgt{
        width: 100%;
        margin: 0px auto;
    }
    h2 {
        font-size: 28px;
    }
    .r-box-wrp {
        padding: 15px;
    }
    .r-img,.r-text {
        width: 100%;
    }
    .r-img{
        margin-bottom: 15px;
    }
    .r-img img {
        height: 200px;
    }
    .order-bx h2 {
        font-size: 44px;
    }
    .top-bed{
        margin-bottom: 10px !important;
    }
    .main-rgt{
        margin: 30px auto;
    }

  
}

@media screen and (min-width:576px) and (max-width: 767px) { 


}

@media screen and (min-width:481px) and (max-width: 575px) {

 }
 

@media screen and (min-width:320px) and (max-width: 480px) {
  


 }

