/* Extra small devices (portrait phones, less than 576px) */ 
@media(min-width: 320px) and (max-width: 575px) {    
    .navbar-nav .nav-item .nav-link {
        padding: 9px 25px;
    }
    .home_page_txt img {
        width: 80px;
    }
    .home_page_txt h2,
    .home_page_txt h1 {
        font-size: 46px;
    }
    .home_page_txt p {
        font-size: 16px;
        line-height: 25px;
    }
    .home_page_content_sec {
        padding-top: 66px;
        padding-bottom: 60px;
    }
    .ftr_lft {
        text-align: center;
    }
    .ftr_rght_icon ul {
        float: left;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .ftr_right_txt {
        text-align: center;
    }
    .who_we_banr p {
        font-size: 15px;
        line-height: 28px;
    }
    .who_we_txt img {
        width: 50px;
        margin-right: 15px;
    }
    .who_we_txt h5 {
        font-size: 17px;
        margin-top: 0px;
    }
    .who_we_txt p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
    .who_we_btm_icon {
        padding-bottom: 20px;
    }
    .what_do_banr h4 {
        padding-top: 170px;
        font-size: 20px;
    }
    .what_do_txt p {
        padding: 30px 10px 100px;
        text-align: justify;
    }
    .port_banr img {
        padding-top: 150px;
        width: 180px;
    }
    .port_banr h6 {
        font-size: 18px;
        padding-left: 33px;
    }
    .chairman_profile_img img {
        padding-bottom: 40px;
        max-width: 100%; 
        display:block; 
        height: auto;
    }
    
    .chairman_profile_txt h5 {
        font-size: 17px;
    }
    .contact_form h5, .chairman_profile_txt h4 {
        font-size: 17px;
    }
    .chairman_profile_txt p {
        font-size: 14px;
        line-height: 22px;
    }
    .contact_form {
        padding: 0px 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
      
}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) and (max-width: 991px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
       
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}