.footer_top {
  background-color: #4A4A4A;  
  min-height: 370px;
  padding-bottom:10px;
}

.footer_left {
    margin-left: 0px;
}

.footer_icon_title {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.footer_icon_group {
    margin-left: 0;
}

.footer_join_us_icon,
.footer_quick_links_icon {
    width: 45px;
    height: 45px;
    border: 1px solid #666666;
    padding: 7px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.footer_follow_us_icon {
    width: 45px;
    height: 45px;
    border: 1px solid #666666;
    padding: 12px;   
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.footer_follow_us_icon:hover,
.footer_join_us_icon:hover,
.footer_quick_links_icon:hover {
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}


.footer_right {
    margin-top: 20px;
}

.footer_menu {
    margin-left: 110px;
}

.footer_menu_title {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: white;
}

.footer_menu_item_group {
    line-height: 1;
    margin-bottom: 15px;
}

.footer_menu_item_group li {
    margin-bottom: 7px;
}

.footer_menu_item {
    font-size: 14px;
    color: white !important;
    font-weight: normal; 
}

.footer_menu_item:hover {
    color:#1293AC !important;
}

.footer_bottom {
    background-color: #333333;
    height: 40px;
}

.footer_copyright {
    color: white;
    font-size: 12px;
    margin-top: 5px;
    float: left;
}

.footer_terms {
    color: white;
    font-size: 12px;
    margin-top: 5px;
    float: right; 
}

.footer_terms a {
    color: white;
}

.footer_terms a:hover {
    color: #1293AC;
}

.footer_left_box {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    padding: 0;
}

.footer_middle_box {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0;
}

.footer_right_box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0;
} 

#middle_text {
    /*padding-right: 8px;
    padding-left: 8px;*/
}

#footer_image {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 15px;
}

/*@media (min-width: 1199px) {
    footer {
        height: 600px;
    }
}

@media (min-width: 991px) {
    footer {
        height: auto;
    }
}

@media (min-width: 7671px) {
    footer {
        height: auto;
    }
}*/

  
@media (max-width: 1200px) {
    .footer_menu {
        margin-left: 70px;
    }

    .footer_menu_item {
        font-size: 13px;
    }

}

@media (max-width: 992px) {
    .footer_menu {
        margin-left: 0px;
    }

    .footer_menu_item {
        font-size: 12px;
    }
    /* .footer_top {
        background-color: #4A4A4A;  
        height: 670px;
      }  */
    
    /* .footer_menu {
        margin-left: 0;
    }

    .footer_right {
        float: left;
    } */

}

@media (max-width: 768px){
    footer {
        height: auto;
    }

    .footer_top {
       // height: 335px;
    }
    
    .footer_menu {
        display: none;
    }
    /* .footer_left_box {
        margin-bottom: 0px;
        text-align: center;
    }

    .footer_middle_box{
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
    }

    .footer_right_box {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }  */


    .footer_bottom {
        height: 70px;
    }

    .footer_copyright,
    .footer_terms     {
        float: none;
    }

}