.embeded_area {
    margin-top: 2rem;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.embeded_area iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.multiple-items .tns-item {
    width: calc(6.25%);
    padding-right: 24px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, .25) !important;
}

.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

p.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6a6972;
    margin: 0;
}

.single-testimonial .testimonial-text {
    margin-top: 25px;
}

.single-testimonial .testimonial-author {
    margin-top: 30px;
}

.single-testimonial .testimonial-author .author-image {
    position: relative;
}

.single-testimonial .testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px;
}

.star ul {
    display: flex;
    align-items: center;
}

.slick-dots li button {
    margin: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.single-blog .blog-content .text {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #2e2e2e;
    margin-top: 15px;
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0;
}

.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6a6972;
    display: inline-block;
    margin-left: 50px;
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #fe7e71;
    margin-top: 30px;
}

.single-blog .blog-content .meta li a {
    color: #6a6972;
}

.single-blog .blog-content .meta li a:hover {
    color: #fe7e71;
}

.more:hover {
    letter-spacing: 2px;
}

.footer-area {
    padding-top: 22rem;
}




/* sign up page css */
.main_auth_gtg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 2rem;
    gap: 1.5rem;
    overflow: hidden auto;
}

.main_auth_gtg::-webkit-scrollbar {
    display: none;
}

.form_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}


.top-content {
    text-align: center;
}

.heading {
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
    margin-top: 2px;
}

.spinner>div {
    background: transparent;
}

input[type="email"] {
    display: block;
    border: 1px solid rgb(228, 228, 228);
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    position: relative;
}

.inputs {
    position: relative;
}

.input-label {
    position: absolute;
    top: 15px;
    font-size: 1.1rem;
    left: 14px;
    color: rgb(122, 122, 122);
    font-weight: 100;
    transition: 0.1s ease;
    background-color: white;
    padding: 0 5px;
}

input[type="email"]:focus~.input-label {
    top: -7px;
    color: #1864c9;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    z-index: 2;
}

input[type="email"]:target~.input-label {
    top: -7px;
    color: #1864c9;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    z-index: 2;
}

.input:focus {
    border: 2px solid #1a73e8;
}

.link-btn {
    margin-bottom: 2rem;
}

.color {
    color: rgb(90, 90, 90);
    font-size: 14px;
    margin-bottom: 5px;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

.create-btn {
    border: none;
    background-color: transparent;
    color: #1a73e8;
    font-weight: bold;
    cursor: pointer !important;
    height: 35px;
    padding: 10px 5px;
}

.next-btn {
    background-color: #1a73e8;
    color: white;
    border: none;
    height: 38px;
    padding: 0 25px;
    border-radius: 5px;
    cursor: pointer !important;
}

.create-btn:hover {
    background-color: #e8f2ff6e;
    /* transition: 0.2s all ease-in; */
}

.next-btn:hover {
    background-color: #1864c9;
}

.btn_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    width: 100%;
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.login-with-google-btn:active {
    background-color: #eeeeee;
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}



/* privacy policy page css */
#freecssfooter {
    display: block;
    width: 100%;
    padding: 120px 0 20px;
    overflow: hidden;
    background-color: transparent;
    z-index: 5000;
    text-align: center;
}

#freecssfooter div#fcssholder div {
    display: none;
}

#freecssfooter div#fcssholder div:first-child {
    display: block;
}

#freecssfooter div#fcssholder div:first-child a {
    float: none;
    margin: 0 auto;
}

.heading_main {
    color: #fff;
}

.main_ex {
    padding: 8rem 0 22rem;
}

.ex-basic-1 {
    background-color: transparent;
    padding: 0;
    margin-top: -5rem;
    position: relative;
    z-index: 8;
}

.navbar-brand>img {
    /* width: 100%; */
}

.separator-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
}

.separator-text {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #333;
}

@media (max-width: 1400px) {
    .embeded_area iframe {
        min-height: 420px;
    }
}

@media (max-width: 1200px) {
    .embeded_area iframe {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .multiple-items .tns-item {
        max-width: 400px;
    }

    .embeded_area iframe {
        min-height: 280px;
    }
}

@media (max-width: 500px) {
    .ex-basic-1 {
        margin-top: 0;
    }

    .multiple-items .tns-item {
        padding: 0 12px;
    }

    .embeded_area iframe {
        min-height: 250px;
    }
}

@media (max-width: 420px) {
    .embeded_area {
        border-radius: 15px;
    }

    .embeded_area iframe {
        min-height: 200px;
    }
}

.login_bg {
    background: #Af52de;
    /* background: linear-gradient(310deg, #ef4444 20%, #ec4899); */
}

.form-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 0;
}

.Auth_banner {
    /* aspect-ratio: 2.5 / 3; */
    max-width: 50%;
    height: 100%;
    width: 100%;
}

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

.login-logo {
    /* position: absolute; */
    top: 2rem;
    left: 2rem;

}

.form_container form,
.form_heading {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}

.form_container form .text-muted {
    color: #AF52DE;
}

.form_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form_heading h4 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    text-align: left !important;
    margin: 0;
    padding: 0;
    font-family: 'Inter' !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0.15rem !important;
}


.form-check-input {

    border: 1px solid rgb(128 128 128);

}

p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px;

    margin: 0px;
    font-family: 'Inter' !important;
}

.text-primary {
    font-family: 'Inter' !important;
    font-size: 14px !important;
    color: #af25de !important;
    font-weight: 500;
}

label {
    font-size: 14px;
    color: #000 !important;
    font-weight: 400;
    font-family: 'Inter';
}

.form_heading p {
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    margin: 10px 0 0 0;
    padding: 0;
}

.input-group .form-control.is-invalid~.input-group-text {
    border-color: #dc3545;
}

/* .form-control:focus,
.input-group-text.focused {
    border: 1px solid #ec4899;
}

.form-check-input:checked {
    background: #ef4444;
    border: 1px solid #ef4444;

} */

.btn-primary {
    color: #fff;
    background-color: #af52de;
    border-color: #af52de;
}

.btn-primary:hover {
    color: #fff;
    background-color: #af52de;
    border-color: #af52de;
}

.btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #af52de;
    border-color: #af52de;
    box-shadow: 0 0 0 .25rem #af52de5e !important;
}

a {
    color: #af52de;
    text-decoration: underline;
}

.preloader .loader .spinner-circle {
    border-color: #af25de #af25de #E1E1E1 !important;
}

a:hover, a:focus, a:active {
    color: #7722a2;
}

a {
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #af52de !important;
    border-color: #af52de !important;
}

.form-check-input:focus {
    border-color: #af52de57;
    outline: 0;
    box-shadow: 0 0 0 .25rem #af52de57;
}


.loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loading svg polyline {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.loading svg polyline#back {
    fill: none;
    stroke: #af52de75;
}

.loading svg polyline#front {
    fill: none;
    stroke: #af25de;
    stroke-dasharray: 48, 144;
    stroke-dashoffset: 192;
    animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
    72.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}

::selection {
    color: #000 !important;
    background: #d87df778;
}

::-moz-selection {
    /* Code for Firefox */
    color: #000 !important;
    background: #d87df778;
}


img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control:focus {
    border-color: #af52de !important;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #af52ded1;
    border-color: #af52ded1;
}

@media(max-width:1280px) {
    .login-logo {
        top: 1rem;
        left: 1rem;
    }

    .navbar-brand>img {
        height: 32px;
    }

    .form_heading h4 {
        font-size: 26px;
    }
}

@media(max-width:767px) {
    .Auth_banner {
        display: none;
    }

    .form_heading p {
        margin: 0;
    }

    .login-logo {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form_container {
        display: block;
        overflow: hidden auto;
    }

    .form_heading {
        margin-top: 2rem;
    }

    .gtgtg {
        margin-top: 4rem;
    }
}

@media (max-width:400px) {
    .form_container {
        padding: 2rem 1rem;
    }
}

.is-valid {
    border: 1px solid #198754;
}


.bg-success.toast,
.bg-success.bs-toast, .toast-header {
    color: #fff;
    background: #af52de !important;
    box-shadow: 0 0rem 0rem #af52de;
}

.bg-success.toast .toast-header,
.bg-success.bs-toast .toast-header {
    color: #fff;
}

.bg-success.toast .toast-header .btn-close,
.bg-success.bs-toast .toast-header .btn-close {
    background-color: #af52de !important;
    background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(113, 221, 55, 0.4) !important;
}

#toggle-password, .toggle-password {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

span.input-group-text.cursor-pointer.toggle-password {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}