html,
* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.input-group-prepend {
width: 42px;
}

body {
    font-family: 'Gotham_Book', Gotham-Book, Verdana, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #6d6e71;
}

#myBtn {
    display: none;
    padding: 15px;
}

#recaptcha {
    margin-left: 17%;
}
.mb-01 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.btn-primary {
    color: #fcfcfc;
    background-image: linear-gradient(90deg,#316eff 0%,#1d2b60 100%);
}
.b1 {
    background-image: linear-gradient(90deg,#1d2b60 0%,#316eff 100%);
    /*border-color: #ed6d21;*/
}

.btn-primary:hover {
    background-color: #0e529f;
    border-color: #0e529f;
}

.btn-outline-primary {
    border-color: #0e529f;
    color: #0e529f;
}

.btn-outline-primary:hover {
    background-color: #0e529f;
    border-color: #0e529f;
}

.brand-pink {
    color: #1464ab;
}

.brand-blue {
    color: #0e529f;
}

.bg-brand-pink {
    background-color: #1464ab;
    color: #ffffff;
}

.bg {
    background-image: url("https://dramitshahneuro.com/wp-content/uploads/2022/12/neurologist-in-mumbai.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 320px) {
    .card-img-left {
        width: 40px;
    }
    #myBtn {
        display: block;
    }
    #recaptcha {
        margin-left: 12%;
    }
     #footer {
        margin-bottom: 2.625rem;
    }
}
#footer{
    margin-bottom: -24px;
}

@media(min-width:1000px) {
    #myBtn {
        display: none !important;
    }
}

.fixed-bottom {
    font-size: 20px;
}
.bg-info {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: white !important;
}
.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.btn_anim {
    animation: 2s infinite btn_anim;
    -webkit-animation: 2s infinite btn_anim;
    -moz-animation: 2s ease-in btn_anim;
    background: linear-gradient(-45deg,#000,#316cfb,#000,#306cfa);
    background-size: 400% 400%;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 12%), 0 6px 18px 0 rgba(0,0,0,0.19);
}
@-webkit-keyframes btn_anim {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes btn_anim {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

h2 {
    font-weight: 600 !important;
}
.card  {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (min-width: 600px) {
  .location {
    display: none;
  }
}