
#feedbackp .float, #feedbackq a, #feedbackw .float {
    padding-bottom: 8px;
    border-radius: 8px
  }
 
  @media only screen and (max-width:768px) {
    .avdesk {
        display: none !important
    }
 
    .number-title {
        font-size: 60px;
        font-weight: 500;
        line-height: 1
    }
 
    .min-height-70vh {
        min-height: 19vh
    }
 
    .owl-buttons {
        display: none
    }
  }
 
  @media only screen and (max-width:600px) {
    #feedbackp, #feedbackq, #feedbackw {
        position: initial !important;
        width: 100% !important;
        display: inline-block;
        height: initial !important;
        -webkit-transform: initial !important
    }
 
    .main-menu-wrapper__call-icon1 {
        display: inline;
        margin-left: 30px;
        height: 50px;
        width: 50px;
        background-color: #f3f3f3;
        font-size: 30px;
        color: #ea1414;
        align-items: center;
        justify-content: center;
        -webkit-transition: .5s;
        transition: .5s
    }
 
    .div1, .popup {
        width: 100%
    }
 
    .popup {
        padding: 0
    }
 
    .popup .close {
        top: 10px
    }
 
    .site-footer__bottom {
        padding-bottom: 65px
    }
  }
 
  @media only screen and (min-width:1200px) {
    .avmob {
        display: none !important
    }
 
    .main-menu-wrapper__call-icon1 {
        display: none
    }
  }
 
  #feedback1 {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
  }
 
  #feedbackq, #feedbackw {
    transform: rotate(-90deg);
    height: 0;
    right: -9px;
    position: fixed;
    z-index: 1000
  }
 
  #feedbackq {
    top: 40%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
  }
 
  #feedbackw {
    top: 56%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
  }
 
  #feedbackp {
    height: 0;
    position: fixed;
    right: -9px;
    top: 72%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
  }
 
  #feedbackp .float, #feedbackq a, #feedbackw .float {
    display: block;
    background: #002757;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(20, 22, 136, 0.25)
  }
 
  #feedbackq a {
    margin: 1px
  }
 
  #feedbackw .float {
    background-color:#017d03;
    margin: 1px
  }
 
  #feedbackp .float {
    background-color: #db0d0d;
    margin: 1px
  }
 
  #quickenquire textarea.form-control.form-textarea {
    font-size: 14px
  }
 
  #quickenquire label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important
  }
 
  #quickenquire input[type=submit] {
    width: 100%;
    background-color: #00495d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer
  }
 
  #quickenquire .form-group {
    margin-bottom: 20px
  }
 
  @media screen and (max-width:730px) {
    .sideav {
        order: 2 !important
    }
 
    .avspc {
        display: none !important
    }
  }
 
  .page-header1 img {
    width: 100%;
    height: 70vh
  }
 
  .div1 .popup {
    overflow: scroll
  }
 
  .info1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly
  }
 
  #feedbackp, #feedbackq, #feedbackw {
    width: 7%;
    background-color: #e1e1e1
  }
  /* av css end */
 .product-item {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 5px;
  transition: 0.3s ease;
  height: 100%;
 
}
.product-item img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 100px;
  margin-bottom: 10px;
}

.product-item img:hover {
  transform: scale(1.02); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.product-item p{
  margin-top: 5px;
}
@media(max-width:786px)
{
  .product-item p {
    margin-top: 20px;
  };
}
.rs-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.rs-banner-content {
  padding: 0 15px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .rs-banner-wrapper {
    height: 600px;
    align-items: flex-start;
    padding-top: 50px;
  }

   .rs-banner-content .rs-banner-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 150px;
  }

  .rs-banner-descrip p {
    font-size: 14px;
  }
}
.spinner {
  margin-top: 20px;
  border: 4px solid #ccc;
  border-top: 4px solid #080808;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.rs-theme-settings-area {
  display: none !important;
}
/* contact us border */


.rs-contact-form {
  border: 2px solid #e60000 !important;
  border-radius: 8px;
  padding: 25px;
  background-color: #fff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); 
}


