/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One 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 Twenty Twenty-One elevates your portfolio, business website, or personal blog.
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
Version: 1.2.1615978997
Updated: 2021-03-17 11:03:17

*/

html {
    scroll-behavior: smooth;
}
body {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
img {
    border: none;
}
ul {
    list-style: none;
    padding: 0;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
html, body {
    overflow-x: hidden;
}
::selection {
    background-color: #009627;
    color: white;
    text-shadow: none;
}
a:focus, a:hover {
    text-decoration: none;
}
a, div, button {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    ms-transition: all .3s ease-in-out;
}
h1,h2,h3,h4,h5,h6{font-family: 'Quicksand', sans-serif !important;}
.mt-0{ margin-top:0 !important}
.mt-20{margin-top: 20px;}
.mt-40{margin-top: 40px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
/*-------*/
.mb-0{margin-bottom: 0px !important;}
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
/*-------------------header-------------*/
.mhkd_heroslide.item {
    height: 575px;
    margin: 0;
    background-size: cover;
}

/*------------------------------------*/
img.blfh-logo {
    margin-bottom: 20px;
    width: 250px;
}
header.mkhd-header {
    z-index: 9999;
    position: relative;
}
body.archive article {
    text-align: center;
}
ul#menu-main-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: #485c6b;
}
.mkhd-header nav.navbar {
    margin-bottom: 0;
    padding: 10px 0px;height: auto;
}
ul#menu-main-menu {
    margin-top: 20px;
}
.about-div-content p {
    font-size: 17px;
    margin-bottom: 20px;
}
/*---------------hero---------------------*/
.mhdk-pantegoan {
    width: 60%;
    position: absolute;
    top: -64%;
    background-repeat: no-repeat;
    height: 812px;
    left: -125px;
    z-index: 1;
    background-size: 100%;
}
.mkhd-heroleft {
    position: relative;
    z-index: 9;
    margin-top: 60px;
}
section.mkhd-hero .col-md-5 {
    padding: 0;
}
.mkhd-heroleft h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 500;
}
.home main#main {
    padding-top: 0;
}
.mkhd-heroleft p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;position: relative;
    top: 20px
}
/*------------------------MENU------------------------------*/
/* SHIFT */
ul#menu-main-menu li a {
  position: relative;
  z-index: 1;
}
ul#menu-main-menu li {
    padding: 0px 15px; position: relative;
}
ul#menu-main-menu li a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #004e4e, #004e4e 50%, #485c6b 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
}
ul#menu-main-menu li a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -5px;
    z-index: 0;
    position: absolute;
    background: #004e4e;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
ul#menu-main-menu li a:hover {
  background-position: 0%;
}
ul#menu-main-menu li a:hover:before,
ul#menu-main-menu li.current-menu-item a:before {
    width: 100%;
}
header.mkhd-header {
    z-index: 999;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
}
header.mkhd-header.fixed {
    box-shadow: 1px 1px 10px 1px #cccccc85;
	-webkit-box-shadow: 1px 1px 10px 1px #cccccc85;
	-moz-box-shadow: 1px 1px 10px 1px #cccccc85;
	-ms-box-shadow: 1px 1px 10px 1px #cccccc85;
	-o-box-shadow: 1px 1px 10px 1px #cccccc85;
}
section.mkhd-hero {
    background-color: #ccc;
}
ul#menu-main-menu ul.sub-menu li ul {
    left: 100%;
    top: 0 !important;
    width: 300px;
    height: 400px;
    overflow-x: auto;
}
section.mkhd-sibgleblogpage {
    margin-top: 50px;
    margin-bottom: 30px;
}
div#sidebar {
    box-shadow: 1px 1px 2px 1px #ccc;
	-moz-box-shadow: 1px 1px 2px 1px #ccc;
	-ms-box-shadow: 1px 1px 2px 1px #ccc;
	-o-box-shadow: 1px 1px 2px 1px #ccc;
	-webkit-box-shadow: 1px 1px 2px 1px #ccc;
    width: 100%;
    float: left;
    margin: 10px;
    padding: 10px;
    background-color: #014d4d;padding-bottom: 30px;
}
div#sidebar ul {
    padding: 0px 15px;
    padding-bottom: 30px;
}
div#sidebar * {
    color: #fff;
}
div#sidebar section ul {
    list-style: none;
    padding: 0px;
}
div#sidebar section ul li a {
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}
div#sidebar section h2.widget-title {
    font-size: 22px;
    margin-top: 20px;
}
div#sidebar form.search-form label {
    display: none;
}
.default-max-width {
    max-width: initial !important;
}
.footblk a:hover {
    color: #20a7a1;
}
.pref-submit-btn input:hover {
    background-color: #fff !important;
    color: #014d4d !important;
}
.search-results article {
    text-align: center;
}
/*--------------------Submenu-----------------------------------*/
ul#menu-main-menu > li > a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#menu-main-menu ul.sub-menu {
    position: absolute;
    top: 150%;
    width: 270px;
    text-align: left;
    background-color: #001111;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 0;
    list-style: none;
}
button.sub-menu-toggle {
    display: none;
}
ul#menu-main-menu ul.sub-menu li:first-child {
    border-top: none;
}
ul#menu-main-menu ul.sub-menu > li {
    border-top: 1px solid #333333;
}
ul#menu-main-menu ul.sub-menu li ul li {
    margin-left: 0;
}
ul#menu-main-menu ul.sub-menu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 0px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#menu-main-menu li ul.sub-menu li a {
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e0e0e0; 
	font-size: 14px;line-height: initial;
    padding: 8px 0px;
	text-align:left;
}
ul#menu-main-menu li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
/*----------------about section----------------*/
.octagon-bg {
    width: 500px;
    height: 500px;
    left: 0;
    float: right;
    position: relative;
    top: 0;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 1px 1px 9px 1px #63636369;
	-moz-box-shadow: 1px 1px 9px 1px #63636369;
	-ms-box-shadow: 1px 1px 9px 1px #63636369;
	-o-box-shadow: 1px 1px 9px 1px #63636369;
	-webkit-box-shadow: 1px 1px 9px 1px #63636369;
}
/*--------------------------*/
.site-main section.mkhd-home-s2 {
    margin-top: 50px !important;
    margin-bottom: 50px;
}
.mhkd-heading h2 {
    font-size: 50px;
    color: #004e4e;
    margin-bottom: 20px;
}
section.mkhd-home-s2 img {
    width: 100%;
}
.mhkd-heading p {
    font-size: 18px;
    color: #5a6b78;
    margin-bottom: 20px;
}
.mhkd-heading {
    margin-top: 60px;
}
.mhkd-abt-oct {
    position: relative;
    width: 100%;
    height: 500px;
}

/*--------------------------*/
.mhkd-abt-wprbtn {
    width: 155px;
    height: 155px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 10px;
    border-radius: 50%;
    background-color: #004e4e;
    box-shadow: 1px 1px 11px 1px #7b7b7b;
	-moz-box-shadow: 1px 1px 11px 1px #7b7b7b;
	-ms-box-shadow: 1px 1px 11px 1px #7b7b7b;
	-o-box-shadow: 1px 1px 11px 1px #7b7b7b;
	-webkit-box-shadow: 1px 1px 11px 1px #7b7b7b;
    left: 20px;
}
.mhkd-btn {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 155px;
}
.mhkd-btn a {
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 45px;
    font-weight: 700;
}
.site-main section.mkhd-home-s3 {
    margin-top: 0;
    padding-bottom: 60px;
}
section.mkhd-home-s3 .col-md-12.d-flex {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-moz-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-ms-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-o-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
    margin-bottom: 50px;
}
section.mkhd-home-s3 .col-md-2 {
    width: 20%;
    padding: 0;
}
.mhkd-service {
text-align: center;
    border: 1px solid #dfebef;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 3px solid white;
}
.mhkh-ser-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mhkd-service h3 {
    color: #004e4e;
    font-size: 18px;
    font-weight: 600;
    min-height: 50px;
}
/*--------------------*/
.mhkd-service a {
    border-radius: 30px;
    padding: 8px 25px;
    border: 1px solid #004e4e;
    color: #004e4e;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
section.mkhd-home-s4 h2 {
    margin-bottom: 8px;
    margin-top: 100px;
    line-height: 55px;
}
section.mkhd-home-s4 h4 {
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #004e4e;
}
section.mkhd-home-s4 h6 {
    font-size: 17px;
    color: #004e4e;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 27px;
}
.mkhd-call-actn {
    background-color: transparent;
    width: 720px;
    margin: 0 auto;
    box-shadow: none;
    z-index: 6;
    position: relative;
    border-radius: 10px;
    margin-bottom: -114px;
    overflow: hidden;
    margin-top: 0px;
    display: flex;
    min-height: 210px;justify-content: space-around; align-items: center;
}
.mkhd-call-actn h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-top: 0;
    color: #004e4e;
    font-family: 'Quicksand', sans-serif;
}
.mkhd-call-actn a.mhkd-btn2 {
    background-color: #004e4e;
    display: block;
    font-size: 25px;
    height: 55px;
    padding: 10px 60px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
section.mkhd-home-s4 .mhkd-heading {
    margin-top: 0;
    padding-left: 50px;
}
a.mhkd-btn2 {
    background-color: #004e4e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 35px;
    border-radius: 5px;
}
section.mkhd-home-s5 .mkh-videos {
    height: 270px;
}

/*--------------------------------*/
.mkh-videos {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.mkh-videos:before {
    content: "";
    width: 260px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 45px solid transparent;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff; opacity: 0;
}
.mkh-videos:after {
    content: "";
   width: 260px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 45px solid transparent;
    border-left: 60px solid #cbf0fc;
    border-right: 60px solid #cbf0fc; opacity: 0;
}
.mkh-videos iframe {
    height: 260px;
    width: 260px;
    border-radius: 20px;
    margin: 0 auto;
}
.mhkd-videos-blks {
    position: relative;
}
.mhkd-video-content {
    width: 100%;
    height: 260px;
    background-color: #008c8c;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/*------------------------------*/
.mhkd-video-content a.mhkd-btn2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 150px !important;
    margin: 0 auto;
    font-size: 16px;
    height: 43px;
    line-height: 23px;
    font-weight: 500;
    box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-moz-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-ms-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-o-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
}
section.mkhd-home-s5 .mhkd-heading {
    margin-bottom: 50px;
}
/*----------------------*/
.mhkd-logo-sectn ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.mhkd-logo-sectn li {
    position: relative;
    width: 30%;
    height: 130px;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}
section.mkhd-home-s5 {
    margin-top: 0px;z-index: 99;
    position: relative;
}
.mhkd-logo-sectn li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    background: #fff;
	border: 2px solid #fff;
}
section.mkhd-home-s6 .mhkd-heading h2 {
    color: #fff;
    margin-top: 100px;
}
section.mkhd-home-s6 {
    background-position: 0;
    background-size: cover;
    padding: 130px 0 80px 0;
	margin-top:110px;
	margin-bottom: 0;
}
/*---------------------------*/
section.mkhd-home-s7 .mhkd-heading h2 {
    font-size: 40px;
}
section.mkhd-home-s7 {
    margin: 0;
    background-color: #fefefe;
    padding: 70px 0px;
}
.testimoinls-content {
    margin-bottom: 20px;
}
.testimoinls-content p {
    font-size: 16px;
}
section.mkhd-home-s7 .col-md-6 {
    padding: 0;
}
.mhkd_testimonial.item {
    margin: 20px;
}
section.mkhd-home-s7 .test-profile img {
    width: 80px;
    height: 80px;
}
.test-profile {
    display: flex;
}
section.mkhd-home-s7 .mhkd-heading {
    margin-top: 80px;
}
.test-profile figcaption h4 {
	font-size: 17px;
    margin-left: 20px;
    color: #004e4e;
    margin-top: 20px;
    text-align: left;
}
.page-id-1956 .test-profile figcaption h4 {
    margin-top: 40px;
}
.test-blocks {
    box-shadow: 1px 1px 19px #cccccca8;
	-moz-box-shadow: 1px 1px 19px #cccccca8;
	-ms-box-shadow: 1px 1px 19px #cccccca8;
	-o-box-shadow: 1px 1px 19px #cccccca8;
	-webkit-box-shadow: 1px 1px 19px #cccccca8;
    padding: 30px;
    border-radius: 8px;
}
/*-----------------------*/
.mhkd-post img {
    height: auto;
    object-fit: cover;
    width: auto;
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.mhkd-post .mkh-videos:after {
    border-left: 60px solid #ffffff;
    border-right: 60px solid #ffffff;
}
.mhkd-post {
    box-shadow: 1px 1px 20px 0px #cccccc;
	-moz-box-shadow: 1px 1px 20px 0px #cccccc;
	-ms-box-shadow: 1px 1px 20px 0px #cccccc;
	-o-box-shadow: 1px 1px 20px 0px #cccccc;
	-webkit-box-shadow: 1px 1px 20px 0px #cccccc;
    padding: 30px;
    margin: 30px 5px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    ms-transition: all .3s ease-in-out;
    background: #fff;
    border-radius: 15px;
}

.mhkd-post-head {
    margin-top: 20px;
}
.mhkd-post-head h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.mkhd-post-meta i {
    color: #004e4e;
    margin: 0px 8px;
}
section.mkhd-home-s8 .mhkd-heading {
    margin-top: 0;
}
/*-----------------------*/
.mhkd-socail ul{
   position: relative;  
   text-align: center;
   width: 100%;
   padding: 0; 
}
.mhkd-socail ul li{
    list-style: none;
    display: inline-block;
}
.mhkd-socail ul li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 40px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    box-shadow: 1px 1px 4px 0px #004e4e38;
	-moz-box-shadow: 1px 1px 4px 0px #004e4e38;
	-ms-box-shadow: 1px 1px 4px 0px #004e4e38;
	-o-box-shadow: 1px 1px 4px 0px #004e4e38;
	-webkit-box-shadow: 1px 1px 4px 0px #004e4e38;
}
.mhkd-socail ul li a i{
    transform: rotateY(0deg);
    transition: .9s;
}
.mhkd-socail ul li:nth-child(1) a{
  color: #3b5999;
}
.mhkd-socail ul li:nth-child(2) a{
    color: #55acee;
}
.mhkd-socail ul li:nth-child(3) a{
    color: #dd4b39;
}  
.mhkd-socail ul li:nth-child(4) a{
    color: #0077B5;
}
.mhkd-socail ul li:nth-child(5) a{
    color: #e4405f;
}

.mhkd-socail ul li a:hover i{
   transform: rotateY(360deg);
}
.mhkd-socail ul li a:hover{
    color: #fff;
}
.mhkd-socail ul li a::before{
  content: '';
  position: absolute;
  top: 100%;  left: 0;
  width: 100%;  height: 100%;
  border-radius: 10px;
  transform: scale(.9);
  z-index: -1;
  transition: .5s;
}
.mhkd-socail ul li:nth-child(1) a::before{
    background: #3b5999;
  }
  .mhkd-socail ul li:nth-child(2) a::before{
    background: #55acee;
  }
 .mhkd-socail ul li:nth-child(3) a::before{
    background: #dd4b39;
  }  
 .mhkd-socail ul li:nth-child(4) a::before{
    background: #0077B5;
  }
  .mhkd-socail ul li:nth-child(5) a::before{
    background: #e4405f;
  }
  .mhkd-socail ul li a:hover::before{
     top: 0;
  }
 .mhkd-socail ul li a:focus {
    background: none !important;
}
/*-----------------------footer--------------------*/
footer#colophon {
    background-color: #014d4d;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding: 30px 0px 0px;
}
.home footer#colophon {
    margin-top: 70px;
}
.footblk * {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.footblk ul {
    padding-left: 0;
    list-style: none;
}
.footblk h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 300;
}
.footlogo {
    margin-bottom: 20px;
}
ul#menu-footer-menu li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
/*-------------------------------*/
ul#menu-footer-menu li:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    position: absolute;
    left: 0;
    top: 11px;
}
ul.mkhd-quickliks li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}
.footblk.mkhd-foot3 li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.footblk.mkhd-foot3 li:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
}

section.mkhd-home-s3 .mhkd-heading {
    margin-bottom: 40px;
    margin-top: 50px;
}
/*--------------------------*/
.footblk.mkhd-foot3 li.mkh-addrss:after {
    position: absolute;
    display: block;
    left: -3px;
    top: 7px;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f041";
}
.footblk.mkhd-foot3 li.mkh-email:after {
    position: absolute;
    display: block;
    left: -3px;
    top: 7px;
    font: normal normal normal 16px/1 FontAwesome;
        content: "\f0e0";
}
.footblk.mkhd-foot3 li.mkh-phone:after {
    position: absolute;
    content: '';
    display: block;
    left: -3px;
    top: 7px;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f095";
}
.footblk.mkhd-foot3 li.mkh-time:after {
    position: absolute;
    display: block;
    left: -3px;
    top: 7px;
    font: normal normal normal 16px/1 FontAwesome;
   content: "\f017";
}
.top-foot .col-md-3 {
    padding: 0px 10px;
}

.footblk.mkhd-foot3 {
    position: relative;
    left: -20px;
}
.copyright-foot {
    border-top: 1px solid #fff;
    margin: 0 !important;
    padding: 25px 0px 20px;
    text-align: center;
}
.copyright-foot p, .copyright-foot p a {
    color: #fff;
    font-size: 13px;
}
section.mkhd-common-head {
    text-align: center;
    background-color: #014d4d;
    margin-top: 0px !important;
    padding: 70px 0px;
    margin-bottom: 0px;
    background: linear-gradient(rgb(247 247 247 / 67%), rgba(247, 247, 247, 0.88)), transparent url(http://adbuzzdemo2.com.au/markhinds/wp-content/uploads/2021/03/eye-photo-e1492411765919-1024x347-1.jpg) center center/cover repeat scroll;
    margin-bottom: 0px;
}
.abt-video-box iframe {
    width: 100%;
    border: 10px solid #d0ffff;
    height: 400px;
}
.about-div-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #014d4d;
    font-weight: 600;
}
.about-div-content p {
    font-size: 17px;
}
.abt-video-box iframe {
    width: 100%;
    border: 10px solid #014d4d;
    height: 400px;
    margin: 0 auto 0px;
    display: block;
}
section.mkhd-common-head h1 {
    color: #014d4d;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px;
}
/*------------------------about-------------------*/
.mhkd-map iframe {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}
section.mkhd-abt-map {
    margin-top: 0;
}
section.mkhd-about-s2 {
    margin-bottom: 20px;
}
section.mkhd-about-s2 .about-div-content {
    padding: 30px;
    background-color: #cbf0fc;
}

.home section.mkhd-common-head {
    display: none;
}
/*-------------------------------------*/
.patref-form h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #014d4d;
    font-weight: 700;
    font-size: 30px;
}
.patref-form .feild1 span.wpcf7-form-control-wrap {
    width: 50%;
    float: left;
}
.patref-form .feild1 span.wpcf7-form-control-wrap input {
    width: 100%;
}
.patref-form .feild1 span.wpcf7-form-control-wrap {
    width: 50%;
    float: left;
    padding: 0px 10px;
}
.patref-form .ckeckboxfield {
    padding: 0px 10px;
    margin: 20px 0px;
    width: 100%;
    float: left;
}
.patref-form .ckeckboxfield .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0px;
	vertical-align: top;
}
.patref-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    margin-right: 60px;
    top: -8px;
    position: relative;
    left: 5px;
    font-size: 15px;
}
.patref-form .optometry-patient-referral-form-txtarea {
    padding: 0px 10px;
}
.patref-form .feild1 span.wpcf7-form-control-wrap input {
    width: 100%;
    font-size: 15px;font-weight: 500;
}
.optometry-patient-referral-form-txtarea textarea {
    font-size: 15px;
    font-weight: 500;border: 1px solid #bdbdbd !important;
}
.patref-form .feild1 span.wpcf7-form-control-wrap input {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #bdbdbd;
}
.patref-form .ckeckboxfield h4 {
    margin-bottom: 10px;
    color: #616161;
}
.patref-form .ckeckboxfield .wpcf7-list-item input[type="checkbox"] {
    border: 2px solid #014d4d;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: -3px;
}
.pref-submit-btn input {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: 20px;
    font-size: 20px !important;
    background-color: #014d4d !important;
    line-height: 16px !important;
    float: none !important;
}
.pref-submit-btn {
    text-align: center;
    width: 100%;
    float: left;
}
.patref-form.opto-pfform span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 33.33%;
}
/*------------------------------*/
section.mkhd-blogs .col-md-4 {
    margin-bottom: 30px;
}
section.mkhd-blogs .mhkd-post {
	box-shadow: 1px 1px 17px 0px #ccccccbd;
	-moz-box-shadow: 1px 1px 17px 0px #ccccccbd;
	-ms-box-shadow: 1px 1px 17px 0px #ccccccbd;
	-o-box-shadow: 1px 1px 17px 0px #ccccccbd;
	-webkit-box-shadow: 1px 1px 17px 0px #ccccccbd;
    padding: 30px;
    margin: 0;
    min-height: auto;
    height: 100%;
}
section.mkhd-blogs .mkh-videos {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 190px;
    object-fit: cover;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.mkhd-blogs .mhkd-post img {
    object-fit: contain;
    width: auto;
    overflow: hidden;
    background-color: #ffffff;
    height: auto;
    border-radius: 0;
}
.mhkd-post-head .mkhd-post-meta span {
    font-size: 15px;
    color: #727272;
    font-weight: 600;
    text-transform: capitalize;
}
.patref-form.contactform .feild1 {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.patref-form.contactform div#contct-form-txt-area {
    padding: 0px 10px;
}
.mhkd-videos-blks.text-center h4 {
    text-transform: uppercase;
    margin-top: 15px;
    line-height: normal;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 0 18px;
    min-height: 55px;
}
div#contct-form-txt-area textarea {
    border: 1px solid #c3c3c3;
    font-size: 15px;
    font-weight: 500;height: 150px;
}
.mhkd-map iframe {
    filter: brightness( 96% ) contrast( 112% ) saturate( 54% ) blur( 0.4px ) hue-rotate( 
0deg
 );
}
section.mkhd-contct {
    margin-bottom: 20px !important;
}
section.mkhd-contct {
    padding-bottom: 50px;
    background-image: url(http://adbuzzdemo2.com.au/markhinds/wp-content/uploads/2021/03/contact-map.png);
    background-repeat: no-repeat;
    margin: 0px;
    width: 100%;
    float: left;
    padding-top: 80px;
    background-position: center;
    background-color: #e2eef738; background-attachment: fixed;
}
.page-template-contact_temp .mhkd-heading.text-center {
    margin-top: 0;
}
.page-template-contact_temp .mhkd-socail.mt-60 {
    margin-top: 15px;
}
.page-template-contact_temp section.mkhd-home-s2.mt-0 {
    margin-bottom: 45px;
    margin-top: 30px !important;
}
section.mkhd-contct .col-md-12 {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
}
.top-foot img {
    margin-bottom: 20px;
}
.page-template-blog_temp .mkh-videos:before, .page-template-blog_temp .mkh-videos:after {
    display: none;
}
/*--------------------*/
.mhkd-post-head h4 a {
    color: #004e4e;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.single-post h1.entry-title {
    display: none;
}
.single-post div#comments,.single-post footer.entry-footer.default-max-width {
    display: none;
}
section.mkhd-sibgleblogpage .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: 100%;
}
section.mkhd-sibgleblogpage article {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0px;
}
.mkhd-sibgleblogpage .entry-content {
    padding-top: 0px;
}
section.mkhd-sibgleblogpage .entry-content p {
    font-size: 15px;
}
.entry-contentvideos p {
    width: 50%;
    float: left;
    display: inline-block;
}
.entry-contentvideos p iframe {
    width: 100% !important;
    height: 300px !important;
    max-width: 100% !important;
    padding: 0px 20px;
    margin-bottom: 20px;
}
section.mkhd-cases-sectn p, section.mkhd-cases-sectn li {
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}
section.mkhd-cases-sectn ul {
    margin: 20px 0px;
}
section.mkhd-cases-sectn {
    margin-bottom: 50px !important;
    width: 100%;
    float: left;
}
section.mkhd-cases-sectn img {
    margin: 10px 0px;
}
section.mkhd-cases-sectn img {
    display: block;
    width: auto;
}
.page-id-1547 section.mkhd-cases-sectn img {
    margin: 0 auto 40px !important;
    display: block;
    width: 600px !important;
    float: none;
    border: 8px solid #014d4d;
}
.page-id-1547 section.mkhd-cases-sectn {
    text-align: center;
}
.page-id-1547 section.mkhd-cases-sectn h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #014d4d;
}
.page-id-1547 section.mkhd-cases-sectn h2 {
    margin-bottom: 10px;
    font-weight: 500;
}
.page-id-1547 section.mkhd-cases-sectn p {
    margin-bottom: 15px;
}
.mhkd-service:hover a {
    background: #004e4e;
	color:#fff;
}
section.mkhd-home-s8 .mhkd-heading {
    margin-bottom: 0;
}
/*------------------------*/
section.mkhd-home-s4 figure {
    margin-top: 35px;
}
/*-------------------------------------*/
section.mkhd-blogs .pagination {
    border: none;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
	margin-top: 0;
}       
section.mkhd-blogs .pagination .nav-next, section.mkhd-blogs .pagination .nav-previous {
    margin: 20px 10px;
    background-color: #2e7b7a;
    font-size: 16px;
}
section.mkhd-blogs .pagination a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 40px;
}
section.mkhd-sibgleblogpage li {
    font-size: 15px;
    margin-bottom: 10px;
}
section.mkhd-sibgleblogpage ol {
    padding-left: 15px;
}

/*11-08-2021*/
section.banner_sc {
    height: 575px;
    margin: 0;
    background-size: cover;
}
section.banner_sc h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    margin: 110px 0 0 0;
    max-width: 430px;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    line-height: normal;
}
section.banner_sc p {
    font-size: 17px;
    color: #fff;
    max-width: 425px;
}
section.banner_sc p br {
    display: none;
}
nav.navbar.navbar-default {
    border: 0;
    padding: 0;
}
.navbar-brand {
    height: auto;
}
.navbar-brand {
    padding: 15px 0 18px;
}

header.mkhd-header .mhkd-btn2 {
    position: absolute;
    right: 0;
    top: 42px;
}
.mhkd-btn2 {
    margin-top: 0 !important;
    font-weight: bold;
    color: #fff !important;
    border-radius: 30px !important;
    width: 165px !important;
    padding: 10px 0 !important;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-moz-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-ms-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-o-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(28 136 136 / 50%);
}
ul#menu-main-menu {
    margin: 50px 180px 0 0 !important;
}

header.mkhd-header {
    transition: all 0.3s ease-in-out;
    background: #fff;
}

#page {
    margin-top: 130px;
}
.cta_sc .mhkd-btn2 {
    background: #008c8c;
    position: relative;
    top: 60px;
}
.cta_sc h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 50px 0 60px 0;
}
section.cta_sc {
    background: #004e4e;
    margin: 0;
}
section.mkhd-home-s2 .mhkd-heading {
    margin-top: 0;
    padding-right: 0;
}
.mhkd-service:hover {
    box-shadow: 0px 2px 8px 0px rgb(185 185 185);
	-moz-box-shadow: 0px 2px 8px 0px rgb(185 185 185);
	-ms-box-shadow: 0px 2px 8px 0px rgb(185 185 185);
	-o-box-shadow: 0px 2px 8px 0px rgb(185 185 185);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(185 185 185);
    border-bottom-color: #004e4e;
}

.mhkh-ser-icon figure {
    height: 100px;
    width: 110px;
    margin: 5px auto 6px;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-moz-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-ms-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-o-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(210 210 210);
    border-radius: 8px;
}
section.mkhd-home-s4 img {
    width: 100%;
}
section.mkhd-home-s4 .col-md-6:nth-child(2) {
    padding: 0;
}
section.mkhd-home-s4 .mhkd-heading p {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 26px;
}

.site-main section.mkhd-home-s3 .row {
    padding-left: 15px;
    padding-right: 15px;
}
.fs_buttondiv.videosec {
    margin-bottom: 80px;
}
section.mkhd-home-s8 .mhkd-heading h2 {
    margin-bottom: 5px;
}
section.mkhd-home-s8 {
    background-color: #e6e6e6;
    background-size: cover;
    padding-top: 60px;
    margin-top: 0;
}
.mkhd-post-meta {
    margin-top: 30px;
    margin-bottom: 10px;
}
.mkhd-post-meta span:nth-child(2) {
    float: right;
}
.mkhd-post-meta {
    margin-top: 30px;
    margin-bottom: 10px;
}
section.mkhd-home-s8 .mhkd-btn2 {
    margin-top: 20px !important;
    margin-bottom: 80px;
}
.top-foot {
    padding-bottom: 30px;
    padding-top: 15px;
}
.navbar-default {
    background-color: #ffffff !important;
}
.rmp_menu_trigger {
    display: none !important;
}
@media (max-width: 1199px) {
.container {
    width: 98%;
}
.mhkd-logo-sectn li {
    margin: 0 15px 20px 0;
}
section.mkhd-home-s6 .mhkd-heading h2 {
    margin-top: 75px;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
    max-width: initial !important;
}
}
section.mkhd-contct-no h2 {
    text-align: center;
    font-size: 50px;
    color: #004e4e;
    position: relative;
    width: 520px;
    margin: 0 auto 25px;
}
section.mkhd-contct-no h2::before {
    position: absolute;
    left: -50px;
    top: 10px;
    font: normal normal normal 50px/1 FontAwesome;
    content: "\f095";
}
section.mkhd-contct-no h2 a {
    color: #004e4e;
}
@media (max-width: 991px) {
section.mkhd-contct-no h2 {
    font-size: 35px;
    width: 430px;
}
section.mkhd-contct-no h2::before {
    left: -10px;
    top: 5px;
    font-size: 35px;
}
.mhkd-btn2 {
    width: 130px !important;
}
section.mkhd-blogs .col-md-4 {
    width: 100%;
}
.test-profile {
    display: block;
}
.page-id-1956 .test-profile figcaption h4 {
    margin-top: 15px;
    margin-left: 0;
	text-align: center;
}
.page-id-1956 .test-blocks {
    text-align: center;
}
.entry-contentvideos p {
    width: 100%;
}
section.mkhd-home-s4 figure {
    margin-top: 0;
}
section.mkhd-home-s4 {
    margin-top: 10px;
}
section.mkhd-home-s4 h2 {
    margin-top: 15px;
}
section.mkhd-home-s4 .mhkd-btn2 {
    margin-top: 15px !important;
}
section.mkhd-home-s4 .mhkd-heading {
    padding-left: 20px;
}
a.mhkd-btn2 {
    font-size: 12px;
}
ul#menu-main-menu li {
    padding: 0px 8px;
}
ul#menu-main-menu li a {
    font-size: 15px;
}
ul#menu-main-menu {
    margin: 50px 140px 0 0 !important;
}
section.banner_sc h1 {
    font-size: 50px;
}
section.banner_sc p,section.banner_sc h1
{
	margin-left: auto;
    margin-right: auto;
	text-align: center;
    border: 0;
	max-width: 100%;
}
section.banner_sc {
    height: 500px;
}
section.banner_sc h1 {
    margin: 190px 0 0 0;
}
.cta_sc h3 {
    margin: 35px 0 15px 0;
	text-align: center;
}
section.banner_sc h1 br,
section.banner_sc p br {
    display: none;
}
.cta_sc .mhkd-btn2 {
    top: 0;
}
section.cta_sc {
    padding-bottom: 45px;
}
.cta_sc .col-md-3.text-right {
    text-align: center;
}
section.mkhd-home-s2 .mhkd-heading {
    text-align: center;
}
.mhkd-abt-content {
    padding-bottom: 50px;
}
.mhkd-heading p {
    font-size: 17px;
}
.mhkd-heading h2 br {
    display: none;
}
section.banner_sc h1,
.cta_sc h3,
.mhkd-heading h2,
section.mkhd-home-s7 .mhkd-heading h2,
section.mkhd-common-head h1 {
    font-size: 35px;
}
section.mkhd-home-s3 .col-md-2 {
    width: 25%;
}
.mhkd-service h3 {
    font-size: 15px;
}
section.mkhd-home-s5 .mhkd-heading {
    margin-top: 15px;
}
section.mkhd-home-s6 {
    margin-top: 40px;
}
.fs_buttondiv.videosec {
    margin-top: 40px;
}
section.mkhd-home-s5 .col-md-4 {
    width: 100%;
    margin-top: 130px;
}
.mhkd-videos-blks.text-center h4 {
    min-height: auto;
}
section.mkhd-home-s5 .col-md-4:nth-child(1) {
    margin-top: 0;
}
section.mkhd-home-s6 .mhkd-heading h2 {
    margin-top: 0;
}
section.mkhd-home-s6 {
    padding: 0 0 40px 0px;
}
.mhkd-logo-sectn li {
    width: 20%;
    display: inline-block;
}
.mhkd-logo-sectn ul {
    display: block;
    text-align: center;
}
section.mkhd-home-s6 .mhkd-heading h2 {
    margin-bottom: 30px;
}
section.mkhd-home-s7 .mhkd-heading {
    margin-top: 0;
}
section.mkhd-home-s7 {
    padding: 10px 0px;
}
.col-md-12.d-flex {
    display: block;
}
.site-main section.mkhd-home-s2 {
    margin-top: 20px !important;
    margin-bottom: 0;
}
.site-main section.mkhd-home-s2 .mt-60 {
    margin-top: 25px;
}
.footblk.mkhd-foot3 {
    left: 0;
}
.footblk h3 {
    margin-bottom: 15px;
    margin-top: 35px;
}
div#footer-first-widget-area .textwidget.custom-html-widget {
    text-align: center;
}
div#footer-first-widget-area .textwidget.custom-html-widget p {
    text-align: left;
}
.wp-block-group__inner-container h2,
.entry-content h2 {
    font-size: 22px;
}
.wp-block-group__inner-container h3,
.entry-content h3 {
    font-size: 20px;
}
.wp-block-columns .wp-block-column,
.wp-block-column:not(:only-child) {
    width: 100% !important;
    flex-basis: calc(100% - 1em)!important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wp-block-columns {
    display: block !important;
}
.wp-block-column p,
section.mkhd-cases-sectn p,
section.mkhd-cases-sectn li,
.testimoinls-content p {
    font-size: 15px;
}
.wp-block-group.alignfull.has-white-background-color.has-background {
	padding: 0 !important;
}
.page-id-1547 section.mkhd-cases-sectn img {
    width: 100% !important;
	margin: 0 !important;
}
.entry-content {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
div#sidebar {
    margin: 0;
}
.wp-block-image {
    float: left;
    width: 100%;
    margin: 0 0 15px 0 !important;
}
.wp-block-image figure {
    margin: 0 !important;
    width: 100% !important;
}
.wp-block-image figure img {
    width: 100%;
}
.single .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.page-id-133 .patref-form .feild1 span.wpcf7-form-control-wrap,
.page-id-136 .patref-form .feild1 span.wpcf7-form-control-wrap {
    width: 100%;
    padding: 15px 8px 0 8px;
}
.page-id-133 .entry-content,
.page-id-136 .entry-content {
    padding-bottom: 0 !important;
}
section.mkhd-home-s8 .container {
    padding: 0;
}
section.mkhd-home-s8 .col-md-12.d-flex {
    display: block;
}
.mhkd-post {
    width: 100% !important;
	margin-left: 0 !important;
}
.top-foot .col-md-3 {
    padding: 0px 20px;
}
	section.mkhd-home-s5 .container,section.mkhd-home-s6 .container {
    padding: 0;
}
}
@media (max-width: 800px) {
ul#menu-main-menu li a {
    font-size: 14px;
}
}
@media (max-width: 767px) {
section.mkhd-contct-no h2 {
    font-size: 25px;
    width: 300px;
}
section.mkhd-contct-no h2::before {
    left: -10px;
    top: 5px;
    font-size: 25px;
}
.mhkd_heroslide.item {
    height: 100%;
    padding: 100px 0px;background-position: center;
}
section.banner_sc h1 {
    margin-top: 0;
}
section.mkhd-home-s4 .mhkd-heading p {
    font-size: 15px;
	line-height: normal;
}
a#rmp-menu-title-link, .rmp-menu-title,.rmp-menu-additional-content,.rmp-search-box {
    display: none !important;
}
.rmp_menu_trigger {
    display: block !important;
}
.rmp-container.rmp-container {
    z-index: 999999 !important;
}
.rmp-menu-current-item .rmp-menu-item-link {
    background: #0b5454 !important;
}
.rmp_menu_trigger * {
    transform: scale(0.9);
}
button.navbar-toggle {
    display: none !important;
}
.rmp_menu_trigger {
	background: #0f4e4e !important;
    width: 45px !important;
    padding: 0 !important;
    height: 40px !important;
    top: 32px !important;
    right: 20px !important;
}
.patref-form .feild1 span.wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 15px;
}
.patref-form.contactform .feild1 {
    margin-bottom: 0;
}
section.mkhd-contct .col-md-12 {
    width: 100%;
}
section.banner_sc {
    height: auto;
}
section.banner_sc h1, .cta_sc h3, .mhkd-heading h2,
section.mkhd-home-s7 .mhkd-heading h2,
section.mkhd-common-head h1 {
    font-size: 25px;
}
section.banner_sc p,
.mhkd-heading p {
    font-size: 15px;
}
.page-id-1956 .testimoinls-content {
    font-size: 15px;
}
header.mkhd-header .mhkd-btn2 {
    right: 60px;
    top: 35px;
}
.navbar-toggle img {
    width: 30px;
}
.navbar-brand {
    padding: 5px 0 5px;
}
#page {
    margin-top: 120px;
}
.navbar-toggle {
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0f4e4e !important;
    margin: 25px 0 0 0;
}
.menu_title {
    font-size: 0 !important;
}
html body div#wprmenu_bar,
#wprmenu_bar .bar_logo {
    height: auto !important;
}
#wprmenu_bar div.hamburger {
    margin-top: 30px !important;
}
.wpr_search.search_top {
    display: none !important;
}
ul#wprmenu_menu_ul {
    margin-top: 75px;
}
section.mkhd-home-s3 .col-md-2 {
    width: 33.3%;
}
.mhkd-logo-sectn li {
    width: 30%;
	margin-right: 0;
	margin-bottom: 0;
}
main#main {
    margin-top: -15px;
}
}
@media (max-width: 480px) {
section.mkhd-contct-no h2::before {
    left: 0;
    top: 2px;
    font-size: 20px;
}
section.banner_sc h1, .cta_sc h3, .mhkd-heading h2, section.mkhd-home-s7 .mhkd-heading h2, section.mkhd-common-head h1 {
    font-size: 20px;
}
section.mkhd-contct-no h2 {
    margin-bottom: 0;
}
section.mkhd-contct-no h2 {
    font-size: 20px;
    width: 250px;
}
section.mkhd-home-s3 .col-md-2 {
    width: 50%;
}
.mhkd-service a {
    padding: 8px 10px;
}
.mhkh-ser-icon img {
    width: 50px;
}
.mhkh-ser-icon figure {
    height: 80px;
    width: 100px;
}
.mhkd-service {
    padding: 20px 10px;
}
.mkh-videos iframe {
    height: 260px;
    width: 95%;
}
.mkh-videos {
    width: 90%;
}
.mhkd-logo-sectn li {
    width: 44%;
}
.mhkd-post-head h4 {
    font-size: 18px;
}
form.search-form {
    width: 100% !important;
    max-width: 100% !important;
}
form.search-form input.search-submit {
    width: 100%;
}
.patref-form.opto-pfform span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 100%;
}
section.mkhd-blogs .mhkd-post {
    padding: 30px 10px;
}
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
footer#colophon figure.wp-block-image {
    text-align: left;
}
body input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 6px;
    top: 2px;
    position: absolute;
    width: 4px;
    height: 10px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}
