#modal_gdn .subcribe-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#modal_gdn .subcribe-area-image {
    width: 350px;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#modal_gdn .subcribe-area-image img {
    height: calc(100% + 4px);
}

#modal_gdn .subcribe-area-content {
    background-color: #fff;
    width: calc(100% - 350px);
    padding: 50px 40px 54px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#modal_gdn .subcribe-area h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: left;
}

#modal_gdn .email-area {
    margin-bottom: 24px;
    position: relative;
}

#modal_gdn .subcribe-input {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: #fff;
    height: 48px;
    padding: 10px 15px 10px 15px;
    line-height: 130%;
    width: 100%;
}

#modal_gdn .topic-area h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.47;
    color: #484848;
    text-align: left;
}

#modal_gdn .topic-area .topics {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 12px;
    list-style: none;
}

#modal_gdn .topic-area .topics label span {
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, .07);
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 12px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

#modal_gdn .topic-area .topics label input:checked~span {
    background-color: rgb(0 129 197);
    color: #fff;
}

#modal_gdn .special-offer-area {
    position: relative;
}

#modal_gdn .special-offer-area .ticks-area {
    text-align: left;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

#modal_gdn .special-offer-area .ticks-area label {
    font-size: 14px;
    color: #484848;
    padding-left: 28px;
    font-weight: 400;
}

#modal_gdn .special-offer-area .ticks-area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#modal_gdn .special-offer-area .ticks-area .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .25);
}

#modal_gdn .special-offer-area .ticks-area input:checked~.checkmark {
    background-color: #37aea7;
    border: 0;
}

#modal_gdn .special-offer-area .ticks-area .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#modal_gdn .special-offer-area .ticks-area input:checked~.checkmark:after {
    display: block;
}

#modal_gdn .special-offer-area .box-special-offers {
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .07);
    padding-left: 15px;
    padding-right: 8px;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    line-height: 37px;
    cursor: pointer;
}

#modal_gdn .special-offer-area #special-offers {
    box-shadow: 0 0 0 transparent;
    list-style: none;
    text-align: left;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9;
    padding: 5px 0;
    width: 100%;
    border-radius: 10px;
    max-height: 100px;
    overflow-y: scroll;
}

#modal_gdn #subscribe-modal-submit {
    width: 100%;
    height: 48px;
    padding: 18px 89px 16px 90px;
    border-radius: 4px;
    background-color: #0081c5;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: .86px;
    text-align: center;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#modal_gdn .modal-dialog {
    max-width: 800px;
}

#modal_gdn .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}

#modal_gdn .modal-content {
    border-radius: 20px;
}

#modal_gdn .subcribe-area-image img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#modal_gdn .banner_gdn_sale img {
    width: 100%;
}

@media (max-width:991px) {
    #modal_gdn .subcribe-area-image img.mobile {
        display: block !important;
    }

    #modal_gdn .subcribe-area-image {
        width: 100%;
    }

    #modal_gdn .subcribe-area-image img {
        display: none;
        min-height: 100%;
        width: auto;
        min-width: 100%;
        height: auto;
    }

    #modal_gdn .subcribe-area-content {
        width: 100%;
        padding: 24px;
    }

    #modal_gdn .subcribe-area-image img.mobile {
        border-radius: 20px;
    }

    #modal_gdn .subcribe-area-content {
        border-radius: 20px;
    }
}

@media (max-width:991px) {
    #modal_gdn .subcribe-area-content {
        padding: 15px;
    }

    #modal_gdn .subcribe-area h3 {
        margin-bottom: 15px;
    }

    #modal_gdn .email-area {
        margin-bottom: 18px;
    }
}

.grecaptcha-badge {
    visibility: visible !important;
    right: -186px !important;
    z-index: 50 !important;
    display: block !important;
    transition: right 0.3s !important;
    position: fixed !important;
    bottom: 14px !important;
    box-shadow: gray 0px 0px 5px !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}

.grecaptcha-badge:hover {
    right: 0 !important;
}