@charset "utf-8";
@font-face {
	font-family: 'OldGrowth-Regular', sans-serif;
	src: url('../../assets/fonts/OldGrowth-Regular.otf');
}


* {
	margin:0px;
	padding:0px;
}
.clearall {
	padding:0px;
	margin:0px;
}
::selection {
	background:#fba413;
	color:#fff;
}
::-moz-selection {
	background:#fba413;
	color:#fff;
}
a:hover{
  text-decoration:none;
  color: #f7911d;
}
a{
 	text-decoration:none;
  color: #304F47;
}
a:focus{
	outline:0;
	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.bk a[href^="tel:"] {
  color: #f7911d;
  text-decoration: none;
}
.bk a[href^="tel:"]:hover {
  color: #304F47;
}
a[href^="mailto:"] {
	color: inherit;
	text-decoration: none;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
html {
  *scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
.pht_about_home {
  border-radius: 0 90px;
  border: 10px solid rgba(48,79,71,.1);
}
.pht_about_home img{
 border-radius: 0 90px;
}
.heading-section .subheading {
  font-size: 18px;
  display: block;
  margin-bottom: 5px; }

.heading-section h2 {
  font-size: 40px;
  color: #02181f;
  font-weight: 800;
  line-height: 1.4; }
  .heading-section h2 span {
    font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }
#return-to-top {
  z-index: 999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  line-height: 35px;
  text-align: center;
  background: #fba413;
  border:1px solid #fba413;
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}
#return-to-top:hover {
  background: #6e3337;
  color: #fff;
  border:1px solid #6e3337;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background:#fff;
  font-family: 'Work Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	line-height: inherit;
  font-family: 'Quicksand', sans-serif;
}
p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	color: #626060;
	font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: inherit;
  font-family: 'Work Sans', sans-serif;
}
.rotate45{
 transform: rotate(10deg);
}
.scroll-to-top{
  position: fixed;
  bottom: 68px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 47px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #f7911d;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
  opacity: 1;
  border-radius: 90px;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.scroll-to-top:hover{
  color:#fff;
  background:#091d27;
}
.mklbl_wrapper {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
header {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0;
}
.mklbl_header_top{
  width: 100%;
  float: left;
  position: relative;
  padding: 8px 0;
  background: #304f47;
}
.mklbl_header_top_inr{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_header_top_inr_cntinfo {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.mklbl_header_top_inr_cntinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  float: left;
}
.mklbl_header_top_inr_cntinfo ul li {
  margin: 0 40px 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.mklbl_header_top_inr_cntinfo ul li a {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_header_top_inr_cntinfo ul li a i {
  font-size: 16px;
  padding-right: 10px;
}
.mklbl_header_top_inr_cntinfo ul li a:hover {
  color: #f7911d;
}
.mklbl_header_top_inr_socil {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_header_top_inr_socil ul {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
  margin: 0;
  padding: 3px 0 0 0;
  list-style-type: none;
}
.mklbl_header_top_inr_socil ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.mklbl_header_top_inr_socil ul li a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_header_top_inr_socil ul li a:hover {
  color: #f7911d;
}
.mklbl_header_botm {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0;
}
.mklbl_header_main {
  width: 100%;
  float: left;
  position: relative;  
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_header_logo {
  width: 100%;
  float: left;
  margin-left:-20px!important;
  position: relative;
  z-index: 3;   
}
.mklbl_header_logo img {
  width: 100%;
  object-fit: cover;
   float: left;
}
.mklbl_header_main .mklbl_header_navbar {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px;
  margin-left:-90px!important;
  position: relative;
  border-radius:0px 50px 50px 0px;

}
.mklbl_header_main .mklbl_header_nav {
  width: 100%;
  float: left;
  position: relative;  
}
.mklbl_header_main .mklbl_header_nav ul {
  width: auto;
  float: center;
  position: relative;  
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mklbl_header_main .mklbl_header_nav ul li {
  position: relative;  
  text-align: center;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  display: inline-block; 
}
.mklbl_header_main .mklbl_header_nav ul li a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  color: #262339;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0;
  padding: 2px 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_header_main .mklbl_header_nav ul li a:hover {
  color: #f7911d;
}
/*.mklbl_header_main .mklbl_header_nav ul li:first-child a {*/
/*  color: #f7911d;*/
/*  border-bottom: 2px solid #f7911d;*/
/*}*/
.mklbl_header_main .mklbl_header_nav ul li.active a {
  color: #f7911d;
}
.mklbl_btn_all {
  background-color: #f7911d;
  border: 1px solid #f7911d;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 17px;
  padding: 12px 30px;
  width: fit-content;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  float: none;
}
.mklbl_btn_all:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.mklbl_header_main .mklbl_header_nav_btn {
  padding: 0 0 0 30px !important;
}
.mklbl_header_main .mklbl_header_nav_btn .mklbl_btn_all {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
}
.mklbl_header_main .mklbl_header_nav_btn .mklbl_btn_all:hover {
  background-color: #fba413;
  border: 1px solid #fba413;
  color: #fff;
}
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s 1 running;
  animation: 500ms ease-in-out 0s 1 running;
  -webkit-animation: 500ms ease-in-out;
  animation: 500ms ease-in-out;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.home_page header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  z-index: 99;
}
.home_page .mklbl_header_nav ul li a {
  color: #242424;
}
.home_page .sticky_header .mklbl_header_nav ul li a {
  color: #262339;
}
.home_page .sticky_header .mklbl_header_nav ul li.active a {
  color: #f7911d;
}
.home_page .mklbl_header_top {
  display: none;
}
#mklbl_big_image_sec {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_big_image_ovrly {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  background: rgba(0,0,0,0.2);
}

.mklbl_big_image_btn {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 0px;
   margin-top: -30px;
}
.mklbl_big_image_btn_txts {
  width: 100%;
  max-width:570px;
  float: left;
  position: relative;
}
.mklbl_big_image_btn_txts h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 60px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 1.2;
  max-width:570px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;;
  transform: translateY(80px);
}
.mklbl_big_image_btn_txts h1 span {
  text-transform: uppercase;
}

.mklbl_big_image_cntnt {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 0px;
   margin-top: -30px;
}
.mklbl_big_image_cntnt_txts {
  width: 100%;
  max-width:570px;
  float: left;
  position: relative;
}
.mklbl_big_image_cntnt_txts h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 60px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 1.2;
  max-width:570px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;;
  transform: translateY(80px);
}
.mklbl_big_image_cntnt_txts h1 span {
  text-transform: uppercase;
}
.mklbl_big_image_find {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10%;
}
.mklbl_big_image_find_frm {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_find_frm form {
  width: 100%;
  float: left;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 32px 64px rgb(17 17 17 / 8%);
  border-radius: 20px;
  padding: 45px 45px;
  margin: 0 auto;
}
.mklbl_big_image_find_frm_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_find_frm_box_item {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_find_frm_box_item input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  background: #fff;
  padding: 5px 5px 5px 15px;
  line-height: inherit;
  font-family: 'Work Sans', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  clear: both;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: 0;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.mklbl_big_image_find_frm_box_item input:hover {
  border: 1px solid #f7911d;
}
.mklbl_big_image_find_frm_box_item input:focus {
  border: 1px solid #f7911d;
}
.mklbl_big_image_find_frm_box_item input::-webkit-input-placeholder {
  color: #000;
}
.mklbl_big_image_find_frm_box_item input:-ms-input-placeholder {
  color: #000;
}
.mklbl_big_image_find_frm_box_item input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.mklbl_big_image_find_frm_box_item input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.mklbl_big_image_find_frm_box_item_btn {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_big_image_find_frm_box_item_btn input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  background: #f7911d;
  padding: 3px 3px 3px 3px;
  line-height: inherit;
  font-family: 'Quicksand', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  clear: both;
  border: 1px solid #f7911d;
  border-radius: 5px;
  outline: 0;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.mklbl_big_image_find_frm_box_item_btn input:hover {
  background: #000;
  border: 1px solid #000;
}
.mklbl_big_image_find_frm_box_item_btn input:focus {
  background: #000;
  border: 1px solid #000;
}
.mklbl_big_image_find_frm_box_item_btn .btn_icn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: 18%;
}
.mklbl_big_image_find_frm_box_item_btn .btn_icn img {
  width: 100%;
  object-fit: cover;
}
#mklbl_footer_sec {
  width: 100%;
  float: left;
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 0 0px 0;
}
#mklbl_footer_sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    z-index: 0;
    float: left;
    background: url("../../assets/images/footer-banner.jpg") no-repeat left top transparent;
    opacity: 0.3;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-size: 100% 100%;
}
.mklbl_footer_copyrght_sec {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #ccc1c1;
  /*background: #262339;*/
}
.mklbl_footer_copyrght_card {
  width: 100%;
  float: left;
  position: relative;
  *border-top: 2px solid #423F54;
  margin-top: 0px;
  padding: 30px 0;
      display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.mklbl_footer_copyrght_card p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mklbl_footer_copyrght_card p a {
  color: #f7911d;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_footer_copyrght_card p a:hover {
  color: #000;
}
.mklbl_footer_sec_card {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0 30px 0;
}

.helo :before {
  content: '';
  background: url("../../assets/images/top-bg.png") repeat-x;
  position: absolute;
  bottom: 40px;
  left: 0;
  height: 5%;
  width: 100%;
  z-index: 2;
  background-size: contain; }
}

.mklbl_footer_card_wrap {
  width: 100%;
  float: none;
  position: relative;
  margin: 0 auto;
}
.mklbl_footer_card_wrap_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .abt_ftr_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .abt_ftr_box_fig {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 35px;
}
.mklbl_footer_card_wrap_box .abt_ftr_box_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_footer_card_wrap_box .abt_ftr_box_descp {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .abt_ftr_box_descp p {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}
.mklbl_footer_card_wrap_box .mklbl_footer_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_footer_card_wrap_box .mklbl_footer_titl h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: inherit;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.mklbl_footer_socil .mklbl_footer_titl {
  width: 45%;
  float: left;
  position: relative;
  *padding-bottom: 15px;
}
.mklbl_footer_socil .mklbl_footer_titl h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: inherit;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.mklbl_footer_socil {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
    /*display: flex;*/
    /*align-items: center;*/
    /*align-content: center;*/
}
.mklbl_footer_socil_list {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_socil_list ul {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.mklbl_footer_socil_list ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0 0px 0 0;
  list-style-type: none;
}
.mklbl_footer_socil_list ul li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  float: left;
  line-height: 40px;
  text-align: center;
}
.mklbl_footer_socil_list ul li a:hover {
  color: #f7911d;
  border: 1px solid #f7911d;
}
.mklbl_footer_socil_list ul li img {
    width: 100%;
}
.mklbl_footer_socil_list ul li a i {
    width: 100%;
    color: #fff;
}
.mklbl_footer_card_wrap_box_card {
  width: 100%;
  float: left;
  position: relative;
}
.left_spc {
  padding-left: 25px;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_icn {
  width: 24px;
  float: left;
  position: relative;
  margin-right: 12px;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_icn img {
  width: 100%;
  object-fit: cover;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_link {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_link p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  text-align: left;
  margin: 0;
  padding: 0 0 6px 0;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_link p a {
  text-transform: initial;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_footer_card_wrap_box .mklbl_footer_cntinfo_box_link p a:hover {
  color: #f7911d;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links ul {
  width: 100%;
  float: left;
  position: relative;  
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links ul li {
  position: relative;  
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links ul li:before{
  position: absolute;
  content: "\f155";
  left: 0px;
  top: 6px;
  color: #f7911d;
  font-size: 12px;
  font-family: 'Flaticon';
  text-align: center;
  font-weight: 100;
  line-height: 1;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links ul li a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 18px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_footer_card_wrap_box .mklbl_footer_links ul li a:hover {
  color: #f7911d;
}
.mklbl_footer_card_wrap_box .mklbl_footer_wacpts {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
.mklbl_footer_card_wrap_box .mklbl_footer_wacpts_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_footer_card_wrap_box .mklbl_footer_wacpts_fig img {
  width: 100%;
  object-fit: cover;
}
#mklbl_message_sec {
  width: 100%;
  float: left;
  position: relative;
  *margin-bottom: -90px;
  *z-index: 1;
  margin-top: 50px;
}
.mklbl_message_sec_card {
  width: 100%;
  float: left;
  max-height: 500px;
  *margin: 0 auto;
  position: relative;
  display: flex;
  background: #fff;
  padding: 35px 48px;
  background: #ffff;

}
.mklbl_message_sec_lft {
    width: 80%;
    position: relative;
    float: left;
}
.mklbl_message_sec_lft img{
    width: fit-content;
    position: relative;
    float: center!important;
    object-fit: cover;
    height: 100%;
    align-items: center!important;

}
/*.mklbl_message_sec_lft:before {*/
/*    content:'';*/
/*    width: 100%;*/
/*    float: left;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-content: center;*/
/*    align-items: center;*/
/*    *background: rgba(48,79,71,0.5);*/
/*    background: rgba(0,0,0,0.35);*/
/*}*/
.mklbl_message_sec_lft_cnt {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 0 15%;
}
.mklbl_message_sec_lft_cnt h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: inherit;
}
.mklbl_message_sec_lft_cnt p {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    margin-top: 20px;
}
.mklbl_message_btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 10px 0;
    text-align: left;
}
.mklbl_message_sec_rgt {
    width: 100%;
    position: relative;
    float: left;
    /*background: url("");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    padding: 120px 0 120px 0;
}
.mklbl_message_sec_rgt:before {
    content:'';
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.mklbl_message_sec_rgt p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: inherit;
}
.mklbl_message_sec_rgt_box {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 5%;
}
.mklbl_message_ttl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 40px;
}
.mklbl_message_ttl h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: inherit;
}
.mklbl_message_wrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 auto;
}
.mklbl_message_wrap form {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_message_frm_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_message_frm_box_email {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_message_frm_box_email input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  background: #fff;
  padding: 3px 3px 3px 10px;
  line-height: inherit;
  font-family: 'Work Sans', sans-serif;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: left;
  color: #737679;
  font-size: 15px;
  clear: both;
  border: 1px solid #fff;
  border-radius: 0px 0px 0 0px;
  outline: 0;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.mklbl_message_frm_box_email input:hover {
  border: 1px solid #f7911d;
}
.mklbl_message_frm_box_email input:focus {
  border: 1px solid #f7911d;
}
.mklbl_message_frm_box_email input::-webkit-input-placeholder {
  color: #737679;
}
.mklbl_message_frm_box_email input:-ms-input-placeholder {
  color: #737679;
}
.mklbl_message_frm_box_email input::-moz-placeholder {
  color: #737679;
  opacity: 1;
}
.mklbl_message_frm_box_email input:-moz-placeholder {
  color: #737679;
  opacity: 1;
}
.mklbl_message_btn {
 width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 10px 0;
    text-align: center;
}
.mklbl_message_frm_box_btn{
  width: fit-content;
  position: relative;
  background: #f7911d;
  padding: 10px 30px;
  clear: both;
  justify-items: center;
  text-align: center;
  object-position: center;
  border: 1px solid #f7911d;
  border-radius: 30px;
  outline: 0;
  line-height: inherit;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;  
  box-shadow: 2px 2px 10px rgb(26 34 56 / 18%);
}

.mklbl_message_frm_box_btn:hover {
  background: #7a6c51;
  color: #ffffff;
  border: 1px solid #fff;
}
.mklbl_message_frm_box_btn:focus {
  background: #262339;
  border: 1px solid #262339;
}
.mklbl_message_frm_box_btn input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  background: #f7911d;
  padding: 3px 3px 3px 3px;
  line-height: inherit;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  clear: both;
  border: 1px solid #f7911d;
  border-radius: 0px 0px 0px 0px;
  outline: 0;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;  
  box-shadow: 2px 2px 10px rgb(26 34 56 / 18%);
}
.mklbl_message_frm_box_btn input:hover {
  background: #262339;
  border: 1px solid #262339;
}
.mklbl_message_frm_box_btn input:focus {
  background: #262339;
  border: 1px solid #262339;
}
.mklbl_heading_cnt {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.mklbl_heading_cnt h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #02181f;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 26%;
  line-height: 1.2;
}
.mklbl_heading_cnt h2 span{
  color: #304F47;
}
.mklbl_heading_cnt h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1;
}
.mklbl_hdng_cntr_whit_left {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.mklbl_hdng_cntr_whit_left h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 55% 0 0;
  line-height: 1.2;
}
.mklbl_hdng_cntr_whit_left h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1;
}
.mklbl_heading_cnt_left {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.mklbl_heading_cnt_left h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0% 0 0;
  line-height: 1.2;
}
.mklbl_heading_cnt_left h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0% 0 0;
  line-height: 1.2;
}
.mklbl_heading_cnt_left h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1;
}
.mklbl_heading_cnt_left p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: left;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 15px 0 0 0;
  position: relative;
}
#mklbl_sfrtour_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
  border-radius: 80px;
}
.mklbl_sfrtour_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_safari_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 13px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
   -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.mklbl_safari_box:hover {
  margin-top: 2px;
  box-shadow: 0 0 9px rgb(24 24 24 / 15%);
}
.mklbl_safari_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_safari_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.mklbl_safari_box:hover .mklbl_safari_box_fig img {
  transform: scale(1.05);
}
.mklbl_safari_box_dtls {
  width: 100%;
  background-color: #ffffff;
  float: left;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 20px 15px;
}
.mklbl_safari_box_dtls_dystr {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.mklbl_safari_box_dtls_dystr .mklbl_sompaba_days {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_safari_box_dtls_dystr .mklbl_sompaba_days h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}

.mklbl_safari_box_dtls_dystr .mklbl_sompaba_days h6:before {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  color: #02181f;
  font-weight: 800;
  content: "\f18a";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: 1px;
}
.mklbl_safari_box_dtls_dystr .mklbl_safari_stars {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}
.mklbl_safari_box_dtls_dystr .mklbl_safari_stars i {
  margin-left: 3px;
  color: #f7911d;
  font-size: 15px;
}
.mklbl_safari_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_safari_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0px;
  text-align: left;
  position: relative;
}
/*.mklbl_safari_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/
.mklbl_safari_box_dtls_prce {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_safari_box_dtls_prce h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_safari_box_dtls_prce h5 span {
  color: #a5a5a5;
  margin-left: 10px;
  font-size: 18px;
  text-decoration: line-through;
}
#mklbl_mttour_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_mttour_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_mttour_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgb(17 17 17 / 8%);
}
.mklbl_mttour_box:hover{
  margin-top: 2px;
  box-shadow: 0 0 9px rgb(24 24 24 / 15%);
}
.mklbl_mttour_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_mttour_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
  height: 240px;
}
.mklbl_mttour_box:hover .mklbl_mttour_box_fig img {
  transform: scale(1.05);
}
.mklbl_mttour_box_dtls {
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
  padding: 15px 15px;
}
.mklbl_mttour_box_dtls_dyprc {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_days {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_days h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0 0 0 0;
  text-align: right;
  position: relative;
  width: fit-content;
  float: right;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_days h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 15px;
  height: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_prce{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_prce h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_mttour_box_dtls_dyprc .mklbl_mttour_prce h5 span {
  font-size: 20px;
}
.mklbl_mttour_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_mttour_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  /*padding: 0 0 0 22px;*/
  text-align: center;
  position: relative;
}
/*.mklbl_mttour_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}
.mklbl_mttour_box_dtls_rtng {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_mttour_box_dtls_rtng h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_mttour_box_dtls_rtng h5:before {
  display: inline-block;
  margin-right: 0px;
  font-size: 18px;
  color: #f7911d;
  font-weight: 600;
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
}
#mklbl_wyus_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0 100px 0;
  margin: 50px 0 10px 0;
  background: linear-gradient(rgba(122, 108, 81, 0.4) 100%, rgba(122, 108, 81, 0.4) 100%), url("../../assets/images/why-us.jpg"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.mklbl_wyus_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_wyus_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 64px rgb(17 17 17 / 10%);
  margin: 20px 0;
  border-radius: 50px;
}
.mklbl_wyus_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}  
.mklbl_wyus_box_fig img {
  width: 100%;
  object-fit: cover;
} 
.mklbl_wyus_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  background: #02181f;
  padding: 30px 12px 20px 12px;
}  
.mklbl_wyus_box_dtls h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 58px;
}
.mklbl_wyus_box .achieve_icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -54px;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  *line-height: 130px;
  padding: 24px;
  box-shadow: 0px 0px 90px rgb(17 17 17 / 100%);
}
.mklbl_wyus_box .achieve_icon:hover{
  position: absolute;
  background: #f7911d;
  box-shadow: 0px 0px 10px rgb(255 255 255 / 70%);
}
.mklbl_wyus_box .achieve_icon img {
  width: 100%;
  object-fit: cover;
}

#mklbl_destination_mnsry {
  padding: 7em 0;
  position: relative;
  width: 100%; }
  @media (max-width: 767.98px) {
    .mklbl_destination_mnsry {
      padding: 6em 0; } }
.mklbl_destination_mnsry_fig .img {
  display: block;
  width: 100%;
  height: 320px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 20px;
   background-position:center;
   margin-bottom: 30px;

   }
.mklbl_destination_mnsry_fig:{
  border-radius: 20px;
}

.mklbl_destination_mnsry_fig:hover{
  border-radius: 20px;
  box-shadow: 0 0 29px rgb(24 24 24 / 45%);
}
.mklbl_destination_mnsry_fig .text {
  padding: 20px;
  position: relative;
  height: 320px; }
  .mklbl_destination_mnsry_fig .text h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700; 
    position: absolute;
    bottom: 20px;
    padding: 5px 18px;
    background: #33313b;
    
  }
  .mklbl_destination_mnsry_fig .text span {
    position: absolute;
    right: 0;
    padding-right: 17px!important;
    font-size: 18px;
    display: inline-block;
    background: #f7911d;
    padding: 4px 5px 4px 15px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  }

.mklbl_destination_mnsry_fig:hover .text span {
  padding-right: 30px!important;
  background: #33313b;
}


#mklbl_daytrips_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_daytrips_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.mklbl_daytrips_wrap_card_sml {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_sml_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_daytrips_wrap_card_sml_box_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_sml_box_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_daytrips_wrap_card_sml_box_ovrly {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: rgba(48, 79, 71, 0.6);
}
.mklbl_daytrips_wrap_card_sml_box_ovrly_info {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_sml_box_ovrly_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.mklbl_daytrips_wrap_card_lrg {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box:hover .daytrips_sldr_box_fig img {
  transform: scale(1.05);
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls {
  position: absolute;
  width: 80%;
  bottom: 30px;
  left: 0;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  padding: 4px 5px 4px 4px;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 5px;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
/*.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_rtng {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_rtng h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0 0 0 45px;
  text-align: left;
  position: relative;
}
.mklbl_daytrips_wrap_card_lrg .daytrips_sldr_box_dtls_rtng h5:before {
  display: inline-block;
  margin-right: 0px;
  font-size: 18px;
  color: #304F47;
  font-weight: 700;
  content: "\f17a";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 43px;
  padding: 0 0 0 22px;
  line-height: 1;
}
.mklbl_daytrips_wrap  .owl-nav button.owl-prev {
  top: 18%;
  left: -25%;
}
.mklbl_daytrips_wrap  .owl-nav button.owl-next {
  top: 18%;
  left: -15.9%;
}
.mklbl_daytrips_wrap .owl-dots {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.mklbl_daytrips_wrap .owl-dots button {
  outline: none;
}
.mklbl_daytrips_wrap .owl-dots button.active.owl-dot {
  height: 12px;
  background: #f7911d;
}
.mklbl_daytrips_wrap  .owl-dots button.owl-dot {
  height: 10px;
  width: 25px;
  background: #304F47;
  transition: all 0.3s;
  margin: 0 12.5px;
  border-radius: 5px;
}
.mklbl_daytrips_wrap .mklbl_daytrips_wrap_card:nth-child(even) .row {
  flex-direction: row-reverse;
}
.mklbl_daytrips_wrap .mklbl_daytrips_wrap_card:nth-child(even) .row .owl-nav button.owl-prev {
  top: 18%;
  right: -16%;
  left: auto;
}
.mklbl_daytrips_wrap .mklbl_daytrips_wrap_card:nth-child(even) .row .owl-nav button.owl-next {
  top: 18%;
  right: -26%;
  left: auto;
}
#mklbl_reviews_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_reviews_sec_card {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_reviews_sec_card .owl-carousel {
  margin-left: -20px;
}
.mklbl_reviews_box {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
  margin: 20px 10px;
  /*box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;*/
}
.mklbl_reviews_box_fig {
  float: none;
  position: relative;
  height: 115px;
  width: 115px;
  border-radius: 50%;
  border: 8px solid rgba(48, 79, 71, 0.2);
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: -50px;
  z-index: 2;
}  
.mklbl_reviews_box_fig img {
  width: 100%;
  object-fit: cover;
}  
.mklbl_reviews_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 0 0;
  border: 1px solid rgba(48, 79, 71, 0.1);
  z-index: 1;
  border-radius: 30px;
  padding: 50px 20px 20px;
}  
.mklbl_reviews_box_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mklbl_reviews_box_dtls h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: #a5a5a5;
  margin: 0px 0 5px 0;
  padding: 0;
}
.mklbl_reviews_box_dtls p {
  font-size: 16px;
  line-height: inherit;
  color: #737679;
  text-align: center;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 137px;
}
.mklbl_reviews_box_dtls p::before {
  position: absolute;
  content: "";
  background: url("");
  left: 0;
  bottom: 100%;
  height: 38px;
  width: 38px;
}
.mklbl_reviews_sec_card .owl-dots {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.mklbl_reviews_sec_card .owl-dots button {
  outline: none;
}
.mklbl_reviews_sec_card .owl-dots button.active.owl-dot {
  height: 12px;
  background: #f7911d;
}
.mklbl_reviews_sec_card .owl-dots button.owl-dot {
  height: 10px;
  width: 25px;
  background: #304F47;
  transition: all 0.3s;
  margin: 0 12.5px;
  border-radius: 5px;
}
#mklbl_grditm_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 80px 0;
  margin: 50px 0 10px 0;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.3)), to(rgba(48, 79, 71, 0.4))), url("../../assets/images/travel-info-home.jpg") center no-repeat;
  background: linear-gradient(rgba(122, 108, 81, 0.6) 100%, rgba(48, 79, 71, 0.7) 100%), url("../../assets/images/travel-info-home.jpg") center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-radius: 80px!important;
}
.mklbl_grditm_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_grditm_box {
  width: 100%;
  float: left;
  position: relative;    
  margin: 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
.mklbl_grditm_box_fig {
  width: 100%;
  float: left;
  position: relative; 
  overflow: hidden;
}
.mklbl_grditm_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.mklbl_grditm_box:hover .mklbl_grditm_box_fig img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mklbl_grditm_box_ctg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f7911d;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
}
.mklbl_grditm_box_ctg h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mklbl_grditm_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
  background: #fff;
}
.mklbl_grditm_box_dtls_titl {
  width: 100%;
  float: left;
  position: relative; 
}
.mklbl_grditm_box_dtls_titl h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: center;
  position: relative;
}
.mklbl_grditm_box_dtls_titl h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_grditm_box_lnks {
  width: 100%;
  float: left;
  position: relative; 
  border-top: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: #fff;
  padding: 18px 20px;
}
.mklbl_grditm_box_lnks_rvws {
  width: 100%;
  float: left;
  position: relative; 
}  
.mklbl_grditm_box_lnks_rvws h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #737679;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_grditm_box_lnks_star {
  width: 100%;
  float: left;
  position: relative; 
  text-align: right;
}  
.mklbl_grditm_box_lnks_star i {
  margin-left: 3px;
  color: #f7911d;
  font-size: 15px;
}
.mklbl_grditm_box_lnks_btn {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #304F47;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #fff;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.mklbl_grditm_box:hover .mklbl_grditm_box_lnks_btn {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.mklbl_grditm_sec_card .owl-nav {
  position: absolute;
  right: 0;
  top: -30%;
}
.mklbl_grditm_sec_card .owl-nav button {
  outline: none;
}
.mklbl_grditm_sec_card .owl-nav button i {
  height: 35px;
  width: 35px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 12.5px;
  margin-top: 30px;
}
#mklbl_lbsunpob_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_lbsunpob_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_lbsunpob_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgb(17 17 17 / 8%);
  border-radius: 0px 0px 3px 3px;
  margin: 15px 0;
}
.mklbl_lbsunpob_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}  
.mklbl_lbsunpob_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}  
.mklbl_lbsunpob_box:hover .mklbl_lbsunpob_box_fig img {
  transform: scale(1.05) translateX(-10px);
}
.mklbl_lbsunpob_box_date {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 5px 5px;
  padding: 10px 20px;
  background: #304F47;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.mklbl_lbsunpob_box_date h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
.mklbl_lbsunpob_box_date h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_lbsunpob_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 20px;
} 
.mklbl_lbsunpob_box_dtls .lbsunpob_athrcmnt {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}  
.mklbl_lbsunpob_box_dtls .lbsunpob_athr {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_lbsunpob_box_dtls .lbsunpob_athr h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_lbsunpob_box_dtls .lbsunpob_athr h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_lbsunpob_box_dtls .lbsunpob_cmnt {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}
.mklbl_lbsunpob_box_dtls .lbsunpob_cmnt h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 0 0px;
  text-align: left;
  position: relative;
  width: fit-content;
  float: right;
}
.mklbl_lbsunpob_box_dtls .lbsunpob_cmnt h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 18px;
  height: 18px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_lbsunpob_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.mklbl_lbsunpob_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_big_image_btn {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_btn_all_sm {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  padding: 10px 30px 10px 40px;
  background: #304F47;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 2;
}
.mklbl_btn_all_sm::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #f7911d;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-clip-path: circle(27% at -3% 50%);
  clip-path: circle(27% at -3% 50%);
  transition: all 0.4s;
  z-index: -1;
}
.mklbl_btn_all_sm:hover::before {
  -webkit-clip-path: circle(150% at 0% 0%);
  clip-path: circle(150% at 0% 0%);
  color: #fff;
}
.mklbl_btn_all_sm:hover {
  color: #fff;
}

.mklbl_btn_2 {
  margin-left: 10px;
  margin-top: 0px;
}

.mklbl_btn_home {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  padding: 15px 40px 15px 60px;
  background: #f7911d;
  border-radius: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 2;
}
.mklbl_btn_home::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #385f96;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-clip-path: circle(27% at -3% 50%);
  clip-path: circle(27% at -3% 50%);
  transition: all 0.4s;
  z-index: -1;
}
.mklbl_btn_home:hover::before {
  -webkit-clip-path: circle(150% at 0% 0%);
  clip-path: circle(150% at 0% 0%);
  color: #fff;
}
.mklbl_btn_home:hover {
  color: #fff;
}


#mklbl_page_baner_sec {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_page_baner_fig {
  width: 100%;
  float: left;
  position: relative;
  background: rgba(0, 0, 0, 1);
}
.mklbl_page_baner_fig img {
  width: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 1);
}

#mklbl_footer_sec {
  width: 100%;
  float: left;
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 0 0px 0;
}
/*.mklbl_page_baner_fig:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    z-index: 0;
    float: left;
    background: url("../../assets/images/shadow-banner.png") no-repeat left top transparent;
    opacity: 0.9;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-size: 100% 100%;
}*/
.mklbl_page_baner_ovrly {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  *background: rgba(48,79,71,0.5);
  background: rgba(0,0,0,0.6);
}
.no_ovrly{
  background: none!important;
}
.mklbl_page_baner_cntnt {
  width: 100%;
  float: left;
  position: relative;
}
.eaw_inner_baner_cntnt_info {
  width: 100%;
  float: left;
  position: relative;
}
.eaw_inner_baner_cntnt_info h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.2;
}
.mklbl_bredcrumb {
  width: 100%;
  position: relative;
  float: left;
}
.mklbl_bredcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mklbl_bredcrumb ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.1px;
  font-family: 'Work Sans', sans-serif;
}
.mklbl_bredcrumb ul li a {
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mklbl_bredcrumb ul li:after {
  position: absolute;
  content: "\f149";
  right: -8px;
  top: 6px;
  color: #f6b512;
  font-size: 16px;
  font-family: 'Flaticon';
  text-align: center;
  font-weight: 100;
  line-height: 1;
}
.mklbl_bredcrumb ul li a:hover {
  color: #f6b512;
}
.mklbl_bredcrumb ul li:last-child:after {
  display: none;
}
.mklbl_bredcrumb ul li:last-child  {
  color: #f6b512;
}
#mklbl_sfrifltr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_sfrifltr_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_sec_card h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: left;
}
.mklbl_sfrifltr_sec_card ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.mklbl_sfrifltr_sec_card ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: inherit;
  color: #737679;
  margin-bottom: 15px;
  position: relative;
}
.mklbl_sfrifltr_sec_card ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_sfrifltr_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_wrap_all {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_data_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 0 30px rgb(17 17 17 / 8%);
}
.mklbl_sfrifltr_data_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_sfrifltr_data_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
  height: 250px;
}
.mklbl_sfrifltr_data_box:hover .mklbl_sfrifltr_data_box_fig img {
  transform: scale(1.05);
}
.mklbl_sfrifltr_data_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 15px;
}
.mklbl_sfrifltr_data_box_dtls_dyprc {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_days {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_days h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0 0 0 0;
  text-align: right;
  position: relative;
  width: fit-content;
  float: right;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_days h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 15px;
  height: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_prce{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_prce h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_sfrifltr_data_box_dtls_dyprc .mklbl_sfrifltr_data_prce h5 span {
  font-size: 15px;
}
.mklbl_sfrifltr_data_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_sfrifltr_data_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
  min-height: 75px;
}
.mklbl_sfrifltr_data_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_sfrifltr_data_box_dtls_rtng {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_data_box_dtls_rtng h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_sfrifltr_data_box_dtls_rtng h5:before {
  display: inline-block;
  margin-right: 0px;
  font-size: 18px;
  color: #f7911d;
  font-weight: 600;
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
}
.mklbl_sfrifltr_pgnsn {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 0;
}
.sidebar_sfrifltr_sticky {
  position: sticky;
  top: 90px;
}
.mklbl_sfrifltr_sbar_all {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
}
.sidebar_filter_sort {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px;
  background: #304f47;
  margin-bottom: 10px;
  border-radius: 4px;
}
.sidebar_filter_sort h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  float: left;
  justify-content: center;
}
.sidebar_filter_sort h5:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.mklbl_sfrifltr_sbar_all_main {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_sbar_all_main form {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_sbar_box {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
  padding: 30px 25px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 10px;
  margin-top: 30px;
}
.mklbl_sfrifltr_sbar_box_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 25px;
}
.mklbl_sfrifltr_sbar_box_titl h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mklbl_sfrifltr_sbar_box_all {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sfrifltr_sbar_box_all_chck {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.mklbl_sfrifltr_sbar_box_all_chck:last-child {
  margin-bottom: 0;
}
.mklbl_sfrifltr_sbar_box_all_chck input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.mklbl_sfrifltr_sbar_box_all_chck label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_sfrifltr_sbar_box_all_chck label h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #a5a5a5;
  padding-left: 8px;
  line-height: 1;
  letter-spacing: 0.4px;
}
.mklbl_sfrifltr_sbar_box_all_chck label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #304F47;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.mklbl_sfrifltr_sbar_box_all_chck input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  *border: solid #f7911d;
  *border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all .2s ease;
  background: #fba413;
  border-radius: 50%;
}
.mklbl_sfrifltr_sbar_box_all_chck input:checked + label:before {
  border: 2px solid #f7911d;
}
.mklbl_sfrifltr_sbar_box_all_chck input:checked + label h5 {
  color: #304F47;
}
.mklbl_sbar_gotti {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.mklbl_sbar_gotti_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_sbar_gotti_fig img {
  width: 100%;
  object-fit: cover;
}   
.mklbl_sbar_gotti_ovrly {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  background: rgba(48,79,71,.85);
}
.mklbl_sbar_gotti_ovrly_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
}
.mklbl_sbar_gotti_ovrly_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mklbl_sbar_gotti_ovrly_dtls_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 50px 0 10px 0;
}
#mklbl_pkgitnry_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_pkgitnry_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
}
.mklbl_pkgitnry_wrap_main {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_sldrfig{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_sldrfig img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno_titl{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno_titl_hed{
  width: 100%;
  float: left;
  position: relative;
}  
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno_titl_hed h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1.2;
} 
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno_titl_hed h5 {
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #a5a5a5;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_main .mklbl_pkgitnry_wexpno_titl_hed h5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box_icn {
  width: 40px;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box_icn img {
  width: 100%;
  object-fit: cover;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 10px;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box_dtls h6 {
  font-size: 17px;
  line-height: inherit;
  color: #262339;
  text-align: left;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
}
.mklbl_pkgitnry_wrap_main .mklbl_wexpno_shrtinfo_box_dtls p {
  font-size: 14px;
  line-height: inherit;
  color: #737679;
  text-align: left;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
}
.mklbl_pkgitnry_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabing {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabing ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 40px 0 0 0;
  list-style-type: none;
  text-align: left;
}
.mklbl_pkgitnry_wrap_tabing ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.mklbl_pkgitnry_wrap_tabing ul li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 40px;
  border: 2px solid #f7911d;
  border-radius: 5px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #262339;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_pkgitnry_wrap_tabing ul li a i {
  margin-right: 5px;
}
.mklbl_pkgitnry_wrap_tabing ul li:hover, .mklbl_pkgitnry_wrap_tabing ul li.active {
  background-color: #f7911d;
  color: #fff;
  *border: 2px solid #f7911d;
  border-radius: 5px;
}
.mklbl_pkgitnry_wrap_tabing ul li:hover a, .mklbl_pkgitnry_wrap_tabing ul li.active a{
  background-color: #f7911d;
  color: #fff;
  border: 2px solid #f7911d;
}
.mklbl_pkgitnry_wrap_tabcnt {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_wrap_info {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_titl {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
}
.mklbl_pkgitnry_wrap_titl h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_ovrvw {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_ovrvw_descp {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_ovrvw_descp p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_hglghts {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_hglghts_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_hglghts_box ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *display: flex;
  *flex-wrap: wrap;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_hglghts_box ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 5px 15px 22px;
  list-style-type: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #737679;
  text-transform: inherit;
  text-align: left;
  font-size: 17px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_hglghts_box ul li::before {
  display: inline-block;
  margin-right: 0px;
  font-size: 17px;
  color: #f7911d;
  font-weight: 200;
  content: "\f10c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_titl{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 20px 20px 40px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_titl h4{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_descp{
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 20px 20px 30px;
  border-left: 1px solid #eee;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_descp ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *display: flex;
  *flex-wrap: wrap;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_descp ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0px 10px 30px;
  list-style-type: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #737679;
  text-transform: inherit;
  text-align: left;
  font-size: 17px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .inclexcl_box_descp ul li::before {
  display: inline-block;
  margin-right: 0px;
  font-size: 16px;
  color: #f7911d;
  font-weight: 200;
  content: "\f185";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 0px;
}
.mklbl_pkgitnry_wrap_info .mklbl_pkgitnry_inclexcl_wrap .tik_incl ul li::before {
  content: "\f176";
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_ovrvw {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_ovrvw_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_ovrvw_dtls p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_all {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_days_all_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}
.mklbl_pkgitnry_days_all_wrap .days_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
}
.mklbl_pkgitnry_days_all_wrap .days_box_nmbr {
  width: auto;
  float: left;
  position: relative;
  margin-right: 25px;
  height: auto;
}
.mklbl_pkgitnry_days_all_wrap .days_box_nmbr:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  z-index: -1;
  background: url("../../assets/images/itinerary-line.png") no-repeat;
  background-size: cover;
}
.mklbl_pkgitnry_days_all_wrap .days_box_nmbr_crcl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7911d;
  border: 5px solid #cbd3d1;
}
.mklbl_pkgitnry_days_all_wrap .days_box_nmbr_crcl h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_titl h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_titl h4 span {
  text-transform: uppercase;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_descp {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_descp p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_pkgitnry_days_all_wrap .days_box_dtls_descp strong {
  font-weight: 700;
}
.days_box_dtls_descp ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.days_box_dtls_descp ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: inherit;
  color: #737679;
  margin-bottom: 15px;
  position: relative;
}
.days_box_dtls_descp ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_pkgitnry_days_all_wrap .days_box:last-child .days_box_nmbr:before {
  display: none;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_glry {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_glry_all {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  padding-top: 20px;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_glry_all_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_wrap_tabcnt .tab-content .mklbl_pkgitnry_days_glry_all_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_pkgitnry_sbar {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_sbar_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 25px;
}
.mklbl_pkgitnry_sbar_titl h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mklbl_pkgitnry_sbar_boking {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 0 30px rgb(17 17 17 / 10%);
  border-radius: 10px;
}
.mklbl_pkgitnry_sbar_boking_frm {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_sbar_boking_frm form {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_pkgitnry_sbar_boking_frm .sbar_boking_box {
  width: 100%;
  float: left;
  position: relative;
}
.sbar_boking_box_input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #a5a5a5;
  font-size: 15px;
  text-align: left;
  padding: 0 0 0 10px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sbar_boking_box_input:hover {
  border: 1px solid #f7911d;
}
.sbar_boking_box_input:focus {
  outline: 1px solid #f7911d;
  border: 1px solid #f7911d;
}
.sbar_boking_box_select {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #7c7c7c;
  font-size: 15px;
  text-align: left;
  padding: 0 0 0 10px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sbar_boking_box_select:hover {
  border: 1px solid #f7911d;
}
.sbar_boking_box_select:focus {
  outline: 1px solid #f7911d;
  border: 1px solid #f7911d;
}
.sbar_boking_box_txtarea {
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  color: #a5a5a5;
  font-size: 15px;
  text-align: left;
  padding: 10px 0 0 10px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sbar_boking_box_txtarea:hover {
  border: 1px solid #f7911d;
}
.sbar_boking_box_txtarea:focus {
  outline: 1px solid #f7911d;
  border: 1px solid #f7911d;
}
.mklbl_edteyc_flex {
  display: flex;
}
.mklbl_edteyc_flex_edt {
  width: 50%;
  float: left;
  position: relative;
  margin-right: 5px;
}
.mklbl_edteyc_flex_eyc {
  width: 50%;
  float: left;
  position: relative;
  margin-left: 5px;
}
.mklbl_ccph_flex {
  display: flex;
}
.mklbl_ccph_flex_cc {
  width: 40%;
  float: left;
  position: relative;
  margin-right: 10px;
}
.mklbl_ccph_flex_phn {
  width: 60%;
  float: left;
  position: relative;
}
.booking_btn {
  width: 100%;
  float: left;
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #304f47;
  color: #fff;
  border: 1px solid #304f47;
  outline: none;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.booking_btn:hover {
  background: #f7911d;
  border: 1px solid #f7911d;
}
.date_icn {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 18px;
  height: 18px;
}
.date_icn img {
  width: 100%;
  object-fit: cover;
}
.mklbl_itnry_sbar_popa{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 40px;
  padding: 20px 25px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  margin-bottom: 30px;
}
.mklbl_itnry_sbar_popa_all{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_itnry_sbar_popa_all_box{
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-content: center;
  align-items: center;
  overflow: hidden;
  margin: 2px 0;
}
.mklbl_itnry_sbar_popa_all_box_fig{
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-right: 15px;
}
.mklbl_itnry_sbar_popa_all_box_fig img{
  width: 100%;
  transition: all .3s;
}
.mklbl_itnry_sbar_popa_all_box:hover .mklbl_itnry_sbar_popa_all_box_fig img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mklbl_itnry_sbar_popa_all_box_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_itnry_sbar_popa_all_box_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 0px 0 10px 0;
  text-align: left;
}
/*.mklbl_itnry_sbar_popa_all_box_dtls h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/
.mklbl_itnry_sbar_popa_all_box_dtls h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 10px 0 10px 10px;
  text-align: left;
  position: relative;
}
.mklbl_itnry_sbar_popa_all_box_dtls h5:hover {
 color: #f7911d; 
}
/*.mklbl_itnry_sbar_popa_all_box_dtls h5:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}
.mklbl_itnry_sbar_popa_all_box_dtls p{
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
}
.mklbl_itnry_sbar_ttex{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  margin-bottom: 40px;
}
.mklbl_itnry_sbar_ttex_all{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
}
.mklbl_itnry_sbar_ttex_all_fig{
  width: 130px;
  float: left;
  position: relative;
  margin-right: 25px;
  border-radius: 5px;
}
.mklbl_itnry_sbar_ttex_all_fig img{
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.mklbl_itnry_sbar_ttex_all_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_itnry_sbar_ttex_all_dtls h3{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 0px 0;
  text-align: left;
}
.mklbl_itnry_sbar_ttex_all_dtls p{
  font-size: 16px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_itnry_sbar_ttex_all_dtls p b{
  position: relative;
  font-family: Arial, sans-serif;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
}
.mklbl_itnry_sbar_ttex_all_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 20px 0 10px 0;
}
.mklbl_itnry_sbar_ttex_all_btn .mklbl_btn_all{
  border-radius: 50px;
  background-color: #304F47; 
  border-color: #304F47; 
}
.mklbl_itnry_sbar_ttex_all_btn .mklbl_btn_all:hover{
  background-color: #f7911d; 
  border-color:#f7911d; 
}

.mklbl_itnry_sbar_ttex_all_btn .yellow .mklbl_btn_all {
  border-radius: 50px;
  background-color: #f7911d!important; 
  border-color: #f7911d!important;  
}

.mklbl_itnry_sbar_ttex_all_btn .yellow .mklbl_btn_all:hover{
  background-color: #304F47!important; 
  border-color: #304F47!important; 
}

.mklbl_pkgitnry_sbar_sticky {
  position: sticky;
  top: 0;
}
#mklbl_nsltskrdz_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_nsltskrdz_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_nsltskrdz_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_nsltskrdz_wrap_box {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 15px 0;
}
.mklbl_nsltskrdz_wrap_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_nsltskrdz_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.mklbl_nsltskrdz_wrap_box:hover .mklbl_nsltskrdz_wrap_box_fig img {
  transform: scale(1.05);
}
.mklbl_nsltskrdz_wrap_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 15px;
}
.mklbl_nsltskrdz_wrap_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_nsltskrdz_wrap_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
.mklbl_nsltskrdz_wrap_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_nsltskrdz_wrap_box_dtls_rtng {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_nsltskrdz_wrap_box_dtls_rtng h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_nsltskrdz_wrap_box_dtls_rtng h5:before {
  display: inline-block;
  margin-right: 0px;
  font-size: 18px;
  color: #f7911d;
  font-weight: 600;
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
}
#mklbl_about_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_about_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_about_left {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_about_left_home_rght {
  width: 100%;
  float: center;
  position: relative;
  display: inline-block;
  border: 10px solid rgba(48,79,71,.1);
  margin-bottom: 10px;
}
.mklbl_about_left_home_rght img {
  width: 100%;
  object-fit: cover;
 
}
.mklbl_about_left_fig_rght {
  width: 75%;
  float: right;
  position: relative;
  display: inline-block;
  border: 10px solid rgba(48,79,71,.1);
  
}
.mklbl_about_left_fig_rght img {
  width: 100%;
  object-fit: cover;
}
.mklbl_about_left_top {
  width: 70%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  
}
.mklbl_about_left_top_fig {
  width: 100%;
  float: left;
  position: relative;
  display: inline-block;
  border: 10px solid rgba(48,79,71,.1);
  
}
.mklbl_about_left_top_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_about_left_top_ovrly {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.mklbl_about_left_top_ovrly_box {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.mklbl_about_left_top_ovrly_box i {
  text-align: center;
  font-size: 40px;
  color: #304f47;
  cursor: pointer;
  line-height: 1;
}
.mklbl_about_left_top_ovrly_box i:after {
  content: "";
  border: 10px solid rgba(48,79,71,.4);
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 90%;
  top: -30px;
  z-index: 9;
}
.mklbl_abtagco_rght {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_abtagco_rght_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_abtagco_rght_dtls_descp {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_abtagco_rght_dtls_descp p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_abtagco_rght_dtls_descp ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mklbl_abtagco_rght_dtls_descp ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: capitalize;
  color: #262339;
  margin-bottom: 20px;
  position: relative;
}
.mklbl_abtagco_rght_dtls_descp ul li:before {
  content: "\f1e5";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  color: #f7911d;
  font-family: 'Font Awesome 5 Free';
}
#mklbl_stsrvc_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_stsrvc_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_stsrvc_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_stsrvc_wrap_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.mklbl_stsrvc_wrap_box_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_stsrvc_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_stsrvc_wrap_box_ovrly {
  position: absolute;
  width: 80%;
  bottom: 30px;
  right: 0;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
}
.mklbl_stsrvc_wrap_box_ovrly_dtls {
  width: 100%;
  float: center;
  position: relative;
  padding: 20px 15px;
}
.mklbl_stsrvc_wrap_box_ovrly_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mklbl_stsrvc_wrap_box_ovrly_dtls h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: #737679;
  margin: 5px 0 0px 0;
  padding: 0;
}
.mklbl_stsrvc_wrap .owl-nav {
  position: absolute;
  right: 0;
  top: -20%;
}
.mklbl_stsrvc_wrap .owl-nav button {
  outline: none;
}
.mklbl_stsrvc_wrap .owl-nav button i {
  height: 36px;
  width: 36px;
  color: #f7911d;
  border: 2px solid #f7911d;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  margin: 30px 12.5px 0;
}
#mklbl_cntus_map_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_cntus_map_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_map {
  width: 100%;
  float: left;
  position: relative;
  border: 2px solid #7a6c51;
  border-radius: 20px;
}
.mklbl_cntus_map iframe {
  width: 100%;
  height: 450px;
  float: left;
  position: relative;
  border: 2px solid #7a6c51;
  border-radius: 20px;
}
#mklbl_contact_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_contact_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_contacts_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  margin: 15px 0;
  display: flex;
  border-radius: 10px;
  padding: 20px 20px;
  min-height: 202px;
}
.mklbl_contacts_box:after {
  position: absolute;
  content: "";
  top: -65px;
  right: -11%;
  display: block;
  width: 126px;
  height: 180px;
  background: #7a6c51;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.mklbl_contacts_box:hover:after {
  background: #7a6c51;
}
.mklbl_contacts_box_icn {
  width: 85px;
  float: right;
  position: relative;
  z-index: 2;
}  
.mklbl_contacts_box_icn img {
  width: 100%;
  object-fit: cover;
} 
.mklbl_contacts_box_dtls {
  width: 100%;
  float: left;
  position: relative;
}  
.mklbl_contacts_box_dtls h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 15px 0 10px 10px;
  text-align: left;
  position: relative;
} 
.mklbl_contacts_box_dtls p {
  font-size: 18px;
  line-height: inherit;
  color: #737679;
  text-align: left;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 10px 20px;
}
.mklbl_contacts_box_dtls ul {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
}
.mklbl_contacts_box_dtls ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0 10px 0 0;
  list-style-type: none;
}
.mklbl_contacts_box_dtls ul li a {
  font-size: 24px;
  color: #a5a5a5;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_contacts_box_dtls ul li a:hover {
  color: #f7911d;
}
.mklbl_contacts_box_dtls p a {
  color: #737679;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_contacts_box_dtls p a:hover {
  color: #f7911d;
}
#mklbl_cntus_gitcu_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_cntus_gitcu_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_gitcu_left {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 40px;
}
.mklbl_cntus_gitcu_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_cntus_gitcu_titl h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_cntus_gitcu_left_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_gitcu_left_dtls p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_cntus_gitcu_left_ohch {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_gitcu_left_ohch_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 20px 0;
}
.mklbl_cntus_gitcu_left .ohch_box_icn {
  width: 90px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.mklbl_cntus_gitcu_left .ohch_box_icn img {
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}
.mklbl_cntus_gitcu_left .ohch_box_txts {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_gitcu_left .ohch_box_txts h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
  position: relative;
}
.mklbl_cntus_gitcu_left .ohch_box_txts p {
  font-size: 18px;
  line-height: inherit;
  color: #737679;
  text-align: left;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 2px 0;
}
.mklbl_cntus_gitcu_rght {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms form {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms form {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms_all {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms_all_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms_all_box input {
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  clear: both;
  border: 1px solid #e1e1e1;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mklbl_cntus_frms_all_box input:hover {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box input:focus {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box select {
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  color: #727272;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  clear: both;
  border: 1px solid #e1e1e1;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mklbl_cntus_frms_all_box select:hover {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box select:focus {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box textarea {
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 0 15px;
  height: 180px;
  line-height: 50px;
  clear: both;
  border: 1px solid #e1e1e1;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mklbl_cntus_frms_all_box textarea:hover {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box textarea:focus {
  border: 1px solid #f7911d;
  box-shadow: none;
  outline: none;
}
.mklbl_cntus_frms_all_box_btn {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cntus_frms_all_box_btn input {
  font-family: 'Quicksand', sans-serif;
  background: #304F47;
  border: 1px solid  #304F47;
  color: #fff;
  padding: 6px 30px;
  position: relative;
  border-radius: 30px;
  z-index: 0;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  float: none;
  outline: none;
  width: fit-content;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_cntus_frms_all_box_btn input:hover {
  background: #f7911d;
  border: 1px solid #f7911d;
  color: #fff;
}
#mklbl_dscrll_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_dscrll_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_wrap_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_dscrll_wrap_titl h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1.2;
}
.mklbl_dscrll_wrap h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #02181f;
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: left;
}
.mklbl_dscrll_wrap_figrs {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.mklbl_dscrll_wrap_figrs img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin: 5px 0 15px 0;
}
.mklbl_dscrll_wrap p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}
.mklbl_dscrll_wrap a {
  color: #f7911d;
  font-weight: 600;
}
.mklbl_dscrll_wrap a:hover {
  color: #304F47;
}
.mklbl_dscrll_wrap_qote {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 40px 0px;
  display: flex;
  align-items: center;
  border-left: 7px solid #f7911d;
  padding: 30px 15px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 0 10px 10px 0;
}
.mklbl_dscrll_wrap ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.mklbl_dscrll_wrap ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: inherit;
  margin: 0;
  padding: 0 0 0px 22px;
  text-transform: inherit;
  color: #737679;
  margin-bottom: 5px;
  position: relative;

}
.mklbl_dscrll_wrap ul li:before {
  content: "\f155";
  display: block;
  font-weight: 800;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  font-family: "Flaticon";
}
.mklbl_dscrll_wrap_qote_icn {
  width: 75px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.mklbl_dscrll_wrap_qote_icn img {
  width: 100%;
  object-fit: cover;
}
.mklbl_dscrll_wrap_qote_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_wrap_qote_dtls p {
  font-size: 22px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_dscrll_lstnv_sticky {
  position: sticky;
  top: 100px;
}

.mklbl_dscrll_lstnv_sticky-tour {
  position: sticky;
  top: 150px;
}
.mklbl_dscrll_lstnv {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_lstnv_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 25px;
}
.mklbl_dscrll_lstnv_titl h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mklbl_dscrll_lstnv_all {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 0 20px rgb(17 17 17 / 10%);
  border-radius: 10px;
}
.mklbl_dscrll_lstnv_all_box {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_lstnv_all_box ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mklbl_dscrll_lstnv_all_box ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
.mklbl_dscrll_lstnv_all_box ul li a {
  font-family: "Work Sans",sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #a5a5a5;
  text-align: left;
  display: flex;
  align-items: center;
  transition: all .3s;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
.mklbl_dscrll_lstnv_all_box ul li a:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  color: #f7911d;
}
.mklbl_dscrll_lstnv_all_box ul  li.active a {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  color: #f7911d;
}
.mklbl_dscrll_lstnv_all_box ul li a:before {
  display: inline-block;
  margin-right: 8px;
  font-size: 10px;
  color: #f7911d;
  font-weight: 800;
  content: "\f155";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 7px;
}
.mklbl_dscrll_lstnv_all_box .tips ul li a {
  color: #a5a5a5;
}
.mklbl_dscrll_lstnv_all_box .tips ul li a:hover {
  color: #304F47!important;
}
.mklbl_dscrll_lstnv_all_box .tips ul  li.active a {
  color: #304F47!important;
}
.mklbl_dscrll_lstnv_all_box .tips ul li a:before {
  color: #304F47!important;
}
.mklbl_dscrll_lstnv_sgstdpp {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  margin-bottom: 40px;
}
.mklbl_dscrll_lstnv_sgstdpp_all {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-content: center;
  align-items: center;
  overflow: hidden;
  margin: 10px 0;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box .rfvoednp_sbar_sgstdpp_fig{
  width: 120px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 15px;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box .rfvoednp_sbar_sgstdpp_fig img{
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box:hover .rfvoednp_sbar_sgstdpp_fig img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mklbl_dscrll_lstnv_sgstdpp_all_box .rfvoednp_sbar_sgstdpp_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box .rfvoednp_sbar_sgstdpp_dtls h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.mklbl_dscrll_lstnv_sgstdpp_all_box .rfvoednp_sbar_sgstdpp_dtls h6 {
  font-size: 16px;
  line-height: inherit;
  color: #f7911d;
  text-align: justify;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
}
.mklbl_dscrll_lstnv_cta {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.mklbl_dscrll_lstnv_cta_fig {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_dscrll_lstnv_cta_fig img {
  width: 100%;
  object-fit: cover;
}   
.mklbl_dscrll_lstnv_cta_ovrly {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  background: rgba(122,108,81,.4);
}
.mklbl_dscrll_lstnv_cta_ovrly_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
}
.mklbl_dscrll_lstnv_cta_ovrly_dtls h3 {
  font-family: 'comic sans ms', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mklbl_dscrll_lstnv_cta_ovrly_dtls_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  border-radius: 60px!important;
  padding: 50px 0 10px 0;
}
.mklbl_dscrll_lstnv_cta_ovrly_dtls_btn .mklbl_btn_all{

  border-radius: 60px!important;
  background-color: #304F47;
  border: none!important;
}

.mklbl_dscrll_lstnv_cta_ovrly_dtls_btn .mklbl_btn_all:hover{
  background-color: #7a6c51;
}

#mklbl_itmimgsd_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_itmimgsd_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_itmimgsd_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_itmimgsd_wrap_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 6px;
}
.mklbl_itmimgsd_wrap_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_itmimgsd_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_itmimgsd_wrap_box_ovrly {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  background: rgba(48,79,71,.3);
}
.mklbl_itmimgsd_wrap_box_ovrly_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
}
.mklbl_itmimgsd_wrap_box_ovrly_dtls h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1;
}
.mklbl_itmimgsd_wrap_box_ovrly_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mklbl_itmimgsd_wrap_box_ovrly_dtls_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 40px 0 10px 0;
}
.mklbl_itmimgsd_wrap_box_ovrly_dtls_btn .mklbl_btn_all {
  font-size: 16px;
  padding: 10px 15px;
}
.mklbl_itmimgsd_wrap .owl-nav {
  position: absolute;
  right: 0;
  top: -20%;
}
.mklbl_itmimgsd_wrap .owl-nav button {
  outline: none;
}
.mklbl_itmimgsd_wrap .owl-nav button i {
  height: 36px;
  width: 36px;
  color: #f7911d;
  border: 2px solid #f7911d;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  margin: 0px 10px 0;
}
#mklbl_bsttvt_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_bsttvt_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_bsttvt_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_bsttvt_wrap_titl {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_bsttvt_wrap_titl h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #262339;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1.2;
}
.mklbl_bsttvt_wrap h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: left;
}
.mklbl_bsttvt_wrap_figrs {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.mklbl_bsttvt_wrap_figrs img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin: 5px 0 15px 0;
}
.mklbl_bsttvt_wrap p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_bsttvt_wrap_qote {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 40px 0px;
  display: flex;
  align-items: center;
  border-left: 7px solid #f7911d;
  padding: 30px 15px;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 0 10px 10px 0;
}
.mklbl_bsttvt_wrap ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.mklbl_bsttvt_wrap ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: inherit;
  color: #737679;
  margin-bottom: 15px;
  position: relative;
}
.mklbl_bsttvt_wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_bsttvt_wrap_qote_icn {
  width: 75px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.mklbl_bsttvt_wrap_qote_icn img {
  width: 100%;
  object-fit: cover;
}
.mklbl_bsttvt_wrap_qote_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_bsttvt_wrap_qote_dtls p {
  font-size: 22px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_bsttvt_sbar_sticky {
  position: sticky;
  top: 100px;
}
.mklbl_bsttvt_sbar {
  width: 100%;
  float: left;
  position: relative;
}
#mklbl_ttrvlgd_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_ttrvlgd_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_ttrvlgd_ovrvw_wrap{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.mklbl_ttrvlgd_ovrvw_wrap p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
.mklbl_ttrvlgd_ovrvw_wrap ul {
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.mklbl_ttrvlgd_ovrvw_wrap ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 22px;
  text-transform: inherit;
  color: #737679;
  margin-bottom: 15px;
  position: relative;
}
.mklbl_ttrvlgd_ovrvw_wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#mklbl_ttrvlgd_bttvs_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_ttrvlgd_bttvs_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_ttrvlgd_bttvs_wrap{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_ttrvlgd_bttvs_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 6px;
}
.mklbl_ttrvlgd_bttvs_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_ttrvlgd_bttvs_box_fig img {
  width: 100%;
  object-fit: cover;
}
.mklbl_ttrvlgd_bttvs_box_ovrly {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  background: rgba(48,79,71,.3);
}
.mklbl_ttrvlgd_bttvs_box_ovrly_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
}
.mklbl_ttrvlgd_bttvs_box_ovrly_dtls h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f7911d;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1;
}
.mklbl_ttrvlgd_bttvs_box_ovrly_dtls h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.mklbl_ttrvlgd_bttvs_box_ovrly_dtls_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 40px 0 10px 0;
}
.mklbl_ttrvlgd_bttvs_box_ovrly_dtls_btn .mklbl_btn_all {
  font-size: 16px;
  padding: 10px 15px;
}
#mklbl_mtklcl_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_mtklcl_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_mtklcl_ovrvw_wrap{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.mklbl_mtklcl_ovrvw_wrap p {
  font-size: 17px;
  line-height: inherit;
  color: #737679;
  text-align: justify;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
#mklbl_mtitnry_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
  border-radius: 80px;
}
.mklbl_mtitnry_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_mtklclrts_wrap{
  width: 100%;
  float: left;
  position: relative;
}
#mklbl_cyrmklro_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_cyrmklro_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cyrmklro_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}
.mklbl_cyrmklro_wrap .owl-nav {
  position: absolute;
  right: 0;
  top: -30%;
}
.mklbl_cyrmklro_wrap .owl-nav button {
  outline: none;
}
.mklbl_cyrmklro_wrap .owl-nav button i {
  height: 35px;
  width: 35px;
  color: #fba413;
  border: 2px solid #fba413;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 10px;
  margin-top: 30px;
}
.mklbl_cyrmklro_wrap_box {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
}
.mklbl_cyrmklro_wrap_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_cyrmklro_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.mklbl_cyrmklro_wrap_box:hover .mklbl_cyrmklro_wrap_box_fig img {
  transform: scale(1.05);
}
.mklbl_cyrmklro_wrap_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 15px;
}
.mklbl_cyrmklro_wrap_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.mklbl_cyrmklro_wrap_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: inherit;
  text-transform: capitalize;
  color: #f7911d;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
.mklbl_cyrmklro_wrap_box_dtls_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_cyrmklro_wrap_box_dtls_rtng {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_cyrmklro_wrap_box_dtls_rtng h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: inherit;
  text-transform: capitalize;
  color: #304F47;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_cyrmklro_wrap_box_dtls_rtng h5:before {
  display: inline-block;
  margin-right: 0px;
  font-size: 18px;
  color: #f7911d;
  content: "\f17a";
  font-weight:700;
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
}
#mklbl_blgctgrypg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_blgctgrypg_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_blgctgrypg_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgb(17 17 17 / 8%);
  border-radius: 0px 0px 3px 3px;
  margin: 15px 0;
}
.mklbl_blgctgrypg_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}  
.mklbl_blgctgrypg_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}  
.mklbl_blgctgrypg_box:hover .mklbl_blgctgrypg_box_fig img {
  transform: scale(1.05) translateX(-10px);
}
.mklbl_blgctgrypg_box_date {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 5px 5px;
  padding: 10px 20px;
  background: #304F47;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.mklbl_blgctgrypg_box_date h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: left;
  position: relative;
}
.mklbl_blgctgrypg_box_date h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_blgctgrypg_box_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 20px;
} 
.mklbl_blgctgrypg_box_dtls .lbsunpob_athrcmnt {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}  
.mklbl_blgctgrypg_box_dtls .lbsunpob_athr {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_blgctgrypg_box_dtls .lbsunpob_athr h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
}
.mklbl_blgctgrypg_box_dtls .lbsunpob_athr h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_blgctgrypg_box_dtls .lbsunpob_cmnt {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}
.mklbl_blgctgrypg_box_dtls .lbsunpob_cmnt h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: inherit;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0 0 0 0px;
  text-align: left;
  position: relative;
  width: fit-content;
  float: right;
}
.mklbl_blgctgrypg_box_dtls .lbsunpob_cmnt h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 18px;
  height: 18px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_blgctgrypg_box_dtls_info {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.mklbl_blgctgrypg_box_dtls_info h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #262339;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.mklbl_blgctgrypg_box_dtls_btn {
  width: 100%;
  float: left;
  position: relative;
}
#mklbl_faq_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_faq_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_faq_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.mklbl_faq_wrap .panel {
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
.mklbl_faq_wrap .panel:last-child {
  border-bottom: none;
}
.mklbl_faq_wrap .panel-group > .mklbl_faq_wrap .panel:first-child .mklbl_faq_wrap .panel-heading {
  border-radius: 4px 4px 0 0;
}
.mklbl_faq_wrap .panel-group .panel {
  border-radius: 0;
}
.mklbl_faq_wrap .panel-group .panel + .panel {
  margin-top: 0;
}
.mklbl_faq_wrap .panel-heading {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  color: #262339;
  padding: 0;
  font-family: "Work Sans", sans-serif;
}
.mklbl_faq_wrap .panel-title a {
  display: block;
  color: #262339;
  padding: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
     text-align: left;
    text-transform: capitalize;
}
.mklbl_faq_wrap .panel-body {
  background: #fff;
}
.mklbl_faq_wrap .panel:last-child .mklbl_faq_wrap .panel-body {
  border-radius: 0 0 4px 4px;
}
.mklbl_faq_wrap .panel:last-child .mklbl_faq_wrap .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.mklbl_faq_wrap .panel .panel-heading.active {
  background-color: #f7911d;
  color: #fff;
}
.mklbl_faq_wrap .panel .panel-heading.active a{
  color: #fff;
}
.mklbl_faq_wrap .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
  background-color: #f7911d;
}
.mklbl_faq_wrap .panel-heading a:before {
  content: '\f078';
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}
.mklbl_faq_wrap .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}
#bs-collapse-faq .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}
#bs-collapse-faq .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
#accordion_faq .panel-heading a:before {
  content: '\f077';
  font-size: 18px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 15px;
  top: 15px;
  transform: rotate(180deg);
  transition: all 0.5s;
  font-weight: 200;
}

#accordion_faq .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.mklbl_faq_wrap .panel-body p {
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    line-height: inherit;
    color: #737679;
}
.mklbl_faq_wrap .panel-body ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *display: flex;
  *flex-wrap: wrap;
}
.mklbl_faq_wrap .panel-body ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 5px 15px 22px;
  list-style-type: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #737679;
  text-transform: inherit;
  text-align: left;
  font-size: 17px;
}
.mklbl_faq_wrap .panel-body ul li::before {
  display: inline-block;
  margin-right: 0px;
  font-size: 17px;
  color: #f7911d;
  font-weight: 200;
  content: "\f10c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0px;
}
#mklbl_actvty_sec {
    width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_actvty_wrap {
    width: 100%;
  float: left;
  position: relative;
}
.mklbl_actvty_wrap .owl-nav button {
  position: absolute;
  outline: none;
}
.mklbl_actvty_wrap .owl-nav button i {
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  height: 36px;
  width: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 0;
}
.mklbl_actvty_wrap .owl-nav button.owl-prev {
  top: 18%;
  left: -25%;
}
.mklbl_actvty_wrap .owl-nav button.owl-next {
  top: 18%;
  left: -15.9%;
}
.mklbl_crtfd_sec {
 width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0px;
  *margin-top: 100px;
  background: rgba(255,255,255,0.35);
  padding: 15px 0 15px 0;
}
.mklbl_crtfd_sec_card {
 width: 100%;
  float: right;
  position: relative;
}
.mklbl_crtfd_wrap {
 width: 100%;
  float: left;
  position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 20px;
}
.mklbl_crtfd_fig {
    width: 100%;
    float: left;
    position: relative;
    height: 98px;
}
.mklbl_crtfd_fig img {
 width: 100%;
    object-fit: contain;
    height: 98px;
}
.mklbl_payment_sec {
    width: 20%;
    float: left;
    position: relative;
}
.mklbl_payment_sec_logo {
    width: 18%;
    float: right;
    position: relative;
    margin-right: 5px;
    background: #fff;
}
.mklbl_payment_sec_logo img {
    width: 100%;
    object-fit: cover;
}
#mklbl_faq_vrtcl_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.mklbl_faq_vrtcl_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_faq_vrtcl_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
  display: flex;
    align-items: flex-start;
    align-content: flex-start;
}
.mklbl_faq_vrtcl_wrap_tabing {
  width: 50%;
  float: left;
  position: relative;
}
.mklbl_faq_vrtcl_wrap_tabing ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0px 0 0 0;
  list-style-type: none;
  text-align: left;
}
.mklbl_faq_vrtcl_wrap_tabing ul li {
    width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0 0px 0 0;
  padding: 0 15px 0 0;
  list-style-type: none;
  text-align: left;
}
.mklbl_faq_vrtcl_wrap_tabing ul li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #262339;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mklbl_faq_vrtcl_wrap_tabing ul li::before {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    color: #262339;
    font-weight: 200;
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
}
.mklbl_faq_vrtcl_wrap_tabing ul li a i {
  margin-right: 5px;
}
.mklbl_faq_vrtcl_wrap_tabing ul li:hover, .mklbl_faq_vrtcl_wrap_tabing ul li.active {
  background-color: transparent;
  color: #f7911d;
  *border: 2px solid #f7911d;
  border-radius: 0px;
}
.mklbl_faq_vrtcl_wrap_tabing ul li:hover a, .mklbl_faq_vrtcl_wrap_tabing ul li.active a{
  background-color: transparent;
  color: #f7911d;
  *border: 2px solid #f7911d;
}
.mklbl_faq_vrtcl_wrap_tabing ul li:hover a, .mklbl_faq_vrtcl_wrap_tabing ul li.active:before{
  color: #f7911d;
}
.mklbl_faq_vrtcl_wrap_tabcnt {
  width: 100%;
  float: left;
  position: relative;
  padding: 2px 0 0 40px;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all {
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all p {
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    line-height: inherit;
    color: #737679;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *display: flex;
  *flex-wrap: wrap;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 5px 15px 22px;
  list-style-type: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #737679;
  text-transform: inherit;
  text-align: left;
  font-size: 17px;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all ul li::before {
  display: inline-block;
  margin-right: 0px;
  font-size: 17px;
  color: #f7911d;
  font-weight: 200;
  content: "\f10c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0px;
}
.mklbl_faq_vrtcl_wrap_tabcnt .tab-content .mklbl_faq_vrtcl_wrap_tabcnt_all h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: inherit;
    text-transform: capitalize;
    color: #262339;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
}
.holder a {
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
}
.holder a.jp-current, a.jp-current:hover {
    color: #f7911d;
    font-weight: bold;
}
.holder a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}
.holder a:hover {
    background-color: #f7911d;
    color: #fff;
}
.mklbl_sfrtour_sec_card .owl-nav {
    width: fit-content;
    position: absolute;
    top: -50px;
    right: 0;
}
.mklbl_sfrtour_sec_card .owl-nav button {
  outline: none;
}
.mklbl_sfrtour_sec_card .owl-nav button i {
  height: 36px;
  width: 36px;
  color: #f7911d;
  border: 2px solid #f7911d;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  margin: 0px 10px 0;
}
#mklbl_thank_you_sec {
    width: 100%;
    float: left;
    position: relative;
    background-color: #304f47;
    overflow: hidden;
    height: 100vh;
}
#mklbl_thank_you_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .14;
    display: block;
    background: url("") center center/cover no-repeat;
}
.mklbl_thank_you_sec_card {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
.mklbl_thank_you_sec_card_box {
    width: 100%;
    float: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
}
.mklbl_thank_you_sec_card_box_logo {
    width: 20%;
    float: none;
    position: relative;
    margin: 0 auto;
}
.mklbl_thank_you_sec_card_box_logo img {
    width: 100%;
    object-fit: cover;
    *filter: brightness(0) invert(1);
    *-webkit-filter: brightness(0) invert(1);
}
.mklbl_thank_you_sec_card_box_info {
    width: 100%;
    float: left;
    position: relative;
}
.mklbl_thank_you_sec_card_box_info h1 {
    width: 100%;
    position: relative;
    float: left;
    font-size: 72px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    line-height: inherit;
    margin: 0;
    padding: 20px 0 15px 0;
}
.mklbl_thank_you_sec_card_box_info p {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 15%;
}
.mklbl_thank_you_sec_card_box_info_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding-top: 50px;
}
#mklbl_tlrmdpg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.mklbl_tlrmdpg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_tlrmdpg_wrap{
  width: 100%;
  float: left;
  position: relative;
}
.mklbl_tlrmdpg_wrap_titldescp {
  width: 100%;
  float: left;
  position: relative;  
}
.mklbl_tlrmdpg_wrap_titldescp h2 {
    font-family: 'DIN2014-Regular', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color: #231f20;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
}
.mklbl_tlrmdpg_wrap_titldescp p {
    font-family: 'DIN2014-Regular', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 0 0 15px 0;
    color: #484848;
    font-weight: 500;
}
.mklbl_tlrmdpg_wrap_frmsec {
  width: 100%;
  float: left;
  position: relative;  
  padding-top: 20px;
}
.mklbl_tlrmdpg_wrap_frmsec form {
    width: 100%;
    float: left;
    position: relative;
}
.mklbl_tlrmdpg_form_box {
    width: 100%;
    float: left;
    position: relative;
    background: #262339;
    padding: 30px 30px;
    margin: 20px 0;
}
.mklbl_tlrmdpg_form_box_head {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.mklbl_tlrmdpg_form_box_head h3 {
    font-family: 'Quicksand', sans-serif;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f7911d;
    background: 0 0;
    font-weight: 500;
    color: #f7911d;
    font-size: 22px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-top: 0;
    line-height: inherit;
}
.mklbl_tlrmdpg_form_item {
    width: 100%;
    float: left;
    position: relative;
}
.mklbl_tlrmdpg_form_item label {
      font-family: 'Quicksand', sans-serif;
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: 500;
}
.mklbl_tlrmdpg_form_item input {
  font-family: 'Work Sans', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.mklbl_tlrmdpg_form_item input:hover {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_form_item input:focus {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_form_item select {
  font-family: 'Work Sans', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.mklbl_tlrmdpg_form_item select:hover {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_form_item select:focus {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_icn {
    font-size: 18px;
    color: #f7911d;
    text-align: center;
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 40%;
}
.mklbl_tlrmdpg_form_item textarea {
  font-family: 'Work Sans', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 15px 15px;
    height: 180px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.mklbl_tlrmdpg_form_item textarea:hover {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_form_item textarea:focus {
    border: 1px solid #f7911d;
    box-shadow: none;
    outline: 0;
}
.mklbl_tlrmdpg_form_item_btn {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.mklbl_tlrmdpg_form_item_btn input {
        font-family: 'Quicksand', sans-serif;
    background: #f7911d;
    border: 1px solid #f7911d;
    color: #231f20;
    letter-spacing: 0.8px;
    padding: 12px 40px;
    position: relative;
    border-radius: 0px;
    z-index: 0;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: none;
    outline: 0;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 auto;
}
.mklbl_tlrmdpg_form_item_btn input:hover {
    background: #304F47;
    border: 1px solid #304F47;
    color: #fff;
}
.mklbl_wyus_sec_card_wdgt {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
  display: none;
  
}
.mklbl_wyatbs_wdgt_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mklbl_wyatbs_wdgt_box #CDSWIDCOE {
    margin: 0 auto;
}
.mklbl_mtklcl_ovrvw_wrap ul {
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 10px 0 5px 0;
    padding: 0;
}
.mklbl_mtklcl_ovrvw_wrap ul li {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 22px;
    text-transform: inherit;
    color: #737679;
    margin-bottom: 15px;
    position: relative;
}
.mklbl_mtklcl_ovrvw_wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mklbl_big_image_cntnt_fig {
    width: 120px;
    float: none;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}
.mklbl_big_image_cntnt_fig img {
    width: 100%;
    filter: brightness(0) invert(1);
}
#mklbl_footer_sec .mklbl_crtfd_sec {
    width: 65%;
    left: inherit;
    bottom: -30px;
    background: transparent;
    padding: 0 0 0px 0;
    right: 0;
}
#mklbl_footer_sec .mklbl_crtfd_wrap {
    gap: 80px;
}
.mkalibala_crdt {
 width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0px;
  *margin-top: 100px;
  *background: rgba(255,255,255,0.35);
  padding: 15px 0 15px 0;
}
.mkalibala_crdt_card {
 width: 100%;
  float: left;
  position: relative;
  display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.mkalibala_crdt_card_txticn {
    width: 100%;
  float: left;
  position: relative;
}
.mkalibala_crdt_card_txticn p {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    position: relative;
}
.mkalibala_crdt_card_txticn p:before {
    position: absolute;
    content: "";
    margin-left: -35px;
    width: 20px;
    height: 30px;
    background-image: url("../../assets/images/location.svg");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
}
.mkalibala_crdt_wrap {
 width: 30%;
  float: left;
  position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 20px;
}
.mkalibala_crdt_fig {
    width: 100%;
    float: left;
    position: relative;
    height: 98px;
}
.mkalibala_crdt_fig img {
 width: 100%;
    object-fit: contain;
    height: 98px;
}
.mklbl_header_nav_mob {
    width: 100%;
    float: left;
    position: relative;
}
#hamburger-icon {
    width: auto;
    float: right;
    position: relative;
    cursor: pointer;
    background: #f7911d;
    padding: 5px 10px;
}
#hamburger-icon div {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}
.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    height: calc(100vh - 0);
    width: 100%;
    background: #f7911d;
    padding: 0 0px;
}
.mobile-menu ul {
  width: 100%;
  float: left;
  position: relative;  
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu ul li {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 12px 0px;
    list-style-type: none;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.mobile-menu ul li a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #262339;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0;
  padding: 0px 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mobile-menu ul li a:hover {
  color: #fff;
}
.mobile-menu ul li.active a {
  color: #fff;
  border-bottom: 2px solid #f7911d;
}
.mklbl_big_image_cntnt_txts_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 40px 0px 0 0;
}
.mklbl_ggl_trnsltr {
    position: absolute;
    width: fit-content;
    float: left;
    top: 5px;
    right: 10px;
    z-index: 9;
}
.float{
	position:fixed;
	width:160px;
	height:40px;
	bottom:25px;
	left:70px;
	background-color:#fff;
	border-radius:50px;
    color: #000!important;
	text-align:center;
    font-size:20px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    padding-top: 05px!important;
}

.float i{
  width: 60px;
	height:60px;
	position:fixed;
	bottom:15px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:40px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    padding-top: 10px!important;
}

.float:hover{
    color: #25d366!important;
}

.my-float{
	margin-top:10px;
}

canvas {
    max-width: 100%;
}