﻿.registerform {
    border-color: #707070;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 30px;
}

body {
    background-color: #F9F9FB !important;
    font-family: PoppinsFont !important;
}

p {
    font-family: PoppinsFont !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: PoppinsFont !important;
}

.card {
    border-radius: 15px;
    text-align: left;
    box-shadow: 0px 2px 12px 0px #14142B14 !important;
    border: 1px solid #EFF0F6 !important;
}

.card-header {
    border-bottom: 0px solid !important;
}

.card-body {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.bg-secondary {
    background: #258ac7 !important;
}

.p-5-25 {
    padding: 5px 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.btn-popular {
    background-color: #D46A3D !important;
    border-color: #D46A3D !important;
}

.heading-image {
    width: 40px;
    height: 40px;
}

.fww-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}
/*Toggle button css*/
/*/ The switch - the box around the slider /*/
.switch {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 32px;
}



    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: -5px;
    right: 1px;
    bottom: 2px;
    background-color: #717171;
    transition: .4s;
}

    /*/ Styles for the slider before pseudo-element /*/
    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        bottom: 4px;
        left: 3px;
        background-color: #ffffff;
        transition: .4s;
    }
/*
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                / Styles for the checked state of the input /*/
input:checked + .slider {
    background-color: #071555;
}

input:focus + .slider {
    box-shadow: 0 0 1px #071555;
}

/*/ Styles for the checked state of the input before pseudo-element /*/
input:checked + .slider:before {
    transform: translateX(15px);
}

/*/ Rounded styles for the slider /*/
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-subscription {
    border-radius: 96px !important;
    gap: 8px;
    padding: 15px 30px 15px 30px;
    color: white;
    font-weight: 600;
}

.bg-default-subscription {
    background-color: #070F55;
}

.color-basic {
    color: #070F55 !important;
}

.color-default {
    color: #000000 !important;
}

.color-secondary {
    color: #6F6C90 !important;
}

.color-basic-second {
    color: #170F49;
}

.color-heading {
    color: #191D23;
}

.color-heading-second {
    color: #258AC7;
}

.subscription-heading {
    font-weight: 700;
    font-size: 18px;
}

.subscription-day {
    font-size: 16px;
}

.subscription-amount {
    font-size: 40px;
    margin-left: 12px;
    font-weight: 600;
}


.subscription-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
}

.subscription-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.subscription-amount-year {
}

.heading-text-sm {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #191D23;
}

.heading-toggle-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #191D23;
}

.main-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    font-size: 34px;
    font-weight: 794;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.heading-save-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: -6rem;
    white-space: nowrap;
    color: #258AC7;
}

.left-image,
.right-image {
    position: absolute;
    overflow: hidden;
}

.left-image {
    top: 18%;
    left: -99px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%);
}

.right-image {
    top: 25% !important;
    right: -95PX;
    clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
}

@media(max-width:992px) {
    .right-image {
        display: none !important;
    }

    .left-image {
        display: none !important;
    }
}
@media(max-width:768px) {
    .custom-left-margin {
        margin-left: 58% !important;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .custom-left-margin {
        margin-left: 41%!important;
    }
}
.line {
    position: absolute;
    width: 1px;
    height: 85%;
    background-color: #DBDBDB;
    left: 30px;
    top: 85px;
}

.top-line {
    height: 36% !important;
    left: 30px !important;
    top: 4% !important;
}

.bottom-line {
    height: 36% !important;
    top: 59% !important;
}

.side-image {
    position: absolute;
    top: 49%;
    left: 10px;
    transform: translateY(-50%);
}

.vertical-image {
    display: block;
    height: 150px; /* Adjust height as needed */
    width: auto; /* Adjust width as needed */
}

body {
    position: relative;
}

@media(min-width:768px) and (max-width:992px) {
    .bottom-line {
        top: 560px !important;
    }
}

@media(min-width:993px) and (max-width:1199px) {
    .bottom-line {
        top: 540px !important;
    }
}


.modal-header {
    padding: 1.5rem !important;
}

.close {
    padding: 4px !important;
    cursor: pointer;
    border-radius: 60% !important;
    border: 1px solid #1A1A1A;
    display: flex;
    justify-content: center;
    color: #1A1A1A !important;
}

.diagonal-simple-line {
    position: relative;
}

.diagonal-popular-line {
    position: relative;
}

.diagonal-simple-line::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    width: 56px;
    height: 3px;
    transform-origin: 0 0;
    transform: translateY(0%) rotate(-10deg);
    background-color: black;
}

.diagonal-popular-line::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    width: 56px;
    height: 3px;
    transform-origin: 0 0;
    transform: translateY(0%) rotate(-10deg);
    background-color: white;
}


#paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    cursor: pointer;
    height: 72px;
}

/*.tooltip {
    position: relative;*/ /* making the .tooltip span a container for the tooltip text */
/*border-bottom: 1px dashed #000;*/ /* little indicater to indicate it's hoverable */
/*}
    .tooltip:before {
        content: attr(data-text);*/ /* here's the magic */
/*position: absolute;*/
/* vertically center */
/*top: 50%;
        transform: translateY(-50%);*/
/* move to right */
/*left: 100%;
        margin-left: 15px;*/ /* and add a small left margin */
/* basic styles */
/*width: 200px;
        padding: 10px;
        border-radius: 10px;
        background: #000;
        color: #fff;
        text-align: center;
        display: none;*/ /* hide by default */
/*}
    .tooltip:hover:before {
        display: block;
    }*/

.basic-plan-icon {
    color: #070f55 !important;
}

.font-18 {
    font-size: 18px !important
}

.font-26 {
    font-size: 26px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-22 {
    font-size: 22px !important;
}

.mt-n5 {
    margin-top: -2rem !important;
}

.cursor-pointer {
    cursor: pointer !important
}
/*
p[data-tooltip] {
    cursor: help;
}

    p[data-tooltip]:hover::after {
        content: attr(data-tooltip);
        background-color: #070f55;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        position: absolute;
        top: 74px;
        left: 50.5%;
        transform: translateX(-50%);
        z-index: 1;
        width: 100%;
    }

p[data-tooltipSpecialPlan] {
    cursor: help;
}

    p[data-tooltipSpecialPlan]:hover::after {
        content: attr(data-tooltipSpecialPlan);
        background-color: #070f55;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        position: absolute;
        top: 94px;
        left: 50.5%;
        transform: translateX(-50%);
        z-index: 1;
        width: 100%;
    }*/
.custom-left-margin {
    margin-left: 29%;
}