body{
    font-family: Montserrat;
    color:#000000;
}

.head{
    padding: 25px 0;
    text-align:left;
}

main{
    min-height:400px;
}

.accordion div{
    display:none;
}


h3{

    padding: 16px 4px 16px 4px;
    background: #0FA2FF;
    color:#fff;
    text-align:center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin:0;


}

.logo{
    width:252px;
    height:auto;
    display:inline-block;
}

.logo1{
    margin: 0 0 0 20px;
    height:70px;
    width:auto;
    display:inline-block;
}

.footer{
    border-top:2px solid #d5d5d5;
    padding: 24px 0;
    margin-top:30px;
}

.footer .soc_seti {
    float: right;
    margin-top: -20px;
    width: 20%;
    text-align: right;
}

.footer .soc_seti img {
    margin-left: 25px;
}

@media (max-width: 480px) {
    .logo{
        width:150px;
        margin-left: 10px;
    }
    .logo1{
        height:50px;
    }

    h3{
        font-size:24px;
        line-height: 30px;
    }

    .footer p{
        padding: 0 10px;
    }

    .footer .soc_seti {
        float: right;
        margin-top: 30px;
        width: 100%;
        text-align: right;
        margin-right: 20px;
    }

}