@media (min-width:1100px) and (max-width: 1568px) {
    .navBarList a {
        font-size: 20px;
    }
    .input-container {
        position: relative;
        display: inline-block;
    }
    .inputOfNavbar {
        padding: 10px;
        font-size: 16px;
    }
    .navBarList {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 22px 0;
    }
}
@media (max-width: 767px) {
    .input{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }
    .input-container input {
        padding: 10px;
    }
    .allNavbarItems {
        display: block;
    }
    .navBarList {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }
    .navBarList a {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width: 1100px) {
    .navBarList a {
        font-size: 18px;
    }
    .inputOfNavbar {
        padding: 10px;
        font-size: 16px;
    }
    .person {
        flex:  0 0 47.5%;
    }
}
@media (max-width:600px) {
    .navBarList a {
        font-size: 14px;
    }
    .inputOfNavbar {
        padding: 8px;
        font-size: 14px;
    }
    .timeline::after {
        left: 31px;
    }
    .container2 {
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }
    .text-box {
        font-size: 13px;
    }
    .text-box small {
        margin-bottom: 10px;
    }
    .right-container {
        left: 0;
    }
    .left-container .white-circle {
        left: 11px;
    }
    .right-container .white-circle {
        left: 11px;
    }
    .left-container-arrow,.right-container-arrow {
        border-right: 15px solid #fff;
        left: -14px;
        border-left: 0;
    }
    .person {
        flex:  0 0 95%;
    }
    .footerHeading {
        font-size: 14px;
        line-height: 1.5;
        width: 40%;
        text-align: center;
    }
    .footerContent .container1 {
        height: 100%;
        display: block;
        width: 100%;
    }
    .backFooter {
        height: auto;
    }
    .mobileFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        width: 100%;
    }
    .footerLogo img{
        width: 70px;
        height: 88px;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .inputFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }



    .footerSide2 {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        color: #fff;
        padding-left: 30px;
    }
    .footerSide2 h3 {
        font-size: 20px;
        padding-top: 20px;
    }
    .footerSide2 li a {
        font-size: 14px;
    }
    .footerSide2 li {
        margin-bottom: 0px;
        margin-left: 10px;
    }


    .footerSide3 {
        color: #fff;
        font-family: 'Kadwa', sans-serif;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .footerSide3 i {
        color: rgba(194, 115, 3, 0.92);
        padding-right: 10px;
    }
    .footerSide3 h3 {
        font-size: 20px;
        padding-top: 50px;
        padding-bottom: 5px;
    }
    .contactFooter {
        margin-bottom: 10px;
    }
}