.tabs_main {
    position: relative;
}

.mshp_tabs_main {
    background-color: #004475;
}

.tabs_main ul.event_tabs.masterclass_tabs {
    width: 90%;
    margin: 0 auto;
}

.tabs_main ul.event_tabs {
    background: #b0cce1;
    border: none;
    font-family: 'Open Sans', sans-serif;
    display: table;
}

.btn_nl_subs {
    font-weight: 600;
}

    
.tabs_main ul.event_tabs>li>a {
    margin: 0px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 22px;
    padding: 20px 10px;
    text-transform: capitalize;
}

.tabs_main.mshp_tabs_main ul.event_tabs>li>a {
    color: #ffffff;
    background-color: #004475;
    display: block;
}

.tabs_main ul.event_tabs>li.active>a {
    background: #06377a;
    color: #fff;
    line-height: 22px;
}

.tabs_main.mshp_tabs_main ul.event_tabs>li.active>a {
    background: #2abed5;
}

.tabs_main ul.event_tabs>li {
    display: table-cell;
    float: none;
    text-align: center;
    line-height: 0px;
    margin: 0px;
    position: relative;
    border-left: 1px solid #fff;
}

.wd_tabs>li {
    width: 33%;
}

.tabs_main ul.event_tabs>li:last-child {
    border-right: 1px solid #fff;
}


.tabs_main ul.event_tabs>li>p {
    margin-bottom: 0px !important;
    line-height: 0px;
}

.tabs_main ul.event_tabs>li.active>p {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 100%;
    left: calc(50% - 15px);
    transform: rotate(180deg);
    transition: all 0.2s;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #2abed5;
    margin-bottom: 0 !important;
    line-height: 0;
    display: inline-block;
}


#dt_feat_comp_slider .owl-nav .owl-prev,
#dt_feat_comp_slider .owl-nav .owl-next {
    top: 26%;
}

#dt_feat_comp_slider .item img {
    border: 1px solid #cccccc;
    padding: 10px;
}

.books_card {
    position: relative;
    /* border: 1px solid #ccccccad;
    box-shadow: 5px 6px 14px 0px #cccccc; */
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.books_card>a {
    display: block;
    padding: 35px 25px 50px 25px;
    background-color: #F5F5F5;
}

.books_card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.books_card .special_check_badge {
    position: absolute;
    top: 0;
    background-color: #1d1ce9;
    left: 0;
    border-top-left-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #002bff, #08b3e7, #002bff, #08b3e7, #002bff, #08b3e7);
    animation: glowing 15s linear infinite;
    transition: opacity .2s ease-in-out;
    background-size: 400%;
}



.books_card .books_card_desc .books_c_edition {
    background: linear-gradient(45deg, #43529d, #08b3e7, #43529d, #08b3e7, #43529d, #08b3e7);
    animation: glowing 15s linear infinite;
    transition: opacity .5s ease-in-out;
    background-size: 400%;
    color: #ffffffff;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: -50px;
    z-index: 10;
    position: relative;
    margin-bottom: 0;
}

.modal-header {
    background-color: antiquewhite;
}

.dt_down_email_success {
    display: none;
}

.books_card .books_card_desc .books_c_desc {
    text-align: left;
    margin: 0;
}

.books_card .books_card_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    /* margin-top: -36px; */
    z-index: 1000;
    position: relative;
}

.books_card .books_card_btns button,
.books_card .books_card_btns a {
    width: 50%;
    padding: 6px;
    font-size: 15px;
    margin: 0;
    color: #ffffff;
    border-radius: 0;
    font-weight: 500;
}

.hc_slider .carousel-indicators {
    bottom: -10px;
}

.b_hc_slider .carousel-indicators {
    bottom: -5px;
}

.books_card .books_card_stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.books_card .books_card_stats span {
    width: 50%;
    text-align: center;
}

.bt_subscribe_box {
    text-align: left;
    padding: 17px 25px 17px 25px;
    background-color: #004475;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.subscribe_newsl_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EDEDED;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    box-shadow: 2px 5px 30px -5px rgba(0, 0, 0, 0.06);
    transition: all 0.2s;
}


.add_to_cart:hover,
.add_to_cart:active,
.add_to_cart:focus {
    /* border: 2px solid #ffffff; */
    background-color: #08b3e7;
}

.footer-request-div {
    border-top: 0;
    width: 10%;
    right: 6%;
    position: fixed;
    bottom: 15px;
    z-index: 1000;
}

.goto_cart_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000000;
    gap: 10px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f9f95a;
    border: 2px solid #000000;
}

.goto_cart_btn img {
    width: 25px;
}

/* end */

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.highlight_handbook_box {
    background-color: antiquewhite !important;
}

.handbook_card_floatbtn {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.new_edition_tab {
    color: #ffffff;
    padding: 4px 12px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FF6500;
}

.handbook_card_rating i {
    font-size: 12px;
    color: #FF6500;
}

.books_card_desc {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.books_card_desc .books_card_desc_top a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    display: block;
}

.handbook_card_pricetag {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.handbook_card_pricetag p {
    color: #FF6500;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.handbook_card_pricetag p:nth-child(2) {
    color: #4F536C;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    margin-left: 5px;
}

.books_card_stats a {
    width: 50%;
    background-color: #ffffff;
    border-width: 2px;
    box-shadow: 5px 5px 13px 0px #dbc6c6;
    padding: 2px;
}

.books_card_stats a:hover,
.books_card_stats a:active,
.books_card_stats a:focus {
    background-color: #ffffff !important;
}

.books_card_stats a img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.main_btn:hover,
.main_btn:active,
.main_btn:focus {
    background-color: var(--main_btn) !important;
    color: #ffffff !important;
}

.main_btn_dark:hover,
.main_btn_dark:active,
.main_btn_dark:focus {
    background-color: var(--btn_dark_color) !important;
    color: #ffffff !important;
}

.notify_main_btn:hover,
.notify_main_btn:active,
.notify_main_btn:focus {
    background-color: #f9f95a !important;
    color: #000000 !important;
}

.notify_main_btn {
    background-color: #f9f95a !important;
    color: #000000 !important;
}

.out_of_stock_tab {
    color: #000000;
    padding: 4px 12px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    background-color: #f9f95a;
    border: 1px solid;
}

.outofstock_books {
    opacity: 0.5;
}

.books_card_bs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 50px 25px;
}

.books_card_bs .books_card_bs_left {
    flex-basis: 25%;
}

.books_card_bs .books_card_bs_right {
    flex-basis: 65%;
    position: relative;
}

.hb_bestseller_section {
    background-color: antiquewhite;
}

.books_card_bs_right .books_card_btns {
    margin: 0;
    gap: 20px;
}

.books_card_bs_right .handbook_card_floatbtn {
    top: -30px;
    padding: 0;
}

.books_card_bs_right .books_card_btns a,
.books_card_bs_right .books_card_btns button {
    width: 30%;
}

.single-testimonial-item-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    background: antiquewhite;
    height: 45vh;
    border-radius: 15px;
}

.single-testimonial-image img {
    width: 150px !important;
}

.testi_handbookname {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px 20px 20px 30px;
    font-style: italic;
    height: 45vh;
}

.testi_handbookname {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.single-testimonial-item h3 {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 25px;
}

.single-testimonial-item:after {
    background: #000000ad;
    content: "";
    height: 85%;
    left: 15px;
    position: absolute;
    top: 7.5%;
    width: 2px;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.testimonial_content p {
    font-size: 14px;
}

#handbook_testimonial_slider .owl-nav .owl-prev,
#handbook_testimonial_slider .owl-nav .owl-next {
    top: 43% !important;
    bottom: unset !important;
}


.hide {
    display: none !important;
}

.disablepointer {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.star-wrap {
    width: max-content;
    position: relative;
}

.star-label.hidden {
    display: none;
}

.star-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    cursor: pointer;
    height: 4rem;
}

@media (min-width: 840px) {
    .star-label {
        width: 3rem;
        height: 3rem;
    }
}

.star-shape {
    background-color: gold;
    width: 60%;
    height: 60%;

    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
}

.star:checked+.star-label~.star-label .star-shape {
    background-color: #004475;
    opacity: 0.5;
}

.star {
    position: fixed;
    opacity: 0;

    left: -90000px;
}

.star:focus+.star-label {
    outline: 2px dotted black;
}

.help-block {
    font-size: 14px;
    margin-top: 15px;
}

.help-block a {
    color: #337ab7 !important;
    cursor: pointer;
    font-weight: 600;
}

.guidelines_box p {
    font-weight: 600;
}

.guidelines_box {
    background: antiquewhite;
    padding: 15px;
    display: none;
    margin-top: 20px;
}

.guidelines_box ul {
    list-style-type: disc;
    padding-inline-start: 15px;
}

.review_submit_message {
    display: none;
    text-align: center;
}

.review_message_para {
    font-size: 18px;
    text-align: center;
}

.review_message_para img {
    margin: auto;
    width: 100px;
    margin-bottom: 15px;
    display: block;
}

.breadcrum {
    font-weight: 600;
    color: #004475;
}

.breadcrum .main_bread {
    font-weight: 600;
    color: #004475;
}

.breadcrum .sub_bread {
    font-weight: 600;
    color: #08b3e7;
}

.pro_right_section {
    padding: 28px 10px;
    position: relative;
}

.hb_description {
    padding: 0px 10px 28px 10px;
}

.best_handbook_card_rating {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 20px 0;
}

.pro_right_section_btns {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
}

.pro_right_section_btns>input {
    flex-basis: 10%;
}

.float_btn_startrating {
    position: absolute;
    right: 0;
    margin-top: 9px;
}

.best_handbook_card_rating>a>i {
    font-size: 16px;
    color: #FF6500;
}

.best_handbook_card_rating>a {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.hb_description_inner {
    background: rgba(248, 248, 248, 0.97);
    padding: 15px;
    border-radius: 10px;
}

.sub_heading {
    margin-top: 0px;
    font-weight: 600;
    font-size: 20px;
}

.best_handbook_card_pricetag span {
    color: #FF6500;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

#hb_add_details_navtabs {
    gap: 5px;
}

#hb_add_details_navtabs .nav-item .nav-link {
    padding: 10px 25px;
    color: #000000;
    font-weight: 600;
    background-color: rgb(8 179 231 / 36%);

}

#hb_add_details_navtabs .nav-item .nav-link.active {
    background-color: #004478;
    color: #ffffff;
}

#hb_add_details_navtabs .nav-item .nav-link.active:hover {
    background-color: #004478 !important;
    color: #ffffff !important;
}

#hb_add_details_navtabs .nav-item .nav-link:hover {
    background: rgb(8 179 231 / 31%);
    margin: 0;
    color: #000000 !important;
}

#hb_add_details_navtabsContent {
    border: 1px solid #dee2e6;
    border-top: 0;
}

#hb_add_details_navtabsContent .tab-pane {
    padding: 15px;
    background: rgba(248, 248, 248, 0.97);
}

.hbd_review_rating {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 10px;
}

.hbd_review_rating .fa {
    color: #FF6500;
}

.hbd_review_list h5 {
    margin: 0px;
}

.hbd_review_list p {
    margin-bottom: 10px;
}

.hbd_books_card>a {
    height: 455px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.hbd_wd_books_card>a {
    height: 450px;
}

.hbd_wd_books_card>a>img {
    margin-top: 25px;
}

::placeholder {
    color: #0000007e;
}

::-ms-input-placeholder {
    color: #0000007e;
}

.add_pro_content {
    text-align: center;
    width: 320px;
    height: auto;
    background: chartreuse;
    padding: 5px 6px;
}

.add_pro_content h4,
.add_pro_content p {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
}

#product_wrap {
    position: fixed;
    right: 0;
    top: 23%;
    z-index: 10000;
    display: none;
    border: 2px solid #000000;
    border-right: 0;
}

.wd_year_tab {
    background: antiquewhite;
    padding: 11px 21px 11px 11px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    border-radius: 5px;
    border-left: 17px solid #ff6515;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.wd_books_card>a {
    padding: 15px !important;

}

.wd_books_card .books_card_btns {
    margin-top: 0px !important;
}

.hd_left_image_box {
    margin-top: 55px;
}

#recaptcha1 {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.hcd_slider .carousel-indicators button {
    width: 90px;
    height: auto;
    background: transparent;
    opacity: 1;
    text-indent: unset;
    border: 0px;
    opacity: .5;
}
.hcd_slider .carousel-indicators button.active {
    opacity: 1;
}

.hcd_slider .carousel-indicators {
    bottom: -140px;
    gap: 11px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
}

.share-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 100vmax;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1;
    flex-basis: 60px;
    background: transparent;
}

.share-icon {
    width: 60px;
    box-shadow: 0px 0px 8px 4px #ddd;
}
.social-icons {
    position: absolute;
    display: none;
    justify-content: space-around;
    align-items: center;
    width: 46px;
    left: 60px;
    flex-direction: column;
    gap: 0px;
    top: 8px;
}

.social-icons a {
    cursor: pointer;
}

.social-icons a i {
    color: #000000;
    font-size: 25px;
}

.share-btn.open .social-icons{
    display: flex !important;
}

.best_handb_heading {
    display: flex;
    justify-content: space-between;
}


@media (min-width: 768px) and (max-width: 1200px) {

    .mshp_tabs_main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs_main ul.event_tabs.masterclass_tabs {
        flex-direction: row;
        padding: 0 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        background: transparent;
        padding-bottom: 25px;
        width: 100%;
    }

    .tabs_main.mshp_tabs_main ul.event_tabs>li>p {
        top: unset !important;
    }

    .mshp_tabs_main {
        background-color: transparent;
    }

    .tabs_main.mshp_tabs_main ul.event_tabs>li>a {
        width: max-content;
        padding: 15px;
    }

    .footer-request-div {
        width: 21%;
        right: 3%;
        bottom: 13%;
    }

    .books_card_bs {
        height: 330px;
        padding: 20px;
        justify-content: space-between;
        gap: 10px;
    }

    .books_card_bs .books_card_bs_right {
        flex-basis: 75%;
    }

    .books_card .books_card_btns button,
    .books_card .books_card_btns a {
        font-size: 14px;
        width: 49%;
    }

    .single-testimonial-item-box {
        height: 95vh;
        flex-direction: column;
    }

    .books_card_bs_right .books_card_btns {
        gap: 10px;
    }

    .single-testimonial-item {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testi_handbookname {
        margin-bottom: 0px;
    }

    .single-testimonial-item h3 {
        margin-top: 5px;
    }

    .single-testimonial-item:after {
        height: 90%;
        top: 7.5%;
    }

    .hd_left_image_box {
        margin-top: 65px;
    }

    .recommended_hb_slider {
        margin-bottom: 50px;
    }

    .hbd_books_card {
        margin-bottom: 0px;
    }

    .hbd_wd_books_card>a,
    .hbd_books_card>a {
        padding: 20px;
        height: auto;
    }

    .hbd_wd_books_card>a>img,
    .hbd_books_card>a>img {
        width: 90% !important;
        margin-top: 25px;
    }

    .pro_right_section {
        padding: 50px 10px 28px 10px;
    }

    .float_btn_startrating {
        top: 10px;
    }

    .pro_right_section_btns>input {
        flex-basis: 15%;
    }


}

@media screen and (max-width: 767px) {

    .tabs_main ul.event_tabs {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .share-btn {
        margin-right: 20px;
    }
    
    .best_handb_heading {
        flex-direction: column;
        align-items: flex-end;
    }
    .best_handb_heading h3 {
        width: 100%;
        text-align: left;
    }

    .recommended_hb_slider {
        margin-bottom: 50px;
    }

    .pro_right_section {
        margin-top: 80px;
    }

    .hcd_slider .carousel-indicators {
        bottom: -110px;
        gap: 0px;
    }

    .h_back_btn {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 5px;
    }

    .hbd_books_card {
        margin-bottom: 0px;
    }

    .hbd_wd_books_card>a,
    .hbd_books_card>a {
        padding: 20px;
        height: auto;
    }

    .hbd_wd_books_card>a>img,
    .hbd_books_card>a>img {
        width: 90% !important;
        margin-top: 25px;
    }

    .pro_right_section_btns>input {
        flex-basis: 18%;
    }

    .tabs_main ul.event_tabs>li {
        width: 100%;
    }

    .tabs_main ul.event_tabs>li>a {
        padding: 10px;
    }

    .subscribe_newsl_box {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .btn_nl_subs {
        width: 55% !important;
    }

    .subscribe_newsl_boxcont {
        width: 100%;
    }

    #download_presentation_modal .modal-dialog {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .mshp_tabs_main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs_main ul.event_tabs.masterclass_tabs {
        flex-direction: row;
        padding: 0 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        background: transparent;
        padding-bottom: 25px;
        width: 100%;
    }

    .tabs_main.mshp_tabs_main ul.event_tabs>li>p {
        top: unset !important;
    }

    .mshp_tabs_main {
        background-color: transparent;
    }

    .tabs_main.mshp_tabs_main ul.event_tabs>li>a {
        width: max-content;
        padding: 20px;
    }

    .footer-request-div {
        width: 40%;
        bottom: 13%;
    }

    .books_card_bs {
        justify-content: space-between;
        gap: 10px;
        height: 264px;
    }

    .books_card_btns_bs {
        gap: 10px !important;
    }

    .books_card_btns_bs>a,
    .books_card_btns_bs>button {
        width: 47% !important;
    }

    .books_card_bs .books_card_bs_right {
        flex-basis: 70%;
    }

    .single-testimonial-item-box {
        flex-direction: column;
        height: 86vh;
    }

    .single-testimonial-item {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testi_handbookname {
        margin-bottom: 0px;
    }

    .single-testimonial-item h3 {
        margin-top: 5px;
    }

    .single-testimonial-item:after {
        height: 90%;
        top: 7.5%;
    }

    .hd_left_image_box {
        text-align: center;
    }

    .hd_left_image_box img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #hb_add_details_navtabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 10px;
        gap: 5px;
        margin-bottom: 10px;
    }

    #hb_add_details_navtabs .nav-item {
        width: max-content;
    }

    #hb_add_details_navtabs .nav-item .nav-link {
        width: max-content;
        background-color: rgb(8 179 231 / 36%);
        padding: 10px;
    }


}

@media screen and (max-width: 375px) {

    .books_card_bs {
        flex-direction: column;
        position: relative;
        height: auto;
        align-items: stretch;
    }

    .books_card_bs .books_card_bs_left,
    .books_card_bs .books_card_bs_right {
        flex-basis: 100%;
    }

    .books_card_bs .books_card_bs_right {
        position: unset;
    }

    .books_card_bs_right .handbook_card_floatbtn {
        top: 20px;
        width: 85%;
    }

    .single-testimonial-item-box {
        height: 90vh;
    }

    .pro_right_section {
        padding: 35px 10px 28px 10px;
    }

    .float_btn_startrating {
        top: 0px
    }

    .hd_left_image_box {
        margin-top: 0px;
    }

    .footer-request-div {
        width: 50%;
    }

}

@media screen and (max-width: 320px) {
    .single-testimonial-item-box {
        height: 102vh;
    }

    .h_back_btn {
        font-size: 12px;
    }

    #hb_review_modal .modal-content .modal-header {
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #hb_review_modal .modal-content .modal-header h1 {
        text-align: left !important;
    }

    .pro_right_section_btns>input {
        flex-basis: 20%;
    }

}