
 .common-title {
    margin-bottom: 50px;
    text-align: center;
}
 .gender-detail-section .common-title {
    text-align: center;
 }
 .gender-detail-section .common-title h1 {
    color: #8C5F1E;

}
 /* .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 273px);
} */
/* .gender-detail-section .modal .modal-body{
    min-height: calc(100vh - 29.3vh);
    height: 100vh;
} */


 .modal .modal-content {
    background: url('../assets/image/common-bg.png') no-repeat center;
    width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
}

 .modal.fullscreen-modal .logo-desktop img {
    width: 294px;
    height: auto;
}

 .select-your-gender {
    display: flex;
    align-items: center;
    gap: 64px;
}

 .select-your-gender .circle-image {
    width: 375px;
    height: 375px;
    padding: 8px;
    margin-bottom: 34px;
}

 .select-your-gender .circle-image img {
    padding: 9px;
}

 .select-detail-box h6 {
    font-size: 48px;
    font-weight: 400;
    color: var(--white);
    text-shadow: 3px 4px 4px rgb(0 0 0 / 44%);
    transform: translateY(-50%);
    font-family: var(--Glacial-Indifference);
    margin-bottom: 0;
    letter-spacing: 1.7px;
}

@media (max-width: 1440px) {
     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 243px);
    } */


     .common-title {
        margin-bottom: 43px;
    }

     .common-title h1 {

        font-size: 64px;
    }

     .modal.fullscreen-modal .logo-desktop img {
        width: 220px;
        height: auto;
    }

     .select-your-gender {
        gap: 57px;
    }

     .select-your-gender .circle-image img {
        padding: 7px;

    }

     .select-your-gender .circle-image {
        width: 300px;
        height: 300px;
        padding: 7px;
        margin-bottom: 28px;
    }

     .select-detail-box h6 {
        font-size: 40px;
    }

}

@media (max-width: 1280px) {
     .common-title {
        margin-bottom: 37px;
    }

     .common-title h1 {
        font-size: 57px;
    }

     .modal.fullscreen-modal .logo-desktop img {
        width: 196px;
        height: auto;
    }

     .select-your-gender {
        gap: 45px;
    }

     .select-your-gender .circle-image img {
        padding: 6px;
        border: 3.98px solid #8C5F1E;
    }

     .select-your-gender .circle-image {
        width: 250px;
        height: 250px;
        padding: 6px;
        margin-bottom: 24px;
    }

     .select-detail-box h6 {
        font-size: 32px;
    }

     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 283px);
    } */

}

@media (max-width: 1024px) {
     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 30vh);
    } */

     .common-title {
        margin-bottom: 37px;
    }

     .common-title h1 {
        font-size: 45px;
    }

     .modal.fullscreen-modal .logo-desktop img {
        height: 45px;
        min-width: 180px;

    }

     .select-your-gender {
        gap: 34px;
    }

     .select-your-gender .circle-image img {
        padding: 5px;
    }

     .select-your-gender .circle-image {
        width: 240px;
        height: 240px;
        padding: 5px;
        margin-bottom: 22px;
    }

     .select-detail-box h6 {
        font-size: 30px;
    }

}
@media (max-width:991px){
    .select-your-gender .circle-image{
          width: 220px;
        height: 220px;
    }
}
@media (max-width: 767px) {
    .pagination span{
        width: 14px;
    height: 14px;

}
     /* .modal.fullscreen-modal .modal-body {
        min-height: calc(100% - 60vh);
    } */

     .common-title {
        margin-bottom: 15px;
    }

     .common-title h1 {
        font-size: 34px;
    }

    /*  .modal.fullscreen-modal .modal-body {
        padding: 32px 58px;
    } */

     .modal.fullscreen-modal .logo-desktop img {
        width: 157px;
        height: auto;

    }

     .select-detail-box h6 {
        font-size: 26px;
        margin-top: 16px;
    }

     .select-your-gender {
        gap: 5px;
    }

     .select-your-gender .circle-image img {
        padding: 4px;
    }

     .select-your-gender .circle-image {
        width: 170px;
        height: 170px;
        padding: 4px;
        margin:0;
    }

}

@media (max-width: 576px) {
        .pagination {
        top: 134px;
        right: 20px;
    }
         /* .modal.fullscreen-modal .modal-body {
            min-height: calc(100% - 266px);
    } */
     .modal .modal-content {
        background: url('../assets/image/mobile-bg.png') no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

     .common-title h1 {
        font-size: 21px;
    }

     .select-your-gender .circle-image img {
        padding: 3px;
    }

     .modal.fullscreen-modal .logo-desktop img {
        width: 130px;
        height: auto;
        padding: 4px;
    }

     .select-your-gender .circle-image {
        width: 140px;
        height: 140px;
        padding: 3px;
        margin-bottom: 18px;
    }

     .select-detail-box h6 {
        font-size: 24px;
    }

    /* .gender-detail-section .basic-detail-content{
        padding-top: 60px;
    } */
}