/* @import url(https://fonts.google.com/specimen/Anek+Devanagari); */
@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li {
    font-family: "Anek Devanagari", Arial, sans-serif;
}
body,
ul,
ul li {
    padding: 0;
}

ol li,
ul li {
    margin-bottom: 15px;
}

a,
ol li {
    color: #181d31;
}

.border-left-on-nav a:hover,
a:hover {
    text-decoration: none !important;
    transition: 0.4s;
}

.mar-bottom-0,
.sel-form,
p {
    margin-bottom: 0;
}

blockquote,
ol li {
    line-height: 24px;
    position: relative;
}

label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li {
    color: #1c1c1c;
}

*,
.mar-0,
body,
ol,
ul {
    margin: 0;
}

blockquote,
blockquote span,
ol,
ol li,
section,
ul li {
    position: relative;
}

.itemss,
.overlay,
section {
    overflow: hidden;
}

.itemss:hover .overlay,
.overlay {
    bottom: 0;
    width: 100%;
    height: 100%;
}

.mt_btn_yellow-no-bg,
.mt_btn_yellow-no-bg:hover,
.slider_button-2,
.slider_button-2:hover {
    transition: 0.5s;
    text-decoration: none;
}

* {
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

.accordion-body .product-accordian-body .product-decription-section ul {
    list-style: disc !important;
    color: #873600;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix:after .test {
    color: red;
}

* html .clearfix {
    height: 1%;
}

.clearfix,
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

body {
    overflow-x: hidden;
}

.preloader {
    background-color: #f9b522;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #242c33;
    border-radius: 100%;
    -webkit-animation: 1s ease-in-out infinite sk-scaleout;
    animation: 1s ease-in-out infinite sk-scaleout;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #110729;
    margin-top: 0;
    line-height: 1.5;
}

ol li,
p,
ul li {
    font-weight: 400;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 21px;
}

h4,
ol li,
ul li {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 735px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    h2 {
        font-size: 21px;
    }
}

hr {
    border: 0.5px solid #444;
}

/* chaanged to 18px from 14px */
p {
    font-size: 18px;
}

ol {
    counter-reset: i;
}

ol li {
    padding-left: 40px;
}

.border-left-on-nav a:hover {
    color: #81563d !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
select,
textarea {
    font-size: 12px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #4a5568;
    border-radius: 0;
    padding: 10px 14px 8px;
    width: 100%;
    color: #444;
    font-family: "Anek Devanagari";
    height: 30px;
    box-shadow: none;
    margin-bottom: 0;
}

select,
textarea {
    border-radius: 0;
}

select.form-control {
    padding: 4px 0 0 14px;
}

select {
    padding: 10px 20px;
}

textarea {
    resize: vertical;
    height: 120px;
}

label {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 15px;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 14px;
    font-weight: 300;
    background-color: #faf8f8;
    border-left: 4px solid #ffac00;
    padding: 30px 70px;
    color: #444;
    margin: 20px 0;
    font-style: italic;
}

blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 45px;
    position: absolute;
    top: 26px;
    left: 20px;
    color: #666;
    opacity: 0.1;
}

blockquote span {
    padding-left: 20px;
}

blockquote span:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #ffac00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.mar-top-0 {
    margin-top: 0;
}

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

.mar-top-15 {
    margin-top: 15px;
}

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

.mar-top-25 {
    margin-top: 25px;
}

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

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

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

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

.mar-top-70 {
    margin-top: 70px;
}

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

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

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

.mar-bottom-25 {
    margin-bottom: 25px;
}

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

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

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

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

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

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

.mar-left-0 {
    margin-left: 0;
}

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

.mar-left-15 {
    margin-left: 15px;
}

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

.mar-left-25 {
    margin-left: 25px;
}

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

.mar-left-40 {
    margin-left: 40px;
}

.mar-left-50 {
    margin-left: 50px;
}

.mar-right-0 {
    margin-right: 0;
}

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

.mar-right-15 {
    margin-right: 15px;
}

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

.mar-right-25 {
    margin-right: 25px;
}

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

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

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

.pad-0 {
    padding: 0 !important;
}

.pad-top-0 {
    padding-top: 0;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-15 {
    padding-top: 15px;
}

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

.pad-top-25 {
    padding-top: 25px;
}

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

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

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

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

.pad-top-70 {
    padding-top: 70px;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

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

.pad-bottom-25 {
    padding-bottom: 25px;
}

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

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

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

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

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

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

input::-webkit-input-placeholder {
    font-size: 15px;
}

input::-moz-placeholder {
    font-size: 15px;
}

input:-ms-input-placeholder {
    font-size: 15px;
}

input:-moz-placeholder {
    font-size: 15px;
}

.bg-on-overlay-hover {
    background-color: rgba(129, 86, 61, 0.8);
}

.white {
    color: #fff !important;
}

.line-height {
    line-height: 1.5;
}

.text-uppercase {
    text-transform: uppercase;
}

section {
    padding: 75px 0 80px;
}

.overlay {
    background: #00000040;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(129, 86, 61, 0.8);
    transition: 0.5s;
}

.section_heading {
    margin: 0;
    padding-right: 0;
}

.section_heading h2.section_title {
    position: relative;
    padding-left: 25px;
}

article {
    width: 100%;
    padding: 60px 0 0;
    max-width: 500px;
    margin: 0 auto;
}

article h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #81563d;
    font-weight: 500;
    justify-content: center;
}

article h3:after,
article h3:before {
    content: "";
    width: 20%;
    height: 1px;
    background: #81563d;
}

article h3:before {
    margin: 0 20px 0 0;
}

article h3:after {
    margin: 0 0 0 20px;
}

@media (max-width: 812px) {
    .page .section_heading h2.section_title {
        padding-left: 30px;
    }
}

@media (max-width: 640px) {
    .section_heading {
        padding-right: 0;
    }
}

.itemss {
    position: relative;
    margin: 20px 0;
}

.fade-overlay {
    height: 100%;
    opacity: 1;
}

.itemss:hover .fade-overlay {
    opacity: 1;
}

.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}

.itemss:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}

.trust-span-slider {
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.slider_button-google {
    padding: 0;
    transition: 0.5s;
}

.mt_btn_yellow-no-bg {
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    border: 3px solid #f1f4f9;
}

.slider_button,
.slider_button-2 {
    margin-right: 20px;
    border-radius: 12px;
    padding: 10px 34px;
    display: inline-block;
    text-align: center;
}

.mt_btn_yellow-no-bg:hover {
    color: #81563d !important;
    background-color: #f1f4f9;
    border-color: #f1f4f9;
    text-shadow: initial;
}

.slider_button-2 {
    font-size: 15px;
    font-weight: 500;
    color: #81563d;
    border: 2px solid #b2967d;
    align-items: center;
}

.color-slider-span {
    color: #323a43 !important;
    font-weight: 500;
    font-size: 16px;
}

.h1_sustainable {
    font-weight: 700;
    font-size: 48px;
    color: #323a43;
    margin-top: 12px;
}

.slider-span {
    letter-spacing: -0.07em;
    color: #323a43;
    font-weight: 600;
    font-size: 16px;
}

.slider_button-2:hover {
    color: #fff !important;
    background-color: #b2967d;
    border-color: #b2967d;
    text-shadow: initial;
}

.slider_button {
    /* background: #81563d; */
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    /* border: 2px solid #81563d; */
    transition: 0.5s;
    align-items: center;
}

.mt_btn_yellow,
input[type="submit"] {
    color: #fffd !important;
    transition: 0.5s;
    text-decoration: none;
}

.slider_button:hover {
    text-shadow: initial;
    border: 2px solid #b2967d;
    color: #b2967d;
}

.mt_btn_yellow,
input[type="submit"] {
    padding: 8px 34px;
    background: #873600;
    font-size: 15px;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid #f1f4f9;
}

.mt_btn_yellow:hover,
input[type="submit"]:hover {
    color: #fff !important;
    background-color: #81563d;
    border-color: #f1f4f9;
    transition: 0.5s;
    text-shadow: initial;
    text-decoration: none;
}

@media (max-width: 640px) {
    .mt_btn_yellow,
    input[type="submit"] {
        font-size: 14px;
        padding: 10px 19px;
    }
}

.pagination-main {
    line-height: 0.8;
}

.pagination {
    margin-bottom: 0;
    margin-top: 2px;
}

.pagination li {
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
}

.pagination li:after,
.pagination li:before {
    display: none !important;
}

.pagination li a {
    height: 40px;
    line-height: 38px;
    margin-right: 9px;
    padding: 0;
    text-align: center;
    width: 40px;
    color: #444;
    font-size: 12px;
    border-color: #bfbfbf;
}

.pagination .next a,
.pagination .prev a,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination li a:hover {
    background-color: #ffac00;
    color: #fff !important;
    border-color: #ffac00;
}

.pagination li.active a {
    background: #ffac00 !important;
    border-color: #ffac00 !important;
    color: #fff;
}

.facility_button {
    padding: 10px 34px;
    margin: 10px;
    background-color: #81563d;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
}

.facility_button:hover {
    padding: 10px 34px;
    margin: 10px;
    color: #81563d;
    background-color: #fff;
    border: 1px solid #81563d;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
}

/* cbh custom code starts */
@media (min-width: 1200px) {
    .col-lg-6.cbh_min_height {
        width: 47%;
    }
}

/*  cbh custom code ends */
