@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
body{
    font-family: 'Oswald', sans-serif;
}
.padrl{
    padding: 0 5rem;
}
.pad_tb{
    padding: 5rem 0;
}
.border_tb{
    border-top: 1px solid #707070;
}

/* header Start */
.main_header{
    height: 80px;
    position: sticky;
    top: 0; 
    z-index: 999;
    background-color: #000; 
}
.header_logo{
    position: relative;
    top: 18px;
}
.main_header .navbar { 
    padding-top: 0;
    padding-bottom: 0;    
}

.header_menubar_wrap li{ 
    margin: 0 7px;
}
.main_header .header_dropdown:hover .dropdown-menu{
    display: block;
}
.main_header .dropdown-menu .dropdown-item:hover{
    background-color: #000;
}
.s_book_btn:hover{
    background: linear-gradient(150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    border-radius: 30px;    
}
.header_menubar_wrap .nav-link{
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_dropdown button#dropdownMenuButton1 {
    background: none;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.header_buttons li span i{
    color: #fff;    
}
.header_buttons li{
 margin:0 5px;
}
.header_buttons li a{
    text-decoration:none;
    color: #fff;
}
.main_header .navbar-brand {
    padding-top: 0;
    padding-bottom:0;
}
.custom_btn_1{
    background: linear-gradient(150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    padding: 11px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: .4s;        
    text-decoration: none;
}
.custom_btn_1:hover{
    color: #fff;
}
.custom_btn_2{
    padding: 10px 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #980029;
    text-decoration: none;
    color: #fff;
}
.custom_btn_2:hover{
    background: linear-gradient(150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    color :#fff;
}
.main_header .dropdown-menu {
    background-color: #6A0064;
    background-clip: padding-box;
    border-top: 2px solid #9b59b6;
    border-radius: 0;

}
.main_header .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.main_header .navbar-toggler{
    position: relative;
    bottom: 25px;
}
.main_header .navbar-brand .header_logo .navbar-dark .navbar-toggler {    
    border-color: #fff;
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}


/*End header Start */

/* Start banner */
.banner_section{
    background: url("../images/banner-bg-2.jpg") no-repeat;
    background-size: cover;
}
.banner_left_content{
    position: relative;
    top: 20%;
}
.Banner_img{
    position: relative;
   bottom: -10px;
}
.banner_left_content h1{
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 4.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.banner_left_content h4{
    color: #28A9FF;
    text-transform: uppercase;
    font-size: 1.23rem;
    margin-bottom: 1.5rem;
}
.custom_btn_3{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
}
.custom_btn_3:hover{
    background-color: #fff;
    color: #6A0064;
}

/* End banner */



/* Wbp section */

.wpb_section{
    background-color: #000000;  
}
.wbp_right_content h3{
    font-size: 45px;
    font-weight: 600;
    line-height: 3.5rem;
    color: #28A9FF;
}
.wbp_right_content p{
    color: #fff;
    font-size: 16px;
}
.wbp_slider_img{
    object-fit:contain;
    height:525px;
}
.carousel-control-next, .carousel-control-prev {
    position: relative; 
    z-index: 1;   
    padding: 0;
    color: #fff;
    background: 0 0;
    opacity: 1;
    display: contents;
    transition: opacity .15s ease;
}
span.carousel-control-prev-icon ,.carousel-control-next-icon {
    border: 1px solid #fff;
}
/* End Wbp Section */

/* Third Sectin */
.third_section{
    background: url(../images/third-background-zoom.jpg);
}
.third_heading h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;  
    margin-bottom: 1.5rem;  
}
.third_heading h5{
    font-size: 24px;
    font-weight: 400px;
    color: #fff;
    margin-bottom: 1.5rem;  
}

/* End Third Section */

/* Fourth Section */
.fourth_section{
    background-color: #000000;
}

.fourth_heading h2{
    font-size: 40px;
    font-weight: 600;
    color: #28A9FF;
}
.fourth_heading p{
    /* width: 90%; */
    font-size: 14px;    
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.book_press_filed{
    margin-top: 1rem;
}
.book_press_content h6{
    font-size: 20px;
    color: #28A9FF;
    font-weight: 600;
}
.book_press_content p{
    font-size: 14px;        
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


/* End Fourth Section */

/* Testimonial Section */
.testimonial_section{
    background: url(../images/third-background-zoom.jpg);
}
.testimonial_slider_content p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 2rem;
    width: 80%;
}
.testimonial-clint-name{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #28A9FF;
}
.testimonial_comma{
    width: 20px;
}
/* End Testimonial Section */

/* fifth Section */
.whats_new_section{
    background-color: #000000;
}
.whats_new_heading{
    font-size: 40px;
    font-weight: 600;
    color: #28A9FF;
    font-family: 'Oswald', sans-serif;
}
 .whats_new_content h6{
     font-size: 30px;
     font-weight: 600;
     color: #28A9FF;
     font-family: 'Oswald', sans-serif;
 }
 .whats_new_content p{
     font-size: 14px;
     color: #fff;
     font-family: 'Montserrat', sans-serif;
 }
 .whats_new_content a{
     font-size: 16px;
     color: #28A9FF;
     font-family: 'Montserrat', sans-serif;
     text-decoration: none;
 }
 .whats_new_section .what_new_slider{
     text-align: center;
    }
    
.whats_new_section .what_new_slider_content{        
     height: 170px;
 }
 .border-red{
     border-bottom: 1px solid #AC000D;
 }
 .copyright_section p{
     font-size: 14px;
     color: #fff;
     font-family: 'Montserrat', sans-serif;
     margin: 1rem 0;
 }
/*End  fifth Section */


/* Services and Prcing Section */

/* Inner banner Section */

.inner_banner{
    background: url("../images/inner-banner-bg.jpg") no-repeat;
    background-size: cover;
}
.inner_banner_heading h2{
    color: #fff;
    font-size: 3rem; 
    text-align: center;
    text-transform: uppercase;
}

/* close Inner banner Section */

.price_desc_table{
    background-color: #000;
}
.table_head_bg{
    background-color: #6A0064;
}
.price_table caption {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}
.price_table thead tr th{
    color: #fff;
    padding: 1.5rem 0rem;    
    font-size: 1rem;
    font-weight: 600;
}
.price_desc_table tbody{
    font-family: 'Montserrat', sans-serif;
}
.price_desc_table tbody tr th{
    font-size: 18px;
}
.price_desc_table tbody tr {
    padding: 3rem 0;
}
.price_desc_table .table_head_bg td{
    font-size: 18px;
    font-weight: 600;
    
}
.price_desc_table tbody tr td:nth-child(1){
    width: 15%;
    padding: 1.5rem 1rem ;
}
.price_desc_table tbody tr td:nth-child(2){
    width: 60%;
    padding: 1.5rem 1rem;
}
.price_desc_table table{
    padding: 1rem;
}

.price_desc_table tbody tr td:nth-child(3){
    padding: 1.5rem 0 1.5rem 2rem;
    width: 15%;
}
.cgc_fee_table {
    background: #000;
    padding-bottom: 2rem;
}
.cgc_fee_table tbody tr th, .cgc_fee_table tbody tr td {
    font-family: 'Montserrat', sans-serif;
}
/*close Inner banner Section */

/* pressing Submmision Section */
.pressing_submit_section{
    background: url("../images/submit-bg.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.pressing_submission a{
    border: 1px solid #fff;
    padding: 1rem 2rem;  
    font-size: 1.2rem;  
    font-weight: 400;
}
.pressing_submission a:hover{
    background:#fff;
    color: #6A0064;
}
.pressing_submit_section h2{
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
}
.copyright{
    background: #000;
    padding: 1.5rem 0;
}
.copyright p{
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #fff;
    text-align: center;
}

/*close pressing Submission SEction */

/* what pressing points */
.what_pressing_point{
    background: #000;
}
.what_pressing_content h5{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #28A9FF;
}
.what_pressing_content p{
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

/* close what pressing points */

/* Sbout Section */
.about_section{
    background: #000;
}

/* about news Section */
.news_section{
    background: #000;
}
.news_content h6{
    font-size: 1rem ;
    color: #28A9FF;
    font-weight: 600;
}
.continue_read{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #707070;
}
.news_section .news_heading{
    font-size: 1rem ;
    color: #fff ;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.news_section h6{
    font-size: 1.5rem;
    font-weight: 600;
}
.news_section .commment_count p{
    font-size: .8rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;    
    color: #707070;
} 

.news_right_part .search_input input{
    background: transparent;
    border: 1px solid #fff;
}
.news_right_part .search_input span{
    left: 0;
}

.news_right_part_content p{
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;    
    color: #707070;

}
.news_right_part_head h6{
    font-size: 1rem;
    color: #28A9FF;
    margin-top: 2rem;
}
/* close about section */

/*End Services and Prcing Section */

/* about Section */
.about_section{
    background: #000;
}



/* about news Section */
.news_section{
    background: #000;
}
.news_content h6{
    font-size: 1rem ;
    color: #28A9FF;
    font-weight: 600;
}
.continue_read{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #707070;
}
.news_section .news_heading{
    font-size: 1rem ;
    color: #fff ;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.news_section h6{
    font-size: 1.5rem;
    font-weight: 600;
}
.news_section .commment_count p{
    font-size: .8rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;    
    color: #707070;
} 

.news_right_part_content p{
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;    
    color: #707070;

}
.news_right_part_head h6{
    font-size: 1rem;
    color: #28A9FF;
    margin-top: 2rem;
}
.news_right_part_points p{
    margin-bottom:.7rem ;
}

.news_right_part_head{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;   
}
.news_right_part_head h6{
    border-bottom: 1px solid #34495e;
    line-height: 1.7;
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    bottom: -1px;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    border-color: #9b59b6;
}
.news_section .news_double_border {
    position: relative;
    padding: 2rem 0;
    border-bottom: 3px double #E5E5E5;
}
.news_right_part h6{
    font-size: 1rem;
    color: #28A9FF;
}
.news_right_part p{
    font-size: .8rem;
}
.news_right_part .search_input input{
    background: #000;
    border: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;  
    color: #fff;
    font-weight: normal;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.search_input span i{
    color: #fff;
}

.has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 0;
}
.has-search{
    position:relative;
}

.search_input .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
}


/* F.A.Q Secion */
.faq_accordion_section{
    background: #000;
}

.faq_accordion_section button.accordion-button.collapsed {
    background-color: #000;
    color: #28A9FF;
}

.faq_accordion_section .flush-collapseOne {
    background: #000;
}

.accordion-button:not(.collapsed) {
    color: #28A9FF;
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq_accordion_section .accordion-body {
    color: #fff;
    background-color: #000;
}
.faq_accordion_section .accordion-item {
    background-color: #000;
    border-bottom: 1px solid #fff !important;
}

/* About Gallery Section */

.gallery_section{
    background: #000;
    position: relative;
}

.gallery_section .about_gallery_img {
    opacity: .6;
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.gallery_section .about_gallery_img:hover{
    opacity: 1;
}


/* contact Us section */
.contact_us_section{
    background: #000;
}

.contact_us_section .conatct_form ,label.form-label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;  
    font-size: .8rem;
    font-weight: 500;
}
.conatct_form .form-control {
    color: #fff;
    background: transparent;
}

.form-control:focus {
    color: #fff;
    background-color:#fff;
    border-color: #fff;
    outline: 0px;
    box-shadow: none;
}

.contact_us_section .conatct_form .form-control,input#formGroupExampleInput,textarea#exampleFormControlTextarea1{
   background: transparent;
}

.contact_submit_btn {
    border: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    display: inline-block;
}
.contact_submit_btn:hover {
    background: #fff;
    color: #6a0064;
    font-weight: 600;
}

.contact_form_img p{
    font-size: 1.5rem;
}

.contact_form_heading{
    font-size: 1.7rem;
    color: #80004D;
}
.contact_us_section .inner_head_comtent{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_us_section .inner_page_sub_heading{
    font-family: 'Montserrat', sans-serif;  
    font-size: 1.2rem;
    font-weight: 500;
    width: 70%; 
}


/* close about section */

/* submit BOOKs Section */

.login_register_section{
    background: #000;
}

.inner_head_comtent{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner_page_sub_heading{
    font-family: 'Montserrat', sans-serif;  
    font-size: 1.2rem;
    font-weight: 500;
    width: 70%; 
}

.login_register_tabs{
    background-color: #80004D;
    padding: 0 4rem 4rem 4rem;
    border-radius: 10px;
}


.login_register_section .nav-link {
    display: block;
    width: 50%;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.login_register_section .nav-link:hover{
    background:transparent;
    color:#fff;
    border:none;
    
}
.login_register_section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #80004D;
    isolation: isolate;
}

.login_register_section .nav-link:focus, .nav-link{
    color: #fff;
}
.login_register_section .nav-link{
    color: #fff;
}
.login_register_section .nav-link:focus, .nav-link:hover {
    color: #fff;
}
.login_register_section .nav-tabs{
    border: none;
    margin-bottom: 3rem;
}
.login_register_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #80004D;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.login_tab_form .input-group input ,.register_tab_form .input-group input{
    padding: 10px 7px;
}
.login_tab_form .input-group input::placeholder,.register_tab_form .input-group input::placeholder{
    font-family: 'Montserrat', sans-serif;  
    font-size: .9rem;
    font-weight: 500;
}
.rember_me,.forgot_p{
    font-family: 'Montserrat', sans-serif;  
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.login_register_section .form-control:focus {
    color: #000;
    font-family: 'Montserrat', sans-serif;  
    font-size: .9rem;
    font-weight: 600;
}

.login_register_section .form-control {
    display: block;
    font-family: 'Montserrat', sans-serif;  
    color: #000;
    font-size: .9rem;
    font-weight: 600;
    background-color: #fff;
    background-clip: padding-box;    
}



/* login Popup */

.login_popup_tabs{
    padding: 1.5rem 3rem 2rem 0 ;
    height: 550px;
}
.login_popup_bg img{
    height: 550px;
}
.login_popup .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #80004D;
}
.login_popup .login_register_section .nav-link:focus, .nav-link:hover {
    color: #80004D;
}
.login_popup .login_register_section .nav-link:focus, .nav-link {
    color: #80004D;
}
.login_popup .nav-tabs .nav-item.show .nav-link,.login_popup .nav-tabs .nav-link.active{
    background-color: #80004D;
    color: #fff;    
    padding: .7rem 0;
}

.login_popup .nav-link {
    display: block;
    width: 50%;
    padding: .5rem 1rem;
    color: #80004D;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.login_popup .rember_me,.login_popup .forgot_p{
    font-family: 'Montserrat', sans-serif;  
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #80004D;
}
.login_popup .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff;
    isolation: isolate;
}
.modal-body{
    padding: 0;
}
.close_pop_btn {
    position: absolute;
    right: -11px;
    top: -11px;
    font-size: 1.70rem;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #707070;
    padding: 0px;
    line-height: 28px;
    border-radius: 30px;
}
.close_pop_btn:hover{
    color: #890053;
}
.modal-backdrop.show {
    opacity:1;
    background: rgb(172,0,12) !important;
    background: linear-gradient(
52deg
, rgba(172,0,12,1) 0%, rgba(106,0,100,1) 100%) !important;
    opacity: 0.9;
}
.main {
    width: 50%;
    margin: 50px auto;
}

/* close Login Popup */

/* search icon popup */

.serach_icon_popup .has-search .form-control {
    padding-left: 1rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;  
    font-size: .9rem;
    font-weight: 600;
    background: #000;
    border: 1px solid #fff;
}
.search_popup{
    position: relative;
    top: 40%;
    transform: translate(-50%,-50%);
}
.close_search_popup{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    color: #fff;
}
.serach_icon_popup .has-search .form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* close search icon popup */



/* Continue Reading  */
.our_logo img{
    max-width: 300px;
    margin: 2.5rem 0;
}
.welcome_continue_reading  h5{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; 
    margin-bottom: 1rem;  
    color: #28A9FF;
}
.welcome_continue_content p{
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.welcome_continue_content .writer_name{
    font-size: 2rem;
    color: #28A9FF;
}
.social_icon img{
    width: 30px;
    height: 30px;
    margin-left: .7rem;
}
.comment_form .form-control{
    background: transparent;
}
.continue_reading .comment_form .form-check .rember_me{
    font-size: .8rem;
}
.continue_reading .writer_name{
    font-size: 1.5rem;
}
/*close Continue Reading  */


/* book Issue Add to order_books */


.book_add_to_order_section{
    background-color: #000;
}
.book_order_table_head td {
    text-align: center;
}
.book_order_section tr.book_order_table_head td:nth-child(1){
    width: 420px;
}
.book_order_section tr.book_order_table_head td:nth-child(2){
    width: 75px;
} 
.book_order_section tr.book_order_table_head td:nth-child(3){
    width: 72px;
}
.book_order_section tr.book_order_table_head td:nth-child(4){
    width: 90px;
}
.book_order_section tr.book_order_table_head td:nth-child(5){
    width: 240px;
}
.book_order_section tr.book_order_table_head td:nth-child(6){ 
   width: 60px;
}
.book_order_section tr.book_order_table_head td:nth-child(7){
    width: 160px;
} 
.book_order_section tr.book_order_table_head td:nth-child(8){
    width: 350px;
} 
.book_order_section tr.book_order_table_head td:nth-child(9){
    width: 200px;
}
.book_order_section tr.book_order_table_head td:nth-child(11){
    width: 190px;
} 
.book_order_section tbody tr td select{
    padding: 8px ;    
    border-radius: 0;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.custom_btn_4{
    border: 1px solid #fff;
    font-size: 1rem;
    padding: 5px 23px;
    font-weight: 600;    
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom_btn_4:hover {
    background: #fff;
    color: #6a0064;    
    font-weight: 600;
}

.book_order_section .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border: 0;
}
.book_order_table_head td{
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
    font-size: .9rem;
    font-weight: 500;
}
.book_order_section .form-control {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    outline: 0px;
    padding: 8px;
    border-radius: 0;
    font-size: .8rem;
    font-family: 'Montserrat', sans-serif; 
    box-shadow: none;
    font-weight: 600;
}
.book_order_content{
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.2rem;
    font-weight: 500;

}

/* End book Issue Add to order_books */


/* My Account Section */
.my_account_section{
    background-color: #000;
}
.my_account_menus ul {
    list-style: none;
}
.my_account_menus ul li a{
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 0;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.my_account_section .inner_head_comtent p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color:#fff;
}
/* .my_account_menus .active{
    background-color: #6a0064;
} */
.dashboard_account p{
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
}
.pressing_order_account table tbody tr td:nth-child(4){
    width: 115px;    
}
.pressing_order_account table tbody tr .pending_btn{
    color: #fff;
    background-color: rgb(255, 0, 0);
    text-decoration: none;
}
.pressing_order_account tr th:nth-child(5) , .pressing_order_account tr td:nth-child(5){
  padding: 5px 50px;
  width: 300px;
}

/* my account Address */
.my_account_head{
  color: #28a9ff;
}
.my_account_head_para{
  color: #fff;
  font-family: 'Montserrat', sans-serif; 
  font-size: 1.2rem;
  font-weight: 500;
}
.custom_border{
  border-bottom: 1px solid #e5e5e5;
  
}
.billing_address h6{
  color: #fff;
  font-family: 'Montserrat', sans-serif; 
  font-size: .9rem;
}
.custom_border h6{
  border-bottom: 1px solid #34495e;
    line-height: 1.7;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    bottom: -1px;
    text-transform: uppercase;
    border-color: #9b59b6;
}

.pressing_order_edit{
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 500;
  transition: .4s;
}
.pressing_order_edit:hover{
  color: #6a0064;
}
/*close my account Address */


/* my account accoumt details  */
.account_details_form .form-control, input#formGroupExampleInput, textarea#exampleFormControlTextarea1 {
  background: transparent;
}

.account_details_form  label.form-label {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 500;
}
.account_details_form .form-control {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  background: black;
}
.account_details_form input::placeholder{
  font-family: 'Montserrat', sans-serif; 
  font-size: .9rem;
  font-weight: 500;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
/*.my_account_detail_section .form-control{*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #707070;*/
/*    background-color: transparent;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*}    */
.my_account_detail_section .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    outline: 0px;
    box-shadow: none;
}
.change_password_fileds .form-control{
    background: transparent;
    color: #fff;
}
.change_password_fileds span.field-icon
    
/*.container{*/
/*  padding-top:50px;*/
/*  margin: auto;*/
/*}*/
/* close my account details */


/* Close My account Section */
.cost-text{
    color: #fff;
}

/* privacy and policy */
.privacy_policy_section .privacy_policy_content .privacy_policy_points h5{
    font-size: 1.9rem;
    color: #28a9ff;
}
.privacy_policy_section .privacy_policy_content .privacy_policy_points .news_content h6 {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; 
}
.recent_comment_content p i{
    font-size: 1.2rem;
}

.recent_comment_content p {
    font-size: .9rem;
    color: #fff;
}
.recent_comment_content p a{
    font-size: .8rem;   
    text-decoration: none;
    color: #28a9ff;
}
.recent_comment_content p a:hover{
    color: #6a0064;    
}
/* close privacy and policy */

/*add remove*/

 .user_data{background:#F0F0F0;width:500px;padding:10px;margin-bottom:5px;position:relative;} 
    .user_data .form-control{margin-bottom:10px;}
    .control-label{width:200px;float: left;}
    .remove-btn{position:absolute;right:0;bottom:10%;border:none;font-size:22px;}

.login_popup .login_tab_form .form-control:focus{
    color: #000;
    background-color: #fff;
    border-color: #707070;
    outline: 0px;
    font-family: 'Montserrat', sans-serif;
      font-size: 1.1rem;
    font-weight: 600;
    box-shadow: none;
    
}

.add_order_btn{
    position: relative;
}
.remove-btn{
   position: absolute;
    right: -10px;
    padding: 0;
    top: -8px;
}
.remove-btn i{
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    font-size: 10px;
    padding: 6px;
}
.addButtonRow .add{
    float: right;
}
.error-year{
    font-size: 11px;
    color: red;
}
.cost-text{
    color: white;
}
p.insurance-text {
    color: white;
    text-align: center;
}

.add_order_btn_1 {
    display: flex;
    justify-content: flex-end;
}
   .sumbit_book_btn {
    display: flex;
    flex-direction: column;
}
.book_permmision {
    display: inline-flex;
    justify-content: end;
}

.final_book_blocks{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}
.final_book_border{
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.nav-tabs .nav-link {
    border: none;
}
.payment_btn{
    font-size: 20px;
}
.payment_gateway_head{
   display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1rem;
    border: 1px solid #fff;
    margin: 1rem 2rem;
}
.payment_gateway_head p{
    font-size: 18px;
    color: #fff;
}
#addButtonRow {
    margin-bottom: 1rem;
}
#payment_success .modal-header {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
    margin-top: 18px;
    border: 0;
}
#payment_success .icon-box {
    background-color: #e02785 !important;
    color: #fff;
    font-size: 24px !important;
    padding: 3px 0 !important;
}
#payment_success h4.modal-title.w-100 {
    color: #000;
    padding: 5px 0;
}
#payment_success .modal-body {
    padding: 8px 28px;
}
#payment_success .modal-footer {
    border: 0;
}
.modal-footer button.btn.btn-danger.btn-block {
    background-color: transparent !important;
    border: 2px solid #e02785;
    color: #e02785;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 3px 41px;
    font-size: 20px;
    font-weight: 500;
}
.payment_gateway .custom_btn_1 {
    border: 1px solid #fff;
}
.payment_gateway .login_register_tabs{
   background-color: #80004dc7;
}
.payment_gateway .payment_btn{
    border: 1px solid #fff;
    color: #fff;
}
.payment_gateway .payment_gateway div#nav-home {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.complete_btn {
    background: #4aa2e1;
    color: white;
    text-decoration: none;
}
.payment_gateway #nav-tabContent {
    background: white;
    padding: 10px;
    border-radius: 10px;
    color: black;
}
.nav-tabs .nav-link {
    border: 1px solid #f9f9f9d1 !important;
}
.abstract{
    color: red;
}
.final_book_border table {
    color: #fff;
}

button.custom_btn_1.custom_btn_4.text-center.mb-3.finalizedorder {
    float: right;
}


#inventoryModal .body-main .img {
    height: 80px
}


#inventoryModal .custom_btn_2 {
    background: linear-gradient(150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    color: #ffffff; 
}
#inventoryModal  .custom_btn_2:hover{
	color: #950048;
    background: transparent;
}

#inventoryModal .customer-details {
    display: flex;
    justify-content: space-between;
}	
#inventoryModal .customer-details .logo-c p{
	margin-bottom: 0 !important;
}


/*==================neha-css-order-traking======================*/
.order-traking-section{
    position:relative;
}
.order-traking-section .tracking_fields {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 13px #e8eaec;
    text-align: center;
    z-index: 1;
    position: relative;
}
  .order-traking-section .tracking_fields article{
  /*background: #ccc;*/
  /*height: 200px;*/
  display: none;
}
.order-traking-section .tracking_fields article.on{
  display: block;
}
.radio-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}
.radio-menu input, label {
    padding: 0px 10px;
    letter-spacing: 1px;
}
.tracking_fields .form-group {
    margin-top: 25px;
}
.tracking_fields form input {
    font-size: 12px;
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: all ease 0.5s;
    box-sizing: border-box;
    border: 1px solid #D8D5D5;
    width:80%;
    letter-spacing: 1px;
}

.tracking_fields button.awb_btn {
    font-size: 12px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
     transition: all ease 0.5s;
}
.tracking_fields .contact_submit_btn{
    margin:0;
}
.tracking_fields .contact_submit_btn:hover {
    background: #fff;
    color: #6a0064;
    font-weight: 600;
    border: 1px solid;
}
.tracking_fields [type="radio"]:checked,
.tracking_fields [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.tracking_fields [type="radio"]:checked + label,
.tracking_fields [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.tracking_fields [type="radio"]:checked + label:before,
.tracking_fields [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.tracking_fields [type="radio"]:checked + label:after,
.tracking_fields [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    /*background: #F87DA9;*/
    background: linear-gradient(
150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tracking_fields [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tracking_fields [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.traking-left-block {
    text-align: center;
    border-right: 2px solid transparent;
  border-image: linear-gradient(
150deg, #ac000d, #aa0020, #a6002e, #9f003c, #950048, #890053, #7b005c, #6a0064);
    border-image-slice: 1;
    width: 100%;
}
.traking-info-block {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 20px;
    border: 2px solid #8f2560;
    border-radius: 10px;
    margin-bottom: 5px;
}
.tracking_fields .form-group h5 {
    text-align: left;
    margin-left: 40px;
    font-size: 12px;
}


/*galeey css*/

.images-galeery img {
    width: 300px;
}
.images-galeery {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*code css*/

.show_gallery_img {
    position: relative;
}
/*.popup{*/
/*    width: 900px;*/
/*    margin: auto;*/
/*    text-align: center*/
/*}*/
/*.popup img{*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    cursor: pointer*/
/*}*/
/*.show{*/
/*    z-index: 999;*/
/*    display: none;*/
/*}*/
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show{
    width: 600px;
    height: 400px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
}
.img-show span i{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.login_register_section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #880044;
}
.login_register_section h1 {
    color: #fff;
    margin-bottom: 2rem;
}
/*End style*/

button.custom_btn_1.contact_submit_btn {
    float: right;
}

.address-both{
    padding: 10px;
}
.address-both h5{
    margin-bottom: 0 !important;
}
.address-both p{
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight: 700;
}

/*Testimonial section*/
.home-testimonial-slider {
    margin: 2rem 0;
}

.teastimonial_section .col-lg-4.col-md-6 {
    margin-bottom: 20px;
}

.teastimonial_section{
    background: #000;
    padding: 4rem 0;
}
.testimonial_img_content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
     margin: 1rem 0;
}
.testimonial_img_content h4 {
    color: #28A9FF;
    font-size: 21px;
}
.testimonial_img img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    object-fit: fill;
}
.testimonial_img_card {
    border: 1px solid #980029;
    padding: 20px;
    height: 100%;
    margin: 1rem 0;
}

 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-nav button i {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.testimonial_slider_content {
    flex-direction: column;
    /*height: 200px;*/
}
/*.slider_control_butoon {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: -19%;*/
/*}*/
.testimonial_slider_img {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: auto;
}
.testimonial_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.msgbox .form-control {
    background: transparent;
    color: white;
}
#show_popup_img {
    display: none;
}
.register_tab_form .form-control:focus {
    border-color: #ced4da;
    color: #000;
}
.what_pressing_content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #28A9FF;
}
.terms_services_section{
    background: #000;
}
.terms_services_section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.tearms_secrvices_modal .modal-header {
    background: #000;
    justify-content: center;
}
.tearms_secrvices_modal .modal-header button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 2%;
}
.tearms_secrvices_modal .modal-header i {
    color: #fff; 
    font-size: 28px;
}
.tearms_secrvices_modal .modal-body {
    padding: 0;
    height: 75vh;
    overflow-y: scroll;
}
.tearms_secrvices_modal .modal-header .modal-title {
    color: #fff;
    justify-content: center;
    font-size: 26px;
}
.login_register_section .login_register_tabs {
    padding: 4rem;
}
.login_register_section .login_tab_form {
    width: 70%;
    margin: 0 auto;
}
.pressing_order_account h2.my_account_head {
    text-transform: uppercase;
}

/* fix white space */
html, body {
  height: 100%;
  min-height: 100vh;
  background: #000;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* The main content wrapper should flex: 1 */
.main-content, .container-main, .page-content {
  flex: 1 0 auto;
}

/* Footer always at the bottom, no matter what */
.copyright {
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
}

/* navbar solid */
@media (max-width: 991.98px) {
  .main_header .navbar-collapse,
  .main_header .toggle_bg {
    background: #000 !important;
  }
  .main_header .navbar-nav .nav-link,
  .main_header .dropdown-menu .dropdown-item {
    color: #fff !important;
  }
  .main_header .dropdown-menu {
    background-color: #000 !important;
  }
}
