section.message_sect{
	background: none !important;
	padding-top: 0px !important;
}

.contact-text-send {
	background: #22243b;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
	float:left;
	width:100%;
	padding: 30px;
    border-radius: 20px;
    box-shadow: inset 0 3px 10px #2a2a2a63;
}
.contact-text-left{
    width: 49%;
    padding: 45px 50px 0;
	float: left;
}
.contact-text-left h3 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    line-height: 35px;
	margin-bottom: 15px;
}
.contact-text-list li{
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    color: #ffffff;
    padding: 15px 0px 15px 25px;
	width:100%;
	position:relative;
}
.contact-text-list li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transform: rotate(45deg) translate(-10px,25px);
}
.contact-text-right{
	float: right;
    width: 50%;
	padding-top:0px;
	padding: 45px 70px;
	background: #ffffff17 !important;
    border-radius: 10px;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
}
.contact-text-right h3 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    line-height: 35px;
	margin-bottom: 15px;
}
.form_one input.form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 14px!important;
    font-family: Poppins;
	font-weight:500;
    text-shadow: 0 0 0;
    padding: 7px 0;
    outline: none!important;
    box-shadow: none;
    border-radius: 0;
    height: 39px;
    text-indent: 0;
    position: relative;
	margin-bottom: 30px;
}
.form_one textarea.form-control {
    width: 100%;
    height: 100px;
    border: none;
    margin-top: 18px;
    border-bottom: 1px solid #ffffff;
    outline: none!important;
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
	font-weight:500;
    text-shadow: 0 0 0;
    padding: 7px 0;
    resize: none;
    box-shadow: none;
    border-radius: 0;
	height: 130px!important;
	text-indent: 0!important;
    font-size: 14px!important;
	margin-bottom: 30px;
	background:transparent;
}
.form_one .need{
	border: none;
    background-color: #f1c600;
    color: #000;
	padding: 18px 10px!important;
    border-radius: 5px;
	font-family: Poppins;
	font-weight:500;
	font-size: 15px;
	width: 100%;
}
.form_one .need:hover {
    background: #6fc047;
}

div#g-recaptcha-3 {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.google-cap{
	display:inline-block;
	width:100%;
}
.google-cap ul li{
	display:inline-block;
	width:auto;
	vertical-align:top;
}
.google-cap ul li.cap-list{
	width: 58%;
}
.google-cap ul li.button-list{
	width: 41%;
}

.flag-container {
    background: #fff !important;
    border: transparent !important;
	height: 35px !important;
}
.form_one input::-webkit-input-placeholder,
.form_one textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 8px !important;
}
#popupcontact_form input:-webkit-autofill,
#popupcontact_form input:-webkit-autofill:hover,
#popupcontact_form input:-webkit-autofill:focus,
#popupcontact_form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

section#message_sect input:-webkit-autofill,
section#message_sect input:-webkit-autofill:hover,
section#message_sect input:-webkit-autofill:focus,
section#message_sect input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
}



@media screen and (max-width:767px){

.contact-form-title h3{
	    font-size: 19px;
}
.contact-text-left {
    width: 100%;
    padding: 20px 20px 0;
    float: left;
}
.contact-text-right {
    float: right;
    width: 100%;
    padding: 20px;
}
.contact-text-left h3{
	font-size: 20px;
}
.contact-text-list li{
	padding: 10px 0px 10px 25px;
	font-size: 15px;
}
.contact-text-right h3{
	font-size: 20px;
}
.google-cap ul li.button-list {
    width: 100%;
}


}
