.call-number p{
    margin-bottom: 0;
    color: #333461;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}
.call-number img{
    vertical-align: middle;
}
.call-number{
    display: flex;
    align-items: center;
}
.call-button{
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 5px;
    background-color: #1d3240;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-left: 20px;
    transition: transform .2s ease-in,box-shadow .2s ease-in,-webkit-transform .2s ease-in;
}
.call-button:hover{
    box-shadow: 0 16px 48px 0 rgb(255 13 0 / 20%);
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #fff !important;
}
.navbar{
    padding-bottom: 0 !important;
}
.navbar .container-fluid {
    transform: translateY(0px) translateX(0px);
    border-top: 1px solid #ffdf00;
    border-right: 1px solid #ffdf00;
    border-left: 1px solid #ffdf00;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffdf00 !important;
}
.navbar-light .navbar-nav .nav-link{
    color: #333461 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #ffdf00 !important;
}
.navbar-light .navbar-nav .dropdown-toggle::after{
    display: none !important;
}
.dropdown-toggle i{
    -webkit-text-stroke: 1px white;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ff4c02 !important;
    background-color: #fff !important;
}
.dropdown-menu{
    border-radius: 5px !important;
    border: 1px solid #a8b1c4 !important;
}
@media(max-width:992px){
    .navbar{
        display: none !important;
    }
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
@media(max-width:768px){
    .call-number img{
        width: 25px !important;
        height: 25px !important;
    }
}
.offcanvas{
    width: 70% !important;
  }
.request-mobile{
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffdf00;
}
.mobile-button{
    display: flex;
    height: 50px;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffdf00;
}
.button-text{
    width: 140px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.offcanvas .nav-link{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}