  /* .new h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #3A3B65;
}  

  .new h2 {
    font-weight: 700;
    font-size: 36px;
    color: #3A3B65;
    margin: 0;
}

.new .text p {
    font-family: SemplicitaPro;
    font-weight: 400;
    font-size: 18px;
    color: #3A3B65;
}

.new .sub-text p {
    font-family: SemplicitaPro;
    font-weight: 500;
    font-size: 15px;
    color: #3A3B65;
    line-height: 23.94px;
}

.new u {
    cursor: pointer;
}  


  .new-section-two {
    width: 100%;
    background-image: url(/wp-content/themes/gotcare/images/products-differentation-background.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}  

  .new {
    max-width: 1110px;
    margin: 100px 80px;
}

.new .btn {
    background: #59b3b8;
    color: #e6e6eb !important;
    padding: 12px 50px;
    margin: 0px;
    margin-right: 0px;
    font-family: semplicitapro, sans-serif !important;
    font-weight: 500;
    display: inline-block;
    font-size: 11pt;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
}

.new .submit-request {
    padding: 12px;
}

.new-section-two .new h2 {
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #3A3B65;
}

.new-section-two .new h3 {
    font-family: SemplicitaPro;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #3A3B65;
    margin-top:27px;
    margin-bottom:85px;
}

.new-section-two .new h2 {
    font-family: "Hanken Grotesk", sans-serif;
}

.new-section-two .new .container{
    display: flex;
    margin-bottom: 88px;
}

.new-section-two .new .data-analytics {
    margin-bottom: 0;
}

.new-section-two .new .container .right,
.new-section-two .new .container .left {
    width: 50%;
}

.new-section-two .new .container .right h2 {
    font-size: 36px;
}

.new-section-two .new .container .right h3 {
    font-family: SemplicitaPro;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
    color: #3A3B65;
    max-width: 500px;
    margin-top:27px;
    margin-bottom:24px;
}

.new-section-two .new .container .right p {
    font-family: SemplicitaPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #3A3B65;
    max-width: 500px;
}  



 Human contact section 
  .human-contact {
    width: 100%;
    height: 600px;
    background-color: #BFD6D7;
    background-image: url(/wp-content/themes/gotcare/images/human-contact-blob.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.human-contact .wrapper {
    display: flex;
}

.human-contact .wrapper .text-wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 50px;
    position:relative;
}

.human-contact .wrapper .text-wrapper .hero-clip{
    position: absolute;
    top: 0;
    right: -83px;
    height: 100%;
}

.human-contact .wrapper .coverage-btn {
    background: #59b3b8;
    color: #e6e6eb !important;
    padding: 10px 16px 10px 28px;
    margin: 0px;
    margin-right: 0px;
    font-family: semplicitapro, sans-serif !important;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
    width: 330px;
}


.human-contact .coverage-btn p {
    margin: 0;
}

.human-contact .title {
    max-width: 600px;
    
}

.human-contact .title h1 {
    display: inline;
    line-height: 60px;
    font-size: 60px;
    color: #3d3b63;
    font-family: "Hanken Grotesk", sans-serif;
}

.human-contact .text {
    max-width: 500px;
}


.human-contact .text p {
    font-family: SemplicitaPro;
    font-weight: 500;
    font-size: 23px;
    color: #3A3B65;
    line-height: 32px;
}

.human-contact .wrapper .images-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.human-contact .wrapper .images-wrapper .background-image-one,
.human-contact .wrapper .images-wrapper .background-image-two,
.human-contact .wrapper .images-wrapper .background-image-three {
    background-size: cover;
    background-repeat: no-repeat;
    height: 193px;
}

.human-contact .wrapper .images-wrapper .background-image-one {
    background-image: url(/wp-content/themes/gotcare/images/home-img.png);
}

.human-contact .wrapper .images-wrapper .background-image-two {
    background-image: url(/wp-content/themes/gotcare/images/plus.png);
}

.human-contact .wrapper .images-wrapper .background-image-three {
    background-image: url(/wp-content/themes/gotcare/images/partnerships.png);
}

.human-contact .wrapper .images-wrapper .image-text-wrapper {
    padding-left: 110px;
    padding-top: 30px;
}


@media  only screen and (max-width: 950px) {
    .human-contact .wrapper .images-wrapper .image-text-wrapper {
        padding-left: 0;
    }
}

.human-contact .wrapper .images-wrapper .image-text-wrapper h2{
    margin: 0;
    color: #FFFFFF;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 35px;
}

.human-contact .wrapper .images-wrapper .image-text-wrapper p {
    margin: 0;
    color: #FFFFFF;
}

.human-contact .wrapper .images-wrapper .image-text-wrapper p {
    max-width: 255px;
}  

  .logos-container {
    display: flex;
    align-items: center;
    max-width: 450px;
    justify-content: space-between;
}

.logos-container img {
    width: 130px;
}  

  .new-section-five {
    background-image: url(/wp-content/themes/gotcare/images/changing-background.svg);
    width: 100%;
    padding: 70px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom:150px;
    background-color:#c4d6d7;
}

.new-section-five .section-five-inner{
    width: 95%;
    max-width:1003px;
    margin:auto;
}

.new-section-five .title {
    margin-bottom: 40px;
}

.new-section-five .title h2 {
    font-weight: 700;
    color: #3D3C60;
    font-size: 64px;
    margin: 0;
    text-align: left;
    font-family: 'HKGrotesk', sans-serif !important;
}

.new-section-five .section-five-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-section-five .gotcare-changing-lives {
    background-color: #E6E6EB;
    width:100%;
    padding-bottom:10px;
}

.new-section-five .gotcare-changing-lives .changing-lives-columns{
    display:flex;
    padding:20px;
}

@media only screen and (max-width: 768px) {
    .new-section-five .gotcare-changing-lives .changing-lives-columns{
        flex-direction: column;
    }
}

.new-section-five .left-container,
.new-section-five .right-container {
    margin: 20px;
    width: 50%;
}

.new-section-five .left-container .video-container iframe,
.new-section-five .right-container .video-container iframe {
    border-radius: 15px;
}

.new-section-five .left-container .info h3,
.new-section-five .right-container .info h3  {
    font-weight: 700;
    color: #3A3B65;
    font-size: 35px;
    margin: 40px 0 0 0;
}

.new-section-five .left-container .info .text,
.new-section-five .right-container .info .text {
    max-width: 380px;
}

.new-section-five .left-container .info p,
.new-section-five .right-container .info p {
    font-weight: 500;
    color: #3A3B65;
    font-size: 23px;
    margin: 10px 0;
}

.new-section-five .left-container .rating,
.new-section-five .right-container .rating {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.new-section-five .left-container .rating .container,
.new-section-five .right-container .rating .container {
    background-color: #EDEDF2;
    border-radius: 15px;
    padding: 20px 50px;
    height: 150px;
}

.new-section-five .right-container .rating .container {
    display: flex;
    align-items: center;
}

.new-section-five .left-container .rating .container .rating-img {
    margin-left: 15px;
}

.new-section-five .right-container .rating .google-icon{
    margin-right: 20px;
}

.new-section-five .care-pair.left {
    display: flex;
    background-color: #6FB1B7;
    padding: 35px;
    width:55%!important;
}

.new-section-five .care-pair.left div {
    width: 50%;
}

.new-section-five .care-pair.left .globe-mail-img img {
    width: 200px;
    height: 140px;
}


.new-section-five .care-pair.left p {
    font-weight: 700;
    color: #EDEDF2;
    font-size: 19px;
    font-style: italic;
    margin: 0;
    width: 201px;
}

.new-section-five .care-pair.right {
    background-color: #EDEDF2;
    padding: 30px;
    width:45%!important;
}

.new-section-five .care-pair.right .care-logos-container {
    display: flex;
    flex-direction: column;
}

.new-section-five .care-pair.right .care-logos-container div {
    max-width: 100%;
    height: auto;
    margin-bottom: 4px;
}

.new-section-five .care-pair.right .learn-more-btn {
    display: flex;
    margin-top: 5px;
}

.new-section-five .care-pair.right .learn-more-btn p {
    font-weight: 700;
    color: #6FB1B7;
    font-size: 32px;
    margin-top: 20px;
    text-decoration: underline;
    margin: 0;
}

.new-section-five .columns-bottom{
    display:flex;
}  

  @media only screen and (max-width: 768px) {
      .new-section-five .columns-bottom{
        flex-direction: column;
    }  

      .new-section-five .care-pair.left,
    .new-section-five .care-pair.right {
        width: 100%!important;
    }  
}  



  .about-us-section {
    background-image: url(/wp-content/themes/gotcare/images/about-us-first-section-background-img_dec23.png);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-section .text-container {
    max-width: 100%;

}

.about-us-section .text-container .tilte {
    background: #e0d5d0;
    max-width: 280px
}

.about-us-section .text-container .tilte h1 {
    font-size: 58.52px;
    color: #3d3b63;
    margin: 8px;

}

.about-us-section .text-container p {
    font-size: 25px;
    line-height: 30px;
    color: #E6E6EB;
    width: 950px;
    letter-spacing: .10px;
}  

  .our-story-section {
    background-image: url(/wp-content/themes/gotcare/images/about-us-our-story-background-img.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    max-width: 100%;
    background-repeat: no-repeat;
}

.our-story-section .individual-section {
    max-width: 950px;
    margin-top: 50px;
}

.our-story-section .container-one {
    display: flex;
}

.our-story-section .container-one .img-container {
    margin: 20px;
}

.our-story-section .container-one .text-container div:nth-child(1) {
    max-width: 400px;
}

.our-story-section .container-one .text-container div:nth-child(2) {
    max-width: 460px;
}

.our-story-section .container-one .text-container p {
    font-size: 16px;
    font-weight: 500;
    color: #3C3B60;
    line-height: 29px;

}

.our-story-section .container-one .text-container a {
    font-size: 16px;
    font-weight: 700;
    color: #3C3B60;
    text-decoration: underline;
    cursor: pointer;
}

.our-story-section .container-two {
    background-color: #E6E6EB;
    border-top: 0.5rem solid #6FB1B7;
}

.our-story-section .container-two .content {
    text-align: center;
    padding: 40px;
}

.our-story-section .container-two .content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #3C3B60;
}

.our-story-section .container-two .content div:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: #3C3B60;
    padding: 0 75px;
}

.our-story-section .container-two .content div:nth-child(3) {
    font-size: 19px;
    font-weight: 700;
    color: #3C3B60;
    padding: 0 76px;
}

.our-story-section .container-three {
    display: flex;
    margin-bottom: 125px;
}

.our-story-section .container-three .text-container {
    width: 50.5%;
}

.our-story-section .container-three .text-container p {
    font-size: 16px;
    font-weight: 500;
    color: #3C3B60;
    line-height: 29px;
}

.our-story-section .container-three .text-container .tex-two {
    width: 397px;
}

.our-story-section .container-three .text-container a {
    background: #59b3b8;
    color: #e6e6eb !important;
    padding: 12px 10px;
    margin: 0px;
    font-family: semplicitapro, sans-serif !important;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
}  

<<<<<<< Updated upstream
.meet-founding-team {
=======
  .meet-founding-team {
>>>>>>> Stashed changes
    background-image: url(/wp-content/themes/gotcare/images/meet-founding-team-background-img.png);
    display: flex;
    justify-content: center;
    height: auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.meet-founding-team-title {
    font-size: 23px;
    font-weight: 700;
    color: #34366A;
    margin-left: -60px;
}

.meet-founding-team .individual-section {
    margin-top: 80px;
}

.meet-founding-team .individual-section .card-container {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin-bottom: 80px;
}

.meet-founding-team .individual-section .card-container .individual-card {
    text-align: center;
}

.meet-founding-team .individual-section .card-container h1 {
    font-size: 32px;
    font-weight: 700;
    color: #34366A;
}

.meet-founding-team .individual-section .card-container img {
    width: 250px;
}

.meet-founding-team .individual-section .card-container .text-container {
    width: 250px;
}

.meet-founding-team .individual-section .card-container .two-card-width {
    width: 310px;
}

.meet-founding-team .individual-section .card-container .third-card-width {
    width: 307px;
}

.meet-founding-team .individual-section .card-container .fourth-card-width {
    width: 320px;
}


.meet-founding-team .individual-section .card-container .text-container p {
    font-size: 16px;
    font-weight: 500;
    color: #3C3B60;
    line-height: 29px;
}

.meet-founding-team .individual-section .card-container .sub-title p {
    font-size: 20px;
    font-weight: 500;
    color: #3C3B60;
<<<<<<< Updated upstream
}

.about-us-stats {
=======
}  

  .about-us-stats {
>>>>>>> Stashed changes
    background-color: #6FB1B7;
    display: flex;
    justify-content: space-around;
}

.about-us-stats .card {
    text-decoration: none;
    cursor: pointer;
    max-width: 40%;
    margin: 70px 0;
}

.about-us-stats .card .container {
    width: 390px;
    margin: 0 50px;
}

.about-us-stats .card .container-two {
    width: 330px;
    margin: 0 50px;
}

.about-us-stats .card .img-container {
    text-align: center;
}


.about-us-stats .one img {
    width: 400px;
}

.about-us-stats .two img {
    width: 300px;
}

.about-us-stats .three img {
    width: 150px;
}

.about-us-stats .card p {
    font-family: PT Serif;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
    line-height: 32px;
    color: #34366A;
<<<<<<< Updated upstream
}
=======
}  
>>>>>>> Stashed changes

 Coverage map home page 

  .coverage-map-section {
    background-color: #E6E6EB;
    background-image:url('/wp-content/themes/gotcare/images/coverage-section-background.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.coverage-map-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 80px;
}

.coverage-map-section .coverage-map-wrapper h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    color: #3C3B60;
    margin: 0;
    font-family: 'HKGrotesk', sans-serif !important;
}

.coverage-map-section .coverage-map-wrapper h3 {
    font-size: 30px;
    font-weight: bolder;
    color: #3C3B60;
    margin: 0;
    font-family: 'HKGrotesk', sans-serif !important;
    font-weight: 800;
}

.coverage-map-section .coverage-map-wrapper p {
    font-size: 25px;
    font-weight: 500;
    line-height: 31.25px;
    color: #3C3B60;
    max-width: 1040px;
}

.coverage-map-section .coverage-map-wrapper .map-container .form-holder {
    position: absolute;
    z-index: 999;
}

.coverage-map-section .coverage-map-wrapper .map-container .search-bar {
    position: relative;
    display: flex;
}

.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
    width: 500px;
    background-color: #FFFFFF;
    border: 3px solid #3C3B60;
    border-radius: 10px;
    padding: 5px 0 0 10px;
}

.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder .addressSearchSubmit,
.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder .inputAddress {
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
}
    
.coverage-map-section .coverage-map-wrapper .map-container {
    position: relative;
    margin-top: 70px;
}

.coverage-map-section .coverage-map-wrapper .map-container #map {
    height: 414px;
    width: 100%;
    border: 3px solid #3C3B60;
    border-radius: 10px;
}  

 Time section 

  .time-section {
    background-image: url(/wp-content/themes/gotcare/images/time-section.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.time-section .wrapper {
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 80px;
}

.time-section .wrapper .title {
    font-size: 58px;
    font-weight: 700;
    line-height: 64px;
    color: #3C3B60;
    margin: 0;
    font-family: 'HKGrotesk', sans-serif !important;
}

.time-section .wrapper p {
    font-size: 25px;
    font-weight: 500;
    line-height: 31.25px;
    color: #3C3B60;
}

.time-section .wrapper .minutes {
    display: flex;
    margin-top: 70px;
}

.time-section .wrapper .minutes .left,
.time-section .wrapper .minutes .right {
    width: 50%;
}

.time-section .wrapper .minutes .right {
    text-align: center;
    margin: auto;
}

.time-section .wrapper .minutes .left h1 {
    font-size: 102px;
    font-weight: 900;
    line-height: 96px;
    color: #6FB1B7;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight:900;
}

.time-section .wrapper .minutes .right h1 {
    font-size: 240px;
    line-height: 140px;
    color: #3C3B60;
    margin: 50px 0 0 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight:900;
}

.time-section .wrapper .minutes .right h2 {
    font-size: 70px;
    font-weight: 900;
    color: #3C3B60;
    margin: 10px 0 0 0;
    font-family: "Hanken Grotesk", sans-serif;
}

.time-section .wrapper .minutes .right p {
    font-size: 20px;
    font-weight: 400;
    color: #3C3B60;
    margin: 0;
    line-height: 0;
    font-family: "Hanken Grotesk", sans-serif;
}  
  


  @media only screen and (max-width: 1083px) {
      .new-section-five .left-container .care-pair p { 
        font-size: 16px;
    }

    .new-section-five .right-container .care-pair .learn-more-btn p {
       font-size: 25px; 
    }  
}  

  @media only screen and (max-width: 1000px) {
      .about-us-section .text-container p {
        font-size: 20px;
        width: 750px;
    }  

      .our-story-section .individual-section {
        max-width: 750px;
    }  
}  

@media only screen and (max-width: 950px) {
      .new-section-five {
        height: auto;
    }  

      .new .container {
        margin-bottom: 50px;
    }  

      .our-story-section .container-one {
        flex-direction: column;
        text-align: center;
    }

    .our-story-section .container-one {
        flex-direction: column-reverse;
        text-align: center;
        margin: 30px;
    }

    .our-story-section .container-one .text-container div:nth-child(1) {
        max-width: 500px;
    }

    .our-story-section .container-one .text-container div:nth-child(2) {
        max-width: 500px;
    }

    .our-story-section .container-three {
        flex-direction: column;
    }

    .our-story-section .container-three .text-container {
        width: 500px;
    }

    .our-story-section .container-three .text-container .tex-two {
        width: 500px;
    }

    .our-story-section .container-three .text-container .btn-container {
        text-align: center;
    }

    .our-story-section .container-one .img-container {
        text-align: center;
    }  

      .container-three .img-container {
        text-align: center;
        margin-top: 30px;

    }  

      .our-story-section .container-one .img-container img {
        width: 90%;
    }  

      .container-three .img-container img {
        width: 80%;
    }  

      .our-story-section .container-three .text-container p {
        margin: 30px;
    }  

<<<<<<< Updated upstream
    .meet-founding-team .individual-section .card-container {
=======
      .meet-founding-team .individual-section .card-container {
>>>>>>> Stashed changes
        flex-direction: column;
        align-items: center;
    }

    .meet-founding-team-title {
        font-size: 15px;
        text-align: center;
        margin-left: 0;
<<<<<<< Updated upstream
    }
=======
    }  
>>>>>>> Stashed changes

      .our-story-section {
        background-image: url(/wp-content/themes/gotcare/images/about-us-our-story-background-mobile.png);
    }  

<<<<<<< Updated upstream
    .meet-founding-team {
        background-image: url(/wp-content/themes/gotcare/images/meet-founding-team-background-mobile.png);
    }
=======
      .meet-founding-team {
        background-image: url(/wp-content/themes/gotcare/images/meet-founding-team-background-mobile.png);
    }  
>>>>>>> Stashed changes

      .about-us-stats {
        flex-direction: column;
    }

    .about-us-stats .card {
        max-width: 100%;
        margin: 40px 0;
        display: flex;
        justify-content: center;
    }

    .about-us-stats .card .container {
        width: 390px;
        margin: 0 50px;
    }

    .about-us-stats .card .container-two {
        width: 330px;
        margin: 0 50px;
    }

    .about-us-stats .card .img-one-container {
        width: 300px;
    }

    .about-us-stats .card .text-container p{
        width: 300px;
    }  
      .new-section-five .gotcare-changing-lives {
        flex-direction: column;
    }
    
    .new-section-five .left-container,
    .new-section-five .right-container {
        width: 95%;
    }

    .new-section-five .left-container .info .text,
    .new-section-five .right-container .info .text {
        max-width: 100%;
    }
    
    .new-section-five .left-container,
    .new-section-five .right-container {
        margin: 10px;
        text-align: center;
    }

    .new-section-five .left-container {
        margin-bottom: 50px;
    }

    .new-section-five .left-container .care-pair {
        margin-left: 0;
        margin-right: 0;
    }

    .new-section-five .right-container .care-pair {
        margin-right: 0;
    }
    .new-section-five .right-container .care-pair .learn-more-btn {
        justify-content: center;
    }

    .new-section-five .left-container .care-pair p {
        width: 100%;
    }

    .new-section-five .left-container .care-pair div {
        width: 100%;
    }

    .new-section-five .left-container .care-pair .text {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }  

      .human-contact {
        height: 1120px;
    }

    .human-contact .wrapper {
        flex-direction: column;
    }

    .human-contact .wrapper .text-wrapper,
    .human-contact .wrapper .images-wrapper {
        width: 100%;
    }

    .human-contact .wrapper .text-wrapper {
        padding-left: 0;
        padding: 80px 40px 0 40px;
        text-align: center;
        
    }

    .human-contact .wrapper .images-wrapper .image-text-wrapper {
        padding-bottom: 50px;
        width:360px;
    }

    .human-contact .text,
    .human-contact .title { 
        max-width: 100%;
    }

    .human-contact .wrapper .coverage-btn {
        margin-bottom: 50px;
    }

    .human-contact .wrapper .images-wrapper .background-image-one,
    .human-contact .wrapper .images-wrapper .background-image-two,
    .human-contact .wrapper .images-wrapper .background-image-three {
        height: 215px;
        display:flex;
        align-items:center;
        justify-content: center;
    }  



      .new-section-two .new {
        text-align: center;
    }

    .new-section-two .new .container {
        flex-direction: column;
    }

    .new-section-two .new .container .right,
    .new-section-two .new .container .left {
        width: 100%;
    }

    .new-section-two .new .container .right h4,
    .new-section-two .new .container .right p {
        max-width: 100%;
        line-height: 32px;
    }

    .new-section-two .new .gotcare-plus {
        flex-direction: column-reverse;
    }  

      .time-section .wrapper {
        text-align: center;
    }

    .time-section .wrapper .minutes {
        flex-direction: column;
    }

    .time-section .wrapper .minutes .right {
        margin-top: 50px;
    }

    .time-section .wrapper .minutes .left,
    .time-section .wrapper .minutes .right {
        width: 100%;
    }

    .time-section .wrapper .minutes .left h1 {
        line-height: 90px;
        font-size: 70px;
    }  


}

  @media only screen and (max-width: 1355px) {
    .about-us-stats .card .container {
        width: 250px;
    }

    .about-us-stats .card .container-two {
        width: 250px;
    }

}  

@media only screen and (max-width: 1131px) {
      .new-section-five .left-container .info h3,
    .new-section-five .right-container .info h3 {
        font-size: 30px;
    }

    .new-section-five .left-container .info p,
    .new-section-five .right-container .info p {
        font-size: 20px;
    }  
}

@media only screen and (max-width: 1013px) {
      .new-section-five .left-container .info h3,
    .new-section-five .right-container .info h3 {
        font-size: 27px;
    }
        
    .new-section-five .left-container .info p,
    .new-section-five .right-container .info p {
        font-size: 18px;
     }  
}

@media only screen and (max-width: 768px) {
      .new .title-container {
        margin: 20px 0 50px 0;
    }

    .new .submit-request-btn {
        margin-top: 20px;
    }  

      .about-us-section .text-container p {
        width: 350px;
        font-size: 18px;
    }  
  
    .our-story-section .individual-section {
        max-width: 650px;
    }  

      .coverage-map-section .coverage-map-wrapper h2 {
        font-size: 45px;
    }

    .coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
        width: 300px;
    }  
}

@media only screen and (max-width: 660px) {
      .our-story-section .individual-section {
        max-width: 450px;
    }

    .our-story-section .container-two .content h1 {
        font-size: 30px;

    }

    .our-story-section .container-two .content div:nth-child(2) {
        font-size: 15px;
        padding: 0;
    }

    .our-story-section .container-two .content div:nth-child(3) {
        font-size: 15px;
        padding: 0;
    }  
      .new-section-five .right-container .care-pair .learn-more-arrow {
        display: none;
    }
    .new-section-five .right-container .care-pair .learn-more-btn p {
        font-size: 20px;
    }

    .new-section-five .left-container .care-pair {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-section-five .left-container .care-pair .globe-mail-img img {
        height: auto;
    }  

      .human-contact .title h1 {
        font-size: 50px;
    }  

      .new .title-container {
        margin-top: 100px;
    }  

      .new-section-two  .new h1 {
        font-size: 45px;
    }  

      .coverage-map-section {
        text-align: center;
    }

    .coverage-map-wrapper {
        padding: 80px 40px;
    }  
    
      .time-section .wrapper {
        padding: 150px 40px;
    }

    .time-section .wrapper .title {
        font-size: 50px;
        line-height: normal;
    }  
}


@media only screen and (max-width: 499px) {
      .our-story-section .container-three .text-container {
        width: 400px;
    }

    .our-story-section .container-three .text-container .tex-two {
        width: 400px;
    }  

      .new-section-five .gotcare-changing-lives {
        min-width: 350px;
    }
    .new-section-five .title h2 {
        font-size: 30px;
    }  

      .human-contact .wrapper .text-wrapper {
        padding: 50px 10px 0 10px; 
    }  

      .new {
        margin: 50px 30px;
    }

    .new-section-two .new h2 {
        font-size: 45px;
    }  

      .coverage-map-section .coverage-map-wrapper h2 {
        line-height: 50px;
    }  
}

@media only screen and (max-width: 380px) {
      .human-contact .wrapper .text-wrapper {
         padding: 10px 10px 0 10px;
    }  
  
    .coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
        width: 250px;
    }  
} */


.close-icon-video {
    display: none;
    position: relative;
}

.close-icon-video.active {
    display: block;
}

.close-icon-video a {
    margin-top: 20px;
    margin-right: 20px;
    padding: 5px;
    background-color: #ededf2;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.close-icon-video img {
    width: 30px;
}

.page-template-template-looking-for-care-form .section-six .width-container {
    width: 100%;
}