
/* 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-inner1{max-width:90%;width:90%; height:auto; padding:20px; border-radius:8px; position:absolute; top:18px; left:18px; background:#fff;  }
.popup-inner1 .popup-close{top:40px; right:30px; background:none; border:0px; font-size:40px; line-height:40px; color:#444;}
.logo-nav-mob{width:100%; height:100%; display:flex; padding:0px; margin:7px 0px 20px;}
.logo-nav-mob img{width:auto; height:35px;}

.nav-contact{width:100%; padding:0px; margin:30px 0px 0px; position:relative;}
.nav-contact a {width:100%; display: flex; justify-content: center;   align-items: center; padding:8px 20px;   font-size:18px; background: linear-gradient(93.81deg, #003A8F 3.12%, #0076B5 100%);  border-radius:5px;color: #fff !important;}

.mob-nav-tab{width:100%; display:block; margin:0px; padding:0px;}
.mob-nav-tab button{width: 100%; display:flex; gap:15px; align-items:center; justify-content: space-between; border:0px; background:none; margin: 0px; padding:6px 0px;  position: relative;}
.mob-nav-tab button img{width:auto;  height:20px;} 

.mob-nav-tab button a{font-size:20px; font-family:Ubuntu Medium; color:rgba(0, 93, 143, 1);  margin:0px; padding:0px;}
.navbox{padding:0px 0px 0px !important; margin:0px 0px 0px; width:100%;  height:auto !important; overflow-y: auto; border: none; padding:0px; height:100%;  display: none;} .navbox a{display:block; font-size:14px; color:#000;  margin:2px 0px; padding:3px 0px;}
 



.scrollbar {
  scrollbar-width: thin;
  scrollbar-color:#70c2ee #005d8f;
}
.scrollbar::-webkit-scrollbar {
  width:4px;
  height:4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-clip: content-box;
  border:1px solid transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#005d8f;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color:#70c2ee;
}
.scrollbar::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
  background-color:#70c2ee;
}
/* The below styles are for display purposes only */
[class^=scrollbar] {
  height:300px;
  overflow-y: scroll;
  overflow-x:hidden;
  padding-right:10px; margin-right:5px;
}





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

 .popup-inner8{max-width:400px;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;}
  

 

 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:0px;font-family:aria;
    display:inline-block;
    position:absolute;
    top:10px;outline:none;border:1px solid #E8E8E8;
    right:10px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:8px;
    background:#f1f1f1;
    font-size:35px;
    text-align:center;
	cursor: pointer;
    line-height:30px;
    color:#212121;
	z-index:999999;
}
 .popup-close span{position:absolute; top:-2px; left:4px;}
.popup-close:hover {
	 color:#212121;
}
@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:10px; right:10px;}
.popup-form-box{padding:12px;}
.popup-close span {position: absolute;top:-2px;left:4px;}
.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;}
}