*{
    font-family: 'Montserrat';
}
.container-div{
    margin: 0 auto;
    width: 80%;
}
.image{
    width: 100%;
}
#mySubmit{
    margin: 5px 0;
}
.navbar-header{
    width: 65%;
}
select{
    margin-bottom: 10px;
}
.carousel-inner{
    max-height: 90vh;
}
.navbar-default {
    margin-bottom: 0px;
}
.carousel-head{
    text-align: center;
    font-size: 28px;
    font-style: italic;
}
.navigation-bar{
    background-color: #1f739b;
}

.edha_express_logo{
    width: 80px;
}
.navbar-brand{
    height: auto;
    float: left;
}

.navbar-track{
    float: left;
    position: relative;
    top: 40px;
}
.navbar-track>ul{
    list-style: none;
}
.navbar-track>ul>li{
    display: inline;
    margin-right: 20px;
}
.navbar-track>ul>li>a{
    color: #fff;
    cursor: pointer;
}
.navigation-right-buttons{
    display: table;
    position: absolute;
    right: 2%;
    top: 0%;
    height: 100%;
    
}
.navigation-right-buttons ul{
    font-size: 19px;
}
.navigation-right-contatiner{
    display: table-cell;
    vertical-align: middle;
}
.track_button{
    background: #00a9a1;
    border: 1px solid #fff;
    color: #fff;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
}
#icon1:hover{
    color:#acdade83;
}
#tool{
    color:#ddd;
}
.logger>a{
    color: #f5e072;
}
.logger{
    color: #fff;
}
.login-button{
    background: #1f7299;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
}
.login-button:hover{
    background: #185876;
    color: #ddd;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ddd;
    background-color: transparent;
}
.inv{
    display: none;
}
th{
    text-align: center;
}
#tool{
    position: absolute;
    visibility: hidden;
    width: 200px;
    text-align: center;
    top: 2px;
}
.caro-div{

    margin-bottom: 40px;
}
.about_us{
    padding: 20px 0;
    background-color: #1f739b;
    color: white;
}
.about_us_table{
    
}
.about_us_content{
    margin: 20px 0;

}
.about_us_image_container{
    width: fit-content;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
}
.about_us_image{
    width: 200px;
}
.contact_us_table{
    display: grid;
    grid-template-columns: 22% 34% 40%;
    grid-column-gap: 2%;
}
.edha_express_logo_contact{
    width: 75px;
}
.contact-us
{
    text-align: center;
    color: #1f739b;
    font-size: 17px;
    font-weight: bold;
}
.body-container{
    background: #00000003;
}
#myNavbar{
    display: none;
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
    
    padding: 5px 20px;
    font-size: 16px;
}
#myNavbar ul{
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}
.mob_tools{
    margin: 2px 0;
    margin-right: 10px;
}
.mobile_abt_us{
    display: none;
}
.abt_us{
    display: block;
}
.login-signup{
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 49% 1% 49%;
    grid-column-gap: 0.5%;
}
.scrollable{
    height: 82vh;
    overflow: scroll;
}
.information{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 30px;
}
.more_info{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 30px;
}
.pickup{
    display: none;
}

.navi{
    background: #1f739b;
    border-radius: 0%;
    border: 1px solid transparent;
}
.floater-icon-con{
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0.8;
}
.floater-icon{
    border-radius: 50%;
    border: 2px solid #00a0a0;
    background: #fff;
    width: fit-content;
    line-height: 0;
    box-shadow: 5px 5px 5px 0px;
}
.floater-icon img{
    width: 100px;
    height: 100px;
}
.floater-text{
    display: none;
    text-align: center;
    color: #000;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px 0px;
    
}
.floater-gly{
    font-size: 80px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #1f739b;
    top: 0.5px;
    left: 0.2px;
}
.floater-icon-con:hover{
    
    opacity: 1;
    cursor: pointer;
}
.floater-icon-con:hover .floater-text{
    display: block;
}
.floater-icon-con:hover .floater-icon{
    box-shadow: 2px 2px 2px 0px;
}
.copyclip:hover{
    cursor: pointer;
}
.about-us-grid{
    margin: 20px 50px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;

}
.about-us-card{
    border: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -5px 8px #11213440; 
}
.card-title{
    text-align: center;
    font-size: 20pt;
    padding: 10px 0;
    color: #fff;
    background-color: #00a0a0;
}
.card-content{
    padding: 0px 10px;
    padding-top: 10px;
    color: #000;
}
.card-content > ul{
    padding-left: 25px;
}
.order-card{
    padding: 10px;
    
}

.order-card-spacer{
    margin-bottom: 20px;
    width: fit-content;
}
.order-grid{
    display: flex
}
.image_order_mobile{
    display: none;
    width: 80%;
    margin: 0 auto;
}
.order-image img{
    width: 100%;
}
.sign-up{
    border: 2px solid #00a9a1;
    width: fit-content;
    margin: 50px auto;
    padding: 50px;
    border-radius: 5px;
    height: fit-content;
    line-height: 15pt;
    background: #b4d7dd;
}
.sign-up h4{
    color: #000;
}
.signup-line{
    width: 2px;
    background: #00b4a2;
    margin: 0 auto;
}
input{
    margin-bottom: 10px;
}
.sign{
opacity: 0.3;
}
.rider-signup{
    display: flex;
    width: 70%;
    margin: 0 auto;
    border: 2px solid #00b4a2;
    padding: 25px;
    margin-top: 50px;
    background: #b4d7dd;
    border-radius: 5px;
}
.order-back{
    width: 70%;
    border: 2px solid #00b4a2;
    background: #b4d7dd;
    margin: 30px auto;
    border-radius: 5px;
    padding: 20px;
}
.order-image{
    width: 70%;
}
.rider-orders{
    width: 80%;
    margin: 0 auto;
}
.admin_rider_grid{
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
.admin_rider_avail{

}
.admin_rider_unavail{

}
    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #00a0a0c2;
        color: #fff;
      }
      
      /* Style the buttons that are used to open the tab content */
      .tab button {
        background-color: #00a0a047;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #ddd;
        color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #00a0a0;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
      }
      
        /* Go from zero to full opacity */
        @keyframes fadeEffect {
          from {opacity: 0;}
          to {opacity: 1;}
        }

.admin-grid{
    width: 95%;
    margin: 0 auto;
    display: flex;
}
.admin-grid-child1{
    margin-right: 30px;
}
.navbar-toggle {
    display: none;
}
@media screen and (max-width: 1536px) {
    
.navbar-track {
    top: unset;
}
}
@media screen and (max-width: 1025px) {
    .navbar-toggle {
        display: block;
    }
    .admin-grid{
        display: block;
    }
    .admin-grid-child1{
        margin-right: 0px;
    }
    .location-text{
        display: block;
    }
    #navi_right{
        display: none;
    }
    #navi_right{
        display: none;
    }
    #myNavbar{
        padding-top: 0px;
        padding-bottom: 0px;
        display: grid;
        visibility: hidden;
        height: 0vh;
        transition: height 2s;
        grid-template-columns: 48% 48%;
        grid-column-gap: 2%;
        font-size: 14px;
        background: #1d688d;
    }
    .order-grid{
        display: block;
    }
    .order-image{
        display: none;
    }
    .image_order_mobile{
        display: block;
    }
    #myNavbar>ul>li>a{
        color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #acdade83;
    }
    .carousel-inner{
        height: unset;
    }
    .about_us_table{
        display: block;
    }
    .login-signup{
        display: block;
    }
    .abt_us{
        display: none;
    }
    .mobile_abt_us{
        display: block;
    }
    .about_us_image_container {
        float: none;
        margin: 0 auto;
    }
    .login-signup{
        display: block;
    }
    .information{
        display: block;
    }
    .more_info{
        display: block;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .floater-icon-con {
        bottom: 25px;
        opacity: 0.3;
    }
    .navbar-track{
        float: unset;
        position: unset;
        top: 0px;
        display: none;
    }
    .about-us-grid {
        display: block;
    }
    .about-us-card{
        margin-bottom: 25px;
    }
    #myNavbar a li{
        color: #fff;
        margin: 5px 0px;
    }
    #myNavbar a li .mob_tools{
        margin-right: 15px;
    }
    .signup-line {
        width: 100%;
        padding: 1px;
        background: #00b4a2;
        margin: 30px auto;
    }
    .rider-signup{
        display: block;
        width: 80%;
    }
    .order-back{
        width: 100%;
    }
    .rider-orders{
        width: 100%;
        margin: 0;
    }
    .order-details{
        color: #1d688d;
    }
    .admin_rider_grid{
        display: block;
    }
  }