@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


.container-fluid
{
     padding-right: var(--bs-gutter-x, 0rem) !important; 
     padding-left: var(--bs-gutter-x, 0rem) !important;
}


.row {
    --bs-gutter-x: none !important; 
    --bs-gutter-y: none !important; 
}



.common_questions
{
    background: url('../images/common_questions.png') no-repeat;
    height: 100vh;
    background-position: center;
    background-size:contain;
    margin-top: 0px;
} 



.remember_me
{
    float:right !important;
}

.form-control {
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-right: 0px !important;
    padding: 10px !important;
    border: 0px !important;
    box-shadow: 1px 1px 6px 1px #ccc !important;
  }

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #000 !important;
  }
  .input-group-text
{
    border-left: 0px !important;
    border-radius: 0px !important;
    background-color: yellow !important;
    color: #fff !important;
}
.btn {
    border-radius: 8px !important;
    padding: 10px !important;
    background: #cc6122 !important;
    color: var(--text-color) !important;
    box-shadow: 1px 4px 1px 0px var(--main-color) !important;
}


  .navbar-light,.navbar-nav,.nav-link {
    color: rgb(0 0 0) !important;
}

.nav-item
{
    text-decoration: none;
    position: relative;
    margin-left: 35px !important;
    cursor:pointer;

}

a.nav-link.active{

    color: #000 !important;
}
a.nav-link.active::after{
    content: '';
    position: absolute;
    width: 43%;
    height: 5%;
    background-color: transparent !important;
    top: 35px;
    left: 20px;
}

a.nav-link.active:hover::after{
    content: '';
    position: absolute;
    width: 57%;
    height: 5%;
    background-color: transparent !important;
    top: 35px;
    right: 20px;
}


a.nav-link::after{
    content: '';
    position: absolute;
    width: 43%;
    height: 5%;
    background-color: transparent !important;
    top: 35px;
    left: 58px;
}

a.nav-link:hover::after{
    content: '';
    position: absolute;
    width: 65%;
    height: 5%;
    background-color: transparent;
    top: 35px;
    left: 30px;
    transition: .3s ease-in;
}
.nav-link:hover
{
    color:yellow !important;
}



@media only screen and (max-width: 1000px) {
    *{
        margin:0 !important;
        clear: both !important;
        font-family: 'Changa', sans-serif;
        font-family: 'El Messiri', sans-serif;
    }

    .login-image h1
{
    position: absolute;
    margin: 5px 5px 0 0px !important;
}
.login-image p
{
    position: absolute;
    margin: 45px 5px 0 0px !important;


}

    a.nav-link.active::after{
        content: '';
        position: absolute;
        width: 35%;
        height: 5%;
        background-color: yellow;
        top: 35px;
        left: 230px;
        transition: .3s ease-in;
    }
    
    a.nav-link.active:hover::after{
        content: '';
        position: absolute;
        width: 45%;
        height: 5%;
        background-color: yellow;
        top: 35px;
        left: 120px;
        transition: .3s ease-in;
    }
    

    a.nav-link::after{
        content: '';
        position: absolute;
        width: 43%;
        height: 5%;
        background-color: #fff;
        top: 35px;
        left: 200px;
    }
    a.nav-link:hover::after{
        content: '';
        position: absolute;
        width: 65%;
        height: 5%;
        background-color: yellow;
        top: 35px;
        left: 120px;
        transition: .3s ease-in;
    }
    
    .log-btn{
        background-color: yellow !important;
        border-color: #000 !important;
        float: inline-end;
      }
      .navbar-brand {
        padding-top: -0.687rem;
        padding-bottom: 1.313rem;
        margin-right: -4rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
      }
      .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #9781f538;
        padding: 7px;
      }

      /* .privacy_policy::after {
        content: '';
        position: absolute;
        width: 30% !important;
        height: 1% !important;
        background: black;
        top: 430px !important;
        right: 66px;
        background: linear-gradient(297deg, rgb(2, 0, 36) 0%, rgb(5, 1, 6) 50%, rgb(132, 76, 199) 52%, rgb(132, 76, 199) 97%, rgb(132, 76, 199) 100%);
      }
      .term_cond::after {
        content: '';
        position: absolute;
        width: 30% !important;
        height: 1% !important;
        background: black;
        top: 390px !important;
        right: 20px !important; 
        background: linear-gradient(297deg, rgb(2, 0, 36) 0%, rgb(5, 1, 6) 50%, rgb(132, 76, 199) 52%, rgb(132, 76, 199) 97%, rgb(132, 76, 199) 100%);
      } */

      .claim_date {
        display: inline-block;
        position: absolute;
        right: 78px;
        background: #fff;
        padding: 5px;
        margin-top: 12px;
        color: #757579;
        font-size: 13px;
        top: 119px;
    
    }
  }



  @media only screen and (max-width: 1007px) {

    .privacy_policy::after {
        display: none !important;
    }
    .term_cond,.privacy_policy {
        border-bottom: 2px solid #000 !important;
        
    }
      .term_cond::after {
        display: none !important;

    }

    a.nav-link.active::after{
        display: none !important;

    }
    
    a.nav-link.active:hover::after{
        display: none !important;

    }
    

    a.nav-link::after{
        display: none !important;

    }
    a.nav-link:hover::after{
        display: none !important;

    }
    .log-btn
    {
        float: right !important;
    }

    label.claim_date {
        display: inline-block;
        position: absolute;
        right: 78px;
        background: #fff;
        padding: 5px;
        margin-top: 12px;
        color: #757579;
        font-size: 13px;
        top: 119px;
    
    }

  }

  