/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face {
  font-family: "myriadB";
  src: url("MYRIADPRO-BOLD.OTF");
}

@font-face {
  font-family: "myriadSB";
  src: url("MYRIADPRO-SEMIBOLD.OTF");
}

@font-face {
  font-family: "myriadR";
  src: url("MYRIADPRO-REGULAR.OTF");
}

/*@font-face{
    font-family: 'helveticaB';
    src: url('Helvetica Bold.ttf');
}

@font-face{
    font-family: 'helveticaR';
    src: url('Helvetica-Regular.ttf');
}

@font-face{
    font-family: 'calibriR';
    src: url('Calibri.ttf');
}

@font-face{
    font-family: 'calibriB';
    src: url('CALIBRIB.TTF');
}*/

html,
body {
  margin: 0;
  padding: 0;
  font: 15px myriadR;
  /*overflow-x: hidden;*/
}

a {
  font-size: 14px;
  transition: all 0.5s ease;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.navbar {
  background-color: #5a4017;
  border-radius: 0;
  border: none;
  padding: 5px 0;
  margin-bottom: 0;
}

.navbar-header {
  margin-right: 0px !important;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background: #5a4017;
}
/* Genral Styles*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

a:hover,
a:focus {
  color: #5a4017;
  text-decoration: underline;
}

.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.d-table {
  display: table;
}
.d-table-cell {
  float: none;
  display: table-cell;
}
.section-title {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}

.front-section {
}
/*Navigation*/
.nav .caret {
  border-top-color: #5a4017;
  border-bottom-color: #5a4017;
}
.top_navigation {
  margin-top: 1em;
}
.top_navigation .block-search {
}
.top_navigation .block-search .input-group {
  margin-bottom: 10px;
}

.top_navigation .block-search .form-search .form-control {
  height: 28px;
  color: #fff;
  border-radius: 0;
  background-color: #5a4017;
  border-color: #5a4017;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  height: 28px;
  color: black;
  border-radius: 0;
  background-color: white;
  border-color: #5a4017;
  width: 100%;
  margin-bottom: 0;
}

.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
  color: #5a4017;
  background-color: #fff;
}

.top_navigation .block-search .input-group .form-control.form-text {
  height: 28px;
  color: #fff;
  border-radius: 0;
  background-color: #5a4017;
  border-color: #5a4017;
}
.top_navigation .block-search .input-group .input-group-btn {
}
.top_navigation .block-search .input-group .input-group-btn button {
  border-radius: 0;
  height: 26px;
  color: #333;
  background-color: #fff;
  border-color: white;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white !important;
  background-color: #5a4017 !important;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main_navigation {
}
.main_navigation .menu.nav {
}
.main_navigation .menu.nav li {
  display: inline-block;
  margin: 0 0.6em;
}
.main_navigation .menu.nav li.last {
  margin-right: 0;
}
.main_navigation .menu.nav li a {
  font: 16px myriadR;
  color: #fff;
}
.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
  color: #5a4017;
  background-color: #fff;
}
.main_navigation .menu.nav .dropdown-menu {
}
.main_navigation .menu.nav .dropdown-menu li {
  display: block;
  margin: 0;
}
.main_navigation .menu.nav .dropdown-menu li a {
  color: #5a4017;
  padding-bottom: 5px;
}
.main_navigation .menu.nav .dropdown-menu li a:hover,
.main_navigation .menu.nav .dropdown-menu li a:focus,
.main_navigation .menu.nav .dropdown-menu li a.active {
  background-color: #5a4017 !important;
  color: #fff !important;
  text-decoration: none;
}

.inner-page .field--name-field-full-date {
  font-weight: bold;
}

.inner-page .field--name-field-date {
  font-weight: bold;
}

.region.region-content .content p a {
  color: #09283c;
  text-decoration: underline;
  transition: all 0.6s ease;
}

/*Main Banner*/
.main-banner-container {
  margin-left: -15px;
  margin-right: -15px;
}
.main-banner-container .main-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-banner-container .main-banner img {
  width: 100%;
  height: auto;
}

div[id^="views_slideshow_cycle_div_main_banner-block_1"] {
  width: 100% !important;
}

/* Highlights */
.banner2_left {
  padding: 5rem 7rem;
}
.banner2_left .highlights-section-title {
  font: 36px myriadSB;
  color: #5a4017;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.highlights-wrap {
  display: flex;
  margin-bottom: 3rem;
}
.highlights-wrap .highlights-date-wrap {
  font: 19px myriadR;
  color: #5f5f5f;
  text-align: center;
  margin-right: 1.5em;
  font-weight: bold;
}
.highlights-wrap .highlights-date-wrap .highlights-month {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.highlights-wrap .highlights-date-wrap .highlights-date {
  height: 80px;
  width: 90px;
  font: 50px myriadR;
  background-color: #5a4017;
  color: #fff;
  margin: 12px 0;
  padding: 10px 0;
}
.highlights-wrap .highlights-date-wrap .highlights-year {
}
.highlights-wrap .highlights-body {
}
.highlights-wrap .highlights-body .highlights-title {
  color: #5a4017;
  margin-top: 41px;
  margin-bottom: 8px;
  font: 18px myriadSB;
}
.highlights-wrap .highlights-body .highlights-title a {
  font: 17px myriadSB;
  border-bottom: 1px dashed #5a4017;
  text-decoration: none;
}
.highlights-wrap .highlights-body .highlights-txt {
  color: #5f5f5f;
  font: 15px myriadR;
  line-height: 1.5;
  text-align: justify;
}
.banner2_left .more-link {
  position: relative;
}
.banner2_left .more-link a {
  position: absolute;
  left: auto;
  right: 0;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  /* width: 102px; */
  display: block;
  background: #5a4017;
  padding-right: 10px !important;
  padding: 0.5em 0;
  padding-left: 11px;
  float: right;
  border-radius: 5px;
}

/*Notice Board*/
.banner2_right {
  background: url("/system/files/notice-bg.jpg") no-repeat center center / 100%
    100% !important;
  /* background: url('../images/Notes-Board-Image.jpg');*/
  /*background: url('/system/files/b2r-nb-bg.jpg') ;*/
  color: #fff;
  padding: 5rem 7rem;
}
.banner2_right .noticeboard-title {
  font: 36px myriadSB;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.banner2_right ul {
  list-style-type: none;
  padding: 0;
}
.banner2_right ul li {
  margin-bottom: 30px;
}
.banner2_right ul li .notice {
  margin: 1.5rem 0;
}
.banner2_right ul li .notice::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #fff;
  margin-right: 15px;
  position: relative;
  top: 0;
}
.banner2_right ul li .notice a {
  color: #fff;
  font: 16px myriadR;
  /* display: inline-block;*/
  vertical-align: middle;
  width: 90%;
}

/* District at Galance*/
.banner3_left {
}
.banner3_left .district-glance-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
.banner3_left .district-glance-img img {
  width: 100%;
  /*height: auto;*/
  height: 40em;
}

.front-section.banner3.col-sm-12 {
  background-color: #f5f6f8;
}
.front-section.banner5.col-sm-12 {
  background-color: #f5f6f8;
}

.row.d-table a {
  display: block;
}

.banner3_right {
}
.district_at_glance {
  padding: 5rem 5rem;
}
.district_at_glance .district-item {
  display: block;
  border: none;
  color: #5a4017;
  text-align: center;
  text-decoration: none;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}
.district_at_glance .district-item:hover,
.district_at_glance .district-item:focus {
  color: #fff;
  /* background-color: #5A4017

;*/
}
.district_at_glance .district-item .district-icon {
  width: 185px;
  height: 182px;
  background-size: 100% !important;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.district_at_glance .district-item .natural-resource-icon {
  background: url("/system/files/10004.png") no-repeat center center;
}
.district_at_glance .district-item:hover .natural-resource-icon {
  background: url("/system/files/10015%20-%20Copy.png") no-repeat center center;
}
.district_at_glance .district-item .district-profile-icon {
  background: url("/system/files/10005.png") no-repeat center center;
}
.district_at_glance .district-item:hover .district-profile-icon {
  background: url("/system/files/10014.png") no-repeat center center;
}

.district_at_glance .district-item .the-people-icon {
  background: url("/system/files/climate-new.png") no-repeat center center;
}
.district_at_glance .district-item:hover .the-people-icon {
  background: url("/system/files/climate-new-hvr.png") no-repeat center center;
}

.district_at_glance .district-item .agriculture-icon {
  background: url("/system/files/10007.png") no-repeat center center;
}
.district_at_glance .district-item:hover .agriculture-icon {
  background: url("/system/files/places-hover.png") no-repeat center center;
}
.district_at_glance .district-item .imporant-places-icon {
  background: url("/system/files/10008.png") no-repeat center center;
}
.district_at_glance .district-item:hover .imporant-places-icon {
  background: url("/system/files/ip-hover%20-%20Copy.png") no-repeat center
    center;
}
.district_at_glance .district-item .small-dams-icon {
  background: url("/system/files/geography-new.png") no-repeat center center;
}
.district_at_glance .district-item:hover .small-dams-icon {
  background: url("/system/files/geography-new-hvr.png") no-repeat center center;
}

.district_at_glance .district-item .district-title {
  font-size: 15px;
  font-weight: 600;
}

/*Places*/
.places-img-wrap {
  padding: 7rem 0;
  text-align: center;
}
.places-img-wrap .places-img {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.places-img-wrap .places-img img {
  width: 100%;
  height: auto;
}
.banner4_right {
  background-color: #5a4017;
  padding: 5rem 7rem;
}
.places-wrap {
  color: #fff;
}
.places-wrap .section-title {
  font: 28px myriadSB;
  margin-bottom: 0.5em;
}
.places-wrap .places-content {
  font: 15px myriadR;
  line-height: 2;
}

/*Departments*/
.department-img-wrap {
  margin-right: -15px;
  margin-left: -15px;
}
.department-img-wrap .department-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.department-img-wrap .department-img img {
  width: 100%;
  height: auto;
}
.departments-wrap {
  padding: 7rem;
}
.departments-wrap .department-item {
  display: block;
  transition: all 0.8s ease-in-out;
}
.departments-wrap .department-item:hover {
  transform: translateY(15px);
}
.departments-wrap .department-item .department-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.departments-wrap .department-item .department-img img {
  width: 100%;
  height: auto;
}

.front-section.banner5.col-sm-12 {
  margin-bottom: -10px;
}

/*footer*/
.footer {
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.footer-top {
  background-color: #5a4017;
}
.footer-top .footer-menu {
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  background-color: #5a4017;
}
.footer-top .footer-menu a {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  padding: 5px 7px;
  text-decoration: none;
}
.footer-top .footer-menu a:hover,
.footer-top .footer-menu a:focus {
  color: #fff;
  /*background-color: #fff;*/
  text-decoration: underline;
}
.footer-bottom {
  background-color: #3a3a3c;
  color: #fff;
  padding: 10px 15px;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .copy-right {
  text-align: left;
}
.footer-bottom .powered-by {
  text-align: right;
}
/*Inner page*/
.inner-page {
  min-height: calc(105vh - 194.6px);
  padding-bottom: 1em;
  font: 15px myriadR;
  line-height: 1.5em;
  background: url("../images/pattren.png") repeat fixed center center;
}
.inner-page #page-title {
  font-family: myriadSB;
  margin-top: 16px;
  margin-bottom: 5px;
}
.inner-page h3 {
  color: #5a4017;
}
.inner-page a {
  color: black;
  font: 15px myriadR;
}

.inner-page img {
  border-radius: 10px;
  margin: 0 15px !important;
}

.inner-page a:hover {
  color: #5a4017;
  font: 15px myriadR;
}

.rtecenter {
  text-align: center;
}

a {
  color: #5a4017;
}

.inner-page ul {
}
.inner-page ul li {
  padding: 0.5em 0;
}
.inner-page ul li a {
  border-bottom: 1px dashed #5a4017;
  text-decoration: none;
}

#sidefix-help {
  margin: 0;
  background: url(../images/Helpine.png) no-repeat;
  position: fixed;
  right: 0;
  top: 41%;
  z-index: 9999;
  width: 68px;
  height: 69px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.75s ease-in-out 0s;
}

#sidefix-help:hover {
  width: 173px;
  display: block;
  transition: all 0.75s ease-in-out 0s;
}

#sidefix-helpline-wrap {
  margin: 0;
}

#sidefix {
  margin: 0;
}

img.image_style_basic {
  /* float: left;*/
  margin: 0 15px;
}

img.image_style_basic.important_img {
  margin: 0 15px;
}

img.DC_image_style {
  margin: 0 15px;
}

/*Breadcrumbs*/
.inner-page .breadcrumb {
  margin: 0 -15px;
  padding: 0.5rem 2rem;
  border-radius: 0;
}
.inner-page .breadcrumb li {
}
.inner-page .breadcrumb li a {
  color: #5a4017;
}

.inner-page .breadcrumb > li + li::before {
  color: #5a4017;
}

/*Article Page Styling*/

article[about="/dc-message"] img {
  margin: 0px 15px;
  float: left;
}

article[about="/dc-message"] img {
  margin: 0px 15px !important;
  border-radius: 10px;
}

article[about="/public_representatives"] .rtecenter {
  text-align: unset !important;
}

article[about="/important_places"] img {
  margin: 0 15px !important;
  border-radius: 10px;
}

article[about="/autonomous"] {
  min-height: calc(107vh - 191.6px) !important;
  border-radius: 10px;
}

article[about="/transportation"] img {
  margin: 0 15px !important;
  border-radius: 10px;
}

article[about="/important-personalities"] img {
  margin: 0 15px !important;
  border-radius: 10px;
}

article[about="/important-personalities"] img {
  margin: 0 15px !important;
  border-radius: 10px;
  height: 150px;
  width: 150px;
  margin-top: 21px;
}

article[about="/our_dcs"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
  margin-bottom: 6px;
}

article[about="/skp_tehsils"] img {
  margin: 0 auto !important;
}
article[about="/national_provincial"] img {
  margin: 0 auto !important;
}

article[about="/natural_resources"] img {
  margin: 0 15px !important;
  border-radius: 10px;
}

article[about="/Core_team1"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
}
article[about="/core_team"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
}

article[about="/public-representatives"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
  margin-bottom: 6px;
}

article[about="/public-representatives"] h3 {
  font-size: 18px;
  text-align: center;
}

article[about="/NGO"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
  margin-bottom: 6px;
}

article[about="/NGO"] h3 {
  font-size: 18px;
  text-align: center;
}

article[about="/dengue"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
  margin-bottom: 6px !important;
}

article[about="/dengue"] h3 {
  font-size: 18px;
  text-align: center;
}

article[about="/agriculture"] img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 10px;
  margin-bottom: 6px !important;
}

article[about="/agriculture"] img {
  margin: 0 auto !important;
  display: block;
}

article[about="/agriculture"] h3 {
  font-size: 18px;
}

article .content ul {
  list-style: none;
  padding: 0 0 0 1.5em;
}
article .content ul > li {
  position: relative;
}

article[about="/legal_framework"] .content ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5a4017;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 30%;
  border-radius: 0;
  transform: translateY(-50%);
}

article[about="/services"] h4 {
  color: #5a4017 !important;
  font-weight: 600;
}

article .content ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5a4017;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  /*top: 50%;*/
  /*    Comment Because third ul issue in services page*/
  top: 18px;
  border-radius: 0;
  transform: translateY(-50%);
}

article[about="/covid-19"] img {
  height: 200px !important;
  width: 300px !important;
  border-radius: 10px;
  margin-bottom: 6px !important;
  margin: 0 auto !important;
  display: block;
  padding: 5px;
}

article[about="/covid-19"] h2 {
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
}
article[about="/covid-19"] h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
article[about="/covid-19"] p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* Agriculture */
.rtecenter .img-responsive {
  margin: 0 auto;
}

.article[about="/important-places"] .img {
  float: left;
}

.dropdown-menu > li > a {
  color: #5a4017;
  /*padding: 5px 5px 5px 19px;*/
}

#block-popup {
  display: none;
}

/*Site Map Styling*/

.sitemap {
  padding: 0 1.5rem;
}
.sitemap h2 {
  /*font: 30px MontserratBold;*/
  margin-top: 0;
}
.sitemap .caret {
  display: none;
}
.sitemap ul {
  list-style-type: disc;
  float: none;
  background: transparent;
  padding: 0 0 0 1.5em;
  margin: 0 !important;
}
.sitemap ul li {
  list-style-image: url("../images/list-bullet.png");
  float: none;
  display: list-item;
}
.sitemap ul li a {
  padding: 0;
  /* color: #171F32; */
  font: 15px myriadR;
  border-bottom: 1px dashed #5a4017;
  text-decoration: none;
  display: inline-block;
}
.sitemap ul li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.sitemap-item ul li ul {
  position: initial;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  list-style: circle;
}

/*Notice Board*/
.hpwrap {
  margin-bottom: 1.5em;
}
.hpwrap .noticeDate2 {
}
.hpwrap .date-display-single,
.date-display-single {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font: 15px myriadB;
}
.hpwrap .noticeTitle2 {
}
.hpwrap a {
  font: 15px myriadR;
  border-bottom: 1px dashed #5a4017;
  text-decoration: none;
}
/*Highlights*/
.hpwrap .fdwrap {
}
.hpwrap .fdwrap .fd {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font: 15px myriadB;
}
.hpwrap .twrap {
}

time {
  font-weight: bold !important;
}

.inner-page .page-header {
  border-bottom: none;
}

/* Gallery*/
.gallery-item {
  margin-bottom: 30px;
}
.gallery-item .gallery-img {
  height: 150px;
  width: 220px;
  overflow: hidden;
  margin: 0 auto 0.7em;
}
.gallery-item .gallery-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.6s ease;
}

.inner-page .view-gallery.view-id-gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

.gallery-item:hover .gallery-img img {
  transform: scale(1.2);
}
.gallery-item .gallery-title {
  font-size: 20px;
  text-align: center;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #5a4017 !important;
  background-color: white !important;
}

/* Reponsive*/
@media screen and (max-width: 767px) {
  .d-table {
    display: block;
  }
  .d-table-cell {
    float: left;
    display: block;
  }
  /**********************/

  .banner2_right {
    background: url("/system/files/notice-bg.jpg") no-repeat fixed center center /
      cover;
  }

  .navbar-toggle {
    margin-top: 18px !important;
    margin-right: 10px !important;
  }
  .navbar.container-fluid {
    padding: 0 !important;
  }
  .navbar .logo {
    width: 75%;
    margin: 2px 0 0 5px !important;
  }
  .navbar .logo img {
    width: 70%;
  }
  .top_navigation .block-search .input-group {
    margin-top: 10px;
  }
  .main_navigation .menu.nav li {
    display: block;
  }
  .main_navigation .menu.nav li a {
    color: #fff;
    position: relative;
  }
  .main_navigation .menu.nav li a:hover,
  .main_navigation .menu.nav li a:focus,
  .main_navigation .menu.nav li a.active {
    color: #5a4017;
    background-color: #fff;
  }

  article[about="/covid-19"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
    margin: 0 auto !important;
    display: block;
    padding: 5px;
  }

  article[about="/covid-19"] h2 {
    font-size: 15px;
    font-weight: bolder;
  }
  article[about="/covid-19"] h3 {
    font-size: 18px;
    font-weight: bold;
  }
  article[about="/covid-19"] p {
    font-size: 16px;
    font-weight: bold;
  }

  /*Dropdown*/
  .main_navigation .menu.nav .open .dropdown-backdrop {
    display: none;
  }
  .main_navigation .menu.nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main_navigation .menu.nav .dropdown-menu li a {
    color: #fff;
    padding: 5px 20px;
  }
  .main_navigation .menu.nav .dropdown-menu li a:hover,
  .main_navigation .menu.nav .dropdown-menu li a:focus,
  .navbar-default .navbar-nav > .active > a:visited,
  .main_navigation .menu.nav .dropdown-menu li a.active {
    background-color: #fff;
    color: #5a4017;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:visited,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #5a4017 !important;
    background-color: white;
  }

  .banner2_left {
    padding: 2em 1em;
  }
  .banner2_right {
    padding: 2em 1em;
    margin-top: 26px;
  }
  .banner3_left section {
    margin: 0 -15px;
  }
  .banner3_left .district-glance-img {
    margin: 0;
  }

  .district_at_glance {
    padding: 2em 0 5em;
  }
  .district_at_glance .district-item {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .places-img-wrap {
    padding: 0;
    margin: 0 -15px;
  }
  .places-img-wrap .places-img {
    width: 100%;
  }
  .banner4_right {
    padding: 2em 1em;
  }
  .departments-wrap {
    padding: 2em 5em;
  }

  .banner3_left .district-glance-img img {
    width: 100%;
    height: auto;
  }

  .departments-wrap .department-item {
    margin: 0 auto;
    margin-bottom: 1.75em;
    max-width: 180px;
  }

  .inner-page .view-gallery.view-id-gallery .view-content {
    display: block;
    text-decoration: none;
    border-bottom: unset !important;
  }

  .footer-bottom .copy-right,
  .footer-bottom .powered-by {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .navbar .logo img {
    width: 100%;
  }

  .places-wrap .places-content {
    font: 13px myriadR;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.8px;
  }

  .banner2_right ul li .notice {
    margin: 1.5rem 1.5em;
  }

  #sidefix-help {
    top: 31%;
  }

  time {
    font-weight: bold;
  }

  article[about="/public-representatives"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
    max-width: 100%;
  }

  article[about="/NGO"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
    max-width: 100%;
    margin: 0 !important;
  }

  article[about="/public-representatives"] h3 {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
  }

  article[about="/NGO"] h3 {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
  }

  article[about="/climate"] img {
    width: 250px !important;
  }

  article[about="/budget"] .content {
    overflow-x: auto;
  }

  article[about="/Core_team1"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
  }

  article[about="/contact_us"] td {
    display: block;
  }

  article[about="/contact_us"] table {
    width: 230px !important;
  }

  article[about="/core_team"] h3 {
    font-size: 14px;
    text-align: center;
  }

  article[about="/core_team"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
  }

  article[about="/skp_tehsils"] img {
    /*max-width: 268px;*/
  }

  article[about="/Core_team1"] h3 {
    font-size: 14px;
    text-align: center;
  }

  article[about="/our_dcs"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px;
  }

  article[about="/organogram"] img {
    height: 158px !important;
    width: 186px !important;
    border-radius: 10px;
    margin-bottom: 6px;
  }

  article[about="/dengue"] h3 {
    font-size: 14px;
    text-align: center;
  }

  article[about="/dengue"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px;
  }

  article[about="/dengue"] h2 {
    font-size: 15px;
    font-weight: bolder;
  }

  article[about="/covid-19"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px !important;
    margin: 0 auto !important;
    display: block;
    padding: 5px;
  }

  article[about="/covid-19"] h2 {
    font-size: 15px;
    font-weight: bolder;
  }
  article[about="/covid-19"] h3 {
    font-size: 18px;
    font-weight: bold;
  }

  article[about="/covid-19"] table {
    width: 100% !important;
  }

  article[about="/agriculture"] h3 {
    font-size: 14px;
  }

  article[about="/agriculture"] img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
    margin-bottom: 6px !important;
    padding: 10px;
  }

  article[about="/our_dcs"] h3 {
    font-size: 14px;
    text-align: center;
  }

  article[about="/important_places"] img {
    margin: 0 15px !important;
    border-radius: 10px;
  }
  article[about="/important-places"] img {
    margin: 0 15px !important;
    border-radius: 10px;
  }

  article[about="/important-personalities"] img {
    margin: 0 15px !important;
    border-radius: 10px;
    height: 150px;
    width: 150px;
    margin-top: 21px;
  }

  .highlights-body p {
    text-align: justify;
    font-size: 12px !important;
  }
  .highlights-wrap .highlights-body .highlights-title a {
    font: 15px myriadSB;
  }

  h3.highlights-title {
    font-size: 16px;
  }

  .highlights-wrap .highlights-body .highlights-title {
    margin-top: 32px;
    font: 14px myriadSB;
  }

  .banner2_right ul li .notice a {
    text-align: justify;
    letter-spacing: 0.8px;
    font: 14px myriadR;
  }

  .banner2_left .more-link a {
    position: absolute;
  }

  h3.highlights-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin: 0;
  }
  .top_navigation::after {
    content: "";
    clear: both;
    display: block;
  }
  .top_navigation .block-search {
    float: right;
    width: 250px;
  }
  .top_navigation .block-search::after {
  }
  .top_navigation .block-search .input-group {
  }
  .banner2_left {
    padding: 2em 3em;
  }
  .banner2_right {
    padding: 2em 2em 20em;
  }
  .district_at_glance {
    padding: 3rem 2.5rem;
  }
  .district_at_glance .district-item {
    height: 180px;
  }
  .places-img-wrap {
    padding: 2em 0;
  }
  .places-img-wrap .places-img {
    width: 90%;
  }
  .banner4_right {
    padding: 2em 2em;
  }
  .places-wrap .places-content {
    text-align: justify;
    font: 15px myriadR;
    line-height: 2;
  }
  .departments-wrap {
    padding: 2em;
  }
}
/* for collapsable navigagion for tab screens*/
@media (max-width: 991px) {
  /* .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
      background: #FFF;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .page-class .main_navigation .navbar-nav li a{
    color: #171F32;
}*/
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .banner2_left {
    padding: 5em 7em;
  }
  .banner2_right {
    padding: 5em 5em 24em 7em;
  }
  .district_at_glance {
    padding: 5em 5em 8em;
  }
  .places-img-wrap {
    padding: 0 0 3em;
  }
  .places-img-wrap .places-img {
    width: 70%;
  }
  .banner4_right {
    padding: 5em 4em;
    font-size: 12px;
  }
  .departments-wrap {
    padding: 7em 3em;
  }
  .departments-wrap .department-item {
    width: 180px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  form#search-block-form {
    width: 75%;
    float: right;
    margin-right: 12px;
  }
}

/*********************************************************/
/* DASTAK BANNER */
/*********************************************************/

@font-face {
  font-family: "archivo";
  src: url("Archivo-Regular.ttf");
}
@font-face {
  font-family: "archivoB";
  src: url("Archivo-Bold.ttf");
}

#block-dastakbannerqr {
  padding: 4em 3em;
}
#block-dastakbanner {
  padding: 1em 36px;
}
#maryam-banner-wrapper {
  background: #f1fcff;
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1fcff url("/system/files/banner-bg.png") no-repeat center center /
    cover;
  background-size: 100% 100%;
  padding: 48px 28px;
  /* padding: 28px; */
}
.left-block > img {
  position: relative;
  right: 48px;
}
.right-block {
  position: relative;
  left: 24px;
}
.icons-wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}
.icons-wrap > li {
  width: calc(20% - 12px);
  height: 115px;
  min-width: 153px;
}

.icons-wrap > li > a {
  display: block;
}
.icons-wrap > li > a img {
  display: block;
  width: 100%;
  height: auto;
}
.icons-wrap > li > a:hover,
.icons-wrap > li > a:focus {
  text-decoration: none;
}
.img-links-wd-qr-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
}
.img-links-wd-qr-wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.heading-wrap > img {
  display: block;
  margin: 0 auto 18px;
  width: 161px;
  height: 69px;
}
.dastak-title {
  font: 26px/26px "archivoB", sans-serif;
  margin: 0 0 6px;
  text-align: center;
  color: #038b45;
}
.heading-wrap {
  text-align: center;
  margin: 0 0 36px;
}
.heading-wrap p {
  color: #6b6b6b;
  text-align: center;
  font: 16px/20px "archivo", sans-serif;
}
.sidebar img {
  display: block;
  width: 100%;
  height: auto;
}
.img-links-wd-qr-wrap a img {
  min-width: 135px;
  width: 135px;
  height: 40px;
}
.img-links-wd-qr-wrap > div > img {
  width: 135px;
  height: 135px;
  display: block;
  overflow: hidden;
}

/* 
    dastak banner for all others 
*/
.qrcode-wrap > img {
  width: 142px;
  height: 142px;
  display: block;
}
.appstore-area,
.playstore-area {
  width: fit-content;
}
.qr-app-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 12px;
}
.qrcode-wrap {
  display: block;
  overflow: hidden;
  margin: 0 0 8px;
}
@media screen and (max-width: 1366px) {
  .icons-wrap > li {
    min-width: 153px;
  }
}
@media screen and (max-width: 768px) {
  .qr-app-content {
    flex-direction: column;
    align-items: center;
  }
  .qr-app-content > div:first-child {
    margin: 0 0 48px;
  }
  .right-block {
    z-index: 10;
    left: 0;
  }

  .icons-wrap > li {
    min-width: 153px;
  }
  #maryam-banner-wrapper {
    background-image: none;
    background: #f1fcff;
    position: relative;
    z-index: 10;
  }
  .left-block > img {
    width: 75%;
    margin: 0 auto 48px;
  }
  .content-section {
    margin: 0 0 48px;
  }
  .img-links-wd-qr-wrap > div {
    width: calc(50% - 12px);
  }

  #maryam-banner-wrapper::before {
    content: "";
    width: 100%;
    height: 292px;
    background: url("/system/files/mob-top-bg.svg") no-repeat center center /
      cover;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  #maryam-banner-wrapper::after {
    content: "";
    background: url("/system/files/mob-btm-bg.svg") no-repeat center center /
      cover;

    width: 100%;
    height: 490px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .img-links-wd-qr-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }
  .img-links-wd-qr-wrap > div {
    width: calc(80% - 12px);
  }
}

/*********************************************************/
/* END OF DASTAK BANNER */
/*********************************************************/
