/*===========================================================================================================================
					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%;
    	font-family: sans-serif; /* Fallback font */
	}
	.width100{
		width: 100% !important;
		height:auto !important;
	}
	a{
		text-decoration: none !important;
	}
/*------------------color---------------------------*/
:root{
	--dark-blue:#094883;
	--light-gray:#F4F6FD;
	--footer:#003B4B;
}
/*-------------------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;
}
.fontSize54{
	font-size: 54px;
}
.fontSize64{
	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: 'Figtree'; src: url('./Figtree.woff2') format('woff2'); font-style: normal; font-display: swap; } 
@font-face { font-family: 'Sarabun'; src: url('./Sarabun-Bold.woff2') format('woff2'); font-style: normal; font-display: swap; }


.Figtree {
  font-family: "Figtree", 'Helvetica Neue', 'Arial', sans-serif;
}
.Sarabun {
  font-family: "Sarabun", 'Open Sans', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;;
}
/*video farames
==========================================================================*/
.video-container {
            position: relative;
            width: 100%;
            height: 307px;
            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%;
        }
/*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;
	}
}

.tax-box{
    		padding: 0px 24px 24px 24px
    	}
    	.text__trigger__leftTitle{
    		background: linear-gradient(90deg, #00768F 0%, #1F3659 100%);
    		color: #FFF;
    		letter-spacing: 0.24px;
    	}
    	.text__trigger__rightTitle{
    		background: linear-gradient(90deg, #006894 0%, #1F3659 100%);;
    		color: #FFF;
    		letter-spacing: 0.24px;
    	}
    	.icon__center{
    		text-align: right;
    	}

    	@media screen and (max-width: 767px){
    		.tax-box{
	    		padding: 0px 0px 0px 0px
	    	}
	    	.reverse svg{
	    		width: 40px ;
	    		height: auto;

	    	}
	    	.mobile_T_0{
	    		padding-top: 0px !important
	    	}
    	}
    	@media screen and (max-width:991px){
	    	.reverse{
	    		flex-direction: column-reverse;
	    	}
	    	.reverse svg{
	    		width: 60px ;
	    		height: auto;

	    	}
	    	.icon__center{
	    		text-align: center;
	    	}
    	}



/*topbar section
=====================================================================================*/
.topbar{
	padding:20px 0px 22px 0px;
	background-color: var(--dark-blue);
}
.call__button {
	border-radius: 4px;
	border:1px solid #F3F1FF;
	background-color: #fff;
	padding: 8px 16px;
	min-width: 280px;
}
.call__icon{
	margin-right: 12px;
}
.call__number{
	color: #003B4B;
	letter-spacing: 0.52px;
	margin-bottom: -5px !important;
}
.call__text{
	color: #003B4B;
	line-height: 135%;
	font-size: 14px;
}
.Mobile__logo{
		display: none;
	}
	.laptop__logo{
		display: block;
	}
/*header css 
===========================================================================*/
.header__heading{
	color: #17375C;
	letter-spacing: -1.28px;
}
.header__arrow{
	transform: translate(-40px , 20px);
}
.header__services{
	color: #103F6C;
}
.hero__tick{
	max-width: 40px !important;
    max-height: 26px;
    margin-right: 8px;
}
.header__Text{
	color: #103F6C;
}
.header__form{
	background-color: #F4F6FD;
	border-radius: 4px;
	border:1px solid #9FEBFF;
	box-shadow: 0px 0.6px 0.6px 0px rgba(0, 45, 73, 0.30);
	padding: 22px 36px;
}
.form__heading{
	color: #103F6C;
	letter-spacing: 0.21px;
}
.header__form label{
	color: #596069;
	letter-spacing: 0.15px;
}
.header__form input{
	color: #596069;
	border-radius: 2px;
	border:1px solid #DFE6E4 !important;
	background-color: #FDFDFD !important;
}
.header__form textarea{
	color: #596069;
	border-radius: 2px;
	border:1px solid #DFE6E4 !important;
	background-color: #FDFDFD !important;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px
}
.form__button{
	color: #FBFFF4;
	padding: 18px 0px 16px 0px;
	border-radius: 4px;
	display: block;
	border:none;
	background-image: linear-gradient(90deg, #235699 0%, #00798E 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%;
}
.arrowIcon{
	margin-top: -4px;
}
.form__button:hover .arrowIcon{
	animation: btnIcon 1s ease-in-out;
}
.form__button: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: #17375C;
	letter-spacing: 0.22px;
}
.form__calltext:hover{
	color: #17375C;
}
.form__text{
	font-size: 13px;
	color: #596069;
}
.badge__box{
	background: #fff;
	border-radius: 4px;

	width: 160px;
}
.badge__box_mobile{
	border-radius: 2px;
	background-color: #F8F8F8;
	box-shadow: 0px 0.6px 0.6px 0px rgba(0, 45, 73, 0.30);
	padding: 5px 10px;
}
.rating{
	margin-right: 12px;
	font-size: 16px;
	color: #343641;
	margin-top: 4px;
}
.gap_x20{
	gap:0px 20px;
}
.gap__x12{
	gap:0px 12px;
}
.kith__image{
	text-align: right;
	position: relative;
}
.kith__img{
	width:300px;
	margin-top: -130px;
	margin-right: -75px;
	margin-left: auto;
	position: relative;
}
.keith__jones__msg{
	background-color: #00579E;
	box-shadow: 0px 0.676px 40.68px 0px rgba(0, 45, 73, 0.30);
	padding: 13px 16px;
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	width: fit-content;
	bottom: 0;
	right: 17px;
}
.keith__jones__msg span{
	color: #fff;
	letter-spacing: 0.214px;
}
.Mobile__badge__width{
	width: 200px;
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.Mobile__badge{
	display: none
}
.Laptop__header__text{
		display: block;
	}
	.Mobile__header__text{
		display: none;
	}
/*Real reviews section css
===================================================================================*/
.reviews{
	background-image: linear-gradient(105deg, #235699 3.8%, #1E3E69 114.82%)
}
.review__heading{
	color: #F4F6FD;
	letter-spacing: -0.38px;
}
.review__Subheading{
	color: #F4F6FD;
}
.Video__text{
	color: #F4F6FD;
	letter-spacing: 0.21px;
}
.Arrow__Testimonials{
	margin-top: 20px;
	margin-left: 10px;
}
.review__slider{
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 6px 0px 0px  #00ABE9;
	padding: 32px 28px;
	min-height: 361px;
}
.reviw__slider__text{
	color: #17375C;
}
.reviw__slider__heading{
	color: #11223D;
}
.laptop__j_center{
	justify-content: center;
}
.carousel-indicators{
	position: static !important;
	display: flex;
	width: 50%;
	padding: 0px 20px;
	justify-content: space-evenly;
	align-items: center;
	margin:0px !important;
	gap:0px 25px;
}
.carousel-indicators button{
	width: 20px !important;
	height: 20px !important;
	background-color: #fff;
	border-radius: 50%;
	border:none;
	opacity: 1 !important;

}

.carousel-indicators button.active{
  background-color: #36bdf2;
  border-radius: 10px !important;
  width: 53px !important; 
  height: 20px !important;
  -webkit-clip-path: inset(2% 5% round 140px);
  clip-path: inset(25% 5% round 140px);
}
/*About section css
===============================================================================*/
.About__heading{
	color: #103F6C;
	letter-spacing: -0.54px;
}
.About__SubHEading{
	color: #0673BF;
	letter-spacing: 0.21px;
}
.About__Text{
	color: #41404E;
}
.Padding__left__20{
	padding-left: 20px;
}

/*Some of Keith Jones CPA Results
============================================================================================*/
.result__heading{
	color: #103F6C;
	letter-spacing: -0.38px;
}
.result__card{
	padding: 30px;
	border-radius: 8px;
	border:2px solid #00579E;
	background-color: #0673BF;
	position: relative;
	box-shadow: 0px 24px 24px 0px rgba(31, 36, 144, 0.06);
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
	min-height: 230px;
}
.result__card::before{
	content: "";
	width: 1px;
	height: 1px;
	bottom:5%;
	left: 50%;
	background-color: #103F6C;
	transition: 0.3s;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.result__card:hover::before{
	transform: scale(600);
}
.result__card:hover{
	cursor: pointer;
}
.result__card__heading{
	font-size: 64px;
	color: #fff;
}
.result__card__text{
	color: #F7F7F8;
}
.counter {
  
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
 
  line-height: 110%;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 70px;
  font-size: 64px;
  font-weight: 700;
  justify-content: center;
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
   background:linear-gradient(90deg, #fff 0%, #fff 100%);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
    background:linear-gradient(90deg, #fff 0%, #fff 100%);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
text-align: right;
}
.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.counter:nth-child(1) {
  color: #EF8354;
}

.counter:nth-child(2) {
  color: #0EB1D2;
}

.counter:nth-child(3) {
  color: #2D3142;
}

.counter:nth-child(4) {
  color: #698F3F;
}

/*Why Choose
=========================================================================================*/
.WhyChoose__heading{
	color: #103F6C;
	letter-spacing: -0.54px;
}
.whyChoose__card__top{
	border-radius: 8px;
	background-color: #F6F7F7;
	padding: 40px 40px 40px 24px;
	position: relative;
	min-height: 300px;
	z-index: 1;
	cursor: pointer;
}
.whyChoose__card__bottom{
	border-radius: 8px;
	background-color: #F6F7F7;
	padding: 40px 40px 40px 24px;
	position: relative;
	min-height: 250px;
	z-index: 1;
	cursor: pointer;
}
.whyChoose__card__heading{
	color: #161B1A;
}
.whyChoose__card__text{
	color: #3A3844;
}
.whyChoose__card__number{
	font-size: 80px;
	color: #0673BF;
	letter-spacing: -0.8px;
	position: absolute;
	top: -40px;
	right: 20px;
	transition: 0.5s;
	
}
.whyChoose__card__top::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #EBF9FF;
	z-index: -1;
	width: 0%;
	height: 0%;
	transition: 0.5s;
	border-radius: 8px;
}
.whyChoose__card__top:hover::before{
	width: 100%;
	height: 100%
}
.whyChoose__card__top:hover .whyChoose__card__text{
	color: #2C3332;
}
.whyChoose__card__bottom:hover .whyChoose__card__text{
	color: #2C3332;
}
.whyChoose__card__bottom::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #EBF9FF;
	z-index: -1;
	width: 0%;
	height: 0%;
	transition: 0.5s;
	border-radius: 8px;
}
.whyChoose__card__bottom:hover::before{
	width: 100%;
	height: 100%
}
/*sales tax section css
===================================================================================*/
.sales__tax{
	background-image: linear-gradient(100deg, #FF6900 -20.24%, #235699 104.16%);
}
.sales__tex__heading{
	letter-spacing: -0.38px;
	color: #F4F6FD;
}
.sales__tex__subHeading{
	color: #F4F6FD;
}
.sales__tex__issues{
	width: fit-content;
	letter-spacing: 0.24px;
	color: #fff;
	background-image: linear-gradient(105deg, #D86700 3.8%, #1F477F 114.82%);
	padding-right: 20px;
}
.sales__tex__text{
	color: #F7F8F8;
}
.Video__text2{
	color: #F4F6FD;
}
/*founder section css
=====================================================================================*/
.founder__section{
	background-color: #F0EBE8;
}
.founder__heading{
	color: #094883;
	letter-spacing: -0.54px;
}
.founder__profile{
	background-color: #17375C;
	height: 100%;
}
.founder__profile{
	border-radius: 8px;
}
.founder__profile img{
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	margin-bottom: -1px;
}
.founder__profile__body{
	background-color: #17375C;
	padding:80px 0px 60px 0px;
	border-radius: 0px 0px 8px 8px;
}
.founder__profile__body__name{
	color: #fff;
	letter-spacing: 0.561px;
}
.founder__profile__body__position{
	color: #fff;
	letter-spacing: 0.227px;
}
.founder__button{
	padding: 20px 30px;
	color: #11223D;
	border-radius: 2px;
	background-color: #9FEBFF;
	box-shadow: 0px 4.315px 10.789px 0px rgba(0, 0, 0, 0.15);
	display: inline-block;
}
.founder__button:hover{
	color: #11223D;
}
.founder__card{
	background-color: #fff;
	box-shadow: 0px 0.6px 0.6px 0px rgba(0, 45, 73, 0.30);
	border-radius: 4px;
	padding: 44px;
	min-height: 340px;
}
.founder__card2{
	background-color: #fff;
	box-shadow: 0px 0.6px 0.6px 0px rgba(0, 45, 73, 0.30);
	border-radius: 4px;
	padding: 44px;
	min-height: 365px;
}
.founder__card__heading{
	color: #17375C;
	letter-spacing: 0.24px;
}
.founder__card__text{
	color: #2C3332;
}
.laptop_dircation{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/*A Message from Keith Jones
================================================================================*/
.Message__keith{
	background-image: linear-gradient(90deg, #00798E 0%, #235699 100%);
}
.Message__keith__heading{
	color: #fff;
	letter-spacing: -0.38px;
}
.Message__keith__title{
	width: fit-content;
	padding-right: 20px;
	border-radius: 1px;
	letter-spacing: 0.24px;
	color: #fff;
	background-image: linear-gradient(90deg, #006894 0%, #1F3659 100%);
}
.Message__keith__text{
	color: #F7F8F8;

}

/*issues  section css
===================================================================================*/
.issues__section{
	background-color: #fff;
}
.issues__section__heading{
	letter-spacing: -0.54px;
	color: #103F6C;
}
.issues__card__left{
	padding: 24px;
	border-radius: 8px;
	background-color: #F4F6FD;
	min-height: 390px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.issues__card__right{
	padding: 24px;
	border-radius: 8px;
	background-color: #F4F6FD;
	min-height: 390px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;

}
.issues__card__left::before{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 5px;
	height: 5px;
	background-color: #00579E;
	border-radius: 30px;
	z-index: -1;
	transition: 0.35s;
}
.issues__card__left:hover::before{
	transform: scale(300);
}
.issues__card__left:hover .issues__card__title{
	color: #F4F6FD;
}
.issues__card__left:hover .issues__card__text{
	color: #F4F6FD;
}
.issues__card__left:hover .issues__card__icon{
	fill: #F4F6FB;
}

.issues__card__right::before{
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 5px;
	height: 5px;
	background-color: #00579E;
	border-radius: 30px;
	z-index: -1;
	transition: 0.35s;
}
.issues__card__right:hover::before{
	transform: scale(300);
}
.issues__card__right:hover .issues__card__title{
	color: #F4F6FD;
}
.issues__card__right:hover .issues__card__text{
	color: #F4F6FD;
}
.issues__card__right:hover .issues__card__icon{
	fill: #F4F6FB;
}
.issues__card__icon{
	transition: 0.35s;
}
.issues__card__title{
	color: #11223D;
	transition: 0.35s;
}
.issues__card__text{
	transition: 0.35s;
	color: #3A3844;
}
/*FAQS section css
====================================================================================*/
.faqs__Section{
	background-color: #F4F6FD;
}
.faqs__heading{
	color: #094883;
	letter-spacing: -0.38px;
}
.accordion-button {
  background-color: #2D3C4F !important;
  color: #F4F6FD !important;
  letter-spacing: 0.19px;
  border-radius: 2px;
  padding-left: 70px !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.accordion-button::after {
  background-image: url(../media/bottom.svg) !important;
  width: 44px !important;
  height: 44px !important;
 background-position: center;
 position: absolute;
 top:17px;
 background-size: 2.25rem !important;
 left: 18px;
}
.accordion-button:not(.collapsed) {
  background-color:#fff !important;
  color: #00579E !important;
  font-size: 19px;
  letter-spacing: -0.18px;

}
.accordion-button:not(.collapsed):after{
	background-image: url(../media/top.svg) !important;
	transform: rotate(0deg) !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 white !important;
   background-color: #2D3C4F ;
   color: #F4F6FD ;
}
.accordion-item{
	margin-bottom: 12px;
}
.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: #00579E;
	box-shadow: 0px 1px 1px 0px rgba(0, 45, 73, 0.30);
}
.footer__form form label{
	color: #F3F1FF;
	letter-spacing: 0.16px;
}
.footer__form form input{
	border:1px solid #C3D9F1;
	background-color: #F4F6FD;
	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 #C3D9F1;
	background-color: #F4F6FD;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 8px;
	margin-top: 3px;
	padding-top: 5px
}
.footer__form__button{
	background-color: #17375C;
	box-shadow: 0px 3px 12px 0px rgba(6, 40, 67, 0.25);
	padding: 18px 67px;
	border-radius: 6px;
	color: #F1F8FE;
	border:none;
	width: 100%;
}
.footer__form__button:hover .arrowIcon{
	animation: btnIcon 1s ease-in-out;
}
/*footer
===================================================================*/
footer{
	background-image: linear-gradient(179deg, #235699 6.16%, #005262 98.86%);
}
.footer__call__button{
	background-color: transparent;
	border:2px solid #D6DBDF;
	border-radius: 8px;
	padding: 8px 16px;
	min-width: 300px;
	max-width: 300px;
}
.footer__call__icon{
	margin-right: 12px;
}
.footer__call__number{
	color: #F4F6FD;
	letter-spacing: 0.617px;
	margin-bottom: -5px !important;
}
.footer__call__text{
	color: #D7DBDF;
	line-height: 135%;
	font-size: 16px;
	letter-spacing: 0.166px;
}
.footer__socialLsit{
	display: flex;
	flex-wrap: wrap;
	gap:24px;

}
footer .tabs-container {
  width: 100%;
  margin: 0 auto;
}

footer .tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F0EBE8;
  padding: 6px 4px;
  justify-content: space-between;
  border-radius: 8px;
}

footer .tabs li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: none;
  background-color: transparent;
  border-radius: 6px;
}

footer .tabs li.active {
  background-color: #fff;
  color: #0A090B;
  font-weight: 600 !important;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);

}

footer .tab-content {
  border-radius: 8px;
  background-color: transparent;
}
footer .tab-content iframe{
	border-radius: 8px;
}
footer .content {
  display: none;
}

footer .content.active {
  display: block;
}

/*copy__right
==================================================================================*/
.copy__right{
	padding: 27px 0px 30px 0px;
	background-color: #003B4B;
}
.copy__right__text{
	font-size: 14px;
	color: #DFE6E4;
}
.copy__right__link{
	font-size: 14px;
	text-decoration: underline !important;
	color: #DFE6E4;
}
.copy__right__end{
	text-align: right;
}
.copy__right__link:hover{
	color: #fff;
}

/*----------------------------------------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;
  }
}
/*privacy__policy
=========================================================================*/
.privacy__policy{
	background-color: #F4F6FD;
}
.privacy__policy__heading{
	color: #17375C;
}
.privacy__policy_divider{
	border-bottom: 1px solid #9FEBFF;
}
.parivacy__Subheading{
	color: #103F6C;
}









@media screen and (min-width: 1400px){
	.kith__img{
		width:358px;
		margin-top: -160px;
		margin-right: -75px;
    }
    .video-container{
		height: 360px;
	}
	.keith__jones__msg{
		right:45px; 
	}
}
@media screen and (max-width: 1199px){
	.hero__tick{
		max-width: 38px;
	}
	.kith__img{
		width: 250px;
	    margin-top: -110px;
	    margin-right: -135px;
	}
	.video-container{
		height: 234px;
	}
	.keith__jones__msgBox{
		bottom: 20px;
		right: 12%;
	}
	.keith__jones__msg{
		padding: 10px;
		right: 10px;
	}
	.keith__jones__msg span{
		font-size: 16px !important
	}
}
@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: 17px;
	}
	.fontSize19{
		font-size: 18px;
	}
	.fontSize20{
		font-size: 18px;
	}
	.fontSize22{
		font-size: 20px;
	}
	.fontSize24{
		font-size: 22px;
	}
	.fontSize26{
		font-size: 23px;
	}
	.fontSize28{
		font-size: 25px;
	}
	.fontSize38{
		font-size: 32px;
	}
	.fontSize40{
		font-size: 33px;
	}
	.fontSize44{
		font-size: 36px;
	}
	.fontSize54{
		font-size: 42px;
	}
	.fontSize64{
		font-size: 48px;
	}
	.Mobile__logo{
		display: block;
	}
	.laptop__logo{
		display: none
	}
	.header__arrow{
		display: none;
	}
	.Laptop__badge{
		display: none
	}
	.Mobile__badge{
		display: block;
	}
	.kith__img{
		width: 250px;
        margin-top: -160px;
        margin-right: 15px;
	}
	.Mobile__badge__padding{
		padding: 20px 100px 0px 100px;
	}
	.rew__reverse{
		flex-direction: column-reverse;;
	}
	.Padding__left__20{
		padding-left: 0px;
	}
	.mobile_x_padding{
		padding-bottom: 0px !important;
		padding-top: 24px;
	}
	.video-container{
		height: 324px;
	}
	.tablet_align_center{
		align-items: center;
	}
	.header__form{
		margin-bottom: 40px;
	}
	.laptop_dircation{
		display: flex;
		flex-direction: row;
		justify-content: center;
		height: 100%;
	}
	.keith__jones__msg{
		padding: 12px 14px;
	}
	.keith__jones__msg span{
		font-size: 18px;
	}
	.mobile_bottom{
		padding-bottom: 20px;
	}
	.badge__box_mobile{
		width: 160px;
	}
	.keith__jones__msgBox{
		right: 30%;
	}
	.ficpa-mobile{
		width: 80%;
	}
	.keith__jones__msg{
		right: 5px;
	}
}
@media screen and (max-width: 767px){
	.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: 17px;
	}
	.fontSize22{
		font-size: 19px;
	}
	.fontSize24{
		font-size: 19px;
	}
	.fontSize26{
		font-size: 20px;
	}
	.fontSize28{
		font-size: 22px;
	}
	.fontSize38{
		font-size: 28px;
	}
	.fontSize40{
		font-size: 29px;
	}
	.fontSize44{
		font-size: 30px;
	}
	.fontSize54{
		font-size: 36px;
	}
	.fontSize64{
		font-size: 36px;
	}
	.Laptop__header__text{
		display: none
	}
	.Mobile__header__text{
		display: block;
	}
	.topbar{
		padding: 14px 0px 15px 0px !important
	}
	.header{
		padding-top: 16px !important;
	}
	.Mobile__badge__padding{
		padding: 20px 50px 0px 50px;
	}
	.reviews{
		padding: 32px 0px 40px 0px !important;
	}
	.review__slider{
		padding: 24px 10px;
	}
	.Arrow__Testimonials{
		margin: 0px;
	}
	.laptop__j_center{
		justify-content: space-between;
	}
	.result__card{
		padding: 17px;
		min-height: 165px;
	}
	.counter{
		font-size: 37px;
		height: 40px;
	}
	.Mobile__padding__20{
		padding-top: 20px !important;
	}
	.P__bottom__0{
		padding-bottom:0 !important;
	}
	.result__card__text{
		font-size: 13px !important
	}
	.whyChoose__card__top{
		min-height: auto;
	}
	.whyChoose__card__bottom{
		min-height: auto;
	}
	.sales__tax {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}
	.Message__keith{
		padding-top: 40px !important;
	}
	.mobile_row_reverse{
		flex-direction: column-reverse;
	}
	.Mobile__padding__bottom22{
		padding-bottom:22px;
	}
	.issues__card__left{
		min-height: auto
	}
	.issues__section {
		padding-top:40px !important;
		padding-bottom: 20px !important;

	}
	.accordion-button::after{
		left: 5px !important;
		background-size: 2rem !important

	}
	.accordion-button{
		padding-left: 50px !important;
	}
	.footer__form{
		padding-top: 40px !important;
		padding-bottom: 0px !important;
	}
	.mobile__center{
		text-align: center;
	}
	.footer__call__button{
		margin: auto;
		text-align: center;
		justify-content: center;
		max-width: 100%;
	}
	.footer__socialLsit {
		justify-content: center;
	}
	.copy__right__link{
		margin-top: 10px;
		display: inline-block;
	}
	.video-container{
		height: 290px;
	}
	.review__slider{
		min-height: 385px;
	}
	.founder__profile__body{
		padding: 30px 0px 40px 0px;
	}
	.keith__jones__msg{
		padding: 10px 12px;
	}
	.keith__jones__msg span{
		font-size: 15px;
	}
	.badge__box_mobile{
		width: 150px;
	}
	.ficpa-mobile{
		width: 60%;
	}
	.header__form textarea{
		height: 40px;
	}
	
}
@media screen and (max-width: 500px){
	.kith__img{
		width: 220px;
        margin-top: -150px;
        margin-right: 0px;
	}
	.video-container{
		height: 265px;
	}
	.keith__jones__msg{
		right: 5px;
		padding: 8px 9px !important;
		width: 220px !important;
	}
	.keith__jones__msg span{
		font-size: 15px !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;
	}
}
@media screen and (max-width: 450px){
	.Mobile__badge__padding{
		padding: 20px 30px 0px 30px;
	}
}
@media screen and (max-width: 425px){
	.mobile__hide__get{
		display: none;
	}
	.call__text{
		text-transform: capitalize;
	}
	.call__button{
		min-width: auto;
		padding: 6px;
	}
	.call__icon{
		margin-right: 5px;
	}
	.call__icon img{
		width: 20px;
		height: auto;
	}
	.Mobile__badge__padding{
		padding: 20px 10px 0px 10px;
	}
	.Padding__left__10{
		padding-left: 10px;
	}
	.header__form{
		padding: 20px;
	}
	.Mobile__p0{
		padding: 0px !important
	}
	.kith__img{
        margin-right: -12px;
	}
	.header__form{
		margin-bottom: 0px;
	}
	footer .tabs li{
		padding: 8px 12px;
		font-size: 14px !important;
		text-align: center;
	}
	.mobile_bottom{
		padding-bottom: 12px;
	}
	.keith__jones__msgBox{
		right: 15%;
		bottom: 17px;
	}
	.keith__jones__msg{
		padding: 8px 20px;
	}
	.kith__img{
		margin-top: -135px;
	}
}
@media screen and (max-width: 400px){
	.Mobile__badge__width{
		width: 170px;
	}
	.kith__img{
		width: 220px;
        margin-top: -130px;
        margin-right: -12px;
	}
}
@media screen and (max-width: 375px){
	.Mobile__badge__padding{
		padding: 20px 10px 0px 10px;
	}
}
@media screen and (max-width: 360px){
	.call__text{
		font-size: 13px;
	}
	.Mobile__badge__padding{
		padding: 20px 10px 0px 10px;
	}
}
@media screen and (max-width: 340px){
	.Mobile__logo{
		width: 80px;
		height: auto;
	}
	.Padding__left__10{
		padding-left: 0px;
	}
	.Mobile__badge__padding{
		padding: 20px 0px 0px 0px !important;
	}
	.kith__img{
        width: 200px;
        margin-top: -120px;
	}
}


/*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);
}

 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;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.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-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .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-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-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .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;
}
.tab-content > .active {
  display: block;
}

.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: #e7f1ff;
  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: #86b7fe;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.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-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.w-100 {
  width: 100% !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-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-2 {
  margin-left: 0.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;
}

.bg-transparent {
  background-color: transparent !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

/*custom style
===========================================================================================*/
/*--------------------------------- Padding bottom ----------------------------*/
.padding-bottom-8{
    padding-bottom: 8px;
}
.padding-bottom-12{
    padding-bottom: 12px;
}
.padding-bottom-16{
    padding-bottom: 16px;
}
.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-72{
    padding-bottom: 72px;
}
.padding-bottom-96{
    padding-bottom: 96px;
}
/*`````````````````````````````````Padding bottom ```````````````````````````*/
/*--------------------------------- Padding top ----------------------------*/
.padding-top-12{
    padding-top: 12px;
}
.padding-top-16{
    padding-top: 16px;
}
.padding-top-24{
    padding-top: 24px;
}
.padding-top-32{
    padding-top: 32px;
}
.padding-top-36{
    padding-top: 36px;
}
.padding-top-40{
    padding-top: 40px;
}
.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-8{
        padding-bottom: 8px;
    }
    .padding-bottom-12{
        padding-bottom: 12px;
    }
    .padding-bottom-16{
        padding-bottom: 16px;
    }
    .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-72{
        padding-bottom: 56px;
    }
    .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-24{
            padding-top: 20px;
        }
        .padding-top-32{
            padding-top: 20px;
        }
        .padding-top-36{
            padding-top: 24px;
        }
        .padding-top-40{
            padding-top: 28px;
        }
        .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-8{
        padding-bottom: 8px;
    }
    .padding-bottom-12{
        padding-bottom: 12px;
    }
    .padding-bottom-16{
        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-72{
        padding-bottom: 48px;
    }
    .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-24{
        padding-top: 16px;
    }
    .padding-top-32{
        padding-top: 20px;
    }
    .padding-top-36{
        padding-top: 24px;
    }
    .padding-top-40{
        padding-top: 28px;
    }
    .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`````````````````````````````*/

}
