/*Changes 04-April-2017*/
.dropdown-toggle:after{
    display: none;
}
    .mobile-footer-container {
    /*background: #fab81b;*/
    bottom: 0;
    padding: 0px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 90660;
    /*display: block !important;*/
}
.dropdown-toggle{
    position: inherit !important;
}
/*.mobile-footer-container .open > .dropdown-menu > a:last-child {
    border-bottom: 0 !important;
}
*/
.mobile-footer-container .open > .dropdown-menu > a {
    width: 100%;
    display: inline-block;
    padding: 5px 7px;
    border-bottom: 1px solid #fff;
   /* color: #313131 !important;*/
    font-weight: 600;
}
@media screen and (max-width: 480px) and (min-width: 320px){

.mobile-footer-container {
    background: #fab81b;
    bottom: 0;
    padding: 0px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 90660;
    display: block !important;
}
.mobile-footer-container > ul.list-inline {
    margin: 0;
    width: 100%;
    padding: 0
}
.mobile-footer-container > .four_col > li{
      padding: 0;
    width: 23.5%!important;
}
i.fa {
    font-size: 33px;
    padding: 3px;
}
.mobile-footer-container > .three_col > li{
    /*padding: 0*/
    width: 30%;
}
.mobile-footer-container > .two_col > li{
    /*padding: 0*/
    width: 48%;
}
.mobile-footer-container > .one_col > li{
    /*padding: 0*/
    width: 98%;
}
.mobile-footer-container ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    vertical-align: middle;
}
.mobile-footer-container ul li:last-child {
    border-right: none;
}
.mobile-footer-container .open > .dropdown-menu > a {
    width: 100%;
    display: inline-block;
    padding: 5px 7px;
    border-bottom: 1px solid #fff;
    /*color: #313131 !important;*/
    font-weight: 600;
}
.mobile-footer-container .open > .dropdown-menu {
    top: -150% !important;
    border-radius: 4px;
    left: -15px;
        font-size: 12px;
}
.extra_width > li {
    width: 32.33% !important;
}
.mobile-footer-container .open > .dropdown-menu{
    top: -134% !important;
    border-radius: 4px;
}
.mobile-footer-container .open > .dropdown-menu > a {
    width: 100%;
    display: inline-block;
    padding: 5px 7px;
    border-bottom: 1px solid #fff;
   /* color: #fff !important*/
}
.mobile-footer-container .open > .dropdown-menu > a > i{
    font-size: 16px;
    width: 10px;
}
.mobile-footer-container .open > .dropdown-menu > a > span{
    margin-left: 8px;
    vertical-align: middle;
}
.mobile-footer-container .open > .dropdown-menu > a:last-child{
    border-bottom: 0 !important
}
button#dropdownMenuButton {
    background: transparent;
    padding: 0;
    margin: 0;
}
.mobile-footer-container > .extra_width > li:last-child .open > .dropdown-menu{
    left: -72px !important;
}
.mobile-footer-container > .extra_width > li:first-child .open > .dropdown-menu{
    left: -6px !important
}
}
/*.mobile-footer-container .open > .dropdown-menu {
    top: -134% !important;
    background: #fab81b;
    border-radius: 4px;
}*/
