@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Lato:700,300);
@font-face {
    font-family: "Ionicons";
    src: url("../assets/fonts/ionicons.eot?v=2.0.1");
    src: url("../assets/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../lib/ionic/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../lib/ionic/fonts/ionicons.woff?v=2.0.1") format("woff"), url("../lib/ionic-/fonts/ionicons.woff") format("woff"), url("../lib/ionic/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'DroidKufiRegular';
    src: url('../fonts/DroidKufiRegular.eot');
    src: url('../fonts/DroidKufiRegular.eot') format('embedded-opentype'),
        url('../fonts/DroidKufiRegular.woff2') format('woff2'),
        url('../fonts/DroidKufiRegular.woff') format('woff'),
        url('../fonts/DroidKufiRegular.ttf') format('truetype'),
        url('../fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}
@font-face {
    font-family: 'DroidNaskh';

    src:  url('../fonts/DroidNaskh-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'flat-jooza';

    src:  url('../fonts/flat-jooza-regular.ttf') format('truetype');
}
body {
    font-family: 'flat-jooza','DroidKufiRegular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
    background: url(../images/home-background.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    background-position: 100% 75%;
}
.fa-2x{
    font-size: 2.5em;
}
.navbar{
    background: var(--color-navbar);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 48%);
}
.brand{
    width: 100px;
    margin:  10px;
}
.tab-content{
 border:   1px solid #dddddd4a;
 border-radius: 45px;

}
a{
    color:#28ace2;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-bottom: 3px solid #28ace2;
    border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #28ace2;
    border: none;
    border-bottom: 3px solid #28ace2;
        text-shadow: 1px 1px 1px #000;
}
h2{
    padding: 25px 4vw;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left,#ffffff00, #28ace2, #ffffff00);
    width: max-content;
    border-top: 0px;
    text-align: center;
    margin: 10px auto;      
}
.nav-tabs {
    border-bottom: none;
    padding: 0 40px;
}
.container-fluid {
    max-width: none;
}
label{
    font-size: 18px;
    margin-top: 13px;
    font-weight: 600;
}
table{
    background: #28ace2;
    color: #fff;
    margin: 25px; 
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #606161;
}
.modal-dialog{
z-index: 10000000000000000;
}
.alert-success{
    color: #ffffff;
    background-color: #000000ab;
    border-color: #3c763d;
}
.alert-success .close{
color: #ffffff;
}
.form-control{
    width: 100%;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #28ace2;
    border-radius: 0;
    height: 40px;
}
.form-control.field_text_error{
    border:1px solid red
}
.text_error{
    margin-top: -22px;
    color: red;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dadabc;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ddd;
}
.fluid{
    background: rgb(55 55 55 / 90%);
    margin: 25px 15px 40px;
    border-radius: 45px;
    padding:10px 10px 20px
}
.mg{
   margin: 15px auto; 
}
footer a{
    color: white;
    transition: all 0.5s ease-in;
    margin: 0 10px;
}
.nav-tabs>li {
    float: right;
}
nav a{
    color: white;
    margin: 0 10px;
}
footer a:hover{
    color: #28ace2;
}
footer span.pull-left{
    font-size: 25px;
}
footer .fa {
    position: relative;
    top: -2px;
}
footer i.fa-lg{
    margin:  0 10px;
}
.h50{
height: 50px;
}
.yellow{
 background:#28ace2   ;
 color: white;
 font-weight: bold;
 text-shadow: 1px 1px 1px black
}
.form-group{
margin: 10px ;
clear: both;
}
footer{
    background: #606161;
    padding: 25px 0 10px;
    direction: inherit;
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width:760px) and (max-width:980px){
    .offer-hover{
        margin: 20px 4% 0 !important;
    }
    .ads-728-90{
        display: none;
    }
    .Advertisement{
        display: none;
    }

}
@media screen and (max-width:759px){
    footer span.pull-left{
        display: none;
    }
    .ads-728-90{
        display: none;
    }
    .ads-300-250{
        display: block;
    }
    .modal.in .modal-dialog{
        width: 90%;
        margin-top: -79px;

    }
    .brand {
        width: 90px;
        margin: 18px 0;
    }
}
@media (min-width: 992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right;
}
}