    body {
        height: 100%;
        overflow-x: hidden;
        margin: none !important;
        z-index: auto;

    }

    * {
        margin: 0;
        padding: 0;

    }

    /*--Nav Bar--*/
    #nav-bar {
        position: sticky;
        top: 0;
        z-index: 1111;
        border-bottom: none;

        /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/

    }
    #infobar ul{
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        display: flex;

    }
    #infobar ul li{
        display: flex;
    }
    #infobar ul li svg{
        margin-top: 5px;
    }
    @media (max-width: 575.98px){
        #infobar ul{
            flex-direction: column;
        }
        #infobar ul li{
            margin-left: auto;
            margin-right: 0 !important;
        }
    }

    #nav-bar .navbar .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar {
        background-color: whitesmoke;
    }

    .navbar-brand img {
        height: 56px;
        width: auto;

    }

    .navbar-nav li {
        padding: 0 10px;

    }

    .navbar-nav li a {
        float: right;
        text-align: right;
        position: relative;
    }

    .navbar-nav li a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        background: #C71585;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;

    }

    .navbar-nav li a:hover:after {
        width: 100%;
        left: 0;
    }




    #nav-bar ul li a:hover {
        color: #8dc73e;
    }

    #nav-bar ul li a {
        color: #C71585;
        font-family: sans-serif;
        font-weight: 500;
    }

    .navbar-toggler {
        border: none !important;
    }

    .nav-link {
        font-weight: 600;
        font-size: 18.5px;
        font-family: 'Roboto', sans-serif;


    }

    .reportBtn {
        background-color: #c7148500;
        position: relative;
        padding: .300rem .75rem;
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        border: none;
        z-index: 4;
    }

    .reportBtn:after {
        height: 0;
        left: 50%;
        top: 50%;
        width: 0;
        background: #8dc73e;
        content: '';
        position: absolute;
        z-index: -1;
        transition: all 0.3s;
        border-radius: .25rem;

    }

    .reportBtn::before {
        content: '';
        position: absolute;
        z-index: -1;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        background: #C71585;
        border-radius: .25rem;
    }

    .reportBtn:hover:after {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;

    }

    /*--Slider--*/
    #slider {
        width: 100%;


    }

    #slider #headerSlider .carousel-caption {
        width: 400px;
        top: 45%;
        transition: 3s;
    }

    .carousel-caption {
        top: 45%;
        margin-right: 37%;


    }

    .carousel-caption h5 {
        color: #C71585;
        font-family: 'Libre Baskerville', serif;
        font-size: 17.5px;
    }

    .carousel-caption .abc {
        color: #C71585;
        font-size: 23.3px;
        font-weight: 500;
        font-family: 'Libre Baskerville', serif;
        line-height: 25px;
    }

    /*-----------Content Box ------*/
    .content {
        position: absolute;
        text-align: center;
        bottom: 20px;
        background: rgb(0, 0, 0);
        /* Fallback color */
        background: rgba(0, 0, 0, 0.5);
        /* Black background with 0.5 opacity */
        color: #ffffff;
        width: 40%;
        height: auto;
        margin-left: 55%;
        align-content: center;
        padding: 12px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: 1111;

    }

    @media (max-width: 767.98px) {
        .content {
            display: block;
            width: 100%;

        }
    }

    /*-----------About ------*/
    #about {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        padding-top: 80px;

    }

    #about .btn {
        margin-top: 18px;
        margin-bottom: 10px;

    }

    #about h4 {
        color: #C71585;
        margin-top: 0x;

    }

    .about-content {
        padding-top: 5px;
    }

    /*---Services----*/
    #servicesId {
        padding-top: 80px;
    }

    #services {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #efefef;
        margin-top: 50px;
    }

    .services-item {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 1px 1px #0000002b;
        padding: 17px;
        border-radius: 5%;
        overflow: hidden;
        position: relative;
        border-radius: 15px;
        width: 100%;
        height: 80%;
        transition: 0.5s;
    }

    .services-item:hover {
        box-shadow: 0px 7px 20px #00000045;
    }


    .services-item::after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        background: #8E2DE2;
        bottom: 0;
        left: 0;
        background: #8e2de2;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #8e2de2, #4a00e0);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #8e2de2, #4a00e0);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .services-item:hover::after {
        height: 100%;
        transition: ease 1s;
        -webkit-transition: ease 1s;
        -moz-transition: ease 1s;
        -ms-transition: ease 1s;
        -o-transition: ease 1s;

    }

    .services-item i {
        font-size: 30px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        line-height: 10px;
    }

    .services-item h6 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        color: #C71585;
    }

    .services-item svg {
        z-index: 2;
        position: relative;
    }

    .services-item:hover svg {
        color: white;
    }

    .services-item:hover h6 {
        color: white;
    }

    /*---Package----*/
    .modal fade {
        width: 150px;
    }

    body.modal-open {
        padding-right: 0 !important;
    }

    .modal-title {
        color: black;
        font-weight: bold;
        font-size: 17px;


    }

    .modal-body {
        color: #fff;
        font-size: 15px;
        background-color: forestgreen;



    }

    #package {
        padding-top: 80px;
        background: #fff;
    }

    #package h4 {
        text-align: center;
        color: #C71585;
        padding-bottom: 10px;
        margin: 0px auto 5px;
    }

    #package h4::after {
        content: '';
        background-color: #C71585;
        display: block;
        height: 2px;
        width: 170px;
        margin: 20px auto 5px;
    }

    .first-one {
        margin: 10px auto;
        display: inline;
        float: left;
        width: 100%;
        background-color: #efefef;
        transition: 0.5s;
        box-shadow: 0 2px 30px #33333330;
        transition: 0.6s;
    }

    .first-one:hover {
        box-shadow: 0px 9px 20px green;
    }

    .first-header {
        background-color: #a81867;
        display: inline;
        float: left;
        padding: 10px 5px;
        text-align: center;
        width: 100%;
    }

    .first-header h5 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 5px;
    }

    .package-content {
        display: flex;
        flex-direction: column;
        float: left;
        width: 100%;
        padding: 0 15px;
        color: #C71585;
        font-size: 16.5px;
        line-height: 1px;
        font-weight: bold;
        min-height: 465px;


    }

    .package-content p {
        font-size: 15px;
        color: green;
        line-height: 20px;


    }

    #asd {
        font-size: 13.5px;
        color: green;
        line-height: 1.5;
        font-weight: bold;
    }
    .panel span{
        display: flex;
        margin-left: 20px;
    }
    .panel span svg{
        margin-top: 4px;
    }
    .panel span p{ 
        margin-left: 10px;
    }
    .fa-check {
        color: blue;
    }

    .package-content ul li {
        border-bottom: 2px solid #efefef;
        padding: 8px 10px;
        list-style: none;
        line-height: 22px;
        color: orange;
    }

    ul li:last-child {
        border: none;
    }

    .fa-plus-square {
        color: #5de650;
    }

    .price-button {
        display: inline;
        float: left;
        padding: 15px 15px 30px;
        text-align: center;
        width: 100%;
        margin-top: auto;

    }

    .btn-p {
        border-radius: 3px;
        display: inline-block;
        font-size: 12.5px;
        padding: 15px 50px;
        transition: 0.5s;
        font-weight: bold;

    }

    .fa-heartbeat {
        color: #8dc73e;
    }

    .fa-stethoscope {
        color: #8dc73e;

    }

    .fa-user-md {
        color: #8dc73e;
    }

    .fa-medkit {
        color: #8dc73e;
    }

    .fa-syringe {
        color: #8dc73e;
    }

    .fa-microscope {
        color: #8dc73e;
    }

    .fa-notes-medical {
        color: #8dc73e;
    }

    .fa-ambulance {
        color: #8dc73e;
    }

    /*-----------Progress Bar ------*/
    .progress {
        border-radius: 16px !important;
        margin-bottom: 20px;
    }

    .progress-bar {
        border-radius: 16px;
    }

    /*-----------Get In Touch ------*/
    #contactId {
        padding-top: 80px;

    }

    #contact {
        background-color: #efefef;
        padding-top: 30px;
        padding-bottom: 20px;
        color: #C71585;


    }

    .contact-form {
        padding: 15px;


    }


    .form-control {

        border: none !important;

    }

    ::placeholder {
        color: #C71585 !important;
    }

    .follow {

        padding: 10px;
        margin: 15px;
        border-radius: 1px;
    }


    .contact-info svg {
        margin: 0 10px;
        color: #8dc73e;
        font-weight: bold;
        font-size: 18px;

    }

    /*---Info Bar @ Top of Page----*/
    #infobar {
        background: #C71585 !important;
        color: #ffffff;


    }

    /*---Footer----*/
    #footer {
        background: #333;
        color: whitesmoke;
        /* padding: 2px; */

    }

    #footer p {
        margin-bottom: 0;
        line-height: 50px;
    }

    #footer svg {
        margin: 1px;
        color: #C71585 !important;
    }

    #price {
        margin-top: 30px;
    }

    .packageTitle {
        position: relative;
    }

    .packageTitle span {
        position: absolute;
        right: 0;
        top: 20%;
        display: flex;
        color: #C71585;
        cursor: pointer;
    }

    .packageTitle span svg {
        width: 10px;
    }

    .packageTitle span svg path {
        fill: #C71585;
    }

    @media (max-width: 767.98px) {
        .contact-form {
            padding: 15px 0;
        }

        .follow {
            margin-left: 0;
            margin-right: 0;
        }
    }

    @media (max-width: 991.98px) {
        .reportBtn {
            margin-top: 10px;
        }
    }

    @media (max-width: 767.98px) {
        .package-content {
            min-height: inherit;

        }

        #package h4 {
            text-align: left;
        }

        #package h4::after {
            margin-left: 0;
            margin-top: 7px;
        }

        .packageTitle span {
            left: 0;
            right: initial;
            top: 100%;
            font-size: 12px;
        }

        .packageTitle {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 575.98px) {
        #footer p {
            line-height: 27px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #slider #headerSlider .carousel-inner .carousel-item {
            height: 250px;
        }

        #slider #headerSlider .carousel-inner .carousel-item img {
            object-fit: cover;
            height: 100%;
        }

        #slider #headerSlider .carousel-caption {
            width: 100%;
            top: 50%;
            transform: translate(0, -20%);
            transform: translate(0, -20%);
            right: 0;
            left: 0;
            /* margin-right: 30px;
            margin-left: 30px; */
        }

        .content {
            width: 100%;
            margin-left: 0px;
            bottom: 0;
        }



    }


    #healthPackages {
        z-index: 11111;
    }

    .map-section {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    .map-section h4 {
        text-align: center;
        color: #C71585;
        padding-bottom: 10px;
        margin: 0px auto 5px;
    }
    .map-section h4:after {
        content: '';
    background-color: #C71585;
    display: block;
    height: 2px;
    width: 120px;
    margin: 20px auto 5px;
    }

    .map-section .imgWrapper {
        height: 350px;
    }

    .map-section .imgWrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .social {
        display: flex;
        
    }

    .social a {
        border: 1px solid #8dc73e;
        margin: auto 15px;
        width: 35px;
        height: 35px;
        display: flex;
        border-radius: 5px;
    }

    .social a:hover {
        border: 1px solid #C71585;
        transition: 0.4s;
       
    }

    .social a:hover svg path {
        fill: blue;;
        transition: 0.4s;
         
    }

    .social a svg {
        margin: auto;
    }


    .certificate-section{
        margin-top: 40px;
    }
    .certificate-section .box{
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0px 1px 20px 1px #0000002b;
        margin-top: 30px;
    }
    .certificate-section .box .imgWrapper{
        height: 350px;
        text-align: center;
    }
    .certificate-section .box .imgWrapper img{
        object-fit: contain;
        height: 100%;
    }
    .certificate-section .box p{
        margin-top: 30px;
    }

    @media (max-width: 575.98px){
        .certificate-section .box .imgWrapper{
            height: auto;
        }
        .certificate-section .box .imgWrapper img{
            height: auto;
        }
    }