.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:visited{
    color: #ffffff;
}
body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-family: "Lexend", sans-serif;
}
h1,
.h1 {
    font-family: "Lexend", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 18px;
    color: #FFF;
}

h2,
.h2 {
    font-family: "Lexend", sans-serif;
    color: #191919;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;

}

h3,
.h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    font-family: "Lexend", sans-serif;
}

h4,
.h4 {
    color: #191919;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    font-family: "Lexend", sans-serif;
}

h5,
.h5 {
    font-family: "Lexend", sans-serif;
    color: #191919;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    text-transform: capitalize;

}

h6,
.h6 {
    color: #46C2AC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px; 
    font-family: "Lexend", sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
    background: linear-gradient(90deg, #46C2AC 41.58%, #88A1EE 68.31%);
    background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

section{
    margin: 80px 0;
}

p {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-family: "Lexend", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
li {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-family: "Lexend", sans-serif; 
}
ul,
ol {
    margin-left: 0;
    margin-bottom: 0;
}

a{
    display: inline-block;
    text-decoration: none;
}
.default_btn {
    border-radius: 8px;
    background-color: #46C2AC;
    border: 2px solid #46C2AC;
    padding: 17px 19px;
    color: #FFF;
    font-family: "Lexend", sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.6s;
}
.default_btn:hover{
    background-color:transparent;
    color: #191919;
}
.default_btn.border_cta {
    background-color: transparent;
    color: #191919;
}

.default_btn.border_cta:hover {
    background-color: #46C2AC;
    color: #ffffff;
}
.container{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"] {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 105, 93, 0.05);
    padding: 6.5px 16px;
    height: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    outline: none;
    color: #585858;
}




.wpcf7 input[type="email"] {
    width: calc(100% - 180px);
}

input[type="submit"] {
    background: #191919;
    border: 0;
    outline: 0;
    padding: 14.5px 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #EEF8F6;
}

.wpcf7-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}
b, strong {
    font-weight: bolder;
    color: #191919;
    font-weight: 600;
}



.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #46C2AC;
    font-size: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev {
    left: 0;
    background-image: url(../images/caret-left.svg);
}

.slick-next {
    right: 0;
    background-image: url(../images/caret-right.svg);
}


/*************************************************
                 Single Page  Css
 *************************************************/
 .post-thumbnail {
    position: relative;
    padding-bottom: 47%;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
}

.post-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.entry-content h4 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 14px;
}
.entry-content ul li {
    padding-left: 30px;
    list-style-type: none;
    position: relative;
}
.entry-content ul li:not(:last-child) {
    margin-bottom: 14px;
}
.entry-content ul li:before {
    content: "";
    display: block;
    background-image: url(../images/check-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    transform: none;
}

.not-found .page-title {
    color: #191919;
}
.error-404 .content_block {
    text-align: center;
}
.error-404 .content_block h1.page-title {
    font-size: 160px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #DAF3EE, 2px 2px 1px #DAF3EE, 3px 3px 1px #DAF3EE, 4px 4px 1px #DAF3EE, 5px 5px 1px #DAF3EE, 6px 6px 1px #46C2AC, 7px 7px 1px #FF0062, 8px 8px 1px #FF0062, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #46C2AC;
}

.error-404.not-found {
    margin: 0;
}
.search-form input[type="search"] {
    width: 100%;
    border: 1px solid #585858;
}

.search-form {
    display: flex;
    justify-content: space-between;
}

.search-form label {
    width: calc(100% -  150px);
}
.woocommerce-product-gallery__wrapper {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 85px !important;
}
.product .post-thumbnail {
    display: none;
}

/*single-post*/
.single-post-content  .img-wraper {
    position: relative;
    padding-bottom: 71%;
}

.single-post-content .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-post-content.bg-black  a {
    color: #ffffff;
}

.single-post-content  a {
    color: #000000;
    text-decoration: underline;
}

.single-post-content iframe {
    width: 100%;
}


.single-product .entry-header {
    text-align: center;
}

.single-product .entry-header {
    margin-bottom: 60px;
}

.single_product_wraper .column_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single_product_wraper .column_row .column_left {
    width: 48%;
}
.single_product_wraper .column_row .column_right {
    width: 48%;
    display: flex;
    align-items: center;
}
.single_product_wraper .column_row .column_left .single_image {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 86px;
}
.single_product_wraper .column_row:not(:last-child) {
    margin-bottom: 50px;
}
.single_product_wraper > div:nth-child(even) {
    flex-direction: row-reverse;
}
.single_product_wraper .column_row .column_left .single_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.single-product .site-main  .product{
    padding: 80px 0;
    background: #F5F5F5;
}
.single-product .site-main{
    margin: 0;
}
/*************************************************
                 Header  Css
 *************************************************/


.site-main{margin: 80px 0;}


 .site {
    position: relative;
}
.admin-bar header.is-sticky {
    top: 32px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
 }

header {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: transform 0.6s ease, background 0.6s ease;
}
header.is-sticky {
    position: fixed;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
    left: 0;
    right: 0;
    background: #191919;
    padding: 15px 0;
}

.hide-header {
    transform: translateY(-100%);
}
.header-sticky-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .default_btn {
    margin-left: 35px;
}
.header-right .default_btn:hover{
    border: 2px solid #FFF;
    color: #ffffff;
}
.main-menu .menu li {
    list-style-type: none;
    display: inline-block;
}

.main-menu .menu li:not(:last-child) {
    margin-right: 35px;
}

.custom-logo-link img {
    vertical-align: middle;
}

.main-menu .menu li a {
    color: #FFF;
    transition: all 0.6s;
    border-bottom: 2px solid transparent;
}
.main-menu .menu li a:focus{
    outline: 0;
}
.main-menu .menu li.current_page_item a {
    font-weight: 600;
    border-bottom: 2px solid #46C2AC;
}
.main-menu .menu li a:hover{
    color: #46C2AC;
}
.menu-toggler {
    height: 45px;
    width: 45px;
    background: #46C2AC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-left: 20px;
    display: none;
}
body.menu-open .header-right {
    transform: translateX(0);
}
body.menu-open{
    overflow: hidden;
    position: relative;
}
body.menu-open::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:nth-child(2)){
	display: block !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
    display: none !important;
}
/*************************************************
                 Footer  Css
 *************************************************/

 footer {
    background: #DAF3EE;
    padding-top: 126px;
}
.footer-bottom-part {
    border-top: 1px solid rgba(25, 25, 25, 0.20);
    padding: 18px 0;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-link a {
  color: #676767;
  transition: all 0.6s;
}
.footer-bottom-link a:hover{
    color: #46C2AC;
}
.footer-bottom-link a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #676767;
    line-height: 16px;
}

.social_link a img {
    /* display: flex; */
    /* align-items: center; */
    vertical-align: middle;
}

.social_link {
    display: flex;
    align-items: center;
}

.social_link a:not(:last-child) {
    margin-right: 17px;
}



.our-newsletter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #46C2AC;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/newsletter-banner.png);
    padding: 38px 67px;
    margin-bottom: -150px;
    position: relative;
}

.our-newsletter .our-newsletter-content {
    width: 44%;
}

.our-newsletter .our-newsletter-form {
    width: 42%;
}

.our-newsletter .our-newsletter-content h2 {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.our-newsletter .our-newsletter-content p {
    color: #ffffff;
}

.wpcf7-form {
    position: relative;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
}

.footer-middle-part {
    margin-bottom: 38px;
}

.footer-middle-part .footer-middle-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-middle-part .footer-middle-row .footer-left-col {
    width: 43%;
}

.footer-middle-part .footer-middle-row .footer-middle-col {
    width: 17.25%;
}

.footer-middle-part .footer-middle-row .footer-right-col {
    width: 26%;
}

.footer-middle-row h5 {
    border-bottom: 1px solid rgba(25, 25, 25, 0.20);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.user-info a .icon {
    border-radius: 17px;
    background: #46C2AC;
    display: flex;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 14px;
}

.user-info a {
    display: flex;
    align-items: center;
    color: #676767;
    transition: all 0.6s;
}
.footer-middle-part .footer-middle-row .footer-right-col .user-info a:last-child {
    cursor: unset;
}
.user-info a:hover{
    color: #46C2AC;
}
.user-info a:not(:last-child) {
    margin-bottom: 10px;
}

.user-info a .icon img {
    max-width: 20px;
}

.footer-middle-row .menu li a {
    color: #676767;
    line-height: 22px;
    transition: all 0.6s;
}
.footer-middle-row .menu li a:hover{
    color: #46C2AC;
}
.footer-middle-row .menu li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-middle-row .menu {
    column-count: 2;
    column-gap: 20px;
}

/*************************************************
                 Responsive Css
 *************************************************/

 @media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width:992px) {

    .container {
        max-width: 960px;
    }
    .container.small-container  {
        max-width: 846px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1310px;
    }
    
}

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

/*************************************************
                    Header  Css
*************************************************/
.main-menu .menu li:not(:last-child) {
    margin-right: 20px;
}
.header-right .default_btn {
    margin-left: 20px;
}

/*************************************************
                 Footer  Css
*************************************************/
    .our-newsletter .our-newsletter-form {
        width: 45%;
    }
    .our-newsletter .our-newsletter-content {
        width: 45%;
    }
  
    .footer-middle-part .footer-middle-row .footer-left-col {
        width: 40%;
    }
    .footer-middle-part .footer-middle-row .footer-middle-col {
        width: 20%;
    }
    .footer-middle-part .footer-middle-row .footer-right-col {
        width: 30%;
    }
}
@media only screen and (max-width:1199px) {
    section{
        margin: 60px 0;
    }
    h1,
    .h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 24px;
    }
    /*************************************************
                        Header  Css
    *************************************************/
    .main-menu .menu li:not(:last-child) {
        margin-right: 10px;
    }
    .header-right .default_btn {
        margin-left: 10px;
    }
    .header-right .default_btn {
        padding: 15px 15px;
        font-size: 14px;
    }
    .main-menu .menu li a {
        font-size: 15px;
    } 
    /*************************************************
                    Footer  Css
    *************************************************/
    .our-newsletter {
        padding: 30px 30px;
        margin-bottom: -130px;
    }
    .our-newsletter .our-newsletter-content {
        width: 48%;
    }
    .our-newsletter .our-newsletter-form {
        width: 48%;
    }
    .footer-middle-part .footer-middle-row .footer-middle-col {
        width: 25%;
    }

    /*single-post*/
    .single_product_wraper .column_row .column_left .single_image {
        padding: 50px;
    }
}
@media only screen and (max-width:991px) {
    .error-404 .content_block h1.page-title{
        font-size: 80px;
    }
    section{
       margin: 40px 0;
    }
    .menu-toggler{
        display: block;
    }
    .main-menu .menu li {
        display: block;
    }
    .header-right {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 320px;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        background: #000000;
        display: block;
        padding: 60px 20px;
        transform: translateX(-100%);
        transition: all 0.6s;
        z-index: 9;
    }
    .main-menu .menu li:not(:last-child) {
        margin-right: 0;
    }
    .main-menu .menu li a {
        font-size: 16px;
        padding: 5px 0;
        display: block;
    }
    .header-right .default_btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .menu-toggler.close-btn {
        margin-left: auto;
    }
    /*************************************************
                    Footer  Css
    *************************************************/
    .our-newsletter .our-newsletter-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .our-newsletter .our-newsletter-form {
        width: 100%;
    }
    .footer-middle-part .footer-middle-row .footer-right-col {
        width: 100%;
    }
    .footer-middle-part .footer-middle-row .footer-middle-col {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer-middle-part .footer-middle-row .footer-left-col {
        width: 100%;
    }
    .social_link a:not(:last-child) {
        margin-right: 10px;
    }
    /*single-post*/
    .single_product_wraper .column_row .column_left {
        width: 100%;
    }
    .single_product_wraper .column_row .column_right {
        width: 100%;
        margin-top: 40px;
    }
    .single_product_wraper .column_row .column_left .single_image {
        padding: 100px;
    }
}
@media only screen and (max-width:782px) {
    .admin-bar header.is-sticky{
        top: 46px;
    }
}
@media only screen and (max-width:600px) {
    .admin-bar header.is-sticky {
        top: 0;
    }
}
@media only screen and (max-width:767px) {

    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    /*single-post*/
    .single_product_wraper .column_row .column_left .single_image {
        padding: 50px;
    }
    /*************************************************
                    Footer  Css
    *************************************************/
    .wpcf7 input[type="email"] {
        width: 100%;
    }
    .wpcf7-form input[type="submit"] {
        position: static;
        right: auto;
        top: 0;
        left: 0;
        margin-top: 20px;
    }
    .our-newsletter {
        padding: 25px 20px;
    }
    .footer-bottom-row {
        display: block;
        text-align: center;
    }
    .social_link {
        justify-content: center;
    }
}

@media only screen and (max-width:575px) {
    .search-form {
        display: block;
    }
    .search-form label {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
}