/*
Theme Name: Maak
Author: Ali Alaa El Dine
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #555;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
	margin: 0;
}

.mobile-only{
    display: none;
}

a, input, textarea, button{
	outline: none !important;
}


header.maak-header .header-wrapper,
section.maak-sec .sec-wrap,
footer.maak-footer .footer-wrapper{
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

section.maak-sec .sec-wrap .sec-cont{
  padding: 50px 0;
}

.sec-title{
  padding: 0 0 20px;
}

.sec-title.center{
  text-align: center;
}

.sec-title h1,
.sec-title h2{
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
  color: #02333A;
}

.sec-title h1 .featured,
.sec-title h2 .featured{
  color: #0FC79D;
}

.faq-list .faq-list-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.faq-list .maak-qa {
  padding: 15px 0;
}

.faq-list .maak-qa .maak-qa-wrap {
  border: 2px solid #02333A;
  border-radius: 15px;
  padding: 20px 25px;

  transition: all 300ms ease;
}

.faq-list .maak-qa.open .maak-qa-wrap{
  border-color: #0FC79D;
  box-shadow: 0 0 20px rgba(15, 199, 157, 0.2);
}

.faq-list .maak-qa .maak-question{
  cursor: pointer;
}

.faq-list .maak-qa .maak-question-wrap{
  position: relative;
  padding: 0 20px 0 0;
}

.faq-list .maak-qa .maak-question-wrap::before,
.faq-list .maak-qa .maak-question-wrap::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #02333A;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1px 0 0;

  transition: all 300ms ease;
}

.faq-list .maak-qa.open .maak-question-wrap::before,
.faq-list .maak-qa.open .maak-question-wrap::after{
  background-color: #0FC79D;
}

.faq-list .maak-qa .maak-question:hover .maak-question-wrap::before,
.faq-list .maak-qa .maak-question:hover .maak-question-wrap::after{
  background-color: #0FC79D;
}

.faq-list .maak-qa .maak-question-wrap::after{
  transform: rotate(90deg);
}

.faq-list .maak-qa.open .maak-question-wrap::after{
  transform: rotate(0deg);
}

.faq-list .maak-qa .maak-question{
  font-size: 20px;
  font-weight: 500;
  color: #02333A;
  transition: all 300ms ease;
}

.faq-list .maak-qa.open .maak-question{
  font-weight: 700;
}

.faq-list .maak-qa .maak-answer{
  color: #919191;
  padding: 12px 0 0;
  display: none;
}

.app-flx {
  background-color: rgba(204, 204, 204, 0.4);
  border-radius: 15px;
  padding: 40px;
}

.app-flx .app-flx-wrap,
.secure-pay-flx .secure-pay-flx-wrap{
  display: flex;
  align-items: center;
  gap: 150px;
}

.secure-pay-flx .secure-pay-flx-wrap .sec-blk.txt,
.app-flx .app-flx-wrap .app-blk.txt{
  flex: 0.4;
}

.secure-pay-flx .secure-pay-flx-wrap .sec-blk.img,
.app-flx .app-flx-wrap .app-blk.img{
  flex: 0.6;
}

.secure-pay-flx .secure-pay-flx-wrap .sec-blk.img .sec-blk-cont img,
.app-flx .app-flx-wrap .app-blk.img .app-blk-cont img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.faq-list{
  padding: 15px 0 0;
}

.app-flx .app-flx-wrap .app-blk.txt .app-subtitle {
  color: #02333A;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  padding: 0 0 25px;
}

.app-flx .app-flx-wrap .app-blk.txt .app-desc,
.secure-pay-flx .secure-pay-flx-wrap .sec-blk.txt .sec-desc {
  color: #919191;
  padding: 0 0 30px;
}

.maak-btn-wrap{
  display: block;
}

.maak-btn {
  display: inline-block;
  color: #fff;
  background-color: #0FC79D;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 300ms ease;
}

input.maak-btn{
  border: none;
}

.maak-btn:hover{
  background-color: #008581;
}

.app-flx .app-flx-wrap .app-blk.img .app-blk-wrap {
  position: relative;
}

.app-features {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 5%;
}

.app-features .features-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.app-features .app-feature {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.app-features .app-feature .app-feature-wrap {
  font-size: 0;
  background: linear-gradient(134.47deg, rgba(255, 255, 255, 0.16) 1.86%, rgba(255, 255, 255, 0) 104.26%);
  padding: 9px 12px;
  border-radius: 10px;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.app-features .app-feature .app-feature-wrap span {
  display: inline-block;
  vertical-align: middle;
}

.app-features .app-feature .app-feature-wrap span.ficn {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.app-features .app-feature .app-feature-wrap span.ficn img {
  max-width: 26px;
  max-height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.app-features .app-feature .app-feature-wrap span.fname {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 10px;
}

.app-features .app-feature:nth-child(1){
  left: 10%;
}

.app-features .app-feature:nth-child(2){
  left: -5%;
}

.app-features .app-feature:nth-child(3){
  left: -10%;
}

.app-features .app-feature:nth-child(4){
  left: -5%;
}

.fin-video {
  padding: 20px 0 0;
}

.fin-video .fin-video-cover {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.fin-video .fin-video-cover img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.fin-video .fin-video-cover a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255, 0);
  backdrop-filter: blur(0px);
  transition: all 300ms ease;
}

.fin-video .fin-video-cover a:hover{
  background: rgba(255,255,255, 0.1);
  backdrop-filter: blur(8px);
}

.fin-video .fin-video-cover a svg{
  display: block;
  transition: all 300ms ease;
}

.fin-video .fin-video-cover a:hover svg{
  transform: scale(1.2);
}

.fin-video .fin-video-cover a svg path,
.fin-video .fin-video-cover a svg circle{
  transition: all 300ms ease;
}

.fin-video .fin-video-cover a:hover svg path{
  fill: #0FC79D;
  stroke: #0FC79D;
}

.fin-video .fin-video-cover a:hover svg circle{
  stroke: #0FC79D;
}

.sec-header .sec-header-flx{
  display: flex;
  gap: 100px;
}

.sec-header .sec-header-flx .sec-header-blk.left{
  flex: 0.6;
}

.sec-header .sec-header-flx .sec-header-blk.right{
  flex: 0.4;
}

.sec-header .why-desc{
  color: #02333A;
  font-size: 18px;
  padding: 8px 0 0;
}

.maak-sec.why-us,
.maak-sec.team{
  background-color: rgba(204, 204, 204, 0.4);
}

.maak-sec.team{
  overflow: hidden;
}

.why-us-list {
  padding: 40px 0 0;
}

.why-us-list .why-us-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.why-us-list .why-us-list-wrap .wl-attr {
  width: calc(33.333333333% - 34px);
}

.why-us-list .attr-icn {
  padding: 0 0 20px;
}

.why-us-list .attr-icn .attr-icn-wrap {
  width: 45px;
  height: 45px;
  background-color: rgba(15, 199, 157, 0.15);
  border-radius: 50%;
  position: relative;
}

.why-us-list .attr-icn .attr-icn-wrap img {
  max-width: 26px;
  max-height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

.why-us-list .attr-title {
  color: #02333A;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  padding: 0 0 15px;
}

.why-us-list .attr-desc {
  color: #919191;
}

.maak-sec.extra-pad-top .sec-wrap .sec-cont {
  padding-top: 80px;
}

.maak-sec.extra-pad-bottom .sec-wrap .sec-cont {
  padding-bottom: 80px;
}

.maak-sec.no-pad-top .sec-wrap .sec-cont {
  padding-top: 0;
}

.maak-sec.no-pad-bottom .sec-wrap .sec-cont {
  padding-bottom: 0;
}

header.maak-header .menu-logo-container .menu-logo-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.maak-hblk.logo a {
  max-width: 140px;
  display: block;
  text-decoration: none;
  transition: all 300ms ease;
}

.maak-hblk.logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

header.maak-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 300ms ease;
}

.thome-hblk.menu-lang-social {
  flex: 1;
  text-align: right;
}

.maak-menu-wrap .va-main-menu ul.menu {
  list-style: none;
  font-size: 0;
  line-height: 0;
  margin: 0 -20px 0 0;
  padding: 0;
}

.maak-menu-wrap .va-main-menu ul.menu li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

.maak-menu-wrap .va-main-menu ul.menu li a{
  display: block;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 300ms ease;
}

.maak-menu-wrap .va-main-menu ul.menu li a:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 300ms ease;
}

.maak-menu-wrap .va-main-menu ul.menu li a:hover:after,
.maak-menu-wrap .va-main-menu ul.menu li.current-menu-item a:after{
  width: 100%;
}

header.maak-header .header-container {
  padding: 20px 0;
  position: relative;
  transition: all 300ms ease;
}

/*
.maak-menu-wrap .va-main-menu ul.menu li.download-app a{
  background-color: #02333A;
  border-radius: 8px;
  padding: 7px 15px;
  border: 2px solid #02333A;
  cursor: pointer;
}

.maak-menu-wrap .va-main-menu ul.menu li.download-app a:hover{
  background-color: #008581;
}

.maak-menu-wrap .va-main-menu ul.menu li.download-app a:after{
  display: none;
}
*/

.terms-page header.maak-header,
.scrolling header.maak-header,
.maak-contact header.maak-header,
.maak-app-download header.maak-header{
  background-color: #02333A;
}

.scrolling header.maak-header .header-container{
  padding: 10px 0;
}

.scrolling .maak-hblk.logo a{
  max-width: 120px;
}

/*
.hide-header header.maak-header{
  top: -200px;
}
*/

section.maak-sec.first-sec{
  padding-top: 88px;
}

.terms-page .terms-content .terms-txts h2{
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  color: #02333A;
  padding: 15px 0;
}

.terms-page .terms-content .terms-txts ul{
  margin: 0;
  list-style: none;
}

.terms-page .terms-content .terms-txts ul,
.terms-page .terms-content .terms-txts p{
  padding: 0 0 15px;
}

.terms-page .terms-content{
  max-width: 860px;
  margin: 0 auto;
}

.terms-page .terms-content .terms-txts{
  padding: 20px 0 0;
}

.terms-page .terms-content .terms-txts ul li{
  padding: 0 0 4px 13px;
  position: relative;
}

.terms-page .terms-content .terms-txts ul li:last-child{
  padding: 0 0 0 13px;
}

.terms-page .terms-content .terms-txts ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0FC79D;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
}

footer.maak-footer {
  background-color: #02333A;
}

footer.maak-footer .footer-blks {
  display: flex;
  align-items: center;
  gap: 30px;
}

footer.maak-footer .footer-blk.terms-links{
  flex: 1;
  text-align: center;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul,
footer.maak-footer .footer-blk.terms-links ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li,
footer.maak-footer .footer-blk.terms-links ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li{
  padding: 0 10px;
}

footer.maak-footer .footer-blk.cr,
footer.maak-footer .footer-blk.terms-links ul li a{
  color: #fff;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li a svg path{
  fill: #fff;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li a{
  display: block;
  text-decoration: none;
  transition: all 300ms ease;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li a:hover{
  opacity: 0.8;
}

footer.maak-footer .footer-container{
  padding: 20px 0 15px;
}

.prods-list .prods-slider .slick-track,
.team-list .team-slider .slick-track {
  display: flex;
}

.prods-list .prods-slider .slick-slide,
.team-list .team-slider .slick-slide {
  float: none;
  height: unset;
}

.prods-list .prods-slider .prod-slide,
.team-list .team-slider .team-member-slide{
  padding: 15px;
}

.prods-list .prods-slider .prod-slide .prod-slide-wrap{
  height: 100%;
  background: linear-gradient(135deg, #013439 0%, #066a79 50%, #008581 100%);
  border-radius: 20px;
  padding: 30px 25px;
}

.team-list .team-slider .team-member-slide .tmem-slide-wrap{
  height: 100%;
  background: rgba(2, 51, 58, 1);
  border-radius: 20px;
  overflow: hidden;
}

.prods-list .prods-slider .slick-slide > div,
.prods-list .prods-slider .prod-slide,
.team-list .team-slider .slick-slide > div,
.team-list .team-slider .team-member-slide{
  height: 100%;
}

.prods-list .prods-list-wrap,
.team-list .team-list-wrap {
  margin: 0 -15px;
}

.prods-list .prods-slider .slick-slide .prod-icon span{
  display: block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  /* background: linear-gradient(133.02deg, rgba(255, 255, 255, 0.16) 1.81%, rgba(255, 255, 255, 0) 98.06%);
  box-shadow: 0 0 2px rgba(255,255,255,0.5); */
  background: rgba(15, 199, 157, 0.15);
  position: relative;
}

.prods-list .prods-slider .slick-slide .prod-icon span img{
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prods-list .prods-slider .slick-slide .prod-name{
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  color: #fff;
  padding: 50px 0 15px;
}

.prods-list .prods-slider .slick-slide .prod-desc{
  color: #fff;
}

.prods-list .prods-slider .prod-nav,
.team-list .team-slider .team-nav {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 44px;
  height: 44px;
  background-color: #0FC79D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.prods-list .prods-slider .prod-nav:hover,
.team-list .team-slider .team-nav:hover{
  background-color: #008581;
}

.prods-list .prods-slider .prod-nav.next,
.team-list .team-slider .team-nav.next{
  left: 70px;
}

.prods-list .prods-slider .prod-nav svg,
.team-list .team-slider .team-nav svg{
  display: block;
  width: 50%;
  height: auto;
}

.prods-list .prods-slider .prod-nav.slick-disabled,
.team-list .team-slider .team-nav.slick-disabled{
  background-color: #ccc;
  pointer-events: none;
  z-index: -1;
}

.prods-list .prods-slider,
.team-list .team-slider {
  padding: 0 0 60px;
}

.maak-sec.maak-page-hero {
  /*background: linear-gradient(114.82deg, #02333A 0.55%, #02938F 76.45%);*/
  position: relative;
  overflow: hidden;
  border-radius: 0 0 175px 0;
}

.maak-sec.maak-page-hero::after {
  content: "";
  position: absolute;
  width: 90vw;
  height: 90vw;
  top: 50%;
  right: 0;
  background: rgba(15, 199, 157, 1);
  border-radius: 50%;
  transform: translate(50%,-50%);
  opacity: 0.3;
  z-index: 1;

  display: none;
}

.maak-sec.maak-page-hero .sec-wrap{
  position: relative;
  z-index: 2;
  max-width: unset;
}

section.maak-sec.maak-page-hero .sec-wrap .sec-cont{
  padding-bottom: 0;
}

.page-hero-content .page-hero-flx {
  /* display: flex;
  align-items: center;
  gap: 40px; */
}

.page-hero-content .sec-title h1 {
  color: #fff;
}

.page-hero-content .abt-banner-intro {
  font-size: 22px;
  color: #0FC79D;
  line-height: normal;
  padding: 10px 0 0;
}

.page-hero-content .page-hero-flx .page-hero-blk{
  flex: 1;
}

.page-hero-content .page-hero-flx .page-hero-blk.txt .page-hero-blk-wrap {
  max-width: 650px;
}

.page-hero-content .page-hero-flx .page-hero-blk.img img {
  max-width: 480px;
  max-height: 480px;
  display: block;
}

.page-hero-content .page-hero-flx .page-hero-blk.img {
  align-self: flex-end;
}

.page-hero-content .page-hero-flx .page-hero-blk.img .page-hero-blk-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.page-hero-content .page-hero-flx .page-hero-blk.txt .page-hero-blk-wrap {
  padding: 30px 0;
}

.secure-pay-flx .secure-pay-flx-wrap.reverse {
  flex-direction: row-reverse;
}

.maak-page.about .secure-pay-flx .secure-pay-flx-wrap .sec-blk.txt,
.maak-page.about .secure-pay-flx .secure-pay-flx-wrap .sec-blk.img {
  flex: 1;
}

.maak-page.about .secure-pay-flx .secure-pay-flx-wrap .sec-blk.img .sec-blk-cont img{
  aspect-ratio: 6/5;
  object-fit: cover;
  object-position: center center;
}

.team-list .team-slider .team-member-slide .tmem-slide-wrap .tmem-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px 20px 0 0;
}

.team-list .team-slider .team-member-slide .tmem-slide-wrap .tmem-txts {
  padding: 22px 25px 25px;
}

.team-list .team-slider .team-member-slide .tmem-slide-wrap .tmem-txts .tmem-name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  padding: 0 0 3px;
}

.team-list .team-slider .team-member-slide .tmem-slide-wrap .tmem-txts .tmem-title {
  font-size: 18px;
  color: #fff;
}

.team-list .team-slider .slick-list{
  overflow: visible;
  width: 95%;
}

.sec-intro{
  font-size: 18px;
  line-height: 28px;
  color: #919191;
}

.sec-intro.center{
  text-align: center;
}

.sec-intro-wrap .sec-title{
  max-width: 640px;
  margin: 0 auto;
}

.sec-intro-wrap .sec-intro{
  max-width: 740px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

.part-list{
  padding: 60px 0 0;
}

.part-list .part-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.part-list .partnership-card {
  width: calc(50% - 15px);
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0 30px 0px rgba(2, 51, 58, 0.10);
}

.part-list .partnership-card .partnership-card-wrap{
  padding: 40px 30px;
}

.part-list .partnership-card .part-icoon {
  padding: 0 0 30px;
}

.part-list .partnership-card .part-icoon span{
  width: 70px;
  height: 70px;
  background-color: rgba(15, 199, 157, 0.15);
  border-radius: 50%;
  position: relative;
  display: block;
}

.part-list .partnership-card .part-icoon span img {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

.part-list .partnership-card .part-title{
  padding: 0 0 20px;
  color: #02333A;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}

.part-list .partnership-card .part-desc{
  font-size: 18px;
  line-height: 28px;
  color: #919191;
}

.part-list .partnership-card .part-desc ul{
  margin: 0;
  list-style: none;
  color: #02333A;
}

.part-list .partnership-card .part-desc p,
.part-list .partnership-card .part-desc ul{
  padding: 0 0 10px;
}

.part-list .partnership-card .part-desc p:last-child,
.part-list .partnership-card .part-desc ul:last-child{
  padding: 0;
}

.part-list .partnership-card .part-desc ul li{
  padding: 0 0 4px;
}

.part-list .partnership-card .part-desc ul li:last-child{
  padding: 0;
}

.part-list .partnership-card .part-desc ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0FC79D;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.part-list .partnership-card .part-logos {
  padding: 30px 0 0;
}

.part-list .partnership-card .part-logos .part-logos-wrap{
  font-size: 0;
  line-height: 0;
}

.part-list .partnership-card .part-logos .part-logos-wrap .partner-logo{
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px 10px 0;
  max-width: 130px;
  max-height: 50px;
}

.contact-info-flex .cinf-col.c-info .sec-title {
  max-width: 420px;
}

.cinf-blk.icn .cinf-icon{
}

.cinf-blk.icn .cinf-icon span {
  width: 45px;
  height: 45px;
  background-color: rgba(15, 199, 157, 0.15);
  border-radius: 50%;
  position: relative;
  display: block;
}

.cinf-blk.icn .cinf-icon span img {
  max-width: 26px;
  max-height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

.cinf-row .cinf-txts .cinf-row-lbl {
  font-weight: 600;
  font-size: 22px;
  color: #02333A;
  padding: 0 0 10px;
}

.cinf-row .cinf-txts {
  font-size: 18px;
  font-weight: 500;
  color: #02333A;
}

.cinf-row .cinf-txts a{
  display: inline-block;
  text-decoration: none;
  color: #0FC79D;
  transition: all 300ms ease;
}

.cinf-row .cinf-txts a:hover{
  color: #008581;
}

.cinfo-wrapper .cinf-row-blks {
  display: flex;
  gap: 20px;
  margin: 0 0 30px;
}

.cinfo-wrapper{
  padding: 25px 0 0;
}

.contact-info-flex {
  display: flex;
  gap: 40px;
}

.contact-info-flex .cinf-col.c-info{
  flex: 1;
}

.contact-info-flex .cinf-col.c-form{
  flex: 1;
}

.contact-form-round {
  border: 1px solid rgba(154, 161, 169, 0.25);
  box-shadow: 0px 0 30px 0px rgba(2, 51, 58, 0.15);
  padding: 60px;
  border-radius: 20px;
}

.map-container {
  width: 100%;
  height: 70vh;
  position: relative;
}

.map-container iframe{
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: relative;
}

.contact-form-round .cform-subtitle {
  color: #919191;
  font-size: 20px;
  line-height: 30px;
}

.maak-contact-form {
  padding: 30px 0 0;
}

.maak-contact-form .field-wrap{
  padding: 0 0 23px;
  position: relative;
}

.maak-contact-form .field-wrap input,
.maak-contact-form .field-wrap textarea{
  background-color: #fff;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
  height: 38px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.maak-contact-form .field-wrap textarea{
  height: 180px;
  resize: none;
  padding: 10px;
}

.maak-contact-form .intl-tel-input .flag-container .iti-flag {
  display: none;
}

.maak-contact-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding: 0;
  color: #0FC79D;
  font-weight: 600;
}

.maak-contact-form .intl-tel-input .country-list li.country .flag-box {
  display: none;
}

.maak-contact-form .intl-tel-input.separate-dial-code .selected-flag{
  background-color: transparent;
}

.maak-contact-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{
  width: 60px;
}

.maak-contact-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input{
  padding-left: 66px;
}

.maak-contact-form .field-wrap .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.maak-contact-form .field-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}

.maak-contact-form .wpcf7 form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
  border: none;
}

.maak-menu-wrap .va-main-menu.no-app-download ul.menu li.download-app{
  display: none;
}

.app-download-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

.app-download-pop .app-download-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00181C;
  opacity: 0.7;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease;
}

.app-download-pop.open .app-download-overlay{
  opacity: 0.7;
}

.app-download-pop .app-download-popup-flex {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.app-download-pop .app-download-popup {
  max-width: 540px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 30px 45px;
  position: relative;
  top: 150px;
  opacity: 0;
  transition: all 300ms ease;
}

.app-download-pop.open .app-download-popup{
  opacity: 1;
  top: 0;
}

.app-download-pop .app-download-popup-wrap {
  position: relative;
  padding: 45px 0 0;
}

.app-download-pop .close-app-pop {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.app-download-pop .close-app-pop svg path{
  transition: all 300ms ease;
}

.app-download-pop .close-app-pop:hover svg path{
  fill: #0FC79D;
}

.app-download-pop .sec-title h2{
  font-size: 32px;
}

.app-download-pop .download-app-subtitle {
  font-size: 18px;
  color: #02333A;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.app-download-pop .download-app-qr {
  max-width: 200px;
  margin: 0 auto;
}

.app-download-pop .download-app-qr img{
  width: 100%;
  height: auto;
  display: block;
}

.terms-page .terms-content .terms-txts a{
  color: #008581;
}

.terms-page .terms-content .terms-txts a:hover{
  color: #0FC79D;
}

section.maak-sec.home-hero .sec-wrap {
  max-width: unset;
  padding: 0;
}

section.maak-sec.home-hero .sec-wrap .sec-cont{
  padding: 0;
}

.maak-home-slide .slide-img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.maak-home-slide .slide-img.mob{
  display: none;
}

.maak-home-slide .slide-img img{
  display: block;
  width: 100%;
  /* aspect-ratio: 9/5; */
  object-fit: cover;
  height: 100dvh;
}

.maak-home-slide .maak-home-slide-wrap {
  position: relative;
  border-radius: 0 0 175px 0;
  overflow: hidden;
}

.maak-home-slide .home-slide-txts{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 130px 0 50px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.maak-home-slide .home-slide-txts .home-slide-txts-wrap{
  padding: 0 20px;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  height: auto !important;
}

.maak-home-slide .home-slide-txts .home-slide-txts-wrap .home-slide-txts-cont{
  width: 50%;
  max-width: 640px;
}

.maak-home-slide .slide-title .sec-title h1 {
  color: #fff;
  font-size: 52px;
}

.maak-home-slide .slide-desc {
  font-size: 24px;
  line-height: normal;
  color: #fff;
  padding: 0 0 50px;
  color: #0FC79D;
}

.home-hero .hero-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.home-hero .hero-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}

.home-hero .hero-slider .slick-dots li button {
  border: none;
  background-color: #CCCCCC;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 300ms ease;
  padding: 0;
  overflow: hidden;
  text-indent: -5000px;
}

.home-hero .hero-slider .slick-dots li:hover button{
  background-color: #0FC79D;
}

.home-hero .hero-slider .slick-dots li.slick-active button{
  width: 20px;
  height: 20px;
  background-color: #0FC79D;
}

.maak-sec.app-download{
  overflow: hidden;
}

.maak-home-slide .slide-title .sec-title h1 .featured {
  font-size: 70px;
}

.maak-home-slide .slide-title .sec-title h1 .featured sup {
  font-size: 40px;
}

.maak-home-slide .maak-btn{
  background-color: #fff;
  color: #0FC79D;
}

.maak-home-slide .maak-btn:hover{
  background-color: #0FC79D;
  color: #fff;
}

.maak-menu-wrap .va-main-menu ul.menu li.lang-item a::after{
  left: auto;
  right: 0;
}

section.maak-sec.maak-page-hero .sec-wrap,
section.maak-sec.maak-page-hero .sec-wrap .sec-cont{
  padding: 0;
}

.maak-page-hero .page-hero-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.maak-page-hero .page-hero-img img{
  width: 100%;
  height: auto;
  display: block;
}

.page-hero-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 130px 0 50px;
  top: 0;
  left: 0;
  display: flex;
}

.page-hero-content .page-hero-flx{
  padding: 0 20px;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.page-hero-content .page-hero-flx .page-hero-blk {
  width: 45%;
  max-width: 580px;
}



/* loader */
.maak-loader-wrap {
  width: 100%;
  height: calc(100vh - 59px);
}

.maak-loader-wrap .maak-loader-cont {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.maak-loader{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.maak-loader:before, .maak-loader:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #0FC79D;
}

.maak-loader:before{
  z-index: 100;
  animation: mlspin 1s infinite;
}

.maak-loader:after{
  border: 10px solid #CCCCCC;
}

@keyframes mlspin{
  0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

header.maak-header .mobile_menu_cta{
	/*cursor: pointer;*/
    height: 24px;
    text-decoration: none;
    width: 32px;
    z-index: 22;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/

	-webkit-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-moz-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-ms-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-o-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
}

/*header.maak-header .mobile_menu_cta.open{
	right:10px;
}*/

header.maak-header .mobile_menu_cta span {
	background: #ffffff;
    border-radius: 0;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header.maak-header .mobile_menu_cta span:nth-child(1) {
	top: 2px;
}

header.maak-header .mobile_menu_cta span:nth-child(2),header.maak-header .mobile_menu_cta span:nth-child(3) {
	top: 11px;
}

header.maak-header .mobile_menu_cta span:nth-child(4) {
	top: 20px;
}

header.maak-header .mobile_menu_cta.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

header.maak-header .mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.maak-header .mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.maak-header .mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

header.maak-header .mobile_menu_cta{
  display: none;
}

.maak-hblk.logo {
  position: relative;
  z-index: 20;
}

footer.maak-footer .footer-blk.sm-channels .sm-channels-list ul li a svg {
  max-width: 25px;
  max-height: 25px;
}

.maak-page-hero .page-hero-img img.mob{
  display: none;
}

.sec-subtitle {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: #008581;
  padding: 0 0 20px;
  margin: -10px 0 0;
}