span.ErrorMessage {

    color: rgb(155, 64, 64) !important;

}

.common-hero .main-heading span.span a{
  color: #259ea6 !important;
}

.common-hero .main-heading span.span {
  color: #259ea6 !important;
}

/* .btn{
  background-color: black !important;
} */

.input-error {

    border: 0.5px solid rgb(155, 64, 64) !important;

}



.input-error-home {

    border: 0.5px solid white !important;

}



.choose-us-scroll{



    display: flex;



    white-space: nowrap;

    overflow: auto;

    flex-wrap: inherit;

    

}





.choose-us-scroll::-webkit-scrollbar {

    /* width: 1px !important; */

    height:5px;

  }

  



  .choose-us-scroll::-webkit-scrollbar-track {

    background: #fff; 

  }



  .choose-us-scroll::-webkit-scrollbar-thumb {

    background: #ccc; 

  }

   

.scrolled header{

background-color: #0b1625;

}


.txt-justify{
  text-align: justify !important;
}