/* The goal of a Base Stylesheet is, here we are setting the fixed CSS values for the most Reuse Components Html Class. */

/* v1.0 | CIBER INDIA - GENERIC*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
}
body {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
li {
    line-height: 1.2;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* remember to highlight inserts somehow! */

ins {
    text-decoration: underline;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
:focus {
    outline: 0;
}
form input[type="text"],
form input[type="tel"],
form input[type="password"],
form input[type="email"],
select,
textarea {
    border: 1px solid #d7d7d7;
    padding: .875em .625em;
    width: 100%;
    /*box-shadow: 0 1px 5px #d7d7d7 inset;*/
    margin-top: 8px;
}
form * {
    box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    align-items: flex-start;
    text-align: center;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    -webkit-appearance:  none;
}
input,
textarea,
keygen,
select,
button {
    font-family: inherit;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0em 0em 0em 0em;
}
textarea:focus,
input:focus {
    outline: 0;
}
/*reset avoiding browser default behavior so adding css for strong tag*/
strong,
b {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
sub,
sup {
    font-size: 60%;
    color: inherit;
}
p {
    margin: 10px 0 0;
}
.noPaddingL, .noPaddingLR {
    padding-left: 0;
}
.noPaddingR, .noPaddingLR {
    padding-right: 0;
}
ol {
    list-style: decimal;
    box-sizing: border-box;
    padding: 0px 15px 5px;
}
ul {
    list-style: disc;
    box-sizing: border-box;
    padding: 5px 15px 5px;
}
ul li {
    padding-bottom: 8px;
}
ul li::marker {
    color: #CB0766;
}
ul > li > ul {
    padding: 0px 15px 5px;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.no-bg {
    background: none !important;
}
.cta-btn {
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
   /* background: none; */
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px 13px;
    vertical-align: middle;
}
.cta-btn-primary, .cta-btn-primary a {
    background-color: #EF6079;
    color: #FFF;
}
.cta-btn-secondary, .cta-btn-secondary a {
    background-color: #4C8D2B;
    color: #FFF;
}
.component.indent-bottom {
    padding-bottom: 0px !important;
}
.component.indent-top {
    padding-top: 0px !important;
}
.component.no-padding{
    padding:0 !important;
}
.component:not(.footer):not(.header):not(.no-padding):not(.hero_banner):not(.component-content > .component):not(.generic_carousel) {
    padding-top: 30px;
    padding-bottom: 30px;
}
