/*
Theme Name: haryana-child
Template: haryana
Author: Naveen
Author URI: #
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p,ul{
	padding: 0;
	margin: 0;
}
a,
a:hover{
	text-decoration: none
}
img{
	border: none
}
ul{
    margin-bottom:0px !important;
}

/* -------------------------- 
	TOP HEADER
------------------------------*/
.top-header-left-col a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.top-header-left-col ul li,
.top-header-right-col ul li{
    border-right: 1px solid #0C2957;
    padding:0px 12px;
    list-style: none;
	vertical-align: middle;
    height: 12px;
    line-height: 12px;
}
.top-header-left-col ul li{
    position: relative;
    list-style: none;   
    position: relative;
}
.top-header-right-col ul {
    display: flex;
    justify-content: end;
}
.top-header-left-col ul li:first-child{
	border-left: none;
    padding-left: 0;
}
.top-header-left-col ul li a{
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight:600;
}
.top-header-right-col ul.submenu {
    display: none;
    vertical-align: top;
	position: absolute;
    background: #4f6fc3;
	margin-top: 0px;
	top: 24px;
    z-index: 1;
    left: 0;
}
.sameclass p {
    color: #8D8D8D;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.aware-heading h2 {
    color: #132252;
}
.top-header-right-col ul li:hover ul.submenu {
    display: block;
}
.top-header-right-col ul li:hover .submenu li {
    margin-right: 0;
    padding: 2px 10px;
	text-align: center;
	border-bottom: 1px solid #4f6fc3;
}
.top-header-right ul li ul.submenu li a {
    font-size: 12px;
}
.top-header-right ul li:hover ul.submenu{
	display: block
}
.top-header-left-col ul li a:hover,
.top-header-right-col ul li ul li a:hover{
	text-decoration:none;
}
.top-header-right-col ul li a{
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
}
.top-header-right-col ul li a:hover{
	text-decoration: none;
}
.top-header-right-col ul li ul li ul li {
    border: 1px solid #fff;
    text-align: center;
    padding: 0 6px;
    background: #fff;
	float:left;
	line-height: 16px;
}
.top-header-right-col ul li ul li ul li a{
	color:#002147;
}
.top-header-right-col ul li ul li ul li.site-color-selected {
    background: none;
}
.top-header-right-col ul li ul li ul li.site-color-selected a{
	color:#fff;
}
.top-header-right-col ul li ul li.color-selected {
    padding-right: 0;
}
.top-header{
	width: 100%;
	display: inline-block;
	background: #003464;
}

.top-header-left-col ul li:last-child {
    border-right: none;
}
.top-header-right-col ul li:last-child{
	border-right: none;
	padding-right: 0;
}
.top-header-bar{
	position: relative;
	padding: 10px 0
}
.device-top-header-container {
    position: relative;
    z-index: 1;
}
.top-header-right-col ul li{
	border-right: none;
	height: auto;
    position: relative;
}
.top-header-right-col img.font-img {
	height: 18px
}
.top-header-right-col ul li.color-change a i,
.top-header-right-col ul li.accessibility a i{
	font-size: 16px
}
.top-header-right-col ul li.language select {
    background: none;
    border: none;
    font-size: 12px;
    color: #fff;
	cursor: pointer
}
.top-header-right-col ul li.language select option{
	color: #000
}
.top-header-right-col ul li.language select:focus,
.top-header-right-col ul li.language select:focus-visible{
	outline: none;
}
.main-navbar .navbar-collapse {
    justify-content: center;
}
.menu-header {
    background: #003464;
    padding: 3px 0px;
}
.main-navbar .navbar-collapse ul li a.nav-link {
    padding: 0px 9px;
    color: #fff;
    font-size: 14px;
}
.main-navbar .navbar-collapse ul li:last-child a.nav-link{
	padding-right: 0px
}
.main-navbar .navbar-collapse ul li a.dropdown-item {
    font-size: 14px;
}
/* -------------------------- 
	TOP MAIN HEADER
------------------------------*/
.logo .logo-title h3 {
    font-size: 18px;
    font-weight: 600;
}
.logo-title {
    line-height: 16px;
    margin-right: 20px;
    color: #003464;
}
.logo .logo-title span {
    background: #003464;
    font-size: 10px;
    color: #fff;
    padding: 1px 5px;
    border-radius: 30px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-header-area .logo img {
    margin-right: 10px;
	height: 65px;
}
.main-header-area a.navbar-brand {
    color: #132252;
}
.logo-title p{
	font-size: 14px;
}
.logo-title p {
    font-size: 18px;
    font-weight: 400;
}
.main-header-area {
    padding: 5px 0;
}
.search-input {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 10px 5px 30px;
    font-size: 16px;
    flex: 1;
}
  .search-icon {
    position: absolute; /* Positions icon within the input field */
    right: 27px; /* Places icon 10px from right edge */
    top: 10px; /* Positions icon 10px from top */
    color: #ccc; /* Adjust icon color */
  }
/* .form-search-key form input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px;
  } */

/* -------------- 
	NAVBAR 
------------------- */
.header-nav-bar {
    background: #b8c6f2;
	padding: 5px 0px;
}
.header-nav-bar nav.navbar {
    padding-left: 0;
    padding-right: 0;
}
.header-nav-bar ul.navbar-nav li a.nav-link {
    color: #000;
    padding: 0 20px;
	font-weight: 600;
	font-size: 14px;
}

/* ------------- 
	BANNER AREA 
	--------------- */
.owl-nav,
.owl-dots{
	display: none;
}
.banner-content {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-content h1{
	color: #fff;
	font-size: 40px;
	font-weight: 800
}
.banner-content p{
	font-size: 16px;
	color: #fff;
	
}
.owl-carousel .owl-item .banner-content img{
	width: auto
}
/* ------------ 
	ABOUT AREA
------------------- */
.latest-news-head {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.latest-news-head h4 {
    font-size: 18px;
    padding: 10px 19px;
}
.news-section {
    background: #F0F4FD;
    position: relative;
}
.news-section ul li {
    list-style: none;
    display: inline-block;
	padding: 8px 10px;
}
.news-section ul li i {
    color: #FF3535;
}
.news-section ul li a {
    color: #003464;
}
.news-section ul li a {
    font-weight: 600;
}
.news-section ul li a:hover {
    color: #002147;
}
.about-section span {
    color: #8D8D8D;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.about-section h3 {
    color: #132252;
    font-weight: 600;
    position: relative;
}
.view-btn{
    display: flex;
    margin: 10px 0px;
    z-index: 9;
    position: relative;
    z-index: 6;
}
.view-btn a {
    padding: 6px 15px;
    background: #FF3535;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.visit-photo p {
    font-weight: 600;
    color: #FF3535;
	font-size: 28px;
}
.visit-photo h3 {
    font-weight: 600;
    color: #003464;
	font-size: 28px;
}

.nikshay-section a {
    font-weight: 600;
    color: #003464;
    font-size: 28px;
}
.visit-photo span {
    color: red;
    font-size: 27px;
    font-weight: 600;
}
section.nikshay-content {
    background: url(../images/back.png);
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}
.nikshay-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.aushadhi-image {
    position: relative;
    z-index: 3; 
}
.aushadhi-para {
    position: relative;
    z-index: 3; 
    color: #fff;
}

.aushadhi-para h3 {
    font-weight: 600;
    position: relative;
    z-index: 4;
}

.aushadhi-para p {
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    z-index: 4; 
}

/* -------------- 
	GOVERNMENT OREDER AREA
---------------------------- */
.white-bg{
	background: #fff;
	padding: 35px;
	border: 1px solid #F0F0F0;
}
.white-bg h3,
.blue-bg h3{
	font-size: 24px;
	color: #132252;
	font-weight: 600;
	margin-bottom: 20px;
}
.blue-bg{
	background: #EBF4FF;
	padding: 35px;
	border: 1px solid #EBF4FF;
	height: 398px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.orders-notifications{
	margin-top: 0;
    background: url(../haryana/images/order-bg.png);
    padding-top: 80px;
    height: 300px;
}
.government-orders.orders-notifications {
    overflow: visible;
}
ul.listing li {
    margin-bottom: 15px;
	position: relative;
	list-style: none
}
ul.listing li:last-child{
	margin-bottom: 0;
}
ul.listing li:before {
    content: "\f0a9";
    position: absolute;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -20px;
    color: #FF3535;
}
ul.listing {
    padding-left: 17px;
}
ul.listing li a {
    color: #000;
}
.spacer {
    height: 230px;
}
/*	-------------------- 
	GOV LOGO AREA
---------------------------- */
.gov-logo-area{
	text-align: center;
}
.gov-logo-area ul li{
	list-style: none;
	display: inline-block;
	 padding: 0 30px;
}
.gov-logo-area ul li img {
    height: 70px;
}

/*	-------------------- 
	TOP FOOTER AREA
---------------------------- */
.top-footer{
	background: #F3F6FF;
	padding: 15px 0;
}
.top-footer ul li{
	display: inline-block;
	list-style: none;
}
.top-footer p{
	color: #132252;
	font-weight: 600;
}
.top-footer ul li a{
	color: #132252;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
}
.top-footer ul li:last-child a{
	padding-right: 0
}

/*	-------------------- 
	BOTTOM FOOTER AREA
---------------------------- */
.footer-bottom{
	background: #003464;
	padding: 15px 0;
}
.footer-bottom p{
	font-weight: 600
}
.footer-bottom p {
    font-weight: 600;
    color: #fff;
}


/*	-------------------- 
	FAQ Page CSS
---------------------------- */
#about_section_banner {
    background-image: url(../images/slide-bg-1.png);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    }
    .faq-heading h3 {
        color: #ff3535;
        font-weight: 600;
    }
    .faq-heading h2 {
        font-weight: 600;
        color: #132252;
    }
    .faq-heading p {
        color: #727272;
        margin: 14px 0px;
    }
    #main {
        margin: 10px 0;
      }
      
      #main #faq .card {
        margin-bottom: 5px;
        border: 0;
      }
      
      #main #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 0;
      }
      
      #main #faq .card .card-header .btn-header-link {
        color: #fff;
        display: block;
        text-align: left;
        background: #003464;
        color: #fff;
        padding: 20px;
      }
      
      #main #faq .card .card-header .btn-header-link:after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
      }
      
      #main #faq .card .card-header .btn-header-link.collapsed {
        background: #D4EBFF;
        color: #000;
      }
      
      #main #faq .card .card-header .btn-header-link.collapsed:after {
        content: "\f078";
      }
      
      #main #faq .card .collapsing {
        background: #fff;
        line-height: 30px;
      }
      
      #main #faq .card .collapse {
        border: 0;
      }
      
      #main #faq .card .collapse.show {
        background: #D4EBFF;
        line-height: 30px;
        color: #000;
      }
      .faq-head h3 {
        text-align: center;
        margin-top: 32px;
        font-family: "Neu-Medium";
        font-size: 25px;
      }
      .accord-title h3 {
        font-family: "Neu-Medium";
        font-size: 23px;
        margin-top: 50px;
        margin-left: 20px;
      }



.wpb_column.vc_column_container.vc_col-sm-12 {
    padding-left: 0% !important;
    padding-right: 0% !important;
}