
.director{
  margin: 100px 0;
}

.director .gbl_heading{
  text-align: center;
}

.director-con{
  margin-top: 72px;
}

.direct-area{
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 580px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.img-box{
    text-align: center;
    padding: 20px 20px;
    width: 34%;
    height: 450px;
    cursor: pointer;
  
}

.img-box img{
  width: 100%;
  height: 450px;
  border: 5px solid #555;
  transition: 0.3s cubic-bezier(.51,.61,0,2.3);
}
.img-box h3{
  font-size: 22px;
  font-weight: 600;
  color: #2b2b2b;
  padding: 20px 0;
}

.img-box p{
  font-size: 18px;
  font-weight: 500;
  color: #0000ab;
  margin-top: -20px;
}


.img-box img:hover  {
  scale: 1.0;
  opacity: 1;
  border: #0000ab 3px solid;
}









/* end of director */

.touch {
  margin: 100px 0;
  text-align: center;
}

.touch-con {
  margin-top: 72px;
}

.t-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.t-icon {
  width: 65px;
  height: 65px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.t-icon:hover{
  box-shadow: 0 0 15px #ffffff;
  transform: translate(0, -10px);
}

.t-txt {
  width: 78%;
  text-align: left;
}

.t-txt h5 {
  font-size: 20px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 19px;
}

.t-txt p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #444444;
  margin-bottom: 0;
}

.t-form {
  margin-top: 62px;
  /* clip-path: polygon(100% 0, 100% 57%, 58% 57%, 51% 62%, 43% 58%, 0 58%, 0 0); */
  background-color: #ffffff;
  width: 100%;
  padding: 6px 7px;
  height: 650px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.new-box {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 10px 9px;
  background-color: #424242;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.new-box h5 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.form-container {
  margin-top: 80px;
}

.form-parent {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.left-div {
  width: 50%;
}

.input-div {
  width: 100%;
  padding: 0px 25px;
  background-image: url(../image/Mask\ group.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.right-div {
  width: 40%;
}

.right-div img {
  width: 100%;
}

.new-input {
  text-align: left;
  margin-bottom: 40px;
}
.new-input label {
  font-size: 14px;
  font-weight: 600;
  color: #555353;
  margin-bottom: 15px;
}
.new-input input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dacfcf !important;
  padding: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #555353;
}

.new-input input:focus {
  outline: none;
}

.new-input textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dacfcf !important;
  padding: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #555353;
}

.new-input textarea:focus {
  outline: none;
}

/* start others */

.others {
  position: relative;
  margin-bottom: 70px;

}

.arrow{
  font-size: 20px;
  color: #2b2b2b;
    margin: 10px;
}

.others .gbl_heading{
   font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #191919;
    text-align: center;
}

 
   
.others-con{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 0;
}

.others-area{
    width: 42%;
    text-align: center;
    background-color: #e1dfff;
    border-radius: 10px;
    border: #0000ab  2px solid;
    transition: all ease 0.4s;
    padding: 15px 10px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.others-area:hover {
    background-color: #e6e5e5;
    box-shadow: 1px 1px 10px #bebebe;
}

.box-1{
  text-align: left;
}
.box-1 h2{
    font-size: 24px;
    padding: 10px;
}
.other-add {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    line-height: 25px;
}
.other-lo{
    font-size: 20px;
    color: #2b2b2b;
    margin: 10px;

}
.get-addres-main h3{
     font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}
    
/* .other-ic{
    padding-left: 10px;
} */

.other-text{
    padding-top: 10px;
    color: #444;
    font-weight: 500;
}

/* end others */


/* .map {
  margin-top: -22%;
} */

.btn-1 {
  margin-left: 87%;
  width: 30%;
  /* background-color: #0000AB; */
  padding: 15px 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 4px;
  background-size: 200%;
  transition: all 0.99s;
  background-position: 100%;
}

.blue {
  background-image: linear-gradient(90deg, white 50%, #0000ab 50%);
}

.btn-1:hover {
  color: #0000ab;
  background-position: 0%;
  border: 3px solid #0000ab;
}
