      
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}

   /*Accordian Design ENDS here*/


        
        .titles{
    border-bottom: 5px solid crimson;
		
        padding-top: 0px !important;
        margin-top: 0px !important;
        font-size: 36px;
font-weight: 900;
 color: #075D85;}
   tr td a ion-icon{
        font-size: 16px;
   }

        html *{
            /* font-family: Arial, Helvetica, sans-serif; */
        }
        /* width */
        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 2px grey;
            border-radius: 2px;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: rgb(198, 233, 245);
            border-radius: 2px;
        }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: cadetblue;
            }

            .leftMnu ul:before{
                left: 160px !important;
            }
            .topfnt{
                width: 45px !important;
                color: black;
                line-height: 20px;
            }
            .ftrbk_trans{
                background-color: transparent;
            }
            .nwlft ul{
                left: -67px !important;

            }
            .nwlft ul::before{
                left: 150 !important;
            }
            .contclr::before{
                content:none !important;
            }
            .contclr::after{
                content:none !important;
            }
            .brands_item img{
                height: 88px;
            }

            .butlogin{

                background-color: #E77817 !important;
                border: 1px solid #E77817 !important;

            }

            .butcancle{
                background-color: white !important;
                border: 1px solid #E77817 !important;
                color: crimson !important;
                 }

            .butcancle:hover{
                background-color: #E77817 !important;
                border: 1px solid #E77817 !important;
                color: #f8f8f8 !important;

            }
            .alert-danger {
                background-color: white !important;
                /* border-color: #ebccd1; */
                color: #a94442;
            }