
/* ==========contact-sec======== */

.contact-sec{
	max-width: 1100px;
    margin: auto;

}

.contact-sec .contact-para{
	font-size: 15px;
    text-align: center;
    padding-bottom: 27px;
    margin-top: -12px;
}

.contact-sec .address-box{
  display: flex;
    /* align-items: center; */
}

.contact-sec .address-box .icon-box{
  background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 38px rgb(0 0 0 / 6%);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    position: relative;
    top: 5px;
}

.contact-sec .address-box .icon-box img{
	width: 38%;
}

.contact-sec .address-box .detail-box h5{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
font-feature-settings: 'liga' off;
color: #000000;
    margin: 4px 0;
}

.contact-sec .address-box .detail-box p{
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
font-feature-settings: 'liga' off;
color: #000000;
}


/* ============contact-form========= */

.contact-form{
  padding-bottom: 80px;
}

.contact-form .form-box{
	padding-right: 25px;
}

.contact-form .section-title{
	    margin-bottom: 14px;
}

.contact-form .form-img{
	width: 100%;
    height: 100%;
}

.contact-form .form-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;

}

form .col-lg-12{
	    padding: 0 5px;
}

form .form-control,
form .form-control{
   background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
padding: 23px 15px;
}

form .form-control::placeholder,
form .form-control::placeholder{
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);

}

.form-control:focus,
.form-control:focus{
	box-shadow: none;
	outline: none;
	border: 1px solid var(--primary-color);
}

 .send-btn{
	display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

  .send-btn .submit-btn{
	width: 100%;
}

.map{
	padding-top: 80px;
}


/* ============media-query======== */

@media(max-width: 2560px){
.contact-form .form-img img {
    width: 100%;
    height: 91%;
}

}

@media(max-width: 1798px){
	.contact-form .form-img img {
    width: 100%;
    height: 97%;
}
}

@media(max-width: 1599px){
	
}

@media(max-width: 1366px){
	.contact-form .form-img img {
    width: 100%;
    height: 100%;
}
}

@media(max-width: 1199px){
	.contact-sec .address-box .detail-box p{
		font-size: 14px;
	}

	.contact-sec .address-box .icon-box{
		height: 70px;
    width: 70px;
	}
}

@media(max-width: 991px){
	.contact-form .form-img img {
    width: 100%;
    height: 100%;
    padding-top: 43px;
}

.contact-form .form-box{
	padding-right: 0px;
}

.contact-sec .address-box .icon-box {
    height: 45px;
    width: 45px;
    top: 5px;
}

.map {
    padding-top: 66px;
}
}

@media(max-width: 767px){
	
}

@media(max-width: 575px){
	
}

@media(max-width: 480px){
	
}

@media(max-width: 380px){
	
}