#templateBody{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color: #ffffff;
}

.pop-bg{
	background: #000;
	border:0px solid #000;
	width:100%;
}
.form-control,
.form-control:focus {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #636363;
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
	border-radius: 3px;
	border: 0px;
}
::-webkit-input-placeholder {color: #b1b1b1 !important;font-size: 14px;}
::-moz-placeholder {color: #b1b1b1 !important;font-size: 14px;}
:-ms-input-placeholder {color: #b1b1b1 !important;font-size: 14px;}
:-moz-placeholder {color: #b1b1b1 !important;font-size: 14px;}
.form-btn a {
    border-radius: 0px;
    background-color: #ff3c00;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 9999;
    padding: 10px 12px;
    font-size: 12px;
    color: #ffffff;
	border-radius:3px;
    font-weight: 500;
	font-family: 'Jost', sans-serif;
}
@media(min-width:768px) {
	.form-btn a {
		font-size: 17px;
		padding: 13px 12px;
	}
}
.orange-clr{
	color:#faa119;
}
.custom-close:hover , .custom-close:focus{color: #ffffff; text-decoration: none;cursor: pointer;filter: alpha(opacity=100);opacity: 1;outline:none;}
.custom-close{-webkit-appearance: none;cursor: pointer;background:none;border: none;border-radius: 0;text-shadow:none !important;font-size: 25px;font-weight: 400;line-height: 0;color: #ffffff;filter: alpha(opacity=100);position: absolute;top: 12px;right: 8px;z-index:9999;opacity: 1;}
@media(max-width:768px){
	.custom-close:hover , .custom-close:focus{color: #ffffff; text-decoration: none;cursor: pointer;filter: alpha(opacity=100);opacity: 1;outline:none;}
.custom-close{-webkit-appearance: none;cursor: pointer;background:none;border: none;border-radius: 0;text-shadow:none !important;font-size: 25px;font-weight: 400;line-height: 0;color: #ffffff;filter: alpha(opacity=100);position: absolute;top: 10px;right: 4px;z-index:9999;opacity: 1;}
}
/* White Timer css */ 
.white-timer-portion { 
   text-align: center; 
    padding-left:8px; 
    padding-right:8px; 
    font-family: 'Jost', sans-serif;
} 
.white-timer-box {  
	width: 20px;
    height: 45px;
    line-height: 1.42857143;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
} 
.white-timer-label {  
    width: 35px; 
    font-size: 8px; 
    align-items: center; 
    justify-content: center; 
    color: #ffffff; 
} 
.white-timer-colon-group {  
    height: 43px; 
    width: 5px; 
    position: relative; 
} 

.white-timer-colon.colon-top {  
    position: absolute; 
    top: 35%; 
} 

.white-timer-colon {
    background: #ffffff;
    border-radius: 100%;
    width: 3px;
    height: 3px;
}
.white-timer-colon.colon-bottom { 
    position: absolute; 
    bottom: 30%; 
} 
.white-timer-colon-group-margin { 
   /*  height: 14px;  */
    width: 7px;
    position: relative; 
} 
.timer-back{
    border: 1px dashed #ffffff;
    padding: 12px 5px;
}
@media(min-width:768px) {
.timer-back{
    padding: 12px 0px;
}
.text-nowrap-sm{white-space: nowrap;}
.white-timer-box {  
	width: 77px;
    height: 45px;
    line-height: 1.42857143;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
} 
.white-timer-colon { 
    background: #ffffff; 
    border-radius: 100%; 
    width: 5px; 
    height: 5px; 
} 
.white-timer-colon.colon-top {  
    position: absolute; 
    top: 30%; 
} 
.white-timer-colon-group {  
    height: 50px; 
}
}

