
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Rubik', sans-serif;*/

@import url('../vendor/bootstrap/bootstrap.min.css');
@import url('../fonts/fontawesome/fontawesome.min.css');
@import url('../fonts/icofont/icofont.min.css');
@import url('../fonts/line-awesome/line-awesome.min.css');
@import url('../vendor/venobox/venobox.min.css');
@import url('../vendor/range-slider/slider-range.css');
@import url('../vendor/slickslider/slick.min.css');
@import url('../vendor/swiper/swiper-bundle.min.css');
@import url('../vendor/owlcarousel/owl.carousel.min.css');
@import url('../vendor/owlcarousel/owl.theme.default.min.css');
@import url('../vendor/photoswipe/photoswipe.min.css');
@import url('../vendor/photoswipe/default-skin/default-skin.min.css');
@import url('../vendor/imageupload/image-uploader.min.css');
@import url('../vendor/rating/star-rating.css');
@import url('../vendor/niceselect/nice-select.css');
@import url('../vendor/niceselect/niceselect-custom.css');
@import url('../vendor/select2/select2.min.css');

/*--------------------------------------------------------------
# Common
---------------------------------------------------------------*/
:root {
    --h1size: 50px;
    --h2size: 32px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --thm-font: 'Rubik', sans-serif;
    --thm-font-secondary: 'Montserrat', sans-serif;
    --body: #f5f6f7;
    --thm-body: #f7f8fb;
    --placeholder: #787676;
    /* --border: #e8e8e8; */

    /* Primary Brand */
    --heading: #121111;
    --primary: #414b04;              
    --primary-light: #6b7520;        
    --primary-soft: #c7cd9a;        
    --primary-chalk: #e6ecd1;  

     /* Text */
    --text-dark: #2f3602;           
    --text: #555555;                 
    --text-muted: #777777;           
    --text-light: #ffffff;
    
    /* Backgrounds */
    --white: #ffffff;
    --chalk: #f5f6f2;                
    --card-bg: #ffffff;
    --border: #e2e5d6;

    /* Status Colors (Muted & On-Theme) */
    --success: #11b76b;
    --success-soft: #e3f6ee;

    --warning: #ffab10;
    --warning-soft: #fff3d6;

    --danger: #ea2b30;
    --danger-soft: #fde4e5;

    --info: #1494a9;
    --info-soft: #e3f4f7;

    /* Accent Colors (Use Sparingly) */
    --blue: #1494a9;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --orange-light: #ffd7b5;
    --yellow: #ffab10;

    /* UI */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
    --radius-sm: 6px;
    --radius-md: 10px;

    --primary-rgb: rgb(65, 75, 4);
    --secondary: #04AA6D;
    --sub-heading: #494747;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --intro-bg: #fffbf8;
    --light-border: 233, 233, 233;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --google: #E60023;
    --instagram: #F77737;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

img {
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: var(--primary);
  text-decoration: none;
  display: inline-block
}

a:hover {
  color: var(--text);
  text-decoration: none
}

u, u a{
  text-decoration: underline;
}

ul,
ol {
  padding: 0px;
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
  margin-bottom: 0px
}

html,
body {
  scroll-behavior: smooth
}

body {
    color: var(--text);
    background: var(--body);
    font-size: var(--bodysize);
    font-family: var(--thm-font);
    line-height: var(--bodyheight);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading)
}

h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}

h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
    text-transform: capitalize
}

h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}

h4 {
    font-size: var(--h4size);
    line-height: var(--h4height)
}

h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}

h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}

label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.position-inherit{
  position: inherit !important;
}
.hide{
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.text-underline:hover{
  text-decoration: underline;
}

.section-title {
  position: relative;
  text-align: center;
  margin: 20px auto 5px auto;
  /* overflow: hidden; */
}

.color-brand-3 {
    color: var(--sub-heading) !important;
}

.color-gray-500 {
    color: #9da1ab;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: capitalize
}

input,
button {
    border: none;
    outline: none;
    background: none
}

textarea.form-control{
  height: 150px;
  padding: 15px;
}

button:focus {
    outline: none
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/* select2 style */
.select2-container {
	max-width: unset;
	min-width: 130px;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333e48;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333e48 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #CAD6EC;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #D5DFE4;
  color: #333e48;
}

.select2-dropdown {
	border: 1px solid #ececec;
	border-radius: 0 0 4px 4px;
	padding: 15px;
	min-width: 220px;
	top: 12px;
}

/* Swiper style */
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background: url('../images/swiper/next.svg') no-repeat 0px 0px;
}
.swiper-button-next:hover {
  background: url('../images/swiper/next.svg') no-repeat 0px 0px;
}

.swiper-button-prev {
  background: url('../images/swiper/prev.svg') no-repeat 0px 0px;
}
.swiper-button-prev:hover {
  background: url('../images/swiper/prev.svg') no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 31px;
  height: 31px;
  margin-top: 0px;
  z-index: 1;
}

.swiper-button-next {
  left: auto;
  right: 0px;
  top: 20px;
}

.swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #FD9636;
  opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FD9636;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet {
  margin: 10px;
}


.btn-primary,.btn-primary:hover,.btn-primary:focus{
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
  border: none !important;
}

.btn-facebook {
  color: white !important;
  background-color: #3b5998;
  border: none !important;
}

.btn.btn-light {
  color: #4b566b;
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.btn.btn-light:hover{
  background-color: var(--green);
  box-shadow: none;
  color: #ffffff;
}

.btn-light.btn-shadow, .btn-secondary.btn-shadow {
  box-shadow: 0 .5rem 1.125rem -.5rem rgba(0,0,0,.15);
}

.btn-group-sm>.btn, .btn.btn-sm {
    padding: .425rem 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .1875rem;
}

.alert {
  border: none;
  margin: 0px;
  padding: 0px 15px;
  border-radius: 0px;
}

.alert-info {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px;
  border-radius: 3px;
  background: var(--white);
  border-top: 3px solid var(--primary);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.alert-info p {
  font-weight: 500;
  color: var(--primary);
  text-shadow: var(--primary-shadow);
}

.alert-info p a {
  color: var(--text);
  margin-left: 5px;
  text-decoration: underline;
}

.alert-info p a:hover{
  color: var(--primary);
}

.label-text {
  font-size: 12px;
  padding: 4px 8px;
  line-height: 13px;
  border-radius: 3px;
  margin-bottom: 5px;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
}

.label-text.off {
  background: var(--danger);
}

.label-text.new {
  background: var(--green);
}

.label-text.sale {
  background: var(--orange);
}

.label-text.feat {
  background: var(--purple);
}

.label-text.rate {
  background: var(--yellow);
}

.label-text.order {
  background: var(--blue);
}

.label-text.label-info {
  background-color: var(--primary-chalk) !important;
  color: var(--primary) !important;
}

.label-text.danger{
  background: var(--danger);
}

.label-text.success{
  background: var(--success);
}

.label-text.address-home {
  background: var(--green);
}

.label-text.address-office {
  background: var(--danger);
}

.label-text.address-others {
  background: var(--purple);
}

.label-success,
.label-danger {
  border: 1px solid var(--primary);
  border-radius: 5px;
  background-color: var(--primary-chalk);
  color: #222;
  padding: 10px;
  font-weight: 500;
}

.label-danger {
  border-color: var(--danger);
  background-color: #f5c9c8;
}

.label-success span, .label-success i, .label-success a {
  color: var(--primary);
  font-weight: 600;
}

.label-danger span, .label-danger i, .label-danger a {
  color: var(--danger);
  font-weight: 600;
}

.primary-light {
  color: var(--primary-light) !important;
}

.accordion-button{
  text-transform: capitalize;
}

.accordion-button:focus{
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--text-dark);
  background-color: var(--primary-soft);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.nav-link-style {
  color: rgb(75, 86, 107);
}

.nav-link-style:hover {
  color: var(--primary-rgb);
}

.accordion-button:not(.collapsed)::after,
.nav-link-style:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23414b04'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.img-thumbnail{
  width: 135px;
}

@media only screen and (max-device-width: 1199px) {
  .img-thumbnail{
    width: 100px;
  }
}

.btn-link {
  text-decoration: none !important;
}

@media only screen and (max-device-width: 575px) {
    .col {
        padding: 0px 15px
    }
}

@media only screen and (max-device-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

body .bg-overlay {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 3;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

body .bg-overlay.show {
	visibility: visible;
	opacity: 1;
}

.img-circle {
  border-radius: 50%;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.section {
    margin-bottom: 50px;
}

.form-content-section {
  padding-bottom: 64px;
}

.inner-content-section {
    margin-bottom: 3rem !important;
}

@media only screen and (max-device-width: 991px){
  .inner-content-section {
    margin-bottom: 2rem !important;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-btn-50 {
  text-align: center;
  margin-top: 50px;
}

.section-btn-25 {
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-device-width: 767px) {
    .section {
      margin-bottom: 40px;
    }

    .inner-section {
      margin-bottom: 60px;
    }

    .section-heading {
      margin-bottom: 0;
    }

    .section-heading h2 {
      font-size: 22px;
      line-height: 25px;
    }

    .section-between{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
}

@media only screen and (max-device-width: 450px){
  .section-heading h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .section {
    margin-bottom: 75px;
  }

  .inner-section {
    margin-bottom: 80px;
  }
}

.breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  background: none;
  margin: 0px;
}

.breadcrumb .active {
  color: var(--text);
}

.breadcrumb-item {
  font-size: 13px;
  font-weight: 600;
  padding: 0px !important;
  text-transform: capitalize;
}

.breadcrumb-item a {
  font-size: 13px;
  font-weight: 600;
  color: #151515;
}

.breadcrumb-item.active a {
  color:#151515;
}

.breadcrumb-item a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #151515;
  padding: 0px 8px;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.font-xs {
  font-size: 13px;
}

table td, table th {
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 400;
}

.product-details-frame table td{
  text-align: left;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.lineheight-default{
  line-height: 1.1;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

abbr[data-bs-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after {
  content: '\00A0 \2014';
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before{
  content: '';
}

/***

====================================================================
	Table
====================================================================

 ***/

#buyer-payment-detail-table, #buyer-order-table {
  border: 1px solid #ddd;
}

#buyer-payment-detail-table thead, #buyer-order-table thead {
  background-color: #f2f2f2;
  border-bottom: 5px solid #fff;
}

#buyer-payment-detail-table thead th, #buyer-order-table thead th{
  color: #212529;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
}

#buyer-order-table tbody tr.order-info-head {
  background-color: #f2f2f2;
  border-top: 3px solid #fff;
}

#buyer-order-table tbody .order-info-head td{
  text-align: left;
  border-right: none;
}

#buyer-order-table tbody .order-info-head h5 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
}

#buyer-order-table tbody .order-info-head h5 a{
  color: var(--text);
}

#buyer-order-table tbody .order-info-head h5 span, #buyer-order-table .order-info-properties > li > span {
  color: var(--primary);
}

#buyer-payment-detail-table tr.buyer-payment-info-head, #buyer-order-table tbody tr.order-info-footer {
  background-color: #3BB77E;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#buyer-payment-detail-table tr.buyer-payment-info-head td {
  font-size: 14px;
  color: #FFFFFF;
}

#buyer-order-table tbody tr.order-body td {
  font-size: 13px;
  border: none;
  text-align: left;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

/***

====================================================================
	Form
====================================================================

 ***/

label{
  text-transform: capitalize;
}

.form-title {
  text-align: center;
  margin-bottom: 20px
}

.form-title h3 {
  text-transform: capitalize
}

.form-group {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}

.form-group small {
  color: var(--text-muted);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px
}

.form-group textarea {
  height: 150px;
  padding: 12px 20px
}

.form-label {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 0px 20px 2px;
  color: var(--text);
  background: var(--chalk);
  border: 1px solid var(--border)
}

.form-control:focus-within {
  background-color: var(--chalk);
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--text-muted)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none
}

.form-select {
  height: 45px;
  font-size: 15px;
  padding: 0px 16px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: var(--text);
  cursor: pointer
}

.form-select:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary)
}

.form-check-input:focus {
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary)
}

.btn-proceed {
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  background-color: var(--primary);
  border-radius: 6px;
  box-shadow: none;
  padding: 15px 50px;
  line-height: 1.1;
}

.btn-proceed:hover{
  background-color: #363D4E;
  color: #ffffff;
}

.btn-cancel {
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.3px;
  padding: 15px 50px;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--primary);
  background: var(--green-chalk);
  line-height: 1.1;
  text-shadow: var(--primary-tshadow);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.btn-cancel:hover {
  color: var(--white);
  background: var(--primary);
}

.form-btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary)
}

.form-input-group {
  position: relative
}

.form-input-group:focus-within i {
  color: var(--primary)
}

.form-input-group input {
  padding: 0px 20px 2px 45px
}

.form-input-group textarea {
  padding: 12px 20px 12px 45px
}

.form-input-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center
}

.form-btn-group {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary)
}

.form-btn-group i {
  font-size: 15px;
  margin-right: 5px;
  display: inline-block
}

/***

====================================================================
	Sweet Alert
====================================================================

 ***/

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  z-index: 99999;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--primary) !important;
}

.swal2-icon.swal2-success {
  font-size: 10px; /* Change this to your desired size */
}

.swal2-icon.swal2-error {
  font-size: 10px;
}

.swal2-icon.swal2-warning {
  font-size: 10px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding-top: .2em !important;
}

div:where(.swal2-container) .swal2-html-container {
  padding-top: .4em !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  margin-top: 1em !important;
}

/***

====================================================================
	Reset
====================================================================

 ***/

.mt-05 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5{
  margin-right: 5px;
}

.mr--10{
  margin-right: 10px;
}

.mr--20{
  margin-right: 20px;
}

.mr--30{
  margin-right: 30px;
}

.mr--40{
  margin-right: 40px;
}

.mr--50{
  margin-right: 50px;
}

.ml-10{
  margin-left: 10px;
}

.ml-20{
  margin-left: 20px;
}

.ml-30{
  margin-left: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90{
  padding-top: 90px;
}

.pt-100{
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

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

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

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

/* Gutters */
.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-25 {
  --bs-gutter-y: 25px;
}

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

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

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

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

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

.font-weight-700 {
  font-weight: 700 !important;
}


/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: 2.75rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-11 {
	  font-size: calc(1.4rem + 1.8vw)  !important;
	}
}

.text-12 {
	font-size: 3rem !important;
}
@media only screen and (max-device-width: 1200px) {
  .text-12 {
    font-size: calc(1.425rem + 2.1vw)  !important;
  }
}

.text-13 {
	font-size: 3.25rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-13 {
	  font-size: calc(1.45rem + 2.4vw)  !important;
	}
}

.text-14 {
	font-size: 3.5rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-14 {
	  font-size: calc(1.475rem + 2.7vw)  !important;
	}
}

.text-15 {
	font-size: 3.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-15 {
	  font-size: calc(1.5rem + 3vw)  !important;
	}
}

.text-16 {
	font-size: 4rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-16 {
	  font-size: calc(1.525rem + 3.3vw)  !important;
	}
}

.text-17 {
	font-size: 4.5rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-17 {
	  font-size: calc(1.575rem + 3.9vw)  !important;
	}
}

.text-18 {
	font-size: 5rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-18 {
	  font-size: calc(1.625rem + 4.5vw)  !important;
	}
}

.text-19 {
	font-size: 5.25rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-19 {
	  font-size: calc(1.65rem + 4.8vw)  !important;
	}
}

.text-20 {
	font-size: 5.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-20 {
	  font-size: calc(1.7rem + 5.4vw)  !important;
	}
}

.text-21 {
	font-size: 6.5rem !important;
}
 @media only screen and (max-device-width: 1200px) {
	.text-21 {
	  font-size: calc(1.775rem + 6.3vw)  !important;
	}
}

.text-22 {
	font-size: 7rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-22 {
	  font-size: calc(1.825rem + 6.9vw)  !important;
	}
}

.text-23 {
	font-size: 7.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-23 {
	  font-size: calc(1.9rem + 7.8vw)  !important;
	}
}

.text-24 {
	font-size: 8.25rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-24 {
	  font-size: calc(1.95rem + 8.4vw)  !important;
	}
}

.text-25 {
	font-size: 9rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-25 {
	  font-size: calc(2.025rem + 9.3vw)  !important;
	}
}

.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18,
.text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
	line-height: 1.3;
}

[class*=" la-"], [class^=la-] {
  font-size: 1.4rem;
}

.text-accent {
  color: var(--primary-rgb) !important;
}

.text-brand{
  color: var(--primary-rgb);
}

.text-order {
  color: var(--primary-light);
}

.bg-secondary {
  background-color: rgb(246, 249, 252) !important;
}

/* Opacity */
.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

.opacity-10 {
	opacity: 1;
}

.bg-9 {
    /* background-color: #f7EEE9 !important; */
    background-color: #f9ecee !important;
}

.bg-10 {
    background-color: #FFFCEB !important;
}

.bg-11 {
  background-color: #ECFFEC !important;
}

.bg-12 {
    background-color: #FEEFEA !important;
}

.bg-13 {
  background-color: #FFF3EB !important;
}

.bg-14 {
  background-color: #FFF3FF !important;
}

.bg-15 {
  background-color: #F2FCE4 !important;
}

.link-theme-black {
  color: var(--placeholder);
}

.link-theme-green{
  color: var(--primary);
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--primary);
}

.collected-slider .item{
  margin: 0 10px;
}

@media only screen and (max-device-width: 767px) {
  .collected-slider{
    margin-top: 30px;
  }
}


