/*/////////////////////office location section start/////////////////////////////////////*/

.office-location-section {
    padding-top:70px;
    padding-bottom: 70px;
}

.office-location-section .description {
    font-family: "Area-Normal-Semibold, sans-serif";
    font-size: 20px;
    color: #000;
}

.office-location-section  .office-box {
    background-color: #f5f5f5;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.office-location-section  .office-box .office-text {
    font-family: "Area-Normal-Semibold, sans-serif";
    font-size: 24px;
    color: #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .office-location-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }    
}

@media (max-width: 767px) {
    .office-location-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .office-location-section .description {
        font-size: 15px;
    }

    .office-location-section  .office-box {
        padding: 30px 20px;
    }

    .office-location-section  .office-box .office-text {
        font-size: 18px;
        text-align: center;
    }
    
    .desktop-break {
        display: none;
    }
} 

/*///////////////////// office location section end /////////////////////////////////////*/

/*/////////////////////// map section start ///////////////////////////////////////*/

.map-section {
    padding-top: 0px;
    padding-bottom: 70px;
}

.map-section .map-box {
    width: 100%;
    height: 500px;
    border: 2px solid #ccc;
    overflow: hidden;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .map-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .map-section .map-box {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .map-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .map-section .map-box {
        height: 300px;
    }
}

/*/////////////////////// map section end ///////////////////////////////////////*/


 /*/////////// collaborate section start ///////////*/

.collaborate-section{
    padding-bottom: 70px;
}

.collaborate-section .green-box{
    background-color: #aad04e;
    padding: 60px;
    margin: auto;
}

.collaborate-section .description {
    font-size: 20px;
}

.collaborate-section .submit-btn {
    font-size: 16px;
    font-family: "Area-Normal-Semibold, sans-serif";
    color: #000;
    background-color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    padding: 12px 40px;
}


@media (max-width: 767px) {
    .collaborate-section{
        padding-bottom: 50px;
    }
    .collaborate-section .green-box{
        padding: 40px 10px 40px 10px;
    }

    .collaborate-section .description {
        font-size: 15px;
    }
        
    .collaborate-section .submit-btn {
        padding: 10px 20px;
        font-size: 13px;
        margin: 0 auto 30px;
    }

    .desktop-break {
        display: none;
    }
}
 /*/////////// collaborate section end ///////////*/
  
  