/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #18181B;
  font-family: 'Raleway', sans-serif;
}
body {
  color: #12141D;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}


/* header-area-start */

.container {
  max-width: 1330px;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  max-width: 178px;
}
a {
  text-decoration: none;
}
.header-btn {
  display: flex;
  align-items: center;
}
.header-btn a {
  border: 1px solid #000000;
  border-radius: 100px;
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #201F22;
  margin-left: 12px;
  transition: .3s;
}
.acctive {
  background: #C9E5F9;
  border-color: #C9E5F9 !important;
  width: 181px !important;
}
.header-area {
  background: #F9F9FF;
  height: 93px;
  display: flex;
  align-items: center;
}
.header-bar {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000726;
}
.header-bar a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
  transition: .3s;
  text-align: center;
  justify-content: center;
  height: 43px;
}
.header-bar a i {
  color: #0BA884;
  margin-right: 6px;
}
/* header-area-end */

/* hero-area-start */

.hero-area {
  padding: 250px 0;
  background: #F9F9FF;
  position: relative;
}.hero-fl {
	position: relative;
}
.hbg1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	top: 0;
}
.hero-containt {
  text-align: center;
  margin-bottom: 40px;
}
.hero-containt h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  text-align: center;
  letter-spacing: -2px;
  color: #12141D;
  margin-bottom: 16px;
}
.hero-containt p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #12141D;
  opacity: 0.7;
  max-width: 812px;
  margin: auto;
}
.hero-search {
  max-width: 664px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 15px 51px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  height: 75px;
  padding: 12px;
  padding-left: 33px;
}
.hero-seacrh-left .nice-select {
  border: 0;
  height: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #12141D;
}
.hero-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-search-btn button {
  background: #E67441;
  border-radius: 100px;
  width: 152px;
  height: 52px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
  justify-content: center;
  border: 1px solid transparent;
  transition: .3s;
}
.hero-seacrh-left {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-seacrh-left input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #12141D;
  border: 0;
  border-left: 1px solid #E7E7E7;
  padding-left: 38px;
}.nice-select::after {
	border-bottom: 2px solid#12141D;
	border-right: 2px solid #12141D;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
/* hero-area-end */


/* work-area-start */

.work-area {
  padding: 99px 0;
  background: #F9F9FF;
  position: relative;
}.work-s {
	position: absolute;
	left: 0;
	top: 156px;
}.work-area .section-title {
	text-align: center;
}

.section-title span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  /*! text-align: center; */
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #FF5E48;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
.section-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #12141D;
  opacity: 0.7;
  margin-top: 26px;
}
.section-title h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  /*! text-align: center; */
  color: #18181B;
  margin: 0;
}
.section-title {
  margin-bottom: 50px;
}
.work-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 31px;
}
.single-work {
  width: 48.7%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 52px 54px;
}
.work-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #12141D;
}
.work-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.5px;
  color: #12141D;
  opacity: 0.7;
  margin: 0;
}
.work-text {
  border-bottom: 1px solid#F0F0F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 200px;
}
.work-list ul li {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #12141D;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.work-list ul li i {
  margin-right: 10px;
  color: #0BA884;
}
.work-list ul li:last-child {
  margin: 0;
}
.work-list {
  margin-bottom: 30px;
}
.work-btn a {
  background: #0BA884;
  border-radius: 72px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  transition: .3s;
  border: 1px solid transparent;
}
.work2 .work-list ul li i {
  color: #F0C449;
}
.work2 .work-btn a {
  background: #F0C449;
}
/* work-area-end */



/* tasti-area-start */

.tasti-area {
  padding: 100px 0;
  position: relative;
}
.tasti-area .section-title {
  text-align: left;
}
.tasti-area .section-title h3 {
  text-align: left;
}
.tasti-area .section-title span {
  text-align: left;
}
.tasti-user-img img {
  width: auto !important;
  border-radius: 50%;
  max-width: 70px; 
  max-height: 70px;

}
.single-tasti {
  background: #F9F9FF;
  border-radius: 5px;
  padding: 36px 40px;
}
.tasti-user {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.tasti-user-img {
  margin-right: 24px;
}
.tasti-user-text p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #12141D;
  margin: 0;
}
.tasti-user-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #12141D;
  opacity: 0.7;
  display: block;
}
.tasti-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #12141D;
  margin: 0;
}
.owl-nav button {
  /*! position: absolute; */
  /*! top: -90px; */
  height: 50px;
  width: 50px;
  z-index: 9;
  background: #FFFFFF !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px #9C9CE429;
  right: 0;
  margin: 0 5px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
  transition: .3s;
}
.owl-nav {
  position: absolute;
  top: -90px;
  display: flex;
  align-items: center;
  right: 0;
}
.owl-dots {
  display: none;
}
/* tasti-area-end */


/* contact-area-start */

.contact-area {
  padding: 90px 0;
  position: relative;
}
.contact-s {
  position: absolute;
  top: 40px;
  left: 0;
}
.contact-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form {
  width: 48.7%;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 40px 30px;
}
.contact-left {
  width: 44%;
}
.contact-single-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contact-info-icon {
  margin-right: 23px;
}
.contact-info-icon a {
  border: 1px solid #000000;
  filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.contact-info-text span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.contact-info-text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  opacity: 0.8;
}
.contact-info-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  opacity: 0.8;
  margin: 0;
}
.contact-title h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #12141D;
  margin: 0;
}
.contact-title {
  margin-bottom: 50px;
}
.contact-input-fl {
  display: flex;
  justify-content: space-between;
}
.single-input label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #12141D;
  display: block;
  margin-bottom: 10px;
}
.contact-input-fl .single-input {
  width: 48%;
  margin-bottom: 20px;
}
.single-input {
  width: 100%;
}
.single-input input {
  background: #FFFFFF;
  border: 1px solid #DDE1E0;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #12141D;
  padding: 0 20px;
}
.single-input textarea {
  background: #FFFFFF;
  border: 1px solid #DDE1E0;
  border-radius: 5px;
  height: 80px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #12141D;
  padding: 10px 20px;
  width: 100%;
}
.contact-btn {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn button {
  background: #E67441;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  color: #fff;
  transition: .3s;
  border: 1px solid transparent;
  cursor: pointer;
}
/* contact-area-end */

/* footer-area-start */

.footer-area {
  padding-top: 70px;
}
.footer-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.footer-left {
  width: 20%;
}
.footer-logo {
  max-width: 188px;
  margin-bottom: 15px;
}
.footer-info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #52525B;
  margin-bottom: 13px;
  transition: .3s;
}
.footer-info img {
  margin-right: 11px;
}
.footer-info a i {
  color: #E67441;
  font-size: 19px;
  margin-right: 11px;
  width: 18px;
  text-align: center;
}
.footer-info a:last-child {
  margin: 0;
}
.footer-wedget h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #18181B;
}
.footer-logo h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #18181B;
}
.footer-wedget ul li {
  display: block;
}
.footer-wedget ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
  color: #52525B;
  transition: .3s;
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.foter-bottom-left {
  display: flex;
  align-items: center;
}
.footer-socail a {
  color: #18181B;
  margin: 0 12px;
  transition: .3s;
}
.footer-bottom-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
.footer-bottom-menu a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #52525B;
  margin: 0 20px;
  transition: .3s;
}
.footer-bottom-copy p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #52525B;
  margin: 0;
}
/* footer-area-end */

/* team-area-start */

.team-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 15px;
}
.team-num {
  position: absolute;
  top: -42%;
  left: 17%;
}
.single-team {
  width: 24.2%;
  position: relative;
}
.team-title {
  margin-bottom: 246px;
}
.team-title .section-title {
  margin: 0;
}
.section-title p {
  margin-bottom: 0;
}
.team-area {
  padding-bottom: 65px;
  padding-top: 150px;
}
.team-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #12141D;
  margin-bottom: 10px;
}
.team-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #12141D;
  opacity: 0.7;
  margin: 0;
}
.team-step {
  background: #FFFFFF;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.25);
  border-radius: 65px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.team-step span {
  background: #E67441;
  border-radius: 65px;
  width: 28px;
  height: 28px;
  display: block;
}
.team-num span {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 93px;
  color: #18181B;
  opacity: 0.06;
}

.team-area {
  position: relative;
}
.t-step {
  position: absolute;
  top: 206px;
  left: 0;
  right: 0;
  margin: auto;
}
.single-team.step2 {
  margin-top: -131px;
}
.single-team.step3 {
  margin-top: -348px;
}
/* team-area-end */

/* geen-area-start */

.geen-area {
  padding-top: 230px;
  padding-bottom: 80px;
  background: #F9F9FF;
  position: relative;
}
.geen-title h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  text-align: center;
  letter-spacing: -2px;
  color: #12141D;
  margin: 0;
}
.geen-title {
  margin-bottom: 30px;
}
.geen-list {
  max-width: 1030px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 36px;
}

.geen-btn {
  margin-bottom: 40px;
}
.geen-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E67441;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 13px 38px rgba(230, 116, 65, 0.25);
  border-radius: 100px;
  width: 216px;
  height: 52px;
  margin: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: .3s;
}

.geen-last-an a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000726;
  transition: .3s;
}
.geen-last-an a i {
  margin-left: 15px;
  color: #E67441;
}
/* geen-area-end */

/* rev-area-start */

.rev-img img {
  width: auto !important;
}
.single-rev {
  text-align: center;
}
.rev-area {
  padding: 100px 0;
  background: #F9F9FF;
  position: relative;
}.rev-s {
	position: absolute;
	right: 0;
	top: 70px;
}
.rev-area .section-title {
  margin-bottom: 80px;
  text-align: center;
}
.rev-img {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.rev-text {
  max-width: 1018px;
  margin: auto;
}
.rev-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #12141D;
  margin-bottom: 15px;
}
.rev-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #12141D;
  display: block;
}
.rev-area .owl-nav {
  position: unset;
  justify-content: center;
  margin-top: 40px;
}
/* rev-area-end */

/* faq-area-start */

.faq-area {
  padding: 140px 0;
}
.faq-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-right {
  width: 59.45%;
}
.faq-left .section-title {
  margin-bottom: 20px;
}
.faq-info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #12141D;
  margin-bottom: 20px;
}
.faq-info a {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #12141D;
}
.accordion-item {
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 8px;
  border: 0 !important;
}

.faq-right button {
  height: 68px;
  padding: 0 24px;
  background: #fff !important;
  border: 0 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #0B0F19 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}
.faq-right button span {
  width: 36px;
  height: 36px;
  background: #F3F6FF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-right button[aria-expanded="true"] span {
  background: #E67441;
  box-shadow: 0px 8px 18px -8px #E67441;
  color: #fff;
}
.faq-right button[aria-expanded="true"] span i {
  transform: rotate(180deg);
}
.faq-right button span {
  transition: .3s;
}
.faq-right button span i {
  transition: .3s;
  padding: 4px 0;
  padding-top: 8px;
}
.faq-right h2 {
  border: 0 !important;
}
.accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #4E515A;
  margin: 0;
}
.accordion-body {
  padding: 24px;
  padding-top: 0;
}
.accordion-button::after {
  display: none;
}
/* faq-area-end */

/* step-area-start */

.hero-area.hreo3 {
  padding-top: 70px;
  padding-bottom: 330px;
}
.section-title.text-center span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #FF5E48;
  margin-bottom: 5px;
}
.section-title.text-center h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  text-align: center;
  letter-spacing: -2px;
  color: #12141D;
}
.section-title.text-center p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #12141D;
  opacity: 0.7;
  max-width: 696px;
  margin: auto;
  margin-top: 16px;
}
.step-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 984px;
  margin: auto;
  padding: 70px 60px;
  padding-bottom: 0;
}
.ssd {
  text-align: center;
  margin-bottom: -52px;
  position: relative;
}

.ss4 {
  max-width: 100%;
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.single-step {
  text-align: center;
  color: #E67441;
  width: 33.33%;
}
.single-step h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #E67441;
  margin-top: 14px;
  margin-bottom: 0;
}
.ste-ppp {
  position: relative;
}
.single-step:nth-child(1) .ste-ppp::before {
  left: 20%;
  background: #E67441;
}
.single-step:last-child .ste-ppp::before {
  right: 20%;
  left: auto;
}
.single-step:nth-child(2) .ste-ppp::before {
  display: none;
}
.single-step.active span {
  background: #E67441;
}
.single-step.active h3 {
  font-weight: 700;
}
.single-step span {
  background: #FBEAE3;
  border: 2px solid #E67441;
  width: 31.24px;
  height: 31.24px;
  display: block;
  border-radius: 50%;
  /*! margin: auto; */
  position: relative;
  z-index: 99999;
}
.single-step .ste-ppp:before {
  position: absolute;
  content: "";
  background: #F6CDBB;
  height: 2px;
  width: 125%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.step-text {
	max-width: 87px;
}
.ps {
  max-width: 87px;
  display: flex;
  justify-content: center;
}
.single-step.mid .ste-ppp {
  display: flex;
  justify-content: center;
}
.single-step.mid .step-text {
  max-width: 100%;
}
.single-step.last .ste-ppp .ps {
  margin-left: auto;
}
.single-step.last .step-text {
  margin-left: auto;
}
.step-foem {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.step-input {
  width: 30.6%;
}
.step-input label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #12141D;
  display: block;
  margin-bottom: 10px;
}
.step-input input {
  background: #FFFFFF;
  border: 1px solid #DDE1E0;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #12141D;
}
.step-input.wd {
  width: 66%;
}
.step-input.wd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  border-radius: 5px;
}
.step-input.wd input {
  width: 50%;
}
.step-input.wd label {
  width: 100%;
}
.step-btn a {
  background: #E67441;
  border-radius: 100px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border: 1px solid transparent;
}
.step-input.wd input:nth-child(1) {
  border-top-right-radius: 0;
}.step-area {
  margin-top: -371px;
  z-index: 9;
  position: relative;
}
/* step-area-end */

/* brand-area-start */

.brand-area {
  padding-top: 80px;
  padding-bottom: 60px;
}
.brand-title {
  margin-bottom: 65px;
}
.brand-title h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 73px;
  text-align: center;
  letter-spacing: -2px;
  color: #12141D;
  margin: 0;
}
.brand-fl {
  max-width: 100%;
  margin: auto;
  justify-content: center;
  display: flex;
  }
.single-brand a {
  opacity: .5;
  transition: .3s;
}
.single-brand {
  width: 24%;
  margin: 10px 13px;
}
.single-brand img {
  width: 100%;
}
.single-brand a:hover {
	opacity: 1;
}
/* brand-area-end */

/* plan-area-start */

.plan-area {
  padding: 150px 0;
  position: relative;
}
.plan-s {
  position: absolute;
  right: 0;
  bottom: 150px;
}
.plan-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-left {
  width: 59%;
}
.single-plan {
  margin-bottom: 80px;
}
.plan-containt h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  letter-spacing: -2px;
  color: #12141D;
  margin-bottom: 18px;
}
.plan-containt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #12141D;
  opacity: 0.7;
  margin-bottom: 55px;
}
.plan-containt a {
  background: #E67441;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 13px 38px rgba(230, 116, 65, 0.25);
  border-radius: 100px;
  width: 216px;
  height: 52px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.plan-list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #12141D;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.plan-list li i {
  margin-right: 10px;
  color: #0BA884;
}
.single-plan:last-child {
  margin: 0;
}
.plan-list {
  width: 28.6%;
  height: 300px;
  background: #F9F9FF;
  border-radius: 24px;
  padding: 28px 50px;
  position: sticky;
  top: 0;
}
.plan-list h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 69px;
  letter-spacing: -2px;
  color: #12141D;
  margin: 0;
}
.plan-list ul li {
  display: block;
  margin-bottom: 10px;
}
.plan-list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #12141D;
  transition: .3s;
}.plan-list ul li a:hover {
	color: #E67441;
}
.plan-list ul li:last-child {
  margin: 0;
}
.single-plan plan-list {
  padding: 0;
  background: unset;
  width: unset;
}
.single-plan .plan-list {
  width: unset;
  height: unset;
  background: unset;
  padding: unset;
  position: unset;
  border-radius: unset;
}
.single-plan .plan-list li {
  margin-bottom: 1px;
}
/* plan-area-end */

/* pay-area-start */

.pay-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
}
.pay-containt {
  width: 42%;
}
.pay-img {
  width: 49.2%;
}
.pay-img img{
  border-radius: 3%;
}
.pay-text {
  margin-bottom: 40px;
}
.pay-text h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #18181B;
  margin-bottom: 30px;
}
.pay-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #12141D;
  opacity: 0.7;
  margin: 0;
}
.pay-con-fl {
  display: flex;
  flex-wrap: wrap;
}
.single-pay {
  margin-right: 90px;
}
.single-pay span {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: #0BA884;
  margin-bottom: 10px;
  display: block;
}
.single-pay p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #12141D;
  margin: 0;
}.pay-area {
	padding-bottom: 120px;
}.rev-ss {
	position: absolute;
	top: -152px;
	right: 0;
}
/* pay-area-end */

/* hover */

.header-btn a:hover {
	background: #C9E5F9;
	border-color: #C9E5F9;
}.step-btn a:hover {
	background: #fff;
	color: #E67441;
	border-color: #E67441;
}.plan-containt a:hover {
	border-color: #E67441;
	background: #fff;
	color: #E67441;
}.acctive:hover {
	border-color: #000 !important;
	background: #fff !important;
}.hero-search-btn button:hover {
	border: 1px solid #E67441;
	color: #E67441;
	background: #fff;
}input:focus {
	outline: none;
}
.work-btn a:hover {
  background: #fff;
  border-color: #0BA884;
  color: #0BA884;
}
.work2 .work-btn a:hover {
  color: #F0C449;
  border-color: #F0C449;
}.owl-nav button:hover {
	background: #E67441 !important;
	color: #fff !important;
}
.contact-info-icon a:hover {
  background: #E67441;
  border-color: #E67441;
}
.contact-info-icon a:hover img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(352deg) brightness(107%) contrast(101%);
}
.contact-info-icon a img {
  transition: .3s;
}
textarea:focus {
  outline: none;
}
.contact-btn button:hover {
  background: #fff;
  color: #E67441;
  border-color: #E67441;
}

.footer-wedget ul li a:hover {
  color: #E67441;
}
.footer-info a:hover {
  color: #E67441;
}
.footer-socail a:hover {
  color: #E67441;
}
.footer-bottom-menu a:hover {
  color: #E67441;
}
.header-bar a:hover {
	color: #0BA884;
}
.wd1 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wd2 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}

.bars a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: #E67441;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}
.btn-close {
  width: 100%;
  height: 100%;
  left: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  filter: brightness(99999);
}
.offcanvas-header {
  justify-content: end;
  width: 40px;
  height: 40px;
  background: #E67441;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box !important;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 4px;
  transition: .3s;
  border: 1px solid transparent;
}
.btn-close {
  /*! background: #E67441; */
  opacity: 1;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.offcanva__menu {
  margin-top: 100px;
}
.offcanva__menu ul li {
  display: block;
}
.offcanva__menu li a {
  height: 59px;
  display: flex;
  align-items: center;
  color: #000000d9;
  border-bottom: 1px solid #dddd;
  padding: 0 20px;
  transition: .3s;
}
.offcanvas-body {
  padding: 0;
}
.offcanva__menu li a:hover {
  border-color: #E67441;
  color: #E67441;
  padding-left: 40px;
}
.offcanvas-header:hover {
  background: #fff;
  border-color: #E67441;
}
.offcanvas {
  width: 300px;
}.green-containt {
	position: relative;
}


.geen-btn a:hover {
  background: #fff;
  border-color: #E67542;
  color: #E67542;
}
.geen-list a i {
  transition: .3s;
}
.geen-last-an a i {
  transition: .3s;
}
.geen-last-an a:hover {
  color: #E67441;
}
.geen-last-an a:hover i {
  margin-left: 27px;
}
.faq-right button:hover {
  background: #0BA884 !important;
  color: #fff !important;
}
.faq-right button:hover i {
  color: #000 !important;
}
.faq-right button[aria-expanded="true"]:hover {
  background: #fff !important;
  color: #000 !important;
}
.faq-right button[aria-expanded="true"]:hover i {
  color: #fff !important;
}











.geen-list[aria-expanded="true"] {
  background: #0BA884;
  color: #fff;
  margin: 0;
}
.geen-header {
	margin: 0;
}
.geen-list[aria-expanded="true"] span i {
  color: #fff;
}


.acrdion-fx {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}


.geen-item {
    width: 100%;
}
.ac-singl {
	width: 49.4%;
}
.geen-list {
  width: 100%;
  margin-bottom: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 100px;
  height: 56px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000726;
  display: flex;
  align-items: center;
  transition: .3s;
  justify-content: start;
}
.geen-list i {
  margin-right: 10px;
  color: #0BA884;
}


.geen-header {
  margin: 0;
}
.geen__bdy {
  padding: 10px;
}
.geen__bdy p {
  margin: 0;
}

.offlogo {
	max-width: 180px;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.slider {
	padding: 15px 0;
	background: #000726;
	display: none !important;
  }







.header-bar-slider {
	max-width: 720px;
	margin: auto;
	min-width: 720px;
	width: unset;
}















.blogs-area {
  padding-top: 100px;
}
.blogs-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogs-single {
  width: 30%;
  background: #fff;
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.blogs-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.blogs-icon a {
  font-size: 59px;
  color: #18181B;
  width: 80px;
}
.blogs-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #12141D;
  margin-bottom: 10px;
}
.blogs-text p {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #12141D;
  opacity: 0.7;
  margin: 0;
}






.plan__ri {
  width: 28.6%;
  position: relative;
  top: 0;
  right: 0;
}

.review_btn-tx p {
  margin: 0;
  margin-top: 10px;
  font-size: 15px;
}

.plan-area {
  padding: 150px 0;
  position: relative;
}

.plan-s {
  position: absolute;
  right: 0;
  bottom: 150px;
}

.plan-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
}

.plan-left {
  width: 59%;
}

.single-plan {
  margin-bottom: 80px;
}

.plan-containt h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  letter-spacing: -2px;
  color: #12141d;
  margin-bottom: 18px;
}

.plan-containt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #12141d;
  opacity: 0.7;
  margin-bottom: 55px;
}

.plan-containt a {
  background: #e67441;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 13px 38px rgba(230, 116, 65, 0.25);
  border-radius: 100px;
  width: 216px;
  height: 52px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.plan-list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #12141d;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

.plan-list li i {
  margin-right: 10px;
  color: #0ba884;
}

.single-plan:last-child {
  margin: 0;
}

.plan-list {
  width: 100%;
  height: 300px;
  background: #f9f9ff;
  border-radius: 24px;
  padding: 28px 50px;
  position: relative;
}
.pln-stcky {
	position: sticky;
	top: 0;
	right: 0;
}
.plan__ri {
  width: 28.6%;
  position: relative;
  top: 0;
  right: 0;
}

.review_btn-tx p {
  margin: 0;
  margin-top: 10px;
  font-size: 15px;
}

.review__box {
  /*! width: 100%; */
  /*! height: auto; */
  /*! background: #f9f9ff; */
  /*! border-radius: 24px; */
  /*! padding: 28px 10px; */
  /*! position: sticky; */
  /*! top: 34%; */
  /*! margin-top: 15px; */
  /*! display: flex; */
  /*! flex-direction: column; */
  /*! align-items: center; */
  /*! justify-content: center; */
}
.review-card h1 {
	display: none;
}
.plan-list h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 69px;
  letter-spacing: -2px;
  color: #12141d;
  margin: 0;
}

.plan-list ul li {
  display: block;
  margin-bottom: 10px;
}

.plan-list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #12141d;
  transition: 0.3s;
}

.plan-list ul li a:hover {
  color: #e67441;
}

.plan-list ul li:last-child {
  margin: 0;
}

.single-plan plan-list {
  padding: 0;
  background: unset;
  width: unset;
}

.single-plan .plan-list {
  width: unset;
  height: unset;
  background: unset;
  padding: unset;
  position: unset;
  border-radius: unset;
}

.single-plan .plan-list li {
  margin-bottom: 1px;
}
.review__box {
  /*! width: 100%; */
  height: auto;
  background: #f9f9ff;
  border-radius: 24px;
  padding: 28px 10px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
}
.review-card h1 {
	display: none;
}




.btn-closes {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.check span {
  width: 80px;
  height: 80px;
  border: 2px solid #e67441;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #e67441;
  margin-bottom: 20px;
}

.retting__text {
  text-align: center;
}

.retting__text h2 {
  font-size: 30px;
  color: #595959;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.retting__text p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.retting__text a {
  width: 90px;
  height: 45px;
  background: linear-gradient(135deg, #1ecc83 0%, #6ce2bb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  border: 2px solid gray;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
  display: none;
}


.retting__text a:hover {
  background: transparent;
  color: #000;
}

.rating {
  margin: 0;
  margin-left: 15px;
  display: flex;
  gap: 10px;
}

.review-card {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 0px 20px;
  transition: 0.5s;
}

.review-card h1 {
  margin-left: 0;
}

.star-count i {
  color: #e67441;
}

.review-card .stars {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ratings-container {
  font-size: 0;
}

.rating-label {
  font-size: 16px;
  /* Reset the font size for child elements */
}
.green-containt {
  position: relative;
}

.geen-btn a:hover {
  background: #fff;
  border-color: #e67542;
  color: #e67542;
}

.geen-list a i {
  transition: 0.3s;
}

.geen-last-an a i {
  transition: 0.3s;
}

.geen-last-an a:hover {
  color: #e67441;
}

.geen-last-an a:hover i {
  margin-left: 27px;
}

.faq-right button:hover {
  background: #0ba884 !important;
  color: #fff !important;
}

.faq-right button:hover i {
  color: #000 !important;
}

.faq-right button[aria-expanded="true"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.faq-right button[aria-expanded="true"]:hover i {
  color: #fff !important;
}

.geen-list[aria-expanded="true"] {
  background: #0ba884;
  color: #fff;
  margin: 0;
}

.geen-header {
  margin: 0;
}

.geen-list[aria-expanded="true"] span i {
  color: #fff;
}

.acrdion-fx {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}

.geen-item {
  width: 100%;
}

.ac-singl {
  width: 49.4%;
}

.geen-list {
  width: 100%;
  margin-bottom: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 100px;
  height: 56px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000726;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: start;
}

.geen-list i {
  margin-right: 10px;
  color: #0ba884;
}

.geen-header {
  margin: 0;
}

.geen__bdy {
  padding: 10px;
}

.geen__bdy p {
  margin: 0;
}

.offlogo {
  max-width: 180px;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.slider {
  padding: 15px 0;
  background: #000726;
  display: none !important;
}

.panel form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

fieldset,
label {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 22px;
  margin: 10px;
  font-weight: normal;
}

fieldset {
  margin: 20px 0 40px;
}

.rating {
  border: none;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 30px;
}

.rating > label {
  color: #ddd;
  margin: 0 0px;
  font-size: 24px;
  height: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  line-height: 1;
  transition: 0.3s;
}

.panel {
  margin-top: 5px;
}

.rev__tx h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.rev-fx {
  display: flex;
  align-items: center;
}

.rating>input:checked+label {
  color: #e67441;
}

input,
label {
  cursor: pointer;
}

input[type="submit"] {
  margin-top: 5px;
  background-color: #302d2b;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
}

input[type="submit"]:focus {
  outline: 0;
}

input[type="submit"]:active {
  transform: scale(0.98);
}

input[type="submit"]:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.fa-heart {
  color: red;
  font-size: 30px;
  margin-bottom: 10px;
}

.reting__popup__area .modal-dialog {
  max-width: 700px;
}

.modal-content {
  width: 100%;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  background: transparent;
  border: 0;
}
.cookie-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 600px; /* Breder op desktop */
    max-width: 90%; /* Responsief voor kleinere schermen */
    text-align: left;
}

.cookie-alert h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.cookie-alert p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.cookie-alert button {
    padding: 15px 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    width: 48%; /* Beide knoppen nemen 48% van de breedte, zodat er ruimte tussen zit */
    box-sizing: border-box; /* Houdt rekening met padding */
}

.accept-button {
    background-color: #28a745;
    color: white;
}

.reject-button {
    background-color: white;
    border: 1px solid #28a745;
    color: #28a745;
}

.reject-button:hover {
    background-color: #e8f5e9;
}

.accept-button:hover {
    background-color: #218838;
}

/* Nieuw toegevoegd voor het a-label */
.cookie-alert a {
    color: #28a745; /* Maak de link groen */
    text-decoration: none; /* Verwijder de standaard onderstreping */
}

.cookie-alert a:hover {
    text-decoration: underline; /* Voeg onderstreping toe bij hover */
}