
@media screen and (max-width: 992px) {
    .tab-holder{
        padding: 10px;
    }
    #admin-tool .tab-holder .list-group{
        padding: 0 5px;
    }
    #admin-tool .tab-content li{
        padding: 5px;
    }
    hr.seperator{
        width: 90% !important;
    }
}


/* Tablet */
@media screen and (max-width: 770px) {
    h1 {
        font-size: 3em;
    }
    h3 {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .mobile-padding{
        padding: 0 15px;
    }
    p{
        font-size: 1.2em;
    }
    .font-size-25{
        font-size: 1.5em;
    }
    .font-size-30{
        font-size: 1.6em;
    }
    .info-button{
        bottom: 20px;
    }

    .form-result-first-div-1{
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .form-result-first-div-2{
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-result-first h3{
        margin-top: 20px;
    }
    .form-reusult-output-mycockpit{
        text-align: center !important;
    }
    .form-reusult-output-mycockpit h3 {
        font-size: 2.4em;
    }


    .d-tablet-none{
        display: none;
    }

    input::-webkit-input-placeholder { /* WebKit browsers */
        color: #003A5C;
    }
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #003A5C;
    }
    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #003A5C;
    }
    input :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #003A5C;
    }

}

/*col-sm*/
@media screen and (max-width: 576px) {

}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 2.8em;
    }
    .same-height-title{
        min-height: auto !important;
    }


}