
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
 
* {
	margin: 0;
	padding: 0;
}

body,html {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	scroll-behavior: smooth;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

a,a:hover,a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
 /* text_color */
.theme__primary__bg {
	background: #233777;
}

.theme__green__bg {
	background: #00C991;
}

.theme__primary__text {
	color: #233777;
}

.theme__green__text {
	color: #00C991;
}

.theme__black__text {
	color: #00050A;
}

.theme__gray__text {
	color: #414141;
}

/* theme__btn */
.theme__primary__btn {
	border-radius: 8px;
	min-height: 60px;
	padding-left: 33px;
	padding-right: 33px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.6px;
	line-height: normal;
	border: 1px solid transparent;
	color: white;
	background: #233777;
	display: inline-grid;
	align-items: center;
	justify-content: center;
}

.theme__primary__btn:hover {
	background: white;
	color: #233777;
	;
	border: 1px solid #233777;
	;
}

.theme__green_outline__btn {
	border-radius: 8px;
	min-height: 60px;
	padding-left: 33px;
	padding-right: 33px;
	font-size: 24px;
	color: #00c991;
	background: white;
	font-weight: normal;
	letter-spacing: 0.6px;
	line-height: normal;
	border: 1px solid #00c991;
	display: inline-grid;
	align-items: center;
	justify-content: center;
}

.theme__green_outline__btn:hover {
	background: #00c991;
	border: 1px solid #00c991;
	color: white;
}

.cusror_pointer {
	cursor: pointer;
}

.theme__white_btn {
	border-radius: 8px;
	min-height: 60px;
	padding-left: 33px;
	padding-right: 33px;
	font-size: 24px;
	color: #233777;
	font-weight: normal;
	letter-spacing: 0.6px;
	line-height: normal;
	background: white;
	border: 1px solid white;
	display: inline-grid;
	align-items: center;
	justify-content: center;
}

.theme__white_btn:hover {
	background: #00c991;
	border: 1px solid #00c991;
	color: white;
}


 

/* font-size */
.f-size-100 {
	margin-bottom: 0;
	font-size: 100px;
	letter-spacing: 0.07em;
	line-height: 132px;
}

.f-size-67 {
	font-size: 67px;
	line-height: 88px;
}

.f-size-50 {
	font-size: 50px;
	line-height: 66px;
	margin-bottom: 0;
}

.f-size-48 {
	font-size: 48px;
	line-height: 63px;
}

.f-size-24 {
	font-weight: normal;
	line-height: 32px;
	font-size: 24px;
}

.f-size-36 {
	font-size: 36px;
	margin-bottom: 0;
	line-height: 48px;
}

.f-size-30 {
	font-size: 30px;
}

.f-size-18 {
	font-size: 18px;
	line-height: 26px;
}

.f-size-16 {
	font-size: 16px;
	line-height: 26px;
}

.f-size-20 {
	font-size: 20px;
	line-height: 26px;
}

p, 
ul li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.theme__container {
	max-width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
}
/* font-weight */
.fw-reg {
	font-weight: 400;
}

.fw-Medium {
	font-weight: 500;
}

.fw-Bold {
	font-weight: 700;
}

.fw-Black {
	font-weight: 900;
}

.filter {
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}

/* margin-classes */
.mr-20 {
	margin-right: 20px;
}

.mr-16 {
	margin-right: 16px;
}


/* header css */
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

button.btn.btn-navbar.collapsed .collaspe-icon {
	display: block;
}

button.btn.btn-navbar.collapsed .close-icon {
	display: none;
}

.btn.btn-navbar .close-icon,
.btn.btn-navbar .collaspe-icon {
	width: 35px;
}

.btn.btn-navbar .collaspe-icon {
	display: none;
}

.ml-auto {
	margin-left: auto;
}

.header nav .nav-item .nav-link iframe {
	width: 82px;
	border: 0;
	height: 82px;
}

.header {
	background: white;
	min-height: 90px;
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
}

.header .navbar {
	padding: 0 0;
	margin-top: 4px;
}

.header nav .nav-item .nav-link {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #414141;
	padding: 0;
}

.header nav .nav-item .nav-link:hover {
	color: #00C991;
}

.header nav .nav-item.mr-128 {
	margin-right: 100px;
}

.header nav .nav-item {
	margin-right: 90px;
}

.header nav .nav-item:last-child {
	margin-right: 0;
}

/* home banner-css */
.home_banner_wrap {
	margin-top: 90px;
	padding: 210px 0;
	position: relative;
}

.home_banner_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1000px;
	background: url(../images/banner-img.png);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
}

.home_banner_wrap::before {
	content: "";
	position: absolute;
	top: -80px;
	background: url('../images/banner-wing.svg');
	height: 1316px;
	width: 884px;
	left: 90px;
}

.home_banner_wrap .banner_content {
	position: relative;
	z-index: 6;
}

.home_banner_wrap .banner_content h5 {
	margin-bottom: 30px;
	letter-spacing: 10.6px;
}

.home_banner_wrap .banner_content {
	max-width: 621px;
	margin-left: 0;
}

.home_banner_wrap .banner_content .btn-wrap {
	margin-top: 80px;
}

.desktop_none {
	display: none;
}

/* type-of-terms css */
.type-of-terms {
	position: relative;
}

.type-of-terms::after {
	content: "";
	position: absolute;
	top: -159px;
	left: -100px;
	width: 559.12px;
	height: 352.96px;
	background: url(../images/Tax-Claim-Rebate.png);
	z-index: 1;
	background-size: cover;
}

.type-of-terms-inner {
	margin: 80px 0 150px;
}

.type-of-terms .card {
	min-height: 480px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 32px;
	position: relative;
	overflow: hidden;
	display: flex;
	margin-bottom: 25px;
	justify-content: space-between;
}
.type-of-terms .card  .custom-list li::after{
	background: #414141;
	width: 8px;
    height: 8px;
}
 
.type-of-terms .card:hover  .custom-list li::after{
	background: #fff;
}
.type-of-terms .card  .custom-list li{
	color: #414141;
	padding-left: 20px;
	margin-bottom: 20px;
}
.type-of-terms .card:hover {
	border-radius: 0px 0px 8px 8px;
}

.type-of-terms .card::after {
	content: "";
	width: 100%;
	height: 6px;
	border-radius: 0px 0px 6px 6px;
	background: #233777;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease-in-out .5s;
}

.type-of-terms .card:hover::after {
	height: 100%;
}

.card-inner {
	position: relative;
	z-index: 5;
}

.type-of-terms .card:hover h5,
.type-of-terms .card:hover p,
.type-of-terms .card:hover a,
.type-of-terms .card:hover .custom-list li {
	color: white;
	z-index: 1;
}

.type-of-terms .card:hover .tax-claims-icon {
	background: none;
}

.type-of-terms .card:hover .tax-claims-icon img {
	filter: brightness(0) invert(1);
}

.tax-claims-icon {
	width: 71px;
	height: 71px;
	margin-left: 20px;
	background: #f0f1f8;
	border-radius: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.tax-claims-icon img {
	position: relative;
	right: 29px;
}


/* reasons-to-use css */
.reasons-to-use {
	position: relative;
	padding: 76px 0;
	background: linear-gradient(#2186c4 0%, #233777 100%);
}

.reasons-to-use .theme__white_btn:hover {
	color: white;
}

.reasons-to-use .theme__white_btn {
	color: #00c991;
}

.reasons-to-use-content .custom-list {
	margin: 30px 0 60px;
}

.mb-23 {
	margin-bottom: 23px;
}

.custom-list li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 32px;
	color: white;
	font-weight: normal;
}

.custom-list li:last-child {
	margin-bottom: 0;
}

.custom-list li::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: white;
	border-radius: 50px;
	left: 0;
	top: 5px;
}

.reasons-to-use .theme__container {
	padding-left: 0;
	max-width: 1680px;
	margin-right: auto;
	margin-left: 0;
}

.reasons-to-use-inner {
	display: flex;
	overflow-x: hidden;
}

.reasons-to-use-content {
	max-width: 720px;
	margin-left: auto;
}

.reasons-to-use-img {
	position: absolute;
	left: -164px;
	bottom: -81px;
	margin-right: 140px;
}


/* no-fee-service */
.no-fee-service {
	margin:230px 0 175px;
}
.tax-claims-icon img { 
    max-width: 55px;
}
.no-fee-service-content p {
	margin-bottom: 35px;
}

.no-fee-service-content {
	max-width: 720px;
	margin-left: 0;
}

.btn-wrap {
	margin-top: 50px;
}

.no-fee-service-inner .no-fee-service-img {
	position: absolute;
	right: 0;
}

.no-fee-service-inner .no-fee-service-img img {
	max-width: 720px;
}

.no-fee-service-inner {
	display: flex;
	align-items: center;
	position: relative;
}

/* submit-your-claim css */
.submit-your-claim {
	background: linear-gradient(#2186c4 0%, #233777 100%);
	padding: 75px 0;
	position: relative;
}

.submit-your-claim h5 {
	max-width: 619px;
}

.submit-your-claim .btn-wrap {
	width: 100%;
	margin-top: 0;
	text-align: end;
}

.submit-your-claim::after {
	content: "";
	position: absolute;
	background: url(../images/Tax-Claim-Rebate.svg);
	bottom: 0;
	right: 0;
	width: 375px;
	height: 236px;
	background-size: cover;
}

.submit-your-claim .theme__container {
	z-index: 1;
	position: relative;
}


/* frequently-asked-questions css */
.frequently-asked-questions-inner .accordion {
  /* flex: 0 0 930px; */
	max-width: 930px;
	width: 100%;
	margin-right: 50px;
}

.frequently-asked-questions-inner {
	display: flex;
	justify-content: space-between;
}

.frequently-asked-questions .accordion-button::after {
	display: none;
}

.frequently-asked-questions .accordion-button {
	position: relative;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	align-items: center;
	width: 100%;
	/* padding: 30px 0 30px 0; */
	border-bottom: 1px solid #a4a4a42e;
	position: relative;
}

.frequently-asked-questions .accordion-body {
	padding: 32px 22px 10px;
	background: #f7f7f7;
}

.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.frequently-asked-questions .accordion-body p {
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	text-align: left;
	margin-bottom: 30px;
	max-width: 733px;
	color: #15161d;
}

.frequently-asked-questions .accordion-button:not(.collapsed) {
	color: unset;
	background-color: white;
	box-shadow: none;
}

.accordion-item {
	background-color: #fff;
	border: none;
}

.frequently-asked-questions .accordion-button::before {
	content: "";
	width: 65px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #1b0d7f;
	z-index: 1;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	padding: 0;
}

.frequently-asked-questions .accordion-button span {
	width: 64px;
	height: 100%;
	flex: 0 0 64px;
	text-align: center;
	padding: 30px 0 30px 0;
}


/* contact-us css */
.contact-us {
	position: relative;
	max-width: 460px;
	width: 100%;
}

.contact-us-inner h4 {
	margin-bottom: 40px;
}

.contact-us-inner .btn-wrap {
	text-align: end;
	margin-top: 30px;
}

.contact-us-inner {
	position: relative;
	max-width: 460px;
	min-height: 595px;
	background: #233777;
	border-radius: 16px;
	filter: drop-shadow(0px 3px 33px rgba(0, 0, 0, 0.08));
	padding: 60px 32px 24px;
	z-index: 2;
}

.Frequently-wrap {
	margin: 60px 0 130px;
}

.contact-us::before {
	content: "";
	width: 460px;
	min-height: 595px;
	border-radius: 16px;
	background: transparent;
	border: 2px solid #00c991;
	position: absolute;
	top: -25px;
	right: 32px;
	z-index: -1;
}
/* form-control */
.form-group {
	margin-bottom: 15px;
}

.form-control {
	min-height: 55px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d6d6d6;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #4b4b4b;
}


/* testimonials-slider */
.testimonials-slider {
	max-width: 590px;
	margin-left: auto;
}

.testimonials-wrap {
	position: relative;
	padding: 317px 0 200px;
}

.testimonials-img {
	position: relative;
}

.testimonials-wrap::after {
	content: "";
	position: absolute;
	background: url(../images/testimonials-after.png);
	left: 0;
	top: 49px;
	bottom: 0;
	height: 1037px;
	width: 34%;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center left;
	background-size: cover;
}

.client_img {
	position: absolute;
	top: 100px;
	left: -140px;
}

.testimonials-slider .owl-nav.disabled {
	display: flex;
	margin-top: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(#233777 0%, #2186c4 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background: #00C991;
}












/* footer css */
.get-started-box {
	max-width: 1108px;
	min-height: 246px;
	background: #fff;
	padding: 35px 70px;
	filter: drop-shadow(-1px -15px 21px rgba(28, 10, 249, 0.08));
	display: flex;
	margin: 0 auto;
	border-radius: 40px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 85px;
}

.get-started-box .get-start-content {
	max-width: 585px;
}

.get-started-box p {
	color: #070202;
}

.footer::after {
	content: "";
	background: url(../images/Tax-Claim-Rebate.svg);
	position: absolute;
	right: 0;
	bottom: 0;
	height: 375px;
	width: 553px;
	z-index: -1;
}

.footer {
	position: relative;
	overflow: hidden;
	background: url('../images/footer-bg.svg');
	min-height: 760px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 58px;
	padding-bottom: 10px;
	z-index: 1;
}

/* social-icon */
.social-icon ul li a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: white;
}

.social-icon ul li {
	margin-right: 16px;
}

.social-icon ul li:last-child {
	margin-right: 0;
}

.social-icon ul {
	display: flex;
	align-items: center;
}

.menu-list li {
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
	color: white;
}

.footer-list .f-size-18 {
	margin-bottom: 24px;
	display: block;
	color: white;
}

.menu-list li a:hover,
.footer-list a.f-size-18:hover,
a:hover {
	color: #00C991;
}

::-webkit-input-placeholder {
	color: #4b4b4b;
}

::-moz-placeholder {
	color: #4b4b4b;
}

:-ms-input-placeholder {
	color: #4b4b4b;
}

:-moz-placeholder {
	color: #4b4b4b;
}

:target {
	scroll-margin-top: 100px;
}




/* privacy_padding */
.moretext {
	display: none;
}

.landing_content {
	margin-top: 140px;
}

.landing_heading {
	font-size: 36px;
	color: #2870c5;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 2px solid #265cbb;
	position: relative;
}

.landing_heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: #265cbb;
}

.mini-heading {
	margin: 30px 0 20px 0;
	font-size: 24px;
	font-weight: 600;
}

.landing_content ul {
	margin: 20px 0;
}

.landing_content p, 
.landing_content ul li {
	font-size: 19px;
	text-align: justify;
	line-height: 25px;
	margin-top: 0;
	list-style: circle;
	margin-bottom: 1rem;
}

.list_style {
	list-style-type: circle !important;
	padding-left: 40px;
}

@media (max-width: 768px) {
	.landing_heading {
		font-size: 24px;
	}

	.mini-heading {
		margin: 20px 0 10px 0;
		font-size: 19px;
	}

	.landing_content p, 
.landing_content ul li {
		font-size: 16px;
		text-align: left;
	}

	.landing_content {
		margin-top: 120px;
	}
}



/* secure-page */
.form-control:focus {
	border-color: #233777 !important;
	outline: 0;
	box-shadow: none;
}

.formBox label {
	text-align: left;
	width: 100%;
	margin-bottom: 6px;
}

.mb-40 {
	margin-bottom: 50px;
}

.z-9 {
	z-index: 4;
	position: relative;
}

.top {
	margin-top: 90px;
}

.mb-15 {
	margin-bottom: 15px;
}

.secure-wrap-page {
	background: #fff url(../images/banner.png);
	min-height: 780px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 15px;
	position: relative;
}

.secure-wrap-page .banner_content {
	text-align: center;
	max-width: 676px;
	margin: 0 auto;
}

.d_flex_all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-100 {
	width: 100%;
	max-width: 100%;
} 
.formBox {
	padding: 35px;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #c7cacc;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	margin-top: 55px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.formBox .form-control {
	border-color: #CED1DB;
	border-radius: 10px;
	height: 56px;
	font-size: 18px;
	font-weight: 400;
	color: #001a5b;
	padding: 0.375rem 1.25rem;
	border-radius: 10px;
	width: 100%;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

.dob-fieldset fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.dob-grid-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.dob_inner .form-control {
	padding: 10px 10px;
	text-align: center;
}

legend {
	display: block;
	padding-inline-start: 2px;
	padding-inline-end: 2px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

.dob-fieldset legend {
	text-align: left;
}

.dob-fieldset {
	border: 1px solid #000;
	padding: 20px 15px 18px 15px;
	margin-bottom: 10px;
	background: 0 0;
	border: 1px solid #5a9bad;
	position: relative;
	border-radius: 0;
}
.dob-fieldset.mb-40{
	margin-bottom: 40px;
}
.dob-fieldset legend {
	max-width: max-content;
	padding: 0 10px;
	font-size: 20px;
	position: absolute;
	top: -15px;
	background: white;
	text-align: center;
}
.icon_check img{
   max-width: 90px;
   margin-bottom: 15px;
}
.custom_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 25px 25px !important;
	background-position-x: calc(100% - 10px);
	background-position-y: center;
	background-size: auto;
	cursor: pointer;
}
.secure_nav img.shield {
    max-width: 74px;
}
/* drag_and_drop_box */
.drag_and_drop_box {
	border: 2px dashed #707070;
	height: 92px;
	width: 300px;
	margin: 0 auto 30px;
	border-radius: 5px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.drag_and_drop_box h6 {
	margin-bottom: 0;
}

.drag_and_drop_box .icon img {
	width: 50px;
	margin-right: 10px;
}

.chevron_down {
	text-align: center;
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
}

.chevron_down img {
	-webkit-animation: jump 2s infinite;
	animation: jump 2s infinite;
	-webkit-filter: none;
	filter: none;
	padding: 7px;
	width: 49px;
	height: 49px;
	background: #233777;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
	border-radius: 50%;
}

.formBox .btn-wrap {
	margin-top: 25px;
}

/* .secure_page_footer */
footer.secure_page_footer {
    background: linear-gradient(#010d4d 0%, #233777 0%, #297ed7 0%, #233777 100%);
    min-height: auto;
}


@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(17px);
		transform: translateY(17px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.drag_and_drop_box input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.secure_field_wrap{
	position: relative;
}
.secure_field_wrap .secure-padlock{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}

.theme__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    backdrop-filter: blur(10px);
}
.modal__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}
.theme__modal .modal__content {
    border: none;
    border-radius: 40px;
    padding: 50px 30px;
    text-align: center;
}
.theme__modal .modal__content p {
    font-size: 21px;
    max-width: 480px;
    margin: 0 auto 40px auto;
    text-align: center;
}