/*
  [Table of contents]
  1 header css
  2 owl.carousel
  3 footer css
*/


/* Root css */

:root {
    --primary-font: Seravek;
    --secondary-font: Semplicita;
    /* Color */
    --primary-color: #000;
    --primary-bg-color: #fff;
    /* Hover Color */
    --primary-color-hover: #54e38e;
    --primary-bg-color-hover: #000;
    /* --secondary-color: #000; */
}


/* Root css close */


/* default css */

* {
    outline: none !important;
}

body {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: var(--primary-color);
    font-family: var(--primary-font);
    background-color: var(--primary-bg-color);
}

p,
ul,
ol {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--primary-color);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--primary-color);
    font-family: var(--secondary-font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: var(--primary-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: var(--primary-color-hover);
}

.dropdown-toggle::after {
    border: none;
    content: "\f107";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

html.show-menu {
    overflow: hidden;
}

.show-menu .show-overlay {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(84 227 142 / 0.2);
}


/* defalut css*/


/* header css */

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    transition: all 0.5s;
    background-color: transparent;
}

header.fixed {
    transition: all 0.5s;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .nav-link {
    margin-left: 90px;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    transition: all 0.5s;
    color: #fff;
}

header .navbar .navbar-nav .active>.nav-link {
    color: var(--primary-color-hover);
}

.navbar .nav-item:hover .nav-link {
    color: var(--primary-color-hover);
    transition: all 0.5s;
}

.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar {
    padding: 20px 0;
    transition: all 0.5s;
}

.fixed .navbar {
    padding: 10px 0;
    background-color: #fff;
}

.fixed .navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
    max-width: 200px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}


/* header css */


/* Banner css */

.banner-sec {
    height: 90vh;
    display: flex;
    min-height: 650px;
    padding-top: 86px;
    position: relative;
    align-items: center;
}

.banner-rect-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-sec h1 {
    font-size: 90px;
    margin-bottom: 20px;
}

.banner-sec p {
    opacity: 0.5;
    color: #000;
    font-size: 30px;
    max-width: 600px;
    font-weight: 400;
    margin-bottom: 30px;
}

.inp-start {
    position: relative;
    max-width: 550px;
}

.inp-start input {
    width: 100%;
    font-size: 20px;
    border-radius: 15px;
    color: rgb(0 0 0 / 80%);
    padding: 20px 210px 20px 30px;
    border: 1px solid rgb(112 112 112 / 0.2);
}

.inp-start .btn,
.inp-start .btn:hover,
.inp-start .btn:focus {
    top: 0;
    right: 0;
    height: 100%;
    color: #fff;
    font-size: 22px;
    padding: 0 30px;
    position: absolute;
    border-radius: 15px;
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
}

.inp-start input::placeholder {
    color: rgb(0 0 0 / 50%);
}

.banner-sec::after,
.how-work::before {
    left: 0;
    bottom: 0;
    content: "";
    width: 190px;
    height: 135px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/after-img.svg");
}

.banner-sec:before {
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 50vw;
    height: 41.7vw;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("../images/banner-img.png");
}


/* Banner css */


/* How it work css */

.sec-head {
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.sec-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 20px;
    background-size: contain;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/triangle.svg");
}

.how-work-row {
    display: flex;
    margin-top: 60px;
    align-items: flex-start;
}

.how-work-col-4 {
    flex-basis: 520px;
    max-width: 520px;
}

.how-work-col-8 {
    flex-basis: calc(100% - 520px);
    max-width: calc(100% - 520px);
}

.how-work-box {
    position: relative;
}

.how-work-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
}

.how-work-icon img {
    width: 36px;
    height: 36px;
}

.how-work-box h3 {
    font-size: 35px;
    margin-bottom: 30px;
}

.how-work-box p {
    font-size: 24px;
    font-weight: 400;
    color: #0006;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
}

.how-work-box-1 {
    padding-top: 140px;
    padding-right: 70px;
}

.how-work-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url(../images/triangle.svg);
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #efefef;
    border-radius: 100%;
}

.how-work-box-2 {
    padding-right: 0;
    max-width: 640px;
    padding-left: 160px;
    padding-bottom: 80px;
}

.how-work-box-3 {
    max-width: 500px;
    margin-left: auto;
}

.how-work-box-1::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 35px;
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: #efefef;
}

.how-work-box-2::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 35px;
    width: 2px;
    height: 100%;
    z-index: -1;
    background-color: #efefef;
}

.how-work-box-3::before {
    left: -140px;
    transform: rotate(-90deg);
}

.how-work-box-3::after {
    content: "";
    position: absolute;
    top: 34px;
    left: -109%;
    width: 85%;
    height: 2px;
    background-color: #efefef;
}

.how-work {
    position: relative;
}

.how-work::before {
    left: auto;
    right: 0;
    bottom: 60%;
    transform: rotateY(-180deg);
}

.how-work-after {
    width: 140px;
    display: block;
    position: absolute;
    margin-left: auto;
    bottom: -160px;
    right: 0;
}


/* How it work css */


/* Meet Corporately css */

.meet-corporately-box {
    background-color: #fcfcfe;
    border-radius: 40px;
    padding: 90px;
    padding-top: 0 !important;
}

.meet-corporately-wrap {
    display: flex;
    align-items: center;
}

.meet-corporately-icon {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    text-align: center;
    line-height: 145px;
    border-radius: 100%;
    background-color: #000;
    transform: translateY(-50%);
    box-shadow: 0 26px 56px rgb(71 208 164 / 0.6);
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
}

.meet-corporately-content h4 {
    font-size: 40px;
    margin-bottom: 20px;
}

.meet-corporately-content p {
    max-width: 800px;
    font-weight: 400;
    font-size: 25px;
    color: #0007;
}

.meet-corporately-content {
    flex-basis: 700px;
    max-width: 700px;
    margin-right: 100px;
}

.meet-corporately-w {
    padding: 40px;
    max-width: 550px;
    margin-left: auto;
    border-radius: 30px;
    background-color: #fff;
    margin-right: 0 !important;
}

.meet-corporately-w p {
    font-size: 25px;
    font-weight: 400;
}

.meet-corporately {
    position: relative;
    padding-top: 160px;
}

.meet-corporately::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    width: 540px;
    height: 340px;
    background-image: url("../images/meet-corporately.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* Meet Corporately css */


/* About Us css */

.about-content {
    color: #0007;
    font-size: 25px;
    font-weight: 400;
    max-width: 1100px;
    margin: 0 auto 30px;
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 15px;
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
}

.about-us {
    text-align: center;
}

.about-img {
    height: 550px;
    margin-top: 50px;
    overflow: hidden;
    border-radius: 40px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* About Us css */


/* Useful Places css */

.useful-place-box {
    display: flex;
    margin-top: 60px;
    padding: 50px 30px;
    align-items: center;
    border-radius: 30px;
    justify-content: space-between;
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%) !important;
}

.useful-place-icon {
    max-width: 200px;
    margin: 0 auto;
    height: 50px;
}

.useful-place-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Useful Places css */


/* Testimonial css */

#sync1 .item {
    padding: 0;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    padding: 26px 35px;
    margin: 0;
    color: #fff;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    border-radius: 20px;
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
}

.testimonial .owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.5s;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.testimonial-tab {
    display: flex;
    text-align: left;
    align-items: center;
}

#sync1 p {
    color: #000;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400;
    padding-top: 20px;
    position: relative;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border-radius: 100%;
}

.testimonial .owl-carousel,
.testimonial .owl-stage-outer {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial #sync1 {
    margin: 50px auto;
}

.testimonial #sync2 .owl-stage-outer {
    overflow: hidden;
    background: #fcfcfe;
    border-radius: 20px;
}

.testimonial #sync2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: calc(100% + 200px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.testimonial-content h3 {
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 10px;
}

.testimonial-content p {
    font-weight: 400;
    font-size: 20px;
    color: rgb(4 27 52 / 0.5);
}

.current .testimonial-content h3 {
    color: #fff;
}

.current .testimonial-content p {
    color: rgb(255 255 255 / 0.5);
}

#sync1 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: 60px;
    z-index: -1;
    background-image: url("../images/double-quotes.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testimonial #sync2 button {
    width: 40px;
    display: block;
}

.testimonial #sync2 button:hover svg {
    fill: #41c7ae;
}

.testimonial #sync2 button:hover svg path {
    opacity: 1;
}

.useful-place-box .useful-place-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Testimonial css */


/* footer css */

.get-in-touch {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
}

.get-in-touch a {
    display: flex;
    font-size: 34px;
    font-weight: 400;
    position: relative;
    align-items: center;
    color: #41c7ae;
}

.get-in-touch a img {
    width: 40px;
    margin-left: 30px;
}

.get-in-touch a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 60px;
    height: 60px;
    border: 1px solid #42c8ae;
}

.footer-contact {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid rgb(112 112 112 / 0.2);
    border-top: 1px solid rgb(112 112 112 / 0.2);
    align-items: flex-start;
    justify-content: space-between;
}

.footer-box h5 {
    font-size: 25px;
}

.footer-box p,
.footer-box a {
    font-size: 20px;
    color: #0007;
    font-weight: 400;
}

.footer-link {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-link a {
    font-size: 22px;
    margin: 0 30px;
    font-weight: 500;
    color: #000;
}

.get-in-touch h2 {
    margin: 0;
    font-size: 70px;
}

.footer-box-wrap {
    margin: 0 100px;
}

.footer-box {
    flex-basis: calc(33.33% - 50px);
    max-width: calc(33.33% - 50px);
}


/* footer css */


/* Header Dash css */

.header-dash .navbar-toggler {
    width: 34px;
    height: 30px;
    padding: 0;
    position: relative;
}

.header-dash .menu-icon [class*="bar"] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #000;
}

.header-dash .menu-icon .bar1 {
    top: -8px;
    width: 70%;
    margin-left: auto;
    margin-right: 2px;
}

.header-dash .navbar-toggler .menu-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    transform: translateY(-50%);
}

.header-dash .menu-icon .bar3 {
    top: 8px;
    width: 70%;
    margin-left: 2px;
}

.header-dash #navbarNav {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    padding: 60px 20px 60px 40px;
    background-color: #ffff;
    box-shadow: 0 0 16px rgb(0 0 0 / 0.1), inset 10px 0 0 0 white, inset 12px 0 0 0 #54e38e, inset 16px 0 0 0 white, inset 18px 0 0 0 #54e38e;
    transform: translateX(100%);
    transition: all 0.5s;
}

.show-menu .header-dash .navbar-toggler {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.show-menu .header-dash .menu-icon .bar1 {
    transform: rotate(45deg);
    top: 0;
    width: 100%;
    margin: 0;
}

.show-menu .header-dash .menu-icon .bar3 {
    transform: rotate(-45deg);
    top: -4px;
    width: 100%;
    margin: 0;
}

.show-menu .header-dash .menu-icon .bar2 {
    display: none;
}

.header-dash .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}

.show-menu .header-dash #navbarNav {
    transform: translateX(0);
}


/* Header Dash css */


/* Dashboard Sec css */

.dashboard-sec {
    padding: 0;
    position: relative;
}

.dashboard-sec .container {
    height: 100vh;
    display: flex;
    min-height: 620px;
    position: relative;
    padding-top: 86px;
    padding-bottom: 100px;
    align-items: center;
}

.questions-14 {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.head-dash {
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.questions-box {
    display: flex;
    border-radius: 40px;
    padding: 80px;
    margin-top: 80px;
    align-items: center;
    background-color: #f8f9ff;
    justify-content: space-between;
}

.questions-box p {
    margin: 0;
    padding: 10px 40px;
    font-size: 50px;
    font-weight: 500;
    border-radius: 24px;
    background-color: #fff;
}

.dashboard-sec .btn {
    min-width: 190px;
    padding: 18px 32px;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: 400;
    border-radius: 16px;
    font-family: var(--secondary-font);
}

.dashboard-sec .btn::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80%;
    height: 40%;
    z-index: -1;
    filter: blur(20px);
    transform: translateX(-50%);
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
}

.dashboard-sec .container::before,
.dashboard-sec .container::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    width: 120px;
    height: 90px;
    background-image: url("../images/blue-dots.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dashboard-sec .container::after {
    bottom: 50px;
    right: 0;
    left: auto;
    top: auto;
}

.dashboard-sec::after,
.dashboard-sec::before {
    content: "";
    position: absolute;
    top: 89px;
    right: 0;
    z-index: -1;
    background-image: url("../images/top-right-illu.png");
    width: 280px;
    height: 460px;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.dashboard-sec::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    background-image: url("../images/bottom-left-illu.png");
    background-position: bottom left;
    width: 440px;
}

.read-not .head-dash {
    margin-bottom: 20px;
}

.dashboard-sec .head-dash+p {
    font-size: 20px;
    color: rgb(4 27 52 / 0.5);
    font-weight: 400;
}

.read-not,
.business-name {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.read-not-wrap {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
}

.read-not-wrap .read-not-box {
    position: relative;
    flex-basis: 250px;
    max-width: 250px;
    margin: 0 10px;
    background-color: #f8f9ff;
    border-radius: 20px;
}

.dashboard-sec .read-not-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.read-not-content {
    height: 260px;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.read-not-content img {
    margin-bottom: 30px;
    width: 80px;
    height: 70px;
    object-fit: contain;
    min-height: 70px;
    margin: 0 auto 20px;
}

.read-not-content p {
    font-weight: 400;
    color: #041b34;
    font-size: 15px;
}

.read-not-box .read-not-content::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: all 0.5s;
    border: 1px solid rgb(112 112 112 / 0.2);
}

.read-not-box .read-not-content::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 26px;
    width: 8px;
    height: 16px;
    border: 3px solid #f8f9ff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.read-not-box input:checked+.read-not-content::before,
.yes-no-wrap label input:checked+p::before {
    background: -moz-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to right, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    border: none;
}

.business-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #f8f9ff;
}

.business-icon img {
    width: 40%;
    height: 35%;
}

.dashboard-sec input {
    width: 100%;
    border: none;
    margin: 40px 0;
    font-size: 18px;
    border-radius: 12px;
    padding: 18px 30px;
    background-color: #f8f9ff;
}

.dash-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-btn-wrap .btn {
    margin: 0 16px;
}

.border-btn,
.border-btn:hover,
.border-btn:focus {
    border: 2px solid rgb(112 112 112 / 0.1);
    background-image: none !important;
    color: rgb(4 27 52 / 0.5);
}

.border-btn::before {
    display: none;
}

.business-type {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.business-option-sec {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 120px;
}

.business-options {
    margin-bottom: 0;
    display: flex;
    padding: 0 40px;
    border-radius: 16px;
    align-items: center;
    background-color: #f8f9ff;
    justify-content: space-between;
}

.business-options li {
    padding: 20px 14px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
    color: rgb(4 27 52 / 0.5);
    font-family: var(--secondary-font);
}

.business-options li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    opacity: 0.1;
    background: #44cca8;
}

.business-options li.active::after {
    opacity: 1;
}

.business-options li.active {
    color: #41c7af;
}

.business-content-wrap {
    text-align: center;
    margin-top: 50px;
    padding: 0 15px;
}

.yes-no-wrap {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.yes-no-wrap label {
    margin: 0 10px;
    font-size: 25px;
    cursor: pointer;
    min-width: 300px;
    text-align: left;
    font-weight: 400;
    color: #041b34;
    position: relative;
    padding: 16px 30px;
    border-radius: 15px;
    background-color: #f8f9ff;
}

.yes-no-wrap label input {
    position: absolute;
    margin: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
}

.yes-no-wrap label p::before {
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    position: absolute;
    border-radius: 100%;
    border: 1px solid rgb(112 112 112 / 0.2);
    transform: translateY(-50%);
}

.yes-no-wrap label p {
    position: relative;
}

.yes-no-wrap label p::after {
    top: 13px;
    width: 8px;
    content: "";
    right: 11px;
    height: 16px;
    border: 3px solid #f8f9ff;
    border-top: none;
    border-left: none;
    position: absolute;
    transform: rotate(45deg);
}

.business-option-box input[type="text"],
.business-option-box input[type="date"] {
    max-width: 700px;
}

input[type="date"i]::-webkit-calendar-picker-indicator {
    background-image: url("../images/calender-icon.svg");
    cursor: pointer;
}

.time-wrap {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.time-wrap select {
    padding: 20px 30px;
    min-width: 200px;
    margin: 0 10px;
    border: none;
    color: rgb(4 27 52 / 0.5);
    font-size: 18px;
    border-radius: 16px;
    background-color: #f8f9ff;
    appearance: none;
    cursor: pointer;
    background-position: 90% center;
    background-image: url("../images/triangle.svg");
    background-size: 16px;
    background-repeat: no-repeat;
}


/* Dashboard Sec css */


/* Login Sec css */

.login-sec {
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
    position: relative;
    padding: 90px 0 0;
}

.login-row {
    display: flex;
    padding: 60px 0 100px;
    flex-direction: column;
    justify-content: center;
}

.dont-acc {
    margin-top: auto;
    font-size: 22px;
    color: rgb(4 27 52 / 0.5);
    margin-bottom: 0;
    font-weight: 400;
}

.login-row a {
    color: #41c7af;
    font-size: 18px;
    font-weight: 400;
}

.login-row p {
    color: rgb(4 27 52 / 0.5);
    font-weight: 400;
    font-size: 18px;
}

.log-head {
    font-size: 60px;
    font-weight: 500;
    color: #041b34;
}

.login-form input,
.payment-col input {
    width: 100%;
    border: none;
    font-size: 18px;
    border-radius: 16px;
    padding: 20px 28px;
    margin-bottom: 12px;
    background-color: #f8f9ff;
}

.login-wrap a {
    margin-left: auto;
}

.login-wrap {
    max-width: 30%;
    margin: auto 0;
}

.login-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.login-form .btn {
    min-width: 160px;
}

.login-bg {
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    display: block;
    user-select: none;
    min-height: 600px;
    position: absolute;
    background-color: #f8f9ff;
    border-radius: 60px 0 0 60px;
}

.login-bg img {
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}


/* Login Sec css */


/* Document sec css */

.doc-wrap {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.payment-sec .sec-head,
.document-sec .sec-head {
    padding-bottom: 0;
    font-size: 35px;
    font-weight: 400;
    font-family: var(--primary-font);
}

.payment-sec .sec-head::before,
.document-sec .sec-head::before {
    display: none;
}

.doc-box {
    cursor: pointer;
    margin: 0 15px 30px;
    padding: 30px 30px;
    border-radius: 20px;
    user-select: none;
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    border: 1px solid rgb(112 112 112 / 0.1);
}

.doc-folder-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doc-folder-icon {
    width: 40px;
    height: 40px;
}

.document-sec,
.payment-sec,
.confirm-sec {
    padding-top: 120px;
}

.doc-folder-info-wrap p {
    width: 30px;
    height: 30px;
    color: #41c7af;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    border: 1px solid #41c7af;
}

.doc-box h4 {
    margin-bottom: 0;
    margin-top: 50px;
    font-weight: 400;
    font-size: 22px;
    font-family: var(--primary-font);
}

.doc-file-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.doc-file-box {
    user-select: none;
    margin: 0 15px 30px;
    padding: 25px 25px;
    border-radius: 20px;
    flex-basis: calc(20% - 30px);
    border: 1px solid rgb(112 112 112 / 0.1);
}

.doc-file-download-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doc-file-download-wrap a {
    font-size: 14px;
    color: #41c7af;
    padding: 5px 15px;
    border-radius: 40px;
    background-color: rgb(65 199 175 / 0.1);
}

.doc-file-box h4 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
}

.doc-file-icon {
    width: 36px;
    height: 36px;
}

.doc-file-box h4 {
    margin-top: 40px;
}

.doc-file-box p {
    color: rgb(4 27 52 / 0.5);
}

.document-sec .sec-head span {
    font-size: 20px;
}

.doc-box.active {
    background-color: rgb(65 199 175 / 0.1);
}


/* Document sec css */


/* Bill Preview sec css */

.payment-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
}

.payment-col {
    display: flex;
    margin: 0 20px;
    flex-wrap: wrap;
    max-width: 560px;
    align-items: flex-start;
    flex-basis: calc(50% - 40px);
    justify-content: space-between;
}

.payment-wrap h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
    font-family: var(--primary-font);
}

.payment-col input.w-50 {
    width: 49% !important;
}

.bill-edit-wrap {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.bill-edit-wrap h4 {
    margin-bottom: 0;
}

.bill-edit-wrap a {
    color: #41c7af;
    font-size: 25px;
}

.bill-col {
    display: block;
}

.bill-preview-box {
    overflow: hidden;
    padding-top: 20px;
    border-radius: 30px;
    background-color: #f8f9ff;
}

.bill-preview-box p {
    color: rgb(4 27 52 / 0.5);
    font-size: 23px;
    display: flex;
    margin-bottom: 0;
    padding: 8px 30px;
    align-items: center;
    justify-content: space-between;
}

.bill-preview-box p span {
    color: #041b34;
}

.bill-preview-box .bill-total {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    padding: 22px 30px;
    background: -moz-linear-gradient(to bottom, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
    background: linear-gradient(to bottom, rgba(65, 199, 175, 1) 0%, rgba(84, 227, 142, 1) 100%);
}

.bill-preview-box .bill-total span {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

.payment-sec .sec-head {
    margin-bottom: 30px;
}


/* Bill Preview sec css */


/* Confirm sec css */

.confirm-box {
    margin: 0 auto 20px;
    border-radius: 20px;
    background-color: #f8f9ff;
    padding: 20px 20px 20px 30px;
}

.confirm-box li {
    font-size: 20px;
    display: flex;
    margin: 10px 0;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.confirm-box li span {
    flex-basis: 40%;
    max-width: 40%;
    font-size: 18px;
    margin-left: auto;
    border-radius: 10px;
    padding: 9px 20px;
    background-color: #fff;
}

.confirm-box li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    color: #000;
    transition: all 0.5s;
}

.confirm-box li a:hover {
    color: var(--primary-color-hover);
}

.confirm-sec .btn {
    padding: 16px 50px;
}


/* Confirm sec css */


/* Blog sec css */

.main-pt {
    padding-top: 120px;
}

.blog-box {
    display: block;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 21px rgb(0 0 0 / 0.05);
}

.blog-img {
    height: 350px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 11px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box h4 {
    font-size: 28px;
}

.blog-box p {
    font-size: 14px;
    line-height: 1.4;
    color: #0009;
}

.blog-box p span {
    color: var(--primary-color-hover);
    font-size: 16px;
    margin-left: 4px;
}

.blog-details-img {
    margin: 0 -15px 20px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-sec .blog-time {
    color: #0008;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 20px;
}

.blog-details-sec p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.blog-time-wrap {
    margin-bottom: 30px;
}

.blog-time-wrap h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.blog-time i {
    margin-right: 5px;
}

.blog-user {
    display: flex;
    align-items: center;
}


/* Blog sec css */

.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.founder-sec {
    padding-top: 130px;
}

.founder-sec small {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.founder-sec p {
    padding: 0 40px;
    font-size: 18px;
    line-height: 1.8;
}

.navbar .nav-item .nav-link.user_login {
    background-color: var(--primary-color-hover);
    border-radius: 10px;
    padding: 6px 16px;
    color: #fff;
}

.founder-img {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: 60px;
}

.founder-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Pricing css */

.pricing-wrap {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
}

.pricing-box {
    flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 0 10px;
    text-align: center;
    box-shadow: 0 0 21px rgb(0 0 0 / 0.05);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.pricing-sec {
    padding-top: 140px;
}

.pricing-box h5 {
    font-size: 32px;
    padding: 20px 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #0002;
}

.pricing-box li {
    font-size: 14px;
    padding: 9px 10px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px dashed #0006;
}

.pricing-box ul {
    padding: 10px 20px;
    margin-bottom: 20px;
    height: 100%;
    border-bottom: 1px solid #0002;
}

.pricing-box .bill-total {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: auto auto 20px;
    max-width: 200px;
    margin-top: auto;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    background-color: #41c7af;
}

.pricing-box li:last-child {
    border-bottom: 0;
}

/* Pricing css */
