/*===========================================================================================================================
					Theme Colors , size , font familes , line height , letter spacing , fontweight
============================================================================================================================*/

/*banner chnage css
===========================================================================*/
.google_badge{
  border:1px solid #c5d7dc;
  background-color: #f7fafa;
  box-shadow: 0 0.789px 0.789px 0 rgba(0, 45, 73, 0.30);
  padding: 6px 10px;
  border-radius: 3px;
}
.google_badge_text{
  font-size: 11px;
  color: #3b3c49;
  letter-spacing: 0.05px;
}
.google_star{
  width: 80px;
  height: auto;
}
.gap_6{
  gap: 6px;
}
.top_space{
  padding-top: 5px;
}
@media screen and (max-width: 767px){
  .google_badge_text{
    font-size: 10px;
  }
  .google_badge{
    padding: 5px 5px;
  }
  .google_badge svg{
    width: 18px;
    height: 18px;
  }
  .google_star{
    width: 70px;
    height: auto;
  }
  .top_space{
    padding-top: 3px;
  }
  .pT-16{
    padding-top: 16px !important;
  }
  .bannerService{
    padding-bottom: 8px !important;
  }
  .mobile_team_image{
    padding-top: 4px !important;
  }
  .mobile_badge{
    padding-top: 0px !important;
    transform: translateY(-13px);
    scale:0.9;
  }
  .badge_box{
    gap: 8px !important;
  }
}
/*banner chnage css
===========================================================================*/


/*------------------Defalt Styling------------------*/
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;

}
html{
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
::selection {
  background-color: #072743;
  color: white;
}
/*------------------color---------------------------*/
:root {
  --themeLightBlue: #f1f6f7;
  --themeDark:#072743;
  --themeFooter: #072743;
}
/*-------------------font size ---------------------*/
.fontSize15 {
  font-size: 15px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize17 {
  font-size: 17px;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize19 {
  font-size: 19px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize21 {
  font-size: 21px;
}
.fontSize23 {
  font-size: 23px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize26 {
  font-size: 26px;
}
.fontSize28 {
  font-size: 28px;
}
.fontSize32 {
  font-size: 32px;
}
.fontSize44 {
  font-size: 44px;
}
.fontSize48 {
  font-size: 48px;
}
.fontSize56 {
  font-size: 44px;
}
.fontSize60 {
  font-size: 58px;
}
/*-------------------line hight--------------------*/
.lineHeight105 {
  line-height: 105%;
}
.lineHeight110 {
  line-height: 110%;
}
.lineHeight120 {
  line-height: 120%;
}
.lineHeight125 {
  line-height: 125%;
}
.lineHeight130 {
  line-height: 130%;
}
.lineHeight135 {
  line-height: 135%;
}
.lineHeight140 {
  line-height: 140%;
}
.lineHeight145 {
  line-height: 145%;
}
.lineHeight150 {
  line-height: 150%;
}
/*-------------------font weight--------------------*/
.fontWeight400 {
  font-weight: 400;
}
.fontWeight500 {
  font-weight: 500;
}
.fontWeight600 {
  font-weight: 600;
}
.fontWeight700 {
  font-weight: 700;
}
.fontWeight800 {
  font-weight: 800;
}


/*------------------font style-----------------*/
/* ADDED BY AHSAN */
@font-face { font-family: 'Figtree'; src: url('./Figtree-VariableFont.woff2') format('woff2'); font-style: normal; font-display: swap; } 
.Figtree {
  font-family: "Figtree", Roboto, 'Helvetica Neue', Arial, sans-serif;;
}


/*video farames
==========================================================================*/
.video-container {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../media/videobg.png"); /* change thumnail here */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border:2px;
  border-radius: 6px !important;

}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:2px;
   border-radius: 6px !important;
}
/*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;
	}
}

/*sidebar 
=====================================================================*/
.offcanvas{
  background-color: var(--themeDark)!important;
  width: 100%;
}
.sidebar ul {
  text-align: center;
  gap:20px;
}
.sidebar ul li a{
  color: #fff !important;
  letter-spacing: 0.3px;
  transition: 0.35s;
  font-size: 22px;
}
.sidebar ul li a:hover{
  color: #fff;
}
.mobile_Toggler{
  display: none;
}

/*topbar css 
========================================================*/
.topbar{
  background-color: var(--themeDark);
  padding: 12px 0px 14px 0px;
}
.topbar_nav{
  align-items: center;
  justify-content: space-between;
}
.topbar_nav ul{
  gap: 18px;
}
.topbar_nav ul li a{
  color: #e7e7e7;
  transition: 0.35s;
  font-size: 15px;
}
.topbar_nav ul li a:hover{
  color: #1398ff;
}
.topbar_phone{
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border:2px solid #fff;
  padding: 8px 16px;
}
.topbar_phone_number{
  color: white;
  letter-spacing: 0.48px;
}
.topbar_phone_text{
  color: white;
  letter-spacing: 0.17px;
}
/*banner section css
============================================================*/
.banner{
  background-color: #fff;
 
}
.banner .container{
   position: relative;
  z-index: 1;
}
.banner .container::before{
  content: "";
  background-image: url("../media/logobg.png");
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  background-position: 100% 100%;
}
@media screen and (max-width: 430px){
  .banner__Heading{
    min-width: 260px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 340px;
  }
}
.banner__Heading{
  color: #273a4f;
  letter-spacing: -0.3px;
}
.hero-tick {
  max-width: 64px !important;
  max-height: 26px;
}
.bannerService{
  display: flex;
  gap: 8px;
}
.bannerService p{
  color: #4f4f4f;
}
.banner__text{
  color: #454545;
}
.headerForm{
  border-radius: 4px;
  background: #f4fdff;
  border:1px solid #bbf2ff;
  box-shadow: 0px 3px 1px -1px rgba(26, 31, 43, 0.20) , 0px 4px 12px 0px rgba(0, 173, 236, 0.15);
  padding: 20px 36px 48px 36px;
}
.formHeading{
  color: #273a4f;
  letter-spacing: 0.21px;
}
.headerForm .input_box{
  position: relative;
}
.headerForm .input_box svg{
  position: absolute;
  left: 12px;
  top: 12px;
}
.headerForm .input_box input{
  background: #ffffff;
  border-radius: 2px;
  width: 100%;
  border:1px solid #dfe6e4;
  padding-left: 40px;
  height: 50px;
}
.headerForm .input_box input:focus{
  border-color: #888888;
  box-shadow: 0 0 0 white;
}
.headerForm select{
  background: #ffffff;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #dfe6e4;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658a.5.5 0 0 1 .407-.814h10.284a.5.5 0 0 1 .407.814L8.753 11.14a.5.5 0 0 1-.753 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 30px;
}
.headerForm select:focus{
  border-color: #888888;
  box-shadow: 0 0 0 white;
}
.theme_btn{
  border-radius: 4px;
  color: #fbfff4;
  padding: 18px 0px;
  background:linear-gradient(103deg,  #ff5d00 14.88%, #002461 112.19%);
  box-shadow: 0px 6px 16px 0px rgba(47, 62, 25, 0.20);
  border:none;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: 150% 100%;
}
.theme_btn:hover {
  background-position: 100% 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.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);
  }
}
.theme_btn:hover .arrowIcon{
  animation: btnIcon 1s ease-in-out;
}
.form__phone{
  color: #002461;
  letter-spacing: 0.22px;
}
.form__phone:hover{
  color: #002461;
}
.formText{
  color: #5d5d5d;
  font-size: 12px;
}
.select__box label{
  display: none;
}
.badge_box{
  display: flex;
  gap:8px;
  align-items: center;
  flex-wrap: wrap;
}
.badge_1{
  width: 140px;
}
.badge_2{
  width: 233px;
}
.badge_3{
  width: 157px;
}
.badge_4{
  width: 140px;
}
.mobile_badge{
  display: none;
}
.laptop_team_image{
    display: block;
  }
  .mobile_team_image{
    display: none;
  }
/*Testimonial
===========================================================================*/
.Testimonial{
  background: var(--themeLightBlue);
}
.Testimonial__Heading{
  color: #273a4f;
  letter-spacing: 0.24px;
}
.Testimonial_text{
  color: #273a4f;
}
.Testimonial_title{
  color: #273a4f;
}
.Testimonial_box{
  z-index: 1;
  position: relative;
  padding-right: 30px;
}
.Testimonial_box::before{
  content: "";
  position: absolute;
  right:  30px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  background-image: url("../media/quotationMarkSVG.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.Testimonial .carousel-indicators {
  position: relative;
  justify-content: flex-start !important;
  margin: 0px !important;
  column-gap: 20px;
  padding-top: 24px;
}
.Testimonial .carousel-indicators button{
  width: 15px;
  height: 15px;
  background-color: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s !important;
  margin: 0px !important;
}
.Testimonial .carousel-indicators button.active{
  background-color: #26c0ff;
  border-radius: 15px !important;
  width: 44px; 
  height: 15px;
  -webkit-clip-path: inset(2% 5% round 140px);
  clip-path: inset(25% 5% round 140px);
}
.video_text{
  color: #273a4f;
}
/*our mission section css
======================================================================*/
.our_mission{
  overflow: hidden;
}
.our_mission .container{
  position: relative;
}
.our_mission .container::before{
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  top: 0;
  right: -10%;
  background-image: url("../media/HonestAssessment.webp");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.our_mission_heading{
  color: #273a4f;
  letter-spacing: 0.24px;
}
.our_mission_bold_text{
  color: #3d3d3d;
}
.our_mission_text{
  color: #4f4f4f;
}
.our_mission_ceo{
  color: #2c313f;
}
.our_mission_image{
    display: none;
  }

/*step section css
==========================================================*/
.step_section{
  background: #072743;
  position: relative;
  z-index: 1;
}
.step_section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../media/stepbg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
.step_section_heading{
  color: white;
  letter-spacing: 0.24px;
}
.step_card_name{
  display: flex;
  gap: 12px;
  align-items: center;
}
.step_card_title{
  color: white;
  letter-spacing: 0.21px;
}
.step_card_step{
  color: #ffcb00;
  letter-spacing: 0.09px;
}
.step_card_number{
  color: #ffcb00;
  font-size: 54px;
  letter-spacing: 0.27px;
  position: relative;
}
.step_card_title{
  color: #fff;
  letter-spacing: 0.21px;
}
.step_line_left{
  background: linear-gradient(90deg,  #ffefbb 80.64%, #ffefbb 99.87%);
  height: 2px;
  margin-bottom: 32px;
  position: relative;
}
.step_line_right{
  background: linear-gradient(90deg,  #ffefbb 0.64%, rgba(255, 255, 255, 0) 99.87%);
  height: 2px;
  margin-bottom: 32px;
  position: relative;
}
.step_line_left div{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffe165;
  position: absolute;
  left: -2px;
  top: -5px;
}
.step_line_right div{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffe165;
  position: absolute;
  left: -2px;
  top: -5px;
}
.step_card_text{
  color: #eaeaea;
}
.bodyRight{
  padding-right: 40px;
}

/*Free Consultation section css
-==============================================================================*/
.Free_Consultation{
  background: #fff;
}
.Free_Consultation_heading{
  color: #273a4f;
  letter-spacing: 0.24px;
}
.Free_Consultation_title{
  color: #273a4f;
  letter-spacing: 0.21px;
}
.Free_Consultation_text{
  color: #3d3d3d;
}

/*Tax Resolution section css
================================================================================*/
.Tax_Resolution{
  background-color: #072743;
}
.Tax_Resolution_heading{
  color: #f4fdff;
  letter-spacing: 0.24px;
}
.Tax_Resolution_subHeading{
  color: #eaeaea;
}
.Tax_Resolution_Card{
  background-color: #fff;
  border:1px solid #f4fdff;
  border-radius: 16px;
  padding: 32px 40px 48px 40px;
  cursor: pointer;
  transition: 0.35s;
  min-height: 320px;
}
.Tax_Resolution_Card:hover{
  border-color: #00e1ff;
}
.Tax_Resolution_Card_title{
  color: #2c313f;
  letter-spacing: 0.2px;
}
.Tax_Resolution_Card_text{
  color: #3d3d3d;
}

/*Team section css
==================================================================*/
.Team_section_heading{
  color: #273a4f;
  letter-spacing: 0.24px;
}
.team_card{
  border-radius: 16px;
  border:1px solid #d8e4f4;
  background-color: white;
  display: flex;
  align-items: center;
}
.team_card_profile{
  min-width: 250px;
  align-self: stretch;
  padding: 24px 0px 0px;
}
.profile_matt{
  background-color: #506279;
  border-radius: 16px 0px 0px 16px;
}
.profile_matt img{
  border-radius: 16px 0px 0px 16px;
  width: 100%;
}
.profile_greg{
  background-color: #1362c0;
  border-radius: 0px 16px 16px 0px;
}
.profile_greg img{
  border-radius: 0px 16px 16px 0px;
  width: 100%;
  margin-top: 55px;
}
.team_card_profile__title{
  color: white;
}
.team_card_profile__subtitle{
  color: white;
  opacity: 0.7;
  letter-spacing: 0.16px;
}
.team_card_body{
  padding: 24px 48px;
}
.team_card_body p{
  color: #454545;
}
/*Tax_Problems
====================================================================*/
.Tax_Problems{
  padding-bottom: 216px;
  background-image: url("../media/TaxProblem.png");
  background-size: cover;
  z-index: 1;
  position: relative;
}
.Tax_Problems::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 35, 93, 0.81);
  opacity: 0.8;
}
.Tax_Problems_heading{
  color: white;
}
.Tax_Problems_text{
  color: white;
}
.Tax_Problems_list{
  display: flex;
  gap: 20px;
}
.listRight{
  padding-left: 30px;
}

/*contact section css
==============================================================*/
.contact_Section{
  background-color: #002f5f;
}
.contact_btn_box{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.footer_call_btn{
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  border:1px solid white;
  border-radius: 4px;
  min-width: 275px;
  position: relative;
  z-index: 1;
}
.footer_call_btn::before{
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  position: absolute;
  z-index: -1;
  transition: 0.35s;
}
.footer_call_btn:hover .footer_call_btn_number{
  color: #252c42;
}
.footer_call_btn:hover .footer_call_btn_text{
  color: #252c42;
}
.footer_call_btn:hover .footerIcon{
  fill: #252c42;
  stroke:#252c42 ;
}
.footerIcon{
  transition: 0.35s;
}
.footer_call_btn:hover::before{
  width: 100%;
}
.footer_call_btn_number{
  color: white;
  letter-spacing: 0.46px;
  font-size: 23px;
  transition: 0.35s;
}
.footer_call_btn_text{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15px;
  transition: 0.35s;
}
.footer_call_devider{
  color: #d1d1d1;
  font-size: 15px;
  letter-spacing: 0.15px;
}
.footer_call_btn2{
  font-size: 19px;
  color: #252c42;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0.6px 0.6px 0px rgba(0, 45, 73, 0.30);
  padding: 18px 40px ;
  min-width: 255px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

.footer_call_btn2::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #002f5f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease;
  border:2px solid #FFFFFF;
  transform: scale(0);
  border-radius: 4px;
}
.footer_call_btn2:hover {
  color: #FFFFFF;
  background-color: transparent;
}
.footer_call_btn2:hover::after{
  transform: scale(1);
}

/*FAQS section css
======================================================================*/
.faqs{
  background-color: #fff;
}
.faqs_heading{
  color: #273a4f;
  letter-spacing: 0.22px;
}
.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.accordion-header {
  border-bottom: none !important;
}
.accordion-item {
  border: none !important;
  background-color: #fff6f7;
  border:1px solid #fd002d;
}
.accordion-button {
  background: #FFF !important;
  color: #273a4f !important;
  letter-spacing: -0.2px;
  border-radius: 8px;
  padding: 18px 65px 18px 30px !important;
  border-radius: 10px !important;
  margin-top: 25px;
}
.accordion-button::after {
  background-image: url(../media/AddIcon.svg) !important;
  width: 35px !important;
  height: 35px !important;
  background-size: 100% !important;
  position: absolute;
  right: 30px;
}
.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #273a4f !important;
  font-size: 20px;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 white !important;
  background-color: #fff;
}
.accordion-body {
  padding: 12px 30px 65px 30px !important;
  background: #fff;
  border-radius: 10px;
}
.accordion-body > p {
  color: #2c313f;
}

.accordion-item.active-accordion {
  background-color: #FFF;
  border: 1px solid #ffb000 !important;
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed){
  box-shadow: 0 0 0 white !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../media/RemoveIcon.svg) !important;
}


/*footer section css
======================================================================*/
footer{
  background: #16263f;
  margin-top: -2px;
}
.footer_image{
  max-width: 265px;
}
.footer_call{
  border:1px solid #eff8ff;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 265px;
  position: relative;
  z-index: 1;
}
.footer_call::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #eff8ff;
  transition: 0.35s;
  z-index: -1;
}
.footer_call:hover::before{
  width: 100%;
}
.footer_call:hover .footer_call_number{
  color: #16263f;
}
.footer_call:hover .footer_call_text{
  color: #16263f;
}
.footer_call:hover .footer_icon{
  fill: #16263f;
  
}
.footer_call_number{
  color: #fff;
  letter-spacing: 0.21px;
}
.footer_call_text{
  color: #fff;
  transition: 0.35s;
}
.footer__heading{
  color: #f5f5f6;
  letter-spacing: 0.21px;
  transition: 0.35s;
}
.footer_icon{
  transition: 0.35s;
}
.footer_link_list{
  list-style: none;
}
.footer_link_list li{
  margin-bottom: 12px;
}
.footer_link_list li a{
  color: #aeafb2;
  letter-spacing: 0.16px;
}
.footer_link_list li a:hover{
  color: #009eff;
}
.footer_adress{
  color: #aeafb2;
  letter-spacing: 0.16px;
}
.footer_adress_link{
  color: #0098ff;
  letter-spacing: 0.16px;
}
.footer_adress_link:hover{
  color: #0098ff;
}
.copyright{
  background: #16263f;
  padding-bottom: 50px;
}
.copyright_text{
  color: #aeafb2;
}
.copyright_text a{
  color: #aeafb2;
}
.copyright_text a:hover{
  color: #0098ff;
}
.copyright_right{
  text-align: right;
}


@media screen and (min-width: 1400px){
  .profile_greg img{
    margin-top: 0px;
  }
}
@media screen and (max-width: 1199px){
  .profile_greg img{
    margin-top: 105px;
  }
}
/*media query 
=============================================================*/
@media screen and (max-width: 991px){
  /*-------------------font size ---------------------*/
  .fontSize15 {
    font-size: 15px;
  }
  .fontSize16 {
    font-size: 15px;
  }
  .fontSize17 {
    font-size: 16px;
  }
  .fontSize18 {
    font-size: 17px;
  }
  .fontSize19 {
    font-size: 17px;
  }
  .fontSize20 {
    font-size: 19px;
  }
  .fontSize21 {
    font-size: 18px;
  }
  .fontSize23 {
    font-size: 21px;
  }
  .fontSize24 {
    font-size: 21px;
  }
  .fontSize26 {
    font-size: 23px;
  }
  .fontSize28 {
    font-size: 26px;
  }
  .fontSize32 {
    font-size: 30px;
  }
  .fontSize44 {
    font-size: 40px;
  }
  .fontSize48 {
    font-size: 42px;
  }
  .fontSize56 {
    font-size: 44px;
  }
  .fontSize60 {
    font-size:48px;
  }
  /*topbar*/
  .banner_nav_list{
    display: none;
  }
  .mobile_Toggler{
    display: block;
    padding-left: 20px;
  }
  .banner__arrow{
    display: none;
  }
  .laptop_badge{
    display: none;
  }
  .mobile_badge{
    display: block;
  }
  .laptop_team_image{
    display: none;
  }
  .mobile_team_image{
    display: block;
  }
  .Laptop_banner_text{
    display: none;
  }
  .badge_box{
    justify-content: center;
    gap: 12px;
  }
  /*Testimonial*/
  .Testimonial_box{
    padding-right: 0px;
  }
  /*.our_mission*/
  .our_mission .container::before{
    display: none;
  }
  .our_mission_mobile_Padding{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  .mobile_padding_0{
    padding-top: 0px !important;
    text-align: center;
  }
  .our_mission_image{
    display: block;
  }

  /*step section*/
  .step_card_number{
    font-size: 40px;
  }
  /*team_card*/
  .team_card{
    flex-direction: column;
  }
  .profile_matt{
    border-radius: 16px;
  }
  .profile_matt img{
    border-radius: 16px;
  }
  .team_Card_2{
    flex-direction: column-reverse;
  }
  .profile_greg{
    border-radius: 16px;
  }
  .profile_greg img{
    border-radius: 16px;
  }
  .profile_greg img{
    margin-top: 0px;
  }
  .mobileLogo_center{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
  }
}


@media screen and (max-width: 767px){
  /*-------------------font size ---------------------*/
  .fontSize15 {
    font-size: 15px;
  }
  .fontSize16 {
    font-size: 15px;
  }
  .fontSize17 {
    font-size: 15px;
  }
  .fontSize18 {
    font-size: 16px;
  }
  .fontSize19 {
    font-size: 15px;
  }
  .fontSize20 {
    font-size: 18px;
  }
  .fontSize21 {
    font-size: 18px;
  }
  .fontSize23 {
    font-size: 19px;
  }
  .fontSize24 {
    font-size: 20px;
  }
  .fontSize26 {
    font-size: 20px;
  }
  .fontSize28 {
    font-size: 21px;
  }
  .fontSize32 {
    font-size: 22px;
  }
  .fontSize44 {
    font-size: 24px;
  }
  .fontSize48 {
    font-size: 24px;
  }
  .fontSize56 {
    font-size: 30px;
  }
  .fontSize60 {
    font-size:26px;
  }
  /*topbar*/
  .logo{
    width: 52px;
    height: auto;
  }
  .topbar{
    padding: 12px 0px;
  }
  .topbar_phone{
    border:1px solid #f6f5fa;
    padding: 6px 12px;
    max-width: auto;
    gap: 8px;
  }
  .topbar_phone img{
    width: 18px;
    height: 19px;
  }
  .topbar_phone_number{
    font-size: 20px !important;
  }
  .topbar_phone_text{
    font-size: 12px;
  }
  /*banner*/
  .banner{
    padding-top: 16px !important;        /* change line  */
    padding-bottom: 24px !important;     /* change line  */
  }
  .banner .container::before{
    display: none;
  }
  .headerForm{
    padding: 20px 24px 36px 24px;
  }
  .badge_box{
    gap: 12px;
  }
  .badge_1{
    max-width: 120px;
  }
  .badge_2{
    max-width: 190px;
  }
  .badge_3{
    max-width: 125px;
  }
  .badge_4{
    max-width: 115px;
  }
  .formText{
    font-size: 13px;
  }
  .mobile_top_16{
    padding-top: 16px !important;
  }
  /*Testimonial section*/
  .Testimonial{
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
  .mobile_top_24{
    padding-top: 24px !important;
  }
  .Testimonial .carousel-indicators{
    padding-top: 10px !important;
  }
  .Testimonial_box::before{
    right: 0;
    bottom: 0;
    background-size: 30%;
  }
  .mobile_Top_32{
    padding-top: 32px !important;
  }
  /*our mission section*/
  .our_mission_mobile_Padding{
    padding-top: 40px !important;
    padding-bottom: 25px !important;
  }
  /*step section */
  .step_section{
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }
  .step_section::before{
    display: none;
  }
  .padding_top_20{
    padding-top: 20px !important;
  }
  .mobilePadding_24{
    padding-bottom: 24px !important;
  }
  .step_line_left{
    background: linear-gradient(90deg,  #ffefbb 0.64%, rgba(255, 255, 255, 0) 99.87%);
    margin-bottom: 16px;
  }
  .step_line_right{
    margin-bottom: 16px;
  }
  .bodyRight{
    padding-right: 0px;
  }
  /*Free_Consultation*/
  .Free_Consultation{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .Free_Consultation_image{
    margin-bottom: 24px;
  }
  .mobile_Padding32{
    padding-bottom: 32px !important;
  }
  .mobileTop32{
    padding-top: 32px !important;
  }
  /*Tax_Resolution*/
  .Tax_Resolution{
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
  .Tax_Resolution_Card{
    min-height: auto;
    padding: 32px 24px;
  }
  /*Team_section*/
  .Team_section{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .team_card_body{
    padding: 24px 16px 16px;
  }
  .mobileTop32{
    padding-top: 32px !important;
  }
  .mobileTop24{
    padding-top: 24px !important;
  }
  /*Tax_Problems*/
  .Tax_Problems{
    padding-top: 32px !important;
    padding-bottom: 100px !important;
  }
  .listRight{
    padding-left: 0px;
  }
  .mobileTop48{
    padding-top: 48px !important;
  }
  .mobileNone{
    padding-top: 0px !important;
  }
  .team_image{
    width: 60% !important;
    height: auto;
    border-radius: 0px !important;
  }
  /*contact_Section*/
  .contact_btn_box{
    flex-direction: column;
  }

  /*faqs*/
  .faqs{
    padding-top: 32px !important;
    padding-bottom: 48px !important;
  }
  .faqsMobile_32{
    padding-top: 32px !important;
  }
  .accordion-button{
    margin-top: 0px !important;
  }
  
  .footerLinkCenter{
    text-align: center;
    padding-bottom: 40px;
  }
  .mobile_center{
    text-align: center;
  }
  .copyright_right{
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 400px){
  .banner__Heading{
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px){
  .topbar_phone_number{
    font-size: 17px !important;
  }
  .mobile_Toggler{
    padding-left: 14px;
  }
}
@media screen and (max-width: 345px){
  .badge_1{
    max-width: 110px;
  }
  .badge_2{
    max-width: 170px;
  }
  .badge_3{
    max-width: 120px;
  }
  .badge_4{
    max-width: 110px;
  }
}
@media screen and (max-width: 330px){
  .banner__Heading{
    font-size: 29px !important;
  }
}



@media screen and (min-width: 1400px) {
        .video-container {
          height: 358px !important;
        }
      }

      @media screen and (max-width: 1199px) {
        .video-container {
          height: 256px;
        }
      }

      @media screen and (max-width: 991px) {
        .video-container {
          height: 325px;
        }
      }

      @media screen and (max-width: 767px) {
        .video-container {
          height: 290px;
        }
      }

      @media screen and (max-width: 575px) {
        .video-container {
          height: 309px;
        }
      }

      @media screen and (max-width: 460px) {
        .video-container {
          height: 240px;
        }
      }
      @media screen and (max-width: 375px) {
        .video-container {
          height: 195px !important;
        }

        
      }


/*----------------------------------------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);
}

.animation-left {
  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-left.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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, 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;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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 {
  flex: 1 0 0%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gx-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 576px) {

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .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-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .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%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.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));
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.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;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas.show {
  transform: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.border-0 {
  border: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.flex-grow-1 {
  flex-grow: 1 !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;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  color: #fff !important;
}

.bg-white {
  background-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-4{
    padding-bottom: 4px;
}
.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-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-104{
    padding-bottom: 104px;
}
/*`````````````````````````````````Padding bottom ```````````````````````````*/
/*--------------------------------- Padding top ----------------------------*/
.padding-top-12{
    padding-top: 12px;
}
.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-48{
    padding-top: 48px;
}
.padding-top-56{
    padding-top: 56px;
}
.padding-top-64{
    padding-top: 64px;
}
.padding-top-72{
    padding-top: 72px;
}
.padding-top-80{
    padding-top: 80px;
}
.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-16{
        padding-bottom: 16px;
    }
    .padding-bottom-20{
        padding-bottom: 16px;
    }
    .padding-bottom-24{
        padding-bottom: 20px;
    }
    .padding-bottom-32{
        padding-bottom: 20px;
    }
    .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-104{
        padding-bottom: 72px;
    }
    /*```````````````````````````````````Padding bottom  tabs screens``````````````````````````*/
         /*---------------------------------Padding top small tabs screens----------------------------*/
        .padding-top-12{
            padding-top: 12px;
        }
        .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-48{
            padding-top: 36px;
        }
        .padding-top-56{
            padding-top: 40px;
        }
        .padding-top-64{
            padding-top: 48px;
        }
        .padding-top-72{
            padding-top: 56px;
        }
        .padding-top-80{
            padding-top: 60px;
        }
        .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-16{
        padding-bottom: 12px;
    }
    .padding-bottom-20{
        padding-bottom: 16px;
    }
    .padding-bottom-24{
        padding-bottom: 16px;
    }
    .padding-bottom-32{
        padding-bottom: 20px;
    }
    .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-104{
        padding-bottom: 64px;
    }
    /*`````````````````````````````Padding bottom  Mobile screens```````````*/
    /*---------------------------------Padding top mobile   screens----------------------------*/
    .padding-top-12{
        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-48{
        padding-top: 36px;
    }
    .padding-top-56{
        padding-top: 40px;
    }
    .padding-top-64{
        padding-top: 44px;
    }
    .padding-top-72{
        padding-top: 48px;
    }
    .padding-top-80{
        padding-top: 50px;
    }
    .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`````````````````````````````*/

}
