@charset "UTF-8";

/*
Theme Name: Mk2Lab
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Mk2Lab is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Mk2Lab elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Mk2Lab WordPress Theme, (C) 2020 WordPress.org
Mk2Lab is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: left;

}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.site_container {
	width: 100%;
	max-width: 1440px;
	padding: 0 48px;
	margin: 0 auto;
}
.text_white {
	color: #fff;
}
.text_uppercase {
    text-transform: uppercase;
}
.heading_h1, h2 {
font-size: 48px;
font-weight: 500;
line-height: 65.57px;
letter-spacing: 0.08em;
text-align: left;
}
h1, h2, h3, h4, h5,h6 {
    margin: 0 0 16px;
}
.sub_heading {
font-size: 18px;
font-weight: 400;
line-height: 28px;
text-align: left;
}
.mobile-visible {
    display: none !important;
}
/* header */
.siteHeader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 0;
}
.siteHeader .headerNav ul li {
	list-style: none;
	padding: 0 40px;
	display: inline-block;
}
.siteHeader .headerNav ul  {
	padding: 0;
	margin: 0;
}
.siteHeader .headerNav ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
	text-decoration: none;
}
.home .siteHeader .headerNav ul li a {
	color: #fff;
}
.headerContactCta a {
    width: 147px;
    height: 41px;
    border-radius: 48px;
    background-color: #708183;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    letter-spacing: 0.1em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.innerHeader {
	justify-content: space-between;
}
.headerLogo, .headerContactCta {
    width: 15%;
}
.headerNav {
    width: 70%;
    padding: 0 60px;
}
.headerContactCta {
	text-align: right;
}
.home-banner-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.position-relative {
	position: relative;
}
.siteContent {
	padding-top: 124px;
}

.home_banner_first_row {
    justify-content: space-between;
    padding-top: 150px;
}
.home_banner_first_row h1 {
font-size: 68px;
font-weight: 700;
line-height: 80.92px;
letter-spacing: 0.1em;
text-align: left;
color: #fff;
margin: 0;
text-transform: uppercase;
}
.home_banner_first_row h1 span {
letter-spacing: 0.2em;
}

.banner_heading {
    width: 42%;
}
.banner_content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
	margin: 0;
}

.banner_content {
    width: 30%;
}
.lab_key_feature_row {
    padding-top: 200px ;
}
.lab_key_feature_list h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 49.18px;
    letter-spacing: 0.1em;
    text-align: left;
}
.lab_key_feature_list p, .banner_lab_overview_content p {
font-size: 14px;
font-weight: 400;
line-height: 19.12px;
text-align: left;
color: #CBD8D9;
margin: 0;
}
.lab_key_feature_list {
    padding: 40px;
    width: 33.333%;
    position: relative;
}
.lab_key_feature_list:after {
    content: '';
    border: 1px solid #9DABADCC;
    width: calc(100% + 40px);
    height: calc(100% - 14px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lab_key_feature_list:first-child:after {
    left: -14px;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
    border-right: 0;
}
.lab_key_feature_list:nth-child(2):after {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border-left: 0;
    left: -12px;
}
.lab_key_feature_list:last-child:after {
    border-radius: 110px;
    width: calc(100% + 10px);
    left: -10px;
}
.lab_key_feature_list:before {
    content: '';
    border: 1px solid #9DABADCC;
    border-radius: 110px;
    width: calc(100% + 31px);
    height: calc(100% - 40px);
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lab_key_feature_list:not(:first-child) {
    padding-left: 80px;
}
.lab_key_feature_list:last-child:before {
    opacity: 0;
}
.banner_lab_overview_heading h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 49.18px;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.banner_lab_overview {
    padding-top: 130px;
    padding-left: 30%;
}
.banner_lab_overview>div {
    width: 50%;
    padding-left: 54px;
}
.banner_lab_overview_content {
    padding-top: 10px;
    padding-right: 30px;
}
.home .siteContent {
    padding-top: 0;
}
.home-banner {
    position: relative;
    padding: 140px 0 120px;
}
.banner_lab_overview_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.initial_Evaluation_section {
    padding: 150px 0;
}
.evaluation_item h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 49.18px;
    letter-spacing: 0.05em;
    text-align: left;
}
.evaluation_repeater_list p {
    color: #485D61;
}
.initial__section_heading .initial__title {
    width: 30%;
}
.initial__section_heading .initial__content {
    width: 70%;
    padding-left: 60px;
}
.evaluation_repeater_wrap {
    padding: 60px 0;
    border-bottom: 1px solid #BECFCD;
    position: relative;
    max-width: 640px;
}
.evaluation_repeater_wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #BECFCD;
    right: -100%;
    bottom: -1px;
    position: absolute;
}
.evaluation_repeater_wrap .evaluation_icon {
    width: 168px;
    padding-right: 30px;
}
.evaluation_repeater_wrap .evaluation_item {
    width: calc(100% - 168px);
}
.initial__section_heading {
    padding-bottom: 120px;
}
.initial__content.sub_heading p {
    max-width: 630px;
    margin: 0;
}
.initial_evaluation_repeater {
    display: flex;
}

.lab_key_feature_list h2:before {
    content: '';
    width: 40px;
    height: 40px;
    left: 7px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-image: url(./assets/images/plus.png);
    top: 0;
    margin: auto;
    bottom: 0;
}
.lab_key_feature_list:first-child h2:before {
    opacity: 0;
}

.lab_key_feature_list:nth-child(2) h2:before {
    left: -12px;
}

.lab_key_feature_list:nth-child(2):before {
    left: -18px;
}
.lab_key_feature_list p {
    max-width: 260px;
}
.lab_key_feature_list p:before, .lab_key_feature_list p:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #9DABAD;
    right: -10px;
    border-radius: 100%;
    position: absolute;
    top: 30px;
}
.lab_key_feature_list p:after {
    top: auto;
    bottom: 29px;
}
.lab_key_feature_list:nth-child(2) p:before, .lab_key_feature_list:nth-child(2) p:after {
    right: -12px;
}
.lab_key_feature_list:last-child p:after, .lab_key_feature_list:last-child p:before {
    right: auto;
    left: -2px;
}
.lab_key_feature_list:last-child p:before {
    top: 42px;
}
.lab_key_feature_list:last-child p:after {
    bottom: 42px;
}
.lab_key_feature_list:last-child h2:before {
    left: -8px;
}
.evaluation_right_image .right_img_figure img {
    max-width: none;
    position: relative;
    right: -48px;
}

.other_session> p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}
.other_session {
    padding: 60px 0 0;
}
.other_session> ul {
    column-count: 2;
    padding: 0;
}
.other_session >ul >li {
    width: 100%;
    padding-left: 25px;
    list-style: none;
    background-image: url(./assets/images/check.png);
    background-size: 18px auto;
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: inline-block;
}
.other_session >ul >li ul li {
    list-style: disc;
}
.other_session >ul >li ul {
    padding-left: 0;
}
.insurance_heading_des {
    margin-top: 90px;
    padding-left: 42px;
    background-image: url(./assets/images/star.png);
    background-size: 32px auto;
    background-position: left 0;
    background-repeat: no-repeat;
    color: #5D9E9C;
    width: 65%;
}
.insurance_heading_des p {
    color: inherit;
}

.restore_body_section {
    background-color: #758384;
    border-radius: 10px;
    background-image: url(https://mk2lab.com/wp-content/uploads/2024/09/AI-Image-Generator-European-Man-1-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
    padding: 50px 0 80px;
}
.restore_body_section .social-icons {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
    padding-right: 40px;
}
.restore_body_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.restore_body_section .contact-info .email_info a{
color: #fff;
font-size: 48px;
font-weight: 500;
line-height: 65.57px;
text-align: left;

}
.restore_body_section .contact-info .email_info {
    margin-top: 15px;
}
.phone_info a {
    text-decoration: none;
}
.restore__title.heading_h1 h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 65.57px;
    text-align: left;
}
.restore__title p {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 32.78px;
    text-align: left;
    color: #CBD8D9;

}
.restore_body_section .contact-info .phone_info a {
    font-size: 74.18px;
    font-weight: 500;
    line-height: 101.33px;
    text-align: left;
    color: #fff;
}

.restore_body_section .social-icons img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.restore_body_heading >div, .restore__second_sec>div {
    width: 50%;
}
.restore__second_sec {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 130px;
}
.social-icons a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
footer#siteFooter {
background: #000;
}
.footer_inner {
    display: flex;
    align-items: center;
    padding: 80px 0 20px;
    margin-top: -15px;
}
.footer_logo img {
width: 100px;
}
.footer_logo {
    margin-right: 50px;
}
.footerNav {
display: flex;
gap: 20px;
}

.footer-navigation-wrapper {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
}

.footer-navigation-wrapper li {
display: inline-block;
}
.footer_copyright p {
    margin: 0;
}
.footer-navigation-wrapper a, .footer_copyright p {
color: #d3d8da;
text-decoration: none;
font-size: 14px;
}
.footer_copyright  {
    padding-left: 20px;
}

.footer-navigation-wrapper a:hover {
text-decoration: underline;
}

.footer_copyright {
font-size: 14px;
color: #d3d8da;
text-align: right;
}

.page_info_content h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
    line-height: 65.57px;
    letter-spacing: 0.08em;
}
.page_info_content p{
	font-size: 18px;
	line-height: 1.6;
}
.page_info_section {
	padding: 50px 0 100px;
}
.page_info_content {
	max-width:885px;
}
.team_info h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;
	margin: 0;
}
.team_info
.team_des {
    margin: 0 0 30px;
    color: #818F91;
}
.team_list {
	margin-left: -25px;
	padding-bottom: 50px;
}
.team_list .team_col {
	width: calc(50% - 25px);
	margin-left: 25px;
	margin-bottom: 60px;
}
.team_list .team_col > div {
	width: 50%;
}
.team_list .team_col .team_info {
	padding-left: 18px;
}
.team_list .team_col  img {
	border-radius: 18px;
	width: 100%;
}

@media (max-width: 1300px) {
    .restore_body_section .contact-info .email_info {
        margin-top: 6px;
    }
    .restore_body_section .contact-info .phone_info a {
        font-size: 50px;
        line-height: 1.3;
    }
    .restore_body_section .contact-info .email_info a {
        font-size: 34px;
        line-height: 1.3;
    }
    .restore__second_sec {
        padding-top: 70px;
    }
    .lab_key_feature_list h2, .banner_lab_overview_heading h3, .evaluation_item h3 {
        font-size: 28px;
        line-height: 1.4;
    }
    .lab_key_feature_list:last-child p:before {
        top: 38px;
    }
    .lab_key_feature_list:last-child p:after {
        bottom: 38px;
    }
    .lab_key_feature_list p:before {
        top: 27px;
    }
    .lab_key_feature_list p:after {
        bottom: 26px;
    }
    .banner_lab_overview>div {
        padding-left: 34px;
    }
    .heading_h1, h2 {
        font-size: 38px;
        line-height: 1.4;
    }
    .initial_evaluation_repeater>div {
        width: 50%;
    }
    .evaluation_right_image .right_img_figure img {
        max-width: 100%;
    }
    .siteHeader .headerNav ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .home_banner_first_row h1 {
        font-size: 48px;
        line-height: 1.3;
    }    
    .home_banner_first_row {
        padding-top: 40px;
    }
    .lab_key_feature_list h2, .banner_lab_overview_heading h3, .evaluation_item h3 {
        font-size: 24px;
    }
    .lab_key_feature_list:last-child p:before {
        top: 42px;
    }
    .lab_key_feature_list:last-child p:after {
        bottom: 42px;
    }
    .lab_key_feature_list p:before {
        top: 31px;
    }
    .lab_key_feature_list p:after {
        bottom: 31px;
    }
    .heading_h1, h2 {
        font-size: 34px;
    }
    .evaluation_repeater_wrap {
        padding: 30px 0;
    }
    .other_session> ul {
        column-count: 1;
    }
}


@media (max-width: 991px) {
	.siteContent {
    padding-top: 90px;
}
    .lab_key_feature_list:nth-child(2) h2:before {
        left: -52px;
    }
    .restore_top_sec .heading_h1 {
        font-size: 30px;
    }
    .headerLogo img {
        width: 90px;
    }
    .headerContactCta a {
        width: max-content;
        padding: 0 10px; 
		font-size:9px;
    }
    .headerLogo, .headerContactCta {
        width: 18%;
    }
    .headerNav {
        width: 64%;
    }
    
    .headerNav {
        padding: 0 30px;
    }
    .evaluation_repeater_wrap .evaluation_item {
        width: calc(100% - 108px);
    }
    .initial__section_heading {
        padding-bottom: 60px;
    }
    .heading_h1, h2 {
        font-size: 26px;
    }
    .evaluation_repeater_wrap .evaluation_icon {
        width: 108px;
    }
    .initial__section_heading .initial__content {
        padding-left: 40px;
    }
    .initial_Evaluation_section {
        padding: 70px 0;
    }
    .sub_heading {
        font-size: 16px;
        line-height: 1.7;
    }
    .evaluation_right_image .right_img_figure img {
        right: -30px;
    }
    .site_container {
        padding: 0 30px;
    }
    .home_banner_first_row h1 {
        font-size: 34px;
    }
    .banner_lab_overview>div {
        padding-left: 0;
    }
    .home-banner {
        padding: 110px 0 60px;
    }
    .banner_content p, .banner_lab_overview_content p {
        font-size: 14px;
        line-height: 1.7;
    }
    .home_banner_first_row {
        padding-top: 10px;
    }
    .lab_key_feature_list:after {
        background-color: rgb(107 121 122 / 38%);
    }
    .lab_key_feature_list:not(:first-child) {
        padding-left: 40px;
    }
    .lab_key_feature_list {
        padding: 30px;
    }
    .lab_key_feature_list h2 {
        font-size: 20px;
    }
    .lab_key_feature_list h2, .lab_key_feature_list p {
        position: relative;
        z-index: 1;
    }
    .lab_key_feature_list p:before, .lab_key_feature_list p:after {
        display: none;
    }
    .lab_key_feature_list:last-child h2:before {
        left: -51px;
    }
    .lab_key_feature_list h2:before {
        top: 37px;
    }
    .banner_lab_overview {
        padding-top: 40px;
        padding-left: 0;
    }
    .lab_key_feature_row {
        padding-top: 52px;
    }
    .restore_body_section .social-icons {
        padding-right: 0;
        gap: 20px;
        justify-content: flex-start;
    }
    .insurance_heading_des {
        margin-top: 40px;
    }
    .other_session {
        padding: 40px 0 0;
    }
.page_info_section {
    padding: 20px 0 50px;
}
}


@media (max-width: 767px) {
	.page_info_content h1 {
    font-size: 30px;
    line-height: 35.57px;
}
	.team_list {
	margin-left: 0;
}
.team_list .team_col {
	width: 100%;
	margin-left: 0;
	margin-bottom: 40px;
}
    .menu-header-menu-container {
        margin-top: 60px;
    }
    .restore__title p {
        font-size: 18px;
        line-height: 1.7;
    }
    .restore__second_sec {
        padding-top: 20px;
    }
    .insurance_heading_des {
        margin-top: 30px;
        width: 100%;
    }
    .evaluation_repeater_wrap:after {
        display: none;
    }
    .footer_inner {
        padding: 40px 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer_copyright {
        padding-left: 0;
    }
    .restore_body_section .contact-info .email_info a {
        font-size: 20px;
    }
    .restore_body_section .contact-info .phone_info a {
        font-size: 30px;
    }
    .restore_body_section {
        background-image: none;
    }
    .restore_body_heading >div, .restore__second_sec>div {
        width: 100%;
    }
    span#menu_close {
        position: absolute;
        top: 20px;
        right: 30px;
    }
   /*  .headerContactCta {
        display: none;
    } */
	
	
	
	
    .siteHeader .headerNav ul li {
        padding: 16px 0;
        width: 100%;
        border-bottom: solid 1px #ddd;
    }
    .banner_content, .banner_heading {
        width: 100%;
    }
    .lab_key_feature_list {
        width: 100%;
    }
    .lab_key_feature_list:after{
        display: none;
    }
    .lab_key_feature_list:last-child:before {
        opacity: 1;
    }
    .lab_key_feature_list:not(:first-child), .lab_key_feature_list {
        padding: 20px 30px;
        margin-bottom: 30px;
    }
    .lab_key_feature_list:before {
        border-radius: 90px;
        width: 100%;
        height: 100%;
    }
    .lab_key_feature_list:nth-child(2):before {
        left: 0;
    }
    .lab_key_feature_list p {
        max-width: 100%;
    }
    .lab_key_feature_list h2:before {
        display: none;
    }
    .banner_heading {
        margin-bottom: 20px;
    }
    .banner_lab_overview {
        padding-top: 10px;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .banner_lab_overview>div, 
    .initial_evaluation_repeater>div, 
    .initial__section_heading .initial__title, .initial__section_heading .initial__content {
        width: 100%;
    }
    .initial__section_heading .initial__content {
        padding-left: 0;
    }
    .initial__section_heading {
        padding-bottom: 40px;
    }
    .initial_evaluation_repeater {
        flex-direction: column-reverse;
    }
    .evaluation_repeater_wrap .evaluation_icon {
        width: 80px;
    }
 .evaluation_item h3 {
        font-size: 20px;
    }
    .headerNav {
        position: fixed;
        left: -150%;
        width: 100%;
        transition: 0.5s;
        background: #fff;
        min-height: 100vh;
        top: 0;
        bottom: 0;
    }
    .menu_popup .headerNav {
        left: 0;
    }
    .menu_popup{
        overflow: hidden;
    }
    .home span#menu_open {
        color: #fff;
		display:none !important;
		font-size:12px;
    }
    .home .siteHeader .headerNav ul li a, .siteHeader .headerNav ul li a {
        color: #000;
    }
    .mobile-visible {
        display: block !important;
    }
    .headerLogo img {
        width: 80px;
    }
    .home_banner_first_row h1 {
        font-size: 30px;
    }
    .home-banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(53 71 75 / 68%);
        z-index: 1;
    }
    .home-banner .site_container {
        z-index: 1;
    }
    .evaluation_repeater_wrap .evaluation_item {
        width: calc(100% - 80px);
    }
}