/*----------------------
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;
    background:#f1f1f1;
}

::selection {
    background: #131313;
    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 */

.my_custom_menu li.current-menu-item a,.my_custom_menu li:hover a {
    color: #000 !important;
}


.my_custom_menu li:last-child a:after {
    display: none;
}
.my_custom_menu li:last-child {
    background: #f85124;
    padding: 11px 35px;
    border-radius: 22px;
    transition: all 0.5s linear;
    border: solid 1px #f85124 !important;
}

.my_custom_menu li:last-child a {
    margin: 0px !important;
    color: #fff !important;
}

.my_custom_menu li:last-child:hover {
    background: #fff !important;
    color:#0d4c59 !important;
}

.my_custom_menu li:last-child:hover a {
    color: #4a1c40 !important;
}

.header_main_row .elementor-widget-theme-site-logo {
}
.my_custom_menu {
    /*margin-right: 45px;*/
    margin: 15px 45px 0px 0px;
}
.top_banner_side_cover img {
    max-width: 130% !important;
}

.my_custom_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.my_custom_btn ul li a {
    padding: 9px 22px;
    border-radius: 30px;
    background: #f85124;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    position: relative;
    border: solid 1px #f85124;
    transition: all 0.5s linear;
    display: inline-block;
}

.my_custom_btn ul li a img {
    position: absolute;
    left: 23px;
    top: 12px;
    transition:all 0.5s linear;
}

.my_custom_btn ul li:last-child a {
    padding-left: 45px;
    background: #fff;
    border-color: #fff;
    color:#000;
}

.my_custom_btn ul li a:hover {
    background: #fff;
    color: #f85124;
    border-color: #f85124;
}

.my_custom_btn ul li:last-child a:hover img {
    filter: brightness(0) invert(1);
}
.my_custom_btn ul li.white_btn a:hover {
    background: #f85124;
    border-color: #f85124;
    color: #fff;
}
.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: wrap;
}

.make_title_right_border {
    border-right: solid 2px #453017;
}

.list_platform {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}

.list_platform img {
    filter: brightness(0) invert(1);
}

.platform_row_my {
    padding: 32px 0px;
}

.top_banner_section {
    padding: 15em 0px 5em;
}

.top_banner_section {
    padding: 15em 0px 5em;
}

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

.remove_section_space .elementor-widget-wrap.elementor-element-populated{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header_main_row .elementor-container.elementor-column-gap-default:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 55px;
    z-index: 1;
    top: 0px;
}

.header_main_row .elementor-widget-theme-site-logo {
    position: relative;
    z-index: 9;
    text-align: left;
    margin-left: 45px;
}
.platform_row .elementor-widget-wrap.elementor-element-populated {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul.author_list {
    display: flex;
    display: -webkit-flex;
    gap: 42px;
    position: relative;
    background: #f85124;
    width: 400px;
    padding: 10px 0px 10px 80px;
    margin-left: -75px;
}

ul.author_list li {
    position: relative;
}

ul.author_list li:not(:first-child):after {
    content: '';
    position: absolute;
    left: -28px;
    top: 2px;
    background: url('/wp-content/uploads/2024/08/author_section_list_icon.png') 0% 0% / cover no-repeat;
    width: 12px;
    height: 18px;
}

ul.author_list li {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.abt_main_row {
    padding: 7em 0px 50px;
}
.inner_row {
    margin-bottom: 35px;
}
.author_single_img {
    z-index: 1;
}
.author_about_row {
    padding: 30px 0px 80px;
}

.abt_writer_row .elementor-column:not(:first-child):after {
 /*   content: '';*/
 /*   position: absolute;*/
 /*   background: url("/wp-content/uploads/2024/05/writes_abt_section_col_after_img.png") 0% 0% / cover no-repeat;*/
 /*   width: 1px;*/
 /*   height: 81px;*/
	/*top: 100px;*/
}

.abt_writer_row .elementor-container.elementor-column-gap-default:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 23px;
    width: 95%;
    height: 30px;
    background: #f85124;
    border-radius: 20px;
    margin: 0 auto;
}

.section_small_title {
    margin-bottom: 10px !important;
}
.make_blue_btns ul li a {
    background: #4a1c40;
    color: #fff;
}

.make_blue_btns ul li a:hover {
    background: #fff;
    color: #4a1c40;
}

.make_blue_btns ul li:last-child a {
    color: #000;
    border-color: #000;
}

.make_blue_btns ul li:last-child a:hover {
    background: #000000;
    color: #fff;
    border-color: #4a1c40;
}
.book_info_rows ul {
    display: flex;
    display: -webkit-flex;
}

.book_info_rows ul li {
    flex: 0 0 33%;
    margin-bottom: 15px;
}

.book_info_rows ul li:last-child {
    color:#fff;
    font-family: "Poppins", Sans-serif;
}

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

.book_info_rows {
    margin-bottom: 30px !important;
}
.book_main_section {
    /*padding: 3em 0px 15em;*/
    padding: 4em 0px;
/*     height: 750px; */
}

.counter_row_col .my_custom_counter:not(:last-child) {
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
}

.counter_row_col .my_custom_counter:not(:last-child):after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/04/wtiter_col_after.png) 0% 0% / cover no-repeat;
    width: 1px;
    height: 81px;
    transform: rotate(270deg);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom:-40px
}

.counter_row_col .my_custom_counter {
    position: relative;
}
.video_box {
    height: 500px !important;
}
.section_video_row {
    /*padding: 8em 0px 3em;*/
    padding: 15em 0px 3em;
}
.inner_page_top {
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10em 0px 0px;
}

h2.post-title {
    display: none;
}

.inner_page_top .elementor-heading-title {
    margin: 0px 0px 0px;
}

.blog_main_content_box {
    padding: 5em 0px 3em;
}
.blogs_section {
    padding: 3em 0px 6em;
}
.my_blogs_block .elementor-post__text {
    padding: 20px 45px 0px !important;
}

.my_blogs_block a.elementor-post__thumbnail__link {
    position: relative;
    z-index: 9;
}

.my_blogs_block article:hover .elementor-post__text {
    
}

.my_testi_block .swiper-container {
    width: 100% !important;
    overflow: hidden;
}


.my_testi_block  .elementor-testimonial__text {
    padding: 0px 7em;
}

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

.my_testi_block .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
    margin: 0px 0px 5px !important;
}

.my_testi_block cite.elementor-testimonial__cite {
    margin-left: 0px !important;
}

.my_testi_block cite.elementor-testimonial__cite
{
    position:relative;
}

.my_testi_block cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    right:0px;
    bottom: -15px;
    background: url('/wp-content/uploads/2024/05/testimonials_section_stars-1.png') 0% 0% / cover no-repeat;
    width: 94px;
    height: 16px;
    margin:0 auto;
}


.testi_section {
    padding: 5em 0px;
}
.top_footer_section  .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_footer_section {
    padding: 80px 0px 65px;
    border-top: solid 5px #f85124;
}

.cp_txt p {
    margin-bottom: 0px !important;
}

.cp_row {
    padding: 10px 0px 4px;
}

.footer_menu .elementor-nav-menu {
    background: #fff;
    padding: 26px 50px;
    border-radius: 36px;
}


.contact_list_icon span.elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    text-align: center !important;
    background: #daad76;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition:all 0.5s linear;
}

.contact_list_icon {
    margin: 20px 0px 0px;
}
.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon {
    background: #000 !important;
}

.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon i {
    color: #fff !important;
}

.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon i {
    transition: all 0.5s linear;
}
.abt_main_row_inner {
    padding-top: 7em;
}

.abt_author_second_row {
    padding: 0px 0px 4em;
}
.book_main_section_inner {
    padding: 7em 0px;
}

.why_read_book {
    padding: 5em 0px 8em;
}
.blogs_section_inner {
    padding: 8em 0px 6em;
}
.contact_us_section {
    padding: 7em 0px;
}

.my_custom_form input {
    height: 52px;
}

.my_custom_form button {
    height: 60px;
}

.my_custom_form textarea {
    resize: none;
    min-height: 150px;
    padding: 12px 15px;
}
.remove_title_btm_sp {
    margin-bottom: 0px !important;
}

.preference_row {
	   /*margin-top: -20em;*/
}

.pref_main_row {
    margin: 30px 0px 0px;
}
.pref_main_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
    background: #f7c54a;
    margin: 0px 10px;
    border-radius: 10px;
/*     padding: 22px 20px !important; */
	padding: 35px 20px !important;
    box-shadow: 0px 0px 8px 1px rgb(0,0,0,0.3);
}

.pref_main_row .elementor-column p {
    margin: 0px !important;
}

.pref_main_row .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 93px;
    bottom: 15px;
    width: 44px;
    height: 5px;
    background: #0D4C59;
}

.pref_main_row .elementor-heading-title img {
    margin-right: 10px;
}
.author_about_row .elementor-widget-text-editor {
    padding: 0px 15px;
}
.my_blogs_block a.elementor-post__read-more {
    position: relative;
}

.my_blogs_block a.elementor-post__read-more:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    bottom: -2px;
}

.my_testi_block .elementor-swiper-button
{
    width:44px;
    height:44px;
    background:#f7c54a;
    text-align:center;
    line-height:44px;
    border-radius:100%;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/05/left_arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    left: 0 !important;
    top: 20% !important;
    z-index:9;
}

.elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2024/05/right_arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    right: 0 !important;
    top: 20% !important;
    z-index:9;
}

.my_testi_block .elementor-swiper-button i{
    font-size:0px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

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

.social_list li a img{
    transition:all 0.5s linear;
}
.social_list li a:hover {
    background: #fff;
}

.social_list li a:hover img {
    filter: invert(1);
}
.form_style input {
    padding: 9px 55px 9px 45px;
    background: transparent !important;
    min-height: auto !important;
}

.form_style button {
    width: auto !important;
    padding: 0px !important;
    /*flex-basis: 50% !important;*/
}
.two_col_form .e-form__buttons {
    flex-wrap: nowrap;
    width: 45% !important;
    position: absolute;
    right: 1px;
    top: 2px;
}

.form_style input::placeholder {
    color: #fff !important;
    opacity: 1 !important;
    font-style: italic;
}

.footer_form .elementor-field-type-email {
    position: relative;
}

.footer_form .elementor-field-type-email:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 14px;
    background-image: url('/wp-content/uploads/2024/08/footer_form_icon.png');
    width: 22px;
    height: 22px;
}
.footer_form input {
    padding: 12px 180px 12px 45px;
    border-radius: 35px !important;
}
.inner_page_book {
    padding: 8em 0px !important;
}

.prefer_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    flex-flow: row;
}

.footer_form .elementor-button {
    min-height: auto !important;
    /*padding: 15px 0px !important;*/
    border-radius: 35px !important;
    height: 43px;
}

.prefer_list ul span.img_box {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 5px #f85124;
}

.prefer_list ul li a {
    color: #fff;
    transition: all 0.5s linear;
}

.prefer_list ul li a:hover {
    color: #f85124;
}

.full_width_cover img {
    max-width: 130% !important;
    position: relative;
/*     right: 5em; */
}
.home_section_blog {
    padding: 25em 0px 8em;
    margin-top: -21em;
}

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

.testi_slider .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    padding-right: 10px;
}

.testi_slider .swiper-slide {
    border: solid 2px #f85124;
    border-radius: 25px;
    padding: 35px 20px 35px;
    background: #fff;
    position:relative;
}

.testi_slider .swiper-slide:after
{
    content: '';
    position: absolute;
    left: 20px;
    top: 30px;
    background-image: url('/wp-content/uploads/2024/08/testi_section_quote_icon.png');
    width: 49px;
    height: 37px;
    
}

.testi_slider .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

.testi_slider .elementor-testimonial__cite {
    margin-left: 10px !important;
}

.testi_slider .elementor-testimonial__title,.testi_slider .elementor-testimonial__footer 
{
    position: relative;
}

.testi_slider .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    background-image: url('/wp-content/uploads/2024/08/testi_stars_icon_img.png');
    width: 76px;
    height: 12px;
}

.testi_slider .elementor-testimonial {
    /* display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse; */
}

.testi_slider .elementor-testimonial__footer {
    margin: 40px 0px 0px;
}
.testi_main_row {
    padding: 8em 0px;
}

.testi_slider .elementor-testimonial__text {
    padding-top: 60px;
    min-height:325px;
}
.testi_slider .elementor-testimonial__image img {
    border: solid 2px #f85124;
}

.testi_slider span.elementor-testimonial__name {
    line-height: 14px;
}

.less_title_btm_sp {
    margin-bottom: 10px !important;
}

.abt_inner_main {
    padding: 7em 0px;
}
.blog_section_inner {
    padding: 7em 0px;
}
.my_custom_menu li.menu-item.current-menu-item a {
    font-weight: 500 !important;
}




@media only screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
    .my_blogs_block article.elementor-post:not(:last-child) {
        margin-bottom: 25px !important;
    }
    
    
}

@media only screen and (max-width: 767px) {
    header {
        position: relative;
        top: 0px;
    }
    .top_banner_section {
        padding: 5em 0px 5em;
    }
    .top_banner_section .elementor-column
    {
        width: 100% !important;
    }
    .header_main_row .elementor-container.elementor-column-gap-default:before
    {
        display:none !important;
    }
    .header_main_row .elementor-column,.book_main_section .elementor-column,
    .testi_main_row .elementor-column,.top_footer_section .elementor-column,
    .book_main_section_inner .elementor-column
    {
        width: 100% !important;
    }
    .header_main_row .elementor-widget-theme-site-logo {
        margin-left: 0px;
    }
    .my_custom_menu li.current-menu-item a, .my_custom_menu li:hover a {
        color: #fff !important;
    }
    .my_custom_menu {
        margin: 0px;
    }
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -65px;
        z-index:9;
    }
    .my_custom_menu li:last-child {
        padding: 10px 20px;
    }
    .my_custom_menu li:last-child a {
        padding: 0px !important;
    }
    .remove_mob_sps .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 0px !important;
    }
    .top_banner_title_larger .elementor-heading-title {
        font-size: 45px !important;
    }
    .top_banner_side_cover img {
        max-width: 100% !important;
    }
    .list_platform {
        justify-content: center;
        flex-flow: wrap;
    }
    .abt_main_row {
        padding: 5em 0px 20px;
    }
    .abt_writer_row .elementor-container.elementor-column-gap-default:before
    {
        display:none;
    }
    .author_single_img {
        text-align: left !important;
        margin-bottom: 25px !important;
    }
    .full_width_cover
    {
        margin-bottom: 25px !important;    
    }
    ul.author_list {
        width: 280px;
        padding: 10px 0px 10px 10px;
        margin-left: 0px;
    }
    .author_single_img img
    {
        width: 100% !important;
    }
    .full_width_cover img {
        max-width: 100% !important;
    }
    .section_small_title .elementor-heading-title br,.section_large_title .elementor-heading-title br,
    .elementor-widget.elementor-widget-heading br,.elementor-widget-text-editor br
    {
        display: none;
    }
    .author_about_row {
        padding: 30px 0px;
    }
    .book_main_section .elementor-container.elementor-column-gap-default,
    .book_main_section_inner .elementor-container.elementor-column-gap-default
    {
        flex-flow: column-reverse;
    }
    .section_video_row {
        padding: 4em 0px;
    }
    .video_box {
        height: auto !important;
    }
    .home_section_blog {
        padding: 5em 0px;
        margin-top: 0em;
    }
    .testi_main_row {
        padding: 5em 0px;
    }
    .top_footer_section {
        padding: 50px 0px;
        border-top: solid 5px #f85124;
    }
    .two_col_form .e-form__buttons {
        width: 100% !important;
        position: relative;
        right: 0px;
        top: 0px;
        margin-top: 15px;
    }
    .footer_logo {
        text-align: left !important;
    }
    .social_list {
        justify-content: flex-start;
        /*margin-bottom: 25px;*/
    }
    .footer_title {
        margin: 25px 0px;
    }
    .abt_inner_main,.book_main_section_inner,
    .blog_section_inner,.blog_main_content_box,
    .contact_us_section
    {
        padding: 4em 0px;
    }
    .inner_page_top {
        min-height: auto;
        padding: 10em 0px;
    }
    .inner_page_top .elementor-heading-title {
        font-size: 35px !important;
    }
    
}


@media only screen and (max-width: 568px) {
    .my_custom_btn ul li a {
        padding: 7px 15px;
        font-size: 15px;
    }
    .my_custom_btn ul li:last-child a {
        padding-left: 35px;
    }
    .my_custom_btn ul li a img {
        left: 15px;
        top: 10px;
    }
    .section_large_title .elementor-heading-title {
        font-size: 30px !important;
    }
    .prefer_list ul {
        gap: 10px;
        flex-flow: column;
    }
}

@media only screen and (max-width: 420px) {
    ul.author_list {
        width: auto;
    }
}

/* New css ends here */
