.main-select-an-ecard-wrap
.left-side-content-wrap
article.ecard-products-wrap
.heading-texts-wrap
.heading-texts-title
img.header-icon {
    width: 24px;
    height: 24px;
}
.main-select-an-ecard-wrap
.right-side-card
.occasion-types
.list
.occasion-heading-icon {
    width: 24px;
    height: 24px;
}
.main-recepient-page-wrap .right-side-content .delivery-date-container {
    margin-top: 64px;
}
.main-recepient-page-wrap .right-side-content .delivery-date-container h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.main-recepient-page-wrap .right-side-content .delivery-date-container .form-group input {
    background-color: transparent;
    display: inline;
    margin-right: 16px;
    width: 182px;
}
.notification-container.select-an-ecard-journey .content-wrap footer .footer-bottom {
    margin-top: 16px;
    text-align: center;
}
.notification-container.select-an-ecard-journey .content-wrap footer .footer-bottom p {
    /* font-family: Montserrat; */
    color: #2D3333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.notification-container.select-an-ecard-journey .content-wrap footer .footer-bottom a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
/** custom checkbox start */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    margin-top: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #2D3333;
    border-radius: 4px;
    background: transparent;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    filter: drop-shadow(0px 0px 4px #66CCCC);
    border: 1px solid #00afbd;
}   
.checkbox-container:disabled input ~ .checkmark {
    border: 1px solid #969696;
    background-color: #f5f5f5;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #00afbd;
    border: 1px solid #00afbd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .main-recepient-page-wrap .form-wrap-sec .if-more-than-one {
        display: block;
        border-bottom: 1px solid #969696;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
    .privacy-terms {
        height: 132px;
    }
}