/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #000000;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */


/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    z-index: 9;
}

.my_custom_menu  li:last-child a {
    padding: 12px 35px !important;
    background: #fd9900;
    border-radius: 22px;
    color: #000 !important;
    font-weight: 500 !important;
    transition: all 0.5s linear;
}

.my_custom_menu li:last-child:hover a {
    background: #fff;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.two_col_btns ul li a {
    padding: 10px 20px;
    border-radius: 25px;
    background: #fd9900;
    color: #000;
    transition: all 0.5s linear;
    border: solid 1px #fd9900;
    font-weight: 400;
}

.two_col_btns ul li:hover a {
    /*color: #fff;*/
        background: #fff;
    border-color: #000;
}

.two_col_btns ul li:first-child a {
    background: transparent;
    border-color: #000;
    color: #000;
}

.two_col_btns ul li:first-child:hover a {
    background: #fd9900;
    border-color: #fd9900;
}
.top_banner_section {
    padding: 15em 0px 0px;
    height: 720px;
}
.make_right_border {
    border-right: solid 2px #000;
}

.platform_row {
    padding: 150px 0px 20px;
    margin-top: -120px;
    position: relative;
}

.top_banner_section {
    position: relative;
    z-index: 1;
}

.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    align-items: center;
    position: relative;
    z-index: 99;
}
.top_banner_cover {
    position: relative;
    top: -30px;
}
.make_black ul li:last-child a {
    /*color: #000;*/
    /*border-color: #000;*/
}
.author_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 45px;
}
.top_banner_section .two_col_btns ul li:first-child a,
.book_main_section .two_col_btns ul li:first-child a
{
    border-color: #fff;
    color: #fff;
}

.top_banner_section .two_col_btns ul li:first-child a:hover,
.book_main_section .two_col_btns ul li:first-child a:hover
{
    color: #000;
    background: #fff;
}

.author_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -34px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/04/abt_section_icon.png');
    width: 25px;
    height: 22px;
}

.author_list ul li {
    position: relative;
}

.author_section {
    padding: 7em 0px 5em;
}
.under_line_title {
    z-index: 1;
    position: relative;
}

.under_line_title:after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 10px;
    background: #fd9900;
    z-index: -1;
}
.icons_row .elementor-column:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 35px;
    width: 100%;
    height: 3px;
    background: #000;
}

.icons_row .elementor-column {
    position: relative;
}

.writer_img_icon img {
    outline: solid 15px #fff;
    border-radius: 22px;
    position: relative;
    z-index: 1;
}

.inner_row {
    margin-bottom: 35px;
}

.writers_abt_section {
    padding: 3em 0px 5em;
}
.two_cols ul li {float: left;width: 45%;margin-bottom: 10px;}

.book_info ul:last-child li {
    margin-bottom: 0px;
}

.book_info ul li:last-child {
    color: #fd9900;
    font-weight: 600;
}

.book_type_btns ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    gap: 15px;
    margin-bottom:20px;
}

.book_type_btns ul li {
    /*display: block;*/
    /*margin: 10px 0px 0px;*/
}

.book_type_btns ul li a {
    background: #fff;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.book_type_btns ul li a img {
    margin-left: 10px;
}

.book_type_btns ul li:hover a {
    background: #fd9900;
}

.book_main_section {
    padding: 5em 0px;
}
.video_play_btn  img {
    display: none !important;
}

.video_play_btn .elementor-custom-embed-play i {
    color: #fd9900 !important;
    /*background: #fd9900;*/
    border-radius: 50%;
    text-shadow: none !important;
    opacity: 1;
}

.add_shadow_txt .elementor-heading-title {
    text-shadow: 0px 0px 10px #000;
}

.video_trailer_row {
    padding: 50px 20px;
}
.trailer_section {
    padding: 7em 0px;
}
.inner_page_top_banner {
    min-height: 400px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background:#000;
    text-align:center;
}

.inner_page_top_banner h2
{
    margin: 2em 0px 0px;
    color: #FFFFFF;
    font-family: "Times New Roman", Sans-serif;
    font-size: 45px;
    font-weight: 500;
}

h2.post-title {
    display: none;
}

.blog_content_row {
    padding: 3em 0px;
}
.testi_section {
    padding: 18em 0px 6em;
    margin-top: -170px;
    z-index:9;
}

.my_testi_bloack  .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_testi_bloack .elementor-testimonial__text {
    padding: 0px 100px;
}

.my_testi_bloack .elementor-testimonial__footer {
    flex-flow: column;
}

.my_testi_bloack .elementor-testimonial__footer cite.elementor-testimonial__cite {
    margin: 10px 0px 0px;
    position: relative;
}

.my_testi_bloack .elementor-testimonial__footer cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background-image: url(/wp-content/uploads/2024/04/testi_stars.png);
    width: 94px;
    height: 17px;
}

.my_testi_bloack .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
}

.my_testi_bloack .elementor-swiper-button {
    width: 61px;
    height: 61px;
    background: #fd9900;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.my_testi_bloack .elementor-swiper-button i {
    font-size: 0px;
}

.my_testi_bloack .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(/wp-content/uploads/2024/04/testi_left_arrow.png);
    position: absolute;
    left: -20px;
    top: 15%;
}

.my_testi_bloack .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(/wp-content/uploads/2024/04/testi_right_arrow.png);
    position: absolute;
    right: -20px;
    top: 15%;
}
.my_blogs_block {
    z-index: 99;
}
.my_contact_list .elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    background: #fd9900;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
}

.my_contact_list .elementor-icon-list-icon i {
    position: relative;
    left: 2px;
    top: 0px;
}
.my_contact_list .elementor-icon-list-items .elementor-icon-list-item:last-child i {
    left: 4px !important;
}
.my_contact_list .elementor-icon-list-text {
    padding-left: 12px !important;
}

.social_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.social_list ul li a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fd9900;
    text-align: center;
    line-height: 34px;
    display:inline-block;
    transition: all 0.5s linear;
}

.social_list ul li:hover a{
    background: #fff;
}

.contact_us_section .social_list ul li:hover a {
    background: #000;
}

.contact_us_section .social_list ul li img {
    transition: all 0.5s linear;
}

.contact_us_section .social_list ul li:hover img {
    filter: invert(1);
}

.page_home .footer_top {
    padding: 15em 0px 3em;
    margin-top: -150px;
}
.footer_top {
    padding: 5em 0px 3em;
}
.cp_txt p {
    margin: 0px;
}
.cp_row {
    padding: 5px 0px;
}

.menu_after_border .elementor-nav-menu li:not(:last-child):after {content: '';position: absolute;right: 0px;top: 3px;width: 2px;height: 14px;background: #000;}

.author_section_inner {
    padding: 7em 0px;
}
.book_section_inner {
    margin: 80px 0px;
    padding: 4em 0px;
}

.why_read_section {
    margin: 0px 0px 80px;
}
.blogs_inner_section {
    padding: 7em 0px;
}
.contact_us_section {
    padding: 7em 0px;
}

.my_form input {
    height: 50px;
}

.my_form button {
    height: 55px;
}

.my_form textarea {
    resize: none;
    height: 150px;
}
.make_bottom_border {
    position: relative;
    margin-bottom: 35px !important;
}

.make_bottom_border:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    width: 80px;
    height: 6px;
    background: #fd9900;
    border-radius: 15px;
    margin: 0 auto;
}
.book_cover_img:after {
    content: '';
    position: absolute;
    right: -140px;
    top: 100px;
    width: 450px;
    height: 450px;
    background: #fd9900;
    border-radius: 50%;
}

.book_cover_img img {
    position: relative;
    z-index: 9;
}
.footer_title {
    margin: 50px 0px 25px !important;
}
.two_col_btns  .dark_btn a {
    background: #fd9900 !important;
    border-color: #fd9900 !important;
}

.two_col_btns .dark_btn a:hover {
    background: #fff !important;
}
.my_blogs_block .elementor-post__thumbnail img {
    /*height: 335px;*/
    /*object-fit: cover;*/
}
.inner_page_top_banner .elementor-heading-title {
    margin: 2em 0px 0px;
}


.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    background: #fff;
    padding: 15px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.5);
    text-align: center;
}

.product_titles_section {
    padding: 6em 0px 15em;
}

.products_list_row .elementor-widget-shortcode {
    margin: -11em 0px 4em;
}

.products li.product h2.woocommerce-loop-product__title
{
    font-size: 26px !important;
    color: #fd9900 !important;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    padding: 0px 10px !important;
    font-size: 22px !important;
    color: #fd9900 !important;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px !important;
}

.products li.product h2.woocommerce-loop-product__title:after {
/*     content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: url(https://marycooper.clientcloud360.com/wp-content/uploads/2024/06/product_section_stars.png);
    width: 160px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; */
}

.products li.product p {
    margin: 40px 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
}

.products li.product a.button
{
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.products li.product span.price
{
    font-size: 26px !important;
    color: #fd9900 !important;
    opacity: 1 !important;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #fd9900 !important;
    opacity: 1 !important;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #fd9900 !important;
    font-weight: 600 !important;
    font-family: "Times New Roman", Sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Times New Roman", Sans-serif !important;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #111111;
    font-family: "Times New Roman", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-product-details__short-description p {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    padding: 14px 40px !important;
    background: #fd9900 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Times New Roman", Sans-serif;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #111111 !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Gotham", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
    text-transform: uppercase;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background: #fd9900 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
span.coming_soon_txt {
    font-weight: 700;
}
.trailer_section .elementor-background-overlay,.trailer_section .elementor-background-video-container {
    border-radius: 40px !important;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -100px;
    }
    header {
        position: relative;
        background: #000;
    }
    .my_custom_menu li:last-child:hover a {
        background: #fff !important;
    }
    .top_banner_section {
        padding: 5em 0px 0px;
        height: auto;
        border-radius: 0px !important;
    }
    .top_banner_cover {
        top: 0px;
        margin: 25px 0px;
    }
    .platform_row {
        padding: 50px 0px;
        margin-top: 0px;
        position: relative;
        border-radius: 0px !important;
    }
    .platform_row .elementor-column,.trailer_section .elementor-column,
    .footer_top .elementor-column
    {
        width: 100% !important;
    }
    
    .book_main_section .elementor-container.elementor-column-gap-default {
        flex-flow: column-reverse;
    }
    .make_right_border {
        text-align: center;
        border: none;
        border-bottom: solid 3px #000;
        margin: 0px 0px 25px;
        padding-bottom: 15px;
    }
    .make_right_border br,.book_cover_img:after,.my_testi_bloack .elementor-swiper-button,
    .section_title_large .elementor-heading-title br,.top_banner_title .elementor-heading-title br,
    .section_txt br
    {
        display: none;
    }
    .platform_list {
        justify-content: center;
        flex-flow: wrap;
    }
    .author_section {
        padding: 5em 0px 4em;
    }
    .author_img {
        margin-bottom: 25px;
    }
    .writers_abt_section {
        padding: 3em 0px;
    }
    .book_main_section {
        padding: 4em 0px;
        border: none !important;
        border-radius: 0px !important;
    }
    .book_cover_img {
        margin-bottom: 35px;
    }
    .trailer_section {
        padding: 5em 0px;
    }
    .video_play_btn,.elementor-open-lightbox
    {
        width: 100px !important;
        height: 101px !important;
        margin:20px auto !important;
    }
    
    .trailer_section .section_title_large,.add_shadow_txt  {
        text-align: center;
    }
    .my_blogs_block article.elementor-post:not(:last-child) {
        margin-bottom: 20px !important;
    }
    .testi_section {
        padding: 4em 0px;
        margin-top: 60px;
        border-radius: 0px !important;
    }
    .my_testi_bloack .elementor-testimonial__text {
        padding: 0px 0px;
    }
    .page_home .footer_top {
        padding: 3em 0px 3em;
        margin-top: 0px;
    }
    .cp_txt {
        text-align: center;
    }
    
    .menu_after_border .elementor-nav-menu {
        margin: auto;
        justify-content: center;
    }
    .footer_title {
        margin: 0px 0px 25px !important;
    }
    .left_all_content .elementor-element {
        text-align: left !important;
    }
    
    .make_bottom_border:after {
        right: unset;
    }
    .section_title_large .elementor-heading-title {
        font-size: 45px !important;
    }
    .top_banner_title .elementor-heading-title {
        font-size: 55px !important;
    }
    .inner_page_top_banner {
        min-height: 300px;
    }
    .inner_page_top_banner .elementor-heading-title {
        margin: 0em 0px 0px;
        font-size: 35px !important;
    }
    .author_section_inner {
        padding: 5em 0px 3em;
    }
    .book_section_inner {
        margin: 0px 0px;
        padding: 4em 0px;
        border-radius: 0px !important;
        border: none !important;
    }
    .blogs_inner_section,.contact_us_section
    {
        padding: 4em 0px;
    }
    .my_form {
        margin-top: 25px;
    }

}

@media only screen and (max-width: 480px) {
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
    .video_trailer_row {
        padding: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .two_cols ul li {
        width: 100%;
    }
}

/* New css ends here */
