/* Services Pages Template CSS */
.service_box {
    max-width: 324px;
    overflow: hidden !important;
}
.service_box.active{
    border-color: #4A71F4 !important;
}
/* Contact Us Page CSS */
.address_box p.elementor-icon-box-description {
  max-width: 180px;
}
.time_section p {
  margin-bottom: 0;
}

.time_section .branch-time {
  list-style: none;
  padding: 0;
  margin: 0;
}

.time_section .branch-time li {
  display: flex;
  justify-content: start;
  font-family: "Poppins";
}

.time_section .branch-time li {
  text-align: left;
  margin-bottom: 4px;
}

.time_section .branch-time .day {
  max-width: 96px;
  width: 100%;
  margin-right: 48px;
  line-height: 1.5em;
}

.time_section .branch-time .time {
  text-align: left;
}
/*********Contact Form**********/
.gform_wrapper input:focus::-webkit-input-placeholder, .gform_wrapper textarea:focus::placeholder {
    opacity: 0.8;
}

.contact-form .gform-footer {
  padding-bottom: 0px !important;
  flex-direction: column;
}
.contact-form .charleft {
  display: none !important;
}
.contact-form form label {
  display: none;
}
.contact-form .gform_description {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 32px;
}
.contact-form form .gfield {
  margin-bottom: 16px;
}
.contact-form form input {
  font-size: 14px !important;
  line-height: 1.5;
  height: 52px;
  padding: 15.5px 4px 15.5px 14px !important;
}
.contact-form form textarea {
  max-height: 104px;
  height: 100%;
  padding: 12px 14px !important;
}
.contact-form .gform_button {
  display: block;
  font-size: 16px !important;
  line-height: 1.4 !important;
  height: auto;
  padding: 10px 24px !important;
  background-color: #4a71f4 !important;
  border: 1px solid #1f1f1f;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
}
.contact-form .gform_button:hover {
  background-color: #5674b5 !important;
}
.contact-form .gform-theme--foundation .gform_fields {
  row-gap: 0px;
}
/******Form Validation******/
.contact-form .gform_submission_error.hide_summary {
  display: none;
}
.contact-form .gfield.gfield_error input {
  border-color: #790000;
}
.gform_validation_errors {
  display: none;
}
.contact-form .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600;
  margin: 8px 0 0 0;
  color: #d22929 !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 1px solid #790000 !important;
}
.contact-form .gform_confirmation_message {
  background: green;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
.contact-form .gfield {
  margin-bottom: 0px !important;
}
@media(max-width:1200px){
    .service_box {
        max-width: 265px;
    }
    .services_slider_box{
        display: -webkit-box;
        -webkit-box-align: stretch;
        flex-wrap: nowrap;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1024px) {
  .time_section .branch-time .day {
    margin-right: 24px;
  }
}
/*******Responsive********/
@media screen and (max-width: 768px) {
  .service_box{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0) !important;
  }
  .contact-form .gform_description {
    margin-bottom: 16px;
  }
  .contact-form form .gfield {
    margin-bottom: 16px !important;
  }
  .contact-form .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 0px;
  }
  .contact-form .gform-footer {
    padding-top: 0px !important;
    margin-top: 0 !important;
  }
  .time_section .branch-time {
    width: 100%;
    margin: 0 auto;
  }
  .time_section .branch-time .day {
    margin-right: 16px;
    max-width: 121px;
    min-width: 121px;
  }
  .time_section .branch-time .day,
  .time_section .branch-time .time {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  
  .contact-form .gform_button {
    max-width: 167px;
    margin: 0 auto;
  }
}
