ul{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}
.banner img {
    width: 100%;
}
.buttons-list ul li{
    list-style-type: none;
    display: inline-block;
}
.buttons-list{
    text-align: center;
    margin-top: 34px;
}
.buttons-list ul li button{
    background: #2699F5;
    padding: 16px 44px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 19px;
    border-radius: 3px;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.buttons-list ul .tab.active button{
    background: none;
    border: 1px solid #2699F5;
    color: #2699F5
}
.buttons-list ul li button:hover{
    background: none;
    border: 1px solid #2699F5;
    color: #2699F5
}
.iframe-form{
    text-align: center;
    margin-top: 34px;
}
.iframeholder{
    width: 900px;
    height: 800px;
}
#form2{
    display: none
}
#form3{
    display: none;
}
#form4{
    display: none;
}
@media (max-width: 465px){
    .iframeholder{
        width: 100%;
    }
    .buttons-list ul li button{
        font-size: 11px;
        padding: 10px 13px;
    }
    .buttons-list ul li{
        margin: 3px;
    }
}
@media (min-width: 465px) and (max-width: 767px){
    .iframeholder{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .iframeholder{
        width: 100%;
    }
}
.freebirdHeaderMast {
    background-color: none !important;
}

.footer{
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}