@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family: Product Sans;
    overflow-x: hidden;
    height: 70vh;
}

header {
    background: #fff;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 2px solid #eee;
}
.progress-bar{
    background-color: #FBA68B !important;
}
.progress.mt-3 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border-radius: 0px;
    height: 20px !important;
}

.search {
    position: relative;
    /* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
    width: 70%;
}

.search input {
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    width: 80%;
    border-radius: 12px;
    padding: 10px 20px;
    background: #d6d4d4;
}


.search input:focus {

    box-shadow: none;
    border: 2px solid #BDC0FF;


}

.search .fa-search {

    position: absolute;
    top: 17px;
    left: 16px;

}

.search button {
    position: absolute;
    top: 0px;
    right: 5px;
    background: #7563F7;
    border: 2px solid #7563F7;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 8px 10px;

}

.search button:hover {
    background: #7563F7;
    border: 2px solid #7563F7;
}

.search button:hover img {
    mix-blend-mode: overlay;
}

.search button img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}
.banner-body-text img {
    width: 340px;
    height: 30px;
    object-fit: contain;
}

.filter-form h2 span {
    color: #7563f7;
}
.filter-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.filter-form {
    margin-top: 100px;
    margin-left: 60px;
}

.banner-img img {
    width: 100%;
    
    
}

.banner-img {
    position: relative;
    width: 100%;
}

.banner-body-text {
   margin-top: 120px;
}

.banner-body-text h4 {
    font-size: 30px;
}

.banner-body-text p {
    font-size: 20px;
    margin: 20px 0px;
}

.banner-body-text .button {
    background: #5225B4;
   
    
    padding: 10px 25px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 100px;
}

.banner-body-text .button {
    background: #5225B4;
    width: 70%;
    padding: 15px 55px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 100px;
    border: none;
    margin-top: 0px;
    border: 2px solid #5225B4;
}

img.mobile-onlyscreen {
    display: none;
    

}

.exitBuuton {
    color: #5b5b5b;
}

.backButton i {
    font-size: 25px;
    border: 2px solid #eee;
    padding: 2px 5px;
    border-radius: 12px;
    background: #5225b4;
    color: #fff;
}

.banner-body-text .button:hover {
    border: 2px solid #5225B4;
    color: #5225B4;
    background: transparent;
}
.notification-box {
    position: absolute;
    bottom: 75%;
    width: 480px;
    background: #1D2937;
    border-radius: 12px 12px 0px 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;

}
.notification-box .notification-message-header {
    padding: 15px 0px;
    cursor: pointer;
    text-align: center;
}
.notification-box.active{
    bottom: -260%;
}
.notification-message-box p{
    padding: 20px;
    text-align: center;
}
.notification-message-box  ul{
    padding: 0px;
}
.notification-message-box  ul li {
    padding: 15px 0px;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin-left: 0px;
}
button#closeButton {
    width: 100%;
    padding-bottom: 15px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;

}
div#q-box__buttons button {
    padding: 10px 80px;
    border: none;
    background: #5225B4;
    color: #fff;
    border-radius: 2px;
}
div#q-box__buttons button:focus{
    outline: none;
    border: none;
}
.notification-message-box ul li span {
    margin-left: 30px;
}
.form-check {
    display: block;
    flex-wrap: wrap;
    margin: auto;
}
.q-box__question {
    width: calc(100% / 3);
}
/* .question__label{
    margin: 15px;
} */
.center-box{
    margin: auto;
}
.q-box__question.center-box label span {
    padding: 10px 20px;
}

.q-box__question.center-box label img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-right: 2px solid #eee;
    padding: 10px 20px;
}
.q-box__question.center-box label span{
    padding: 10px 20px;
}
.q-box__question.center-box label{
    text-align: left;
    padding: 0;
}
.q-box__question.center-box label span.text-center {
    margin: 6px 0px;
    display: inline-block;
}
.question__input:checked+.question__label img {
    filter: invert(1);
    border-right: 2px solid #fff !important;
}
img.absolute-img {
    position: absolute;
    left: 12%;
    top: 53%;
    width: 200px;
}
.center-boxs{
    text-align: left;
    margin: inherit;
}
img.absolute-imgs {
    position: absolute;
    left: 12%;
    top: 43.8%;
    width: 200px;
}
label.form-check-label.question__label p {
    margin-bottom: 10px;
    text-align: center;
}
.center-box1 .question__label {
    line-height: 2.2;
    font-size: 14px;
    font-weight: 400;
}
/* .question__label{
    line-height: 40px;
} */

.containerss {
    background-color: white;
    color: black;
    border-radius: 12px;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%);
    margin: 20px 0;
  }
  
  .question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
  }
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
  }
  
  .question.active + .answercont {
  }
  
  .secountext-title{
    color: #5225B4;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .answer h5 {
    color: #5225b4;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0px;
}
.answer ul.list-borderbox li {
    list-style: none;
    font-size: 12px;
    background: #8870ff42;
    width: fit-content;
    margin-bottom: 10px;
    padding: 3px 20px;
    border-radius: 100px;
}
ul.list-of-popup li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}
ul.list-of-popup {
    margin-top: 10px;
    padding: 0;
}
.card-box {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
}
.card-box ul li{
    padding: 5px 0px;
}
.card-box ul{
    padding: 5px 0px;
}
.card-boxList p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}

.card-boxList img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.card-boxBody {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
ul.icon-list li i {
    font-size: 23px;
    margin-right: 5px;
}

ul.icon-list li {
    list-style: none;
    font-size: 14px;
    align-items: center;
    display: flex;
    font-weight: 300;
}
.question.active {
    background: #e0daff;
    border-radius: 12px 12px 0px 0px;
}
.container-box{
    height: 90vh;
    overflow: hidden;
}
div#q-box__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100px;
    align-items: center;
    justify-content: space-around;
    display: flex;
}
.radio-tile span img {
    padding: 10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-right: 2px solid #eeee;
}
/* .bg-box .step {
  background-color: #ffffff;
  background-image: url('img/1.png');
  background-attachment: fixed;
  background-size: cover;
} */
 .box-col{
    flex-direction: column;
 }
 
.bg-box .step h4 {
    color: #5225B4;
    text-align: center;
    margin-top: 85px;
}
.bg-box .step p{
    text-align: center;
    margin-bottom: 30px;
}
/* .tile:last-child{
    margin-bottom: 300px;
} */
label {
    display: block;
}
.radio-tile{
    margin: auto;
    margin-bottom: 15px;
}
.radio-tilsde{
    display: flex  !important;
}
.mb-box{
    margin-bottom: 145px !important;
    margin-top: 55px;
}
 #success h4{
    color: #5225B4;
    text-align: center;
    margin-top: 85px;
 }
 #success p{
    text-align: center;
    margin-bottom: 30px;
    
}
#success{
   
    display: block;
    margin: auto;
}
a.back-link {
    margin: auto;
    display: block;
    width: fit-content;
    text-align: center;
    background: #5225B4;
    padding: 20px 40px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.result-section.details-box{
   margin-bottom: 100px;
}
.card.tale-bg {
    background: #DAE7FF;
    border-radius: 12px;
    border: none;  
}

.card-people {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
.card-people img {
    width: 200px;
    height: 200px;
}
h3.details__symptoms-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}
.weather-info ul li {
    list-style: none;
    margin: 0;
    width: fit-content;
    background: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 13px;    
}
.weather-info ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.details__row.row {
    padding: 20px;
}
#success .tale-bg h5 {
    color: #5225B4;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tale-bg ol li::marker {
    
    font-family: monospace;
    font-size: 20px;
    color: #5f2dd4;
}
.tale-bg ol li{
    margin-bottom: 10px;
}
.height-boList{
    height: 510px;
}
.seeMore{
    font-size: 14px;
    color: #1D2937;
    margin-left: 6px;
}



audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 1px 1px 2px 0px #dae7ff;
-webkit-box-shadow: 1px 1px 2px 0px #dae7ff;
box-shadow: 1px 1px 2px 0px #dae7ff;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
background: #f1f3f4;
}
#success .tale-bg .modal-title {
    background: #17D49D;
    padding: 20px;
    font-size: 17px;
    border-radius: 12px 12px 0px 0px;
    color: #000;
}
.modal-body,
.modal.show .modal-dialog {
    padding: 0rem !important;
    background: #532667;
    border-radius: 12px;
    overflow: hidden;
    border: none;
}
.modal-content{
    background: #532667;
}
.cardContent {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.listCardContent.iconListCard ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    text-align: center;
    padding: 0;

}
.listCardContent.iconListCard ul li{
    width: calc(100% / 5);
}
.iconListCards h5.listofPrecautions{
    font-size: 13px !important;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.modal-footer {
    border-top: none;
    justify-content: center;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: #532667;
}
@media only screen and (max-width: 600px) {
    #success{
        padding: 20px;
    }
   
    .q-box__question {
        width: calc(100% / 1);
    }
    .notification-box{
        width: 370px;
    }
    .form-check .form-check-input{
        margin-left: 0;
    }
    #qbox-container{
        padding: 0px;
    }
    header {
        padding: 5px 20px;
        height: 70px;
        width: 100%;

    }

    header .logo img {
        width: 140px;
    }

    .search input {
        text-indent: 18px;
        border: 2px solid #d6d4d4;
        width: 80%;
        border-radius: 12px;
        padding: 11px 10px;
        background: #d6d4d4;
        font-size: 15px;
    }

    .search {
        position: relative;
        /* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
        width: 100%;
    }

    .search .fa-search {
        position: absolute;
        top: 17px;
        left: 7px;
    }

    .search button {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #7563f7;
        border: 2px solid #7563f7;
        color: #5b5b5b;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        border-radius: 12px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .search button img {
        width: 25px;
        height: 25px;
    }

    .filter-form h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .banner-body-text {
        margin-top: 0;
        position: absolute;
        z-index: 9999;
        bottom: 0;
        left: 0;
    }
    .banner-body-text-box {
        position: fixed;
        bottom: 0;
        left: 5%;
    }
    .banner-body-text img {
       display: none;
    }
    img.pc-onlyscreen {
        display: none;
    }

    img.mobile-onlyscreen {
        display: block;
        width: 100%;
    height: 100%;
    }

    .banner-img img {
        width: 100%;
    }

    .banner-body-text h4 {
        font-size: 28px;
        margin-left: 30px;
    }

    .banner-body-text p {
        font-size: 17px;
        margin: 5px 0px;
        margin-left: 30px;
    }

    .banner-body-text .button {
        background: #5225B4;
        width: 100%;
        padding: 10px 10px;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 100px;
        border: 2px solid #5225B4;
        margin-top: 20px;
        margin: 10px 30px;
    }

    .banner-body-text .button:hover {
        border: 2px solid #5225B4;
        color: #5225B4;
        background: transparent;
    }

    .filter-form {
        margin-top: 10px;
        margin-left: 0px;
    }
}



@media only screen and (min-width: 992px) {
    header {
        padding: 5px 20px;
        height: 70px;
    }

    header .logo img {
        width: 200px;
    }
}

.box-col .radio-label{
    margin-left: 0px !important;
}
.box-col .description{
    margin-bottom: 15px !important;
 }
 .box-col {
    flex-direction: column !important;
}