

.popup  .button::after{ display:none;}
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background-color: rgba(0, 0, 0, 0.8);
    z-index:999999;
}		
.popup1 .form-group1{width:63%;float: left;height: 50px;margin: 2px 0px;}
.popup1 .form-group2{width:33%;float: left;height: 50px;margin: 6px 0px;}

.popup .form-control{height:37px;}	
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	padding:10px;
}

.popup .form-control {
    display: block;
	 margin-top:5px;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
   
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;

    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
/* Outer */
.popup--- {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index: 999999;
	
}

.popup1{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index: 999999;
	
}
 
/* Inner */
.popup-inner {
    max-width:370px;
    width:90%;
    padding:0px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;

}
.popup-inner1 {
    max-width:380px;
    width:90%;
    padding:0px;
    position:absolute;

    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:#2a2828;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:c51a13;
    text-decoration:none;
	 color:#fff;
}




.box-now{padding-left:5px;width:100% !important;height:42px; border:1px solid #ddd; border-radius:6px; margin:7px 0; }
.box-now2{padding-left:5px;width:48% !important;height:42px; border:1px solid #ddd; border-radius:6px; margin:7px 0; }
.box-now1{padding-left:5px;width:100% !important;height:42px; padding-top:10px; padding-left:40px; border:1px solid #ddd; border-radius:6px; margin:7px 0; }
.feedback ::placeholder {font-size: 13px; color:#000 !important;}
.feedback input .contact-form-panel select, .contact-form-panel textarea {
    width: 100%;
    height:38px;padding-left:40px !important;
    background-color: #ffffff;
    border-radius: 5px;
    outline: 0;
    padding: 0px 5px;
}
.feedback input, select, textarea {
    height: 36px;  border: 1px solid #cccccc !important;
	  height:41px;padding-left:40px !important;
    width:97%;
    padding: 0 13px;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    text-align: left;
	margin:7px 0;
}
.feedback .standard-button {
    width: 100%;
    max-width: 116px;
    height: 36px;
    background-color: #fff ;
    background-image: linear-gradient(45deg, #fff  0%, #fff 100%);
    text-align: center;
    color: #f58634;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    line-height:22px;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}
.feedback .standard-button:hover{background-color:#f58634 !important; color:#fff !important; text-decoration:none;}
.dropdown-toggle {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 14px 4%;
    border-radius: 25px;
    letter-spacing: 0;
}
.homepage-services-region form select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff url(arrow-down.svg) no-repeat center right 10px;
    background-size: auto;
    background-size: 9px;
}
.upload-btn-wrapper {position: relative;overflow: hidden;display: inline-block;width:100%; margin-top:10px; text-align:left;}.upload-btn-wrapper input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;}.hs_cos_wrapper_type_form h3{padding:12px; font-size:20px;} 
input.hs-button.primary.large{padding:5% !important;font-size:15px !important}.actions {margin-top:4px;}

.btn1 {
    background-color:#f58634;
    border: 1px solid #f58634;
    color: #fff;
    padding:7px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 100;
}




.popup1 .content-us{text-align:center; font-size:17px; margin:10px;  background-color:#fff; border-radius:8px;  padding:16px 12px; box-shadow:0 8px 20px rgb(0 102 255 / 12%), 0 3px 5px rgb(81 126 194 / 10%);}

.popup1 .content-us1{text-align:center; margin:0px auto; width:100%;  border-radius:8px; background-image:linear-gradient(180deg, rgba(2,135,201, 1),rgba(2,135,201, 1) 31%);  padding:16px 12px; box-shadow:0 8px 20px rgb(0 0 0 / 12%), 0 3px 5px rgb(0 0 0 / 10%);}
.popup1 .content-us1 h2 { display: inline-grid;color:#fff !important; font-size:24px; margin-bottom:1px;}


.popup1 .content-us1 h2:after {
    content: "";
    height: 4px;
    height: .25rem;
    margin-top: .25rem;
    border-radius: 4rem;
    background: #ff6810;
}

@media screen and (max-width:880px) {
.box-now{padding-left:5px;width:97% !important; }.feedback .standard-button {margin-bottom:20px !important;;}
.box-now1{padding-left:5px;width:97% !important;}.box-now2{padding-left:5px;width:97% !important;}
}

@media screen and (max-width:880px) {
.popup1 .content-us1{ width:90%; }.modal-content6{height:530px; overflow:auto;}
.popup1 .feedback input, select, textarea{height:33px;} .popup1 .box-now{height:33px;}
.popup1 .content-us1 p{display:none;} .popup1 .box-now1{height:68px !important;} .popup1 .content-us1 h2{font-size:17px; line-height:22px;}
.popup1 .feedback .standard-button{margin:0px !important; margin-top:-50px !important}.popup1 .btn1{padding:1px 18px; font-size:13px;}
.popup1 .box-now{background-size:17px !important;}.popup1 .box-now1{background-size:17px !important;}
.popup1 button img{width:17px;} .popup1 .content-us1{margin:0px auto; padding:2px 7px 0 7px;}
.popup1 .feedback div{padding:0px 2% !important;} .popup1 .feedback input, select, textarea{margin:4px 0 !important;}

}




