/*===========================================================================================================================
					Theme Colors , size , font familes , line height , letter spacing , fontweight
============================================================================================================================*/
/*------------------Defalt Styling------------------*/
	*{
		margin:0;
		padding:0;
	}
	html{
		overflow-x: hidden;
	}
	
	body{
		overflow-x: hidden;
		width: 100%;
		background-color: #F3F1FF !important;
    	font-family: sans-serif; /* Fallback font */
	}
	.width100{
		width: 100% !important;
		height:auto !important;
	}
	a{
		text-decoration: none !important;
	}
/*------------------color---------------------------*/
:root{
	--dark-blue:#342F58;
	--light-gray:#F3F1FF;
	--blue:#EAF8F7;
	--footer:#362F5E;
}
/*-------------------font size ---------------------*/
.fontSize14{
	font-size: 14px;
}
.fontSize15{
	font-size: 15px;
}
.fontSize17{
	font-size: 17px;
}
.fontSize16{
	font-size: 16px;
}
.fontSize18{
	font-size: 18px;
}
.fontSize19{
	font-size: 19px;
}
.fontSize20{
	font-size: 20px;
}
.fontSize22{
	font-size: 22px;
}
.fontSize24{
	font-size: 24px;
}
.fontSize26{
	font-size: 26px;
}
.fontSize28{
	font-size: 28px;
}
.fontSize38{
	font-size: 38px;
}
.fontSize40{
	font-size: 40px;
}
.fontSize44{
	font-size: 44px;
}
.fontSize56{
	font-size: 64px;
}

/*-------------------line hight--------------------*/
.lineHeight100{
	line-height: 100%;
}
.lineHeight105{
	line-height: 105%;
}
.lineHeight113{
	line-height: 113%;
}
.lineHeight115{
	line-height: 115%;
}
.lineHeight120{
	line-height: 120%;
}
.lineHeight125{
	line-height: 125%;
}
.lineHeight133{
	line-height: 133%;
}
.lineHeight136{
	line-height: 136%;
}
.lineHeight141{
	line-height: 141%;
}
.lineHeight140{
	line-height: 140%;
}
.lineHeight150{
	line-height: 150%;
}
.lineHeight162{
	line-height: 162%;
}
/*-------------------font weight--------------------*/
.fontWeight400{
	font-weight: 400;
}
.fontWeight500{
	font-weight: 500;
}
.fontWeight600{
	font-weight: 600;
}
.fontWeight700{
	font-weight: 700;
}
.fontWeight800{
	font-weight: 800;
}
.fontWeight900{
	font-weight: 900;
}

/*------------------font style-----------------*/
/* ADDED BY AHSAN */
@font-face { font-family: 'Inter'; src: url('./Inter.woff2') format('woff2'); font-style: normal; font-display: swap; } 
@font-face { font-family: 'Haskoy'; src: url('./Haskoy.woff2') format('woff2'); font-style: normal; font-display: swap; }


.InterFont {
  font-family: "inter", Arial, Helvetica, sans-serif;
}
.HaskoyFont {
  font-family: "Haskoy", 'Times New Roman', Times, serif;
}
/*video farames
==========================================================================*/
.video-container {
            position: relative;
            width: 100%;
            height: 281px;
            background: radial-gradient( 50% 50% at 50% 50%, rgba(116, 116, 116, 0) 0%, rgba(128, 128, 128, 0.63) 100% );
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .video-container2 {
            position: relative;
            width: 100%;
            height: 376px;
            background: radial-gradient( 50% 50% at 50% 50%, rgba(116, 116, 116, 0) 0%, rgba(128, 128, 128, 0.63) 100% );
        }

        .video-container2 iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
/*loader animation css
============================================*/


#loader {
	position: relative;
	width   : 4px;
	height  : 4px;
	padding : 0;
	display : inline-block;
}

#loader>div {
	content      : "";
	background   : white;
	width        : 4px;
	height       : 4px;
	position     : absolute;
	top          : 0;
	left         : 0;
	border-radius: 50%;
}

#loader>div:nth-of-type(1) {
	left: 15px;
}

#loader>div:nth-of-type(3) {
	left: -15px;
}

/* dots fade */
.dots-fade>div {
	-webkit-animation      : dots-fade 1.6s infinite ease;
	animation              : dots-fade 1.6s infinite ease;
	-webkit-animation-delay: 0.4s;
	animation-delay        : 0.4s;
}

.dots-fade>div:nth-of-type(1) {
	-webkit-animation-delay: 0.8s;
	animation-delay        : 0.8s;
}

.dots-fade>div:nth-of-type(3) {
	-webkit-animation-delay: 0s;
	animation-delay        : 0s;
}

@-webkit-keyframes dots-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	80% {
		opacity: 1;
	}
}

@keyframes dots-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	80% {
		opacity: 1;
	}
}

/*top css
=============================================================*/
.topbar{
	background-color: #fff;
	padding: 18px 0px 22px 0px;
}
.call__button{
	background-color: #F7F7F8;
	border:1px solid #F3F1FF;
	border-radius: 12px;
	padding: 8px 16px;
	min-width: 270px;
}
.call__icon{
	margin-right: 12px;
}
.call__number{
	color: #41377D;
	letter-spacing: 0.26px;
	margin-bottom: -5px !important;
}
.call__text{
	color: #41377D;
	line-height: 135%;
	font-size: 13px;
}
/*thanks page 
=======================================================================*/
.thanks__heading{
	color: #231571;
}
.Thanks__butoon{
	color: #FBFFF4;
	padding: 18px 30px;
	border-radius: 12px;
	border:none;
	background-image: linear-gradient(90deg, #008181 0%, #055 100%);
	box-shadow: 0px 6px 16px 0px rgba(47, 62, 25, 0.20);
	 moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: 150% 100%;
}
.Thanks__butoon:hover{
	 background-position: 100% 0;
	  moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: white
}
/*header section statr 
===========================================================================*/
.header{
	background-color: var(--blue);
	position: relative;
	z-index: 1;
}
.header::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-image: url("../media/patternSVG.svg");
	background-position:90% 70%;
	background-repeat: no-repeat;
	z-index: -1;
}
.header__heading{
	color: #231571;
	letter-spacing: -0.6px;
}
.header__services{
	color: #26252E;
	letter-spacing: -0.18px;
}
.hero__tick{
	max-width: 40px !important;
    max-height: 26px;
    margin-right: 8px;
}
.header__Text{
	color: #26252E;
}
.header__form{
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px rgba(55, 48, 105, 0.10);
	padding: 22px 36px;
}
.form__heading{
	color: #3A3844;
	letter-spacing: 0.22px;
}
.badges__box_row{
	display: flex;
	gap:0px 20px;
}
.badge__box{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 1px 0px rgba(0, 45, 73, 0.30);
	padding: 10px 12px;
	width: 200px;
}
.google__review{
	font-size: 14px;
	color: #3B3C49;
}
.rating{
	margin-right: 12px;
	font-size: 16px;
	color: #343641;
	margin-top: 4px;
}
.header__form label{
	color: #6A6A6E;
}
.header__form input{
	color: #60626F;
	border:1px solid #DBD9E4 !important;
	background-color: #FDFDFD !important;
}
.header__form textarea{
	color: #60626F;
	border:1px solid #DBD9E4 !important;
	background-color: #FDFDFD !important;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px
}
.form__butoon{
	color: #FBFFF4;
	padding: 18px 0px;
	border-radius: 12px;
	display: block;
	border:none;
	background-image: linear-gradient(90deg, #008181 0%, #055 100%);
	box-shadow: 0px 6px 16px 0px rgba(47, 62, 25, 0.20);
	 moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: 150% 100%;
}
.form__butoon:hover .arrowIcon{
	animation: btnIcon 1s ease-in-out;
}
.form__butoon:hover{
	color: white;
	 background-position: 100% 0;
	  moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
@keyframes btnIcon {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(0px);
  }

  75% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
.form__calltext{
	color: #003135;
	letter-spacing: 0.22px;
}
.form__calltext:hover{
	color: #003135;
}
.form__text{
	font-size: 13px;
	color: #2D3C4D;
	letter-spacing: 0.13px;
}
.team__image{
	margin-top: -175px;
	z-index: 11;
}
/*review section
====================================================================*/
.review{
	background-color:#362F5E; 
}
.review__subheading{
	color: #F3F1FF;
}
.review__text{
	color: #F4F9FF;
	letter-spacing: -0.18px;
}
.review__footer{
	color: #F3F1FF;
	letter-spacing: -0.18px;
}
.arrowTestimonials{
	margin-top: 20px;
	margin-left: 20px;
}
.review__box{
	position: relative;
	z-index: 1;
	padding-left: 50px;
}
.review__bg1{
	position: absolute;
	z-index: -1;
	top:-45px;
	left: 40px;
}
.review__bg2{
	position: absolute;
	z-index: -1;
	top:-17px;
	left: 40px;
}
.video__text{
	color: #F4F9FF;
}
/*Resolve IRS and State Tax Issues
==================================================================*/
.tax__issues{
	background-color: #F3F1FF;
}
.tax__issues__heading{
	color: #3A3844;
}
.tax__issues__Subheading{
	color: #3A2E83;
	letter-spacing: -0.18px;
}
.tax__issues__text{
	color: #41404E;
	letter-spacing: -0.18px;
}

/*team section
=================================================================*/
.team__section{
	background-color: #fff;
}
.team__heading{
	color: #3A3844;
}
.team__Subheading{
	color: #52449F;
	letter-spacing: -0.18px;
}
.team__card__left{
	border:1px solid #FFD59C;
	border-radius: 16px;
	background-color: #fff;
	display: flex;
	align-items: center;
	
}
.team__card__left__imageBox{
	min-width: 232px;
	background-color: #FFF7EB;
	border-radius: 16px 2px 2px 16px;
	border-right: 1px solid #FFD59C;
	padding: 16px 16px 0px 16px;
	text-align: center;
}
.team__card__left__imageBox p{
	color:#26252E;
	letter-spacing: -0.18px;
}
.team__card__left__imageBox span{
	color: #B41F00;
	opacity: 0.7;
	letter-spacing: 0.16px;
}
.team__card__left__text{
	padding: 24px 32px;
}
.team__card__left__text p{
	color: #41404E;
	letter-spacing: -0.18px;
}

.team__card__right{
	border:1px solid #CBC5EA;
	border-radius: 16px;
	background-color: #fff;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	
}
.team__card__right__imageBox{
	min-width: 232px;
	background-color: #F3F1FF;
	border-radius: 2px 16px 16px 2px;
	border-left: 1px solid #CBC5EA;
	padding: 16px 16px 0px 16px;
	text-align: center;
}
.team__card__right__imageBox p{
	color:#26252E;
	letter-spacing: -0.18px;
}
.team__card__right__imageBox span{
	color: #231571;
	opacity: 0.7;
	letter-spacing: 0.16px;
}
.team__card__right__text{
	padding: 24px 32px;
}
.team__card__right__text p{
	color: #41404E;
	letter-spacing: -0.18px;
}
.team__result__heading{
	color: #3A3844
}
.result__card__1{
	background-color: #483D89;
	border:1px solid #CBC5EA;
	box-shadow: 0px 24px 24px 0px rgba(31, 36, 144, 0.06);
	padding: 40px 0px 44px 0px;
	border-radius: 128px;
}
.result__card__1 span{
	color: white;
	line-height: 62px;
	font-size: 64px;
}
.result__card__1 p{
	color: #F7F7F8;
}
.result__card__2{
	background-color: #6452C3;
	border:1px solid #6452C3;
	box-shadow: 0px 26.786px 117.19px 0px rgba(31, 36, 144, 0.06);
	padding: 40px 0px 44px 0px;
	border-radius: 128px;
}
.result__card__2 span{
	color: white;
	line-height: 62px;
	font-size: 64px;
}
.result__card__2 p{
	color: #F3F1FF;
}
.mobile__team__image{
	display: none;
}
/*Tax__Problems
===========================================================================*/
.Tax__Problems{
	background-color: #fff;
}
.Tax__Problems__heading{
	color: #26252E;
	transition: 0.3s linear;
}
.Tax__Problems__card{
	background-color: #E5FAF7;
	border-radius: 8px;
	padding: 24px;
	min-height: 360px;
}
.Tax__Problems__card:hover .Tax__Problems__heading{
	color: #4F0C00;
}
.hover__effect__left{
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}
.hover__effect__left::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #FFF7EB;
	top: -10px;
	left: -10px;
	z-index: -1;
	border-radius: 10px;
	transition: 0.3s linear;
}
.hover__effect__left:hover::before{
	transform: scale(110);
}
.hover__effect__right{
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}
.hover__effect__right::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #FFF7EB;
	top: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 10px;
	transition: 0.3s linear;
}
.hover__effect__right:hover::before{
	transform: scale(110);
}
.Tax__Problems__card__title{
	color: #3A3844;
	letter-spacing: 0.22px;
}
.Tax__Problems__card__text{
	letter-spacing: -0.18px;
	color: #3A3844;
}
/*ProTax__Advantage
==================================================================================*/
.ProTax__Advantage{
	background-color: #362F5E;
}
.ProTax__Advantage__heading{
	color: #F3F1FF;
}
.ProTax__Advantage__text{
	color: #CBC5EA;
	letter-spacing: -0.18px;
}
.ProTax__Advantage__textdark{
	color: #A299EE;
	letter-spacing: -0.18px;
}
.ProTax__Advantage__image{
	margin-top: -5px;
}
/*A Real Tax Resolution Process
===========================================================*/
.Process__flow__section__heading{
	color: #1F1A38;
}
.Process__box__left{
	background: #F3F1FF
}
.Process__box__right{
	background: #F3F1FF
}
.Process__card__leftWidth{
	padding: 40px 48px 72px 0px;
	max-width:550px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.Process__card__RightWidth{
	padding: 40px 0px 72px 48px;
	max-width:550px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.Process__card__text{
	color: #26252E;
}
.Process__heading{
	color: #362F5E;
}
.Process__number{
	letter-spacing: -0.8px;
	color: #CBC5EA;
	font-size: 80px;
}
.Process__01__image{
	background-image: url("../media/step1.webp");
	background-size: cover;
	background-position: center;
	min-height: 100%;
	border-radius: 12px 0px 0px 12px;
}
.Process__02__image{
	background-image: url("../media/step2.webp");
	background-size: cover;
	background-position: center;
	min-height: 100%;
	border-radius: 0px 12px 12px 0px;
}
.Process__03__image{
	background-image: url("../media/step3.webp");
	background-size: cover;
	background-position: center;
	min-height: 100%;
	border-radius: 12px 0px 0px 12px;
}
.Process__04__image{
	background-image: url("../media/step4.webp");
	background-size: cover;
	background-position: center;
	min-height: 100%;
	border-radius: 0px 12px 12px 0px;
}
.padding__left__none{
	padding-left: 0 !important;

}
.padding__right__none{
	padding-right: 0px !important;
	padding-left: 0 !important;
}
.box__size{
	box-sizing: border-box;
}
.Process__flow{
	overflow: hidden;
	background-color: #F3F1FF;
}
/*FAQs section css
======================================================================================*/
.faqs__Section{
	background-color: #F3F1FF;
}
.faqs__heading{
	color: #26252E;
}
.accordion-button {
  background-color: #FFECD0 !important;
  color: #901F00 !important;
  letter-spacing: 0.085px;
  border-radius: 0px;
  border-bottom: 1px solid #FFD59C !important;
  padding-left: 70px !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.accordion-button::after {
  background-image: url(../media/add-circle.svg) !important;
  width: 44px !important;
  height: 44px !important;
 background-position: center;
 position: absolute;
 top:17px;
 left: 18px;
}
.accordion-button:not(.collapsed) {
  background:linear-gradient(90deg, #362F5E 5.41%, #362F5E 137.75%) !important;
  color: #F3F1FF !important;
  font-size: 19px;
  letter-spacing: -0.18px;

}
.accordion-button:not(.collapsed):after{
	background-image: url(../media/minus.svg) !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 white !important;
   background-color: #FFECD0 !important;
}
.accordion-body {
  padding: 20px 40px 40px 40px !important;
}
.accordion-body p {
  color: #3A3844;
  letter-spacing: 0.16px;
  line-height: 130%;
}
/*footer form section
=========================================================*/
.footer__form{
	background-color: #5F54B6;
}
.footer__form form label{
	color: #F3F1FF;
	letter-spacing: 0.16px;
}
.footer__form form input{
	border:1px solid #A797FB;
	background-color: rgba(255, 255, 255, 0.90);
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 8px;
	margin-top: 3px;
}
.footer__form form input:focus{
	outline-color: #A797FB;
}
.footer__form form textarea:focus{
	outline-color: #A797FB;
}
.footer__form form textarea{
	border:1px solid #A797FB;
	background-color: rgba(255, 255, 255, 0.90);
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 8px;
	margin-top: 3px;
	padding-top: 5px
}
.footer__form__button{
	background-color: #241D4D;
	box-shadow: 0px 3px 12px 0px rgba(6, 40, 67, 0.25);
	padding: 18px 45px;
	border-radius: 6px;
	color: #F3F1FF;
	border:none;
}
.footer__form__button:hover .arrowIcon{
	animation: btnIcon 1s ease-in-out;
}
.footer__call__button{
	background-color: transparent;
	border:1px solid #D6DBDF;
	border-radius: 8px;
	padding: 8px 16px;
	min-width: 270px;
}
/*footer
===========================================================*/
footer{
	background-color: #362F5E;
}
.footer__call__button{
	background-color: transparent;
}
.footer__call__icon{
	margin-right: 12px;
}
.footer__call__number{
	color: #EDEEF1;
	letter-spacing: 0.26px;
	margin-bottom: -5px !important;
}
.footer__call__text{
	color: #D7DBDF;
	line-height: 140%;
	font-size: 14px;
	letter-spacing: 0.14px;
}
.footer__Address{
	color: #EDEEF1;
}
.footer__Address__text{
	color: #B4BBC5;
}
.footer__socialLsit{
	gap:24px;
}
.footer__map__text{
	color: #D7DBDF;
}
.copy__right{
	padding: 27px 0px 31px 0px;
	background-color: #1F1A38;
}
.copy__right__text{
	color: #CBC5EA;
	font-size: 14px;
	letter-spacing: 0.14px;
}
.text__end{
	text-align: right;
}
.Privacy__Policy__link{
	color: #A299EE;
	text-decoration-line: underline !important;
	text-decoration-style: solid;
	font-size: 14px;
}
.Privacy__Policy__link:hover{
	color: white;
}






























@media screen and (min-width: 1400px){
	.header::before{
		background-position: 70% 60%;
	}
	.video-container{
		height: 328px;
	}
}
@media screen and (max-width: 1199px){
	.team__image{
		margin-top: -100px;
		width: 115%;
		height: auto;
	}
	.video-container{
		height: 234px;
	}
}
@media screen and (max-width: 991px){
	.fontSize14{
		font-size: 14px;
	}
	.fontSize15{
		font-size: 15px;
	}
	.fontSize17{
		font-size: 16px;
	}
	.fontSize16{
		font-size: 16px;
	}
	.fontSize18{
		font-size: 16px;
	}
	.fontSize19{
		font-size: 17px;
	}
	.fontSize20{
		font-size: 19px;
	}
	.fontSize22{
		font-size: 20px;
	}
	.fontSize24{
		font-size: 21px;
	}
	.fontSize26{
		font-size: 22px;
	}
	.fontSize28{
		font-size: 22px;
	}
	.fontSize38{
		font-size: 30px;
	}
	.fontSize40{
		font-size: 32px;
	}
	.fontSize44{
		font-size: 34px;
	}
	.fontSize56{
		font-size: 56px;
	}
	.team__image{
		display: none;
	}
	.mobile__team__image{
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	.badges__box_row{
		justify-content: center;
	}
	.review__box{
		padding-left: 0px;
	}
	.review__bg1{
		left: -10px;
	}
	.review__bg2{
		left: -10px;
	}
	.tablet__center{
		text-align: center;
	}
	.result__card__1 span{
		font-size: 48px;
	}
	.result__card__2 span{
		font-size: 48px;
	}
	.Tax__Problems__card{
		min-height: 320px;
	}
	.Process__card__leftWidth{
		max-width: 350px;
	}
	.Process__card__RightWidth{
		max-width: 350px;
	}
	.header{
		padding-bottom: 40px;
	}
	.mobile__padding__10{
		flex-direction: row-reverse;
		padding-bottom: 20px;
	}
	.mobile__dircation{
		flex-direction: column-reverse;
		align-items: center;
	}
	.video-container{
		height: 324px;
	}
	.mobile__bottom_40{
		padding-bottom: 40px;
	}

}

@media screen and (max-width: 767px){
	.fontSize14{
		font-size: 14px;
	}
	.fontSize15{
		font-size: 15px;
	}
	.fontSize17{
		font-size: 15px;
	}
	.fontSize16{
		font-size: 16px;
	}
	.fontSize18{
		font-size: 16px;
	}
	.fontSize19{
		font-size: 17px;
	}
	.fontSize20{
		font-size: 17px;
	}
	.fontSize22{
		font-size: 18px;
	}
	.fontSize24{
		font-size: 19px;
	}
	.fontSize26{
		font-size: 20px;
	}
	.fontSize28{
		font-size: 21px;
	}
	.fontSize38{
		font-size: 26px;
	}
	.fontSize40{
		font-size: 30px;
	}
	.fontSize44{
		font-size: 28px;
	}
	.fontSize56{
		font-size: 28px;
	}
	.Mobile__padding_16{
		padding-top: 16px !important
	}
	.padding__left__10{
		padding-left: 10px;
	}
	.mobile__hide__box{
		display: none;
	}

	.topbar{
		padding: 10px 0px 13px 0px;
	}
	.logo{
		width: 65px;
		height: auto;
	}
	.call__button{
		padding: 6px 12px;
		border-radius: 10px;
		min-width: 216px;
	}
	.call__number{
		font-size: 18px !important;
	}
	.call__text{
		font-size: 12px !important
	}
	.call__icon{
		margin-right: 10px;
	}
	.call__icon img{
		width: 21px;
		height: 21px;
	}
	.mobile__padding__15{
		padding-top: 15px !important;
	}
	.Tax__Problems__card{
		min-height: auto;
	}
	.team__card__left{
		flex-direction: column;
	}
	.team__card__right{
		flex-direction: column;
	}
	.Process__card__leftWidth,.Process__card__RightWidth{
		padding: 48px;
		padding-top: 0px;
	}
	.Process__card__leftWidth{
		max-width: 100%;
	}
	.Process__card__RightWidth{
		max-width: 100%;
		padding-top: 0px;
	}
	.Process__01__image{
		min-height: 250px;
	}
	.Process__02__image{
		min-height: 250px;
	}
	.Process__03__image{
		min-height: 250px;
	}
	.Process__04__image{
		min-height: 250px;
	}
	.review__bg1{
		left: -5px;
	}
	.review__bg2{
		left: -5px;
	}
	.team__card__left__imageBox{
		width: 100%;
		border-radius: 16px 16px 2px 2px;
		border-right: none;
		border-bottom: 1px solid #FFD59C;
	}
	.team__card__left__text{
		padding: 24px;
	}
	.team__card__right__imageBox{
		width: 100%;
		border-radius: 16px 16px 2px 2px;
		border-left: none;
		border-bottom: 1px solid #CBC5EA;
	}
	.team__card__right__text{
		padding: 24px;
	}
	.result__card__2{
		padding: 20px 0px 24px 0px;
	}
	.result__card__1{
		padding: 20px 0px 24px 0px;
	}
	.padding__bottom_0{
		padding-bottom: 0px !important;
	}
	.faqs__Section{
		padding-top: 0px !important;
	}
	.Process__number{
		font-size: 50px;
	}
	.accordion-button{
		padding-top: 16px !important;
		padding-bottom: 16px !important
	}
	.mobile__center{
		text-align: center;
	}
	.footer__socialLsit{
		gap:20px 35px;
		justify-content: center;
	}
	.footer__call__button{
		justify-content: center;
	}
	.text__end{
		padding-top: 10px;
		text-align: center;
	}
	.arrowTestimonials{
		margin: 0px;
	}
	.header__form{
		padding: 22px;
	}
	.video-container{
		height: 290px;
	}

}
@media screen and (max-width: 500px){
	.badge__box{
		width: 140px
	}
	.video-container{
		height: 265px;
	}
	.star__image{
		width: 70px;
	}
	.rating{
		font-size: 12px;
		margin-right: 5px;
	}
	.badge__box svg{
		width: 20px;
		height: 20px;
	}
	.google__review{
		font-size: 10px;
	}
	.badges__box_row{
		gap:0px 10px;
	}
	.mobile__padding__10{
		padding-top: 10px !important;
	}
	.mobile__badge{
		width: 85px;
		height: auto;
	}
	.form__butoon{
		font-size: 13px !important;
	}
}
@media screen and (max-width: 460px){
	.video-container{
		height: 245px;
	}
}
@media screen and (max-width: 430px){
	.video-container{
		height: 230px;
	}
}
@media screen and (max-width: 400px){
	.video-container{
		height: 210px;
	}
}
@media screen and (max-width: 375px){
	.video-container{
		height: 196px;
	}
}
@media screen and (max-width: 360px){
	.video-container{
		height: 188px;
	}
}
@media screen and (max-width: 340px){
	.video-container{
		height: 175px;
	}
}
@media screen and (max-width: 340px){
	.video-container{
		height: 168px;
	}
}



/*----------------------------------------scroll animation css -------------------------*/

.animation-top {
  opacity: 0.4;
  transform: translateY(100px);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1),
    opacity 0.3s 0.25s ease-out;
  will-change: transform, opacity;
  transition: 0.8s;
}

.animation-top.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.animation-right {
  opacity: 0;
  transform: translateX(100px);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1),
    opacity 0.5s 0.25s ease-out;
  will-change: transform, opacity;
  transition: 0.8s;
}

.animation-right.is-visible {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 320px) {
  .animation-top {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .animation-right {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
/*bootstrap css
=========================================================================================*/
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b {
  font-weight: bolder;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gx-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 576px) {

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #362F5E !important ;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #362F5E !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  color: #fff !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }
}

/*custom style 
=================================================================================*/
/*--------------------------------- Padding bottom ----------------------------*/
.padding-bottom-4{
    padding-bottom: 4px;
}
.padding-bottom-8{
    padding-bottom: 8px;
}
.padding-bottom-12{
    padding-bottom: 12px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-24{
    padding-bottom: 24px;
}
.padding-bottom-32{
    padding-bottom: 32px;
}
.padding-bottom-36{
    padding-bottom: 36px;
}
.padding-bottom-40{
    padding-bottom: 40px;
}
.padding-bottom-48{
    padding-bottom: 48px;
}
.padding-bottom-56{
    padding-bottom: 56px;
}
.padding-bottom-64{
    padding-bottom: 64px;
}
.padding-bottom-96{
    padding-bottom: 96px;
}
/*`````````````````````````````````Padding bottom ```````````````````````````*/
/*--------------------------------- Padding top ----------------------------*/
.padding-top-12{
    padding-top: 12px;
}
.padding-top-16{
    padding-top: 16px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-24{
    padding-top: 24px;
}
.padding-top-32{
    padding-top: 32px;
}
.padding-top-40{
    padding-top: 40px;
}
.padding-top-48{
    padding-top: 48px;
}
.padding-top-56{
    padding-top: 56px;
}
.padding-top-64{
    padding-top: 64px;
}
.padding-top-72{
    padding-top: 72px;
}
.padding-top-96{
    padding-top: 96px;
}
/*`````````````````````````````````Padding top```````````````````````````*/
/*---------------------------------Padding Left  ----------------------------*/
/*`````````````````````````````````Padding Left `````````````````````````*/
/*---------------------------------Padding right  ----------------------------*/
/*`````````````````````````````````Padding right `````````````````````````*/
/*---------------------------------Tabs Screens ----------------------------*/
@media screen and (max-width: 992px){
      /*---------------------------------Padding bottom small tabs screens----------------------------*/
    .padding-bottom-4{
        padding-bottom: 4px;
    }
    .padding-bottom-8{
        padding-bottom: 8px;
    }
    .padding-bottom-12{
        padding-bottom: 12px;
    }
    .padding-bottom-20{
        padding-bottom: 16px;
    }
    .padding-bottom-24{
        padding-bottom: 20px;
    }
    .padding-bottom-32{
        padding-bottom: 20px;
    }
    .padding-bottom-36{
        padding-bottom: 24px;
    }
    .padding-bottom-40{
        padding-bottom: 28px;
    }
    .padding-bottom-48{
        padding-bottom: 36px;
    }
    .padding-bottom-56{
        padding-bottom: 40px;
    }
    .padding-bottom-64{
        padding-bottom: 48px;
    }
    .padding-bottom-96{
        padding-bottom: 64px;
    }
    /*```````````````````````````````````Padding bottom  tabs screens``````````````````````````*/
         /*---------------------------------Padding top small tabs screens----------------------------*/
        .padding-top-12{
            padding-top: 12px;
        }
        .padding-top-16{
            padding-top: 16px;
        }
        .padding-top-20{
            padding-top: 16px;
        }
        .padding-top-24{
            padding-top: 20px;
        }
        .padding-top-32{
            padding-top: 20px;
        }
        .padding-top-40{
            padding-top: 28px;
        }
        .padding-top-48{
            padding-top: 36px;
        }
        .padding-top-56{
            padding-top: 40px;
        }
        .padding-top-64{
            padding-top: 48px;
        }
        .padding-top-72{
            padding-top: 56px;
        }
        .padding-top-96{
            padding-top: 64px;
        }
        /*```````````````````````````````````Padding top  tabs screens``````````````````````````*/
        /*---------------------------------Padding Left  ----------------------------*/
		/*`````````````````````````````````Padding Left  `````````````````````````*/
		/*---------------------------------Padding right  ----------------------------*/
		/*`````````````````````````````````Padding Left  `````````````````````````*/
		/*```````````````````````````````````````Tabs Screens end````````````````````````````````````````*/
/*---------------------------------Mobile Screens ----------------------------*/
@media screen and (max-width: 767px){
     /*---------------------------------Padding bottom  mobile screens----------------------------*/
     .padding-bottom-4{
        padding-bottom: 4px;
    }
    .padding-bottom-8{
        padding-bottom: 8px;
    }
    .padding-bottom-12{
        padding-bottom: 12px;
    }
    .padding-bottom-20{
        padding-bottom: 16px;
    }
    .padding-bottom-24{
        padding-bottom: 16px;
    }
    .padding-bottom-32{
        padding-bottom: 20px;
    }
    .padding-bottom-36{
        padding-bottom: 24px;
    }
    .padding-bottom-40{
        padding-bottom: 28px;
    }
    .padding-bottom-48{
        padding-bottom: 36px;
    }
    .padding-bottom-56{
        padding-bottom: 40px;
    }
    .padding-bottom-64{
        padding-bottom: 44px;
    }
    .padding-bottom-96{
        padding-bottom: 56px;
    }
    /*`````````````````````````````Padding bottom  Mobile screens```````````*/
    /*---------------------------------Padding top mobile   screens----------------------------*/
    .padding-top-12{
        padding-top: 12px;
    }
    .padding-top-16{
        padding-top: 12px;
    }
    .padding-top-20{
        padding-top: 16px;
    }
    .padding-top-24{
        padding-top: 16px;
    }
    .padding-top-32{
        padding-top: 20px;
    }
    .padding-top-40{
        padding-top: 28px;
    }
    .padding-top-48{
        padding-top: 36px;
    }
    .padding-top-56{
        padding-top: 40px;
    }
    .padding-top-64{
        padding-top: 44px;
    }
    .padding-top-72{
        padding-top: 48px;
    }
    .padding-top-96{
        padding-top: 56px;
    }
    /*`````````````````````````````Padding top  Mobile screens```````````*/
      /*---------------------------------Padding Left mobile screen ----------------------------*/
		/*`````````````````````````````````Padding Left  `````````````````````````*/
		 /*---------------------------------Padding Left mobile screen ----------------------------*/
		/*`````````````````````````````````Padding Left  `````````````````````````*/
}
/*`````````````````````````````````Mobile Screens end`````````````````````````````*/

}