
/* 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:360px;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;}
  

 

 
/* 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;}
}