.banner_section {
    background: url(../images/bg-rajesh-kewat.webp) no-repeat;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.banner_section_one_img_text {
    display: grid;
    grid-template-columns: 406px 1fr;
    grid-gap: 4px;
}

.banner_text h1 {
    color: #000000;
    font-size: 20px;
    font-style: italic;
}

.bsoit_right h5 {
    color: #000000;
    font-size: 20px;
}

.bsoit_right p {
    margin-top: 8px;
    color: #000000;
    font-size: 16px;
}

.bsoit_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_section_three {
    border-radius: 7px;
    border: 1px solid #BABABA;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 38px 30px;
}

.rajesh_form h2 {
    color: #313131 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 30px;
}

.rajesh_control {
    height: 44px;
}

.rajesh_select {
    color: #6b6b6b !important;
}

.form_button_holder {
    background-color: #CC9F3C;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.common_gap {
    padding: 120px 0;
}

.startup_Journey_inner {
    width: 80%;
    margin: 0 auto;
}

.startup_Journey_inner h2 {
    text-align: center;
    color: #000000;
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
}

.startup_Journey_inner p {
    margin-top: 30px;
    font-style: italic;
    color: #000000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.startup_Journey_block {
    margin-top: 40px;
}

.mdslr_right {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.mdslr_right_inner h2 {
    color: #000000;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 44px;
}

.mdslr_right_inner p {
    color: #3C3C3C;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    font-style: unset;
}

.mdslr_right_inner h4 {
    color: #CC9F3C;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 44px;
}

.mdslr_right_inner ul li {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 37px;
    margin-bottom: 20px;
}
.mdslr_right_inner ul li img{
    display:block;
    margin-bottom: 5px;
}

.mdslr_right_inner ul li::after {
   color:#CC9F3C;
    content: url(../images/tick.webp); 
    font-family: "Font Awesome 5 Free"; 
    font-style: normal;
    font-weight: 900;
    font-size:14px;
    position: absolute;
    top:0px;
    left:0;
}
.mdslr_right_inner ul li p{
       font-size: 24px;
    color: #000;
    font-weight: 900;
    display: block;
}

.mdslr_right_inner ul li:last-child {
    margin-bottom: 0;
}

.our_brand_inner h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.brand_pic {
    margin-top: 40px;
}

.startup_Journey_block p {
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-top: 24px;
    font-style: unset;
}

.slider_section {
    background-color: #F9F9F9;
    padding: 24px;
    margin: 0 15px;
    transition: all 1s;
    cursor: pointer;
    margin-top:40px;
}

.slider_section:hover {
    background-color: #BE8E25;
    transition: all 1s;
}

.slider_section h5 {
    color: #C2C2C2;
    font-size: 44px;
    font-weight: 600;
}

.slider_section h4 {
    margin-top: 32px;
    color: #191919;
    font-size: 24px;
    line-height: 32px;
    height: 70px;
}

.slider_section ul {
    margin-top: 24px;
    height: 260px;
}

.slider_section ul li {
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
}

.slider_section ul li:last-child {
    margin-bottom: 0;
}

.slider_section ul li::after {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 100%;
}

.slider_section p {
    margin-top: 27px;
    color: #727272;
    font-weight: bold;
}

.slider_section:hover h5,
.slider_section:hover h4,
.slider_section:hover ul li,
.slider_section:hover p {
    color: #fff;
}

.slider_section:hover ul li::after {
    background-color: #fff;
}

.explore_our_services_right .owl-carousel .owl-nav.disabled {
    display: inline-block;
    position: absolute;
    left: -52%;
    bottom: 25%;
}

.explore_our_services_left {
    /* display: flex;
    align-items: center;
    height: 100%;
    width: 100%; */
}

.explore_our_services_left h6 {
    color: #191919;
    font-size: 40px;
}

.explore_our_services_left p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
}
.explore_our_services_left p span{
    display:block;
}

.fa-circle-left,
.fa-circle-right {
    font-size: 40px;
    color: #B4B4B4;
}

.fa-circle-right {
    margin-left: 15px;
}

.founders_building_left {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.founders_building_left_inner h5 {
    color: #191919;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.founders_building_left_inner p {
    color: #494949;
    font-size: 16px;
    line-height: 24px;
    margin-top: 44px;
    text-align: left;
    font-style: unset;
}

.media_section_inner h5 {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.media_section_block_img {
    padding: 60px 0;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media_section_block_text p {
    margin-top: 30px;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
}

.media_section_block {
    margin: 0 15px;
}

.media_section_inner .owl-carousel .owl-item img {
    width: unset;
}

.media_section_inner {
    margin-top: 40px;
}

.media_section_inner .owl-carousel .owl-nav.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.md_footer {
    background-color: #202020;
    padding: 60px 0;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.md_footer_inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.md_footer_inner ul li {
    margin-left: 46px;
}

.md_footer_inner ul li:first-child {
    margin-left: 0;
}

.md_footer_inner p {
    text-align: center;
    margin-top: 45px;
    color: #fff;
    font-size: 18px;
}
.quota_inner{
 width: 67%;
    margin: 0 auto;
    padding: 52px;
    border: 1px solid #BCBCBC;
    text-align: center;
}
/* .quota{
    margin-bottom:120px;
} */
.banner_text h2{
    margin-top:20px;
    font-size:20px;
    font-weight: 600;
    text-align: center;
}
.startup_Journey_inner h2 i{
    color:#AAAAAA;
}
.explore_our_services_left{
    text-align: center;
}
.scroll_fix {
        scroll-margin-top: 150px;
    }
    .hub_pic{
        position: relative;
        top:-2px;
    }
    .thank_you_section{
        padding: 100px 0;
    }
    .thank_you_section_inner{
        display:flex;
        align-items: center;
        height:100%;
        width:100%;
        justify-content: center;
        text-align: center;
    }
    .tysi_block h1{
        color:#383838;
        font-size:90px;
        font-weight: 700;
    }
        .tysi_block h5{
            margin-top:10px;
            color:#383838;
            font-size:24px;
            line-height: 32px;
        }
         .tysi_block p{
            color:#383838;
            font-size:20px;
            line-height: 28px;
            margin-top:35px;
         }
          .tysi_block p span{
            display:block;
          }
          .error{
            color:red;
            font-size:14px;
          }
@media only screen and (max-width:1199px) {
    .slider_section h4{
        font-size:22px;
    }
    .banner_section_one_img_text {
        grid-template-columns: 1fr;
        text-align: center;
    }
.quota_inner{
    width:65%;
}
    .banner_text h1 {
        margin-top: 7px;
        text-align: center;
    }

    .banner_section_three {
        width: 60%;
        margin: 0 auto;
    }

    .banner_row {
        display: grid;
    }

    .banner_row_one {
        order: 2;
    }

    .banner_row_two {
        order: 1;
    }

    .banner_section_one {
        margin-top: 40px;
    }

    .common_gap {
        padding: 70px 0;
    }
    /* .quota{
    margin-bottom:70px;
} */

    .startup_Journey_inner {
        width: 100%;
    }

    .banner_section {
        padding-bottom: 0;
    }

    .explore_our_services_right .owl-carousel .owl-nav.disabled {
        left: unset;
        bottom: unset;
        top: -12%;
    }

    .explore_our_services_right {
        margin-top: 80px;
    }

    .founders_building_left_inner h5,
    .founders_building_left_inner p {
        text-align: center;
    }

    .founders_building_left_inner p {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .media_section_inner99 {
        margin-top: 0;
    }
}

@media only screen and (max-width:991px) {
    .mdslr_right_inner ul li p{
        text-align: left;
    }
    .media_section_inner{
        margin-top:0;
    }
    .media_section_block{
        margin-top:40px;
    }
    .quota_inner{
        width:100%;
    }
    .startup_Journey_inner h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .startup_Journey_block,
    .mdslr_left {
        text-align: center;
    }

    .mdslr_right_inner {
        margin-top: 30px;
    }

    .startup_Journey_inner h2,
    .mdslr_right_inner p {
        text-align: center;
    }

    .media_section_inner91 {
        margin-top: 0;
    }

    .mdslr_right_inner h4 {
        text-align: center;
    }

    .mobile_mdslr_left {
        margin-top: 30px;
    }

    .brand_pic {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .tysi_block h1{
        font-size:54px;
    }
    .tysi_block h5{
        font-size: 20px;
    line-height: 28px;
    }
    .tysi_block p span{
            display:unset;
    }
    .tysi_block p{
            font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    }
    .md_grid_change{
        display:grid;
    
    }   
    .mdslr_right_inner_section{
        margin-top:40px;
    }
    .mobile_mdslr_left{
        margin-top:0;
    }
    .md_grid_change_one{
    order:2;
    }
    .md_grid_change_two{
        order:1;
    }
.explore_our_services_right{
    margin-top:0;
}
    .common_gap,
    .md_footer {
        padding: 60px 0;
    }
    /* .quota{
    margin-bottom:40px;
} */

    .banner_section_three {
        width: 90%;
    }

    .startup_Journey_inner h2,
    .explore_our_services_left h6,
    .founders_building_left_inner h5,
    .media_section_inner h5,
    .mdslr_right_inner h4 {
        font-size: 28px;
        line-height: 36px;
    }

    .md_footer_inner p {
        margin-top: 20px;
    }

    .scroll_fix {
        scroll-margin-top: 100px;
    }
    .slider_section{
        margin:40px 0 0 0;
    }
    .startup_Journey_inner p{
        font-size:20px;
        line-height: 28px;
    }
    .mdslr_right_inner p, .founders_building_left_inner p{
         font-size:20px;
        line-height: 28px;
        font-weight: unset;
    }
    .explore_our_services_left p span{
        display: unset;
    }
    .mdslr_right_inner{
        margin-top:40px;
    }
}

@media only screen and (max-width:575px) {
    .banner_section_three {
        width: 100%;
    }
.slider_section ul li, .mdslr_right_inner ul li{
    font-size:20px;
    line-height: 28px;
}
.mdslr_right_inner ul li p{
    font-size:20px;
    font-weight: 700;
}
    .banner_text h1 {
        font-size: 17px;
    }
}