/**
*	Theme Name: Tributan
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
body{
    font-family: 'Proxima Nova Rg';
}
.modal-content{
    background-color: transparent!important;
    border: none!important;
}
.all-pages-content ul{padding-left:19px;}
.affwp-form input{border-radius:5px;height:50px;border:1px solid #cccccc;width:100%;padding-left:20px;}
.affwp-form textarea{padding:20px;border-radius:5px;border:1px solid #cccccc;width:100%;}
.modal-header{
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 2;
}
button.close {
	padding-right: 36px !important;
	padding-top: 11px !important;
}
.close {
	font-size: 2.5rem!important;
	font-weight: 700;
	line-height: 1;
	color: #fff!important;
	text-shadow: none;
	opacity: 1!important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .5s;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	margin: 0 19px 0 0;
	position: relative;
}
.nav-menu li:last-child {
	margin: 0;
	margin-left: 0px;
}
.nav-menu li a {
	color: #1b2336;
	display: inline-block;
    font-weight: bold;
	text-decoration: none;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 2px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1b2336;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #4a83fb;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #11b4f9;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}
                                    /***********************
                                          Site_header
                                    ************************/
.container1{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container2{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.page-template-home-2 .container2{max-width: 1440px}
.site-header {
	width: 100%;
	background-color: #f9f9f9;
	padding:20px 0
}
.site-logo {
	width: 20%;
	float: left;
}
.nav-bar {
	text-align: right;
	width: 80%;
	float: left;
	padding-top: 10px;
}
.nav-menu li a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.005em;
}
label.affwp-user-remember,.affwp-wrap.affwp-send-notifications-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.affwp-form .button{
	display:table;margin:0 auto;width:auto;
}
.nav-menu li.get-start a,.affwp-form .button{
    font-weight: 400;
    background:-moz-linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%); 
    background:-webkit-linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    background:-o-linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E88ED', endColorstr='#0BBAFB', GradientType=0 );
    background:-ms-linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    background:linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.nav-menu li.get-start a:hover,.affwp-form .button:hover{
    color: #fff;cursor:pointer;
}
ul#affwp-affiliate-dashboard-tabs a {
    display: block;
    background-color: #cccccc;
    padding: 13px 15px;
    color: #000000;
}
ul#affwp-affiliate-dashboard-tabs .active a{
	 background:linear-gradient(88deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 19%, rgba(25, 173, 247, 1) 35%, rgba(36, 161, 244, 1) 50%, rgba(41, 157, 243, 1) 66%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);color:#ffffff;
}
.nav-menu li.get-start a::after,.affwp-form .button:after {
    content:"";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background:-moz-linear-gradient(272deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 11%, rgba(25, 173, 247, 1) 22%, rgba(36, 161, 244, 1) 36%, rgba(41, 157, 243, 1) 54%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%); 
    background:-webkit-linear-gradient(272deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 11%, rgba(25, 173, 247, 1) 22%, rgba(36, 161, 244, 1) 36%, rgba(41, 157, 243, 1) 54%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    background:-o-linear-gradient(272deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 11%, rgba(25, 173, 247, 1) 22%, rgba(36, 161, 244, 1) 36%, rgba(41, 157, 243, 1) 54%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0BBAFB', endColorstr='#3E88ED', GradientType=0 );
    background:-ms-linear-gradient(272deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 11%, rgba(25, 173, 247, 1) 22%, rgba(36, 161, 244, 1) 36%, rgba(41, 157, 243, 1) 54%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    background:linear-gradient(272deg, rgba(11, 186, 251, 1) 0%, rgba(15, 182, 250, 1) 11%, rgba(25, 173, 247, 1) 22%, rgba(36, 161, 244, 1) 36%, rgba(41, 157, 243, 1) 54%, rgba(52, 147, 240, 1) 80%, rgba(62, 136, 237, 1) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    left: 0;
    top: 0;
}
.nav-menu li.get-start a:hover::after,.affwp-form .button:hover::after {
    opacity: 1;
}
                                    /***********************
                                            Banner
                                    ************************/
.site-banner {
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-bottom: 16px;
}
.clear{
    clear: both;
}
.banner-text {
	padding-top: 35px;
}
.banner-text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 45px;
	color: #232323;
	letter-spacing: 0.025em;
	line-height: 57px;
	margin-bottom: 21px;
}
.banner-text h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	letter-spacing: 0.025em;
	line-height: 35px;
	margin-bottom: 33px;
}
.banner-text p,.banner-text li {
	font-family: 'Proxima Nova Rg';
	font-size: 23px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 20px;text-align: justify;
}
.banner-text a {
	font-family: 'Proxima Nova Lt';
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	font-weight: 600;
	 background: -moz-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	 background: -webkit-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	 background: -o-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10B5F9', endColorstr='#3C8BEE', GradientType=0 );
	 background: -ms-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%); 
	background: linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	color: #ffffff;
	border-radius: 10px;
	padding: 19px 52px;
	display: inline-block;
	line-height: normal;
    position: relative;
    z-index: 1;
    margin-top: 29px;
    box-shadow: 0 0 60px #0000007a;
}
.banner-text a::after {
    content:"";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background:-moz-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%); 
    background:-webkit-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
    background:-o-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C8BEE', endColorstr='#10B5F9', GradientType=0 );
    background:-ms-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
    background:linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    left: 0;
    top: 0;
}
.banner-text a:hover::after {
    opacity: 1;
}
.banner-text a:hover{
    color: #fff;
}
.banner-img {
	position: relative;
    z-index: 1;
}
.img-div {
	margin-left: -103px;
	position: relative;
	z-index: 1;
	width: 400px;
	top: 0;
}
.img-left-text {
	background: linear-gradient(90deg, rgba(59, 140, 238, 1) 0%, rgba(16, 181, 249, 1) 100%);
    width: 100%;
    height: 100%;color:#ffffff;
    text-align: left;
    padding: 70px;
    margin-top: 51px;
}
.img-left-text p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0.025em;
	margin-bottom: 9px;
}
.img-left-text p a {
    display: flex;
    align-items: center;
}
.img-left-text p a svg{height:35px;fill:#ffffff;margin-right:20px;}
.img-left-text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 49px;
	color: #fcfcfc;
	letter-spacing: 0.025em;
	margin-bottom: 13px;
}
.img-left-text h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fcfcfc;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.img-left-text a {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #fcfcfc;
	letter-spacing: 0.025em;
	display: inline-block;
}
.img-left-text a:hover{
    color: #000;
}
.img-left-text a svg {
	margin-right: 17px;height:35px;fill:#ffffff
}

.img-left-text .detail{margin:0 auto;display:table;}
                                    /***********************
                                            Tax_seving
                                    ************************/
.tax-saving-sec {
	background-color: #f1f1f1;
	padding-top: 90px;
	padding-bottom: 125px;
}
.tax-saving-sec .main {
	padding-left: 0;
}
.main-tax-heading {
	text-align: center;
	padding-bottom: 63px;
}
.main-tax-heading h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.tax-slider {
	width: 587px;
	box-shadow: 0 0 70px #0000005e;
	border-radius: 15px;
}
.inner-slider {
	background-color: #ffffff;
	width: 100%;
	padding-top: 58px;
	padding-bottom: 77px;
	border-radius: 15px;
	padding-left: 80px;
	padding-right: 80px;
}
.inner-slider h1,
.inner-slider h2,
.inner-slider h3,
.inner-slider h4,
.inner-slider h5,
.inner-slider h6{
	background: #3a8aeb;
	background: -webkit-linear-gradient(to right, #3a8aeb, #0fb6fa);
	background: linear-gradient(to right, #3a8aeb, #0fb6fa);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 5px;
	letter-spacing: 0.005em;
}
/*
.inner-slider h3 {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 27px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 22px;
}
*/
.inner-slider p {
	font-family: 'Proxima Nova Rg';
	color: #373737;
	font-size: 19px;
	margin-bottom: 0;
	line-height: 32px;
	letter-spacing: 0.005em;
}
.tax-slider .slick-dots li button::before {
	font-size: 22px;
	opacity: 1;
	color: #bababa;
}
.tax-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #ffffff;
}
.tax-slider .slick-dots{
    bottom: -57px;
}
.text-saving-right {
	padding-right: 65px;
	padding-top: 54px;
}
.text-saving-right h1,
.text-saving-right h2,
.text-saving-right h3,
.text-saving-right h4,
.text-saving-right h5,
.text-saving-right h6{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 14px;
}
.text-saving-right p {
	font-family: 'Proxima Nova Rg';
	font-size: 25px;
	color: #4a4a4a;
	line-height: 38px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
                                    /***********************
                                          Claim-Value
                                    ************************/
.claim-sec {
	padding-top: 123px;
	padding-bottom: 59px;
}
.claim-inner {
	padding-left: 60px;
}
.claim-text {
	padding-right: 0;
}
.claim-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	line-height: 48px;
	letter-spacing: 000000;
	margin-bottom: 22px;
}
.claim-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #4a4a4a;
	line-height: 35px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.claim-dollar {
    background: linear-gradient(90deg, rgba(59, 140, 238, 1) 0%, rgba(16, 181, 249, 1) 100%);
    padding: 80px 27px;
    border-radius: 26px;
    position: relative;
}
.claim-dollar::after{
	content:url(https://tributan.com/wp-content/uploads/2024/12/dollar-circle.png);
	right:-70px;top:-70px;position:absolute;
}
.claim-dollar h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 18px;
	letter-spacing: 0.005em;
}
.claim-dollar h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #ffffff;
	line-height: 64px;
	letter-spacing: 0.005em;
	margin-bottom: 8px;
}
.claim-dollar p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
                                    /***********************
                                          Dollar_earned
                                    ************************/
.dollar-earn-sec {
	background-color: #f1f1f1;
	padding-top: 4px;
}
.eraned-img {
	margin-left: 0px;
}
.earned-text {
	padding-right: 0;
	padding-top: 92px;
	padding-left: 0;
}
.earned-text h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	line-height: 55px;
	letter-spacing: 000000;
	margin-bottom: 23px;
}
.earned-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #4a4a4a;
	line-height: 34px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
                                    /***********************
                                          Company_sec
                                    ************************/
.company-sec {
	padding-top: 83px;
	padding-bottom: 80px;
}
.company-heading {
	text-align: center;
	width: 68%;
	margin: 0 auto;
	padding-bottom: 48px;
}
.company-heading h3 {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: 600;
	font-size: 45px;
	color: #000000;
	line-height: 57px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.list-company-main {
	padding: 0 0;
}
.list-company-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
}
.list-company-main ul li {
	display: flex;
	height: 236px;
	margin-bottom: 30px;
	padding: 0 14px;
}
.list-company-main ul li .list-main {
	background-color: #fff;
	box-shadow: 0 0 50px #0003;
	width: 100%;
	display: flex;
	align-items: center;
}
.list-company-main ul li .list-main .list-img {
	width: 30%;
	float: left;
	margin-left: -14px;
}
.list-company-main ul li .list-main .list-img img {
	width: 90%;
}
.list-company-main ul li .list-main .list-data {
	width: 70%;
	float: left;
	margin-left: -20px;
	padding-right: 15px;
}
.list-company-main ul li .list-main .list-data h2 {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 11px;
}
.list-company-main ul li .list-main .list-data p {
	font-family: 'Proxima Nova Rg';
	font-size: 17px;
	color: #4a4a4a;
	line-height: 24px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
                                    /***********************
                                            Process
                                    ************************/
.three-step-sec {
	background-color: #f1f1f1;
	padding-top: 97px;
	padding-bottom: 103px;
}
.main-st {
	padding: 0 34px;
}
.step-heading {
	text-align: center;
	padding-bottom: 59px;
}
.step-heading h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 13px;
}
.step-heading p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #4a4a4a;
	line-height: 35px;
	letter-spacing: 0.005em;
	width: 90%;
	margin: 0 auto;
}
.main-process {
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 0 50px #0003;
	height: 467px;
	display: block;
	align-items: center;
    padding-top: 70px;
}
.pro-img {
    margin-top: -31px;
    height: 103px;
}
.pro-img img {
    height: 67px;
}
.pro-data {
	padding: 0 30px;
	margin-top: -13px;
}
.pro-data h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.005em;
	margin-bottom: 13px;
}
.pro-data p {
	font-family: 'Proxima Nova Rg';
	font-size: 19px;
	color: #4a4a4a;
	letter-spacing: 0.005em;
	line-height: 25px;
	margin-bottom: 0;
}
                                    /***********************
                                          Home_form
                                    ************************/
.home-form-sec {
	padding-top: 56px;
	padding-bottom: 130px;
}
.form-text-home {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 59px;
}
.form-text-home h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 10px;
}
.form-text-home p {
	font-family: 'Proxima Nova Rg';
	font-size: 25px;
	color: #4a4a4a;
	line-height: 36px;
	letter-spacing: 0.005em;
	margin-bottom: 31px;
}
.form-text-home p:last-child{
    margin-bottom: 0;
}
.home-form-p {
	width: 80%;
	margin: 0 auto;
}
.home-form-inner {
	background-image: url(images/form-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	margin: 0 auto;
	padding: 0px 60px 0 30px;
	padding-top: 43px;
	width: 100%;
	padding-bottom: 34px;
	background-size: cover;
    box-shadow: 0 0 50px #00000054;
    border-radius: 4px;
}
.home-form-inner h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 31px;
	text-align: center;
	color: #ffffff;
	line-height: 44px;
	letter-spacing: 0.005em;
	margin-bottom: 30px;
}
.home-form-inner .gform_wrapper.gravity-theme .gfield_label {
	width: 72%;
	float: left;
    font-family: 'Proxima Nova Rg';
	font-size: 24px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
    font-weight: 400;
}
.home-form-inner .gfield_required.gfield_required_text {
	display: none;
}
.home-form-inner .ginput_container.ginput_container_number {
	width: 28%;
	float: right;
}
.home-form-inner input[type="number"] {
	background-color: transparent;
	border: 1px solid #fff;
	text-align: center;
	font-family: 'Proxima Nova Rg';
	font-size: 31px !important;
	color: #ffffff;
	letter-spacing: 0.005em;
}
.home-form-inner input[type="number"]::placeholder{
    opacity: 1;
    color: #ffffff;
    font-family: 'Proxima Nova Rg';
}
.home-form-inner .gfield {
	margin-bottom: 15px;
}
.home-form-inner .gform_page_footer.top_label {
	text-align: center;
	margin-top: 40px !important;
}
.home-form-inner .gform_wrapper.gravity-theme input[type="button"],
.home-form-inner .gform_wrapper.gravity-theme input[type="submit"]{
	background-color: #ffffff;
	border: 2px solid #ffffff;
	font-family: 'Proxima Nova Lt';
	text-transform: uppercase;
	font-size: 19px;
	color: #000000;
	letter-spacing: 0.005em;
	padding: 13px 100px;
    transition: all .6s;
    cursor: pointer;
    border-radius: 10px;
}
.home-form-inner .gform_wrapper.gravity-theme input[type="button"]:hover,
.home-form-inner .gform_wrapper.gravity-theme input[type="submit"]:hover{
    background-color: transparent;
    color: #fff;
}
.home-form-inner h2 {
	text-align: center;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.home-form-inner input[type="text"],
.home-form-inner input[type="email"],
.home-form-inner input[type="tel"],
.home-form-inner textarea{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: 'Proxima Nova Rg';
	font-size: 25px !important;
	color: #fdfdfd;
	letter-spacing: 0.005em;
	padding-bottom: 17px !important;
    margin-bottom: 15px !important;
}
.home-form-inner.home-pform-p input[type="text"],
.home-form-inner.home-pform-p input[type="email"],
.home-form-inner.home-pform-p input[type="tel"],
.home-form-inner.home-pform-p textarea{
    font-size: 20px !important;
}
.home-form-inner .gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 156px;
}
.home-form-inner input[type="email"],
.home-form-inner #input_1_9_3{
    margin-bottom: 0;
}
.home-form-inner input[type="text"]::placeholder,
.home-form-inner input[type="email"]::placeholder,
.home-form-inner input[type="tel"]::placeholder,
.home-form-inner textarea::placeholder{
    opacity: .6;
	color: #fdfdfd;
}
                                    /***********************
                                          Site_Footer
                                    ************************/
.site-footer {
	background-color: #232323;
	padding-top: 59px;
	padding-bottom: 72px;
}
.ft-menu {
	text-align: center;
	padding-top: 31px;
}
.ft-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-menu ul li {
	display: inline-block;
	margin: 0 29px 0 0;
}
.ft-menu ul li:last-child{
    margin: 0;
}
.ft-menu ul li a {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 0.005em;
	color: #f8f8f8;
    text-transform: uppercase;
}
.ft-menu ul li a:hover{
    color: #11b4f9;
}
.copyright-text{
    text-align: right;
    padding-top: 31px;
}
.copyright-text span {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #f8f8f8;
	display: inline-block;
	letter-spacing: 0.005em;
}
                                    /***********************
                                          About_us
                                    ************************/
.inner-banner {
/* 	background-color: #f9f9f9; */
	padding-top: 68px;
	padding-bottom: 23px;
}
.inner-bannr-text {
	width: 52%;
}
.inner-bannr-text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 23px;
	color: #388fef;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
}
.inner-bannr-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 26px;
	color: #000000;
	line-height: 35px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.about-video-sec {
	background-color: #f1f1f1;
	padding-top: 112px;
	padding-bottom: 97px;
}
.video-you {
	position: relative;
}
.broxgallery-videobox img {
	height: auto;
	object-fit: cover;
	object-position: center;
}
.icon-ce {
	position: absolute;
	top: 0;
	margin: 0 auto;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: grid;
	align-items: center;
}
.icon-ce img {
	height: auto;
}
.about-main-video iframe {
	width: 100%;
	height: 360px;
}
.video-text {
	padding-left: 0;
	padding-right: 0;
}
.video-text h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	line-height: 55px;
	letter-spacing: 0.005em;
	margin-bottom: 26px;
}
.video-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 21px;
	line-height: 33px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
                                    /***********************
                                          Speciality
                                    ************************/
.speciality-sec {
	padding-top: 70px;
}
.speciality-sec.speciality-srvssec{
    padding-bottom: 40px;
}
.speci-heading {
	text-align: center;
	padding-bottom: 66px;
}
.speci-heading h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 13px;
}
.speci-heading p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #4a4a4a;
	line-height: 36px;
	letter-spacing: 0.005em;
	width: 70%;
	margin: 0 auto;
}
.speciality-sec .list-company-main ul li{
    height: 285px;
}
.team-sec {
	padding-top: 99px;
}
.team-heading {
	text-align: center;
	padding-bottom: 55px;
}
.team-heading h2 {
	font-size: 60px;
	color: #000000;
	font-weight: bold;
	font-family: 'Proxima Nova Rg';
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.team-img{
    overflow: hidden;
    position: relative;
}
.team-img img{
    width: 100%;
    object-fit: cover;
    height: 370px;
}
.team-main{
    transition: all 0.4s ease;
}
.team-cdetails {
    background-image: linear-gradient(to right, rgba(11,186,251,0.5), rgba(39,159,243,0.5), rgba(63,136,237,0.5));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translate(0, 1200px);
    transition: all 0.4s ease;
}
.team-main:hover .team-cdetails{
    transform: translate(0, 0);
    transition: all 0.4s ease;
}
.team-cdetails ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.team-cdetails ul li{
    display: inline-block;
    margin-right: 8px;
}
.team-cdetails ul li:last-child{
    margin-right: 0;
}
.team-cdetails ul li a {
    color: #388fef;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    text-align: center;
    border-radius: 4px;
}
.team-cdetails ul li a:hover{
    color: #ffffff;
    background-color: #000000;
}
.team-text {
	padding-top: 20px;
	padding-bottom: 41px;
}
.team-text h2 {
	font-family: 'Proxima Nova Lt';
	font-size: 26px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 7px;
}
.team-text h3 {
	font-family: 'Proxima Nova Alt Lt';
	font-size: 20px;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.mission-sec {
	padding-top: 104px;
    padding-bottom: 45px;
}
.mission-text {
	width: 100%;
	padding-right: 0;
}
.mission-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 21px;
}
.mission-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	color: #4a4a4a;
	letter-spacing: 0.005em;
	line-height: 34px;
	margin-bottom: 39px;
}
.mission-img {
	width: 100%;
	margin-left: 0px;
}
.service-spanning {
	background-color: #f1f1f1;
	padding-bottom: 84px;
	padding-top: 86px;
}
.spanning-heading {
	text-align: center;
	padding-bottom: 61px;
	width: 90%;
	margin: 0 auto;
}
.spanning-heading h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 0;
	line-height: 50px;
}
.spanning-main {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 39px;
	padding-bottom: 41px;
	box-shadow: 0 0 30px #00000030;
}
.spanning-img {
	height: 69px;
}
.spanning-img img {
	width: 38%;
}
.spanning-text h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.005em;
}
.spanning-text {
	padding-top: 27px;
}
.service\&money-sec {
/* 	background-color: #f1f1f1; */
	padding-top: 11px;
}
.img-mo {
	width: 100%;
	margin-left: 0;
}
.text-mose {
	padding-top: 27px;
	padding-left: 0;
}
.left-text {
	padding-top: 58px;
}
.text-mose h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.005em;
	margin-bottom: 7px;
}
.text-mose h3 {
	font-family: 'Proxima Nova Lt';
	font-size: 25px;
	font-weight: 600;
	color: #4a4a4a;
	line-height: 34px;
	letter-spacing: 0.005em;
	margin-bottom: 16px;
}
.text-mose p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #4a4a4a;
	line-height: 30px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.billion-sec {
	padding-top: 78px;
	padding-bottom: 28px;
}
.left-text h2 {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 26px;
	color: #000000;
	line-height: 34px;
	letter-spacing: 0.005em;
	margin-bottom: 17px;
}
.left-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left-text ul li {
	font-family: 'Proxima Nova Rg';
	font-size: 19px;
	color: #4a4a4a;
	letter-spacing: 0.005em;
	position: relative;
	padding-left: 29px;
}
.left-text ul li::before{
    content: '\f105';
    font-family: FontAwesome;
    color: #4a4a4a;
    position: absolute;
    left: 0;
    top: 0;
}
.right-text{
    background-image: url(images/dollar.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 748px;
    height: 541px;
    padding-top: 146px;
    padding-left: 118px;
    padding-right: 100px;
    margin-top: -43px;
    margin-left: 47px;
}
.right-text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 62px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 68px;
	letter-spacing: 0.005em;
	margin-bottom: 20px;
}
.right-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #ffffff;
	line-height: 38px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.testi-sec {
	background-color: #f1f1f1;
	padding-bottom: 157px;
}
.testi-heading {
	text-align: center;
	padding-top: 85px;
}
.testi-heading h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.testi-img-main {
	position: relative;
	z-index: 1;
	padding-top: 0;
	margin-left: -101px;
}
.testi-post {
	background-image: url(images/des-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 32px;
	padding-top: 68px;
	padding-bottom: 31px;
	box-shadow: 0 0 50px #00000054;
	width: 87%;
	border-radius: 17px;
	position: absolute;
	bottom: -48px;
	left: 98px;
	z-index: -1;
	background-size: cover;
}
.testi-post h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #fcfcfc;
	letter-spacing: 0.005em;
	margin-bottom: 4px;
}
.testi-post h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fcfcfc;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin-bottom: 0;
}
.testi-detail {
	position: relative;
	padding-top: 155px;
	padding-left: 26px;
	padding-right: 76px;
}
.testi-detail::before {
	content: '';
	background-image: url(images/quote-after.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 58px;
	left: 0;
	width: 92px;
	height: 59px;
	background-size: contain;
}
.testi-detail p {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 24px;
	color: #4a4a4a;
	line-height: 36px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.com-review-text {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-top: 97px;
	padding-bottom: 25px;
}
.com-review-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 41px;
}
.com-review-text p {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 27px;
	color: #000000;
	line-height: 35px;
	letter-spacing: 0.005em;
	margin-bottom: 41px;
}
.com-review-text a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.005em;
    background:-moz-linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%); 
    background:-webkit-linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    background:-o-linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285EC', endColorstr='#0BBAFB', GradientType=0 );
    background:-ms-linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    background:linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    color: #ffffff;
    display: inline-block;
    padding: 11px 32px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: 7px;
}
.com-review-text a::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
    /* ff 3.6+ */
    background:-moz-linear-gradient(270deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%); 
    background:-webkit-linear-gradient(270deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    background:-o-linear-gradient(270deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0BBAFB', endColorstr='#4285EC', GradientType=0 );
    background:-ms-linear-gradient(270deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
    background:linear-gradient(270deg, rgba(11, 186, 251, 1) 0%, rgba(13, 185, 251, 1) 25%, rgba(34, 164, 245, 1) 50%, rgba(53, 146, 240, 1) 73%, rgba(66, 133, 236, 1) 100%);
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	left: 0;
	top: 0;
}
.com-review-text a:hover {
	color: #fff;
}
.com-review-text a:hover::after {
	opacity: 1;
}
.ser-banner {
/* 	background-color: #f9f9f9; */
	padding-top: 13px;
	padding-bottom: 29px;
}
.ser-text {
	padding-right: 0;
	padding-top: 75px;
}
.ser-text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 54px;
	color: #232323;
	letter-spacing: 0.025em;
	margin-bottom: 16px;
}
.ser-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 19px;
	color: #4a4a4a;
	letter-spacing: 0.005em;
	margin-bottom: 0;
	line-height: 30px;
}
.ser-text a {
	font-family: 'Proxima Nova Lt';
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	background: -moz-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10B5F9', endColorstr='#3C8BEE', GradientType=0 );
	background: -ms-linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	background: linear-gradient(90deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	color: #ffffff;
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 11px 50px;
    border-radius: 10px;
    margin-top: 34px;
}
.ser-text a::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: -moz-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	background: -webkit-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	background: -o-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C8BEE', endColorstr='#10B5F9', GradientType=0 );
	background: -ms-linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	background: linear-gradient(272deg, rgba(60, 139, 238, 1) 0%, rgba(55, 144, 239, 1) 17%, rgba(45, 153, 242, 1) 32%, rgba(40, 159, 243, 1) 50%, rgba(30, 168, 246, 1) 66%, rgba(24, 173, 247, 1) 82%, rgba(16, 181, 249, 1) 100%);
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	left: 0;
	top: 0;
}
.ser-text a:hover::after {
	opacity: 1;
}
.ser-text a:hover {
	color: #fff;
}
.ser-img {
	width: 100%;
	margin-left: 0;
}
.ser-speciality {
	padding-top: 76px;
	padding-bottom: 110px;
}
.ser-text-sp {
	text-align: center;
	width: 93%;
	margin: 0 auto;
}
.ser-text-sp h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 23px;
}
.ser-text-sp p {
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	color: #4a4a4a;
	line-height: 36px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.saving-tax-sec {
	background-color: #f1f1f1;
	padding-top: 104px;
	padding-bottom: 47px;
}
.tax-saving-text {
	margin-left: 0;
}
.tax-saving-text h2 {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	line-height: 51px;
	letter-spacing: 0.005em;
	margin-bottom: 17px;
}
.tax-saving-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 21px;
	color: #4a4a4a;
	line-height: 34px;
	letter-spacing: 0.005em;
	margin-bottom: 44px;
}
.faq-sec {
	padding-top: 81px;
	padding-bottom: 126px;
}
.faq-heading {
	text-align: center;
	padding-bottom: 44px;
}
.faq-heading h2 {
	color: #000000;
	font-size: 50px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.faqs_list {
	padding: 0 63px;
}
.faqs_list .card a.card-link::after {
	color: #000000;
	display: block;
	content: '\f067';
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 31px;
	font-size: 20px;
}
.faqs_list .card.active a.card-link::after {
    content: '\f068';
}
.faqs_list .card a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	letter-spacing: 0.005em;
	display: inline-block;
}
.card-body p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #4a4a4a;
	line-height: 33px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
	padding-right: 20px;
}
.faqs_list .card-body {
	padding: 9px 0 10px;
}
.faqs_list .card-body ol{
    margin: 15px 0;
}
.faqs_list .card-body ol li{
    color: #4a4a4a;
    font-size: 20px;
    font-family: 'Proxima Nova Rg';
    margin-bottom: 5px;
}
.faqs_list .card-body ol li:last-child{
    margin-bottom: 0;
}
#faqs_list .card {
	border: 0;background-color:transparent!important;
	border-bottom: 1px solid #b5b5b5;
	border-radius: 0;
	padding-top: 23px;
	padding-bottom: 22px;
}
.claim-sec.ser-claim {
	background-color: #ebebeb;
	padding-top: 100px;
	padding-bottom: 13px;
}
.portfolio-sec {
	background-color: #f1f1f1;
	padding-top: 79px;
	padding-bottom: 91px;
}
.portfolio-img {
	margin-left: -35px;
}
.port-text {
	padding-left: 19px;
	padding-top: 26px;
}
.port-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 37px;
	color: #000000;
	line-height: 50px;
	letter-spacing: 0.005em;
	margin-bottom: 31px;
}
.port-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.port-text ul li {
	font-family: 'Proxima Nova Rg';
	font-size: 17px;
	color: #4a4a4a;
	letter-spacing: 0.005em;
	position: relative;
	margin-bottom: 8px;
	padding-left: 34px;
}
.port-text ul li::before {
	content: '\f105';
	font-family: FontAwesome;
	color: #4a4a4a;
	position: absolute;
	left: 0;
	top: 0;
}
.inves-banker-sec {
	padding-top: 91px;
}
.inves-text {
	padding-top: 133px;
}
.inves-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	letter-spacing: 0.005em;
	margin-bottom: 16px;
}
.inves-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 21px;
	color: #4a4a4a;
	line-height: 30px;
	letter-spacing: 0.005em;
	margin-bottom: 0;
}
.review-sec.cap-re {
	background-color: #f1f1f1;
}
.review-sec.cap-re .home-form-p,
.review-sec.clawyer-rsec .home-form-p{
    padding-bottom: 60px;
}
.review-sec.cap-re .com-review-text p a,
.review-sec.clawyer-rsec .com-review-text p a{
    display: none;
}
.contact-link {
	padding-top: 48px;
	padding-bottom: 94px;
	background: conic-gradient(from 90deg at 0% 51%, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.link-main {
	display: flex;
}
.icon-img {
	width: 48%;
	margin-top: -22px;
}
.icon-img img {
	height: 111px;
}
.icon-text {
	margin-left: -61px;
}
.icon-text h3 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	margin-bottom: 11px;
}
.icon-text span {
	display: block;
}
.icon-text span,
.icon-text span a{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #434343;
	letter-spacing: 0.005em;
}
.icon-text span a{
    display: inline-block;
}
.icon-text span a:hover{
    color: #11b4f9;
}
.icon-text span {
	padding-bottom: 7px;
}
.icon-text ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.icon-text ul li{
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #434343;
    margin-bottom: 12px;
}
.icon-text ul li:last-child{
    margin-bottom: 0;
}
.contcat-form {
	background-image: url(images/contact-bg.jpg);
	width: 80%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 44px;
	padding-top: 78px;
	padding-bottom: 42px;
	margin: 0 auto;
	margin-top: 40px;
}
.contcat-form input[type="text"],
.contcat-form input[type="tel"],
.contcat-form input[type="email"],
.contcat-form textarea {
	background-color: transparent;
	border: navajowhite;
	border-bottom: 1px solid #fff;
	font-size: 20px !important;
	color: #fff;
	letter-spacing: 0.005em;
	font-family: 'Lato', sans-serif;
	padding-bottom: 17px !important;
	margin-bottom: 12px !important;
}
.contcat-form textarea {
	height: 105px !important;
}
.contcat-form input[type="text"]::placeholder,
.contcat-form input[type="tel"]::placeholder,
.contcat-form input[type="email"]::placeholder,
.contcat-form textarea::placeholder{
    font-family: 'Lato', sans-serif;
    color: #fff;
    opacity: 1;
}
.gform_footer.top_label {
	text-align: center;
}
.gform_footer.top_label input[type="submit"] {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 19px;
	color: #000000;
	background-color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.005em;
	margin-bottom: 0 !important;
	padding: 12px 87px;
	border: 1px solid #fff;
    border-radius: 10px;
    transition: all .5s;
    margin-top: 23px;
}
.gform_footer.top_label input[type="submit"]:hover{
    background-color: transparent;
    color: #fff;
}
.modal-header{
    border-bottom: none !important;
}
.page-id-2414 .inner-bannr-text {
    text-align: center;
    width: 100%;
}
.page-id-2417 .inner-bannr-text {
    text-align: center;
    width: 100%;
}
.page-id-2472 .iDecide_iframe {
	display: none;
}
/*  Media Query  */
@media(max-width: 1480px){
	.page-template-home-2 .container2{max-width: 1170px}
	.text-saving-right {
		padding-right: 0;
		padding-left: 35px;
	}
	.page-id-2417.inner-bannr-text {
    text-align: end;
    margin-left: 50px;
}
}
@media(max-width: 1175px){
	.text-saving-right{padding-left:0}
}
@media(max-width: 830px){
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 999;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
	.page-id-2417.inner-bannr-text {
    width: 61%;
}
}
@media(max-width:1800px){
    .nav-menu li:last-child {
        margin-left: 0;
    }
    .nav-menu li{
        margin: 0 32px 0 0;
    }
    .site-banner{
        overflow: hidden;
    }
    .mission-img {
        width: 100%;
        margin-left: 40px;
    }
    .img-mo {
        width: 100%;
        margin-left: 0;
    }
    .text-mose {
        padding-top: 61px;
        padding-left: 0;
    }
}
@media(max-width:1700px){
    .mission-img {
        width: 100%;
        margin-left: 0;
    }
    .mission-text {
        width: 100%;
        padding-right: 0;
    }
    .video-text {
        padding-left: 0;
        padding-right: 16px;
    }
    .speciality-sec .list-company-main ul li {
        height: 310px;
    }
    .ser-img {
        width: 100%;
        margin-left: 0;
    }
    .list-main .list-data h2{
        font-size: 25px;
    }
}
@media(max-width:1600px){
    .img-left-text h2{
        font-size: 47px;
    }
    .img-left-text h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .img-left-text a{
        font-size: 30px;
    }
    .main-tax-heading {
        padding-bottom: 58px;
    }
    .pro-data {
        padding: 0 30px;
        margin-top: -29px;
    }
    .claim-dollar{
        margin-left: 0;
    }
    .earned-text {
        padding-top: 92px;
    }
    .right-text{
        margin-left: 0;
    }
}
@media(max-width:1536px){
    .form-text-home{
        width: 70%;
    }
    .claim-text {
        padding-right: 0;
    }
    .earned-text {
        padding-right: 0;
        padding-top: 124px;
        padding-left: 0;
    }
    .eraned-img {
        margin-left: 0;
    }
    .inner-slider{
        padding-left: 30px;
        padding-right: 30px;
    }
    .step-heading p{
        width: 90%;
    }
    .claim-sec{
        overflow: hidden;
    }
    .earned-text {
        padding-top: 93px;
    }
    .ft-menu ul li {
        margin: 0 11px 0 0;
    }
    .ft-menu ul li a{
        font-size: 16px;
    }
    .copyright-text span{
        font-size: 17px;
    }
}
@media(max-width:1440px){
    .claim-dollar {
        margin-left: 0;
        width: 100%;
        padding-left: 62px;
    }
    .nav-menu li {
        margin: 0 23px 0 0;
    }
    .nav-menu li a{
        font-size: 14px;
    }
    .banner-text h3{
        font-size: 29px;
        line-height: 38px;
    }
    .list-company-main {
        padding: 0 0;
    }
    .form-text-home {
        width: 80%;
    }
    .company-heading{
        width: 80%;
    }
    .service-spanning .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 30px;
    }
    .service-spanning .row {
        justify-content: center;
    }
    .service-spanning {
        background-color: #f1f1f1;
        padding-bottom: 55px;
        padding-top: 55px;
    }
    .spanning-heading {
        padding-bottom: 61px;
        width: 90%;
    }
    .speci-heading {
        text-align: center;
        padding-bottom: 54px;
    }
    .team-sec {
        padding-top: 30px;
    }
    .broxgallery-videobox img {
        height: auto;
    }
    .text-mose {
        padding-top: 24px;
        padding-left: 0;
    }
    .text-mose h2{
        font-size: 48px;
        line-height: 55px;
    }
    .right-text{
        width: 100%;
    }
    .testi-detail{
        padding-top: 148px;
    }
    .testi-detail::before {
        top: 18px;
    }
    .testi-detail p{
        font-size: 23px;
        line-height: 38px;
    }
    .testi-img-main {
        padding-top: 0px;
        margin-left: -73px;
    }
    .tax-saving-text {
        margin-left: 0;
    }
    .ser-text {
        padding-right: 0;
        padding-top: 75px;
    }
    .icon-img {
        width: 41%;
        margin-top: -12px;
    }
    .icon-text {
        margin-left: -23px;
    }
    .mission-sec {
        padding-top: 27px;
        padding-bottom: 45px;
    }
    .spanning-img img {
        width: 26%;
    }
}
@media(max-width:1366px){
    .img-div {
        margin-left: -103px;
        width: 304px;
        top: 0;
    }
 
    .claim-dollar {
        margin-left: 0;
        width: 100%;
        height: 360px;
        padding-left: 72px;
    }
    .earned-text {
        padding-top: 45px;
    }
    .tax-saving-sec .main {
        padding-left: 0;
    }
    .text-mose h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .text-mose h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 9px;
    }
    .right-text {
        width: 100%;
        padding-left: 87px;
    }
    .com-review-text{
        width: 90%;
    }
    .ser-text-sp p {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .port-text {
        padding-left: 0;
        padding-top: 26px;
    }
}
@media(max-width:1300px){
    .container2 {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .three-step-sec {
        padding-top: 55px;
        padding-bottom: 81px;
    }
    .img-div {
        margin-left: 185px;
        width: 314px;
        top: 54px;
    }
 
    .banner-text {
        padding-top: 40px;
        padding-right: 0;
        text-align: center;
    }
    .site-banner .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tax-slider {
        width: 100%;
    }
    .text-saving-right p{
        font-size: 26px;
        line-height: 39px;
    }
    .claim-inner {
        padding-left: 0;
    }
    .claim-text p {
        font-size: 24px;
        line-height: 37px;
    }
    .earned-text p {
        font-size: 23px;
        line-height: 33px;
    }
    .step-heading p {
        width: 90%;
    }
    .step-heading {
        text-align: center;
        padding-bottom: 46px;
    }
    .main-process{
        height: 484px;
    }
    .pro-data h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 23px;
    }
    .pro-data p {
        font-size: 19px;
        line-height: 27px;
    }
    .site-footer .col-lg-3:last-child {
        flex: 100%;
        max-width: 100%;
    }
    .copyright-text {
        text-align: center;
        padding-top: 42px;
    }
    .site-footer .col-lg-6 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ft-menu {
        text-align: right;
        padding-top: 31px;
    }
    .site-footer {
        background-color: #232323;
        padding-top: 78px;
        padding-bottom: 15px;
    }
    .inner-bannr-text {
        width: 63%;
    }
    .speci-heading p {
        font-size: 27px;
        line-height: 40px;
        width: 90%;
    }
    .mission-sec {
        padding-top: 57px;
        padding-bottom: 28px;
    }
    .testi-post {
        width: 82%;
        box-shadow: none;
    }
}
@media(max-width:1280px){
    .nav-menu li {
        margin: 0 21px 0 0;
    }
    .nav-menu li.get-start a{
        padding: 13px 30px;
    }
    .form-text-home {
        width: 90%;
    }
    .text-saving-right {
        padding-right: 0;
        padding-top: 54px;
    }
    .company-heading {
        width: 90%;
        padding-bottom: 64px;
    }
    .form-text-home p{
        font-size: 27px;
        line-height: 40px;
    }
    .testi-thumb {
        width: 86%;
        margin: 0 auto;
        text-align: center;
    }
    .testi-post{
        bottom: -90px;
        left: 45px;
        width: 100%;
    }
    .ser-text p {
        font-size: 21px;
        line-height: 33px;
    }
    .inves-text {
        padding-top: 82px;
    }
    .testi-img-main {
        padding-top: 0px;
        margin-left: 0;
    }
}
@media(max-width:1170px){
    .team-img img {
        height: 317px;
    }
    .step-heading p {
        width: 90%;
        font-size: 26px;
        line-height: 37px;
    }
    .list-company-main ul {
        columns: 1;
        width: 70%;
        margin: 0 auto;
    }
    .claim-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .claim-text {
        padding-right: 0;
        text-align: center;
    }
    .claim-dollar {
        margin-left: 0;
        width: 70%;
        height: 360px;
        padding-left: 168px;
        margin-top: 0;
        background-size: cover;
        margin: 0 auto;
    }
    .dollar-earn-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .eraned-img {
        margin-left: 0;
        text-align: center;
    }
    .earned-text {
        padding-top: 45px;
        text-align: center;
    }
    .dollar-earn-sec {
        padding-top: 4px;
        padding-bottom: 40px;
    }
    .tax-saving-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tax-saving-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tax-slider {
        width: 70%;
        margin: 0 auto;
    }
    .text-saving-right {
        padding-right: 0;
        padding-top: 54px;
        text-align: center;
    }
    .tax-saving-sec {
        background-color: #f1f1f1;
        padding-top: 90px;
        padding-bottom: 62px;
    }
    .team-text h2 {
        font-size: 25px;
        margin-bottom: 4px;
    }
    .team-text h3{
        font-size: 20px;
    }
    .spanning-heading h3 {
        font-size: 44px;
        line-height: 53px;
    }
    .right-text {
        width: 100%;
        padding-left: 48px;
    }
    .left-text h2{
        font-size: 25px;
        line-height: 34px;
    }
    .left-text ul li{
        font-size: 21px;
    }
    .service\&money-sec {
        padding-top: 11px;
        padding-bottom: 37px;
    }
    .tax-saving-text h2{
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 19px;
    }
    .tax-saving-text p {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 25px;
    }
    .inves-text {
        padding-top: 47px;
    }
    .inves-banker-sec {
        padding-top: 57px;
    }
    .inves-text h2{
        font-size: 50px;
    }
    .link-main {
        display: block;
        text-align: center;
    }
    .icon-text {
        margin-left: 0;
    }
    .icon-img {
        width: 48%;
        margin-top: -43px;
        margin: 0 auto;
        height: 117px;
    }
    .contact-link{
        padding-top: 4px;
    }
    .tax-slider .slick-dots{
        z-index: 2;
    }
}
@media(max-width:1112px){
    .three-step-sec .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .three-step-sec .col-lg-4:last-child{
        margin-bottom: 0;
    }
    .three-step-sec .row {
        justify-content: center;
    }
    .home-form-inner .gform_wrapper.gravity-theme .gfield_label{
        font-size: 26px;
    }
    .video-text h3 {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 21px;
    }
    .video-text p {
        font-size: 19px;
        line-height: 29px;
    }
    .mission-text p {
        font-size: 21px;
        line-height: 32px;
    }
    .testi-detail {
        padding-top: 148px;
        padding-right: 0;
        padding-left: 26px;
    }
    .text-mose h3 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 9px;
    }
    .text-mose p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .ser-text h2 {
        font-size: 56px;
        margin-bottom: 21px;
    }
    .ser-text-sp p {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 0;
    }
    .port-text h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .port-text {
        padding-left: 0;
        padding-top: 0;
    }
    .icon-img {
        width: auto;
        margin-top: -43px;
        margin: 0 auto;
        height: 136px;
    }
    .icon-img img {
        height: 158px;
    }
}
@media(max-width:1080px){
    .testi-post {
        bottom: -90px;
        left: 11px;
        text-align: center;
        padding-left: 0;
    }
}
@media(max-width:1024px){
    .img-div {
        margin-left: 131px;
        width: 304px;
    }
    .step-heading p {
        width: 100%;
        font-size: 26px;
        line-height: 37px;
    }
    .form-text-home p {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .service-spanning .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .about-video-sec {
        background-color: #f1f1f1;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .speci-heading p {
        font-size: 27px;
        line-height: 40px;
        width: 100%;
    }
    .mission-text h2{
        font-size: 52px;
        margin-bottom: 15px;
    }
    .spanning-heading {
        padding-bottom: 44px;
        width: 100%;
    }
    .com-review-text {
        width: 100%;
    }
}
@media(max-width:992px){
    .nav-menu li a {
        font-size: 15px;
    }
    .nav-menu li {
        margin: 0 12px 0 0;
    }
    .main-tax-heading h3{
        font-size: 50px;
    }
    .tax-saving-sec {
        background-color: #f1f1f1;
        padding-top: 45px;
        padding-bottom: 62px;
    }
    .claim-dollar{
        padding-left: 114px;
    }
	.page-id-2417.inner-bannr-text {
    width: 61%;
}
}
@media(max-width:980px){
    .modal-dialog {
        max-width: 100%!important;
    }
    .company-heading h3 {
        font-size: 49px;
        line-height: 60px;
    }
    .company-heading {
        width: 90%;
        padding-bottom: 34px;
    }
    .company-sec {
        padding-top: 48px;
        padding-bottom: 43px;
    }
    .three-step-sec {
        background-color: #f1f1f1;
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .form-text-home p {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .form-text-home {
        width: 100%;
        padding-bottom: 50px;
    }
    .home-form-inner{
        padding: 40px;
    }
    .home-form-sec {
        padding-top: 32px;
        padding-bottom: 82px;
    }
    .form-text-home h2{
        font-size: 50px;
        margin-bottom: 6px;
    }
    .step-heading h3{
        font-size: 50px;
        margin-bottom: 12px;
    }
    .step-heading p {
        width: 100%;
        font-size: 23px;
        line-height: 31px;
    }
    .video-about {
        text-align: center;
    }
    .video-text {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        padding-top: 31px;
    }
    .mission-text {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .mission-img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .mission-sec {
        padding-top: 0;
        padding-bottom: 28px;
    }
    .text-mose {
        padding-top: 24px;
        padding-left: 0;
        text-align: center;
    }
    .left-text {
        padding-top: 0;
    }
    .billion-sec {
        padding-top: 41px;
        padding-bottom: 28px;
    }
    .right-text {
        width: 70%;
        padding-left: 88px;
        background-size: cover;
        margin: 0 auto;
    }
    .testi-post {
        bottom: -47px;
        left: 0;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        right: 0;
        background-size: cover;
        width: 50%;
    }
    .testi-sec {
        background-color: #f1f1f1;
        padding-bottom: 71px;
    }
    .testi-heading {
        text-align: center;
        padding-top: 30px;
    }
    .com-review-text p{
        font-size: 26px;
        line-height: 31px;
    }
    .ser-text {
        padding-right: 0;
        padding-top: 14px;
        text-align: center;
    }
    .ser-img {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 51px;
    }
    .tax-saving-img {
        text-align: center;
    }
    .tax-saving-text {
        margin-left: 0;
        text-align: center;
        padding-top: 47px;
    }
    .saving-tax-sec {
        padding-top: 64px;
        padding-bottom: 34px;
    }
    .faqs_list {
        padding: 0 30px;
    }
    .faq-heading {
        text-align: center;
        padding-bottom: 15px;
    }
    .faq-sec {
        padding-top: 49px;
        padding-bottom: 90px;
    }
    .portfolio-img {
        margin-left: 0;
        text-align: center;
    }
    .port-text {
        padding-top: 36px;
    }
    .portfolio-sec {
        padding-top: 35px;
        padding-bottom: 42px;
    }
    .inves-text {
        padding-top: 0;
        text-align: center;
        padding-bottom: 29px;
    }
    .inves-banker-sec {
        padding-top: 26px;
    }
    .inves-img {
        text-align: center;
    }
}
@media(max-width:960px){
    .img-div {
        margin-left: 92px;
        width: 306px;
    }
	.page-id-2417.inner-bannr-text {
    width: 65%;
}
}
@media(max-width:900px){
    .banner-text {
        padding-top: 0px;
    }
    .earned-text h3, .claim-text h2 {
        font-size: 45px;
        line-height: 53px;
    }
    .company-heading h3 {
        font-size: 45px;
        line-height: 54px;
    }
    .list-company-main ul {
        width: 80%;
    }
    .inner-bannr-text {
        width: 90%;
    }
    .speci-heading p {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
    .contcat-form{
        width: 90%;
    }
	.page-id-2417.inner-bannr-text {
    width: 65%;
}
}
@media(max-width:830px){
    .home-form-p {
        width: 90%;
    }
    .menuToggle.open {
        position: fixed !important;
    }
    #menuToggle{
        top: 42px;
    }
    .site-logo {
        width: 30%;
        float: left;
    }
    .img-div {
        margin-left: 52px;
        width: 289px;
    }
    .site-banner {
        padding-top: 40px;
        padding-bottom: 225px;
    }
    .tax-slider {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .claim-sec {
        padding-top: 47px;
        padding-bottom: 24px;
    }
    .claim-dollar {
        padding-left: 58px;
        width: 80%;
    }
    .home-form-inner .gform_wrapper.gravity-theme .gfield_label {
        font-size: 26px;
        text-align: center;
        padding-bottom: 11px;
        width: 100%;
    }
    .home-form-inner .ginput_container.ginput_container_number {
        width: 100%;
        float: none;
    }
    .home-form-inner h3{
        margin-bottom: 0;
    }
    .site-footer .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ft-logo {
        text-align: center;
    }
    .site-footer .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ft-menu {
        text-align: center;
        padding-top: 31px;
    }
    .site-footer {
        background-color: #232323;
        padding-top: 34px;
        padding-bottom: 15px;
    }
    .nav-menu li:last-child {
        margin-left: 0;
        text-align: center;
        margin-top: 17px;
    }
    .three-step-sec .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .main-process {
        height: 484px;
        width: 70%;
        margin: 0 auto;
    }
    .right-text {
        width: 80%;
        padding-left: 88px;
    }
    .com-review-text h2 {
        font-size: 51px;
        margin-bottom: 17px;
    }
    .card-body p {
        font-size: 22px;
        line-height: 35px;
    }
    .faqs_list .card a{
        font-size: 25px;
    }
	.page-id-2417.inner-bannr-text {
    width: 65%;
}
}
@media(max-width:768px){
    .img-div {
        margin-left: 0;
        width: 273px;
        top: 0;
    }
    .list-company-main ul {
        width: 90%;
    }
    .inner-bannr-text {
        width: 100%;
        text-align: center;
    }
    .inner-banner {
        padding-top: 40px;
        padding-bottom: 60px;
    }
	.page-id-2414 .inner-banner, .page-id-2417 .inner-banner {
		padding-bottom: 0;
	}
    .spanning-heading h3 {
        font-size: 38px;
        line-height: 44px;
    }
    .claim-sec.ser-claim {
        padding-top: 62px;
        padding-bottom: 0;
    }
    .ser-text-sp p {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 0;
    }
	.page-id-2417.inner-bannr-text {
    width: 65%;
}
}
@media(max-width:767px){
    .right-text {
        width: 90%;
        padding-left: 98px;
        height: 505px;
        padding-top: 126px;
    }
	.page-id-2417.inner-bannr-text {
    width: 68%;
}
}
@media(max-width:736px){
    .company-heading h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .earned-text h3, .claim-text h2 {
        font-size: 41px;
        line-height: 49px;
    }
    .earned-text p,
    .claim-text p,
    .text-saving-right p,
    .step-heading p,
    .form-text-home p{
        font-size: 21px;
        line-height: 31px;
    }
    .banner-text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner-text h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .text-saving-right h1,
.text-saving-right h2,
.text-saving-right h3,
.text-saving-right h4,
.text-saving-right h5,
.text-saving-right h6{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .list-company-main ul {
        width: 100%;
    }
    .service-spanning .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .testi-post {
        bottom: -47px;
        left: 0;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        right: 0;
        background-size: cover;
        width: 60%;
    }
    .faqs_list {
        padding: 0 0px;
    }
}
@media(max-width:667px){
    .banner-img {
        padding-top: 37px;
    }
    .site-banner {
        padding-top: 40px;
        padding-bottom: 0px;
    }
	.site-banner {
		padding-top: 0;}
    .img-div {
        margin-left: 0;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .site-logo {
        width: 40%;
        float: left;
    }
    .speci-heading h2{
        font-size: 50px;
    }
    .com-review-text {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .com-review-text h2 {
        font-size: 44px;
        margin-bottom: 17px;
    }
    .com-review-text p {
        font-size: 22px;
        line-height: 27px;
    }
    .home-form-p{
        width: 100%;
    }
}
@media(max-width:640px){
    .tax-slider {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .claim-dollar {
        padding-left: 58px;
        width: 90%;
    }
    .main-process {
        height: auto;
        width: 100%;padding-bottom:25px;
        margin: 0 auto;
    }
    .home-form-inner h3{
        font-size: 25px;
        line-height: 36px;
    }
    .home-form-inner .gform_wrapper.gravity-theme input[type="button"], .home-form-inner .gform_wrapper.gravity-theme input[type="submit"]{
        padding: 6px 94px;
    }
    .home-form-inner .gform_page_footer.top_label {
        margin-top: 13px !important;
    }
    .main-st {
        padding: 0 0px;
    }
    .testi-detail p {
        font-size: 20px;
        line-height: 30px;
    }
    .right-text {
        width: 100%;
        padding-left: 98px;
        height: 505px;
        padding-top: 126px;
    }
    .home-form-inner.home-pform-p .gform_wrapper.gravity-theme .gfield textarea.medium {
        height: 113px;
    }
}
@media(max-width:600px){
    .home-form-inner.home-pform-p {
        padding: 30px 25px 30px 25px;
    }
    .home-form-inner.home-pform-p input[type="text"], .home-form-inner.home-pform-p input[type="email"], .home-form-inner.home-pform-p input[type="tel"], .home-form-inner.home-pform-p textarea {
        font-size: 18px !important;
        padding-bottom: 7px !important;
        margin-bottom: 0 !important;
    }
    .home-form-inner.home-pform-p .gform_footer.top_label input[type="submit"]{
        margin-top: 0;
    }
    .about-main-video iframe {
        width: 100%;
        height: 328px;
    }
    .company-heading {
        width: 100%;
        padding-bottom: 34px;
    }
    .company-heading h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .list-company-main ul li {
        display: flex;
        height: 251px;
        margin-bottom: 30px;
        padding: 0 14px;
    }
    .list-company-main ul li .list-main .list-data h2{
        font-size: 26px;
    }
    .home-form-inner {
        padding: 30px 40px 30px 40px;
    }
    .claim-dollar {
        padding-left: 58px;
        width: 100%;
    }
    .spanning-heading h3 {
        font-size: 33px;
        line-height: 41px;
    }
}
@media(max-width:570px){
    .claim-dollar h2{
        font-size: 52px;
        line-height: 62px;
    }
    .earned-text h3, .claim-text h2 {
        font-size: 37px;
        line-height: 44px;
    }
    .step-heading h3 {
        font-size: 43px;
        margin-bottom: 12px;
    }
    .form-text-home h2 {
        font-size: 42px;
        margin-bottom: 6px;
    }
    .home-form-inner h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .list-company-main ul li .list-main .list-data p{
        font-size: 17px;
        line-height: 25px;
    }
    .banner-text h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .banner-text h3 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .banner-text p{
        font-size: 23px;
    }
    .main-tax-heading h3 {
        font-size: 43px;
    }
    .main-tax-heading {
        padding-bottom: 33px;
    }
    .inner-slider p{
        font-size: 19px;
        line-height: 31px;
    }
	.img-left-text a {
        font-size: 20px;
    }
	.img-left-text p a svg{height:30px;}.img-left-text{padding:30px}
    .inner-bannr-text p{
        font-size: 25px;
        line-height: 34px;
    }
    .video-text h3 {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 21px;
    }
    .speci-heading p {
        font-size: 21px;
        line-height: 29px;
        width: 100%;
    }
    .team-main {
        text-align: center;
    }
    .team-text {
        padding-top: 20px;
        padding-bottom: 34px;
        text-align: center;
    }
    .right-text {
        width: 100%;
        padding-left: 51px;
        height: 505px;
        padding-top: 126px;
    }
    .testi-post {
        bottom: -47px;
        left: 0;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        right: 0;
        background-size: cover;
        width: 80%;
    }
    .ser-text h2 {
        font-size: 50px;
        margin-bottom: 16px;
    }
    .ser-text-sp h2{
        font-size: 50px;
    }
    .ser-speciality {
        padding-top: 36px;
        padding-bottom: 69px;
    }
    .faq-heading h2{
        font-size: 50px;
    }
    .faqs_list .card a {
        font-size: 21px;
        padding-right: 55px;
    }
    .card-body p {
        font-size: 19px;
        line-height: 29px;
    }
    .contact-link {
        padding-top: 4px;
        padding-bottom: 56px;
    }
    .gform_footer.top_label input[type="submit"]{
        padding: 11px 90px;
    }
}
@media(max-width:480px){
    .about-main-video iframe {
        width: 100%;
        height: 255px;
    }
	.hero_vid .video iframe, .site-banner .video iframe{        height: 252px!important;
        width: 100%!important;}
    .inner-slider h1,
    .inner-slider h2,
    .inner-slider h3,
    .inner-slider h4,
    .inner-slider h5,
    .inner-slider h6{
        font-size: 35px;
    }
    .contcat-form {
        width: 100%;
    }
    .site-logo {
        width: 60%;
        float: left;
    }
    .banner-text h2 {
        font-size: 31px;
        line-height: 42px;
    }
    .inner-slider h1,
    .inner-slider h2,
    .inner-slider h3,
    .inner-slider h4,
    .inner-slider h5,
    .inner-slider h6{
        font-size: 45px;
    }
    .claim-dollar {
        padding-left: 36px;
        width: 100%;
        height: 479px;
        padding-top: 123px;
        padding-right: 0;
    }
    .list-company-main ul li {
        display: flex;
        height: auto;
        margin-bottom: 30px;
        padding: 0 14px;
    }
    .list-company-main ul li .list-main {
        background-color: #fff;
        box-shadow: 0 0 50px #0003;
        width: 100%;
        display: block;
        align-items: center;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .list-company-main ul li .list-main .list-img {
        width: 40%;
        float: none;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
    }
    .list-company-main ul li .list-main .list-data {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .inner-slider {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 48px;
    }
    .step-heading h3 {
        font-size: 38px;
        margin-bottom: 9px;
    }
    .company-heading h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .form-text-home h2 {
        font-size: 37px;
        margin-bottom: 6px;
    }
    .home-form-inner .gform_wrapper.gravity-theme .gfield_label{
        font-size: 21px;
    }
    .video-text h3 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 21px;
    }
    .speciality-sec .list-company-main ul li {
        height: 375px;
    }
    .service-spanning .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mission-text h2 {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .list-company-main ul li .list-main .list-img img {
        width: 100%;
    }
    .right-text h2{
        font-size: 50px;
        line-height: 60px;
    }
    .right-text p{
        font-size: 22px;
        line-height: 34px;
    }
    .right-text {
        width: 100%;
        padding-left: 40px;
        height: 446px;
        padding-top: 110px;
        padding-right: 0;
    }
    .testi-detail::before {
        content: none;
    }
    .testi-post {
        bottom: -73px;
        left: 0;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        right: 0;
        background-size: cover;
        width: 80%;
    }
    .testi-detail {
        padding-top: 126px;
        padding-right: 0;
        padding-left: 0;
    }
    .com-review-text h2 {
        font-size: 40px;
        margin-bottom: 17px;
    }
    .tax-saving-text h2 {
        font-size: 41px;
        line-height: 46px;
        margin-bottom: 19px;
    }
    .port-text h2 {
        font-size: 27px;
        line-height: 37px;
    }
    .inves-text h2 {
        font-size: 43px;
    }
}
@media(max-width:414px){
    .main-tax-heading h3 {
        font-size: 34px;
    }
    .tax-slider {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .claim-dollar h2 {
        font-size: 37px;
        line-height: 62px;
    }
    .claim-dollar {
        padding-left: 15px;
        width: 100%;
        height: 419px;
        padding-top: 123px;
        padding-right: 0;
        text-align: center;
        padding-right: 15px;
    }
    .banner-text h3 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 8px;
    }
    .banner-text p {
        font-size: 19px;
    }
    .earned-text h3, .claim-text h2 {
        font-size: 33px;
        line-height: 41px;
    }
    .earned-text p, .claim-text p, .text-saving-right p, .step-heading p, .form-text-home p {
        font-size: 17px;
        line-height: 25px;
    }
    .company-heading h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .ft-menu ul li {
        margin: 0px 17px 0 0;
    }
    .ft-menu ul li a {
        font-size: 12px;
    }
    .spanning-heading h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .mission-text h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .team-heading h2{
        font-size: 45px;
    }
    .team-heading {
        padding-bottom: 23px;
    }
    .speci-heading h2 {
        font-size: 44px;
    }
    .text-mose h2 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .ser-text h2 {
        font-size: 45px;
        margin-bottom: 16px;
    }
    .ser-text-sp h2 {
        font-size: 46px;
    }
    .contcat-form{
        padding-top: 36px;
    }
}
@media(max-width:390px){
    .banner-text h2 {
        font-size: 27px;
        line-height: 39px;
    }
    .testi-post {
        bottom: -73px;
        left: 0;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        right: 0;
        background-size: cover;
        width: 100%;
    }
    .com-review-text h2 {
        font-size: 36px;
        margin-bottom: 17px;
    }
}
@media(max-width:375px){
    .img-left-text h2 {
        font-size: 40px;
    }
    .claim-dollar h2 {
        font-size: 32px;
        line-height: 62px;
    }
    .earned-text h3, .claim-text h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .company-heading h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .step-heading h3 {
        font-size: 30px;
        margin-bottom: 9px;
    }
    .form-text-home h2 {
        font-size: 29px;
        margin-bottom: 6px;
    }
}
.page-id-2270 .nav-menu li.get-start a,
.page-id-2270 .banner-text a{
background: linear-gradient(88deg, #05e4e8 0%, #00CED1 19%, #00CED1 35%, #05dde0 50%, #04d9dc 66%, #00CED1 80%, #00CED1 100%);color:#000000;
}

.page-id-2270 .inner-slider h1,.page-id-2270 .inner-slider h2,.page-id-2270 .inner-slider h3,.page-id-2270 .inner-slider h4,.page-id-2270 .inner-slider h5,.page-id-2270 .inner-slider h6{
	 background: #00CED1;
    background: -webkit-linear-gradient(to right, #04d9dc, #00CED1);
    background: linear-gradient(to right, #04d9dc, #00CED1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 5px;
    letter-spacing: 0.005em;
}

.page-id-2272 .nav-menu li.get-start a,
.page-id-2272 .banner-text a{
background: linear-gradient(88deg, #A6FFEF 50%, #9AE8DA 66%, #9AE8DA 80%, #9BE2D5 100%);color:#000000
}

.page-id-2272 .inner-slider h1,.page-id-2272 .inner-slider h2,.page-id-2272 .inner-slider h3,.page-id-2272 .inner-slider h4,.page-id-2272 .inner-slider h5,.page-id-2272 .inner-slider h6{
	 background: #9BE2D5;
    background: -webkit-linear-gradient(to right, #9AE8DA, #9BE2D5);
    background: linear-gradient(to right, #9AE8DA, #9BE2D5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 5px;
    letter-spacing: 0.005em;
}

.page-id-2272 .home-form-inner,.page-id-2272 .img-left-text,.page-id-2272 .claim-dollar{background: linear-gradient(90deg, rgba(155, 226, 213, 1) 0%, rgba(183, 255, 241, 1) 100%);}
.page-id-2270 .home-form-inner,.page-id-2270 .img-left-text,.page-id-2270 .claim-dollar{background: linear-gradient(90deg, rgba(0, 206, 209, 1) 0%, rgba(51, 216, 218, 1) 100%);}
 
.page-id-2272 .claim-dollar h3,.page-id-2272  .claim-dollar h2,.page-id-2272 .claim-dollar p,
.page-id-2272 .home-form-inner .gform_wrapper.gravity-theme .gfield textarea.medium,.page-id-2272 .home-form-inner .gform_wrapper.gravity-theme .gfield textarea.medium::placeholder,.page-id-2272 .gform_wrapper.gravity-theme .gfield input,.page-id-2272 .gform_wrapper.gravity-theme .gfield input::placeholder, .page-id-2272 .img-left-text, .page-id-2272 .img-left-text p,.page-id-2272 .img-left-text h3, .page-id-2272 .img-left-text a
{color:#000000}
.page-id-2307,.page-id-2307 .dollar-earn-sec,.page-id-2307 .tax-saving-sec,.page-id-2307 .site-banner, .page-id-2307 .site-header,.page-id-2307 .three-step-sec{background-color:#000000!important}

.page-id-2307 .claim-dollar h3,.page-id-2307  .claim-dollar h2,.page-id-2307 .claim-dollar p, .page-id-2307 .img-left-text, .page-id-2307 .img-left-text p,.page-id-2307 .img-left-text h3,.page-id-2307 .step-heading p,.page-id-2307 .step-heading h3,.page-id-2307 .company-heading h3,.page-id-2307 .earned-text h3,.page-id-2307 .earned-text p,.page-id-2307 .claim-text p,.page-id-2307 .claim-text h2,.page-id-2307 .form-text-home p,.page-id-2307  .form-text-home h2, .page-id-2307 .main-tax-heading h3,.page-id-2307 .text-saving-right h3,.page-id-2307 .text-saving-right p,.page-id-2307 .banner-text p,.page-id-2307 .banner-text h3,.page-id-2307 .banner-text h1, .page-id-2307 .nav-menu li a
{color:#ffffff!important}

/* body,.dollar-earn-sec,.tax-saving-sec,.site-banner, .site-header,.three-step-sec{background-color:#D3D3D3!important} */