/* for all common styles */

span.required-field {
    color: red;
}


.btn {
    background: #f17218 !important;
    border-style: none!important;
    color: white!important;
    border-radius: 4px!important;
}

.btn:hover {
    background: #f2802f !important;
    /* border-style: none!important;
    color: white!important; */
}

.about-section{
    margin-top:5rem!important;
    border-radius: 10px!important;
    padding:5px!important
}
.front-box{
    background: #1176bc99!important;
    padding-bottom: 2rem!important;
    border-style: solid;
    border-color: white;
    border-radius: 9px;
    overflow: hidden;

}

.front-h1{
    color: #e4ebf1;
    font-weight: 900;
    background: #00294aad;
    padding: 2rem;
    height: 100%;
    border-radius: 9px;
    font-size: 5rem;
}
#wrapper{
    min-height: 100%!important;
}
#facilities img {
    display:flex;
    justify-content: center;
    max-width: 100%;
    max-height:80%;
    border-radius: 10%;
    /* border-start-start-radius: 0px;
    border-end-end-radius: 0px; */
}
#about img{

    border-radius: 9px!important;

}
#footer{
  
}
.dropdown .btn{
    background: white!important;
    border: 1px solid #ccc!important;
    color:black!important;
}
.card_box{
    padding:2rem!important;
    /* -webkit-box-shadow: -1px 0px 14px 1px rgba(87,84,87,1);
    -moz-box-shadow: -1px 0px 14px 1px rgba(87,84,87,1);
    box-shadow: -1px 0px 14px 1px rgba(87,84,87,1); */
    
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);

    border-radius: 9px;
}

.search-heading{

    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.search-inputs{
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.routdivs{
    padding:2rem!important;
    -webkit-box-shadow: 0px 0px 11px -1px rgb(87 84 87);
-moz-box-shadow: 0px 0px 11px -1px rgb(87 84 87);
box-shadow: 0px 0px 11px -1px rgb(87 84 87);
border-radius: 9px;
border-style: unset!important;
margin-bottom: 3rem;
}
.routdivs-head h6{
    font-size: 20px;
    font-weight: 900;
    color: white!important;
}
.routdivs-head{
background: #0072ce;

border-radius: 9px;
padding: 10px;
}
.routdivs-content{
    margin-top: 1rem;
}
badge{
    background: red;
    color: white;
    padding: 3px;
    border-radius: 6px;
}
.second_nav li:hover{

    background: #1176bc!important;
    border-radius: 9px!important;
}
.second_nav {
    padding:3px!important;
}
.search_card {
    border-radius: 9px!important;
    overflow: hidden!important;
}
#sort-bar .pointer:hover{
    /* padding:5px!important; */
    border-color: #1176bc!important;
    border-bottom-style:solid!important ;
}

#sort-bar .menu-wrapper{
    display: flex!important;
    justify-content: center!important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1176bc;
    border-radius: 50px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #67b1e6;
  }
  .blue-text{
      color:rgb(16, 95, 241)!important;
  }
.confirm-inner{
    color:white!important;
}
.confirm-inner h4{
border-bottom: solid rgb(197, 177, 0) 1px!important;
}

endtext{
    color:yellow;
    font-size: 3rem;
}
bold{
    color:rgb(231, 181, 16);
    font-size: 3rem;
}
.x_panel{
    overflow-x: scroll!important;
}
.digit-group {
    display:flex;
    justify-content: center;
}
.digit-group input {
    width: 60px;
    height: 60px;
    background-color: lighten(red, 5%);
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: black;
    margin: 0 2px;
    border-radius: 18px;
    border: 3px solid #293886;
  }

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

::-webkit-input-placeholder {
  /* Edge */
  font-weight: 800;
  color: #9c9a9a;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 800;
  color: #9c9a9a;
}

::placeholder {
  font-weight: 900;
  color: #9c9a9a;
}

@media  screen and (max-width: 760px) {
.x_panel h2{
    float:left!important; 
}
.mobile_div
{

    margin-top: 10rem!important;

}
.maincontainer{
    margin-top: 7rem!important;
}
.result-item-xs{
    /* margin-top:-5rem!important; */
}
}