.section1 {
    height: 60vh
}

.pricingBtn {
    padding: 15px 35px 15px 35px;
    border: none;
    border-radius: 0 50px 0 0;
    position: absolute;
    top: 87%;
    left: 0;
    font-size: 15px
}

.card {
    border: 1px solid #ebebeb;
    min-height: 400px !important
}

section.section6 p:nth-child(2) a {
    font-family: custom;
    font-size: 36px
}

section.section6 p:nth-child(1) {
    font-family: custom;
    font-weight: 300 !important;
    text-transform: capitalize;
    line-height: 47px
}

section.section6>div>div>div>a {
    text-transform: uppercase;
    font-size: 19px;
    font-family: custom;
    padding: 9px 60px !important
}

.roundPrice {
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    z-index: 1;
    top: 0;
    left: -20%;
    padding: 25px 20px;
    text-align: center;
    display: none;
}

.roundPrice p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0
}

.spanPricing {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.prcingServiceSection {
    height: 350px;
    padding: 25px;
    background-size: contain;
    background-repeat: no-repeat
}

.discussPricingBtn {
    background-color: #000;
    padding: 15px 40px 15px 40px;
    border: none;
    border-radius: 5px
}

.offPricingBtn {
    padding: 15px 40px 15px 40px;
    border: none;
    border-radius: 5px
}

.para {
    text-align: left !important
}

@media only screen and (max-width:767px) {
    .prcingServiceSection {
        height: 500px !important
    }
    .prcingServiceSectionMobile {
        background-image: none !important;
        background-color: #d3d3d5 !important
    }
    .discussPricingBtn {
        padding: 5px;
        margin-bottom: 10px !important
    }
    .offPricingBtn {
        padding: 10px !important
    }
    .card {
        margin: 15px !important;
        min-height: 400px !important
    }
    .pricingImg {
        max-width: 150px;
        display: block;
        margin: 0 auto
    }
    .roundPrice {
        position: initial !important;
        border-radius: 50px !important;
        background-color: #000 !important;
        color: #fff !important;
        padding: 8px !important;
        text-align: center !important;
        margin: 10px !important
    }
    .pricingBtn {
        font-size: 12px;
        top: 90% !important
    }
    .para {
        font-size: 12px !important;
        margin-bottom: 50px !important
    }
}