.footer-bottom-right{
    text-align: left;
}

.footer-bottom-right .location{
    font-size: 1rem !important;
    line-height: 2.3rem !important;
}

.footer-bottom-right .copy{
    font-size: 1rem !important;
    line-height: 1.8rem !important;
}

.content h3{
    font-weight: 700;
}

#btn{
    font-weight: 800;
}



#login-href {
    text-decoration: none;
}


.gender-select{
    display:flex;
    width: 75% !important;
    padding: 0 5%;
    justify-content: center;
    align-items: center;
}
.gender-select div{
    width: 30%;
}

.col-sm-3.col-form-label{
    line-height: 1;
    text-align: left;
    justify-content: flex-start;
}

/* .header-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-logo div{
    margin-left: 20px;
    color :#df1323;
    font-size: 2.5rem;
    font-weight: 700;

} */

.inner-content h1{
    color : #000 !important;
}

.inner-content .input-field{
    background-color: #eaeaea;
}


.inner-content .btn2{
    background-color: var(--red) !important; 
    
    color:#fff !important; 
}

.inner-content .btn2::before{
    background-color: #f7f7f7 !important;
}
.inner-content .btn2:hover{
    color: #333 !important;
}

.home-slide.second{
    min-height: 60vh !important;
}

.home.second{
    min-height: 0 !important;
}


.none{
    display: none;
}

.input-address label{
    /* font-size: 1.3rem !important; */
}



.div-2-input{
    border-radius: 10px;
    height: 40px;
    margin: auto;
    margin-top: auto !important;
    font-size: 1rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}

.div-2-input select{
    margin: 0 !important;
    width: calc(50% - 3px);
}


@media screen and (min-width: 2560px) {
    .steps{
        padding: 0 250px;
    }
}

@media screen and (min-width: 1920px) {
    .steps{
        padding: 0 200px;
    }
}

@media screen and (min-width: 1440px) {
    .steps{
        padding: 0 150px;
    }
    
}

@media screen and (min-width: 1024px) {
    .steps {
        padding: 1rem 100px;
    }
    
}


@media screen and (max-width: 2560px) {
    html{
        font-size: 13px;
    }
    .footer{
        padding: 0 250px;
        
    }
}

@media screen and (max-width: 1920px) {
    html{
        font-size: 12px;
    }
    .footer{
        padding: 0 200px;
    }
}

@media screen and (max-width: 1440px) {
    html{
        font-size: 11px;
    }
    .footer{
        padding: 0 150px;
    }
    
}

@media screen and (max-width: 1024px) {
    html{
        font-size: 11px;
    }
    .footer{
        padding: 0 100px;
    }
}

@media screen and (max-width: 768px) {
    html{
        font-size: 11px;
    }
    .footer{
        padding: 0 50px;
    }
    .btn {
        width: 150px !important;
        height: 42px !important;
        font-size: 1.1rem !important;
    }
    .home-slide.second{
        min-height: 80vh !important;
    }
    .add-last-hr{
        margin-top: 40px;
    }
}


@media screen and (max-width: 480px) {
    html{
        font-size: 11px;
    }
    .footer{
        padding: 0 20px;
    }
}


/* @media (max-height: 1000px) {
    .tandc-block{
      height: 100vh !important;
    }
    .tandc-section{
      top: 65%
    }
    .tandc-section2{
      top: 63%;
      height : 600px;
    }
  
    .inner-content{
      top: 52%;
      height : 450px;
    }
    
    .inner-content h1{
        font-size: 1.9rem !important;
    }
    .home-slide{
        min-height: 90vh;
    }
    
  } */

  @media (max-width: 450px){
    .input-field{
        width: 160px !important;
    }

    #auto-prevented-input-field{
        width: 200px !important;
    }
  }

  /* .tandc-section2{
    background-color: rgba(0,0,0,0) !important;
    border: 0 !important;
    margin: 0 !important;
    box-shadow: 0px 0px 0px rgb(0,0,0) !important;
  }

  .tandc-section2 h1 {
    color: #e80000 !important;
    background-color: rgba(0,0,0,0);
}
.col-form-label{
    background: rgba(0,0,0,0) !important;
} */

.hidden{
    display: none;
}