/* Minimal reset and responsive grid used by this site */
*, *::before, *::after{ box-sizing: border-box; }
html{ line-height: 1.15; -webkit-text-size-adjust: 100%; }
body{ margin: 0; }
main, header, footer, nav, section, article{ display: block; }
h1, h2, h3, h4, h5{ margin-top: 0; margin-bottom: .5rem; line-height: 1.2; }
p{ margin-top: 0; }
img{ vertical-align: middle; border-style: none; }
button{ margin: 0; font: inherit; overflow: visible; text-transform: none; }
button, [type="button"]{ -webkit-appearance: button; }
.container, .container-fluid{ width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row{ display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
[class^="col-"], [class*=" col-"]{ position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col-4{ flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-8{ flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-12{ flex: 0 0 100%; max-width: 100%; }
.order-2{ order: 2; }
.order-3{ order: 3; }
.d-none{ display: none !important; }
.text-center{ text-align: center !important; }
.text-right{ text-align: right !important; }
.align-items-center{ align-items: center !important; }
.justify-content-center{ justify-content: center !important; }
.justify-content-between{ justify-content: space-between !important; }
@media (min-width: 576px) {
  .container{ max-width: 540px; }
  .col-sm-6{ flex: 0 0 50%; max-width: 50%; }
  .col-sm-12{ flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
  .container{ max-width: 720px; }
  .col-md-6{ flex: 0 0 50%; max-width: 50%; }
  .col-md-11{ flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12{ flex: 0 0 100%; max-width: 100%; }
  .d-md-block{ display: block !important; }
}
@media (min-width: 992px) {
  .container{ max-width: 960px; }
  .col-lg-2{ flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3{ flex: 0 0 25%; max-width: 25%; }
  .col-lg-4{ flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5{ flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6{ flex: 0 0 50%; max-width: 50%; }
  .col-lg-8{ flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-10{ flex: 0 0 83.333333%; max-width: 83.333333%; }
  .order-lg-2{ order: 2; }
  .order-lg-3{ order: 3; }
  .d-lg-none{ display: none !important; }
  .d-lg-block{ display: block !important; }
}
@media (min-width: 1200px) {
  .container{ max-width: 1140px; }
  .col-xl-2{ flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3{ flex: 0 0 25%; max-width: 25%; }
  .text-xl-right{ text-align: right !important; }
}

/* Filtered from default.css */
.mt-10{margin-top: 10px;}
.mt-30{margin-top: 30px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-120{padding-top: 120px;}
.pt-220{padding-top: 220px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.pb-90{padding-bottom: 90px;}
.pl-15{padding-left: 15px;}
.pr-10{padding-right: 10px;}


.text-right{text-align: right;}
a{text-decoration: none;}

/* Filtered from style.css */
body{font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    color: #000;
    font-style: normal;
    line-height: 22px;}
.fix{overflow: hidden}
a, .btn{-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;}
a:focus{text-decoration: none;
	outline: none;}
a:focus, a:hover{text-decoration: none;}
.btn:focus{outline: 0;
	box-shadow: none;}
a, button{color: #181818;
	outline: medium none;}
a:hover{color: #7546b8;}
button:focus{outline: none;box-shadow: none;}
h1, h2, h3, h4, h5{font-family: "open sans";
    color: #000;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;}
h3 a{color: inherit;}
h1{font-size: 40px;
	font-weight: 600;}
h2{font-size: 35px;}
h3{font-size: 28px;}
h4{font-size: 22px;}
h5{font-size: 18px;}

ul{margin: 0px;
	padding: 0px;}
li{list-style: none}
p{margin-bottom: 15px;}


*::-moz-selection{background: #d6b161;
	color: #fff;
	text-shadow: none;}
::-moz-selection{background: #444;
	color: #fff;
	text-shadow: none;}
::selection{background: #444;
	color: #fff;
	text-shadow: none;}
*::-moz-placeholder{color: #555555;
	font-size: 14px;
	opacity: 1;}
*::placeholder{color: #555555;
	font-size: 14px;
	opacity: 1;}
.btn{border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
    z-index: 1;
    text-transform: capitalize;
   background: #7546b8;
    border: none;
    font-family: "Outfit", sans-serif;
    font-weight: 600;}

.btn::before{width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #1e2126;
  top: 10PX;
  left: 10px;
  z-index: -1;    
    transition: all 0.3s ease 0s;
    display: none;}
.btn:hover::before{width: 100%;
height: 100%;
position: absolute;
border-radius: 4px;
content: "";
background: #1e2126;
top: 0;
left: 0;
z-index: -1;}
.btn:hover{color: #fff;
    background:#1e2126;}


.header-top{padding-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;}
.header-cta ul li{display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;}
.header-cta ul li:first-child{margin-left: 0;
  border-left: none;}
.header-cta ul li:last-child{padding-right: 0; border-right: none; margin-right: 0;}

.header-top .header-cta ul li{border-right: 1px solid #e1e1e1;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;}
.header-top .header-cta ul li a{color: #000;
    background: none;}
.header-top .header-cta ul li a:hover{color: #7546b8;}
.header-top .header-cta ul li:last-child{border-right: none;}

.menu-area{position: relative;}
.main-menu{position: relative;
  z-index: 9;}
.main-menu ul li{display: inline-block;
	position: relative;}

.main-menu ul li a{display: block;
	color: #181818;
	padding: 16px 0;
    font-weight:500;
	position: relative;
    font-size: 16px;}
.main-menu ul li a::after{content: "+";
  margin-left: 10px;
  color: #7546b8;
    display: none;}
.main-menu ul li:last-child a::after{display: none;}
.main-menu ul li:first-child{margin-left: 0;}
.main-menu ul li:hover > a{color: #7546b8;}
.main-menu ul li:hover > a::before{width: 100%;}
.sticky-menu{left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 5 !important;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);}
.btn:hover{background: #1e2126;}
.sticky-menu .logo{margin-top: 0;
    line-height: 61px;
    height: auto;}
.slider-btn{display: inline-block;
    position: relative;}
.second-header{border: none;
padding-bottom: 0;
background: #0e2453;
padding-top: 0;
color: #fff;
position: relative;
z-index: 1;}
.second-header a{color: #181818;}
.second-header a:hover{color: #fff;
background: #10336a;}
.second-menu{position: relative;
z-index: 9;}


.sticky-menu .second-menu{margin: 0;
	box-shadow: none;
	padding: 0;}
.sticky-menu .second-menu::before{content: none;}
.second-menu .main-menu ul li{margin-right: 40px;}
.second-menu .main-menu ul li a::before{content: none;}
.header-three .logo{background: #7546b8;
  width: 300px;
  height: 129px;
  display: flex;
  align-items: center;
  text-align: center;
  top: -53px;
  position: absolute;
  left: -15px}
.header-three .logo a{color: #fff;
  text-align: center;
  width: 100%;}
.header-three .sticky-menu .logo{top: 0;
     height: 100%;
     line-height: inherit;}
.header-three  .logo img{width: 173px;}
.header-three .second-header{background: #F2F2F2;}
.header-three .second-header::before{content: "";
  height: 100%;
  position: absolute;
  width: 32%;
  background: #fff;
  top: 0;
  z-index: -1;
  left: -25px;
  transform: skew(40deg);
    display: none;}
.header-three .menu-area::before{display: none;}
.header-three .menu-area{border-top: 0;
    position: relative;
z-index: 9;}
.header-three .sticky-menu{margin-top: 0;
    background: #fff;}
.header-three .main-menu ul li a:hover{color: #1e2126;}

.call-box .icon{display: inline-block;}
.call-box .icon, .call-box .text{float: left;
 text-align: left;}
.call-box{display: inline-block;}

.call-box .text{margin-left: 10px;}

.call-box strong{font-weight: 500;
color: #181818;}
.p-relative{position: relative;}


@keyframes movedelement{0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }}

.about-content li{display: flex;
  margin-bottom: 10px;
  color: #181818;
  font-weight: 540;}


.s-about-content p{margin-bottom: 15px;}


.section-title h2{font-size: 28px;
	padding-bottom: 0;
	margin-bottom: 0px !important;
	position: relative;}
.section-title h2::before{content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #7546b8;
	margin: auto;
	transition: .3s;
    display: none;}


section:hover .section-title h2::before{width: 100px;}
.about-content3 ul{padding-left: 0 !important;}
.about-content3 li::before{font-family: inherit;
font-weight: 700;
content: "✓";
margin-right: 15px;
color:#7546b8;
text-align: center;}
.animations-01{position: absolute;
    left: 5%;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
.service-three .services-box{padding: 40px 30px 25px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
    background: #fff;
    border-bottom: 5px solid #fff;
    border-radius: 5px;}
.service-three .services-box .icon{width: 80px;
height: 80px; 
    background: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    display: inline-block;}
.service-three .services-box .icon img{height: 40px;}
.service-three .services-box h3{margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;}
.service-three .services-box .icon-hover-two{display: none;}
.service-three .services-box:hover{border-bottom: 5px solid #7546b8;}
.service-three .services-box:hover h3 a{color: #7546b8;}
.service-three .services-box:hover .icon{background: #7546b8;}
.service-three .services-box:hover .icon-hover-one{display: none;}
.service-three .services-box:hover .icon-hover-two{display: block;}
@keyframes pulse-border{0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}}
.team-area-content{padding: 100px 0;}


.s-about-content h5{color: #7546b8;
    font-size: 14px;}
.s-about-content h2{margin-bottom: 30px;
    font-size: 22px;}
.team-img-box{background: #ececec;
  text-align: center;
  border-radius: 10px;}
.team-img-box img{height: auto;}
.recent-blog-footer li{display: flex;
    margin-bottom: 25px !important;}
.recent-blog-footer a{width: 100%;
  display: inline-block;
  color: #fff !important;
  
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;}
.recent-blog-footer a:hover{color:#ccc !important;}
.recent-blog-footer span{color:#FFFFFF96;
    font-size: 12px;}

.f-contact{display: inline-block;}

.f-contact a{color:#fffc  !important;}
.f-contact a:hover{color: #fffc!important;}
.f-contact span{color:#fffc ;}

.footer-bg{color:#777;
    background-position: center center!important;
    background-size: cover;}
.f-widget-title h2{font-size: 24px;
  margin-bottom: 0px;
  position: relative;
  color: #fff;
  min-height: 66px;}
.f-widget-title h2::before{content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ffffff24;
    display: none;}
.f-widget-title img{height: 38px;}

.footer-link ul li a{color:#fffc ;
	display: inline-block;}
.footer-link ul li a::before{content: "›";
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
  font-family: inherit;}
.footer-link ul li a:hover{color: #fff;}
.footer-link ul li{margin-bottom: 20px;}
.footer-link ul li:last-child{margin-bottom: 0;}
.copyright-wrap{color: #fff;
    font-size: 15px;
     border-top: 1px solid #ffffff24;}
.copyright-wrap .container{padding: 50px 0 30px;}
.copyright-wrap li{display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;}
.copyright-wrap li::before{background-color: #fff;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
    display: none;}
.copyright-wrap li a{color: #fff;}
.f-contact .icon{margin-bottom: 5px;
    color: #fff;}


.f-contact li{float: left;
    margin-bottom: 30px !important;
    width: 100%;}
.f-contact li:last-child{margin-bottom: 0px !important;}
.f-contact .icon{display: flex;
    gap:10px;}


a, h1, h2, h3, h4, h5, p, span{overflow-wrap: break-word;}
h1, h2, h3, h4, h5{overflow-wrap: break-word;}


img{max-width: 100%;
    transition: all 0.3s ease-out 0s;}


@keyframes loading-1{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }}
@keyframes loading-2{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }}
@keyframes loading-3{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }}
@keyframes loading-4{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }}
@keyframes loading-5{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}


.footer-widget a{color: #99A3AC;}


.footer-widget p{color: #fffc ;}
.logo{width: 173px;}
.logo a{color: #fff;}


@-webkit-keyframes no-transform{100% {
    transform: none;
  }}
@keyframes no-transform{100% {
    transform: none;
  }}

/* Filtered from responsive.css */
@media (min-width: 1200px) and (max-width: 1500px){.header-three .logo{width: 220px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}
.logo{width: 100%;}
.copyright-wrap li{margin-left: 20px;}
.main-menu ul li:first-child{margin-left: 0;}
.menu-area::before{width: 26%;}
.animations-01{display: none !important;}
.second-menu .main-menu ul li{margin-left: 0;}
.main-menu{margin-right: -40px;}}
@media (min-width: 1500px) and (max-width: 1875px){.header-three .logo{width: 250px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}}
@media (min-width: 992px) and (max-width: 1200px){.header-three .logo{width: 172px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}

.header-top .header-cta ul li{border-right: none;}
.second-menu .main-menu ul li{margin-left: 0;
        margin-right: 10px;}
.logo{width: 100%;}
.copyright-wrap li{margin-left: 12px;}
.section-title h2{font-size: 25px;}
.f-contact span{width: 77%;}
.header-cta ul li{font-size: 12px;
    padding-right: 0;}
.menu-area::before{width: 23%;}
.header-cta ul li{margin-left: 20px;}
.about-p{padding-top: 110px;}
.animations-01{display: none !important;}}
@media (min-width: 768px) and (max-width: 991px){.menu-area{padding: 20px 0;}
.header-top .header-cta ul li{margin-right: 0;
  padding-right: 8px;
  font-size: 12px;}
.menu-area::before{width: 32%;}
.header-three .menu-area{margin-top: 0;
        margin-bottom: 0;   
        padding: 25px 0;
        background: #fff;}
.header-cta ul li{display: inline-block;
    margin-left: 12px;}
.logo{height: auto;
    margin-top: 15px;
    line-height: inherit;
    width: 25%;}

.section-title h2{font-size: 26px;}
.main-menu{text-align: left !important;}
.main-menu ul li{display: block;
	border-bottom: 1px solid #f7f7f74f;
	margin-left: 0;}
.main-menu ul li:hover a{color: #000;}
.main-menu  ul > li > a::before{content: none;}
.main-menu ul li a{color: #fff;
	padding: 12px 20px;
	display: block;
	font-size: 14px;
	       font-family: "Outfit", sans-serif;
	font-weight: 500;}
.second-menu{background: none;}
.second-menu::before{content: none;}
.second-header{padding: 0px 0;}
.second-menu .main-menu ul li{margin-left: 0;}
.team-img-box img{width: 100%;
    margin-bottom: 50px;
        height: auto;}
.logo img{width: 185px;}
.menu-area.sticky-menu{padding: 10px 0;
            background: #fff;}
.animations-01{display: none !important;}

}
@media (max-width: 767px){

.header-three .menu-area{background: #fff;}
.about-content3 li{line-height: 25px;}
.menu-area{background: #fff;}


.animations-01{display: none !important;}
.menu-area.sticky-menu{padding: 10px 0;
        background: #fff;}
.logo img{width: 156px;}
.footer-link{text-align: inherit;}

.team-img-box img{width: 100%;
        height: auto;}
.copyright-wrap{text-align: center;}

.copyright-wrap li{margin-left: 10px;}
.btn.ss-btn{padding: 20px 15px;
    font-size: 14px;}
.copyright-wrap ul{text-align: center;
        margin-top: 20px;}
.logo{height: auto;
    margin-top: 0;
    line-height: inherit;
    width: auto;}
.header-three .logo{width: 65%;
    height: 60px;
    top: 0;
    position: relative;}
.header-three .sticky-menu .logo{height: 60px;}

.row{margin-right: 0;
    margin-left: 0;}


.row{margin-right: 0;
    margin-left: 0;}
.menu-area{padding-top: 15px;
	padding-bottom: 5px;}
.header-three .menu-area{margin-bottom: 0;}
.menu-area::before{width: 60%;}

.section-title{padding-left: 0;
	padding-right: 0;}
.section-title h2{font-size: 25px;
	text-align: center;}
.menu-area{padding: 20px 0;}
.main-menu{text-align: left !important;}
.main-menu ul li{display: block;
	border-bottom: 1px solid #ffffff3d;
	margin-left: 0;}
.main-menu  ul > li > a::before{content: none;}
.main-menu ul li a{color: #000;
	padding: 12px 15px;
	display: inline-block;
	font-size: 14px;
	       font-family: "Outfit", sans-serif;
	font-weight: 500;}
.second-menu::before{content: none;}
.second-header{padding: 10px 0;}
.second-menu .main-menu ul li{margin-left: 0;}

}
@media only screen and (min-width: 480px) and (max-width: 767px){.section-title h2{font-size: 22px;
	letter-spacing: -1px;}}

/* Site-specific styles */
/* Site-specific cleanup and dependency-free components */
:root{
  --site-accent: #65bec2;
  --site-text: #000;
  --site-surface: #f2f2f2;
}

html{ scroll-behavior: smooth; }
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--site-text);
  overflow-x: hidden;
}
img{ max-width: 100%; height: auto; }
.site-hero, .legal-section{ background: var(--site-surface); }
.footer-bg{ background-image: url("../images/footer-bg.png"); }
.header-three .logo img{ width: 143px; }
.logo img{ height: auto; }

.site-icon{
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: currentColor;
  vertical-align: -0.15em;
}
.site-icon--small{ width: .9em; height: .9em; }
.header-cta .icon, .f-contact .icon{ display: flex; align-items: center; gap: 10px; }
.recent-blog-footer span{ display: flex; align-items: center; gap: 6px; }

.mobile-menu-toggle{
  display: inline-flex;
  width: 48px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--site-accent);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-menu-toggle span{
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu-toggle.is-active span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.is-active span:nth-child(2){ opacity: 0; }
.mobile-menu-toggle.is-active span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.hero-media img{ display: block; width: 100%; padding: 10px; }
.quiz-section{ scroll-margin-top: 120px; }
.reviews-video-section, .reviews-section{ padding: 70px 0; }
.team-area-content{ padding: 80px 0; }
.complex-cases{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.complex-cases img, .doctor-facts img{ width: 100%; }
.complex-cases-title{ margin-top: 35px; }
.slider-btn .site-icon{ margin-left: 5px; }

.reveal{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-right{ transform: translateX(24px); }
.reveal-down{ transform: translateY(-20px); }
.reveal.is-visible{ opacity: 1; transform: none; }
.no-js .reveal{ opacity: 1; transform: none; }

.cookie-note{
  position: fixed;
  z-index: 2147483000;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom) + 112px);
  transform: translateX(-50%);
  width: min(900px, calc(100% - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(14, 36, 83, .08);
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 40px rgba(14,36,83,.18);
  display: none;
  align-items: center;
  gap: 16px;
  backdrop-filter: blur(10px);
}
.cookie-note.is-visible{ display: flex; }
.cookie-note p{ margin: 0; color: #111; font-size: 14px; line-height: 1.45; }
.cookie-note .cookie-accept{ flex: 0 0 auto; min-width: 128px; padding: 11px 14px; font-size: 14px; border-radius: 10px; }

.scroll-to-top{
  position: fixed;
  z-index: 9997;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--site-accent);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.scroll-to-top.is-visible{ opacity: 1; visibility: visible; transform: none; }
.cookie-note.is-visible ~ .scroll-to-top{ bottom: 230px; }
.metrika-pixel{ position: absolute; left: -9999px; width: 1px; height: 1px; }

.legal-content{
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
  color: #222;
}
.legal-content h1{ margin-bottom: 30px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; }
.legal-content h2{ margin: 30px 0 12px; font-size: clamp(22px, 3vw, 30px); line-height: 1.25; }
.legal-content p{ margin: 0 0 14px; line-height: 1.6; }
.legal-notice{ font-size: 14px; line-height: 1.5; }

@media (max-width: 991px) {
  .menu-area .container-fluid{ padding-left: 12px; padding-right: 12px; }
  .menu-area .second-menu > .row,
  .menu-area .second-menu .row{ flex-wrap: nowrap; margin-left: -6px; margin-right: -6px; }
  .mobile-logo-col{
    flex: 0 0 34%;
    max-width: 34%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .mobile-cta-wrap{
    flex: 0 0 66%;
    max-width: 66%;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .mobile-quiz-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 224px !important;
    min-height: 46px;
    margin: 0;
    padding: 10px 13px !important;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 13px;
    background: linear-gradient(135deg, #65bec2 0%, #3aa6ad 100%);
    box-shadow: 0 7px 18px rgba(58,166,173,.28);
    color: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .05px;
    text-align: center;
    text-transform: none;
    white-space: nowrap !important;
  }
  .mobile-quiz-button:hover,
  .mobile-quiz-button:focus{ background: linear-gradient(135deg, #58b6bb 0%, #31979e 100%); color: #fff !important; }
  .mobile-quiz-button:active{ transform: translateY(1px); box-shadow: 0 4px 12px rgba(58,166,173,.24); }
  
  #site-navigation.main-menu{
    display: none !important;
    width: 100%;
    padding: 10px 0 16px;
  }
  #site-navigation.main-menu.is-open{ display: block !important; }
  #site-navigation.main-menu ul{ display: block; margin: 0; padding: 0; }
  #site-navigation.main-menu ul li{ display: block; margin: 0; }
  #site-navigation.main-menu ul li a{
    display: block;
    padding: 12px 14px;
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .menu-area .row{ align-items: center; }
  .header-three .logo{ position: static !important; width: auto !important; height: auto !important; padding: 8px 0 !important; }
  .header-three .logo img{ width: 125px; }
  .pt-120{ padding-top: 75px; }
  .pb-90{ padding-bottom: 60px; }
}

@media (max-width: 575px) {
  .header-three .logo img{ width: 104px; }
  .mobile-logo-col{ flex-basis: 32%; max-width: 32%; }
  .mobile-cta-wrap{ flex-basis: 68%; max-width: 68%; }
  .mobile-quiz-button{
    max-width: 210px !important;
    min-height: 44px;
    padding: 9px 10px !important;
    border-radius: 12px;
    font-size: 11.5px;
  }
  .cookie-note{
    bottom: calc(env(safe-area-inset-bottom) + 104px);
    width: calc(100% - 20px);
    max-width: none;
    padding: 13px 14px;
    border-radius: 13px;
  }
  
  body{ font-size: 17px; line-height: 1.45; }
  .hero-media img{ padding: 6px 0; }
  .complex-cases{ grid-template-columns: 1fr; }
  .cookie-note.is-visible{ display: block; }
  .cookie-note .cookie-accept{ width: 100%; margin-top: 12px; }
  .cookie-note.is-visible ~ .scroll-to-top{ bottom: 300px; }
  .copyright-wrap .text-right{ text-align: left !important; }
  .copyright-wrap li{ margin: 8px 12px 0 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal{ opacity: 1; transform: none; }
}


/* Final layout safeguards */
.header-three .menu-area .btn{ max-width: 100%; }
.cookie-note{ max-width: calc(100% - 32px); }



/* Reviews */
.reviews-static{
  max-width: 1120px;
  margin: 0 auto;
}
.review-card-figure{
  margin: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(24, 36, 56, .12);
}
.review-card-image{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 380px){
  .menu-area .container-fluid{ padding-left: 8px; padding-right: 8px; }
  .header-three .logo img{ width: 94px; }
  .mobile-logo-col{ flex-basis: 31%; max-width: 31%; }
  .mobile-cta-wrap{ flex-basis: 69%; max-width: 69%; padding-left: 4px; padding-right: 4px; }
  .mobile-quiz-button{ min-height: 42px; padding: 8px 8px !important; font-size: 10.8px; border-radius: 11px; }
  .cookie-note{ bottom: calc(env(safe-area-inset-bottom) + 100px); }
}

/* Mobile header CTA + cookie final override */
.mobile-cta-wrap{ display:none; }

.cookie-note{
  position:fixed;
  z-index:2147483000;
  left:50%;
  bottom:92px;
  transform:translateX(-50%);
  display:none;
  width:min(900px, calc(100% - 32px));
  max-width:900px;
  padding:15px 17px;
  border:1px solid rgba(24,54,88,.12);
  border-radius:15px;
  background:#fff;
  box-shadow:0 14px 42px rgba(14,36,83,.20);
  align-items:center;
  gap:15px;
}
.cookie-note.is-visible{ display:flex !important; }
.cookie-note p{ margin:0; color:#172033; font-size:14px; line-height:1.45; }
.cookie-note p a{ text-decoration:underline; }
.cookie-note .cookie-accept{
  flex:0 0 auto;
  min-width:126px;
  margin:0;
  padding:10px 14px !important;
  border-radius:10px;
  font-size:14px;
  line-height:1.2;
}

@media (max-width:991px){
  .header-three .menu-area .container-fluid{ padding-left:12px; padding-right:12px; }
  .header-three .menu-area .second-menu > .row{
    display:flex;
    flex-wrap:nowrap !important;
    align-items:center;
    justify-content:space-between;
    min-height:62px;
    margin-left:0;
    margin-right:0;
  }
  .desktop-nav-col{ display:none !important; }
  .mobile-logo-col{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:10px !important;
  }
  .header-three .logo{
    position:static !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:6px 0 !important;
  }
  .header-three .logo img{
    display:block;
    width:108px !important;
    max-width:108px !important;
    height:auto !important;
  }
  .mobile-cta-wrap{
    display:flex !important;
    flex:0 1 220px !important;
    width:auto !important;
    max-width:220px !important;
    margin-left:auto;
    padding:0 !important;
    justify-content:flex-end;
    align-items:center;
  }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    box-sizing:border-box;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:100% !important;
    max-width:220px !important;
    min-height:44px;
    margin:0 !important;
    padding:9px 14px !important;
    border:0 !important;
    border-radius:12px !important;
    background:linear-gradient(135deg,#19aaa7 0%,#087f8c 100%) !important;
    box-shadow:0 6px 16px rgba(8,127,140,.26) !important;
    color:#fff !important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
    font-size:12px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    letter-spacing:0 !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:none !important;
    white-space:normal !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  .mobile-quiz-button:hover,
  .mobile-quiz-button:focus{
    background:linear-gradient(135deg,#16b7b2 0%,#08727e 100%) !important;
    color:#fff !important;
    text-decoration:none !important;
  }
  .mobile-quiz-button:active{ transform:translateY(1px); }

  .cookie-note{
    bottom:calc(env(safe-area-inset-bottom) + 112px) !important;
    width:calc(100% - 24px) !important;
    max-width:620px !important;
    padding:13px 14px !important;
    border-radius:14px !important;
  }
}

@media (max-width:575px){
  .header-three .menu-area .container-fluid{ padding-left:10px; padding-right:10px; }
  .header-three .menu-area .second-menu > .row{ min-height:58px; }
  .header-three .logo img{ width:96px !important; max-width:96px !important; }
  .mobile-logo-col{ padding-right:8px !important; }
  .mobile-cta-wrap{ flex-basis:196px !important; max-width:196px !important; }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    max-width:196px !important;
    min-height:42px;
    padding:8px 11px !important;
    border-radius:11px !important;
    font-size:11.5px !important;
  }
  .cookie-note{
    bottom:calc(env(safe-area-inset-bottom) + 108px) !important;
    width:calc(100% - 20px) !important;
    padding:12px 13px !important;
  }
  .cookie-note.is-visible{ display:block !important; }
  .cookie-note p{ font-size:13px !important; line-height:1.38 !important; }
  .cookie-note .cookie-accept{
    display:block;
    width:100%;
    min-width:0;
    margin-top:10px !important;
    padding:10px 12px !important;
    font-size:13px !important;
  }
  .cookie-note.is-visible ~ .scroll-to-top{ bottom:300px !important; }
}

@media (max-width:360px){
  .header-three .logo img{ width:86px !important; max-width:86px !important; }
  .mobile-logo-col{ padding-right:6px !important; }
  .mobile-cta-wrap{ flex:1 1 auto !important; max-width:190px !important; }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    max-width:190px !important;
    min-height:40px;
    padding:7px 9px !important;
    font-size:10.8px !important;
  }
}

/* Mobile header stacked + footer cookie final */
/* Cookie notice is part of the footer flow, never floating over the page. */
.footer-cookie-wrap{
  width:100%;
  margin:0;
  padding:0;
  background:#f5f1fb;
  border-top:1px solid rgba(117,70,184,.16);
}
.cookie-note{
  position:static !important;
  z-index:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  display:none !important;
  width:min(1140px, calc(100% - 32px)) !important;
  max-width:1140px !important;
  margin:0 auto !important;
  padding:18px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.cookie-note.is-visible{
  display:flex !important;
}
.cookie-note p{
  margin:0 !important;
  color:#2a2340 !important;
  font-size:19px !important;
  line-height:1.5 !important;
}
.cookie-note p a{
  color:#6540a4 !important;
  text-decoration:underline !important;
}
.cookie-note .cookie-accept{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:132px !important;
  margin:0 !important;
  padding:11px 18px !important;
  border:0 !important;
  border-radius:11px !important;
  background:#7546b8 !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  box-shadow:0 6px 16px rgba(117,70,184,.22) !important;
}
.cookie-note.is-visible ~ .scroll-to-top{
  bottom:20px !important;
}

@media (max-width:991px){
  /* Mobile navigation is replaced with a large stacked CTA block. */
  .header-three .menu-area .container-fluid{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .header-three .menu-area .second-menu > .row,
  .header-three .menu-area .second-menu .row{
    display:flex !important;
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:12px 0 14px !important;
    row-gap:9px !important;
  }
  .desktop-nav-col{
    display:none !important;
  }
  .mobile-logo-col{
    display:flex !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    justify-content:center !important;
    align-items:center !important;
  }
  .header-three .logo{
    position:static !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
  }
  .header-three .logo a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .header-three .logo img{
    display:block !important;
    width:160px !important;
    max-width:160px !important;
    height:auto !important;
    margin:0 auto !important;
  }
  .mobile-cta-wrap{
    display:flex !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    justify-content:center !important;
    align-items:center !important;
  }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:min(100%, 340px) !important;
    max-width:340px !important;
    min-height:52px !important;
    margin:0 auto !important;
    padding:12px 22px !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:14px !important;
    background:linear-gradient(135deg, #8254c7 0%, #6740a6 100%) !important;
    box-shadow:0 9px 22px rgba(103,64,166,.28) !important;
    color:#fff !important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    letter-spacing:.05px !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:none !important;
    white-space:normal !important;
  }
  .mobile-quiz-button:hover,
  .mobile-quiz-button:focus{
    background:linear-gradient(135deg, #8c5bd5 0%, #7248b5 100%) !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(103,64,166,.34) !important;
  }
  .mobile-quiz-button:active{
    transform:translateY(1px) !important;
  }

  .cookie-note{
    width:calc(100% - 32px) !important;
    padding:16px 0 !important;
  }
}

@media (max-width:575px){
  .header-three .menu-area .second-menu > .row,
  .header-three .menu-area .second-menu .row{
    padding:11px 0 13px !important;
    row-gap:8px !important;
  }
  .header-three .logo img{
    width:154px !important;
    max-width:154px !important;
  }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    width:min(100%, 320px) !important;
    max-width:320px !important;
    min-height:50px !important;
    padding:11px 18px !important;
    border-radius:13px !important;
    font-size:19px !important;
  }
  .cookie-note.is-visible{
    display:block !important;
  }
  .cookie-note{
    width:calc(100% - 28px) !important;
    padding:15px 0 17px !important;
  }
  .cookie-note p{
    font-size:19px !important;
    line-height:1.45 !important;
  }
  .cookie-note .cookie-accept{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    margin-top:12px !important;
    padding:11px 14px !important;
    font-size:13.5px !important;
  }
}

@media (max-width:360px){
  .header-three .logo img{
    width:146px !important;
    max-width:146px !important;
  }
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    width:100% !important;
    max-width:300px !important;
    min-height:48px !important;
    padding:10px 14px !important;
    font-size:13px !important;
  }
}

/* Final mobile CTA palette: warm high-contrast treatment for 50+ audience */
@media (max-width: 991px){
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    background:linear-gradient(180deg,#FFD45A 0%,#FFB21A 100%) !important;
    color:#2D2100 !important;
    border:2px solid #E89A00 !important;
    box-shadow:0 8px 20px rgba(194,119,0,.28), inset 0 1px 0 rgba(255,255,255,.5) !important;
    font-weight:800 !important;
    text-shadow:none !important;
  }
  .header-three .menu-area .mobile-quiz-button:hover,
  .header-three .menu-area .mobile-quiz-button:focus,
  .mobile-quiz-button:hover,
  .mobile-quiz-button:focus{
    background:linear-gradient(180deg,#FFDC70 0%,#FFA800 100%) !important;
    color:#211800 !important;
    border-color:#D98C00 !important;
    box-shadow:0 9px 22px rgba(194,119,0,.34), inset 0 1px 0 rgba(255,255,255,.55) !important;
  }
  .header-three .menu-area .mobile-quiz-button:active,
  .mobile-quiz-button:active{
    background:linear-gradient(180deg,#F7BE2D 0%,#F09A00 100%) !important;
    color:#211800 !important;
    transform:translateY(1px) !important;
    box-shadow:0 4px 10px rgba(194,119,0,.25) !important;
  }
}

@media (max-width: 575px){
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    font-size:19px !important;
    line-height:1.2 !important;
  }
}

@media (max-width: 360px){
  .header-three .menu-area .mobile-quiz-button,
  .mobile-quiz-button{
    font-size:19px !important;
    line-height:1.2 !important;
    max-width:300px !important;
  }
}
