        .autopopup {
                display: flex;
                align-items: center;
            }
            .autopopupleft {
            width: 50%;
            height:300px;
            }
            .autopopupimg {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    overflow: hidden;
    height:100%;
}


.popupImg{height:100%;}
.autopopup .form-footer .img-fluid {  margin: 0 auto 25px;  display: table;  width: 150px;}
#exampleModalPopup .modal-body .top-footer,
#exampleModalPopup .modal-content .top-footer .container {
  padding:15px;
}
.autopopup {
  display: flex;
  align-items: center;
}
#exampleModalPopup .modal-content { 
  background-color: #fff;
  padding: 0;
}
#exampleModalPopup .modal-content .top-footer::before {
  display: none;
}
#exampleModalPopup .close {
  color: #c08831;
  background-color: #fff;
  top: -20px;
  right: -20px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  font-size: 18px;
}
.autopopup .form-footer {
  padding: 0 40px;
  width: 50%;
}
.autopopupleft {
  width: 50%;
}
#exampleModalPopup .countryCode {
  color: #c08831;
}
#exampleModalPopup .form-control {
  padding: 7px 10px;
  border: 1px solid #c08831;
  color: #c08831;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .countryCode ~ .form-control {
  padding-left: 120px;
}
#exampleModalPopup .send_btn {
  margin: 0 auto;
  display: table;
  padding: 8px 10px 7px;
  width: 100%;
  line-height: normal;
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
  color:#fff;
}
#exampleModalPopup #query {
  min-height: 40px;
  max-height: 40px;
}
#exampleModalPopup .form-footer h4 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-footer h5 {
  text-align: center;
  font-size: 16px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-footer p {
  text-align: center;
  font-size: 13px;
  font-family: var(--bs-font-sans-serif);
}
#exampleModalPopup .form-control::placeholder {
  color: #c08831;
  opacity: 1;
}
#exampleModalPopup .form-control:-ms-input-placeholder {
  color: #c08831;
}
#exampleModalPopup .form-control::-ms-input-placeholder {
  color: #c08831;
}
.autopopupimg {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  overflow: hidden;
}
#exampleModalPopup .form-footer h5 span {
  background-color: #c08831;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
}
#exampleModalPopup .form-footer h4 a {
  color: #000;
  text-decoration: none;
}
/* #exampleModalPopup .modal-dialog {
  margin: 0 auto;
} */
@media only screen and (max-width: 991px) {
  .autopopup,
  .autopopupleft {
    width: 100%;
  }
  .autopopup {
    flex-flow: column;
  }
  .autopopup .form-footer {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #exampleModalPopup .modal-dialog {
    transform: none;
    max-width: 290px;
    margin: 0 auto 0;
  }
  #exampleModalPopup .close {
    top: 0;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  #exampleModalPopup .form-footer h4 {
    font-size: 16px;
  }
  #exampleModalPopup .form-footer h5 {
    font-size: 14px;
  }
  #exampleModalPopup .form-footer p {
    font-size: 13px;
  }
  .autopopupleft {
    order: 2;
  }
  .autopopup .form-footer {
    order: 1;
    padding: 15px;
  }
}
.footer-menu, .form-group {
    margin-bottom: 15px;
}
.iti--allow-dropdown {
    width: 100%;
    display: inline-block;
    position: relative;
}
.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: var(--iti-border-width);

}
.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__flag {
    --iti-flag-offset: 100px;
    height:12px;
    width: 16px;
    border-radius: 1px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: 
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
}
.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti .iti__selected-dial-code {
    color: #9a741b;
    font-weight: 600;
}
.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.send_btn.btn.submit-btn{background: #9a741b;width:100%;}

#exampleModalPopup .close {
    color: #c08831;
    background-color: #fff;
    top: -20px;
    right: -20px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}


