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

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

.indent_inn h1 {font-size: 60px;text-align: center;color: #000;font-family: 'Playfair Display', serif;}

.ddexitForm {margin-top: 30px;}

.indent-pop ul {margin: 0;width: 100%;float: left;display: flex;justify-content: space-between;}
 
.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"] {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: auto;padding: 30px;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: auto;display: flex;align-items: center;justify-content: center;}

.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.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;   filter: brightness(100) invert(1);    }   


#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; */width: 94%;}  

.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 h1 {    font-size: 30px;}

.indent_inn h1 br {    display: none;}    

.ddexitpop  .indent_inn h1 b {    font-size: inherit;  }

.ddexitpop  .indent_inn small {    font-size: 16px;    margin-top: 10px;  }

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

.indent-pop ul li.ind-line input {
    padding: 10px;
}   

} 


.indent_inn h1>span {
    color: #a91c16;
    display: inline-block;
    font-style: italic;
} 

.indent_inn h1 b {
    color: #a91c16;
    font-size: 40px;
    font-weight: 400;
    display: block;
    margin-top: 13px;
}

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

.indent_inn h1 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: 20px;
}

