#pricing {
    margin-top: var(--header-height);
    overflow-x: hidden;
}
section {
    overflow-x: hidden;
}
#footer-top .pricing-btn {
    display: none;
}
#pricing .pretty-wrapper {
    background: #F7F7F7;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    width: fit-content;
    margin: auto;
}

#pricing .pretty.p-switch {
    display: flex;
    margin: 0;
}

#pricing .pretty.p-switch .state:before {
    border-color: #ffffff;
    background-color: #ffffff;
    width: 70px;
    height: 30px;
    display: none;
}


#pricing .pretty.p-switch input:checked~.state label:after {
    display: none;
    left:40px;
}

#pricing .pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
    width: 30px;
    height: 30px;
    left: 0;
    top: -6px;
    display: none;
}

#pricing .pretty.p-switch .state label {
    text-indent: 0;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--text-color);
    height: 38px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

#pricing .label-left {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text-color);
    height: 38px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

#pricing .label-left.checked,
#pricing .pretty.p-switch .state label.checked {
    color: #ffffff;
    background: var(--text-color);
}


#pricing .pricing-row {
    margin: 2rem auto 0.85rem;
    padding: 0 0 2rem;
    background-color: #ffffff;
    border-radius: 12px;
}


#pricing .card {
    width: calc(100% - 20px);
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.25);
    margin: 1rem auto;
    background: none;
    border: none;
    transition: all 0.4s;
}
#pricing .card-header {
    border-radius: 16px 16px 0 0;
    background: none;
    padding: 2.5rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#pricing .card-body {
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    padding-top: 0;
}
#pricing .card-footer {
    background: none;
    border: none;
}
#pricing .body-wrapper {
    padding: 0.5rem 1rem 0.5rem;
}

#pricing .pricing-title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 18px;
    text-align: center;
    color: var(--color);
    margin-bottom: 0.25rem;
}

#pricing .line {
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

#pricing .pricing-price {
    font-size: 70px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text-color);
}

#pricing .pricing-subhead {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    text-align: center;
    color: black;
    margin-top: 1rem;
}

#pricing .pricing-text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text-color);
    margin-left: auto;
    margin-right: auto;
}

#pricing .pricing-container {
    padding: 0 1rem;
}

#pricing .pricing-contact-head {
    font-size: 65px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #5d5d5d;
    margin-top: 0.25rem;
}

#pricing .pricing-contact-text {
    width: 329px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #363535;
    margin: 2.75rem auto 1rem auto;
}

#pricing .pricing-link,
#pricing .pricing-link > p{
    width: calc(100% - 2rem);
    height: 56px;
    border-radius: 8px;
    background: var(--color);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.75rem;
}
#pricing .info-icon,
#pricing .check-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#pricing .check-icon {
    margin-right: 0.5rem;
}

#pricing .list-group .list-group-item.divider-selector ~ li.list-group-item:not(.independent-item),
#pricing .list-group-item.border-top-orange ~ li.list-group-item:not(.independent-item) {
    color: #787878;
}

#pricing .list-group-item {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: var(--text-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

#pricing .list-group-item.subcategory-heading-item {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: var(--text-color);
}
#pricing .list-group-item.subcategory-item {
    color: black;
}
#pricing .list-group-item.heading-item {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: var(--text-color);
    text-align: justify;
    padding-bottom: 0.25rem;
}

#pricing .list-group-item .list-content {
    display: -webkit-inline-box;
    width: calc(100% - 30px);
}
#pricing #hidden .list-group-item {
    padding-right: 45px;
}
#pricing .list-group-item .list-content span {
    max-width: calc(100% - 30px);
    display: block;
}
#pricing .pricing-slider .slide {
    height: 100%;
}
#pricing .features-head {
    height: 56px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #5d5d5d;
    display: flex;
    align-items: flex-end;
}


#pricing .illustration-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
}

#pricing .illustration {
    width: 187px;
    height: 437px;
    object-fit: contain;
}

#pricing .border-top-orange {
    border-top: 1px solid var(--color);
    margin-top: 0.5rem;
    padding-top: 1rem;
}

.tooltip-container {
    position: relative;
    display: block;
    opacity: 1;
    cursor: pointer;
}

.tooltip-container .tooltipText {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-color);
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /*left: 50%;*/
    right: -10px;
    margin-left: -65px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container .tooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    right: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip-container:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}
#extra-options .extra-row {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


#extra-options .table {
    width: 690px;
    margin-top: 2rem;
}

#extra-options .table td {
    vertical-align: middle;
    border-top: none;
    border-bottom: 2px solid rgba(151,151,151,0.3);
    padding: 0.75rem 0;
}

#extra-options .td-head,
#extra-options .td-head p {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: normal;
    color: var(--text-color);
}

#extra-options .td-body {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: normal;
    color: var(--text-color);
    margin-bottom: 0;
    padding-right: 0.5rem;
}

#extra-options .td-price-head {
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: right;
    color: var(--text-color);
    display: block;
    margin-left: auto;
}

#extra-options .td-price-body {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: normal;
    text-align: right;
    color: var(--text-color);
    margin-bottom: 0;
    white-space: nowrap;
}
#pricing .close-btn{
    margin-left: 0px;
    color: rgba(45,52,64,0);
    background-color: white;
    background-image: url(/dist/images/close-modal-img.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: 20px;
}

.modal-title{
    margin: auto;
}

#custom-plan {
    height: fit-content;
    padding: 110px 0px 125px;
    background-image: url(/dist/images/custom-plan-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#custom-plan .section-head {
    color: white;
}

.introduction-text {
    font-size: 19px;
    line-height: 1.21;
    text-align: center;
    color: #ffffff;
}

.contact-us-btn {
    border: 1px solid white;
    font-weight: bold;
    color: white;
    width: 213px;
    height: 57px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 0px;
    background-color: transparent;
}

ul.extra-features{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    column-gap: 30px;
    padding: 0 10px;
}

ul.extra-features > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
    margin-bottom: 1rem;
}

ul.extra-features a{
    color: var(--color);
    font-size: 16px;
    line-height: 23px;
    padding-left: 5px;
}

ul.extra-features img{
    height: 51px;
}

ul.extra-features a:hover{
    text-decoration: underline;
}

.custom-plan-row {
    padding-bottom: 3rem;
}

.custom-plan {
    position: relative;
    padding: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.custom-plan .custom-plan-head {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: var(--text-color);
}
.custom-plan .custom-plan-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
}
.custom-plan .custom-plan-btn {
    width: 100%;
    height: 48px;
    background: var(--color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.currency-dropdown {
    display: block;
    width: fit-content;
}
.currency-dropdown .dropdown-toggle::after {
    display: none;
}
.currency-dropdown .dropdown-toggle {
    height: 50px;
    background: #F7F7F7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
    padding: 0 1rem;
}

.currency-dropdown .dropdown-menu.show {
    background: #F7F7F7;
    border-radius: 10px;
    border: 0;
    min-width: 100%;
}
.currency-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
}

.currency-dropdown .dropdown-menu .dropdown-item:hover,
.currency-dropdown .dropdown-menu .dropdown-item:focus,
.currency-dropdown .dropdown-menu .dropdown-item:active {
    background: none;
    outline: none;

}

/*CURRENCY SWITCH*/
.currency-switch {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    cursor: pointer;
    border-radius: 20px;
    color: rgba(36,35,35,0.5);
    padding: 6px 12px;
    font-weight: 600;
}

.currency-switch > span{
    position: relative;
    z-index: 1;
}

.currency-switch.price-usd > span:first-child {
    color: white;
}

.currency-switch.price-eur > span:last-child {
    color: white;
}

.currency-switch::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f28806;
    z-index: 0;
    border-radius: 20px;
    width: 67px;
    height: 36px;
    transition: all .2s ease-in-out;
}

.currency-switch.price-usd::after{
    transform: translate(0%,0%);
}

.currency-switch.price-eur::after{
    transform: translate(100%,0%);
}
@media (max-width: 1439px) {

    #pricing .pricing-text {
        font-size: 14px;
        line-height: 1.75;
    }

    #pricing .pricing-contact-head {
        font-size: 55px;
        margin-top: 0.5rem;
    }

    #pricing .pricing-contact-text {
        margin-bottom: 1.6rem;
    }

}

@media (max-width: 1286px) {
}

@media (max-width: 1199px) {


    #pricing .pricing-text {
        font-size: 18px;
        line-height: 1.39;
    }

    ul.extra-features{
        grid-template-columns: 1fr;
    }

    .custom-plan-row > div {
        grid-template-columns: 1fr;
    }

    .currency-switch {
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        width: max-content;
        top: 55px;
    }

    .tooltip-container .tooltipText {
        width: 250px;
        right: -20px;
    }

    .tooltip-container .tooltipText::after {
        right: 25px;
    }
}

@media (max-width: 969px) {

    #pricing .pricing-row {
        width: 100vw;
    }
    #pricing .pricing-slider .slick-slide:not(.slick-current) {
        opacity: 0.5;
    }
    #pricing .card {
        width: calc(100% - 15px);
    }
    .tooltip-container .tooltipText {
        width: 320px;
    }
}

@media (max-width: 750px) {

    #extra-options .table {
        width: 90%;
    }

    ul.extra-features {
        padding: 0 25px;
    }

    #pricing .pricing-slider .slick-list {
        padding: 0 20% 0 0;
    }
}

@media (max-width: 575px) {

    .custom-plan-row > div {
        padding: 0;
    }

    .custom-plan {
        padding: 30px;
    }

    .custom-plan .btn {
        position: initial;
    }
}

@media (max-width: 480px) {

    #extra-options .table {
        width: 85%;
    }

    #pricing .pricing-price {
        font-size: 60px;
    }

    #pricing .pricing-text {
        font-size: 16px;
        height: 50px;
    }

    #pricing .pricing-contact-head {
        font-size: 32px;
    }

    #pricing .pricing-contact-text {
        width: 100%;
        font-size: 14px;
    }

    #pricing .illustration {
        width: 150px;
    }

    ul.extra-features a {
        display: block;
        padding-left: 0;
    }

    #extra-options .td-price-body {
        text-align: left;
    }
    .tooltip-container .tooltipText {
        width: 260px;
    }
}