/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){


}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
 
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
    header .nav-link, header .nav-item .btn.dropdown-toggle {
        padding:  10px !important;
    }

    header .offcanvas-body {
        text-align: center;
    }

    .contact-btn {
        margin-top: 15px;
    }

    footer .footer-right {
        padding-left: 15px;
        padding-top: 30px;
    }

    .contact-sec .container {
        padding-left: 20px;
    }

    br {
        display: none;
    }

    .vision-sec .left-layout {
        margin-bottom: 30px;
    }

    .about-sec .about-box,
    .service-row .col-sm-12 {
        margin-bottom: 20px;
    }

    .team-sec .team-row .team-col {
        margin-bottom: 15px;
    }

    .s-banner-sec {
        padding: 80px;
    }

    .vision-sec .vision-col:first-child {
        margin-bottom: 20px;
    }

}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){


}
/*******************************************/


@media only screen and (max-width: 1300px){
    .container {
        max-width: 95%;
        width: 95%;
    }
}

@media only screen and (max-width: 767px) {
    header .navbar {
        padding: 5px 0 !important;
    }

    .navbar-brand img {
        width: 140px;
        height: auto !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .service-row,
    .about-sec .about-row,
    .team-sec .team-row {
        gap: 20px;
    }

    .vision-sec .vision-col:first-child,
    .vision-sec .left-layout {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 48px;
        line-height: normal;
    }

    h2 {
        font-size: 38px;
        line-height: normal;
    }

    h3 {
        font-size: 24px;
        line-height: normal;
    }

    br {
        display: none;
    }

    .banner-sec .banner-contents p {
        font-size: 16px;
        line-height: normal; 
    }

    p {
        font-size: 14px;
        line-height: normal;
    }

    .about-sec,
    .team-sec,
    .service-section {
        padding: 50px 0;
    }

    .vision-sec .vision-row {
        margin-top: 40px;
    }

    .vision-sec .left-layout .override-txt h3 {
        font-size: 24px;
        line-height: normal;
    }

    .vision-sec h3 {
        font-size: 28px;
        line-height: normal;
    }

    .vision-sec .vision-row {
        padding: 25px 10px;
    }

    .contact-sec .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 80px;
        padding-bottom: 80px;
        background: unset;
    }

    footer .footer-right {
        padding-left: 15px;
        padding-top: 20px;
    }

    header .nav-link, header .nav-item .btn.dropdown-toggle {
        padding:  10px !important;
    }

    header .offcanvas-body {
        text-align: center;
    }

    .contact-btn {
        margin-top: 15px;
    }

    .s-banner-sec {
        padding: 40px 20px;
    }

    .s-banner-sec h2 {
        font-size: 28px;
        line-height: normal;
    }

    .about-banner {
        background-size: cover;
        padding-top: 103px;
        background-position: center;
    }

    .about-banner h1 {
        font-size: 38px;
        line-height: normal;
    }

    .service-section .future-row {
        display: block;
    }

    .service-section .future-box {
        margin-bottom: 20px;
    }

    .service-section .future-box:nth-last-child(-n+2){
        border-bottom: 1px solid #D9D9D9;
    }

    .accordion-item h4 {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .accordion-item h4 span {
        font-size: 14px;
    }

    .accordion-item ul li, .accordion-item p  {
        font-size: 14px;
    }

    .accordion-button::after {
        top: 0;
        right: 0;
        position: absolute;
    }
}