body{
    margin: 0;
    padding: 0;
}
.maxwidth{
    max-width: 1140px;
    margin: 0px auto;
}
.maxwidth2{
    max-width: 990px;
    margin: 0px auto;
}
.deskhide{
    display: none;
}
/* .mobihide{display: block;} */
.slick-slide .fa{
    font-size: 30px;
    color: #317dbc61;
}

header{
    border-bottom: 1px solid #eee;
}
.header{
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .logo{
padding: 5px 10px;
}
.header .menu{
padding: 5px 10px;
}
.header .menuicon {
padding: 5px 10px;
font-size: 24px;
}

.header .menu .menulink{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.header .menu .menulink li{
    padding: 5px 15px;
}
.header .menu .menulink .linkbtn{
    padding: 5px 20px;
    color: #fff;
    background-color: #317DBC;
    border-color: #317DBC;
    border-radius: 5px;
    margin-left: 20px;
}
.header .menu .menulink li a{
    text-decoration: none;
    color: #333;
}

.banner{ padding: 75px 30px 105px;

}
.banner .bg{
    background-image: url(img/banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.signupform .bg{
    background-image: url(img/banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bookp,
.calen .bookp,
.signupform .bookp
{color: #317DBC;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;}
  
.banner .form{ width: 50%;
    margin: 0px auto;
    height: 250px;
    border: 1px solid white;
    background-color: #fff;
    box-shadow: 0px 10px 26px #0000000d;
position: relative;}

.signupform .timesection{
    box-shadow: 0px 10px 26px #0000000d;
    padding-bottom: 35px;
}
.signupform {
    padding-bottom: 100px; 
    padding-top: 50px;
}
    .banner .formzip::before{
        content: '';
        height: 250px;
        width: 103px;
        /* border: 1px solid red; */
        left: -50px;
        top: 50px;
        position: absolute;
        background-image: url(img/covid1.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .banner .formzip::after{
        content: '';
        height: 285px;
        width: 145px;
        /* border: 1px solid red; */
        right: -130px;
        top: 15px;
        position: absolute;
        background-image: url(img/covid2.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .inputzip{
        display: flex;
    border: 1px solid #70707026;
    /* padding: 5px; */
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    justify-content: space-between;
    background-color: #fafafa;
    border-radius: 5px;
    }
    .inputzip input{
      
    width: 100%;
        border: 0;
    padding: 5px;
    background-color: transparent;
    font-size: 15px;
    outline: none;
    }
    .inputzip i{
        padding: 10px;
        color: #317dbc;  
    }
    .header .menu .menulink .linkbtn{
        margin-bottom: 5px;
        /* margin-left: 0; */
    }
.btn-primary{background-color: #317dbc;padding: 6px 20px;}
.vrxcalen .title,
.signupform .title,
.banner .form .title
{ padding: 10px;background-color: #317DBC;color: #fff;border-radius: 5px 5px 0 0;font-weight: 600;text-align: center;
    font-size: 22px;}
.banner .form .para{ margin: 0;
    padding: 25px 15px;
    font-weight: bold;
    font-size: 14px;}
/* .banner .form .input{ display: inherit; width: 90%; margin: 0px auto; margin-bottom: 20px;padding: 5px;} */

.banner .head{
    font-weight: unset;}

    

    .rdo [type="radio"]:checked,
    .rdo [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
        }
    .rdo [type="radio"]:not(:checked) + label{
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        padding: 10px;
        width: 100%;
        color: #000;
        border: 1px solid #70707026;
        background-color: #F8F8F8;
        border-radius: 5px;
        font-weight: 600;
        margin-bottom: 10px;
  
    }

    .rdo [type="radio"]:checked + label{
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        padding: 10px;
        width: 100%;
        color: #317DBC;
        border: 1px solid #317DBC;
        background-color: #F0F8FF;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;

    }
    .timeslot{
        padding: 15px;
        display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }
    .timesection{
        max-width: 50%;margin: 0px auto;
    }
.timeslot .slot{
    width:49%;
    margin: 2px;
}
.timeslot .slot .time{ 
    display: flex;
    justify-content: space-between;
}

    .timeslot [type="radio"]:checked,
    .timeslot [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
        }
    .timeslot [type="radio"]:not(:checked) + label{
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        padding: 5px;
        width: 100%;
        color: #000;
        border: 2px solid #eee;
        background-color: #eee;
        border-radius: 5px;
  
    }

    .timeslot [type="radio"]:checked + label{
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        padding: 5px;
        width: 100%;
        color: #317DBC;
        border: 2px solid #317DBC;
        background-color: #eee;
        border-radius: 5px;

    }







   .calen{
    padding: 85px 30px;
    background-image: url(img/banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   }
    .calen .form{ margin: 0px auto;
        }



    .vrxcalen .selectdate{
        display: flex;
        justify-content: space-between;
        padding: 20px;
        padding-bottom: 5px;
        font-weight: bold;
    }
    .vrxcalen {
        width: 500px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
        /* box-shadow: 0 0 10px #201d1c; */
        margin: 0 auto;
        /* margin-top: 100px; */
        /* border: 1px solid red; */
      }
      
      .vrxcal {
           /* padding: 0 10px 10px 10px; */
    box-sizing: border-box!important;
    box-shadow: 0px 10px 26px #0000000d;
    padding-bottom: 25px;
        
      }
      
      .vrxcalt {
        font: 18px 'Roboto';
        font-weight: 700;
        color: #000;
        display: block;
        margin: 18px 0 0 0;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
      }
      
      .vrxcal .span {
        font:11px 'Roboto'; 
        font-weight:400; 
        color:#000; 
        text-align:center; 
        width:42px; 
        height:42px; 
        display:inline-block; 
        /* float:left;  */
        overflow:hidden; 
        line-height:40px;
cursor: pointer;
        border: 2px solid #4caf50;
    box-sizing: border-box!important;
    border-radius: 200px!important;
    margin-left: 10px;
    margin-right: 10px;
      }
      .vrxcal .day{
       
        border-bottom: 1px solid #9e9e9e;

    margin-bottom: 5px;
}
      
      .vrxcal .day span{
          
        color: #000;
        font-weight: bold;
          border:0;
          border-radius: 0 !important;
          font-size: 16px;
      }
      .vrxcal .day span:hover{
        border:0;
        color: #000;
        background-color: #fff;
        border-radius: 0 !important; 
      }
      .vrxcal span:hover{
        border: 2px solid #317dbc;
    background-color: #317dbc;
    color: #fff;
      }
      .vrxcal span.today {
          color: red;
      }
      .vrxcal span.inactive {
        color: #fff;
        background-color: red;
        border-color: red;
      }
      .vrxcal span.lastmonth,
      .vrxcal span.nextmonth {
        color: #9e9e9e;
        border: 0;
        font-weight: bold;
      }
      .vrxcal span.lastmonth:hover,
      .vrxcal span.nextmonth:hover {
        color: #9e9e9e;
          border: 0;
          background-color:#fff;
      }
      
      /* .vrxcal .jzdb:before {
        opacity:0.3; 
        content:'o';
      } */
      
      /* .note {
          text-decoration: underline;
        border:1px solid #f7f3eb; 
        box-sizing:border-box!important; 
        border-radius:200px!important;
      }
      
      span[data-title]:hover:after, 
      div[data-title]:hover:after {
        font:11px 'Roboto'; 
        font-weight:400; 
        content:attr(data-title); 
        position:absolute; 
        margin:0 0 100px; 
        background:#282423; 
        border:1px solid #f7f3eb; 
        color:#f7f3eb; 
        padding:5px; 
        z-index:9999; 
        min-width:150px; 
        max-width:150px;
      } */




.signupform .headr{
    display: flex;
    flex-direction: column;
}



.calen .row{
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
}

.calenmap .title{
    padding: 5px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.calenmap{
    /*padding: 20px;
    border: 1px solid #fff;
    background-color: #fff;*/
    border-radius: 10px;
    box-sizing: border-box!important;
    box-shadow: 0px 10px 26px #0000000d;
}
.calenmap .mapframe{
    height: 300px;
    width: 400px;
}

.mapdata .list .data {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 5px;
}
.mapdata .list .data span{
    padding: 5px;
    color: #000000;
    opacity: 0.5;
    text-align: left;
}
.mapdata .list .data span:first-child{
    padding: 5px 15px;
    font-weight: bold;
    opacity: unset;
}
.slick-slide .content-div .name p:first-child{
    margin: 0;
    font-size: 20px;
    padding: 0;
    color: #317DBC;
    line-height: 1;
}
.slick-current  .content-div .name p:first-child{color: #fff;}




.lifesaving{
    padding: 65px 5px;
    background-color: #fafafa;
}
.lifesaving h1{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    padding: 0px 5px 25px;
}
.lifesaving .img{
    display: flex;
    justify-content: space-evenly;
}
.lifesaving .img div{
    padding: 20px;
    /* background-color: #F6F6F6; */
    background-color: #ffffff;
}


.thrusection.mobile{display: none;}
.thrusection.desktop{display: block;}
.thrusection{
background-color: #FAFAFA;
padding: 80px 20px;
padding-bottom: 70px;
}
.thru ul{
    /* margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */

    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    counter-reset: step;
    display: flex;

    width: 100%;
    flex-direction: row;

}
.thru ul li{
    position: relative;
    padding-left: 0;
    padding-top: 55px;
    border-left: none;
    text-align: center;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}
.thru ul li img{
    position: absolute;
    width: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
.thru ul li .title{
    padding-top: 10px;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    
}
.thru ul li .desc{

    font-size: 14px;
    font-weight: bold;
    color: #317DBC;
}

.thru ul li::before{
    
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px solid #317dbc;
    top: 0;
    right: -50%;
}

.thru ul li:last-child::before {
    width: 0;
}



.stepsection{
/* background-color: #FAFAFA; */
padding: 80px 20px;
padding-top: 15px;
padding-bottom: 30px;
}
.stepform ul{
    /* margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */

    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    counter-reset: step;
    display: flex;

    width: 100%;
    flex-direction: row;

}
.stepform ul li{
    position: relative;
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    text-align: center;
    width: 25%;
}
.stepform ul li.stepdone{
    color: red;
}
.stepform ul li.stepdone .icon{
    background-color: #317dbc;
    color: #fff;
}
.stepform ul li .icon{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /* background-color: #317dbc; */
    background-color: #fff;
}
.stepform ul li .title{
    padding-top: 10px;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
.stepform ul li .desc{

    font-size: 12px;
    /* font-weight: bold; */
    color: #000;
}

.stepform ul li::before{
    
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    /* border-top: 2px solid #317dbc; */
    border-top: 2px solid #9e9e9e;
    top: 0;
    right: -50%;
}

.stepform ul li.stepdone::before{
    border-top: 2px solid #317dbc;
    /* border:0px; */
}


.stepform ul li:last-child::before {
    width: 0;
}






























footer{
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    min-height: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #fafafa;

}
/*footer p{
    text-align: center;
    font: normal normal normal 14px/19px Averta;
    letter-spacing: 0px;
    color: #000000;
    /* opacity: 0.5; */
    /*margin: 0;
    padding: 5px;
}*/

footer p{
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #212529;
    /* opacity: 0.5; */
    margin: 0;
    padding: 5px;
}

.testimonial{
    padding: 50px 5px;
    /* background-color: #FAFAFA; */
    background-color: #fff;
    padding-top: 15px;
}
.testimonial h1{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding: 25px;
}
.testimonial .content-div{
    /* border: 1px solid red; */
    padding: 5px;
    /* margin: 16px; */
    
}
.testimonial .content-div .text{
    text-align: center;
    /* background-color: #fff; */
    height: 260px;
    border-radius: 10px;
    margin: 15px;
    color: #000;
    padding: 10px;
}

.slick-current .content-div .text{
    background-color: #317DBC;
    color: #fff;
    margin: 5px;
    height: 260px;
}



.slick-slide {
  margin: 0px 20px;
  /* background-color: #fff; */
  background-color: #fafafa;
    border-radius: 5%;
    transition: unset;
}

.slick-slide img {
  width: 100%;
}

.slick-current {
    background-color: #317dbc;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  opacity: unset;
}

.slick-active {
  opacity: .5;
  opacity: unset;
}

.slick-current {
  opacity: 1;
}
.slick-dots li button:before{
    font-size: 28px;
    content: '';
    border: 1px solid #000;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    opacity: initial;
    
}
.slick-dots li.slick-active button:before{
    background-color: #000;
    opacity: initial;
}

.header .active{
    display: block !important;
}

.slick-current .content-div .text .fa{
    font-size: 30px; 
    color: #DEE5EB;
}




.header .menu .menulink .contactUS{
    margin-left: 4px;
    background-color: #000;
}




@media (max-width: 767.98px) {
.thrusection.mobile{display: block;}
.thrusection.desktop{display: none;}
.mobihide{display: none;}
.slick-current .content-div .text .fa{color: #00000036;}

    .slick-current .content-div .text{
       
        height: auto;
    }
    .header .menu .menulink .contactUS{
        margin-left: 0;
        margin-top: 10px;
    }
    .mobishow{
        display: block;
    }
    header{
        border-bottom: 0px ;
    }
    .header{
        display: block;
    height: auto;
    }
    .menu1{
        display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    }
    .header .menu .menulink{
        border-top: 1px solid #eee;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        display: inline-block;
    text-align: center;
    width: 100%;
    }
    .lifesaving{
        padding: 5px;
        background-color: #fafafa;
    }
    .lifesaving h1 {
        font-size: 23px;
        padding: 0px 5px;
    }
    .lifesaving .img{
        flex-direction: column-reverse;
    text-align: center;
    }
    .lifesaving .img div{
        margin: 25px; 
    }
    .thrusection{
        padding: 40px 20px;
    }
    .thru ul li::before{
        width: 0;
    }
    .thru ul li .title,
    .thru ul li .desc {
        font-size: 13px;
    }
    .thru ul{
        flex-wrap: wrap;
    }
    .thru ul li{
        width: 50%;
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 10px;
    padding-right: 10px;
    }
    .thru ul li img{
        transform: initial;
    position: initial;
    }

    .banner .form{    
        width: 100%;
        margin: 0px auto;
        height: auto;
        background-color: transparent;
        padding-bottom: 40px;
        box-shadow: none;
    }
    .inputzip{
        /* background-color: #109EB140; */
        padding: 5px;
    }
    .vrxcalen .title, .signupform .title, .banner .form .title{
        padding: 10px;
    }
    .form .btn-dark,
    .form .btn-primary{
        padding: 10px 30px;
    }
.signupform .head,
.banner .head,
.calen .head{
    font-size: 26px;
}
.timeslot{
    padding: 5px;
}
.timeslot .slot {
    width: 48%;
   
    margin: 0;}
.banner{ padding: 45px 10px;padding-top: 80px;}
.calen {
    padding: 50px 10px;
    overflow: hidden;
}
.calen .row{
display: flex;
flex-direction: column-reverse;
margin: 0;
}
.vrxcalen{
    width: auto;
    min-width: 280px;
}
.vrxcal span{
    margin-left: 0px; 
     margin-right: 0px;
}
.vrxcal .day{
    display: flex;
    justify-content: space-evenly;
    padding: 0px 5px;
}
.vrxcal .date{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px 5px;
}
.vrxcal .date span{
    width: 13%;
    margin: 1px;
    margin-bottom: 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .calen .head{
    font-size: 20px;
} */

.header .menu{
    display: none;
}

.timesection{
    max-width: 100%;
    padding: 10px;
    box-shadow: none !important;
}
.signupform .bg{
    background-image: none;
}

.timeslot .slot .time{
    font-size: 12px;
    padding: 5px;
}

.stepform ul{
    justify-content: center;
    margin-bottom: 30px;
}

.stepform ul li.active{
    display: block;
    /* background-color: #fff; */
    padding-top: 85px;

}
.stepform ul li{
    display: none;
}
.stepform ul li .desc {
    font-size: 18px;font-weight: 600;}

.stepform ul li.stepdone .icon{
    width: 100px;
    height: 100px;
}

.stepform ul li{
    padding-top: 60px;
    width: auto;
}


.stepform ul li.stepdone .icon::before{
    font-size: 28px;
    content: '';
    border: 1px dotted #000;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    opacity: initial;
    position: absolute;
}


.stepform ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px dotted #9e9e9e;
    top: 1px;
    z-index: -9;
}
.stepform ul::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    border-top: 5px solid #fff;
    top: 0px;
    z-index: -1;
}



    .signupform .headr{
        flex-direction: column-reverse; 
        background-image: url(img/banner-bg-m.png);
        background-repeat: no-repeat;
        background-position: center; 
        padding-top: 50px;;
    }
    .signupform .stepsection{
        padding-bottom: 5px; 
    }

    .stepform ul li.stepdone::before{
        border-top: 2px solid #fff;
        /* border:0px; */
        content: none;
    }


    .stepform ul li::before{
    
        content: '';
        position: absolute;
        width: 20%;
        height: 1px;
        /* border-top: 2px solid #317dbc; */
        /* border-top: 2px solid #9e9e9e; */
        top: 1px;
        left: 20px;
    }

    .slick-slide {
        transition: unset;
       
    }

    .banner .formzip::before,
    .banner .formzip::after
    {
        content: none;
    }
    .banner .bg{
      
        background-image: url(img/banner-bg-m.png);
    }

    .rdo label{
        margin-bottom: 25px !important;
    }
    .signupform .btnlist,
    .formclinic .btnlist{
        display: flex;
    }
    .signupform .btn,
    .formclinic .btn{
        width: 100%;
    }
    .signupform .btn{
        margin-left: 5px;
    }
    .banner .bookp{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .calenmap{
        padding: 25px 0px;
        border-radius: 0;
        display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    }
    .calenmap .mapframe{
        width: 100%;
    }
    .signupform {
        padding-bottom: 0;}
        

        .header .menu .menulink .linkbtn {
            margin-bottom: 5px;
            margin-left: 0;
        }
       
        .header .menu .menulink .contactUS {
            margin-left: 0 !important;
            margin-top: 10px;
        }

}

.formclinic{
    height: auto !important;
    padding-bottom: 35px;}
    
.formclinic .rdo {
    padding: 5px 15px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.formclinic  .btn{
    padding: 10px 30px;
    margin-left: 10px;
}
.timeslot .slot .time span:first-child{
    font-weight: bold;
}

.slick-slide .msg{margin-top:10px;}

.formclinic .btn-primary{text-transform: uppercase !important;}

/* .borderdashed h6{
	margin-bottom: 1rem !important;
} */