/* .input, .textarea, .select {
    background: #F1F1F1 !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: solid 4px #02ADD2 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: .25rem;
    padding-right: .25rem;
    height: calc(1.5em + 1.5rem + 2px) !important;
} */

.textarea {
    height: 130px !important;
    resize: none;
}

label {
    color: #FFA000;
    font-size: .9rem;
}
.i-icon {
    font-size: 1.5rem;
    line-height: 2.85rem !important;
    padding: 0 1rem;
    background-color: #FFA000;
    color: #fff;
    cursor: pointer;
}
.btn-primary {
    background-color: #02ADD2;
    color: #fff;
    border-radius: .5rem;
    border: none;
}
.btn-primary:hover {
    background-color: #02ADD2;
    border: none;
}
.card {
    border: solid 1px #02ADD2;
}
.card-header {
    background-color: #02ADD2 !important;
    color: #fff;
}
.table thead {
    background-color: #FFA000;
    color: #fff;
}
.normal-icon {
    font-size: 2rem;
    padding: .2rem;
    line-height: 2.6rem !important;
    cursor: pointer;
}

.caption {
    background-color: #02ADD2;
    color: #fff;
}
.caption p {
    margin: 0rem;
    line-height: 3rem;
    font-size: 1.2rem;
}
.table {
    margin-bottom: 0rem;
}
.my-table {
    border: solid 1px #02ADD2;
}
.hr {
    height: 2px;
    border-bottom: solid 2px #02ADD2;
    width: 95%;
    margin: auto;
}
.loading {
    position: fixed;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
.loading-block {
    margin: 15% auto;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}
.fab-btn {
    position: fixed;
    z-index: 9;
    font-size: 2rem;
    background-color: #02ADD2;
    color: #fff;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    cursor: pointer;
}
.fab-options-list {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}
.fab-icon {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    line-height: 3rem !important;
    text-align: center;
    margin: 0rem .5rem;
}
.fab-options-list {

}
.fab-option-item {
    text-align: right;
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
}
.right-bottom {
    right: 2rem;
    bottom: .5rem;
    max-height: 80%;
}
.alertBlock {
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 9999;
}
.component {
    min-height: 70vh;
}
.button {
    padding: .4rem 1.8rem;
    background: #02ADD2;
    color: #ffffff;
    border: none;
    border-radius: .5rem;
    font-size: 1rem;
}
.button-secondary {
    background-color: #BBBBBB;
}
.button-error {
    background-color: #ff0000;
}
.reg-sub-title {
    font-size: 1.5rem;
    padding-bottom: .7rem;
}

.additional-info-sub-block {
    min-height: 40vh;
}

.e-visible {
    display: block;
    margin-top: -.75rem;
}

.registration-process-blocks {
    display: flex;
    margin: .3rem auto;
    width: 80%;
}

.registration-process-block {
    width: 100%;
    text-align: center;
}

.main-s-icon {
    font-size: 3em;
    display: block !important;
    padding-top: 1rem;
}

.s-block {
    background: #b1eae3;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    overflow: hidden;
    margin: .1rem auto;
    color: #ffffff;
    cursor: pointer;
}

.a-block {
    background: #02ADD2;
}

.hide {
    display: none;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #000 !important;
}
*:disabled, *[readonly] {
    cursor: not-allowed;
}
.input-text {
    font-size: 1rem;
    padding: 0rem .5rem;
}
.nav-item {
    cursor: pointer;
}
.link {
    color: #02ADD2 !important;
    cursor: pointer;
}
.fixed-loading-block {
    position: fixed;
    z-index: 99999;
    top: 0rem;
    left: 0rem;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0rem;
    bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-svg {
    width: 250px;
    height: 250px;
}
.dropdown-menu {
    max-height: 20rem;
    overflow: auto;
}
.p-height {
    max-height: 60vh;
    overflow: auto;
}

/*
 *  STYLE 16
 */

::-webkit-scrollbar-track {
    background-color: rgba(253, 151, 0, 0.2);
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(253, 151, 0, 0.2);
} 
::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background-color: #54b5a8;
}

.mandatory {
    font-weight: bold ;
}

.mandatory-star {
    color: #ff0000 ;
}

.secondery-color {
    color: #02ADD2 ;
}
#printableArea {
    display: none;
    position: relative;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.printable {
    display: none;
}
.min-height {
    min-height: 25rem;
}

td, th {
    padding: .75rem .25rem !important;
}
.qr-code-img {
    width: 3cm;
}
.component {
    overflow-x: hidden;
    overflow-y: auto;
}
.icon-img img {
    max-width: 5rem;
}
/*------ Colors --------*/
.glucose {
    color: #E80909;
}
.bg-glucose {
    background-color: #E80909 !important;
}
.list-item.glucose {
    border: solid 1px #E80909;
}
.hba1c {
    color: #009688;
}
.bg-hba1c {
    background-color: #009688 !important;
}
.list-item.hba1c {
    border: solid 1px #009688;
}
.weight {
    color: #00BCD4;
}
.bg-weight {
    background-color: #00BCD4 !important;
}
.list-item.weight {
    border: solid 1px #00BCD4;
}
.bp {
    color: #3F51B5;
}
.bg-bp {
    background-color: #3F51B5 !important;
}
.list-item.bp {
    border: solid 1px #3F51B5;
}
.ketone {
    color: #9C27B0;
}
.bg-ketone {
    background-color: #9C27B0 !important;
}
.list-item.ketone {
    border: solid 1px #9C27B0;
}
.cholesterol {
    color: #FF9800;
}
.bg-cholesterol {
    background-color: #FF9800 !important;
}
.list-item.cholesterol {
    border: solid 1px #FF9800;
}
.profilePic img {
    max-width: 10rem;
    margin: 1rem auto 2rem;
}
/*-------  fix for medication details  ------*/
.component .modal-xl {
    width: 90% !important;
    max-width: 90%;
}
.medicine-dose {
    width: 2.5rem;
}
.medicine-route {
    width: 7rem;
}
.medicine-count {
    width: 3.5rem;
}
.no-of-days {
    width: 4rem;
}
.small-icon {
    font-size: 1.3rem;
    margin: .2rem;
    cursor: pointer;
}
.min-30 {
    min-width: 30rem;
}
.myPrintArea {
    position: fixed;
    top: 0rem;
    left: 0rem;
}
.letterHead {
    height: 4cm;
}
@media print {
    .non-printableArea { display: none !important; }
    #printableArea { display: block; }
    .printable {
        display: block;
    }
    .my-table {
        border: none !important;
    }
    label {
        color: #000;
    }
    .table thead {
        background-color: #fff;
        color: #000;
    }
    .col-xl-3 {
        width: 25% !important;
    }
    .col-xl-9 {
        width: 75% !important;
    }
    .table {
        border: solid 1px !important;
    }
    .table th {
        border-top: solid 1px #000 !important;
        color: #000 !important;
    }
    .table td, .table th {
        border-bottom: solid 1px #000 !important;
    }
    tfoot { display: table-footer-group !important; }
    .print-footer {
        position: fixed;
        bottom: 0cm;
        left: 1cm;
        right: 1cm;
    }
    table, .table {
        width: 100%;
    }
    .emptyPlace {
        height: 2cm;
    }
}

html{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

p{
font-size: 16px;
}

p.aboutwaf {
font-size: 14px;
font-weight: 500;
}

.navbar-brand {
margin-right: 0em;
}

h2{
margin-bottom: 1rem;
}

body{
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
} 

nav{
font-size: 14px;
font-weight: 500;
}


.navbar-light .navbar-nav .nav-link{
color: #666;

}

.navbar-light .navbar-nav .nav-link:hover{
color: #FFA000;
}

.navbar-light .navbar-nav .nav-link.active {
color:  #FFA000;
}


.jumbotron{
background-color: #ffffff;
margin-bottom: 0;
/* padding-bottom: 0; */
}

.jumbotron-heading{
font-weight: 700;
line-height: 36px;
color: #02ADD2;
}

.jumbotron-subheading{
color: #0c0909;
}



.btn-outline-danger{
color: #02ADD2;
border: 2px solid #02ADD2 !important;
background: transparent;
font-size: 14px;
font-weight: 600;
}

.btn-outline-danger:hover{
color: #ffffff;
background-color: #02ADD2;
border: 2px solid #02ADD2 !important;
font-size: 14px;
font-weight: 600;
}

.btn-danger {
color: #fff;
background-color: #02ADD2;
font-size: 14px;
font-weight: 500;
border: none
}

.btn-danger:hover {
color: #ffffff;
background-color: #FFA000;
border: none;
}

.btn-outline-danger:focus, .btn-outline-danger:active,
.btn-danger:focus, .btn-danger:active{
background-color: #02ADD2 !important;
color: #ffffff !important;
border: none !important;
box-shadow:none !important;

}




.btn-outline-primary:focus, .btn-outline-primary:active,
.btn-primary:focus, .btn-primary:active
{
background-color: #FFA000 !important;
color: #ffffff !important;
border: none;
box-shadow:none !important;
}

.img-fluid{
max-width: 100%;
height: auto;
}


/* Thin out the marketing headings */
.featurette-heading {
font-weight: 700;
line-height: 1.75rem;
color: #FFA000;
font-size: 16px;
}


.featurette-divider {
margin: 4rem 0;
/* Space out the Bootstrap <hr> more */
}

p.featurette-para{
color: #0c0909;
    font-size: 14px;
    font-weight: 500;
line-height: 24px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}

.marketing h4 {
font-weight: 700;
color:  #02ADD2;
line-height: 36px;

}

.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}


#cmc-video-wrap{
border-radius: 0.25rem;
/* transition: transform .4s; */
}

/* #cmc-video-wrap:hover {
-ms-transform: scale(1.015);

-webkit-transform: scale(1.015);

transform: scale(1.015);
} */


/* Modules */
.modules-wrap {
margin-bottom: 2rem;
}

.modules-heading {
font-weight: 700;
color: #fff;

}

.modules-subheading {
color: #fff;
font-weight: 400;
font-size: 17px;
}

.album.py-5.bg-red{
background-color: #e10600 !important;
}

.album.py-5.bg-dark {
background-color: #212121 !important;
}

/* .card-img-top {
height: 200px;
padding: 1rem;
border-bottom: 1px solid #eaeaea;
} */

h4.module-subtitle{
font-weight: 400;
color: #0c0909;

}

h6.module-title {
font-weight: 700;
color: #e10600;
}

p.card-text {
color: #0c0909;
}

p.contactinfo {
font-weight: 500;
}

/* features */
#features{
color: #0c0909
}

i#features-icons {
font-size: 2rem;
}


h6.feature-heading {
font-weight: 700;
}



.features-heading {
font-weight: 700 !important;
color: #02ADD2 !important;
line-height: 36px;

}

.features-subheading {
/* color: #0c0909;
font-weight: 500;
font-size: 16px; */

font-weight: 700;
line-height: 1.75rem;
color: #FFA000;
font-size: 16px;
}

p.feature-heading{
font-size: 14px;
font-weight: 500;
}


/* footer */
#footer-psa{
background: #f7f7f7;
}

small.d-block.text-muted{
font-weight: 600;
}

#submit-newsletter{
font-weight: 600;
}

.news-letter-heading{
color: #02ADD2;
font-size: 16px;
font-weight: 600;
}

.right-nav-wrap{
font-size: 1.5rem;
}

.social-media-icon1{
 color: #0c0909;
 font-size: 18px;
}

.social-media-icon2 {
color: #0c0909;
font-size: 18px;
}

.social-media-icon1:hover {
color: #e10600;
}

.social-media-icon2:hover {
color: #e10600;
}


.prefoot{
background-color: #e10600;
color: #fff;
}


/* industries */

.ind-img-top {
height: 100px;
padding: 1rem;
}

.ind-wrap{
color: #fff;
}

h6.ind-heading{
font-weight: 700;
}

.dropdown-toggle::after{
content: none !important;
}


p.waf-para {
font-size: 16px;  
color: #0c0909;
font-weight: 500;
letter-spacing: 0rem;
}



/* carousel */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
margin-bottom: 4rem;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 5rem;
z-index: 10;

}

/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
}

.carousel-item>img {
position: absolute;
right: 0;
height: 30rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* @media (min-width: 40em) {

.carousel-caption p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.featurette-heading {
  font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
  margin-top: 7rem;
}
} */


.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

a.carousel-control-prev,
a.carousel-control-next {
font-size: 30px;
color: darkgray;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
color: darkgray;
}

.carousel-control-prev:active,
.carousel-control-next:active {
color: darkgray;
}

.carousel-control-prev:visited,
.carousel-control-next:visited {
color: darkgray;
}


.carousel-control-prev:focus,
.carousel-control-next:focus {
color: darkgray;
}

.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;}


.count-text{
font-weight: 400;
color: #000000
}

h4.timer.count-title.count-number.mt-3{
font-weight: 500;
color: #000000;
}

#bg1{
color: #0c0909;
}

.main-header{
font-weight: 900;
color: #e10600;

}

.sub-header1{
color: #0c0909;
font-weight: 700;
font-size: 18px !important;
}

.sub-header2{
color: #0c0909;
font-weight: 400;
font-size: 16px !important;
}

#myCarousel{
cursor: pointer;
}


/* split screen */
@media (min-width: 768px) {
.h-md-100 {
  height: 50vh;
}
}

.btn-round {
border-radius: 30px;
}

.bg-indigo {
background: #FEE2B9;
}

.text-cyan {
color: #fff;
}

.loginarea {
color: #333;
font-weight: 500 !important;
}

.heading{
font-weight: 700;
color: #FFA000;
line-height: 1.5rem;
}
.primary-color {
color: #FFA000;
}
.ob-img {
max-width: 10rem;
margin: 1rem auto;
}

/* split screen */

/* .aboutwaf{
font-size: 14px;
color: #0c0909;
font-weight: 400; 
} */

/* .contactinfo{
color: #0c0909;
line-height: 24px;
font-weight: 500;
} */

.dlib{
background-color: #ffffff;
}

.navbar{
padding: 0rem 2rem;
}


#Services
{
margin:0;
padding: 4em 0;
background: #E7F5F4;
}

/* services animation */
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/*services animation end  */


h4.featurette-subheading {
font-size: 24px;
font-weight: 700;
color: #02ADD2;
line-height: 36px;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23009587' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23009587' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}
.carousel-indicators li {
background-color: #fd9701 !important;
}
.m-carousel-img {
max-height: 26rem;
}
.bottom-right {
position: fixed;
bottom: 1rem;
right: 1rem;
}
.reg-des-block {
height: 20rem;
}
#carouselTestimonials .carousel-item {
height: auto !important;
}
.testimony-body {
width: 80%;
padding: 70px;
background-color: #02add2;
border-radius: 10px;
font-size: 32px !important;
color: #fff;
font-weight: bold;
line-height: 40px;
}
.testimony-text p {
font-size: 32px;
line-height: 44px;
height: 300px;
}
.testimony-body:after {
content: url('../img/opinion-curve.svg');
position: absolute;
z-index: 1;
left: -8%;
bottom: 0;
transform: translateY(4px);
}
.testimony-author {
height: 200px;
text-align: center;
padding-top: 50px;
}
.testimony-author h6{
color: #202020;
  font-weight: bold;
  font-size: 28px;
}