* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;

}


/*
========================================
Start Basic Setup
========================================
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a,
span,
label {
  display: inline-block;
}

a,
a:focus {
  text-decoration: none;
}

button,
input,
textarea,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  border: 0;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
hr {
  margin: 0;
  padding: 0;
}

/*
========================================
End Basic Setup
========================================
*/

/*
========================================
Start Font Size
========================================
*/
/*
========================================
End Font Size
========================================
*/

/*
========================================
Start Font Color
========================================
*/
/*
========================================
End Font Color
========================================
*/

/*
========================================
Start Background Color
========================================
*/
/*
========================================
End Background Color
========================================
*/

/*
========================================
Start Reusable Components
========================================
*/
.heading-title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 92px;
  color: #403737;
  position: relative;
  display: inline-block;
}

.heading-title h2::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background: #111;
}

.heading-title h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background: #111;
}

/*
========================================
End Reusable Components
========================================
*/

/*
====================
Start Preloader
====================
*/

.preloader {
  height: 100vh;
  display: flex;
  position: fixed;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
}

/*
====================
End Preloader
====================
*/

/*
========================================
Start Header Section Css
========================================
*/
header {
  border-bottom: 1px solid #707070;
}

nav {
  background: #302626;
  padding-top: 17px;
  padding-bottom: 17px;
}

.menu {
  margin-left: 115px;
}

.menu ul li:not(:last-of-type) {
  margin-right: 70px;
}

.menu ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}

.login {
  margin-right: 28px;
}

.login a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #302626;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 37px;
  padding-right: 37px;
  border-radius: 30px;
}

/*
========================================
End Header Section Css
========================================
*/

/*
========================================
Start Banner Section Css
========================================
*/
.banner-section {
  background: #403737;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-bottom: 210px;
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  right: -10%;
  top: -13%;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section::after {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  left: -14%;
  top: 16%;
  z-index: -1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-text h1 {
  font: normal normal 600 138px/207px Poppins;
  letter-spacing: 0px;
  color: #FEEBA7;
}

.banner-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 46px;
  color: #FFFFFF;
}

.mobile-area {
  margin-top: 70px;
}

.banner-bar {
  background: #D5EDFF;
  width: 100%;
  height: 550px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}

.banner-bar::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  right: -14%;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

.mobile-area a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 55px;
  margin-top: 73px;
  color: #FEEBA7;
  background: #403737;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 50px;
}

.mobile-area a img {
  margin-left: 30px;
}

/*
========================================
End Banner Section Css
========================================
*/

/*
========================================
Start Header Section Css
========================================
*/

.features-section {
  background: #D5EDFF;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.features-section::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  left: -10%;
  bottom: -8%;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

.features-row {
  margin-left: -26px;
  margin-right: -26px;
}

.features-row>* {
  padding-left: 26px;
  padding-right: 26px;
}

.features-box {
  height: 100%;
}

.features-item {
  display: block;
  background: #403737;
  border-radius: 25px;
  height: 100%;
}

.features-item span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 52px;
  color: #FEEBA7;
  flex: 1;
}

.about-title {
  margin-top: 120px;
}

/*
========================================
End Header Section Css
========================================
*/

/*
========================================
Start About Section Css
========================================
*/
.about-us-section {
  background: #403737;
}

.about-top span {
  font-family: 'Helvetica Neue';
  font-size: 100px;
  font-weight: 700;
  color: #FFECA7;
  display: inline-block;
  margin-left: 21px;
}

.about-top h3 {
  font: normal normal normal 69px/91px Helvetica Neue;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 51px;
}

.about-top p {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffeca7;
}

.about-middle ul li:last-of-type {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  max-width: 1100px;
  margin-left: 19px;
  flex: 1;
}

.about-middle ul {
  margin-bottom: 37px;
}

.about-middle ul li img {
  width: 50px;
}

.download {
  font-family: 'Poppins', sans-serif;
  font-size: 39px;
  font-weight: 600;
  color: #403737;
  background: #fff;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 35px;
  margin-top: 12px;
}

.download span {
  padding-left: 21px;
}

/*
========================================
End About Section Css
========================================
*/

/*
========================================
Start Header Section Css
========================================
*/
.who-are-section {
  background: #D5EDFF;
  padding-top: 128px;
  padding-bottom: 105px;
  position: relative;
  z-index: 9;
}

.who-are-section::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -18%;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

.who-are-desc h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 95px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000000;
}

.who-are-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #000000;
  max-width: 972px;
}

.who-are-section .swiper-wrapper {
  padding-bottom: 50px;
}

.who-are-section .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 2px solid #403737;
}

.who-are-section .swiper-pagination-bullet-active {
  background: #403737;
}

/*
========================================
End Header Section Css
========================================
*/

/*
========================================
Start Price Section Css
========================================
*/
.price-section {
  background: #403737;
  padding-top: 38px;
  overflow: hidden;
}

.price-head {
  border: 2px solid #FFECA7;
  border-radius: 15px;
  padding-top: 7px;
}

.price-head h3 {
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #FFECA7;
}

.price-head span {
  font-family: 'Inter', sans-serif;
  font-size: 66px;
  font-weight: 700;
  color: #fff;
}

.price-body {
  margin-bottom: 34px;
}

.price-body ul li span {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-left: 26px;
}

.price-section .swiper-wrapper {
  padding-bottom: 37px;
}

.price-section .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  transition: .3s;
}

.price-section .swiper-pagination-bullet-active {
  background: #FFECA7;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
}

.price-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0var(--swiper-pagination-bullet-horizontal-gap, 4px);
  margin-right: 16px;
}

/*
========================================
End Price Section Css
========================================
*/

/*
========================================
Start Testimonial Section Css
========================================
*/
.wrapper-bg-color {
  background: #D5EDFF;
  overflow: hidden;
}

.testimonial-section {
  background: #D5EDFF;
  padding: 102px 0;
  position: relative;
}

.testimonial-section::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  right: -13%;
  margin: 0 auto;
  top: 8%;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

.testimonial-section .slick-next,
.testimonial-section .slick-prev {
  top: 25%;
}

.testimonial-section .heading-title {
  padding-bottom: 40px;
}

.testimonial-section .heading-desc {
  padding-bottom: 148px;
}

.testimonial-section .heading-desc p {
  position: relative;
  padding-bottom: 60px;
  font: normal normal normal 95px/127px Inter;
  letter-spacing: 0px;
  color: #000000;
}

.testimonial-section .heading-desc p::after {
  content: '';
  bottom: 0px;
  width: 370px;
  position: absolute;
  left: 50%;
  height: 6px;
  background: #403737;
  transform: translateX(-50%);
}

.testimonial-item-top {
  position: relative;
}

.testimonial-item-top {
  position: relative;
}

.wrapper-slider {
  padding: 0 160px;
}

.wrapper-slider .slick-prev {
  left: -120px;
}

.wrapper-slider .slick-next {
  right: -72px;
}

.testimonial-section .slick-prev:before {
  content: url('../images/Nextwipebutton.png');
}

.testimonial-section .slick-next:before {
  content: url('../images/Preswipebutton.png');
}

.testimonial-item-top {
  margin: 0 15px;
}

.testimonial-item-top .box1 {
  border: 10px solid #403737;
  padding: 12px;
  padding-bottom: 106px;
}

.testimonial-item-top .box2 {
  text-align: center;
  margin-top: -80px;
}

.testimonial-item-top .box2 img {
  margin: 0 auto;
}

.testimonial-item-top .box2 h4 {
  font: normal normal bold 57px/76px Inter;
  letter-spacing: 0px;
  color: #403737;
  margin-bottom: 0;
}

.testimonial-item-top .box2 p {
  font: normal normal normal 32px/43px Inter;
  letter-spacing: 0px;
  color: #5B5454;
}

.testimonial-section p {
  font: normal normal 600 29px/43px Poppins;
  letter-spacing: 0px;
  color: #403737;
  margin-bottom: 12px;
}

.slick-slide img {
  display: block;
  margin: auto;
}

/*
========================================
End Testimonial Section Css
========================================
*/

/*
========================================
Start Faq Section Css
========================================
*/
.faq-section {
  background: #D5EDFF;
  padding-bottom: 100px;
  position: relative;
}

.faq-section::after {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  left: -13%;
  margin: 0 auto;
  top: -18%;
  z-index: 1;
  background-image: url(../images/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

/*.accordion-button{
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}*/
.faq-section .accordion-item {
  background: transparent;
  margin-bottom: 24px;
}

.faq-section .heading-title {
  padding-bottom: 130px;
}

.accordion-button {
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  background: #403737;
}

.accordion-body {
  background: #B1C2CF;
  border-radius: 20px;
  margin-top: 20px;
  padding: 60px;
}

.accordion-button::after {
  width: 88px;
  height: 88px;
  background-image: url(../images/Plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 65px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/mainus.png');
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body p {
  font: normal normal normal 60px/80px Inter;
  letter-spacing: 0px;
  color: #403737;
}

.accordion-item .accordion-button {
  border-radius: 20px !important;
  padding: 40px 70px 40px 185px;
  font: normal normal normal 60px/80px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #403737;
}

/*
========================================
Start Faq Section Css
========================================
*/

/*
========================================
Start Footer Section Css
========================================
*/
footer {
  background: #403737;
}

.footer-logo h3 {
  font-family: 'Inter', sans-serif;
  font-size: 63px;
  font-weight: 700;
  color: #FFF5B9;
}

.footer-adress span {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

.footer-adress ul:not(:last-of-type) {
  margin-bottom: 22px;
}

.footer-adress ul li {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.footer-adress ul li.d-inline.me-10 {
  position: absolute;
  left: 0;
}

.footer-adress ul {
  position: relative;
  padding-left: 40px;
}

.more-page span,
.follow-us span:not(.follow-us ul li span) {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #FFF5B9;
}

.follow-us ul li span {
  margin-left: 17px;
}

.follow-us ul li:not(:last-of-type) {
  margin-bottom: 32px;
}

.follow-us ul {
  width: 200px;
  text-align: left;
  margin-left: auto;
}

.more-page ul li:not(:last-child) {
  margin-bottom: 13px;
}

.more-page ul li a {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.follow-us ul li a img {
  width: 27.58px;
  height: 27.58px;
}

.follow-us ul li a {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  display: flex;
  font-weight: 400;
  justify-content: end;
  color: #fff;
  align-content: center;
  display: block;
}

.footer-adress ul:first-of-type {
  max-width: 397px;
}

/*
========================================
Start Footer Section Css
========================================
*/

/*
========================================
Start Login Page Css
========================================
*/
.login-section {
  background: #403737;
  padding-top: 115px;
  /*padding-bottom: 248px;*/
  padding-bottom: 45px;
  position: relative;
}

.login-top-img {
  position: absolute;
  right: 142px;
  top: -299px;
}

.login-bottom-img {
  position: absolute;
  bottom: -280px;
  left: 0;
}

.login-container {
  max-width: 1740px !important;
}

.login-header {
  margin-bottom: 120px;
}

.login-header h2 {
  font-family: 'Helvetica Neue';
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}

.login-header span {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.email-text,
.pin-text {
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.email,
.pass,
.email:focus,
.pass:focus {
  border: 4px solid #fff;
  background: transparent;
  width: 622px;
  max-width: 100%;
  border-radius: 30px;
  padding-top: 17px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.email::placeholder,
.pass::placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #707070;
}

.email {
  margin-bottom: 20px;
}

.submit-btn {
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #403737;
  max-width: 100%;
  background: #FEEBA7;
  width: 622px;
  padding-top: 17px;
  padding-bottom: 15px;
  border-radius: 30px;
}

.form-check-label {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffff;
}

.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  margin-right: 13px;
}

.form-check {
  display: flex;
  align-items: center;
}

.login-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 165px;
}

/*
========================================
End Login Page  Css
========================================
*/

/*
========================================
Start Dashboard Page  Css
========================================
*/
.wrapper {
  position: relative;
  transition: all ease .7s;
  background: #D5EDFF;
  padding-left: 24.1%;
  min-height: 100vh;
}

.wrapper-left-body {
  position: relative;
}

.dashboard-ellipse {
  position: absolute;
  top: -210px;
  z-index: -999;
  left: 0;
  width: 95%;
  right: 0;
  margin: auto;
}

.wrapper-left-sidebar::-webkit-scrollbar {
  display: none;
}

.wrapper-left-sidebar {
  position: fixed;
  top: 0;
  min-height: 100vh;
  background: #403737;
  padding-left: 40px;
  padding-right: 53px;
  padding-top: 42px;
  left: 0;
  width: 24.1%;
  padding-bottom: 90px;
  overflow: auto;
  height: 100vh;
}

.wrapper-left-sidebar-top span {
  display: block;
  font: normal normal normal 47px/63px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.left-sidebar-middle {
  margin-top: 150px;
}

.left-sidebar-middle li a span:not(.left-sidebar-middle li:last-of-type a span) {
  font-family: 'Helvetica Neue';
  font-size: 46px;
  font-weight: 700;
  color: #FEEBA7;
  margin-left: 20px;
}

.left-sidebar-middle li:last-of-type {
  margin-top: 145px;
}

.wrapper-right-main-body {
  padding-left: 83px;
  padding-right: 73px;
  padding-top: 75px;
}

.left-sidebar-middle li:last-of-type a span {
  font-family: 'Helvetica Neue';
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
}

.wrapper-left-sidebar-bottom {
  margin-top: 364px;
}

.wrapper-left-sidebar-bottom a span {
  font-family: 'Helvetica Neue';
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.user-title {
  margin-bottom: 52px;
}

.user-title h2 {
  font: normal normal bold 89px/118px 'Helvetica Neue';
  letter-spacing: 0px;
  color: #403737;
}

.user-title span {
  font: normal normal normal 35px/47px Inter;
  letter-spacing: 0px;
  color: #403737;
  opacity: 0.81;
  display: block;
}

.wrapper-right-main-body .name-email2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #00000029;
  border-radius: 15px;
  padding: 30px 25px;
  margin-bottom: 33px;
  margin-right: 40px;
}

.wrapper-right-main-body .name-email:last-child {
  margin-bottom: 0;
}

.wrapper-right-main-body .name-email ul:last-child {
  margin-bottom: 0;
}

.wrapper-right-main-body .name-email ul {
  margin-bottom: 16px;
}

.wrapper-right-main-body .name-email ul li {
  font: normal normal 600 26px/35px Inter;
  letter-spacing: 0px;
  color: #403737;
}

.wrapper-right-main-body .name-email ul li:last-child {
  font-weight: 400;
  margin-left: 30px;
}

.wrapper-right-main-body .day-left {
  margin-top: 26px;
}

.wrapper-right-main-body .day-left h4 {
  font: normal normal bold 23px/31px Inter;
  letter-spacing: 0px;
  color: #0F9D58;
  margin-bottom: 10px;
}

.wrapper-right-main-body .day-left .progress {
  border-radius: 20px;
}

.wrapper-right-main-body .day-left .progress .progress-bar {
  background: #0F9D58;
  border-radius: 20px;
}

.wrapper-right-main-body .map-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #00000029;
  border-radius: 15px;
  height: 100%;
  position: relative;
}

.wrapper-right-main-body .map-wrapper .name-email {
  padding: 0 25px;
  padding-bottom: 30px;
}

.wrapper-right-main-body .map-wrapper button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.wrapper-right-main-body .you-can-test {
  padding: 90px 0;
}

.wrapper-right-main-body .you-can-test p {
  font: normal normal bold 32px/43px Helvetica Neue;
  letter-spacing: 0px;
  color: #403737;
}

.wrapper-right-main-body .you-can-test .box {
  background: #403737 0% 0% no-repeat padding-box;
  border-radius: 47px;
  padding: 16px 30px;
  height: 100%;
}

.wrapper-right-main-body .you-can-test .box img {
  max-height: 70px;
  align-self: center;
}

.wrapper-right-main-body .you-can-test .box p {
  text-align: center;
  font: normal normal normal 26px/35px Inter;
  letter-spacing: 0px;
  color: #FEEBA7;
  margin-left: 20px;
  align-self: center;
  margin-bottom: 0;
  flex: 1;
}

.wrapper-right-main-body .you-can-test .box input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 24px;
  font: normal normal normal 26px/35px Inter;
  letter-spacing: 0px;
  color: #403737;
  text-align: center;
  padding-top: 4.5px;
  padding-bottom: 7.5px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 30px;
}

.wrapper-right-main-body .you-can-test .row>* {
  padding-right: calc(var(--bs-gutter-x) * .8);
  padding-left: calc(var(--bs-gutter-x) * .8);
  margin-top: var(--bs-gutter-y);
}

.wrapper-right-main-body .you-can-test .box button {
  background: #FEEBA7 0% 0% no-repeat padding-box;
  border-radius: 24px;
  font: normal normal normal 26px/35px Inter;
  letter-spacing: 0px;
  color: #403737;
  width: 260px;
  padding: 15px 10px;
}

.wrapper-right-main-body .footer-dashbord {
  background: transparent;
  padding: 50px 0;
}

.wrapper-right-main-body .footer-dashbord p {
  font: normal normal normal 24px/32px Inter;
  letter-spacing: 0px;
  color: #403737;
}









/*
========================================
End Dashboard Page  Css
========================================
*/

/*
===================================
Start Scroll to Top 
===================================
*/

.scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  height: 60px;
  width: 60px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  bottom: 40px;
  z-index: 9999;
}

/* Bob */

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.hvr-bob {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .4s, 1.5s;
  animation-duration: .4s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*
===================================
End Scroll to Top 
===================================
*/
.wrapper-left-sidebar-top img {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.fixed-left {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
}

.fixed-left ul {
  width: 70px;
  text-align: center;
}

.fixed-left ul li {
  margin-bottom: 27px;
}

.fixed-left ul li:last-child {
  padding-top: 10px;
  margin-bottom: 0;
}

.for-mobile-nav {
  background: #302626;
  padding-top: 17px;
  padding-bottom: 17px;
}

.offcanvas {
  background: #302626;
}

.for-mobile-nav .menu {
  margin-left: 0;
}

.for-mobile-nav .menu ul li.d-inline-block {
  display: block !important;
  margin: 0;
  margin-bottom: 15px;
}

.for-mobile-nav .login {
  margin-right: 0;
  margin-bottom: 25px;
}

.offcanvas.offcanvas-start {
  width: 100%;
  z-index: 9999999;
}

.offcanvas-header {
  position: absolute;
  right: 15px;
  top: 15px;
}

.offcanvas-header .btn-close {
  width: 30px;
  height: 30px;
  ;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E") center/2em auto no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
}

.copyright {
  padding: 16px 0;
  background: #FFF5B9 0% 0% no-repeat padding-box;
}

.copyright p {
  text-align: center;
  font: normal normal normal 34px/46px Inter;
  letter-spacing: 0px;
  color: #403737;
}

.fixe-bottoms {
  padding: 15px 20px;
  background: #403737;
}

.fixe-bottoms ul li {
  align-self: center;
}

.fixe-bottoms ul li:nth-child(1) a img {
  width: 50px;
}

.fixe-bottoms ul li a img {
  width: 30px;
}



/* 3d slider start */

.rev_slider.slick-slider {
  margin-left: -35%;
  margin-right: -35%;
}

.rev_slider .slick-list {
  padding-top: 0% !important;
  padding-bottom: 5% !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.rev_slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev,
.rev_slider .slick-snext2,
.rev_slider .slick-sprev2 {
  display: block;
}

.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(10%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}

.rev_slider .slick-snext2 {
  opacity: 1;
  transform: translate3d(20%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}

.rev_slider .slick-dots li.slick-active {
  background: #FFECA7;
}

.rev_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1.5px solid #707070;
}

.rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-10%, 0, -10px);
}

.rev_slider .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
}

.rev_slider .test {
  display: block;
  width: 100%;
}

/* 3d slider end */






/* home-wrapper start */
.home-wrapper {
  background: #403737;
  padding-top: 60px;
}

.home-wrapper .home-top {}

.home-wrapper .home-top a {
  font: normal normal 500 36px/48px Helvetica Neue;
  letter-spacing: 0px;
  color: #FEEBA7;
  border: 4px solid #FEEBA7;
  border-radius: 54px;
  padding: 17px 45px 21px 45px;
}

.home-wrapper .home-top a img {
  margin-right: 10px;
  width: 47px;
  vertical-align: middle;
  position: relative;
  top: -8px;
}

.home-wrapper .home-top {
  margin-bottom: -96px;
}

.home-wrapper .home-box {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

.home-wrapper .home-box img {
  width: 249px;
  display: block;
  margin: 0 auto;
}

.home-wrapper .home-box h1 span {
  display: inline-block;
  position: relative;
}

.home-wrapper .home-box h1 span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: #fff;
}

.home-wrapper .home-box h1 {
  text-align: center;
  font: normal normal bold 97px/129px Helvetica Neue;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 210px;
  margin-top: 40px;
}

.home-wrapper .home-box .media {
  display: flex;
  margin-bottom: 61px;
}

.home-wrapper .home-box .media img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  align-self: center;
}

.home-wrapper .home-box .media .media-body {
  flex: 1;
  align-self: center;
  margin-left: 20px;
}

.home-wrapper .home-box .media .media-body h4 {
  font: normal normal 700 81px/107px Helvetica Neue;
  letter-spacing: 0px;
  color: #FEEBA7;
  margin-bottom: 0;
}

.home-wrapper .home-box .media .media-body a {
  font: normal normal 400 31px/41px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.home-wrapper .home-box .Offline {}

.home-wrapper .home-box .Offline form {}

.home-wrapper .home-box .Offline form label {
  font: normal normal normal 34px/46px Inter;
  letter-spacing: 0px;
  color: #FEEBA7;
  opacity: 0.8;
  margin-bottom: 13px;
}

.home-wrapper .home-box .Offline form textarea {
  background: transparent;
  border: 4px solid #FEEBA7;
  border-radius: 20px;
  color: #fff;
}

.home-wrapper .home-box .Offline form p {
  font: normal normal bold 77px/102px Helvetica Neue;
  letter-spacing: 0px;
  color: #FEEBA7;
  margin-top: 25px;
  margin-bottom: 0;
}

.home-wrapper .footer-copyright {
  padding: 50px 0;
}

.home-wrapper .footer-copyright p {
  margin-bottom: 0;
  text-align: center;
  font: normal normal normal 24px/32px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

/* home-wrapper end */