.indent_inn h2 b { vertical-align: baseline;   color: #f44336;   } 

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

.indent_inn h2 {font-size: 84px;text-align: center;color: #fff; margin: 0;}

.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 {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"] {cursor: pointer;text-transform: capitalize;padding: 15px 25px;display: flex;font-size: 1.25rem;border: none;font-weight: 600;align-items: center;justify-content: center;position: relative;overflow: hidden;transition: .2s all;box-shadow: 0 0 16px #1e1e1e; border-radius: 3px; background: #fec472; color: #0f0803;}   

.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: 100000;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: url("../images/indentbg.jpg") no-repeat;background-size: cover;left: 0;top: 0;-webkit-animation-duration: .5s;animation-duration: .5s;visibility: hidden;height: 100%;display: flex;align-items: center;justify-content: center;background-color: #5d657e;} 

.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('/assets/images/xclose-w.png') no-repeat scroll center center;   width: 70px;    height: 70px;   overflow: hidden;   display: none;  position: fixed;    cursor: pointer;    text-indent: -1000px;   z-index: 3; top: 10px;  right: 10px;     background-size: 20px;    opacity: 0.7;}    

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

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

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

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

@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;}    


 #ddexitpopwrapper.open{
    display:none !important; 
}      


#ddexitpopwrapper.open .ddexitpop {
    display: none;
}

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

} 

.indent_inn h2>span {
    color: #fec472;
    display: inline-block;
    font-style: italic;
    /* background: #000; */
}

.indent_inn h2 b {
    background: #a91c16;
    font-size: 54px;
    font-weight: 400;
    margin-top: 13px;
    color: #fff;  
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

.indent_inn h2 * {
    vertical-align: top;
}

.indent_inn h2 b>span {   
    background: #ffc328;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 1px 11px;
}

.indent_inn small {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 33px;
    color: #fff;
}


