body img{
  -webkit-user-drag: none;

}

body{

}

.aboutus-container {
  position: relative;
  padding-top: 150px;
}

.aboutus-head-img {
  width: 100%;
  border-radius: 30px;
}

.aboutus-title-box {
  margin-top: 80px;
  margin-bottom: 80px;
}

.aboutus-title-box h1 {
  line-height: 75px;
}

.aboutus-title-smal {
  letter-spacing: 3px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
}

.aboutus-title-box-firstText {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.aboutus-title-box-secondText {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.aboutus-title-box-description {
  font-family: "Manrope";
  font-size: 14px;
  margin-top: 40px;
}

.aboutus-list-box {
  margin-top: 100px;
}

.aboutus-list-box {
  margin-top: 50px;
}

.aboutus-list-title-box {
  display: flex;
  align-items: center;
}

.aboutus-list-title {
  text-align: right;
  width: 100%;
  padding: 50px;
}

.aboutus-text {
  font-family: "Manrope";
  font-size: 14px;
  margin-top: 50px;
  max-width: 80%;
}

.aboutus-list-firstText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
}

.aboutus-list-secondText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
}

.aboutus-list-text {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
}

.aboutus-title-box-firstText {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.aboutus-title-box-secondText {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}

.aboutus-title-box-description {
  font-family: "Manrope";
  font-size: 14px;
  margin-top: 40px;
}
/*

*/
.aboutus-form-box {
  margin-top: -100px;
  margin-bottom: 150px;
}
.aboutus-form-box-input {
  position: relative;
  height: 90px;
  background-color: white;
  margin-bottom: 20px;
  overflow: hidden;
}

.aboutus-form-box-input input {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  border: none;
  border-radius: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 15px;
}

input[type="text"],
input[type="email"],
textarea {
  border: none;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: none;
  box-shadow: none;
}

.aboutus-form-box-input-textarea {
  height: 300px;
}

.aboutus-form-box-input-textarea textarea {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  padding: 25px;
}

.aboutus-form-check-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutus-form-check-box p {
  font-family: "Manrope";
  font-size: 15px;
  margin-left: 15px;
}

.checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
}

.aboutus-form-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2e4959;
  border: 2px solid #2e4959;
  border-radius: 50%;
}

.aboutus-form-checkbox-input:checked + .checkmark {
  background-color: #008fc4;
  border: 2px solid #008fc4;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.aboutus-form-checkbox-input:checked + .checkmark:after {
  display: block;
}

.aboutus-form-box-btn {
  font-family: "Manrope";
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  padding: 20px 30px 20px 30px;
}

.aboutus-list-item {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.aboutus-list-item::before {
  content: "\2022";
  margin-right: 0.5em;
  color: #008fc4;
  font-size: 40px;
}

@media (max-width: 770px) {
  .aboutus-title-box {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .aboutus-title-box-secondText {
    padding-bottom: 120px;
  }
}
