/*
Theme Name: TC Quickstart
*/


@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.slicknav_menu {display: none}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #54595f;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #54595f;
}

.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.single-post-item h2 {
    font-size: 25px;
}

.content-block {
    padding: 80px 0;
}


.main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_menu ul li {
    display: inline-block;
    position: relative;
}

.header_wrapper .header_btn, .header_wrapper .main_menu {display: inline-block;}

.header_wrapper {
    text-align: right;
    background: #fff;
}

.header_wrapper .header_btn a {
    display: inline-block;
    background: #08b2e3;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 24px 12px;
    border-radius: 3px;
    border: 2px solid #08b2e3;
    line-height: 1;
    transition: 0.3s;
}

.main_menu ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding: 20px 15px;
    position: relative;
    transition: 0.3s;
}

.header_wrapper .header_btn {
    margin-left: 0px;
}

.main_menu ul li a:before {position: absolute;content: "";height: 0;width: 100%;background: #08b2e3;left: 0;bottom: 10px;opacity: 0;visibility: visible;transition: 0.3s;}

.main_menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    height: 3px;
}

.main_menu ul li a:hover {
    color: #08b2e3;
}

.header_wrapper {
    padding: 15px 0;
}

.site-branding img {
    height: 75px;
}

.site-branding {
    text-align: left;
}

.menu_wrap {
    margin-top: 6px;
}

.main_menu ul li ul {
    position: absolute;
    width: 170px;
    text-align: left;
    z-index: 999;
    top: 80px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.main_menu ul li ul a {
    color: #fff;
    display: block;
    padding: 12px 18px 14px;
}

.main_menu ul li ul li {
    display: block;
}

.main_menu ul li ul li a:hover {
    color: #ffff;
    background: #5fbeda !important;
    z-index: 99999;
}

.main_menu ul li ul li a {
    background: #08b2e3;
}

.main_menu ul li ul li a:before {display: none;}

.main_menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.main_menu ul li.menu-item-has-children:before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.main_menu ul li.menu-item-has-children {
    padding-right: 15px;
}
.footer_wrapper h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_wrapper {
    padding: 60px 0;
}

.footer_wrapper ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_wrapper ul.menu li a {
    font-size: 14px;
    color: #54595f;
    transition: 0.3s;
}

.footer_wrapper ul.menu li a:hover {
    color: #08b2e3;
}

.footer_wrapper .social-links a {
    display: inline-block;
    color: #54595f;
    font-size: 25px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.footer_bottom p {
    margin: 0;
}

.footer_bottom {
    padding: 20px 0;
    background: #f4f4f4;
}


.heading_content h2 {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 45px;
}

.heading_content h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.heading_content p {
    font-size: 16px;
}

.heading_content.color_white h2, .heading_content.color_white h3, .heading_content.color_white p {
    color: #fff;
}


a.theme-btn {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    border: 2px solid #08b2e3;
    border-radius: 3px;
    padding: 13px 35px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #08b2e3;
    transition: 0.3s;
}

a.theme-btn:hover {
    background: rgba(255, 255, 255, .5);
    color: #08b2e3;
}

a.theme-btn.btn-2 {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

a.theme-btn.btn-2:hover {
    border-color: #08b2e3;
    background: #08b2e3;
}

.bg_text h1 {
    font-weight: 300;
    color: #fff;
    font-size: 45px;
    margin-bottom: 25px;
}

.bg_text p {
    color: #fff;
    font-size: 16px;
}

.skin_testi p {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
}

.skin_testi h4 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: -5px;
}

.skin_testi p strong {
    font-size: 13px;
    font-weight: 400;
}

.skin_testi {
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.skin_testi:before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 60px;
    color: #08b2e3;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.call_now p {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.call_now .text_box p, .call_now .text_box a {
    display: inline-block;
}

.call_now .text_box a {
    color: #333;
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding: 15px 5px;
    border-radius: 5px;
    width: 205px;
    text-align: center;
    transition: 0.3s;
}

.call_now .text_box p {
    width: calc(100% - 210px);
}

.call_now .call_text {
    margin-top: 8px;
}

.call_now .text_box a:hover {
    background: #eae8e8;
}

a.promo_wrap {
    display: block;
    text-align: center;
}

a.promo_wrap .promo_img img {height: 75px;margin-bottom: 10px;}

.promo_wrap {
    color: #333;
}

.promo_wrap:hover {
    color: #333;
}

.skin_price_text h1 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 10px;
}

.skin_price_text h3 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 20px;
}

.vc_row.price_bg_align {
    background-position: center right !important;
}

.vc_row.breadcrumb p {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}


.location_breadcrumb {
    background: #08b2e3;
    padding: 35px 0;
}

.location_breadcrumb h1 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.location_breadcrumb h1 strong {
    font-weight: 700;
}

.location_wrap {
    padding: 80px 0;
}

.location_wrap h2 {
    font-size: 24px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.location_wrap h2 strong {
    font-weight: 700;
}

.location_wrap .location_info h2 {
    font-weight: 700;
}

.location_wrap h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #54595f;
    left: 0;
    bottom: 0;
    border-radius: 50px;
}

.location_info img {
    margin-bottom: 20px;
}

.location_info {
    color: #333;
}

.location_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.location_wrap ul li {
    display: block;
    margin-bottom: 2px;
}

.location_wrap ul li a {
    color: #08b2e3;
    transition: 0.3s;
}

.location_wrap ul li a:hover {
    color: #54595f;
}

.location_wrap .location_open ul li strong {
    width: 40%;
    display: inline-block;
}

.location_wrap .location_open {
    margin-bottom: 40px;
}


.location_info .loc_book_btn {
    display: inline-block;
    background: #08b2e3;
    color: #fff;
    border: 2px solid #08b2e3;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 40px 13px;
    transition: 0.3s;
    margin-top: 30px;
}

.location_info a.loc_book_btn:hover {
    background: rgba(8, 178, 227, .8);
    border-color: rgba(8, 178, 227, .8);
    color: #fff;
}

.location_info a {
    color: #000;
    transition: 0.3s;
}

.location_info a:hover {
    color: #08b2e3;
}

.footer_contact_wrap {
    background: #e1f4fd;
    padding: 25px 0 15px;
}


.lock_box {
    display: block;
    margin: 15px 0;
}

.lock_box .img {
    height: 250px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-bottom: 15px;
}

.lock_box p {
    margin: 0;
    color: #444;
    font-size: 20px;
    font-weight: 300;
}

.lock_box span {
    color: #08b2e3;
    font-size: 12px;
}

.location_title h2 {padding-bottom: 20px;position: relative;z-index: 1;font-size: 30px;color: #222;}

.location_title h2:before {position: absolute;content: "";height: 2px;width: 100%;background: #333;bottom: 0;}

.wpb-js-composer #mkc_faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: #fff;
}

.wpb-js-composer #mkc_faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {
    font-size: 16px;
    font-weight: 400;
}

.wpb-js-composer #mkc_faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fff;
}

.wpb-js-composer #mkc_faq .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .wpb-js-composer #mkc_faq .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 0;
}

.wpb-js-composer #mkc_faq .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 18px 20px 18px 46px;
}

.wpb-js-composer #mkc_faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #08b2e3;
}

.wpb-js-composer #mkc_faq .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #08b2e3;
}

.breadcrumb_text h2 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
}

.price_table_wrapper table {
    width: 100%;
    border: 1px solid #bdbdbd;
}

.price_table_wrapper thead {
    background: #f0f0f0;
    border-bottom: 1px solid #bdbdbd;
}

.price_table_wrapper thead tr th {
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.price_table_wrapper tbody tr {
    border-bottom: 1px solid #bdbdbd;
    transition: 0.4s;
}

.price_table_wrapper tbody tr td {
    padding: 12px;
}

.price_table_wrapper tbody tr:nth-child(2n) {
    background: rgba(249, 249, 249, .8);
    transition: 0.4s;
}

.price_table_wrapper tbody tr:hover {
    background: #f4f4f4;
}

.price_table_wrapper table .price_title {
    width: 50%;
}

.price_table_wrapper table .price_amount, .price_table_wrapper table .sale_price {
    width: 15%;
}

.price_table_wrapper table .price_booking {
    width: 16%;
}

.price_table_wrapper tbody tr td .price_btn {
    color: #08b2e3;
    transition: 0.3s;
}

.price_table_wrapper tbody tr td .price_btn:hover {
    color: #555;
}

.price_table_text h2 {
    font-weight: 300;
}

.price_table_text h2 strong {
    font-weight: 600;
}

.about_text h2 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.about_text h5 {
    font-weight: 300;
    font-size: 28px;
}


input[type=text], input[type=email], input[type=tel], select, textarea {
    padding: 13px 15px !important;
    width: 100% !important;
    outline: none;
    transition: 0.4s;
    font-size: 15px !important;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    height: 50px;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus {
	border-color: #08b2e3;
}

input[type=submit] {
    background: #08b2e3;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px !important;
    border: 2px solid #08b2e3;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

input[type=submit]:hover {
    background: #4ec1e2;
    border-color: #4ec1e2;
}

.gform_wrapper .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

a.iphone_wrap {
    display: block;
    margin: 15px 0;
    text-align: center;
}

a.iphone_wrap span {
    color: #555;
    font-size: 20px;
    display: block;
}


.call_now.blog {
    background: #44b6e5;
    padding: 25px 0;
}

.blog_breadcrumb {
    height: 640px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.mkc_blog_wrap {
    padding: 60px 0;
}

.mkc_blog_wrap .single-blog-item {
    margin: 15px 0;
    transition: 0.4s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 3px;
}

.mkc_blog_wrap .single-blog-item .blog_image {
    height: 240px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    position: relative;
    transition: 0.4s;
}

.mkc_blog_wrap .single-blog-item .blog_image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    transition: 0.4s;
    opacity: 1;
}

.mkc_blog_wrap .single-blog-item:hover .blog_image:before {
    opacity: 0;
}

.mkc_blog_wrap .single-blog-item .single_blog_details {
    padding: 30px 30px 80px 30px;
    position: relative;
    z-index: 1;
    height: 320px;
}

.mkc_blog_wrap .single-blog-item .single_blog_details h2 {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 25px;
}

.mkc_blog_wrap .single-blog-item .single_blog_details h2 a {
    color: #333;
}

.mkc_blog_wrap .single-blog-item .single_blog_details p {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.mkc_blog_wrap .single-blog-item .single_blog_details .blog_btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #08b2e3;
}

.mkc_blog_wrap .single-blog-item:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.mkc_blog_wrap .single-blog-item .single_blog_details p.post-meta {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: #adadad;
    width: 100%;
    left: 0;
    padding: 0 30px;
    bottom: 14px;
}

.mkc_blog_wrap .single-blog-item .single_blog_details p.post-meta:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #eaeaea;
    left: 0;
    top: -14px;
}

.tc-pagination {
    text-align: center;
    margin-top: 15px;
}

.tc-pagination .page-numbers {
    height: 40px;
    width: 20px;
    display: inline-block;
    line-height: 40px;
    transition: 0.3s;
    color: #08b2e3;
}

.tc-pagination .page-numbers.next, .tc-pagination .page-numbers.prev {
    width: auto;
}

.tc-pagination .page-numbers.current {
    color: #111;
}

.testimonial_wrapper {
    text-align: center;
    padding-bottom: 60px;
}

.testimonial_wrapper h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
}

.single_testimonial p {
    font-size: 1.3em;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

.single_testimonial h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.single_testimonial {
    position: relative;
    margin: 15px 0;
    padding-top: 80px;
}

.single_testimonial:before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 40px;
    color: #08b2e3;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.single_breadcrumb {
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.single_breadcrumb:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .25;
}

.single_heading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
}

.single_heading p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 24px;
}

.single_heading p i.fa {
    margin-right: 7px;
}

.single_heading_table {
    display: table;
    height: 640px;
    width: 100%;
}

.single_post_content {
    padding: 70px 0;
}
.single_heading {
    display: table-cell;
    vertical-align: middle;
}

ul#mobile {
    display: none;
}

.main_menu ul li.book-now-btn {
    display: none;
}

.mobile_only img, .mobile_phone {
    display: none;
}

.theme_bread img {
    margin-bottom: -125px;
    margin-top: -60px;
    width: 303px;
}

.rating img {
    width: 120px;
}

.rating .star img {
    width: 20px;
    display: inline-block;
}

.rating .star br {
    display: none;
}

.ra_box p, .ra_box .star {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

.ra_box .star {
    margin: 0 6px;
}



.accordion_wrap {
    text-align: center;
    font-size: 15px;
}


.accordion_wrap p.read_more {
    font-weight: 700;
    color: #08b2e3;
    margin: 0;
    padding-right: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.accordion_wrap p.read_more:before, .accordion_wrap p.read_more:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #08b2e3;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.accordion_wrap p.read_more:after {
    width: 12px;
    height: 2px;
    right: 1px;
}

.accordion_wrap p.read_more.active:before {
    height: 0;
}

.heading_content_box h1, .heading_content_box p {
    color: #000 !important;
}


.single_gallery_img {
    height: 235px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.location_box_gallery .single_img {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
    border-radius: 5px;
}

.location_gall {
    margin-bottom: 25px;
}

.location_gall .owl-dots button {
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.3s;
}

.location_gall .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.location_gall .owl-dots button.active {
    background: #08b2e3;
}

.heading_content_box p {
    margin-bottom: 3px;
}

.header_wrapper .header_btn .desktop_phone a {
    background: transparent;
    border: none;
    color: #08b2e3;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 0;
}

.header_wrapper .header_btn .desktop_phone a i.fa {
    margin-right: 8px;
}

.location_box_gallery .owl-dots button {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    transition: 0.4s;
    margin: 0 3px;
    outline: none;
}

.location_box_gallery .owl-dots button.active {
    background: #08b2e3;
}

.location_box_gallery .owl-dots {
    text-align: center;
    margin: 10px 0;
}

.skin_price_text h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 16px !important;
}

.skin_price_text h3 {
    font-weight: 400;
    font-size: 15px;
    margin: 8px 0;
}

.skin_price_text p {
    margin-bottom: 0;
}
.skin_price_text h1 strong {
    font-weight: 700;
}

.dek_op {
    display: none;
}

.content_text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.full_btn_wrap {
    margin-top: 30px;
}

.full_btn_wrap a {
    display: inline-block;
    border: 2px solid #08b2e3;
    color: #fff;
    background: #08b2e3;
    padding: 14px 50px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.4s;
}

.full_btn_wrap a:hover {
    background: #fff;
    color: #08b2e3;
}

.full_width_section {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    min-height: 410px;
    display: flex;
    align-items: center;
}

.full_img {height: 100%;width: 40%;top: 0;right: 0;position: absolute;background-size: cover;background-color: #ddd;background-position: center top;background-repeat: no-repeat;}

.full_img.left {
    right: auto;
    left: 0;
}


.google_review_box {
    position: fixed;
    z-index: 9999999;
    bottom: 50px;
    left: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    width: 230px;
    border-top: 5px solid #08b2e3;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    cursor: pointer;
}

.google_review_box .google_icon {
    display: inline-block;
}

.google_review_box .google_text {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.google_review_box .google_text .rating_star {
    font-size: 20px;
    color: #e7711b;
    line-height: 20px;
}

.google_review_box .google_text .rating_star span {
    display: inline-block;
    margin-right: 3px;
}

.google_review_box .google_text .rating_star img {
    vertical-align: top;
    margin-top: 4px;
}

.review_google_box {
    width: 370px;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f9f9f9;
    transition: 0.3s;
    display: none;
}

.google_review_wrapper.active .review_google_box {
    display: block;
}

.google_reivew_list {
    overflow-y: scroll;
    height: calc(100% - 78px);
}

.review_heading h2 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0;
    letter-spacing: .3px;
}

.review_heading {
    padding: 13px 15px 12px 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: #ddd 0 0px 10px;
}

.review_heading #close {
    position: absolute;
    right: 8px;
    font-size: 23px;
    top: 0;
    cursor: pointer;
}

.heading_rating {
    color: #e77019;
    margin-top: 2px;
    font-size: 18px;
}

.heading_rating span {
    font-size: 24px;
    display: inline-block;
    margin-right: 4px;
    line-height: 24px;
}


.google_reivew_list .single_review {
    padding-left: 75px;
    position: relative;
    z-index: 1;
    padding-right: 6px;
    margin: 20px 0 30px;
}

.google_reivew_list .single_review img {
    position: absolute;
    left: 10px;
    top: 0;
}

.single_review .review_text h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #08b2e3;
    letter-spacing: 1px;
}

.rating_text span i.fa {
    color: #e77019;
    font-size: 17px;
    letter-spacing: 4px;
}



.rating_text p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.rating_text span {
    float: left;
    line-height: 19px;
    margin-right: 10px;
}

.review_bottom {
    text-align: center;
    margin-bottom: 15px;
}

.review_bottom a {
    font-size: 18px;
    font-weight: 400;
    color: #08b2e3;
    letter-spacing: .5px;
}

.review_powered {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.google_review_wrapper.active .review_orverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    opacity: 0;
}

.page_top_bar {
    padding: 10px 0 12px;
}

.page_top_bar h3 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.call_now.no-button .call_text {
    margin: 0;
}


.vc_row.mkc_mobile_only {
    display: none;
}

.mkc_mobile_only .wpb_wrapper p {
    color: #fff;
}

.mkc_mobile_only .wpb_wrapper p a {
    color: #fff;
}


.hero-side-img img {
    margin-bottom: -170px;
    width: 600px !important;
    max-width: 600px !important;
    margin-left: -55px;
}


.covid h2 {
    font-size: 42px;
    color: #000;
}

.co_promo_box {
    text-align: center;
}

.co_promo_box .image_boxs img {
    max-height: 75px;
}

.co_promo_box .image_boxs {
    margin-bottom: 20px;
}

.co_promo_box .content h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.co_promo_box .content p {
    margin-bottom: 0;
}

.border_bottom_row {
    border-bottom: 3px solid #dddddd;
}


.co_promo_box.new_style .image_boxs img {
    max-height: 125px;
}

.co_promo_box.new_style .image_boxs {
    margin-bottom: 15px;
}

.co_promo_box.new_style .content p {
    color: #000;
}

.co_promo_box {
    margin: 15px 0;
}

div#width_900 {
    width: 900px;
    margin: 0 auto;
}

.mkc-woocommerce-shop {
    padding: 80px 0;
}

.mkc-woocommerce-shop h1.page-title {
    display: none;
}


.mkc-woocommerce-shop ul.products li.product {
    width: calc(25% - 14px) !important;
    margin-right: 18px;
}

.mkc-woocommerce-shop ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
}

.mkc-woocommerce-shop .woocommerce-ordering {
    margin-bottom: 25px;
}

.mkc-woocommerce-shop ul.products li.product a img {
    background: #f6f6f6;
}

.mkc-woocommerce-shop ul.products li.product a .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 15px;
    color: #222;
}

.mkc-woocommerce-shop ul.products li.product a span.price {
    color: #666;
}

.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button {
    background: #06b2e3;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 20px;
    transition: 0.3s;
    border: 2px solid #06b2e3;
}

.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button:hover {
    background: #fff;
    color: #06b2e3;
}


.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button.loading {
    opacity: 1;
    padding-right: 35px;
}

.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button.loading:after {
    top: 12px;
}

.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button.added {
    padding-right: 16px;
}

.mkc-woocommerce-shop ul.products li.product a.add_to_cart_button.added:after {
    margin-left: 8px;
}

.mkc-woocommerce-shop ul.products li.product a.added_to_cart {
    font-size: 16px;
    margin-left: 8px;
    color: #06b2e3;
}

.mkc-woocommerce-shop div#wooswipe .single-product-main-image {
    background: #f6f6f6;
}

.mkc-woocommerce-shop div#wooswipe .thumbnails ul.thumbnail-nav .slick-list {
    margin: 0;
}

.mkc-woocommerce-shop div#wooswipe .thumbnails ul.thumbnail-nav .slick-list li {
    background: #f9f9f9;
    margin: 0 10px 0 0;
    transition: 0.2s;
}

.mkc-woocommerce-shop div#wooswipe .thumbnails ul.thumbnail-nav .slick-list li:hover {background: #f0f0f0;}

.mkc-woocommerce-shop .entry-summary h1.product_title {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    margin-top: -2px;
}

.mkc-woocommerce-shop div.product .entry-summary p.price, .mkc-woocommerce-shop div.product .entry-summary span.price {
    color: #06b2e3;
    font-size: 20px;
    font-weight: 700;
}

.mkc-woocommerce-shop div.product .woocommerce-product-details__short-description {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 35px;
}

.mkc-woocommerce-shop div.product form.cart .single_add_to_cart_button {
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 20px;
    transition: 0.3s;
    border: 2px solid #06b2e3;
    background: #06b2e3;
}

.mkc-woocommerce-shop div.product form.cart .single_add_to_cart_button:hover {
    color: #06b2e3;
    background: #fff;
}

.mkc-woocommerce-shop div.product form.cart .quantity input[type=number] {
    height: 46px;
    outline: none;
    padding: 10px;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #999;
}

.mkc-woocommerce-shop div.product form.cart .quantity input[type=number]:focus {
    border-color: #06b2e3;
}

.mkc-woocommerce-shop div.product form.cart .quantity input[type=number]::-webkit-inner-spin-button {
    height: 25px;
}

.mkc-woocommerce-shop div.product .product_meta span {
    color: #222;
}

.mkc-woocommerce-shop div.product .product_meta span a {
    color: #777;
    display: inline-block;
    padding-left: 5px;
    transition: 0.3s;
}

.mkc-woocommerce-shop .woocommerce-message {
    border-color: #06b2e3;
    padding: 20px 15px 23px 45px;
}

.mkc-woocommerce-shop .woocommerce-message:before {
    color: #15bb15;
    top: 22px;
}

.mkc-woocommerce-shop .woocommerce-message a.button {
    background: #06b2e3;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    float: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.mkc-woocommerce-shop div.product .product_meta span a:hover {
    color: #06b2e3;
}


.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs {
    padding-top: 30px;
    margin-bottom: 60px;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background: #f3f3f3;
    margin-right: 2px;
    padding: 0;
    margin-left: 0;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    padding: 10px 30px 12px;
    transition: 0.3s;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs li.active a {
    background: #06b2e3;
    color: #fff;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs li:before, .mkc-woocommerce-shop div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 25px;
    color: #222;
    font-weight: 700;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #333;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form #commentform .form-submit input[type=submit] {
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
    padding: 14px 40px;
    transition: 0.3s;
    border: 2px solid #06b2e3;
    background: #06b2e3;
}

.mkc-woocommerce-shop div.product .woocommerce-tabs .woocommerce-Tabs-panel #review_form #commentform .form-submit input[type=submit]:hover {
    background: #fff;
    color: #06b2e3;
}

.mkc-woocommerce-shop div.product section.related.products h2 {
    font-size: 26px;
    color: #222;
}

.mkc-woocommerce-shop div.product .product_meta span.sku_wrapper, .mkc-woocommerce-shop div.product .product_meta span.posted_in {
    display: block;
}

.mkc-woocommerce-shop div.product .product_meta span.sku_wrapper .sku {
    display: inline-block;
    padding-left: 10px;
    color: #777;
}

.mkc-woocommerce-shop div.product form.variations_form.cart .label {
    color: #222;
}

.mkc-woocommerce-shop div.product form.variations_form.cart .button-variable-wrapper li {
    margin: 0 10px 0 0;
    padding: 8px 6px;
    height: auto;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    outline: none;
}

.mkc-woocommerce-shop div.product form.variations_form.cart .button-variable-wrapper li span {
    font-size: 14px;
    line-height: 18px;
}

.mkc-woocommerce-shop div.product form.variations_form.cart .button-variable-wrapper li:hover {
    border-color: #06b2e3 !important;
    box-shadow: none;
}

.mkc-woocommerce-shop div.product form.variations_form.cart .button-variable-wrapper li.selected {
    background: #06b2e3;
    border-color: #06b2e3;
    color: #fff;
}

.cart_page h3 {
    color: #fff;
}

form.woocommerce-cart-form .product-name a {
    color: #333;
    transition: 0.3s;
}

form.woocommerce-cart-form .product-name a:hover {
    color: #06b2e3;
}

.woocommerce-cart-form .coupon input[type=text] {
    width: calc(100% - 180px) !important;
}

.woocommerce-cart-form .coupon button[type=submit], form.woocommerce-cart-form button[type=submit] {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #06b2e3;
    color: #fff !important;
    padding: 14px 25px;
    height: 50px;
    transition: 0.3s;
    border: 2px solid #06b2e3;
}

form.woocommerce-cart-form button[name=update_cart] {
    padding: 13px 40px !important;
}

.woocommerce-cart-form .coupon button[type=submit]:hover, form.woocommerce-cart-form button[type=submit]:hover {
    background: #fff;
    color: #06b2e3 !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: 25px;
    color: #222;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
    background: #06b2e3 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 18px;
    border: 2px solid #06b2e3;
    transition: 0.3s;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
    color: #06b2e3;
    background: #fff !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border-color: #06b2e3;
}

.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info:before {
    color: #06b2e3;
}

.woocommerce form.checkout_coupon .button {
    background: #06b2e3;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 40px;
    transition: 0.3s;
    border: 2px solid #06b2e3;
}

.woocommerce form.checkout_coupon .form-row {
    width: 50%;
}

.woocommerce form.checkout_coupon .button:hover {
    background: #fff;
    color: #06b2e3;
}

.checkout.woocommerce-checkout #customer_details .col-1, .checkout.woocommerce-checkout #customer_details .col-2 {
    vertical-align: top;
    width: calc(50% - 17px) !important;
    max-width: 50%;
    float: none;
    display: inline-block;
    padding: 0;
}

.checkout.woocommerce-checkout #customer_details .col-1 {
    margin-right: 30px;
}

.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3, .checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
    font-size: 26px;
    color: #222;
}

.checkout.woocommerce-checkout #customer_details .woocommerce-input-wrapper input[type=text] {
    width: 100% !important;
    height: 50px !important;
}

.checkout.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 50px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}


.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}

h3#order_review_heading {
    margin-top: 40px;
    color: #333;
    font-size: 25px;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background: #f1f1f1 !important;
}

.woocommerce-checkout-payment .woocommerce_checkout_place_order {}

.place-order button#place_order {
    background: #06b2e3;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 40px;
    border: 2px solid #06b2e3;
    margin-top: 15px;
    transition: 0.3s;
}

.place-order button#place_order:hover {
    background: #fff;
    color: #06b2e3;
}

.woocommerce-privacy-policy-text a {
    color: #06b2e3;
}


.single-mkc-slide-item {
    width: 100%;
    display: table;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.single-mkc-slide-item .mkc-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.mkc-slide-text {
    background: rgba(255, 255, 255, .9);
    padding: 30px;
}

.mkc-slide-text h2 {
    font-size: 26px;
    font-weight: 500;
    color: #06b2e3;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.mkc-slide-text h2:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background: #06b2e3;
    bottom: 0;
    left: 0;
}

.mkc-slide-text p {
    font-size: 15px;
    color: #222;
    line-height: 25px;
}

.mkc-slide-buttons a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    background: #06b2e3;
    color: #fff;
    border: 2px solid #06b2e3;
    padding: 10px 25px;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 3px;
}

.mkc-slide-buttons {
    margin-top: 20px;
}

.mkc-slide-buttons a:hover {
    background: #fff;
    color: #06b2e3;
}

.mkc-slides .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    padding: 0 70px;
}

.mkc-slides .owl-dots .owl-dot {
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    outline: none;
    opacity: .5;
}

.mkc-slides .owl-dots .owl-dot.active {
    opacity: 1;
}

.single_product {
    display: block;
    margin: 15px 0;
}

.single_product .product_img_box {
    background: #f6f6f6;
    height: 250px;
    line-height: 250px;
    margin-bottom: 15px;
}

.single_product .product_img_box img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

.single_product .product_content h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #222;
}

.single_product .product_content {
    text-align: center;
}

.single_product .product_content span.woocommerce-Price-amount {
    color: #666;
    font-size: 14px;
}


.pro_column-3 .single_product .product_img_box {
    height: 300px;
    text-align: center;
}

.pro_column-3 .single_product .product_img_box img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}

.product_slider_wrapper .owl-nav .owl-prev, .product_slider_wrapper .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    outline: none;
}

.product_slider_wrapper .owl-nav i.fa {
    font-size: 30px;
}

.product_slider_wrapper .owl-nav .owl-next {
    left: auto;
    right: -50px;
}





