body{
    margin: 0;
    padding: 0;

}

/* ---------------------- Header Start -------------------------------- */

.head {
    /* position: fixed; */
    z-index: 999999;
    
    margin: 0px !important;
    padding: 0px !important;
    top: 0px;
}

.head .none {
    height: 30px;
    opacity: 1;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
}

.head.fixed .none {
    height: 0;
    opacity: 0;
}

.fixed {
opacity: 1;
background-color: #000;
}

.top_bar {
    background-color: rgba(14, 18, 23, 1);
    padding: 10px;
}

.country-name {
    width: 100%;
    margin: 0;
    font-size: 11px;
    color: #fff;
    padding-top: 5px;
    list-style: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.country-name li {
    border-right: 1px solid #ccc;
    list-style: none;
    display: inline-block;
    width: auto;
    padding: 0px 5px;
    line-height: 9px;
}

.logo {
    text-align: left;
}

.toll-free {
    font-size: 20px;
    padding-top: 7px;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}
/* ---------------------- Header End ---------------------------------- */

/* -------------------- Nav bar -------------------------- */

.navbar_ed {
    border: none;
    margin-bottom: 0px;
    min-height: 0px;
    position: relative;
    border-radius: 0px;
    background-color: rgba(104, 104, 104, 0.999);
}

.mpNavBar{
    text-align: center;
    padding: 0 15px;
    margin: 0;
}

.mpNavBar li{
    display: inline-block;
    padding: 8px;
}

.active-color {
    color: #03ace1 !important;
}

.mpNavBar li a:hover, a:active{
    color: #03ace1;
}

.mpNavBar li a{
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}


/* ---------------------- Nav Bar ------------------------------ */
.head-covid{
    background: #f4f4f4;
    padding: 80px 0 10px 0;
}

.main-head{
    text-align: center;
}

.head-covid h4{
    margin: 0;
    font-size: 43px;
    text-align: center;
}

.main-head1{
    padding: 20px 0 5px 0;
    text-align: center;
}

.main1-head{
    text-align: center;
    line-height: 0;
}

.border-blue{
    display: inline-block;
    height: 3px;
    width: 275px;
    background: #0da7dd;
}

.head-text{
    font-size: 21px;
    margin: 10px 0 0 0;
}

/* Section */
section{
    padding: 0;
}

.section-head{
    text-align: center;
    padding-bottom: 5px;
}

.section-head span{
    font-size: 32px;
}

.section-text{
    text-align: center;
    padding: 5px 0 50px 0;
}

.section-text span{
    font-size: 14px;
    line-height: 1.43;
}

.step-1-head .head1{
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
    
}

.steps-block {
    display: block;
    margin-bottom: 145px;
    clear: both;
}

.step-1-head{
    padding: 0 !important;
}


.step-1-head p{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
}

.step-1-head .head2{
    font-size: 14px;
    line-height: 1.43;
}

.scheduleBtn{
    text-align: center;
    padding-bottom: 50px;
}

.scheduleBtn button{
    width: 206px;
    border: none;
    border-radius: 21.5px;
    background-color: #0da7dd;
    color: #ffffff;
    padding: 12px 38px;
    font-size: 16px;
}

.schedule1Btn{
    text-align: center;
    padding-top: 50px;
}

.schedule1Btn button{
    width: 206px;
    border: none;
    border-radius: 21.5px;
    background-color: #0da7dd;
    color: #ffffff;
    padding: 12px 38px;
    font-size: 16px;
}

.schedule2Btn{
    text-align: center;
    padding: 15px 0 25px 0;
}

.schedule2Btn button{
    width: 206px;
    border: none;
    border-radius: 21.5px;
    background-color: #0da7dd;
    color: #ffffff;
    padding: 12px 38px;
    font-size: 16px;
}
.progressbar{
      counter-reset: step;
}

.progressbar li{
      list-style: none;
      float: left;
      width: 33.33%;
      position: relative;   
      text-align: center; 

}

.progressbar li::before{
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display:block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    color: #ffffff;
    background-color: #0da7dd;
    font-size: 21px;
}

.progressbar li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #0da7dd;
    top: 20px;
    left: -160px;
    z-index: -1;
}

.progressbar li:first-child::after{
    content: none;
}

.rotate-text{
    position: relative;
    padding-left: 32px;
}

.vertical-text{
    position: absolute;
    top: 20px;
    left: -22px;
    transform: rotate(-90deg);
    display: inline-block;
    color: #ffffff;
    background-color: #0da7dd;
    font-size: 14px;
    padding: 4px 10px;
}

.tracking-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tracking-ul li{
    font-size: 14px;
    line-height: 1.79;
}

.tracking-ul li::before{
    content: "\2022";
    color: #0da7dd;
    font-weight: 600;
    display:inline-block;
    margin-left: 1em;
    width: 1em;
}

.space-progress{
    padding-top: 50px;
}

.align{
    text-align: right;
}

.paddingT{
    padding-top: 40px;
}

.paddingB{
    padding-bottom: 40px;
}

/* --------------------------Footer----------------------------- */
.covid-footer{
    background: #f4f4f4;
}

.padd{
    padding: 45px 0;
}

.head-2{
    font-size: 18px;
    font-weight: 800;
}

.content-text{
    margin: 0;
}

.space{
    padding-bottom: 35px;
}

.card{
    display: inline-block !important;
}

.card-body{
    padding: 10px 0 !important;
    text-align: center;
    margin: 0;
    
}

.card .card-body label{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.img-flex{
    display: flex;
    justify-content: center;
}

.centerspace{
    margin: 0 27px;
}

/* ---------------------------Footer------------------------- */

.footer {
    margin: 0px 0;
}

.co-name {
    background-color: #f6f6f6;
    border-top: 1px solid #dedede;
}

.footer_container {
    margin-top: 0px;
}

.footer-services_head {
    font-size: 21px !important;
    color: #000000;
}

.footer-services {
    padding: 0px;
    list-style: none;
    display: block;
}

.footer-services li {
    list-style: none;
    display: block;
    width: auto;
    padding: 8px 0px;
    color: #616161;
    font-size: 13px;
}

.footer-services li a {
    list-style: none;
    color: #616161;
    text-decoration: none;
}
/* --------------------------------------- Bottom footer ------------------------------------------ */

.copyright {
    padding: 0;
    background-color: #151618;
    border-bottom: 1px solid #414243;
}

.ft-nav {
    padding: 15px 0px;
}

.footer-links {
    font-size: 11px;
    color: #fff;
    padding-top: 14px;
    margin: 0px;
    list-style: none;
    display: block;
    text-align: center;
}

.footer-links li {
    border: none !important;
    list-style: none;
    display: inline-block;
    width: auto;
    padding: 0px 5px;
    line-height: 10px;
}

.footer-links li a {
    text-decoration: none;
    color: #bebebe;
}

.copyright-text {
    font-size: 11px;
    color: #fff;
    padding-top: 14px;
    margin: 0px;
    list-style: none;
    display: block;
    text-align: center;
}

.copyright-text li {
    list-style: none;
    display: inline-block;
    width: auto;
    padding: 0px 5px;
}



@media screen and (max-width: 375px) {
    
    .head-covid {
        background: #f4f4f4;
        padding: 110px 0 10px 0;
    }

    .img-flex {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .img-flex .card{
        text-align: center;
    }

    .centerspace {
        padding: 27px 0;
    }

    .head-covid h4 {
        margin: 0;
        font-size: 25px;
        text-align: center;
    }

    .main1-head {
        text-align: center;
        line-height: 2;
    }

    .border-blue {
        display: inline-block;
        height: 3px;
        width: 166px;
        background: #0da7dd;
    }

    .main-head1 {
        padding: 5px 0px 5px 0;
        text-align: center;
    }

    .head-text {
        font-size: 15px;
        margin: 0;
    }

    section {
        padding:0;
    }

    .section-head span {
        font-size: 22px;
    }

    .section-text {
        text-align: justify;
        padding: 5px 0 50px 0;
    }

    .section-text span {
        font-size: 14px;
        line-height: 1.60;
    }

    .steps-block{
        display: none;
    }

    .img-flex{
        text-align: center;
    }
    
  }


  @media screen and (max-width: 768px) {
    
    .progressbar li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #0da7dd;
        top: 20px;
        left: -130px;
        z-index: -1;
    }

    .head-covid {
        background: #f4f4f4;
        padding: 110px 0 10px 0;
    }

    .img-flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .centerspace {
       margin: 0px;
    }

    .img-flex .card{
        padding-top: 15px;
    }
  }