body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

.btn-get-started {
    background: #42b72a !important;
    /*background: #68A4C4 !important;*/
}

.btn {
    background: #42b72a !important;
    /*background: #68A4C4 !important;*/
    color: #fff !important;
    /*border-radius: 50px;*/
    padding: 5px 15px;
    border: none;
}

input {
    height: 30px !important;
}

select {
    height: 30px !important;
}

.red {
    color: red !important;
}

.slogan h2 {
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 35px !important;
}

.slogan h3 {
    color: #fff;
    font-size: 25px !important;
    margin-bottom: 30px !important;
}

.searchPanel {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.searchPanel h2 {
    font-size: 20px !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.searchPanel label {
    color: #fff !important;
}

.searchPanel input,
select {
    height: 30px !important;
    padding: 0 !important;
}

.searchPanelMobile {
    display: none;
    background: #0d2735;
    margin: 0px;
}

.mobileSeatchBtn {
    color: #fff !important;
}

.helpCenter a {
    font-size: 25px;
    margin-top: 7px;
}

.different_of_other {
    height: 130px !important;
    width: 130px !important;
    border: 1px solid #000 !important;
}

.different_of_other i {
    font-size: 90px !important;
}

#main {
    margin-top: 0px !important;
}

.footer-contact {
    text-align: left;
}

.footer-links {
    text-align: right;
}

.biodataInfo {
    margin: 0 0 50px 0 !important;
}

@media (min-width: 1024px) {}

@media (max-width: 768px) {
    .slogan h2 {
        /*margin-top: 400px !important;*/
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .slogan h3 {
        margin-bottom: 20px !important;
    }
    .searchPanel {
        margin: 10px;
        background-color: #fff;
    }
    .searchPanel h2 {
        text-align: center;
        color: #000 !important;
    }
    .searchPanelPc {
        display: none;
    }
    .searchPanelMobile {
        display: block;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .joinFbGroup a {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .slogan h2 {
        /*margin-top: 400px !important;*/
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .slogan h3 {
        margin-bottom: 20px !important;
    }
    .searchPanel {
        margin: 10px;
        background-color: #fff;
    }
    .searchPanel h2 {
        text-align: center;
        color: #000 !important;
    }
    .searchPanelPc {
        display: none;
    }
    .searchPanelMobile {
        display: block;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .joinFbGroup a {
        font-size: 16px;
    }
}