.playIcon {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 68px;
    height: 48px;
    margin: auto;
    display: block;
}

.ytVideoThumbnail {
    height: 315px;
    width: 560px;
}

.ytThumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 315px;
    width: 560px;
}

@media screen and (max-width: 768px) {
    .playIcon {
        position: relative;
        bottom: 139px !important;
        width: auto !important;
    }
    .swal2-html-container {
        padding: 0;
        margin: 0;
    }
    .swal2-html-container iframe {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .playIcon {
        bottom: 180px;
    }
}

.pdf-container {
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F8F9FA;
    width: 222px;
    height: 176px;
}

.pdfIcon {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #FFF;
}

.pdfIcon .icon-img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.pdf-button {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 28px 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 32px;
    width: 174px;
    background: #F20C32;
    color: #FFF;
    border: transparent;
}

@media (min-width: 576px) {
    .service-image img {
        height: auto !important;
        width: 100%;
    }
}

.custom-modal-content {
    margin: auto;
    width: 600px;
    height: 639px;
}

.gift-discount-code-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    margin: auto !important;
    top: 10%;
    max-width: 600px;
}

.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

 .how-it-works {
     display: flex;
     flex-direction: column;
     position: relative;
     width: 100%;
 }

@media (max-width: 991px) {
    .how-it-works {
        max-width: 100%;
        padding: 100px 0 0 20px;
    }
}

.content-wrapper {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 28px 80px 80px;
}

@media (max-width: 991px) {
    .content-wrapper {
        max-width: 100%;
        padding: 0 20px 100px;
    }
}

.steps-container {
    display: flex;
    margin-bottom: -22px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .steps-container {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.steps-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .steps-grid {
        max-width: 100%;
    }
}

.steps-row {
    display: flex;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
}

.how-it-works-step-card {
    align-self: start;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    /*width: 286px;*/
}

.how-it-works-step-content {
    border-radius: 16px;
    border: 1px solid #e6e7e9;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.step-number {
    color: #21527e;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    align-self: center;
}

.step-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #212529;
    font-weight: 500;
    line-height: 24px;
}

.step-illustration {
    border-radius: 0 0 16px 16px;
    background-color: rgba(234, 241, 247, 0.8);
    display: flex;
    min-height: 186px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    gap: 29px;
    justify-content: center;
}

.how-it-works-step-image {
    width: 140px;
    align-self: stretch;
    margin: auto 0;
}

.step-text {
    width: 131px;
    margin: auto 0;
}

.action-button {
    align-self: stretch;
    border-radius: 4px;
    background:  #2e74b1;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .action-button {
        padding: 12px 20px;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 760px) {
    .how-it-works-slider .slick-arrow {
        display: none !important;
    }
}
.steps-container > .btn{
    width: 160px !important;
    height: 48px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    margin-top: 5em;
}
