/*-----------------------------------------------------------------------------------
CSS INDEX
-----------------------------------------------------------------------------------*/


/* import all css file */

@import url('./bootstrap.min.css');
@import url('./font-awesome.min.css');
@import url('./jquery-ui.min.css');

/* import all css file */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.passion-one-regular {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.passion-one-bold {
  font-family: "Passion One", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.passion-one-black {
  font-family: "Passion One", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********************************
 Typography Style
******************************** */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}

* {
    letter-spacing: -0.4px;
}

img {
    vertical-align: bottom;
}

button {
    cursor: pointer;
    border: none;
}



/*********************************
common-items
***********************************/

a.btn-outline-primary {
	color: #292828;
	border: 2px solid #292828;
	background: transparent;
	font-size: 20px;
	padding: 7px 25px;	
}
a.btn-outline-primary:hover, a.btn-outline-primary:focus {
	color: #292828;
	border: 2px solid #292828;
	background: transparent;
}
a.btn-primary {
	color: #fff;
	border: 2px solid #3366FF;
	background: #3366FF;
	font-size: 18px;
	padding: 7px 15px;
}
a.btn-primary:hover, a.btn-primary:focus {
	color: #3366FF;
	background: transparent;
}


/*********************************
Navigation
***********************************/

.navbar .nav-item .nav-link {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	text-align: left;
}
.navbar .nav-item a.nav-link.btn-outline-primary {
	padding: 5px 25px;
}
a.btn-outline-primary img {
	vertical-align: middle;
}
.navbar .nav-item a.nav-link.btn-outline-primary:hover, .navbar .nav-item a.nav-link.btn-outline-primary:focus {
}
.navbar .nav-item a.btn-primary {
	padding: 5px 15px;
}
.navbar .nav-item a.nav-link.btn-primary:hover, .navbar .nav-item a.nav-link.btn-primary:focus {
}
.navbar-inner .btn-group button{
	background: #292828;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.055em;
}

.navbar-inner {
	background-color: #E9E5E1 !important;
}
.navbar-inner .btn-group button img {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
/*********************************
content-homepage
***********************************/

/* 
.hero-section {
	background-image: url('../img/hero-banner.png');
	background-size: cover;
	background-position: center;
	color: black;
	padding: 100px 0;
	text-align: center;
}
.hero-section h1 {
	font-family: "Passion One", sans-serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 110.1px;

}
.hero-section p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #292828;
}
.hero-section .hero-banner-image-overlay {
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
}
.hero-section .hero-section-content-button a {
	font-size: 20px;
}
.hero-section .hero-section-content-button a.btn-outline-primary {
	color: #292828;
	border: 2px solid #292828;
	background: transparent;
	font-size: 20px;
	padding: 6px 25px;
}
.hero-section .hero-section-content-button a.btn-outline-primary:hover, .hero-section .hero-section-content-button a.btn-outline-primary:focus {
	color: #292828;
	border: 2px solid #292828;
	background: transparent;
}
.hero-section .hero-section-content-button a.btn-outline-primary img {
	
}
.hero-section .hero-section-content-button a.btn-primary {
	color: #fff;
	border: 2px solid #3366FF;
	background: #3366FF;
	font-size: 18px;
	padding: 7px 15px;
}
.hero-section .hero-section-content-button a.btn-primary:hover, .hero-section .hero-section-content-button a.btn-primary:focus {
	color: #3366FF;
	background: transparent;
} */

.hero-sectiong{
  background-image: url('../img/medico_image_banner_1.jpg');
  background-size: cover;
  background-position: center;
  color: black;
  text-align: center;
  padding: 30px;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  
  flex-direction: column;
}
.hero-bg-image {
  z-index: 0; /* Ensures image stays behind content */
}

/* Ensures text is always on top */
.text-white {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.hero-section {
  overflow: hidden;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .hero-content {
      margin-top: 2rem;
      margin-bottom: 2rem;
  }
}
.hero-section h1 {
  font-family: "Passion One", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-section p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  /* color: #292828; */
  color: #fff;

}

.hero-section .hero-section-content-image img {
  /* max-width: 80%; */
  width: 100% !important;
 
  z-index: 10;

  /* height: 100vh; */
  /* height: auto; */
  margin: 0 auto;
  display: block;
}
/* 
.hero-section .hero-banner-image-overlay {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;

  width: 80%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
} */
.hero-section .hero-banner-image-overlay {
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero-section .hero-section-content-button a {
  font-size: 1rem;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
}

.hero-section .hero-section-content-button {
  /* margin-top: 20px; */
}

.hero-section .hero-section-content-button a.btn-outline-primary {
  color: #292828;
  border: 2px solid #292828;
  background: transparent;
}

.hero-section .hero-section-content-button a.btn-outline-primary:hover,
.hero-section .hero-section-content-button a.btn-outline-primary:focus {
  color: #292828;
  border: 2px solid #292828;
  background: transparent;
}

.hero-section .hero-section-content-button a.btn-primary {
  color: #fff;
  border: 2px solid #3366FF;
  background: #3366FF;
}

.hero-section .hero-section-content-button a.btn-primary:hover,
.hero-section .hero-section-content-button a.btn-primary:focus {
  color: #3366FF;
  background: transparent;
}

@media (max-width: 768px) {
  .hero-section {
      height: auto;
      padding: 20px;
  }

  .hero-section h1 {
      font-size: 3rem;
  }

  .hero-section p {
      font-size: 0.9rem;
  }

  .hero-section .hero-section-content-image img {
      max-width: 90%;
  }

  .hero-section .hero-section-content-button a {
      font-size: 0.9rem;
      padding: 8px 15px;
  }
}

.card img {
	height: 150px;
	object-fit: cover;
}
.services-section .card h5{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: #292828;
}
.services-section .card p{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #212529;
}
.services-section .card a.btn-outline-primary {
	color: #292828;
	border: 1px solid #292828;
	background: transparent;
	padding: 6px 25px;
	font-size: 13.11px;
	font-weight: 800;
	line-height: 19.66px;
}
.services-section .card a.btn-outline-primary:hover, .services-section .card a.btn-outline-primary:focus {
	color: #292828;
	border: 1px solid #292828;
	background: transparent;
}
.services-section .card a.btn-primary {
	color: #fff;
	border: 1px solid #3366FF;
	background: #3366FF;
	padding: 7px 15px;
	font-size: 11.8px;
	font-weight: 600;
	line-height: 17.7px;
}
.services-section .card a.btn-primary:hover, .services-section .card a.btn-primary:focus {
	color: #3366FF;
	background: transparent;
}
.footer {
	background: #3366FF;
	color: white;
	padding: 40px 0;
	text-align: left;
}
.footer .container{
	width: 75%;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer ul li {
	color: #fff;
	font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: left;
    padding: 5px 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #000;
	border-radius: 50%;
}

/*********************************
content-homepage
***********************************/

/*********************************
content-inner-page
***********************************/

.inner-page-body {
	background: #E9E5E1;
}

.question-options .form-check {
    display: block;
    background: #fff;
    padding: 25px;
    /* border-radius: 80px; */
    padding-left: 50px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.question-options .form-check .pull-right span {
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}
.question-options .form-check .form-check-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
  
}
.question-options .form-check .form-check-label span {
	display: inline-block;
    padding-right: 15px;
}
.question-options .question-overlay {
    border-radius: 0;
    height: 100%;
    position: absolute;
    /* width: 75%; */
    top: 0;
    left: 0;
}
.question-options .question-overlay.question-danger {
	background-color: rgba(255, 171, 171, 0.5);
}
.question-options .question-overlay.question-success {
	background-color: rgba(142, 236, 151, 0.5);
}
.question-options .question-overlay.question-standard {
	background-color: rgba(153, 153, 153, 0.5);
}
.question-importance {
	background: #6690FF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border: none;
    color: #fff;
    padding: 35px 25px;
    border-radius: 8px;
}
.question-explanation {
	/* margin-top: 25px; */
}
.question-explanation p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin-bottom: 25px;
}
.question-management h4 {
	font-size: 25px;
	font-weight: 600;
	line-height: 37.5px;
	color: #3366FF;
}
.question-management p, .question-management ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.question-management ul, .question-management ul li ul{
	list-style-type: disc;
}
.question-management ul {
    padding-left: 25px;
}
.question-management ul li {
    padding-left: 15px;
}

.right-content .card .card-body {
    padding: 0;
    margin: 0;
    border: 1px solid #292828;
	border-radius: 5px;
	overflow: hidden;
}
.right-content .card .card-title {
	background: #3366FF;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
    color: #fff;
    padding: 15px 0;
	margin: 0;
}

.right-content .card .card-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 25px;
	background: #E9E5E1;
}
.right-content .card .card-content a {
	color: #3C95FF;
	text-decoration: none;
}

.right-content .card.first-card .card-content {
	background: #ADC8FF;
}
.right-content .card.second-card .card-title {
	background: #D9D9D9;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #292828;
	border-bottom: 1px solid #292828;
}
.right-content .card.first-card .card-content a {
	background: #fff;
	color: #3366FF;
	text-decoration: none;	
}
.right-content .card.third-card .card-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #191A1F;
}
.right-content .card .card-content p .thumbs-up {
	color: #06C719;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.right-content .card .card-content p .thumbs-down {
	color: #D00000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}


.right-content .card .card-content a.report {
	background: #3366FF;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	border-radius: 15px;
}

.right-content .card.forth-card .card-content h5 {
	color: #3C95FF;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;

}
.right-content .card.forth-card .card-content p {
	font-weight: 400;
	line-height: 30px;
	color: #191A1F;
}
/*********************************
content-inner-page
***********************************/

/*********************************************************************
Start new styling for header , footer,content, navbar and slider 
*********************************************************************/


.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.owl-carousel .item {
    display: flex;        
    justify-content: center;
    flex-direction: column; 
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none; 
}

.dropdown-menu.show {
    display: block; 
}

/*********************************************************************
End new styling for header , footer,content, navbar and slider 
*********************************************************************/


/*********************************
media screen
***********************************/
@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 40px;
        line-height: 50px;
    }
}