.box > p {
    text-align: left !important;
}
#header{
    position: relative;
    top : 0% !important;
    margin: 0;
    padding: 0;
}
#logo44{
    position: absolute;
    padding-top: 1%;
    left : 23%;
    top:20%;
}
.cont_class{
    position: relative;
    font-size: 18px;
    margin-top: 1%;
    font-weight: bold;
    margin-bottom: 10px;
}
.fta_logo{
    position: relative;
    top : 5% !important;
    border-radius: 5px;
    height: 100px;
}
.fta_logo img{
    position: relative;
    left : 10%;
    height : 90%;
    width : 80%;
    top : 5% !important;
}
#logo4{
   position: relative;
   top : 2% !important;
}
@media screen and (max-width: 1080px) {
   #logo44{

    font-size: 21px !important;
}
}

@media screen and (max-width: 980px) {
    #logo44{

        font-size: 18px !important;
        position: absolute;
        padding-top: 0%;
    }
}

@media screen and (max-width: 840px) {
    .llogo1{
        display: none;
    }
    #logo44{
        position: absolute;
        padding-top: 0%;
        left : 23%;
    }
}
@media screen and (max-width: 640px) {
    .llogo1{
        display: none;
    }
    #logo44{
        font-size: 15px !important;
    }
}
@media screen and (max-width: 480px) {
    .llogo1{
        display: none;
    }
    #logo44{
        font-size: 15px !important;
    }
}