@media (max-width: 767px) {
    
    .pr-0 {
        padding-right: 0px;
    }
    
    /*----------- video section --------*/
    .bg-video video {
        height: 100vh;
        width: auto;
    }
    
    .heading-over-video h1 {
        font-size: 60px;
        line-height: 70px;
    }
    
    .para-over-video p {
        top: 65%;
        text-align: center;
    }
    
    .trans-btn button {
        top: 75%;
    }
    
    /*------------ Navbar ---------------*/
    .si-col, .ci-col {
        justify-content: center !important;
    }
    
    .si-col {
        padding-top: 5px;
    }
    
    .ci-col {
        padding-bottom: 5px;
    }
    
    .company-name img {
        height: auto;
        width: 75%;
    }
    .login-nav-btn 
    {
    padding: 5px 20px;
    }
    
    /*------- Leaders Grow Together --------*/
    .leaders-sec-img img {
        position: unset;
        margin-top: -30px;
    }
    
    .network-sec {
        top: 55%;
    }
    
    .main-sec-head {
        font-size: 40px;
    }
    
    .section-heading {
        font-size: 40px;
    }
    
    .leaders-sec-content {
        transform: translate(-50%, -110%);
        width: 80%;
    }
    
    .leaders-sec-para-a, .leaders-sec-para-b {
        margin-bottom: 5px;
        line-height: 20px;
    }
    
    .leaders-sec-img img {
        height: 300px;
        object-fit: cover;
        object-position: bottom;
    }
    
    /*----- Quality Relations Section ------*/
    .relation-sec-content {
        width: 90%;
    }
    
    /*----- Entrepreneurship Journey -----*/
    .journey-sec-content {
        position: unset;
        transform: unset;
        width: 90%;
    }
    
    .b-heading {
        padding-top: 35px;   
    }
    
    .journey-sec-para-a {
        padding-top: 20px;
    }
    
    .journey-sec-para-b {
        padding: unset;
    }
    
    .journey-sec-img img {
        position: unset;
        margin-left: -25%;
        height: 50vh;
    }
    
    .journey-sec-content a {
        padding: 10px 20px;
    }
    
    .journey-sec-img {
        margin-top: 30px;
        height: unset;
    }
    
    /*-------- Opportunity Section ------*/
    .custom-pd {
        padding: 0px !important;
    }
    
    .opportunity-sec-para-a {
        padding-top: 20px;
    }
    
    .opportunity-sec-para-a, .opportunity-sec-para-b {
        line-height: 20px;
    }
    
    .modal, .tfModal {
        width: 100% !important;
    }
    
    .opportunity-sec-para-c {
        padding-top: 0;
    }
}

@media (min-width: 1800px) {
    p, li, a, button {
        font-size: 2.2rem !important;
        line-height: 1.5 !important;
        font-weight: 100 !important;
    }
    .modal-content .form .form-group .btn-txt-c{
        font-size: 1rem!important;
    }
    .main-sec-head, .section-heading {
        font-size: 4rem;
    }
    
    .trans-btn img {
        height: 40px;
        width: 40px;
    }
    
    .network-sec a, .relation-sec-content a, .journey-sec-content a, .opportunity-sec-content a, .trans-btn button {
        font-size: 1.7rem;
    }
    
    .lni-instagram-fill::before, .lni-facebook-fill::before, .lni-linkedin-original::before, .lni-twitter-fill::before, .lni-youtube::before, .lni-envelope::before {
        font-size: 1.7rem;
    }
    
    .company-name h1 {
        font-size: 5rem;
    }
}