:root {
    --primary-color: #007ba7;
    --secondary-color: #4dc1ba;
    --body-clr: #333333;
    --bg-black: #101010;
}

html {
    font: 400 16px/1.5 "Poppins", sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font: 400 16px/1.5 "Poppins", sans-serif;
    color: rgba(var(--body-clr), 0.8);
    width: 100%;
    background-color: var(--bs-white);
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #00d3f1;
}

button:active,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
    border-color: none !important;
    color: #fff;
}

:focus {
    outline: 0 !important;
}

.custom-header {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.banner-heading {
    background-image: url("../imgs/banner-heading.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-footer ul li {
    display: inline-block;
    padding: 0 30px;
}

.custom-footer {
    background-color: var(--bg-black);
    color: var(--bs-white);
}

.social-icons a {
    width: 52px;
    height: 52px;
    background: #00d3f1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.social-icons a:hover {
    transform: scale(1.1);
    background: var(--bs-white);
    color: #00d3f1;
}

.radio-option [type="radio"],
.check-option [type="checkbox"],
.radio-option2 [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.check-option [type="checkbox"]+div {
    cursor: pointer;
    border: 2px solid #e2e2e2;
    padding: 12px;
    border-radius: 30px;
    background: #fbfbfb;
}

.radio-option [type="radio"]+div {
    cursor: pointer;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    padding: 12px;
    margin: 20px 0;
    border-radius: 10px;
    background: #fbfbfb;
}

.radio-option2 [type="radio"]+div {
    cursor: pointer;
    border: 1px solid #dfdfdf;
    padding: 12px 0;
    border-radius: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.radio-option [type="radio"]:checked+div,
.radio-option2 [type="radio"]:checked+div,
.check-option [type="checkbox"]:checked+div {
    border: 2px solid #00d3f1;
}

.registration-process .radio-option label {
    display: inline-block;
    width: 40%;
    margin: 0px 10px;
}

.registration-process .radio-option h5 {
    display: inline-block;
    padding-left: 20px;
}

.registration-process .radio-option i {
    font-size: 30px;
    color: #ff8adc;
}

.custom-header .nav-link {
    font-size: 14px;
    color: #000;
}

.custom-header .nav-item {
    padding-left: 28px;
}

.custom-header .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.default-btn {
    border-radius: 22.5px;
    color: var(--bs-white);
    padding: 10px 0;
    width: 130px;
}

button.default-btn,
a.default-btn {
    background: #00d3f1;
    border: 1px solid #00d3f1;
}

button.default-btn-two,
a.default-btn-two {
    background: #ff8adc;
    border: 1px solid #ff8adc;
}

button.default-btn-three,
a.default-btn-three {
    background: transparent;
    border: 1px solid #ff8adc;
}

.custom-header button.default-btn-two,
.custom-header a.default-btn-two {
    color: #fff !important;
}

.custom-header button.default-btn-two:hover,
.custom-header a.default-btn-two:hover {
    color: #000 !important;
}

button.default-btn:hover,
a.default-btn:hover {
    background: transparent !important;
    color: #7b7b7b;
    border: 1px solid #7b7b7b !important;
}

.registration-process p {
    font-size: 14px;
    color: #000;
}

.registration-process .passcode,
.registration-process .form-group input {
    width: 70%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.registration-process .form-group input {
    width: 100%;
}

.registration-process h3 {
    font-weight: 600;
    font-size: 22px;
}

.search-box {
    position: relative;
}

.search-box input {
    border-radius: 22.5px;
    background: #fff;
    border: unset;
    padding: 11px 20px;
    width: 40%;
}

.search-box .btn {
    position: absolute;
    right: 30%;
}

.top-bar a {
    font-weight: 500;
    font-size: 16px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    color: rgb(123 123 123 / 70%);
}

.top-bar,
.bottom-menu {
    background: rgb(255 138 220 / 18%);
}

.option-box {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    padding: 30px;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

.options h3,
.works h3,
.who h3 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}

.option-box p {
    font-weight: 300;
    font-size: 12px;
    color: #000;
}

.custom-header .bottom-menu ul,
.top-bar ul {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

.bottom-menu li a {
    font-weight: 500;
    color: #686868;
}

.bottom-menu li.active a {
    color: #000;
    font-weight: 600;
}

.greenBox {
    background: rgba(65, 133, 142, 0.08);
    border-radius: 10px;
}

.height-box {
    max-height: 204px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.height-box:hover {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.news,
.speak,
.feedback,
.account {
    border-radius: 10px;
    border: 1px solid rgb(190 190 190 / 64%);
}

.news .news-inner {
    max-height: 360px;
    overflow-y: auto;
}

.news li {
    padding: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.news li:last-child {
    border: unset;
    padding-bottom: 0;
}

.small-inner {
    border: 1px solid rgb(190 190 190 / 64%);
    border-radius: 10px;
    flex-grow: 1;
}

.service-table .table> :not(:last-child)> :last-child>* {
    border: unset;
}

.service-table thead th {
    background: rgb(255 138 220);
    color: #fff;
}

.service-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.service-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-table .table>tbody>tr:nth-of-type(even) {
    background: rgba(123, 133, 218, 0.08);
    color: #303030;
}

.service-table .table td,
.service-table .table th {
    border: unset;
    text-align: center;
}

.service-table .table tbody tr td:first-child {
    color: #ff8adc;
    font-weight: 500;
}

.service-table .table tbody tr td {
    padding: 15px 0;
}

.box-package {
    background: #fff;
    filter: drop-shadow(0px 30px 40px rgba(170, 170, 170, 0.16));
    border-radius: 10px;
    position: relative;
}

.box-package.active {
    border: 1px solid #f33fbd;
}

.box-package.active:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 36px;
    height: 36px;
    background: #f33fbd;
}

.box-package.active:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    position: absolute;
    right: -8px;
    top: -14px;
    z-index: 2;
    font-size: 24px;
}

.travel-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #91a0b3;
    background-color: #ffeaf9;
    border-color: transparent;
}

.travel-tabs .nav-tabs .nav-item .nav-link {
    color: #9d9d9d;
}


/* chat */

.inbox-box h4 {
    border-bottom: 1px solid #ccc;
    background: #f9fbfb;
}

.messageBox {
    background: #fff;
    border: 1px solid rgba(38, 55, 50, 0.35);
    box-sizing: border-box;
}

.msg-title,
.msg_history+.input-group {
    background: rgba(65, 133, 142, 0.03);
}

.chatbox {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.msg_history {
    max-height: 450px;
    overflow-y: auto;
}

.chats {
    max-height: 510px;
    overflow-y: auto;
}

.messageBox .msg-title .dropdown-toggle::after {
    content: unset !important;
}


/* width */

.chats::-webkit-scrollbar,
.msg_history::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}


/* Track */

.chats::-webkit-scrollbar-thumb,
.msg_history::-webkit-scrollbar-thumb {
    background: #888;
}

.outgoing_msg,
.incoming_msg {
    background: #f9fbfb;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 14px;
    max-width: 80%;
    padding: 1rem;
    margin-top: 1rem;
}

.outgoing_msg p,
.incoming_msg p {
    margin: 0;
}

.outgoing_msg .name,
.incoming_msg .name {
    color: #08a965;
    text-align: right;
}

.outgoing_msg .msg,
.incoming_msg .msg {
    color: #1b1a57;
}

.outgoing_msg .date,
.incoming_msg .date {
    font-size: 12px;
    color: #a1a1bc;
    text-align: end;
}

.incoming_msg .name,
.incoming_msg .date {
    text-align: left;
}

.listItem li p,
.listItem-2 li p {
    margin-bottom: 0px;
}

.thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: lightgreen;
}

.chats li .details {
    width: calc(100% - 55px);
    position: relative;
}

.time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

.details .message {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 12px;
}

.details p {
    color: #246540;
    font-weight: 500;
    font-size: 14px;
}

.inbox-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}

.chats li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.chats li:last-child {
    border-bottom: unset;
}

.chats li:hover,
.chats li.open {
    background: linear-gradient( 270deg, #00e4ff -101.81%, rgba(245, 244, 248, 0.1) 109.47%);
}


/* chat */

.works {
    background-image: url("../imgs/Mask Group 10.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.work-img {
    background: rgb(255 255 255 / 32%);
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
}

.work-box h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.work-box p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.who h3 {
    color: #ff8adc;
}

.who h5 {
    font-weight: 500;
    font-size: 21px;
}

.work-box:hover .work-img img {
    -webkit-animation: rotation 1s;
    animation: rotation 1s;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(359deg);
    }
}

.work-box {
    cursor: pointer;
}

.hover-bordered:hover:after {
    width: 100%;
    background: #00d3f1;
}

.hover-bordered:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
}

.hover-bordered {
    position: relative;
}

.social-icons a:hover i.fa-facebook-f {
    color: #4267b2;
}

.social-icons a:hover i.fa-twitter {
    color: #00acee;
}

.social-icons a:hover i.fa-youtube {
    color: #c4302b;
}

.social-icons a:hover i.fa-instagram {
    color: #dd2a7b;
}

.radio-option,
.offer,
.post-code,
.signup-steps {
    width: 100%;
}

section.registration-process {
    min-height: 400px;
}

.radio-option2 label {
    width: 25%;
}

.after-registration-process label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.about {
    color: #7b7b7b;
}

.top-bar a:after,
.top-bar a.active:after {
    content: "";
    margin: auto;
    height: 4px;
    width: 0;
    background: black;
    transition: width 0.5s ease, background-color 0.5s ease;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.top-bar a:hover:after,
.top-bar a.active:after {
    width: 100%;
    background: #000;
}

.top-bar a:hover,
.top-bar a.active {
    color: #000;
}

.carer-box,
.job-box {
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.care-img {
    position: relative;
}

.carer-box:hover .care-img:before {
    width: 50%;
}

.care-img:before {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 30%;
    height: 3px;
    display: block;
    background: #ff8adc;
    transform: translateX(-50%);
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carer-box:hover .care-img img {
    border: 3px solid #58dbf7;
}

.care-img img {
    border: 3px solid transparent;
    width: 127px;
    height: 127px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.care-img:after {
    content: "";
    position: absolute;
    background: rgb(101 127 147 / 70%);
    border-radius: 100%;
    width: 80%;
    bottom: -5px;
    filter: blur(20px);
    display: block;
    height: 15px;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carer-name,
.job-name {
    font-weight: normal;
    font-size: 18px;
    color: #424952;
    padding: 10px 0;
    margin: 0;
}

.carer-detail {
    position: relative;
}

.carer-detail:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 3px;
    height: 40%;
    display: block;
    background: #ff8adc;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carer-box:hover .carer-detail:before {
    height: 60%;
}

.carer-box p,
.job-box p {
    font-size: 13px;
    color: #91a0b3;
}

.carer-box a,
.job-box a {
    text-decoration: underline;
    color: #ff8adc;
    font-weight: bold;
    padding-top: 20px;
    display: inline-block;
}

.intro {
    position: relative;
}

.sidebar {
    border-left: 1px solid #ccc;
    padding: 30px;
}

.sidebar li {
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
    color: #91a0b3;
}

.custom-header .navbar-light .navbar-toggler {
    border: unset;
}

.custom-header .navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.custom-header .navbar-nav .nav-link.show {
    border-bottom: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-header ul.dropdown-menu {
    border-top: 0;
    border-color: #ff8adc;
    border-radius: 22.5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 82% !important;
    top: 70%;
    right: 0;
    left: unset;
}

.accordion-table tr.ach {
    cursor: pointer;
}

.accordion-table tr.ach td {
    padding: 10px 0;
}

.accordion-table tr:not(.ach) td {
    background: #b7b7b7;
}

.accordion-table tr.ach td span {
    padding: 0 40px;
    font-size: 30px;
    vertical-align: middle;
}

.hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
    outline: none;
}

.hamburger-line {
    background: #000;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.custom-header .responsive-menu {
    transition: all 0.25s ease-in;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100vw;
    color: #fff;
    width: 0;
}

.datepicker input {
    width: 25%;
    display: inline-block;
}

.diary-box {
    border-radius: 18px;
    background: #fff;
    box-shadow: 7px 6px 34px rgba(47, 113, 188, 0.09);
}

.diary-box h4 {
    position: relative;
}

.diary-box h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 32px;
    background: #ff8adc;
}

.custom-select-one .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.custom-select-one .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 23.5px;
    background: #c2c2c2;
    color: #fff;
}

.custom-select-one .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    color: #fff;
}

.custom-select-one .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: unset;
    color: #fff;
}

.custom-select-one .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}


/*========OTHER PAGE CSS BY FZ=========*/

.nav-tabs-1 li button {
    background-color: transparent !important;
    position: relative;
    font-weight: 600;
    font-size: 25px;
    color: #686868;
    opacity: 0.52;
}

.nav-tabs-1 li button.active {
    color: #000;
    opacity: 1;
}

.nav-tabs-1 li:nth-child(1) button::after {
    top: 6px;
    content: "";
    position: absolute;
    border-right: 1px solid #707070;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 55px;
}

.bg-light-pink {
    background-color: #ffeaf9;
}

#feedback .row-col-3 .col:nth-of-type(2):after {
    content: "";
    position: absolute;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 100%;
    height: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.FR2 a {
    font-weight: normal;
    font-size: 11px;
    color: #00d3f1;
}

.FR2 a span {
    text-decoration: underline;
    font-size: 11px;
    color: #7b7b7b;
    padding-left: 10px;
}

.FR2 span {
    font-size: 12px;
    color: #000;
}

.bg-grey {
    background-color: #f5f5f5;
}

#document p {
    font-size: 20px;
}

label.plusUpload {
    border: 1px solid rgb(255, 138, 220);
    border-radius: 10px;
    padding: 50px;
}

a.previous-btn {
    background-color: #00d3f1;
    padding: 15px;
}

.link-lite {
    color: #c4c4c4;
}

.btn-green {
    background-color: #00cc14;
}

.btn-pink {
    background: #ff8adc;
}


/*====================
      MEDIA QUERIES
=====================*/

@media screen and (max-width: 1199px) {
    .custom-header .nav-item {
        padding-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    .chats,
    .msg_history {
        max-height: 400px;
    }
    .responsive-menu .dropdown-menu li {
        margin: 0;
        padding: 0;
    }
    .custom-header ul.dropdown-menu {
        min-width: auto !important;
    }
    .custom-header .mobile-icons .nav-link {
        font-size: 24px;
        margin: 0 30px 0 0;
    }
    .top-bar,
    .bottom-menu {
        overflow-x: auto;
    }
    .custom-header .bottom-menu ul,
    .top-bar ul {
        width: 120%;
    }
    /* .mobile-chat {
        display: none !important;
    } */
    /* mob-menu-responsive */
    .menu-active.custom-header .responsive-menu {
        left: 0;
        opacity: 1;
        background: rgb(0 0 0 / 90%);
        z-index: 99;
        width: 35%;
    }
    .responsive-menu li {
        margin: 30px 0;
        padding: 0 20px;
        font-size: 20px;
    }
    /* .custom-header a.default-btn {
        width: 100%;
        margin: 20px 0;
    }
    ul.navbar-nav {
        text-align: center;
        font-weight: bold;
        margin-top: 1.5rem;
    }
    .custom-header .nav-link {
        font-size: 16px;
    }
    .custom-header .nav-item {
        background: #f0fdff;
        padding: 1rem 2rem;
        border-bottom: 1px solid #abf5fe;
        margin-bottom: 2px;
        border-radius: 20px;
    } */
    /* mob-menu-responsive */
    .carer-detail:before {
        content: unset;
    }
    .care-img img {
        width: 100px;
        height: 100px;
    }
    .search-box input {
        width: 70%;
    }
    .search-box .btn {
        right: 15%;
    }
    .top-bar a {
        margin: 10px 30px;
    }
    .top-bar a:after,
    .top-bar a.active:after {
        height: 2.25px;
        bottom: -10px;
    }
    .accordion-table tr.ach td span {
        padding: 0 5px;
        font-size: 20px;
        vertical-align: middle;
    }
    .service-table .table td,
    .service-table .table th,
    .accordion-table tr.ach td {
        padding: 1rem 0.3rem !important;
        font-size: 14px;
    }
    .messageBox h4,
    .inbox-box h4 {
        font-size: 20px;
    }
    .box-package h3,
    #profile h4,
    .listItem3 h5 {
        font-size: 18px;
    }
    #profile p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .service-table .table td,
    .service-table .table th,
    .accordion-table tr.ach td {
        white-space: nowrap;
        padding: 1rem !important;
    }
    .responsive-menu ul {
        margin-top: 90px;
    }
    .menu-active.custom-header .responsive-menu {
        width: 45%;
    }
    .custom-header .bottom-menu ul,
    .top-bar ul {
        width: 150%;
    }
    .msg-title span {
        font-size: 10px;
    }
    .msg-title h4,
    .responsive-menu a,
    .inbox-box h4 {
        font-size: 16px !important;
    }
    .radio-option2 label {
        width: 35%;
    }
    .sidebar {
        border: unset;
        padding: 30px 0;
    }
    .care-img:before {
        width: 25%;
    }
    .care-img:after {
        width: 110px;
    }
    .carer-box:hover .care-img:before {
        width: 70px;
    }
    .top-bar a {
        margin: 10px 20px;
    }
    .search-box input {
        width: 90%;
    }
    .search-box .btn {
        right: 5%;
    }
    .option-box {
        width: 80%;
        margin: 0 auto;
    }
    .option-box p,
    .work-box p,
    .who p,
    .custom-footer p,
    .fs-6,
    .fs-4,
    .outgoing_msg .msg,
    .incoming_msg .msg,
    .radio-option2 span {
        font-size: 14px;
    }
    .option2 .default-btn {
        margin-bottom: 20px;
    }
    .options h3,
    .works h3,
    .who h3 {
        font-size: 20px;
    }
    .work-box h5,
    .fs-3 {
        font-size: 18px;
    }
    button.default-btn-three,
    a.default-btn-three {
        background-color: #00d3f1;
    }
}

@media (max-width: 480px) {
    .outgoing_msg,
    .incoming_msg {
        padding: 0.5rem;
        margin-top: 0.5rem;
        font-size: 14px;
    }
    .hamburger-line-top {
        top: 5px;
    }
    .hamburger-line-bottom {
        bottom: 5px;
    }
    .custom-header .mobile-icons .nav-link {
        margin: 0 10px 0 0;
        padding: 0 20px 0 0;
        font-size: 20px;
    }
    .menu-active.custom-header .responsive-menu {
        width: 55%;
    }
    .custom-header .bottom-menu ul,
    .top-bar ul {
        width: 200%;
    }
    .care-img:after {
        width: 70px;
    }
    .care-img img {
        width: 100%;
        height: 100%;
    }
    .radio-option2 label {
        width: 45%;
    }
    .registration-process .radio-option label {
        width: 70%;
    }
    .radio-option [type="radio"]+div {
        margin: 10px 0;
    }
    .care-img:before {
        width: 30%;
    }
    .navbar-light .navbar-brand {
        width: 40%;
        /* margin-left: 28%; */
        position: relative;
        z-index: 999;
    }
    .custom-footer ul li {
        padding: 0 10px;
        font-size: 14px;
    }
    .social-icons a {
        width: 42px;
        height: 42px;
    }
    .top-bar a {
        margin: 10px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .datepicker input {
        width: 100%;
    }
    .responsive-menu ul {
        margin-top: 90px;
    }
    .custom-header.menu-active .top-menu {
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 999999999999999999;
    }
    .mobile-icons {
        position: relative;
        z-index: 999;
    }
    .menu-active .mobile-icons a {
        color: #fff;
    }
    .menu-active .hamburger-line {
        background: #fff;
    }
    .menu-active.custom-header .responsive-menu {
        width: 100%;
    }
    .custom-header .bottom-menu ul,
    .top-bar ul {
        width: 250%;
    }
}