/* @font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Bold.otf) format('truetype');
    font-family: 'GeneralSans-Bold';
}

.GeneralSans-Bold {
    font-family: 'GeneralSans-Bold';
}

@font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Light.otf) format('truetype');
    font-family: 'GeneralSans-Light';
}

.GeneralSans-Light {
    font-family: 'GeneralSans-Light';
}

@font-face {
    src: url(./fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Medium.otf) format('truetype');
    font-family: 'GeneralSans-Medium';
} */

@media only screen and (max-width: 375px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.4em !important;
        height: 1.4em !important;
        vertical-align: middle !important;
        background-repeat: no-repeat !important;
        background-position: none !important;
        background-size: 100% !important;
    }
}

.product .about-b {
    padding-top: 15%;
    padding-bottom: 4%;
}

.product .pro_tit {
    color: #FFFBEB;
    font-size: 48px;
    font-family: 'GeneralSans-Medium';
}

.product .section1 {
    background-image: url(./product-img/BG.svg);
}

.product .para1 {
    color: #8992B2;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
    font-family: 'GeneralSans-Light';
}

.product .about-b h2 {
    color: #F2F5FF
}

.product .text_2 {
    font-size: 16px;
}

.product .pt-70 {
    padding-top: 70px;
}

.product .pb-70 {
    padding-bottom: 70px;
}

@media only screen and (max-width:1440px) and (min-width:1400px) {
    .product .about-b {
        padding-top: 14%;
        padding-bottom: 4%;
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .product .about-b {
        padding-top: 18%;
        padding-bottom: 4%;
    }
}

@media only screen and (max-width:768px) and (min-width:426px) {
    .product .about-b {
        padding-top: 23%;
        padding-bottom: 4%;
    }

    .br {
        display: none;
    }
}

@media only screen and (max-width:425px) and (min-width:376px) {
    .product .about-b {
        padding-top: 42%;
        padding-bottom: 4%;
    }

    .br {
        display: none;
    }
}

@media only screen and (max-width:375px) and (min-width:321px) {
    .product .about-b {
        padding-top: 47%;
        padding-bottom: 4%;
    }

    .br {
        display: none;
    }
}

@media only screen and (max-width:320px) and (min-width:200px) {
    .product .about-b {
        padding-top: 56%;
        padding-bottom: 4%;
    }

    .br {
        display: none;
    }
}

.product .btn-p {
    width: 100%;
    padding: 10px 0px;
    background-color: #D7DFE9;
    border-radius: 13px;
    border: 1px solid var(--Primary-Slate-200, #D7DFE9);
    background: var(--Primary-Slate-25, #F9FAFB);
    font-family: 'GeneralSans-Medium';
}

.product .pt-25 {
    padding-top: 25px;
}

@media only screen and (max-width:425px) and (min-width:200px) {
    .product .molpt {
        padding-top: 25px;
    }
}

.product .boxs {
    border-radius: var(--Main-System-24px, 24px);
    background: var(--Primary-Orange-100, #FFD8B4);
    box-sizing: border-box;
    color: #fff;
    height: 350px;
    width: 100%;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
}

.product .ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: #D26500;
    margin: 0 auto;
    border-radius: var(--Main-System-10px, 10px);
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(216, 105, 2, 0.3), 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3);
        box-shadow: 0 0 0 0 rgba(216, 105, 2, 0.3), 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3), 0 0 0 90px rgba(216, 105, 2, 0);
        box-shadow: 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3), 0 0 0 90px rgba(216, 105, 2, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(216, 105, 2, 0.3), 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3);
        box-shadow: 0 0 0 0 rgba(216, 105, 2, 0.3), 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3), 0 0 0 90px rgba(216, 105, 2, 0);
        box-shadow: 0 0 0 10px rgba(216, 105, 2, 0.3), 0 0 0 30px rgba(216, 105, 2, 0.3), 0 0 0 60px rgba(216, 105, 2, 0.3), 0 0 0 90px rgba(216, 105, 2, 0);
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .product .boxs {
        height: 310px;
    }
}

@media only screen and (max-width:768px) and (min-width:426px) {
    .product .allview {
        display: none;
    }
}

@media only screen and (max-width:425px) and (min-width:200px) {
    .product .tabview {
        display: none;
    }
}

@media only screen and (max-width:2560px) and (min-width:769px) {
    .product .tabview {
        display: none;
    }
}


.pos_re {
    position: relative;
}

.pos_abu {
    position: absolute;
    top: 2em;
}

.bane_toppad h2 {
    font-size: 42px;
    color: #E8FDF9;
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
    .bane_toppad h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 800px) {
    .bane_toppad h2 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
    .bane_toppad h2 {
        font-size:31px;
    }
}

@media (max-width: 767px) {
    .pos_abu {
        position: unset;
    }

    .bane_toppad {
        /* padding: 12% 0px; */
        text-align: center;
    }

    .bane_toppad h2 {
        font-size: 36px;
    }
}

@media (max-width: 567px) {
    .bane_toppad h2 {
        font-size: 31px;
    }

}

@media only screen and (max-width:1440px) and (min-width: 1400px) {
    .prosec {
        padding-top: 24% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width:1024px) and (min-width: 768px) {
    .prosec {
        font-size: 22px !important;
        padding-top: 16% !important;
    }
}

@media only screen and (max-width:425px) and (min-width: 300px) {
    .prosec {
        font-size: 20px !important;
        padding: 25px 0px !important;
    }
}

.mobil_pd {
    padding-top: 40%;
}

.pd_bt_50 {
    padding-bottom: 50px;
}

.pd-52 {
    padding: 100px 15px;
}

.banner_bg {
    background-image: url(./assets/p4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 141px;
    padding-bottom: 50px;
}

.banner_bg1 {



    background-image: url(./assets/a1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 141px;
    padding-bottom: 50px;
}

.banner_bg2 {
    background-image: url(./assets/francis/BG.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 141px;
    padding-bottom: 50px;
}

.banner_bg3 {
    background-image: url(./assets/job/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 141px;
    padding-bottom: 50px;
}

.banner_bg4 {
    background-image: url(./assets/channels/c2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 141px;
    padding-bottom: 50px;
}

.app-store-buttons1 {
    display: flex;
    /* justify-content: space-around; */
    padding: 10px 0px 0px 0px;
}

.app-store-buttons2 {
    padding-right: 10px;
}


/*----------------------------------------------------- second section------------------------------------------------------ */

.prosec {
    font-family: 'GeneralSans-Light';
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: #455468;
    padding-top: 23%;
    padding-bottom: 50px;
}

.sec_bg_img {
    background-image: url(./assets/sectwooframe.svg);
    background-repeat: no-repeat;
    background-color: #F9FAFB;
}


/*------------------------------------ star section-------------------------------------------------------- */

.section_bg {
    background-color: #F9FAFB;
    background-image: url(./assets/francis/f8.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.section_bg1 {
    background-color: #F9FAFB;
    background-image: url(./assets/channels/white.png);
    background-repeat: no-repeat;
    background-position: top right;
}



.star_1 img {
    width: 13%;
}

.Rating_text {
    font-family: 'GeneralSans-Medium';
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #1C222B;
    margin-bottom: 0px;
}

.Rating_text1 {
    font-family: 'GeneralSans-Light';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: var(--Primary-Slate-600, #455468);
    margin-bottom: 0px;
}

.star_pd {
    padding: 0px 50px;
    display: flex;
    align-content: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.star_pd1 {
    padding: 18px 0px;
}

@media only screen and (max-width:1024px) and (min-width: 768px) {
    .star_pd1 {
        padding: 4px 0px;
    }

    .star_pd1 img {
        height: 100%;
    }

    .star_pd {
        padding-top: 50px;
    }
}

@media only screen and (max-width:1199px) and (min-width: 1024px) {
    .star_pd1 {
        padding: 3px 0px;
    }
}

@media only screen and (max-width:425px) and (min-width: 300px) {
    .star_1 img {
        width: 25%;
    }
}


/* --------------------------------------------accordion ------------------------------------------------*/

.accordion {
    /* max-width: 1170px; */
    margin: 40px auto 0;
}

.at-tab {
    display: none;
    padding: 15px;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    columns: #FFFFFF;
    border-radius: 12px;
}

.at-title {
    cursor: pointer;
    background-color: #F0F3F9;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 12px;
}

.at-item .active {
    cursor: pointer;
    background-color: #F0F3F9;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 12px 12px 0px 0px;
}

.at-title:hover {
    background-color: #e0e0e0;
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 40px;
}

.at-title.active:after {
    content: "-";
    color: #1f54ea;
    font-size: 40px;
}

.at-item {
    margin-bottom: 15px;
    border: 1px solid #D7DFE9;
    border-radius: 12px;
}

.at-title h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 25px 15px;
    margin: 0;
    font-family: 'GeneralSans-Medium';
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.ac_tit {
    font-family: 'GeneralSans-Medium';
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}

.pd-51 {
    padding: 50px 0px;
}

.ac_fo {
    font-family: 'GeneralSans-Light';
    color: #455468;
    font-size: 16px;
    margin: 0px;
}


/* -------------------------------------------------------------why grouppal-------------------------------- */

.frame {
    background-image: url(./assets/p21.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #896B00;
    padding-top: 74px;
    /* padding-right: 0px; */
}

.frame1 {
    background-image: url(./assets/a9.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #250684;
    padding-top: 74px;
    /* padding-right: 0px; */
}

/* @media only screen and (min-width: 600px) {
    
    .frame {
    
        padding-right: 0px;
    }
    
    .frame1 {
    
        padding-right: 0px;
    }

} */



.grp_Pd {
    margin-left: 20%;
    margin-top: 45%;
}

.btn-2.bn {
    color: #D8A800;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-decoration: none;
    border: thin solid #FFD84E;
    padding: 7px 14px;
    border-radius: 24px;
}

.btn-2.bn1 {
    color: #3B09CF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-decoration: none;
    border: thin solid #3B09CF;
    padding: 7px 14px;
    border-radius: 24px;
}

.grp_bg {
    background-image: url(./assets/francis/locationbg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 825px !important;
    height: 773px;
    border-radius: 69px 0px 0px 0px;
    position: relative;
    left: 11px;
}

.grp_bg1 {
    background-image: url(./assets/a10.svg);

    /* height: 605px; */
    position: relative;
    left: 12px;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 825px !important;
    height: 773px;
    border-radius: 69px 0px 0px 0px;
}

.grp_bg2 {
    background-image: url(./image/bus1.png);
    background-repeat: no-repeat;
    background-size: auto 575px !important;
    height: 578px;
    position: relative;
    background-position: 50% 50%;
    left: 11px;
}


.grp_bg4 {
    background-image: url(./assets/job/j1.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: auto 825px !important;
    height: 773px;
    position: relative;
    left: 11px;
}

.grp_bg5 {
    background-image: url(./assets/channels/c9.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: auto 825px !important;
    height: 773px;
    position: relative;
    left: 11px;
}

@media only screen and (max-width:768px) and (min-width: 225px) {


    .grp_bg4 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 300px !important;
        height: 356px;
    }


}

@media only screen and (max-width:425px) and (min-width: 225px) {
    .grp_bg5 {
        background-image: url(./assets/channels/c9.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 264px !important;
        height: 300px;
    }
}



@media only screen and (max-width:768px) and (min-width: 425px) {
    .grp_bg {
        background-image: url(./assets/francis/locationbg.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 606px;
    }

    .grp_bg1 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 606px;
    }

    /* .grp_bg2 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 606px;
    } */



    .grp_bg5 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 332px !important;
        height: 360px;

    }

    .grp_Pd {
        margin-left: 6%;
        margin-top: 0%;
    }
}

@media only screen and (max-width:768px) and (min-width: 225px) {
    .grp_bg1 {
        background-image: url(./assets/a10.svg);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 298px !important;
        height: 345px;
    }

    .grp_Pd {
        margin-left: 6%;
        margin-top: 0%;
    }
}



@media only screen and (max-width:1024px) and (min-width: 769px) {
    .grp_bg {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    }

    .grp_bg1 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    }

    /* 
    .grp_bg2 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    } */

    .grp_bg4 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    }

    .grp_bg5 {
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    }

    .grp_Pd {
        margin-left: 0%;
        margin-top: 0%;
    }

    .timeline ul li::before {
        left: 2px;
    }
}

@media only screen and (max-width:1024px) and (min-width: 769px) {
    .grp_bg1 {
        background-image: url(./assets/francis/locationbg.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 571px !important;
        height: 571px;
    }

    .grp_Pd {
        margin-left: 0%;
        margin-top: 0%;
    }

    .timeline ul li::before {
        left: 2px;
    }
}

@media only screen and (max-width:1024px) and (min-width: 769px) {
    /* .grp_bg2 {
        background-image: url(./image/bus1.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 444px !important;
        height: 571px;
    } */

    .grp_Pd {
        margin-left: 0%;
        margin-top: 0%;
    }

    .timeline ul li::before {
        left: 2px;
    }
}

@media only screen and (max-width:1440px) and (min-width: 1025px) {
    .grp_Pd {
        margin-left: 0%;
        margin-top: 45%;
    }
}

@media only screen and (max-width:425px) and (min-width: 320px) {
    .grp_Pd {
        margin-left: 0px;
        margin-top: 0px;
    }

    .grp_bg {
        background-image: url(./assets/francis/locationbg.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 301px !important;
        height: 340px;
    }
}

.gr_font {
    font-family: 'GeneralSans-Medium';
    margin: 0px;
    font-size: 40px;
    font-weight: 600;
    /* line-height: 50px;    */
    letter-spacing: -0.5px;
    text-align: left;
    color: #FFFBEB;
}

.gr_font1 {
    font-family: 'GeneralSans-Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #FFF2C4;
}


/*  */

body,
html {
    height: 100%;
}

h1 {
    color: #666666;
}

.timeline_u {
    height: 80%;
    position: relative;
    text-align: center;
}

.timeline_u h1 {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding-right: 30%;
    text-align: right;
}

.timeline_u h1:after {
    display: block;
    content: '';
    background: red;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #e6e6e6;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 10px;
}

.timeline_u:before {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.timeline_u:after {
    content: '';
    width: 2px;
    background: #e6e6e6;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline_u:first-of-type:after {
    height: 50%;
    top: 50%;
}

.timeline_u:last-of-type:after {
    height: 50%;
    top: 0;
}

.timeline_u:nth-of-type(2n) h1 {
    padding-right: 0;
    padding-left: 30%;
    text-align: left;
}

#timeline {
    display: block;
    opacity: 0;
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: '';
    position: absolute;
    z-index: 100;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background: gray;
}

#timeline:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent gray transparent transparent;
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -4px;
}


/*-------------------------------- time line -------------------------------------------------*/

.header {
    height: 500px;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwzzY9fjzAm7fIXKNZSmoU4LH-GoZOj7scpVvJm3w15M2nreWOHg");
    background-position: 50% 50%;
    background-color: light-grey;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Droid Sans;
}

.header h1 {
    font-size: 3rem;
    color: #000000;
    font-family: "Yatra One", cursive;
}

.header p {
    font-family: "Yatra One", cursive;
    font-size: 1.5rem;
}


/* .timeline {
padding: 50px;
} */

.timeline ul {
    padding: 0;
}

.timeline .default-line {
    content: "";
    position: absolute;
    left: 5%;
    width: 3px;
    background: #D7DFE9;
    height: 1500px;
}

.timeline .draw-line {
    width: 3px;
    height: 0;
    position: absolute;
    left: 5%;
    background: #D8A800;
}

.timeline .draw-line .t11 {
    width: 4px;
    height: 0;
    position: absolute;
    left: 5%;
    background: #3B09CF;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    /* width: 2px; */
    /* margin: 0 auto; */
    /* height: 400px; */
    background: transparent;
}

.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
    background-color: #D8A800;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: #bdc3c7;
    transition: all 0.4s ease-in-out;
}

.mar_left_time {
    margin-left: 8%;
}

.back_whit {
    background-color: #F0F3F9;
    padding: 25px;
    border-radius: 25px;
    /* overflow-y: auto;
    height: 700px; */
    scrollbar-width: none;
}

.back_whit::-webkit-scrollbar {
    display: none;
}

.hea_time h3 {
    color: #D8A800;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}

.hea_time h4 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}

.hea_time p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #455468;
    font-family: 'GeneralSans-Light';
}

.ev1 {
    font-family: 'GeneralSans-Medium';
    font-size: 40px;
    font-weight: 600;
    /* line-height: 54px; */
    letter-spacing: -0.5px;
    text-align: left;
    color: #313131;
}

.mar_left_time h4 {
    font-family: 'GeneralSans-Medium';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #313131;
}

.mar_left_time h4 p {
    font-family: 'GeneralSans-Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
    color: #455468;
}

.con_us {
    color: white !important;
}

.grp_bg2 {
    background-repeat: no-repeat;
    background-size: auto 825px !important;
    height: 773px;
    border-radius: 69px 0px 0px 0px;

}

@media only screen and (max-width: 600px) {
    .grp_bg2 {
        border-radius: 69px 0px 0px 0px;
        /* background-size: auto 575px !important; */
        /* height: 578px; */
        /* background-position: 50% 50%; */
    }

    .product .pro_tit {
        font-size: 24px;
    }

    .events .pro_tit {
        font-size: 23px !important;
    }

    .swiper-slide {
        width: 300px !important;
    }
}

@media only screen and (max-width:768px) and (min-width: 225px) {
    .grp_bg2 {
        background-image: url(./image/bus1.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: auto 299px !important;
        height: 415px;
    }

    .grp_Pd {
        margin-left: 6%;
        margin-top: 0%;
    }
}

@media only screen and (max-width: 600px) {
    .timeline .draw-line {
        width: 4px;
        height: 0;
        position: absolute;
        left: 6%;
        background: #D8A800;
    }
}




.ban_pahei {
    height: 7pc;
}

@media (max-width: 667px) {
    .ban_pahei {
        height: auto;
    }
}

@media (max-width: 567px) {
    .ev1 {
        font-size: 30px;
    }

    .gr_font {
        font-size: 30px;
    }
}

.x_ic {
    display: none;
}

.fent a span{
    font-family: Inter;
    font-size: 8px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: 0px solid #5E718D;
    padding: 4px;
    border-radius: 5px;
    background: #E9EFF6;
}
