﻿.SearchBtn.form-btn-search {
    margin-top: 10px;
}

#btnfindflight {
    background: #2542c7 !important;
    border-radius: 5px;
    padding: 10px;
}



/*enigma-theameaed*/

body {
    /* padding:0 30px;*/
     font-family: 'Roboto'; 
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #666;
    text-shadow: 0 0 1px rgb(0 0 0 / 1%);
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

.nav-tabs li a {
    background: #F5F5F5;
    color: #666666;
    border: 0px solid #e8e8e8;
    border-radius: 0px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

.nav-tabs li.active > a, .nav-tabs li.active > a:focus {
    border: 0px solid #e8e8e8 !important;
    background: transparent !important;
    box-shadow: none;
    color: #555;
    border-bottom-color: transparent;
    text-indent: 12px;
}


.nav-tabs {
    border-bottom: 0px solid #ddd !important;
    margin-bottom: 10px !important;
}

    .nav-tabs li a::after {
        content: "";
        height: 20px;
        width: 20px;
        background: #bbc3c2;
        position: absolute;
        left: 0px;
        border-radius: 100%;
        top: 7px;
    }

    .nav-tabs li.active > a::before {
        content: "";
        height: 10px;
        width: 10px;
        background: #2542c7 !important;
        position: absolute;
        left: 5px;
        border-radius: 100%;
        z-index: 11;
        top: 12px;
    }



    .nav-tabs li > a:hover {
        border: 0px solid #e8e8e8;
        background: transparent;
        color: #555;
    }
