
.title-custom,.title-form-popup{
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;

}

.title-form-popup{
  padding: 0px 15%;
}

.title-custom{
  padding-top: 100px;
  margin: unset;
}

.content-text-sub-title{
  width: 60%;
  margin: 100px auto;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
}

.title-form{
  margin: 20px 50px;
}

.space-both-div{
  height: 100px
}

.sub-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900 !important;
  font-style: normal;
  font-family: Inter;
  color:  #00395F;
}


.sub, .sub-header {
  font-family: Inter;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}
.sub-header{
  text-align: left;
  margin-left: 18px;
  font-weight: normal;
}

.clear-margin {
  margin: unset !important;
}

.custom-ul{
  list-style-image: url("/assets/icons/check_image.svg");
}

.custom-ul > li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-left: 10px;
}

.ne-flex-container-custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-contact-us-height {
  height: 50px;
}

.btn-contact-us{
  background: #00395F;
  border-radius: 10px;

  margin: 0 auto;
  display: block;
  border: none;
  margin-top: 15px;
  width: 133px;
  height: 38px;

  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
}

.color-gradiant {
	background: #D5EAF0;
	background: linear-gradient(90deg, rgba(213, 234, 240, 1) 0%, rgba(139, 204, 232, 1) 50%, rgba(139, 177, 214, 1) 100%);
}

.ne-flex-item-left-custom{
  max-width: 450px;
  float: left;
  position: relative;
}

.ne-flex-item-right-custom {
  max-width: 450px;
  float: right;
  position: relative;
}

.contact-us-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */

}

/* Modal Content/Box */
.contact-content {
  background-color: #fefefe;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);
  /* 15% from the top and centered */
  border-radius: 10px;
  border: 1px solid #888;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 45%;
  height: 92%;  
  position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-content-thank-you{
  background-color: #fefefe;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);
  /* 15% from the top and centered */
  border-radius: 10px;
  max-width: 400px;
  border: 1px solid #888;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content-text-contact {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 0px 15%;
  margin: 0px 0px;
}

.icon-close img {
  width: 18px;
  float: right;
  padding: 10px 15px;
}

.icon-close{
  cursor: pointer;
}

.content-thank-you{
  padding: 7%;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

}
.color-blue-custom{
  background-color: #F3FAFF;
}

.box-1{
  border-radius: 20px;
  min-height: 520px;
  padding: 30px 25px;
  width: 85%;
}

.box-2{
  margin: 0 auto;
  border-radius: 20px;
  min-height: 350px;
  padding: 30px 25px;
  width: 74% !important;
}

.btn-contact-thank-you-height {
  height: 40px;
}

.ne-between-custom{
  max-width: 180px;
  min-width: 10px;
  width: 7.876%;
}

.under-footer{
  padding-bottom: 100px;
}

#message_contact{
    resize: none;
}

@media only screen and (max-width: 1140px) {

  .title-custom{
    font-size: 24px;
    line-height: 30px;
    margin-left: unset;
    padding-top: 30px;
    margin: unset;

  }

  .space-both-div{
    height: 30px
  }

  .under-footer{
    padding-bottom: 30px;
  }

  .sub-title, .sub ,.sub-header{
    font-size: 18px;
  }

  .padding-custom-2{
    padding: unset;
  }
  
	.ne-flex-container-custom {
    flex-direction: column;
  }

  .ne-flex-item-left-custom,.ne-flex-item-right-custom {
    margin: 0 auto;
    text-align: unset;
  }

  .btn-contact-us{
    font-size: 16px;
  }
  
  .box-2{
    display: grid;
    max-width: 450px;
  }

  .box-1{
    width: 74%;
  }

  .ne-flex-item-right-mobile-for-prenium{
    margin-top: 20px;
  }

  .title-form{
    font-size: 24px;
    line-height: 30px;
  }

  .content-text-contact,.custom-ul > li{
    font-size: 18px;
  }

  .content-text-sub-title{
    width: 85%;
    margin: 30px auto;
  }

  .contact-content{
    width: 90%;
  }
}