body {
    font-family: 'Mulish' !important;
}

.logo-text {
    color: #A7A7A7;
    display: block;
    font-size: 11px;
}

.logo-heading {
    margin-bottom: unset;
    font-size: 20px;
    font-weight: bold;
}

.logo-heading-mera {
    color: #126cfc;
}

.logo-heading-adhikar {
    color: #f8c900;
}

.navbar-bottom-shadow {
    -webkit-box-shadow: 0 4px 6px -6px black;
    -moz-box-shadow: 0 4px 6px -6px black;
    box-shadow: 0 4px 6px -6px black;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 10px;
}

.navbar-right .login-item {
    width: 100px;
}

.navbar-right .nav-item .nav-link, .navbar-right .nav-item .nav-link:hover, .navbar-right .nav-item .nav-link:focus {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: inherit;
    color: #0056b3;
}

.navbar-right .btn-login {
    background-color: #126cfc;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.navbar-right .btn-login .login-text {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.mb-unset {
    margin-bottom: unset;
}

.footer-main {
    background-color: #126cfc;
    margin-top: 100px;
}

.footer-main .footer-section {
    position: relative;
    top: -55px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: #e1f5fe;
    padding: 20px 40px 10px 40px;
}

.footer-main .footer-section .contact-us-text, .footer-main .footer-section .feedback-text, .footer-main .footer-section .address-text, .footer-main .footer-section .anthem-text {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer-main .footer-section .contact-us-item {
    list-style-type: none;
    padding: unset;
}

.footer-main .footer-section .contact-us-item li {
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px;
    float: left;
}

.copyright-text {
    position: relative;
    top: -20px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.copyright-text a, .copyright-text a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.footer-main .footer-section .contact-us-item .fa-phone {
    border: 1px solid #f8c900;
    padding: 5px 6px;
    border-radius: 50%;
    color: #f8c900;
}

.footer-main .footer-section .contact-us-item .fa-linkedin-in {
    border: 1px solid #0056b3;
    padding: 5px 6px;
    border-radius: 50%;
    color: #0056b3;
}

.footer-main .footer-section .contact-us-item .fa-facebook-f {
    border: 1px solid #004fbb;
    padding: 5px 8px;
    border-radius: 50%;
    color: #004fbb;
}

.footer-main .footer-section .contact-us-item .fa-instagram {
    border: 1px solid #8a3ab9;
    padding: 5px 6px;
    border-radius: 50%;
    color: #8a3ab9;
}

.footer-main .footer-section .contact-us-item .fa-whatsapp {
    border: 1px solid #25d366;
    padding: 5px 6px;
    border-radius: 50%;
    color: #25d366;
}

.footer-main .footer-section .contact-us-item .fa-twitter {
    border: 1px solid #00ACEE;
    padding: 5px 6px;
    border-radius: 50%;
    color: #00ACEE;
}

.footer-main .footer-section .contact-us-item .fa-youtube {
    border: 1px solid #FF0000;
    padding: 5px 5px;
    border-radius: 50%;
    color: #FF0000;
}

.footer-main .footer-section .anthem {
    font-size: 18px;
    line-height: 1.6;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus {
    background-color: #126cfc;
    color: #ffffff;
    border-color: #126cfc;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background-color: #f8c900;
    color: #ffffff;
    border-color: #f8c900;
}

.btn-green, .btn-green:hover, .btn-green:focus {
    background-color: #70ad47;
    color: #ffffff;
    border-color: #70ad47;
}

.text-error {
    color: #ff0000;
}

@media only screen and (max-width: 576px) {
    .footer-main .footer-section {
        padding: 20px 20px 10px 20px;
    }
    .navbar.navbar-expand-md, .navbar .mobile-input-container{
        justify-content: center;
    }
    #cust_mobile_number{
        margin-bottom: 10px;
    }

    .navbar .navbar-nav {
        margin-left: unset !important;
        flex-direction: unset !important;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 10px;
    }
}

.second-header {
    margin: 10px 0;
}
.carousel-inner img {
    width: 100%;
    height: 620px;
}
.see-partners{
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px 0px #979797;
}
.see-partners div{
    flex: 1;
}
.see-partners div img {
    width: 60%;
    padding: 5px;
}
.social-meraadhikar{
    align-items: center;
    justify-content: center;
}
.social-meraadhikar a{
    font-size: 20pt;
    padding: 0 10px;
}
.social-meraadhikar a .fa-youtube{
    color: #f00;
    font-family: 'FontAwesome';
    font-weight: 100;
}
.social-meraadhikar a .fa-facebook{
    color: #004fbb;
    font-family: 'FontAwesome';
    font-weight: 100;
}
.social-meraadhikar a .fa-instagram{
    color: #ff9c25;
    font-family: 'FontAwesome';
    font-weight: 100;
}
.social-meraadhikar a .fa-whatsapp{
    color: #25d366;
    font-family: 'FontAwesome';
    font-weight: 100;
}
.social-meraadhikar a .fa-linkedin{
    font-family: 'FontAwesome';
    font-weight: 100;
}
.social-meraadhikar a .fa-twitter{
    color: #00ACEE;
    font-family: 'FontAwesome';
    font-weight: 100;
}
#demo{
    display: block;
}
#demo1{
    display: none;
}

.second-header .mobile-input-container {
    float: right;
}

.second-header .mobile-input-container .form-control {
    margin-right: 10px;
    border-radius: 20px;
    max-width: 350px;
}

.second-header .mobile-input-container .btn-primary {
    border-radius: 20px;
}

.second-header .section-tabs {
    margin-top: 15px;
}

.second-header .section-tabs .sponsor-section {
    background-color: #106DFF !important;
    color: #fff !important;
    padding: 20px;
    text-align: center;
    border: unset;
    width: 100%;
    cursor: pointer;
}

.second-header .section-tabs .partner-section {
    background-color: #FBB600 !important;
    color: #fff;
    padding: 20px;
    text-align: center;
    border: unset;
    width: 100%;
    cursor: pointer;
}

.second-header .section-tabs .contact-section {
    background-color: #B7061D !important;
    color: #fff;
    padding: 20px;
    text-align: center;
    border: unset;
    width: 100%;
    cursor: pointer;
}

.card-details {
    margin-top: 20px;
}

.card-details .section-blue {
    background-color: #106DFF;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 130px;
}

.card-details .section-yellow {
    background-color: #FBB600;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 130px;
}

.card-details .section-red {
    background-color: #B7061D;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 130px;
}

.card-details .section-purple {
    background-color: #7937AB;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 130px;
}

.text-mera, .read-more {
    color: #126cfc;
}

.bg-mera {
    background-color: #126cfc;
    color: #fff;
}

.text-safety {
    color: #FFC000;
}

.bg-safety {
    background-color: #FFC000;
}
.feo.desktop{
    position: absolute;
    right: 40px;
    top: 20px;
    width: 30%;
    text-align: center;
    padding: 15px 25px;
    background: #fff;
}
.feo h4, .feo h3{
    color: #f00;
}
.feo p{
    font-size: 14px;
}
.feo_footer{
    font-size: 13px;
}
.feo.mobile{
    display: none;
}
.video-meraadhikar{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 576px) {
    .feo.desktop{
        display: none;
    }
    .feo.mobile{
        position: inherite;
        width: 100%;
        text-align: center;
        padding: 15px 17px;
        background: #fff;
    }
}

.title {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}

.good-samaritan-title {
    color: #C00000;
}

.btn-share-story {
    border-radius: 20px;
}

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

.navbar-bottom .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: unset;
}

.description {
    text-align: center;
    font-size: 1.2rem;
}

.hidden-text {
    display: none;
    margin-left: 15px;
}

.good-samarital-description {
    margin-bottom: unset;
}

.img-slider {
    height: auto;
    width: 100%;
}

.slick-slider {
    margin-right: unset;
    margin-left: unset;
}

.slider-arrow {
    color: #dddddd;
    opacity: 0.5;
    font-size: 80px;
}

.slider-arrow:hover {
    cursor: pointer;
}

.slick-slider .slider-arrow {
    position: absolute;
    top: 42%;
    z-index: 1;
}

.slick-slider .next-arrow {
    right: 10%;
}

.slick-slider .prev-arrow {
    left: 10%;
}

.qr-container {
    position: absolute;
    top: 40%;
    height: 300px;
    width: 300px;
    z-index: 1000;
    right: 2%;
}

.error-message {
    color: #ff0000;
}

@media (max-width: 576px){
    .see-partners div img {
        width: 100%;
        padding: 5px;
    }
    .carousel-inner img{
        height: auto;
    }
    .feo.mobile{
        display: block;
        box-shadow: 0 0 5px -2px #000;
    }
    .second-header .section-tabs .btn{
        margin-bottom: 15px;
    }
    #demo{
        display: none;
    }
    #demo1{
        display: block;
    }
}
