@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700&display=swap");
body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}

.primary-text {
  color: #FF7100;
}

.secondery-text {
  color: #03E399;
}

.text-black {
  color: #252849 !important;
}

.text-gray {
  color: #6E7485;
}

.primary-bg {
  background: #FF7100;
}

.bg-secondery-shade {
  background: #EFFBF7;
}

.bg-skyblue {
  background: #F0F9FF;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-40 {
  font-size: 40px;
}

.fs-44 {
  font-size: 44px;
}

.fs-48 {
  font-size: 48px;
}
@media (max-width: 575px) {
  .fs-48 {
    font-size: 32px;
  }
}

.z-3 {
  z-index: 3;
}

.mb-35px {
  margin-bottom: 35px;
}

@media (min-width: 1700px) {
  .custom-container {
    max-width: 1640px;
  }
}

.button {
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .button {
    padding: 8px 14px;
  }
}
.button__primary {
  background: #FF7100;
  color: #fff;
  box-shadow: 0px 16px 40px rgba(255, 113, 0, 0.2);
  border: 1px solid #FF7100;
}
.button__primary:hover {
  background: #FF8C00;
}
.button__primary__outline {
  border: 1px solid #FF7100;
  color: #FF7100;
  background: transparent;
}
.button__primary__outline:hover {
  background-color: #FF7100;
  color: #fff;
}

.winvoice-nav {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .winvoice-nav .navbar-toggler {
    order: 3;
  }
}
@media (max-width: 991px) {
  .winvoice-nav .navbar-collapse {
    z-index: 9;
    width: 100%;
    top: calc(100% + 4px);
    position: absolute;
    left: 0;
    background: #252849;
    color: #fff;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .winvoice-nav .navbar-collapse .nav-item .nav-link {
    color: #fff !important;
  }
}

@media (max-width: 575px) {
  .navbar-logo {
    margin-right: 0;
  }
  .navbar-logo img {
    width: 115px;
  }
}

@media (min-width: 1400px) {
  .sml-container {
    max-width: 1320px;
  }
}

.banner-section {
  padding: 56px 0 0px 0;
}
@media (max-width: 575px) {
  .banner-section {
    padding: 48px 0 0px 0;
  }
}
.banner-section__left {
  min-width: 652px;
}
@media (max-width: 1199px) {
  .banner-section__left {
    min-width: initial;
    flex: 1;
  }
}
.banner-section__left .para-text {
  max-width: 478px;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .banner-section__right {
    flex: 1;
  }
}
@media (max-width: 1860px) {
  .banner-section__right img {
    max-width: 776px;
  }
}
@media (max-width: 1600px) {
  .banner-section__right img {
    max-width: 700px;
  }
}
@media (max-width: 1450px) {
  .banner-section__right img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section .round-ball {
    top: 100%;
    left: -180px;
  }
}
@media (max-width: 575px) {
  .banner-section .round-ball {
    display: block !important;
    width: 210px;
    height: 210px;
  }
}

.header-text span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.header-text span::after {
  content: "";
  position: absolute;
  background: #FF7100;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 3px;
  z-index: -1;
}

.bottom-shape {
  max-width: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.bottom-shape-big {
  bottom: -235px;
}

.round-ball {
  width: 332px;
  height: 332px;
  background: #97E9F4;
  position: absolute;
  border-radius: 50%;
  left: -210px;
  z-index: 3;
  top: 84%;
}
@media (max-width: 1600px) {
  .round-ball {
    width: 250px;
    height: 250px;
    left: -180px;
  }
}
@media (max-width: 1450px) {
  .round-ball {
    left: -215px;
  }
}
@media (max-width: 575px) {
  .round-ball {
    display: none !important;
  }
}

.category-section {
  margin-top: 310px;
}
@media (max-width: 575px) {
  .category-section {
    margin-top: 220px;
  }
}
.category-section .slide-item {
  margin-top: 96px;
}
@media (max-width: 575px) {
  .category-section .slide-item {
    margin-top: 48px;
  }
}
.category-section .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: calc(100% + 100px);
  left: -50px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .category-section .owl-nav {
    width: calc(100% + 80px);
  }
}
@media (max-width: 1040px) {
  .category-section .owl-nav {
    width: calc(100% + 69px);
  }
}
@media (max-width: 991px) {
  .category-section .owl-nav {
    width: calc(100% + 80px);
  }
}
.category-section .owl-nav .owl-prev {
  margin-right: auto;
}
@media (max-width: 1399px) {
  .category-section .owl-nav .owl-prev {
    margin-left: 10px;
  }
}
.category-section .owl-nav .owl-prev svg {
  transform: rotate(180deg);
}
.category-section .owl-nav .owl-next {
  margin-left: auto;
}
.category-section .owl-nav .owl-prev.disabled,
.category-section .owl-nav .owl-next.disabled {
  display: none;
}
.category-section .item {
  background: #F6EDFF;
  border-radius: 16px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.category-section .item:hover {
  background: #252849;
}
.category-section .item:hover a {
  color: #fff;
}
.category-section .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #252849;
  padding: 20px;
  transition: all 0.3s ease-out;
}
.category-section .item-box {
  width: 78px;
  height: 78px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-section {
  padding-top: 96px;
}
@media (max-width: 575px) {
  .feature-section {
    padding-top: 48px;
  }
}
.feature-section__box {
  background: #F0F9FF;
  padding: 96px 160px;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 1399px) {
  .feature-section__box {
    padding: 65px 100px;
  }
}
@media (max-width: 1199px) {
  .feature-section__box {
    padding: 46px 70px;
  }
}
@media (max-width: 767px) {
  .feature-section__box {
    padding: 38px;
  }
}
@media (max-width: 575px) {
  .feature-section__box {
    padding: 16px;
  }
}
.feature-section__box .heading {
  margin-bottom: 44px;
}
.feature-section__box .heading .feature-heading {
  max-width: 635px;
  margin-right: 20px;
}
@media (max-width: 1699px) {
  .feature-section__box .heading .feature-heading {
    flex: 1;
    max-width: initial;
  }
}
.feature-section__box .heading .feature-para {
  max-width: 512px;
}
@media (max-width: 1699px) {
  .feature-section__box .heading .feature-para {
    flex: 1;
    max-width: initial;
  }
}
.feature-section__box__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .feature-section__box__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .feature-section__box__list {
    grid-gap: 16px;
  }
}
@media (max-width: 450px) {
  .feature-section__box__list {
    grid-template-columns: 1fr;
  }
}
.feature-section__box__list .item {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 15px 30px rgba(14, 222, 250, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease-in;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .feature-section__box__list .item {
    padding: 16px;
  }
}
.feature-section__box__list .item:hover {
  background: #252849;
  box-shadow: 0px 15px 30px rgba(151, 233, 244, 0.2);
  border-color: #FF7100;
}
.feature-section__box__list .item:hover .icon,
.feature-section__box__list .item:hover .item-heading,
.feature-section__box__list .item:hover .item-para {
  color: #fff;
}
.feature-section__box__list .item:hover .icon path,
.feature-section__box__list .item:hover .item-heading path,
.feature-section__box__list .item:hover .item-para path {
  fill: #fff;
}
.feature-section__box__list .item .icon {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature-section__box__list .item .icon {
    margin-bottom: 16px;
  }
}
.feature-section__box__list .item .icon path {
  transition: all 0.3s ease-in;
}
.feature-section__box__list .item .item-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #252849;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .feature-section__box__list .item .item-heading {
    margin-bottom: 16px;
  }
}
.feature-section__box__list .item .item-para {
  color: #6E7485;
  transition: all 0.3s ease-in;
}
.feature-section__box .dots {
  top: 40px;
  left: -50px;
}
@media (max-width: 1199px) {
  .feature-section__box .dots {
    top: 25px;
    left: -80px;
  }
}
@media (max-width: 767px) {
  .feature-section__box .dots {
    left: -40px;
  }
}
@media (max-width: 575px) {
  .feature-section__box .dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .feature-section__box .dots svg {
    width: 70px;
  }
}

.dots {
  position: absolute;
}

.hows-work-section {
  padding-top: 96px;
}
@media (max-width: 575px) {
  .hows-work-section {
    padding-top: 48px;
  }
}

.hows-work-content {
  justify-content: center;
}
.hows-work-content .left-content {
  margin-right: 120px;
  max-width: 700px;
}
@media (max-width: 1699px) {
  .hows-work-content .left-content {
    margin-right: 60px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .hows-work-content .left-content {
    margin-right: 20px;
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .hows-work-content .left-content {
    margin-right: 0;
    max-width: 100%;
  }
}
.hows-work-content .left-content h2 {
  max-width: 615px;
}
.hows-work-content .right-content .box {
  width: 208px;
  height: 168px;
  box-shadow: 0px 4px 20px rgba(37, 40, 73, 0.15);
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: -34px;
  left: 10px;
  position: absolute;
}
@media (max-width: 1399px) {
  .hows-work-content .right-content img {
    width: 100%;
  }
}
.hows-work-content .collapsible {
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  border-radius: 20px;
  border-radius: 20px;
  padding: 16px 24px;
  margin-bottom: 32px;
}
.hows-work-content .collapsible.active {
  box-shadow: 0px 19px 29px rgba(42, 27, 73, 0.14);
}
.hows-work-content .collapsible.active .collapsible-header {
  align-items: flex-start;
}
.hows-work-content .collapsible.active .icon {
  display: none;
}
.hows-work-content .collapsible .number {
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 26px;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hows-work-content .collapsible:nth-of-type(1) .number {
  background: #EFFBF7;
  color: #03E399;
}
.hows-work-content .collapsible:nth-of-type(2) .number {
  background: #F6EDFF;
  color: #252849;
}
.hows-work-content .collapsible:nth-of-type(3) .number {
  background: #F0F9FF;
  color: #0EDEFA;
}
.hows-work-content .collapsible-header {
  align-items: center;
  transition: all 0.5s ease-out;
}
.hows-work-content .collapsible-header .content {
  max-width: 456px;
  margin-left: 28px;
}

.collapsible-header {
  cursor: pointer;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.collapsible.active .collapsible-content {
  max-height: 500px;
}

.collapse-group .left {
  margin-right: 32px;
  max-width: 650px;
  min-width: 650px;
  width: 100%;
}
@media (max-width: 1699px) {
  .collapse-group .left {
    max-width: 550px;
    min-width: 550px;
  }
}
@media (max-width: 1199px) {
  .collapse-group .left {
    max-width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 991px) {
  .collapse-group .left {
    min-width: initial;
    max-width: 100%;
  }
}
.collapse-group .right {
  margin-top: 60px;
}

.count-secton {
  padding-top: 96px;
}
.count-secton__box {
  padding: 96px 32px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .count-secton__box {
    padding: 48px 12px;
  }
}
@media (max-width: 575px) {
  .count-secton__box {
    padding: 16px;
  }
}
.count-secton__box .heading {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .count-secton__box .heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.count-secton__box .dots-arrow {
  position: absolute;
  right: 28px;
  top: -42px;
}
@media (max-width: 767px) {
  .count-secton__box .dots-arrow {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .count-secton__box .dots-arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .count-secton__box .counter-value {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .count-secton__box .counter-value {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .count-secton__box .items h4 {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .count-secton__box .items h4 {
    font-size: 12px;
  }
}

.faq-section {
  padding-top: 96px;
}
@media (max-width: 575px) {
  .faq-section {
    padding-top: 48px;
  }
}
.faq-section__content {
  max-width: 652px;
  width: 100%;
}
.faq-section__content__para {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.faq-section__content .accordion {
  margin-top: 40px;
}
.faq-section__content .accordion-item {
  border: none;
  box-shadow: 0px 4px 16px #EFFBF7;
  border-radius: 8px;
  padding: 20px 24px;
}
.faq-section__content .accordion-item .minus {
  display: none;
}
.faq-section__content .accordion-item.active {
  box-shadow: 0px 4px 12px rgba(229, 214, 245, 0.5);
  background: #EFFBF7;
}
.faq-section__content .accordion-item.active .minus {
  display: block;
}
.faq-section__content .accordion-item.active .plus {
  display: none;
}
.faq-section__content .accordion .accordion-header {
  border: none;
}
.faq-section__content .accordion .accordion-body {
  border: none;
  padding: 0;
  margin-top: 8px;
}
.faq-section__content .accordion .accordion-button {
  justify-content: space-between;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.faq-section__content .accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-section__content .accordion .accordion-button::after {
  display: none;
}

.testimonia-section {
  padding-top: 96px;
  margin-bottom: 96px;
}
@media (max-width: 575px) {
  .testimonia-section {
    padding-top: 48px;
  }
}
.testimonia-section__body {
  padding: 96px 20px 56px 20px;
  margin-top: 92px;
  position: relative;
  border-radius: 38px;
}
@media (max-width: 991px) {
  .testimonia-section__body {
    padding: 70px 20px 56px 20px;
  }
}
@media (max-width: 575px) {
  .testimonia-section__body {
    padding: 70px 20px 30px 20px;
  }
}
.testimonia-section__body .owl-carousel {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.client-text {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .client-text {
    padding-top: 30px;
  }
}
.client-text .arrow {
  position: absolute;
}
.client-text .arrow.top-arrow {
  top: 0px;
  left: -25px;
}
@media (max-width: 991px) {
  .client-text .arrow.top-arrow {
    left: 0;
    top: 5px;
  }
}
.client-text .arrow.bottom-arrow {
  bottom: 0px;
  right: -10px;
}
@media (max-width: 991px) {
  .client-text .arrow.bottom-arrow {
    right: 1px;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-thumbs {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  text-align: center;
}
.owl-thumbs .owl-thumb-item {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  margin-right: -17px;
  border: 2px solid #0EDEFA;
}
@media (max-width: 575px) {
  .owl-thumbs .owl-thumb-item {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
.owl-thumbs .owl-thumb-item:first-child {
  transform: translate(0px, 15px);
}
.owl-thumbs .owl-thumb-item:last-child {
  transform: translate(0px, 15px);
}
.owl-thumbs .owl-thumb-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.owl-thumb-item {
  display: inline-block;
  margin-right: 10px;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.owl-thumb-item:focus {
  outline: none;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-thumbs {
  text-align: center;
}

.owl-thumb-item {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.owl-thumb-item.active {
  opacity: 1;
  width: 104px;
  height: 104px;
  transform: translate(0px, 0px) !important;
}
@media (max-width: 575px) {
  .owl-thumb-item.active {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
}

.dashboard-nav {
  padding: 36px 24px;
}
.dashboard-nav .bars {
  margin-left: 100px;
}
.dashboard-nav .bars button {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.dashboard-nav .right-side .dropdown button {
  height: 48px;
  background: #252849;
}
.dashboard-nav .right-side .dropdown button::after {
  display: none;
}

.sidebar {
  margin-left: -300px;
  width: 300px !important;
  background: #252849;
  color: #fff;
  transition: all 0.3s ease-in !important;
  transform: initial !important;
  padding: 48px 16px;
  border-radius: 0px 16px 16px 0px;
  min-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
}
.sidebar.offcanvas {
  position: initial;
}
.sidebar.show {
  margin-left: 0;
}
.sidebar-menu-list {
  margin-top: 32px;
}
.sidebar-menu-item {
  padding: 10px 24px;
  padding-right: 6px;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in;
}
.sidebar-menu-item:hover {
  background: #fff;
  color: #03E399;
}
.sidebar-menu-item:hover .icons svg path {
  fill: #03E399;
}
.sidebar-menu-item .icons {
  width: 24px;
  display: inline-block;
  margin-right: 24px;
}
.sidebar-menu-item .icons path {
  transition: all 0.3s ease-in;
}
.sidebar .top {
  margin-bottom: 32px;
}
.sidebar .logout {
  margin-top: auto;
}
.sidebar-blur {
  position: absolute;
  width: 198px;
  height: 198px;
  left: -109px;
  top: 556px;
  background: #FFFFFF;
  filter: blur(150px);
}

.dashboard-body {
  background: #F2F2F2;
  transition: all 0.3s ease-in !important;
  padding: 24px;
  flex: 1;
}
.dashboard-body__content {
  background: #fff;
  border-radius: 12px;
  padding: 48px 66px;
}
.dashboard-body__content .logo-upload {
  margin-bottom: 48px;
}
.dashboard-body__content .right-content {
  padding-top: calc(42px + 1.5rem);
}
.dashboard-body__content .form-list {
  max-width: 400px;
}

.upload-box {
  border: 1px dashed #FF7100;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input:focus + .upload-text {
  display: none;
}

.invoice-box {
  background: #FFFFFF;
  border: 1px solid #6E7485;
  border-radius: 8px;
  padding: 12px 16px;
  max-width: 196px;
}

.form-group {
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  border-color: #D6D5D5;
  color: #6E7485;
}
.form-group input,
.form-group select {
  height: 56px;
}

.select-country,
.publish {
  max-width: 250px;
}
.select-country input,
.select-country select,
.publish input,
.publish select {
  height: 48px;
}

.custom-table {
  margin-top: 50px;
  border-collapse: separate;
  border-spacing: 0 8px; /* adjust the second value to control the vertical spacing */
}
.custom-table td, .custom-table th {
  border: none;
  padding: 26px;
}
.custom-table tr {
  background: #EFFBF7;
}
.custom-table tr th {
  font-size: 18px;
  font-weight: 400;
}
.custom-table tr td {
  color: #6E7485;
}
.custom-table tr th:first-child, .custom-table tr td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.custom-table tr th:last-child, .custom-table tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.summary {
  max-width: 596px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 16px;
}
.summary__header {
  background: #C8FFED;
  padding: 16px 24px;
}
.summary__body {
  padding: 24px;
  background: #EFFBF7;
}
.summary__body__heading, .summary__body__list {
  border-bottom: 1px solid #6E7485;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.summary__body__heading button, .summary__body__list button {
  background: transparent;
  border: none;
  box-shadow: none;
}

.genarate-btn {
  margin-top: 80px;
}

.login {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}
@media (max-width: 575px) {
  .login {
    padding-top: 50px;
  }
}
.login__box {
  max-width: 525px;
  width: 100%;
}
@media (max-width: 575px) {
  .login__box {
    padding: 20px;
  }
}
.login .form-group input {
  border-color: #7E8289;
  height: 64px;
  padding: 4px 24px;
  border-radius: 8px;
}
.login .form-check-input {
  cursor: pointer;
}
.login .form-check-input:checked {
  background: #D9D9D9 url(../img/tick.svg) no-repeat center;
  border-color: #D9D9D9 !important;
}

.login-button {
  margin-top: 40px;
}
.login-button .google-btn {
  border-color: #434d56;
  color: #252849;
}
.login-button .no-ac {
  margin-top: 40px;
}

.contact-heading h2 {
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .contact-heading h2 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .contact-heading h2 {
    padding-top: 50px;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .contact-heading h2 {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .contact-heading .bttom-shape-small {
    margin-top: -4px;
  }
}

.contact-body {
  padding-top: 96px;
}
@media (max-width: 575px) {
  .contact-body {
    padding-top: 48px;
  }
}
.contact-body .round-ball {
  top: 258px;
}
.contact-body .left {
  max-width: 596px;
  margin-right: 76px;
}
@media (max-width: 1399px) {
  .contact-body .left {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .contact-body .left {
    max-width: 380px;
    margin-right: 48px;
  }
}
@media (max-width: 991px) {
  .contact-body .left {
    max-width: 300px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .contact-body .left {
    max-width: 100%;
    margin-right: 0;
  }
}
.contact-body .left .bottom {
  margin-top: 40px;
}
.contact-body .left .bottom .items {
  margin-bottom: 38px;
}
.contact-body .left .bottom .icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  background: #F6EDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-body .right {
  background: #EFFBF7;
  border-radius: 16px;
  padding: 64px 32px;
}
@media (max-width: 767px) {
  .contact-body .right {
    padding: 32px 16px;
  }
}
@media (max-width: 575px) {
  .contact-body .right {
    padding: 16px;
  }
}
.contact-body .right .form-group input {
  height: 56px;
  padding: 16px 24px;
  border-color: #D6D5D5;
}

.drop-input .dropdown-toggle {
  border-radius: 8px !important;
  background: #F4F4F4;
  border-color: #D6D5D5;
  padding: 6px 14px 6px 4px;
}
.drop-input .dropdown-toggle:active {
  background: #EFFBF7;
}
.drop-input .dropdown-toggle::after {
  display: none;
}
.drop-input input {
  margin-left: -6px !important;
}

.input-check__input {
  position: relative;
}
.input-check__input input {
  width: 23px;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.input-check__input input:checked ~ span::after {
  visibility: visible;
}
.input-check__input span {
  width: 23px;
  cursor: pointer;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #D6D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.input-check__input span::after {
  content: "✓";
  visibility: hidden;
}

.message-btn {
  margin-top: 40px;
}

.map-section {
  padding-top: 96px;
}
@media (max-width: 575px) {
  .map-section {
    padding-top: 48px;
  }
}
.map-section .map iframe {
  border-radius: 16px;
}

.footer {
  z-index: 2;
  margin-top: 192px;
  padding-bottom: 138px;
}
@media (max-width: 1399px) {
  .footer {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 90px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 50px;
    margin-top: 48px;
  }
}
.footer .top-shape {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.footer-list {
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .footer-list {
    padding-left: 0;
  }
}
.footer-list li {
  margin-bottom: 12px;
}

.copyright {
  margin-top: 96px;
}
@media (max-width: 991px) {
  .copyright {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .copyright {
    margin-top: 16px;
  }
}

.footerline {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -137px;
}

.zigzagline {
  position: absolute;
  bottom: 0;
}

.footer-row .footer-col:nth-of-type(2) {
  order: 2;
}
@media (max-width: 991px) {
  .footer-row .footer-col:nth-of-type(2) {
    margin-top: -70px;
  }
}
@media (max-width: 575px) {
  .footer-row .footer-col:nth-of-type(2) {
    margin-top: 0px;
    order: initial;
  }
}
.footer-row .footer-col:nth-of-type(4) {
  order: 4;
}/*# sourceMappingURL=style.css.map */