.modal {
    background: #0c0c0cbd;
    backdrop-filter: blur(10px);
}
#exampleModal .modal-content{
    border: 0;
}
.contact-poup-wrapper .modal-content {
    background: url("../img/contact_us/popup.webp?v1");
    background-color: #111111;
    border-radius: 50px;
    min-height: 665px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
	padding: 10px;
}

.contact-poup-wrapper .modal-content::after {
    content: "";
    position: absolute;
    background: #cc0b0b;
    filter: blur(345.2px);
    width: 458px;
    height: 458px;
    top: 50%;
    left: 0;
}



.contact-poup-wrapper .modal-body .heading {
    padding: 25px 0;
    padding-bottom: 0;
}

.contact-poup-wrapper .modal-body .heading p {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.contact-poup-wrapper .modal-body .heading p span {
    color: #f73e06;
}

#exampleModal .modal-header button {
    border: 0;
    color: #fff;
    padding: 2px;
    color: #fff;
    font-size: 23px;
    background: transparent;
    position: absolute;
    line-height: 0;
    font-weight: 900;
    opacity: 1;
    text-align: center;
}
.sec10 .btn-menu{
    color: #fff;
}
#exampleModal .modal-header:hover button {
    color: #000 !important;
}

#exampleModal .modal-header:hover {
    background-color: #fff;
    color: #000;
}

#exampleModal .modal-header {
    border: 0;
    box-shadow: none;
    border-radius: 100%;
    right: 2%;
    top: 2%;
    background-color: #000;
}

.contactus-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.contactus-body {
    position: relative;
    z-index: 111;
    padding: 0px 15px;
    background: #00000087;
    border-radius: 30px;
}
.popup_rit{
	background: #00000069;
    border-radius: 20px;
    margin: 0px;
}

.mail-wrap-img {
    border-radius: 25px;
}

.contactus-body .company-details p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.contactus-body .company-details a span {
    margin-right: 15px;
    display: inline-block;
}

.contactus-body .company-details a {
    color: #fff;
    display: block;
    margin: 25px 0;
}

.contactus-body .company-details a:hover {
    text-decoration: underline;
}

.contactus-body .form-bg {
    min-height: 500px;
}

.contactus-body .form-bg .form-control {
	min-height: 50px;
    border: 1px solid;
    background: #0000005c;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-right: 0;
}

.contactus-body .form-bg .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}

.contactus-body .form-bg .form-control:focus {
    border: 0.5px solid rgb(255 92 41);
    box-shadow: none;
}

.contactus-body .form-bg .form-control.custom-select {
    background-image: url("../asset/contactus/chev.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.contactus-body .form-bg .form-control.custom-select option {
    background-color: #111111;
    border: transparent;
    min-height: 200px;
}

.contactus-body .form-bg .form-control.custom-select:focus {
    box-shadow: none;
}

.contactus-body .form-bg .submit-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    background: linear-gradient(180deg, #f73e06 0%, #ffa41b 100%);
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 218px;
    min-height: 44px;
    border: 0;
    margin: 15px 0;
}

@media (max-width: 991px) {
    .contactus-body .form-bg {
        padding: 15px;
    }
}


#exampleModal .modal-header {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    z-index: 1;
    color: #d64e2f;
    border-radius: 0;
    border-bottom-left-radius: 39px;
    box-shadow: 0 1px 4px -1px #a42003;
}
#exampleModal .modal-header {
    border: 0;
    box-shadow: none;
    border-radius: 100%;
    right: 2%;
    top: 2%;
    background-color: #000;
}

#exampleModal #popup__form label.error {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    background: red;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    opacity: 1;
    transform: unset;
}

#exampleModal #popup__form .form-group {
    position: relative;
}

#popup__form .iti {
    display: block !important;
    color: #fff;
}

#popup__form input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #111111 inset !important;
    -webkit-text-fill-color: #fff;
}

@media (max-width: 765px) {
    .popupform_new_main #exampleModal .popup_left_bg {
        height: initial;
    }
    .popupform_new_main #exampleModal .modal_title {
        font-size: 35px;
    }
}







@media only screen and (min-width: 767px){
#exampleModal .modal-dialog{
    max-width: 1000px;
}
}