body {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.alert ul {
    padding: 0;
    margin: 0;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}


/* header */

.header-area {
    padding: 40px 0;
    position: absolute;
    left: 0;
    right: 0;
}

.header-logo img {
    height: 45px;
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 50px;
    font-size: 17px;
    position: relative;
}

.header-menu ul li a {
    color: #4a4949;
    font-size: 18px;
    font-weight: 500;
}

.header-btn a {
    color: #4a4949;
    border: 1px solid #4a4949;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}

.header-btn a:first-child {
    margin-right: 15px;
}

.header-btn a:last-child {
    background: #662df1;
    border-color: #662df1;
    color: #fff;
}

.header-menu ul li ul.submenu {
    position: absolute;
    background: #fff;
    color: #222;
    width: 220px;
    top: 200%;
    transition: .3s;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 7px 5px 20px rgba(0, 41, 117, .12);
    z-index: 99999;
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px
}

.header-menu ul li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 150%
}

.header-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0
}

.header-menu ul li ul.submenu li {
    margin: 0;
    display: block;
    margin-bottom: 14px
}

.header-menu ul li ul.submenu li:hover>a {
    color: var(--theme-color)
}

.header-menu ul li ul.submenu>.header-menu ul li a i {
    display: block
}

.header-menu ul li:hover>a {
    color: var(--theme-color)
}

.header-menu ul li ul.submenu li:last-child {
    margin-bottom: 0
}

.header-menu ul li ul.submenu li a {
    color: #263045;
    padding: 0;
    font-weight: 500;
    font-size: 16px
}


/* slider */

.slider-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.slider-content {
    margin-top: 10rem;
    margin-bottom: 8rem;
}

.slider-content h2 {
    font-size: 85px;
    font-weight: 600;
    color: #333;
}

.slider-content p {
    color: #4a4949;
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.8;
}

.slider-btn a {
    background: var(--main-theme-color);
    color: #fff;
    padding: 17px 40px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 95px;
}


/* benefit */

.benefit-header-content h2 {
    color: #333;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.benefit-header-content p {
    color: #4a4949;
    font-size: 17px;
    line-height: 1.9;
}

.single-benefit {
    box-shadow: 0 0 44px #f3f2f2;
    border-radius: 5px;
    padding: 60px 45px;
    padding-bottom: 80px;
    background: #fff;
}

.benefit-title h2 {
    color: #333;
    margin-bottom: 15px;
}

.benefit-des p {
    color: #4a4949;
    font-size: 17px;
    line-height: 1.8;
}

.benefit-img img {
    box-shadow: 0 14px 20px #f1f1f1;
    border-radius: 88px;
    margin-bottom: 25px;
}


/* choice */

.choice-header-content h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.choice-header-content p {
    color: #4a4949;
    font-size: 20px;
}

.choice-img img {
    border-radius: 5px;
    box-shadow: 0 0 20px #eae9e9;
}


/* pricing */

.pricing-area {
    background: aliceblue;
}

.pricing-header-area h2 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
}

.pricing-header-area p {
    font-size: 17px;
    color: #4a4949;
    line-height: 1.9;
}

.single-pricing {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.pricing-type h6 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.pricing-price {
    color: #222;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing-price sub {
    font-size: 15px !important;
    color: #666;
    font-weight: 500;
}

.pricing-list ul li {
    list-style: none;
    margin-bottom: 15px;
    color: #666;
    font-size: 15px;
}

.pricing-list ul li svg {
    background: var(--main-theme-color);
    color: #fff;
    padding: 3px;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 5px;
}

.pricing-btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background: var(--main-theme-color);
    border-radius: 30px;
}

.pricing-btn a {
    color: #fff;
    width: 100% !important;
    border-radius: 30px;
    line-height: 2.7;
    display: inline-block;
    text-decoration: none;
    padding: 3px 0;
}

.single-pricing.active {
    background: var(--main-theme-color);
}

.single-pricing.active .pricing-type h6 {
    color: #fff;
}

.single-pricing.active .pricing-price {
    color: #fff;
}

.single-pricing.active .pricing-price sub {
    color: #fff3f3;
}

.single-pricing.active .pricing-list ul li {
    color: #fff;
}

.single-pricing.active .pricing-btn {
    background: #0a2cca;
}

.single-pricing.active .pricing-btn a {
    color: #8216ff;
    background: #fff;
    font-weight: 600;
}

.pricing-list ul {
    padding: 0;
}

.pricing-list ul {
    padding: 0;
}

.single-pricing.active .pricing-list ul li svg {
    background: aliceblue;
}


/* promo */

.promo-area {
    padding: 100px 0;
    background: var(--main-theme-color);
}

.promo-content h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.promo-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.promo-btn a {
    background: #fff;
    color: #7721ff;
    padding: 15px 45px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 52px;
}


/* faq */

.faq-header-title h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-header-title p {
    font-size: 17px;
    color: #4a4949;
    line-height: 1.9;
}

.single-faq {
    background: aliceblue;
    padding: 45px 45px;
    border-radius: 5px;
}

.faq-content h4 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-content p {
    color: #4a4949;
    line-height: 1.7;
}



/* footer */

.footer-area {
    background: aliceblue;
    padding: 100px 0;
}

.footer-logo img {
    margin-bottom: 30px;
}

.footer-area.footer-demo-5 .agent-social-links ul li a {
    background: #6be1ad;
}

.footer-area.footer-demo-5 .footer-newsletter-input button {
    background: #6be1ad;
}

.footer-area.footer-demo-4 .agent-social-links ul li a {
    color: #1c2633;
    background: #fff;
}

.footer-area.footer-demo-4 .footer-newsletter-input button {
    background: #1c2633;
    color: #fff;
}

.footer-content p {
    color: #333;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(81 82 84 / 10%);
}

.footer-phone-number {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-phone-icon svg {
    font-size: 45px;
    color: #ffa739;
}

.footer-number p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.footer-phone-icon {
    margin-right: 10px;
}

.footer-number span {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 300;
}

.footer-menu-title h4 {
    color: #333;
}

.footer-menu-content ul {
    margin: 0;
    padding: 0;
}

.footer-menu-content ul li a {
    color: #504f4f;
    text-decoration: none;
}

.footer-menu-content ul li {
    margin-bottom: 20px;
    list-style: none;
}

.agent-social-links ul {
    margin: 0;
    padding: 0;
}

.agent-social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.agent-social-links ul li:last-child {
    margin-right: 0;
}

.footer-area.footer-demo-1 .agent-social-links ul li a {
    background: #fff;
    color: #274abb;
}

.agent-social-links ul li a {
    padding: 12px 15px;
    border-radius: 30px;
}

.footer-menu-title {
    margin-bottom: 30px;
}

.footer-menu-content ul li:last-child {
    margin-bottom: 0;
}

.footer-newsletter-input input {
    width: 100%;
    border: none;
    background: #fff;
    height: 60px;
    border-radius: 5px;
    padding: 0 25px;
    margin-bottom: 15px;
}

.footer-newsletter-input button {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: navajowhite;
    background: #ffa739;
    color: #fff;
    font-size: 20px;
}

.footer-newsletter-input input:focus {
    outline: 0;
}

.footer-bottom-area {
    background: #7000d2;
    color: #fff;
    padding: 25px 0;
}

.footer-bottom-content span a {
    color: #ffa739;
}

.right-side-section a:hover {
    text-decoration: none;
}

.footer-area.footer-demo-1 .agent-social-links ul li a {
    background: #fff;
    color: #7000d2;
}

.footer-area.footer-demo-1 .footer-newsletter-input button {
    background: #6610ca;
    color: #fff;
}

.footer-bottom-area.footer-demo-1 .footer-bottom-content span a {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 600;
}


/* breadgrump */

.breadgreamup-area {
    padding-top: 125px;
}

.breadgrump-content {
    padding: 100px 0;
    padding-top: 50px;
}

.breadgrump-content h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-area {
    background: #f7f9fb;
    padding: 100px 0;
}

.step-section ul {
    padding: 0;
    margin: 0;
}

.step-section ul li {
    display: inline-flex;
    justify-content: center;
    margin-right: 150px;
}

.step-section {
    text-align: center;
}

.single-step span {
    background: #212529db;
    color: #fff;
    padding: 9px 23px;
    font-size: 30px;
    border-radius: 58px;
    display: inline;
}

.step-section ul li a {
    color: #212529db;
    font-size: 23px;
    font-weight: 600;
}

.step-section ul li p {
    margin-bottom: 0;
    padding-top: 10px;
}

.step-section ul li:last-child {
    margin-right: 0;
}

.step-section ul li.active a {
    color: #662df1;
}

.step-section ul li.active .single-step span {
    background: #662df1;
}

.registation-form {
    margin-top: 50px;
}

.registation-form .form-control {
    background: #fff;
    height: 60px;
    border: 1px solid #efefef;
    padding: 0 21px;
}

.registation-form .form-group {
    margin-bottom: 20px;
}

.registation-form .form-group label {
    margin-bottom: 10px;
    color: #2f2d2d;
    font-size: 17px;
}

.registation-form .form-control::placeholder {
    font-size: 15px;
    color: #a7a7a7;
}

.register-btn button {
    border: none;
    background: #662df1;
    color: #fff;
    padding: 15px 50px;
    font-size: 17px;
}

.social-auth-section {
    margin-top: 30px;
}

.social-auth-section span {
    font-size: 40px;
}

.social-auth-section .or {
    color: #333;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}

.registation-form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.social a svg {
    color: #fff;
    background: #662df1;
    font-size: 55px;
    padding: 10px 5px;
    border-radius: 70px;
}

.already-have-account-section {
    margin-top: 25px;
}

.already-have-account-section p {
    color: #565454;
    margin-bottom: 10px;
    font-size: 18px;
}

.already-have-account-section a {
    color: #662df1;
    font-weight: 600;
    font-size: 18px;
}

.store-name-section {
    position: relative;
}

.store-url-section {
    background: #6510ca;
    height: 60px;
    padding: 0 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.store-url-section p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    color: #fff;
}

.store-input {
    width: 100%;
}

.store-input .form-group {
    margin-bottom: 0;
}

.store-name-section {
    margin-bottom: 20px;
}

.store-name-section label {
    margin-bottom: 10px;
}

.error-show p {
    margin-bottom: 0;
    color: #f53a3a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.form-control.error {
    border-color: red !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.store-url-section.error {
    border: 1px solid red;
    border-right: none;
}

.registation-form textarea {
    padding: 24px 24px !important;
    height: 150px !important;
}


/* news */

.single-news {
    box-shadow: 0px 10px 20px #e4e4e4;
    border-radius: 5px;
    margin-bottom: 30px;
}

.news-content {
    padding: 25px 25px;
}

.news-date {
    margin-bottom: 20px;
}

.news-date span {
    color: #333;
    font-weight: 500;
    font-size: 17px;
}

.news-title a {
    color: #333;
}

.news-title a h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.news-des p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.news-action a {
    color: #662df1;
}

.blog-date {
    margin-bottom: 20px;
    font-size: 25px;
    color: #6f6c6c;
}

.blog-title {
    margin-bottom: 100px;
}

.blog-title h4 {
    font-size: 38px;
    color: #333;
    font-weight: 700;
}

.blog-img {
    margin-bottom: 100px;
}

.blog-des p {
    color: #565353;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 40px;
}

.blog-tags ul {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.blog-tags ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-tags ul li a {
    color: #333;
    border: 1px solid #333;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details {
    position: relative;
}

.blog-share-area {
    position: absolute;
    left: -13%;
    top: 0;
}

.share-icon ul {
    padding: 0;
    margin: 0;
}

.share-icon ul li {
    margin-bottom: 25px;
}

.share-icon ul li a {
    color: #333;
    font-size: 20px;
}

.blog-list .single-news {
    box-shadow: none;
    background: #fff;
}


/* contact */

.contact-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
}

.contact-card-header {
    margin-bottom: 30px;
}

.contact-card-header h4 {
    font-weight: 700;
    font-size: 35px;
    color: #333;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    border: none;
    background: aliceblue;
    border-radius: 5px;
    padding: 15px 22px;
}

.contact-form input {
    height: 65px;
}

.button-btn button {
    border: none;
    background: #662df1;
    color: #fff;
    padding: 16px 45px;
    font-size: 18px;
    border-radius: 5px;
}

.map-area iframe {
    width: 100%;
    height: 595px;
    border-radius: 10px;
}

.login-title h4 {
    color: #333;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    color: #666;
    font-size: 17px;
    margin-bottom: 8px;
}

.login-form .form-control {
    height: 65px;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
}

.login-form input::placeholder {
    color: #afacac;
    font-size: 15px;
}

.button button {
    border: none;
    background: #662df1;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
}

.or-section span {
    color: #333;
    font-weight: 500;
    font-size: 30px;
}

.or-section {
    margin-bottom: 10px;
}

.doesnt-have-an-account p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

.doesnt-have-an-account p a {
    color: #662df1;
}

.forgot-password a {
    color: #662df1;
}

.login-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.single-choice {
    position: relative;
    transition: .4s;
}

.choice-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #2323228c;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.choice-btn a {
    align-items: center;
    display: inline-block;
    background: #fff;
    padding: 10px 41px;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-choice:hover .choice-btn {
    opacity: 1;
    visibility: visible;
}

.footer-lang {
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(81 82 84 / 10%);
    padding-bottom: 14px;
}

.footer-lang select {
    height: 55px;
    border: none;
    padding: 0 17px;
}

.pricing-list ul li.active svg {
    background: red;
    color: #fff;
}