/* @import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.navbar-buttons a {
    text-decoration: none;
    color: #fff;
}

.max_width_nav {
    width: 1400px;
}

#contact-us .form-label {
    font-family: "EB Garamond", serif;
}
#contact-us input::placeholder,
#contact-us textarea::placeholder {
    font-family: "EB Garamond", serif; /* Placeholder font */
}
.navbar-buttons .bttn1,
.navbar-buttons .bttn2 {
    min-width: 105px;
    /* Adjust as needed */
    text-align: center;
    padding: 0.4rem 1.3rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    transition: all 1s ease;
    line-height: 1.5;
}

/* Primary Button */
.navbar-buttons .bttn1 {
    background: #8b0000;
    color: #fff;
    border: 1px solid #8b0000;
}

.navbar-buttons .bttn1:hover {
    background: transparent;
    color: #8b0000;
    border: 1px solid #8b0000;
}

/* Secondary Button */
.navbar-buttons .bttn2 {
    background: transparent;
    color: #8b0000;
    border: 1px solid #8b0000;
}

.navbar-buttons .bttn2:hover {
    background: #8b0000;
    color: #fff;
    border: 1px solid #fff;
}

.bgcolor {
    background: #8b0000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 0.8rem 1.6rem;
    font-size: 18px;
    color: #dabfbf;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-buttons_mobile .bttn1,
.navbar-buttons_mobile .bttn2 {
    min-width: 105px;
    /* Adjust as needed */
    text-align: center;
    padding: 0.4rem 1.3rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    transition: all 1s ease;
    line-height: 1.5;
}

/* Primary Button */
.navbar-buttons_mobile .bttn1 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.navbar-buttons_mobile .bttn1:hover {
    background: #fff;
    color: #8b0000;
    border: 1px solid #8b0000;
}

/* Secondary Button */
.navbar-buttons_mobile .bttn2 {
    background: #fff;
    color: #8b0000;
    border: 1px solid #fff;
}

.navbar-buttons_mobile .bttn2:hover {
    background: #fff;
    color: #8b0000;
    border: 1px solid #8b0000;
}

.navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-buttons_mobile {
        display: block !important;
        text-align: center;
    }

    .navbar-buttons_mobile .bttn1,
    .navbar-buttons_mobile .bttn2 {
        display: block;
        width: 20%;
        /* Or a fixed width like 200px */
        margin: 15px auto;
        /* Vertically separates buttons and centers them */
        font-size: 14px;
        padding: 0.4rem 1rem;
    }

    .navbar-buttons {
        display: none !important;
    }

    .navbar-buttons {
        display: none !important;
    }
}

@media (min-width: 301px) and (max-width: 600px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-buttons_mobile {
        display: block !important;
        text-align: center;
    }

    .navbar-buttons_mobile .bttn1,
    .navbar-buttons_mobile .bttn2 {
        display: block;
        width: 38%;
        /* Or a fixed width like 200px */
        margin: 15px auto;
        /* Vertically separates buttons and centers them */
        font-size: 13px;
        padding: 0.4rem 1rem;
    }

    .navbar-buttons {
        display: none !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-buttons_mobile {
        display: block !important;
        text-align: center;
    }

    .navbar-buttons_mobile .bttn1,
    .navbar-buttons_mobile .bttn2 {
        display: block;
        width: 24%;
        /* Or a fixed width like 200px */
        margin: 15px auto;
        /* Vertically separates buttons and centers them */
        font-size: 14px;
    }

    .navbar-buttons {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .logomain {
        margin-left: 150px;
    }

    .navbar-buttons_mobile {
        display: none !important;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    .logomain {
        margin-left: 150px;
    }

    .navbar-buttons_mobile {
        display: none !important;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .max_width {
        width: 1400px;
    }

    .logomain {
        margin-left: 150px;
    }

    .navbar-buttons_mobile {
        display: none !important;
    }
}

@media (min-width: 1441px) {
    .max_width {
        width: 1440px;
    }

    .logomain {
        margin-left: 150px;
    }

    .navbar-buttons_mobile {
        display: none !important;
    }
}

/**************************** Banner  **************************************/
#hero_banner .banner_h {
    height: 629px;
}

#hero_banner .content_banner h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 112.00000000000001%;
    letter-spacing: 6%;
    color: #200e01;
}

#hero_banner .content_banner p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 6%;
    color: #000000;
}

.fontbtnnb {
    padding: 10px 28px !important;
}

@media (max-width: 300px) {}

@media (min-width: 301px) and (max-width: 600px) {
    #hero_banner .banner_h {
        height: 162px;
    }

    #hero_banner .content_banner h2 {
        font-size: 36px;
    }

    #hero_banner .content_banner p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .fontbtnnb {
        font-size: 14px !important;
        padding: 8px 21px !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #hero_banner .banner_h {
        height: 400px;
    }

    #hero_banner .content_banner h2 {
        font-size: 52px;
    }

    #hero_banner .content_banner p {
        font-size: 23px;
    }

    .fontbtnnb {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #hero_banner .banner_h {
        height: 570px;
    }

    #hero_banner .content_banner h2 {
        font-size: 60px;
    }

    #hero_banner .content_banner p {
        font-size: 24px;
    }

    .fontbtnnb {
        font-size: 18px !important;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {}

@media (min-width: 1401px) and (max-width: 1440px) {}

@media (min-width: 1441px) {
    #hero_banner .content_banner h2 {
        font-size: 66px;
    }

    #hero_banner .content_banner p {
        font-size: 26px;
    }

    .fontbtnnb {
        font-size: 22px !important;
    }
}

/*************************** Second Section ***************************/

#book-slider .owl-carousel .owl-prev {
    position: absolute;
    top: 8%;
    left: -80px;
    font-size: 120px;
    color: #858c94;
}

#book-slider .owl-carousel .owl-next {
    position: absolute;
    top: 8%;
    right: -80px;
    font-size: 120px;
    color: #858c94;
}

#book-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #858c94;
    text-decoration: none;
}

#book-slider .owl-theme .owl-dots .owl-dot {
    display: none;
}

.view_all a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 1s;
    padding: 13px 18px 13px 18px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    border-radius: 50px;
    background-color: #8b0000;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
}

#book-slider .top-title h4 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1e1e1e;
}

#book-slider .book-img {
    /*height: 312px;*/
    /*object-fit: contain;*/
}

#book-slider .item .card-body p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #200e01;
}

#book-slider .search-title h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "EB Garamond", serif;
    color: #1e1e1e;
}

.search_country_index .form-select {
    width: 100%;
    padding: 8px 10px;
    border-color: #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    font-family: "EB Garamond", serif;
}

.search_country_index .form-select:focus {
    border-color: #d9d9d9;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 301px) and (max-width: 600px) {
    #book-slider .top-title h4 {
        font-size: 20px;
    }

    #book-slider .item .card-body p {
        font-size: 13px;
    }

    #book-slider .view_all a {
        font-size: 12px;
        padding: 10px 9px 10px 9px;
        min-width: 105px;
    }

    #book-slider .book-img {
        height: 100%;
    }

    #book-slider .owl-carousel .owl-prev,
    #book-slider .owl-carousel .owl-next {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #book-slider .top-title h4 {
        font-size: 24px;
    }

    #book-slider .search-title h6 {
        font-size: 16px;
    }

    .search_country_index .form-select {
        font-size: 15px;
    }

    #book-slider .item .card-body p {
        font-size: 15px;
    }

    #book-slider .view_all a {
        font-size: 12px;
    }

    #book-slider .book-img {
        /*height: 300px;*/
    }

    #book-slider .owl-carousel .owl-prev,
    #book-slider .owl-carousel .owl-next {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #book-slider .top-title h4 {
        font-size: 26px;
    }

    #book-slider .search-title h6 {
        font-size: 18px;
    }

    #book-slider .item .card-body p {
        font-size: 12px;
    }

    #book-slider .view_all a {
        font-size: 14px;
    }

    #book-slider .book-img {
        /*height: 245px;*/
    }

    #book-slider .owl-carousel .owl-prev {
        position: absolute;
        top: 15%;
        left: -50px;
        font-size: 84px;
    }

    #book-slider .owl-carousel .owl-next {
        position: absolute;
        top: 15%;
        right: -50px;
        font-size: 84px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #book-slider .top-title h4 {
        font-size: 29px;
    }

    #book-slider .item .card-body p {
        font-size: 13px;
    }

    #book-slider .view_all a {
        font-size: 16px;
    }

    #book-slider .book-img {
        /*height: 300px;*/
    }

    #book-slider .owl-carousel .owl-prev {
        position: absolute;
        top: 25%;
        left: -50px;
        font-size: 84px;
    }

    #book-slider .owl-carousel .owl-next {
        position: absolute;
        top: 25%;
        right: -50px;
        font-size: 84px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #book-slider .top-title h4 {
        font-size: 31px;
    }

    #book-slider.item .card-body p {
        font-size: 15px;
    }

    #book-slider .view_all a {
        font-size: 18px;
    }

    #book-slider .book-img {
        /*height: 320px;*/
    }

    #book-slider .owl-carousel .owl-prev {
        position: absolute;
        top: 8%;
        left: -80px;
        font-size: 120px;
        color: #858c94;
    }

    #book-slider .owl-carousel .owl-next {
        position: absolute;
        top: 8%;
        right: -80px;
        font-size: 120px;
        color: #858c94;
    }
}

@media (min-width: 1441px) {
    #book-slider .top-title h4 {
        font-size: 33px;
    }

    #book-slider .item .card-body p {
        font-size: 20px;
    }

    #book-slider .view_all a {
        font-size: 20px;
    }

    #book-slider .book-img {
        /*height: 410px;*/
    }

    #book-slider .owl-carousel .owl-prev {
        position: absolute;
        top: 25%;
        left: -80px;
        font-size: 120px;
        color: #858c94;
    }

    #book-slider .owl-carousel .owl-next {
        position: absolute;
        top: 25%;
        right: -80px;
        font-size: 120px;
        color: #858c94;
    }
}

/********************** Section 3 ********************************/

#section_3rd .backg {
    background: #ede7c7;
}

#section_3rd .image_3rdsec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#section_3rd .equal-height {
    display: flex;
    align-items: stretch;
}

#section_3rd .content3rdsec h2 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 143%;
    letter-spacing: 0%;
    color: #200e01;
}

#section_3rd .content3rdsec p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0%;
    color: #000;
}

@media (max-width: 300px) {}

@media (min-width: 301px) and (max-width: 600px) {
    #section_3rd .content3rdsec h2 {
        font-size: 28px;
    }

    #section_3rd .content3rdsec p {
        font-size: 13px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #section_3rd .content3rdsec h2 {
        font-size: 32px;
    }

    #section_3rd .content3rdsec p {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #section_3rd .content3rdsec h2 {
        font-size: 38px;
    }

    #section_3rd .content3rdsec p {
        font-size: 15px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #section_3rd .content3rdsec h2 {
        font-size: 44px;
    }

    #section_3rd .content3rdsec p {
        font-size: 16px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {}

@media (min-width: 1441px) {}

.bggroud {
    background: #ede7c7;
}

.text-footer {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
}

.footermianheading {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #333333;
}

.footerlink {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #333333;
}

.footeremail {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

.footerbottomtext {
    background: #8b0000;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 300px) {}

@media (min-width: 301px) and (max-width: 600px) {
    .footermianheading {
        margin-bottom: 0px;
        line-height: 30px;
    }

    .footerbottomtext {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1028px) {}

@media (min-width: 1029px) and (max-width: 1400px) {}

@media (min-width: 1401px) and (max-width: 1440px) {}

@media (min-width: 1441px) {}

/****************** Alnenaa CSs *************************/

/* **********************************slider-search***************************************** */

.search_country .form-select {
    width: 78%;
    padding: 8px 10px;
    border-color: #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    font-family: "EB Garamond", serif;
}

.search_country .form-select:focus {
    border-color: #afbaca;
    outline: 0;
    box-shadow: none;
}

#slider-search .view_all a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 1s;
    padding: 10px 13px 10px 16px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    border-radius: 50px;
    background-color: #8b0000;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
}

#slider-search .top-title h6 {
    font-family: "EB Garamond", serif;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1e1e1e;
}

#slider-search .book-img {
    height: 312px;
    object-fit: cover;
}

#slider-search .item .card-body p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}

#slider-search .owl-theme .owl-dots .owl-dot {
    display: none;
}

#slider-search .owl-theme .owl-nav {
    margin-top: 20px;
    text-align: end;
}

#slider-search .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    color: #8b0000;
    text-decoration: none;
}

#slider-search .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #8b0000;
    color: #fff;
    text-decoration: none;
}

#slider-search .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}

#slider-search .owl-theme .owl-nav .owl-next {
    border-radius: 0 50px 50px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
    margin: 0;
    padding: 41px;
    width: 50px;
    height: 45px;
}

#slider-search .owl-theme .owl-nav .owl-prev {
    border-radius: 50px 0px 0px 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
    margin: 0;
    padding: 41px;
    width: 50px;
    height: 45px;
    margin-right: 15px;
}

.top-title h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #200e01;
}

/* whis-list */
.whis-list i,
.whis-list a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.whis-list span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

@media (min-width: 301px) and (max-width: 600px) {
    #slider-search .top-title h4 {
        font-size: 23px;
    }

    #slider-search .item .card-body p {
        font-size: 12px;
    }

    #slider-search .view_all a {
        font-size: 12px;
    }

    #slider-search .book-img {
        height: 100%;
    }

    .top-title h2 {
        font-size: 22px;
    }

    #slider-search .top-title h6 {
        font-size: 14px;

        margin-bottom: 7px;
    }

    .search_country .form-select {
        width: 100%;
        font-size: 14px;
    }

    .whis-list span {
        font-size: 13px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #slider-search .top-title h4 {
        font-size: 25px;
    }

    #slider-search .item .card-body p {
        font-size: 12px;
    }

    #slider-search .view_all a {
        font-size: 12px;
    }

    #slider-search .book-img {
        height: 260px;
    }

    /* #slider-search .owl-carousel .owl-prev,  #slider-search .owl-carousel .owl-next {

  display:none;
} */
    .top-title h2 {
        font-size: 24px;
    }

    #slider-search .top-title h6 {
        font-size: 16px;

        margin-bottom: 7px;
    }

    .whis-list span {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #slider-search .top-title h4 {
        font-size: 27px;
    }

    #slider-search .item .card-body p {
        font-size: 9px;
    }

    #slider-search .view_all a {
        font-size: 14px;
    }

    #slider-search .book-img {
        height: 245px;
    }

    .top-title h2 {
        font-size: 26px;
    }

    #slider-search .top-title h6 {
        font-size: 18px;

        margin-bottom: 7px;
    }

    #slider-search .owl-theme .owl-nav .owl-prev {
        width: 52px;
        height: 38px;
    }

    #slider-search .owl-theme .owl-nav .owl-next {
        width: 52px;
        height: 38px;
    }

    .whis-list span {
        font-size: 13px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #slider-search .top-title h4 {
        font-size: 29px;
    }

    #slider-search .item .card-body p {
        font-size: 11px;
    }

    #slider-search .view_all a {
        font-size: 16px;
    }

    #slider-search .book-img {
        height: 300px;
    }

    .top-title h2 {
        font-size: 30px;
    }

    #slider-search .top-title h6 {
        font-size: 19px;

        margin-bottom: 7px;
    }

    .whis-list span {
        font-size: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #slider-search .top-title h4 {
        font-size: 31px;
    }

    #slider-search .item .card-body p {
        font-size: 13px;
    }

    #slider-search .view_all a {
        font-size: 18px;
    }

    #slider-search .book-img {
        height: 300px;
    }

    .top-title h2 {
        font-size: 32px;
    }

    #slider-search .top-title h6 {
        font-size: 20px;
    }

    .whis-list span {
        font-size: 16px;
    }
}

@media (min-width: 1441px) {
    #slider-search .top-title h4 {
        font-size: 33px;
    }

    #slider-search .item .card-body p {
        font-size: 14px;
    }

    #slider-search .view_all a {
        font-size: 20px;
    }

    #slider-search .book-img {
        height: 248px;
    }

    .top-title h2 {
        font-size: 34px;
    }

    #slider-search .top-title h6 {
        font-size: 22px;
    }

    .whis-list span {
        font-size: 18px;
    }
}

/**************** modal css ***************************/
#slider-search .modal-dialog {
    max-width: 1000px;
}

.back-btn {
    font-weight: 400;
    text-decoration: none;
    transition: all 1s;
    padding: 12px 13px 12px 16px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border-radius: 50px;
    background-color: #fff;
    line-height: 100%;
    color: #8b0000;
    text-transform: capitalize;
    margin: 0;
    border: 1px solid #8b0000;
}

.back-btn:hover {
    background-color: #8b0000;
    color: #fff;
}

.content_book p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.content_book h6 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.content_book h5 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.content_book span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.detail_book_img img {
    object-fit: cover;
    height: 284px;
}

.detail_book_img_subcription img {
    object-fit: cover;
    height: 336px;
}

/* memeber-cards */
.member-card {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    /* drop shadow */
    font-family: sans-serif;
}

.member-tile h4 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}

.member-time span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}

.member-detail p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000;
}

/* Login-signup */
.login_background .password-container i {
    position: absolute;
    top: 44px;
    right: 20px;
    color: #5e718d;
}

.login_background .password-container img {
    position: absolute;
    top: 44px;
    left: 15px;
}

.login_background .divider {
    position: absolute;
    top: 42px;
    left: 40px;
    font-size: 14px;
    color: #d7dfe9;
}

.login_background h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #200e01;
}

.login_background .forget_btn a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0f63be;
    text-decoration: none;
}

.login_background .login_up span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.login_background .login_btn button {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    transition: all 1s;
    padding: 12px 13px 12px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    border-radius: 50px;
    background-color: #8b0000;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #8b0000;
}

#signUpModal .modal-dialog,
#registerModal .modal-dialog {
    max-width: 420px;
}

.login_background .label-text {
    font-family: "Arial";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #3d4a5c;
}

.login_background .form-control {
    padding: 12px;
    border-color: #afbaca;
}

.login_background .form-control:focus {
    border-color: #afbaca;
    outline: 0;
    box-shadow: transparent;
    box-shadow: none;
}

.login_background .form-check-label,
.login_background .form-check-label a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
}

@media (min-width: 301px) and (max-width: 600px) {
    .detail_book_img img {
        height: 415px;
    }

    .detail_book_img_subcription img {
        height: 415px;
    }

    .member-detail p {
        font-size: 12px;
    }

    .content_book span {
        font-size: 12px;
    }

    .content_book h5 {
        font-size: 14px;
    }

    .content_book h6 {
        font-size: 16px;
    }

    .content_book p {
        font-size: 12px;
    }

    .back-btn {
        padding: 9px 13px 9px 16px;
        font-size: 12px;
        min-width: 80px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 15px;
    }

    .member-time span {
        font-size: 12px;
    }

    .member-tile p {
        font-size: 10px;
    }

    /* Login-Signup */

    .login_background h2 {
        font-size: 18px;
    }

    .login_background .forget_btn a {
        font-size: 11px;
    }

    .login_background .login_up span {
        font-size: 13px;
    }

    .login_background .login_btn button {
        font-size: 13px;
    }

    .login_background .label-text {
        font-size: 13px;
    }

    #book-slider .search-title h6 {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #slider-search .modal-dialog {
        max-width: 700px;
    }

    .detail_book_img img {
        height: 280px;
    }

    .member-detail p {
        font-size: 13px;
    }

    .content_book span {
        font-size: 13px;
    }

    .content_book h5 {
        font-size: 14px;
    }

    .content_book h6 {
        font-size: 18px;
    }

    .content_book p {
        font-size: 14px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 15px;
    }

    .member-time span {
        font-size: 12px;
    }

    .member-tile p {
        font-size: 10px;
    }

    /* Login-Signup */

    .login_background h2 {
        font-size: 18px;
    }

    .login_background .forget_btn a {
        font-size: 11px;
    }

    .login_background .login_up span {
        font-size: 13px;
    }

    .login_background .login_btn button {
        font-size: 13px;
    }

    .login_background .label-text {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #slider-search .modal-dialog {
        max-width: 930px;
    }

    .detail_book_img img {
        height: 284px;
    }

    .member-detail p {
        font-size: 14px;
    }

    .content_book span {
        font-size: 14px;
    }

    .content_book h5 {
        font-size: 16px;
    }

    .content_book h6 {
        font-size: 20px;
    }

    .content_book p {
        font-size: 14px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 17px;
    }

    .member-time span {
        font-size: 13px;
    }

    .member-tile p {
        font-size: 12px;
    }

    /* Login-Signup */

    .login_background h2 {
        font-size: 20px;
    }

    .login_background .forget_btn a {
        font-size: 11px;
    }

    .login_background .login_up span {
        font-size: 14px;
    }

    .login_background .login_btn button {
        font-size: 15px;
    }

    .login_background .label-text {
        font-size: 14px;
    }

    .back-btn {
        font-size: 14px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    .detail_book_img img {
        height: 284px;
    }

    .member-detail p {
        font-size: 14px;
    }

    .content_book span {
        font-size: 14px;
    }

    .content_book h5 {
        font-size: 18px;
    }

    .content_book h6 {
        font-size: 22px;
    }

    .content_book p {
        font-size: 15px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 19px;
    }

    .member-time span {
        font-size: 15px;
    }

    .member-tile p {
        font-size: 14px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .detail_book_img img {
        height: 284px;
    }

    .content_book span {
        font-size: 16px;
    }

    .content_book h5 {
        font-size: 20px;
    }

    .content_book h6 {
        font-size: 24px;
    }

    .content_book p {
        font-size: 16px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 20px;
    }

    .member-time span {
        font-size: 16px;
    }

    .member-tile p {
        font-size: 15px;
    }

    .login_background .form-check-label,
    .login_background .form-check-label a {
        font-size: 14px;
    }
}

@media (min-width: 1441px) {
    .detail_book_img img {
        height: 284px;
    }

    .content_book span {
        font-size: 18px;
    }

    .content_book h5 {
        font-size: 22px;
    }

    .content_book h6 {
        font-size: 26px;
    }

    .content_book p {
        font-size: 18px;
    }

    /* member-cards */
    .member-tile h4 {
        font-size: 22px;
    }

    .member-time span {
        font-size: 18px;
    }

    .member-tile p {
        font-size: 17px;
    }

    /* Login-Signup */

    .login_background h2 {
        font-size: 26px;
    }

    .login_background .forget_btn a {
        font-size: 15px;
    }

    .login_background .login_up span {
        font-size: 15px;
    }

    .login_background .login_btn button {
        font-size: 18px;
    }

    .login_background .label-text {
        font-size: 16px;
    }

    .login_background .form-check-label,
    .login_background .form-check-label a {
        font-size: 16px;
    }
}

/**************************************  Profile Page *********************************/
#profile .nav-pills .nav-link {
    text-align: start;
    display: block;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    color: #000;
    text-decoration: none;
    background: #f7f5f1;
    border-radius: 0;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
}

#profile .nav-pills .nav-link.active,
#profile .nav-pills .show>.nav-link,
#profile .nav-pills .nav-link:hover {
    color: #000;
    background-color: #dadada;
    border-radius: 0;
    transition: 0.3s all;
}

/* image-contaiber */
/* .profile-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 30px;
      max-width: 450px;
      margin: 60px auto;
    } */

#profile .profile-photo img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    object-fit: cover;
    height: 170px;
    width: 170px;
}

#profile .verified-badge {
    background-color: #e6f4ea;
    color: #34a853;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 500;
}

#profile .action-icon {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#profile .border-top-actions {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

#profile .drop_file {
    border-style: dashed;
    background-color: #fff;
}

#profile {
    background-color: #f7f5f1;
    font-weight: 100;
}

#profile .profile-tab .profile-title h4 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1e1e1e;
}

#profile .profile-tab .profile-title span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1e1e1e;
}

#profile .top_header h4 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000;
}

#profile .action-icon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

#profile .submit-btn,
#profile .cancel-btn {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 1s;
    padding: 10px 13px 10px 13px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    border-radius: 50px;

    line-height: 100%;

    text-transform: capitalize;
    border: 1px solid #8b0000;
}

#profile .cancel-btn {
    background-color: transparent;
    color: #8b0000;
}

#profile .cancel-btn:hover {
    background-color: #8b0000;
    color: #fff;
}

#profile .submit-btn {
    background-color: #8b0000;
    color: #fff;
}

#profile .submit-btn:hover {
    background-color: transparent;
    color: #8b0000;
}

#profile .login_background .divider {
    position: absolute;
    top: 39px;
    left: 40px;
    font-size: 14px;
    color: #d7dfe9;
}

#profile .login_background .password-container img {
    position: absolute;
    top: 41px;
    left: 15px;
}

#profile .login_background .form-control::placeholder {
    color: #8897ae;
    font-size: 14px;
}

#profile .login_background .form-control {
    padding: 7px 10px;
}

#profile .form-select {
    border-radius: 6px;
    border-color: #afbaca;
    padding: 7px 10px;
    color: #8897ae;
}

#profile .form-select:focus {
    border-color: #afbaca;
    outline: 0;
    box-shadow: none;
}

.drop_file h2 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #200e01;
}

#profile .note-tip {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;

    color: #eb5757;
    text-align: right;
}

#profile .login_background .password-container i {
    position: absolute;
    top: 42px;
    right: 20px;
}

#profile .note-tip2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;

    color: #828282;
    text-align: left;
}

.action-active a {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #30a1ca;
    text-decoration: none;
}

.top_header p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.profile-dp_top img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 53px;
    width: 53px;
}

@media (min-width: 301px) and (max-width: 600px) {
    #profile .top_header h4 {
        font-size: 21px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 12px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 10px;
    }

    #profile .action-icon p {
        font-size: 10px;
    }

    .drop_file h2 {
        font-size: 20px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 10px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 12px;
    }

    #profile .nav-pills .nav-link {
        font-size: 13px;
    }

    #profile .verified-badge {
        font-size: 12px;
    }

    .top_header p {
        font-size: 14px;
    }

    .action-active a {
        font-size: 10px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #profile .top_header h4 {
        font-size: 23px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 14px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 11px;
    }

    #profile .action-icon p {
        font-size: 11px;
    }

    .drop_file h2 {
        font-size: 22px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 11px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 13px;
    }

    #profile .nav-pills .nav-link {
        font-size: 15px;
    }

    #profile .verified-badge {
        font-size: 12px;
    }

    .top_header p {
        font-size: 16px;
    }

    .action-active a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #profile .top_header h4 {
        font-size: 25px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 16px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 13px;
    }

    #profile .action-icon p {
        font-size: 13px;
    }

    .drop_file h2 {
        font-size: 23px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 13px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 15px;
    }

    #profile .nav-pills .nav-link {
        font-size: 17px;
    }

    #profile .verified-badge {
        font-size: 12px;
    }

    .top_header p {
        font-size: 18px;
    }

    .action-active a {
        font-size: 14px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #profile .top_header h4 {
        font-size: 23px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 18px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 15px;
    }

    #profile .action-icon p {
        font-size: 15px;
    }

    .drop_file h2 {
        font-size: 23px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 15px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 17px;
    }

    #profile .nav-pills .nav-link {
        font-size: 19px;
    }

    #profile .verified-badge {
        font-size: 12px;
    }

    .top_header p {
        font-size: 19px;
    }

    .action-active a {
        font-size: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #profile .top_header h4 {
        font-size: 24px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 20px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 16px;
    }

    #profile .action-icon p {
        font-size: 16px;
    }

    .drop_file h2 {
        font-size: 24px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 16px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 18px;
    }

    #profile .nav-pills .nav-link {
        font-size: 20px;
    }

    #profile .verified-badge {
        font-size: 12px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }

    .top_header p {
        font-size: 20px;
    }

    .action-active a {
        font-size: 16px;
    }
}

@media (min-width: 1441px) {
    #profile .top_header h4 {
        font-size: 26px;
    }

    #profile .profile-tab .profile-title h4 {
        font-size: 22px;
    }

    #profile .profile-tab .profile-title span {
        font-size: 18px;
    }

    #profile .action-icon p {
        font-size: 16px;
    }

    .drop_file h2 {
        font-size: 26px;
    }

    #profile .note-tip,
    #profile .note-tip2 {
        font-size: 16px;
    }

    #profile .submit-btn,
    #profile .cancel-btn {
        font-size: 20px;
    }

    #profile .nav-pills .nav-link {
        font-size: 20px;
    }

    #profile .profile-photo img {
        object-fit: cover;
        height: 170px;
    }

    #profile .verified-badge {
        font-size: 14px;
    }

    .top_header p {
        font-size: 22px;
    }

    .action-active a {
        font-size: 18px;
    }
}

.form-select-container_2 {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0rem 0.34rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select-container_2 .form-select {
    border: none !important;
    outline: none;
    appearance: none;
    padding: 0;
    background-position: left 3rem center;
    width: 63px;
    font-size: 16px;
    color: #5e718d;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    border: none;
}

.form-select-container_2 .form-control {
    border: 0;
}

#profile .form-select-container_2 .divider {
    position: absolute;
    top: 8px;
    left: 71px;
    font-size: 14px;
    color: #d7dfe9;
}

@media (min-width: 301px) and (max-width: 600px) {
    #profile .form-select-container_2 .divider {
        top: 8px;
        left: 92px;
        font-size: 13px;
    }

    .form-select-container_2 .form-select {
        font-size: 10px;
        width: 105px;
        background-position: left 4.1rem center;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #profile .form-select-container_2 .divider {
        top: 8px;
        left: 92px;
        font-size: 12px;
    }

    .form-select-container_2 .form-select {
        font-size: 10px;
        width: 100px;
        background-position: left 4.2rem center;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #profile .form-select-container_2 .divider {
        font-size: 12px;
        top: 8px;
        left: 96px;
    }

    .form-select-container_2 .form-select {
        width: 108px;
        font-size: 11px;
        background-position: left 4.3rem center;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #profile .form-select-container_2 .divider {
        top: 8px;
        left: 105px;
    }

    .form-select-container_2 .form-select {
        font-size: 11px;
        width: 120px;
        background-position: left 4.6rem center;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #profile .form-select-container_2 .divider {
        top: 9px;
        left: 98px;
        font-size: 12px;
        color: #d7dfe9;
    }

    .form-select-container_2 .form-select {
        background-position: left 4.6rem center;
        width: 115px;
        font-size: 12px;
    }
}

@media (min-width: 1441px) {
    .form-select-container_2 .form-select {
        background-position: left 4.8rem center;
        width: 115px;
        font-size: 12px;
    }

    #profile .form-select-container_2 .divider {
        top: 8px;
        left: 105px;
    }
}

/***************** gift-voucher-FAQS ***************************/
#gift_voucher_faqs .accord_faq h4 {
    font-family: "Ovo";
    font-size: 30px;
    font-weight: 4b 00;
    line-height: 45px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}

#gift_voucher_faqs .accordion {
    border-radius: 0;
}

#gift_voucher_faqs .accordion-item:first-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#gift_voucher_faqs .accordion-item:last-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#gift_voucher_faqs .sign_up_offer h4 {
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 700;
    line-height: 35.96px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
}

#gift_voucher_faqs .accordion-item {
    border: 1px solid #949494;
    margin-bottom: 15px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

#gift_voucher_faqs .accordion-item:last-child {
    border-radius: 0;
    border-bottom: 1px solid #949494;
}

#gift_voucher_faqs .accordion-button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 1rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#gift_voucher_faqs .accordion-button:not(.collapsed) {
    color: #000;
}

#gift_voucher_faqs .accordion-button.active {
    background-color: transparent;
}

#gift_voucher_faqs .accordion-button::after {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

#gift_voucher_faqs .accordion-body {
    padding: 0 1rem 1rem;
    background-color: #fff;
    font-size: 0.9rem;
}

#gift_voucher_faqs .accordion-body p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

#gift_voucher_faqs .accordion-item:not(:first-of-type) {
    border-top: 1px solid #949494;
}

#gift_voucher_faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#gift_voucher_faqs .accordion-button:focus {
    box-shadow: none;
}

@media (min-width: 301px) and (max-width: 600px) {

    /*   #gift_voucher_faqs */
    #gift_voucher_faqs .accordion-button {
        font-size: 14px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 12px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 24px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    /* gift_voucher_faqs */

    #gift_voucher_faqs .accordion-button {
        font-size: 15px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 13px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    /* FAQS */

    #gift_voucher_faqs .accordion-button {
        font-size: 16px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 12px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 26px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    /* FAQS */

    #gift_voucher_faqs .accordion-button {
        font-size: 18px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 12px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 28px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {

    /* FAQS */
    #gift_voucher_faqs .accordion-button {
        font-size: 20px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 14px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 30px;
    }
}

@media (min-width: 1441px) {

    /* faqs */
    #gift_voucher_faqs .accordion-button {
        font-size: 22px;
    }

    #gift_voucher_faqs .accordion-body p {
        font-size: 16px;
    }

    #gift_voucher_faqs .accord_faq h4 {
        font-size: 32px;
    }
}

#term .top_title h2 {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;

    color: #000;
    text-transform: capitalize;
}

#term .term_condition p {
    font-family: "EB Garamond", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;

    color: #000;
}

@media (min-width: 301px) and (max-width: 600px) {
    #term .term_condition p {
        font-size: 12px;
    }

    #term .top_title h2 {
        font-size: 24px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #term .term_condition p {
        font-size: 13px;
    }

    #term .top_title h2 {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #term .term_condition p {
        font-size: 14px;
    }

    #term .top_title h2 {
        font-size: 26px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #term .term_condition p {
        font-size: 16px;
    }

    #term .top_title h2 {
        font-size: 28px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #term .term_condition p {
        font-size: 17px;
    }

    #term .top_title h2 {
        font-size: 30px;
    }
}

@media (min-width: 1441px) {
    #term .term_condition p {
        font-size: 18px;
    }

    #term .top_title h2 {
        font-size: 32px;
    }
}

#contact-us .form-control:focus {
    border: 1px solid gray;
    box-shadow: none;
}

#contact-us .form-control::placeholder {
    color: rgb(219, 213, 213);
    font-size: 16px;
}

#contact-us .form-label {
    font-size: 16px;
}

#contact-us .contact_button button {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    padding: 10px 28px;
    border-radius: 20px;
    background: #8b0000;
    border: 1px solid #8b0000;
    transition: all 1s;
}

#contact-us .contact_button button:hover {
    background: #ede7c7;
    color: #000000;
    border: 1px solid #34a853;
}

@media (min-width: 301px) and (max-width: 600px) {
    #contact-us .form-label {
        font-size: 12px;
    }

    #contact-us .contact_button button {
        font-size: 11px;
    }

    #contact-us .form-control::placeholder {
        font-size: 12px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #contact-us .form-label {
        font-size: 12px;
    }

    #contact-us .contact_button button {
        font-size: 13px;
    }

    #contact-us .form-control::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    /* FAQS */

    #contact-us .form-label {
        font-size: 14px;
    }

    #contact-us .contact_button button {
        font-size: 14px;
    }

    #contact-us .form-control::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    /* FAQS */

    #contact-us .top_title h2 {
        font-size: 28px;
    }

    #contact-us .form-label {
        font-size: 15px;
    }

    #contact-us .contact_button button {
        font-size: 15px;
    }

    #contact-us .form-control::placeholder {
        font-size: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #contact-us .form-label {
        font-size: 17px;
    }

    #contact-us .contact_button button {
        font-size: 16px;
    }

    #contact-us .form-control::placeholder {
        font-size: 16px;
    }
}

@media (min-width: 1441px) {
    /* faqs */

    #contact-us .form-label {
        font-size: 18px;
    }

    #contact-us .contact_button button {
        font-size: 17px;
    }

    #contact-us .form-control::placeholder {
        font-size: 18px;
    }

    .chat-input {
        box-shadow: none !important;
        border: 1px solid #ede7c7;
    }
}

.result-points p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

@media (min-width: 301px) and (max-width: 600px) {
    .result-points p {
        font-size: 10px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .result-points p {
        font-size: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .result-points p {
        font-size: 12px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    .result-points p {
        font-size: 14px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .result-points p {
        font-size: 15px;
    }
}

@media (min-width: 1441px) {
    .result-points p {
        font-size: 16px;
    }
}



