.message_sect .container {
    width: 1140px;
    padding: 0px;
    box-shadow: none;
    border: none;
}
#message_sect {
    padding-top: 0;
}
li.two_sect_contact label, .check-opt span{
	color: #fff !important;
}
section#message_sect .inner_message_form {
    width: 100%;
    display: inline-block;
	background: #22243b;
    margin: 0;
    padding: 30px;
    border-radius: 20px;
    box-shadow: inset 0 3px 10px #2a2a2a63;
}
.contant_message_form_part ul li label{
	position:relative;
	top:0px;
}

#message_sect .inner_message_form .have_contact {
    margin: 0 auto 30px;
    line-height: 36px;
    text-align: center;
    color: #fff !important;
}

section#message_sect .contant_message_form_part {
    width: 100%;
    margin: 0;
    background: url(../webp/expert-9.webp) no-repeat;
    background-size: 38%;
    background-position: 2% 62%;
}

section#message_sect .contant_message_form_part form {
    width: 57%;
    float: right;
    margin: 0;
    background: #ffffff17;
    border-radius: 10px;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    /*border: 1px solid #ffffff4d;*/
    padding: 20px;
}

section#message_sect .contant_message_form_part ul:not(.country-list) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
    margin: 0;
}

section#message_sect .contant_message_form_part ul.where-find {
    justify-content: flex-start;
    color: #fff;
}

section#message_sect .contant_message_form_part ul.where-find li span:active {
    color: #fff;
}

li.two_sect_contact.dropdown-select label {
    color: #fff;
    font-size: 13px;
}

section#message_sect .contant_message_form_part ul li:not(.two_sect_fields, .check-opt, .country) {
    width: 49%;
    margin: 0 0 15px;
    float: none;
    padding: 0;
    max-height: 80px;
    min-height: auto;
}

.contant_message_form_part .info_col li.two_sect_fields {
    min-height: auto !important;
}

section#message_sect .contant_message_form_part ul .info_col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#message_sect .contant_message_form_part ul li input.form-control {
    height: 50px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px !important;
    padding: 8px 16px !important;
    text-indent: 0;
    background: transparent;
    box-shadow: none;
    color: #fff !important;
}

section#message_sect .contant_message_form_part ul li .form-control::placeholder {
    color: rgba(255, 255, 255, 0.705) !important;
}

section#message_sect .contant_message_form_part ul li span[class^="error"] {
    font-size: 13px;
}

section#message_sect .contant_message_form_part ul li.two_sect_contact .intl-tel-input {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

section#message_sect .contant_message_form_part ul li .flag-container {
    width: 90px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    background: transparent !important;
    font-size: 13px;
    border-radius: 0;
    position: inherit;
}

section#message_sect .contant_message_form_part ul li .flag-container+input.form-control {
    width: 88% !important;
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag {
    width: 100% !important;
    background: transparent !important;
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag .selected-dial-code {
    padding: 17px 17px 15px 24px !important;
    color: #fff;
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag .iti-arrow {
    border-top: 4px solid #fff !important;
}

section#message_sect .contant_message_form_part ul li.one_sect_contact {
    width: 100%;
    max-height: 140px;
}

section#message_sect .contant_message_form_part ul li.one_sect_contact textarea#comments_val {
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 13px !important;
    width: 100% !important;
    height: 100px !important;
    padding: 8px 0 !important;
    text-indent: 0 !important;
    background: transparent;
    color: #fff !important;
}

section#message_sect .contant_message_form_part ul .info_col .btn_send_msg {
    background: transparent;
    border-radius: 5px;
	border:1px solid #fff;
	color:#fff;
}
.contant_message_form_part div#g-recaptcha {
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
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;
}

#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;
}

@media only screen and (max-width: 767px) {
    section#message_sect .contant_message_form_part {
        background: none;
    }

    section#message_sect .contant_message_form_part form {
        width: 100%;
    }

    section#message_sect .contant_message_form_part ul li input.form-control {
        padding: 8px 0 !important;
    }
	section.message_sect{
		width: 90%;
	}
	.message_sect .container{
		width: 100%;
	}
	section#message_sect .contant_message_form_part ul li:not(.two_sect_fields, .check-opt, .country){
		min-height: 80px;
        max-height: inherit
	}
	#message_sect .inner_message_form .have_contact{
		font-size: 17px !important;
	    line-height: 27px;
	    margin: 0 27px 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    section#message_sect .inner_message_form {
        padding: 15px;
    }

    section#message_sect .contant_message_form_part form {
        padding: 10px;
    }

    section#message_sect .contant_message_form_part ul li .flag-container+input.form-control {
        width: 83% !important;
    }

    section#message_sect .contant_message_form_part ul li .flag-container .selected-flag {
        padding: 0;
    }

    section#message_sect .contant_message_form_part ul li .flag-container {
        width: 75px;
    }
}