* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif
}

body{
    overflow-x: hidden;
}

ul li a:hover{
    font-weight: bold;
}

.header{
    background-color: white;
    filter: drop-shadow(0 -10px 20px rgb(0, 0, 0));
    height: 75px;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

#nav-logo{
    width: 100%;
}

.nav-link{
    color: #B62C38 !important;
    margin-left: 20px;
}

.a-width{
    width: 12%;
}

.navbar>.container{
    margin-top: 10px;
}

.callto{
    border: 1px solid #B62C38;
    border-radius: 20px;
    padding: 8px 15px!important;
}

.callto:hover{
    background-color: #B62C38;
    color: white!important;
}

@media (max-width: 991px){
    #nav-logo{
        width: 40%;
        margin-left: 20px;
    }

    .header{
        position: relative;
        z-index: 100;
    }

    .navbar{
        background: white !important;
    }

    .navbar-nav{
        margin-top: 20px;
    }
}


.loader {
    border: 16px solid #f3f3f3; 
    border-top: 16px solid #B62C38; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
    .div-form .form-input {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        border-bottom: 1px solid #B62C38;
    }

    .diag-text-primary {
        color: #B62C38!important;
    }

    .reform {
        width: 100%;
        height: 35px;
        color: #B62C38;
        border: 1px solid;

    }