footer{
    background-color: #F8F8F8;
    /*height: 467px;*/
}
footer .container{
    /*height: 280px;*/
    display: grid
;
}
.footerImg{
    text-align: center;
    /*padding: 20px;*/
}
.footerImg img{
    /*width:328px;*/
    /*height:93px;*/
    /*width: 200px;*/
    margin-bottom: 15px;
}
footer .container .company-logo{
    font-size: 14px;
}
.footerContent{
    display: flex;
    /*justify-self: anchor-center;*/
    /*column-gap: 110px;*/
        
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;  
    width: 95%;
        

}
.footerEnd{
    background-color: #003399;
    color: #ffffff;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.footerEnd p{
    font-size: 0.9em!important;
    margin: 0;
}
.footerContent h3{
    width: 100%; 
    text-align: left; 
    margin-bottom: 10px;
}

.footer-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.footer-list li{
    display: flex;
    gap: 12px;
    align-items: center;
    
}

.footer-list li img{
    /*width: 100%;*/
    width: 26px;
    height: auto;
}
.footerContent ul {
    display: flex;
    flex-direction: column; 
        gap: 10px;
}
.footerContent ul li{
    list-style: none;
}

.footerContent ul.pageLinks{
    /*flex-direction: row;*/
    /*gap: 15px;*/
    /*margin-top: 16px;*/
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
}

.footerContent ul.pageLinks li a:link,
.footerContent ul.pageLinks li a:visited,
.footerContent ul.pageLinks li a:hover,
.footerContent ul.pageLinks li a:active,
.footerContent .footer-list a,
.footerContent ul.company-info a
{
  color: #003399;
}

.footer-list li a img {
    height: 25px;
    width: 25px;
    padding: 5px;
}
.footer-list li {
    transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    border-radius: 5px;
    font-size: 14px;
    /*width: 35px;*/
    /*height: 35px;*/
}

.footer-list li:hover {
    /*background-color: #96cbff69;*/
    border-radius: 10px;
    transform: scale(1.1); /* Zoom in effect */
}

/*.footer-list li.twitterLogo img{*/
/*    padding-top: 2px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/

.footerContent ul.company-info{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.footerContent ul.company-info li{
   display: flex;
    gap: 5px;
    font-size: 14px;
}

.footerContent ul.company-info .c1{
    line-height: 20px;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 0) and (max-width: 500px) {
    footer .container {
        /*height: auto;*/
        /*display: flow;*/
        padding: 0 20px;
    }
    footer .footerImg{
        padding: 20px 0;
    }
    .footerImg img {
        width: 100%;
        height: auto;
        max-width: 328px;
    }
    .footerEnd p{
        font-size: 0.9em !important;
        margin: 0;
    }
    .footerContent {
        /*display: flex;*/
        /*justify-self: anchor-center;*/
        /*column-gap: 86px;*/
        /*flex-wrap: wrap;*/
        /*width: 100%;*/
        /*justify-content: center;*/
        flex-direction: column;
        gap: 30px;
    }
    footer .container .company-logo{
        text-align: center;
    }
  /*  .footerContent h3{
        text-align: center;
    }*/
    .footerEnd{
        flex-direction: column;
    }
    .footerEnd .dot{
        display: none;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
/*    footer .container {
        height: auto;
        display: flow;
    }*/
    .footerContent {
        /*display: flex;*/
        /*justify-self: anchor-center;*/
        /*column-gap: 70px;*/
        /*flex-wrap: unset;*/
        /*width: 90%;*/
        /*justify-content: center;*/
        /*flex-direction: row;*/
        
        /*flex-direction: column;*/
        flex-wrap: wrap;
        gap: 30px;
        
    }
    
    footer .container .company-logo{
        width: 100%;
        text-align: center;
    }
    .footerContent > div{
        width: calc(50% - 40px);
    }
    .footerContent .company-details{
         width: 100%;
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
/*    .footerContent {
        display: flex;
        justify-self: anchor-center;
        column-gap: 100px;
    }*/
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

@media only screen and (min-width: 1281px) and (max-width: 1419px) {
}

@media only screen and (min-width: 1420px) and (max-width: 1579px) {
}

@media only screen and (min-width: 1580px) {
}


