* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #131C26;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: "Outfit", sans-serif;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h2, h3, h4 {
    color: #5A5A67;
}
/*========== Head ============*/
.header {
    float: left;
    width: calc(100% + 1px);
    margin: 0;
    padding: 0;
    color: #131c26;
}

.logo {
    float: left;
    width: calc(100% - 236px);
    margin: 0;
    padding: 15px 0 0 30px;
    position: relative;
    box-shadow: 5px -10px 0 #fff;
    border-radius: 0 10px 0 0;
}

.logo img {
    float: left;
    width: 180px;
}

.logo img {
    float: left;
}

.header-call {
    float: left;
    color: #2b2b2b;
    width: 235px;
    position: relative;
    padding: 10px 20px;
    height: 75px;
    border-radius: 0 0 0 10px;
    background: #fff;
}
/*.header-call:before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  left: -23px;
  bottom: -26px;
  border-radius: 0 0 0 20px;
  box-shadow: -9px 7px 0 #DADADA;
}*/
.header-call a {
    color: #2b2b2b;
    font-weight: 500;
    font-size: 17px;
    padding: 12px 0;
    float: left;
    margin: 0 30px 0 0;
}

.header-call a:hover, .header-call a:hover i {
    color: #5A5A67;
}

.header-call a:nth-child(2) {
    margin: 0;
}

.header-call a i {
    color: #2b2b2b;
}
/*============ Banner ==========*/
.banner-area {
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
    padding: 0;
    background: #DADADA;
    height: calc(100vh - 28px);
    border-radius: 10px;
    position: relative;
    background: #DADADA url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
}

.banner-area h1 {
    font-weight: 700;
    float: left;
    font-size: 62px;
    color: #2b2b2b;
    margin-top: 110px;
    max-width: calc(100vw - 500px);
    padding-left: 30px;
    font-family: "DM Sans", sans-serif;
}

.enquery-form {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 400px;
    background: #fff;
    padding: 25px;
    border-radius: 20px 0 0 0;
}

.enquery-form h2 {
    font-size: 30px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.enquery-form option {
    background: #fff;
    border: none;
}

.booking_form input[type="text"], .booking_form input[type="email"], .booking_form select, .booking_form input[type="tel"] {
    color: #2b2b2b;
    background: transparent;
    border: none;
    border-bottom: 1px solid #2b2b2b;
    width: 100%;
    padding: 6px;
    margin-bottom: 15px;
    float: left;
}

.booking_form .iti {
    width: 100%;
}

.booking_form input[type="text"]:focus , .booking_form input[type="email"]:focus, .booking_form input[type="tel"]:focus {
    border-color: #2b2b2b;
    outline: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background: transparent !important;
    padding: 10px 35px !important;
    color: #2b2b2b !important;
    float: left !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border: 2px solid #2b2b2b !important;
}

.booking_form input[type="submit"]:hover {
    background: #2b2b2b;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    float: left;
}
/*=========== Home location ===========*/
.hm-location {
    float: left;
    width: 100%;
    margin: 0;
    padding: 80px 0;
}

.hm-location h2 {
    float: left;
    width: 100%;
}

.hm-location ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hm-location li {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0 35px;
    line-height: 1em;
}

.hm-location li i {
    float: left;
    width: 100%;
    color: #dadada;
    font-size: 32px;
    margin-bottom: 15px;
}

.hm-location li span {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
}

.hm-location img {
    width: 100%;
    height: auto;
}

.hm-location hr {
    margin: 15px 0 !important;
    float: left;
    width: 100%;
    border-color: #9a9a9a;
}

ul.spcl-facility {
    text-align: left;
    margin-top: 15px;
}

ul.spcl-facility li {
    width: 50%;
    padding: 0 5px;
}

ul.spcl-facility i {
    font-size: 18px;
}

ul.spcl-facility i {
    font-size: 18px;
    width: 30px;
    float: left;
    margin: 0 4px 0 0;
    padding: 6px 4px;
    color: #fff;
    background: #dadada;
    text-align: center;
    height: 30px;
    border-radius: 5px;
}
/*===========Home points ===========*/
.hm-points {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.hm-points p {
    line-height: 1.2em;
}
/*============= Home solution =========*/
.hm-solution {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
}

.hm-solution h2 {
    margin-bottom: 45px;
    text-align: center;
}

.hm-solution p {
    padding: 15px 0;
}

.hm-solution .row {
    align-items: center;
}
/*=========== home faq ===========*/
.hm-faq {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.com-dtl {
    width: 100%;
    margin: 0;
    padding: 0;
}

.com-dtl ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.com-dtl li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.com-dtl li:last-child {
    border: none;
}

.com-dtl li strong {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}

.com-dtl li strong i {
    width: 25px;
    float: left;
    margin-top: 5px;
    height: 25px;
}

.com-dtl li span {
    display: none;
    padding-left: 30px;
    float: left;
    padding-top: 22px;
}

.faq-area h2 {
    margin-bottom: 35px;
}

.com-dtl .fa-minus {
    display: none;
}

.hm-faq h2 {
    margin-bottom: 38px;
}

.client-mr{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*=========== footer ===========*/
.footer-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #000;
    color: #fff;
}

.client-logo {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.client-logo img {
    max-width: 130px;
}

.client-logo h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}

.footer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer hr {
    border-color: #AAA;
    float: left;
    width: 100%;
}

.footer h3 {
    margin: 10px 0 20px;
    color: #fff;
}

.footer a {
    color: #ccc;
    font-size: 18px;
}

.footer a:hover {
    color: #fff;
}

.footer li {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.spcl-enquery {
    background: transparent;
    border: none;
    padding: 10px 35px;
    color: #fff;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #fff;
    margin-top: 25px;
    font-size: 14px;
}

.spcl-enquery:hover {
    background: #2b2b2b;
    color: #fff;
}

/*===========Fix===========*/
.com-dtl li span.open {
    display: block;
}

.com-dtl li.open .fa-plus {
    display: none;
}

.com-dtl li.open .fa-minus {
    display: block;
}

.hm-points img {
    background: #73C9C6;
    border-radius: 20px;
    margin-bottom: 30px;
    max-width: 150px;
}

ul.spcl-facility li {
    font-size: 15px;
    padding: 0 0 5px 0;
}

.spcl-facility li strong {
    font-weight: normal;
    float: left;
    padding: 8px 0px;
}

.hm-solutionarea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-logo{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_error {
    float: left;
}
.select_container {
    float: left;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    float:left;
}

/*========== Media Query ============*/
@media (max-width:767px) { 
    .header-call span {
      display: none;
    }
    .header-call {
      width: 120px;
    }
    .logo {
        width: calc(100% - 120px);
        padding: 15px 0 0 18px;
    }
    .banner-area h1 {
        font-size: 36px;
        margin-top: 40px;
        max-width: 100%;
        line-height: 1em;
        padding-left: 15px;
      }
    .enquery-form {
        position: static;
        margin: 25px 10px 0;
        padding: 20px;
        float: left;
        border-radius: 10px 10px 0 0;
        width: calc(100% - 20px);
      }
    .banner-area {
        height: auto;
    }
    .enquery-form h2 {
      font-size: 25px;
    }
    .hm-location {
      text-align: center;
      padding: 40px 0;
    }
    .hm-location li {
      padding: 0 5px;
    }
    ul.spcl-facility li {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .hm-location img {
        margin-top: 20px;
    }
    .hm-points {
        padding: 20px 0;
    }
    .hm-points p {
        padding-bottom: 25px;
    }
    .hm-solution {
        padding: 20px 0;
    }
    .hm-solution h2 {
        line-height: 1em;
    }
    .hm-faq h2 {
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .spcl-enquery {
      float: none;
      display: inline-block;
    }
    .com-dtl li strong {
      line-height: 1em;
    }
    .com-dtl li strong i {
      margin-top: 0;
      height: 40px;
    }
    .spcl-facility li strong {
      width: calc(100% - 40px);
      text-align: left;
      margin: 0;
      padding: 0;
    }
    .footer-logo {
        text-align: center;
    }
  
}
 
@media (min-width: 768px) and (max-width:1023px) {
    .banner-area h1 {
      font-size: 52px;
      max-width: 100%;
      margin-top: 60px;
    }
    .banner-area {
      height: calc(100vh - 320px);
    }
    .hm-location .row {
      flex-direction: column;
    }
    .hm-location .col-sm-6 {
        width: 100%;
    }
    .hm-location img {
      margin-top: 40px;
    }
    .footer a {
      font-size: 16px;
    }
    .hm-faq img {
      margin-top: 100px;
    }
    .com-dtl li strong{
        line-height: 1em;
    }
    .com-dtl li strong i {
      margin-top: 0;
    }
  
}
 
@media (min-width: 1024px) and (max-width: 1279px) {
    ul.spcl-facility li {
      width: 100%;
    }
    .hm-location li {
      padding: 0 18px;
    }
}
 
@media (min-width: 1280px) and (max-width:1365px) {
    
}
 
@media (min-width: 1280px) and (max-width:1365px) {
    
}
 
@media (min-width: 1600px) {
  
}'
/*======================*/
/*======================*/
/*======================*/
/*======================*/
/*======================*/
/*======================*/
/*======================*/
/*======================*/
/*======================*/