.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 84%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
        color: var(--gray-color) !important;
}
.feature-card{
        display: flex;
}
.c-div{
        margin-left: 25px;
}
.ctm-list li{
 margin-bottom: 10px;
}
.service-provide{
        position: relative;
}
.service-provide::before {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #191919;
    background: url(../img/sea-care/rrt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-bg{
      background-color: #191919;
      background: url(../img/sea-care/g-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}
.pos-relative{
        position: relative;
}
.sec-padding{
        padding: 70px 0;
}
.sec-padding-top{
        padding-top: 70px;
        padding-bottom: 0;
}
.sec-padding-bottom{
        padding-bottom: 70px;
}
.clr-white{
        color: #f1f1f1!important;
}
textarea {
    resize: vertical;
    height: 80px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
    background-color: #f4fafd;
}
.pd-right5{
        padding-right: 5%;
}
.pd-left5{
        padding-left: 5%;
}
.banner-slider.owl-carousel.owl-drag .owl-item{
        height: 85vh;
}
.wa-icon {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99999;
}
.wa-icon img {
    width: 55px;
}
.ctm-list li{
  margin-bottom: 10px;
}
.boom-specs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.boom-specs th {
        background: var(--blue-color);
        color: #fff;
        padding: 12px;
        text-align: center;
}
.boom-specs td {
        padding: 10px 20px;
        border: 1px solid #ddd;
        text-align: center;
}
.boom-specs td:first-child {
    text-align: left;
    font-weight: 600;
    /*background: #f5f7fa;*/
}
.boom-specs .full-row td {
    text-align: left;
}
.table-responsive {
    box-shadow: 2px 4px 5px rgb(128 128 128 / 20%);
    background: #ffffff;
    border-radius: 10px;
}
.prod-slider img{
        border-radius: 10px;
}
.ctm-cont{
    box-shadow: 3px 3px 7px rgb(157 168 179 / 70%);
    padding: 3%;
    border-radius: 10px;
    background: linear-gradient(83deg, rgb(255 255 255) 20%, rgba(223, 242, 249, 1) 198%);
    margin-bottom: 60px;
}
.ctm-cont.alt-bg{
        background: linear-gradient(279deg, rgb(255 255 255) 30%, rgba(223, 242, 249, 1) 116%);
}
.border-rad10{
        border-radius: 10px;
}
.cta-bg{
        background:linear-gradient(0deg, rgb(212 145 53 / 40%) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgb(212 145 53 / 20%) 100%)
}
.f-box .col-lg-4{
        padding: 0;
}

.feature-div{
  justify-content: center;
  align-items: center;
  margin: auto;
  /*background: #fff;*/
  text-align: center;
  border-right: 1px solid var(--blue-color);
  /*border-radius: 10px;*/
  padding: 5px;
}
.f-box .col-lg-4:last-child .feature-div {
    border-right: none;
}
.feature-div img{
   width: 70px;
   box-shadow: rgba(0, 0, 0, 0.1) 3px 5px 25px 0px;
   border-radius: 50px;
   background: rgb(255, 255, 255);
   padding: 9px;
   margin-bottom: 5px;
}
.feature-div p{
   margin-bottom: 0;

}
.gallery-div img{
        box-shadow: 4px 4px 3px #80808030;
        border: 1px solid #14467f36;
        margin-bottom: 10px;
        width: 100%;
}

.gallery-div p{
       font-weight: 600;
       text-align: center;
       margin-bottom: 35px;
}
.client-box {
 background: #ffffff;
 border: 1px solid #e5e5e5;
 padding: 18px;
 height: 100%;
 text-align: center;
 font-weight: 500;
 border-radius: 6px;
 transition: all 0.3s ease;
 box-shadow: 2px 3px 6px rgb(128 128 128 / 20%);
 justify-content: center;
 align-items: center;
 display: flex;
}

.client-box:hover {
  background: #005598;
  color: #fff;
  transform: translateY(-5px);
}
.about-section img {
        box-shadow: 2px 4px 5px rgb(128 128 128 / 20%);
        border-radius: 10px;
}
.clr-blue{
        color:var(--blue-color);
}


/*Media Query*/
@media only screen and (min-width: 900px) and (max-width: 1550px) {
        .banner-slider .banner-item .banner-text{
                top:32%;
        }

}
/*Media Query Ends*/
