@charset "UTF-8";

 :root {
--main: #ed1c24;
--secondary: #d71b22;
--third: #ffe400;
--fourth: #fde8e9;
--light: #ffffff; 
--dark: #000000; 
--heading: #131313; 
--body: #6f6f6f; 
--bodybg: #ffffff; 
--btn-color:#ffffff;
--btn-color2:#ffffff;
--btn-bgcolor:#ed1c24;
--btn-bgcolor2:#ed1c24;
--e-global-color-primary:#ed1c24;
--e-global-color-secondary:#131313;
--custom2:#dfdfdf;
}
.btn-theme {
background:var(--main);
color:#ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border:0;
}