.submitContainer {
    max-width: 450px;
    text-align: center;
    border: 2px solid #efefef;
    margin-top: 13%;
    padding: 50px 15px;
    border-radius: 20px;
    background-color: #ff6464e3;
    box-shadow: 2px 4px 10px 0 #fff;
}
@media only screen and (max-width: 480px) {
    .submitContainer {
        margin-top: 25%;
        padding: 25px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .pr-sm-0 {
        padding-right: 0;
    }
    .ourSpecialityBox {
        width: 43.33%;
    }
    .speciality-head {
        font-size: 14px;
    }
    .ourSpecialityWrapper img {
        max-width: 65px;
    }
    .ourSpecialityWrapper {
        flex-wrap: wrap;
        -webkit-flex: 0 50%;
        flex: 0 50%;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .owl-theme .owl-dots {
        top: -65px;
    }
    .clientSayWrapper {
        left: 28px;
    }
    .whatPateintSayHeading {
        padding-top: 50px;
    }
    .slider-area .carousel-inner .item .carousel-captions .content {
        padding-top: 0;
        padding-bottom: 0;
        top: 34px;
    }
    .slider-area .carousel-inner .item .caption-1,
    .slider-area .carousel-inner .item .caption-2,
    .slider-area .carousel-inner .item .caption-3,
    .slider-area .carousel-inner .item .caption-4,
    .slider-area .carousel-inner .item .caption-5,
    .slider-area .carousel-inner .item .caption-6,
    .slider-area .carousel-inner .item .caption-7,
    .slider-area .carousel-inner .item .caption-8 {
        background-size: cover !important;
    }
    .slider-area .carousel-inner .item .carousel-captions .content > h3 {
        font-size: 18px;
        line-height: 10px;
    }
    .footer_btm_icon {
        display: none;
    }
    .urologyAccordionWrapper .accordionFifteen {
        margin-bottom: 30px;
    }
    .urologyDrWrapper .docImage,
    .nephrologyDrWrapper .docImage {
        max-width: 150px;
        margin: 0 auto;
    }
    .urologyDrWrapper .urologyDocDescWrapper,
    .nephrologyDrWrapper .urologyDocDescWrapper {
        text-align: center;
    }
    .getAppointment {
        margin-bottom: 20px;
    }
    .accordionFifteen .panel .panel-heading a.collapsed,
    .accordionFifteen .panel .panel-heading a {
        font-size: 12px;
        text-align: center;
    }
    .cardiologyDocWrapper .dr-name {
        font-size: 26px;
    }
    .urologyOurTreatment .service-item-wrap,
    .nephrologyTreatment .service-item-wrap,
    .cardiologyTreatment .service-item-wrap,
    .gastroenterologyTreatment .service-item-wrap,
    .gynecologyOurTreatment .service-item-wrap,
    .oncologyOurTreatment .service-item-wrap,
    .orthopaedicsTreatment .service-item-wrap,
    .neurologyTreatment .service-item-wrap,
    .entTreatment .service-item-wrap,
    .endocrinologyTreatment .service-item-wrap {
        max-width: 250px;
        margin: 0 auto;
    }
    .urologyOurTreatment .owl-carousel .owl-stage-outer,
    .nephrologyTreatment .owl-carousel .owl-stage-outer,
    .cardiologyTreatment .owl-carousel .owl-stage-outer,
    .gastroenterologyTreatment .owl-carousel .owl-stage-outer,
    .oncologyOurTreatment .owl-carousel .owl-stage-outer,
    .orthopaedicsTreatment .owl-carousel .owl-stage-outer,
    .neurologyTreatment .owl-carousel .owl-stage-outer,
    .entTreatment .owl-carousel .owl-stage-outer,
    .endocrinologyTreatment .owl-carousel .owl-stage-outer {
        height: 276px;
    }
    .multiCarouselDocWrapper .owl-carousel .owl-stage-outer {
        height: auto;
        text-align: center;
    }
    .strip-btn-st-pop {
        font-size: 12px;
    }
    .knowAboutMedithicsWrapper .owl-stage-outer {
        height: 215px;
    }
    .popUpWrapper::before {
        display: none;
    }
    .popUpWrapper .popUpContent {
        width: 100%;
        padding-left: 30px;
    }
    .bannerWrapper {
        height: 310px;
    }
    [class^="blockWrapper-"] {
        width: 80%;
        margin: auto;
        margin-bottom: 25px;
        height: 300px;
    }
    [class^="blockWrapper-"] .blockContent > p {
        font-size: 18px;
    }
    .desktopCallBtn {
        display: none;
    }
    .offerSubHeading {
        font-size: 16px;
    }
    .slider-area .carousel-inner .item .offer1,
    .slider-area .carousel-inner .item .offer2 {
        height: 120px;
    }
    .onlyDesktop {
        display: none;
    }
    .newsletter_wrapper {
        float: none;
    }
    .offerMainWrapper section.topminus {
        margin-top: 20px;
    }
}
.popUpWrapper {
    width: 475px;
    max-width: 95%;
    padding: 55px;
    background-color: #ADDCFC;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding-left: 22px;
}
.popUpWrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/doctor-appointment.png);
    position: absolute;
    top: 0;
    right: -64%;
    z-index: -1;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.95;
}
.popUpWrapper .popUpContent {
    text-align: center;
    width: 66%;
}
.popUpWrapper .popUpContent > h3 {
    font-size: 22px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 20px;
}
.popUpWrapper .popUpContent .popupInput {
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #acacac;
    color: #424242;
}
.popUpWrapper .appointmentSubmit {
    width: 65%;
    padding: 7px 0;
    background-color: #2874a6;
    border-width: 0;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #2874a6;
    margin-top: 15px;
    font-size: 14px;
}
.popUpWrapper button.close {
    position: absolute;
    top: 10px;
    right: 30px;
}
