﻿    
@import url('css2-Montserratwght300400500600700800_swap.css');
@import url('css2-Poppinswght400500600700_swap.css');

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

figure {
    margin: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none !important;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

figure {
    margin: 0
}

p {
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

.btn {
    padding: 10px 20px;
    background: transparent;
    border: transparent;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 5.27049px;
}

.btn.btn-light {
    border: 1px solid #2FB463;
    color: #2FB463;
}

.btn.btn-light:hover {
    background: #2FB463;
    color: #FFF
}

.btn.btn-success {
    background: #2FB463;
    color: #FFF;
    border: 1px solid #2FB463;
}

.btn.btn-success:hover {
    background: transparent;
    color: #2FB463
}

/*------------------------------------------------------------*/
/*Topbar
/*------------------------------------------------------------*/

.topbar {
    background: rgba(32, 38, 41, 1);
    padding: 8px 0
}

.topbar .header_info {
    display: flex;
    align-items: center;
    display: -webkit-flex;
}

.topbar .header_info .social_info {
    margin-left: auto;
}

.topbar .header_info .social_info a {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 15px;
    display: inline-block;
    line-height: 1px;
    font-size: 14px;
}

.topbar .header_info .social_info a:hover {
    color: #FFF
}

.topbar .header_info .header_contact a {
    line-height: 1;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.topbar .header_info .header_contact a span {
    margin-right: 10px;
}

.topbar .header_info .header_contact a:hover {
    text-decoration: underline;
}

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

header {
    padding: 25px 0;
    transition: 0.3s ease-in-out;
    background: #FFF;
}

header .header_inner {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: wrap;
}

header .header_inner .navbar_menu ul {
    display: flex;
    align-items: center;
    display: -webkit-flex;
}

header .header_inner .header_btn {
    margin-left: auto;
    width: 225px;
    text-align: right;
}

header .header_inner .header_menu {
    width: calc(100% - 415px);
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
}

header .header_inner .logo a {
    display: inline-block;
    margin-right: 25px;
}

header .header_inner .logo {
    max-width: 190px;
}

header .header_inner .logo img {
    width: 100%
}

header .header_inner .navbar_menu ul li {
    margin: 0 23px;
}

header .header_inner .navbar_menu ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #575555;
    font-weight: 400;
}

header .header_inner .navbar_menu ul li a:hover {
    color: #2FB463;
}

header .header_inner .header_btn .btn+.btn {
    margin-left: 30px;
}

.menu_icon {
    display: none;
}

.close-menu {
    display: none;
}

.fixed-header .topbar {
    display: none;
}

/* .fixed-header header.header_bar {position: fixed;top: 43px;left: 0;right: 0;width: 100%;z-index: 99;box-shadow: 0 0 50px rgb(96 96 96 / 30%);} */
.header-top-fix {
    transition: 0.3s ease-in-out;
}

.fixed-header .header-top-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 50px rgb(96 96 96 / 30%);
}


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

footer {
    background: #000000;
    padding: 32px 0 0px;
    margin-top: 124px;
    background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/img/images/footer-bg.webp);
    background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/img/images/footer-bg.webp);
    background-position: 95%;
    background-size: 343px;
    background-repeat: no-repeat;
}

.footer-inner .footer-left-img img {
    width: 100%;
}

.footer-info h2 {
    font-weight: 500;
    font-size: 29.8703px;
    line-height: 44px;
    color: #2FB463;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.footer-info {
    padding-bottom: 38px;
}

.footer-left-img {
    position: absolute;
    width: 361px;
    height: 358px;
    left: 0;
    bottom: -41px;
}

.footer-inner {
    position: relative;
    padding-left: 420px;
}

.footer-info p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.footer-info p a span {
    display: inline-block;
    vertical-align: 0;
    margin-right: 15px;
}

.footer-info p {
    margin-bottom: 15px;
}

.footer-info p:last-child {
    margin-bottom: 0
}

footer .copyright-text p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 202.5%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
}

.copyright-text {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
}

footer .social_icon {
    text-align: right;
}

footer .social_icon a {
    margin: 0 8px;
}

footer .social_icon a {
    margin: 0 8px;
    display: inline-block;
    width: 47px;
    height: 47px;
}

footer .social_icon a:last-child {
    margin-right: 0
}

/*------------------------------------------------------------*/
/*Banner Slider
/*------------------------------------------------------------*/

.banner_section .carousel_banner {
    position: relative;
}

.banner_section .carousel_banner figure img {
    object-fit: cover;
}

.banner_section .carousel_banner .banner_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    display: -webkit-flex;
    margin-top: -90px;
}

.banner_section .carousel_banner figure {
    position: relative;
}

.carousel_banner .banner_inner .banner_content {
    max-width: 864px;
}

.carousel_banner .banner_inner .banner_content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 57px;
    line-height: 69px;
    color: #FFFFFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.carousel_banner .banner_inner .banner_content h2::before {
    content: '';
    position: absolute;
    left: -70px;
    bottom: -10px;
    background-image: url(../image/border-bottom.png);
    width: 206px;
    height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel_banner .banner_inner .banner_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.carousel_banner .banner_inner .banner_content .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-right: 20px;
}

.carousel_banner .banner_inner .banner_content .btn.bg-none {
    background: transparent;
    border-color: #FFF
}

.carousel_banner .banner_inner .banner_content .btn.bg-none:hover {
    background: #FFF
}

.banner_section .owl-nav {
    display: none !important;
}

.banner_section .owl-dots {
    max-width: 1300px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 200px;
    z-index: 2
}

.banner_section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    margin: 0 5px;
    transition: 0.6S ease-in-out;
    display: inline-block;
}

.banner_section .owl-dots .owl-dot.active {
    width: 82px;
    background: #2EBC51;
}

.banner_section .slider_main::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../image/slider-border.png);
    height: 197px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.mover_animation {
    position: absolute;
    right: 200px;
    top: 50%;
    width: 106px;
    height: 106px;
    display: inline-block;
    transform: rotate(-45.63deg);
    z-index: 1;
    -webkit-animation: 1s infinite alternate mover;
    animation: 1s infinite alternate mover;
    background: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/mover-a.png);
}

.banner_section .carousel_banner .box-small {
    width: 30px;
    height: 30px;
    border: 1px solid #2FB463;
    transform: rotate(-135.63deg);
    display: inline-block;
    position: absolute;
    left: 75px;
    bottom: 300px;
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
    z-index: 1;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes move {
    from {
        right: 0;
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    to {
        right: -580%
    }
}

/*------------------------------------------------------------*/
/*Same Section
/*------------------------------------------------------------*/

.same-section {
    padding: 70px 0;
}

.same-heading {
    text-align: center;
    padding-bottom: 60px;
}

.same-heading span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.47em;
    color: rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
    display: block;
    padding-bottom: 30px;
}

.same-heading h2, .same-heading h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 31px;
    color: #252525;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}

.same-heading h2::before, .same-heading h1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../image/heading-border.png);
    width: 162px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*------------------------------------------------------------*/
/*Subscribe Section
/*------------------------------------------------------------*/

.subscribe_section .subscribe_blog {
    display: flex;
    display: -webkit-flex;
}

.subscribe_section .subscribe_blog .subscribe_img {
    width: 303px;
    display: inline-block;
}

.subscribe_section .subscribe_blog .subscribe_img figure {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.subscribe_section .subscribe_blog .subscribe_img figure img {
    width: 100%
}

.subscribe_section .subscribe_blog .subscribe_content {
    width: calc(100% - 303px);
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.subscribe_blog .subscribe_content .subscribe_content_inner {
    height: 100%;
}

.subscribe_blog .subscribe_content .stop-icon {
    position: absolute;
    top: -110px;
    width: 92px;
    height: 92px;
    left: 0;
}

.subscribe_section {
    padding-top: 110px;
}

.subscribe_content .subscribe_content_inner h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 10px;
}

.subscribe_content .subscribe_content_inner h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe_content .subscribe_content_inner h2 strong {
    color: rgba(47, 180, 99, 1);
    font-size: 40px;
}

.subscribe_content .subscribe_content_inner h2 span {
    position: absolute;
    font-weight: 600;
    font-size: 15.7454px;
    line-height: 19px;
    color: #FFFFFF;
    width: 85px;
    height: 85px;
    background-image: url(../image/price-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    right: 10px;
    top: -85px;
    transform: rotate(-20.67deg);
    animation: pulse 1s infinite ease-in-out alternate;
}

.subscribe_content .subscribe_content_inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.subscribe_content .subscribe_content_inner .btn-subscribe {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 8px 30px;
}

/*------------------------------------------------------------*/
/*Demand Section
/*------------------------------------------------------------*/

.same-section.demand_section {
    padding-bottom: 0;
    position: relative;
}

.same-section.demand_section::before {
    content: '';
    height: 233px;
    background: #F99D1C;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.demand_inner .demand-img figure {
    max-width: 714px;
    width: 100%;
    margin: auto;
}

.demand_inner .demand-img figure img {
    width: 100%
}

.demand_inner .demand-img {
    position: relative;
}

.demand_inner .demand-img::before {
    content: '';
    background: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/zoom-img.png);
    position: absolute;
    bottom: 10px;
    width: 123px;
    height: 54px;
    left: 200px;
    animation: pulse 1s infinite ease-in-out alternate;
}

.demand_inner .demand-img .img1 {
    position: absolute;
    top: -210px;
    left: 100px;
    width: 236px;
}

.demand_inner .demand-img .img2 {
    position: absolute;
    top: -15px;
    width: 294px;
    left: -50px;
}

.demand_inner .demand-img .img3 {
    position: absolute;
    right: -90px;
    top: -160px;
    width: 361px;
}

.demand_inner .demand-img .img4 {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 198px;
}

.pin-2 {
    position: absolute;
    left: 74px;
    top: -5px;
    z-index: 9;
}

.pin-3 {
    position: absolute;
    left: 58px;
    top: 2px;
    z-index: 9;
}

.pin-4 {
    position: absolute;
    right: 24px;
    z-index: 9;
}

.pin-1 {
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 9;
}

.img1>img,
.img2>img,
.img3>img,
.img4>img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    animation: swing 5s linear infinite;
    -webkit-animation: swing 5s linear infinite;
    -moz-animation: swing 5s linear infinite;
    -o-animation: swing 5s linear infinite;
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotateZ(-3deg);
        transform: rotateZ(-3deg);
    }

    50% {
        -webkit-transform: rotateZ(3deg);
        transform: rotateZ(3deg);
    }

    100% {
        transform: rotateZ(-3deg);
        -webkit-transform: rotateZ(-3deg);
    }
}

@keyframes swing {
    0% {
        transform: rotateZ(-3deg);
    }

    50% {
        transform: rotateZ(3deg);
    }

    100% {
        transform: rotateZ(-3deg);
    }
}

@-moz-keyframes swing {
    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.courses_box_same:hover {
    transform: scale(1.1);
}

@keyframes pulse-zoom {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1.0);
    }
}

@keyframes tilt-n-move-shaking {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    50% {
        transform: translate(0, 0) rotate(0deg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/*------------------------------------------------------------*/
/*About Section
/*------------------------------------------------------------*/

.about_section {
    position: relative;
}

.about_section .box-small {
    width: 15px;
    height: 15px;
    border: 1px solid #2FB463;
    transform: rotate(-135.63deg);
    display: inline-block;
    position: absolute;
    right: 200px;
    top: 100px;
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.about_section .about_row {
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.about_section .about_row .content_column {
    background: #EEFBF3;
    border-radius: 0px 70px 0px 0px;
    max-width: 854px;
    padding: 30px 30px 98px;
    width: 100%;
    position: relative;
}

.about_section .about_row .content_column::before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    border: 2px solid rgba(47, 180, 99, 0.15);
    height: 309px;
    width: 780px;
    z-index: -1;
}

.about_section .about_row .content_column .same_about_box {
    max-width: 600px;
    width: 100%
}

.about_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Poppins', sans-serif;
}

.about_section .about_video {
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 20px rgba(47, 180, 99, 0.2);
    border-radius: 25px;
    width: 600px;
    height: 338px;
    position: absolute;
    right: 0;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%);
}

.about_section .about_video figure {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.about_section .about_video figure span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(10, 195, 82, 0.3);
    border-radius: 100px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(10, 195, 82, 0.3), 0 0 0 0 rgba(10, 195, 82, 0.3);
    }

    40% {
        box-shadow: 0 0 0 30px rgba(10, 195, 82, 0), 0 0 0 0 rgba(10, 195, 82, 0.3);
    }

    80% {
        box-shadow: 0 0 0 30px rgba(10, 195, 82, 0), 0 0 0 30px rgba(10, 195, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 195, 82, 0), 0 0 0 30px rgba(10, 195, 82, 0);
    }
}

.about_section .about_video::before {
    content: '';
    position: absolute;
    background-image: url(../image/video-vector.png);
    width: 116px;
    height: 116px;
    right: -40px;
    top: -37px;
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
}

/*------------------------------------------------------------*/
/*logo Section
/*------------------------------------------------------------*/

.logo_inner {
    position: relative;
}

.logo_inner .small-boxbg {
    width: 64px;
    height: 64px;
    animation: pulse 1s infinite ease-in-out alternate;
    display: inline-block;
    background-image: url(../image/pulse.png);
    background-size: cover;
    position: absolute;
    left: -100px;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.logo_slider figure {
    height: 75px;
    padding: 15px;
}

/*------------------------------------------------------------*/
/*Free Subscribe Section
/*------------------------------------------------------------*/

.free_subscribe_section {
    padding: 30px 0;
    background: rgba(48, 146, 85, 1);
    position: relative;
    overflow: hidden;
}

.free_subscribe_blog {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.free_subscribe_blog .free_img {
    width: 297px;
    display: inline-block;
}

.free_subscribe_blog .free_img figure {
    height: 100%;
    overflow: hidden;
}

.free_subscribe_blog .free_content {
    width: calc(100% - 297px);
    padding-left: 40px;
}

.free_subscribe_blog .free_content .free_content_inner {
    height: 100%;
}

.free_subscribe_blog .free_content .free_content_inner h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.free_subscribe_blog .free_content .free_content_inner h2 span {
    color: rgba(255, 234, 0, 1);
    position: relative;
    font-size: 52px;
}

.free_subscribe_blog .free_content .free_content_inner h2 span::before {
    content: '';
    background: url(../image/border-yellow.png);
    position: absolute;
}

.free_subscribe_blog .free_content .free_content_inner h2 span::before {
    content: '';
    background: url(../image/border-yellow.png);
    position: absolute;
    width: 165px;
    height: 16px;
    bottom: -15px;
    right: 0;
}

.free_content .free_content_inner .free_user_group {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    margin-bottom: 30px;
}

.free_content .free_content_inner .free_user_group .group {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: 15px;
}

.free_content .free_content_inner .free_user_group span {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.free_user_group .group figure {
    width: 35px;
    height: 34px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
}

.free_user_group .group figure img {
    width: 100%;
}

.free_content_inner .btn-yellow {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 8px 30px;
    background: rgb(255, 234, 0);
    color: rgb(0, 0, 0);
    border-color: rgb(255, 234, 0);
}

.free_content_inner .btn-yellow:hover {
    background: transparent;
    color: rgb(255, 234, 0)
}

.free_subscribe_section::before {
    content: '';
    width: 354px;
    height: 354px;
    position: absolute;
    left: -145px;
    top: -135px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.free_subscribe_section::after {
    content: '';
    width: 354px;
    height: 354px;
    position: absolute;
    right: 25px;
    top: -228px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.free_subscribe_inner {
    position: relative;
}

.free_subscribe_inner::after {
    content: '';
    width: 354px;
    height: 354px;
    position: absolute;
    right: 25px;
    bottom: -280px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

/*------------------------------------------------------------*/
/*Course Section
/*------------------------------------------------------------*/

.courses_box_same {
    height: 100%;
    box-shadow: 0px 0px 20px rgba(47, 180, 99, 0.2);
    border-radius: 10px;
    background: #FFF;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.courses_box_same:hover {
    box-shadow: 0 0 50px rgba(117, 117, 117, 0.3);
}

.courses_box_same figure {
    height: 223px;
    overflow: hidden;
}

.courses_box_same figure img {
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.courses_box_same:hover figure img {
    transform: scale(1.1);
}

.courses_box_same .courses_content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #2FB463;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.courses_box_same .courses_content h2 a {
    color: rgba(47, 180, 99, 1)
}

.courses_box_same .courses_content {
    padding: 15px 15px 35px;
}

.courses_box_same .courses_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6C728C;
    font-family: 'Poppins', sans-serif;
}

.courses_box_same .courses_content .price_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.courses_box_same .courses_content .price_btn strong {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.courses_inner .col-md-2,
.courses_inner .col-md-3 {
    position: relative;
}

.courses_inner .plus_courses {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
}

.courses_inner {
    position: relative;
}

.courses_section .courses_inner .small-boxbg {
    width: 64px;
    height: 64px;
    animation: pulse 1s infinite ease-in-out alternate;
    display: inline-block;
    background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/pulse.png);
    background-size: cover;
    position: absolute;
    right: -145px;
    top: 100px;
}

.gtfoption_section .courses_inner {
    max-width: 987px;
    margin: auto;
}

.courses_inner .row .row {
    height: 100%;
}

.same-section.gtfoption_section {
    padding: 30px 0;
}

.gtfoption_section .courses_inner .small-boxbg {
    width: 50px;
    height: 40px;
    -webkit-animation: 1s infinite alternate mover;
    animation: 1s infinite alternate mover;
    display: inline-block;
    background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/zoomborder.png);
    background-size: cover;
    position: absolute;
    right: 200px;
    top: -130px;
}

.gowing_carousel {
    position: relative;
}

.gowing_carousel figure {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.gowing_carousel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gowing_carousel .send {
    width: 92px;
    height: 92px;
    position: absolute;
    top: 36px;
    left: 36px;
    cursor: pointer;
}

.gowing_carousel .gowing_content {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 50px;
    max-width: 685px;
}

.gowing_carousel .gowing_content span {
    width: 166px;
    display: inline-block;
    margin-bottom: 40px;
}

.gowing_carousel .gowing_content h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    color: #252525;
    padding-bottom: 25px;
}

.gowing_carousel .gowing_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
}

.gowing_slider .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: -webkit-flex !important;
    padding-top: 32px;
}

.gowing_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 5px;
    transition: 0.6S ease-in-out;
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
}

.gowing_slider .owl-dots .owl-dot.active {
    width: 82px;
    background: #2EBC51;
}

.growing_inner {
    position: relative;
}

.growing_section {
    background: #FCFCFC;
}

.growing_inner .small-boxbg {
    width: 50px;
    height: 40px;
    -webkit-animation: 1s infinite alternate mover;
    animation: 1s infinite alternate mover;
    display: inline-block;
    background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/zoomborder.png);
    background-size: cover;
    position: absolute;
    left: -200px;
    top: -85px;
}

.riban-bg {
    display: block;
    position: absolute;
    right: -8px;
    top: -6px;
    z-index: 1;
}

.free_subscribe_section.new-comman .free_subscribe_blog .free_img figure {
    border: none;
    margin: 0;
    padding: 0;
}

.free_subscribe_section.new-comman .free_img {
    width: 374px;
    position: relative;
}

.free_subscribe_section.new-comman .free_content {
    width: calc(100% - 374px);
}

.free_subscribe_section.new-comman h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    padding-bottom: 11px;
}

.free_subscribe_section.new-comman h6 span small {
    font-size: 24px;
    font-weight: 500;
    color: #eeeaea;
}

.free_subscribe_section.new-comman h6 span {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    top: -16px;
}

.free_subscribe_section.new-comman h6 span::after {
    content: '';
    position: absolute;
    bottom: -21px;
    background: url(../image/riban-white.png) no-repeat;
    width: 183px;
    height: 20px;
    background-position: center;
    left: 0;
}

.tranding-content {
    background: #FFD32D;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 9px 30px;
    display: inline-block;
}

.subscribe_now_btn {
    padding-top: 30px;
}

.subscribe_now_btn a {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 4px 25px;
    display: inline-block;
}

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

.free_subscribe_section.new-comman .free_img::after {
    background: rgba(0, 0, 0, 0.36);
    opacity: 0.15;
    position: absolute;
    content: "";
    width: 81px;
    height: 81px;
    left: -25px;
    top: 78px;
    transform: rotate(47deg);
}

.free_subscribe_section.new-comman {
    background: url(../image/bg-shape-rounder.png) !important;
}

/* .free_subscribe_section.new-comman:after,.free_subscribe_section.new-comman:before,.free_subscribe_section.new-comman .free_subscribe_inner::after  {display: none;} */


/*------------------------------------------------------------*/
/*Tranding Section
/*------------------------------------------------------------*/
.tranding-zone-wrapper {
    padding: 82px 0 123px;
    position: relative;
    background: #fcfcfc;
}

.tranding-left-inner {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    padding: 33px 39px;
    position: relative;
}

.tranding-left-inner h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #2FB463;
    padding-bottom: 12px;
}

.tranding-left-inner h2 span {
    color: #000000;
}

.tranding-left-inner>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.tranding-left-inner ul h4 {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #263238;
    margin-bottom: 14px;
    padding-left: 31px;
}

.tranding-left-inner ul li {
    padding-bottom: 35px;
}

.tranding-left-inner ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
}

.tranding-left-inner ul h4::after {
    background: url('../image/arrow-right.png');
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    content: "";
}

.tranding-left-inner ul {
    max-width: 379px;
}

.right-form-box {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    padding: 37px 30px;
    height: 100%;
}

.right-form-box h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.71);
    font-family: 'Poppins', sans-serif;
}

.right-form-box .form-group {
    padding-top: 30px;
}

.right-form-box .form-control {
    background: rgba(0, 0, 0, 0.02);
    border: none !important;
    border-radius: 0 !important;
    color: #263238;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 22px;
}

.right-form-box .btn {
    background: #2FB463;
    border-radius: 5.27049px;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: block;
    padding: 11px 9px;
    border: 1px solid #2FB463 !important;
}

.right-form-box .btn:hover {
    background: transparent;
    color: #2FB463;
}

.right-form-box .form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.right-form-box .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.right-form-box .form-group textarea {
    height: 120px;
    resize: none;
}

.shape-woman-inner {
    position: absolute;
    right: 26px;
    bottom: 0;
}

.shape-woman-inner>img {
    position: relative;
}

.rounder-animtion {
    display: block;
    position: absolute;
    right: 0;
    top: -38px;
    animation: pulse-zoom 1s infinite ease-in-out alternate;
}

.dotted-shape {
    position: absolute;
    display: block;
    right: 63px;
    top: 40%;
}

.company-happy-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 7px;
}

.company-happy-wrapper {
    padding: 44px 0;
    position: relative;
}

/*.company-happy-wrapper li:nth-child(1) {background: #E4FEEF; border-radius: 10px; }*/
.company-happy-wrapper li {
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 10px;
    width: 25%;
}

.company-happy-wrapper li figcaption, .company-happy-wrapper li .text_win {
    padding-left: 11px;
}

.company-happy-wrapper li figure {
    background: #FFFAE5;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.company-happy-wrapper li:nth-child(1) figure {
    all: unset;
}

.company-happy-wrapper li h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

.company-happy-wrapper li p {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 2px;
}

.company-happy-wrapper li:nth-child(3) figure {
    background: #F3F0FF;
}

.company-happy-wrapper li:nth-child(4) figure {
    background: #FFF2EB;
}

.rouder-shape-1 {
    display: block;
    position: absolute;
    left: 92px;
    top: 50%;
    transform: translateY(-50%);
    animation: 1s infinite alternate mover;
}

.company-happy-wrapper li:hover {
    background: #E4FEEF;
    border-radius: 10px;
}

.company-happy-wrapper li:hover figure {
    height: 72px;
    line-height: 72px;
}

/* .company-happy-wrapper li:hover p {
    color: #43CC7C;
} */



/*------------------------------------------------------------*/
/*Testmonial Section
/*------------------------------------------------------------*/
.testmonial-wrapper {
    background: #FCFCFC;
    padding: 99px 0 81px;
}

.testminal-inner-left .same-heading {
    text-align: left !important;
    padding: 0 0 14px;
}

.testminal-inner-left .same-heading span {
    padding-bottom: 17px;
}

.testminal-inner-left p {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}

.testminal-inner-left {
    max-width: 307px;
}

.positon-clint img {
    width: auto !important;
}

.positon-clint h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.positon-clint span {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 9px;
    display: block;
}

.testmonial-slider-right p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-bottom: 32px;
    font-family: 'Poppins', sans-serif;
}

.positon-clint {
    padding-top: 18px;
    position: relative;
}

.positon-clint::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 39px;
    height: 1px;
    background: rgba(47, 180, 99, 0.3);
}

.testmonial-slider-left img {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.testmonial-inx {
    display: flex;
    align-items: center;
}

.testmonial-slider-left {
    width: 339px !important;
}

.testmonial-slider-right {
    width: calc(100% - 339px);
}

.testmonial-slider-left figure {
    position: relative;
    width: 293px !important;
    height: 301px;
}

.testmonial-slider-left {
    width: 339px !important;
    padding: 18px 0;
}

.testmonial-slider-left figure::after {
    border: 1px solid rgba(47, 180, 99, 0.3);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 13px;
    right: -13px;
}

.testmonial-slider {
    position: relative;
}

.testmonial-slider::after {
    border: 10px solid #2FB463;
    width: 89px;
    height: 89px;
    content: "";
    left: -38px;
    top: -27px;
    position: absolute;
    border-radius: 50%;
    animation: pulse 1s infinite ease-in-out alternate;
}

.play-voider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(10, 195, 82, 0.3);
    border-radius: 100px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-size: 18px;
    animation: animate-pulse 3s linear infinite;
    z-index: 1;
}

.testmonial-slider .owl-nav button {
    border: 1px solid #2FB463 !important;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testmonial-slider .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 16px;
}

.testmonial-slider .owl-nav button:hover {
    background: #2FB463 !important;
}

.testmonial-slider .owl-nav button:hover img {
    filter: brightness(0) invert(1);
}


/*------------------------------------------------------------*/
/*Why-Choose Section
/*------------------------------------------------------------*/

.why-choose-wrapper {
    padding: 38px 0;
}

.why-detals-box {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.why-detals-box figure {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAF9FF;
    border-radius: 5px;
}

.why-detals-box figcaption {
    width: calc(100% - 130px);
    padding: 17px;
}

.why-detals-box figcaption h4 {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    padding-bottom: 7px;
}

.why-detals-box figcaption p {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}

.why-choose-wrapper .col-md-6:nth-child(2) figure {
    background: #FBEFFD;
}

.why-choose-wrapper .col-md-6:nth-child(3) figure {
    background: #FFF5EF;
}

.why-choose-wrapper .col-md-6:nth-child(4) figure {
    background: #EFFCF5;
}

.why-choose-wrapper .col-md-6:nth-child(5) figure {
    background: #FFFAE5;
}

.why-choose-wrapper .col-md-6:nth-child(6) figure {
    background: #F3F0FF;
}

.why-choose-wrapper .same-heading {
    padding: 0;
    padding-bottom: 0;
}

/*------------------------------------------------------------*/
/*Get Idea Section
/*------------------------------------------------------------*/

.get-idea-section {
    padding: 84px 0 30px;
    background: rgba(39, 161, 213, 1);
    margin-top: 157px;
    position: relative;
}

.get_inner .get_title h2 {
    font-weight: 700;
    font-size: 87px;
    line-height: 87px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}

.get_inner .get_title p {
    font-weight: 700;
    font-size: 38px;
    line-height: 61px;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
}

.get_inner .get_title p span {
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.get_inner .get_title p span::before {
    content: '';
    position: absolute;
    bottom: -30px;
    background: url(../image/riban-white.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 183px;
    height: 20px;
    background-position: center;
    right: 0;
}

.get_inner .get_title h2 span {
    position: absolute;
    left: 200px;
    top: -7px;
}

.get_inner .join_group {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
}

.get_inner .join_group .chat-img {
    position: absolute;
    max-width: 225px;
    bottom: -20px;
    height: 407px;
}

.get_inner .join_group .chat-img img {
    width: 100%;
    height: 100%;
}

.get_inner .join_group .chat-img {
    position: relative;
    max-width: 225px;
    margin-top: -200px;
    height: 407px;
}

.get_inner .join_group .join-title {
    padding-left: 49px;
}

.get_inner .join_group .join-title span img {
    width: 100%;
}

.get_inner .join_group .join-title span {
    width: 124px;
    height: 110px;
    display: block;
    margin-top: -60px;
    margin-left: 20px;
    position: relative;
}

.get_inner .join_group .join-title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.get_inner .join_group .join-title strong {
    font-weight: 700;
    font-size: 49px;
    line-height: 67px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.get_inner .join_group .join-title span::before {
    content: '';
    position: absolute;
    background: url(../image/join-border.png);
    width: 103px;
    height: 51px;
    left: 109px;
    top: -43px;
}

.get-idea-section::before {
    content: '';
    position: absolute;
    left: 60px;
    background: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/images/send-overlay.png);
    width: 208px;
    height: 208px;
    top: 35px;
}

.get-idea-section::after {
    content: '';
    background: url(../image/left-overlay-border.png);
    width: 60px;
    height: 146px;
    position: absolute;
    left: 185px;
    top: -62px;
}

/*------------------------------------------------------------*/
/*Faq
/*------------------------------------------------------------*/

.faq-section .accordion-item {
    margin-bottom: 24px;
    border: 0;
}

.faq-section .accordion-item:last-child {
    margin-bottom: 0
}

.faq-section .accordion-item .accordion-button {
    background: #EEFBF3;
    border: 1px solid rgba(47, 180, 99, 0.1);
    border-radius: 12px !important;
    box-shadow: none;
    outline: none !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Poppins', sans-serif;
    padding: 19px 50px 19px 20px;
}

.faq-section .accordion-item .accordion-button[aria-expanded="true"] {
    border-radius: 12px 12px 0 0px !important;
    background: #2FB463;
    color: #FFF;
}

.faq-section .accordion-item .accordion-body {
    padding: 8px 19px 33px;
    background: #2fb463;
    border-radius: 0px 0px 12px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.faq-section .accordion-item .accordion-button[aria-expanded="true"]::before {
    content: '';
    width: 34px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 5px;
    z-index: 2;
}

.faq-section .accordion-item .accordion-button::after {
    content: '';
    background-image: url(../image/plus-icon.png);
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .accordion-item .accordion-button[aria-expanded="true"]::after {
    content: '-';
    font-size: 35px;
    line-height: 17px;
}


/*New FAQ */
.faq-section .card {
    margin-bottom: 24px;
    border: 0;
}

.faq-section .card :last-child {
    margin-bottom: 0
}
.faq-section .card .card-header{padding: 0;border: 0;}
.faq-section .card  .accordion-button {
    background: #EEFBF3;
    border: 1px solid rgba(47, 180, 99, 0.1);
    border-radius: 12px !important;
    box-shadow: none;
    outline: none !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Poppins', sans-serif;
    padding: 19px 50px 19px 20px;
}

.faq-section .card .accordion-button[aria-expanded="true"] {
    border-radius: 12px 12px 0 0px !important;
    background: #2FB463;
    color: #FFF;
}

.faq-section .card  .accordion-body {
    padding: 8px 19px 33px;
    background: #2fb463;
    border-radius: 0px 0px 12px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.faq-section .card  .accordion-button[aria-expanded="true"]::before {
    content: '';
    width: 34px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 5px;
    z-index: 2;
}

.faq-section .card  .accordion-button::after {
    content: '';
    background-image: url(../image/plus-icon.png);
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .card  .accordion-button[aria-expanded="true"]::after {
    content: '-';
    font-size: 35px;
    line-height: 17px;
}

.mobile_courses {
    display: none !important;
}

.demand_section.mobile_v {
    display: none;
}

.same-section.logo_section .owl-dots,
.same-section.logo_section .owl-nav {
    display: none;
}

.free_subscribe_section.new-comman h6 span mark {
    margin: 0;
    padding: 0;
    display: inline;
    background: transparent;
    color: #FFF;
}

.free_subscribe_section.new-comman .free_img mark.mobile-zoom {
    display: none;
}

.free_subscribe_inner {
    z-index: 1;
}

.about_section .about_video figure span a {
    color: #FFF
}

.video-popup .modal-dialog {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.video-popup .modal-dialog .modal-content {
    max-width: 900px;
    position: relative
}

.video-popup .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: 0;
}

.video-popup .modal-dialog .modal-content .modal-header button.btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    outline: none;
    opacity: 1;
    background-image: none;
    font-size: 43px;
}

.video-popup .modal-dialog .modal-body {
    padding: 15px;
}

.video-popup .modal-dialog .modal-body iframe {
    width: 100%;
    height: 500px;
}

/*------------------------------------------------------------*/
/*Responsive Media Query CSS
/*------------------------------------------------------------*/
.logo_slider .owl-stage {
    -webkit-animation: marquee 40s linear infinite running;
    -moz-animation: marquee 40s linear infinite running;
    -o-animation: marquee 40s linear infinite running;
    -ms-animation: marquee 40s linear infinite running;
    animation: marquee 40s linear infinite running;
}

.banner_section .carousel_banner figure img.mobileimg {
    display: none;
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.why-detals-box figure {
    transition: 0.3s ease-in-out;
}

.why-detals-box:hover figure {
    border-radius: 50px 0;
}

@media (max-width:1799px) {
    .get-idea-section::before {
        left: 60px;
        width: 120px;
        height: 120px;
        background-size: cover;
    }

    .get-idea-section::after {
        left: 121px;
        top: -84px;
    }

    .banner_section .slider_main::before {
        margin-bottom: -1px;
        height: 188px;
    }
}

@media (max-width:1599px) {
    .courses_section .courses_inner .small-boxbg {
        right: -45px;
        top: 30px;
        width: 50px;
        height: 50px;
    }

    .demand_inner .demand-img .img3 {
        right: -40px;
    }

    .demand_inner .demand-img .img2 {
        left: -25px;
    }

    .rouder-shape-1 {
        left: 10px;
    }

    .logo_inner .small-boxbg {
        width: 50px;
        left: -60px;
        height: 50px;
    }

    .growing_inner .small-boxbg {
        left: 0
    }

    .get-idea-section::before {
        left: 0
    }

    .get-idea-section::after {
        left: 61px;
    }

    .get_inner .get_title h2 {
        font-size: 74px;
        line-height: 75px;
    }

    .get_inner .get_title h2 span {
        left: 171px;
        top: -7px;
        width: 34px;
    }

    .get_inner .get_title p {
        font-size: 32px;
        line-height: 50px;
    }

    .get_inner .join_group .join-title strong {
        font-size: 38px;
        line-height: 50px;
    }

    .get_inner .join_group .join-title span {
        width: 100px;
        height: 100px;
    }

    .get_inner .join_group .join-title span::before {
        left: 84px;
        top: -36px;
    }

    .get_inner .join_group .join-title h3 {
        padding-bottom: 5px;
    }

    .banner_section .carousel_banner .box-small {
        left: 20px;
    }

    .mover_animation {
        width: 90px;
        height: 90px;
        background-size: cover;
        right: 85px;
    }

    .free_subscribe_section::before {
        width: 235px;
        height: 235px;
    }

    .free_subscribe_section::after {
        width: 235px;
        top: -170px;
        height: 235px;
    }

    .free_subscribe_inner::after {
        width: 235px;
        height: 235px;
        bottom: -180px;
    }

    .carousel_banner .banner_inner .banner_content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .carousel_banner .banner_inner .banner_content h2::before {
        width: 175px;
        height: 31px;
        left: -25px;
        bottom: -5px;
    }

    .carousel_banner .banner_inner .banner_content h2 {
        margin-bottom: 18px;
    }

    .subscribe_content .subscribe_content_inner h2 {
        font-size: 35px;
    }

    .subscribe_content .subscribe_content_inner h2 strong {
        font-size: 38px;
    }

    .subscribe_content .subscribe_content_inner p {
        font-size: 18px;
    }

    .subscribe_content .subscribe_content_inner h4 {
        font-size: 18px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 32px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span {
        font-size: 45px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span::before {
        width: 142px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -15px;
    }

    .get_inner .col-md-7 {
        width: 54.333%;
    }

    .get_inner .col-md-5 {
        width: 45.6666%;
    }

    .why-detals-box figure {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .why-detals-box {
        padding: 15px;
    }

    .why-detals-box figcaption {
        padding: 0 17px;
    }

    .get_inner {
        max-width: 1100px;
        margin: auto;
    }

    .banner_section .slider_main::before {
        height: 165px;
        margin-bottom: -1px;
    }
}

@media (max-width:1399px) {
    .carousel_banner .banner_inner .banner_content {
        max-width: 700px;
    }

    .container {
        padding: 0 15px;
    }

    .carousel_banner .banner_inner .banner_content h2::before {
        left: 10px;
    }

    .carousel_banner .banner_inner .banner_content p {
        font-size: 14px;
        line-height: 25px;
    }

    .carousel_banner .banner_inner .banner_content .btn {
        font-size: 14px;
    }

    header .header_inner .header_btn .btn+.btn {
        margin-left: 15px;
    }

    .subscribe_content .subscribe_content_inner h2 strong {
        font-size: 32px;
    }

    .subscribe_content .subscribe_content_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .subscribe_content .subscribe_content_inner p {
        font-size: 15px;
    }

    .subscribe_content .subscribe_content_inner h4 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .subscribe_content .subscribe_content_inner .btn-subscribe {
        font-size: 16px;
    }

    .same-heading h2, .same-heading h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 15px;
    }

    .same-heading span {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .same-heading h2::before, .same-heading h1::before {
        width: 143px;
        height: 13px;
    }

    .same-heading {
        padding-bottom: 40px;
    }

    .demand_inner .demand-img .img3 {
        right: 0;
        width: 290px;
    }

    .demand_inner .demand-img .img4 {
        right: 50px;
    }

    .demand_inner .demand-img .img2 {
        top: 0;
        width: 254px;
        left: 0;
    }

    .demand_inner .demand-img .img1 {
        top: -140px;
        left: 129px;
        width: 200px;
    }

    .about_section .about_row .content_column .same_about_box {
        max-width: 650px;
    }

    .about_section .about_row .content_column::before {
        left: -15px;
        bottom: -15px;
    }

    .about_section .about_video::before {
        width: 50px;
        height: 50px;
        right: -7px;
        top: -20px;
        background-size: cover;
    }

    .courses_section .courses_inner .small-boxbg {
        right: 0;
        top: -70px;
        width: 50px;
        height: 50px;
    }

    .logo_inner .small-boxbg {
        top: -50px;
        left: 0
    }

    .rouder-shape-1 {
        left: 30px;
        top: -24px;
    }

    .demand_inner .demand-img figure {
        max-width: 655px;
    }

    .same-section.logo_section {
        padding: 15px 0 50px;
    }

    .same-section.gtfoption_section {
        padding: 0;
    }

    .free_content .free_content_inner .free_user_group span {
        line-height: 25px;
    }

    .free_content .free_content_inner .free_user_group {
        margin-bottom: 15px;
    }

    .courses_box_same .courses_content {
        padding: 15px 15px 20px;
    }

    .gowing_carousel .send {
        width: 65px;
        height: 65px;
    }

    .gowing_carousel .send {
        width: 65px;
        height: 65px;
        left: 25px;
        top: 25px;
    }

    .gowing_carousel .gowing_content {
        padding: 30px 25px 50px;
    }

    .gowing_carousel .gowing_content span {
        margin-bottom: 20px;
    }

    .gowing_carousel .gowing_content h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .free_subscribe_section.new-comman h6 {
        font-size: 20px;
    }

    .free_subscribe_section.new-comman h6 span {
        font-size: 32px;
    }

    .subscribe_now_btn {
        padding-top: 16px;
    }

    .subscribe_now_btn a {
        font-size: 18px;
    }

    .tranding-zone-wrapper {
        padding: 65px 0px;
    }

    .company-happy-wrapper li p {
        font-size: 16px;
    }

    .company-happy-wrapper {
        padding: 35px 0 0;
    }

    .testmonial-wrapper {
        padding: 65px 0 0px;
    }

    .get-idea-section {
        margin-top: 100px;
    }

    .get_inner .get_title h2 {
        font-size: 55px;
        line-height: 30px;
    }

    .get_inner .get_title p {
        font-size: 26px;
        line-height: 45px;
    }

    .get_inner .get_title p span {
        margin-bottom: 15px;
    }

    .get_inner {
        max-width: 980px;
        margin: auto;
    }

    .get_inner .col-md-7 {
        width: 50%;
    }

    .get_inner .col-md-5 {
        width: 50%;
    }

    .get_inner .get_title h2 span {
        left: 126px;
        top: -4px;
        width: 28px;
    }

    .same-section {
        padding: 65px 0;
    }

    header {
        padding: 15px 0;
    }

    footer {
        margin-top: 100px;
    }

    .get_inner .join_group .join-title strong {
        font-size: 33px;
        line-height: 40px;
    }

    .tranding-content {
        font-size: 16px;
    }

    .subscribe_section {
        padding-top: 110px;
    }

    .banner_section .slider_main::before {
        height: 145px;
    }

    .banner_section .owl-dots {
        bottom: 48px;
        padding: 0 220px;
    }

    .about_section .about_video {
        width: 550px;
        height: 314px;
    }
}

@media (max-width:1299px) {
    .same-heading h2, .same-heading h1 {
        font-size: 28px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .tranding-content {
        font-size: 14px
    }

    .tranding-left-inner h2 {
        font-size: 28px;
    }

    .shape-woman-inner {
        max-width: 200px;
    }

    .rounder-animtion {
        max-width: 150px;
    }

    .company-happy-wrapper li p {
        font-size: 14px;
    }

    .why-detals-box figcaption h4 {
        font-size: 14px;
        line-height: 20px
    }

    .why-detals-box figcaption p {
        font-size: 13px;
    }

    .faq-section .accordion-item .accordion-button {
        font-size: 13px;
    }

    .faq-section .accordion-item .accordion-body {
        font-size: 13px;
    }

    .footer-inner {
        padding-left: 385px;
    }

    .footer-info h2 {
        font-size: 25px;
    }

    .footer-info p {
        margin-bottom: 10px;
    }

    .footer-info p a {
        font-size: 14px;
    }

    .footer-left-img {
        bottom: -45px;
        width: 330px;
        height: 330px;
    }

    .about_section .about_video {
        width: 403px;
        height: 230px;
    }

    .about_section .about_row .content_column {
        padding: 20px 20px 60px;
    }

    header .header_inner .navbar_menu ul li {
        margin: 0 15px;
    }

    .right-form-box .form-control {
        font-size: 14px;
        padding: 7px 20px;
    }

    .right-form-box .form-group textarea {
        height: 100px;
    }

    .logo_slider figure {
        height: 45px;
        padding: 10px;
    }

    .company-happy-wrapper li h4 {
        font-size: 14px;
    }

    .company-happy-wrapper li {
        padding: 20px;
    }
}

@media (max-width:1199px) {
    header .header_inner .navbar_menu ul li a {
        font-size: 14px;
    }

    .carousel_banner .banner_inner .banner_content h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .subscribe_content .subscribe_content_inner h2 strong {
        font-size: 22px;
    }

    .subscribe_content .subscribe_content_inner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .subscribe_content .subscribe_content_inner h2 span {
        width: 65px;
        height: 65px;
        background-size: cover;
        font-size: 12px;
    }

    .subscribe_content .subscribe_content_inner h4 {
        font-size: 14px;
    }

    .subscribe_content .subscribe_content_inner p {
        font-size: 13px;
    }

    .subscribe_content .subscribe_content_inner .btn-subscribe {
        font-size: 14px;
        padding: 5px 20px;
    }

    .subscribe_blog .subscribe_content .stop-icon {
        width: 60px;
        height: 60px;
    }

    .subscribe_blog .subscribe_content .stop-icon {
        top: -70px;
    }

    .subscribe_section {
        padding-top: 70px;
    }

    .demand_inner .demand-img figure {
        max-width: 560px;
    }

    .demand_inner .demand-img .img4 {
        width: 150px;
        right: 0
    }

    .demand_inner .demand-img .img2 {
        width: 190px;
    }

    .demand_inner .demand-img .img1 {
        top: -115px;
        left: 40px;
        width: 160px;
    }

    .demand_inner .demand-img .img3 {
        width: 225px;
    }

    .demand_inner .demand-img::before {
        background-size: cover;
        width: 100px;
        left: 0;
    }

    .same-heading {
        padding-bottom: 30px;
    }

    .same-heading h2, .same-heading h1 {
        font-size: 24px;
    }

    .about_section .about_video {
        max-width: 768px;
        height: 100%;
        position: relative;
        top: inherit;
        transform: inherit;
        margin: auto;
        width: 100%;
    }

    .about_section .about_row {
        flex-direction: column-reverse;
    }

    .about_section .about_video img {
        width: 100%
    }

    .about_section .about_row .content_column::before {
        width: 616px;
        height: 285px;
    }

    .about_section .about_row .content_column {
        padding: 20px;
        max-width: 600px;
        margin: auto;
        border-radius: 0;
    }

    .same-section.logo_section {
        padding: 0 0 30px;
    }

    .logo_slider figure {
        height: 45px;
        padding: 10px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span {
        font-size: 33px;
    }

    .free_content .free_content_inner .free_user_group span {
        line-height: 25px;
        font-size: 18px;
    }

    .free_content_inner .btn-yellow {
        font-size: 14px;
        line-height: 30px;
        padding: 5px 20px
    }

    .free_subscribe_blog .free_img {
        width: 250px;
    }

    .free_subscribe_blog .free_content {
        width: calc(100% - 250px);
    }

    .courses_box_same .courses_content h2 {
        font-size: 15px;
        line-height: 24px
    }

    .courses_box_same .courses_content .price_btn strong {
        font-size: 18px;
    }

    .gowing_carousel .gowing_content h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .free_subscribe_section.new-comman .free_img {
        width: 300px;
    }

    .free_subscribe_section.new-comman .free_content {
        width: calc(100% - 300px);
    }

    .free_subscribe_section.new-comman h6 {
        font-size: 16px;
    }

    .free_subscribe_section.new-comman h6 span {
        font-size: 20px;
        top: 0;
        line-height: 20px;
    }

    .free_subscribe_section.new-comman h6 span small {
        font-size: 16px;
    }

    .free_subscribe_section.new-comman h6 span::after {
        width: 115px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 18px;
    }

    .tranding-content {
        padding: 5px 15px;
        font-size: 12px;
    }

    .subscribe_now_btn a {
        font-size: 14px;
    }

    .tranding-left-inner {
        padding: 20px;
    }

    .tranding-left-inner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .right-form-box {
        padding: 20px;
    }

    .right-form-box h5 {
        font-size: 18px;
    }

    .right-form-box .form-group {
        padding-top: 20px;
    }

    .right-form-box .btn {
        padding: 7px 9px;
        font-size: 15px;
    }

    .company-happy-wrapper {
        padding: 0;
    }

    .company-happy-wrapper li {
        padding: 10px;
    }

    .company-happy-wrapper li:nth-child(1) p {
        font-size: 14px;
    }

    .company-happy-wrapper li h4 {
        font-size: 13px;
    }

    .testmonial-slider-right p {
        padding-bottom: 10px;
    }

    .testmonial-slider .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .why-detals-box {
        margin-top: 0;
        height: 100%;
    }

    .why-choose-wrapper .col-md-6+.col-md-6+.col-md-6 {
        margin-top: 30px;
    }

    .why-detals-box figure {
        width: 90px;
        height: 90px;
    }

    .why-choose-wrapper .same-heading {
        padding-bottom: 40px;
    }

    .get_inner .get_title p span::before {
        background-size: 100px;
        width: 100px;
    }

    .get_inner .get_title p {
        font-size: 18px;
        line-height: 24px;
    }

    .get_inner .get_title h2 {
        font-size: 43px;
        line-height: 40px;
    }

    .get_inner .get_title h2 span {
        left: 99px;
        top: -4px;
        width: 20px;
    }

    .get_inner .join_group .join-title h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .get_inner .join_group .chat-img {
        position: relative;
        max-width: 195px;
        margin-top: -200px;
        height: 350px;
    }

    .get-idea-section {
        margin-top: 100px;
        padding: 65px 0 30px;
    }

    .get_inner {
        max-width: 840px;
        margin: auto;
    }

    .get_inner .join_group .join-title span::before {
        left: 50px;
        top: -36px;
    }

    .get_inner .join_group .join-title span {
        width: 65px;
        height: 65px;
        margin-top: -50px;
    }

    .get-idea-section::before {
        width: 65px;
        height: 65px;
    }

    .get-idea-section::after {
        left: 20px;
        top: -97px;
    }

    .faq-section .accordion-item .accordion-button {
        padding: 15px 45px 15px 15px;
    }

    .faq-section .accordion-item .accordion-body {
        padding: 8px 15px 25px;
    }

    .footer-left-img {
        bottom: -46px;
        width: 265px;
        height: 265px;
    }

    .footer-inner {
        padding-left: 275px;
    }

    footer .social_icon a {
        width: 40px;
        height: 40px;
        margin: 0 3px;
    }

    footer {
        margin-top: 15px;
    }

    .banner_section .slider_main::before {
        height: 122px;
    }

    .banner_section .owl-dots {
        bottom: 40px;
        padding: 0 200px;
    }
}

@media (max-width:991px) {
    .same-section {
        padding: 50px 0;
    }

    .navbar_menu {
        display: none;
    }

    .carousel_banner .banner_inner .banner_content {
        text-align: center;
    }

    .carousel_banner .banner_inner .banner_content h2 {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .carousel_banner .banner_inner .banner_content h2::before {
        display: none;
    }

    .demand_section.desktop_v {
        display: none;
    }

    .demand_section.mobile_v {
        display: block;
        padding-bottom: 57px;
    }

    .demand_inner .demand-img .img2 {
        width: 190px;
        display: none;
    }

    .demand_inner .demand-img .img1 {
        display: none;
    }

    .demand_inner .demand-img .img4 {
        display: none;
    }

    .demand_inner .demand-img::before {
        display: none;
    }

    .banner_section .owl-dots {
        bottom: 0;
        padding: 0;
        text-align: center;
    }

    .banner_section .slider_main::before {
        height: 103px;
    }

    .same-section.demand_section::before {
        display: none;
    }

    .demand_section.mobile_v .container {
        max-width: 100%;
        padding: 0;
    }

    .demand_section.mobile_v .same-heading {
        max-width: 720px;
        margin: auto;
        padding: 0 15px 28px;
    }

    .demand_inner .demand-img figure {
        max-width: 100%;
        position: relative;
    }

    .demand_inner .demand-img figure img {
        max-width: 720px;
        margin: auto;
        display: block;
    }

    .demand_inner .demand-img figure::before {
        content: '';
        height: 170px;
        background: #F99D1C;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: -1;
    }

    .demand_inner .demand-img .img3 {
        width: 251px;
        position: relative;
        top: 0;
        margin: 30px auto auto;
    }

    .demand_section.mobile_v .same-heading {
        text-align: left;
    }

    .same-heading h2::before, .same-heading h1::before {
        width: 69px;
        height: 10px;
        background-size: 69px;
    }

    .same-heading span {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .subscribe_content .subscribe_content_inner h2 span {
        top: -70px;
    }

    .subscribe_section {
        padding-bottom: 0;
    }

    .free_subscribe_blog .free_content {
        padding-left: 20px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span::before {
        display: none;
    }

    .free_content .free_content_inner .free_user_group .group {
        margin-right: 10px;
    }

    .free_content .free_content_inner .free_user_group span {
        line-height: 20px;
        font-size: 16px;
    }

    .gowing_carousel .gowing_content p {
        display: none;
    }

    .gowing_carousel .gowing_content span {
        display: none;
    }

    .gowing_carousel .gowing_content {
        padding: 30px 15px 30px;
    }

    .gowing_carousel .gowing_content h2 {
        font-size: 13px;
        padding-bottom: 0;
    }

    .gowing_carousel .send {
        width: 30px;
        height: 30px;
        left: 15px;
        top: 15px;
    }

    .same-heading {
        text-align: left;
        padding-bottom: 20px;
    }

    .same-heading h2, .same-heading h1 {
        font-size: 18px;
    }

    .growing_inner .small-boxbg {
        display: none;
    }

    .gtfoption_section .courses_inner .small-boxbg {
        display: none;
    }

    .courses_section .courses_inner .small-boxbg {
        display: none;
    }

    .logo_inner .small-boxbg {
        display: none;
    }

    .about_section .about_video::before {
        display: none;
    }

    .about_section .box-small {
        display: none;
    }

    .mover_animation {
        display: none;
    }

    .banner_section .carousel_banner .box-small {
        display: none;
    }

    .same-heading h2, .same-heading h1 {
        padding-bottom: 10px;
    }

    .courses_inner .col-md-5 {
        width: 100%;
    }

    .courses_inner .col-md-7 {
        width: 100%;
    }

    .courses_inner .col-md-7 .col-md-5 {
        width: 50%;
    }

    .courses_inner .col-md-7 .col-md-2 {
        width: 100%;
        padding: 35px;
    }

    .same-section.gtfoption_section .courses_inner .col-md-7 {
        width: 58.33333333%;
    }

    .same-section.gtfoption_section .courses_inner .col-md-5 {
        width: 41.66666667%;
    }

    .free_subscribe_section.new-comman .free_img {
        width: 250px;
    }

    .free_subscribe_section.new-comman .free_content {
        width: calc(100% - 250px);
    }

    .free_subscribe_section.new-comman h6 span::after {
        width: 90px;
        background-size: 95px;
    }

    .free_subscribe_section.new-comman h6 {
        font-size: 15px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .tranding-zone-wrapper .col-md-7 {
        width: 100%;
    }

    .tranding-zone-wrapper .col-md-5 {
        width: 100%;
        margin-top: 22px;
    }

    .rouder-shape-1 {
        display: none;
    }

    .company-happy-wrapper ul {
        flex-wrap: wrap;
        padding: 0;
    }

    .company-happy-wrapper li {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #EEE;
    }

    .tranding-zone-wrapper {
        padding: 30px 0px;
    }

    .company-happy-wrapper li:last-child {
        border-bottom: none
    }

    .company-happy-wrapper li:nth-child(1) {
        border-radius: 10px 10px 0 0;
    }

    .testmonial-wrapper .col-md-4,
    .testmonial-wrapper .col-md-8 {
        width: 100%;
    }

    .testminal-inner-left .same-heading span {
        padding-bottom: 0;
    }

    .testminal-inner-left {
        max-width: 100%;
        padding-bottom: 39px;
    }

    .testmonial-slider .owl-dots {
        display: none;
    }

    .why-choose-wrapper .same-heading {
        padding-bottom: 30px;
    }

    .why-choose-wrapper .col-md-6 {
        width: 100%;
    }

    .why-choose-wrapper .col-md-6+.col-md-6 {
        margin-top: 15px !important
    }

    .accordion-row .col-md-6 {
        width: 100%;
    }

    .accordion-row .col-md-6+.col-md-6 {
        margin-top: 15px;
    }

    .faq-section .accordion-item {
        margin-bottom: 15px;
    }

    .footer-right .col-md-6 {
        width: 100%;
    }

    .footer-info {
        padding-bottom: 20px;
    }

    .footer-info h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .footer-info p {
        margin-bottom: 0;
    }

    footer .social_icon {
        text-align: left;
        padding-bottom: 15px;
    }

    footer .social_icon a {
        width: 30px;
        height: 30px;
    }

    .footer-left-img {
        bottom: -38px;
        width: 240px;
        height: 240px;
    }

    footer .copyright-text p {
        font-size: 14px;
    }

    .get_inner .col-md-7,
    .get_inner .col-md-5 {
        width: 100%;
    }

    .get_inner .join_group .chat-img {
        margin: 0
    }

    .get_title {
        max-width: 300px;
        margin: auto;
    }

    .get_inner .get_title h2 {
        font-size: 20px;
        line-height: normal;
    }

    .get_inner .get_title h2 span {
        left: 45px;
        top: -2px;
        width: 12px;
    }

    .get_inner .get_title p {
        font-size: 15px;
        line-height: 24px;
    }

    .get-idea-section {
        margin-top: 0;
        padding: 40px 0 30px;
    }

    .get_inner .join_group .join-title span {
        margin-top: 0
    }

    .get-idea-section::before {
        width: 50px;
        height: 50px;
        left: 160px;
    }

    .get-idea-section::after {
        background: url(../image/idea-border-mobile.png);
        width: 309px;
        height: 46px;
        top: 20px;
        left: 200px;
    }

    .get_inner .join_group {
        padding-top: 20px;
    }

    .get_inner .join_group {
        max-width: 320px;
        padding-top: 0px;
        margin: auto;
        align-items: flex-end;
    }

    .get_inner .join_group .chat-img {
        max-width: 135px;
        height: 244px;
    }

    .get_inner .join_group .join-title {
        padding-left: 10px;
    }

    .get_inner .join_group .join-title h3 {
        font-size: 15px;
        line-height: 25px;
        padding: 0;
    }

    .get_inner .join_group .join-title strong {
        font-size: 25px;
        line-height: 30px;
    }

    .menu_icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .header_inner .header_menu {
        width: auto;
    }

    header .header_inner .header_btn {
        padding-right: 60px;
        width: auto;
    }

    header .header_inner .header_btn .btn+.btn {
        margin-left: 0px;
    }

    header .header_inner {
        position: relative;
    }

    .navbar_menu {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        max-width: 320px;
        width: 100%;
        background: #FFF;
        z-index: 99;
        transition: 0.3s ease-in-out;
        right: -100%;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 15px rgba(208, 207, 207, 0.3);
        padding-top: 35px;
    }

    header .header_inner .navbar_menu ul {
        display: block;
        border-top: 1px solid #EEE;
    }

    .menu-open .navbar_menu {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    header .header_inner .navbar_menu ul li {
        margin: 0;
        border-bottom: 1px solid #EEE;
    }

    header .header_inner .navbar_menu ul li:last-child {
        border-right: 0
    }

    header .header_inner .navbar_menu ul li a {
        display: block;
        padding: 10px 25px;
    }

    .close-menu {
        position: absolute;
        left: 0;
        width: 35px;
        height: 35px;
        background: #2fb463;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 25px;
        top: 0;
        cursor: pointer;
    }

    .menu-open {
        position: relative;
    }

    .menu-open::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgb(0, 0, 0, 0.3);
        z-index: 99;
        bottom: 0;
        top: 0;
        transition: 0.3s ease-in-out;
    }

    .subscribe_section {
        padding-top: 100px;
    }
}

@media (max-width:767px) {
    header .header_inner .logo {
        max-width: 165px;
    }
    
    .btn {
        padding: 5px 15px;
    }

    header {
        padding: 15px 0;
    }

    .carousel_banner .banner_inner .banner_content h2 {
        line-height: 35px;
    }

    .banner_section .slider_main::before {
        height: 80px;
    }

    .demand_inner .demand-img figure img {
        max-width: 320px;
    }

    .demand_inner .demand-img figure::before {
        height: 90px;
    }

    .subscribe_section .subscribe_blog .subscribe_img {
        width: 100%
    }

    .subscribe_section .subscribe_blog {
        display: block;
        position: relative;
    }

    .subscribe_section .subscribe_blog .subscribe_content {
        position: initial;
    }

    .subscribe_section .subscribe_blog .subscribe_content {
        width: 100%;
        padding-left: 0;
    }

    .subscribe_blog .subscribe_content .stop-icon {
        top: -70px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .subscribe_content .subscribe_content_inner h2 strong {
        font-size: 18px;
    }

    .subscribe_content .subscribe_content_inner h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .about_section .about_row .content_column::before {
        display: none;
    }

    .about_section .about_row .content_column {
        border-radius: 15px;
        margin-top: 20px;
    }

    .free_subscribe_blog .free_img {
        width: 129px;
    }

    .free_subscribe_blog .free_content {
        width: calc(100% - 129px);
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        font-size: 14px;
        padding-bottom: 0px;
        line-height: 25px;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 span {
        font-size: 14px;
        padding-bottom: 0;
    }

    .free_user_group .group figure {
        width: 25px;
        height: 25px;
    }

    .free_content .free_content_inner .free_user_group span {
        line-height: 20px;
        font-size: 12px;
    }

    .free_content_inner .btn-yellow {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 20px;
    }

    .courses_box_same .courses_content p {
        font-size: 13px;
    }

    .courses_box_same .courses_content h2 {
        font-size: 13px;
        line-height: 20px;
    }

    .courses_box_same .courses_content {
        padding: 10px;
    }

    .courses_box_same .courses_content p {
        line-height: 20px;
    }

    .riban-bg {
        right: -5px;
        top: -4px;
        z-index: 1;
        width: 62px;
    }

    /*.gowing_slider .owl-dots{display: none !important;}*/
    .free_subscribe_section.new-comman .free_img {
        width: 320px;
        display: block;
        text-align: center;
        margin: auto auto 20px;
    }

    .free_subscribe_section.new-comman .free_content {
        width: 100%;
    }

    .free_subscribe_section.new-comman .free_img::after {
        display: none;
    }

    .free_subscribe_section.new-comman .free_content_inner {
        text-align: center;
    }

    .free_subscribe_section.new-comman {
        background: rgba(48, 146, 85, 1) !important;
    }

    .free_subscribe_section.new-comman .free_content {
        width: 100%;
        padding: 0;
    }

    .free_subscribe_section.new-comman h6 span::after {
        display: none;
    }

    .free_subscribe_section.new-comman h6 span {
        font-size: 15px;
    }

    .free_subscribe_section.new-comman h6 {
        font-size: 15px;
        max-width: 320px;
        margin: auto;
        padding: 0;
    }

    .free_subscribe_blog .free_content .free_content_inner h2 {
        padding-bottom: 10px;
    }

    .tranding-left-inner h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .tranding-left-inner {
        padding: 20px 20px 140px;
    }

    .shape-woman-inner {
        max-width: 160px;
    }

    .rounder-animtion {
        max-width: 115px;
    }

    .testmonial-inx {
        flex-wrap: wrap;
    }

    .testmonial-slider-left {
        width: 100% !important
    }

    .testmonial-slider-right {
        width: 100%
    }

    .testmonial-wrapper {
        padding: 65px 0 40px;
    }

    .testmonial-slider .owl-nav {
        display: flex;
        align-items: center;
        position: absolute;
        left: -19px;
        bottom: -45px;
    }

    .why-detals-box figure {
        width: 50px;
        height: 50px;
        display: block;
        margin: auto auto 20px;
        padding: 5px;
    }

    .why-detals-box {
        display: block;
    }

    .why-detals-box figcaption {
        padding: 0 17px;
        width: 100%;
        text-align: center;
    }

    .get-idea-section::before {
        left: 15px;
    }

    .get-idea-section::after {
        left: 52px;
    }

    .footer-inner {
        padding-left: 0;
        text-align: center;
    }

    .footer-left-img {
        display: none;
    }

    footer .social_icon {
        text-align: center;
    }

    .footer-info h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .courses_box_same figure {
        height: 140px;
    }

    .topbar {
        display: none;
    }

    .same-section.gtfoption_section .row {
        flex-wrap: inherit;
    }

    .same-section.gtfoption_section .row .col-md-3 {
        width: 16%;
    }

    .mobile_courses {
        display: block !important;
        padding: 0px 0px 0px 15px;
    }

    .same-section.gtfoption_section .courses_inner .col-md-7 {
        width: 59.667%;
    }

    .same-section.gtfoption_section .courses_inner .col-md-5 {
        width: 64.66666%;
    }

    .same-section.gtfoption_section .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .courses_inner .plus_courses {
        width: 27px;
        height: 27px;
    }

    .courses_inner.desktop_courses.section-card-mobile .price_btn {
        flex-direction: column;
        align-items: first baseline;
    }

    .courses_box_same .courses_content .price_btn a {
        padding: 0;
        margin: 13px 0;
    }

    .courses_inner.desktop_courses.section-card-mobile .courses_box_same {
        height: auto !important;
    }

    .courses_inner.desktop_courses.section-card-mobile .row {
        align-items: center;
    }

    .courses_box_same figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .d-none.slider-screen-news {
        display: block !important;
        padding-bottom: 0px;
    }

    .img3 {
        display: none;
    }

    .d-none.slider-screen-news img {
        width: auto;
        margin: auto;
    }

    .demand_section.mobile_v {
        display: block;
        padding-bottom: 22px;
    }

    .same-section.gtfoption_section .row .col-md-3 {
        width: 7%;
        display: block;
    }

    .same-section.gtfoption_section .row .col-md-9 {
        width: 90%;
    }

    .same-section.gtfoption_section {
        overflow-x: hidden;
    }

    .same-section.gtfoption_section .courses_inner .col-md-7 {
        width: 50%;
    }

    .same-section.gtfoption_section .courses_inner .col-md-5 {
        width: 50%;
    }

    .courses_inner.desktop_courses.section-card-mobile .courses_box_same {
        height: 100% !important;
    }

    .courses_inner.desktop_courses.section-card-mobile .row {
        align-items: inherit;
    }

    .courses_inner.desktop_courses.section-card-mobile {
        padding: 10px 0;
    }

    .banner_section .slider_main::before {
        display: none;
    }

    .banner_section .carousel_banner .banner_inner {
        margin-top: 0;
    }

    .banner_section .owl-dots {
        bottom: 35px
    }

    .banner_section .owl-dots .owl-dot {
        background: #FFF
    }

    .free_subscribe_blog .free_img {
        width: 100%
    }

    .free_subscribe_blog .free_content {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-left: 0;
    }

    .free_content .free_content_inner .free_user_group {
        justify-content: center
    }

    .free_content_inner .btn-yellow {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 35px;
    }

    .slider-screen-news .laptop-size {
        background: url(../image/laptop-bgnew.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 500px;
        height: 262px;
        overflow: hidden;
    }

    .laptop-size .news-slider {
        max-width: 331px;
        margin: auto;
        height: 197px;
        overflow: hidden;
        z-index: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .demand_section.mobile_v .demand_inner {
        display: none;
    }

    .free_subscribe_blog .free_img img {
        width: 100%;
    }

    .free_subscribe_section.new-comman h6 span mark {
        display: none;
    }

    .free_subscribe_section.new-comman .free_img {
        position: relative;
    }

    .free_subscribe_section.new-comman .free_img mark.mobile-zoom {
        background: transparent;
        background-image: url(../image/price-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        right: -10px;
        transform: rotate(-20.67deg);
        animation: pulse 1s infinite ease-in-out alternate;
        bottom: 10px;
        width: 65px;
        height: 65px;
        background-size: cover;
        position: absolute;
        color: #FFF;
        font-size: 12px;
    }

    .video-popup {
        padding: 20px;
    }

    .video-popup .modal-dialog .modal-body iframe {
        width: 100%;
        height: 260px;
    }

    .video-popup .modal-dialog .modal-body {
        padding: 10px;
    }

    .video-popup .modal-dialog .modal-content .modal-header button.btn-close {
        width: 30px;
        height: 30px;
        font-size: 35px;
        right: -5px;
        top: -5px;
    }

    .d-none.slider-screen-news {
        position: relative
    }

    .d-none.slider-screen-news {
        max-width: 460px;
        margin: auto;
    }

    .d-none.slider-screen-news::before {
        content: '';
        background-image: url(../image/lp-mobile.png);
        width: 102px;
        position: absolute;
        bottom: -22px;
        right: 12px;
        height: 199px;
        z-index: 9;
        background-size: cover;
    }

    .banner_section .carousel_banner figure img.deskimg {
        display: none;
    }

    .banner_section .carousel_banner figure img.mobileimg {
        display: block
    }

    .banner_section .carousel_banner figure img {
        min-height: inherit;
        height: auto;
    }

    section.free_subscribe_section.new-comman span.tranding-content {
        position: relative;
        margin-top: 30px;
    }

    section.free_subscribe_section.new-comman span.tranding-content::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        top: -15px;
        background: rgba(255, 255, 255, 0.1);
    }

    .free_subscribe_blog .free_img img {
        margin: auto;
        display: block;
        width: auto;
    }
}

@media (max-width:530px) {
    .slider-screen-news .laptop-size {
        height: 210px;
        width: 400px;
        margin: auto;
        background-size: cover;
    }

    .laptop-size .news-slider {
        max-width: 262px;
        margin: auto;
        height: 156px;
    }

    .d-none.slider-screen-news {
        max-width: 416px;
        margin: auto;
    }

    .d-none.slider-screen-news::before {
        content: '';
        background-image: url(../image/lp-mobile.png);
        width: 85px;
        position: absolute;
        bottom: -22px;
        right: 12px;
        height: 167px;
        z-index: 9;
        background-size: cover;
    }
}

@media (max-width:430px) {
    .slider-screen-news .laptop-size {
        height: 140px;
        width: 270px;
        margin: auto;
        background-size: cover;
    }

    .laptop-size .news-slider {
        max-width: 175px;
        height: 100px;
    }

    .d-none.slider-screen-news::before {

        width: 61px;

        bottom: -22px;
        right: 16px;
        height: 119px;

    }

    .d-none.slider-screen-news {
        max-width: 293px;
        margin: auto;
    }

}

@media (max-width:414px) {
    header .header_inner .header_btn {
        padding-right: 45px;
    }

    header .header_inner .header_btn .btn {
        padding: 3px 6px;
        font-size: 13px;
    }

    header .header_inner .logo a {
        margin-right: 5px;
    }

    header .header_inner .logo {
        max-width: 128px;
    }

    .carousel_banner .banner_inner .banner_content .btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .banner_section .slider_main::before {
        height: 47px;
    }

    .banner_section .owl-dots {
        bottom: 20px;
    }

}

@media (max-width:375px) {
    .about_section .same-heading h2::before {
        left: 0;
    }
}

@media (max-width:319px) {
    header .header_inner .header_btn {
        display: none;
    }
}

/* .top_notification_alert_bar p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
} */

.top_notification_alert_bar {
    padding: 10px !important;
    position: relative;
    border-radius: 0;
}

.top_notification_alert_bar {
    padding-right: 70px !important;
    transition: 0.3s ease-in-out;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert-dismissible .close {
    height: 100%;
    width: 50px;
}

/* .fixed-header .top_notification_alert_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 43px;
} */
.carousel_banner iframe {
    width: 100%;
    min-height: calc(100vh - 145px);
    object-fit: cover;
}
.carousel_banner .banner_inner.text-black .banner_content h2, .carousel_banner .banner_inner.text-black .banner_content p {
    color: #000;
  }
  .gowing_carousel iframe {
    height: 622px;
    object-fit: cover;
    width: 100%;
}
section.same-section.growing_section img.mobileimg{display: none;}
@media (max-width:767px) {
    .gowing_carousel iframe {height: 259px;}
    section.same-section.growing_section img.mobileimg{display: block;}
    section.same-section.growing_section img.deskimg{display: none;}
}
.footer-info .need_text {
    font-size: 20px !important;
    line-height: 20px !important;
}
.banner_section .carousel_banner .banner_inner a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_btn ul .dropdown-menu {
    top: 100%;
    margin-top: 21px;
    padding: 0 !important;
    overflow: hidden;
    width: 226px;
  }
  
  .header_btn a.dropdown-item {
    display: block;
    position: relative;
    color: #222222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
    padding: 16px 19px;}
  
    .header_btn  a.dropdown-item:hover {
      background: #000;
      color: #ffff !important;
      border-bottom: none !important;
      transition: 0.4s ease-in-out;
  }
  
  .header_btn a.dropdown-item.logout_button input#c_btn {
    color: #2fb463 !important;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 4px !important;
    font-weight: 600 !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 19px !important;
    border: none !important;
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: none;
    cursor: pointer;
  }
  
  .header_btn a.dropdown-item:hover 
   input#c_btn {
      color: #fff !important;
  }
  
  .header_btn a#navbarDropdown {
    font-size: 16px;
    line-height: 20px;
    color: #575555;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  }
  
  .header_btn li.nav-item {
    list-style: none;
  }
  
  .header_btn li.nav-item a {
    font-size: 16px;
    line-height: 20px;
    color: #575555;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }
  
  /* for counter timer */
  .time_section {display: flex;justify-content: center;align-items: center;max-width: 250px;margin: 0 20px 0;}
.time_section div {padding: 5px;height: 30px; position: relative; min-width: 30px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #000;font-weight: 600;}
.top_notification_alert_bar {display: flex;justify-content: center;align-items: center; display: -webkit-flex;}
.time_section div#hours::before {content: ':';position: absolute;right: -1px;top: 50%;transform: translateY(-50%);font-weight: 700;font-size: 14px;margin-top: -1px;}
.time_section div#minutes::before {content: ':';position: absolute;right: -1px;top: 50%;transform: translateY(-50%);font-weight: 700;font-size: 14px;margin-top: -1px;}


/*=============================*/
/*Color-Change GTF PAGE*/
/*=============================*/
body { background: #000; }
.subscribe_content .subscribe_content_inner h2 { color: #FFF; }
.subscribe_content .subscribe_content_inner h2{border-color: rgba(238, 251, 243, 0.15);}
.subscribe_content .subscribe_content_inner p{color: rgba(242, 242, 242, 0.80);}
.same-heading span{color: rgba(255, 255, 255, 0.60);}
.same-heading h2, .same-heading h1{color: #2FB463; }
.about_section .about_row .content_column{background: #141414;}
.about_content p{color: rgba(242, 242, 242, 0.80);}
.free_subscribe_section::before{border: 1px solid rgba(255, 255, 255, 0.20);}
.courses_box_same{background: #141414;}
.courses_box_same .courses_content p{color: rgba(242, 242, 242, 0.80);}
.courses_box_same .courses_content .price_btn strong{background: rgba(255, 255, 255, 0.12);color: #FFF;border-radius: 5px;padding: 7px 15px;}
.growing_section{background: #000;}
.gowing_slider .owl-dots .owl-dot{background: rgba(242, 242, 242, 0.80);}
.free_subscribe_section.new-comman{background: #309255 !important;}
.free_subscribe_section.new-comman::before{display: none;}
.free_subscribe_section.new-comman::after{display: none;}
.free_subscribe_section.new-comman .free_subscribe_inner::after{display: none;}
.tranding-zone-wrapper{background: #000;}
.tranding-left-inner{background: #141414;border: 1px solid rgba(255, 255, 255, 0.30);}
.right-form-box{background: #141414;}
.tranding-left-inner h2 span { color: #FFCF49; }
.tranding-left-inner > p{color: rgba(242, 242, 242, 0.80);}
.tranding-left-inner ul h4{color: rgba(242, 242, 242, 0.80);}
.tranding-left-inner ul li p{color: rgba(242, 242, 242, 0.80);}
.right-form-box h5{ color: #FFCF49; }
.right-form-box .form-control{background: rgba(255, 255, 255, 0.05); color: rgba(242, 242, 242, 0.80);}
.right-form-box .form-control::placeholder{color: rgba(242, 242, 242, 0.80);}
.company-happy-wrapper ul{background: #141414;}
.company-happy-wrapper li:hover{background: #000;}
.company-happy-wrapper li h4{color: rgba(255, 255, 255, 0.70); }
.company-happy-wrapper li p{color: rgba(255, 255, 255, 0.70); }
/* .company-happy-wrapper li:hover p{color: #43CC7C; } */
.company-happy-wrapper li figure{height: 50px !important; line-height: 50px !important; display: flex;align-items: center; justify-content: center;}
/* .company-happy-wrapper li figure{background: rgba(243, 240, 255, 0.10) !important;}  */
.company-happy-wrapper li:hover figure{background: #000 !important;}
.why-detals-box{background: #141414;}
.why-detals-box figure{background: rgba(234, 249, 255, 0.10) !important;  }
.why-detals-box figcaption h4{color: rgba(255, 255, 255, 0.90)}
.why-detals-box figcaption p{color: rgba(242, 242, 242, 0.80);}
.faq-section .card .accordion-button{background: #141414;}
.faq-section .card .accordion-button{color: rgba(242, 242, 242, 0.80);}
.faq-section .card{background: transparent;}
header{background:#000;}
header .header_inner .navbar_menu ul li a, .header_btn a#navbarDropdown{color: #FFF;}
.testmonial-wrapper{background: #000;}
.header_btn li.nav-item a{color: #FFF;}
.testminal-inner-left p, .testmonial-slider-right p, .positon-clint h4{color: rgba(242, 242, 242, 0.80);}
.header_btn li.nav-item a.dropdown-item { color: #222222; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 991px){
.navbar_menu{background: #000;}
.courses_box_same .courses_content .price_btn a { padding: 7px 10px; margin: 13px 0 0; }

header.header_bar.header_gtfpage .header_inner .navbar_menu ul li a, .header_btn a#navbarDropdown {
    margin-right: 30px;
  }
  
  header.header_bar.header_gtfpage .dropdown-toggle::after {
    width: 40px;
    height: 35px;
    top: 50% !important;
    right: 0;
    border-left: initial !important;  transform: translateY(-50%);
  }

}


header.header_bar.header_bgremove {
    background: #fff !important;
}



header.header_bar.header_gtfpage .header_inner .navbar_menu ul li {
    position: inherit;
    display: inherit;
    padding: inherit;
    border-right: inherit;
    line-height: inherit;
}
.parsley-required{color:red;font-size:14px;text-align:left}
.parsley-pattern{color:red;font-size:14px;text-align:left}
.parsley-type{color:red;font-size:14px;text-align:left}
.parsley-length{color:red;font-size:14px;text-align:left}

.footer-info .need_text {
    font-weight: 500;
    font-size: 29.8703px;
    line-height: 44px;
    color: #2FB463;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    margin: 0;
}

.section.company-happy-wrapper.logo_bgremove li:hover p {
    color: rgba(0, 0, 0, 0.87);
  }

  .section.company-happy-wrapper.logo_bgremove li:hover p {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  .accordion .accordion-body ul {
	list-style: disc;
    list-style-position: inside;
}
.banner_section .carousel_banner figure img {
    height:auto !important;
    object-fit: cover;
    min-height: inherit !important;
  }
  .banner_section .slider_main::before{    bottom: -1px;}
/*  @media (max-width: 1499px){
    .banner_section .carousel_banner figure img{    height: 630px;}

  }
  @media (max-width: 1199px){
    .banner_section .carousel_banner figure img{height: 490px;}

  }
  @media (max-width: 991px){
    .banner_section .carousel_banner figure img{height: 390px;}

  }
  @media (max-width:767px){
    .banner_section .carousel_banner figure img{height:250px;}

  }*/

  .testimonial_popup {
    padding: 0 15px !important;
}
.testimonial_popup .modal-dialog {
    margin: 0;
    max-width: initial;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.testimonial_popup .modal-dialog .modal-content {
    max-width: 600px;
    border-radius: 0;
}

.testimonial_popup .modal-dialog .modal-content .modal-body {
    padding: 30px;
}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx  {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx .testmonial-slider-left figure {
    width: 100% !important;
    height: auto !important;
    text-align: center;
}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx .testmonial-slider-left figure img {
    padding-top: 0;
    max-width: 250px !important;
    width: 100% !important;
    margin: auto;
    height: 100%;
    border-radius: 15px !important;
    object-fit: cover;
    position: relative;
    height: 211px;
    object-position: top;
    z-index: 1;
}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx .testmonial-slider-left {
    width: 100% !important;
    padding: 00;
}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx .testmonial-slider-left figure::after{display: none;}
.testimonial_popup .modal-dialog .modal-content .modal-body .testmonial-inx .content p{    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;    text-align: center;
    color: #000;
}

    .testimonial_popup .modal-dialog   .testmonial-slider-right{width: 100%;}
    .testimonial_popup .modal-dialog .positon-clint::after{margin: auto;right: 0;
    }
    .testimonial_popup .modal-dialog .positon-clint h4{text-align: center;color: #000;}
    .testimonial_popup .modal-dialog .positon-clint span{text-align: center;}
    .testimonial_popup .modal-header {
        padding: 0;
        border: 0;
    }
    .testimonial_popup button.close {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 23px;
        align-items: center;
        justify-content: center;
        display: -webkit-flex;
        background: #2fb463;
        opacity: 1;
        border-radius: 100px;
        z-index: 9;
        border: 0;
        padding: 0;
    }
    .testimonial_popup button.close {
        text-shadow: none;
        color: #fff;
        line-height: 1;
    }
    .testmonial-slider-left img{    object-position: top;}
    .testmonial-slider-right a{color: #2fb463;}
    .testmonial-slider-right p{padding-bottom: 12px;}
    footer .social_icon a img {
        width: 100% !important;
        height: auto;
    }
    .about_content p{line-height: 25px;
        text-align: left;}

        @media (max-width: 991px) {
            .company-happy-wrapper li{border-radius: 0;}
        }