
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: #2B2B2B;
  font-family: "Open Sans", sans-serif !important;
  overflow-x: hidden;
}
 
a {
  color: #2B2B2B;
  text-decoration: none;
}

a:hover {
  color: #0097b2;
}

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus,
.swiper-slide:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  border: 0;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif !important;
}


.fm-light {
  font-weight: 200 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

::-moz-selection {
  background-color: #f0b805;
  color: #ffffff;
}

::selection {
  background-color: #f0b805;
  color: #ffffff;
}


/* ---Custom Container--- */
@media (min-width: 1400px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1200px;
  }
  .container .row {
    --bs-gutter-x: 30px;
  }
}

/* ---Section Space--- */
.section-space-top-100 {
  padding-top: 100px;
}

.section-space-y-100 {
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .section-space-top-100 {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .section-space-top-100 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-space-top-100 {
    padding-top: 50px;
  }
}

.section-space-top-95 {
  padding-top: 95px;
}

@media (max-width: 1199px) {
  .section-space-top-95 {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .section-space-top-95 {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .section-space-top-95 {
    padding-top: 45px;
  }
}

.section-space-top-90 {
  padding-top: 90px;
}

@media (max-width: 1199px) {
  .section-space-top-90 {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .section-space-top-90 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-space-top-90 {
    padding-top: 40px;
  }
}

.section-space-top-85 {
  padding-top: 85px;
}

@media (max-width: 1199px) {
  .section-space-top-85 {
    padding-top: 65px;
  }
}

@media (max-width: 991px) {
  .section-space-top-85 {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .section-space-top-85 {
    padding-top: 35px;
  }
}

.section-space-top-60 {
  padding-top: 60px;
}
.section-space-bottom-80 {
  padding-bottom: 80px;
}
.section-space-py-80 {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .section-space-top-80 {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-space-top-80 {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .section-space-top-80 {
    padding-top: 30px;
  }
}

.section-space-top-75 {
  padding-top: 75px;
}

@media (max-width: 1199px) {
  .section-space-top-75 {
    padding-top: 55px;
  }
}

@media (max-width: 991px) {
  .section-space-top-75 {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .section-space-top-75 {
    padding-top: 25px;
  }
}

.section-space-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .section-space-y-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .section-space-y-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-space-y-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-y-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

@media (max-width: 1199px) {
  .section-space-y-95 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .section-space-y-95 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .section-space-y-95 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.section-space-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .section-space-y-90 {
    padding-top: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .section-space-y-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-space-y-90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .section-space-bottom-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .section-space-bottom-100 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-space-bottom-100 {
    padding-bottom: 50px;
  }
}


.section-space-bottom-90 {
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .section-space-bottom-90 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .section-space-bottom-90 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-space-bottom-90 {
    padding-bottom: 40px;
  }
}

/* --End Here-- */
/* ---Custom Gutter Space--- */
@media (min-width: 1400px) {
  .g-min-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

/* -X axis- */
.g-x-15 {
  --bs-gutter-x: 15px;
}

.g-x-30 {
  --bs-gutter-x: 30px;
}

/* -Y Axis- */
.g-y-20 {
  --bs-gutter-y: 20px;
}

.g-y-30 {
  --bs-gutter-y: 30px;
}

/* --------------------------------------
    Additional Space for specific section
----------------------------------------- */
.py-80 {
  padding: 80px 0;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}


.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}



@media (min-width: 992px) {
  .me-lg-30 {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .me-md-30 {
    margin-right: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

/* -End Here- */
/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* --- Color & Background--- */

.text-blue {
  color: #023047;
}

.bg-blue {
  background-color: #0097b2;
}

.bg-yellow {
  background-color: #f0b805;
}


.text-yellow {
  color: #f0b805;
}

.text-black {
  color: black;
}

.text-light {
  color: #fff !important;
  text-align: justify;
}

.bg-black {
  background: black;
}

.text-grey {
  color: #2B2B2B;
}

.accordion-button:not(.collapsed) {
  color: #023047;
  background-color: #0230471f;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* ---layout--- */

.sub-title {
  font-size: 43.46px;
  line-height: 52.98px;
  font-weight: 700;
}

.title {
  font-size: 45px;
  font-weight: 700;
}

.fs-24 {
  font-size: 24px;
  line-height: 27.6px;
  font-weight: 300;
}

.fs-38 {
  font-size: 38px;
  line-height: 46.32px;
  font-weight: 700;
}

.fs-36 {
  font-size: 36px;
  line-height: 43.57px;
  font-weight: 700;
}


.fs-32 {
  font-size: 32px;
  line-height: 39.01px;
  font-weight: 300;
  text-transform: uppercase;
}

.fs-30 {
  font-size: 30px;
  line-height: 36.31px;
  font-weight: 300;
}

.fs-26 {
  font-size: 26px;
  line-height: 31.69px;
  font-weight: 500;
}

.fs-20 {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 400;
}

.short-desc {
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 400;
}

.desc16 {
  font-size: 16px;
  line-height: 23.64px;
  font-weight: 400;
}
.desc14 {
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 400;
}
.f14 {
  font-size: 14px;
}

.checktab .nav-pills .nav-link.active, .checktab .nav-pills .show>.nav-link {
  color: #023047;
  background-color: transparent;
}

.stwo .nav-link {
  background: #0230471a;
}

/* ---Background Image--- */
.background-img {
  position: relative;
}

.background-img .inner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ---Main Slider--- */
.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-inner.style-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100vh;
  background: #023047;
  background-blend-mode: color-burn;
}

/*----------------------------------------*/
/*  02. Animation
/*----------------------------------------*/
.swiper-slide .slide-inner .slide-content {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .slide-inner .slide-content {
  opacity: 1;
}

/* ---Slider Animation--- */
.animation-style-01.swiper-slide-active .hero-img {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .hero-img {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .title {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content .fs-24 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .fs-24 {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content .btn-wrap {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .btn-wrap {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .inner-img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .inner-img {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}


/* ---Custom Button--- */
.btn-custom-size {
  text-transform: capitalize;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
}

.btn-lg {
  font-size: 16px;
  padding: 10px 30px;
}

.btn-md {
  font-size: 14px;
  padding: 11px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 10px 20px;
}


.btn-blue {
  background-color: #023047;
  border-color: #023047;
  color: #fff;
}

.btn-blue:hover {
  background-color: #f0b805;
  border-color: #f0b805;
  color: #ffffff;
}

.btn-yellow {
  background-color: #f0b805;
  border-color: #f0b805;
  color: #023047;
}

.btn-yellow:hover {
  background-color: #023047;
  border-color: #023047;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #000;
}

.btn-white:hover {
  background-color: #f0b805;
  border-color: #f0b805;
  color: #000;
}

.btn-white-dark {
  background-color: #ffffff;
  color: #000;
}

.btn-white-dark:hover {
  background-color: #000;
  border-color: #000;
  color: #f0b805;
}



/* ---Image Zoom Effect--- */
.img-zoom-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.img-zoom-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.img-zoom-effect:hover img {
  -webkit-transform: scale(1.06) rotate(1deg);
      -ms-transform: scale(1.06) rotate(1deg);
          transform: scale(1.06) rotate(1deg);
}

.img-hover-effect {
  position: relative;
}

.img-hover-effect:before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}

.img-hover-effect:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
}

.img-hover-effect:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.img-hover-effect:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #f0b805;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  animation: 1s ease 0s 1 normal none running fadeOutDown;
}

.scroll-to-top:hover {
  background-color: #397455;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}

.scroll-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  display: inline-block;
}

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
/* ---Header Top--- */
.dropdown .btn-link {
  outline: 0;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.dropdown .btn-link:focus {
  text-decoration: none;
}

.dropdown-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-wrap > li .ht-btn {
  text-transform: uppercase;
  line-height: 47.5px;
  color: #fefefe;
  font-size: 14px;
  padding: 0;
}

.dropdown-wrap > li .ht-btn:after {
  font-family: FontAwesome;
  border: 0;
  content: '\f078';
  font-size: 10px;
}

.dropdown-wrap > li:not(:last-child) {
  margin-right: 15px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  left: auto !important;
  right: 0 !important;
  visibility: hidden;
  border: 0;
  opacity: 0;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 7rem;
}

.dropdown-menu.show {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  top: 85% !important;
  visibility: visible;
  opacity: 1;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: #0097b2;
  color: #ffffff;
}

.dropdown-menu li a {
    font-size: 14px;
    padding: 0.50rem 1.5rem;
}

.dropdown-menu-wide a {
    font-size: 14px;
        padding: 0.50rem 1.5rem;
}

.dropdown-left .dropdown-menu {
  left: 0 !important;
  right: auto;
}

.header-top {
  color: #fefefe;
}

.header-top-left .pronia-offer {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
}

.header-top-left {
  z-index: 9;
  position: relative;
}

.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


/* ---Header Middle--- */
.header-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---Header Contact--- */
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top {
  position: relative;
}

.header-top:before {
  content: '';
  background: #f0b805;
  width: 35%;
  height: 100.9%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.logiwrap a {
  color: #f6f6f6;
}
.logiwrap a:hover {
  color: #0097b2;
}

.header-contact a {
  font-size: 16px;
  color: #000;
}

.header-contact a:hover {
  color: #023047;
}

.header-contact i {
  color: #ffffff;
  text-align: center;
  display: block;
  margin-right: 10px;
  font-size: 21px;
}

.social a {
  color: #fff;
}

/* ---Header Bottom--- */
.header-bottom {
  border-top: 1px solid #dee2e6;
}

/* ---Main Header--- */
.main-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav > ul > li {
  display: inline-block;
}

nav.main-nav ul {
    gap: 0px;
}

.nav-link:focus {
    color: #0097b2;
}

@media (max-width: 1199px) {
  .main-nav > ul > li:not(:last-child) {
    padding-right: 25px;
  }
}


.main-nav > ul > li > a {
  font-size: 14px;
  line-height: 27.6px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  position: relative;
}

.main-nav > ul > li:hover > a {
  color: #0097b2;
}

.main-nav > ul > li:hover > a:before {
  width: 100%;
}

.main-nav > ul > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}

.drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 2;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

.drop-menu a:hover {
  padding-left: 5px;
  color: #f0b805;
}

/* ---Sub Dropdown--- */
.sub-dropdown.drop-menu {
  top: 30px;
  left: auto;
  right: 100%;
}

.sub-dropdown-holder:hover .sub-dropdown.drop-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.sub-dropdown-holder:hover > a {
  color: #f0b805;
}

/* ---Megamenu--- */
.megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  padding: 0;
  padding: 40px;
}

.megamenu .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  color: #383838;
  font-weight: 500;
  display: block;
}

.megamenu.drop-menu {
  left: auto;
  right: 0;
}

.megamenu.drop-menu > li {
  padding-bottom: 0;
}

.megamenu > li {
  width: 33.3333333333%;
}

.megamenu > li:not(:last-child) {
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
  margin-right: 30px;
}

.megamenu > li > ul li:not(:last-child) {
  padding-bottom: 20px;
}

.megamenu > li > ul li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

/* ---Header Right--- */
.header-right > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-right > ul > li {
  position: relative;
  cursor: pointer;
}

.header-right > ul > li:not(:last-child) {
  padding-right: 15px;
}

.header-right > ul > li > a i {
  font-size: 23px;
  vertical-align: middle;
}

.header-right > ul > li > a i:before {
  font-weight: 500;
}

.header-right > ul > li.minicart-wrap {
  padding-right: 12px;
}

.header-right > ul > li .minicart-btn .quantity {
  background-color: #f0b805;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}

.header-right > ul .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-right > ul .btn i {
  font-size: 24px;
}

.header-right > ul .btn:after {
  border: 0;
}

/* ---Header Logo--- */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          width:75%;
}

@media (max-width: 479px) {
  .header-logo {
    width: 140px;
  }
}

.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.sticky .header-logo-wrap {
  top: 0;
  height: 100%;
}

.main-nav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 20px;
}

.main-nav > ul > li a {
  color: #333;
}

.main-nav > ul > li.active a {
    color: #0097b2;
}

.epaystub_navbar ul > li a.active {
    color: #0097b2;
}




/*----------------------------------------*/
/*  05. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */
.swiper-button-next, .swiper-button-prev {
  background-color: #f0b805;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #f0b805;
  color: #ffffff;
}

/* .swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
} */

.news-area.my-5 {
  margin-bottom: 90px !important;
}

/*----------------------------------------*/
/*  06. Offcanvas
/*----------------------------------------*/
.mobile-menu_wrapper .offcanvas-body,
.offcanvas-search_wrapper .offcanvas-body {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0;
}

@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-body,

  .offcanvas-search_wrapper .offcanvas-body {
    width: 100%;
  }
}

.mobile-menu_wrapper .offcanvas-body .inner-body,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body,
.offcanvas-search_wrapper .offcanvas-body .inner-body {
  padding: 50px 0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 30px;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close {
  font-size: 24px;
  color: #000000;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 100%;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
  position: relative;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child) {
  padding-bottom: 25px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  padding: 0 30px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i {
  font-size: 24px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  padding: 25px 0;
  margin: 20px 0 10px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a {
  color: #f0b805;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before {
  content: '\e682';
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #f0b805;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before {
  content: '\e682';
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact,
.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact {
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact a {
  color: #ffffff;
}

.mobile-menu_wrapper.open .offcanvas-body,
.offcanvas-minicart_wrapper.open .offcanvas-body,
.offcanvas-search_wrapper.open .offcanvas-body {
  visibility: visible;
  left: 0;
  opacity: 1;
  z-index: 999;
}


/* ---Offcanvas Search Area--- */
.modal-bg-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-bg-dark .btn-close {
  background-image: url("../images/offcanvas/close-white.svg");
}

.modal-header {
  border-bottom: 0;
}

.modal-header .btn-close {
  opacity: 1;
}

.modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-header .btn-close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*----------------------------------------*/
/*  custom css
/*----------------------------------------*/


.svc-card {
  background: #ebebeb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.svc-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.svcicon img {
  position: absolute;
  top: 26px;
  left: 31px;
}

.svcicon {
  background: #f0b805;
  width: 140px;
  height: 140px;
  border-radius: 55% 45% 68% 32% / 43% 64% 36% 57%;
  position: absolute !important;
  right: -50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -88px !important;
}

.svc-card:before {
  content: '';
  background: #f0b805;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s linear;
  z-index: 1;
}

.svc-card:hover:before {
  width: 130%;
  height: 130%;
  transform: scale(1);
}

.svc-card > * {
z-index: 2;
position: relative;
cursor: pointer;
}

.svc-card:hover i {
  color: #023047;
}

.formwrap {
  background: #023047e3 url(assets/images/absbg.jpg) !important;
  background-blend-mode: color-burn !important;
}

.app-img img:first-child {
  margin-top: -180px;
}

.formarea .form-control {
  background: rgb(4 37 54);
  border: 0;
  height: 50px;
  border-radius: 25px;
  color: #fff;
}

.input-group-text {
  background: #0425361a;
  border: 0;
  border-radius: 0.25rem;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  border: 1px solid #023047;
}

.accordion-button:not(.collapsed)::after {
  background-color: #023047 !important;
  background-image: none !important;
  color: #fff;
}

.faq-wrap .accordion-button {
  border-radius: 25px !important;
}

.faq-wrap 
 .accordion-item {
    margin-bottom: 20px;
    border-radius: 25px !important;
    box-shadow: 3px 4px 36px 0px rgba(2, 24, 93, 0.06);   
}

.accordion-button::after {
  background: #f0b805;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  content: '\EA4E';
  font-family: 'remixicon';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  position: absolute;
  right: 0;
}

.frminfo i {
  width: 4rem;
  height: 4rem;
  background: #042536;
  border-radius: 50%;
  margin-right: 2rem;
  color: #f0b805;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar img {
  border: 5px solid #fff;
  border-radius: 50%;
  width: 70px;
}

.previews {
  top: 100px;
}

.quoticon i {
  font-size: 5rem;
}

.stepicon {
  width: 60px;
  text-align: center;
  margin: 15px auto;
}


.wave-btn span {
  background: #f0b805;
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.wave-btn span:nth-child(1) {
  background: #f0b805;
  -webkit-animation: wave-button 2s infinite 0.1s linear backwards;
  animation: wave-button 2s infinite 0.1s linear backwards;
}

.wave-btn span:nth-child(2) {
  background: #f0b805;
  -webkit-animation: wave-button 3s infinite 0.5s linear backwards;
  animation: wave-button 3s infinite 0.5s linear backwards;
}

.wave-btn span:nth-child(3) {
  background: #f0b805;
  -webkit-animation: wave-button 4s infinite 1s linear backwards;
  animation: wave-button 4s infinite 1s linear backwards;
}

@keyframes wave-button {
0% {
  opacity: 1;
  -webkit-transform: scale(0.1);
  transform: scale(0.3);
}

50% {
  opacity: 0.5;
  -webkit-transform: scale(0.2);
  transform: scale(0.6);
}
100% {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(1);
}

}

.vdowrap {
  width: 20rem;
  position: absolute;
  bottom: -160px;
  right: -110px;
}

.popup-btn {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  margin: auto;
}

.wave-btn:hover {
  color: #fff;
}

.icon {
  position: absolute;
  font-size: 50px;
  top: 86px;
  right: 0;
  left: 104px;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
}

.about-area {
  padding-bottom: 100px;
}

.vdowrap:before {
  content: '';
  background: #f0b805;
  width: 56%;
  height: 100px;
  position: absolute;
  left: -191px;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 90px;
}

.whycard {
  display: flex;
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
}

.whyicon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #f0b805;
  border-radius: 10px;
  margin-right: 20px;
}

.useicon {
  background: #023047;
  position: absolute;
  right: -20px;
  border-radius: 55% 45% 68% 32% / 43% 64% 36% 57%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
}

.use-card {
  overflow: hidden;
  height: 220px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 0;
}

.useicon img {
  filter: brightness(0) invert(1);
}

.usecontent {
  padding-right: 70px;
}

ul.paylist li {
  font-size: 13px;
  display: inline-flex;
}

.breadcrumb-height
.tabwrap  #pills-tab {
  flex: 1 1 40%;
  background: #023047;
  border-radius: 10px;
}

.proces-area {
  background: #023047 url(/assets/images/absbg2.png) !important;
  background-blend-mode: difference;
  max-height: 280px;
  margin-bottom: 100px;
}

.proicon {
  width: 110px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #023047;
  border-radius: 5px;
  padding: 13px;
}

.proicon img {
  filter: brightness(0) invert(1);
}

.proces-area .col-md-4:nth-child(2) .procard {
  background: #f0b805;
  height: 112%;
  margin-top: -12px;
  border-radius: 10px;
}

.formarea 
 span.input-group-text {
    background: #4d6b7b;
    border-radius: 25px;
    padding-left: 20px;
}

.formarea input, .formarea select, .formarea textarea {
  font-size: 18px;
}


/* ---Social Link--- */
.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link .title {
  font-size: 16px;
  display: block;
}

.social-link ul li {
  display: inline-block;
}

.social-link ul li:not(:last-child) {
  padding-right: 25px;
}

.social-link ul li a {
  font-size: 14px;
  display: block;
}

.social-link.with-border ul li:not(:last-child) {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .social-link.with-border ul li:not(:last-child) {
    padding-right: 10px;
  }
}

.social-link.with-border ul li a {
 background: #ffffff;
  color: #0097b2; 
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.social-link.with-border ul li a:hover {
 background: #ffffff;
  color: #ffffff;
}

.social-link.with-border ul li a:hover i {
  color: #023047;
}

/*----------------------------------------*/
/*  11. Footer
/*----------------------------------------*/
.footer-widget-item .social-link ul li a {
  border-color: #f0b805;
  color: #f0b805;
  border-radius: 0;
}


.footer-widget-logo {
    /* background: #f0b805; */
    /* clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */
    padding: 30px 30px 0px 30px;
    width: 190px;
}
.footer-widget-logo img{
    width: 100%;
    height: auto;
}

/* .footer-widget-logo img {
  filter: brightness(0) invert(1);
} */

.footer-widget-title {
  color: #000000 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: inter !IMPORTANT;
}

.footer-widget-desc {
  margin-bottom: 35px;
  line-height: 27px;
  color: #000000;
}



.social a {
    width: 37px;
    height: 37px;
    background: #0097b2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #ffffff;
}
.footer-widget-list-item > li:not(:last-child) {
  padding-bottom: 15px;
}

.footer-widget-list-item > li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
}

.footer-widget-list-item > li a:hover {
  color: #ffffff;
}

.footer-contact-info .footer-widget-title {
  margin-bottom: 5px;
}



/* ---Copyright--- */
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dddddd2e;
}

.copyright * {
  color: #fff;
  font-weight: 300;
}

.copyright-text a:hover{
  color: #fff;
}



/*----------------------------------------*/
/*  21. Breadcrumb
/*----------------------------------------*/
.breadcrumb-height {
  height: 150px;
}

.breadcrumb-heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 479px) {
  .breadcrumb-heading {
    font-size: 24px;
  }
}

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.breadcrumb-item ul li {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
}

.breadcrumb-item ul li:not(:last-child) a {
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
}

.breadcrumb-item ul li:not(:last-child) a:before {
  background-color: #f0b805;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} 
 .breadcrumb-item ul li i {
  font-size: 16px;
  vertical-align: middle;
}

.cretab button {
  padding: 10px;
  font-size: 14px;
}

.breadcrumb-item ul li a {
  color: #fff;
  font-size: 20px;
}

.cretab .accordion-button::after {
  background: transparent !important;
  font-size: 30px;
}
.accordion-button:not(.collapsed)::after {
  background: transparent !important;
  color: #f8be40;
  font-size: 30px;
}


@media (min-width: 1441px) {
  .twobox-area .col-sm-6 {
    padding: 0;
}
}
.changebtn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pffdiv{
  position: relative;
}

/* .modal-content {
    width: 732px !important;
} */
 .modal {
  z-index: 99999;
 }

 .modal-backdrop.show {
    opacity: .5;
    z-index: 9999;
}


/* form css ............................... */
.hed_form {
    border-bottom: 2px solid #979797;
    margin-bottom: 15px;
}
.form_wrap{
  background: white !important;
}

.form_wrap input {
    border-radius: 8px;
}

.form_wrap input:hover {
    border-color: #000;
}
.form_wrap select:hover {
    border-color: #000;
}

.form_wrap .custom-select-wrapper, .second_form .custom-select-wrapper {
  position: relative;
  font-family: sans-serif;
}

.form_wrap .custom-select-wrapper label, .second_form .custom-select-wrapper label {
  position: absolute;
  top: -10px;
  left: 12px;
  background: white;
  padding: 0 5px;
  font-size: 12px;
  color: #999;
}

.second_form .custom-select-wrapper label{
      top: -0px;
}

.form_wrap .custom-select-wrapper select {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background: white;
    appearance: none;
}

.form_wrap .file-wrapper {
  font-family: sans-serif;
  margin: 20px 0;
}

.form_wrap .file-wrapper label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

.form_wrap .file-input-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  height: 42px;
}

.form_wrap .file-input-box input[type="file"] {
  border: none;
  outline: none;
  border-radius: 0 !important;
}

  .hidebtn .toggle-header {
      font-weight: bold;
      color: #003057;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

  .hidebtn .toggle-header i {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }

   .hidebtn .form-section {
      margin-top: 10px;
    }

 .hidebtn .form-group {
      margin-bottom: 15px;
    }

  .hidebtn input {
      padding: 8px;
      margin-right: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

   .hidebtn .info {
      font-size: 12px;
      color: gray;
    }
    .second_form, .thrd_form, .forth_form {
    padding-top: 40px;
}


  .second_form .toggle-buttons ,.thrd_form .toggle-buttons {
    margin-bottom: 20px;
    display: flex;
}

   .second_form .toggle-buttons label, .thrd_form .toggle-buttons label {
      margin-right: 20px;
      font-weight: bold;
    }

   .second_form input[type="radio"] {
      margin-right: 5px;
    }



    .second_form .form-box {
      display: none;
    }

    .second_form .form-box.active {
      display: block;
    }
   .second_form input, .second_form select {
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

    .second_form .note {
      font-size: 12px;
      color: #777;
      margin-top: -10px;
    }

    .second_form label[for="filing"] {
      font-size: 12px;
      color: #666;
    }

.dategg {
    padding: 8px 99px !important;
    border-radius: 5px;
}

.section-header {
    padding: 20px 0;
    display: flex;
    align-items:center ;
    justify-content: space-between;
}

.section-header span {
    background: #212529;
    padding: 6px 130px;
    color: #fff;
}

.section-header button {
    padding: 7px 25px;
}

.tooltip-icon {
      position: relative;
      display: inline-block;
      margin-left: 5px;
      cursor: pointer;
      color: #0d6efd;
      font-weight: bold;
    }

    .tooltip-icon:hover .tooltip-box {
      display: block;
    }

 .tooltip-box {
    display: none;
    position: absolute;
    top: 120%;
    right: -137px;
    z-index: 10;
    background-color: #012f45;
    color: #fff;
    padding: 10px;
    width: 300px;
    border-radius: 4px;
    font-size: 13px;
}

    .tooltip-box strong {
      display: block;
      margin-bottom: 5px;
      color: #fff;
    }


    /* new css ........... */
     label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .required::before {
        content: "*";
        color: red;
        margin-right: 5px;
    }

    input,
    select {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .hidden {
        display: none;
    }

    .valid {
        border: 2px solid green;
        background-image: url('data:image/svg+xml;utf8,<svg fill="green" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.285 6.709l-11.285 11.292-5.285-5.292 1.414-1.414 3.871 3.878 9.871-9.878z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 20px;
    }

    .form-row {
        display: flex;
        gap: 10px;
    }

    .form-row>.form-group {
        flex: 1;
    }

    input[type="file"] {
        border: 1px solid #ccc;
    }


.file-upload-wrapper {
    display: flex;
    width: 100%;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    height: 50px;
}

    .file-upload-wrapper input[type="file"] {
        opacity: 0;
        width: 100%;
        position: absolute;
        height: 100%;
        cursor: pointer;
    }

.file-upload-label {
    position: relative;
    flex: 1;
    padding: 13px 112px 10px 17px;
    background-color: white;
    color: #555;
    font-family: sans-serif;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.file-upload-button {
    background-color: #0097b2;
    color: white;
    padding: 10px 16px;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    right: 0;
    border: 1px solid #0097b2;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 50px;
}
    .file-upload-container {
        position: relative;
        display: flex;
        width: 100%;
    }

    .file-upload-container input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

    .emply {
        display: flex;
        align-items: center;
    }


    .emply input,
    .emply label {
        margin: 0;
    }

.hidebtn .toggle-header {
    font-weight: bold;
    color: #0078C2;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    font-weight: 600 !important;
}

#toggleText a {
    font-size: 14px;
    font-style: italic;
    color: #0078C2;
    font-weight: 400;
}

    .hidebtn .toggle-header i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .hidebtn .form-section {
        margin-top: 10px;
    }

    .hidebtn .form-group {
        margin-bottom: 15px;
    }

    .hidebtn input {
        padding: 8px;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .hidebtn .info {
        font-size: 12px;
        color: gray;
    }


    /* secfrm */


    .form-container {
        background: #fff;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 6px;
    }

    .frmttl {
        border-bottom: 2px solid #b7b7b7;
        padding-bottom: 10px;
        margin-bottom: 18px !important;
        font-size: 24px;
        font-weight: 700;
    }

    .tabs {
        margin-bottom: 20px;
        display: flex;
    }

    .tabs label {
        margin-right: 20px;
        font-weight: 500;

    }

    .tabs input[type="radio"] {
        margin: 0;
    }

    .form-group {
        margin-bottom: 15px;
    }

.form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #1d1d1d !important;
}
    .form-group input[type="text"] {
        width: 100%;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #a0a0a0;
        border-radius: 5px;
    }

    .ssn-boxes {
        display: flex;
    }


.ssn-boxes input[disabled] {
    background: #d1d1d1;
    color: #000 !important;
}

    .checkbox-group {
        margin-top: 10px;
    }

    .checkbox-group input {
        margin-right: 6px;
    }

.info-text {
    font-size: 12px;
    color: #282828;
}

#toggleText {
    font-size: 16px;
    font-weight: 500;
    text-decoration: unset !important; 
    /* color: black; */
}

    .hidden {
        display: none;
    }

    .frmtbs {
        display: flex;
        gap: 30px;
        margin-bottom: 20px;
    }

.frmtbs label, .frmtbs input, .form-radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 14px;
}

    .ckbnv {
        display: flex;
        align-items: center;
    }

.ckbnv input {
    width: 23px;
    margin: 0;
}

    .checkbox-group {
        margin-top: 10px;
    }

    .checkbox-group input {
        margin-right: 6px;
    }

    input,
    select {
        padding: 8px;
        border: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 14px;
    }

    .input-valid {
        border-color: green;
        background-color: #ffffff;
    }

    .check-icon {
        color: green;
        position: absolute;
        right: 10px;
        top: 6px;
        font-size: 18px;
        display: none;
    }

    .input-wrapper {
        position: relative;
    }


    .form-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .form-col {
        flex: 1;
        min-width: 150px;
    }

    .note {
        font-size: 12px;
        color: #555;
        margin-top: 4px;
    }

    .toggle-header {
        cursor: pointer;
        color: #0078C2;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .form-section {
        display: none;
    }

 .toggle-header small {
    display: block;
    font-size: 13px;
    color: #0078C2;
    font-style: italic;
}

    .mfstg {
        max-width: 20%;
    }

    .msgg {
        max-width: 25%;
        margin-left: -10px;
    }


    /* thdfrm */

    .collapsible-box {
        border-radius: 10px;
        overflow: hidden;
        margin: 20px auto;
    }

    .collapsible-header {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .collapsible-header span {
        color: #0078C2;
        text-decoration: unset !important;
    }

    .collapsible-header i {
    font-size: 26px;
    transition: transform 0.3s ease;
    color: #0078C2;
    padding: 10px;
    position: relative;
    top: 4px;
}

    .collapsible-header.active i {
        transform: rotate(180deg);
    }

    .collapsible-content {
        display: none;

    }

    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .checkbox-group label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        cursor: pointer;
    }

.checkbox-group input[type="checkbox"] {
    width: 23px;
    height: 23px;
    accent-color: #0078c2;
}

    .dspinner {
        display: flex;
        gap: 10px;
    }

.dspinner h5 {
    color: #0078C2;
    font-weight: 500;
    font-size: 16px;
}

.utlyfrm input:not(input[type="number"]), .utlyfrm select, body .paydtec input[type="number"] {
    border: 1px solid #a0a0a0 !important;
}

body input[type="number"]:hover, body  input[type="number"]:focus, body .add-deduction-block input[type="number"]:hover, body .add-deduction-block input[type="number"]:focus, body .add-deduction-block input[type="number"]  {
    border: 0 !important;
    box-shadow: none !important;
}


.form-label, body input[type=checkbox] label, body input[type=checkbox] label > span, .adchb label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1D1D1D !important;
}

    .form-radio-group {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }

    .form-select {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
    }

    .form-currency {
        display: flex;
        border: 1px solid #a0a0a0;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 15px;
    }

.form-currency span {
    background: #D1D1D1;
    padding: 10px 12px;
    border-right: 1px solid #ccc;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

    .form-currency input {
        flex: 1;
        border: none;
        padding: 8px;
    }

    .form-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
    }

    .hire-date-field {
        display: none;
        margin-top: 10px;
    }

    .hire-date-field input {
        width: 100%;
        padding: 8px;
    }

.padem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chedts {
    max-width: 23px;
    margin-right: 10px;
}

    .adchb label {
        margin: 0;
    }

    .frothfrm h2 {
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 18px !important;
    font-size: 24px;
    font-weight: 700;
}












    /* forthfrm */

    .highlight-box {
        background: #e9f5ff;
        border-left: 5px solid #0078C2;
        padding: 15px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .highlight-box input[type="checkbox"] {
        margin-right: 10px;
        width: 18px;
        height: 18px;
    }

    .highlight-box span {
        color: #0078C2;
        font-weight: bold;
    }

    .form-fields {
        display: none;
        margin-top: 20px;
    }

    .form-fields label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-fields input {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .optional {
        font-weight: normal;
        color: gray;
        font-size: 0.9em;
    }

    .form-col input {
        margin-bottom: 15px;
    }

    /* [Previous CSS remains the same...] */

    .pagination-item.active {
        background-color: #4CAF50 !important;
        color: white !important;
    }

    .pay-stub {
        /* border: 1px solid #ccc; */
        margin: 10px 0;
        border-radius: 5px;
        overflow: hidden;
    }

    span.paydate {
    font-size: 11px;
    margin-left: 16px;
}
span.payname {
    font-size: 15px;
    font-weight: 700;
}

.pay-stub-header {
    background: #f5f5f5;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paydtec label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1D1D1D !important;
}

    .pay-stub-content {
        padding: 10px;
    }

    .pay-stub-content div {
        margin-bottom: 10px;
    }

    .pay-stub-content input {
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

.toggle-icon {
    font-size: 30px;
}
    input#hourlyRate {
    border: none;
}
#addDeductionContainer {
      display: none; /* Initially hidden */
    }
    #companyForm input , .form_wrap select{
        min-height: 50px !important;
    }


/* input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, .form_wrap select:focus, .form-control:focus, .form-currency:focus, body .paydtec input:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #0078c2 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #0078c2 !important;
    border: 1px solid #0078c2 !important;
} */

.form-group small {
    font-size: 12px;
    color: #646464 !important;
}

input[type="radio"] {
    width: 25px !important;
}


.ckbnv strong {
    font-weight: 600;
    font-size: 14px;
}





/* n hdr */

.logiwrap i {
    color: #fbfbfb;
    font-size: 14px;
}

.logiwrap a {
    color: #f6f6f6;
    font-size: 13px;
}



.btn-hdrs a, .btnbox a {
    line-height: 35px;
    color: #fff;
    padding: 5px 25px;
    background: #0097b2;
    border-color: #0097b2;
}

.bg-light-blue{
  background: #999;
}


.breadcrumb-area {
    background-color: #b0b3be33;
    padding: 20px 10px;
}

.breadtitle h4 {
    color: #0097b2;
}
span.theme-options {
    color: #646464;
    font-size: 13px;
}

a.btn.paystub_button {
    background-color: #0097b2;
    color: #fff;
    padding: 10px 13px;
    font-size: 15px;
    font-weight: 600;
}

.content_div_one p {
    text-align: justify;
    font-size: 16px;
}
.lower-e {
    text-transform: lowercase !important;
}

img.filter_sty {
  filter: drop-shadow(2px 4px 6px black) brightness(1.2);
}
.content_div p {
    font-size: 15px;
    text-align: justify;
    color: #fff;
}
section.arizona_sty_index {
    background: #0097b2;
    padding: 50px 0px;
}

section.arizona_sty {
    background: #0097b2;
    padding: 50px 0px;
}
.content-parent-div.my-5 h1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 14px;
    color: #086474;
}
.content-parent-div.my-5 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #086474;
}
.content-parent-div.my-5 p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}
ul.paystub_ul_sty {
    line-height: 30px;
    font-size: 14px;
    list-style: disc;
    margin-left: 30px;
}
ol.paystub_ol_sty {
    font-size: 14px;
    line-height: 30px;
}

ol.paystub_ol_sty li {
    font-weight: normal;
}
p.inner_ul_heading {
    font-size: 24px !important;
    font-weight: 700;
    color: #086474;
}

li.right_icon_sty {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}
p.faq_heading {
    font-size: 21px !important;
    font-weight: 700;
    margin-top: 14px;
}




.content_paystub {
      flex: 3;
      padding: 30px;
    }

  .sidebar {
      flex: 1;
      max-height: 100vh;
      overflow-y: auto;
      position: sticky;
      top: 95px;
      padding: 0px;
  }

    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sidebar li {
        padding: 8px 0;
        border-bottom: 1px solid #d0d0d0;
    }

    .sidebar a {
        text-decoration: none;
        color: black;
        font-size: 14px;
        padding-left: 8px;
    }

    .sidebar .active a {
      color: #00a2e8;
    }

    .sidebar li.active {
      background-color: #eee;
    }



     .feature-box {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 30px 20px;
        height: 100%;
    }

    .feature-box .icon {
        font-size: 40px;
        flex-shrink: 0;
    }

    .feature-box h3 {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
      font-weight: bold;
      color: #0097b2;
  }

    .feature-box p {
        font-size: 14px;
        margin: 5px 0 0;
        color: #000;
    }

    .feature-box.blue {
        background-color: #ffffff;
        color: #0097b2;
    }

    .feature-box.green {
        background-color: #0097b2;
        color: #ffffff;
    }

    .feature-box.green h3 {
        color: #ffffff;
    }

    .feature-box.green p {
        color: #f7f7f7;
    }

    .icon_paystub i {
          font-size: 31px;
    }

    /* Show dropdown on hover */
.hover-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Wider dropdown for 2-column layout */
.dropdown-menu-wide {
    min-width: 306px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Ensure spacing and alignment */
.dropdown-menu .dropdown-header {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}
.satisfactionG p {
    font-size: 14px;
    color: #fff;
 text-align: justify;
}
  .satisfactionG h5 {
    color: #ffffff;
    font-size: 16px;
    margin: 25px  0px 15px 0px;
}

.other_form_sty div a:hover {
    background-color: #0097b2;
    color: #fff;
}

.paystub_submit_button button {
    background-color: #0097B2;
    color: #fff;
    padding: 10px 16px;
}

.create_paystub_btn {
    font-size: 13px;
    padding: 6px 6px;
    background: #0097b2;
    border: none;
}
.bill_steps {
  background-color: #0097b2;
  padding: 50px 0px;
}
.steps_text_block h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.steps_text_block p {
  font-size: 15px;
    color: #fff;
}

 .tps-step-item__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.steps-list__line {
    flex: 0 0 auto;
    height: 2px;
    width: 21px;
    margin-left: 6px;
    background-color: #fff;
}
.steps-banner__block .steps-list {
    display: flex;
    justify-content: flex-end;
}
.steps-banner__block .steps-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    height: 31.8%;
    display: flex;
    align-items: center;
}
.contact_paystub h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0097b2;
    padding: 18px;
}
.contact_paystub p {
    font-size: 15px;
}

    .contact-box img {
      width: 40px;
      height: auto;
      margin-bottom: 10px;
    }

    .inner_box_pay {
    width: 100%;
}
.font_color_sty {
  color: #0097B2;
}
.email_img_div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    justify-content: center;
}
.email_img_div img {
  width: 32px;
  height: auto;
}

    .contact-section {
      background-color: #f8f9fa;
      padding: 40px 15px;
    }

    .form-section-paystub {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 30px;
    }
    .inner_box_pay h5 {
    margin-bottom: 20px;
}
.inner_box_pay img {
    margin-bottom: 20px;
}

    .form-section-paystub h5 {
      margin-bottom: 0px;
      font-weight: bold;
    }

.send_message_btn {
    background-color: #0097b2;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}
    .send_message_div {
      text-align: center;
    }

 .contact-block-item a {
        color: #0078c2;
        font-size: 16px;
        /* font-weight: 600; */
        line-height: normal;
        /* text-decoration: underline; */
    }



    @media (max-width: 767px) {
      .form-section-paystub, .contact-box {
        margin-top: 20px;
      }
    }

        .sample_desc_sty{
        font-size: 0.750rem;
        font-weight: 600;
        text-align: justify;
    }

    .footer-widget-item p {
    font-size: 0.9rem;
}
    

.paystub_state_sty button#paystubDropdown {
    background: transparent;
    border: none;
    font-size: 15px;
}


.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top, .offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top, .offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top {
    justify-content: space-between !important;
        align-items: center;
}

/* .header-tops .row {
    display: flex !important;
} */

.mobnv .mobatg {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.mobnv .border {
    height: 100px;
}

body .mobnv .crpy{
  padding: 7px 20px !important;
}

.mobnv .border-end a {
    font-size: 10px !important;
}

.mobnv ul.mobile-menu li {
    padding: 3px 0 !important;
}

.mobnv .dropdown-menu.show {
    right: 0 !important;
    width: 320px !important;
    background: #ffffff;
    left: 0 !important;
    margin: auto !important;
    transform: none !important;
}

.mobnv .dropdown-menu {
    transition: none !important;
}


.mobnv .sample_desc_sty {
    font-size: 8px;
}

.mobnv .sbmob {
    font-size: 10px;
}
.home_states li.active{
    background-color: #0097b2;
}
.home_states li.active a{
  color: #ffffff;
}





@media(max-width:767px){
  .breadcrumb-area {
    padding: 20px 10px 20px;
}

.security_area {
    background: #EFF0F2;
    padding: 50px 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 11px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-link {
    justify-content: flex-start !important;
}

.footer-widget-logo {
    padding: 0;
}

.online-top {
    padding-bottom: 40px !important;
    padding-top: 35px;
}

.footer-widget-item {
    margin-top: 20px;
}
.footer-widget-item h3 {
   margin-bottom: 10px !important;
}

.copyright{
  margin-top: 15px !important;
}

.inner-body {
    padding: 0 !important;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact, .offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact, .offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact {
   padding: 0 !important;
}
ul.mobile-menu li {
    height: auto !important;
    border-bottom: 1px solid #00000029;
    padding: 7px 0 !important;
}
.offcanvas-contact .mobile-logo {
    padding-top: 10px;
}

.breadcrumb-area .row {
    flex-direction: column-reverse;
}

.steps_text_block p {
    font-size: 14px;
    text-align: center;
}
 
.steps_text_block h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.steps-banner__block .steps-list {
    justify-content: center !important;
}
.inrhsty {
    justify-content: center !important;
}

.steps_text_block p {
    display: none;
}

.tps-step-item__text {
    font-weight: 600;
    font-size: 11px;
}
.content-parent-div.my-5 h1 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.content-parent-div.my-5 p {
    line-height: 24px !important;
}
.content-parent-div.my-5 h2 {
    font-size: 19px !important;
    line-height: 29px !important;
}


.content_paystub {
    padding: 5px;
}

}


@media (max-width: 767.98px) {
  .header-top-left {
    justify-content: center !important;
    width: 100%;
    text-align: center;
  }
  .header-top-right{
    justify-content: space-between !important;
  }
  
  .breadtitle {
    text-align: center;
}

  .breadtitle h3 {
    font-size: 20px ;
}

.breadtitle p {
    font-size: 14px;
}

  a.btn.paystub_button {
    padding: 8px 8px;
    font-size: 12px;
}
}



@media(min-width:768px) and (max-width:1023px){
  .mobile-menu_wrapper .offcanvas-body .inner-body, .offcanvas-minicart_wrapper .offcanvas-body .inner-body, .offcanvas-search_wrapper .offcanvas-body .inner-body {
    padding: 10px 0;
}

ul.mobile-menu li {
    height: auto !important;
    border-bottom: 1px solid #00000029;
    padding: 7px 0 !important;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact, .offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact, .offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact {
padding: 0 !important;
}


.mobnv .border-end a {
    font-size: 8px !important;
}

body .mobnv .crpy {
    padding: 7px 6px !important;
}

a.header-logo {
    width: 50%;
}

a.btn.paystub_button {
    background-color: #0097b2;
    color: #fff;
    padding: 6px 9px;
    font-size: 13px;
    font-weight: 600;
}

.breadtitle p {
    font-size: 14px;
}

.maaad-1 img {
    width: 65px !important;
    height: 100px !important;
}

.maaad-1::after {  
    top: 0px !important;
    right: 103px !important;
    height: 50px !important;
    width: 50px !important;

}

.maaad-2 h3 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

.maaad-2 p {
    font-size: 14px;
    line-height: 24px;
}

.faster-4 {
    display: flex;
}

.faster-img {
    display: none;
}

.illnvcmx {
    display: unset;
}

.billa h2 {
    line-height: 37px;
    font-size: 20px;
}

.form-container {
    max-width: 100%;
}

.steps_text_block h3 {
    text-align: center;
}

.steps_text_block p {
    text-align: center;
}

 .modal-dialog.modal-lg {
      max-width: 90%; /* 90% width viewport ka tablet pe */
      margin: 1.75rem auto; /* center kare modal */
    }

    

}



