/* main css */

/* top-navbar */
#logo img{
    height: 106px;
    width: 187px;
}
#logo2 img{
    width: 220px;
    height: 180px;
}
.top-icon img{
    width: 100px;
    height: 100px;
    margin-top: -10px;
    float: left;
}

/* Navbar */
nav a{
    font-size:  16px !important;
}
nav a:hover{
    color: #109DF8 !important;
    cursor: pointer;
}

nav .nav-link{
    margin-top: -20px;
    color: white;
    padding: 0;
    margin-right: 5px;
}
@-moz-document url-prefix() {
    nav .nav-link{
        margin-top: 0px !important;
    }
}
.dropdown-menu{
    margin-top: 12px !important;
    opacity: 0.7;
    background-color:black !important;
}
.dropdown-menu a{
    color: white !important;
    z-index: 1 !important;
}
nav .navbar-brand.active, nav .nav-link.active,nav .dropdown-item.active
{
    color:#0d6efd !important;
}
.sp-vh-style a
{
    word-break: break-word !important;
    word-wrap: break-word !important;
    white-space: normal;
}
.sp-vh-style
{
    width: 470px !important;
}
.dropdown-item.active, .dropdown-item:active
{
    color: #0d6efd !important;
    text-decoration: none;
    background-color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover
{
    color: #0d6efd !important;
    background-color: transparent !important;
}

/* .dropdown:hover .dropdown-menu
{
    display: block;
} */
/* .navbar .nav-item .dropdown-menu{ display: none; }
.navbar .dropdown:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; } */


.button span{
    background-color: #000 !important;
    padding: 20px !important;
}
.button span:hover{
    background-color: #0d6efd;
}

/* Card div */
.card-links a{
    text-decoration: none;
    color: white;
}

/*  sidebar */
.sidebar-cards,.main-content-div
{
    border-radius:16px;
}
.sidebar-card-heading,.main-card-heading
{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.about-us-content p
{
    font-size:18px !important;
}

/* all links */
.links{
    margin-top: 10px;
}
.links a{
    text-decoration: none;
    color: #109DF8;
    font-size: 16px;
    /* margin-left: 10px; */
}
.links a:hover{
    color: black;
}
#download-links a{
    text-decoration: none;
    color: #109DF8;
    font-size: 14px;
}

#download-links a:hover{
    color:black;
}


/* footer-images */
#images img{
    width: 150px;
}


/* footer-carousel */
.main-slider .carousel-item img{
    height: 80vh !important;
}


/* footer-about */
.footer-about a{
    text-decoration: none;
    color: white;
}
.facebook-svg a{
    margin-left: 100px;
}


/* footer-Copyright */
.footer-Copyright{
    border-top: 1px solid lightgray;
    color: white;
}


/* Noor CSS */
/* .bus-img img{
    width: 265px;
    height: 220px;
    border: 5px solid black;
    border-radius: 10px;
} */


/* ali css */
.bus-img img{
    border: 4px solid black ;
    width: 265px;
    height: 220px;
    border-radius: 10px;
}
.bus-img img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.1); 
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #5e6466;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: white;
    color:#5e6466 !important;
  }



  /* hassam css */
/* .submit button{
    border:2px solid #109DF8;
    color: #109DF8;
    border-radius: 23px;
    background-color: white;
    font-size: 20x;
    padding: 10px 15px;
}
.submit button:hover{
    border:2px solid black;
    color: black !important;
} */
@media screen and (max-width:576px){
    .main-slider .carousel-item img {
        height: 50vh !important;
    }
}
@media screen and (max-height:750px){
    .footer-slider .carousel-item img {
        height: 60vh !important;
    }
}
@media screen and (min-height:750px) and (max-height:900px){
    .footer-slider .carousel-item img {
        height: 55vh !important;
    }
}
@media screen and (min-height:900px) and (max-height:1000px){
    .footer-slider .carousel-item img {
        height: 52vh !important;
    }
}
@media screen and (min-height:1000px){
    .footer-slider .carousel-item img {
        height: 50vh !important;
    }
}
.quotation-form input,.quotation-form textarea,.quotation-form select
{
    border-radius: 12px;
    background-color: #f2f2f2;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}
.mandatory_fields
{
    color:red;
    font-weight: 700;
}
.car-next-btn
{
    /* position:absolute;
    right:-30% !important; */
    border-radius: 20px !important;
}
.car-prev-btn
{
    /* position:absolute; */
    border-radius: 20px !important;
    /* left:-30% !important; */
}
.carousel-control-next-icon,.carousel-control-prev-icon
{
    background-size: 22px !important;
}
.error_border
{
    border-color: red !important;
}
.nav-link.active{
    color:#0d6efd !important;
}
.error_border_2
{
    border:1px solid red;
}