.headerColor {
    background-color: #ed1b24 !important;
}
.banner-image-fix{
    background-size: cover!important;
    height: 120vh!important;
}
.footer-padding-left {
    padding-left: 2em !important;
}
.heading-custom{
    color:#fba71a !important;
}
.slider-margin {
    margin-top: -20px;
    margin-bottom: -90px
}
.slider-text {
    font-size: 15px;
}
.slider-find-text {
    font-size: 20px;
}
.white-colour{
    color:#ffffff !important;
}
.width-100{
    width: 100%;
}
.disp-gif{
    border-radius:50px;
}
.disp-flex{
    display: flex;
    justify-content: center;
}
.min-height-300{
    min-height: 300px;
}
.min-height-220{
    min-height: 220px;
}
.min-height-250{
    min-height: 250px;
}
.min-height-280{
    min-height: 280px;
}
.card-bottom {
    position: absolute;
    bottom: 100px;
}
@media only screen and (max-width: 600px) {
    .mobile-resp {
     padding-left: 0px !important;
     padding-right: 0px !important;
    }
  }
  #toast,#toast2 {
    visibility:hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 100;
    left: 0;right:0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #ed1b24;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 10px;
    
    overflow: hidden;
	white-space: nowrap;
}
#toast2 #desc{

    
    color: #fff;
   
    padding: 10px;
    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show,#toast2.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}
.date-color{
    color:black !important;
}