#contactForm,.popup-main{position:fixed;z-index:999}.popup-main{display:none;background:rgba(20,20,20,.85);height:100%;width:100%}#contactForm{border:5px solid rgba(247,232,39,.3);padding:2em;width:450px;text-align:center;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);box-shadow:0 5px 20px #2f2f2f}input,textarea{border:1px solid #ddd!important;padding:10px!important;text-transform:inherit;margin-bottom:10px!important;font-size:inherit;display:block;width:100%}textarea{height:80px;resize:none}.formBtn{width:100%!important;display:inline-block;font-weight:100;font-size:1.2em;border:none;background:#d12023!important;color:#fff;text-transform:uppercase;letter-spacing:1px}div#contactForm h3{font-size:20px;margin-bottom:10px;text-transform:uppercase}div#contactForm small{display:inherit; margin-bottom:15px}.basic_close{position:absolute;top:50px;right:50px;display:block!important}.basic_close img{width:25px;filter:invert(1);opacity:.5}.basic_close:after{content:"";position:absolute;display:block;left:50%;top:50%;width:60px;height:60px;margin:-35px -33px;-webkit-border-radius:50%;border-radius:50%;border:2px dashed rgba(255,255,255,.15);-webkit-animation:infinite-rotate 15s infinite linear;animation:infinite-rotate 15s infinite linear}#contactForm input:last-child{margin-bottom:0!important}@media (max-width:567px){#contactForm{width:95%}}

#popup_wrap1 {
	width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
	cursor:url(../popup/img/popup_close.png);
}
#popup_center {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup_content .cbutton--border--green, #popup_content .cbutton--close-popin {
    border-color: #423b8b;
}

.cbutton--mask.hv:hover .black-text {
    color: #ffffff;
}
#popup_content .cbutton--mask .cbutton__mask i:before {
    background: #423b8b;}
#popup_content .separator-line {
    background-color: #423b8b;}
#popup_content {
    min-width: 10%;
    max-width: 40%;
    min-height: 6%;
    overflow: hidden;
    position: relative;
    padding: 40px;
    text-align: justify;
    background: rgba(255, 255, 255, 1) no-repeat scroll center center;
    outline: 3px solid #423b8b;
    outline-offset: -10px;
}
#popup_close {
	cursor: pointer;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 150px;
	display:block;
    border-radius: 1px;
    margin-top: 15px;
}
#popup_content img:nth-child(2) {
    width: 100%;
}
#popup_content p a{
	color:#f18e32;
}
@media screen and (max-width: 768px) {
    .footer__main__nav__title:after {
    margin: 10rem 0;
}
#popup_content {
	min-width: 10%;
    max-width: 100%;
}
#popup_close {
    bottom:0;

}
}

@media screen and (max-width: 414px) {
#popup_content {
    max-width: 90%;
}
}
@media (min-width: 415px) and (max-width: 568px) {
#popup_content {
    max-width: 90%;
}
}

@media (min-width: 569px) and (max-width: 979px) {
#popup_content {
    max-width: 70%;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
#popup_content {
    max-width: 60%;
}
}

@media (min-width: 1281px) and (max-width: 1921px) {

    .p_content
    {
        font-size: 15px;
    }
}
@media (min-width: 1920px) and (max-width: 5000px) {
    #popup_content{
         max-width: 45%;
        padding: 35px
    }   
}
/**/


.a_set
{
    text-decoration: none;

}
.h2_title
{
    font-size: 1.5em;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;

}

.p_content
{
    margin: 0 0 1.0em;
    color: #666;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13px;

}

.btn_set
{
    color: white;
    font-weight: normal;
    text-decoration: none;
    border: none;
    outline: none;
    background: #000;
}
.btn_set:hover
{
    opacity: 0.8;
}

.disclaimer {
    color: #666;
	
	 font-size:15px;
}

span.checktext {
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px;
}
span.checktext input#popclose {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 11px;
    vertical-align: middle;
}
span.checktext label {
    vertical-align: middle;
    display: inline-block;
        margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
    cursor: pointer;
}
strong{
    color: #3a3a3a
}
  .separator-line {
    background-color: #f5812c;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
    .scroll_container1{
        margin-top: 25px
    }
#popup_close1::after{
    display: none;
}
#popup_close1 {
    margin: 0 auto;
}

@media screen and (max-width: 840px), screen and (max-height: 500px){
.header .header__nav--main {
    padding-top: 0;
    }}