.c-logo{
    width: 400px;
}

.M-logo{
    width: 300px;
}

.heading{
    font-family: "Archivo Black", sans-serif;
    font-weight: 200;
    color: #000;
    font-size: 60px;
}

.fs{
    font-family: "Poppins", sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 18px;
}

.btn-dark{
    background-color: #000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
.menu-box h4 {
    font-size: 20px;
    /* font-weight: 600; */
    margin: 25px 0 30px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.menu-box h4:after {
    content: "";
    background-color: #A1A1A1;
    height: 3px;
    width: 25%;
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.menu-lists h5 {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0px;
}

.menu-lists li {
    font-size: 14px;
    /* line-height: 26px; */
    margin-bottom: 8px;
    font-weight: 400;
    width: 100%;
    clear: both;
    color: #555555;
    list-style-type: none;
    background: url(../images/dots.png) repeat-x 0% 88%;
}

.menu-lists {
    width: 100%;
    padding-left: 0px;
}
.plist {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 18px;
}

.line-bottom span {
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.pull-right {
    float: right !important;
}