body{margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    /* ---------------------------------------------------- Common --------  */
.title_top{
        color: rgb(247, 6, 6);
        font-size: 1.2vw;
    }
.header3{
        font-size: 3vw;
        margin-top: 2px;
        color: #13539d;
        text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
        margin: 0;
        padding: 0;
    }
.paragraph{
        font-size: 1.2vw;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        transition: 1s ease;
        text-align: justify;
        word-break: keep-all;
    }
/* ---------------------------------------------------------- nav --------  */
.sec_one_nav{
    position:absolute;
    width: 100%;
    background-color: #13539d18;
    box-shadow: 0 1px 1px #0000003a;
    z-index: 20;
 }
.nav_part_one ul{
    list-style-type: none;
    overflow: hidden;
    padding: 0 50px;
    color: #ffffff;
}
.nav_part_one ul li{
    float: left;
    display: block;
    text-align: center;
}
.nav_part_one ul li.right1{
    float: right;
    border: 1px solid #13539d;
    border-radius: 15px 0 0 15px;
    padding: 5px 15px;
}
.nav_part_one ul li.right2{
    float: right;
    background-color: #13539d;
    border: 1px solid #13539d;
    border-radius: 0 15px 15px 0;
    padding: 5px 15px;
}
.actionBtn{
    text-decoration: none;
    color: #ffffff;
}
.nav_part_two{width: 100%;}
.nav_part_two ul {
    list-style-type: none;
    padding: 0 50px;
    overflow: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.nav_part_two ul li{
    float: left;
}
.nav_part_two ul li a{
    display: block;
    color: #ffffff;
    text-align: center;
    padding-right: 30px;
    text-decoration: none;
}
.nav_part_two ul li a:hover:not(.active){color: rgb(247, 6, 6);}
.nav_part_two ul li a.active{color:rgb(247, 6, 6);}
.nav_part_two span{display: none;}
.sidenav{display: none;}
/*  ------------------------------------------------------ one  ------------   */
.one{
    height: 41vw;
}
.one-color-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(60deg, #003d7af1, #00000000 );
    z-index: 2;
}
.one_smallHeader{display: none;}
.one_slideShoeContainer {
    position:relative;
    overflow: hidden;
  }
.Slides img{
    width: 100%;
    height: 41vw;
  }
.one_header{
    text-align: left;
    margin-left: 50px;
    position: absolute;
    bottom: 9vw;
    z-index: 3;
}
.one_header h1{
    font-size: 11.1vw;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 5px rgba(0,0,0,.5);
    color: #d9d9d9;
    transition: 1s ease;
    margin-left: -10px;
}
.one_header h4{
    font-size: 3.6vw;
    color: #ffffff;
    margin-top: -9.5vw;
    transition: 1s ease;
    text-shadow: 3px 1px 3px #0000009c;
}
.one_header hr{
    position: absolute;
    width: 18vw;
    text-align: left;
    margin-top: -3.4vw;
}
.text {
    position: absolute;
    margin-top: -2vw;
    text-align: left;
    color: #ffffff;
    text-shadow: 3px 1px 3px #0000009c;
    font-size: 2vw;
    animation: animThree 1s ease;
    font-family:'Courier New', Courier, monospace;
  }
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #8cb6e77e;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .activeTwo {
    background-color: #13539d;
  }
  .anim_fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
.anim_zoom{
    animation: animation-zoom 6s ease-in;
}
@keyframes animThree {
    0%   {color:#13539d; opacity: 0; left: -500px;}
    100%  {color:#ffffff; opacity: 1; left: 0px;}
  }
  @-webkit-keyframes animation-zoom{
    0%{
        transform: scale(1);}
    100%{
        transform: scale(1.2);}
}
  @keyframes animation-zoom {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
/* ----------------------------------------------------------- two --------  */
.two{
    display: flex;
    flex-wrap: wrap; 
}
.two_text{
    flex: 50%;
    display: block;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.two_form{
    flex: 20%;
    height: 31vw;
    margin-right: 50px;
    padding: 20px;
    background: linear-gradient(60deg, #003d7acb 80%, #488bd6);
    border-radius: 5px;
    margin-top: -150px;
    box-shadow: rgba(0, 0, 0, 0.336) 0px 5px 20px 4px;
    text-align: center;
    color: #ffffff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    z-index: 18;
    
}
.two_form:hover{
    background: #003d7a;
    transition: 1s ease;
}
.form_box h3{font-size: 1.5vw;}
.form_box span{
    font-size: 1.2vw;
    display:block; 
    margin-top: 1vw;
}
.form_box input{
    width: 80%;
    padding: .6vw;
    margin-top: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 1vw;
  }
select{
    width: 85.5%;
    padding: .6vw;
    border-radius: 5px;
    margin-top: .5vw;
    background-color: #ffffff;
    font-size: 1vw;
  }
  .form_box .subbtn{
    width: 85.5%;
    background-color: #000000;
     color: white;
     font-size: 1vw;
  }
  .form_box .subbtn:hover{
    background-color: rgba(165, 42, 42, 0.836);
  }
  .sucessStyle{
    background-color: chartreuse;
    color:#000000;
    border-radius: 6px;
  }
/* ------------------------------------------------- section three --------  */
.dhc_sec_three{
    margin-top: 80px;
}
.sec_three_part1{
   display: grid;
   grid-template-columns: 50% 50%;
}
.part1_sec_img{
    height: 100%;
}
.imgOne{
    background-image: url(images/earcheak.avif);
    background-color: #003d7a56;
    background-blend-mode: overlay;
    background-size: cover;
}
.imgTwo{
    background-image: url(images/earcheak3.avif);
    background-color: #003d7a56;
    background-blend-mode: overlay;
    background-size: cover;
}
.imgThree{
    background-image: url(images/nurse.avif);
    background-color: #003d7a56;
    background-blend-mode: overlay;
    background-size: cover;
}
.part1_sec_img img{
    width: 100%;
}
.part1_sec_text{
    display: grid;
    grid-template-columns: 100%;
}
.part1_text_one{
    padding: 50px 50px 20px 50px;
    
}
.part1_text_two{
    padding: 50px;
    background: linear-gradient(60deg, hsl(210, 100%, 24%) 80%, #488bd6);
    color: #ffffff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
}
.up_logo{
    position: absolute;
    font-size: 5vw;
    color: rgb(247, 6, 6);
    margin-top: -72px;
    font-family: 'Courier New', Courier, monospace;
}
.text_left{
    float: right;
    font-style: normal;
}
.sec_three_part2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.part2_sec_text{
    flex: 50%; 
}

/* ---------------------------------------------------- section four --------  */

.sec_four_part1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
 }
 .four_part1_text{
    flex: 60%;
    display: flex;
    flex-wrap: wrap;
 }
 .four_part1_text h3{
    flex: 100%;
    font-size: 5vw;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #13539d;
    text-shadow: 1px 1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
 }
 .four_part1_text span{
    flex: 100%;
    margin-top: 1vw;
    font-size: 2vw;
    color: #000000;
 }
 .four_part1_button{
    flex: 30%;
    margin-top: 20px;
    text-align: center;
 }
 .four_part1_button span{
    padding: 18px;
    background-color:#13539d;
    color: #ffffff;
    font-size: 1.5vw;
    transition: 1s ease;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000a2;
 }
 .four_part1_button span:hover{
    font-size: 1.6vw;  
    cursor: pointer;
 }
 .four_part1 a{
    text-decoration: underline;
    color: #ffffff;
 }
 
 /* ------------------------------------------   sec four part two --------  */
 .sec_four_part2{
    background:url(images/doctor.avif);
    background-color: #00000073;
    background-blend-mode: color;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 50px;
 }
 .sec_four_part2 h3{
    font-size: 3vw;
    margin-top: 2px;
    color: #ffffff;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin: 0;
    padding: 0;
  }
 .different-location-cards{
    margin-top: 2vw;
    display:grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
 }
 .location-card{
    padding: 2vw;
    width: 20vw;
    text-align: center;
 }
 .location-card h5{
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: -1vw;
    width: 22vw;
    padding-block: 1.5vw;
    background-color: #003d7a6b;
    color: #ffffff;
 }
 .stars{
    width: 20vw;
    background-color: #ffffff31;
    padding-block: 1vw;
 }
 .star{
    color: gold;
    width: 2.7vw;
 }
 .location-card:hover .star{
    animation: anim_stars 1s ease-in alternate-reverse infinite;
 }
 @keyframes anim_stars {
    0%  {opacity: .3; rotate: 0deg;}
    50%   {opacity: .7; rotate: 1deg;}
    100%   {opacity: 1; rotate: 20deg;}
  }
 .location-card p{
    font-size: 1.3vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 8vw;
    background-color: #ffffff31;
    color: #ffffff;
    text-align: justify;
    word-break: keep-all;
    padding-inline: 1vw;
    padding-bottom: 1vw;
    margin: 0;
 }
 .check-mark{
 width: 2vw;
 color: red;
 }
 .location-card a{
    display: block;
    font-size: 1.3vw;
    text-decoration: none;
    width: 20vw;
    padding-block: 1vw;
    background-color: #003d7a6b;
    color: #ffffff;
    transition: 0.6s ease;
 }
 .location-card a:hover{
    background-color: #003d7a;
 }
 .sec_four_part3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 50px;
 }
 .sec_four_part3 p{
    flex: 100%;
    color: #000000;
    text-align: center;
    font-style: italic;
 }
 .rtext{
    flex: 100%;
    text-align: right;
    color: #000000;
    font-weight: bold;
 }

/* ---------------------------------------------------- 1900 --------  */
@media screen and (min-width: 1900px){
    .dhc_sec_one{
        background-size: cover;
        background-attachment: fixed;
     }
    }
    /* ----------------------------------------------- 1199 --------  */
@media screen and (max-width: 1199px){
    .title_top{
        font-size: 1.6vw;
    }
.header3{
        font-size: 2.8vw;
    }
.paragraph{
        font-size: 1.5vw;
    }
    }
/* ---------------------------------------------------- 751 --------  */
@media screen and (max-width: 751px){
   .nav_part_one{
        display: none;
    }
    .nav_part_two{
        padding: 5px;
        font-size: 3.6vw;
        background: linear-gradient(60deg, #003e7a 80%, #488bd6);
    }
    .nav_part_two ul{
        display: none;
    }
    .nav_part_two span{
        display: block;
        cursor: pointer;
        color: #ffffff;
        text-align: right;
        margin-right: 20px;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color:#333333;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 20px;
      color: #ffffff;
      display: block;
      transition: 0.3s;
    }
    .sidenav a:hover {
      color: #3169a9;
    }
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 20px;
      font-size: 5vw;
    }
    .liveNow{
        background-color: #88b7e0;
    }
    .one_smallHeader{
        display: block;
        width: 100%;
        height: 80vw;
        text-align: center;
        position: absolute;
        background: url("images/heroImageOne.avif");
        background-color: #7c61df52;
        background-blend-mode: overlay;
        background-size: cover;
    }
    .one_smallHeader h1{
        font-size: 10vw;
        padding: 20vw 0 0 0;
        color: #ffffff;
        text-shadow: 6px 1px 3px #0a010175;
        transition: 1s ease;
    }
    .one_smallHeader hr{
        width: 200px;
    }
    .one_smallHeader h3 {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 4vw;
        text-shadow: 3px 1px 3px #0000009c;
      }
      /* --------------------------------------------- two 751--------  */
.two{
    margin-top: 20vw;
}
.two_text{
    flex: 100%;
    margin-top: 10vw;
    padding-left: 20px;
    padding-right: 20px;
}
      .two_form{
        flex: 100%;
        height: 60vw;
        margin: 50px 20px 0px 20px;
        padding: 50px;
    }
    .form_box h3{font-size: 3.6vw;}
    .form_box span{font-size: 2.6vw;}
    .form_box input{
        width: 95%;
        padding: 1vw;
        margin-top: 10px;
        font-size: 2.6vw;
      }
    select{
        width: 98.1%;
        padding: 1vw;
        font-size: 2.6vw;
      }
      .form_box .subbtn{
        width: 98.1%;
        font-size: 2.6vw;
      }

.title_top{
        font-size: 2.6vw;
    }
.header3{
        font-size: 4.5vw;
    }
.paragraph{
        font-size: 2.5vw;
    }
      /* ----------------------------- section three 751 ---------------  */
.dhc_sec_three{
    margin-top: 60px;
}
.sec_three_part1{
    padding: 0px 20px 0px 20px;
   display: grid;
   grid-template-columns: 100%;
}
.part1_sec_img{
    height: 50vw;
    border-radius: 5px;
}
.part1_text_one{
    padding: 50px 0px 20px 0px;
    
}
.part1_text_two{
    padding: 50px 20px 50px 20px;
}
.up_logo{
    font-size: 10vw;
    margin-top: -70px;
}

/* --------------------------------------- section four 751-------  */

.sec_four_part1{
    margin-left: 20px;
    margin-right: 20px;
 }
 .four_part1_text{
    flex: 100%;
 }
 .four_part1_text h3{
    text-align: center;
    font-size: 8vw;
 }
 .four_part1_text span{
    text-align: center;
    font-size: 3.6vw;
 }
 .four_part1_button{
    margin-top: 40px;
 }
 .four_part1_button span{
    font-size: 3vw;
     box-shadow: none;
 }
 .four_part1_button span:hover{
    font-size: 3vw;  
 }
 /* ------------------------------------------   sec four part two 751------  */
 .sec_four_part2{
    background-attachment: unset;
    padding-inline: 20px;
 }
 .sec_four_part2 h3{
    font-size: 4vw;
    margin-top: 2px;
 }
 .location-card{
    width: 28vw;
 }
 .location-card h5{
    font-size: 3vw;
    width: 30vw;
 }
 .stars{
    width: 28vw;
 }
 .star{
    width: 3.6vw;
 }
 .location-card p{
    font-size: 2.3vw;
    height: 15vw;
 }
 .check-mark{
 width: 3.2vw;
 }
 .location-card a{
    font-size: 2.4vw;
    width: 28vw;
 }
 .sec_four_part3{
    padding-inline: 20px;
 }
}

/* ---------------------------------------------------- 500 --------  */
@media screen and (max-width: 500px){
   /* .nav_part_two{
        background: unset;
    }*/
     .nav_part_two span{
        font-size: 20px;
     }
     .sidenav .closebtn {
       font-size: 30px;
     }
     .one_smallHeader{
         height: 85vw;
     }
     .one_smallHeader h1{
         font-size: 11vw;
     }
     .one_smallHeader hr{
        color: #ffffff;
     }
     .one_smallHeader h3 {
         font-size: 5vw;
       }
       /* --------------------------------------------- two 500--------  */

       .two_form{
         height: 90vw;
         padding: 20px;
     }
     .form_box h3{font-size: 5vw;}
     .form_box span{font-size: 4vw;}
     .form_box input{font-size: 3.6vw;}
     select{font-size: 3.6vw;}
       .form_box .subbtn{font-size: 3.6vw;}
 
 .title_top{
         font-size: 4.6vw;
     }
 .header3{
         font-size: 8vw;
     }
 .paragraph{
         font-size: 4.6vw;
     }
       /* ----------------------------- section three 500 ---------------  */
 .dhc_sec_three{
     margin-top: 60px;
 }
 .sec_three_part1{
     padding: 0px 20px 0px 20px;
    display: grid;
    grid-template-columns: 100%;
 }
 .part1_sec_img{
     height: 50vw;
     border-radius: 5px;
 }
 .part1_text_one{
     padding: 50px 0px 20px 0px;
     
 }
 .part1_text_two{
    padding: 50px 20px 50px 20px;
}
.up_logo{
    font-size: 20vw;
    margin-top: -75px;
}
 
 /* --------------------------------------- section four 500-------  */

.four_part1_text h3{
    font-size: 8vw;
 }
 .four_part1_text span{
    font-size: 4vw;
 }
 .four_part1_button{
    margin-top: 40px;
 }
 .four_part1_button span{
    font-size: 4vw;
 }
 .four_part1_button span:hover{
    font-size: 4vw;  
 }
 
 /* ------------------------------------------ sec four part two 500 ------  */
 
 .sec_four_part2 h3{
    font-size: 8vw;
  }
 .different-location-cards{
    margin-top: 5vw;
    grid-template-columns: auto;
 }
 .location-card{
    padding: 4vw;
    width: 70vw;
 }
 .location-card h5{
    font-size: 6vw;
    width: 72vw;
    padding-block: 4vw;
 }
 .stars{
    width: 70vw;
    padding-block: 2vw;
 }
 .star{
    width: 9vw;
 }
 .location-card:hover .star{
    animation: unset;
 }
 .location-card p{
    font-size: 4vw;
    height: 25vw;
    padding-inline: 3vw;
 }
 .check-mark{
 width: 6vw;
 }
 .location-card a{
    font-size: 4vw;
    width: 70vw;
    padding-block: 3vw;
 }
 }