@media (min-width: 1263px) and (max-width: 1439px) {
    .sc_title.sc_title_big.exceptional {
        font-size: 4em;
    }
}
.copyright_wrap_inner {
    padding: 1em 0 3.5em 0;
    overflow: hidden;
}
.contacts_wrap_inner {
    padding: 5.5em 0 1em;
    text-align: center;
}
/* Large screens (desktops) */
div#slide-4-layer-1 {
    font-size: 55px !important;
}
div#slide-5-layer-1 {
    font-size: 46px !important;
}
div#slide-6-layer-1 {
    font-size: 49px !important;
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    div#slide-4-layer-1 {
        font-size: 32px !important;
    }
    div#slide-5-layer-1 {
        font-size: 30px !important;
    }
    div#slide-6-layer-1 {
        font-size: 31px !important;
    }
}

/* Small screens (mobile phones) */
@media (max-width: 576px) {
    div#slide-4-layer-1 {
        font-size: 18px !important;
    }
    div#slide-5-layer-1 {
        font-size: 16px !important;
    }
    div#slide-6-layer-1 {
        font-size: 17px !important;
    }
}
.footer-mobile{
    color: #fff;
}
.footer-mobile:hover{
    color: #008b8b;
}
.form_item input[type="text"], .form_item select, #sc_form_message, .form_item input[type="email"] {
    padding: 0.8em 1.65em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 21px !important;
    line-height: 1.3em;
    width: 75%;
    border-radius: 3px;
}
#sc_form_message{
    margin-bottom: 35px !important;
}
.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
    color: #008b8b;
    font-size: 14px;
}
.minimal-light .esg-filterbutton.selected {
    border-color: #008b8b;
    border: 1px solid #008b8b;
}
.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover {
    color: #000;
    background: none; 
    box-shadow: none;
}
.minimal-light .esg-filterbutton.selected {
    color: #008b8b;
     background: none; 
    box-shadow: none;
}
.fab,.fas {
    font-size: 1.7em;
}
.sc_socials.sc_socials_size_medium a, .sc_socials.sc_socials_size_medium a .sc_socials_hover {
    width: 2.8em;
}
.recaptcha-center {
    display: flex;
    justify-content: center;
}
.social_color{
    color:#fff !important;
}
.bordered{
    border-radius: 20px;
}
.modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    max-width: 800px;
    position: relative;
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.enquiry-input-width{
    width: 100% !important;
}
.enquiry-button-center {
    display: block;
    margin: 0 auto;
}
.head-color{
    color:#008b8b !important;
}

body {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE */
    user-select: none;         /* Standard */
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
@media (min-width: 1263px) and (max-width: 1439px) {
    .sidebar_show .content {
        width: 670px !important;
    }
}
.sidebar_right .content {
    float: left !important;
}
.content, .sidebar, .sidebar_inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar_right .sidebar {
    float: right !important;
}
.content_wrap_ {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.content {
    flex: 1 1 70%;
    min-width: 280px;
}
.sidebar {
    flex: 1 1 28%;
    min-width: 250px;
}
.woocommerce ul.product_list_widget li a {
    color: #000;
}
.woocommerce ul.product_list_widget li a:hover, .widget_area_inner .widget_categories li a, .widget_area_inner .widget_categories li a:hover, .widget_area_inner .post_cat {
    color: #008b8b;
}
.about-image{
    margin-right: 3em !important;
    margin-bottom: 2em;
}
.about-padding-top{
    padding-top: 20px;
}
.contact-h2{
    font-size: 0.889em;
}
h6{
    color: #008b8b;
}
/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/

/* Marakandru page CTA starts*/
.sapling-cta {
  position: fixed;
  bottom: 115px;
  left: 37px;
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
  border: 1px solid #008b8b;
  box-shadow: 0 4px 10px rgba(0, 139, 139, 0.5);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 9999;
}
.sapling-cta:hover {
  background-color: #008b8b;
  transform: scale(1.1);
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
    .sapling-cta {
        bottom: 70px;
        left: 15px;
        width: 50px;
        height: 50px;
    }
}
/* Marakandru page CTA ends*/

.top_panel_wrap .logo_fixed {
    max-height: 62px;
}
@media (max-width: 639px) {
    .header_mobile .logo_main {
        max-height: 50px;
    }
}
@media (max-width: 480px) {
    .header_mobile .menu_button {
        right: 50px;
    }
}
.top_panel_wrap .logo_main {
    max-height: 70px;
    margin-top: 20px;
}
.contacts_wrap .logo img {
    height: 120px;
}
.home-h1{
    font-family: Droid Serif;
    font-size: 1.667em;
    font-weight: 600;
    line-height: 1.3em;
    color: #453e3c;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
@media (max-width: 991px) {
    h6 {
        font-size: 1em;
    }
}
.pagination-wrapper ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.pagination-wrapper li {
    margin: 0 5px;
}
.pagination-wrapper .page-link {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}
.pagination-wrapper .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination-wrapper .page-item.active .page-link {
    background-color: #008b8b;
    border-color: #008b8b;
}
.pagination-wrapper .page-link {
    color: #008b8b;
}