/*-- 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: #2B2B2B;
  font-family: 'Poppins' !important;
  overflow-x: hidden;
}

a {
  color: #2B2B2B;
  text-decoration: none;
}

a:hover {
  color: #f0b805;
}

.no-hover:hover {
  color: #fff;
}

.dropdown-toggle::after {
  color: #ffffff !important;
}

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;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', 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-60 {
  padding: 60px 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;
  }
}



/* -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;
}


/* -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: #0094b2;
}

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


.text-yellow {
  color: #f0b805;
}

.text-black {
  color: black;
}

.text-light {
  color: #a9a9a9 !important;
}

.bg-black {
  background: black;
}

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



/* ---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;
}


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

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


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

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


/* ---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: 8px 20px;
}


.btn-soft-success {
  background-color: #00c9a7;
  border-color: #00c9a7;
  color: #fff;
}

.btn-soft-success:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}


/* ---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: 100% !important;
  visibility: visible;
  opacity: 1;
}

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

.dropdown-menu li a {
  font-size: 1rem;
  padding: 0.25rem 2rem;
  color: #000000;
}

.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;
}

/* .logiwrap a {
  color: #ffffff !important;
} */


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

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

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

.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: end;
  -ms-flex-pack: center;
  justify-content: end;
  gap: 15px;

}

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

/* nav.main-nav ul {
  gap: 40px;
  display: flex;
  justify-content: end;
} */

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

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

.main-nav>ul>li>a {
  font-size: 16px;
  line-height: 24px;
  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 {
  padding: 16px 12px;
  background-color: #f0b805;
}

.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: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  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: 120px;
}

@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: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

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

.main-nav>ul>li>a {
  padding: 16px 12px;
}




/*----------------------------------------*/
/*  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;
} */


/*----------------------------------------*/
/*  06. Offcanvas
/*----------------------------------------*/
.mobile-menu_wrapper .offcanvas-body,
.offcanvas-search_wrapper .offcanvas-body {
  background-color: #333333;
  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;
  border-bottom: 0;
  -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: #ffffff;
}

.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: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  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;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.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
/*----------------------------------------*/


.custom-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border: 1px dashed #0e0e0e;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 20px;
  background: #dde4ff7a;
}

.custom-label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-label h2,
.custom-label h6,
.custom-label span {
  margin: 5px 0;
}

.custom-label h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.bill-step-name span[data-step="1"]::before {
  content: attr(data-step);
  background-color: #f0c000;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.bill_title {
  background: #0F1B2D !important;
}

.bgnnhr {
  background: #DDE4FF;
}

.progress-bar-wrapper {
  background: #fff !important;
  border: 1px solid #000;
}

.bill-step-name span {
  font-weight: 700 !important;
}










/*------------------------------------
  Step
------------------------------------*/
.step {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.step.step-dashed .step-icon::after {
  border-left-style: dashed;
}

.step-border-last-0 .step-item:last-child .step-icon::after {
  display: none;
}

.step .step-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.5rem;
}

.step .step-content-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.step .step-content {
  -ms-flex: 1;
  flex: 1;
}

/*------------------------------------
  Step Avatar
------------------------------------*/
.step .step-avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.step .step-avatar-img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.step .step-avatar::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}

/*------------------------------------
  Step Avatar
------------------------------------*/
.step-avatar-xs.step-avatar {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.step-avatar-xs.step-avatar::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}

.step-avatar-sm.step-avatar {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.step-avatar-sm.step-avatar::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}

.step-avatar-lg.step-avatar {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}

.step-avatar-lg.step-avatar::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}

/*------------------------------------
  Step Icon
------------------------------------*/
.step .step-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.step .step-icon::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}

.step .step-icon-pseudo::before {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #97a4af;
  border-radius: 50%;
  content: "";
}

/*------------------------------------
  Step Icon Sizes
------------------------------------*/
.step-icon-xs.step-icon {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.step-icon-xs.step-icon::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}

.step-icon-sm.step-icon {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.step-icon-sm.step-icon::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}

.step-icon-lg.step-icon {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}

.step-icon-lg.step-icon::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}

/*------------------------------------
  Step Breakpoints
------------------------------------*/
@media (min-width: 576px) {
  .step-sm.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }

  .step-sm .step-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }

  .step-sm:not(.step-inline) .step-content-wrapper {
    display: block;
  }

  .step-sm .step-icon {
    margin-bottom: 1rem;
  }

  .step-sm .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }

  .step-sm .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }

  .step-sm .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }

  .step-sm .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

@media (min-width: 768px) {
  .step-md.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }

  .step-md .step-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }

  .step-md:not(.step-inline) .step-content-wrapper {
    display: block;
  }

  .step-md .step-icon {
    margin-bottom: 1rem;
  }

  .step-md .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }

  .step-md .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }

  .step-md .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }

  .step-md .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }



}

@media (min-width: 992px) {
  .step-lg.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }

  .step-lg .step-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }

  .step-lg:not(.step-inline) .step-content-wrapper {
    display: block;
  }

  .step-lg .step-icon {
    margin-bottom: 1rem;
  }

  .step-lg .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }

  .step-lg .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }

  .step-lg .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }

  .step-lg .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

@media (min-width: 1200px) {
  .step-xl.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }

  .step-xl .step-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }

  .step-xl:not(.step-inline) .step-content-wrapper {
    display: block;
  }

  .step-xl .step-icon {
    margin-bottom: 1rem;
  }

  .step-xl .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }

  .step-xl .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }

  .step-xl .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }

  .step-xl .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}


/*------------------------------------
  Step States
------------------------------------*/
.step .step-is-valid-icon,
.step .step-is-invalid-icon {
  display: none;
}

.step .active .step-icon,
.step .active.is-valid .step-icon {
  color: #fff;
  background-color: #377dff;
}

.step .is-valid .step-icon {
  color: #fff;
  background-color: #00c9a7;
}

.step .is-valid .step-is-valid-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.step .is-valid .step-is-default-icon,
.step .is-valid .step-is-invalid-icon {
  display: none;
}

.step .is-invalid .step-icon {
  color: #fff;
  background-color: #ed4c78;
}

.step .is-invalid .step-is-invalid-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.step .is-invalid .step-is-default-icon,
.step .is-invalid .step-is-valid-icon {
  display: none;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ed4c78 !important;
  padding-right: calc(1.6em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4c78' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed4c78' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.375rem) center;
  background-size: calc(0.8em + 0.75rem) calc(0.8em + 0.75rem);
}

label.error {
  display: none !important;
}

/*------------------------------------
  Step Colors
------------------------------------*/
/* primary */
.step-icon-primary {
  color: #fff;
  background-color: #377dff;
}

.step-icon-primary.step-icon-pseudo::before {
  background-color: #fff;
}

/* secondary */
.step-icon-secondary {
  color: #fff;
  background-color: #71869d;
}

.step-icon-secondary.step-icon-pseudo::before {
  background-color: #fff;
}

/* success */
.step-icon-success {
  color: #fff;
  background-color: #00c9a7;
}

.step-icon-success.step-icon-pseudo::before {
  background-color: #fff;
}

/* info */
.step-icon-info {
  color: #fff;
  background-color: #09a5be;
}

.step-icon-info.step-icon-pseudo::before {
  background-color: #fff;
}

/* warning */
.step-icon-warning {
  color: #1e2022;
  background-color: #f5ca99;
}

.step-icon-warning.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* danger */
.step-icon-danger {
  color: #fff;
  background-color: #ed4c78;
}

.step-icon-danger.step-icon-pseudo::before {
  background-color: #fff;
}

/* light */
.step-icon-light {
  color: #1e2022;
  background-color: #f7faff;
}

.step-icon-light.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* dark */
.step-icon-dark {
  color: #fff;
  background-color: #1e2022;
}

.step-icon-dark.step-icon-pseudo::before {
  background-color: #fff;
}

/* indigo */
.step-icon-indigo {
  color: #fff;
  background-color: #2d1582;
}

.step-icon-indigo.step-icon-pseudo::before {
  background-color: #fff;
}

/* navy */
.step-icon-navy {
  color: #fff;
  background-color: #21325b;
}

.step-icon-navy.step-icon-pseudo::before {
  background-color: #fff;
}

/* primary soft */
.step-icon-soft-primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

.step-icon-soft-primary.step-icon-pseudo::before {
  background-color: #377dff;
}

/* secondary soft */
.step-icon-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}

.step-icon-soft-secondary.step-icon-pseudo::before {
  background-color: #71869d;
}

/* success soft */
.step-icon-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

.step-icon-soft-success.step-icon-pseudo::before {
  background-color: #00c9a7;
}

/* info soft */
.step-icon-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}

.step-icon-soft-info.step-icon-pseudo::before {
  background-color: #09a5be;
}

/* warning soft */
.step-icon-soft-warning {
  color: #f5ca99;
  background-color: rgba(245, 202, 153, 0.1);
}

.step-icon-soft-warning.step-icon-pseudo::before {
  background-color: #f5ca99;
}

/* danger soft */
.step-icon-soft-danger {
  color: #ed4c78;
  background-color: rgba(237, 76, 120, 0.1);
}

.step-icon-soft-danger.step-icon-pseudo::before {
  background-color: #ed4c78;
}

/* light soft */
.step-icon-soft-light {
  color: #f7faff;
  background-color: rgba(247, 250, 255, 0.1);
}

.step-icon-soft-light.step-icon-pseudo::before {
  background-color: #f7faff;
}

/* dark soft */
.step-icon-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}

.step-icon-soft-dark.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* indigo soft */
.step-icon-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}

.step-icon-soft-indigo.step-icon-pseudo::before {
  background-color: #2d1582;
}

/* navy soft */
.step-icon-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}

.step-icon-soft-navy.step-icon-pseudo::before {
  background-color: #21325b;
}

/*------------------------------------
  Step Inline
------------------------------------*/
.step-inline .step-content-wrapper {
  -ms-flex-align: center;
  align-items: center;
}

.step-inline .step-item:last-child .step-inline-title::after {
  display: none;
}

.step-inline .step-inline-title {
  display: inline-block;
  color: #1e2022;
  font-weight: 600;
}

@media (min-width: 576px) {
  .step-sm.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }

  .step-sm.step-inline .step-item {
    overflow: hidden;
  }

  .step-sm.step-inline .step-icon {
    margin-bottom: 0;
  }

  .step-sm.step-inline .step-icon::after {
    display: none;
  }

  .step-sm.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }

  .step-sm.step-inline .step-icon-xs+.step-content .step-inline-title::after {
    top: 0.875rem;
  }

  .step-sm.step-inline .step-icon-sm+.step-content .step-inline-title::after {
    top: 1.34375rem;
  }

  .step-sm.step-inline .step-icon-lg+.step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

@media (min-width: 768px) {
  .step-md.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }

  .step-md.step-inline .step-item {
    overflow: hidden;
  }

  .step-md.step-inline .step-icon {
    margin-bottom: 0;
  }

  .step-md.step-inline .step-icon::after {
    display: none;
  }

  .step-md.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }

  .step-md.step-inline .step-icon-xs+.step-content .step-inline-title::after {
    top: 0.875rem;
  }

  .step-md.step-inline .step-icon-sm+.step-content .step-inline-title::after {
    top: 1.34375rem;
  }

  .step-md.step-inline .step-icon-lg+.step-content .step-inline-title::after {
    top: 2.125rem;
  }

}

@media (min-width: 992px) {
  .step-lg.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }

  .step-lg.step-inline .step-item {
    overflow: hidden;
  }

  .step-lg.step-inline .step-icon {
    margin-bottom: 0;
  }

  .step-lg.step-inline .step-icon::after {
    display: none;
  }

  .step-lg.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }

  .step-lg.step-inline .step-icon-xs+.step-content .step-inline-title::after {
    top: 0.875rem;
  }

  .step-lg.step-inline .step-icon-sm+.step-content .step-inline-title::after {
    top: 1.34375rem;
  }

  .step-lg.step-inline .step-icon-lg+.step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .step-xl.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }

  .step-xl.step-inline .step-item {
    overflow: hidden;
  }

  .step-xl.step-inline .step-icon {
    margin-bottom: 0;
  }

  .step-xl.step-inline .step-icon::after {
    display: none;
  }

  .step-xl.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }

  .step-xl.step-inline .step-icon-xs+.step-content .step-inline-title::after {
    top: 0.875rem;
  }

  .step-xl.step-inline .step-icon-sm+.step-content .step-inline-title::after {
    top: 1.34375rem;
  }

  .step-xl.step-inline .step-icon-lg+.step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

.btn-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
  border-color: transparent;
}

.step_form_inner label {
  font-size: 13px !important;
}

.step_form_-area {
  background: #F6F5F7;
}

.step_form_inner .form-control,
.step_form_inner .form-select {
  background: #dbe5f34f;
  font-size: 14px;
  height: 36px;
  border-color: #1b22267a;
  border-radius: 0px;
}

.step_form_-area .prog {
  max-width: 100% !important;
  padding: 0px 35px;
}

.step_form_inner {
  border: none;
}

.form-select {
  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") !important;
  background-repeat: no-repeat !important;
  background-position: right .75rem center !important;
  background-size: 16px 12px !important;
}


/* ---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: #0e4966;
  color: #f0b805;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

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

.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 {
  width: 200px;
  height: 90px;
  object-fit: cover;
}

.footer-widget-logo img {
  width: 100%;
}

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

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



.social a {
  width: 35px;
  height: 35px;
  background: #f0b805;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #023047;
}

.footer-widget-list-item>li:not(:last-child) {
  padding-bottom: 15px;
}

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

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

.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 {
  text-transform: capitalize;
  font-size: 15px;
}



/*----------------------------------------*/
/*  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;
  }
}


.step_form_preview {
  border: 1px solid #CFCFCF;
  padding: 15px 20px;
  background: #fff;
  height: 700px;
  overflow: scroll;
}

.button_div {
  text-align: center;
}

button.btn.header_btn {
  background: #F0C000;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 1px;
}

button.btn.header_btn2 {
  background: #F0C000;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 1px;
}

/* ----------------------------------------  first template  ---------------------------- */

.header_main {
  margin-top: 10px;
  border: 1px solid #CFCFCF;
}

/* .header_div {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(223, 241, 255, 0.81) 58%, rgb(250, 252, 255) 79%);
  padding: 10px;
} */

.header_div.tmp4 {
  display: flex;
  justify-content: space-between;
  background: unset;
  padding: 10px;
  border-bottom: 1px dotted;
}

.company_name h2 {
  font-size: 19px;
  text-transform: uppercase;
}

tbody.tmp4 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 21px;
}

.company_name h3 {
  font-size: 14px;
}

/* .desc table tr {
  font-size: 13px;
} */

.row.side {
  padding: 10px;
}

.service {
  line-height: 13px;
}

.service.tmp4 h2 {
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
  background-color: #cccccd;
}

.service h2 {
  font-size: 12px;
  font-weight: 900 !important;
}

span.name {
  text-transform: uppercase;
  font-size: 9px;
}

span.address {
  font-size: 9px;
}


.quesition_bill {
  margin-top: 82px;
}

.quesition_bill.tmp4 {
  margin-top: unset;
}

.account_summary {
  padding: 0 0px 0 10px;
}



.quesition_bill h2 {
  font-size: 11px;
  font-weight: 700;
  background-color: #cccccd;
  padding: 3px;
  width: 75%;
}

td.weekly {
  font-size: 9px;
}

.pay {
  margin-top: 35px;
}

.pay.tmp4 {
  margin-top: unset;
}

.d_tmp4 {
  gap: 80px;
}

.pay h2 {
  font-size: 12px;
  font-weight: 700;
  background-color: #cccccd;
  padding: 5px;
  width: 75%;
}

.pay span {
  font-size: 10px;
}

h2.account {
  font-size: 12px;
  font-weight: 900;
}

.account_summary table {
  width: 100%;
}

tbody.summary tr td {
  font-size: 9px;
}

tr.total_amount {
  border: 1px solid black;
  /* background-color: #cccccd; */
}

tr.total_amount td {
  padding: 6px 5px;
}

/* span.due_date {
  font-size: 13px;
} */

.message {
  padding: 10px;
  margin-top: 20px;
  clear: both !important;
}

.message h2 {
  font-size: 11px;
  font-weight: 700;
}

.message p {
  font-size: 9px;
  margin: 0;
}

.thanks {
  text-align: center;
  border-top: 2px dotted black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thanks strong {
  font-size: 9px;
}

.footer {
  text-align: right;
  padding-right: 12px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.footer_div {
  text-align: left;
  display: inline-block;
  margin: 0 28px 8px 0 !important;
}

.footer_div div {
  font-size: 9px;
}

tbody.number_div tr {
  font-size: 9px;
}

.graphs {
  margin-top: 54px;
  padding: 0 0 0 10px;
}


/* cbxvnbv------------------------------------------------------------------ */


img#previewImg {
  width: 45px;
  height: 45px;
}

/* .logo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

} */
.logo.tmp4 {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
}


.company_name h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.company_name h3 {
  font-size: 11px;
}

.compny {
  margin: 9px 12px 0;
  float: left;
}

span.street {
  font-size: 9px;
}

span.city {
  font-size: 9px;
}


.chackout {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chackout button {
  background: #F0C000;
  border: navajowhite;
  padding: 10px;
  border-radius: 5px;
}

i.ri-close-line.btn-close {
  background: #F0C000;
  font-size: 36px;
  padding: 0px 9px 18px 11px;
  border-radius: 100%;
  position: relative;
  top: -24px;
  left: 20px;
  font-weight: 900;
}

.modal-content {
  padding-bottom: 23px;
}

.spinner {
  position: relative;
  width: 24vw;
  padding-top: 23vw;
  margin: 10% auto;
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#loadingMessage {
  position: fixed;
  /* fixed position to cover the entire screen */
  top: 0;
  left: 0;
  width: 100vw;
  /* full width of the viewport */
  height: 100vh;
  /* full height of the viewport */
  background: rgba(0, 0, 0, 0.32);
  /* semi-transparent black background */
  z-index: 9999;
  /* make sure it's on top of other content */
  display: flex;
  /* optional if you want to center content inside */
  justify-content: center;
  /* optional to center content horizontally */
  align-items: center;
  /* optional to center content vertically */
}


/* Default spinner visibility - hidden for all screen sizes */
#loadingMessage {
  display: none;
}

/* Media query for desktop - show spinner only on desktop */
@media screen and (min-width: 768px) {
  #loadingMessage {
    display: block;
    /* Show spinner on desktop */
  }
}

.compny_name1 {
  font-size: 9px;
  font-weight: 800;
}

.compny_name2 {
  font-size: 9px;
  font-weight: 800;
}

.bill-step-name span[data-step]::before {
  content: attr(data-step);
  background-color: #f0c000;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.customModal {
  color: white !important;
  background: #0F1821 !important;
  width: 100%;
  margin: 0 !important;
  /* height: 100%; */
}

.login_input {
  background: #252A34;
  border: none;
  border-radius: 6px;
  padding: 8px;
  color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.authFrom_content {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group input.addon-icon {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.customModal button.btn.btn-light.password-addon {
  background: #dbe5f34f !important;
  border: none !important;
}

.input-group .password-addon {
  background: #252A34;
  border-color: #252A34;
  color: #9e9e9e;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.customModal .btn_login_color {
  background-color: var(--bs-yellow);
  color: #000;
  border-radius: 6px;
  font-weight: 500;
  margin-top: 20px;
  padding: 8px;
}

.customModal .btn:focus {
  border: 0;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.customModal a {
  color: #4d6cff;
}

.customModal .btn-close {
  color: #fff;
  background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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;
}

/* .customModal .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: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */
.step_form_inner .form-control:focus,
.step_form_inner .form-select:focus {
  box-shadow: none;
  border: none !important;
}

.customModal input::placeholder {
  color: rgb(0, 0, 0) !important;
}

i.ri-close-line.hfvj {
  font-size: 27px;
  cursor: pointer;
}

a#signUpButton {
  cursor: pointer;
}

.modal::-webkit-scrollbar {
  display: none;
}

#gust::-webkit-scrollbar {
  display: none !important;
}

.tmp2 span.city,
span.state,
span.zip {
  font-size: 9px;
}

/*----------------------------- second design ------------------------------*/


.second_design {
  border: 1px solid #CFCFCF;
  padding: 10px;
  margin-top: 15px;

}

.duo_main {
  border-bottom: 1px solid #00a4ae;
  padding-bottom: 5px;
}

.com_name {
  margin-top: 66px;
}

.com_name h2 {
  font-size: 16px;
  font-weight: 700;
}

.com_name h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.com_name p {
  font-size: 8px;
  margin: 0px;
  display: flex;
  align-items: center;
}

span.company_website {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
}

.summary tr td {
  font-size: 9px !important;
}

.amount_date {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 11px 9px;
  font-size: 9px !important;
}

.amount_date span {
  font-size: 8px !important;
}

.amoun_div b {
  font-size: 8px;
}

.amoun_div {
  line-height: 11px;
}

.amoun_div span {
  font-size: 10px;
}

.billing_date {
  line-height: 11px;
}

.billing_date span {
  font-size: 10px;
}

.total_due {
  line-height: 11px;
}

.total_due span {
  font-size: 10px;
}

.payment_due {
  line-height: 11px;
}

.payment_due span {
  font-size: 10px;
}

.monthly_summary {
  padding-top: 10px;
}

.username h2 {
  font-size: 12px;
  font-weight: 900;
}

.username p {
  margin: 0;
  font-size: 10px;
}

.detach p {
  font-size: 7px;
}

.callinfo a {
  color: #ffffff !important;
}

.utility_bill {
  padding: 15px;
  border: 1px solid #0000001a;
  background-color: #fff;
}














/* =============== newcss ======================== */

.header_div {
  background: #eff2ff;
  padding: 10px;
  width: 100%;
  height: 54px !important;
}


.compny {
  margin: 9px 0px 0;
  float: left;
}

.image-preview {
  margin: 0px 12px 0 0px;

}

.logo {
  float: left;
}

.desc {
  float: right;
}

.tmmmsaas {
  width: 100%;
  padding: 10px;
}

.tmsera1 {
  width: 30% !important;
  float: left;
}

.tmaca1 {
  width: 70% !important;
  float: right;
}

#template1 .pay h2 {
  font-size: 11px;
  font-weight: 700;
  background-color: #cccccd;
  padding: 3px;
  width: 100%;
}

#template1 .quesition_bill h2 {
  font-size: 11px;
  font-weight: 700;
  background-color: #cccccd;
  padding: 3px;
  width: 100%;
}

/* .desc{
  float: right;
} */
div#template3 {
  display: none;
}

.message {
  padding: 10px;
  margin-top: 20px;
  clear: both !important;
  text-align: justify;
}

.modal_sec {
  background-color: #2125295c;
  --bs-modal-margin: 7.75rem;
}



/*------------------------------------------- start utility css----------------------------------------------------- */
img.preview-img {
  height: 50px;
  width: 50px;
}

.com_name {
  margin-top: 21px !important;
}

.second_design {
  border: 1px solid #CFCFCF;
  padding: 10px;
  margin-top: 15px;
  display: none;
}

.btn-template {
  padding: 5px 8px;
  font-weight: 500;
  font-size: 12px;
  background-color: #ffc107;
  border-radius: 5px;
}

.btn-template.active::before {
  content: "✔ ";
}

.template-content {
  display: none;
}

.template-content.active {
  display: block;
}

.step_form_inner .form-control:focus,
.step_form_inner .form-select:focus {
  border: 1px solid #377dff !important;/
}


.step_form_preview {
  border: 1px solid #CFCFCF;
  padding: 15px 15px;
  background: #fff;
  height: 700px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

/* Chrome, Safari, Edge ke liye */
.step_form_preview::-webkit-scrollbar {
  width: 8px;
  opacity: 0;
  /* Default hidden */
  transition: opacity 0.3s ease-in-out;
}

/* Default state: Scrollbar hidden */
.step_form_preview::-webkit-scrollbar-thumb {
  background: #CFCFCF;
  border-radius: 4px;
  opacity: 0;
  /* Invisible by default */
  transition: opacity 0.3s ease-in-out;
}

.summary {
  background-color: unset !important;
  padding: 10px;
  margin-top: 20px;
}

.footer_templete1 {
  text-align: right;
}



.sgfsdfg {
  max-width: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}



a.backbtn {
  color: #0f1b2d;
  border: 1px solid #A3A3A3;
  background: #EFEFEF;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  padding: .5rem 1.5rem;
}

a.backbtn:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

a.backbtn:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

button.nextbtn {
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  padding: .5rem 1.5rem;
  background: linear-gradient(180deg, #64D364 0%, #249324 100%);
  border-image-source: linear-gradient(180deg, #64D364 0%, #249324 100%);
  border-image-slice: 1;
  color: #fff;
}

button.nextbtn:hover {
  color: #fff;
}

button.nextbtn:active {
  color: #fff !important;
}

div.nextbtn {
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  padding: .5rem 1.5rem;
  background: linear-gradient(180deg, #64D364 0%, #249324 100%);
  border-image-source: linear-gradient(180deg, #64D364 0%, #249324 100%);
  border-image-slice: 1;
  color: #fff;
}

div.nextbtn:hover {
  color: #fff;
}

div.nextbtn:active {
  color: #fff !important;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}


.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}


/*------------------------------------------- end utility css----------------------------------------------------- */


/*-------------------------------- crop image modal css ------------------------------- */

.modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-contents {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  width: 85%;
  max-width: 800px;
  max-height: 85vh;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

#image-container {
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#image-preview {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.button-group {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

#close-result button {
  padding: 7px 13px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s;
}

#cancel-crop {
  background-color: #f1f1f1;
  color: #333;
}

#cancel-crop:hover {
  background-color: #e0e0e0;
}

#crop-image {
  background-color: #4CAF50;
  color: white;
}

#crop-image:hover {
  background-color: #45a049;
}

#upload {
  display: block;
  margin: 30px auto;
  padding: 12px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

#upload:hover {
  border-color: #999;
}

#result-container {
  display: none;
  max-width: 127px;
  margin: 20px auto;
  position: relative;
  text-align: center;
}

#cropped-result {
  max-width: 100%;
  max-height: 82px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#close-result {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#close-result:hover {
  background-color: rgba(255, 0, 0, 0.9);
}

#hidden-input {
  display: none;
}

/*-------------------------------- end crop image modal css ------------------------------- */

.profile_div {
  display: block;
}

.utilitycontent {
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
}

section.utility-content {
  background-color: #0094b2;
  padding: 50px 0px;
}

.content_div_one p {
  color: #fff;
  margin: 0;
  text-align: justify;
  font-size: 14px;
}

.header-sticky {
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}

/* 
li.wifi_list:hover {
    background-color: #f0b805;
    padding: 7px;
}

li.wifi_list a {
    background-color: #f0b805;
    padding: 7px;
} */

li.wifi_list a {
  padding: 9px;
  display: inline-block;
  width: 100%;
}

li.wifi_list a:hover {
  color: #333;
  background-color: #f0b805
}

.account_div {
  line-height: 12px;
  font-size: 10px
}

.account_font {
  font-size: 10px;
}

.box_style_td {
  width: 10%;
  height: 10px;
  border: none;
}

.amount_enc {
  font-size: 10px;
  border: none;
}

.month_stat {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 5px 10px;
  color: white;
}

.balance_sds {
  margin: 0px 0;
  font-size: 8px;
}

.total_balanced {
  margin: 0px 0;
  font-size: 11px;
  font-weight: bold;
}

.t_amont {
  float: right;
  font-size: 11px;
  font-weight: bold;
}

.news_heading {
  font-size: 13px;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase
}

.paregrag_detail {
  margin-bottom: 5px;
  margin-top: 12px;
  font-size: 9px;
}

.paperless {
  margin: 0;
  font-size: 9px;
  margin-top: 12px;
}

.new_charge {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 6px 10px;
  color: white;
}

.form_detail_sty {
  margin: 0px 0;
  font-size: 8px;
}

.charge_total_sty {
  background: #bdc3c7;
  padding: 4px 9px;
  box-sizing: border-box;
}

.charge_total_sty p {
  margin: 0px 0;
  font-size: 8px;
  font-weight: 900;
}

.td_height {
  height: 100px;
}

.user_details_sty {
  font-size: 9px;
  margin: 0;
}

.username_sty {
  font-size: 9px;
  text-transform: uppercase
}

.street_sty {
  font-size: 9px;
  margin: 0px;
}

.logo_img {
  width: 350px;
  height: 40px;
  margin-top: 8px;
}

.acc_style_css {
  padding: 8px;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 20px;
}

.company_sty_cs {
  clear: both;
  font-size: 9px;
  line-height: 14px;
}

.logo_footer {
  width: 350px;
  height: 40px;
  margin-top: 3px;
  padding-left: 1px
}

.content_div_one {
  padding-top: 16px;
}

tbody.temp1_tbody tr {
  font-size: 9px;
}

ul.footer-widget-list-item {
  padding-left: 0px !important;
}

.social_icon_div {
  display: flex;
  gap: 15px;
}

.Actually_utility {
  margin-top: 70px;
}

.content-wrap h5,
.content-wrap h2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.content-wrap p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
}

.content-wrap li {
  font-size: 14px;
  line-height: 32px;
}

p.font-weight {
  font-weight: 500;
}

.content-wrap ul {
  list-style: unset;
  padding-left: 2rem;
}

p.font-weight {
  font-weight: 500;
  margin-top: 18px;
}

.wifi-bill-sty h5 {
  margin-bottom: 12px;
}

.wifi_bill_detail_sty h6 {
  margin-top: 18px;
  font-weight: 600;
}

h6.fack_mockups {
  margin-top: 16px;
}

text.highcharts-credits {
  display: none;
}


@media (max-width: 768px) {

  .mobile_hide {
    display: none;
  }

  .step_form_-area .prog {
    padding: 0px 0px;
  }

  .profile_div {
    display: block;
  }

  .footer-widget-title {
    margin-bottom: 10px;
    margin-top: 20px;

  }

  .row {
    margin-inline: 0px;
  }

  .modal-backdrop.show {
    z-index: -1;
  }

  .mobile_color ul li.active>a {
    color: #f0b805;
  }

  /*------------------------ utility-bill-generator css template 1------------------------ */


  .company_name h2 {
    font-size: 9px;

  }

  .company_name h3 {
    font-size: 7px;
  }

  .account_div {
    font-size: 7px
  }

  h2.account {
    font-size: 9px;
  }

  .service h2 {
    font-size: 9px;
  }

  .tmp2 span.city,
  span.state,
  span.zip {
    font-size: 8px !important;
  }

  .service {
    line-height: 10px;
  }

  span.name {
    font-size: 8px;
  }

  span.street {
    font-size: 8px;
  }

  span.city {
    font-size: 8px;
  }

  .summary tr td {
    font-size: 7px !important;
  }

  .quesition_bill {
    margin-top: 64px;
  }

  #template1 .quesition_bill h2 {
    font-size: 7px;
  }

  td.weekly {
    font-size: 7px;
  }

  #template1 .pay h2 {
    font-size: 8px;
  }

  .pay {
    margin-top: 20px;
  }

  .pay span {
    font-size: 8px;
  }

  .graphs {
    margin-top: 40px;
  }

  .message h2 {
    font-size: 8px;
  }

  .message p {
    font-size: 8px;
  }

  .thanks {
    margin-top: 5px;
    margin-bottom: 3px;
  }

  .thanks strong {
    font-size: 6px;
  }

  tbody.number_div tr {
    font-size: 8px;
  }

  .account_font {
    font-size: 7px;
  }

  .amount_enc {
    font-size: 10px;
  }

  div#advancedFormStepFormContent.p-4 {
    padding: 0 !important;
  }

  .amoun_div {
    line-height: 8px;
  }


  /*------------------------ utility-bill-generator css template 2------------------------ */

  .second_elect {
    width: 55%;
    padding: 0;
  }

  .header_sec {
    width: 45%;
  }

  .amount_date span {
    font-size: 5px !important;
  }

  .amoun_div b {
    font-size: 5px;
  }

  .amount_date {

    padding: 5px 5px;
    font-size: 6px;
  }

  .com_name h2 {
    font-size: 8px;
  }

  .com_name p {
    font-size: 5px;

  }

  .username p {
    font-size: 8px;
  }

  .username h2 {
    font-size: 8px;
  }

  .month_stat {
    font-size: 5px;
  }

  .balance_sds {
    font-size: 5px;
  }

  .total_balanced {
    font-size: 6px;
  }

  .t_amont {
    font-size: 6px;
  }

  .news_heading {
    font-size: 8px;
  }

  .paregrag_detail {
    font-size: 5px;
  }

  .paperless {
    font-size: 5px;
  }

  .new_charge {
    font-size: 7px;
    padding: 4px 7px;
  }

  .form_detail_sty {
    font-size: 6px;
  }

  .charge_total_sty {
    padding: 4px 8px;
  }

  .charge_total_sty p {
    font-size: 6px;
  }

  .td_height {
    height: 65px;
  }

  .last_secwidth {
    width: 50%;
  }

  .user_details_sty {
    font-size: 7px;
  }

  .username_sty {
    font-size: 7px;
  }

  .street_sty {
    font-size: 7px;
  }

  .logo_img {
    width: 126px;
    height: 28px;
  }

  .acc_style_css {
    font-size: 6px;
    line-height: 14px;
  }

  .company_sty_cs {
    font-size: 6px;
    line-height: 12px;
  }

  .logo_footer {
    width: 151px;
    height: 25px;
  }

  /*---------- mobile/wifi bill----------------- */

  td.wifi_sty {
    font-size: 5px;
    font-weight: 500;
    padding: 4px !important;
  }

  #template3.container.bill_pr {
    padding: 10px !important;
  }

  td.sf {
    padding: 3px !important;
    font-size: 7px !important;
  }

  .content-wrap li {
    line-height: 25px;
    margin-top: 15px;
  }



}