
.navbar .navbar-nav .btn.btn-send {
position: relative;
top: 11px;
border-radius: 6px;
padding: 0px 16px !important;
line-height: 2.8;
}
.navbar .navbar-nav .btn.btn-send:hover, .navbar .navbar-nav .btn.btn-send:focus{
background-color: #fff;
color: #333 !important;
}

*{
    box-sizing: border-box;
    margin: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
p{
    font-size: 13px;
}
.custom-top-navbar .navbar-brand img {
    max-width: 194px;
}
.custom-top-navbar.navbar-expand-lg{
    height: 95px;
}
.custom-top-navbar.navbar-expand-lg .navbar-nav a.nav-link {
    padding:19.5px 1em;
    color: #fff;
    font-size: 15px;
    /*-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,font-family: sans-serif;*/
    font-weight: 600;
}
.custom-top-navbar.navbar-expand-lg .navbar-nav a.nav-link.active, .custom-top-navbar.navbar-expand-lg .navbar-nav a.nav-link.active:hover {
    color: #000000;
    background: #ffbf00;
}
.custom-top-navbar.navbar-expand-lg .navbar-nav a.nav-link:hover{
    color: #ffbf00;
}
/*.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 15px;
    color: #fff;
}*/
.footer-logo img {
    max-height: 90px;
    margin-bottom: 15px;
}
.footer .footer-upper h2 {
    color: #eaeaea;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 1em;
}
.footer p, .footer a{
    font-size: 15px;
    line-height: 1.85714285714286;
    color: #fff;
    text-decoration: none;
}
.footer .footer-upper {
    background-color: #000000;
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-upper .col-md-3 {
    padding: 0px 20px;
}
.footer-upper .col-md-3:nth-child(2){
    padding: 0px 20px 0px 60px;
}
.copywrite{
    background-color: #141414;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}
.btn.btn-send {
    background: #ffbf00;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 14px;
}
.btn.btn-send:hover, .btn.btn-send:focus {
    background: #000;
    color: #fff;
    box-shadow: none;
    outline: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #f8ca49;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.send-otpform {
max-width: 600px;
margin: 0 auto;
min-height: 385px;
padding-top: 90px;
display: flex;
justify-content: center;
}
.send-otpform a{
    cursor: pointer;
}
@media (min-width: 1200px){
.container {
    max-width: 1240px;
}
}
@media (max-width: 1199px){
.container {
    max-width: 100%;
}
}
@media (max-width: 991px){
.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    background: #212529;
    
}

.navbar .navbar-nav .btn.btn-send {
top: 0px;
}

.footer-upper .col-md-3:nth-child(2) {
    padding: 0px 20px 0px 20px;
}
}

