.spinner {
  margin: 20px auto 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #F15B53 94%, #0000) top/7px 7px no-repeat,
  conic-gradient(#0000 30%, #F15B53);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 7px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}


/* MODAL */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); /* Backdrop */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}

.forgot-pw-header {
  color: #454545;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
}

.modal h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.modall-input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 0 20px;
  font-size: 14px;
}

.modal-content-wrapper {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  cursor: initial;
}

#invite-friend-modal .modall-content {
  margin-bottom: 10px;
  overflow: auto;
}

.modal.long-animation {
  transition: opacity .3s ease, visibility .3s ease; /* Longer duration */
}

.modall-content {
  margin-bottom: 15px;
}

.modal-icon-wrapper svg {

}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-button-neutral {
  padding: 15px 50px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  color: #4B4B4B;
  border: 1px solid #E2EAF1;
  background-color: white;
  margin-top: 10px;
}

.modal-button-positive {
  padding: 15px 50px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  color: white;
  background-color: #F15B53;
  margin-top: 10px;
  border: none;
}

.modal-button-positive:hover {
  background-color: #d74d45;
}

.modal-button-neutral:hover {
  background-color: #f8f8f8;
}

.pulse-effect-short {
  animation: pulse 0.2s infinite ease-in-out;
}

.pulse-effect-long {
  animation: pulse 1.5s infinite ease-in-out;
}

.b-scroll-lock {
  overflow: hidden !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px)
{
  .modal-content-wrapper {
    max-height: 80vh;
  }

  #survey-modal .modal-content-wrapper,#website-overlay-modal .modal-content-wrapper, .modal-content-wrapper-fullscreen {
    max-height: initial;
    max-width: initial;
    height: 97vh;
    height: 97dvh;
    width: 95%;
  }

  #survey-modal .modal-content-wrapper,#website-overlay-modal .modal-content-wrapper, .modal-content-wrapper-fullscreen {
    padding: 51px 20px 35px 20px;
  }



}

@media screen and (max-width: 550px)
{
  h1 {
    font-size: 22px;
  }

  .modal-content-wrapper {
    padding: 35px 20px;
  }

  .modal-content h2 {
    font-size: 18px;
  }

  .modal-icon-wrapper svg {
    width: 45px;
    height: auto;
  }
}


/* 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 }
po{box-sizing: border-box;text-decoration: none;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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 */

.header .container {
  max-width: 1783px;
}
.header {
  padding-top: 37px;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_right_side {
  display: flex;
  align-items: center;
}
.site__language {
  display: flex;
  align-items: center;
  position: relative;
}
.site__language p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
  margin-right: 30px;
}

.site__language .nice-select {
  border-radius: 35px;
  background: #FFF;
  width: 189px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__button a {
  display: flex;
  border-radius: 35px;
  border: 1px solid #F15B53;
  width: 113px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #F15B53;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 20px;
  transition: .3s;
}
a {
  text-decoration: none;
}
.header__button {
  display: flex;
  align-items: center;
}
.header__button a:last-child {
  margin-right: 0;
}
.header__button a.active {
  background: #F15B53;
  color: #fff;
}
/*.site__language:before {
  position: absolute;
  content: "";
  background: #C9D6E4;
  width: 0.5px;
  height: 47px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}*/


/* header-area-end */



/* hero-area-start */
  
.hero {
  padding-top: 70px;
  padding-bottom: 70px;
}
.hero__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group__section {
	background: linear-gradient(180deg, #F6F6F6 43.71%, rgba(246, 246, 246, 0.00) 100%);
}

.hero__title h4 {
  color: #333;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}
.hero__title h3 {
  color: #454545;
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  line-height: 90px;
  margin-bottom: 20px;
}
.hero__content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.hero__title h3 span {
  color: #F15B53;
}
.hero__list h3 {
  color: #333;
  font-size: 31px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 35px;
  position: relative;
  width: fit-content;
}
.hero__list h3 img {
  position: absolute;
  right: 0;
  bottom: -7px;
}
.hero_list_flex {
  display: flex;
  justify-content: space-between;
}
.hero_list_flex ul li {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  white-space: nowrap;
}
.hero_list_flex ul {
  width: 50%;
}
.hero_list_flex ul li img {
  margin-right: 8px;
}
.hero__list h3 span {
  font-weight: 900;
}
.hero_mid_img {
  position: absolute;
  right: -400px;
  left: 0;
  margin: auto;
  bottom: 0;
}
.hero__flex {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.hero__box {
  position: relative;
  z-index: 1;
  width: 31.7%;
  border-radius: 45px;
  background: #FFF;
  box-shadow: -14px 35px 65px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 50px;
  height: 100%;
  margin-top: 27px;
}
.hero__notification div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FC;
  border-radius: 50px;
  font-size: 14px;
  color: #454545;
  padding: 0 20px;
}
.hero__notification div i {
  color: #008CFF;
  margin-right: 6px;
}
.hero__notification div p {
  margin: 0 0 0 5px;
  padding: 10px 0;
}
.hero__notification div span {
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
}
.hero__notification {
  margin-bottom: 15px;
}
.hero__form h3 {
  color: #454545;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  margin: 20px 0;
}
.hero__form input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #F3F3F3;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.hero__form button {
  height: 49.605px;
  border-radius: 5px;
  background: #F15B53;
  width: 100%;
  border: 0;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  transition: .3s;
  border: 1px solid #F15B53;
}
.hero_socail_btn {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hero_socail_btn a {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  padding: 2px 10px;
  color: #454545;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  flex: 1;
}
.hero_socail_btn a img {
  max-width: 21px;
}
.hero__capture {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #EEEEEE;
  text-align: center;
  max-height: 130px;
}
.hero .container {
  max-width: 1627px;
}
.brand__item img {
    max-height: 50px;
    width: auto !important;
}
.brand__item {
    max-height: 50px;
  display: flex;
  align-items: center;
    justify-content: center;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.brand__slider .owl-dots {
	display: none;
}
/* hero-area-end */


/* work-area-start */

.work {
  padding-top: 138px;
  padding-bottom: 120px;
}
.section__title {
  text-align: center;
  margin-bottom: 64px;
}
.section__title h3 {
  color: #333;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 22px;
}
.section__title p {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.work_long_arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}
.single_work_box {
  position: relative;
  width: 31.2%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: -15px 33px 80px 15px rgba(29, 38, 78, 0.12);
  padding: 28px 0;
  min-height: 281px;
}
.work__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*! align-items: center; */
}
.container {
  max-width: 1326px;
}
.work_box_title {
  padding: 0 52px;
  margin-bottom: 17px;
}
.work_box_title h3 {
  color: #F15B53;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 2px;
  position: relative;
}
.work_box_title p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  opacity: 0.8;
}
.work_box_title h3 span {
  width: 48px;
  height: 48px;
  background: #F15B53;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -76px;
  top: 50%;
  transform: translateY(-50%);
}
.work .container {
  max-width: 1367px;
}
.work_box_signup {
  padding: 0 52px;
}
.work_box_input {
  max-width: 277px;
  position: relative;
  margin-bottom: 11px;
}
.work_box_input input {
  border-radius: 35px;
  border: 1px solid #5C5C5C;
  opacity: 0.2;
  height: 40px;
  width: 100%;
  color: #5C5C5C;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 43px;
  padding-right: 20px;
}
.work_box_input a {
  position: absolute;
  color: #D3D3D3;
  font-size: 15px;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.work_box_arrow a {
  width: 40px;
  height: 40px;
  background: #D6DADF;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_box_arrow {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.work_box_review {
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
}
.work_single_rev {
  width: 32%;
  border-radius: 7px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}

.work_single_rev h3 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.work_rev_text {
  border-radius: 7px;
  background: #F6F6F6;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: center;
}
.work_rev_text_top p {
  color: #5C5C5C;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.work_rev_text_top span {
  color: #464646;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_rev_text_top span i {
  margin-right: 3px;
}
.work_rev_text_top {
  margin-bottom: 15px;
}
.work__ster {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.work__ster a {
  margin: 0 1px;
  font-size: 10px;
  color: #F15B53;
}
.work__ster span {
  color: #5C5C5C;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.work_rev_text_last span {
  color: #5C5C5C;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.work_box_title h3 a {
  position: absolute;
  right: -27%;
  top: -7px;
}
.work__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  position: relative;
}
.work__price a {
  border-radius: 35px;
  border: 1px solid #EEEEEE;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #D3D3D3;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 3px;
}
.work__price a.active {
  color: #F15B53;
}
.work__price:before {
  background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  width: 73px;
  height: 72px;
}
.work__price:after {
  background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  transform: rotate(90deg);
  width: 73px;
  height: 72px;
}
.work__button {
  margin-top: 89px;
  display: flex;
  justify-content: center;
}
.header__button a:hover {
  background: #F15B53;
  color: #fff;
}
.header__button a.active:hover {
  background: transparent;
  color: #F15B53;
}
.hero__form button:hover {
  border-color: #F15B53;
  color: #F15B53;
  background: transparent;
}
.theme__btn:hover {
  background: transparent;
  border-color: #F15B53;
  color: #F15B53;
}
.theme__btn {
  border-radius: 35px;
  background: #F15B53;
  width: 226px;
  height: 68px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border: 1px solid #F15B53;
  text-align: center;
}

/* work-area-end */


/* price-area-start */

.price {
  padding-top: 125px;
  padding-bottom: 200px;
  position: relative;
}

.price__sheap {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.section__title h3 span {
  color: #F15B53;
  display: inline-block;
}
.section__title img {
  margin-top: 30px;
}
.price .section__title {
  margin-bottom: 30px;
}
.price__tab {
  max-width: 1295px;
  margin: auto;
}
.price__tab ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px !important;
}
.price__tab ul li button {
  width: 310px;
  height: 90px;
  border-radius: 75px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ABABAB;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0 !important;
}
.price__tab ul li button img {
  margin-right: 24px;
  /*! transition: .3s; */
}
.price__tab ul li button.nav-link.active {
  background: #fff;
  color: #333;
}
.price__tab ul li button.nav-link.active img {
  filter: invert(55%) sepia(76%) saturate(4061%) hue-rotate(331deg) brightness(103%) contrast(89%);
}
.price {
  background: linear-gradient(180deg, #F6F6F6 28.09%, rgba(246, 246, 246, 0.00) 77.81%);
}
.price__item {
  border-radius: 15px;
  border: 0.5px solid #C9D6E4;
  background: #FFF;
  padding: 48px 0;
  text-align: center;
}
.price__img a img {
  width: auto !important;
  z-index: 9;
}
.price__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  position: relative;
}
.price__img a:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  height: 120px;
  background: #F6F7F8;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.price__img {
  margin-bottom: 45px;
}
.price__text p {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 10px;
}
.price__text a {
  color: #F15B53;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.price__tab .owl-dots {
  display: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #F15B53 !important;
  font-size: 30px !important;
  left: -90px;
}
.owl-nav button.owl-next {
  left: auto;
  right: -90px;
}

/* price-area-end */


/* user-area-start */

.user__title p img {
  margin: 0;
  margin-right: 9px;
}
.user__title p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: end;
  justify-content: center;
}
.user .section__title {
  margin-bottom: 86px;
}
.user__box {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -14px 35px 65px 5px rgba(0, 0, 0, 0.10);
  min-height: 341px;
  padding: 46px 39px;
  /*! padding-top: 29px; */
}

.user__review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}

.user__review img {
  position: absolute;
  right: 28px;
  top: 29px;
}
.ster img {
  position: unset;
}
.user__text p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

.user .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.user {
  overflow: hidden;
  padding-bottom: 280px;
}
.user .owl-item {
  opacity: 0;
  visibility: visible;
  transition: opacity 500ms;
}
.user .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-dots button {
  width: 9px;
  height: 9px;
  background: #D6D2DE !important;
  border-radius: 50%;
  margin: 0 2px;
  transition: .3s;
}
.owl-dots button.active {
  background: #F15B53 !important;
}

.user__btn {
  max-width: 553px;
  margin: auto;
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}
.user__btn img {
  left: 0;
  top: 10px;
  position: absolute;
}
/* user-area-end */


/* piggi-area-start */

.piggi .section__title {
  margin-bottom: 55px;
}
.piggi__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pigg1 {
  position: absolute;
  left: -46px;
  top: -10px;
}
.piggi__box {
  border-radius: 45px;
  border: 0.5px solid rgba(94, 108, 142, 0.50);
  background: linear-gradient(133deg, #F6F7F8 19.74%, rgba(255, 255, 255, 0.00) 84.16%);
  width: 42.6%;
  height: 464px;
  padding: 70px 59px;
  display: flex;
  align-items: end;
  position: relative;
}
.piggi__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -29px;
  z-index: 9;
}
.piggi__title img {
  margin-bottom: 26px;
  width: 57px;
}
.piggi__title h3 {
  color: #00BC00;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  margin: 0;
}
.piggi__title {
  margin-bottom: 20px;
}
.piggi__list li {
  display: block;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
}
.piggi__list li img {
  max-width: 20px;
  margin-right: 8px;
}

.piggi__box.right {
  text-align: right;
  justify-content: end;
}
.piggi__box.right .piggi__content li {
  justify-content: end;
}
.piggi__box.right .piggi__content li img {
  margin-right: 0;
  margin-left: 8px;
}
.pigg2 {
  position: absolute;
  top: 36px;
  right: -32px;
}
.piggi {
  padding-bottom: 275px;
}
/* piggi-area-end */

/* phone-area-start */

.phone {
  padding-bottom: 235px;
  position: relative;
}
.phone__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phone__content {
  width: 48%;
  position: relative;
}
.phone__img {
  width: 49%;
}
.phone__img img {
  margin-left: -35px;
}
.phone__arr {
  position: absolute;
  right: -95px;
  bottom: 52px;
}
.phone__text h3 {
  color: #333;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 20px;
}
.phone__text h3 span {
  color: #F15B53;
  display: block;
}
.phone__text p {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
.phone__text {
  margin-bottom: 20px;
}
.phone__btn {
  max-width: 518px;
  display: flex;
  justify-content: space-between;
}
.phone_btn_fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 6px;
}
.phone_btn_fl p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.8;
  margin: 0;
  margin-right: 9px;
}
.phone__ster {
  display: flex;
  align-items: center;
}
.phone__ster a {
  color: #FDBA0F;
  font-size: 12px;
  margin-left: 5px;
}
.phone__ster a:last-child {
  opacity: 0.3;
}

/* phone-area-end */


/* faq-area-start */

.faq {
  position: relative;
  background: linear-gradient(180deg, #F6F6F6 28.09%, rgba(246, 246, 246, 0.00) 77.81%);
  padding-top: 105px;
  padding-bottom: 150px;
}
.faq_top_arrow {
  position: absolute;
  top: -109px;
  left: 0;
  right: 0;
  margin: auto;
}
.faq__box button {
  border-radius: 12px !important;
  border: 0.7px solid rgba(94, 108, 142, 0.50) !important;
  background: #F9F9F9 !important;
  padding: 0 39px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #5C5C5C !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  box-shadow: none !important;
  outline: none !important;
}
.accordion-item {
  margin-bottom: 20px;
  border: 0;
  background: #F9F9F9;
}
.accordion-item:last-child {
  margin: 0;
}
.accordion-body {
  background: #F9F9F9;
  border-radius: 12px !important;
  border: 0.7px solid rgba(94, 108, 142, 0.50);
  padding: 30px 39px;
  margin-top: 10px;
  color: #5C5C5C;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.faq__box button:after {
  background-color: #F15B53;
  width: 34.079px;
  height: 34.079px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  border-radius: 50%;
  background-image: unset !important;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}
.box__sheap {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* faq-area-end */


/* footer-area-start */

.footer {
  background: #2D2D2D;
  padding-top: 68px;
}
.footer__logo {
  max-width: 300px;
}
.footer__flex {
  padding-bottom: 63px;
  border-bottom: 1px solid #454545;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__btn a {
  width: 275px;
  height: 50px;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
}
.footer__copy {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  opacity: 0.8;
}
.copy__menu {
  display: flex;
  align-items: center;
}
.copy__menu a {
  margin-left: 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}

/* footer-area-end */
