.displaylogomobile {
    display: none;
}

.displaylogodesktop {
    margin-left: 27px;
    margin-top: 14px
}

.modaltit {
    font-size: 24px;
    font-weight: 700 !important;
    margin-left: 100px;
}

.welcome {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

@media (max-width: 990px) {
    .displaylogomobile {
        display: block;
    }

    .displaylogodesktop {
        display: none;
    }

}

@media(max-width:575px) {
    .modaltit {
        margin-left: 28px;
    }
}

.container-fluid-1 {
    background-color: black;
}

.info {
    margin-left: -48px;
}

.number {
    margin-left: -70px;
}

.rights {
    height: 75px;
}

@media(max-width:575px) {
    .section-title {
        text-align: center
    }

    .link-animated {
        padding-left: 70px;
        margin-top: 40px;
    }

    .rights p {
        font-size: 15px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
button {
    font-family: 'Nunito', sans-serif;
    color: #343a40;
    line-height: 1;
}

.pagination,
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-nav,
.btn-page {
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.btn-nav {
    padding: 8px;
}

.btn-nav {
    width: 42px;
    height: 42px;
    border: 1.5px solid grey;
    color: #d9534f;
}

.btn-nav:hover,
.btn-page:hover {
    background-color: #d9534f;
    color: white;
}

.btn-page {
    border: none;
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.btn-selected {
    background-color: #d9534f;
    color: black;
}

.paddingset {
    padding-top: 80px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
    display: none;
}

.blog_title {
    color: white;
    margin-top: 0px;
}

.blog_title1 {
    color: #EE1B24;
}

.searching {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searching>h4 {
    margin-top: 15px;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust the width and height as needed */
    height: 20px;
}

.input-with-icon>input {
    padding-left: 40px !important;
    border-radius: 6px !important;
}

.left__section {
    position: relative;
    background-image: url('./img/nursing__image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 41%;
    border-radius: 10px;
    overflow: hidden;
    /* margin-top: 20px; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.421875) 40.63%, rgba(0, 0, 0, 0) 100%);
}


.card__container {
    display: flex;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}

.left__section {
    display: flex !important;

}

.left__section__content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-top: 15px; */
}

.rating__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.rating__container>i {
    margin-right: 10px !important;
    color: yellow !important;
}

.rating__container>p {
    margin-top: 18px;
    margin-right: 10px;
    font-size: 12px;
}

.left__section__content>button {
    margin-top: 15px !important;
    margin-left: 10px !important;
    padding: 3px 5px !important;
    border: none;
    border-radius: 5px;
    background-color: #FFD70C;
    color: gray;
    position: relative;
    z-index: 10;
    /* font-weight: bold; */
    font-size: 11px;
}

.right__section {
    margin-left: 15px;
    width: 55%;
}

.name__address__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 20px; */
}

.name__designation>p {
    margin-top: 5px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000;
}

.address {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    /* margin-top: 10px; */
    /* margin-bottom: 0; */
}

.information {
    margin: 10px 0;
}

.information>h5 {
    font-size: 16px;
    color: gray !important;
}

.fa-check {
    color: #05FF00;
    margin-left: 20px;
    font-size: 18px;
}

.nurse__charges {
    display: flex;
    align-items: center;
}

.nurse__charges>p {
    font-size: 20px;
    margin-top: 15px;
}

.dollar {
    color: #05FF00;
    font-size: 20px;
    margin-right: 5px;
}

.hr {
    margin-top: 5px;
}

.request__button>button {
    background-color: #EE1B24;
    padding: 0 40px;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 35px;
    width: 100%;
}

.seemore {
    display: flex;
    flex-direction: column;
}

.fa-angle-down {
    color: gray;
}

.bg-header {
    background:
        linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 72%) 59%, rgba(0, 0, 0, 0.65) 100%),
        url('../img/contact.png') no-repeat;
    width: 100%;
    background-size: cover;
    height: 70vh;
}

.borderdiv {
    border: 1px solid #ced4da;
    border-radius: 10px;
    width: 90%;
    margin-left: 69px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper img {
    margin-right: 10px;
    position: absolute;
    margin-left: 10px;
}

.select-wrapper {
    display: flex;
    align-items: center;
}

.p-3 {
    text-align: center;
}

.mr-jason {
    text-align: center;
}

.phone {
    justify-content: center;
}

.mail {
    justify-content: center;
    margin-top: 10px;
}

.jason {
    width: 100%;
}

.cards1 {
    width: 20%;
    margin-left: 135px;
}

.cards2 {
    width: 20%;
}

.cards3 {
    width: 20%;
}

.cards4 {
    width: 20%;
}

@media(max-width:575px) {
    .bg-header {
        height: 14vh;
    }

    .blog_title {
        color: #EE1B24;
        margin-top: -98px;
    }

    .blog_title1 {
        color: #EE1B24;
        text-align: center;
    }

    .blog_title_p {
        text-align: center;
    }

    .borderdiv {
        margin-left: 30px;
    }

    .input-with-icon>input {
        width: 70%;
        margin-left: 50px;
    }

    .input-icon {
        margin-left: 55px;
    }

    .searching>h4 {
        margin-top: 15px;
        padding-left: 20px;
    }

    .card__container {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .seemore {
        margin-top: -40px;
        margin-bottom: 15px;
    }

    .text-white {
        font-size: 15px;
    }

    .section-title h1 {
        font-size: 22px;
        margin-top: -60px;
    }

    .setimage {
        height: 34vh;
    }

    .row>* {
        flex-shrink: unset;
    }

    .mb-4 {
        text-align: justify;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: -20px !important;
    }

    .section-title::before {
        position: absolute;
        content: "";
        width: 150px;
        height: 5px;
        left: 0;
        bottom: 0;
        background: var(--primary);
        border-radius: 2px;
        display: none;
    }

    .section-title::after {
        position: absolute;
        content: "";
        width: 150px;
        height: 5px;
        left: 0;
        bottom: 0;
        background: var(--primary);
        border-radius: 2px;
        display: none;
    }

    .form-control:read-only {
        border: 2px solid #e9ecef;
        opacity: 1;
        padding-left: 40px;
        width: 100%;
        margin-left: 0%;
        margin-top: 20px;
    }

    .select-wrapper img {
        margin-right: 10px;
        position: absolute;
        margin-left: 12px;
        margin-top: 17px;
    }

    .cards1 {
        width: 70%;
        margin-left: 60px;
        margin-top: 65px;
    }

    .cards2 {
        width: 70%;
        margin-left: 60px;
        margin-top: 20px;
    }

    .cards3 {
        width: 70%;
        margin-left: 60px;
        margin-top: 20px;
    }

    .cards4 {
        width: 70%;
        margin-left: 60px;
        margin-top: 20px;
    }

    .pagination {
        display: none;
    }

    /* footer start  */

    .section-title-11 {
        margin-top: -55px;
        text-align: center !important;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /* footer end  */
}