@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}
.bgColor{
    background-image: linear-gradient(180deg, #00e0be 0%, #039b84 74%);
}
.bg-color{
    background-color: #eefdfb;
}
.boxShadow{
    box-shadow: 0px 0px 10px #a2a2a2;
    padding: 10px 0px;
}
.pb{
    padding-bottom: 140px;
}
.pt{
    padding-top: 140px;
}
.ptext{
    color: #7A7A7A;
}
.spantext{
    color: #039b84;
}
a{
    text-decoration: none;
}
.form-dtails{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px -2px #000;
    margin:0% auto;
    overflow: hidden;
    position: relative;
    padding: 22px;
}
.sticky-nav {
    position: sticky;
    top: 0;
    right: 0;
    box-shadow: 0px -1px 11px #333;
    z-index: 9999;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: 0 0 0 0.25rem rgb(0 213 180 / 45%)!important;
}

/*********** NavBar ***********/
.menu-toggle{
    flex:0 0 auto;
    width:40px;
    height:40px;
    border:1px solid #fff;
    position:relative;
}
.menu-toggle:focus-within{
    box-shadow: 0px 0px 12px #000;
}
.menu,.cross{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.menu span{
    display:block;
    width:18px;
    height:2px;
    margin-bottom:3px;
    overflow:hidden;
    position:relative;
}
.menu span:last-child{
    margin:0;
}
.menu span:before,.menu span:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color: #fff;
    transform:translateX(-200%);
    transition:transform ease 300ms;
}
.menu span:after{
    transform:translateX(0);
}
.menu span:nth-child(2):before,.menu span:nth-child(2):after{
    transition-delay:75ms;
}
.menu span:last-child:before,.menu span:last-child:after{
    transition-delay:150ms;
}
.menu-toggle:hover .menu span:before{
    transform:translateX(0);
}
.menu-toggle:hover .menu span:after{
    transform:translateX(200%);
}
.menu-toggle.active .menu span:before{
    transform:translateX(100%);
}
.menu-toggle.active .menu span:after{
    transform:translateX(200%);
}
.cross span{
    display:block;
    width:18px;
    height:2px;
    background-color: #fff;
    transform:translateY(50%) rotate(45deg) scaleX(0);
    transition:transform ease 200ms;
}
.cross span:last-child{
    transform:translateY(-50%) rotate(-45deg) scaleX(0);
}
.menu-toggle.active .cross span{
    transition-delay:450ms;
    transform:translateY(50%) rotate(45deg) scaleX(1);
}
.menu-toggle.active .cross span:last-child{
    transform:translateY(-50%) rotate(-45deg) scaleX(1);
}
.navbar-light .navbar-toggler {
    color: rgb(1 219 186 / 60%);
}
.navbar-brand img{
    width: 130px;
}
.navbar-light .navbar-toggler{
    border: 1px solid #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    font-weight: 700;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff!important	;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
.navbar-nav .dropdown-menu{
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #039b84;
}
.learn-qr-dropdown-item{
    color: #ffffff;
}
.learn-qr-dropdown-item.active{
    background-color: #fff;
}
.learn-qr-dropdown-item:focus, .learn-qr-dropdown-item:hover{
    background-color: #FFF;
}
.get-qr-button {
    background-color: #fff;
    color: #039b84!important;
    margin-right: 8px;
    transition: all 0.5s ease;
}
.get-qr-button .fa-plus{
    transition: all 0.5s;
}
.get-qr-button:hover .fa-plus{
    transform: rotateZ(360deg);
}

/*********** Banner ***********/
.header h1{
    font-size: 66px;
    font-weight: 600;
    color: #039b84;
}
.header h4{
    font-size: 44px;
    font-weight: 500;
}
.header p{
    color: #a5a5a5;
    font-size: 20px;
    line-height: 34px;
}
.qr-btn-plus{
    margin-right: 8px;
    text-transform: capitalize;
    background-color: #039b84;
    color: #fff;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: all 0.5s; 
}
.qr-btn-plus:hover{
    color: #fff;
}
.qr-btn-plus .fa-plus{
    transition: all 0.5s;
}
.qr-btn-plus:hover .fa-plus{
    transform: rotateZ(360deg);
}

/***********Our Partner***********/

.main-heading h1 {
    font-weight: 600;
    font-size: 44px;
}
.single-logo{
    margin-right: 24px;
}
.owl-carousel .owl-item img{
    width: 120px!important;
}
.owl-dots {
    text-align: center;
    margin-top: 4%;
}
.cSpan{
    color: #014e21!important;
}
.fColor{
    font-weight: 700;
    color: #fff;
}
.heading span{
    color: #FFFF00;
    font-weight: 800;
}
.section-padding{
    padding: 14px 0px 36px 0px;
}
.section-padding{
    padding:60px 0;
}
.brand-carousel {
    background-color: #eefdfb!important;
}
.owl-dots {
    text-align: center;
    margin-top: 4%;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #000 !important;
}
.owl-stage{
    background-color: #eefdfb;
}
/*********** Why Choose ***********/
.img{
    position: relative;
}
.choose-img1 img{
    width: 60%;
    border: 10px solid #fff;
    border-radius: 14px;
    position: absolute;
    left: 36%;
    bottom: -16%;
}
.choose-img2 img{
    width: 75%;
    border: 10px solid #fff;
    border-radius: 14px;
}
.choose-img3 img{
    width: 42%;
    border: 10px solid #fff;
    border-radius: 14px;
    position: absolute;
    left: 4%;
    bottom: -22%;
}
.header span{
    font-weight: 600;
    margin-bottom: 10px;
}
.choose-list-item ul{
    list-style: none;
}
.choose-list-item ul li{
    color: #636363;
    margin-bottom: 12px;
}
.choose-list-item ul li:hover .fa-check{
    color: #01caab;
}

/***********Services***********/
.service{
    width: 100%;
    height: 360px;
    border: 2px solid #039b84;
    box-shadow: 0px 0 12px #a0a0a0;
}
.service .fa-hand-peace,
.service .fa-rupee-sign,
.service .fa-bell,
.service .fa-users,
.service .fa-heartbeat{
    color: #039b84;
    font-size: 3rem;
    margin: 1rem 0;
    transition: all 0.5s;
}
.service:hover .fa-hand-peace,
.service:hover .fa-rupee-sign,
.service:hover .fa-bell,
.service:hover .fa-users,
.service:hover .fa-heartbeat{
    transform: rotateY(360deg);
}
.service h4{
    font-size: 30px;
    color: #039b84;
    font-weight: 600;
    font-size: 1.3rem;
}
.service p{
    color: #6d6d6d;
}

/***********Counter***********/
.counter{
    color: #039b84;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #039b84;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #039b84;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.5s ease;
}
.counter:hover .counter-icon{ transform: rotateY(360deg); }
.counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-value{ 
    text-shadow: 2px 2px 0 #d1d8e0; 
}
.counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}


/***********How It Work? Section***********/
.service-box-center{
    margin: auto;
}
.service-content h4 {
    margin: 0;
    color: #232a34;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.service-content p{
    font-size: 13px;
    color: #828282
}
.services-box{
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dfe0e1;
    padding-top: 40px;
}
.services-box:hover{
    background: #f2f2f2;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.services-box:hover i{
    background: #027933;
    border-radius: 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.icon{
    padding: 0px;
    float: left;
    margin-right: 20px;
    padding-bottom:30px
}
.icon i{
    width: 70px;
    height: 70px;
    background: #027933;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 44px;
}
.service-content h4{
    font-size: 18px;
    font-weight: 900;
    height: 35px;
}

/***********Contact Section***********/

.contact-title{
    margin-bottom: 4%;
}
.contact .info {
    padding: 20px 40px;
    background: #9cfff0;
    color: #47536e;
    text-align: center;
    border: 1px solid #fff;
}
.contact .info i {
    font-size: 35px;
    color: #6cbd75;
    margin-bottom: 15px;
}
.contact .info h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact .info p {
    font-size: 15px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #04ad91!important;
    outline: 0;
    box-shadow:none!important;
}
.send-msg{
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #039b84!important;
    color: #039b84;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: all 0.5s;
}
.send-msg:hover{
    background-color: #049c85;
    color: #fff;
}

/***********FAQs Section***********/
.accordion-item{
    margin-bottom: 1rem;
    border: 1px solid #014e21;
    color: #014e21;
    border-radius: 5PX;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #014e21;
}
.accordion-item:first-of-type {
    margin-bottom: 1rem;
    border: 1px solid #014e21;
    color: #014e21;
    border-radius: 5PX;
}
.accordion-body p{
    color: #7d7d7d;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #014e21;
    box-shadow: none;
}
.fa-question-circle{
    margin-right: 8px;
    font-size: 18px;
    color: #03a9907d;
}
.accordion-button:focus{
    box-shadow: none;
}
.faqs-img img{
    width: 400px;
}

/***********Footer Section***********/

.round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);border: 1px solid;/*border: 1px solid #622657;*/}
.round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
.round-btn .icon {padding: 3px;}
.round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
.btn-facebook a {color: #3b5998;padding: 8px 13px;}
.btn-linkedin a {color: #007bb6;}
.btn-twitter a{color: #1c9deb;}
.btn-instagram a{color: #dd3f5c;}
.btn-whatsapp a{color: #155E54;}
.btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;margin-top: 3px;}
.standard-header .standard-social-links {margin-left: 1rem;}
.footer-logo img{
    width: 120px;
}
.footer {
    width: 100%;
    overflow: hidden;
}
.footer-wrap {
    padding-top: 43px;
    background-size: cover;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #fbfbfb;
    margin-top: 15px;
}
.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
.footer-wrap p a:hover {
    color: #ff7800;
}
.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #fbfbfb;
    transition: all 0.5s ease;
}
.footer-links .fa-long-arrow-alt-right{
    font-size: 20px;
    color: #fbfbfb;
    padding-top: 5px
}
.footer-links li a:hover {
    padding-left: 8px;
    font-weight: 600;
}
.footer-links-icon {
    padding-right: 6px;
    color: #ccc;
    transition: all 0.5s ease;
}
.address {
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}
.info a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}
.info a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}
.copyright {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #039b84;
}
.copyright span{
    font-weight: bold;
    font-size: 14px;
}
footer .second-class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first-class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first-class p, footer .first-class h3{
    margin: 0 0;
}
.newsletter-field{
    border: 1px solid #dedede;
    padding: 10px;
    background-color: #fff;
    color: #039b84;
}
.newsletter-border{
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important
}
footer .second-class-bdr{
    padding-top: 25px;
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}
footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}
footer .round-btn a {
    padding: 5px 12px;
    border: none;
    transition: all 0.5s;
}
footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;transition: all 0.5s ease;}

footer .round-btn {
    margin: 15px 4px;}

footer dl, ol, ul {
    padding-left: 5px;
}
footer li{
    list-style: none;
}
.standard-social-links li:hover{
    transform: translateY(-10px);
}
.footer-btn, 
.footer-btn:hover{
    width: 100%;
    font-size: 16px;
    border: 1px solid #ffffff!important;
    color: #fff;
    margin-top: 16px;
    padding: 10px 0px;
    transition: all 0.5s;
}
.footer-btn .fa-plus{
    transition: all 0.5s ease;
}
.footer-btn:hover .fa-plus{
    transform: rotateZ(360deg);
}

.mb{
    margin-bottom: 5rem;
}


/****************Sign In & Sign Up****************/
.register-logo img{
    width: 200px;
}
.form-border{
    border-right: 1px solid #a5a5a5;
}
.login-logo img{
    width: 180px;
}
.login-img img{
    width: 300px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.form-border{
    padding: 10px;
    border-right: 1px solid #a5a5a5;
}
.forms h1 {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    text-align: center;
}
.forms form { padding: 30px 30px 0px 30px; }
#signup { display: none; }
.forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.forms .tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.forms .tab-group li a {
    background: #fff;
    color: #444;
    border-bottom: 3px solid #01dfc1;
    display: block;
    padding: 15px;
    font-size: 18px;
    float: left;
    width: 50%;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.5s ease;
}
.forms .tab-group li a:hover {
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.forms .tab-group .active a {
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.forms .form-group {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 0;
    margin-bottom: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.forms input:focus {
    outline: 0;
    border-color: #04ad91;
}
.forms label {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
}
.form-button{
    width: 50%;
    margin-bottom: 2%;
    color: #fff!important;
    border: none!important;
    line-height: 2!important;
    border-radius: 5px;
    font-size: 18px!important;
    text-transform: capitalize;
    letter-spacing: 2px!important;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
}
.input-group-text{
    padding: 14px 14px!important;
    color: #fff!important;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    border-top-right-radius: unset!important;
    border-bottom-right-radius: unset!important;
}
.input-group>:not(:first-child):not(
.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}
.form-button:hover, .form-button:focus { background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);color: #fff; }
.form-button a:hover{ color: #fff; }
.text-p { text-align: right; }
.text-p a { color: #1383ea; }
.login-text{
    font-weight: bold;
}

/************ dashboard ***********/
.dash-nav{
    box-shadow: 0px 0px 8px #a5a5a5;
    margin-bottom: 100px;
    padding: 18px 0px;
}
.offcanvas-start{
    width: 300px!important;
    border: none!important;
    box-shadow: 5px -2px 6px #6f6f6f;
}
.offcanvas-body ul{
    padding-left:0px;
}
.offcanvas-body ul li{
    list-style: none;
    padding-left: 1rem!important;
    transition: all 0.5s ease;
    border-bottom: 1px solid #c7c7c7;
}
.offcanvas-body ul li a{
    color: #666;
}
.offcanvas-body ul li:hover {
    background-color: #f1f1f1;
}
.create-card-icon{
    margin-right: 6px;
    font-size: 18px;
    color: #000;
}
.icon-home{
    color: #3563d6;
}
.icon-info{
    color: #03a38b;
}
.icon-log{
    color: #f74949;
}
.create-card-menu{
    padding: 12px 15px;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
}
.create-card-menu:hover{
    color: #fff!important;
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.nav-logo img{
    width: 160px;
}
.nav-icon{
    border-right: 1px solid #a5a5a5;
}
.ambulance,
.heartbeat{
    font-size: 18px;
    padding: 10px 14px;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
}
.ambulance:hover,
.heartbeat:hover{
    color: #fff;
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.createCard-h3{
    color: #585858;
}
.create-card-medical-icon{
    border-right: 1px solid #a5a5a5;
}
.create-card-medical-icon a{
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
    padding: 12px 12px;
    border-radius: 9px;
    font-size: 16px;
    margin-right: 8px;
}
.create-card-medical-icon a:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.user-profile{
    display: flex;
}
.user-profile img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 5px;
}
.user-profile h3{
    color:#585858;
    margin: auto;
    font-size: 22px;
    margin-left: 8px;
    margin-right: 8px;
}
.logout{
    margin-left: 10px;
}
.logout a{
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
}
.logout a:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.icon-logout{
    color: #fff;
}
.create-card{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.down-icon{
    font-size: 26px;
    color: #14caae;
}
.dash-card-btn{
    width: 80%;
    margin-bottom: 5%;
    color: #fff!important;
    border: none!important;
    line-height: 2!important;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px!important;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
}
.dash-card-btn:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.dash-card-img img{
    width: 80px;
    height: 80px;
}
.card-head{
    padding: 6px;
    color: #fff;
    font-size: 18px;
    background-color: #01b398;
}
.card-content p{
    margin-bottom: 0px;
    font-size: 14px;
}
.card-box{
    border: 1px solid #7a7a7a;
    background-color: #e3fbf7;
    border-radius: 5px;
}
.head-button{
    color: #01b398;
    border: none;
    line-height: 2;
    border-radius: 5px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-color: #fff;
}
.card-complete{
    background-image: linear-gradient(315deg, #76ffea  0%, #ffffff 100%);
}
.card-incomplete{
    background-image: linear-gradient(315deg, #ff8f8f 0%, #ffffff 100%);
}
.table-td{
    color: #24c3a9;
    font-weight: 600
}
.table-td:hover{
    color: #1b9e89;
}
.table-head,
.table-head h4{
    text-align: center;
    padding: 3px 0px;
    font-size: 17px;
    color: #fff;
    background: #01b398;
    margin: 0;
}
.card-down-arrow .fa-chevron-circle-down,
.card-down-arrow .fa-chevron-circle-up{
    font-size: 24px;
    color: #02b096;
}
.scan-call-table{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.modal-button .fa-qrcode{
    font-size: 24px;
}
.modal-body-code{
    padding: 20px;
    border: 1px solid #1abfa5;
    width: 200px;
    margin: auto;
}
.close-btn{
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.close-btn:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.modal-body-code .fa-download{
    color: #03a98f;
    font-size: 22px;
}
.tab-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.tab-scrollbar::-webkit-scrollbar-track {
    background: #a5a5a5;
    border-radius: 5px;
}
.tab-scrollbar::-webkit-scrollbar-thumb {
    background: #01b398;
    border-radius: 5px;
}
.tab-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**************** Card Activation ****************/
.menu-card{
    width: 500px;
}
.menu-card-dropdown:active{
    background-color: #02b69b;
}
.card .fa-user-edit{
    color: #1eb7a0;
}
.card-body-text{
    border-bottom: 1px solid #000;
    width: 80%;
    margin: auto;
    margin-bottom: 26px;
}
.profile .fa-chevron-left{
    color: #000;
}  
.offcanvas-header img{
    width: 150px;
}


/**************** Plan Details ****************/
.plan-detail-span{
    font-weight: bold;
    color: #02c3a6;
}
.plan-detail-span i{
    padding-right: 14px;
}
.card-body li{
    padding-left: 32px;
}

/**************** Personal Details ****************/
.form-radio-button{
    display: flex;
}
.form-radio{
    display: flex;
    margin-left: auto;
}
.form-check-input:focus{
    background-color: #01d0b1!important; 
    box-shadow: 0 0 0 0.25rem rgb(1 193 164 / 19%)!important;
    border-color: #039b84!important;
}
.form-check-input:checked{
    background-color: #01d0b1!important; 
    box-shadow: 0 0 0 0.25rem rgb(1 193 164 / 19%)!important;
    border-color: #039b84!important;
}
.address-icon{
    padding: 34px 14px!important;
}
.personalDetail-btn{
    width: 40%;
    margin: auto;
    margin-bottom: 30px;
}


/**************** Medical Details ****************/
.form-select{
    padding: 10px!important;
    color: #828588!important;
}
.form-select:focus{
    border-color: #04ad91!important;
    outline: 0;
    box-shadow: none!important;
}
.form-select option{
    height: 10px;
}
.medical-heading a{
    color: #000;
}
.medical-heading a:hover{
    color: #000;
}

/**************** Emergency Contact ****************/

.contact-step {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.contact-step::before, .contact-step::after {
    content: '';
    flex: 1 1 auto; 
    border-bottom: solid 2px #a5a5a5;
}
.contact-step h2 {
    flex: 0 1 auto;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    border-radius: 50%;
    padding: 5px 14px;
    color: #fff;
    box-shadow: inset 0 0 5px #616161;
    margin: auto;
}
.form-select-relation  option:hover{
    background-color: #039b84;
}
/****************Profile Image****************/
.users-profile-img img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.profile-img{
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    border: 1px dashed #767575;
}
.profile-img input{
    width: 100%;
    position: absolute;
    font-size: 21px;
    opacity: 0;
    top: 0;
    left: 0;
}
.cardbtn i{
    font-size: 16px;
    margin-right: 8px;
}
.profile-image img{
    border-radius: 5px;
}
.profile-text p{
    font-size: 12px;
    font-weight: 600;
}
.modal-btn{
    padding: 6px 16px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #039b84;
    color: #000;
    transition: all 0.5s ease;
}
.modal-btn:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    border: 1px solid #039b84;
}
.modal-footer a{
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.modal-footer a:hover{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
}
.btn-close:focus{
    box-shadow: 0 0 0 0.25rem #01ccad40;
}

/****************Medical Card****************/
.card {margin: 0 auto;box-shadow: 0 0 10px -2px #000;}
.card-bg{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.medi-card{
    width: 400px;
}
.medical-heading{
    padding: 16px 0px 22px;
}
.medical-heading i{
    margin-top: 9px;
    margin-right: 12px;
    font-size: 18px;
}
.medical-heading h4{
    font-size: 20px;
    margin-top: 6px;
}
.form-button-medical{
    width: 20%;
    margin: 0 auto;
}
.card-span{
    font-weight: bold;
}

/****************Card Information****************/

#scancall { display: none; }
#callambulance { display: none; }
#medicalinfo { display: none; }

.card-information-span{
    font-weight: bold;
    color: #444444;
}
.card-information h1{
    color: #02c7a9!important;
}

/****************Card Profile****************/
.profile-bg{
    background-image: linear-gradient(-180deg, #fff 58%, #08ceb0  95%);
}
.user-profile-img img{
    width: 80px;
    border-radius: 50%;
}
.user-profile-title h4{
    font-size: 16px!important;
}
.user-profile-title h5{
    font-size: 14px!important;
}
.user-profile-title img{
    width: 2%;
    margin-right:6px;
    border-radius: 6px;
}

/****************Profile Information****************/
.p-text{
    font-size: 14px;
    color: #6b6b6b;
}
.profile-logo img{
    width: 180px;
}
/****************Information Menu****************/


/****************Near By Network Hospitals****************/
.near-hospital-head p{
    background-color: #00ceae;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/************************************
                ABOUT
************************************/

/****************** About Banner ******************/
.banner-heading h4{
    color: #a5a5a5;
    font-size: 28px;
}
.banner-heading h1{
    font-size: 70px;
}

/****************** About Second Banner ******************/
.about-second-banner{
    position: relative;
}
.about-life{
    background:url(../img/about-banner2.jpg);
    height: 400px;
    filter: brightness(0.7);
    background-size: cover;
    background-attachment: fixed;
}
.about-life-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffff;
    font-size: 2rem;
}
.about-life-content h1{
    font-size: 50px;
}

/****************** Hybrid Emergency Response ******************/

.hybrid-emergency-text h1{
    font-size: 46px;
    margin-bottom: 40px;
}
.hybrid-emergency-text p{
    font-size: 18px;
    margin-bottom: 42px;
}
.hybrid-emergency-text span{
    color: #039b84;
}

/****************** Our Mission Vision ******************/


.our-mission-image{
    position: relative;
}
.our-mission-image img{
    height: 500px;
    filter: brightness(0.8);
    object-fit: cover;
}
.mission-content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffff;
    font-size: 2rem;
    padding: 18px;
}
.mission-content h1{
    font-size: 46px;
}
.mission-content p{
    font-size: 24px;
}
.mission-content span {
    color: #039b84;
}

/****************** Our Core Values ******************/

.our-core-value h1{
    font-size: 44px;
}
.our-core-value span {
    color: #039b84;
}
.core-value{
    margin-right: 30px;
}
.core-value p{
    color: #a5a5a5;
}

/****************** Our Impact ******************/
.our-impact-counter{
    color: #039b84;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #039b84;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.our-impact-counter:before,
.our-impact-counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.our-impact-counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #039b84;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.our-impact-counter .our-impact-counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.5s ease;
}
.our-impact-counter:hover .our-impact-counter-icon{ transform: rotateY(360deg); }
.our-impact-counter .our-impact-counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.our-impact-counter:hover .our-impact-counter-value{ 
    text-shadow: 2px 2px 0 #d1d8e0; 
}
.our-impact-counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.our-impact-counter{
    width: 240px;
    height: 240px;
}
.our-impact-text span{
    color: #039b84;
}
.our-impact-text h1{
    font-size: 44px;
}

/****************** We are grateful to our First responders ******************/

.responder-image{
    background:url(../img/responders.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.responder-text{
    box-shadow: 0px 0px 10px #858585;
    background-image: linear-gradient(180deg, #00e0be 0%, #039b84 74%);
    padding: 46px 20px;
    color: #fff;
    border-radius: 35px;
}
.responder-font {
    position: relative;
    overflow:hidden;
}
.responder-font h1 {
    font-size: 22px;
    padding: 0.3em 0.8em;
    display: inline-block;
    position:relative;
}
.responder-font h1::before,
.responder-font h1::after {
    content: " ";
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0.6em;
    background:#fff;
}
.responder-font h1::after {
    left: calc(100% + 40px);
}
.responder-font h1::before {
    right: calc(100% + 40px);
}
/**************************************
                Pricing
***************************************/

/****************** Pricing ******************/

.pricing{
    padding-top: 80px;
    padding-bottom: 100px;
}
.pricing-header h1{
    color: #039b84;
    margin-bottom: 40px;
    font-size: 80px;
}
.pricing-list{
    width: 50%;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #9a9a9a;
}
.pricing .fa-rupee-sign{
    font-size: 18px;
}
.pricing-list .fa-check-circle{
    color: #01d4b496;
    font-size: 16px;
}
.pricing-list h3{
    font-size: 26px;
    font-weight: 600;
    color: #00927c;
}
.pricing-list p{
    font-size: 18px;
    color: #797979;
    padding-bottom: 18px;
}


/*------------------------------------
                Faqs
------------------------------------*/

/****************** Faqs ******************/

.faqs{
    width: 70%;
}
.faqs-header h1{
    color: #212529;
    margin-bottom: 40px;
    font-size: 65px;
}


/*------------------------------------
                Blog
------------------------------------*/

/****************** Register for Emergency Medical Services in India ******************/

.blog-banner{
    position: relative;
}
.blog-image img {
    border-radius: 5px;
    height: 500px;
    filter: brightness(0.4);
    object-fit: cover;
    box-shadow: 0px 0px 8px #000;
}
.blog-text{
    width: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    font-size: 2rem;
}
.blog-contents a{
    color: #212529
}
.blog-text h1{
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 80%  ;
    background-image: linear-gradient(180deg, #00e0be 0%, #039b84 74%);
    border-radius: 5px;
    font-size: 50px;
}
.care-menu a{
    font-size: 18px;
    color: #606469;
}
.care-menu a:hover{
    color: #039b84;
}
.blog-contents h1{
    font-size: 45px;
}

.blog-contents p{
    color: #666;
}
.blog-button{
    background-color: #039b84;
    color: #fff!important;
    transition: all 0.5s;
}
.blog-button .fa-plus{
    transition: all 0.5s;
}
.blog-button:hover{
    color: #fff;
}
.blog-button:hover .fa-plus {
    transform: rotateZ(360deg);
}

/****************** Pagination ******************/

.page-link{
    color: #02b79c;
}
.page-item.active .page-link{
    background-color: #02b79c;
    border-color: #02b79c;
}
.page-link:hover{
    color: #02b79c;
}

/*-----------------------------------------------------------
                Blog Details
-----------------------------------------------------------*/

/****************** Side Content head ******************/

.high-light a{
    color: #02c5a7;
    font-weight: 600;
}
.side-content a{
    color: #3a3a3a;
}
.side-content a:hover{
    color: #039b84;
}
.post-content span:hover{
    color: #039b84;
}
.blog-contents h5{
    font-weight: 700;
    color: #3a3a3a;
}
.blog-contents ul{
    padding-left: 20px;
}
.next-previous-btn{
    padding:150px 0px;
}
.previous-btn,
.next-btn{
    background-image: linear-gradient(180deg, #00e0be 0%, #039b84 74%);
    color: #fff!important;
    font-size: 20px;
    font-weight: 500;
}

.blog-detail-post{
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0 6px #3a3a3a;
    overflow: hidden;
}
.post-img{
    overflow: hidden;
}
.post-img img{
    transition: all 0.5s;
}
.blog-detail-post:hover .post-img img{
    transform: scale(1.1);
}
.blog-detail-post-content{
    padding-left: 16px;
    padding-right: 16px;
}
.post img{
    width: 130px;
}
.post-content span{
    color: #888888;
    font-weight: 500;
}
/*-----------------------------------------------------------
                        Learn Work
-----------------------------------------------------------*/

/****************** Banner ******************/
.work-header-content h1 {
    color: #212529;
    margin-bottom: 28px;
    font-size: 65px;
    font-weight: 600;
}
.work-header-content span {
    color: #039b84;
}
.work-header-content h3 {
    color: #7a7a7a;
}
.work-step{
    background-color: #cefff8;
    padding: 20px 0;
}
.work-steps-content span{
    color: #039b84;
    font-weight: 600;
}
.work-header-image img{
    width: 380px;
}
.list{
    font-size: 16px;
    padding-left: 18px;
}
#work-steps {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#work-steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background-image: linear-gradient(to top, #cefff8, #039b84, #cefff8);
}
.work-steps-block {
    position: relative;
    margin: 2em 0;
}

.work-steps-block:after {
    content: "";
    display: table;
    clear: both;
}

.work-steps-block:first-child {
    margin-top: 0;
}

.work-steps-block:last-child {
    margin-bottom: 0;
}
.work-steps-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.work-steps-img .fa-laptop-medical,
.work-steps-img .fa-qrcode {
    display: block;
    color: #fff;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.work-steps-img.work-step-picture {
    background: #01d7b6;
}
.work-steps-content {
    position: relative;
    border-right: 4px solid #039b84;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.work-steps-content:after {
    content: "";
    display: table;
    clear: both;
}

.work-steps-content h2 {
    color: #303e49;
    margin-bottom: 16px;
    font-size: 26px;
}

.work-steps-content p, .work-steps-content, .work-steps-content .work-title {
    font-size: 0.8125rem;
}

.work-steps-content , .work-steps-content .work-title {
    display: inline-block;
}

.work-steps-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.work-steps-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.work-steps-content .work-title {
    float: left;
    padding: 8px;
    opacity: .7;
}

.work-steps-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}


/****************** save life ******************/
.save-life{
    background:url(../img/learn-work-banner2.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.save-life-content{
    background-image: linear-gradient(180deg, #00e0be 0%, #039b84 74%);
    padding: 46px 20px;
    color: #fff;
    border-radius: 35px;
}
.save-life-font h1{
    font-size: 22px;
}


/*-----------------------------------------------------------
                        All Details Card
-----------------------------------------------------------*/

/****************** all details ******************/
.profile-data-img img{
    margin-right: -160px;
}
.all-datails-card{
    font-size: 14px;
}
.all-data-edit a{
    padding: 10px 10px;
    background-image: linear-gradient(315deg, #00e0be 0%, #039b84 74%);
    color: #fff;
    border-radius: 5px;
}
.all-data-edit:hover a{
    background-image: linear-gradient(-315deg, #00e0be 0%, #039b84 74%);
}
.all-data-edit:hover a{
    color: #fff;
}
.all-data{
    width: 595px;
    margin: auto;
}
.all-deatils-card-img img{
    width: 100px;
    height: 100px;
}
.all-details-number{
    margin-right: 22px;
}
.card-data{
    border: 1px solid #7a7a7a;
    background-color: #e3fbf7;
    border-radius: 5px;
    margin-right: 1rem;
}
.card-data h4{
    padding: 6px;
    color: #fff;
    font-size: 18px;
    background-color: #01b398
}
.card-data-content{
    padding: 0px 26px;
    margin-bottom: 50px;
}
.card-data .fa-user-edit{
    color: #fff;
}
.card-data-content h5{
    font-size: 18px;
    font-weight: 600;
    color: #00a98f;
}
.all-content{
    border: 1px solid #01b398;
    border-radius: 5px;
    padding: 14px;
}
.all-content-mr{
    margin-right: 1rem;
}
.all-content h6{
    font-weight: 600;
    border-bottom: 1px solid #01b398;
    padding: 0px 0px 16px 0px;
}
.card-data-content .fa-calendar-day,
.all-content .fa-user,
.all-content .fa-mobile-alt,
.all-content .fa-users{
    color: #01b398;
}
.all-content p{
    font-size: 15px;
}
.all-response{
    border: 1px solid #01b398;
    border-radius: 5px;
    padding: 0px 10px;
}

/*-----------------------------------------------------------
                        Medical Info
-----------------------------------------------------------*/

/****************** Medical Info Card ******************/
.medical-info-card{
    box-shadow: 0 0 10px -2px #000;
    margin-right: 20px;
    margin-bottom: 28px;
}
.medical-info-card .fa-chevron-circle-down,
.medical-info-card .fa-chevron-circle-up{
    font-size: 24px;
    color: #02b096;
}
.medical-info-img img{
    width: 100px;
    height: 100px;
}

/*-----------------------------------------------------------
                        why need qrlife care
-----------------------------------------------------------*/

/****************** banner ******************/
.choose-content span{
    color: #039b84;
}
.choose-content h1{
    font-size: 50px;
}

/****************** Importance of QRLifeCare ******************/
.imrotance-head h1{
    font-size: 50px;
}
.importance{
    height: 200px;
    border: 2px solid #039b84;
    box-shadow: 0px 0 5px #464646;
    margin-bottom: 30px;
}
.importance .fa-sad-tear,
.importance .fa-phone,
.importance .fa-hospital-alt,
.importance .fa-hand-holding-medical,
.importance .fa-hourglass-half,
.importance .fa-hand-peace,
.importance .fa-ambulance,
.importance .fa-running,
.importance .fa-rupee-sign,
.importance .fa-heartbeat{
    color: #039b84;
    font-size: 44px;
}

/****************** Who needs QRLifeCare ******************/
.need-head h1{
    font-size: 50px;
}
.need-content h3{
    font-size: 32px;
    padding: 20px 0px;
    border-bottom: 1px solid #02bea1;
}
.need-content ul{
    color: #a5a5a5;
}

.view-insurance-img img{
    width: 120px;
    height: 120px;
}

@media only screen and (max-width: 1200px){
    .dash-card-btn{
        font-size: 15px;
    }
    .dash-card-img img{
        width: 60px;
        height: 60px;
    }
    .service{
        height: 472px;
    }
    .counter{ 
        margin-bottom: 40px; 
        display: block;
    }
    .img{
        margin-bottom: 82px;
    }
    .core-value img{
        width: 340px;
    }
    .pricing-list{
        width: 100%;
    }
    .work-steps-content h2 {
        font-size: 26px;
    }

    .work-steps-content p {
        font-size: 1rem;
    }

    .work-steps-content .cd-read-more, .work-steps-content .work-title {
        font-size: 0.875rem;
    }
    .nav-logo img{
        margin-top: 16px;
    }
    .nav-menu{
        margin-top: 35px;
    }
    .blog-contents a{
        margin-left: 8px;
    }
    .our-impact-counter{
        width: 170px;
        height: 170px;
        margin-bottom: 40px;
    }
    .our-impact-counter .our-impact-counter-icon{
        font-size: 30px;
        margin: 0 0 2px;
    }
    .our-impact-counter .our-impact-counter-value{
        font-size: 20px;
        margin: 0px 0 5px;
    }
    .our-impact-counter h3{
        font-size: 10px;
    }
}
@media only screen and (min-width: 1170px) {
    .work-steps-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .work-steps-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .work-steps-content {
        float: left;
        box-shadow: 0px 0px 5px #000;
    }
    .work-steps-content .work-title {
        position: absolute;
        width: 106px;
        left: 122%;
        top: 6px;
        background-color: #039b84;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0 0 0 0.25rem rgb(0 213 180 / 84%)!important;
    }
    .work-steps-block:nth-child(even) .work-steps-content {
        float: right;
        border-left: 4px solid #049c85;
    }
    .work-steps-block:nth-child(even) .work-steps-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .work-steps-block:nth-child(even) .work-steps-content .cd-read-more {
        float: right;
    }
    .work-steps-block:nth-child(even) .work-steps-content .work-title {
        left: auto;
        right: 122%;
    }
    .cssanimations .work-steps-content.is-hidden {
        visibility: hidden;
    }
    .work-steps-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .work-steps-img {
        visibility: hidden;
    }
    .cssanimations .work-steps-img {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    #work-steps {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #work-steps::before {
        left: 50%;
        margin-left: -2px;
    }
    .work-steps-block {
        margin: 4em 0;
    }
    .work-steps-block:first-child {
        margin-top: 0;
    }
    .work-steps-block:last-child {
        margin-bottom: 0;
    }
    .nav-logo img{
        margin-top: 16px;
    }
}
@media only screen and (max-width: 1024px){
    .work-header-image{
        text-align: center;
    }
    .get-qr-button{
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .logout span{
        display: none;
    }
    .logout .fa-sign-out-alt{
        margin: auto;
    }
    .counter{
        height: 160px;
        width: 160px;
    }
    .counter .counter-icon{
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 5px;
    }
    .counter .counter-value{
        font-size: 20px;
        margin: 0 0 4px;
    }
    .counter h3{
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .login-img img{
        display: none;
    }
    .form-border{
        border:  none;
    }
    .logout span{
        display: none;
    }
    .dash-card-img img{
        width: 80px;
        height: 80px;
    }
    .form-dtails{
        width: 100%!important;
    }
    .form-button{
        width: 80%!important;
    }
    .forms-border{
        border: none;
    }
    .footer-wrap h3 {
        margin-top: 27px;
    }
    footer .round-btn {
        margin: 15px 4px;
    }
    .offcanvas-header img{
        width: 130px;
    }
    .post img{
        margin-right: 20px;
    }
    .blog-detail-post{
        margin-bottom: 50px;
    }
    .counter{
        height: 160px;
        width: 160px;
    }
    .counter .counter-icon{
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 5px;
    }
    .counter .counter-value{
        font-size: 20px;
        margin: 0 0 4px;
    }
    .counter h3{
        font-size: 12px;
    }
    .importance{
        height: 290px;
    }
    .service-content h4{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600px){
    .createcard-nav{
        width: 140px!important;
        margin-bottom: 5px;
    }
    .create-card-menu{
        margin-bottom: 5px;
    }
    .create-card-medical-icon {
        margin-bottom: 5px;
    }
    .user-profile h3{
        font-size: 18px;
    }
    .card-body{
        width: 100%!important;
    }
    .card{
        width: 100%!important;
        margin-top: 30px;
    }
    .forms .tab-group li a{
        font-size: 13px!important;
        padding: 6px;
    }
    .card-body p{
        font-size: 14px;
    }
    .user-profile-title img{
        width: 6%;
    }
    .user-profile-title h4,
    .user-profile-title h5{
        font-size: 12px!important;
    }
    .user-profile-img img{
        width: 50px;
    }
    .form-button{
        font-size: 14px!important;
    }
    .form-dtails{
        width: 100%!important;
    }
    .dropdown-item{
        font-size: 13px;
    }
    .tag-line{
        font-size: 13px;
    }
    .users-profile-img img{
        width: 120px!important;
        height: 120px;
    }
    .offcanvas-start{
        width: 278px!important;
    }
    .forms-border{
        border: none;
    }
    .service{
        height: 310px;
    }
    .faqs-header h1{
        font-size: 39px;
    }
    .work-header-content h1{
        font-size: 45px;
        text-align: center;
    }
    .work-header-content h3{
        font-size: 24px;
        text-align: center;
    }
    .banner-heading h4{
        font-size: 22px;
    }
    .banner-heading h1{
        font-size: 45px;
        text-align: center;
    }
    .why-should-img img{
        width: 260px;
    }
    .nav-logo img{
        width: 100px;
    }
    .ambulance, .heartbeat{
        font-size: 16px;
        padding: 6px 10px
    }
    .nav-menu {
        margin-top: 28px;
    }
    .offcanvas-body ul li a{
        font-size: 14px;
    }
    .importance{
        height: 200px;
    }
}
@media (max-width: 480px) {
    .user-profile h3{
        display: none;
    }
    .user-profile img{
        margin-right: 5px;
    }
    /*.form-button{
      width: 80%!important;
    }*/
    .form-control::placeholder{
        font-size: 14px;
    }
    .forms form{
        padding: 0;
    }
    .card-body li{
        font-size: 14px;
        padding-left: 20px;
    }
    .card-body {
        padding: 0.5rem;
        margin-top: 40px!important;
    }
    .card-head  h4,
    .head-button{
        font-size: 15px;
    }
    .dash-card-btn{
        font-size: 13px
    }
    .service{
        height: 420px;
    }
    .work-header-image img{
        width: 100%;
    }
}
@media only screen and (max-width: 425px){
    .nav-menu {
        margin-top: 18px;
    }
    .card-head  h4,
    .head-button{
        font-size: 13px;
    }
    .card-information h1{
        font-size: 18px;
    }
    .forms h1{
        font-size: 18px;
    }
    .importance{
        height: 200px;
    }
    .qr-btn-plus{
        margin-bottom: 20px;
    }
    .header h1{
        font-size: 50px;
    }
    .header h4{
        font-size: 36px;
    }
    .main-heading h1{
        font-size: 38px;
    }
    .faqs-img img{
        width: 100%;
    }
    .hybrid-emergency-text h1{
        font-size: 42px;
    }
    .pricing-header h1{
        margin-bottom: 18px;
        font-size: 65px;
    }
    .blog-text h1{
        font-size: 39px;
    }
}
@media(max-width:340px){
    .copyright {
        font-size: 13px;
    }
    .forms h1{
        font-size: 14px;
    }
    .importance{
        height: 200px;
    }
}

.blogDetails-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}


