html,
body,
div,
span,
applet,
object,
iframe,

blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    font-family: 'Poppins', sans-serif;
    box-sizing: content-box;
}



a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none;
}


.max-560 {
  max-width: 560px;
  margin: auto;
}
.profile_cb {
    width: 100px;
    height: auto;
    background: transparent;
    margin: 10px auto;
    border-radius: 100px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.profile_name{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
.icon_color i{
    color: #f58520;
}
.icon_color span{
    padding-left: 10px;
    padding-right: 10px;
}
.card-font h5.card-title {
    font-size: 18px;
}
.icon_color a{
    color: #000;
    text-decoration: underline;
}
.card-font {
    height: auto;
    background: #f3f3f3;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}



.cardbox{
    background-color: #f58520;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 12px 15px;
    color: #fff;
}
.cardbox span{
    padding-left: 10px;
    padding-right: 10px;
}


/*faq-css*/
.faqbg {
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.faqbg .accordion-button{
    font-size: 15px;
    font-weight: 600;
}
.faqbg .accordion-button:not(.collapsed) {
    background: #f58520;
    color: #fff;
}
.faqbg .accordion-button:not(.collapsed)::after{
    filter: brightness(100);
}
.faqbg .accordion-body{
    font-size: 14px;
}
.faqbg .accordion-item {
    margin-bottom: 10px;
}
.faqbg .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}
/*end-faq*/

