/* section 1 */
/* end of section 1  */

.contact_us_submit {
  background-color: #2d33d1;
  font-size: 15px;
  font-weight: 500;
  color: white;
  width: auto;
  height: auto;
  padding: 5px 20px;
  border-style: solid;
  border-color: #2d33d1;
  border-radius: 5px;
  border-style: none;
}

.contact_us_submit:hover {
  background-color: #2d33d1;
  border-color: #2d33d1;
  transition: 0.3s;
}

/* section 1 */
.section1 {
  background-color: #f4f4fe;
  height: auto;
  min-height: 90vh;
}
.section1 .content_wrp {
  display: grid;
  justify-content: center;
}

.section1 .content_body {
  width: 80vw;
  max-width: 1100px;
  height: auto;
}

.section1 .head_wrp {
  background-color: #2d33d1;
  color: white;
  height: 120px;
  display: grid;
  align-content: center;
  margin-bottom: 40px;
  /* width: 100vw; */
}

.section1 .content_wrp .content_left .email_id,
.section1 .content_wrp .content_left .office_addr,
.section1 .content_wrp .content_left .contact_num {
  margin: 20px 0px;
}
.section1 .content_wrp .content_left .email_id a,
.section1 .content_wrp .content_left .office_addr,
.section1 .content_wrp .content_left .contact_num a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.774);
  font-size: 14px;
}

.section1 .content_wrp .content_left .email_id::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../images/Laptopview/mail-24px@2x.png);
  position: absolute;
  background-size: 25px;
  margin-left: -35px;
}

.section1 .content_wrp .content_left .contact_num::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/Laptopview/smartphone-call@2x.png);
  position: absolute;
  background-size: 15px;
  margin-left: -30px;
}

.section1 .content_wrp .content_left .office_addr::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/Laptopview/location-pin-svgrepo-com.svg);
  position: absolute;
  background-size: 25px;
  margin-left: -35px;
}

.section1 .content_wrp .content_left .contact_num p,
.section1 .content_wrp .content_left .office_addr p,
.section1 .content_wrp .content_left .email_id p {
  margin: 0px;
}

.section1 #message {
  height: 130px;
}

#message,
#full_name,
#email_id {
  border-color: rgba(0, 0, 0, 0.041);
}
/* end of section 1  */

/* media queries */

@media only screen and (max-width: 576px) {
  .section1 .content_body {
    width: 95vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}
/* end of media queries */
