﻿@font-face {
    font-family: 'BookSB';
    src: url(../Content/Font/BOOKOSB.TTF);
}

@font-face {
    font-family: 'Book';
    src: url(../Content/Font/BOOKOS.ttf);
}

.sign {
    position: relative;
    top: 32px;
    z-index: 2;
    left: 10px;
    font-size: 1rem;
}
#Amount{
    padding-left: 30px
}
body {
    font-family: Book;
    font-size: 1.25rem;
}
.control-label,.checkbox {
    font-size: 1rem;
}
.termsConditions {
    color: #EB654A;
    font-weight:600;
}
.termsConditions:hover {
    color: #EB654A;
    font-weight:100
}
    .navbar-brand > img {
        width: 200px
    }
.picture > img {
    height: 12rem;
    width: 13rem;
    position: relative;
    left: -26px;
}
.div-pad {
    padding-left: 40px;
    padding-right: 40px;
}
.quoteBlock{
    border:3px solid #e0e0e0;
    padding:50px;
}
.bg-cyan {
    background-color: #EB654A
}
.lblHeading {
    padding: 0px 30px;
    font-weight: 900;
    font-family: 'BookSB';
}
.lblSubHeading, .lblSubHeading > p {
    font-size: 25px;
    padding: 0px 30px;
    font-family: Book
}
.quoteBlock::before {
    display: inline-block;
    content: url(../Images/quote-l.svg);
    transform: scale(0.7);
    position: absolute;
    background: white;
    top: 185px;
    right: -15px;
}
.letterSpace{
    letter-spacing:-2px
}
.quoteBlock::after {
    display: inline-block;
    content: url(../Images/quote-r.svg);
    transform: scale(0.7);
    position: absolute;
    background: white;
    top: -30px;
    left: -15px;
}
.card-wrapper {
    width: 440px;
    height: 255px;
}
.serviceType {
    color: #EB654A;
    border: 3px solid #EB654A;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 80px;
    width: 210px;
    border-radius: 15px;
}
.h2 {
    color: #EB654A;
    font-family:BookSB
}
    .serviceType:hover {
        color: #EB654A;
        border: 3px solid #EB654A;
        cursor: pointer;
        transform: translateY(-2px)
    }
.font-2{
font-size:2rem
}
.serviceType.active {
    border: 3px solid #EB654A;
    cursor: pointer;
    transform: translateY(-2px);
    background-color: #EB654A;
    color: white;
}


.nextBtn:hover {
    background-color: white;
    color: #EB654A;
}
.serviceamount, .serviceName {
    font-size: 1.2rem;
    text-align: center;
    font-family: BookSB
}
.width-20{
    width:20%
}
.jp-card-container {
    width: 100% !important;
    height: 100% !important;
}
.input-validation-error, .jp-card-invalid {
    border: 2px solid red !important;
}
.btn {
    color: #fff;
    background-color: #EB654A;
    border-color: #EB654A;
    text-transform: uppercase;
}
@media (min-width: 1290px) {
    .picture > img {
        height: 14rem;
        width: 15rem;
        left: -32px;
    }
}
    @media (max-width: 1200px) {
        .width-20 {
            width: 25%
        }

        .picture > img {
            height: 10rem;
            width: 12rem;
            left: -35px;
        }
    }

    @media (max-width: 992px) {
        .width-20 {
            width: 33%
        }

        .picture > img {
            height: 12rem;
            width: 14rem;
            position: unset
        }
    }

    @media (max-width: 768px) {
        .width-20 {
            width: 50%
        }
    }

    .fontWeightSemiBold {
        font-size: 1.2rem;
    }

    .bg-green {
        background-color: #9DC55D
    }

    @media (min-width: 1200px) {
        .container, .container-sm, .container-md, .container-lg, .container-xl {
            max-width: 1290px;
        }
    }

    .bg-red {
        background-color: #FF8585
    }

.adjustWidth {
    margin-left: 0px !important;
    margin-right: 0px !important;
}