@font-face
{
	font-family: 'Poppins-Regular';
	src:url(../font/Poppins-Regular.ttf);
}
@font-face
{
	font-family: 'Poppins-SemiBold';
	src:url(../font/Poppins-SemiBold.ttf);
}
@font-face
{
	font-family: 'Poppins-Bold';
	src:url(../font/Poppins-Bold.ttf);
}
@font-face
{
	font-family: 'Poppins-Medium';
	src:url(../font/Poppins-Medium.ttf);
}
a:hover
{
	text-decoration: none;
}
li
{
	list-style: none;
}
ul
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 0;
	font-family: 'Poppins-Medium';
}
h1 , h2 , h3 , h4 , h5 , h6
{
	margin: 0;
	font-family: 'Poppins-Bold';
}
h1 , h2
{
	font-family: 'Poppins-Bold';
}
button:focus
{
	outline: none;
}
select:focus
{
	outline: none;
}
input:focus
{
	outline: none;
}
textarea:focus
{
	outline: none;
}


/*----------------ts-slider------------------*/

.terms-slider
{
	padding: 80px 0;
	background-image: linear-gradient(to right, #0178BB , #0260AE);
}
.ts-title
{
	font-family: 'Poppins-Bold';
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}
.page-path
{
	color: #fff;
	font-family: 'Poppins-Regular';
	text-align: center;
	font-size: 16px;
}
.main-tc-block
{
	margin: 80px 0;
}
.ts-content
{
	margin-bottom: 20px;
}
.tsc-title
{
	color: #202020;
	font-family: 'Poppins-Bold';
	font-size: 22px;
	margin-bottom: 5px;
}
.tsc-content
{
	color: #838383;
	font-family: 'Poppins-Regular';
	font-size: 16px;
}
.tsc-content li
{
    color: #838383;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin-top: 5px;
    list-style: disc;
    margin-left: 15px;
}

.bank {
    margin: 14px 0 !important;
}


.terms-heading {
    margin-top: 54px;
}


/*--------------------footer---------------------*/

footer
{
	padding:80px 0;
	background-color: #001220;
}
.footer-block
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-title
{
	font-size: 22px;
	font-family: 'Poppins-SemiBold';
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 10px;
}
.footer-title:before
{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #F15902;
}
.footer-list a
{
	font-size: 14px;
	font-family: 'Poppins-Regular';
	color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
	display: block;
	transition: 0.3s;
}
.footer-list a:hover
{
	color: #F15902;
}
.footer-social
{
	display: flex;
	align-items: center;
}
.f-social-icon
{
	margin-right: 15px;
	font-size: 30px;
	color: rgb(255,255,255,0.3);
	transition: 0.3s;
}
.f-social-icon:hover
{
	color: #F15902;
}
.footer-block-second
{
	padding: 20px 0;
	margin-top: 50px;
}
.fbs-left
{
	width: 50%;
}
.fbs-right
{
	width: 50%;
	text-align: right;
}
.fbs-left p
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.footer-block-second
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-block-third
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.footer-block-third .fbs-right
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.fbs-right a
{
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: rgba(255,255,255,0.5);
    transition: 0.3s;
    margin-left: 15px;
    transition: 0.3s;
}
.fbs-right a:hover
{
	color: #F15902;
}
/*------------------end-footer-------------------*/


.faq-section
{
    padding: 80px 0;
}
.main-faq-block
{
    display: flex;
    justify-content: center;
}
.faq
{
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin: 0 10px;
    margin-top: 50px;
    width: calc(40% - 20px);
    height: 100%;
}
.faq .card
{
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header
{
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header .faq-title
{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #202020;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins-SemiBold';
}
.faq .card .card-header .faq-title .badge
{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    border-radius: 100px;
    text-align: center;
    background: #f15902;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Poppins-Medium';
    font-weight: normal!important;
}
.faq .card .card-body
{
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    line-height: 28px;
    border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p
{
    margin-bottom: 14px;
    font-family: 'Poppins-Regular';
    display: flex;
    font-size: 14px;
}
.faq .card .card-body p span:nth-child(1)
{
	margin-right: 5px;
	margin-top: 2px;
}

@media (max-width: 1493px) and (min-width: 1200px)
{
	.faq
	{
		width: calc(50% - 20px);
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.faq
	{
		width: calc(50% - 20px);
	}
}
@media (max-width: 991px)
{
	.faq
	{
		width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-wrap:wrap;
	}
}