/*----------------------
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: #FF5E99;
    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 */

.social_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

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

.social_list ul a:hover {
    background: #212121;
}
.privacy_menu .elementor-nav-menu li.menu-item:not(:last-child):after {
        content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 2px;
    height: 13px;
    background: #5d626f !important;
    border: none !important;
}

.cp_row  .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.foo_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #800000 !important;
}

.footer_menu_row {
    border-bottom: solid 2px #800000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main_footer_row {
    padding: 3em 0px;
}
.my_custom_menu li.menu-item {
    position: relative;
}

.my_custom_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
/* 	bottom: -3px; */
    width: 100%;
    height: 2px;
    background: #800000 !important;
    margin: 0 auto;
}

.my_custom_menu li.menu-item:last-child a {
/*     padding: 12px 30px !important;
    background: #800000 !important;
    color: #fff !important;
    border-radius: 35px !important;
    transition: all 0.5s linear !important; */
}

.my_custom_menu li.menu-item:last-child a:after {
/* 	display: none; */
}

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

span.sm_txt_tit {
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: -18px;
}

.top_banner_large_title .elementor-heading-title {
    display: inline-block;
    position: relative;
}

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

.top_banner_section {
    padding: 13em 0px;
    border-bottom: solid 15px #800000;
}

.top_banner_list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
}

.top_banner_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background-image: url('/wp-content/uploads/2024/08/top_abnner_check_list_icon.png');
    width: 20px;
    height: 20px;
}
.quality_section {
    min-height: 500px;
/*     padding-top: 8em; */
	padding: 8em 0px 9em;
}
.btns_full ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 25px 0px 0px;
}

.btns_full ul a {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    border-radius: 35px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border: solid 1px #fff;
    transition: all 0.5s linear;
}

.why_choose_us {
    border-radius: 40px;
    padding: 80px 55px 50px;
    margin-top: -100px;
}

.btns_full ul a:hover {
    background: #000;
    color: #fff;
}

.why_choose_us p {
    margin-bottom: 15px;
}
.expert_section {
    padding: 7em 0px 5em;
}

.inner_row {
    margin-bottom: 25px;
}

.service_title_inner .elementor-heading-title {
    position: relative;
}

.service_title_inner .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -22px;
    width: 79px;
    height: 6px;
    background: #800000;
    margin: 0 auto;
}

.service_title_inner {
    margin-bottom: 40px !important;
}
.serve_section {
    padding: 3em 0px;
}

.serve_title .elementor-heading-title {
    min-height: 36px;
}
header {
    padding: 0px 0px 15px;
	background:#fff;
}
.header_top_info {
    background-image: linear-gradient(117deg, #fff 50%, #800000 50%);
}
.left_under_title .elementor-heading-title:after {
    right: unset;
    margin: auto;
}
.tax_page_single_img img {
    width: 100%;
}
.strategies_row {
    padding: 5em 0px;
}
.inner_page_top_banner {
    padding: 8em 0px;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_testi_style .swiper-slide {
    border: solid 1px #800000;
    border-radius: 25px;
    background: #fff;
	padding:20px 20px 50px !important;
}

.my_testi_style .swiper-slide .elementor-testimonial__text {
/*     min-height: 435px; */
}

.my_testi_style .elementor-testimonial__footer {
    position: relative;
}

.my_testi_style .elementor-testimonial__footer:after {
	content: '';
    position: absolute;
    right: 0px;
    bottom: -20px;
    background-image: url('/wp-content/uploads/2024/08/testi_stars_icon.png');
    width: 94px;
    height: 17px;
    left: 0px;
    margin: 0 auto;
}
.my_testi_style .elementor-swiper-button {
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/08/arrow_left.png');
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    left:-60px;
    top:50%;
	z-index:9;
}

.my_testi_style .elementor-swiper-button i {
    display: none;
}

.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2024/08/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    right:-60px;
    top:50%;
	z-index:9;
}
.testi_section_main {
    padding: 7em 0px 8em;
}

.testi_section_main:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 237px;
    background: #800000;
    z-index: -1;
}
.yellow_txt {
    color: #ffd603;
}
.main_label {
    font-size: 16px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    margin: 0px 0px 15px;
}

.two_col_op {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    font-size: 16px;
}

.two_col_op label {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.form_field_col {
    margin-bottom: 15px;
}

.show_divs_on_op h3 {
    font-size: 23px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 15px;
}

.my_get_start_btn,.my_btn_style {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #800002;
    border: solid 1px #800000;
    border-radius: 25px;
    padding: 8px  20px !important;
    display: inline-block;
}

.my_get_start_btn:hover,.my_btn_style:hover,.my_btn_style:focus
{
    background: #fff;
    color: #800000;
}
a:focus {
    color: #000 !important;
    outline: none;
}

.all_yes,.last_no {
    display: none;
}

.all_yes.show_it, .last_no.show_it {
    display: block;
}
.btn_disbale {
/*     pointer-events: none;
    opacity: 0.8; */
}

.my_form_style input {
    padding: 12px 15px !important;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
}
.main_form_box {
		margin: 20px 0px 0px;
	}

.remove_btm_sp {
    margin-bottom: 8px !important;
}
.benefit_row {
    padding: 7em 0px;
/* 	margin-top: 80px; */
}
.my_new_book_section {
    background-image: linear-gradient(60deg,#212121 50%, #800000 80%);
    padding: 4em 0px;
    margin-top: 5em;
}
.foo_menu li.menu-item a {
    margin: 0px 5px 12px !important;
}
.contact_inner_section {
    padding: 4em 0px 7em;
}
.center_under_line .elementor-heading-title:after {
    right: 0px;
}

my_style_list {}

.my_style_list ul li,.my_style_list ol li {
    position: relative;
    padding-left: 18px;
    margin: 0px 0px 10px;
}

.my_style_list ul li:before, .my_style_list ol li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 4px;
    background: #800000;
    border-radius: 0%;
}
.recent_single_img {
    margin-bottom: 0px !important;
    position: relative;
}

.recent_single_img:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    border-radius: 5px;
}
.recent_small_title {
    position: absolute !important;
    bottom: 60px;
    margin-bottom: 0px !important;
	max-width: 88%;
    margin: 0 auto !important;
    right: 0px;
    left: 0px;
}

.small_btn_case {
    position: absolute !important;
    bottom: 15px;
	margin-bottom:0px !important;
}

.small_btn_case .elementor-button {
    padding: 8px 15px !important;
    background: #fff !important;
    color: #800 !important;
}
.cases_main_row {
    padding: 7em 0px;
}
.testi_section_main.advisory_page_testi:after {
    height: 400px;
}
.advisory_page_testi {
    padding-top: 0px;
}

.testi_section_main.advisory_page_testi::after {
    height: 500px;
}

.get_testi_row {
    padding-top: 5em;
}

.inner_page_top_banner {
/* 	display: none; */
}

.recent_single_img img {
    transition: all 0.5s linear;
    height: 320px !important;
    object-fit: cover !important;
    border-radius: 12px;
}

.recent_single_img
{
    overflow:hidden;
    border-radius:15px;
}
.recent_single_img img:hover {
    transform: scale(1.5);
}

.recent_inner .elementor-column:hover .recent_single_img img{
    transform: scale(1.1);
}
.recent_small_title .elementor-heading-title {
/*     font-size: 25px !important; */
	font-size: 20px !important;
	min-height: 40px;
	padding: 0px 10px;
}
.new_sign_up_cta_sec {
    padding: 5em 0px;
	margin-bottom: 5em;
}
.remove_btm_sp_si {
    margin-bottom: 0px !important;
}
.inner_page_banner .elementor-heading-title {
/*     text-shadow: 0px 0px 3px #800; */
	text-shadow: 0px 0px 3px #000;
}
.fixed_foo_btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    background: #800000;
    color: #fff;
    transition: all 0.5s linear;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 500;
    z-index: 9;
    border: solid 2px #fff;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	font-size:18px;
}

.fixed_foo_btn:hover {
    background: #fff;
    border-color: #800000;
    color: #800000;
    text-decoration: none;
}
.btn_mobile
{
	display:none;
}
.pro_info {
    margin-bottom: 15px;
    border: solid 2px #800000;
    padding: 10px;
}

.pro_info li {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
}

.pro_info li .pro_info_txt {
    flex: 0 0 80%;
}

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

.pro_info li .pro_info_val {
    flex: 0 0 20%;
}
.no_border ul.pro_info {border: none;padding: 0px;}

.db_chart_logo_box {
    margin-bottom: 15px;
}

.db_chart_details {
    border: solid 2px #800;
    padding: 20px 15px 10px;
}
.case_content_row {
    padding: 2em 0px 0em;
}
.red_txt {
    color: #800;
    font-weight: 600;
}

.db_out_come h6 {
    color: #3a7c22;
    font-weight: 500;
    font-size: 16px;
}
.db_out_come ul li {
    display: flex;
}

.db_out_come ul li h4 {
    flex: 0 0 80%;
}

.db_out_come ul li h6 {
    flex: 0 0 20%;
}
.case_top_list {
    margin-bottom: 0px !important;
}
.before_case_row {
    margin-bottom: 50px;
}
.my_custom_tabs .elementor-tab-title.elementor-active {
    background: #800 !important;
    color: #fff !important;
}

.my_custom_tabs .elementor-tab-title {
    border-radius: 8px;
}

.my_custom_tabs .elementor-tab-content {
    padding: 0px !important;
}
.my_custom_tabs .elementor-tab-title img {
/*     display: block;
    margin: 0 auto 10px; */
}

.my_custom_tabs .elementor-tab-title.elementor-active img {
    filter: invert(1);
}

.my_custom_tabs .elementor-tab-title {
    padding: 12px !important;
}
.new_tabs_section {
    padding: 5em 0px 0em;
}
.page_tabs-cases-page,body {
    background-image: url('/wp-content/uploads/2024/10/bg_img2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.page_tabs-cases-page header {
    background: #fff;
}

.real_content_sec,.software_content_sec,.dental_content_sec,.const_content_sec
{
	display:none;
}
.show_section {
    display: block;
}
.new_testi_box {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 300px;
}

.new_testi_box .elementor-testimonial__text {
    font-size: 14px !important;
}

.page_home .testi_section_main
{
	display:none;
}
.accouncement_txt {
    background: #800000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 0px 8px 0px 0px;
    border: solid 2px #fff;
}
.accouncement_txt a {
    color: #fff;
    font-size: 18px;
	display: block;
    width: 100%;
}
.new_testi_ticker_row .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
    padding: 0px !important;
}
a.close_testi_button {
    position: absolute;
    right: -10px;
    z-index: 9;
    width: 25px;
    height: 25px;
    background: #800000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
	top: -5px;
/*     top: 40px; */
}
.new_testi_ticker_row.hide_box,a.close_testi_button.hide_box {
    display: none;
}

.new_testi_ticker_row {
/*     display: none; */
}
.webinar_sec input,.webinar_sec select {
    padding: 15px 15px;
}

.webinar_sec input::placeholder,.webinar_sec select::placeholder {
    opacity: 1 !important;
}
.webinar_sec {
    padding: 7em 0px;
}
.my_webinar_form select option {
    color: #000;
}
.webinar_sec .elementor-button {
    padding: 20px 0px !important;
}
.header_top {
    padding: 0px 3em !important;
    left: unset !important;
}

.my_custom_menu li.menu-item:last-child a {
    background: #800000 !important;
    color: #fff !important;
    transition: all 0.5s linear;
    padding: 10px 15px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    z-index: 9;
    border: solid 2px #fff;
}

.my_custom_menu li.menu-item:last-child a:after {
	display:none
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .my_custom_menu li.menu-item:last-child a {
        padding: 10px 12px !important;
    }
    .btns_full ul a {
        padding: 15px 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
	.fixed_foo_btn {
		font-size: 16px;
        padding: 0px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 34px;
	}
	.btn_desktop {
		display: none;
	}
	.btn_mobile
	{
		display:block;
	}
    .menu_col .elementor-widget-wrap.elementor-element-populated {padding-top: 0px !important;padding-bottom: 0px !important;}
    
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -70px;
    }
    header {
        padding: 0px;
    }
    .top_banner_section {
        padding: 5em 0px;
    }
	.make_row_full_mob .elementor-column {
		width: 100% !important;
	}
	.real_case_single_img {
		margin-bottom: 35px;
	}
    .top_banner_section .elementor-column,.quality_section .elementor-column,
    .serve_section .elementor-column,.main_footer_row .elementor-column,.strategies_row .elementor-column,
	.header_top .elementor-column,.my_new_book_section .elementor-column,.testi_section_main .elementor-column
    {
        width: 100% !important;
    }
	.invert_row_mob .elementor-container.elementor-column-gap-default,
	.my_new_book_section .elementor-container.elementor-column-gap-default
	{
		flex-flow: column-reverse !important;
	}

	.tax_page_single_img {
		margin-bottom: 35px;
	}
	.inner_page_top_banner {
		padding: 8em 0px;
	}
	.inner_page_top_banner .elementor-heading-title {
		font-size: 35px !important;
	}
    .top_banner_list li {
        width: 100%;
    }
    .quality_section {
        min-height: auto;
        padding: 5em 0px;
    }
    .why_choose_us {
        border-radius: 40px;
        padding: 50px 0px 25px;
        margin-top: 50px;
    }
    .btns_full ul {
        flex-flow: column;
        margin-top: 10px;
    }
    .btns_full ul a {
        display: block;
        width: 100%;
    }
    .expert_section {
        padding: 5em 0px;
    }
    .section_txt p br,.section_txt br {
        display: none;
    }
    .our_servics_cols .elementor-column:not(:last-child) {
        margin-bottom: 35px;
    }
    .all_center_mob {
        text-align: center;
    }
    .serve_section .elementor-column:not(:last-child) {
        margin-bottom: 35px;
    }
    .privacy_menu .elementor-nav-menu {
        margin-left: 0px !important;
        justify-content: center !important;
    }
    
    .privacy_menu .elementor-nav-menu--layout-horizontal {
        justify-content: center !important;
    }
    .section_full_large_title {
        margin-bottom: 25px;
    }
    .cp_txt {
        text-align: center;
    }
    
    .main_footer_row {
        padding: 20px 0px 10px;
    }
    .left_in_mob {
        text-align: left;
    }
    .section_full_large_title .elementor-heading-title,
	.main_book_title_large .elementor-heading-title
	{
        font-size: 40px !important;
    }
    .top_banner_large_title .elementor-heading-title,.section_title_large .elementor-heading-title
    {
        font-size: 35px !important;
    }
	.foo_menu a.elementor-item {
		margin: 0px 15px 15px !important;
	}
	.testi_section_main {
		padding: 4em 0px;
	}
	.testi_section_main:after {
		height: 38%;
	}
	.my_custom_menu li.menu-item:last-child a {
        padding: 10px 20px !important;
		margin: 0px 15px;
    }
	.strategies_row {
		padding: 3em 0px;
	}
	.remove_sp_on_mob {
		margin-bottom: 0px !important;
	}
	.main_form_box {
		margin: 0px 0px 0px;
	}
	.pum-container {
		padding: 12px !important;
	}
	.show_divs_on_op h3 {
		font-size: 20px;
	}
	.remove_mob_mr {
		margin-bottom: 10px !important;
	}
	.benefit_row {
		padding: 4em 0px;
	}
	.benefit_row {
/* 		margin-top: 60px; */
	}
	.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev
	{
		left: -16px;
	}
	.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
		right: -16px;
	}
	.header_top_info {
		background-image: linear-gradient(117deg, #800000 50%, #800000 50%);
	}
	.header_top_info .elementor-icon-list-items
	{
		justify-content: center !important;
	}
	.cases_main_row {
		padding: 4em 0px 1em;
	}
	.cases_main_row .inner_row {
		margin-bottom: 0px !important;
	}

	.cases_main_row .elementor-column {
		margin-bottom: 20px;
	}
	.my_new_book_section {
		padding: 4em 0px;
		margin-top: 4em;
	}
	.get_testi_row {
		padding-top: 3em;
	}
	.testi_section_main.advisory_page_testi {
    	padding-top: 0px !important;
	}
	.service_title_inner br
	{
		display:none;
	}
	.case_content_row {
		padding: 3em 0px;
	}
	.before_case_row {
		margin-bottom: 25px;
	}
	.my_custom_tabs .elementor-tab-title img {
/* 		display: inline;
		margin: 0 auto 0px;
		position: relative;
		top: -2px; */
	}
	.recent_single_img img {
		height: auto !important;
		width: 100%;
	}
	.new_testi_box {
		display:none;
	}
	.page_home .testi_section_main
	{
		display:block !important;
	}
	.header_top {
	  padding: 0px 0em !important;
	}
}

@media only screen and (max-width: 420px) {
	.testi_section_main:after {
		height: 40%;
	}
    .top_banner_large_title .elementor-heading-title, .section_title_large .elementor-heading-title,
    .section_full_large_title .elementor-heading-title,.main_book_title_large .elementor-heading-title
    {
        font-size: 25px !important;
    }
	.service_title_inner .elementor-heading-title {
		font-size: 18px !important;
	}
	.pro_info li {
		flex-flow: column;
	}
	.pro_info li .pro_info_txt,.pro_info li .pro_info_val,.db_out_come ul li h6,
	.db_out_come ul li h4
	{
		flex: 0 0 100%;
	}
	.db_out_come ul li h6
	{
		margin:0px;
	}
	.db_out_come ul li {
		flex-flow: column;
	}
}

/* New css ends here */
