html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html {
	overflow-y: hidden;
	/* 	overflow-x: hidden; */
}
header .raven-nav-menu{
	align-items: center;
}

header .menu-item.blog_menu a:before {
    position: absolute;
    width: fit-content;
    height: max-content;
    content: "New";
    right: -8px;
    top: -3px;
    z-index: 1;
    font-size: 10px;
    padding: 3px 8px;
    color: #fff;
    line-height: 100%;
    transform: translate(50%, -50%) rotate(15deg);
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
  animation: changeBackgroundColor 2s infinite;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #d26b73;
  }
    50% {
    background-color: #c33a44;;
  }
  100% {
    background-color: #d26b73;
  }
}

header .raven-nav-menu-horizontal>.raven-nav-menu a.raven-link-item:not([class*=elementor]) .sub-arrow{
	display:inline-block;
	/*     color: #e9374c;
	fill: #e9374c; */
	margin-left: 5px !important;
	font-size:25px;
}
header .menu-item a {
	position: relative;
}

.main_header .sub-menu {
	top: 46px !important;
}
/* .single-career .content {
white-space: break-spaces;
} */
header .menu-item a:after {
	background: #c33a44;
	position: absolute;
	width: 0%;
	content: "";
	left: 0;
	bottom: -5px;
	transition: 0.5s;
}
header .menu-item .sub-menu a:after{
	display:none;
}
/* 
.xero-header {
position: relative !important;
width: 100% !important;
} */

.mobile_xero-header-btn {
	margin-left: auto !important;
}

.subscriber_logos .row.gallery {
	gap: 70px;
	flex-wrap: nowrap;
}
@media screen and (max-width:1440px) {
	.elementor-3723 .elementor-element.elementor-element-f3f6f24 > .elementor-widget-container {
		margin: 0px -65px 0px -48px !important;
	}
}
@media screen and (max-width:1366px) {
	.elementor-3723 .elementor-element.elementor-element-f3f6f24 > .elementor-widget-container {
		margin: 0px -42px 0px -42px !important;
	}
}
@media screen and (max-width:1036px) {
	.elementor-3723 .elementor-element.elementor-element-f3f6f24 > .elementor-widget-container {
		margin: 0px -30px 0px -30px !important;
	}
	.btn_explore .global_btn.uc__elementor_9dea553 a{
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.subscriber_logos .row.gallery {
		gap: 32px 0px;
		justify-content: space-between;
		flex-wrap: wrap !important;
	}
	.subscriber_logos .row.gallery .gallery-item {
		max-width: 33.33% !important;
		padding: 1rem !important;
		flex-basis: 33.33% !important;
	}
	.subscriber_logos .row.gallery .gallery-item  img {
		max-width: 65%;
	}
}
@media screen and (max-width:767px) {
	.elementor-3723 .elementor-element.elementor-element-f3f6f24 > .elementor-widget-container {
		margin: 0px -32px 0px -25px !important;
	}
	.subscriber_logos .row.gallery {
		gap: 0px 0px;
		justify-content: space-between;
		flex-wrap: wrap !important;
	}
	.subscriber_logos .row.gallery .gallery-item {
		max-width: 50% !important;
		padding: 1rem !important;
		flex-basis: 50% !important;
	}
	.subscriber_logos .row.gallery .gallery-item  img {
		max-width: 100%;
	}
	.feautre_slider_wrapper {
		max-width: 365px !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
}
footer .raven-menu-item {
	display: inline-block !important;
}
footer .copyrights a {
	color: #fff;
}
footer .copyrights a:hover {
	color: #C33A44;
}

header .menu-item a:hover:after {
	width: 100%;   
}
header .menu-item a:hover {
	color: #c33a44 !important;  
}
#menu-mobile-menu .btn-menu a {
	background-color: #fff;
	color: #C33A44 !important;
	width: 100%;
	text-align: center;
	display: block;
	padding: 8px 20px;
	border-radius: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid;
}
#menu-mobile-menu .btn-menu a:hover {
	color: #fff !important;
	background-color: #C33A44;
}
footer .raven-nav-menu {
	display: block !important;
	flex-wrap: wrap;
}

footer .raven-nav-menu li {
	width: 100%;
}

footer .raven-nav-menu li a {
	padding: 0 !important;
	padding-bottom: 14px !important;
}
/* ERTC PAGE */
.page-id-3422 {
	background-color: #f4f9fb !important;
}
.elementor-accordion-item {
	border-radius: 6px;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1 !important;
}

#jet-popup-3441 .jet-popup__container-inner {
	border-radius: 0px 70px 70px 70px;
}

.process-box{
	height: 80px;
	width: 80px !important;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	background: #FF7888;
	border-radius: 9.23077px;
	margin: auto;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.process-box:hover{
	background: #e8374c;
}

#pattern:after{
	background-image: url(https://mayatax.com/wp-content/uploads/2023/06/Group-26927-1.png);
	position: absolute;
	top: 35px;
	right: -222px;
	height: 11px;
	width: 196px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}

.img-list .elementor-image-box-wrapper {
	align-items: center !important;
}
.img-list .elementor-image-box-wrapper figure.elementor-image-box-img {
	width: 100% !important;
	max-width: 110px !important;
	height: 110px;
	text-align: center;
	background-color: #e32a4a;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-list .elementor-image-box-wrapper figure.elementor-image-box-img img {
	width: 80px;
	height: 80px;
}

/* Testimonials */
.testimonial-box {
	display: flex;
	justify-content: space-between;
	border: 1px solid #F4F4F4;
	margin: 50px 0;
	padding: 50px;
	position: relative;
	transition: 0.4s;
	align-items: flex-start;
}

.testimonial-box:hover {
	transform: translatey(-3px);
	box-shadow: 0 30px 70px -55px #0000003b;
}

.testimonial-box .left {
	width: 25%;
	margin-right: 40px;
	display: none;
}

.testimonial-box .left img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.testimonial-box .right {
	width: 100%;
}

.testimonial-box:before {
	content: "";
	background: linear-gradient(90deg, #C33A44 2.81%, #ED364C 103.09%);
	position: absolute;
	top: 0;
	width: 0%;
	height: 3px;
	left: 0;
	transition: 0.8s;
}

.testimonial-box:hover:before {
	width: 100%;
}

.testimonial-box h6{
	margin-top: 25px;
	margin-bottom: 6px;
	transition: 0.4s;
	text-transform: capitalize;
}

.testimonial-box:hover h6{
	color: #c33a44;
}

.testimonial-box .right p{
	margin: 0;
}

.testimonial-box .right .review{
	margin-top: 15px;
}



.main_header .elementor-icon-list-item a:before {
	background: #c33a44;
	position: absolute;
	width: 0%;
	height: 2px;
	content: "";
	left: 0;
	bottom: -3px;
	transition: 0.5s;
}
.main_header .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #c33a44 !important;
}
.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container {
	min-height: 170px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main_header .elementor-icon-list-item a:hover:before {
	width: 100%;
}
.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img {
	min-height: 73px;
}
footer i:hover{
	color: #C33A44 !important;
}
.lets_connect {
	background: linear-gradient(90deg, #C33A44 2.81%, #ED364C 103.09%, #ED364C 103.09%);

}
.img_carosal .swiper-slide-image:hover { transform: rotate(360deg);}
.img_carosal .swiper-slide-image {transition: 1s;}
.jupiterx-main {
	z-index: auto !important;
}
.lets_connect .white_btn a {
	background: white;
	color: #ea374c;
	border: 1px solid white !important;
}


.lets_connect .white_btn a:hover {
	background: transparent;
	border: 1px solid white !important;
}

.list-3box-con-sec figure.elementor-image-box-img {
	min-height: 74px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.list-2box-con-sec figure.elementor-image-box-img {
	min-height: 73px;
	align-items: center;
	display: flex;
	justify-content: center;
}
#services .service {
	width: 100%;
	flex: 1 1 50%;
	max-width: 50%;
	padding: 10px;
}

#services .service .elementor-widget-container{
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF00;
	box-shadow: 32px 27px 79px 0px rgba(73, 79.99999999999999, 81, 0.03137254901960784);	
}

#services .service .elementor-widget-container:before{
	background: linear-gradient(90deg, #C33A44 2.81%, #ED364C 103.09%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	content: "";
	left: 0;
	transition: 0.8s;
	z-index:1;
}
#services .service .elementor-widget-container:hover::before{
	width: 100%;
}

#services .service .elementor-image-box-wrapper{
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

#successful-projects .list li{
	flex: 0 0 auto;
	width: 33%;
	margin-bottom: 18px;
	padding: 5px;
}

#avail-bookkepping-services .avail-bookkepping-service .elementor-element{
	height: 100%;
	width: 100%;
}

#avail-bookkepping-services .avail-bookkepping-service .elementor-element .elementor-widget-container{
	height: inherit;
}


#avail-bookkepping-services .avail-bookkepping-service .elementor-element .elementor-widget-container .elementor-image-box-wrapper{
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#faqs .faqs-col .elementor-accordion .elementor-accordion-item{
	margin-bottom:30px;
}

/* SERVICE PAGE CSS */
.service-sec .inner-box:hover .elementor-widget-container{
	background-color:#dbdbdb!important;
	transition:0.3s;
}
.service-sec .serv-box {
	height:100%;
}
.service-sec .serv-box .elementor-widget-container {
	height:100%;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #02010100;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);

}
.service-sec .serv-box:before {
	background: linear-gradient(90deg, #C33A44 2.81%, #ED364C 103.09%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	content: "";
	left: 0;
	transition: 0.8s;
}
.service-sec .serv-box:hover::before{
	width:100%;
}
.service-sec .serv-box .elementor-image-box-description {
	width: 100%;
	max-width: 370px;
	margin: auto !important;
}
.testimonial-serv-sec .testimonial-serv .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.testimonial-serv-sec .testimonial-serv .item .detail {
	width: 66%;
	padding-right: 70px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	color: #6B878A;
}
.testimonial-serv-sec .testimonial-serv .item .detail p{
}
.testimonial-serv-sec .testimonial-serv .item .detail .name{
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	/* or 22px */
	color: #6B878A;
	margin-bottom: 0;
	margin-top: 40px;
}
.testimonial-serv-sec .testimonial-serv .item .detail ..designation{

}
.testimonial-serv-sec .testimonial-serv .item .image-box {
	width: 32%;
}
.testimonial-serv-sec .testimonial-serv .item .image-box img {
	border-radius: 8px;
	width: 100%;
}
.testimonial-serv-sec .testimonial-serv .owl-dots button:focus {
	outline: none !important;
}
.testimonial-serv-sec .testimonial-serv .owl-dots {
	margin-top: -30px !important;
	width: fit-content;
	z-index: 1;
	position: relative;
}
.testimonial-serv-sec .testimonial-serv .owl-dots span {
	height: 8px !important;
	width: 8px !important;
	margin: 0px !important;
	margin-left: 10px !important;
	background: #C4C4C4 !important;
}
.testimonial-serv-sec .testimonial-serv .owl-dots button{
	background: none !important;
}
.testimonial-serv-sec .testimonial-serv .owl-dots .active span {
	background: #DEE5EF !important;
	width: 25px !important;
	height: 8px !important;
}
.faq-sec .ue-item-text {
	max-width: 980px;
}
.team-contain {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.Team-box {
	width: 32%;
	padding-bottom: 55px;
	margin:7px;
	cursor: pointer;
}
.team-img-con{
	position: relative;
}
.hover-info {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1888) 0%, rgba(0, 0, 0, 0.59) 92.66%);
	box-shadow: 32.05px 27.0422px 79.1234px rgba(73, 80, 81, 0.03);
	display: none;
}
.team-title h4 {
	font-size: 22px !important;
	line-height: 26px;
}
.team-title {
	padding-top: 10px;
}
.text-p {
	position: absolute;
	bottom: 15%;
	left: 8%;
}
.text-p h4 {
	color: #fff !important;
	margin-bottom: 0;
	font-size: 22px !important;
	line-height: 26px;
}
.text-p small{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #F8F8F8;
}
.Team-box:hover .hover-info {
	display: block;
}
.Team-box:hover .team-title h4 {
	display: none;
}
.team-img-con img {
	width: 100%;
}
/*************
CTA Popup
****************/
#jet-popup-2249 .jet-popup__container-inner{
	border-radius: 0px 70px 70px 70px;
}
#jet-popup-2249 .jet-popup__container {
	width: 50%;
}

.poppup_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.poppup_form .fields {
	width: 49%;
}

.poppup_form .fields input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid black;
	padding: 11px;
}

.poppup_form .fields input:focus {
	outline: none;
	box-shadow: none;
}
.jet-popup__container-content .wpcf7-not-valid-tip {
	display: none;
}

.jet-popup__container-content .wpcf7-not-valid {
	border: 1px solid red;
}
.poppup_form .form_submit input {
	outline: none !IMPORTANT;
	border: 1px solid !important;
	cursor: pointer;
	transition: background-image 0.5s linear;
	display: inline-block;
	margin-top: 10px;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 8888; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	pointer-events: none;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 10vh auto; /* 15% from the top and centered */
	padding: 20px;
	border-top: 3px solid #ED364C;
	position: relative;
	width: 60%;
	display: flex;
	justify-content: space-between;
	pointer-events: all;
}
.lets_connect .white_btn{
	width: max-content !important;
}
@media (min-width: 1366px) {
	.modal-content {
		background-color: #fefefe;
		margin: 20vh auto;
		padding: 20px;
		border-top: 3px solid #ED364C;
		position: relative;
		width: 60%;
		display: flex;
		justify-content: space-between;
		pointer-events: all;
	}
}

@media (max-width: 1440px){
	.elementor-13 .elementor-element.elementor-element-6fc215d {
		padding: 70px 10px 0px 10px!important;
	}
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button{
	border-radius: 0px 30px 30px !important;
}

/* The Close Button */

a.close {
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 40px;
	font-weight: 200;
	color: #aaa;
}
.modal-img {
	width: 40%;
}
.modal-text {
	width: 56%;
	margin: auto 50px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;	
}

.modal-text::-webkit-scrollbar {
	width: 12px;
}

.modal-text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}

.modal-text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.modal-text h4{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
.modal-text small {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #6B878A;
}
.modal-text p {
	padding: 15px 0 0;
	max-width: 84%;
}
.modal-img img {
	width: 425px;
	height: 450px !important;
	object-fit: cover;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

button.button {
	background:none;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#02274a 1px solid;
	padding:0 0 3px 0;
	font-size:16px;
}

button.button:hover {
	border-bottom:#a99567 1px solid;
	color:#a99567;
}
.overflow_close{
	overflow-y: hidden !important;
}
.raven-nav-menu-horizontal>.raven-nav-menu ul.sub-menu, .raven-nav-menu-horizontal>.raven-nav-menu ul.submenu {
	position: absolute;
	top: 100%;
	/*     width: 12em !important; */
	padding: 1rem !important;
	background-color: #fff!important;
	z-index: 100!important;
	box-shadow: 2px 2px #dee2e6;
	border-radius: 0px 0px 20px 20px;
}

.service-sec .serv-box.serv-first:hover .elementor-widget-container {
	background-color: #d1d1d1!important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
/************
* Privacy Policy
***********/

.privacy_sec h2 {
	margin: 30px 0;
}

.privacy_sec ul li, .privacy_sec ol li {
	line-height: 30px;
}
.privacy_sec ul, .privacy_sec ol {
	margin: 0;
	padding: 0 15px;
}
.privacy_sec p {
	margin: 15px 0;
}
.privacy_sec h3 {
	margin: 25px 0 15px;
	line-height: 1.3em;
}


@media only screen and (max-width: 1600px) and (min-width: 1400px)  {
	.modal-content {
		width: 80%;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1025px)  {
	#successful-projects .list li{
		flex: 0 0 auto;
		width: 50%;
	}
	.modal-content {
		width: 80%;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1170px)  {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1140px!important;
	}
	.modal-content {
		width: 80%;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
	.img-list .elementor-image-box-wrapper figure.elementor-image-box-img img {
		width: 60px;
		height: 60px;
	}
	.img-list .elementor-image-box-wrapper figure.elementor-image-box-img {
		height: 90px;
		max-width: 90px !important;
	}
}

@media only screen and (max-width: 1024px)  {
	#successful-projects .list li{
		flex: 0 0 auto;
		width: 50%;
	}	
	.img-list .elementor-image-box-wrapper figure.elementor-image-box-img img {
		width: 60px;
		height: 60px;
	}
	.img-list .elementor-image-box-wrapper figure.elementor-image-box-img {
		height: 90px;
		max-width: 90px !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 992px)  {
	footer .raven-nav-menu li {
		width: 36.33%;
	}
	.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container h3 {
		font-size: 17px !important;
		line-height: 23px !important;
	}
	.main_header .raven-menu-item {
		font-size: 17px !important;
	}

	.main_header .raven-nav-menu {
		justify-content: flex-end !important;
		display: flex !important;
	}

	.main_header .raven-nav-menu > li:not(:last-child) {
		margin-right: 20px !important;
	}
	.main_header .elementor-icon-list-text {
		font-size: 17px !important;
	}
	.become_sec .elementor-element-5755f9f {
		width: 87% !important;
	}
	.Team-box {
		width: 48%;
	}
	.modal-content {
		margin: auto;
		width: 95%;
		top: 26%;
	}
	.modal-text {
		width: 65%;
		margin: auto 30px;
	}
	.modal-text p {
		max-width: 100%;
	}
	.faq-box-sec {
		max-width: 80% !important;
	}

}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.faq-box-sec {
		max-width: 80% !important;
	}	
	#pattern:after {
		right: -103px;
		width: 100px;
	}
	.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container h3 {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.icon_boxes_sec .elementor-inner-section .elementor-column .elementor-element-populated {
		padding-left: 5px !IMPORTANT;
		padding-right: 5px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img {
		min-height: 75px;
	}
	.testimonial-box {
		padding: 50px 25px;
	}
	footer .raven-nav-menu li {
		width: 50%;
	}
	.main_header .raven-menu-item {
		font-size: 13px !important;
	}

	.main_header .raven-nav-menu {
		justify-content: flex-end !important;
		display: flex !important;
	}

	.main_header .raven-nav-menu > li:not(:last-child) {
		margin-right: 10px !important;
	}
	.testimonial-serv-sec .testimonial-serv .item .detail{
		padding-right: 0;
		font-size: 15px;	
	}
	.testimonial-serv-sec .testimonial-serv .item .detail .name {
		font-size: 15px;
		margin-top: 20px;
	}
	.testimonial-serv-sec .testimonial-serv .owl-dots {
		margin-top: 10px !important;
		width:100%;
	}
	.Team-box {
		width: 48%;
	}
	.modal-content {
		margin: auto;
		width: 95%;
		top: 26%;
	}
	.modal-text {
		width: 65%;
		margin: auto 30px;
	}
	.modal-text p {
		max-width: 100%;
	}
	.modal-img img {
		object-fit: contain;
	}
}


@media only screen and (max-width: 767px) and (min-width: 500px)  {
	.become_sec .elementor-element-5755f9f {
		width: 70% !important;
	}
	.banner-image img{
		width:70%;
		margin:0 auto;
	}
	.Team-box {
		width: 48% !important;
	}
	.team-contain {
		display: flex !important;
		justify-content: space-around;
	}
	.tech-consulting .elementor-widget-container {
		min-height: 230px;
	}	
	.call-now .elementor-widget-container {
		margin: 0px 0px 0px 20px!important;
	}	
}

@media only screen and (max-width: 767px)  {
	.blog_heading .elementor-heading-title{
		min-height:unset !important;
	}
	#pattern:after {
		display: none;
	}	
	.testimonial-box {
		flex-direction: column;
		padding: 20px 10px;
	}
	.testimonial-box .left{
		margin-bottom: 15px;
	}
	.testimonial-box .left,
	.testimonial-box .right {
		width: 100%;
	}
	.testimonial-box .right .meta h5 {
		font-size: 17px !important;
	}
	header .menu-item a:hover:after {
		width: unset !important;
	}
	header .menu-item a:hover {
		color: #fff !important;
	}
	.privacy_sec h2 {
		margin: 10px 0 0;
	}
	.modal-img {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.poppup_form {
		flex-direction: column;
	}

	.poppup_form .fields {
		width: 100%;
	}
	.modal-content {
		width: 90%;
		display: block;
		margin: 15vh auto;
	}
	a.close {
		top: -4px;
		right: 7px;
		font-size: 32px;
	}
	.Team-box {
		width: 100%;
		margin:0px;
	}
	.team-contain {
		display: block;
	}
	.modal-text {
		width: 100%;
		margin: 30px 0px;
		height: 215px;
		overflow-y: scroll;
	}
	.modal-img img {
		height: auto !important;
		width: 60%;
	}
	footer .raven-nav-menu li {
		width: 47.33%;
	}
	.main_header .elementor-button-icon {
		display: none;
	}
	.img_carosal .swiper-slide-image {
		max-width: 70% !important;
		margin: 0px auto !important;
	}
	#services .service{
		max-width: 100%;
		flex-basis: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.poppup_form .fields input{
		margin-bottom:10px;
	}
	.testimonial-serv-sec .testimonial-serv .item .detail{
		font-size: 14px;	
		padding-right: 0;
		width:100%;
		text-align:center;
	}
	.testimonial-serv-sec .testimonial-serv .item .detail .name {
		font-size: 14px;
		margin-top: 15px;
	}
	.testimonial-serv-sec .testimonial-serv .item .image-box{		
		width:100%;
	}	
	.testimonial-serv-sec .testimonial-serv .item .image-box img{
		max-width:300px;
		margin:15px auto;
	}	
	.testimonial-serv-sec .testimonial-serv .owl-dots {
		margin-top: 10px !important;
		width:100%;
	}
	li.menu-item-has-children a{
		position: relative;
		display: inline-block;
	}
	li.menu-item-has-children a:after {
		font-family: FontAwesome!important;
		font-size: inherit;
		font-weight: 400;
		content: '\f078';
		position: absolute;
		margin: auto;
		top: -1px;
		left: unset;
		right: -5px;
		color:#fff;
		font-size: 14px;
	}
}
/************
* contact page form
***********/

.cf7 .fields input:focus {
	outline: none;
	box-shadow: none;
}
/*****global******/
li::marker{
	color: #C33A44 !important;
}

#userback_button_container .userback-button-se {
	left: 30px!important;
	right: auto!important;
	animation: feedbackSlideUp .2s linear;
}


/*blog*/



.box_sec .elementor-widget-wrap{
	box-shadow: none !important;
}

.blog_card img{
	/* 	max-height: 350px !important; */
	height: 400px !important;
	object-fit: cover !important;
	object-position: center !important;
}

.limit .elementor-widget-container{
	overflow: hidden;
	padding-bottom:0px !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 110px !important;
}


.blog_heading .elementor-heading-title{
	min-height: 70px;
}
/* 
@media only screen and (max-width: 1366px) and (min-width: 1201px)  {
.blog_card img{
min-height: 450px !important;
} */


.blog_menu {
	border: 2px solid red;
	border-radius: 100px;
	padding: 3px 15px 4px !important;
}

/* 
.nav-menu.raven-nav-menu{
align-items: center !important;
} */


.raven-nav-menu li {display: block !important;}

.raven-nav-menu li a {
	align-items: center;
}

.blog_menu:before {
	content: '';
	background-color: #fff;
	border: 2px solid red;
	width: 12px;
	height: 12px;
	border-left-color: #fff;
	border-top-color: #fff;
	position: absolute;
	bottom: -6px;
	transform: rotate(45deg);
	left: 18px;
}

/* careers popup */
#jet-popup-3506 .jet-popup__container {
	border-radius: 25px !important;
	width: 100% !important;
	max-width: 1150px;
}

#jet-popup-3506 .jet-popup__container-inner {
	padding: 30px;
}

#jet-popup-3506 img {
	max-height: 300px;
	object-fit: cover;
	object-position: top;
}

#jet-popup-3506 .elementor-widget-image a {
	display: block;
}

/* #jet-popup-3506 .jet-popup__overlay {
background-color: transparent !important;
background-image: none !important;
} */

/* 
job apply form */
.apply .wpcf7-not-valid-tip {
	color: white;
	font-size: 12px;
	line-height: normal;
}

.apply .wpcf7 form.invalid .wpcf7-response-output, .apply .wpcf7 form.unaccepted .wpcf7-response-output, .apply .wpcf7 form.payment-required .wpcf7-response-output {
	color: white;
	font-size: 18px;
	line-height: normal;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: center;
}
.apply .wpcf7 form.sent .wpcf7-response-output {
	color: white;
	font-size: 18px;
	line-height: normal;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: center;
}
.apply .wpcf7 form.sent label.second {
	color: transparent;
	font-size: 0;
	margin-top: 0px;
}
.apply .wpcf7 .snd-app.hidden .wpcf7-submit {
	display: none;
}
.apply label {
	color: white;
	margin-top: 20px;
}
.apply input {
	width: 100%;
	border: none;
	border-bottom: 1px solid white;
	padding: 10px 0;
	margin-bottom: 10px;
	outline: none;
}
.apply input[type="text"] {
	background: url(https://mayatax.com/wp-content/uploads/2023/12/userwhite-1.png);
	background-repeat: no-repeat;
	background-position: 99%;
}
.apply input[type="email"] {
	background: url(https://mayatax.com/wp-content/uploads/2023/12/smsnew-1.png);
	background-repeat: no-repeat;
	background-position: 99%;
}
.apply input[type="tel"] {
	background: url(https://mayatax.com/wp-content/uploads/2023/12/callnew-1.png);
	background-repeat: no-repeat;
	background-position: 99%;
}
.apply input{
	color: white !important;
}
.apply input::placeholder {
	color: white !important;
}
.apply input[type="file"] {
	border: none;
	padding: 75px 50px;
	border-radius: 30px 30px 30px 0;
	margin-bottom: 0;
	border: 1px solid #c33a44;
	position: relative;
}
.apply input[type="file"]::after {
	background: url(https://mayatax.com/wp-content/uploads/2023/12/Group-1577705762-1-2.png);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px;
	background-color: white;
}
.apply input[type="submit"] {
	color: #c33a44 !important;
	background-color: white !important;
	background-image: none !important;
	border: 1px solid white;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.apply input[type="submit"]:hover {
	color: white !important;
	background-color: transparent !important;
	background-image: none !important;
}

.apply input:focus {
	border-bottom: 1px solid white !important;
}

.apply input.hidden {
	display: none;
}
.wcm-box img {
	min-width: 75px !important;
}
.fica-question-box.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 600px !important;
}

.wcm-box-eq .elementor-widget-container {
	height: 100%;
}
.table_wrapper{
	overflow: auto;
}
@media(max-width: 475px){
	.table_wrapper .custom_table{
		width: 500px; 
	}
}

.calculator {
	margin: auto;
	min-height: 334px;
}

.calculator h3 {
	line-height: 1.2em;
	margin-bottom: 25px
}

.calculator label {
	margin: 0;
}

.calculator input {
	width: 100%;
	padding: 10px;
	margin: 7px 0 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	max-width: -webkit-fill-available;
	max-width: -moz-available;
}

.calculator .results {
	margin-top: 20px;
	/*     display: none; */
	clear: both;
	color: #000;
	background: #F3F5F8;
	padding: 10px;
	font-weight: 600;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 100% !important;
	border-radius: 0;
	bottom: 0;
	text-align: center;
	font-size: 20px;
}

.fica-calculator .elementor-container, .fica-calculator .elementor-column, .fica-calculator .elementor-widget-wrap, .fica-calculator .elementor-widget, .fica-calculator .elementor-widget-container {
	position: static !important;
}

.calculator .results div {
	margin: 5px 0;
}

#totalHours, #avgtotalHours, #tipsPerYear, #sumTipsTotalHours, #hourlyTips, #excessTips, #ficaCredit, #avgSavings, #avgTotalSavings {
	display: none !important;
}

.calculator .form-fields .field-group {
	width: 48%;
	float: left;
	margin-right: 2%;
}

@media (max-width: 1036px) {
	.calculator .form-fields .field-group {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 1036px) and (min-width: 1024px) {
	.elementor-3546 .elementor-element.elementor-element-3412264 .elementor-widget-wrap .elementor-element-d5769b4, .elementor-3546 .elementor-element.elementor-element-3412264 .elementor-widget-wrap .elementor-element-3c7af9c {width: 49%;margin: 0;}

	.elementor-3546 .elementor-element.elementor-element-3412264 .elementor-widget-wrap {
		justify-content: space-between;
	}

	.elementor-3546 .elementor-element.elementor-element-76ded5a .elementor-heading-title, .elementor-3546 .elementor-element.elementor-element-adcbe5e .elementor-heading-title {
		font-size: 24px !important;
	}

	.elementor-3546 .elementor-element.elementor-element-3412264 .elementor-widget-wrap .elementor-element-d5769b4 {
		padding-top: 22px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1200px) {
	.calculator {
		min-height: 322px;
	}

	.calculator input {
		font-size: 15px;
		padding: 7px 10px;
	}

	.calculator label {
		font-size: 15px;
	}
}