:root {
--display: flex;
--flex-direction: row;
--main: #1c5ccd;
--accent: #66b9ff;
--secondary: #dee1fd;
--text: #535397;
--light: #ffffff99;
--white: #ffffff;
--green: #70833c;
--heading: #002a66;
--body: #535397;
--bodybg: #ffffff;
--btn-color: #ffffff;
--btn-color2: #1c5ccd;
--btn-bgcolor: #1c5ccd;
--btn-bgcolor2: #002a66;
--e-global-color-primary: #1c5ccd;
--e-global-color-secondary: #66b9ff;
--menu-color: #002a66;
--font-size-sm: 14px;
--line-height-sm: 19.6px;
--font-size-md: 18px;
--line-height-md: 25.2px;
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}