
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:999;
	
}
  
 .popup-inner7{max-width:620px;width:100%;padding:0px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius: 16px;border-top:0px solid #E13D32;background:#ffffff;}
.popup-inner7  .iti__country-list {width: 320px;overflow-x: hidden;}
.popup-inner7 .modal-content{padding:0px;}
  

.popup-inner8{max-width:620px;width:100%;padding:0px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius: 16px;border-top:0px solid #E13D32;background:#ffffff;}
.popup-inner8  .iti__country-list {width: 320px;overflow-x: hidden;}
.popup-inner8 .modal-content{padding:0px;}

.popup-form-box{margin:0px; padding:20px; border-radius: 13px;border: 1px solid #E6E6E6;background: #FFF;box-shadow: 0px 4px 26.9px -15px rgba(0, 0, 0, 0.25);}


.form-box-head{display:block; margin:0px 0px 20px; padding:0px 0px 20px 70px; border-bottom:1px solid #E6E6E6; position:relative;}
.form-box-head h4{font-size:20px; font-family:Inter Medium; color:#000; margin:0px; padding:0px;}
.form-box-head p{font-size:14px; color:#6D6D6D; margin:0px; padding:0px;}
.form-box-head img{position:absolute; left:0px; top:0px; width:auto; height:62px;}

.popup-form .home-form-items {width: 100%; gap:15px;padding-bottom:5px;display: flex;}
.popup-form .home-form-box {margin-bottom:10px;display: block;width: 100%;}
.popup-form input::placeholder {color:#000000; font-size:14px;}
.popup-form select::placeholder {color:#666666; font-size:14px;}
.home-form-box select::placeholder {color:#000000; font-size:10px;}
.home-form-box select:focus{border:1px solid #0C589E;}
.popup-form input:focus {border:1px solid #0C589E;}
.popup-form textarea:focus{border:1px solid #0C589E;}
.popup-form textarea::placeholder {color:#000000; font-size:14px;}
.popup-form label {font-size:14px;color: #575757;margin-bottom:5px;}
.popup-form input, textarea {border-radius: 8px;border: 1px solid #DBDBDB;background: #FBFBFB;height:35px;color: #000000;padding-left: 15px;width: 100%;font-size: 16px;outline: none;text-align: left;}
.popup-form .magbox {width: 100%;height:140px !important;border-radius: 8px; color:#000000; 
  border: 1px solid #DBDBDB;background: #FBFBFB;padding-top: 10px;padding-left: 16px;}
.popup-form .magbox1 {width: 100%;height:100px !important;border-radius: 8px;border: 1px solid #DBDBDB;background: #FBFBFB;padding-top: 10px;padding-left: 16px;}
.popup-form .submit-now {border-radius: 12px;border: 1px solid rgba(255, 255, 255, 0.31);background: #0C589E;box-shadow: 0px 5px 23.7px -11px rgba(0, 0, 0, 0.53);color: #fff;display: flex;align-items: center;justify-content: center;margin: 0px;width: 100%;font-size:16px;margin-top:20px;padding:7px 20px;position: relative;}
.popup-form .submit-now img {width: auto;height:30px;margin-left:10px;}


 

 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:0px;
    display:inline-block;
    position:absolute;
    top:30px;outline:none;border:1px solid #E8E8E8;
    right:40px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:8px;
    background:#ffffff;
    font-size:35px;
    text-align:center;
	cursor: pointer;
    line-height:30px;
    color:#444444;
	z-index:999999;
}
 .popup-close span{position:absolute; top:-2px; left:2px;}
.popup-close:hover {
	 color:#444444;
}
@media screen and (max-width:880px) {
.form-group1{width:90%;float: left;height: 50px; margin: 6px 10px;}
.popup-inner {padding:0px;}.popup-inner4 h2{font-size:18px;}
.popup-close{top:30px; right:30px;}
.popup-form-box{padding:12px;}
.popup-close span {position: absolute;top:-2px;left:2px;}
.popup-form .home-form-items{flex-direction: column; gap:5px;}
.popup-inner8 .popup-form label{font-size:12px; }
.popup-form .home-form-box{margin-bottom:1px;}
.popup-inner8{max-width:95%;width:95%;}.popup-inner7{max-width:95%;width:95%;}
.form-box-head{margin:0px 0px 15px; padding:0px 0px 15px 55px;}
.form-box-head h4{font-size:18px;}.form-box-head p{font-size:10px;}
.form-box-head img{height:45px;}

.popup-form .magbox{height:80px !important;}
}