/*
Theme Name: pravasi 
Author: Aatoon Solutions LLP
Author URI: https://www.aatoon.com/
Version: 1.0
 */


.contact-form{
	.split-section p{
		display:flex;
		justify-content:space-between;
		gap:10px;
	}
	.split-section p input{
		width:100% !important;
		background-color:transparent;
		color:white;
		border:none;
		height:45px;
		border-bottom: 1px solid white;
		margin-bottom:25px;
	}
	input[placeholder="Message"] {
	  width:100%;
		background-color:transparent;
		color:white;
		border:none;
		height:45px;
		border-bottom: 1px solid white;
		margin-bottom:25px;
	}
	.submit-btn br{
		display:none;
	}
}
.contact-form1{
	.split-section1 p{
		display:flex;
		gap:10px;
	}
	.split-section1 p input{
		width:100% !important;
		background-color:transparent;
		color:black;
		border:none;
		height:45px;
		border-bottom: 1px solid #726E6A;
	}
	.submit-btn br{
		display:none;
	}
}

@media (max-width: 768px) {
  .sub-title .elementor-icon-box-title {
    	padding-top: 8px !important;
	}
}

.sub-title h6{
    margin-bottom:0px !important;
}