.bannerContact,
        .bannerpage {
            background-image: url('/assets/img/banner/contactus_banner.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            padding: 110px 0;
        }

/*
        background: -webkit-linear-gradient(300deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
        background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
      */
      .contact h2,h3,h4,h5{
        color:var(--color-primary);
      }    
      .f-700 {
        font-weight: 700;
      }
    
      .fs-26 {
        font-size: 1.3em;
      }
    
      .mb-5 {
        margin-bottom: 5px;
      }
    
      .mb-20 {
        margin-bottom: 20px;
      }
    
      .contacts-list li {
        position: relative;
        padding-left: 60px;
      }
    
      .contacts-list li .icon {
        position: absolute;
        left: 0;
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        color: #fff;
        line-height: 46px;
        border-radius: 50%;
        top: 7px;
      }
    
      .contacts-list li .sub-head {
        text-transform: inherit;
        font-size: 1em;
        font-weight: normal;
        margin-top: 1px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 0px;
      }
    
      .hr-1 {
        height: 1px;
      }
    
      .opacity-1 {
        opacity: 0.1;
      }
    
      .mb-25 {
        margin-bottom: 25px;
      }
    
      .mt-25 {
        margin-top: 25px;
      }
    
      .contacts-list li {
        position: relative;
        padding-left: 60px;
      }
    
      li {
        list-style: none;
      }
    
      .contacts-list li .icon {
        position: absolute;
        left: 0;
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        color: #fff;
        line-height: 46px;
        border-radius: 50%;
        top: 7px;
      }
    
      .contacts-list li p {
        margin: 0;
        font-size: 1em;
        font-weight: bold;
      }
    
      .contact-form .bg-blue {
        background: var(--color-lblue);  
        /*#287ff9*/
      }
    
      .contact-form {
        padding: 33px;
        border-radius: 8px;
        padding-top: 27px;
      }
    
      .contact-form .form-group {
        margin-bottom: 25px;
      }
    
      .contact-form .input-white {
        padding: 6px 20px;
      }
    
      .input-white {
        border: none;
        position: relative;
        border-radius: 5px;
        height: 51px;
      }

      .contact-form .form-group i {
        right: 20px;
        font-size: 1em;
        position: absolute;
        top: 25px;
        opacity: .4;
      }
    
      .contact-map iframe {
        width: 100%;
        border: none;
      }
    
      .bg-blue {
        background:var(--color-lblue);
      }
    
      .cta-footer .cta-cl-bg {
        right: 39vw;
        max-width: 230px;
        top: -42px;
      }
    
      .cta-cl-bg {
        position: absolute;
        opacity: .05;
        right: 28vw;
        top: -2px;
        z-index: 1;
      }
    
      .cta-footer h2 {
        margin-bottom: 0px;
      }
    
      .white {
        color: #fff;
      }
    
      .callback-footer-2 {
        max-width: 545px;
        width: 100%;
        text-align: right;
        margin-left: auto;
      }
    
      .input-white {
        border: none;
        position: relative;
        border-radius: 5px;
        height: 51px;
        padding: 0px 25px;
      }    
    
      .btn-black {
        min-width: 185px;
        text-align: center;
        color: #fff;
        padding: 13px 25px;
        border-radius: 5px;
        font-size: 1em;
        font-weight: 500;
      }
    
      .btn-black,.btn-black:hover {
        background: var(--color-primary);
        color: #ffffff;
        text-shadow: none;
      }

      .contact-form textarea.input-white {
    padding-top: 16px;
}

.contact-form .input-white {
    padding: 6px 20px;
}
textarea.input-white {
    height: auto;
    padding-top: 20px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-15 {
    margin-bottom: 15px;
}
ul.contacts-list {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: 500;
    line-height: 26px;
}
li {
    list-style: none;
}
@media only screen and (max-width: 575px){
    .contact-form {
      padding: 25px 20px;
      border-radius: 8px;
      padding-bottom: 30px;
  }
}
@media (max-width: 991px){
  .mt-md-45 {
    margin-top: 45px;
}
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.relative {
    position: relative;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.ml-20 {
    margin-left: 20px;
}
@media (max-width: 991px){
  .mt-md-15 {
    margin-top: 15px;
}
}

@media only screen and (max-width: 575px){
  .cta-footer .callback-footer-2 .btn.btn-black {
    margin-top: 25px;
}
}
@media only screen and (max-width: 991px){
  .callback-footer-2 {
    margin: auto;
}
}
@media (max-width: 575px){
  .ml-xs-00 {
    margin-left: 0px !important;
}
}