 
.indent_inn {padding: 0 20px;width: 100%;max-width: 1170px;text-align: center;}  

 

.ddexitForm {margin-top: 30px;}  

.indent-pop ul {margin: 0;width: 100%;float: left;display: flex;}
 
.indent-pop ul li.ind-line {    width: 26.2%;    float: left;    padding: 0 5px;}

.indent-pop ul li.ind-line input { height: 62px; display: block;	margin: 0 auto;	background: #ffffff;	border: 1px solid #a8a5a5;	padding: 17px 10px 16px 20px;	width: 100%;}  

.indent-pop ul li.ind-line i.fa {    display: none;}

.indent-pop ul li.ind-line input[type="submit"] {font-size: 17px;background-color: #a91c16;border-bottom: 5px solid #ffc328;color: #fff;cursor: pointer;border-radius: 50px;padding: 17px 10px 15px 20px;font-weight: 600;font-size: 17px;}

.indent-pop ul li.ind-line.last {    width: 20%;} 
 
.indent-pop ul {    flex-flow: wrap;    }


#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000000000; pointer-events: none;    align-items: center;    justify-content: center;}

#ddexitpopwrapper .veil{    left: 0;    top: 0;    width: 100%;    height: 100%;    position: fixed;    background-color: rgba(0,0,0,.7);    content: "";    z-index: 1;    display: none;    cursor: default;  }

.ddexitpop {width: 100%;padding: 0;z-index: 2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;background: white;left: 0;top: 0;-webkit-animation-duration: .5s;animation-duration: .5s;visibility: hidden;height: 100%;display: flex;align-items: center;justify-content: center;background: url("../images/bg-indent.jpg") no-repeat;background-position: center;background-size: cover;}

.ddexitpop .calltoaction{   display: inline-block;    text-decoration: none;    border-radius: 5px;    padding: 15px;    background: #15C5FF;    display: block;    width: 80%;    margin: 10px auto;    text-align: center;    color: white !important;}

div.closeexitpop{background:url('../images/xclose.png') no-repeat scroll center center;width: 60px;height: 60px;overflow: hidden;display: none;position: fixed;cursor: pointer;text-indent: -1000px;z-index: 3;top: 10px;right: 10px;background-size: 20px; ;background-color: #f7d039;border-radius: 50%;}   


#ddexitpopwrapper.open{ pointer-events: auto;} 

#ddexitpopwrapper.open .veil{ display: block;   }

#ddexitpopwrapper.open div.closeexitpop{    display: block; }

#ddexitpopwrapper.open .ddexitpop{     visibility: visible; }
 

.indent_inn h2 b {
    display: block;
}

.indent_inn h2 {
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
}

.indent_inn h2 > b {
    font-size: 3rem;
    font-weight: 600;
}


@media screen and (max-width: 850px){
    
.ddexitpop{     /* top: 0; */       }  

.indent-pop ul li.ind-line {    width: 100% !important;    margin-bottom: 10px;}

.indent-pop ul li.ind-line input[type="submit"] {width: auto; padding:10px 20px;}

.indent_inn h2 {    font-size: 30px;}

.indent_inn h2 br {    display: none;}   
 
 
  .indent_inn h1 {
    font-size: 4rem;
    margin: 0 0;
}

.indent_inn h1 > b {
    font-size: 2rem;
}

} 
