/* Heading */
.custom-add-heading{
	text-align: center;
	font-weight: 800;
	font-size: 42px;
	font-family: "Montserrat";
	color: #000000;
	line-height: 1.3;

}

/* Pargraph */
.custom-add-paragraph{
	text-align: center;
	font-size: 18px;
	font-family: "Montserrat";
	color: #000000;
	line-height: 1.5;
	font-weight: 400;
}

/* Button Css */
.custom-add-button a{
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 11px;
	font-weight: 800;
	border: 0px;	
	font-size: 24px;
	font-family: "Montserrat";
	color: #ffffff;
	background-color: #ff4545;
}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 11px;
	font-weight: 800;
	border: 0px;	
	font-size: 24px;
	font-family: "Montserrat";
	color: #ffffff;
	background-color: #ff4545;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:16px;
	color: #000000;
	  font-family: "Montserrat";
}

.custom-add-form .input-type input{
  	border-radius: 5px;
  	background-color: #ffffff;
	border: 1px solid #412546;
	height: 34px;
	font-size: 18px;
	font-weight:300;
	box-shadow: none !important;
	padding: 6px 12px;
	color: #000000;
}
.custom-add-form .button-type a{
	border-radius: 5px;
    background-color: #ff4545;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 11px;
	font-weight: 800;
	font-size: 24px;
    border: 0px;
	 font-family: "Montserrat";
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 5px;
    background-color: #ff4545;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 11px;
	font-weight: 800;
	font-size: 24px;
    border: 0px;
	 font-family: "Montserrat";
}

/* Shape Css */
.shape-square{ color: #000000; background-color:#ffffff;border: 1px solid #f2f9ff;}
.shape-circle{color: #000000; background-color:#ffffff;border: 1px solid #f2f9ff;}
.shape-horizontal{color: #000000; background-color:#ffffff;border: 1px solid #f2f9ff;}
.shape-vertical{color: #000000; background-color:#ffffff;border: 1px solid #f2f9ff;}

/* Section Css*/
.custom-add-section{background:#f2f9ff;}

/* Icon Css */
.custom-add-icon{color: #ff4545;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: #ffffff;
	color: #000000;	
	border: 1px solid #f2f9ff;
}
.custom-add-timer .add-timer-label{
	color: #000000
}
.custom-add-timer .add-timer-colon{
	background-color: #000000;
}