@media screen and (max-width: 768px) {
    /*
     * Font-face declarations inside media queries are generally not ideal
     * unless you specifically want a different font ONLY for this screen size.
     * It's often better to declare fonts globally and adjust font-size.
     * If you must include it here, ensure it's loaded efficiently.
     */
    @font-face {
        font-family: Marcellus;
        src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
    }

    .nomobile {
        display: none;
    }

    .logomobile {
        margin-top: 18px;
        position: absolute;
        display: inline-block;
        text-indent: -9999px; /* Hides text, useful for image replacement */
        width: 64px;
        height: 56px;
        background: url(../img/logomobile.svg);
        background-size: 64px 56px;
    }

    .grecaptcha-badge {
        /* Keep !important here if you strictly need to hide the reCAPTCHA badge */
        visibility: collapse !important;
    }

    .slogo-title-mobile h1 {
        font-size: 55px;
        color: #FFF;
        font-family: 'Marcellus', sans-serif; /* Added sans-serif fallback */
        font-weight: 700;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    /* This rule applies to all h1, h2, h3, h4 within the media query */
    h1, h2, h3, h4 {
        font-family: "Marcellus", monospace; /* Consider if 'monospace' is the desired fallback here */
    }

    .slogo-title-mobile h4 {
        font-size: 17px;
        color: #FFF;
        font-weight: 200;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    .slogo-title-mobile {
        width: 100%;
        height: 126px;
        padding-bottom: 23px;
        margin-bottom: 23px;
        border-bottom: solid 3px rgba(255, 255, 255, 0.5);
    }

    .fancy {
        color: #FFF;
        /* Duplicated rule for .fancy, check if one is meant to override the other. */
        /* The second one below has font-size: 9px; and margin-top: 10px; */
        font-size: 21px; /* This one */
        font-weight: bold;
        opacity: 1;
        margin-top: 18px; /* This one */
    }

    .counter-col-new h4 {
        color: #FFF;
    }

    .counter-col-new i {
        font-size: 50px;
        color: #fff;
        border-bottom: 0px; /* Removed !important */
        padding: 1px; /* Removed !important */
    }

    /* Duplicate .fancy rule. Decide which one is truly intended. */
    /* If this is the mobile-specific override, place it after the general .fancy rule */
    .fancy {
        color: #FFF;
        font-size: 9px; /* This one */
        opacity: 1;
        margin-top: 10px; /* This one */
    }

    .over-layer-mobile {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        width: 100%;
        padding-top: 6px; /* Removed !important */
        padding-bottom: 3px; /* Removed !important */
        height: 100px; /* Removed !important */
    }

    section {
        background-position: center; /* Removed !important */
        background-attachment: fixed; /* Removed !important */
    }

    .searchselect {
        width: 100%;
        min-height: 66px;
        margin-top: 0; /* Removed !important */
        padding: 0;
        background: #02F7BC;
        border: none;
        font-size: 20px;
        color: #11C096; /* Removed !important */
    }

    .searchselectmenu {
        min-width: 100%;
        background: #02F7BC;
        color: #707070;
        border: 0px;
        border-radius: 20px; /* Added 'px' unit */
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
        margin-top: -120px;
        padding-right: 0px; /* Removed !important */
        padding-left: 0px; /* Removed !important */
    }

    .searchselectmenu a {
        color: #707070; /* Removed !important */
        padding-top: 15px; /* Removed !important */
        height: 50px;
    }

    .searchselectmenu a:hover {
        color: #FFF; /* Removed !important */
        background: #11C096; /* Removed !important */
        height: 50px;
    }

    .searchmobileinput {
        width: 100%;
        min-height: 60px;
        margin-top: 0; /* Removed !important */
        padding: 0;
        background: #11C096;
        border: none;
        font-size: 20px;
        color: #02F7BC; /* Removed !important */
        padding-right: 5px;
    }

    .action-botton-mobile {
        border-radius: 30px; /* Removed old vendor prefixes */
        font-size: 24px;
        letter-spacing: 0.5px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
        color: #28D7FA; /* Removed !important */
        width: 134px;
        height: 48px;
        background: #FEED5A;
    }

    .action-botton-mobile3 {
        border-radius: 30px; /* Removed old vendor prefixes */
        font-size: 18px;
        letter-spacing: 0.5px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
        color: #28D7FA; /* Removed !important */
        width: 190px;
        height: 50px;
        background: #FEED5A;
    }

    .over-layer-black-new {
        background: radial-gradient(circle at top, rgba(255, 247, 162, .45) 10%, rgba(255, 240, 75, .45) 20%, rgba(40, 215, 250, .45) 80%);
        width: 100%;
        height: 161px;
        position: relative;
        margin-top: 58px;
    }

    .slogo {
        margin-top: 195px;
    }

    .header {
        height: 813px;
        width: 100%;
    }

    .serv {
        background-size: cover; /* Removed !important */
        background-repeat: no-repeat; /* Removed !important */
        background-position: center; /* Removed !important */
        background-attachment: fixed;
        width: 100%;
    }

    .padding-top-50 {
        padding-top: 50px; /* Removed !important */
    }

    .margin-top-50 {
        margin-top: 50px; /* Removed !important */
    }

    .margin-top-90 {
        margin-top: 20px; /* Removed !important */
    }

    .margin-top-100 {
        margin-top: 100px; /* Removed !important */
    }

    .margin-top-150 {
        margin-top: 150px; /* Removed !important */
    }

    .margin-top-25 {
        margin-top: 50px; /* Removed !important */
    }

    .navbar-toggle {
        border: 0px; /* Removed !important */
        position: relative;
        margin-left: 0px;
        margin-top: 30px;
    }

    .navbar-toggle.collapsedopen {
        background-color: transparent; /* Removed trailing semicolon */ /* Removed !important */
    }

    .stop {
        background-color: #fff; /* Removed !important */
    }

    .serv h4 {
        font-size: 25px;
        color: #11C096;
    }

    .citmoboile h4 {
        font-size: 25px;
        color: #11C096;
    }

    .serv h2 {
        font-size: 33px;
        color: #FFF;
        font-weight: bolder;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    .serv .type {
        font-size: 9px;
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    .footer {
        min-height: 250px; /* Removed !important */
    }

    .over-layer-black-new2 {
        background: radial-gradient(circle at top, rgba(255, 247, 162, .5) 0%, rgba(255, 240, 75, .5) 0%, rgba(40, 215, 250, .2) 80%);
        width: 100%;
        min-height: 342px;
        padding-bottom: 50px; /* Removed !important */
        position: relative;
    }

    p {
        font-size: 12px;
        line-height: 2;
    }

    .over-layer-black-new3 {
        background: radial-gradient(circle at bottom, rgba(255, 247, 162, .2) 0%, rgba(255, 240, 75, .2) 0%, rgba(40, 215, 250, .2) 80%);
        width: 100%;
        position: relative;
    }

    .cityimgback {
        height: 331px; /* Removed !important */
    }

    .cityimg {
        height: 331px; /* Removed !important and trailing semicolon */
    }

    .cityinfo1 {
        margin-top: 20px;
        padding: 0px 0px; /* Removed !important */
    }

    .cityinfo1 h2, .cityinfohover h2 {
        font-size: 19px;
        font-weight: bold;
    }

    .cityinfo1 p, .cityinfohover p {
        font-size: 17px;
    }

    .citmoboile {
        border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    }

    .doc h4 {
        font-size: 25px;
        color: #11C096;
    }

    .doc h2 {
        font-size: 20px;
        color: #707070;
        font-weight: bold;
    }

    .doc .panel-heading {
        background-color: #FFFFFF;
        border: 3px solid #F3F3F4;
        padding-top: 9px;
        padding-bottom: 13px;
    }

    .doctor2-item {
        height: 240px; /* Removed !important */
    }

    .doctor2-img img {
        width: 122px;
        height: 122px;
    }

    .hospital2-item {
        margin-bottom: 16px;
        height: 260px; /* Removed !important */
        overflow: hidden;
        text-align: center;
    }

    .hospital2-item img {
        object-fit: cover;
        object-position: center;
        display: inline;
        position: relative;
        width: 147px;
        height: 147px;
    }

    .hospital2-content {
        padding-top: 20px;
        height: 100%;
    }

    .hospital2-content p {
        font-size: 14px;
        margin-bottom: 2px; /* Removed !important */
    }

    .hospital2-content a {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .action-botton-more {
        font-weight: bold; /* Removed !important */
    }

    .doc .action-botton-more {
        border: 1px solid #11C096;
    }

    .cityinfohover {
        display: block;
        position: relative;
        width: 100%;
        border: 3px solid #F3F3F4;
        margin-top: 20px;
        padding: 0px; /* Removed !important */
    }

    .helpme {
        width: 125px; /* Removed !important */
    }

    .helpme img {
        width: 125px; /* Removed !important */
    }

    .action-botton {
        font-size: 13px;
        width: 109px;
    }

    .arty .active {
        border-bottom: 0px; /* Removed !important */
        padding-bottom: unset; /* Removed !important */
    }

    li .active {
        color: #fff; /* Removed !important */
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .header2 {
        min-height: 434px;
        width: 100%;
    }

    .hospitalssearch h4 {
        font-size: 25px;
        color: #11C096;
    }

    .searchinputdown {
        border: solid 1px #11C096;
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.16);
        min-height: 62px;
        font-size: 18px;
        color: #28D7FA;
        width: 100%;
        background-color: #fff;
    }

    .searchinput {
        min-height: 62px;
    }

    .citiesmenu {
        margin-top: -120px;
    }

    .action-botton3 {
        font-size: 13px;
        width: 109px;
    }

    .filtersearch {
        border: solid 1px #11C096;
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.16);
        min-height: 62px;
        font-size: 18px;
        color: #FFF;
        width: 100%;
        background-color: #11C096;
    }

    .profile-image img {
        object-fit: cover;
        object-position: top;
        position: relative;
        border-radius: 13px;
        width: 144px;
        height: 150px;
        margin: auto;
        display: block;
    }

    .doctor-cv {
        margin-right: 0px; /* Removed !important */
    }

    .doctor-cv h3 {
        font-size: 18px;
        color: #707070;
        font-weight: bold;
    }

    .doctor-name {
        height: auto; /* Removed !important */
    }

    .doctor-name h1 {
        font-size: 18px;
        color: #11C096;
        font-weight: 400;
    }

    .doctor-cv li::before {
        content: "•";
        color: #11C096;
        font-size: 18px;
        font-weight: 900;
        margin-left: 10px;
    }

    .protitlem h4 {
        font-size: 36px;
        color: #28D7FA;
    }

    .docprofile {
        border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    }

    .mapp h4 {
        font-size: 25px;
        color: #11C096;
    }

    .searchinput input {
        width: 90%;
        min-height: 56px;
        margin-top: 0; /* Removed !important */
        padding: 0;
        background: transparent;
        border: none;
        font-size: 17px;
        color: #11C096; /* Removed !important */
    }

    .searchinput {
        min-height: 46px;
        width: unset; /* Removed !important */
        margin-right: 10px;
        margin-left: 10px;
    }

    .searchinput2 {
        min-height: 46px;
        width: unset; /* Removed !important */
        margin-right: 10px;
        margin-left: 10px;
    }

    .attachy {
        background: #F3F3F4;
        border-radius: 35px;
        width: 100%;
        min-height: 234px;
        padding-bottom: 30px;
    }

    .attachy ul {
        padding-top: 43px;
        font-size: 12px;
    }

    .attachy li {
        font-size: 12px;
    }

    .attachy li::before {
        content: "•";
        color: #707070;
        font-size: 20px;
        font-weight: 900;
        margin-left: 10px;
    }

    .action-botton-mobile2 {
        border-radius: 30px; /* Removed old vendor prefixes */
        font-size: 14px;
        margin: auto;
        position: relative;
        display: block;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 20px;
        padding-right: 20px;
        color: #707070; /* Removed !important */
        width: 140px;
        height: 37px;
        background: #FFFFFF;
    }

    .babideir-consult-down a {
        color: #707070; /* Removed !important */
    }

    .babideir-consult-down span {
        padding-right: 20px;
    }

    .att {
        font-size: 18px; /* Removed !important */
        color: #FFF;
        background-color: #11C096;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        right: 5px;
        top: 3px;
    }

    #carousel-example-generic > .carousel-indicators {
        z-index: 1; /* Removed !important */
    }

    #mc_embed_signup {
        max-width: 300px; /* Removed !important */
    }

    /* Grouped padding rules for header classes */
    .header3 .row,
    .header3 .col-md-12,
    .header3 .col-xs-12,
    .header1 .row,
    .header1 .col-md-12,
    .header1 .col-xs-12,
    .header2 .row,
    .header2 .col-md-12,
    .header2 .col-xs-12,
    .header4 .row,
    .header4 .col-md-12,
    .header4 .col-xs-12 {
        padding: 0px; /* Removed !important */
    }

    .babideir-menu {
        min-height: 300px; /* Removed !important */
        top: 35px; /* Removed !important */
        margin: auto;
        position: relative;
        display: block;
    }

    .babideir-menu ul {
        padding: 0px;
        vertical-align: middle;
    }

    .babideir-menu ul li {
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: bold;
        color: #FFF;
    }

    .babideir-menu .active {
        border-bottom: #fff 0px solid; /* Removed !important */
        padding-bottom: unset; /* Removed !important */
    }

    .babideir-menu .active a {
        color: #337ab7; /* Removed !important */
    }

    .navbar-collapse.in {
        overflow-y: unset; /* Removed !important */
    }

    .navbar-collapse {
        border-top: 0px; /* Removed !important */
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .artisitheader {
        width: 400px; /* Removed !important */
    }

    .main-about .about {
        padding-right: 0px; /* Removed !important */
        text-align: justify;
    }

    .star {
        top: -5px;
        left: 25%; /* Removed !important */
    }

    .col-3 .gallery-item {
        width: 100%; /* Removed !important */
    }

    .gallery-item {
        padding: 15px;
    }

    .imgg {
        height: 300px; /* Removed !important */
    }

    .main-about {
        padding-bottom: 50px; /* Removed !important */
    }

    .page2 {
        margin-bottom: 10px; /* Removed !important */
    }

    .artisitphoto {
        height: 250px; /* Removed !important */
        border: 1px solid white; /* Removed !important */
    }

    .margin-top-60 {
        margin-top: 20px; /* Removed !important */
    }

    .top-50 {
        top: 50px; /* Removed !important */
    }

    .top-70 {
        top: 70px; /* Removed !important */
    }

    .header2 .page {
        width: 60%; /* Removed !important */
        left: 25%; /* Removed !important */
        top: 60%;
    }
}
