@media screen and (max-width: 600px){
    .banner-icon img{
        width: 60px;
    }
    .banner h2{
        font-size: 20px;
        padding: 35% 0 5% !important;
    }
}
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.banner h2 {
    padding: 17% 0 5%;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

body,p,button,textarea,input,a,.btn {
    font-family: segoe !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: segoe-semi-bold !important;
}
p {
    color: #4d4b4b;

}
.mdb-lightbox img{
    cursor: pointer !important;
}

button {
    border: none;
}
textarea {
    resize: none;
}
abbr[title] {
    text-decoration: none;
}
input[type=number] {
    -moz-appearance: textfield;
    appearance: none;
}
section {
    padding: 70px 0px;
}
.banner-icon img{
    margin-bottom: .2em;
}
.ad-orangeGradient, .ad-active {
    background: linear-gradient(125deg, #F46262, #F2AB21);
    color: #fff !important;
}
.ad-redBtn {
    background: #f46361 !important;
}
.ad-black {
    color: #4d4b4b !important;
}
#toast-container {
    position: unset !important;
    z-index: 100 !important;
}
#toast-container>div {
    width: 100% !important;
}
strong{
    font-weight: 900;
}
/**{*/
/*    -webkit-user-select:none;*/
/*    -moz-user-select:none;*/
/*    -ms-user-select:none;*/
/*    -o-user-select:none;*/
/*    user-select:none;*/
/*}*/


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'Font Awesome\ 5 Pro' !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
