/* Responsive */
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  /* .navbar .container {
      max-width: unset;
      width: 90vw;
      margin-right: 1rem;
    } */
  header .nav-item a {
    font-weight: 400;
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-btns a {
    padding: 16px 20px !important;
  }
  .hero-btns .client-btn {
    margin-right: 15px;
  }
  .progress {
    width: calc(76vw - 40px);
  }
  .herosection .container-fluid {
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .fullscreen {
    right: 48px;
  }
  .top-rated .client-btn {
    padding-inline: 4.5rem !important;
  }
}
body {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1200px) {
  .player {
    width: 102%;
  }
  .banner-heading {
    padding-inline: 12%;
  }
  .service-client .navbar-collapse,
  .service-caregiver .navbar-collapse,
  .about-us-page .navbar-collapse {
    flex-grow: unset;
  }
  .service-client .brand-logo,
  .service-caregiver .brand-logo {
    /* left: 1.5rem; */
  }
  .about-us-page .brand-logo {
    left: 1rem;
  }
}
@media screen and (min-width: 1300px) {
  .progress {
    width: calc(65vw - 40px);
  }
  .banner-heading {
    padding-inline: unset;
    padding-left: 103px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse;
  }
  .hire-caregiver {
    padding: 110px 0px 110px 61px;
  }
  .fullscreen {
    right: 86px;
  }
  .volume {
    right: 150px;
  }
  /* .fullvideo {
    left: -337px;
  } */
  /* @keyframes videofull {
    0% {
      left: 0px;
    }
    100% {
      left: -337px;
    }
  } */
  .right-banner:before {
    bottom: 8px;
  }
  .right-banner {
    padding-top: 0rem;
    height: 85vh;
    display: flex;
    align-items: center;
  }
  .progress {
    width: calc(71vw - 40px);
  }
  .secondsection p {
    width: 90%;
  }
  .insites {
    width: unset !important;
  }
  /* .navbar.navbar-expand-lg .container {
      max-width: 90%;
    } */
  .insite-img {
    width: 100% !important;
    height: 304px;
  }

  .cardimg::after {
    width: 15rem;
  }

  .fourthsection {
    height: auto;
    align-items: center;
  }
  #message {
    transform: translate(-13px);
  }

  .fifthsection {
    height: auto;
  }

  .seventhsection .row {
    transform: translate(2rem);
  }
  .row {
    transform: translate(0px);
  }
  .banner-heading {
    padding-left: 62px;
    padding-right: 10px;
  }
  .caregiver-cards .top-caregiver-img {
    height: 296px;
  }
}

@media screen and (min-width: 1500px) {
  .navbar-nav.ms-5 {
    margin-left: 5rem !important;
  }
  .hire-caregiver {
    padding: 110px 0px 110px 115px;
  }
  .insite-img {
    width: 100% !important;
    height: 326px;
  }
  .nav-item.ms-5 {
    margin-left: 4rem !important;
  }
  .banner-heading {
    padding-left: 113px;
  }
  .fullscreen {
    right: 36px;
  }
  .volume {
    right: 90px;
  }
  .caregiver-cards .top-caregiver-img {
    height: 307px;
  }
}

@media screen and (min-width: 1550px) {
  .fourthsection {
    height: auto;
  }

  .insite-img {
    width: 100% !important;
    height: 359px;
  }
  .fifthsection {
    height: auto;
  }
  .banner-heading {
    padding-left: 132px;
  }
  .fullscreen {
    right: 25px;
  }
  .progress {
    width: calc(69vw - 40px);
  }
  .right-banner:before {
    bottom: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .herosection p {
    margin-bottom: 55px;
  }
  .right-banner {
    margin-left: -2rem;
  }
  .progress {
    width: calc(67vw - 40px);
  }
}
@media screen and (min-width: 1680px) {
  .banner-heading {
    padding-left: 186px;
  }
  .player {
    left: 8rem;
  }
  .fullscreen {
    right: 44px;
  }
  .progress {
    width: calc(68vw - 40px);
  }
  .player {
    width: 107%;
  }
  .insite-img {
    width: 100% !important;
    height: 334px;
  }
  .hire-caregiver {
    padding: 110px 0px 110px 184px;
  }
}
@media screen and (min-width: 1700px) {
  .hire-caregiver {
    padding: 110px 0px 110px 237px;
  }
  /* .fourthsection {
    padding-top: 3rem !important;
    height: auto;
    padding-bottom: 4rem !important;
  } */
  /* 
  .fifthsection {
    padding-top: 3rem !important;
    height: auto;
    padding-bottom: 4rem !important;
  } */

  /* .eightsection {
    padding-top: 3rem !important;
    height: auto;
    padding-bottom: 4rem !important;
  } */

  .nav-item.ms-5 {
    margin-left: 6rem !important;
  }
  .insite-img {
    width: 100% !important;
    height: 354px;
  }

  .navbar-nav.ms-5 {
    margin-left: 7rem !important;
  }

  .banner-heading {
    padding-left: 227px;
  }
}
@media screen and (min-width: 1900px) {
  .insites .container {
    transform: translate(-27px);
  }
  .player {
    width: 116%;
  }
  .right-banner:before {
    bottom: 11px;
  }
  /* @keyframes videofull {
    0% {
      left: 0px;
    }
    100% {
      left: -200px;
    }
  } */
  .hire-caregiver {
    padding: 110px 0px 110px 302px;
  }
  .right-banner.fullvideo {
    margin-left: -10rem;
  }
  .player video {
    width: 96%;
  }
  .player {
    left: 10rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  header .nav-item a,
  .register-btn button,
  .login-btn button {
    font-size: 15px;
  }
  .brand-logo {
    width: 161px;
  }
  .fourthsection img {
    width: 100%;
  }
  .fourthsection .mt-5 {
    margin-top: 0rem !important;
  }
  .fifthsection .mt-5 {
    margin-top: 0rem !important;
  }
  .card-box p {
    padding-inline: 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-btns a {
    font-size: 14px !important;
  }
  .player:hover .controls {
    bottom: 113px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .hero-btns a {
    font-size: 16px;
  }
  .hero-btns .client-btn {
    margin-right: 2px;
  }
}
@media screen and (min-width: 1900px) {
  .progress {
    width: calc(64vw - 40px);
  }
  .banner-heading {
    padding-left: 296px;
  }
  .volume {
    right: 128px;
  }
  .fullscreen {
    right: 75px;
    bottom: 6px;
  }
}

/* Tablet */
@media screen and (max-width: 999px) {
  .modal {
    padding-top: 50%;
  }
  .horizontal-scroll-section__content-section {
    min-width: 77vw !important;
  }
  .modal-content {
    width: 100%;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  header .nav-item a {
    text-align: center;
  }

  .nav-item.ms-5 {
    margin-right: 3rem !important;
  }

  .nav-item {
    padding: 13px;
    padding-left: 1rem;
    text-align: center;
  }
  .register-btn button,
  .login-btn button {
    margin-left: 0px !important;
  }

  .navbar-collapse {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
  }

  .nav-link:focus {
    border-bottom: unset;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 2rem;
    left: 21rem;
  }

  .dropdown-item:hover {
    background-color: transparent;
  }

  .banner-heading {
    margin-top: 0rem;
  }

  h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
  }

  .herosection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .herosection {
    margin-top: 4rem;
  }

  .relay-caregiver-2 {
    width: 100%;
  }

  .thirdsection p {
    text-align: center;
  }

  .fourthsection {
    height: auto;
    margin: 50px 0px 98px 0px;
  }

  .fourthsection img {
    margin-top: 2rem;
  }

  .fifthsection {
    height: auto;
  }

  .join-cards {
    margin: auto;
    width: 72%;
    margin-top: 3rem;
  }

  .join-cards::after {
    right: unset;
    top: unset;
    left: 50%;
    transform: rotate(90deg);
  }

  .eightsection {
    height: auto;
  }

  .footer img {
    transform: translate(0rem, 0rem);
    width: 85%;
  }

  header .nav-item a {
    text-align: left;
  }

  .nav-item {
    text-align: left;
  }

  .navbar ul li button {
    margin: -10px;
    transform: translate(-4px, 0.5rem);
    border-radius: 7px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 2rem;
    left: 6rem;
  }
  .service-client .main-hire-div {
    flex-direction: column-reverse;
  }
  .service-client .hire-caregiver {
    padding: 110px 42px 110px 42px;
  }
  .service-client .right-hire-caregiver img {
    border-radius: 23px;
    margin-bottom: 2rem;
  }
  .service-client .caregiver-cards {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 2rem;
  }
  .why-mf h2 {
    padding: 78px 0px 24px 0px;
  }
  .why-mf-cards.right {
    padding-left: 0;
  }
  .why-mf-cards {
    padding-right: 0;
  }
  .why-mf .container .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
/* Mobile Responisive */
@media screen and (max-width: 999px) {
  .card-boxs {
    margin: 52px 0px 65px 0px;
    flex-direction: column;
  }
  .card-boxs .card-box {
    margin-right: 0px;
    margin-bottom: 2rem;
  }
  .card-box::after {
    top: unset;
    right: 47%;
    bottom: -18px;
    transform: rotate(90deg);
  }
  .player video {
    width: 417px;
  }
  .card-box.card-last {
    margin-right: 0px;
  }
  .contact-form input,
  .contact-form select {
    width: 321px;
  }
  #message {
    width: 662px;
    margin-right: 28px;
  }
  .terms input {
    width: unset;
  }
  .terms {
    width: 97%;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  .insites {
    width: calc(109vw - 139px);
    margin-left: 64px;
  }
  .aboutfirst .content {
    padding-bottom: 2rem;
    width: 100% !important;
  }
  .cta-btn h3 br {
    display: none;
  }
  .service-caregiver .footer p {
    padding-inline: 1px;
  }
  .quote-slider {
    margin-left: 0px;
  }

  .service-caregiver .client-hero,
  .service-caregiver .why-mf,
  .service-caregiver .client-two {
    padding-inline: 20px;
  }
  li.nav-item {
    padding-left: 29px !important;
  }
  .hero-hero {
    display: flex;
    flex-direction: column-reverse;
  }
  .right-banner {
    position: relative;
    width: 100%;
  }
  .player {
    width: 100%;
    left: 0rem;
    height: auto;
  }
  .fifthsection p br {
    display: none;
  }
  .service-caregiver .cta {
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    width: 94%;
    gap: 10px;
  }
  .aboutfourth p {
    padding-bottom: 14px;
  }
  .aboutfourth img {
    margin-bottom: 1rem;
  }
  .aboutfourth {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .quote-slider .item {
    height: 15rem;
  }
  .left-hire-caregiver h2 br {
    display: none;
  }
  .insite-main .client-btn {
    font-size: 17px;
  }
  .player video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .search {
    padding-inline: 17px;
  }
  .card-boxs .card-box {
    width: 400px;
    margin: auto;
    margin-bottom: 2rem;
  }
  .cardimg {
    height: 120px;
    width: 120px;
  }
  .cardimg::after {
    width: 3rem;
  }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 500px) {
  .card-boxs .card-box {
    margin-right: 0px;
    margin-bottom: 2rem;
  }
  .horizontal-scroll-section__content-section {
    min-width: 140vw !important;
  }
  .cardimg {
    height: 100px;
    width: 100px;
    margin: auto;
  }
  .progress {
    width: calc(48vw - 40px);
  }
  .volume {
    display: flex;
    position: absolute;
    right: 71px;
  }
  .aboutfourth {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .aboutfourth p {
    padding-bottom: 18px;
  }
  .insites .owl-dots {
    display: block;
    margin-top: 20px;
  }
  .service-caregiver .quote-slider .item {
    margin: 0px 17px 0px 17px;
    height: 16rem;
    display: flex;
    align-items: center;
  }
  .insites .owl-theme .owl-nav {
    display: none;
  }
  .player video {
    height: auto;
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  h1 {
    padding-top: 30px;
  }
  .secondsection h2 {
    margin-bottom: 31px;
  }
  .secondsection,
  .thirdsection,
  .fourthsection,
  .fifthsection,
  .seventhsection,
  .eightsection {
    padding-inline: 20px;
  }
  .thirdsection .row > * {
    width: 50%;
  }
  .caregiver-rel {
    margin-bottom: 20px;
  }
  .empower-img {
    margin: 53px 0px 0px 0px;
  }
  .fifthsection h2 {
    padding-bottom: 0px;
  }
  .fifthsection p.mt-5 {
    margin-top: 1rem !important;
  }

  .seventhsection {
    padding-bottom: 50px;
  }
  .accordion-flush .accordion-item {
    padding: 20px 10px;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 21px;
    line-height: 30px;
    padding: 0;
  }
  .faq-head {
    padding: 64px 0px 30px 0px;
  }
  .insites {
    width: calc(100vw - 22px);
    margin-left: 20px;
  }
  .insites .owl-theme .owl-nav {
    top: -5rem;
    right: 1rem;
  }
  .post-info span {
    font-size: 12px;
  }
  .insite-main h3 {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .insite-main p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 6px;
  }
  .insites .client-btn {
    margin: 0;
  }
  .row1,
  .row2 {
    flex-direction: column;
    align-items: center;
  }
  #message {
    width: 321px;
    margin-right: unset;
    margin-left: 2rem;
  }
  .row3 label {
    width: 83%;
  }
  .terms {
    width: 86%;
  }
  #contact-form {
    padding-top: 46px;
  }
  .submit-btn {
    padding-bottom: 45px;
  }
  .footer img {
    transform: translate(2rem, -1rem);
  }
  .service-client .client-two {
    padding-top: 31px;
  }
  .service-client .right-hire-caregiver img {
    width: 100%;
  }
  .service-client .aboutfirst,
  .service-client .client-two,
  .service-client .hire-caregiver,
  .service-client .top-rated,
  .service-client .why-mf {
    padding-inline: 20px;
  }
  .service-client .why-mf h2 {
    font-size: 27px;
  }
  .service-client .why-mf h3 {
    font-size: 24px;
  }
  .service-caregiver .cta {
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    width: 94%;
  }
  .cta h3 {
    padding-bottom: 1rem;
    font-size: 26px;
    line-height: 40px;
  }
  .quote-section .owl-nav {
    display: none;
  }
  .service-caregiver .why-mf h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-caregiver .user-msg {
    font-size: 19px;
    line-height: 29px;
    width: 100%;
  }
  .user {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .insites .owl-carousel .owl-item img {
    width: 96%;
  }
  body::-webkit-scrollbar {
    display: none;
  }

  header .nav-item a {
    text-align: left;
  }

  .nav-item {
    text-align: left;
  }

  .navbar ul li button {
    margin: -10px;
    transform: translate(-4px, 0.5rem);
    border-radius: 7px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 2rem;
    left: 6rem;
  }

  .herosection {
    margin-top: 2rem;
  }

  .hero-btns {
    display: flex;
  }

  .client-btn {
    padding-inline: 19px !important;
    border-radius: 13px !important;
    margin-right: 10px;
    margin-left: -8px;
  }

  .caregiver-btn {
    border-radius: 13px !important;
  }

  .banner-image {
    margin-top: 2rem;
  }

  .secondsection {
    padding-inline: 10px;
    text-align: center;
  }
  .secondsection p {
    width: 100%;
    padding-inline: 10px;
  }

  .secondsection h2,
  .thirdsection h2,
  .fourthsection h2,
  .fifthsection h2,
  .seventhsection h2,
  .eightsection h2 {
    font-size: 26px;
    line-height: 39px;
  }
  .thirdsection img {
    width: 100.07px;
  }
  .cardimg::after {
    display: none;
  }

  .card-cols {
    margin: 1rem 0;
  }

  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .thirdsection .row {
    --bs-gutter-x: 2.5rem;
  }

  .thirdsection p {
    font-weight: 500;
    font-size: 14px;
  }

  .single-col {
    margin-top: 1rem;
  }

  .rel-companion.relay-caregiver-2 {
    width: 100%;
  }

  .fourthsection {
    padding-top: 0rem !important;
  }
  .fourthsection ul {
    padding-left: 1rem;
  }

  .fifthsection {
    height: auto;
    padding-bottom: 60px;
  }

  .fifthsection center {
    text-align: center;
    width: 100%;
  }

  .fifthsection h2 {
    margin-top: 1rem !important;
    padding-bottom: 30px;
  }
  .insite-img {
    width: 100% !important;
    height: 194px;
  }
  .insite-container {
    padding-right: 0px;
  }
  .category,
  .date {
    padding: 5px 2px;
  }

  .fourthsection h3 {
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
  }

  .seventhsection h2 {
    font-size: 27px;
  }

  .seventhsection p {
    line-height: 36px;
    margin: -14px 0;
    padding-inline: 2px;
  }

  .join-cards::after {
    left: 43%;
  }

  .eightsection p {
    padding-inline: 2px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer img {
    width: 74% !important;
  }
  .about-us-page section {
    padding-inline: 15px;
  }
  .about-us-page h2 {
    font-size: 24px;
  }
  .eightsection,
  .footer {
    padding-inline: 0px !important;
  }
  .about-us-page .footer img {
    transform: translate(0rem, -1rem);
  }
  .aboutfirst .content {
    width: 100% !important;
  }
  .content {
    padding-inline: 0px;
  }
  .search img {
    position: absolute;
    left: 2rem;
    top: 25px;
  }
  .search {
    flex-direction: column;
    position: relative;
  }
  .search input {
    width: 90vw;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 395px) {
  .author {
    padding: 6px 10px 6px 12px;
  }
  #message {
    margin-left: 1rem;
  }
  .seventhsection .client-btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .brand-logo {
    width: 181.95px;
    height: auto;
    left: 14px;
    bottom: 0px;
  }
  .fourthsection h3 {
    font-weight: 700;
    font-size: 27px;
    margin-top: 1rem !important;
  }
  .fourthsection ul li {
    font-weight: 400;
    font-size: 14px;
  }
  .fourthsection ul {
    padding-left: 1rem;
  }
  .secondsection {
    padding-inline: 20px;
  }
  .secondsection h2,
  .thirdsection h2,
  .fourthsection h2,
  .fifthsection h2,
  .seventhsection h2,
  .eightsection h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .seventhsection h2 {
    font-size: 23px;
  }
  .row3 label {
    width: 90%;
  }
  .eightsection {
    padding-inline: 7px;
  }
  .footer {
    padding-inline: 7px !important;
  }
  .service-client .client-two h2 {
    font-size: 33px;
  }
  .service-client .why-mf h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  #message {
    margin-left: 4px;
  }
  .horizontal-scroll-section__content-section {
    min-width: 155vw !important;
  }
  .row3 label {
    width: 96%;
  }
  .eightsection {
    padding-inline: 0px;
  }
  .footer {
    padding-inline: 2px !important;
  }
  .condition-p a {
    font-size: 17px;
  }
  .service-client .last-card h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .service-client .benefits-info h3 {
    font-size: 24px;
    padding-bottom: 0px;
  }
  .scroll-slider-section h2 {
    font-size: 29px;
    line-height: 43px;
    padding-top: 65px;
    padding-bottom: 33px;
  }
  .service-client .author {
    padding: 6px 5px 6px 12px;
  }
  .service-client .aboutfirst,
  .service-client .client-two,
  .service-client .hire-caregiver,
  .service-client .top-rated,
  .service-client .why-mf {
    padding-inline: 7px;
  }
  .top-rated {
    padding-bottom: 43px;
  }
  .insite-img {
    width: 100% !important;
    height: 170px;
  }
  .post-info span {
    font-size: 11px;
  }
  .author {
    padding: 6px 0px 6px 6px;
  }
  .insite-main h3 {
    line-height: 22px;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 360px) {
  .secondsection h2 {
    font-size: 29px;
  }
  .fourthsection img {
    width: 100%;
  }
  .horizontal-scroll-section__content-section {
    min-width: 166vw !important;
  }
  .seventhsection h2 {
    font-size: 23px;
    line-height: 40px;
  }

  .eightsection img {
    width: 41%;
  }
  .fourthsection h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .seventhsection h2 {
    font-size: 21px;
  }
  .seventhsection p {
    font-size: 18px;
  }
  .post-info span {
    font-size: 11px;
    /* padding: 6px 4px 6px 12px; */
  }
  #message {
    margin-left: 0px;
  }
  .terms {
    width: 96%;
  }
  .thirdsection h2 {
    padding: 53px 0px 22px 0px;
  }
  .category,
  .date {
    padding: 5px 0px;
  }
}

@media screen and (max-width: 320px) {
  .secondsection h2 {
    font-size: 25px;
  }

  .thirdsection h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .fourthsection h3 {
    line-height: 40px;
    font-size: 22px;
  }

  .fourthsection p {
    line-height: 30px;
  }

  .fourthsection ul li {
    font-size: 16px;
    line-height: 30px;
  }

  .seventhsection h2 {
    font-size: 22px;
  }
  .fourthsection .ms-3 {
    margin-left: 0rem !important;
  }
  .seventhsection h2 {
    font-size: 19px;
    padding: 42px 0px 17px 0px;
  }
  .insites .owl-theme .owl-nav {
    top: -4rem;
  }
  .post-info span {
    line-height: 17px;
  }
  .contact-form input,
  .contact-form select {
    width: 266px;
  }
  #message {
    width: 268px;
  }
  .terms input {
    width: unset !important;
  }
  .condition-p a {
    font-size: 16px;
  }
  .aboutfirst h1 {
    font-size: 26px;
    line-height: 41px;
  }
  .service-caregiver .why-mf h2 {
    font-size: 26px;
  }
  .service-caregiver .why-mf h3 {
    font-size: 23px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1030px) {
  .brand-logo {
    height: auto;
  }
  .navbar ul li button {
    font-size: 15px;
  }
  .progress {
    width: calc(63vw - 40px);
  }
  .volume {
    right: 147px;
  }
  .fullscreen {
    right: 85px;
  }
  .eightsection {
    padding-top: 122px;
  }
  .main-hire-div.d-flex {
    flex-direction: column-reverse;
  }
  .hire-caregiver {
    padding: 110px 0px 110px 40px;
  }
  .client-btn {
    font-size: 18px;
  }
  .last-card h3 {
    font-size: 28px;
  }
  .horizontal-scroll-section img {
    height: auto;
    width: 789px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .player {
    height: 86vh;
  }
}
