.contact-info-box .box-inner a:hover{
	color: var(--other-color);
}
.contact-map{
	height: 100%;
}
section.contact-upper h2, section.contact-upper p{
	text-align: center;
}
section.contact-upper p{
	margin-bottom: 0;
}
.contact-page-section{
	padding-top: 135px;
}
.contact-page-section .contact-details {
    padding-right: 15%;
}
.contact-detail {
    margin-bottom: 30px;
}
.contact-info li a{
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.contact-info li a img{
	width: 20px;
    margin-right: 6px;
    height: auto;
}
.contact-info li{
	margin-bottom: 10px;
}
.contact-info li a span{
	font-weight: bold;
}
select option:checked {
   color:black;
}




/*  contact us section css star */




.contact-section {
  padding: 120px 0 60px;
  /*background: #0f0f0f; */
  color: #fff;
}

.contact-info .subtitle {
  color: #062c20;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.contact-info h2 {
  font-size: 36px;
  margin: 15px 0;
}

.contact-info p {
  color: #1b1b1b;
  margin-bottom: 25px;
}

.info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.info-box i {
  color: #062c20;
  font-size: 20px;
  margin-top: 5px;
}

.info-box h6 {
  margin: 0;
  font-size: 16px;
}

.info-box p {
  margin: 0;
  color: #1b1b1b;
}

/* FORM */
.contact-form {
  background: #062c20;
  padding: 40px;
  border-radius: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid white;
  border-radius: 6px;
  background: #062c20;
  color: #fff;
  font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}

.contact-form button {
  background: transparent;
  color: #fff;
  border: 1px solid white;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

/*.contact-form button:hover {*/
/*  background: #a07c45;*/
/*}*/

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-info {
    margin-bottom: 40px;
  }
}















