/*start contact section*/

.contact-us {
  padding: 60px 0;
}

.contact-us .inner {
  background-color: #f2f2f2;
  border-radius: 50px;
}

.contact-us .left {
  background-color: #000;
  height: 100%;
  border-radius: 50px 0px 0px 50px;
}
.contact-us .right {
  background-color: #f2f2f2;
  border-radius: 0px 50px 50px 0px;
}

@media (max-width: 767px) {
  .contact-us .left {
    border-radius: 50px 50px 0 0 !important;
  }
  .contact-us .right {
    border-radius: 0 0 50px 50px !important;
  }
  .contact-us .text {
    padding-left: 30px !important;
  }
  .contact-us form {
    padding-left: 15px !important;
  }
}

.contact-us .text {
  padding-top: 75px;
  padding-left: 60px;
}

.contact-us .text h3 {
  color: #fff;
}

.contact-us .text p {
  font-size: 12px;
  color: #ccc;
  padding-right: 20px;
  margin-bottom: 50px;
}

.contact-us .text a {
  text-decoration: none;
  display: block;
  color: #f2f2f2;
  margin-top: 20px;
  font-size: 14px;
}

.contact-us i {
  margin-right: 8px;
  font-size: 17px;
}

.contact-us img {
  width: 50px;
  margin: 50px 0;
}

.contact-us form {
  padding-top: 75px;
  padding-left: 35px;
}

.contact-us input,
textarea {
  width: 85%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 3px 6px;
  margin-bottom: 25px;
  font-size: 12px;
  background: none;
}

textarea {
  height: 80px;
}

.contact-us input::placeholder,
textarea::placeholder {
  font-size: 12px;
  color: #aaa;
}

.contact-us input.btn {
  color: rgba(250, 48, 67, 0.8);
  background: rgba(250, 48, 67, 0.2);
  font-weight: bold;
  width: 115px;
  border-radius: 25px;
}

/*
*
*
*
*
*
*
*
/******************** start publish page *********************/

.description {
  padding: 50px 0;
}

.description h2,
.features h2 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2.7rem;
  /* font-family: -webkit-pictograph; */
}

.description p {
  width: 90%;
}

.criteria {
  padding: 50px 0;
}

.criteria h2 {
  text-align: center;
  /* font-family: -webkit-pictograph; */
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.criteria .cri {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 20px;
}

.cri img {
  width: 40px;
  border-radius: 15px !important;
  margin-bottom: 12px;
  background-color: #fff;
}

.cri p {
  margin-top: 10px;
}

@media (min-width: 1100px) {
  .cri {
    height: 235px;
  }
  .cri p {
    padding: 0 5px;
  }
}

@media (max-width: 1100px) {
  .features .col-xs-12,
  .features .col-sm-6 {
    margin-bottom: 25px;
  }
}

/* Mikha */
@media (max-width: 992px) {
  .description h2,
  .features h2 {
    text-align: center;
  }

  .cri {
    width: 90%;
    margin-inline: auto;
  }
}
/* End Mikha */

/*start features section*/

.features {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f2f2f2;
}

.features .icon-box {
  background-color: #000;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  /* Mikha */
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.features p {
  font-weight: bold;
  margin-bottom: 0;
  /* Mikha */
  /* margin-left: 30px;
  margin-top: 15px; */
}

.features .icon-box p {
  color: #fff;
  background-color: rgba(250, 48, 67, 0.8);
  border-radius: 10px;
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  /* Mikha */
  /* margin-top: auto; */
  margin-bottom: 1rem;
  width: 40px;
}

.features img {
  width: 35px;
  margin-top: -5px;
}

@media (max-width: 992px) {
  /* Mikha */
  /* .features p {
    margin-left: 0 !important;
  } */

  .center-mobile {
    justify-content: center;
    text-align: center;
  }

  .features .icon-box {
    margin-bottom: 20px;
  }
}

.guidelines {
  padding: 70px 0;
}

.guidelines .warning {
  background-color: rgba(250, 48, 67, 0.8);
  color: #fff;
  display: inline-grid;
  border-radius: 50%;
  /* width: 20px; */
  /* Mikha */
  width: 28px;
  /* End Mikha */
  height: 28px;
  text-align: center;
  margin-right: 10px;
}

.guidelines a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.guidelines a.btn:hover {
  color: #fff;
  background-color: rgba(250, 48, 67, 0.8);
}

#publish-form {
  background-color: #f2f2f2;
}

#publish-form form {
  padding-top: 40px !important;
  padding-left: 0 !important;
}

#publish-form input,
#publish-form textarea {
  margin-bottom: unset;
}