.owl-carousel .owl-stage {
    padding-bottom: 20px;
}
.servpg{
    padding: 70px 0;
}
.service-four__item{
    margin-top: 20px;
}
.modal-header h2{
    font-size: 25px;
    font-weight: 600;
}
 .modal-content {
      border-radius: 12px;
      border: 1px solid #ccc;
    }
    .modal-body {
        padding-bottom: 0;
    }
    .modal-body input, 
    .modal-body textarea {
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 10px;
      width: 100%;
      margin-bottom: 10px;
    }
    .btn-close {
      background-color: #f0f0f0;
      border-radius: 50%;
    }
    .modal-footer{
        justify-content: flex-start;
    }
 .modal-content button.btn{
    border: none;
  float: left;
        background: linear-gradient(45deg, var(--secondcolor), var(--primecolor));
 }
  .modal-content button.btn:hover{
        background: var(--primecolor);
 }
 .mob{
     display: none;
    }