

    .alert {
                position: fixed;
                top: 0;
                z-index: 9999;
                width: 100%;

          }
          .content-area-wrap .enqury-form-wrap .sub-content-form {
    padding: 2rem 5rem 2rem!important;
}
.content-area-wrap .enqury-form-wrap .sub-content-form .sub-head h3 {
    font-size: 3rem!important;
    font-weight: 800;
    color: #aeb7c4;
    line-height: 3.5rem;
    text-transform: uppercase;
}
.content-area-wrap .enqury-form-wrap .sub-content-form .sub-head:after{
    position:absolute;
        right: 3rem!important;
    top: -4rem!important;
    content:"";
    background:url(./images/form-after-icon.png);
    width:319px;
    height:225px;
    background-size:cover
}
.offer-oman{width: 100%!important}


.delivery-holder .delivery-box {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.brands ul li {
    display: inline-block;
    list-style: none;
    margin-right: 4rem!important;
}












@media only screen and (min-width: 737px) {

.mob-content{
    display: none;
}
}

@media only screen and (max-width: 736px) {

  
  .desc-content{display: none;}
    
  }

