html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-style: normal;
	color: #000000;
}
h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
}
h2 {
	font-weight: 700;
	font-size: 46px;
	line-height: 56px;
	text-align: center;
}
h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}
h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
}
h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

a {
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}

.p-120 {
	padding: 120px 0;
}

.pb-120 {
	padding: 0 0 120px;
}

/*Button start here */
a.btn {
	padding: 16px 40px;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	border: 2px solid transparent;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	background-color: #D1262A;
}
a.btn:hover {
	background-color: transparent;
	border: 2px solid #D1262A;
	color: #D1262A;
}
a.btn i {
	vertical-align: middle;
	padding-left: 10px;
	transform: rotate(-33deg);
}
a.btn.btn_blue {
	background-color: #264779;
}
a.btn.btn_blue:hover {
	background-color: transparent;
	border-color: #264779;
	color: #264779;
}
a.btn.btn_blue i {
	transform: inherit;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
button:focus {
	outline: navajowhite;
}
.navbar-toggler {
	border: 0;
}
/*Button end here */

/*Home page start here */
.header_top {
	background-color: #264779;
	color: #fff;
	padding: 8px 0;
}
.header_content p {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}
.header_content p a {
	color: #fff;
}
.header_content p a:hover {
	color: #D1262A;
}
.header_content a i {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	color: #264779;
	border-radius: 100%;
	font-size: 14px;
	padding: 7px;
}
.main_hearder nav.navbar {
	padding: 16px 0;
}
.main_hearder ul li a.nav-link {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
	color: #000 !important;
	display: inline-block;
}
.main_hearder ul li {
	margin-left: 50px;
}
.main_hearder ul li:first-child {
	margin-left: 0;
}
.main_hearder ul li.active a.nav-link::after,
.main_hearder ul li a.nav-link::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	bottom: -8px;
	transition: all 0.5s ease-in-out;
	-webkit-text-stroke: 1px transparent;
	background-color: #D1262A;
}
.video_hide{
	display: none;
	width: 100%;
}
.main_hearder ul li.active a.nav-link::after,
.main_hearder ul li a.nav-link:hover::after {
	width: 100%;
}
.main_hearder ul li.active a.nav-link,
.main_hearder ul li a.nav-link:hover {
	-webkit-text-stroke: 1px #D1262A;
	color: #D1262A !important;
}
.btn_bt {
	margin-top: 43px;
}
.btn_top {
	margin-bottom: 33px;
}
.btn_top p {
	background-color: rgb(249 250 255 / 20%);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 16px 40px;
	font-weight: 500 !important;
	font-size: 17px !important;
	line-height: 1.2 !important;
}




.slider-container .owl-item {
	height: 840px;
}
.slider-container .owl-item li .slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-container .owl-nav .owl-next {
	margin-left: auto;
}
.owl-carousel .owl-item .slider-img {
	position: relative;
}
.owl-carousel .owl-item .slider-img::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}
.opacFull {
	opacity: 1 !important;
}
.slider-text h1 {
	color: #fff;
}
.slider-container {
	width: 100%;
	height: 100%;
}
.site-slider {
	position: relative;
	margin: 0;
}
.site-slider li {
	line-height: 0;
	list-style: none;
	height: 100%;
}
.slider-img {
	width: 100%;
	height: 100%;
}
.slider-text {
	position: absolute;
	top: 50%;
	line-height: normal;
	transform: translateY(-50%);
	color: #FFFFFF;
	opacity: 0.85;
	width: 100%;
	max-width: 452px;
	z-index: 999;
}
.slider-text h3 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 10px;
	opacity: 0;
}
.slider-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
}
.owl-controls {
	position: absolute;
	bottom: 74px;
	left: 18%;
	transform: rotate(-90deg);
}
.owl-dots .owl-dot {
	width: 5px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 0 0 10px 0;
	border-radius: 50%;
}
.owl-dots .owl-dot.active {
	background-color: transparent;
	transform: scale(1.5);
	border: 0.5px solid #FFFFFF;
}
.animate-in-fast {
	animation: in-fast 1000ms ease-in-out forwards;
}
@keyframes in-fast {
	0% {
		opacity: 0;
		transform: translateY(-3em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate-in-slow {
	animation: in-slow 1000ms linear forwards;
}
@keyframes in-slow {
	0% {
		opacity: 0;
		transform: translateY(3em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.banner_wrapper {
	position: relative;
}
.banner_wrapper .sec_arrow {
	position: absolute;
	bottom: 37px;
	z-index: 9999;
	right: 320px;
}
.banner_wrapper .sec_arrow a {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
}
.banner_wrapper .sec_arrow a:hover {
	background-color: #D1262A;
}
.banner_wrapper .sec_arrow a i {
	font-size: 20px;
	color: #fff;
}
.testimonial_wrapper .card-body {
	border: 1px solid #E5E7F2;
	border-radius: 25px;
	padding: 50px;
	margin: 0 20px;
}
.testimonial_wrapper .card-body p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-style: italic;
	margin-bottom: 25px;
}
.testimonial_wrapper .card-body h4 {
	color: #264779;
}
.testimonial_wrapper .card-body span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.hd-text h5 {
	color: #D1262A;
}
.hd-text p {
	width: 753px;
	margin: 0 auto;
}
.testimonial_profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}
.testimonial_profile .view_wreap {
	width: 75px;
	height: 75px;
}
.testimonial_profile .view_wreap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial_wrapper .card-body ul {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E5E7F2;
	padding-top: 35px;
}
.testimonial_slider {
	position: relative;
	margin-top: 50px;
}
.testimonial_wrapper .card-body .testimonial_profile span {
	font-size: 14px;
}
.testimonial_wrapper .card-body ul li h6 {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.testimonial_wrapper .card-body ul li {
	text-align: center;
	position: relative;
}
.testimonial_wrapper .card-body ul li::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #E5E7F2;
	right: -20px;
}
.testimonial_wrapper .card-body ul li:last-child::after {
	width: 0;
	right: 0;
}
.testimonial_wrapper .scott_save h5 {
	margin: 50px 0 0;
	color: #264779;
}
.testimonial_slider .slick-prev .fa-angle-right::before {
	content: "\f060";
}
.testimonial_slider .slick-next .fa-angle-left:before {
	content: "\f061";	
}
.testimonial_slider .slick-next,
.testimonial_slider .slick-prev {
	width: 68px;
	height: 68px;
	border: 1px solid #E5E7F2;
	border-radius: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.testimonial_slider .slick-next {
	top: 50%;
	position: absolute;
	right: -100px;
}
.testimonial_slider .slick-prev {
	top: 50%;
	position: absolute;
	left: -100px;
}
.testimonial_slider .slick-next:hover,
.testimonial_slider .slick-prev:hover {
	background-color: #D1262A;
	color: #fff;
}
.testimonial_slider .slick-next i, .testimonial_slider .slick-prev i {
	font-size: 22px;
}
.work_wrapper {
	background-color: #F9FAFC;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 100%;
}
.work_wrapper .work_img {
	width: 120px;
	height: 120px;
	background-color: #E3E7EE;
	border-radius: 100%;
	padding: 35px;
	margin: -85px auto 0;
}
.work_wrapper .card-deck {
	margin-top: 90px;
}
.work_wrapper .card-deck .card {
	text-align: center;
	padding: 30px;
	border: 0;
	border-radius: 25px;
	box-shadow: 0px 23px 44px rgba(190, 200, 215, 0.28);
	background-color: #fff;
}
.work_wrapper .card-deck .card .card-body {
	padding: 40px 0 0;
}
.live_wrapper .video_layout {
	margin-top: 40px;
}
.livebg_img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.video-slider .slick-dots button {
	border: none;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E4E4E4;
}
.video-slider .slick-dots {
	display: flex;
	justify-content: center;
	list-style-type: none;
}
.video-slider .slick-dots li {
	margin-right: 10px;
}
.video-slider .slick-active button {
	background: linear-gradient(270deg, #88D1DB 0%, #726DA8 100%);
}
.video-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-wrapper {
	position: relative;
}
.video-box {
	position: relative;
	z-index: 0;
	border-radius: 35px;
	overflow: hidden;
	background: #FFFFFF;
	height: 493px;
	margin: 40px 45px 60px;
}
.video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 35px;
}
.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 87px;
	height: 87px;
	background: #D1262A;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.video-icon i {
	color: #FFFFFF;
	font-size: 30px;
}
span.animate-ping {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -0.2vw;
	right: -0.2vw;
	bottom: -0.2vw;
	left: -0.2vw;
	border-radius: 50%;
	background: #D1262A;
	z-index: -1;
}
.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
	50%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
.video-text {
	max-width: 920px;
	margin: auto;
}
.video-text p {
	margin-bottom: 42px;
}
.about_wrapper .about_img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 25px;
}
.about_wrapper .about_content {
	padding-left: 30px;
}
.about_wrapper .about_content a.btn.btn_blue {
	margin-top: 50px;
}
.nocount_wrapper ul {
	text-align: center;
}
.nocount_wrapper .border_right {
	border-right: 4px solid #FFFFFF;
	position: relative;
	z-index: 999;
}
.nocount_wrapper ul li h6 {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 0;
	color: #FFFFFF;
}
.nocount_wrapper ul li h5 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}
.nocount_wrapper {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 70px 0;
}
.nocount_wrapper::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #264779d9;
}
.nocount_wrapper ul li {
	position: relative;
	z-index: 999;
}
.help_wrapper .row {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	padding: 70px 88px;
}
.help_wrapper .help_content h2 {
	text-align: start;
	color: #fff;
	padding-right: 370px;
}
.help_wrapper .help_content p {
	margin: 0;
	padding-right: 10px;
} 
.help_wrapper .get_btn {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .card-body p {
	color: #323030;
	margin: 0;
}
#main #faq .card .card-header .btn-header-link.collapsed {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main #faq .card .card-header .btn-header-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 8px 0px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
}
#main .card-body {
	border-bottom: none;
	padding: 20px 0px 0;
	text-align: left;
}
#main #faq .card {
	margin-bottom: 25px;
	padding: 30px;
}
#main #faq .collapse.show .card {
	background: #FFFFFF;
	box-shadow: 0px 23px 54px rgba(123, 140, 200, 0.17);
	border-radius: 15px;
	padding: 36px 36px 16px;
}
#main #faq .card .card-header {
	border: none;
	box-shadow: none;
	padding: 0px;
	border-radius: inherit;
	background-color: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main #faq .card .card-header .btn-header-link.collapsed {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\2b";
	font-size: 20px;
	color: #264779;
}
#main #faq .card .card-header .btn-header-link:after {
	content: "\f068";
	font-family: "fontAwesome";
	font-size: 20px;
	color: #D1262A;
	font-weight: 400;
}
.faq-sec .faq-head {
	margin-bottom: 30px;
}
.reviews_wrapper .card {
	border: 1px solid #E5E7F2;
	border-radius: 25px;
	background: #FFFFFF;
	padding: 40px;
	margin: 0 15px;
}
.reviews_wrapper .card .card-body {
	padding: 0;
	text-align: center;
}
.reviews_wrapper .card .card-body ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.reviews_wrapper .card .card-body ul li i {
	color: #FECE00;
	font-size: 14px;
}
.reviews_wrapper .card .card-body ul li {
	padding-right: 2px;
}
.reviews_wrapper .card .card-body span {
	color: #000000;
}
.reviews_wrapper .card .review_img {
	max-width: 140px;
	height: 45px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews_wrapper .reviews_slider {
	margin-top: 30px;
}
.reviews_wrapper {
	background-color: #F9FAFC;
}
.footer_wrapper {
	background-color: #06121F;
}
.footer_wrapper .social_icons ul {
	display: flex;
}
.footer_wrapper .social_icons ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100px;
}
.footer_wrapper .social_icons ul li a i {
	color: #06121F;
	font-size: 16px;
}
.footer_wrapper .social_icons ul li {
	margin-left: 16px;
}
.footer_wrapper .footer_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 75px;
}
.footer_wrapper h3 {
	color: #fff;
	margin-bottom: 20px;
}
.footer_wrapper .footer_text ul {
	margin: 25px 0;
}
.footer_wrapper .footer_text a {
	color: #fff;
}
.footer_wrapper .footer_text ul li {
	color: #fff;
}
.footer_wrapper .footer_list ul li a {
	color: #fff;
}
.footer_wrapper .footer_text a:hover,
.footer_wrapper .footer_list ul li a:hover {
	color: #D1262A;
}
.footer_wrapper .footer_list ul li {
	margin-bottom: 25px;
}
.footer_wrapper .footer_list ul li:last-child {
	margin-bottom: 0;
}
.footer_wrapper form.footer_f p {
	color: #fff;
	margin-bottom: 34px;
}
.footer_wrapper form.footer_f .form-control {
	background: #0A1E34;
	border: 1px solid #E5E7F2;
	border-radius: 5px;
	padding: 18px 25px;
	margin-bottom: 24px;
	color: #fff;
}
.footer_wrapper form.footer_f .form-control::placeholder {
	color: #fff;
}
.footer_wrapper .footer_bt p {
	padding: 35px 0;
	color: #fff;
	border-top: 1px solid #2B3032;
	margin: 0;
}
.footer_wrapper .footer_text .mail_text {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.form-control:focus {
	box-shadow: none;
}
/*Home page end here */

/*About page start here */
.aboutbn_wrapper {
	position: relative;
}
.aboutbn_wrapper::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: linear-gradient(90deg, #132740 0%,
		rgba(19, 39, 64, 0.83) 35.42%,
		rgba(19, 39, 64, 0) 100%);*/
	}
	.aboutbn_wrapper .about_content {
		position: relative;
		z-index: 999;
	}
	.aboutbn_wrapper .about_content ol.breadcrumb {
		background: rgb(249 250 255 / 20%);
		border-radius: 5px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		display: inline-flex;
		margin-bottom: 30px;
		padding: 16px 22px;
	}
	.aboutbn_wrapper .about_content ol.breadcrumb li a {
		color: #fff;
	}
	.aboutbn_wrapper .about_content ol.breadcrumb li a:hover {
		color: #D1262A;
	}
	.aboutbn_wrapper .about_content ol.breadcrumb li {
		color: #fff;
	}
	.aboutbn_wrapper .about_content h2 {
		text-align: start;
		color: #fff;
	}
	.aboutbn_wrapper .about_content .breadcrumb-item+.breadcrumb-item::before {
		content: "|";
		color: #fff;
	}
	.debtrelie_wrapper .debtrelie_img img {
		border-radius: 25px;
		margin-top: 15px;
	}
	.debtrelie_wrapper .debtrelie_wreap {
		position: relative;
	}
	.debtrelie_wrapper .debtrelie_content .debtrelie {
		position: absolute;
		left: -20px;
		bottom: -35px;
		z-index: -1;
	}
	.debtrelie_wrapper .ab_lft {
		margin-top: 80px;
	}
	.debtrelie_wrapper .ab_lft .video-box {
		margin: 0;
		border-radius: 20px;
	}
	.video-thumb {
		position: relative;
	}
	.debtrelie_wrapper .ab_lft .video-box .watch_wreap {
		position: absolute;
		top: 70%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.debtrelie_wrapper .ab_lft .video-box .watch_wreap p {
		text-align: center;
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		margin-bottom: 0;
		color: #000000;
	}
	.team-one__card {
		position: relative;
		border-radius: 25px;
	}
	.team-one__image {
		border-radius: 25px;
		overflow: hidden;
	}
	.team-one__image > img {
		width: 100%;
		border-radius: 4px;
		opacity: 1;
		transform: scale(1);
		transition: opacity 500ms ease, transform 500ms ease;
	}
	.team-one__card:hover .team-one__image > img {
		transform: scale(1.05);
	}
	.team-one__content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 300px;
		border-radius: 0px 25px;
		background-color: #264779;
		padding: 30px 22px;
	}
	.team-one__social {
		background-color: #fff;
		width: 100%;
		position: absolute;
		border-top-right-radius: 4px;
		bottom: 100%;
		left: 0;
		max-width: 240px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		transform: scale(1, 0);
		opacity: 0;
		transition: transform 500ms ease, opacity 500ms ease;
		transform-origin: bottom left;
	}
	.team-one__social a {
		color: #264779;
		font-size: 16px;
		margin: 15px 10px;
		transition: all 500ms ease;
	}
	.team-one__social a:hover {
		color: #D1262A;
	}
	.team-one__card:hover .team-one__social {
		opacity: 1;
		transform: scale(1, 1);
	}
	.team-one__content h3 {
		font-size: 22px;
		line-height: 27px;
		font-weight: 600;
		color: #fff;
	}
	.team-one__content span {
		display: block;
		font-size: 14px;
		line-height: 17px;
		margin: 0;
		color: #fff;
	}
	.team_wreapper .hd-text p {
		margin-bottom: 50px;
	}

/*About page end here */

/*footer css*/
.btn.btn-primary.btn:hover {
    background-color: transparent;
    border: 2px solid #D1262A;
    color: #D1262A;
}
button.btn-primary.btn {
    padding: 14px 32px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #D1262A;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width:150px !important;
}
/*footer end css*/

/*Privacy Policy page start here */
.right_side .card {
	background-color: #264779;
	border-radius: 6px;
	border: 0;
}
.right_side .card .card-body .info_phone {
	display: flex;
	justify-content: center;
	align-items: center;
}
.right_side .card .card-body .info_phone i {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	color: #264779;
	margin-right: 20px;
}
.right_side .card .card-body .info_phone .phone_content span {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.right_side .card .card-body .info_phone .phone_content h3 {
	margin: 0;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
}
.right_side .card .card-body .info_phone .phone_content h3 a {
	color: #ffffff;
}
.right_side .card .card-body .info_phone .phone_content h3 a:hover {
	color: #D1262A;
}
.right_side .right_side .card .card-body {
	padding: 40px 15px;
}
.privacy_wreap #main #faq .card .card-header .btn-header-link {
	font-size: 24px;
	text-transform: capitalize;
	padding: 30px;
	background-color: #F9FAFC;
}
.privacy_wreap #main #faq .card {
	padding: 0;
}
.privacy_wreap #main .card-body {
    padding: 0 30px 30px;
}
.privacy_wreap #main #faq .card .card-header .btn-header-link[aria-expanded="true"] {
	background-color: transparent;
}
.right_side .card .privacy_img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.right_side .card:hover .card-img-top {
    transform: scale(1.1);
}
.right_side .card .card-img-top {
    transition: all 0.4s ease-in-out;
}
/*Privacy Policy page end here */