@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 0.3125rem;
    height: 0.3125rem;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.375rem;
    background-color: #2c2c2c;
}

::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border: 0.0625rem solid transparent;
    background-clip: content-box;
}



body .fi{
    display: inline-flex;
}
body .m-0 {
    margin: 0 !important;
}

body .mt-0 {
    margin-top: 0 !important;
}

body .mr-0 {
    margin-right: 0 !important;
}

body .ml-0 {
    margin-left: 0 !important;
}

body .mb-0 {
    margin-bottom: 0 !important;
}

body .mt-1 {
    margin-top: 0.5rem !important;
}

body .mr-1 {
    margin-right: 0.5rem !important;
}

body .ml-1 {
    margin-left: 0.5rem !important;
}

body .mb-1 {
    margin-bottom: 0.5rem !important;
}

body .mt-2 {
    margin-top: 0.625rem !important;
}

body .mr-2 {
    margin-right: 0.625rem !important;
}

body .ml-2 {
    margin-left: 0.625rem !important;
}

body .mb-2 {
    margin-bottom: 0.625rem !important;
}

body .mt-3 {
    margin-top: 1rem !important;
}

body .mr-3 {
    margin-right: 1rem !important;
}

body .ml-3 {
    margin-left: 1rem !important;
}

body .mb-3 {
    margin-bottom: 1rem !important;
}

body .p-0 {
    padding: 0 !important;
}

body .pt-0 {
    padding-top: 0 !important;
}

body .pr-0 {
    padding-right: 0 !important;
}

body .pl-0 {
    padding-left: 0 !important;
}

body .pb-0 {
    padding-bottom: 0 !important;
}

body .pt-1 {
    padding-top: 0.5rem !important;
}

body .pr-1 {
    padding-right: 0.5rem !important;
}

body .pl-1 {
    padding-left: 0.5rem !important;
}

body .pb-1 {
    padding-bottom: 0.5rem !important;
}

body .pt-2 {
    padding-top: 0.625rem !important;
}

body .pr-2 {
    padding-right: 0.625rem !important;
}

body .pl-2 {
    padding-left: 0.625rem !important;
}

body .pb-2 {
    padding-bottom: 0.625rem !important;
}

body .pt-3 {
    padding-top: 1rem !important;
}

body .pr-3 {
    padding-right: 1rem !important;
}

body .pl-3 {
    padding-left: 1rem !important;
}

body .pb-3 {
    padding-bottom: 1rem !important;
}

body .weight-400 {
    font-weight: 400 !important;
}
body .weight-500 {
    font-weight: 500 !important;
}
body .weight-600 {
    font-weight: 600 !important;
}
body .weight-700 {
    font-weight: 700 !important;
}

body .line-through {
    text-decoration: line-through !important;
}
body .border-radius-10 {
    border-radius: 0.625rem !important;
}

body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}
body .padding-tb-40{
    padding: 40px 0;
}

body .font-12 {
    font-size: 0.75rem !important;
}
body .font-13 {
    font-size: 0.8125rem !important;
}
body .font-14 {
    font-size: 0.875rem !important;
}
body .font-15 {
    font-size: 0.9375rem !important;
}
body .font-16 {
    font-size: 1rem !important;
}
body .font-18 {
    font-size: 1.125rem !important;
}

body .blue-color {
    color: #02639E !important;
}
body .dark-blue-color {
    color: #084C75 !important;
}
body .red-color {
    color: #C72261 !important;
}
body .orange-color {
    color: #FBB900 !important;
}
body .black-color {
    color: #011E45 !important;
}
body .gray-color {
    color: #627792 !important;
}
body .white-color {
    color: #ffffff !important;
}
body .green-color {
    color: #17dda4  !important
}
body .action-title {
    color: #00adff !important
}
body .light-red-color {
    color: #ff7bad  !important;
}

body .light-blue-bg {
    background-color: #F0F9FF  !important;
}

body a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
body ul {
    list-style-type: none;
}
body img{
    max-width: 100%;
}


body h2{
    font-size: 36px;
    font-weight: 700;
    color: #011E45;
    margin-bottom: 20px;
    font-family: 'Noto Serif', serif; 
    line-height: 1.6;
}
body h3{
    font-size: 24px;
    font-weight: 600;
    color: #011E45;
    line-height: 1.6;
    font-family: 'Noto Serif', serif;
}
body h4{
    font-size: 22px;
    font-weight: 600;
    color: #011E45;
    margin-bottom: 20px; 
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}
body h5{
    font-size: 20px;
    font-weight: 500;
    color: #011E45;
    margin-bottom: 12px;  
    line-height: 1.6;
    font-family: 'Poppins', sans-serif; 
}

body .psg{
    font-size: 14px;
    color: #627792;  
    line-height: 24px; 
    font-weight: 500;
}

body .title-bottom-spacing{
    margin-bottom: 50px;
}


body .btn{
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
body .btn-primary {
    background-color: #133C68;
    color: #ffffff;

}
body .btn-primary i {
    position: relative;
    top: 2px;
    padding-left: 5px;

}
body .btn-primary:hover {
    color: #ffffff !important;
    background-color: #FBB900 !important;
}


body .btn-secondary {
	background-color: #d30d55;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body .btn-secondary:hover {
	background-color: #0165a0;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body .btn-secondary:focus {
	background-color: #0165a0;
	box-shadow: none;
	outline: none;
}



body .card-box{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
}

body .card-box-1{
    border-radius: 24px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.3s ease-in-out;
}
body .card-box-1 .card-img{
    border-radius: 50%;
    height: 180px;
    width: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #E9F7FF;
    border: 2px solid transparent;
}
body .card-box-1 .card-img img{
    width: 80px;
    display: inline-block;
}


body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #011E45;
    border-radius: 0;
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size: 2rem;
	color: #ffffff;
}
body .owl-theme .owl-dots button.owl-dot span {
	height: 6px;
    width: 50px;
    background-color: #CAEAFD;
    border-radius: 10px;
    margin: 0 5px;
}
body .owl-theme .owl-dots button.owl-dot.active span {
	background-color: #FBB900;
}

body .form-label,
body label {
    font-size: 13px;
    font-weight: 600;
    color: #22303c;
    margin-bottom: 3px !important;
}
body .form-control {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #011E45;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 10px 0px #CCD9E3;
}
body .form-control::placeholder {
	color: #878787;
}
body .form-control:hover {
	border-color: #142441;
    background-color: #ffffff;
}
body .form-control:focus {
	border-color: #142441;
    background-color: #ffffff;
}

body .countryCode-control{
    width: 80px;
    padding: 12px 10px;
    margin-right: 10px;
}
body .btn.form-btn{
    background-color: #133C68;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
}
body .btn.form-btn:hover{
    background-color: #2FAAD4;
    color: #ffffff;
}


body .form-floating {
	height: 50px;
	display: flex;
	align-items: flex-end;
}
body .form-floating .form-control {
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid gray;
	border-radius: 0;
	height: auto;
	box-shadow: none;
}
body .form-floating > label {
	top: 11px;
	font-size: 13px;
	color: #b8b8b8;
	padding: 10px 0;
}
body .form-floating > .form-control:focus ~ label,
body .form-floating > .form-control:not(:placeholder-shown) ~ label,
body .form-floating > .form-select ~ label {
	opacity: 1;
	color: #424242 ;
	transform: scale(.85) translateY(-1.2rem) translateX(0.15rem);
}
body .form-floating .countryCode-control {
	width: 60px;
}
body .form-floating .password-show-icon {
	top: 19px;
}

body .checkbox,
body .form-check-input {
	height: 22px;
	width: 22px;
	border: 2px solid #d0cee2;
	float: none !important;
	margin: 0 !important;
}
body .checkbox:checked {
	background-color: #ffffff;
	border-color: #bfbebe;
}
body .checkbox:focus,
body .form-check-input:focus {
	box-shadow: none;
}
body .checkbox:checked[type=checkbox] {
	background-size: 20px;
}
body .form-check-input:checked {
	background-color: #ffffff;
	border-color: #bfbebe;
}
body .form-check-input:checked[type=checkbox] {
	background-image: url('/cognoImg/icons/checkbox-mark.webp');
	background-size: 13px !important;
}
body .form-check-input:checked[type=radio] {
	background-color: #0165a0;
	border-color: #ffffff;
}








body  .header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
body .header-wrapper {
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
body .header-wrapper.active .header{
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.5s ease-in-out;
}

body header{
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: relative;
}

body header .navbar{
    padding: 10px 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
    padding: 0;
}
body header .navbar .navbar-brand img {
    width: 200px;
    margin-top: -20px;
}
body header .navbar .navbar-toggler{
    background-color: #013668;
    border-radius: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon{
    background-image: url('/cognoImg/icons/menu.webp');
    background-size: 25px;
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: #011E45;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
}
body header .navbar .navbar-nav .nav-item .nav-link i{
    font-size: 17px;
    padding-left: 2px;
    position: relative;
    top: 4px;
}
header .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .nav-link::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link.active{
    color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link.btn-header{
    color: #ffffff;
}
body header .navbar .navbar-nav .nav-item .nav-link.btn-header::before{
    display: none;
}
body header .language-dropdown .dropdown {
	background-color: #ffffff;
	border: 0;
}
body header .language-dropdown .dropdown a {
    display: block;
    color: #d40c55;
    border-radius: 5px;
    padding: 9px 15px;
    border-color: #d40c55 !important;
    font-size: 12px;
}
body header .language-dropdown .dropdown .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
	border-radius: 10px;
	border-color: #f6f7fb;
	padding: 14px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 4px 14px 0px rgb(0 0 0 / 15%);
	box-shadow: 2px 4px 14px 0px rgb(0 0 0 / 15%);
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}
body header .language-dropdown .dropdown .dropdown-menu::before {
	content: "";
	position: absolute;
	right: 18px;
	top: -10px;
	width: 0;
	height: 0;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	border-bottom: 0.625rem solid #ffffff;
}
body header .language-dropdown .dropdown .dropdown-menu a {
	border-bottom: 1px solid #ededed;
	padding: 5px 10px;
	font-size: 13px;
	border: 0;
	color: #484848;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}
body header .language-dropdown .dropdown .dropdown-menu a:hover {
	color: #d40c55;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

body .user-dropdown {
	position: relative;
}
body .user-dropdown .user-btn {
	padding: 10px 25px 10px 10px;
	font-size: 12px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #0165a0;
	text-align: left;
    margin-right:10px;
}
body .user-dropdown .dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 17px;
}
body .user-dropdown .dropdown-menu {
	right: -13px !important;
	left: auto !important;
	border-radius: 10px;
	border-color: #f6f7fb;
	padding: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	transition: all 0.3s ease-in-out;
	margin-top: 10px !important;
}
body .user-dropdown .dropdown-menu::before {
	content: "";
	position: absolute;
	right: 18px;
	top: -10px;
	width: 0;
	height: 0;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	border-bottom: 0.625rem solid #ffffff;
}
body .user-dropdown .dropdown-menu li a {
	border-bottom: 1px solid #ededed;
	padding: 5px 10px;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
}
body .user-dropdown .dropdown-menu li a i {
	color: #0165a0;
}
body .user-dropdown .dropdown-menu li a:hover {
	color: #0165a0;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body .quick-link-btn {
	padding: 10px 16px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #0165a0;
	border-radius: 5px;
	color: #0165a0;
	transition: all 0.3s ease-in-out;
}
body .quick-link-btn:hover {
	background-color: #0165a0;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}



body .banner-section{
    background-color: #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-top: 90px;
}
body .banner-section .banner-wrapper{
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 0;
}
body .banner-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 36px;
    color: #011E45;
    line-height: 60px;
    font-family: 'Noto Serif', serif;
}
body .banner-section .banner-radius-img-1 img{
    border-radius: 30px;
}
body .banner-section .owl-carousel.banner-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
    left: -35px;
}
body .banner-section .owl-carousel.banner-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 40%;
    right: -35px;
}

body .services-section-block .service-box h5{
    font-size: 16px;
}
body .services-section-block .owl-carousel.services-section .owl-nav button.owl-prev{
    position: absolute;
    top: 28%;
    left: -7px;
}
body .services-section-block .owl-carousel.services-section .owl-nav button.owl-next{
	position: absolute;
    top: 28%;
    right: -7px;
}


body .HealthTips-section .HealthTips-box{
    border: 2px solid transparent;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
body .HealthTips-section .HealthTips-box:hover{
    border-color: #FBB900;
    transition: all 0.3s ease-in-out;
}
body .HealthTips-section .owl-carousel.HealthTips-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -7px;
}
body .HealthTips-section .owl-carousel.HealthTips-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 50%;
    right: -7px;
}
body .healthTips-modal .modal-content .modal-header{
    padding: 8px;
}
body .healthTips-modal .modal-content .btn-close{
    position: absolute;
    top: -19px;
    right: -19px;
    background-color: #C72261;
    color: #ffffff;
    padding: 10px;
    background-image: url('../../portalImg/icons/cancel-white.webp');
}

body .home-blog-section .home-blog-box{
    border: 2px solid #d6dfeb;
    border-radius: 12px
}
body .home-blog-section .home-blog-box .blog-img img{
    border-radius: 8px;
}
body .home-blog-section .home-blog-box .list-icon img{
    width: 16px;
}
body .home-blog-section .home-blog-box p{
    font-size: 12px;
}
body .home-blog-section .home-blog-box h5{
    font-size: 15px;
    font-weight: 600;
}

body .labpartners-section{
    background-color: #EEF9FF;
}

body .FAQ-section{
    background-color: #ffffff;
}
body .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 0;
    border: 0;
    box-shadow: 2px 6px 20px 0px #D3DCE8;
}
body .accordion .accordion-item .accordion-header .accordion-button{
    font-size: 17px;
    font-weight: 500;
    color: #011E45;
    background-color: #ffffff;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}
body .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
body .accordion .accordion-item .accordion-header .accordion-button:hover{
    color: #C72261;
}
body .accordion .accordion-item .accordion-body{    
    font-size: 14px;
    font-weight: 500;
    color: #627792;
    line-height: 24px;
    padding: 30px;
}


body .contactForm-section{
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}
body .contactForm-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/cognoImg/map-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}
body .contactForm-section .form-box{
    padding: 30px;
    position: relative;
    z-index: 1;
}
body .contactForm-section .inquirie-box .inquirie-img{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    background-color: #02639E;
    border-radius: 5px;
}
body .contactForm-section .inquirie-box .inquirie-img i{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 6px;
}

body .contactForm-section .contactInfo-box{
    border-top: 1px solid #ACC9DB;
    padding-top: 30px;
    margin-top: 40px;
    list-style-type: circle;
    padding-left: 20px;
}
body .contactForm-section .contactInfo-box li{
    color: #011E45;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}





body .footer-section{
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 100px;
}
body .footer-section::before{
    content: "";
    position: absolute;
    top: -170px;
    left: 0;
    background-image: url('/cognoImg/footer-bg-shape1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 180px;
    width: 100%;
    z-index: 1;
}
body .footer-section .footer-logo{
    width: 90%;
}
body .Registration-box{
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
}

body .footer-section .footer-info h5{
    color: #011E45;
    margin-bottom: 10px;
    font-weight: 400;
}
body .footer-section .footer-info ul li a{
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: #011E45 !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li a:hover{
    color: #21b0d9 !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info a.btn-demo{
    padding: 10px 16px;
    font-size: 15px;
    background-color: #ffffff;
    color: #07203b;
}
body .footer-section .footer-info a.btn-demo:hover{
    background-color: #21b0d9;
    color: #ffffff;
}
body .footer-section .footer-info ul.footer-social-info  li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
}
body .footer-section .footer-info ul.footer-social-info li a img{
    width: 40px;
}
body .footer-section .footer-info .Blog-box{
    display: block;
}
body .footer-section .footer-info .Blog-box .Blog-img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
}
body .footer-section .footer-info .Blog-box .Blog-img img{
    width: 100%;
}
body .footer-section .footer-info .Blog-box .Blog-info h6{
    color: #011E45;
    font-weight: 500;
    font-size: 16px;
}
body .footer-bottom{
    background-color: #e0f3ff;
    padding: 20px 0;
}
body .footer-bottom p{
    font-size: 13px;
    color: #011E45;
    margin-bottom: 0;
    font-weight: 500;
}

body .scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }


/* body .ProblemSolution-section .Problem-box{
    padding: 30px;
    border-radius: 40px;
    border: 2px solid #C72261;
}
body .ProblemSolution-section .Problem-box img{
    height: 225px;
}
body .ProblemSolution-section .Solution-box{
    padding: 30px;
    border-radius: 40px;
    border: 2px solid #00F1B7;
}
body .ProblemSolution-section .Solution-box img{
    height: 225px;
}
body .ProblemSolution-section .Problem-box .card-img,
body .ProblemSolution-section .Solution-box .card-img{
    margin-top: -100px;
}

body .Industry-section{
    background-color: #EEF9FF;
}
body .Industry-section .Industry-box{
    box-shadow: 2px 10px 30px 0px #D1DBEE;
    min-height: 490px;
    transition: all 0.3s ease-in-out;
}
body .Industry-section .Industry-box .card-img img{
    width: 120px;
    transition: all 0.3s ease-in-out;
}
body .Industry-section .Industry-box .card-info{
    text-align: center;
}
body .Industry-section .Industry-box h4{
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}
body .Industry-section .Industry-box:hover{
    background-color: #084C75;
}
body .Industry-section .Industry-box:hover h4,
body .Industry-section .Industry-box:hover p{
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .Industry-section .Industry-box:hover .card-img{
    border-color: #ffffff;
    box-shadow: 2px 8px 20px 0px #051b43;
    transition: all 0.3s ease-in-out;
}

body .Industry-section .Industry-carousel .owl-stage-outer{
    padding: 40px 0;
}
body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: -65px;
    right: 95px;
}
body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-next{
	position: absolute;
    top: -65px;
    right: 30px;
}


body .benefit-section .benefit-box{
    padding: 10px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}
body .benefit-section .benefit-box .benefit-img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #DBE9FF;
    border-radius: 10px;
}
body .benefit-section .benefit-box .benefit-img img{
    width: 40px;
}
body .benefit-section .benefit-box .benefit-img.color-1{
    background-color: #DBE9FF;
}
body .benefit-section .benefit-box .benefit-img.color-2{
    background-color: #FCD6FF;
}
body .benefit-section .benefit-box .benefit-img.color-3{
    background-color: #CDF0FF;
}
body .benefit-section .benefit-box .benefit-img.color-4{
    background-color: #CCFFE0;
}
body .benefit-section .benefit-box .benefit-img.color-5{
    background-color: #FFF2DD;
}
body .benefit-section .benefit-box .benefit-img.color-6{
    background-color: #d9f5ff;
}

body .benefit-section .benefit-box .card-info h5{
    font-size: 18px;
}
body .benefit-section .benefit-box:hover{
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
}

body .benefit-section1{
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}
body .benefit-section1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/cognoImg/benifit-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}
body .benefit-section1-wrapper{
    padding: 40px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}
body .benefit-section1 .benefit-box1{
    padding: 80px 50px;
    text-align: center;
    width: 100%;
}
body .benefit-section1 .benefit-box1 .benefit-img img{
    width: 80px;
    margin-bottom: 20px;
}
body .benefit-section1 .benefit-box1.color-1{
    background-color: #FFF7E1;
}
body .benefit-section1 .benefit-box1.color-2{
    background-color: #FFE8DB;
}
body .benefit-section1 .benefit-box1.color-3{
    background-color: #DFF4FF;
}
body .benefit-section1 .benefit-box1.color-4{
    background-color: #dde8ff;
}


body .whyChoose-section{
    background-color: #ffffff;
}
body .whyChoose-section .whyChoose-box{
    background-color: transparent;
    box-shadow: none;
    padding: 36px;
}
body .whyChoose-section .whyChoose-box .card-img{
    height: 100px;
    width: 100px;
    line-height: 100px;
}
body .whyChoose-section .whyChoose-box .card-img img{
    width: 50px;
}
body .whyChoose-section .whyChoose-box:hover{
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}
body .whyChoose-section .whyChoose-box .card-info h4{
    font-size: 20px;
}
body .whyChoose-section .whyChoose-box:hover .card-img{
    border-color: #02639E;  
    transition: all 0.3s ease-in-out;           
}

body .statistics-section{
    background-color: #F0F9FF;
}
body .statistics-section .statistics-box{
    border-radius: 20px;
    text-align: center;
    margin-bottom: 24px;
    padding: 30px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 10px 20px 0px #D1DBEE;
}
body .statistics-section .statistics-box .card-img img{
    width: 70px;
    display: inline-block;
}
body .statistics-section .statistics-box:hover{
    border-color: #02639E;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
}
body .statistics-section .statistics-carousel .owl-stage-outer{
    padding-top: 80px;
}
body .statistics-section .owl-carousel.statistics-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0px;
    right: 95px;
}
body .statistics-section .owl-carousel.statistics-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 0;
    right: 30px;
} */


  
/* ---------------- sub banner css ------------------*/


body .sub-banner-section{
    padding-top: 90px;
    padding-bottom: 40px;
}
body .sub-banner-section .banner-wrapper{
    background-color: #e4f1ff;
    padding: 40px;
    border-radius: 32px;
}
body .sub-banner-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 36px;
    color: #011E45;
    line-height: 58px;
    font-family: 'Noto Serif', serif;
}

body .E-Pharmacy-section{
    background-color: #F0F9FF;
}

body .Telemedicine-section .Telemedicine-box{
    padding: 80px 50px;
    text-align: center;
    width: 100%;
}
body .Telemedicine-section .Telemedicine-box .card-img img{
    width: 80px;
    margin-bottom: 20px;
}
body .Telemedicine-section .Telemedicine-box.color-1{
    background-color: #FFF7E1;
}
body .Telemedicine-section .Telemedicine-box.color-2{
    background-color: #FFE8DB;
}
body .Telemedicine-section .Telemedicine-box.color-3{
    background-color: #DFF4FF;
}

body .about-section{
    padding-top: 80px;
    padding-bottom: 200px;
}

body .JoinUs-section{
    margin-top: -150px;
    padding-bottom: 100px;
}
body .JoinUs-section .JoinUs-box{
    background-color: #084C75;
    padding: 40px;
    background-image: url('/cognoImg/about-joinUs-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body .blog-section .blog-box{
    padding: 30px;
}
body .blog-section .blog-box .blog-img img{
    margin-bottom: 30px;
}
body .blog-section .blog-box .blog-img a{
    display: block;
}

body .blog-overlay{
    position: relative;
}
body .blog-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #07203a78;
}
body .blog-overlay .banner-info{
    position: relative;
    z-index: 1;
}
body .blog-1{
    background-image: url('/cognoImg/blogs/blogs2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 400px;
}
body .blog-2{
    background-image: url('/cognoImg/blogs/blogs3.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 400px;
}

body .blog-4{
    background-image: url('/cognoImg/blogs/blog-4.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 400px;
}

body .blog-5{
    background-image: url('/cognoImg/blogs/blog-5.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 400px;
}

body .languageTab .nav-item .nav-link{
    background-color: #dee8f2;
    font-size: 14px;
    font-weight: 500;
    color: #011E45;
    padding: 10px 20px;
    min-width: 90px;
    transition: all 0.3s ease-in-out;
}
body .languageTab .nav-item .nav-link:hover{
    color: #fff;
    background-color: #ffba0b;
    transition: all 0.3s ease-in-out;
}
body .languageTab .nav-item .nav-link.active{
    color: #fff;
    background-color: #133c68;
    transition: all 0.3s ease-in-out;
}
body .clients-section{
    background-color: #d5eaf6;
}


body .blog4-details-section .listul{
	margin:0;
	
}

body .blog4-details-section .listul li{
    font-size: 14px;
    color: #627792;
    line-height: 24px;
    font-weight: 500;
	list-style: disc;
}

body .blog4-details-section .listol li{
    font-size: 14px;
    color: #627792;
    line-height: 24px;
    font-weight: 500;
}









body .login-modal .modal-dialog {
	max-width: 950px;
}
body .login-modal .modal-dialog .modal-content {
	background-image: none;
	background-color: #f9f8ff;
	border-radius: 10px;
	position: relative;
	overflow: inherit;
	padding: 0;
}
body .login-modal .btn-close {
	background-image: url('../../img/cogno-img/cancel.webp');
	padding: 8px;
	opacity: 1;
	border-radius: 50%;
	z-index: 1;
	border: 2px solid #e0e0e0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index:999;
}
body .login-modal .btn-close:hover {
	background-color: #c70e48;
	border-color: #c70e48;
	opacity: 1;
	background-image: url('../../img/download-svg.webp');
	transition: all 0.3s ease-in-out;
}
body .login-modal .modal-dialog .modal-content .modal-header {
	padding:0;
	padding-bottom: 16px;
	display: none;
}
body .login-modal .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 24px;
	color: #0165a0;
}
body .login-modal .modal-dialog .modal-content .modal-body {
	width: 100%;
	border-radius: 10px;
	padding: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	transition: all 0.3s ease-in-out;
}
body .login-registration-box {
	padding: 50px;
}
body .login-registration-box .loginRegistrationTitle {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 16px;
}
body .login-registration-box .loginRegistrationSubTitle {
	font-size: 13px;
	color: #808080;
}
body .login-registration-box .pop-login-btn {
	border-radius: 5px;
	min-width: 100px;
}
body .login-registration-box .form-info {
	padding: 10px;
	background-color: #e9f7ff;
	border-radius: 7px;
}
body .login-registration-box .form-info p{
	font-size: 12px;
}
body .login-registration-box .other-info .link-title {
	color: #07abd0;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
}
body .login-registration-box .password-info-box {
	padding: 10px;
	background-color: #f1f9ff;
	border-radius: 10px;
}
body .login-registration-box .password-info-box p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #140b5e;
}
body .login-registration-box .password-info-box ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
	margin-bottom: 0;
}
body .login-registration-box .password-info-box ul li {
	font-size: 12px;
	width: 50%;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
}
body .login-registration-box .password-info-box ul li i {
	font-size: 8px;
	margin-right: 3px;
}
body .login-registration-box .password-info-box ul li.sucess-color {
	color: #55c595;
	font-weight: 500;
}
body .login-registration-box .password-info-box ul li.error-color {
	color: #d40c55;
	font-weight: 500;
}
body .login-registration-box .password-info-box.Forgot-password-info-box ul li {
	font-size: 9px;
}

body .Login-tab {
	padding: 0 30px;
}
body .Login-tab .nav-pills {
	position: relative;
}
body .Login-tab .nav-pills:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 100%;
	background-color: #e8e8e8;
}
body .Login-tab .nav-pills .nav-item {
	padding: 0;
	width: 100%;
	position: relative;
}
body .Login-tab .nav-pills .nav-item .nav-link {
	background-color: transparent;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border-radius: 10px 10px 0 0;
	padding: 10px 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}
body .Login-tab .nav-pills .nav-item .nav-link:hover {
	background-color: #ffffff;
	color: #d40c55;
	border-color: #d40c55;
	transition: all 0.3s ease-in-out;
}
body .Login-tab .nav-pills .nav-item .nav-link.active {
	background-color: #ffffff;
	color: #0165a0;
	border-color: #0165a0;
	transition: all 0.3s ease-in-out;
}
body .Login-tab .tab-content {
	width: 100%;
	padding-top: 25px;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	min-height: 200px;
}

body .login-registration-box .login-radio-btn {
	border: 1px solid #bababa;
	border-radius: 5px;
}
body .login-registration-box .login-radio-btn .btn-check:focus {
	box-shadow: none;
	outline: none;
}
body .login-registration-box .login-radio-btn .btn-radio-check {
	margin-bottom: 0;
	padding: 8px 24px;
	font-size: 13px;
	border-radius: 3px;
    margin: 0 !important;
}
body .login-registration-box .login-radio-btn .btn-radio-check img {
	margin-right: 5px;
	width: 15px;
}
body .login-registration-box .login-radio-btn .btn-radio-check.custom-width img {
	width: 26px;
}

body .login-registration-box .login-radio-btn .btn-radio-check:focus {
	outline: none;
	box-shadow: none;
	background-color: #4cd7f6;
	border-color: #4cd7f6;
}
	body .login-registration-box .login-radio-btn .btn-radio-check:hover {
		color: #d40c55;
		background-color: #ffffff;
		border-color: #ffffff00 !important;
		outline: none;
		-webkit-box-shadow: 2px 4px 14px 0px #00000026;
		box-shadow: 2px 4px 14px 0px #00000026;
		transition: all 0.3s ease-in-out;
		transform: scale(1.2);
	}
body .login-registration-box .login-radio-btn .btn-check:checked + .btn-outline-primary,
body .login-registration-box .login-radio-btn .btn-outline-primary.active {
	background-color: #03659e;
	border-color: #03659e;
	color: #ffffff;
	box-shadow: none;
	outline: none;
}
body .login-registration-box .login-radio-btn .btn-check:checked + .btn-outline-primary:hover {
	color: #2c2c2c;
}

body .Terms-Condition-Modal {
	z-index: 99999 !important;
}
body .termCondition-checkbox {
	padding: 14px;
	border-radius: 5px;
	background-color: #eef6ff;
}
body .Terms-Condition-Modal .Registration-terms-box p {
	font-size: 14px;
}
body .Terms-Condition-Modal .Registration-terms-box ol,
body .Terms-Condition-Modal .Registration-terms-box ul {
	font-size: 12px;
}
body .Terms-Condition-Modal .Registration-terms-box ul {
	list-style-type: disc;
}
body .Terms-Condition-Modal .Registration-terms-box h3 {
	font-size: 18px;
}
body .Terms-Condition-Modal .Registration-terms-box h2 {
	font-size: 18px;
}
body .Terms-Condition-Modal  .lower-roman-list {
	list-style-type: lower-roman;
}

body .Terms-Condition-Modal  .square-list {
	list-style-type: square;
}
body .login-registration-box .select-Type-box {
	text-align: center;
	padding: 20px;
	border: 2px solid #dcdcdc;
	cursor: pointer;
}
body .login-registration-box .select-Type-box img {
	width: 70px;
}
body .login-registration-box .select-Type-box p {
	font-size: 14px; /*18px;*/
	font-weight: 500;
	color: #0165a0;
	margin-top: 10px;
	margin-bottom: 0;
}
body .login-registration-box .select-Type-box:hover {
	border-color: #0165a0;
	background-color: #eaf7ff;
}



/* ------------------------- common css ---------------------------- */

body .cart-btn {
	position: fixed;
	top: 35%;
	right: 0;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px 0 0 10px;
	border: 2px solid #0165a0;
	border-right: 0;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	z-index: 3;
}
.cart-btn .cart-icon {
	font-size: 32px;
	color: #0165a0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
body .cart-btn:focus {
	box-shadow: none;
	outline: none;
}
body .cart-btn:hover {
	background-color: #0165a0;
	border-color: #0165a0;
	transition: all 0.3s ease-in-out;
}
body .cart-btn:hover .cart-icon {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body .cart-btn:hover .badge {
	background-color: #c92261;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
.cart-btn .badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: #c92261;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 6px;
}


body .checkbox,
body .form-check-input {
	height: 22px;
	width: 22px;
	border: 2px solid #d0cee2;
	float: none !important;
	margin: 0 !important;
}
body .checkbox:checked {
	background-color: #ffffff;
	border-color: #bfbebe;
}
body .checkbox:focus,
body .form-check-input:focus {
	box-shadow: none;
}
body .checkbox:checked[type=checkbox] {
	background-size: 20px;
}
body .form-check-input:checked {
	background-color: #ffffff;
	border-color: #bfbebe;
}
body .form-check-input:checked[type=checkbox] {
	background-image: url('../../portalImg/icons/checkbox-mark.webp');
	background-size: 13px !important;
}
body .form-check-input:checked[type=radio] {
	background-color: #0165a0;
	border-color: #ffffff;
}

body .modal.fade{
	transition: opacity 0.20s linear;
}
body .modal .modal-dialog .modal-content {
	background-color: #f9f8ff;
	border-radius: 5px;
}
body .modal .modal-dialog .modal-content .modal-header {
	border-bottom: 0;	
}
body .modal .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 18px;
	color: #0165a0;
}
body .modal .btn-close {
	background-image: url('../../portalImg/icons/cancel.webp');
	background-size: 11px;
	padding: 6px;
	opacity: 1;
	border-radius: 50%;
	z-index: 1;
	border: 2px solid #e0e0e0;
	transition: all 0.3s ease-in-out;
	margin: 0;
}

body .modal .btn-close:hover {
	background-color: #c70e48;
	border-color: #c70e48;
	opacity: 1;
	background-image: url('../../portalImg/icons/cancel-white.webp');
	transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body{
	padding: 20px;
	padding-top: 5px;
}
.modal .modal-dialog .modal-content .modal-footer {
	justify-content: center;

}
body .slot-box {
	padding: 10px 16px;
	background-color: #ffffff;
	border-bottom: 1px solid #dfdfdf;
}
body .slot-info p {
	font-size: 18px;
	font-weight: 500;
	color: #3b3196;
	margin-bottom: 0;
	line-height: 1.2;
}
body .slot-info label {
	font-size: 14px;
	color: #07165b;
}
body .slot-box .title{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
}
body .calendar-control{
	padding: 7px;
    font-size: 14px;
    border-radius: 5px;
	border: 0;
	background-color: #ffffff;
}
body .calendar-control:focus{
	outline: none;
}
body .book-step-wizard-main {
	padding-top: 120px;
	padding-bottom: 40px;
	background-color: #ffffff;
}
body .sticky-step-wizard-list {
	position: sticky;
	top: 97px;
	z-index: 9;
	background-color: #ffffff;
}
body .step-wizard .step-wizard-list {
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 10;
	width: 100%;
	margin: 0;
}
body .step-wizard-list .step-wizard-item {
	max-width: 100%;
	position: relative;
	padding-right: 10px;
	width: 100%;
}
body .step-wizard .step-wizard-list .step-wizard-item::before {
	content: "";
	position: absolute;
	left: 10%;
	top: 20px;
	background: #d40c55;
	width: 100%;
	height: 2px;
	z-index: -10;
}
body .step-wizard .step-wizard-list .step-wizard-item:last-child::before {
	display: none;
}
body .step-wizard .step-wizard-list .step-wizard-item a {
	width: 100%;
	font-size: 18px;
}
body .step-wizard .step-wizard-list .step-wizard-item a .progress-count {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e9eaff;
	color: #d40c55;
	font-weight: 600;
	pointer-events: none;
	position: relative;
	z-index: 10;
}
body .step-wizard .step-wizard-list .step-wizard-item a .progress-count img {
	width: 20px;
}
body .step-wizard .step-wizard-list .step-wizard-item a .progress-count:after {
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -10;
	border: 2px solid #d40c55;
	background-color: #ffffff;
}
body .step-wizard .step-wizard-list .step-wizard-item a .progress-label {
	font-size: 13px;
	font-weight: 500;
	color: #d40c55;
	/*padding-left: 10px;*/
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin-top: 7px;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item ~ .step-wizard-item .progress-count:after {
	background-color: #e9eaff;
	color: #000000;
	border: 2px solid #e9eaff;
}

body .step-wizard .step-wizard-list .step-wizard-item.current-item ~ .step-wizard-item .progress-count {
	color: #b4b4b4;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item .progress-count {
	color: #ffffff;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item .progress-count img {
	filter: invert(1);
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item .progress-count:after {
	background-color: #d40c55;
	color: #ffffff;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item ~ .step-wizard-item .progress-label {
	color: #8b8ca1;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item ~ .step-wizard-item:before {
	background-color: #e5e8ef;
}
body .step-wizard .step-wizard-list .step-wizard-item.current-item.step-wizard-item:before {
	background-color: #d40c55;
}
body .step-wizard .step-wizard-list .step-wizard-item:last-child::before {
	border-radius: 0 5px 5px 0;
}

body .step-wizard .step-wizard-list .step-wizard-item:first-child::before {
	border-radius: 5px 0 0 5px;
}
body .checkout-section {
	border-radius: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 2px solid #e0e1f3;
	-webkit-box-shadow: 2px 4px 12px 0px rgb(0 0 0 / 8%);
	box-shadow: 2px 4px 12px 0px rgb(0 0 0 / 8%);
	transition: all 0.3s ease-in-out;
}
body .checkout-section .step-form-1 {
	transition: all 0.3s ease-in-out;
}
body .checkout-section .step-form-1.d-none {
	transition: all 0.3s ease-in-out;
}
body .checkout-section .step-wizard-buttons {
	text-align: center;
}
body .checkout-section .step-wizard-buttons .btn-previous,
body .checkout-section .step-wizard-buttons .btn-next {
	font-size: 12px;
	border: 2px solid #0165a0;
	border-radius: 10px;
	padding: 8px 20px;
	color: #0165a0;
	min-width: 110px;
	text-align: center;
}
body .checkout-section .step-wizard-buttons .btn-previous i {
	margin-right: 5px;
}
body .checkout-section .step-wizard-buttons .btn-next i {
	margin-left: 5px;
}
body .checkout-section .step-wizard-buttons .btn-previous:hover,
body .checkout-section .step-wizard-buttons .btn-next:hover {
	background-color: #d40c55;
	border-color: #d40c55;
	color: #ffffff;
}
body .step-wizard .step-wizard-icon-buttons {
	position: relative;
	min-height: 35px;
	min-width: 48px;
	text-align: center;
}
body .step-wizard .step-wizard-icon-buttons .btn-previous,
body .step-wizard .step-wizard-icon-buttons .btn-next {
	font-size: 12px;
	border: 2px solid #0165a0;
	border-radius: 6px;
	padding: 6px 12px;
	color: #0165a0;
	text-align: center;
}
body .step-wizard .step-wizard-icon-buttons .btn-previous:focus,
body .step-wizard .step-wizard-icon-buttons .btn-next:focus {
	box-shadow: none;
	outline: none;
}
/*body .step-wizard .step-wizard-icon-buttons .btn-previous {
	position: absolute;
	left: 0;
	top: 0;
}
body .step-wizard .step-wizard-icon-buttons .btn-next {
	position: absolute;
	right: 0;
	top: 0;
}*/
body .step-wizard .step-wizard-icon-buttons .btn-previous:hover,
body .step-wizard .step-wizard-icon-buttons .btn-next:hover {
	background-color: #d40c55;
	border-color: #d40c55;
	color: #ffffff;
}
body .stepper-wrapper {
	padding: 16px;
}
body .stepper-wrapper .step-wizard section {
	min-height: 250px;
}

body .alert {
	border-radius: 10px;
}

body .alert .close {
	border-radius: 50%;
	border: 1px solid #000000;
	font-size: 24px;
	background-color: transparent;
	display: block;
	color: #000000;
	width: 26px;
	height: 26px;
	line-height: 24px;
}

body .datepicker-wrapper .datepicker {
	padding: 0;
	position: relative;
	background-color: #ffffff;
}

body .datepicker-wrapper .datepicker:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 0;
	background-image: url(/img/cogno-img/calendar.webp);
	background-repeat: no-repeat;
	background-size: 24px;
	padding: 12px;
	opacity: 0.6;
}
body .datepicker .form-control {
	font-size: 14px;
	color: #2c2c2c;
	width: 100%;
	transition: all 0.3s ease-in-out;
	padding: 8px 35px 8px 16px;
	border-radius: 6px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	font-family: 'Poppins';
}
body .datepicker .form-control:disabled,
body .datepicker .form-control.disabled {
	background-color: #e8eff3;
	color: #2c2c2c;
	border: 0;
}
body .datepicker .form-control:disabled:hover,
body .datepicker .form-control.disabled:hover {
	background-color: #e8eff3;
	color: #2c2c2c;
	border: 0;
}


body .datepicker-wrapper .input-group-addon {
	position: absolute;
	top: 9px;
	right: 10px;
	color: #a9a9a9;
}
body ._720kb-datepicker-calendar {
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	font-family: 'Poppins';
	transition: all 0.4s ease-in-out;
	display: none;
}
._720kb-datepicker-calendar._720kb-datepicker-forced-to-open, 
._720kb-datepicker-calendar._720kb-datepicker-open {
	display: block;
}

body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header {
	background-color: #d40c55;
	font-family: 'Poppins';
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-left ._720kb-datepicker-calendar-month-button,
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-right ._720kb-datepicker-calendar-month-button {
	color: #ffffff;
	font-family: 'Poppins';
	padding: 5px;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-left ._720kb-datepicker-calendar-month-button:hover,
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-right ._720kb-datepicker-calendar-month-button:hover {
	color: #55c595;
	background-color: #ffffff;
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-middle a span {
	color: #ffffff;
	font-family: 'Poppins';
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar-header-opened-pagination::after {
	bottom: 0;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-header-middle select {
	background-color: #55c595;
}
body ._720kb-datepicker-calendar-header:nth-child(even) {
	background-color: #dbffef;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header:nth-child(even) ._720kb-datepicker-calendar-header-middle select {
	background-color: #dbffef;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-years-pagination a {
	font-weight: 500;
	font-size: 13px;
	color: #000000;
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-years-pagination a:hover {
	background-color: #55c595;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body ._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
	background-color: #07165b;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar-years-pagination-pages a {
	color: #000000;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
body ._720kb-datepicker-calendar-years-pagination-pages a:hover {
	background-color: #55c595;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

body ._720kb-datepicker-calendar-days-header {
	background-color: #ffffff;
	border-bottom: 1px solid #b7b8cd;
}
body ._720kb-datepicker-calendar-days-header div {
	font-weight: 600;
	font-family: 'Poppins';
}

body ._720kb-datepicker-calendar-body ._720kb-datepicker-calendar-day {
	font-family: 'Poppins';
	font-size: 14px;
	color: #2c2c2c;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
	body ._720kb-datepicker-calendar-body ._720kb-datepicker-calendar-day:hover {
		background-color: #d40c55;
		color: #ffffff;
	}
	body ._720kb-datepicker-calendar-body ._720kb-datepicker-calendar-day._720kb-datepicker-today {
		background-color: #07165b;
		color: #ffffff;
		transition: all 0.2s ease-in-out;
	}
body ._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
	background-color: #fbfbfb;
	color: #afafaf;
}
body .stepper-datepicker .datepicker ._720kb-datepicker-calendar {
	top: -100px;
}
body .top-datepicker .datepicker ._720kb-datepicker-calendar {
	top: -100px;
}
body .custom-datepicker {
	position: relative;
}
body .custom-datepicker:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 0;
	background-image: url(/img/cogno-img/calendar.webp);
	background-repeat: no-repeat;
	background-size: 24px;
	padding: 12px;
	opacity: 0.6;
	z-index: 1;
}
body .custom-datepicker .datepicker {
	padding-right: 36px !important;
}
body .datepicker-dropdown {
	position: absolute;
	display: block;
	width: auto;
	float: none;
	margin: 0px;
	padding: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	font-family: 'Poppins';
	z-index: 9999 !important;
}	
body .datepicker-dropdown .datepicker-days .table-condensed thead tr th {
	font-weight: 500;
	font-size: 13px;
	color: #000000;
	padding: 4px 8px;
	transition: all 0.2s ease-in-out;
}
body .datepicker-dropdown .datepicker-days .table-condensed thead tr th:hover {
	background-color: #ffffff;		
}
body .datepicker-dropdown .datepicker-days .table-condensed thead tr th.dow {
	font-weight: 500;
	font-size: 13px;
	color: #d81c50;
	transition: all 0.2s ease-in-out;
}
body .datepicker-dropdown .datepicker-days .table-condensed thead tr:last-child {
	border-bottom: 1px solid #cfcfcf;
}

body .datepicker-dropdown .datepicker-days .table-condensed tbody tr td.day {
	font-family: 'Poppins';
	font-size: 14px;
	color: #2c2c2c;
	border-radius: 5px;
	padding: 4px 8px;
	transition: all 0.2s ease-in-out;
}
body .datepicker-dropdown .datepicker-days .table-condensed tbody tr td.today {
	background-color: #07165b;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	background-image: none;
}
body .datepicker-dropdown .datepicker-days .table-condensed tbody tr td.active {
	background-color: #d81c50;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	background-image: none;
}
body .datepicker-dropdown .datepicker-days .table-condensed tbody tr td:hover {
	background-color: #d81c50;
	color: #ffffff;
}



body .select-dropdown {
	position: relative;
}
body .select-dropdown .form-control{
	padding: 8px 16px;
	position: relative;
	padding-right: 40px;
}
body .select-dropdown::before{
	content: "";
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 99;
	background-image: url('../../img/down-arrow.webp');
	background-repeat: no-repeat;
	background-size: 17px;
    padding: 5px 10px;
	opacity: 0.3;
}

body .custom-tab .nav-pills {
	margin-left: 40px;
}
body .custom-tab .nav-pills .nav-item {
	margin: 0 10px;
	position: relative;
}
body .custom-tab .nav-pills .nav-item .nav-link {
	background-color: #e1f8ee;
	color: #2c2c2c;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	padding: 16px 24px;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	border-top: 1px solid #bbcfc6;
	position: relative;
	z-index: 3;
}
body .custom-tab .nav-pills .nav-item .nav-link:hover {
	background-color: #e1f8ee;
	color: #2c2c2c;
	transition: all 0.3s ease-in-out;
}
body .custom-tab .nav-pills .nav-item .nav-link.active {
	background-color: #55c595;
	color: #ffffff;
	border-color: #55c595;
	transition: all 0.3s ease-in-out;
}
body .custom-tab .tab-content {
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}
body .custom-tab .tab-content .tab-pane{
	min-height: 350px;
}

body .formError .formErrorContent {
	border: 0;
	box-shadow: none;
	border-radius: 5px;
	background-color: #d9003c;
	color: #ffffff;
}
body .formError .formErrorArrow div {
	border: 0;
	box-shadow: none;
	background-color: #d9003c;
}

body .search-dropdown {
	position: relative;
	width: 100%;
}
body .search-dropdown .sd-container .input-right-icon.down-icon {
	background-image: none;
	padding-top: 10px;
	padding-left: 0px;
}
body .search-dropdown .sd-container .input-right-icon.loading-icon {
	background-image: none;
	padding: 0 29px;
}
body .search-dropdown .sd-container .input-right-icon.loading-icon .spinner-border {
	border-width: 2px;
	height: 20px;
	width: 20px;
	margin-top: 8px;
}
body .search-dropdown .sd-container .input-right-icon.cancel-icon {
	top: 10px;
	font-size: 14px;
}
body .search-dropdown .sd-container .search-control {
	padding: 9px 16px;
	font-size: 14px;
	color: #2c2c2c;
	width: 100%;
	border: 1px solid #d7d7d7;
}
body .sd-container .sd-results .sd-result.sd-result-clickable:hover {
	background-color: #d5ecfc !important;
	box-shadow: none !important;
}
.sd-container .sd-results .sd-result.active {
	background-color: #d5ecfc !important;
	box-shadow: none !important;
}
.sd-container .sd-results .sd-result.hover {
	background-color: #d5ecfc !important;
	box-shadow: none !important;
}
body .sd-result-container .sd-container .sd-results .text2 {
	background-color: #0165a0;
}
body .banner-search .search-dropdown .sd-container .search-control {
	border: 0;
}
body .banner-search .sd-container .input-right-icon.cancel-icon {
	background-image: none;
}

body .common-tab .nav .nav-item {
	margin-left: 10px;
}

body .common-tab .nav .nav-item .nav-link {
	background-color: #efefef;
	color: #2c2c2c;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	min-width: 140px;
	padding: 10px 20px;
}

body .common-tab .nav .nav-item .nav-link.active {
	background-color: #0165a0;
	color: #ffffff;
}

body .common-tab .tab-content {
	padding: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	min-height:300px;
}

body .select-modal .modal-dialog .modal-content {
	border-radius: 10px;
}

body .select-modal .modal-header .header-title {
	font-size: 26px;
}

body .select-modal .modal-dialog .modal-content .modal-body {
	padding: 16px;
	padding-top: 5px;
}


/* ---------------------------------- common css end ---------------------------- */
/*--- lat test css ----*/
body .content-bluebgcol {
    background-color: #F0F9FF;
}

body .btn.btn-Compare {
    padding: 9px 16px;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid #0165a0;
    border-radius: 5px;
    color: #0165a0;
    transition: all 0.3s ease-in-out;
}

    body .btn.btn-Compare:hover {
        background-color: #0165a0;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

body .best-package .card-box .card-img img {
    width: 100%;
    display: block;
    border: 1px solid #e0eef9;
}


body .best-package .owl-stage {
    display: flex;
}

body .best-package  .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    align-content: stretch;
}

body .best-package .card-box {
    min-height: 390px;
    height: 100%;
}

body .packages-section .card-box .card-info .packages-off {
    color: #0165a0;
    font-size: 14px;
    text-transform: inherit;
}

body .packages-section .card-box .card-info .packages-off span {
    background-color: #0165a0;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 15px;
    display: inline-block;
}

body .packages-section .card-box .card-info h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

body .packages-section .card-box .card-info .amount {
    font-size: 20px;
    font-weight: 700;
}


body .packages-section .card-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px #D1DBEE;
}

body .lab-test-section .lab-test-box:hover {
    background-color: #F0F9FF;
}

body .checkup-section .list-checkup:hover {
    background-color: #084C75;
}

    body .checkup-section .list-checkup:hover .card-info h2,
    body .checkup-section .list-checkup:hover .card-info .right-arrow {
        color: #ffffff;
    }

body .checkup-section .card-box .card-info h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom:0;
}

body .checkup-section .list-checkup .checkup-img {
    margin-bottom: 18px;
    padding: 20px;
    background-color: #fafcff;
    border-radius: 10px;
    border: 1px solid #d8eefd;
}

    body .checkup-section .list-checkup .checkup-img img {
        width: 70px;
    }


body .btn-primary:hover {
    color: #ffffff !important;
    background-color: #2FAAD4 !important;
}


body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #011E45;
    border-radius: 7px;
}

body .packages-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -25px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

body .packages-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    left: -25px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.checkup-section .owl-carousel .owl-stage-outer {
    padding-top:25px;
    padding-bottom:25px;
}

body .card-box {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 14px 0px #00000026;
    box-shadow: 2px 4px 14px 0px #00000026;
    transition: all 0.3s ease-in-out;
}

body .lab-test-section .card-box .card-info h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

body .best-package .checkbox-btn {
    font-size: 14px;
    color: #2c2c2c;
    padding: 8px 20px;
    border: 1px solid #0165a0;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    cursor: pointer;
}

    body .best-package .checkbox-btn:hover, body .best-package .checkbox-btn:hover label {
        border-color: #d30d55;
        color: #d30d55;
        transition: all 0.3s ease-in-out;
    }


 

body .packages-carousel .owl-nav button.owl-prev span, body .packages-carousel .owl-nav button.owl-next span {
    color: #ffffff;
    line-height: 40px;
}

body .specialities-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -65px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

body .specialities-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    left: -65px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

body .specialities-carousel .owl-nav button.owl-prev span, body .specialities-carousel .owl-nav button.owl-next span {
      
    line-height: 40px;
}

body .list-checkup  a{
    color:#000;
}

body .packages-section .card-box .card-info .amount span {
    color: #c5c5c5;
    font-weight: 300;
    text-decoration: line-through;
    padding-left: 16px;
}

body .banner-search {
    padding: 25px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    -webkit-box-shadow: 2px 4px 14px 0px #00000026;
    box-shadow: 2px 4px 14px 0px #00000026;
    background-color: #ffffff;
}

body .rating-star li {
    font-size: 12px;
    color: #bfbfbf;
    margin-right: 4px;
}

body .dark-blue-color {
    color: #0165a0 !important;
}

body .lab-test-box .amount {
    font-weight:700;
}

body .lab-test-section .count {
    font-weight: 700;
    color: #0165a0;
    font-size: 20px;
}


body .packages-section .owl-carousel .owl-stage-outer {
    padding-bottom: 25px;
    padding-top: 25px;
}




body .offcanvas-header {
    background-color: #0165a0;
}

body .offcanvas-header h5{
    color:#fff;
    margin-bottom:0;
}


    body .offcanvas .btn-close {
        background-image: url(/cognoImg/download-svg.webp);
        padding: 8px;
        opacity: 1;
        border-radius: 50%;
        z-index: 1;
        border: 2px solid #ffffff;
        transition: all 0.3s ease-in-out;
        margin: 0;
    }

body .offcanvas .btn-close:hover {
    background-color: #c70e48;
    border-color: #c70e48;
    opacity: 1;
    background-image: url(/cognoImg/download-svg.webp);
    transition: all 0.3s ease-in-out;
}



body .cart-canvas {
    padding: 12px;
    width: 450px;
}

body .cart-canvas .offcanvas-header {
    padding: 14px 10px;
    background-color: #003e62;
    margin-bottom: 30px;
}

body .cart-canvas .offcanvas-header h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom:0
}

body .cart-canvas .offcanvas-body {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 110px;
}

body .offcanvas-body .cart-box {
    border: 1px solid #00000026;
    padding: 16px;
    border-radius: 10px;
}

body .offcanvas-body .cart-box .cart-header h3 {
    font-size: 17px;
    color: #030303;
    padding-right: 30px;
    margin-bottom: 0;
}

body .offcanvas-body .cart-box .cart-header span {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin-right: 10px;
    min-width: 50px;
    text-align: right;
}

body .offcanvas-body .cart-box .cart-header .btn-close {
    background-color: white;
    opacity: 1;
    margin: 0;
}

body .offcanvas-body .cart-box .cart-body h5 {
    font-size: 15px;
    font-weight: 500;
}

body .offcanvas-body .cart-box .cart-body p {
    font-size: 13px;
    color: #787878;
    padding-right: 70px;
}

body .offcanvas-body .cart-box .cart-logo {
    width: 40px;
}

body .offcanvas-body .cart-box .info-icon {
    font-size: 20px;
    color: #18c581;
    padding-left: 5px;
}

body .offcanvas-body .cart-footer {
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

body .offcanvas-body .cart-footer h5 {
    font-size: 18px;
    font-weight: 400;
    color: #484848;
}

body .offcanvas-body .cart-footer .amount {
    font-size: 22px;
}






body .compare-offcanvas {
    background-image: url('/img/round-shape.webp');
    background-repeat: no-repeat;
    background-position: right -400px top -72px;
    background-size: 100%;
    transition: all 0.5s ease-in-out;
    width: 90%;
}

body .campare-table-wrapper {
    overflow: auto;
}

body .campare-table {
    width: 100%;
}

body .campare-table thead tr th {
    vertical-align: middle;
    min-width: 200px;
    border: 0;
}

body .campare-table thead tr th h5 {
    font-size: 14px;
    font-weight: 500;
}

body .campare-table thead tr th p {
    font-size: 12px;
}

body .campare-table tbody tr td {
    min-width: 200px;
    border: 1px solid #e8e8e8;
}

body .campare-table tbody tr td .compare-list li {
    padding: 5px;
    font-size: 14px;
    color: #07165b;
    font-weight: 500;
}

body .campare-table thead tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    background: #ffffff;
}

body .campare-table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    background: #ffffff;
}

body .checkup-section .list-checkup .checkup-img {
    margin-bottom: 18px;
    padding: 20px;
    background-color: #e8f6ff;
    border-radius: 10px;
}

body .checkup-section .list-checkup .checkup-img img {
    width: 70px;
}

.banner-search .city-search .input-icon {
    position: absolute;
    left: 29px;
    z-index: 9;
    top: 32px;
}
.city-search .sd-container .input-right-icon {
    position: absolute;
    right: 10px;
}
.banner-search, .pincode-search{
    position: relative;
    margin-bottom: 10px;
}

.other-search {
    position: relative;

}

body .pincode-search .input-icon {
    position: absolute;
    left: 10px;
    z-index: 9;
    top: 7px;
}


body .pincode-search .sd-container .search-control, body .city-search .sd-container .search-control {
    padding: 9px 30px;
}

body .other-search .input-icon {
    position: absolute;
    left: 7px;
    top: 8px;
}

body .other-search .form-control {
    padding: 10px 30px;
}
body .contact-no-section {
    /*margin-top: 66px;
    margin-bottom: -85px;*/
    position: absolute;
    right: 13px;
    top: -24px;
}

body .vr-block {
    background-color: #F0F9FF;
    padding:20px;
}

body .address-icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 32px;
    font-size: 18px;
}
body .weekly-table {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #CCD9E3;
}

body .weekly-table th{
    font-size:12px;
}

body .contact-person-table {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #CCD9E3;
    border-radius:5px;
}

body .contact-person-table th {
    font-size: 12px;
}

body .benefit-section .benefit-box .benefit-img img {
    width: 40px;
}

body .benefit-section .benefit-box .benefit-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #DBE9FF;
    border-radius: 10px;
}

body .benefit-section .benefit-box {
    padding: 10px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}

    body .benefit-section .benefit-box:hover {
        transform: translateX(20px);
        transition: all 0.3s ease-in-out;
    }




body .benefit-section .benefit-box .benefit-img.color-1 {
    background-color: #DBE9FF;
}

body .benefit-section .benefit-box .benefit-img.color-2 {
    background-color: #FCD6FF;
}

body .benefit-section .benefit-box .benefit-img.color-3 {
    background-color: #CDF0FF;
}

body .benefit-section .benefit-box .benefit-img.color-4 {
    background-color: #CCFFE0;
}

body .benefit-section .benefit-box .benefit-img.color-5 {
    background-color: #FFF2DD;
}

body .benefit-section .benefit-box .benefit-img.color-6 {
    background-color: #d9f5ff;
}

body .benefit-section1 .benefit-box1 {
    padding: 80px 50px;
    text-align: center;
    width: 100%;
}

body .benefit-section1 .benefit-box1 .benefit-img img {
	width: 80px;
	margin-bottom: 20px;
}

body .benefit-section1 .benefit-box1.color-1 {
	background-color: #FFF7E1;
}

body .benefit-section1 .benefit-box1.color-2 {
	background-color: #FFE8DB;
}

body .benefit-section1 .benefit-box1.color-3 {
	background-color: #DFF4FF;
}

body .benefit-section1 .benefit-box1.color-4 {
	background-color: #dde8ff;
}
body .whyChoose-section .whyChoose-box {
    background-color: transparent;
    box-shadow: none;
    padding: 36px;
}

body .whyChoose-section .whyChoose-box:hover {
	background-color: #ffffff;
	box-shadow: 2px 10px 50px 0px #D1DBEE;
	transition: all 0.3s ease-in-out;
	transform: scale(1.05);
}

body .whyChoose-section .whyChoose-box .card-img {
	height: 100px;
	width: 100px;
	line-height: 100px;
}

body .whyChoose-section .whyChoose-box:hover .card-img {
	border-color: #02639E;
	transition: all 0.3s ease-in-out;
}

body .whyChoose-section .whyChoose-box .card-img img {
	width: 50px;
}

body .benefit-section1 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}

body .benefit-section1-wrapper {
    padding: 40px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

body .benefit-section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/cognoImg/benifit-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}

body .doctor-registion-section {
    padding-top: 120px;
    padding-bottom: 100px;
}


body .navbar .navbar-nav .nav-item .sub-menu{
    z-index:9;
    font-size:13px;
}

/*--- lat test css close ----*/
@media (min-width: 1700px) and (max-width: 1920px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    body .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    body .container {
        max-width: 1140px;
    }

    body .mobile-device-header {
        width:100%;
    }
    body header .language-dropdown .dropdown a {
        text-align: center;
        margin-top: 11px;
    }

    body .header-wrapper .header {
        background-color: #ffffff;
    }
}

@media (min-width: 767px) and (max-width: 992px){

    body .padding-tb-80{
        padding: 70px 0;
    }

    body .header-wrapper .header{
        background-color: #ffffff;
    }
    body .banner-section::before{
        bottom: -125px;
    }
    body .banner-section{
        margin-bottom: 100px;
    }
    body .footer-section{
        margin-top: 100px;
    }
    body .footer-section::before{
        top: -125px;
    }

    body .mobile-device-header {
        width: 100%;
    }
    body header .language-dropdown .dropdown a {
        text-align: center;
        margin-top: 11px;
    }
}
@media (min-width: 576px) and (max-width: 767px){

    body .padding-tb-80{
        padding: 60px 0;
    }

    body h2{
        font-size: 24px;
    }

    body .banner-section::before{
        bottom: -55px;
        height: 70px;
    }
    body .banner-section{
        margin-bottom: 80px;
    }
    body .banner-section .banner-wrapper{
        padding-top: 140px;
    }
    body .banner-section .banner-info{
        padding-bottom: 50px;
    }
    body .banner-section .banner-info .banner-title{
        font-size: 25px;
        line-height: 40px;
    }
    body .ProblemSolution-section .Problem-box{
        margin-bottom: 100px;
    }
    body .ProblemSolution-section .Problem-box img{
        height: 100px;
    }
    body .ProblemSolution-section .Problem-box .card-img, 
    body .ProblemSolution-section .Solution-box .card-img{
        margin-top: 0;
    }
    body .ProblemSolution-section .Problem-box .card-img h3, 
    body .ProblemSolution-section .Solution-box .card-img h3{
        font-size-adjust: 18px;
    }
    body .Industry-section .Industry-carousel .owl-stage-outer{
        padding-top: 80px;
    }
    body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-prev,
    body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-next{
        top: 0;
    }
    body .benefit-section .benefit-img-1{
        padding-bottom: 40px;
    }
    body .benefit-section .benefit-img-2{
        padding-top: 40px;
    }
    body .benefit-section1-wrapper{
        padding: 20px;
    }
    body .benefit-section1 .benefit-box1{
        padding: 40px 20px;
    }
    body .footer-section{
        margin-top: 80px;
    }
    body .footer-section::before{
        top: -55px;
        height: 70px;
    }
    body .mobile-device-header {
        width: 100%;
    }
    body header .language-dropdown .dropdown a {
        text-align: center;
        margin-top: 11px;
    }

    body .header-wrapper .header {
        background-color: #ffffff;
    }
}

@media (min-width: 320px) and (max-width: 576px) {

    body .padding-tb-80{
        padding: 50px 0;
    }
    body h2{
        font-size: 24px;
    }
    
    body .header-wrapper .header{
        background-color: #ffffff;
    }

   body .banner-section::before{
        bottom: -55px;
        height: 70px;
    }
    body .banner-section{
        margin-bottom: 80px;
    }
    body .banner-section .banner-wrapper{
        padding-top: 140px;
    }
    body .banner-section .banner-info{
        padding-bottom: 50px;
    }
    body .banner-section .banner-info .banner-title{
        font-size: 25px;
        line-height: 40px;
    }
    body .ProblemSolution-section .Problem-box{
        margin-bottom: 30px;
    }
    body .ProblemSolution-section .Problem-box img,
    body .ProblemSolution-section .Solution-box img{
        height: 100px;
    }
    body .ProblemSolution-section .Problem-box .card-img, 
    body .ProblemSolution-section .Solution-box .card-img{
        margin-top: 0;
    }
    body .ProblemSolution-section .Problem-box .card-img h3, 
    body .ProblemSolution-section .Solution-box .card-img h3{
        font-size: 18px;
    }
    body .Industry-section .Industry-carousel .owl-stage-outer{
        padding-top: 80px;
    }
    body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-prev,
    body .Industry-section .owl-carousel.Industry-carousel .owl-nav button.owl-next{
        top: 0;
    }
    body .benefit-section .benefit-img-1{
        padding-bottom: 40px;
    }
    body .benefit-section .benefit-img-2{
        padding-top: 40px;
    }
    body .benefit-section1-wrapper{
        padding: 20px;
    }
    body .benefit-section1 .benefit-box1{
        padding: 40px 20px;
    }
    body .footer-section{
        margin-top: 80px;
    }
    body .footer-section::before{
        top: -55px;
        height: 70px;
    }
    body .mobile-device-header {
        width: 100%;
    }

    body header .language-dropdown .dropdown a {
        text-align: center;
        margin-top: 11px;
    }

    body .header-wrapper .header {
        background-color: #ffffff;
    }

    body .banner-carousel .owl-nav {
        display:none;
    }

    body .services-section-block .owl-nav {
        display: none;
    }

    body .Industry-section .owl-nav {
        display: none;
    }

    body .statistics-section .owl-nav {
        display: none;
    }

    body .HealthTips-section .owl-nav {
        display: none;
    }

    body .sub-banner-section .banner-info .banner-title {
        font-weight: 700;
        font-size: 27px;
        color: #011E45;
        line-height: normal;
        font-family: 'Noto Serif', serif;
    }

    body .dashboard-login-btn .btn-primary {
        width:100%;
    }

    body header .language-dropdown .dropdown .dropdown-menu {
        width: 100%;
    }

    body .labpartners-section .whyChoose-box {
        margin-bottom: 25px;
        text-align: center;
    }
    body .login-registration-box{
        padding:10px;
    }
    body .Login-tab{
        padding:0 10px;
    }
}
