/*Generic Classes*/
.w-100{
    width: 100%;
}
.w-auto{
    width: auto;
}
.h-100{
    height: 100%;
}
.h-auto{
    height: auto;
}
.m-0{
    margin: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.plr0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.float-left{
    float: left;
}
.d-flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.align-items-start{
    align-items: start;
}
.justify-content-start{
    justify-content: start;
}
.align-items-end{
    align-items: flex-end;
}
.justify-content-end{
    justify-content: end;
}
.justify-content-between{
    justify-content: space-between!important;
}
.bg1{
    background:#502E90;
}
.bg2{
    background: #FFD421;
}
.bg3{
    background: #F1F0F6;
}
.bg4{
    background: #6a98ff1c;
}
.bg5{
    background: #a296b714;
}
.clr1{
    color: #312F2F;
}
.clr2{
    color: #3B1876;
}
.fw-bold{
    font-weight: bold !important;
}
.fw-100{
    font-weight: 100;
}
.fw-lighter{
    font-weight: lighter;
}
.fw-avenir{
    font-family: "Avenir Next",Medium;
}
.mt-1{
    margin-top: 1vh;
}
.mt-25{
    margin-top: 2.5vh;
}
.mt-35{
    margin-top: 3.5vh;
}
.mt15px{
    margin-top: 15px;
}
.mtb5{
    margin-bottom: 5vh;
    margin-top: 5vh;
}
.text-border-class{
    border: 1px solid #E4E1EC;
}
.pt-6{
    padding-top: 6px;
}
.plr15{
    padding: 0 15vw;
}
.fs-125{
    font-size: 1.3vw;
    line-height: 3.5vh;
    font-family: "Avenir Next",Medium;
    font-weight: 400;
}
.plr40{
    padding: 0 35vh;
}
.text-center{
    text-align:center;
}
.avada-row{
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
}
.ml5{
    margin-left: 5px !important;
}
.mtb10{
    margin: 10px 0 !important;
}
#main{
    padding: 0 !important;
}
.circle{
    border-radius: 50%;
}
/*End of generic classes*/

a:hover{
    color: red;
    border-bottom: none !important;
}
.content1 {
    display: none;
    overflow: unset !important;
    transition: all 0.7s cubic-bezier(0.45, 0.45, 0.45, 0.95);
  }
.corona-header{
    height: 50vh;
    padding-left: 18px;
    background-image: url('/wp-content/themes/Avada/js/img/glove-tubes.svg');
    background-repeat: no-repeat;
    background-size: 78% 112%;
    background-position: -10vw;
}
.corona-header .main-text{
    color:#fff;
    font-size: 2.5vw;
    font-weight: 600;
    font-family: "Avenir Next",Medium;
}
.corona-header .main-text .covid-class{
    font-weight: normal;
}
.corona-header .main-text a.covid-book-appointment{
    font-family: "Avenir Next", Medium;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    color:#FFFFFF;
    font-size: 19px;
    line-height: 25px;
    border-bottom:1px dashed #FFFFFF;
}
.content1 a.covid-book-appointment{
    color:#06BBA0;
    border-bottom:1px dashed #06BBA0;
}
.corona-header .subscribe-text{
    font-size: 1.4vw;
    font-weight: 300;
    margin: 2.7vh 0vh;
    font-family: "Avenir Next",Medium;
}
.corona-header .subscribe-button-class{
    height: 64px;
}
.corona-header .subscribe-button-class .subscribe-button{
    border-radius: 40px;
    width: 11vw;
    height: 4.9vh;
    font-family: "itc-avant-garde-gothic-pro", Bold;
    font-size: 1.1vw;
}
.content-class{
    height: calc(100% - 50vh);
}
.content-class .covid-main-class{
    height: auto;
    padding: 0 35vh;
}
.content-class .covid-main-class .covid-content-class .covid-text{
    font-size: 2vw;
    font-weight: bold;
    margin-top: 3.5vh;
    font-family: "itc-avant-garde-gothic-pro", Bold;
}
.content-class .covid-main-class .covid-content-class .text-border{
    border: 1px solid #E4E1EC;
    width: 19vw;
    margin-top: 1vh;
}
.content-class .covid-main-class .covid-content-class .date-class{
    margin-top: 1vh;
    font-size: 1vw;
}
.content-class .covid-main-class .covid-content-class .text-1{
    font-size: 1.6vw;
    line-height: 2.4vw;
    margin-bottom: 1vw;
    font-family: "Avenir Next",Medium;
    font-weight: 400;
}
.content-class .covid-main-class .covid-content-class .text-icon-class{
    padding: 10px 0;
}
.content-class .covid-main-class .covid-content-class .text-icon-class .text-class{
    width: 85%;
    font-size: 1.6vw;
    padding-left: 0;
    line-height: 5vh;
}
.content-class .covid-main-class .covid-content-class .text-icon-class .icon-class{
    color: #3B1876;
    width: 15%;
    font-size: 2vw;
}
.content-class .svg-text-class{
    height: auto;
    margin-top: 6vh;
}
.content-class .debunking-myth-class{
    height: auto;
    padding: 0 35vh;
}
.content-class .debunking-myth-class .text-class{
    font-size: 2.2vh;
    margin-top: 0.8vh;
}
.content-class .latest-news{
    margin-bottom: 20px;
    background: #FFF;
    color: #3B1876;
    font-size: 1.1em;
    padding: 0 45vh;
    transition: 2s;
}
.latest-news-header{
    color: #3B1876;
    font-size: 1.2em;
    margin-top: 30px;
    padding: 0 4vh;
}
.latest-news-section{
    padding: 0 4vh;
    padding-bottom: 20px;
}
.latest-news-section:before{
    content: '';
    height: 15px;
    width: 15px;
    background-color: #FF6666;
    border-radius: 50%;
    position: absolute;
    left: 7.5px;
}
.latest-news-time{
    color: #FF6666;
    font-size: 1.1em;
}
.latest-news-title{
    color: #3B1876;
    font-size: 1.3em;
    font-weight: 500;
}
.svg-text{
    font-size: 1.6vw;
    height: auto;
    margin-top: 4vw;
    font-family: "itc-avant-garde-gothic-pro", Bold;
}
.svg-sub-text{
    font-weight: 500;
    margin-top: 1vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
}
.andy-text{
    height: 15vh;
    align-items: center;
    justify-content: center;
    padding-right: 14vh;
}
.andy-text .text{
    font-size: 1vw;
}
.myth-line{
    width: 75%;
    margin-left: 8vh;
}
.myth-text{
    font-size: 2.8vh;
    font-family: "Avenir Next",Medium;
}
.can-protect{
    font-size: 1.6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.can-list{
    font-size: 1.6vw;
    line-height: 2.4vw;
    margin-bottom: 2vw;
    font-family: "Avenir Next",Medium;
    font-weight: 400;
    margin-top: 2vw;
}
.can-list li{
    margin-bottom: 1vw;
}
.modal-body-holder {
    background: #F7F7F7;
    height: 155px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 8% 0 8%;
}
.input-contanier .subscribe-corona-input-lp {
    padding: 3px 0 0 5%;
    font-size: 16px;
    line-height: 40px;
    color: #515151;
    background-color: #fff;
    border: 1px solid;
    font-weight: 300;
    width: 100%;
    height: 40px;
    border-radius: 39px;
    border-color: #06BBA0;
}
.input-contanier .subscribe-corona-input-lp::-webkit-input-placeholder,
.input-contanier .subscribe-corona-input-lp::-moz-placeholder,
.input-contanier .subscribe-corona-input-lp::-ms-input-placeholder {
    padding: 0 0 0 5%;
    color: #515151;
}
input:focus {
    border-radius: 39px;
    border-color: #06BBA0;
    outline-width: 0;
}
.button-contanier .subscribe-corona-btn-lp {
    border-radius: 39px;
    width: 90%;
    height: 40px;
    padding-top: 1px;
    font-size: 18px;
    cursor: pointer;
    float: right;
}
.text-contanier {
    padding: 0 0 25px 0;
}
.text-contanier .pop-up-header {
    color: #502E90;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.text-contanier .pop-up-subheader {
    color: #502E90;
    font-size: 15px;
    font-weight: 600;
}
.pop-up-contanier {
    padding: 15px 0 15px 0;
}
#common-modal-content {
    margin-top: 30%;
}
.corona-pop-up-img {
    height: 110px;
    position: absolute;
    left: 5%;
    margin-top: -14%;
}
#common-modal-dialog.modal-pop-up-width {
    width: 615px;
}
.insta-icon{
    font-size: 1.3vw;
}
.add, .remove {
    transition: all 0.7s cubic-bezier(0.45, 0.45, 0.45, 0.95);
}
/* Exam info data table start */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #E4E1EC;
    margin-bottom: 15px;
}
th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #E4E1EC;
}
th {
    background: #3B1876;
    color: #fff;
    font-size: 1.45vw;
    font-family: "itc-avant-garde-gothic-pro", Bold;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 2vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
td {
    color: #3B1876;
    font-size: 1.45vw;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: "Avenir Next",Medium;
    line-height: 2vw;
}
.plus-color {
    color: #FF6666;
    font-weight: 600;
}
.left-align {
    text-align: left;
}
tr:nth-child(odd){background-color: #fff}
tr:nth-child(even){background-color: #F7F7F7}
.content-class .covid-main-class .covid-content-class .text-icon-class .text-class.info-head {
    width: 100%;
    font-size: 1.3vw;
    line-height: 1.3;
    margin: .5vw 0 0 0;
}
.content-class .covid-main-class .covid-content-class .text-1.info-tnc {
    font-size: 1.2vw;
    line-height: 1.1;
}
.corona-header.info-header {
    height: 110px;
}
/* Exam info data table end */
/* IPad potrait */
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .content-class .covid-main-class {
        height: auto;
        padding: 0px 8vh;
    }
    .content-class .debunking-myth-class{
        height: auto;
        padding: 0 8vh;
    }
    .plr40{
        padding: 0 8vh;
    }
    .plr15 {
        padding: 0 4.5vh;
    }
    .corona-header .subscribe-button-class .subscribe-button {
        border-radius: 39px;
        width: 15.5vw;
        height: 3.7vh;
        font-size: 1.5vw;
    }
    .content-class .covid-main-class .covid-content-class .text-1 {
        font-size: 2.35vw;
        line-height: 3vw;
    }
    .fs-125 {
        font-size: 2.35vw;
    }
    .content-class .covid-main-class .covid-content-class .date-class {
        font-size: 1.6vw;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class {
        /*height: 8vw;*/
        padding: 15px 0;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class .text-class {
        font-size: 2.35vw;
        line-height: 3vw;
    }
    .content-class .latest-news{
        padding: 0 10vh;
    }
    .content-class .debunking-myth-class .text-class {
        font-size: 2vh;
    }
    .can-protect{
        font-size: 2.35vw;
    }
    .can-list{
        font-size: 2.35vw;
        line-height: 3vw;
    }
    .andy-text {
        padding-right: 13vh;
    }
    .andy-text .text {
        font-size: 1.6vw;
    }
    .content-class .covid-main-class .covid-content-class .covid-text {
        font-size: 2.35vw;
    }
    .content-class .covid-main-class .covid-content-class .text-border{
        width: 23vw;
    }
    .myth-text {
        font-size: 2vh;
    }
    .corona-header {
        background-size: 100% 120%;
        height: 40vh;
    }
    .corona-header .main-text {
        font-size: 2.4vw;
        font-weight: 600;
    }
    .corona-header .subscribe-text {
        font-size: 1.5vw;
        font-weight: 600;
        margin-top: 1vh;
        margin-bottom: 1vh;
        font-family: "Avenir Next",Medium;
    }
    .insta-icon{
        font-size: 2.2vw;
    }
    .svg-text {
        font-size: 1.9vh;
        height: auto;
        margin-top: 3vh;
        font-family: "itc-avant-garde-gothic-pro", Bold;
    }
    th {
        font-size: 2.35vw;
        line-height: 3vw;
    }
    td {
        font-size: 2.35vw;
        line-height: 3vw;
    }
}

@media only screen and (max-width : 767px) {
    .content-class .covid-main-class{
        height: auto;
        padding: 0 0;
    }
    .content-class .debunking-myth-class{
        height: auto;
        padding: 0 0;
    }
    .plr40{
        padding: 0 0;
    }
    .plr15{
        padding: 0 0;
    }
    .content-class .covid-main-class .covid-content-class .text-1 {
        font-size: 4vw;
        line-height: 6vw;
        font-family: "Avenir Next",Medium;
    }
    .corona-header .subscribe-button-class .subscribe-button {
        border-radius: 39px;
        width: 24.5vw;
        height: 3.9vh;
        font-size: 3.2vw;
        cursor: pointer;
    }
    .corona-header .main-text {
        font-size: 3.5vw;
    }
    .corona-header .subscribe-text {
        font-size: 3vw;
        margin: 1.7vh 0vh;
    }
    .corona-header {
        background-size: 100% 135%;
        height: auto;
        padding: 3vh 0px;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class .text-class {
        width: 85%;
        font-size: 4vw;
        line-height: 6vw;
        padding-left: 0;
    }
    .can-protect{
        font-size: 1.9vh;
        margin: 0;
    }
    .can-list{
        font-size: 4vw;
        line-height: 6vw;
        font-family: "Avenir Next",Medium;
    }
    .content-class .debunking-myth-class .text-class {
        font-size: 1.7vh;
        margin-top: 0.8vh;
    }
    .fs-125 {
        font-size: 4vw;
        line-height: 6vw;
    }
    .svg-text {
        font-size: 1.9vh;
        margin-top: 1vh;
        font-family: "itc-avant-garde-gothic-pro", Bold;
    }
    .andy-text {
        padding-right: 3vh;
    }
    .andy-text .text {
        font-size: 3vw;
    }
    .content-class .covid-main-class .covid-content-class .covid-text {
        font-size: 1.75vh;
        margin-top: 3.5vh;
    }
    .content-class .covid-main-class .covid-content-class .text-border {
        width: 40vw;
        margin-top: 0vh;
    }
    .content-class .covid-main-class .covid-content-class .date-class {
        font-size: 2.45vw;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class {
        padding: 20px 0;
    }
    .content-class .latest-news{
        padding: 0 1vh;
    }
    .myth-line{
        margin-left: 5vh;
    }
    .myth-text{
        font-size: 1.75vh;
    }
    .corona-wrapper #subscribe-mail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        box-shadow: none;
        line-height: 25px;
    }
    .corona-header .corona-wrapper {
        padding: 10px;
    }
    .modal-body-holder .text-contanier .pop-up-header {
        line-height: 4vh;
    }
    .modal-body-holder .input-contanier .subscribe-corona-input-lp {
        margin-top: 20%;
        margin-bottom: 5%;
    }
    .modal-body-holder .corona-pop-up-img {
        width: 80%;
        height: 100px;
    }
    .modal-body-holder {
        height: 280px;
        padding: 0 5% 0 5%;
    }
    .modal-body-holder .button-contanier .subscribe-corona-btn-lp {
        width: 100%;
    }
    #common-modal-dialog.modal-pop-up-width {
        width: 310px;
    }
    .insta-icon {
        font-size: 3.5vw;
    }
    th {
        font-size: 4vw;
        line-height: 6vw;
    }
    td {
        font-size: 4vw;
        line-height: 6vw;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class .text-class.info-head {
        font-size: 3.3vw;
        line-height: 1.5;
    }
    .content-class .covid-main-class .covid-content-class .text-1.info-tnc {
        font-size: 2.2vw;
        line-height: 1.35;
    }
    .corona-header.info-header {
        height: 50px;
        background-image: none;
    }
    .content-class .covid-main-class .covid-content-class .text-icon-class.text-icon-info-class {
        padding: 7px 0;
    }
}
