
/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}




/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
 
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact Us Image
--------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height:290px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.call-to-action h3 {
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
      word-spacing: 4px;
}
@media (max-width: 1440px) {
  .call-to-action {
    height: 100%;
  }
  
  .call-to-action img {
    height: 100%;
  }
}


/*--------------------------------------------------------------
# Leave Us Your Info Form
--------------------------------------------------------------*/

.form .form-title {
  font-family: "Mulish", Helvetica;
  font-weight: 800;
  color: #2F82C3;
  font-size: 40px;
  line-height: 50px;
  margin-top: 25px;
}

.form .form-subtitle-1 {
font-family: "Mulish", Helvetica;
color: #383838;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}

.form .form-subtitle-2 {
  font-family: "Mulish", Helvetica;
  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  }

.form .small-text {
color: #383838;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
font-family: "Mulish", Helvetica;
}

.form .error {
color: #BF2A2D;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.form .custom-bg {
  background-color: #F5F5F5;
  height: 60px;
  padding: .375rem 1.5rem !important;
  font-weight: 400;
  line-height: 24px;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  border-radius: 0px;
  border: none;
}

#inputName::placeholder {
font-family: "Mulish", Helvetica;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #9198A2;
}

#inputOrg::placeholder {
font-family: "Mulish", Helvetica;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #9198A2;
}

#inputEmail::placeholder {
font-family: "Mulish", Helvetica;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #9198A2;
}

#inputNumber::placeholder {
font-family: "Mulish", Helvetica;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #9198A2;
}

#queryMessage::placeholder {
font-family: "Mulish", Helvetica;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #9198A2;
}

.form .custom-bg-2 {
background-color: #F5F5F5;
height: 125px;
padding: 1.375rem 1.5rem;
}

.form .no-border {
border: none;
border-radius: 0px
}

.form .custom-dropdown {
background-color: #F5F5F5;
height: 60px;
border: none;
border-radius: 0px;
color: #9198A2;
font-family: "Mulish", Helvetica;
font-size: 18px;
padding: .375rem 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.form .form-check {
display: flex;
align-items: center;
}

.form .form-check-input {
display: none;
}

.form .custom-checkbox {
  width: 28px;
  height: 28px;
  background-color: #F5F5F5;
  border: none;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.form .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 16px;
  border: solid green;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
}

.form .form-check-input:checked + .custom-checkbox::after {
  display: block;
}

.form .form-check-label {
color: #383838;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.form .captcha-card {
width: 280px;
height: 80px;
border: 1px solid #F5F5F5;
background: #ffffff;
border-radius: 0px;
}

.form .card-body {
display: flex;
align-items: center;
}

.form .file-format {
  color: #9198A2;
  font-family: "Mulish", Helvetica;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 5px
}

.input-group-with-button {
  position: relative;
  margin-right: 10px;
}

.input-group-with-button .form-control {
  padding-right: 110px; 
}

.form .form-control.custom-bg.no-border::placeholder {
  color: #9198A2;
}

#custom-text {
  color: #9198A2 !important;
  padding-top: 3.5% !important;
}

#button-addon2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: #2F82C3;
  color: #FFF;
   font-family: "Mulish";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  right: 10px;
  top: 10px; 
  bottom: 10px;
  height: calc(100% - 20px); 
  border: none;
  width: 100px; 
}

.form .horizontal-line {
  color: #ccc4c4;
}

.form .btn-submit-now {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  height: 55px;
  cursor: pointer;
  border: none;
}
.form .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.form .btn-submit-now:hover:after {
  opacity: 1;
}

.form .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.form .btn-submit-now span i{
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.form .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  #custom-text {
      padding-top: 2.5% !important;
  }
}

@media (max-width: 767px) and (min-width: 425px) {
  #custom-text {
      padding-top: 4.5% !important;
  }
}

@media (max-width: 376px) and (min-width: 320px) {
  #custom-text {
      padding-top: 5.5% !important;
  }
}

/*--------------------------------------------------------------
# Select company
--------------------------------------------------------------*/
.select_company .custom-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.select_company .custom-btn-group .btn-radio-grp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383838;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 260px;
  height: 80px;
  background-color: #EBF6FF;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  border-radius: 10px!important;
  position: relative;
}

.select_company .custom-btn-group .btn-radio-grp:hover {
  background-color: #EBF6FF;
  border-color: #2F82C3;
}

.select_company .custom-btn-group .btn-check:checked + .btn-radio-grp {
  background: var(--Blue, #2F82C3);
  color: #FFF;
  border-color: #2F82C3;
  border-radius: 10px;
}

.select_company .custom-btn-group .btn-check:checked + .btn-radio-grp::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px; 
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" fill="none"><path d="M25.3681 11.4678L23.5948 9.69485C23.174 9.27399 22.8291 8.44231 22.8291 7.84588V5.33852C22.8291 4.14578 21.8547 3.17141 20.6623 3.17077H18.1539C17.5582 3.17077 16.7256 2.82526 16.3046 2.40473L14.5317 0.631806C13.6893 -0.210602 12.31 -0.210602 11.4676 0.631806L9.69469 2.406C9.27345 2.82685 8.43987 3.17141 7.8454 3.17141H5.33805C4.14689 3.17141 3.17125 4.14578 3.17125 5.33852V7.84594C3.17125 8.44003 2.82644 9.27431 2.40552 9.69491L0.632282 11.4678C-0.210761 12.3102 -0.210761 13.6895 0.632282 14.5333L2.40552 16.3062C2.82669 16.7271 3.17125 17.561 3.17125 18.1552V20.6626C3.17125 21.8541 4.14689 22.8297 5.33805 22.8297H7.84547C8.4412 22.8297 9.27383 23.1745 9.69475 23.5951L11.4677 25.3687C12.3101 26.2104 13.6894 26.2104 14.5318 25.3687L16.3047 23.5951C16.7259 23.1743 17.5583 22.8297 18.154 22.8297H20.6624C21.8548 22.8297 22.8292 21.8541 22.8292 20.6626V18.1552C22.8292 17.5585 23.1743 16.7268 23.5949 16.3062L25.3681 14.5333C26.2098 13.6895 26.2098 12.3102 25.3681 11.4678ZM11.2798 17.8752L6.4993 13.0941L8.03139 11.5623L11.2802 14.8111L17.9678 8.12511L19.4995 9.65689L11.2798 17.8752Z" fill="%238ED527"/></svg>') no-repeat center;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .select_company .custom-btn-group {
    gap: 15px;
  }
  .select_company .custom-btn-group .btn-radio-grp {
    width: 220px;
    height: 70px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .select_company .custom-btn-group {
    gap: 10px;
  }
  .select_company .custom-btn-group .btn-radio-grp {
    width: 200px;
    height: 60px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .select_company .custom-btn-group {
    gap: 10px; 
  }
  .select_company .custom-btn-group .btn-radio-grp {
    width: 180px;
    height: 60px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .select_company .custom-btn-group {
    flex-wrap: wrap; 
  }
  .select_company .custom-btn-group .btn-radio-grp {
    width: calc(50% - 10px); 
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .form .form-title {
    font-size: 30px;
  }

  .form .form-subtitle-1 {
    margin-bottom: -5px;
  }
}

@media (min-width: 320px) and (max-width: 376px) {
  .form .form-title {
    font-size: 27px;
  }
}

/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/


.images-column {
  display: flex;
  flex-direction: column;
  align-items:center; 
  text-align: end;
  margin-top: -1386px !important
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important; 
  cursor: pointer;
  transition: color 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

@media (max-width: 1200px) {
  .svg-icon-main {
      display: block; 
  }
}
@media (min-width: 1024px) {
  .images-column .svg-icon {
    display: block;
  }
}

@media (max-width: 1023px) {
  .images-column .svg-icon {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .images-column {
    margin-top: 0px!important;
    display: none;
  }
}

/*--------------------------------------------------------------
# query_option 
--------------------------------------------------------------*/
.query_option .custom-btn-group .btn-radio-grp {
  display: flex;
  align-items: center;
  color: #383838;
  text-align: left;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 260px;
  height: 80px;
  background-color: #EBF6FF;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  border-radius: 10px !important;
  padding-left: 15px;
  position: relative;
}

.query_option .custom-btn-group .btn-check:checked + .btn-radio-grp::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 26px;
  height: 26px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" fill="none"><g><g><path d="M25.3681 11.4678L23.5948 9.69485C23.174 9.27399 22.8291 8.44231 22.8291 7.84588V5.33852C22.8291 4.14578 21.8547 3.17141 20.6623 3.17077H18.1539C17.5582 3.17077 16.7256 2.82526 16.3046 2.40473L14.5317 0.631806C13.6893 -0.210602 12.31 -0.210602 11.4676 0.631806L9.69469 2.406C9.27345 2.82685 8.43987 3.17141 7.8454 3.17141H5.33805C4.14689 3.17141 3.17125 4.14578 3.17125 5.33852V7.84594C3.17125 8.44003 2.82644 9.27431 2.40552 9.69491L0.632282 11.4678C-0.210761 12.3102 -0.210761 13.6895 0.632282 14.5333L2.40552 16.3062C2.82669 16.7271 3.17125 17.561 3.17125 18.1552V20.6626C3.17125 21.8541 4.14689 22.8297 5.33805 22.8297H7.84547C8.4412 22.8297 9.27383 23.1745 9.69475 23.5951L11.4677 25.3687C12.3101 26.2104 13.6894 26.2104 14.5318 25.3687L16.3047 23.5951C16.7259 23.1743 17.5583 22.8297 18.154 22.8297H20.6624C21.8548 22.8297 22.8292 21.8541 22.8292 20.6626V18.1552C22.8292 17.5585 23.1743 16.7268 23.5949 16.3062L25.3681 14.5333C26.2098 13.6895 26.2098 12.3102 25.3681 11.4678ZM11.2798 17.8752L6.4993 13.0941L8.03139 11.5623L11.2802 14.8111L17.9678 8.12511L19.4995 9.65689L11.2798 17.8752Z" fill="%238ED527"/></g></g></svg>');
  background-size: cover;
}

.query_option .custom-btn-group .btn-radio-grp:hover {
  background-color: #EBF6FF;
  border-color: #2F82C3;
}

.query_option .custom-btn-group .btn-check:checked + .btn-radio-grp {
  background: var(--Blue, #2F82C3);
  color: #FFF;
  border-color: #2F82C3;
  border-radius: 10px;
}

.query_option .other-three-cards {
  margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .query_option .custom-btn-group {
    gap: 15px;
  }
  .query_option .custom-btn-group .btn-radio-grp {
    width: 220px;
    height: 70px;
    font-size: 14px;
    padding-left: 15px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .query_option .custom-btn-group {
    gap: 10px;
  }
  .query_option .custom-btn-group .btn-radio-grp {
    width: 200px;
    height: 60px;
    font-size: 14px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .query_option .custom-btn-group {
    gap: 5px;
  }
  .query_option .custom-btn-group .btn-radio-grp {
    width: 180px;
    height: 60px;
    font-size: 13px;
    padding-left: 15px;
  }
}

@media (max-width: 576px) {
  .query_option .custom-btn-group {
    flex-wrap: wrap;
  }
  .query_option .custom-btn-group .btn-radio-grp {
    width: calc(50% - 10px);
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
  }
  .query_option .custom-row {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .query_option .custom-btn-group {
    gap: 15px;
  }
  .query_option .custom-btn-group .btn-radio-grp {
    width: calc(50% - 5px);
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
  }
  .query_option .custom-row {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .other-three-cards {
    margin-top: 1rem !important;
  }
}

@media (max-width: 320px) {
  .form .form-subtitle-2 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# ACME-Cleantech Section
--------------------------------------------------------------*/
#ACME-Cleantech {
  padding: 20px 0;
  height: auto;
  background: url(../img/contact_us/contact_us_2.png), rgba(234, 247, 255, 0.50);
  background-size: cover, cover;
  background-position: center, center;
}
#acme-clean {
  padding: 20px 0;
  height: auto;
  background: url(../img/contact_us/BG_IMG.jpg), rgba(234, 247, 255, 0.50)!important;
  background-size: cover, cover;
  background-position: center, center;
}
.ACME-Cleantech .section-title-ACME-Cleantech {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: "Mulish", Helvetica;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 50px;
  font-style: normal;
}


.ACME-Cleantech .custom-card {
  background: #FFF;
  box-shadow: 0px 319px 89px 0px rgba(46, 130, 195, 0.00), 0px 204px 82px 0px rgba(46, 130, 195, 0.01), 0px 115px 69px 0px rgba(46, 130, 195, 0.05), 0px 51px 51px 0px rgba(46, 130, 195, 0.09), 0px 13px 28px 0px rgba(46, 130, 195, 0.10);
}

.ACME-Cleantech .custom-card-height {
  height: auto;
}

.ACME-Cleantech .custom-card-size {
  max-width: 1120px;
}

.ACME-Cleantech .borderless-card {
  border: none;
  border-radius: 0px;
}

.ACME-Cleantech .card-title {
  color: #383838;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.ACME-Cleantech .fa-solid {
  color: #2F82C3;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; 
}

.ACME-Cleantech .card-text {
  color: #383838;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.ACME-Cleantech .card-text-p {
  color: #383838;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
}
.ACME-Cleantech .view {
  font-size: 12px;
  color: #BF2A2D;
  cursor: pointer;
  transition: transform 0.3s ease;
  letter-spacing: 1.2px;
  line-height: normal;
  font-family: "Mulish", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.ACME-Cleantech .view:hover {
  color: #2F82C3;
}
.view i {
  transition: transform 0.3s ease-in-out;
}
.ACME-Cleantech .view:hover .fas-2 {
  color: #BF2A2D;
  transform: translateX(5px);

}

.ACME-Cleantech .location{
  padding: 36px;
}

.ACME-Cleantech .email{
  padding: 36px;
}

.ACME-Cleantech .email a {
  color: #383838;
  text-decoration: none;
}

.ACME-Cleantech .email a:hover {
  color: #118c10;
  cursor: pointer;
}

.ACME-Cleantech .phone{
  padding: 36px;
}

@media (max-width: 768px) {
  .ACME-Cleantech  .card-title {
    font-size: 20px;
  }

  .ACME-Cleantech  .card-text {
    font-size: 16px;
  }

  .ACME-Cleantech  .view {
    font-size: 10px;

  }


  .ACME-Cleantech  .col-md-6,
  .ACME-Cleantech  .col-md-3 {
    margin-bottom: 20px;
  }

  .ACME-Cleantech .col-md-3 {
    justify-content: start;
    align-items: start;
  }

  .ACME-Cleantech  .card-body {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .ACME-Cleantech  .col-md-3 {
    padding: 0%;
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 912px) {
  .ACME-Cleantech .section-title-ACME-Cleantech {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .ACME-Cleantech .section-title-ACME-Cleantech {
    font-size: 25px;
  }
}

@media (min-width: 321px) and (max-width: 335px) {
  .ACME-Cleantech .section-title-ACME-Cleantech {
    font-size: 25px;
  }
}

@media (min-width: 320px) and (max-width: 769px) {
  .ACME-Cleantech .custom-border {
    display: none!important;
  }

  .ACME-Cleantech .location{
    text-align: center!important;
  }

  .ACME-Cleantech .card-body {
    text-align: center!important;
  }
}