body {
  text-decoration: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.div-general {
  padding: 50px 10px 50px 10px;
}

.section-head {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  text-align: center;
}

.section-text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}

#contact .container-sub {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(25px, 1fr) );
  padding-top: 40px;
}

.services-holder {
  margin-top: 30px;
}

.about-content {
  color: white;
  text-align: center;
  background-color: #044581;
}

.main-section .client-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: center;
  justify-items: center;
  grid-gap: 30px;
  padding: 0 20px 0 20px;
  margin: 30px 0 15px 0;
}

.client-container .img-holder {
  width: 150px;
  height: 100px;
  max-width: 100%;
  position: relative;
}

.client-img {
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.div-questions {
    padding: 0 10px 10px 20px;
    margin: 20px 0 20px 0;
}

/* ----- ADVERTISEMENT STYLING ----- */
.bg-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  display: none;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.ad-head {
  padding: 20px 0px 0px 0px;
  font-size: 29px;
}

.modal-div {
  position: relative;
  width: 70%;
  height: 400px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
}

.content-modal {
  
}

.ad-img {
  padding: 20px 10px 10px 10px;
}

.btn-ad-agree {
  font-size: 17px;
  padding: 10px 39px;
}

.modal-btn-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*------- Internation Page -------*/
#section-content-container {
  padding-top: 30px;
}

.content-div {
  padding: 10px 30px;
}

.section-heading {
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.secton-content {
  text-align: left;
}

/* ----- ADVERTISEMENT STYLING END ----- */

/* ----- NON-MOBILE STYLING ----- */
/* ----- ASSUME DEFAULT STYLE IS FOR MOBILE, MODIFY ALL STYLING FOR THIS STANDARD ----- */
@media only screen and (min-width: 825px) {
  .main-section .client-container {
    padding: 0 40px 0 40px;
  }

  .client-container .img-holder {
    width: 210px;
  }

  .main-section .about-content {
    padding: 50px 130px 50px 130px;
  }

  /* ----- ADVERTISEMENT STYLING ----- */
  .ad-head {
    font-size: 34px;
  }
  /* ----- ADVERTISEMENT STYLING END ----- */
}
