/* Table Of Contents */


/* General Styling and Tags

Google Font

1.Feature
  - features section

2.About
   - about Section

3.Services
   - .our-services

4.Team
  - team section

5.Video Parallax
 - parallax section

6.Work
  - work section

7. Price
  - .price section

 8.Blog
 - blog section

9.Client
 - client section

10. Testimonial
    - testimonials section

11.Map Section
  - .map section

12.Contact
 - Contact section

13.Footer
 - footer

 14. Responsive
 - Media Quries
                    */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


/* @font-face {
    font-family: 'Mont';
    src: url('../fonts/Fontfabric-Mont-ExtraLight-DEMO.otf') format('opentype'),
            url('../fonts/Fontfabric-Mont-ExtraLight-DEMO.woff') format('woff');
    font-weight: 200; 
    font-style: normal;
} */

/* @font-face {
    font-family: 'Mont';
    src: url('../fonts/Fontfabric-Mont-Medium-DEMO.otf') format('opentype'),
         url('../fonts/Fontfabric-Mont-Medium-DEMO.woff') format('woff');
    font-weight: 500; 
    font-style: normal;
} */

/* @font-face {
    font-family: 'Mont';
    src: url('../fonts/Fontfabric-Mont-Heavy-DEMO.otf') format('opentype'),
            url('../fonts/Fontfabric-Mont-Heavy-DEMO.woff') format('woff');
    font-weight: 900; 
    font-style: normal;
} */

.text-headings-h3{
    font-family: 'Mont', sans-serif;
    font-weight: 600; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.text-thin {
    font-family: 'Mont', sans-serif;
    font-weight: 600; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.text-thinner {
    font-family: 'Mont', sans-serif;
    font-weight: 300; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.text-thinner-2{
    font-family: 'Mont', sans-serif;
    font-weight: 100; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

/* Span color styling */
.highlight-green {
    color: #007676;/* Green color */
}

.highlight-greener {
    color: #014444;/* Green color */
}

.highlight-yellow{
    color: #EFAF14;
}

.font-mont-banner {
    font-family: 'Mont', sans-serif;
    font-weight: 400; /* Ensure the weight matches the ExtraLight font */
    letter-spacing: 1px; /* Adjust letter-spacing as needed */
}

/* Garet */
@font-face {
    font-family: 'Garet';
    src: url('../fonts/Garet-Book.otf') format('opentype'),
    url('../fonts/Garet-Book.ttf') format('truetype'),
         url('../fonts/Garet-Book.woff') format('woff');
         /* url('../fonts/Garet-Book.woff2') format('woff2'); */
         
    font-weight: 500; /* Medium */
    font-style: normal;
}

.garet-headings-h3{
    font-family: 'Garet', 'opentype';
    font-weight: 600; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.garet-thin {
    font-family: 'Garet', 'truetype';
    font-weight: 600; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.garet-thin-2 {
    font-family: 'Garet', 'truetype';
    font-weight: 100; /* ExtraLight */
    font-size: 12px;
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}


.garet-thinner {
    font-family: 'Garet', 'woff';
    font-weight: 300; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

/* Quinzey Font */
@font-face {
    font-family: 'Quinzey';
    src: url('../fonts/Quinzey.otf') format('opentype');
    font-weight: 200; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'Quinzey';
    src: url('../fonts/Quinzey_Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Quinzey';
    src: url('../fonts/Quinzey_Bold.otf') format('opentype');
    font-weight: 900; /* Bold */
    font-style: normal;
}

/* Class for headings */
.quinzey-headings-h3 {
    font-family: 'Quinzey', sans-serif;
    font-weight: 900; 
    letter-spacing: 2px; 
    color: #000; 
    font-size: 16px; 
    margin-top: 15px; 
    margin-left: -2em;
}

/* Class for thin text */
.quinzey-thin {
    font-family: 'Quinzey', sans-serif;
    font-weight: 200; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
    font-size: 16px; /* Add font-size if needed */
}

/* Class for thinner text */
.quinzey-thinner {
    font-family: 'Quinzey', sans-serif;
    font-weight: 900; 
    letter-spacing: 12px; 
    font-size: 24px;
}

.quinzey-headings-h4 {
    font-family: 'Quinzey', sans-serif;
    font-weight: 900; 
    letter-spacing: 2px; 
    color: #007676;/* Green color */
    font-size: 28px; 
}

.quinzey-headings-h6 {
    font-family: 'Quinzey', sans-serif;
    font-weight: 900; 
    letter-spacing: 2px; 
    color: #007676;/* Green color */
    font-size: 20px; 
}

.morphext > .animated {
    display: flex;
}

/* section {
    height: 100vh; 
} */

nav.navbar.navbar-default.nav-white ul.nav > li > a, .nav-white .header-social-icon a,.nav-white .header-search-form:focus{
    color: #000000;
}
.light-version nav.navbar.navbar-default.nav-white ul.nav > li > a,.light-version .nav-white .header-social-icon a,.light-version .nav-white .header-search-form:focus{
    color: #414038;
}
.header-appear nav.navbar.navbar-default.nav-white ul.nav > li > a,.header-appear .nav-white .header-social-icon a,.header-appear .nav-white .header-search-form:focus{
    color: #384141;
}

.nav_line li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    color: #007676;
}

.nav_line li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background:#2F9E8F;  
    visibility: hidden;
    opacity: 0;
}
.header-appear .nav_line li a:before {
    bottom: 16px;
}
.header-top-icon a:hover {
    background: #007676;
    border: 1px solid #007676;
}
.header-top-icon a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #007676;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50px;
    margin: 3px;
    transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -ms-transition-duration: .1s;
    -o-transition-duration: .1s;
}


/* Ensure header or navbar has flex display */
header .navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Pushes logo to the far left */
    padding: 0; /* Remove default padding */
    position: fixed;
}

/* Remove margin and padding from the logo container */
header .col-md-2, .col-xs-5 {
    margin: 0;
    padding: 0;
}

/* Align the logo within its container */
header .logo {
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 2em;
}

header .logo img {
    max-height: 90px; /* Adjust if necessary */
    max-width: 60px; /* Adjust if necessary */
}

header a.logo {
    display: flex;
    align-items: center; 
    text-decoration: none; 
    width: 200%;
    margin-top: -1em;
    padding-bottom: 1em;
}

header a.logo p.quinzey-headings-h3 {
    margin-left: -5.5em; 
    color: #000; 
    font-size: 16px; 
    margin-top: 7em;
} 

/* .accordion-menu {
    margin-left: -92px; 
}

.accordion-menu .nav > li > a {
    font-size: 15px; 
} */
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 45.8em;
    transform: translateX(-50%);
    z-index: 1000;
}


.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown header styling */
.navbar-nav .dropdown-menu .dropdown-header {
    background-color: #f8f9fa; /* Light background color */
    color: #1d1d1d; /* Text color */
    font-weight: bold; /* Bold font for emphasis */
    padding: 10px 15px; /* Add padding for spacing */
    border-bottom: 1px solid #ddd; /* Optional separator */
    text-align: center;
}

/* Dropdown link hover styling */
.navbar-nav .dropdown-menu li a {
    /* color: #007676;  */
    text-decoration: none; /* Remove underline */
    padding: 10px 15px; /* Add padding for clickable area */
    display: block; /* Ensure full clickable block */
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease; /* Default transition */
}

/* Hover effect for links */
.navbar-nav .dropdown-menu li a:hover {
    background-color: #007676; 
    color: #fff; /* Hover text color */
    transition: background-color 2.3s ease, color 5.3s ease; 
}



/* Home Section */
.navbar {
    position: relative;
    background-color: #ffffff;
}


.rev-slidebg {
    height: 150vh; /* Ensures the background image fills the height */
    background-size: cover; /* Ensures the image covers the entire slider */
}


#js-rotating {
    white-space: nowrap;
    font-size: 110px;
    line-height: 120px;
    font-weight: 600;
    color: #007676;
    font-family: 'Mont', sans-serif;
    text-shadow: 2px 2px 5px #EFAF14;
    margin-top: 0.8em;
    margin-left: 0.8em;
    text-align: center; 
    width: 37vw;
}

/* #js-rotating-2 {
    white-space: nowrap;
    font-size: 110px;
    line-height: 120px;
    font-weight: 600;
    color: #00767649;
    font-family: 'Mont', sans-serif;
    text-shadow: 2px 2px 5px #efad1450;
    margin-top: -0.5em;
    margin-left: 0.4em;
    text-align: center; 
    width: 37vw;
} */

.heading-color span{
    color: #007676;
}




/* .hero-subheading{
    width: 100px;
    text-align: center;
} */



@keyframes slideIn {
    to {
        opacity: 1; /* End with the hero section fully visible */
        transform: translateX(0); /* End at its original position */
    }
}

/* Pulse hero image animation */
/* .pulse-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 300px;
    height: 400px;
}

.pulse-box::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #ff592c;
    border-radius: 50%;
    transform: scale(1);
    box-shadow: 0px 0px 10px #ff592c50;
    animation: anim 1s 0.5s infinite;
}

.pulse-box::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #ff592c;
    border-radius: 50%;
    transform: scale(1);
    box-shadow: 0px 0px 10px #ff592c50;
    animation: anim 1s 0.7s infinite;
}

@keyframes anim {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
} */


/* Make a booking button */
.booking-btn {
    position: relative;
    width: 220px;
    height: 50px;
    background: #d3d2d2;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #093d36;
    text-decoration: none;
    letter-spacing: 2px;
    border-top: 1px solid rgba(100, 100, 100, 0.35);
    border-left: 1px solid rgba(95, 94, 94, 0.35);
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    
    position: relative; /* Ensure the hero section is positioned relatively */
    opacity: 0; /* Start with the hero section hidden */
    transform: translateX(-100%); /* Start off-screen to the left */
    animation: slideIn 1s ease-out forwards; /* Apply the animation */
}

.booking-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #093d36;
    text-decoration: none;
    background: #adadad;
}

.booking-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #eeba2c;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.5em;
    
}

.booking-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.booking-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}

/* VIDEO SECTION */
/* .hero, .video-section, .about-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
} */

.video-section {
    text-align: center;
    padding: 50px 20px;
    /* background-color: #f4f4f4; */
}

.video-container {
    max-width: 1400px;
    /* height: 90vh; */
    margin: 0 auto;
    /* padding: 0 20px;  */
}

video {
    width: 100%;
    height: auto;
    outline: none; 
}

@media (max-width: 992px) {
    .video-container {
        max-width: 990px;
        /* height: 90vh; */
        margin: 0 auto;
        /* padding: 0 20px;  */
    }
}



/*Service Slider*/
#services-slider {
    margin: -140px 0 -50px;
    min-height: 350px;
    position: relative;
    z-index: 21;
}
#services-slider.owl-carousel .owl-stage-outer{
    padding-top: 25px;
    padding-bottom: 25px;
}
#services-slider .service-box{
    position: relative;
    padding: 4rem 1rem;
    background: #2F9E8F;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
    overflow: hidden;
}
#services-slider .service-box::before {
    content: "";
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

#services-slider .service-box > span {
    display: inline-block;
    font-size: 32px;
    height: 50px;
    width: 50px;
    overflow: hidden;
}
#services-slider .service-box > span {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#services-slider .service-box h4{
    font-weight: bold;
}
#services-slider .service-box:hover span {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    transform: translateY(-10px);
}
#services-slider .owl-item.center .service-box {
    background: #1b1b1b;
    padding: 6.5rem 2rem;
    margin-top: -30px;
}
#services-slider .service-box:hover::before {
    opacity: 1;
    visibility: visible;
    top: 0;
}

/* ABOUT US SECTION */
/* feature */
.aboutus-section {
    position: relative; /* Ensure the container is positioned relative for absolute positioning of child elements */
    background-image: url('../images/leaf.png'), url('../images/leaf_2.png'), url('../images/leaf_2.png'), url('../images/leaf.png'); /* Update the path to your image */
    background-size: 240px 400px, 240px 400px, 240px 400px, 240px 400px; /* Set the size of the background image */
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; /* Ensure the image does not repeat */
    background-position: left top, right bottom, right top, left bottom; /* Set the position of the background image */
    padding: 60px 0; 
}



.how-box-one {
    background-color: #fff;
    position: relative;
    padding: 40px 20px;
    cursor: pointer;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.how-box-one .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 97px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    margin-top: -90px;
    background-color: #007676;
}
.how-box-one:hover .icon-box{
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(239, 173, 20, 1);
    box-shadow: 0 0 0 0 rgba(239, 173, 20, 1);

}
@-webkit-keyframes itg_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(239, 173, 20, 0.603);
        box-shadow: 0 0 0 5px rgba(239, 173, 20, 0.603);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 173, 20, 0.9);
        box-shadow: 0 0 0 10px rgba(239, 173, 20, 0.603);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(239, 173, 20, 0.3);
        box-shadow: 0 0 0 15px rgba(239, 173, 20, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(239, 173, 20, 1);
        box-shadow: 0 0 0 20px rgba(239, 173, 20, 1);
    }
}
@-o-keyframes itg_pulse {
    0% {
        box-shadow: 0 0 0 5px rgba(239, 173, 20, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(239, 173, 20, 0.603);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(239, 173, 20, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(239, 173, 20, 0.1);
    }
}
@keyframes itg_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(239, 173, 20, 0.9);
        box-shadow: 0 0 0 5px rgba(239, 173, 20, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 173, 20, 0.603);
        box-shadow: 0 0 0 10px rgba(239, 173, 20, 0.603);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(239, 173, 20, 0.3);
        box-shadow: 0 0 0 15px rgba(239, 173, 20, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(239, 173, 20, 0.1);
        box-shadow: 0 0 0 20px rgba(239, 173, 20, 0.1);
    }
}

.how-box-one .icon-fill {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.how-box-one .icon-border{
    position: relative;
    font-size: 40px;
    line-height: 100px;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    margin-top: 50px;
    border: 2px solid transparent;
    padding: 8px;
    overflow: hidden;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.how-box-one:hover, .how-box-one.active {
    box-shadow: 0 0 35px rgba(0, 118, 118, 0.103);
}

.how-box-one:hover .icon-border{
    border: 2px solid #17ACC6;
}

/* About us image and paragraph */
.content-item img {
    max-width: 70%;
    height: auto;
    margin-left: 3em;

    /* opacity: 0;  */
    /* transform: translateY(-100%);  */
    /* animation: slideInRight 1s ease-out forwards;  */
    /* transition: opacity 1s ease-out, transform 1s ease-out;  */
}

@keyframes slideInRight {
    to {
        opacity: 1; /* End with the image fully visible */
        transform: translateX(0); /* End at its original position */
    }
}

.content-item p {
    max-width: 100%; 
    font-size: 20px;
    /* font-weight: 700; */
    text-align: center; 
    margin-top: -1em;
    margin-left: 2em;

    position: relative; /* Ensure the hero section is positioned relatively */
    opacity: 0; /* Start with the hero section hidden */
    transform: translateX(-100%); /* Start off-screen to the left */
    animation: slideIn 1s ease-out forwards; 
}

/* About Us 3 section Buttons Arrows */
.parent-container {
    display: flex;
    justify-content: center; 
    align-items: center;     
    /* height: 100vh;             */
}

.Btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto; /* Adjust to fit content */
    height: 55px;
    border: none;
    border-radius: 40px; /* Rounded corners for the button */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #007676;
    box-shadow: 2px 2px 12px rgba(239, 173, 20, 0.6);
    padding: 0 30px; /* Adjust padding as needed */
    margin-top: 2em;
}
  
/* plus sign */
.sign {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* Space between icon and text */
}
  
.sign svg {
    width: 15px;
}
  
.sign svg path {
    fill: #ffffff;
}
  
/* text */
.text {
    color: #ffffff;
    font-size: 1em;
    /* font-weight: 900; */
    font-family: 'Garet', 'truetype';
    font-weight: 900; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}
  
/* button click effect */
.Btn2:active {
    transform: translate(2px, 2px);
}

@media (min-width: 340px) and (max-width: 722px) {
    .Btn {
        padding: 0 20px; 
        margin-left: 7em;
        height: 45px;
    }
    .Btn2 {
        padding: 0 10px; 
        /* margin-left: 0em; */
        height: 45px;
    }
}



/* *********************************START**************************** */
/* Banner S21 Network Partners START!!! */
.s21 {
    background-color: #e8c742;
    padding: 20px;
    color: #000000;
    height: 50vh;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    margin-top: -2em;
}

.section21-item {
    width: 100%;
    display: flex;
    justify-content: center; 
}

.section21-item h2 {
    margin: 0;
    padding: 0;
    width: 80%;
    font-size: 35px;
    font-family: 'Garet', sans-serif; /* Apply Garet font */
    letter-spacing: 1px; /* Adjust letter spacing as needed */
    font-weight: 500; /* Ensure the font weight matches the defined weight */
    font-style: italic;
    margin-top: 1em;
}
/* *************************END************************** */

/* Background banner color */
.bg-banner-color{
    background-color: #eeba2c;
}

.leaf-background {
    position: relative;
    background-image: url('../images/leaf.png'); /* Update the path to your image */
    background-size: 200px 200px; /* Adjust the size as needed */
    background-repeat: no-repeat;
    background-position: bottom left; /* Adjust the position as needed */
    padding: 60px 0; 
}

.leaf-background-2 {
    position: relative;
    background-image: url('../images/leaf_2.png'); /* Update the path to your image */
    background-size: 200px 200px; /* Adjust the size as needed */
    background-repeat: no-repeat;
    background-position: bottom right; /* Adjust the position as needed */
    padding: 60px 0; 
}



/* ************************************************************* */
/* How it Works Book Now button */
.book-now-btn {
    position: relative;
    width: 200px;
    height: 60px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    margin-top: 3em;
    margin-left: 14em;

    font-family: 'Garet', 'truetype';
    font-weight: 900; /* ExtraLight */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
}

.book-now-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;
    font-weight: 900;
    /* border-top: none;
    border-left: none;
    border-right: none; */
}

.book-now-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #2F9E8F;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.book-now-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.book-now-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}
/* *************************END************************** */


/* about section */

.hover-effect{
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.about-box{
    padding: 15px;
}


/* *********************************START**************************** */
/* Benefits Section START!!! */
/* team */
.benefits {
    position: relative;
    padding: 5rem 0;
    margin-top: 4em;
}

/* Pseudo-element for background image */
.benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background-image-new-white.jpg'); /* Replace with the path to your image */
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-attachment: scroll; 
    opacity: 0.2; 
    z-index: 1; 
}

.benefits-container {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }

  .benefits h6 {
    margin-top: 0;
    font-size: 1.8em;
    margin-bottom: 2em;
    color:  #ffffff;
}

.horizontal-scroller {
    display: flex;
    overflow-x: auto;
    padding: 3em 0;
    scroll-behavior: smooth;
}

.scroller-item {
    flex: 0 0 auto;
    margin-right: 2rem;
    border-radius: 10px;
    width: 300px;
    height: 50vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    background: linear-gradient(to bottom right, #66b2b2, #339999, #007676);
    /* background-size: 130px 130px;  */
    background-position: center bottom; 
    background-repeat: no-repeat; 
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.scroller-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.scroller-item:last-child {
    margin-right: 0;
}

.benefits-box{
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.benefits-three-tag{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits-three-text{
    padding: 15px;
    z-index: 3;
    text-align: center;
    font-size: 18px;
    font-weight: 100px;
}




/* Scroll Hint Styles */
.scroll-hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 1em;
}

.scroll-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    animation: bounce 2s infinite;
    font-size: 2rem;
    color: #000;
}

.scroll-hint .scroll-text {
    margin-right: 10px;
    font-size: 2rem;
}

.scroll-button .scroll-arrow {
    font-size: 1.5rem;
    margin-left: 10px;
}

/* .scroll-hint .scroll-arrow {
    font-size: 1.5rem;
} */

/* Keyframes for Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}


/* Patient Card / Get your card button */
.card-btn {
    position: relative;
    width: 250px;
    height: 60px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    margin-top: 2em;
    margin-left: 12em;
    font-family: 'Garet', 'truetype';

}

.card-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;  
}

.card-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #2F9E8F;   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.card-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.card-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}

/* Patient Contact Form btn */
.patient-contact-btn {
    position: relative;
    width: 330px;
    height: 50px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    margin-top: 2em;
    margin-left: 23em;
    font-family: 'Garet', 'truetype';

}

.patient-contact-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;  
}

.patient-contact-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #2F9E8F;   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.patient-contact-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.patient-contact-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}

/* Vendor Application Form btn */
.vendor-contact-btn {
    position: relative;
    width: 365px;
    height: 50px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    margin-top: 2em;
    margin-left: 22.2em;
    font-family: 'Garet', 'truetype';

}

.vendor-contact-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;  
}

.vendor-contact-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #2F9E8F;   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.vendor-contact-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.vendor-contact-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}

/* Doctors Onboarding Form btn */
.doctors-contact-btn {
    position: relative;
    width: 370px;
    height: 50px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    margin-top: 2em;
    margin-left: 22em;
    font-family: 'Garet', 'truetype';

}

.doctors-contact-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;  
}

.doctors-contact-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #2F9E8F;   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.doctors-contact-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.doctors-contact-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}


/* Store Owner CTA / Get your download vendor pack */
.vendor-btn {
    position: relative;
    width: 350px;
    height: 60px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #000000;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    margin-top: 2em;
    margin-left: 22.2em;
    font-family: 'Garet', 'truetype';

}

.vendor-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #000000;  
}

.vendor-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: rgb(0, 0, 0);   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.vendor-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.vendor-btn .icon-container i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
}

/* GALLERY IMAGE SLIDER START */
/* Responsive Brand Scroller */
.brands-scroller {
    display: flex;
    overflow-x: auto;
    /* padding: 2rem 0; */
    scroll-behavior: smooth;
    white-space: nowrap;
    margin-top: -4em;
}

.brand-item {
    flex: 0 0 auto;
    margin-right: 2rem;
    width: 360px;
    height: 370px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.brand-item img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.brand-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}




.image-container{
    position: absolute;
    width: 100vw;
    height: 78vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4em;
}

.slider-container{
    position: absolute;
    inset: 40px 200px 80px 80px;
    background: #ccc;
    border-radius: 20px;
    width: 38vw;
}

.slider-container .slides{
    position: absolute;
    top: 10%;
    transform: translateX(50%);
    width: 240px;
    height: 320px;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.image-1 { background-image: url('../images/brands/budharbour.png'); }
.image-2 { background-image: url('../images/brands/meri_jane.png'); }
.image-3 { background-image: url('../images/brands/hush.png'); }
.image-4 { background-image: url('../images/brands/cannatrade.png'); }
.image-5 { background-image: url('../images/brands/missjane.png'); }
.image-6 { background-image: url('../images/brands/greenpurple.png'); }
.image-7 { background-image: url('../images/brands/420doc2.png'); }
.image-8 { background-image: url('../images/brands/synergy.png'); }
.image-9 { background-image: url('../images/brands/dr_feelgood.jpg'); }
.image-10 { background-image: url('../images/brands/tnt.png'); }

.image-11 { background-image: url('../images/brands/T.png'); }
.image-12 { background-image: url('../images/brands/bgf.jpg'); }
.image-13 { background-image: url('../images/brands/budX.jpg'); }
.image-14 { background-image: url('../images/brands/high_5_canna.jpg'); }
.image-15 { background-image: url('../images/brands/medi_grow_africa.png'); }

/* Slide Positioning */
.slider-container .slides:nth-child(1),
.slider-container .slides:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0);
    background-size: cover;
    display: flex;
}

.slider-container .slides:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover;
}

.slider-container .slides:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover;
}

.slider-container .slides:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover;
}

.slider-container .slides:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
    /* opacity: 0; */
}

.slider-container .slides:nth-child(7){
    left: calc(50% + 1280px);
    background-size: cover;
    /* opacity: 0; */
}

 .slider-container .slides:nth-child(8){
    left: calc(50% + 1540px);
    background-size: cover;
}

.slider-container .slides:nth-child(9){
    left: calc(50% + 1800px);
    background-size: cover;
}

.slider-container .slides:nth-child(10){
    left: calc(50% + 2060px);
    background-size: cover;
}



.slider-container .slides:nth-child(11){
    left: calc(50% + 2320px);
    background-size: cover;
}

.slider-container .slides:nth-child(12){
    left: calc(50% + 2580px);
    background-size: cover;
}

.slider-container .slides:nth-child(13){
    left: calc(50% + 2840px);
    background-size: cover;
}

.slider-container .slides:nth-child(14){
    left: calc(50% + 3100px);
    background-size: cover;
}

.slider-container .slides:nth-child(15){
    left: calc(50% + 3360px);
    background-size: cover;
}

/* Previous and Next Buttons */
.buttons{
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 20px;
    margin-left: 8.6em;
    margin-bottom: 3.8em;
    /* margin-top: 6em; */
}

.prev, .next {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.buttons span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.buttons span::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(315deg) translate(2px, 2px);
}

.buttons span:nth-child(2)::before {
    transform: rotate(135deg) translate(2px, 2px);
}

.buttons span:active{
    opacity: 0.5;
}

/* Image Content */
.image-content{
    position: relative;
    padding: 40px;
    max-width: 600px;
    transition: 0.25s;
    /* transition-delay: 0s; */
    transform: translateY(40px);
    z-index: 10000;
    color: #ffffff;
    opacity: 0;
}

.image-content h2{
    font-size: 3.5em;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

.image-content p{
    color: #fff;
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 3em;
}

/* Slide 1 and 2 Content Animation */
.slider-container .slides:nth-child(1) .image-content,
.slider-container .slides:nth-child(2) .image-content {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.image-content button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #ff0008; /* Nice background color */
    border: none;
    border-radius: 25px; /* Rounded corners */
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

.image-content button:hover {
    background-color: #b71c1c; /* Darker background on hover */
}

.image-content button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(210, 35, 42, 0.5); /* Focus outline */
}

/* Responsive Slider */
 /* @media (max-width: 900px) */
 @media (min-width: 767px) and (max-width: 991px){
    .image-container{
        margin-top: -6em;
        height: 100vh;
        left: 10%;
    }
    .slider-container{
        position: absolute;
        inset: 40px 40px 200px 40px;
        width: 70vw;
        height: 60vh;
    }
    .slider-container .slides{ 
        width: 100%;
        height: 190px;
        top: 60%;
        bottom: 0;
    }

    .buttons{
        top: 33.5em;
        gap: 10px;
        margin-right: 7em;
        margin-left: 0;

    }
    .image-content{
        position: relative;
        padding: 40px;
        max-width: 800px;
        transition: 0.25s;
        /* transition-delay: 0s; */
        transform: translateY(40px);
        z-index: 10000;
        color: #ffffff;
        opacity: 0;
    }
    .slider-container .slides:nth-child(1),
    .slider-container .slides:nth-child(2) {
        top: initial;
        bottom: 0px;
       
    }
    .image-content h2{
        font-size: 2.9em;
    }
 .slider-container .slides:nth-child(3){
        left: calc(50% + 140px);
        background-size: cover;
    }
    .slider-container .slides:nth-child(4){
        left: calc(50% + 250px);
        background-size: cover;
    }
    
    .slider-container .slides:nth-child(5){
        left: calc(50% + 380px);
        background-size: cover;
    }
    
    .slider-container .slides:nth-child(6){
        left: calc(50% + 510px);
        background-size: cover;
    }
    
    .slider-container .slides:nth-child(7){
        left: calc(50% + 640px);
        background-size: cover;
    }
} 

@media (min-width: 340px) and (max-width: 450px){
    .image-container{
        margin-top: -9em;
        height: 70vh;
        left: 0%;
    }
    .slider-container{
        position: absolute;
        inset: 80px 80px 200px 20px;
        width: 68vw;
        left: 4em;
    }
    .slider-container .slides{ 
        width: 100%;
        height: 190px;
        top: 60%;
        bottom: 0;
        right: 10%;
    }
    .slider-container .slides:nth-child(1),
    .slider-container .slides:nth-child(2) {
        top: initial;
        bottom: 0;
    }

    .image-content h2{
        font-size: 1.9em;
    }
    .buttons{
        top: 23em;
        gap: 10px;
        margin-right: 0;
        margin-left: 0;
    }




    
    .slider-container .slides:nth-child(3){
        left: calc(50% + 140px);
        background-size: cover;
    }
    .slider-container .slides:nth-child(4){
        left: calc(50% + 250px);
        background-size: cover;
    }
    
    .slider-container .slides:nth-child(5){
        left: calc(50% + 380px);
        background-size: cover;
    }
    
    .slider-container .slides:nth-child(6){
        left: calc(50% + 510px);
        background-size: cover;
        opacity: 0;
    }
    
    .slider-container .slides:nth-child(7){
        left: calc(50% + 640px);
        background-size: cover;
        opacity: 0;
    }
    
}

/* GALLERY IMAGE SLIDER END */

.gallery{
    width: 100% !important;
    height: 600px;
}

.portfolio .filtering .active {
    color: #17acc6;
    border: 1px solid #17acc6;
}

.portfolio .filtering span {
    background-color: #fff;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio .items {
    position: relative;
    padding: 0;
}
.portfolio.portfolio-two .items {
    padding:0 15px;
}
.portfolio.portfolio-two .items{
    margin-top: 30px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.77);
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

/* pricing Table */

/*-- price --*/
.price-item{
    border: 2px solid #FFFFFF;
    padding: 32px 21px;
    border-radius: 4px;
    max-width: 380px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.price-item.center {
    border: 2px solid #17acc6;
    background: #17acc6;
    color: #fff;
}
.price-item.center .price-tag{
    border-top:2px solid rgba(255, 255, 255, 0.57);
    border-bottom:2px solid rgba(255, 255, 255, 0.57)
}
.price-item.center ul.packages li,.price-item.center ul.packages li i{
    color: #fff;
}

.price-tag{
    padding: 15px 0;
    text-align:left;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}
.price-text{
    font-size: 13px;
    font-weight: 400;
}

.price .sign{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    vertical-align: initial;
}
.price .currency{
    font-size: 4.3rem;
    font-weight:800;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.price .month{
    font-size: 12px;
    font-weight: 400;
    vertical-align: bottom;
}
ul.packages{
    padding:20px 0;
    margin: 0;
}
ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    color: #232323;
}
ul.packages li i {
    display: inline-block;
    width: 24px;
    color: #6d6d6d;
}




/* blog */
.blog-box{
    max-width: 500px;
    margin: 0 auto;
}
.blog-box a:hover,.blog-box a:active,.blog-box a:focus {
    color: #00ABC9;
    text-decoration: none;
}

/* client */
.client img{
    max-width: 120px;
    margin: 0 auto;
}

/*-- testimonial two --*/
.owl-testimonial-two{
    position: relative;
    margin-top: -90px;
}

.testimonial-two-title{
    height: 350px;
    position: relative;
}
.testimonial-two-title h3{
    position: absolute;
    bottom: 0;
}

.testimonial-client-img{
    max-width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial-two-rating{
    color:#fff83c;
}
.owl-testimonial-two .owl-nav{
    position:relative;
    bottom: 70px;
    width: 50%;
}
.owl-testimonial-two .owl-nav .owl-prev,.owl-testimonial-two .owl-nav .owl-next{
    position: absolute;
    font-size:30px;
    color: #494949;
    background: transparent;
}
.owl-testimonial-two .owl-nav .owl-prev:hover,.owl-testimonial-two .owl-nav .owl-next:hover{
    color: #494949;
    background: transparent;
}
.owl-testimonial-two .owl-nav .owl-next{
    right:40%;
}
.owl-testimonial-two .owl-nav .owl-prev{
    left:4%;
}

/* Map */
.map {
    height: 400px;
    width: 100%;
    background: #d7d7d7;
}

/* contact */
.contact-icon {
    text-align: center;
    font-size: 35px;
}
.contact-form .form_inputs {
    border-radius:50px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.contact-form .form_inputs_two{
    border-radius: 20px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

/* Contact Us Card / Get Started button */
.contact-btn {
    position: relative;
    width: 500px;
    height: 50px;
    background: #faf7f7;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007676;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #007676;
    padding-left: 40px;
    transition: 0.5s;
    font-size: 19px;
    font-weight: 900;
    /* margin-top: 2em; */
    margin-left: 1em;
    font-family: 'Garet', 'truetype';

}

.contact-btn:hover {
    padding-left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    background: #2F9E8F;  
}

.contact-btn .icon-container {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #2F9E8F;   
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 1.5em;
    
}

.contact-btn:hover .icon-container {
    left: calc(100% - 55px);
}

.contact-btn .icon-container i {
    color: rgba(235, 235, 235, 0.9);
    font-size: 24px;
}

/* footer */
.custom-footer {
    position: relative; /* Ensure the footer is positioned relatively */
    /* margin-top: 3em; */
    padding-bottom: 20px;
    z-index: 1; /* Ensure the content stays above the pseudo-element */
}

.custom-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background-image-footer.jpg'); 
    background-size: cover; /* Ensure the image covers the entire footer */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    opacity: 0.4; /* Set the opacity */
    z-index: -1;
}

/* ================================================================== */
/* *********************************START**************************** */
/* FOOTER SECTION */
footer {
    color: #000000;
    padding: 40px 20px;
    clear: both; 
    position: relative;
    width: 100%;
    bottom: 0;
    top: 6em;
    /* height: 50%; */
}

.footer-logo img {
    max-width: 100px;
    margin-left: 5em;
    margin-right: 0;
    margin-top: -10em;
    /* margin-bottom: 8em; */
}

.footer-col h4 {
    font-size: 1.2em;
    /* margin-top: 20px; */
    margin-left: -0.9em;
}

.col-md-3{
    width: 10%;
}

/* Style for the footer menu */
.footer-menu {
    display: flex; /* Align items in a row */
    justify-content: center; /* Center items horizontally */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    list-style: none; /* Remove default list styling */
    color: #000000;
    margin-top: 10em;
    margin-left: -16em;
}

.footer-menu li {
    margin: 0 15px; /* Add equal padding on the left and right of each item */
    font-size: 1em; /* Adjust font size if needed */
}

.footer-menu li:first-child {
    margin-left: 0; /* Remove left margin for the first item */
}

.footer-menu li:last-child {
    margin-right: 0; /* Remove right margin for the last item */
}


.footer-col ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.footer-col ul li a:hover {
    color: #007676; 
}

.footer-bottom {
    margin-top: 5px;
    /* margin-left: 1em; */
}

.footer-bottom p {
    font-size: 0.9em;
    width: 70%;
    margin-left: 2em;
    color: #000;
}

.footer-social-icons {
    display: flex; /* Ensures that the icons are displayed in a row */
    gap: 20px; /* Adjust spacing between icons as needed */
    justify-content: flex-start; /* Aligns icons to the left or adjust to center if needed */
    margin-left: 27em;
    margin-top: 12.8em;
}

.footer-social-icons a {
    display: flex; /* Ensures that the icon itself is centered */
    align-items: center;
    color: #000000; /* Icon color */
    text-decoration: none; /* Remove underline */
}

.footer-social-icons i {
    font-size: 1.4em; /* Size of the icons */
    margin-right: 10px; /* Space between the icon and any accompanying text (if any) */
}

.footer-social-icons a:hover i {
    color: #007676; /* Color change on hover */
}


.footer-bottom .footer-address {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    display: flex;
    gap: 30px;
    font-size: 0.9em;
    width: 120%;
    color: #181818;
    margin-left: -10em;
}

.footer-bottom .footer-name {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    font-size: 0.9em;
    width: 100%;
    /* margin-top: 2em; */
    color: #222222;
    margin-left: 20em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    margin-right: 13em;
    font-size: 0.9em;
    width: 60%;
}

.footer-links li {
    margin-left: 10px;
}

.footer-links li a {
    color: #000000;
    text-decoration: none;
}

.footer-links li a:hover {
    color:  #007676; 
}

@media (min-width: 340px) and (max-width: 722px) {
    .custom-footer {
        position: relative;
        margin-top: 2em;
        padding: 20px 0;
        z-index: 1; 
    }
    .footer-logo {
        max-width: 50px;
        margin-top: 7.2em;
        margin-left: auto;
        margin-right: 11.8em;
        text-align: center;
        margin-bottom: -50px;
    }
    .footer-col h4 {
        text-align: center;
        font-size: 1.3em;
    }
    /* Style for the footer menu */
    .footer-menu {
        display: flex; 
        justify-content: center; 
        align-items: center;
        padding: 0; 
        margin: 1em 0 0 0;
        list-style: none;
        color: #000;
    }
    .footer-menu li {
        margin: 0 15px; 
        font-size: 1em; 
    }
    .footer-menu li:first-child {
        margin-left: 0; 
    }
    .footer-menu li:last-child {
        margin-right: 0; 
    }
    .footer-col ul li {
        display: none;
    }   
    .footer-col ul li a {
        color: #c4bebe;
    }
    .footer-social-icons {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-left: 2em;
        gap: 10px;
        margin-top: 1em;
    }
    .footer-social-icons a {
        margin-left: -15px;
    }
    .footer-bottom {
        margin-top: 40px;
        padding: 0;
        text-align: center;
        width: 100%;
    }   
    .footer-bottom p {
        font-size: 0.9em;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-top: 1.5em;
        text-align: center;
    }
    .footer-bottom .footer-address {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        display: flex;
        gap: 30px;
        font-size: 1em;
        width: 80%;
        margin-left: 3em;
    }    
    .footer-bottom .footer-name {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
    }
    .footer-links{
        display: none;
        margin-right: 0;
        width: 0;
    }  
    .footer-links li {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 991px){
    .custom-footer {
        position: relative;
        margin-top: 32em;
        padding: 20px 0;
        z-index: 1; 
    }
    .footer-logo {
        max-width: 50px;
        margin-top: 7.2em;
        margin-left: auto;
        margin-right: 24em;
        text-align: center;
        margin-bottom: -50px;
    }
    .footer-col h4 {
        text-align: center;
        font-size: 1.3em;
    }
    /* Style for the footer menu */
    .footer-menu {
        display: flex; 
        justify-content: center; 
        align-items: center;
        padding: 0; 
        margin: 1em 0 0 0;
        list-style: none;
        color: #000;
    }
    .footer-menu li {
        margin: 0 15px; 
        font-size: 1em; 
    }
    .footer-menu li:first-child {
        margin-left: 0; 
    }
    .footer-menu li:last-child {
        margin-right: 0; 
    }
    .footer-col ul li {
        display: none;
    }   
    .footer-col ul li a {
        color: #c4bebe;
    }
    .footer-social-icons {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-left: 2em;
        gap: 10px;
        margin-top: 1em;
    }
    .footer-social-icons a {
        margin-left: -15px;
    }
    .footer-bottom {
        margin-top: 40px;
        padding: 0;
        text-align: center;
        width: 100%;
    }   
    .footer-bottom p {
        font-size: 0.9em;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-top: 1.5em;
        text-align: center;
    }
    .footer-bottom .footer-address {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        display: flex;
        gap: 30px;
        font-size: 1em;
        width: 80%;
        margin-left: 3em;
    }    
    .footer-bottom .footer-name {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
    }
    .footer-links{
        display: none;
        margin-right: 0;
        width: 0;
    }  
    .footer-links li {
        display: none;
    }
}



/* .medium-icon a {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin:2px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50px;
} */

/*Side Nav */

.menu_bars {
    position: fixed;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right:6%;
    padding: 11px 10px;
    top: 42px;
    color: #007676;
}
.header-appear .menu_bars{
    top: 45px;
}

.menu_bars span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #014444;
    position: absolute;
    top: 50%;
    margin-top: 9px;
    right: 0;
}
.light-version .menu_bars span{
    background:#384141;
}
.menu_bars .t1 {
    margin-top: -4px;
    width: 80%;
}

.menu_bars .t3{
    top: 17px;
    margin-top: 4px;
    width: 50%;
}
.menu_bars:hover .t1,.menu_bars:hover .t3{
    width: 100%;
}

.header-appear .menu_bars span{
    background:#384141;
}

.pushmenu {
    background:#ffffff;
    padding: 20px 15px;
    width:600px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    box-shadow: 3px 0 3px 3px #1d1d1d;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 60px;
}

.pushmenu-right {
    right: -600px;
}

.side-nav .menu_bars.active.right {
    background: none;
    display: block;
}

.menu_bars.active.right {
    padding: 15px;
    top: 40px !important;
    z-index: 9999;
}

.side-nav .menu_bars.active.right span {
    width: 24px;
    height: 2px;
    background: #007676;
}

.menu_bars.active span.t1 {
    margin-top: -5px;
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.side-nav .menu_bars.active.right span .t2 {
    margin: 4px;
}

.side-nav .menu_bars span.t2 {
    margin: 3px 0;
}

.menu_bars.active span.t2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars.active span.t3 {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
}

.pushmenu .push-logo {
    /* display:inline-block; */
    float: left;
    position: relative;
    z-index: 9999;
    width: 65px;
    /* margin-top: 15px; */
}
.pushmenu .list-inline{
    float: right;
    margin-right: 100px;
    margin-top: 12px;
}
.push-bottom{
    position: absolute;
    bottom: 30px;
}

.pushmenu .push_nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
}

.pushmenu .push_nav li {
    display: block;
    font-size: 1.4em;
    padding: 5px;
    margin-bottom: 35px;
    text-transform: capitalize;
    padding-left: 0;
    font-weight: 600;
    font-family: 'Garet', 'opentype';
}

.pushmenu .push_nav > li > a,.header-appear .pushmenu .push_nav > li > a {
    color: #007676 !important;
}

.pushmenu .push_nav > li > a > span {
    display: inline-block;
    font-size:3rem;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    color:#007676 !important;
    margin-right: 20px;
    margin-top: -12px;
    font-weight: 600;
}

.pushmenu .social_icon {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 0;
}

.sidebar_menu .small-icon li {
    margin: 0;
}

.sidebar_menu .small-icon li a {
    color: #007676;
}

.sidebar_menu .small-icon li a:hover {
    color: #007676;
}

.pushmenu.pushmenu-open .push_nav > li {
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    opacity: 1;
}

.pushmenu .push_nav > li {
    display: block;
    position: relative;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;
}

.pushmenu .push_nav > li a {
    display: block;
}

.pushmenu.pushmenu-open .push_nav > li a:hover {
    transform: translateX(-10px);
    transition: all 300ms linear;
}

.side-nav-social-icon a{
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #007676;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.push-bottom{
    margin: 0;
}


/*-- background images --*/
.bg{
    background-size:cover !important;
    background-position:center center !important;
}
.bg-img1{
    background-image: url(../images/download_1.webp);
}
.fitness .bg-img1{
    background-image: url(../images/fitness-parallax-one.jpg);
}
.food-img1{
    background-image: url(../images/food-parallax1.jpg);
}
.food-img2{
    background-image: url(../images/food-parallax2.jpg);
}

.construction .bg-img1{
    background-image: url(../images/construction-parallax-one.jpg);
}
.testimonial-two-bg {
    background: url(../images/testimonials_img_4.png);
}
.construction .testimonial-two-bg {
    background: url(../images/construction-testimonial-two-bg.jpg);
}
.fitness .testimonial-two-bg {
    background: url(../images/fitness-parallax-two.jpg);
}
.blog-cover{
    background-image: url(../images/blog-cover1.jpg);
}
.bg-.portfolio .items2{
    background-image: url(../images/parallax-one.jpg);
}
.bg2{
    background-image: url(../images/single-cover.jpg);
}
.bg3{
    background-image: url(../images/particles-cover.jpg);
}


/* single Portfolio */
.single-portfolio-item {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-portfolio-item .myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
}
/*-- Parallax Portfolio -- */

.single-items {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.single-items h3 strong {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .7);
}
.single-items a,.single-version a:hover,.single-items a:active,.single-items a:focus{
    color:inherit;
    text-decoration: none;
}




/* ---------- Other Pages -----------*/

/*---Shop page---*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.apply_coupon {
    border: 1px solid #d1d1d1 !important;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon > form .form-group > input {
    width: 100%;
    margin-bottom: 0px;
}

.apply_coupon .coupon > form input {
    border: 1px solid #d1d1d1;
    padding: 6px 12px;
    vertical-align: top;
    height: 40px;
}

.apply_coupon .coupon > form input .btn {
    vertical-align: top;
}

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 10px;
}

.cart_table .table-responsive tbody tr > td img {
    width: 80px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cart_table .table-responsive thead tr > th {
    padding: 15px 20px;
    border-bottom-width: 1px;
    color: #3b3b3b;
}

.quote .quote,
.quote a {
    display: inline-block;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    max-width: 50px;
    padding: 8px 18px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.quote::-webkit-input-placeholder,
.apply_coupon .coupon > form .form-group > input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.quote::-moz-placeholder,
.apply_coupon .coupon > form .form-group > input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-ms-input-placeholder,
.apply_coupon .coupon > form .form-group > input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-moz-placeholder,
.apply_coupon .coupon > form .form-group > input:-moz-placeholder {
    color: #b2b2b2;
}

.totals {
    border: 1px solid #d1d1d1;
}

.total_form select {
    border: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px;
    width: 100%;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 36px;
}

.total_form label {
    width: 100%;
    margin-bottom: -20px;
}

.totals .table > tbody > tr > td {
    padding-bottom: 15px;
    border: 0;
}

#shop .shopping_box {
    -webkit-box-shadow: 0 0 2px #d1d1d1;
    box-shadow: 0 0 2px #d1d1d1;
    min-height: 386px;
    overflow: hidden;
}

.overlay {
    background-color: rgba(15, 15, 15, 0.59);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.shopping_box .image {
    min-width: 260px;
    min-height: 220px;
    overflow: hidden;
}

.image-zoom {
    max-width: 385px;
    margin: 0 auto;
    overflow: hidden;
}

.shopping_box .image img,
.image-zoom img {
    -o-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    width: 100%;
}

.shopping_box a.btn-cart {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    bottom: 10px;
    opacity: 0;
}

.shopping_box .overlay:hover,
.shopping_box .overlay:hover a.btn-cart {
    opacity: 1;
}

.shopping_box .image:hover img,
.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

#shop .shopping_box a:hover,
#shop .shopping_box a:active {
    color: #3b3b3b;
}

.shop-details .quote .quote {
    padding: 6px 18px;
}

.shop-details .share {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.shop-details .share p {
    line-height: 35px;
}

.shop-details .share ul li {
    display: inline-block;
    margin: 0 5px;
}
.shop-details .extra-small-icon a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    color: #646464;
}
.text-yellow{
    color:#ffb426;
}
.totals .form-control{
    border-radius: 0;
}

/* Blog */

.other .showMenuButton-two span.hamburger,.other .showMenuButton-two span.hamburger:after,.other .showMenuButton-two span.hamburger:before {
    background: #fff;
}
.other .header-appear .showMenuButton-two span.hamburger, .other .header-appear .showMenuButton-two span.hamburger:after,.other .header-appear .showMenuButton-two span.hamburger:before {
    background:#0b0b0b;
}
.other .showMenuButton-two {
    top: 15px;
}
.other a:hover,.other a:active,.other a:focus {
    color: #17acc6;
    text-decoration: none;
}

.blog-author .author-img img{
    width: 50px;
    border-radius:50px;
}
.blog-author .author-name {
    padding-left: 0.875rem;
}
.blog-author .author-img, .blog-author .author-name {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1rem;
}
.medium-input, .medium-textarea, .medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 30px;
}
.btn-blog-icon{
    right: 7px;
    top: 3px;
}

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 6px;
    border: 4px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 63px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #00abc9;
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 0 rgba(23, 172, 198, 0.4);
    cursor: pointer;
}

.play-hvr:hover {
    border: 4px solid #00abc9;
}

.contributor img{
    width:100%;
    max-width: 80px;
    margin: 2px auto;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}

.latest-post li figure, footer .latest-post li div {
    display: table-cell;
    vertical-align: top;
}
.latest-post li figure {
    height:auto;
    width:95px;
    float: left;
}
.blog-list-style li{
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.blog-list-image{
    width: 100%;
    overflow: hidden;
}
.blog-list-image img{
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
.blog-post-list:hover .blog-list-image img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}
.tag-cloud a {
    padding: 6px 11px;
    margin: 0 8px 8px 0;
    display: inline-block;
    color: #fff;
    background: #414141;
    line-height: 18px;
}
.tag-cloud a:hover {
    color:#fff;
    background: #17acc6;
}
.blog-pagination a{
    width: 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #929292;
    border: 1px solid #bebebe;
    border-radius: 50px;
}
.blog-pagination a.active{
    color: #fff;
    background:#17acc6;
    border: 1px solid #17acc6;
}
.no-border{
    border: 0px !important;
}

.contributor-toltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.contributor-toltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color:#17acc6;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom:95px;
    left: 50%;
    margin-left: -60px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.contributor-toltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #17acc6 transparent transparent transparent;
}

.contributor-toltip:hover .tooltiptext {
    visibility: visible;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.other footer a:hover, .other footer a:active, .other footer a:focus{
    color: #007676;
}

.error{
    position: relative;
    overflow: hidden;
    padding: 21px;
    margin-bottom: 30px;
}

.error h1{
    font-size: 145px;
}

.error h2 {
    color: #414141;
    font-size: 4.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    font-weight: 800;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* contact page */
.map-two{
    width:100%;
    height: 400px;
}

.address-block {
    background: #fff;
    width: 100%;
    height:400px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3.5rem 1rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}
.adress-icon a{
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    display: inline-block;
    color:#939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

}

.contact-page-form .contact-form{
    max-width:700px;
    margin: 0 auto;
}
.contact-page-form .contact-form input{
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
}

.contact-page-form .contact-form input{
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
}
.contact-page-form .contact-form textarea {
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
    height:200px !important;
    width: 100%;
}

/* LogIn Form */

.login-form{
    padding: 4rem;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.login-form .form-group label{
    font-size: 13px;
    font-weight: 400;
    color: #a9a9a9;
}
.login-form .form-control {
    background-color: #f1f3f7;
    border: 0;
    padding: 1.1rem .85rem;
    height: auto !important;
    line-height: 1.3;
    color: #495057;
    margin-bottom: 5px;
}
.login-form .form-group{
    margin-bottom: 0;
}

/* feature page */

.services-hr{
    width: 45px;
    height: 3px;
    background: #17acc6;
    margin: 0 auto 20px;
    border: none;
}
.services-item i{
    display: inline-block;
    font-size: 50px;
    position: relative;
    color: #979797;
}
.services-item:hover .services-hr{
    width: 60px;
}
.services-item:hover h6,.services-item:hover i{
    color: #17acc6;
}



/*header with top-bar Round Nav */

.round-nav .header-with-topbar .top-header-area {
    height: 120px;
    line-height: 95px;
}
.round-nav .sticky.header-with-topbar .top-header-area {
    top: -120px;
}
.round-nav .header-with-topbar.sticky .navbar-top {
    top: 0 !important;
    max-width: 100%;
    border-radius: 0px !important;
    z-index: 99;
}
.round-nav header .showMenuButton-two{
    display: none;
}

.circle-navbar {
    max-width: 1200px;
    padding: 0 30px !important;
    margin: 0 auto;
    border-radius: 50px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    top: 85px !important;
    z-index: 99;
}
.navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}
.top-nav-icon a{
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    color: #fff;
}
.top-nav-icon a:hover{
    background: #fff;
    border: 1px solid #fff;
}
.circle-navbar li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom:21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background:#17acc6;
    visibility: hidden;
    opacity: 0;
}
.circle-navbar li.active a{
    color:#007676 !important;
}
.circle-navbar li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}
.header-appear .circle-navbar li a:before{
    bottom:16px;
}
.round-nav .menu_bars,.box-nav .menu_bars{
    display: none;
}
header nav.navbar .navbar-nav.box-nav > li.active > a, nav.navbar.bootsnav.box-nav ul.nav > li.active > a{
    color: #007676;
}
.box-nav {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px !important;
}
.header-appear .box-nav {
    max-width: 100%;
    border-radius: 0 !important;
}
.header-social-icon a{
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    margin: 3px;
    border-radius: 50px;
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s ;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Bottom-nav */

.bottom-nav .navbar-fixed-top{
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0;
}
.bottom-nav .hermes .tp-bullet{
    display: none;
}

.navbar-bottom-top{
    position: fixed !important;
    top:0 !important;
    bottom:auto !important;
    margin:auto !important;
}


/* other demos */

/* construction */

.construction .header-with-topbar .navbar-top{
    background: #ffb426;
}
.construction .header-search-form {
    color: #fff;
}
.construction header nav.navbar .navbar-nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover,.construction .header-search-form:hover {
    color: #007676;
}
.construction .nav_line li a:before{
    background: #fff;
}
.construction header nav.navbar .navbar-nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover,.construction .header-search-form:hover {
    color: #007676;
}
.construction .header-with-topbar .menu_bars span {
    background: #fff;
}
.construction nav.navbar .navbar-nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a, .construction header nav.navbar .navbar-nav > li.active > a, .construction nav.navbar.bootsnav ul.nav > li.active > a, .construction header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.active > a{
    color: #007676;
}
.construction nav.navbar.navbar-default ul.nav > li > a{
    color: #fff;
}
.construction .navbar-default {
    border-color: #ffb426;
}
.construction .price-item.center {
    border: 2px solid #006475;
    background: #006475;
}

/* gym fitness */
.fitness .pushmenu{
    background:#383838;
}
.fitness .bg-extra-dark-gray {
    background-color: #384141;
}
.fitness .dot1{
    background-color:#384141;
}

/* food version */
.food-version .header-social-icon a {
    top: -2px;
    background: #cb342b;
    color: #fff !important;
    border-radius: 25px;
    padding: 5px;
    padding-right: 15px;
    margin-left: 30px;
    margin-right: 0px;
    font-weight: 100;
    display: unset;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
}
.food-version .portfolio .item-img{
    margin: 3px;
}
.food-version nav.navbar .navbar-nav > li.active a{
    font-weight: 600;
}
.food-version h3{
    color:#82B440;
}
.food-version .testimonial-two h3{
   color: #fff;
}
.food-version .how-box-one .icon-box{
    line-height: 110px;
}

/* drop down */
header .bootsnav .dropdown .animated {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 175px;
    max-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    padding: 10px 0 !important;
}
nav.navbar.bootsnav li.dropdown ul li {
    list-style: none;
    padding: 0;
}
.dropdown-content a {
    font-size: 12px;
    font-weight: 400;
    color: #2b3434;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #17acc6;
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.sidebar_menu .dropdown-content {
    display: none;
    position: relative;
    background-color: transparent;
     box-shadow:none;
    z-index: 1;
    padding: 10px 0 !important;
}
.sidebar_menu .dropdown-content a {
    display: block;
    font-size: 2rem;
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    padding-left: 0;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.sidebar_menu .dropdown:hover .dropdown-content {
    display: inline-block;
    margin-left: 20px;
}
.sidebar_menu .pushmenu .push_nav .dropdown-content li{
    padding: 0;
    margin: 15px;
    width: 100%;
}
.sidebar_menu .pushmenu .push_nav .dropdown-content li:last-child{
    margin-bottom:0;
}


/* Loader */

#loader{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 1200;
    background: #ffffff;
    position: fixed;
}


.loader-inner{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 50%;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #17acc6;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


/* revolution */

.rev_slider_wrapper, .fullscreen-container{
    left: 0 !important;
}

.rs-particles-canvas {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.light-version .tp-bullet {
    background: rgba(58, 66, 66, 0.45) !important;
}
.light-version .tp-bullet.selected, .tp-bullet:hover {
    background: #384141 !important;
}

/* interactive, no slidelink */
.rs-particles-interactive .rs-particles-canvas {

    pointer-events: auto;

}

/* interactive + slidelink */
.rs-particles-slidelink .rs-particles-canvas {

    cursor: pointer;
    pointer-events: auto;

}

.rs-before-after-addon {

    overflow: hidden !important;

}

.rs-before-after-addon .tparrows {

    z-index: 1000 !important;

}

.rs-addon-beforeafter-btn {

    position: absolute;
    display: table;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    z-index: 102;

}

.rs-addon-beforeafter-btn i {

    display: table-cell;
    vertical-align: middle;
    position: relative;

}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {

    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;

}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {

    display: block;

}

.rs-addon-beforeafter-line {

    display: block;
    position: absolute;
    z-index: 102;

}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {

    top: 0;
    height: 100%;

}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {

    left: 0;
    width: 100%;

}

.rs-before-after-element {

    opacity: 0;
    visibility: hidden;

}

.rs-before-after-element,
.rs-before-after-element:before {

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

.rs-addon-beforeafter-bg {

    opacity: 0;
    z-index: 999;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {

    width: 100%;
    height: 100%;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {

    position: absolute;
    overflow: hidden;

}

.rs-addon-beforeafter-before {

    top: 0;
    left: 0;

}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {

    top: 0;
    right: 0;

}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {

    bottom: 0;
    left: 0;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {

    opacity: 0;

}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner  {

    position: absolute;
    width: 100%;
    height: 100%;

}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {

    right: 0;
    top: 0;

}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {

    left: 0;
    bottom: 0;

}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {

    width: 100% !important;
    height: 100% !important;

}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {

    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;

}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {

    pointer-events: none;

}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {

    pointer-events: auto;

}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {

    pointer-events: none;

}

.before-after .tparrows{
    display: none !important;
}
.rs-addon-beforeafter-before{
    background: #4e4e4e !important;
}
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after{
    background: #0092c7 !important;
}
.header-with-topbar .menu_bars {
    top: 70px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}
.header-with-topbar.header-appear .menu_bars {
    top: 15px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}
.header-with-topbar .menu_bars span{
    background: #0b0b0b;
}
.svg-nav{
    max-width: 1200px;
    margin: 0 auto;
    background:#fff;
    border: none !important;
}
.svg-nav .showMenuButton-two{
    display: none;
}

.header-appear .svg-nav .showMenuButton-two{
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    display:block;
}

.header-appear .svg-nav{
    background: #fff;
    max-width: 100%;
}
.svg-nav:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    border-left: 20px solid transparent;
    border-bottom: 73px solid #fff;
}
.svg-nav:after{
    content: "";
    position: absolute;
    right: -20px;
    top:0px;
    border-right: 20px solid transparent;
    border-top: 74px solid #fff;
}
.header-appear .svg-nav:before,.header-appear .svg-nav:after{
    display: none;
}
.header-with-topbar .svg-nav .menu_bars{
    display: none;
}

.header-appear .svg-nav .menu_bars{
    display:block;
}



/* Meadia Quries */

@media screen and (max-width: 1280px) {
    header .menu-logo-center .navbar-nav > li > a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 991px) {

    .owl-testimonial-two .owl-nav{
        bottom: 100px;
    }
    .header-appear .menu_bars,.menu_bars{
        position: relative;
        top:-2px !important;
    }
    .menu_bars.active.right{
        position: fixed;
        font-size: 2.8rem;
        top: 34px !important;
    }
    .pushmenu .push_nav li {
        font-size: 2.4rem;
    }
    .pushmenu .push_nav > li > a > span{
        margin-top: -8px;
    }
    .round-nav .header-with-topbar .top-header-area{
        display: none;
    }
    .circle-navbar,.box-nav{
        top: 0 !important;
        border-radius: 0 !important;
    }
    .round-nav .menu_bars,.box-nav .menu_bars{
        display:block ;
    }
    .round-nav .menu_bars span,.box-nav .menu_bars span{
        background: #000;
    }
    .header-with-topbar .navbar-top{
        padding-top: 10px;
    }
    .header-with-topbar .svg-nav .menu_bars{
        display:block;
    }
}

@media screen and (max-width: 768px) {


    .testimonial-client-img {
        max-width: 150px;
    }
    .benefits-three-tag {
        left: 10%;
        width: 66%;
        min-height: 80px;
        background: #fff;
    }
    .benefits-three-tag .benefits-three-social {
        opacity: 1;
        margin-right: -40px;
    }
    .pushmenu{
        width: 300px;
    }
    .pushmenu .list-inline {
        float: left;
        margin-top: 12px;
        margin-left: -10px;
    }
    .menu_bars.active.right {
        position: relative;
    }
    .bottom-nav .menu_bars.active.right {
        position: fixed;
    }
    #services-slider {
        margin: -70px 0 0;
    }
    .testimonial-two-title h3 {
        position: absolute;
        left: 50%;
        top: 35%;
        transform: translateX(-50%);
        text-align: center;
    }
}

#patientCards {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-image-2 img {
    margin-top: 20px; /* Adjust the value as needed */
    height: 365px;
}

.no-padding-top {
    padding-top: 0.5em !important;
}

.about-paragraph{
    font-size: 15px;
    text-align: left;
}

.hover-effect-2{
    position: relative;
    overflow: hidden;
}

.hover-effect-2::before {
    right: 0;
    opacity: 1;
    top: -15px;
}
.hover-effect-2::before, .hover-effect-2::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect-2::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect-2::before, .hover-effect-2::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect-2:hover::after, .hover-effect-2:hover::before {
    height: 350px;
    opacity: 0;
    width: 100%;
}

 #rev_slider_5_1_wrapper {
    background: transparent;
    padding: 0px;
    left: 0 !important;
}
/* #rev_slider_5_1 {
    display: none;
}  */

/* LAYER 1 */
/* Styles for the Layer 1 */
#slide-11-layer-1 {
    z-index: 5;
}

/* Styles for the image inside Layer 1 */
.layer-image {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 50%; /* Circular border radius */
    opacity: 0.2;
    width: 100%; /* Ensure responsiveness */
    height: auto; /* Maintain aspect ratio */
}

/* LAYER 3 */
#slide-11-layer-3 {
    z-index: 7;
    white-space: nowrap;
    font-size: 45px;
    line-height: 35px;
    font-weight: 600;
    margin-top:15px;
    color: #084444;
    letter-spacing: 0px;
    font-family:Garet;
    max-width: 110%;
    text-align: center;
}

.hiw-paragraph{
    padding-left: 0;
    padding-right: 0;
}

.hiw-paragraph-2{
    padding-left: 0;
    padding-right: 0;
    margin-top: 2em;
}

#contactus {
    position: relative; /* For positioning the overlay */
    padding: 20px; /* Add padding if needed */
    overflow: hidden; /* Ensure no scrollbars */
}

#contactus .sec-title p {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}

/* Background Image */
#contactus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('../images/your-background-image.jpg'); */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent repeating the background image */
    opacity: 0.5; /* Adjust opacity as needed */
    z-index: -1; /* Place behind content */
}

/* BECOME A STORE OWNER SECTION */
.store-owner-cta {
        background-color: #e8c742;
        padding: 20px;
        color: #000000;
        height: 44vh;
        display: flex; 
        justify-content: center; 
        align-items: center; 
        text-align: center; 
        margin-top: 2em;
  }
  
.store-owner-cta h2 {
    margin: 0;
    padding: 0;
    width: 80%;
    font-size: 35px;
    font-family: 'Garet', sans-serif; /* Apply Garet font */
    letter-spacing: 1px; /* Adjust letter spacing as needed */
    font-weight: 500; /* Ensure the font weight matches the defined weight */
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3em;
}

h1{
    text-align:center;
}
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-container {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
  }
.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 48%;
    margin:0 auto;
}
.accordion-wrapper h3{
    font-size: 22px;
    text-align: center;
    color: #2b2b2b;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: block;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background: #007676;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
.accordion-label:hover {
    background: #014444;
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    display: none;
    max-height: 0;
    padding: 10px;
    color: #000000;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: #007676;
    font-size: 18px;
}
input:checked + .accordion-label {
    background: #007676;
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}
.accordion input[type="radio"] {
    display: none;
  }
  
  .accordion input[type="radio"]:checked ~ .accordion-content {
    display: block;
  }

  /* .accordion-wrapper:first-child {
    padding-left: 20px; 
}

.accordion-wrapper:last-child {
    padding-right: 20px; 
} */
 


/* MEDIA QUERIES START FOR MOBILE */
@media (min-width: 340px) and (max-width: 766px) {
      
    body {
        overflow-x: hidden;
    }

    /* Side Navbar MQ */
    .header-appear .menu_bars,.menu_bars{
        position: absolute;
        top: 2em !important;
        right: -6em;
    }
    .menu_bars.active.right {
        right: -3.5em;
        top: -8px !important;
        z-index: 9999;
    }
    .pushmenu{
        width: 435px;
        height: 100vh;
    }
    .pushmenu .push-logo {
        float: left;
        position: relative;
        z-index: 9999;
        width: 45px;
        margin-top: 15px;
        margin-left: 5.2em;
    }  
    .pushmenu .push_nav {
        position: absolute;
        width: 70%;
        top: 45%;
        padding-left: 5.2em;
        margin-top: 1em;
    }  
    .pushmenu .push_nav li {
        font-size: 1.8rem;
        padding: 2px;
        padding-top: 20px;
        margin: 0 0px 9px 0px;
        padding-left: 0;
         font-weight: 600;
         font-family: Garet;
    }
    .pushmenu .push_nav > li > a > span {
        font-size: 2.5rem;
        width: 30px;
        font-weight: 600;
    }
    .pushmenu.pushmenu-right {
        padding: 20px 20px 20px 60px;
    }
    .push-bottom{
        margin-bottom: 2em;
        margin-left: 4.2em;
        width: 65%;
    }
    /* HEADER LOGO MQ*/
    header a.logo p.quinzey-headings-h3 {
        margin-left: -7.1em; 
        font-size: 13px; 
        margin-top: 9em;
    }    
    .col-xs-5 {
        width: 90%; 
    }
    /* LAYER 2 MQ */
    .tp-caption.tp-resizeme.rs-parallaxlevel-2 {
        font-size: 170px; 
        line-height: 70px; 
        margin-top: 3em;
      }     
      #js-rotating {
        font-size: 65px; 
        line-height: 70px;
        margin-top: 1.6em;
        margin-left: -2.5em;
      }
        /* Adjusting the vertical offset */
        #slide-11-layer-3 {
            z-index: 7;
            white-space: nowrap;
            font-size: 45px;
            line-height: 35px;
            font-weight: 900;
            margin-top: 15px;
            color: #000000;
            max-width: 70%;
            text-align: center;
        }
      #slide-11-layer-1 .layer-image {
        display: none;
      }

    /* Video Section MQ */  
    .video-section {
        text-align: center;
        padding: 0 20px;
    }

    /* About Us Section MQ */
    .aboutus-section {
        position: relative;
        background-image: url('../images/leaf.png'), url('../images/leaf_2.png'), url('../images/leaf_2.png'), url('../images/leaf.png'); 
        background-size: 90px 170px, 90px 170px, 90px 170px, 90px 170px; 
        background-position: left top, right bottom, right top, left bottom; 
    }
    .about-image img {
        margin-top: -10px; /* Adjust the value as needed */
    }
    .about-image-2 img {
        margin-top: -30px; 
        height: 230px;
    }
    .about-paragraph {
        text-align: center;
    }
    .how-box-one {
        margin-top: 1em;
    }
    /* S21 banner MQ */
    .s21 {
        padding: 10px;
        height: 50vh;    
    }
    .section21-item h2 {
        width: 100%;
        font-size: 16px;
        margin-top: 1em;
    }
    /* How it works section MQ */
    .hiw-paragraph{
        padding-left: 0;
        padding-right: 5px;
    }
    #howItWorks .half-section:nth-of-type(1) .book-now-btn,
    #howItWorks .half-section:nth-of-type(2) .book-now-btn {
        display: none;
    }
    .leaf-background {
        background-position: center left; /* Adjust the position as needed */
        padding: 4px 0; 
    }
    .leaf-background-2 {
        background-size: 100px 150px; /* Adjust the size as needed */
        background-position: center right; /* Adjust the position as needed */
        padding: 40px 0; 
    }
    .about-image img {
        padding-left: 8px;
    }
        .col-md-6, .col-md-7, .col-md-8, .col-md-9,
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
        .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
        .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
        .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
        .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
        .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        .book-now-btn {
            position: relative;
            width: 170px;
            height: 40px;
            font-size: 15px;
            margin-left: 3.5em;      
            margin-right: auto;
            font-family: 'Garet', 'truetype';
            font-weight: 900; /* ExtraLight */
            letter-spacing: 2px; /* Adjust letter spacing as needed */
        }
        .book-now-btn .icon-container {
            width: 30px;
            height: 30px;   
            margin-left: 0.2em;   
        }
        .book-now-btn .icon-container i {
            margin-left: 0.1em;
        }
        .approval-image {
            display: none !important;
        }
        /* Benefits Section MQ */
        .benefits {
            margin-top: 0;
        }
        .benefits h6 {
            font-size: 1em;
            color:  #ffffff;
        }
        .benefits p {
            font-size: 16px;
        }
        .benefits-three-tag {
            width: 100%;
            /* min-height: 30vh; */
            background: #ffffff00;
            font-size: 16px;
        }
        .horizontal-scroller {
            padding: 20px 20px;
        }      
        .scroller-item {
            flex: 0 0 auto;
            margin-right: 2rem;
            border-radius: 10px;
            width: 200px;
            height: 41vh;
            color: #ffffff;
            text-align: center;
            font-weight: 500;
        }
        .scroll-hint {
            bottom: -34px;
        }
        .scroll-hint .scroll-text {
            margin-right: 10px;
            font-size: 1.2rem; 
        }
        /* Patient Cards Section MQ */
        #patientCards {
            padding-top: 30px;
        }
        .about-box p{
            width: 100%;
            margin-top: 1.5em;
        }
        .card-btn {
            width: 200px;
            height: 45px;
            font-size: 14px;
            margin-top: 2em;
            margin-left: 5em;
            margin-top: 30px;
            margin-bottom: 25px;
        }
        .card-btn .icon-container {
            width: 35px;
            height: 35px;  
        }

        .accordion-container {
            display: block;
            padding-left: 20px; /* Adjust padding as needed */
            padding-right: 20px;
            margin-top: -40px;
          }    
          .accordion-wrapper {
            width: 100%;
            margin-bottom: 65px; /* Space between the two accordions */
          }
          .accordion-wrapper h3{
            font-size: 18px;
            text-align: center;
            color: #2b2b2b;
        }
        .accordion-content p{
            margin: 0;
            color: #007676;
            font-size: 12px;
        }
        .accordion-label {
            display: block;
            -webkit-box-pack: justify;
            justify-content: space-between;
            padding: 10px;
            background: #007676;
            cursor: pointer;
            font-size: 11px;
        }
        .store-owner-cta {
            padding: 20px;
            height: 38vh;
            margin-top: 2em;
      }      
    .store-owner-cta h2 {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1em;
    }
        .patient-contact-btn {
            width: 260px;
            height: 40px;
            font-size: 13px;
            margin-top: 2em;
            margin-left: 2.3em;
            margin-top: 30px;
        }
        .patient-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .vendor-contact-btn {
            width: 275px;
            height: 40px;
            font-size: 13px;
            margin-top: 2em;
            margin-left: 1.9em;
            margin-top: 30px;
        }
        .vendor-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .doctors-contact-btn {
            width: 285px;
            height: 40px;
            font-size: 13px;
            margin-top: 2em;
            margin-left: 1.6em;
            margin-top: 30px;
        }
        .doctors-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .vendor-btn {
            width: 260px;
            height: 40px;
            font-size: 13px;
            margin-top: 2em;
            margin-left: 2.4em;
            margin-top: 30px;
        }
        .vendor-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        /* testimonials section MQ */
        .testimonial-client-says{
            font-size: 15px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        /* contact us section MQ */
        .margin-90px-top {
            margin-top: 30px; /* Adjust this value as needed */
        }
        .contact-btn {
            width: 340px;
            height: 50px;
            font-weight: 900; 
            margin-left: 0.5em;      
        }
        .contact-btn .icon-container {
            position: absolute;
            left: 5px;
            width: 40px;
            height: 40px;
            background-color: #2F9E8F;   
            border-radius: 50%;
            transition: 0.5s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #111;
            font-size: 1.5em;         
        } 
       #contactus {
            margin-top: -3em;
        }
        #contactus .container {
            /* display: flex; */
            justify-content: center;
            align-items: center;
            /* height: 118vh;  */
            padding-top: 1em;
        }
        
        #contactus .form-column {
            width: 100%; /* Ensure the form takes up 90% of the width */
            margin: 0 auto;
        }
    
        #contactus .form-column iframe {
            width: 100%;
            height: 100vh; /* Adjust to cover 90% of the viewport height */
            border: none; /* Remove border if present */
        }
    
        #contactus .sec-title {
            text-align: center; 
            margin-bottom: 20px;
            margin-top: -2.5em;
        }
        
        #contactus .sec-title h3 {
            font-size: 24px; 
        }
        
        #contactus .sec-title p {
            font-size: 16px; 
            width: 100%;
        }
}

@media only screen and (min-width: 340px) and (max-width: 359px) {
    #slide-11-layer-3 {
      margin-top: 60px !important; /* Adjust the margin top to your desired value */
      padding-top: 20px !important; /* Adjust padding top if necessary */
      text-align: center !important;
    }
  }

@media (width: 390px) {
    .about-box p{
        width: 100%;
        margin-top: 2em;
    }
    .book-now-btn {
        position: relative;
        width: 150px;
        height: 40px;
        font-size: 15px;
        margin-left: 5.5em;      
        /* margin-right: auto; */
        font-family: 'Garet', 'truetype';
        font-weight: 900; /* ExtraLight */
        letter-spacing: 2px; /* Adjust letter spacing as needed */
    }
    .book-now-btn .icon-container {
        width: 30px;
        height: 30px;   
        margin-left: 0.1em;   
    }
    .how-box-one {
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .pushmenu .push_nav {
        padding-left: 3em;
    }
    .pushmenu .push-logo {
        margin-left: 3em;
    }
    .push-bottom{
        margin-left: 2em;
    }
}


/* MEDIA QUERIES START FOR TABLET SIZE */
@media (min-width: 767px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    /* HEADER LOGO MQ*/
        header a.logo p.quinzey-headings-h3 {
            margin-left: -5.8em; 
            font-size: 13px; 
            margin-top: 9em;
        } 
    /* Side Navbar MQ */
        .header-appear .menu_bars,.menu_bars{
        position: absolute;
        top: 0.5em !important;
        margin-right: 4em;
        margin-left: 3em;
        }
        .menu_bars {
            width: 28px;
            border-radius: 4px;
            cursor: pointer;
            z-index: 99;
            transition: all linear 300ms;
            padding: 11px 10px;
            top: 15px; 
            color: #007676;
            margin-top: 1.5em;
            right: -3%;
        }
    /* LAYER 2 MQ */
        .tp-caption.tp-resizeme.rs-parallaxlevel-2 {
            font-size: 150px;
            line-height: 70px;
        }     
        #js-rotating {
            font-size: 80px;
            line-height: 70px; 
            margin-top: 1em;
            margin-left: -1.2em;
        }
    /* Adjusting the vertical offset */
        #slide-11-layer-3 {
            z-index: 7;
            white-space: nowrap;
            font-size: 25px;
            line-height: 35px;
            font-weight: 600;
            margin-top: -10px;
            color: #000000;
            margin-left: 1.5em;
        }
    /* Video Section MQ */  
        .video-section {
            text-align: center;
            padding: 0 20px;
        }
    
        /* About Us Section MQ */
        .aboutus-section {
            position: relative;
            background-image: url('../images/leaf.png'), url('../images/leaf_2.png'), url('../images/leaf_2.png'), url('../images/leaf.png'); 
            background-size: 120px 200px, 120px 200px, 120px 200px, 120px 200px; 
            background-position: left top, right center, right top, left center; 
        }
        .about-image img {
            margin-top: -10px; /* Adjust the value as needed */
        }
        .about-image-2 img {
            margin-top: -30px; 
            height: 400px;
        }
        .about-paragraph {
            text-align: center;
        }

    /* S21 banner MQ */
        .s21 {
            padding: 20px;
            height: 50vh;     
        }
        .section21-item h2 {
            width: 100%;
            font-size: 24px;
            margin-top: 2em;
        }
        /* How it works MQ */
        .leaf-background {
            background-position: center left; /* Adjust the position as needed */
            padding: 40px 0; 
            background-size: 120px 220px;
        }
        .leaf-background-2 {
            background-size: 120px 220px; /* Adjust the size as needed */
            background-position: center right; /* Adjust the position as needed */
            padding: 60px 0; 
        }
        .book-now-btn {
            position: relative;
            width: 182px;
            height: 55px;
            font-size: 18px;
            margin-left: 15em; 
            /* margin-right: -2em;      */
            font-family: 'Garet', 'truetype';
            font-weight: 900; /* ExtraLight */
            letter-spacing: 2px; /* Adjust letter spacing as needed */
        }
        .book-now-btn .icon-container {
            width: 40px;
            height: 40px;      
        }
    /* Benefits Section MQ */
        .benefits {
            margin-top: -10em;
        }
        .horizontal-scroller {
            padding: 20px 20px;
        }      
        .scroller-item {
            flex: 0 0 auto;
            margin-right: 2rem;
            border-radius: 10px;
            width: 200px;
            height: 50vh;
            color: #ffffff;
            text-align: center;
            font-weight: 500;
        }
        .scroll-hint {
            bottom: -45px;
            /* margin-top: -5em; */
        }
        .scroll-hint .scroll-text {
            margin-right: 10px;
            font-size: 1.5rem; 
        }
        .scroll-hint .scroll-arrow {
            font-size: 1.4rem;
        }

    /* Patient Cards Section MQ */
        #patientCards {
            padding-top: 30px;
        }
        .about-box p{
            width: 100%;
        }
        .card-btn {
            width: 220px;
            height: 50px;
            font-size: 17px;
            margin-top: 2em;
            margin-left: 14.8em;
            margin-top: 30px;
            margin-bottom: 25px;
        }
        .card-btn .icon-container {
            width: 40px;
            height: 40px;  
        }
        .patient-contact-btn {
            width: 340px;
            height: 45px;
            font-size: 16px;
            margin-top: 2em;
            margin-left: 11.5em;
            margin-top: 30px;
        }
        .patient-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .vendor-contact-btn {
            width: 340px;
            height: 45px;
            font-size: 16px;
            margin-top: 2em;
            margin-left: 11.5em;
            margin-top: 30px;
        }
        .vendor-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .doctors-contact-btn {
            width: 340px;
            height: 45px;
            font-size: 16px;
            margin-top: 2em;
            margin-left: 11.5em;
            margin-top: 30px;
        }
        .doctors-contact-btn .icon-container {
            width: 30px;
            height: 30px;  
        }
        .accordion-container {
            display: block;
            padding-left: 20px; /* Adjust padding as needed */
            padding-right: 20px;
            margin-top: -50px;
          }    
          .accordion-wrapper {
            width: 100%;
            margin-bottom: 45px; 
          }
          .accordion-wrapper h3{
            font-size: 18px;
            text-align: center;
            color: #2b2b2b;
        }
        .accordion-content p{
            margin: 0;
            color: #007676;
            font-size: 16px;
        }
        .accordion-label {
            display: block;
            -webkit-box-pack: justify;
            justify-content: space-between;
            padding: 10px;
            background: #007676;
            cursor: pointer;
            font-size: 15px;
        }

    /* Contact form MQ */
    #contactus .container {
        justify-content: center;
        align-items: center;
        /* height: 130vh;  */
        /* padding-top: 1em; */
        margin-top: -50px;
    }
    
    #contactus .form-column {
        width: 100%; /* Ensure the form takes up 90% of the width */
        margin: 0 auto;
    }

    #contactus .form-column iframe {
        width: 100%;
        height: 100vh; 
        border: none; /* Remove border if present */
    }

    #contactus .sec-title {
        text-align: center; /* Center text */
        margin-bottom: 20px;
    }
    #contactus .sec-title h3 {
        font-size: 24px; /* Adjust font size as needed */
    }
    
    #contactus .sec-title p {
        font-size: 16px; /* Adjust font size as needed */
    }
    .store-owner-cta {
        padding: 20px;
        height: 38vh;
        /* margin-top: 2em; */
}
.store-owner-cta h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    margin-left: 1em;
}
    .vendor-btn {
        width: 280px;
        height: 45px;
        font-size: 14px;
        margin-top: 2em;
        margin-left: 16.2em;
        margin-top: 30px;
    }
    .vendor-btn .icon-container {
        width: 35px;
        height: 35px;  
        margin-left: 0.2em;
    }

        










      




    .header-appear .menu_bars{
        top: 45px;
    }
    .menu_bars.active.right {
        right: -2em;
        top: -6px !important;
        z-index: 9999;
    }
    .pushmenu{
        width: 435px;
        height: 100vh;
        /* position: fixed; */
    }
    .pushmenu .push-logo {
        float: left;
        position: relative;
        z-index: 9999;
        width: 55px;
        margin-top: 15px;
        margin-left: 2em;
    }  
    .pushmenu .push_nav {
        position: absolute;
        width: 80%;
        top: 45%;
        padding-left: 2em;
        margin-top: 1em;
    }  
    .pushmenu .push_nav li {
        font-size: 1.8rem;
        padding: 2px;
        padding-top: 20px;
        margin: 0 0px 9px 0px;
        padding-left: 0;
         font-weight: 600;
         font-family: Garet;
    }
    .pushmenu .push_nav > li > a > span {
        font-size: 2.5rem;
        width: 30px;
        font-weight: 600;
    }
    .pushmenu.pushmenu-right {
        padding: 20px 20px 20px 60px;
    }
    .push-bottom{
        margin-bottom: 2em;
    }
   
    .col-xs-5 {
        width: 90%; /* Update the width to 90% */
    }


      #slide-11-layer-1 .layer-image {
        display: none;
      }


    .how-box-one {
        margin-top: 0;
    }

    /* How it works section MQ */
    .hiw-paragraph{
        padding-left: 0;
        padding-right: 5px;
    }
    #howItWorks .half-section:nth-of-type(1) .book-now-btn,
    #howItWorks .half-section:nth-of-type(2) .book-now-btn {
        display: none;
    }

    .about-image img {
        padding-left: 8px;
    }
        .col-md-6, .col-md-7, .col-md-8, .col-md-9,
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
        .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
        .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
        .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
        .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
        .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        .approval-image {
            display: none !important;
        }

        .benefits h6 {
            font-size: 1.3em;
            color:  #ffffff;
        }
        .benefits-three-tag {
            width: 100%;
            min-height: 39vh;
            background: #ffffff00;
            font-size: 16px;
        }

        /* testimonials section MQ */
        .testimonial-client-says{
            font-size: 15px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        /* contact us section MQ */
        .margin-90px-top {
            margin-top: 30px; /* Adjust this value as needed */
        }
        .contact-btn {
            width: 340px;
            height: 50px;
            font-weight: 900; 
            margin-left: 0.5em;      
        }
        .contact-btn .icon-container {
            position: absolute;
            left: 5px;
            width: 40px;
            height: 40px;
            background-color: #2F9E8F;   
            border-radius: 50%;
            transition: 0.5s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #111;
            font-size: 1.5em;         
        } 

        

}

/* From Uiverse.io by doniaskima */ 
.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
  border: 0 solid;
  box-sizing: border-box;
}

.onboard-button-container {
    position: absolute;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 10; /* Make sure it's above other elements */
  }

.btn-53 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-53:disabled {
  cursor: default;
}

.btn-53:-moz-focusring {
  outline: auto;
}

.btn-53 svg {
  display: block;
  vertical-align: middle;
}

.btn-53 [hidden] {
  display: none;
}

.btn-53 {
  border: 1px solid;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
  background-color: #007676; /* Replace with your button's background color */
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 3em;
}

.btn-53 .original {
  background: #fff;
  color: #000;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.9s cubic-bezier(1.5, 1, 1, 1.5);
}

.btn-53:hover .original {
  transform: translateY(100%);
}

.btn-53 .letters {
  display: inline-flex;
}

.btn-53 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
}

.btn-53:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-53:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-53:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-53:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-53:hover span:nth-child(6) {
  transition-delay: 0.5s;
}
