/* fonts for the html document */
body {
    font-family: 'Montserrat', sans-serif;
}

/* style of the top deep blue division containing the header and DSA image */
.blue {
    background-color: #103c60;
}

.row.blue {
    margin-bottom: 3rem;
}

.subscription-head-row {
    margin-top: -3rem;
}

.subscription-head {
    margin-bottom: 3.875rem;
    background-color: #103c60;
}

.img-dsa {
    position: relative;
    height: 7rem;
    width: auto;
    top: 1.9rem;
    z-index: 5;
}

.row-dsaimg {
    height: 7.25rem;
    border-bottom: 1px solid white;
    margin-bottom: 5.875rem;
}
.text-heading {
    font-weight: 700;
    font-size: 2rem;
    color: #36a9e1;
    margin-bottom: 1rem;
}

.text-subheading {
    color:#ffffff;
    font-size: 1.275rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
}

/* style for the icons card-deck */
.card-img-top {
    height: 3.75rem;
    width:4.5rem;
    object-fit: contain;
}

.card-icon {
    border: 0rem;
}

.card-icon-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #3d3d4a;
    margin-top: 2.0625rem;
}

.row-icons {
    margin-bottom: 3.9375rem;
}
/* icon card-deck style ends */

/* style for the black card-deck */
.card.card-black {
    background-color: #3d3d4a;
    /* border-radius: 0rem; */
}

.card-text.black-text {
    border-bottom: 1px solid white;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    color: #f0f0f0;

}

.black-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.4375rem;
    color: #ffffff;

}

.black-money {
    font-size:1.75rem;
    font-weight: 600;
    margin-bottom: 1.5625rem;
    color: #ffffff;
}

.black-bottom-text {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    color: #f0f0f0;
}

.black-btn {
    margin-top: 0.5rem;
    margin-bottom:1.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #ffffff;
    color: black;
}

.card-black-middle{
    border: 1px solid #36a9e1;
}

.card-footer {
    border: 0;
    background-color: #3d3d4a;
    color: #ffffff;
    height: 8rem;
}

.card-footer:last-child {
    border-radius: 0rem;
}

.row-black {
    margin-bottom: 3.75rem;
}
/* black card-deck style ends */

/* style for the light blue division */
.div-light-blue {
    background-color: #36a9e1;
    padding-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

.col-subscribe {
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 47px;
    font-weight: 600;
    color: #3d3d4a;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
}

.btn-subscribe {
    background-color: #3d3d4a;
    color: #ffffff;
}

.btn-subscribe:hover {
    color: #ffffff;
}

.subscribe-text {
    margin-right: 1.1875rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.nineteen {
    color: #103c60;
    font-size: 1.75rem;
    font-weight: 600;
}

.col-giftsubscribe {
    margin-bottom: 47px;
    font-weight: 600;
    color: #3d3d4a;
}

.btn-giftsubscription {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-giftsubscription:hover {
    border-color:#36a9e1;
    color: #ffffff;
}

.row-border {
    margin-bottom: 50px;
}

.col-border{
    border-bottom: 1px solid white;
}

.dsa-email {
    color: #ffffff;
}
/* style for light-blue divison ends */

/* style for subscription payment */
.subscription-heading {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.request-user-email-id {
    margin-bottom: 1rem;
}

.footer-main {
    margin-top: 3rem;
}

.most-picked {
    margin-top: 10px;
    background-color: #36a9e1;
    margin-left: -20px;
    margin-right: -20px;
}

.span-most-picked {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media only screen and (max-width:1358px) {
    .col-spacer {
        display: none;
    }
    .row-black {
        justify-content: center;
    }
}