*{font-family: Outfit;}
h1,h2,h3,h4,h5,p,span,strong,li,a{font-family: 'Outfit', sans-serif;}
a {color: #920001;text-decoration: none;}
body{background-color:#f5f6f7;}
p{font-family: 'Outfit', sans-serif;letter-spacing: .3px;} 
.card {margin-top: 10px;}
.divider { height: 4px;width: 70px; background-color: #1c2858;
	text-align: center;margin-left: auto !important;margin-right: auto !important;
	margin-top: 1rem;}
p.accordion { color: #9ac936!important;font-size: 15px!important;font-weight: 500;
	cursor: pointer;padding: 25px 65px 12px 18px;width: 100%;text-transform: capitalize;
	text-align: left; outline: none; transition: 0.4s;  margin-bottom:10px;}
p.accordion.active, p.accordion:hover { }
p.accordion:after {
    content: url('../../assets/images/up-arrow.png');
    float: right;
    margin-left: 5px;
    position: relative;
    bottom: 10px;
    left: 40px;
}
p.accordion.active:after { content: url('../../assets/images/down-arrow.png'); }
div.panel {padding: 0 18px;background-color: transparent;max-height: 0; 
	overflow: hidden;transition: 0.4s ease-in-out; opacity: 0;margin-bottom:10px;}
div.panel.show {opacity: 1; max-height: 500px;}
@media (max-width: 395px){p.accordion.one::after { margin-top: -10px;}
p.accordion.three::after { margin-top: -6px;}
p.accordion.four::after { margin-top: -20px;}
p.accordion.five::after { margin-top: -10px;}
p.accordion.six::after { margin-top: -10px;}}
header {
    height: 58px;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 #e6ecf2;
    background-color: #fff;
    padding: 20px;
}
span#back {
    font-size: 13px;
    color: #6d6e6e;
    padding-left: 10px;
}
.container.faqs {
    padding: 40px 30px;
}
header h1 {
    font-size: 13px;
    font-weight: bold;
    color: #012d3b;
}
p,div#privacy-policy li {
    font-size: 13px;
    font-weight: 300;
    color: #646767;
    line-height: 25px;
}
div#di {
    position: relative;
    bottom: 15px;
}
form.form.faqs input.form-control {
    border-radius: 24px;
    height: 32px;
}
input.form-control {
    font-size: 13px;
    color: #012d3b;
    font-weight: normal;
}
::placeholder {
    color: #bac1c3 !important;
    font-weight: normal !important;
}
::marker {
    font-size: 18px;
}
img#search {
    position: relative;
    bottom: 22px;
    float: right;
    right: 15px;
}
div.getting {
    padding-top: 35px;
}
div.getting h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #012d3b;
}
div#inner {
    padding: 20px 0;
    margin: 20px 0 50px 0;
    object-fit: contain;
    background: #fafbfb;
    border-radius: 16px;
    border: 0.5px solid #ddd;
}
hr.mrclean {
    height: 0.5px;
    background: #dddddd;
    border-top: none;
    opacity: 1;
}
.panel p {
    color: #646767;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.panel a{
	color: #1fb3e8;
}
div#privacy-policy h4,div#tnc h4 {
    font-size: 13px;
    line-height: 25px;
    color: #012d3b;
    font-weight: 500;
}
img.logo {
    width: 55%;
    position: relative;
    right: 5px;
}
div#feedback label {
    color: #012d3b;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}
div#feedback input[type="text"] {
    border: none;
    background: transparent;
    border-bottom: 0.8px solid #d1d6d6;
    border-radius: 0;
    padding: 15px 0 5px 0;
}
div#feedback input[type="submit"] {
    background: #1fb3e8;
    border-radius: 25px;
    color: #fff;
    height: 50px;
    margin-top: 44px;
}
div#feedback textarea.form-control {
    margin-top: 10px;
    font-size: 13px;
}
@media (min-width: 767px){
img.logo {
    width: 20%!important;
    position: relative;
    right: 5px;
}
}

