body {
    overflow-x: hidden;
    color: #000; 
    margin: 0 auto !important;
    float: unset;
}

html {
    margin: 0 auto;
}

.width100 {
    width: 100%;
}

 
.header_logo_login {
    width: 60px;
}
 
a {
    text-decoration: none!important;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none;
 
}

.moneygrowth_main .black {
    color: #000;
}
 
.moneygrowth_main .mcolor {
    color: #2376b4;
}

.moneygrowth_main .white {
    color: #fff;
}

.moneygrowth_main .blue {
    color: rgb(0, 4, 255);
}

.moneygrowth_main .grey {
    color:  #2376b4;
}

.moneygrowth_main .grey a {
    color:  #2376b4;
}
 

.moneygrowth_main .dinline {
    display: inline-block;
}

.moneygrowth_main .vmiddle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1.5px;
}

.moneygrowth_main .custom_container {
    width: 90%;
    max-width: 1660px;
    margin: 0 auto;
}
.moneygrowth_main .relative {
    position: relative;
}

.moneygrowth_main .section_padding {
    padding: 150px 0;
}

.moneygrowth_main .title_padding {
    padding-bottom: 80px;
}

.moneygrowth_main .custom_container2 {
    width: 85%;
    margin: 0 auto;
}

.moneygrowth_main .lightblue_banner {
    color: #b3c9f2;
}

.moneygrowth_main .light_green {
    color: var(--primary-clr);
}

.moneygrowth_main .bg_gray {
    background-color: #f3f3f3;
}

.bg_green {
    background-color: #5cb947;
}

.formpadding {
    padding: 10px;
}


/* header */

.moneygrowth_main .moneygrowth_header {
   background-color:rgba(255,255, 255, 1);
    position: fixed;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; 
    margin: 0 auto !important;
    box-shadow: 0px 1px 5px rgba(68, 69, 69,0.1);
}

.moneygrowth_main .moneygrowth_header .header_section {
    padding:40px 0;
}

.moneygrowth_main .moneygrowth_header .header_section .money_menu .money_image {
    display:inline;
    position: absolute;
}
.money_image img{
    width:130px;
    margin-top:-32px;
}
.moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section {
    display: inline-block;
    float: right;
}

.moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
    padding-left: 120px;
}

.moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left:30px;
}

.moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul li button {
    padding: 15px 30px;
    color: #fff;
    background-color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
}


/* Index section */

.moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner {
    overflow: hidden;
}


/* .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
    width: 80%;
    margin: 0 0 0 auto;
    padding-top: 150px;
} */


/* .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
    padding-top: 200px;
} */

.moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_image {
    padding-left: 50px;
}

.moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper-pagination {
    position: absolute;
    color: var(--primary-clr);
}

.moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
    position: absolute;
    left: 25%;
    transform: translate(-50%, 0%);
    bottom: 10%;
}

.moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
    position: absolute;
    left: 35%;
    bottom: 10%;
    transform: translate(-40%, 0%);
}

.moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 p {
    width: 66%;
}

.moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
    width: 65%;
    display: inline-block;
}

.moneygrowth_main .moneygrowth_homepage .section1 .about_us_banner1 img {
    filter: blur(8px);
}

.moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
    position: absolute;
    z-index: 9;
    right: 10%;
    bottom: -20%;
    transform: translate(0%, -50%);
}


/* .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
    width: 60%;
} */

.moneygrowth_content p {
    width: 70%;
}

.moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
    position: absolute;
    left: 35%;
    bottom: 10%;
    transform: translate(-40%, 0%);
}
 
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 7%;
    right: 10%;
    left: unset;
    width: unset;
}

.swiper-pagination-bullet {
    background: rgb(255, 255, 255);
}

.swiper-pagination {
    position: absolute;
    text-align: unset;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.moneygrowth_main .moneygrowth_homepage .section2 {
    background-color: #f3f3f3;
}

.moneygrowth_main .moneygrowth_homepage .section2 .aboutus {
    padding-top: 50px;
}

.moneygrowth_main .moneygrowth_homepage .section3 {
    background-color: #051C2C;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_title {
    display: inline-block;
    padding: 150px 0;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .service_logo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(120%, -50%);
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 260px;
    bottom: 100%;
    left: 50%;
    border-top: 1px solid #305768;
    border-left: 1px solid #305768;
    transform: translateX(-50%);
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content {
    margin-top: 80px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
    height: 80%;
    padding: 50px;
    border: 1px solid #305768;
    margin-top: -1px;
    margin-right: -1px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_title {
    padding-bottom: 30px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content ul {
    padding-left: 25px;
    list-style: disc;
}

li::marker {
    color: var(--primary-clr);
    font-size: 15px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content li {
    padding-bottom: 10px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .learnmore {
    position: absolute;
    bottom: 50px;
}

.moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .row:hover {
    background-color: #3D6B7B;
}

.moneygrowth_main .moneygrowth_homepage .section4 {
    background-color: #F2F2F2;
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper {
    padding-bottom: 100px;
    overflow: hidden;
}

.moneygrowth_main .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
    top: auto;
    left: 47%;
    right: auto;
    bottom: 14%;
    background-image: url(../images/icons/left_black.svg);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
    top: auto;
    left: auto;
    right: 47%;
    bottom: 14%;
    background-image: url(../images/icons/right_black.svg);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev:hover {
    background-image: url(../images/icons/left_green.svg);
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next:hover {
    background-image: url(../images/icons/right_green.svg);
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next::after {
    content: '';
}

.moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev::after {
    content: '';
}

.moneygrowth_main .moneygrowth_homepage .section5 .market_section .market_image_info .market_info {
    position: absolute;
    top: 12%;
    left: 10%;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content {
    padding-top: 100px;
    /* text-align: center; */
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li {
    display: inline-block;
    margin: 0 15px;
    padding-top: 15px;
    border-top: 1px solid #595959;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs #border {
    border-top: unset;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_information .tab_date {
    padding: 20px 0;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .tab-content {
    padding-top: 80px;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .tab-content img {
    width: 100%;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .tab-content .padding-top {
    padding-top: 50px;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li.active a {
    color: var(--primary-clr);
}

.moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li.active {
    border-color: var(--primary-clr);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border: unset;
    border-bottom-color: unset;
}

.nav-tabs>li>a {
    margin-right: 0;
    border: unset;
    border-radius: unset;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.nav-tabs {
    border-bottom: unset;
}

.nav-tabs>li {
    float: unset;
    margin-bottom: -1px;
}

.moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_more {
    padding-top: 50px;
}


/* Footer */

.moneygrowth_main .moneygrowth_footer .footer_section1 {
    background-color: #051C2C;
    padding: 80px 0;
}

.moneygrowth_main .moneygrowth_footer .footer_section1 .moneyintouch {
    padding-top: 25px;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 {
    padding-top: 80px;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_title {
    padding-bottom: 25px;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 .signup {
    padding-bottom: 20px;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 input {
    border: 1px solid #000;
    width: 100%;
    position: relative;
    padding: 15px;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 button {
    border: none;
    padding: 16px;
    width: 25%;
    margin-left: -4px;
    background-color: #000;
    position: absolute;
    right: 2%;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image .pad-img {
    padding-bottom: 5%;
}


/* .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image li {
    display: inline-block;
    padding-left: 40px;
} */

.moneygrowth_main .moneygrowth_footer .footer_section2 .social_media {
    padding: 20px 0;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 .social_media li {
    display: inline-block;
    padding-left: 10px;
}

.moneygrowth_main .moneygrowth_footer .footer_content {
    border-bottom: 1px solid #595959;
}

.moneygrowth_main .moneygrowth_footer .moneygrowth_copyright {
    padding: 20px 0;
}

.moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_info li {
    padding-bottom: 10px;
}


/* efficiency */

.effipage_main_accordian {
    padding: 0;
    margin: 0 -15px;
}

.effipage_main_accordian .panel,
.effipage_main_accordian .panel-body {
    box-shadow: none;
}

.effipage_main_accordian .panel-group .panel-heading {
    padding: 0;
}

.effipage_main_accordian .panel-group .panel-heading a {
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    position: relative;
}

.effipage_main_accordian .panel-group .panel-heading a:after {
    /*  content: '-';*/
    content: '';
    float: right;
    position: absolute;
    top: 48px;
    right: 0px;
    font-size: 30px;
    height: 35px;
    width: 35px;
    background-image: url(../images/money_choice_images/minus.png);
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 60%;
}

.effipage_main_accordian .panel-group .panel-heading a.collapsed:after {
    content: '';
    background-image: url(../images/money_choice_images/plus.png);
    background-repeat: no-repeat;
}

.effipage_main_accordian .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.effipage_main_accordian .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.effipage_main_accordian .panel-default {
    border-color: #000;
    border-left: none;
    border-right: none;
    border-top: none;
}

.effipage_main_accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding-bottom: 15px;
}

.effipage_main_accordian .panel-body {
    padding: 0 15px;
}

.effipage_main_accordian .accrodian_heading_h1 {
    padding: 45px 0;
    width: 80%;
}

.moneygrowth_effipage .effi_banner_txt {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_title {
    display: inline-block;
    padding: 150px 0;
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_logo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(120%, -50%);
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 280px;
    bottom: 100%;
    left: 50%;
    border-top: 1px solid #595959;
    border-left: 1px solid #595959;
    transform: translateX(-50%);
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
    height: 45%;
    padding: 50px;
    border: 1px solid #595959;
    border-left: none;
    border-bottom: none;
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section.brnone {
    border-right: none;
}

.moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_title {
    padding-bottom: 30px;
}

.moneygrowth_main .moneygrowth_effipage .panel_a_class.collapsed .colorchange {
    color: #000;
}

.moneygrowth_main .moneygrowth_effipage .panel_a_class .colorchange {
    color: #2376b4;
}


/* engineering */

.engineeringpage_main_accordian {
    padding: 0;
}

.engineeringpage_main_accordian .panel,
.engineeringpage_main_accordian .panel-body {
    box-shadow: none;
}

.engineeringpage_main_accordian .panel-group .panel-heading {
    padding: 0;
}

.engineeringpage_main_accordian .panel-group .panel-heading a {
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    position: relative;
}

.engineeringpage_main_accordian .panel-group .panel-heading a:after {
    /*  content: '-';*/
    content: '';
    float: right;
    position: absolute;
    top: 48px;
    right: 0px;
    font-size: 30px;
    height: 35px;
    width: 35px;
    background-image: url(../images/money_choice_images/minus.png);
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 60%;
}

.engineeringpage_main_accordian .panel-group .panel-heading a.collapsed:after {
    content: '';
    background-image: url(../images/money_choice_images/plus.png);
    background-repeat: no-repeat;
}

.engineeringpage_main_accordian .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.engineeringpage_main_accordian .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.engineeringpage_main_accordian .panel-default {
    border-color: #000;
    border-left: none;
    border-right: none;
    border-top: none;
}

.engineeringpage_main_accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding-bottom: 15px;
}

.engineeringpage_main_accordian .panel-body {
    padding: 0 15px;
}

.engineeringpage_main_accordian .accrodian_heading_h1 {
    padding: 45px 0;
}

.moneygrowth_engineeringpagepage .eng_banner_txt {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_title {
    display: inline-block;
    padding: 150px 0;
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_logo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(120%, -50%);
}

.moneygrowth_main .moneygrowth_engineeringpagepage .panel_a_class.collapsed .colorchange {
    color: #000;
}

.moneygrowth_main .moneygrowth_engineeringpagepage .panel_a_class .colorchange {
    color:#2376b4;
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 235px;
    bottom: 100%;
    left: 50%;
    border-top: 1px solid #595959;
    border-left: 1px solid #595959;
    transform: translateX(-50%);
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
    height: 60%;
    padding: 50px;
    border: 1px solid #595959;
    border-left: none;
    border-bottom: none;
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section.brnone {
    border-right: none;
}

.moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_title {
    padding-bottom: 30px;
}

.moneygrowth_clientpage .client_banner_txt {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
}

.moneygrowth_clientpage .client_ul {
    list-style: disc;
    padding-left: 20px;
}

.moneygrowth_clientpage .clientpage_section2_border {
    border-bottom: 1px solid #2376b4;
}

.moneygrowth_clientpage .testimonials_content {
    overflow: hidden;
}

.moneygrowth_clientpage .clientpage_section4 {
    background-color: #E0EFDC;
}

.moneygrowth_clientpage .testimonials_content .testimonial_name.namepadding {
    padding-top: 15px;
}

.moneygrowth_clientpage .testimonials_content .testimonial_info {
    padding: 0 45px;
}

.moneygrowth_clientpage .testimonials_content .test_divcircle {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background-color: #8dc37b;
}

.moneygrowth_clientpage .testimonials_content .testimonial_image {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.moneygrowth_clientpage .testimonials_content .testimonial_image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -130px;
    background: #006633;
    width: 100px;
    height: 2px;
}

.moneygrowth_clientpage .testimonials_content .testimonial_info .quote {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 6%;
    margin: 0 auto;
}

.moneygrowth_clientpage .testimonials_content .swiper_content {
    padding-bottom: 100px;
}

.testimonial_swiper .swiper-button-next,
.swiper-button-prev {
    width: 49px;
    height: 49px;
}

.testimonial_swiper .swiper-button-next {
    right: 45%;
    bottom: 5px;
    top: unset;
    left: unset;
    background-image: url(../images/icons/right_black.svg);
    background-repeat: no-repeat;
}

.testimonial_swiper .swiper-button-prev {
    right: unset;
    bottom: 5px;
    top: unset;
    left: 45%;
    background-image: url(../images/icons/left_black.svg);
    background-repeat: no-repeat;
}

.testimonial_swiper .swiper-button-next:hover {
    background-image: url(../images/icons/right_green.svg);
}

.testimonial_swiper .swiper-button-prev:hover {
    background-image: url(../images/icons/left_green.svg);
}

.testimonial_swiper .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: none;
}

.testimonial_swiper .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.moneygrowth_main .post button {
    border: none;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
}

.moneygrowth_main .social_media li img {
    width: 26px;
    height: 26px;
    margin-left: 5px;
}

.moneygrowth_main .mobile_social_media li img {
    width: 26px;
    height: 26px;
}

.moneygrowth_tele_page .payment_button {
    position: absolute;
    left: 25%;
    top: 62%;
    transform: translate(-50px, -50px);
}

.moneygrowth_tele_page .payment:hover {}

.moneygrowth_tele_page .payment {
    background-color: #61ad49;
    box-shadow: none;
    border: none;
    border: 0px solid #61ad49;
    padding: 20px 40px;
    justify-content: center;
    transition: all ease 0.4s;
    overflow: hidden;
    border-radius: 26px;
    color: #000;
}


/* billpayment */

.moneygrowth_billpayment .billpayment_section2 img {
    width: 60%;
}

@media (max-width:1680px) {
    /* header */
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 50px;
    }
    
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 70%;
    }
    /* .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 55%;
    } */
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 46%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 46%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li {
        margin: 0 12px;
        padding-top: 15px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 90%;
        padding: 40px;
    }
    /* footer */
    .moneygrowth_main .moneygrowth_footer .footer_section2 input {
        border: 1px solid #000;
        width: 100%;
        padding: 15px;
    }
    /* .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image li {
        padding-left: 0px;
    } */
    /* efficiency */
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: 55%;
        padding: 50px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 75%;
        padding: 50px;
    }
    .moneygrowth_clientpage .testimonials_content .test_divcircle {
        width: 250px;
        height: 250px;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 p {
        width: 75%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 75%;
    }
    /* .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        left: 28%;
    } */
}

.banner_section .swiper_banner .swiper {
    height: auto;
}

@media (max-width: 1450px) {
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 5%;
    } */
    /* .banner_section_outer {
        padding-top: 5% !important;
    } */
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 60%;
        padding: 50px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 25%;
        right: 10%;
        left: unset;
        width: unset;
    } */
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 70%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        right: 4%;
        bottom: -22%;
        transform: translate(0%, -50%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 80%;
    }
}

@media (max-width: 1440px) {
    .moneygrowth_main .section_padding {
        padding: 120px 0;
    }
    /* header */
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 40px;
    }
  
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul li button {
        padding: 12px 20px;
    }
    /* index */
    /* .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
        padding-top: 135px;
    } */
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_section_image {
        width: 60%;
        margin-left: 70px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 28%;
        left: 90%;
    } */
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 85%;
        padding: 30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper {
        padding-bottom: 80px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li {
        margin: 0 5px;
        padding-top: 15px;
    }
    /* footer */
    /* .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image li {
        width: 30%;
    } */
    /* .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image img {
        width: 30%;
    } */
    /* efficiency */
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: 45%;
        padding: 50px;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_title {
        padding-bottom: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 60%;
        padding: 50px;
    }
}

@media (max-width:1366px) {
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 60%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .font58 {
        font-size: 40px;
        line-height: 55px;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 96%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 p {
        width: 100%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        right: -3%;
        bottom: -16%;
        transform: translate(0%, -50%);
    }
    /* header */
    .moneygrowth_main .moneygrowth_header .header_section {
        padding: 30px 0;
    }
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 0px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15%;
    } */
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 85%;
        padding: 35px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content ul {
        padding-left: 20px;
        list-style: disc;
    }
    .moneygrowth_main .moneygrowth_homepage .section5 .market_section .market_image_info .market_info {
        position: absolute;
        top: 12%;
        left: 12%;
    }
    /* footer */
    .moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_title {
        padding-bottom: 15px;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .social_media {
        padding: 10px 0;
    }
    /* efficiency */
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: 45%;
        padding: 40px;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 140px;
        height: 240px;
        bottom: 100%;
        left: 50%;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 60%;
        padding: 40px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 31%;
        left: 90%;
    } */
}

@media (max-width:1280px) {
    .moneygrowth_main .custom_container {
        width: 88%;
        margin: 0 auto;
    }
    /* header */
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 80px;
    }
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul li button {
        padding: 8px 12px;
    }
    /* index */
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
    } */
    /* .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
        padding-top: 125px;
    } */
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 80%;
        padding: 25px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_title {
        padding-bottom: 20px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li {
        margin: 0 10px;
    }
    /* footer */
    .moneygrowth_main .moneygrowth_footer .footer_section1 {
        padding: 70px 0;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_info li {
        padding-bottom: 8px;
    }
    .moneygrowth_clientpage .testimonials_content .test_divcircle {
        width: 210px;
        height: 210px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 65%;
        padding: 40px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 35%;
        left: 90%;
    } */
}

@media (max-width:1152px) {
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 80%;
    }
    .moneygrowth_main .section_padding {
        padding: 70px 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        right: -5%;
    }
    /* .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 40%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        left: 10%;
        top: 30%;
        transform: translate(0%, -50%);
    } */
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        position: absolute;
        left: 25%;
        bottom: 10%;
        transform: translate(-50%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
        position: absolute;
        left: 35%;
        bottom: 10%;
        transform: translate(-40%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
        position: absolute;
        left: 35%;
        bottom: 10%;
        transform: translate(-40%, 0%);
    }
    /* header */
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15%;
        left: 8%;
    } */
    /* index */
    /* .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
        padding-top: 105px;
    } */
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_section_image {
        width: 50%;
        margin: 0 auto;
        /* margin-left: 70px; */
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 45%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 45%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_tabs li {
        margin: 0 6px;
    }
    /* efficiency */
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: 50%;
        padding: 30px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 44%;
        left: 90%;
    } */
}

@media (max-width: 1280px) {
    /* index */
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 0px;
    }
   
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_section_image {
        width: 60%;
        margin: 0 auto;
        /* margin-left: 70px; */
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_tab_content .burn_information .tab_date {
        padding: 16px 0;
    }
}

@media (max-width: 1152px) {
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 60px;
    }
    
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 70%;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .learnmore {
        position: absolute;
        bottom: 25px;
    }
    .testimonial_swiper .swiper-button-next {
        right: 44%;
        bottom: 30px;
    }
    .testimonial_swiper .swiper-button-prev {
        bottom: 30px;
        left: 44%;
    }
}

@media (max-width: 1024px) {
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul {
        padding-left: 0;
    }
    /* efficiency */
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_title {
        padding-bottom: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_title {
        padding-bottom: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: 80%;
        padding: 30px;
    }
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section ul li {
        padding-left:30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_content .ourservice_content_section {
        height: 95%;
        padding: 25px;
    }
    .moneygrowth_clientpage .testimonials_content .test_divcircle {
        width: 180px;
        height: 180px;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: 60%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        right: -10%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 50%;
    }
    .moneygrowth_billpayment .billpayment_section2 img {
        width: 70%;
    }
}

@media (max-width:991px) {
    .moneygrowth_billpayment .billpayment_section2 .mb_center {
        text-align: center;
    }
    .moneygrowth_main .custom_container2 {
        width: 100%;
        margin: 0 auto;
    }
    .moneygrowth_content p {
        width: 100%;
    }
    .moneygrowth_main .moneygrowth_homepage .section5 .market_section .market_image_info .market_info {
        position: absolute;
        top: 12%;
        left: 50%;
        width: 80%;
        text-align: center;
        transform: translateX(-50%);
    }
    .moneygrowth_main .title_padding {
        padding-bottom: 50px;
    }
    .moneygrowth_main .section_padding {
        padding: 110px 0;
    }
    .moneygrowth_main .custom_container {
        width: 90%;
        margin: 0 auto;
    }
    .moneygrowth_main .vmiddle {
        float: unset;
        display: block;
        margin: 0;
    }
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section {
        display: block;
    }
    /* index */
    .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_image {
        padding-left: 0;
        width: 80%;
        margin: 0 auto;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    } */
    .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
        padding-top: 80px;
    }
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_section_image {
        width: 50%;
        margin: 0 auto;
        margin-left: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_content {
        padding-top: 50px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_title {
        display: block;
        padding: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .service_logo {
        position: unset;
        top: unset;
        right: unset;
        display: block;
        transform: unset;
        padding: 50px 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 44%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 39%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section5 .market_section .market_image_info .mobile-pad-top {
        padding-top: 30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section {
        padding-top: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_content_info {
        padding-top: 30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_content_info.font20 {
        font-size: 20px;
    }
    /* footer */
    .moneygrowth_main .moneygrowth_footer .footer_content .height-mobile {
        min-height: auto;
        padding-bottom: 50px;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .signup {
        padding-bottom: 20px;
        text-align: center;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 button {
        border: none;
        padding: 16px;
        width: 25%;
        margin-left: -4px;
        background-color: #000;
    }
    .moneygrowth_main .moneygrowth_footer .moneygrowth_copyright {
        padding: 10px 0;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_image {
        text-align: center;
        padding: 15px 0;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image li {
        display: inline-block;
        padding-left: 0;
        vertical-align: middle;
        width: auto;
        padding: 10px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a {
        display: block;
        position: relative;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a:after {
        content: "\f067";
        /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a[aria-expanded="true"]:after {
        content: "\f068";
        /* fa-chevron-up */
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default>.panel-heading {
        color: #fff;
        background-color: unset;
        border-color: unset;
        padding: 20px 0;
        border-radius: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default {
        border-color: unset;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel {
        margin: 0;
        background-color: unset;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: unset;
        border-bottom: 1px solid #3D6B7B;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: transparent;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .uldisc {
        padding-left: 25px;
        list-style: disc;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .uldisc li {
        padding-bottom: 10px;
    }
    .moneygrowth_homepage select {
        border-radius: 50px;
        margin: 0 auto;
        width: 100%;
        padding: 4% 3% 4% 5%;
        background-color: #fff;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url('../images/icons/arrow_down.svg');
        background-repeat: no-repeat, repeat;
        background-position: right 1.7em top 50%, 0 0;
        background-size: 1.65em auto, 100%;
    }
    .moneygrowth_homepage .tab_content_info {
        padding-top: 50px;
    }
    .moneygrowth_homepage .tab_image img {
        width: 100%;
    }
    .moneygrowth_homepage .tab_date {
        padding-top: 20px;
    }
    .moneygrowth_main .moneygrowth_footer .tcenter_mobile {
        text-align: center;
    }
    .moneygrowth_main .moneygrowth_footer .poweredby {
        padding-top: 10px;
    }
    /* efficiency */
    .engineeringpage_main_accordian .panel-group .panel-heading a {
        padding: 0;
    }
    .moneygrowth_effipage .effi_banner_txt {
        position: absolute;
        top: unset;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_title {
        display: inline-block;
        padding: 0;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_logo {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        padding: 40px 0;
        text-align: right;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 250px;
        height: 210px;
        left: 32%;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        height: auto;
        padding: 30px;
        border-right: none;
        border-left: 1px solid #595959;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section.brnone {
        border-bottom: 1px solid #595959;
    }
    .moneygrowth_engineeringpagepage .eng_banner_txt {
        position: absolute;
        top: 8%;
        bottom: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_title {
        display: inline-block;
        padding: 0;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_logo {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        padding: 40px 0;
        text-align: right;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content::before {
        width: 250px;
        height: 210px;
        left: 32%;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: auto;
        padding: 30px;
        border-right: none;
        border-left: 1px solid #595959;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section.brnone {
        border-right: none;
        border-bottom: 1px solid #595959;
    }
    .effipage_main_accordian .panel-group .panel-heading a {
        padding: 0;
    }
    .moneygrowth_clientpage .testimonials_content .testimonial_info {
        padding: 0 45px;
        padding-top: 45px;
    }
    .testimonial_swiper .swiper-button-prev {
        bottom: 30px;
        left: 7%;
    }
    .testimonial_swiper .swiper-button-next {
        right: 75%;
        bottom: 30px;
    }
    .moneygrowth_clientpage .testimonials_content .test_divcircle {
        width: 250px;
        height: 250px;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translate(-50%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
        position: absolute;
        left: 29%;
        bottom: 10%;
        transform: translate(-20%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
        position: absolute;
        left: 29%;
        bottom: 10%;
        transform: translate(-20%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 100%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 7%;
        right: 45%;
        left: unset;
        width: unset;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        left: 27%;
        top: 47%;
        transform: translate(0%, -50%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 60%;
    }
    .moneygrowth_billpayment .billpayment_section2 img {
        width: 50%;
    }
}

@media (max-width:767px) {}

@media (max-width:640px) {
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 43%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 36%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 210px;
        height: 185px;
        left: 32%;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_logo {
        width: 50%;
        margin-left: auto;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content::before {
        width: 210px;
        height: 185px;
        left: 32%;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_logo {
        width: 50%;
        margin-left: auto;
    }
    .testimonial_swiper .swiper-button-next {
        right: 73%;
        bottom: 30px;
    }
    .moneygrowth_homepage .dropdown-menu {
        left: 75px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    } */
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
        position: absolute;
        left: 25%;
        bottom: 10%;
        transform: translate(-13%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo img {
        width: 55%;
    }
}

@media (max-width:480px) {
    .moneygrowth_main .custom_container {
        width: 90%;
        margin: 0 auto;
    }
    .moneygrowth_main .vmiddle {
        float: unset;
        display: block;
        margin: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 p {
        width: 400px;
    }
    .moneygrowth_main .moneygrowth_header .header_section .money_menu .money_menu_section {
        display: block;
    }
    /* index */
    .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_image {
        padding-left: 0;
        width: 80%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .swiper_banner .swiper_info .swiper_content {
        padding-top: 50px;
    }
    .moneygrowth_main .moneygrowth_homepage .section2 .moneygrowth_section .moneygrowth_content {
        padding-top: 50px;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .ourservice_title {
        display: block;
        padding: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .ourservice_section .service_logo {
        position: unset;
        top: unset;
        right: unset;
        display: block;
        transform: unset;
        padding-top: 50px;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 40%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 34%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section5 .market_section .market_image_info .mobile-pad-top {
        padding-top: 30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section {
        padding-top: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_content_info {
        padding-top: 30px;
    }
    .moneygrowth_main .moneygrowth_homepage .section6 .burn_section .burn_content_info.font20 {
        font-size: 18px;
    }
    /* footer */
    .moneygrowth_main .moneygrowth_footer .footer_content .height-mobile {
        min-height: auto;
        padding-bottom: 35px;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .signup {
        padding-bottom: 20px;
        text-align: center;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 button {
        border: none;
        padding: 11px;
        width: 35%;
        margin-left: -4px;
        background-color: #000;
        right: 4%;
    }
    .moneygrowth_main .moneygrowth_footer .moneygrowth_copyright {
        padding: 10px 0;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .footer_content_image {
        text-align: center;
    }
    .moneygrowth_main .moneygrowth_footer .footer_section2 .subscribe .footer_content_image li {
        display: inline-block;
        padding-left: 0;
        vertical-align: middle;
        width: auto;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a {
        display: block;
        position: relative;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a:after {
        content: "\f067";
        /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-title>a[aria-expanded="true"]:after {
        content: "\f068";
        /* fa-chevron-up */
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default>.panel-heading {
        color: #fff;
        background-color: unset;
        border-color: unset;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default {
        border-color: unset;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel {
        margin: 0;
        background-color: unset;
        border: 1px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: unset;
        border-bottom: 1px solid #3D6B7B;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: transparent;
    }
    .moneygrowth_main .moneygrowth_homepage .section3 .uldisc {
        padding-left: 25px;
        list-style: disc;
    }
    .moneygrowth_homepage .dropdown-menu {
        left: 12px;
    }
    .moneygrowth_main .moneygrowth_footer .tcenter_mobile {
        text-align: center;
    }
    .moneygrowth_main .moneygrowth_footer .poweredby {
        padding-top: 10px;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 175px;
        height: 145px;
        left: 30%;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content .analysis_content_section {
        padding: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        padding: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content::before {
        width: 175px;
        height: 145px;
        left: 30%;
    }
    .moneygrowth_clientpage .testimonials_content .testimonial_info {
        padding: 40px 0 0 0;
    }
    .testimonial_swiper .swiper-button-prev {
        left: 0%;
    }
    .moneygrowth_homepage select {
        padding: 5% 3% 5% 7%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        position: absolute;
        left: 20%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
        position: absolute;
        left: 12%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
        position: absolute;
        left: 15%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        left: 30%;
        top: 35%;
        transform: translate(0%, -50%);
    }
    /* 
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    } */
}

@media (max-width: 420px) {
    .effipage_main_accordian .accrodian_heading_h1 {
        padding: 45px 0;
        width: 80%;
    }
    .engineeringpage_main_accordian .accrodian_heading_h1 {
        padding: 45px 0;
        width: 80%;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        padding: 20px;
    }
    .moneygrowth_engineeringpagepage .eng_banner_txt {
        top: 3%;
    }
    .moneygrowth_homepage .dropdown-menu {
        left: 6px;
        padding: 0;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 40%;
        height: 15%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 33%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 39%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        position: absolute;
        left: 15%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt1 {
        position: absolute;
        left: 5%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
        position: absolute;
        left: 10%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .smart_logo {
        position: absolute;
        z-index: 9;
        left: 30%;
        top: 40%;
        transform: translate(0%, -50%);
    }
}

 
@media (max-width: 400px) {
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        padding: 20px;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content::before {
        width: 145px;
        height: 130px;
        left: 30%;
    }
    .testimonial_swiper .swiper-button-next {
        right: 68%;
        bottom: 30px;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 11px;
    }
    .moneygrowth_homepage .dropdown-menu {
        font-size: 18px;
        left: 34px;
    }
    /* .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    } */
}


/* @media (max-width: 395px) {
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        left: 24%;
    }
} */

@media (max-width: 375px) {
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_next {
        top: auto;
        left: auto;
        right: 30%;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_homepage .section4 .awards_section .awards_swiper .swiper2_prev {
        top: auto;
        left: 37%;
        right: auto;
        bottom: 14%;
    }
    .moneygrowth_main .moneygrowth_engineeringpagepage .engineeringpage_section2 .eng_content .eng_content_section {
        height: auto;
        padding: 20px;
    }
    .moneygrowth_homepage .dropdown-menu {
        font-size: 18px;
        left: 25px;
    }
    .moneygrowth_main .moneygrowth_effipage .effipage_section2 .analysis_content::before {
        width: 40%;
        height: 125px;
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt2 {
        position: absolute;
        left: 5%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
    .moneygrowth_main .moneygrowth_homepage .section1 .home_banner_txt {
        position: absolute;
        left: 10%;
        bottom: 10%;
        transform: translate(0%, 0%);
    }
}