/* Heading */
.custom-add-heading{
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
}
 

/* Pargraph */
.custom-add-paragraph{
	font-size: 18px;
	color: #000;
	line-height: 24;
	text-align: left;
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2;
}

/* Button Css */
.custom-add-button a{
	border-radius: 35px;
    background-color: #3376fe;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px;
	font-weight: 500;
	border: 0;
	font-size: 24px;
    border: 0px;

}

.custom-add-button a:hover,
.custom-add-button a:focus{
	border-radius: 35px;
    background-color: #256eff;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px;
	font-weight: 500;
	border: 0;
	font-size: 24px;
    border: 0px;
}

/* Form Css */
.custom-add-form .input-type{
	font-size:16px;
	color: #000;
	
}
.custom-add-form .input-type input{
  	background-color: transparent;
	border: 5px;
	height: 70px;
	font-size: 16px;
	font-weight:300;
	box-shadow: none !important;
	padding: 12px;
	color: #000;
	border-radius: 5px;
    border: 1px solid #d6d6d6;
}
.custom-add-form .button-type a{
	border-radius: 35px;
    background-color: #3376fe;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px;
	font-weight: 500;
	border: 0;
	font-size: 24px;
    border: 0px;
}

.custom-add-form .button-type a:focus,
.custom-add-form .button-type a:hover{
	border-radius: 35px;
    background-color: #3376fe;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	
	padding: 20px;
	font-weight: 500;
	border: 0;
	font-size: 24px;
    border: 0px;
}

/* Shape Css */
.shape-square{ color: #000; background-color:#3376fe;}
.shape-circle{color: #000; background-color:#3376fe;}
.shape-horizontal{color: #000; background-color:#3376fe;}
.shape-vertical{color: #000; background-color:#3376fe;}

/* Section Css*/
.custom-add-section{background:#f5f5f5;}

/* Icon Css */
.custom-add-icon{color: #3376fe;}


/* Timer Css */
.custom-add-timer .add-timer-box{
	background-color: #ffffff;
	color: #3376fe;	
	border: 1px solid #000;
}
.custom-add-timer .add-timer-label{
	color: #3376fe;
}
.custom-add-timer .add-timer-colon{
	background-color: #3376fe;
}