body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

.logos_row .logo1 img {
    width: 60px;
}

.logos_row .logo2 img {
    width: 60px;
}
.covid_col {
    max-width: 450px;
    margin: auto;
}

.covid_title img {
    width: 120px;
}
.covid_title .text {
    font-size: 1.5em;
    margin-top: 20px;
}

.covid_title .text h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0px;
}
.covid_title .text .subText {
    font-size: 1.15em;
}

.covid_col img {
    max-width: 150px;
}

.covid_col .text {
    font-size: 1rem;
    margin-left: 10px;
}

.covid_col .text h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.covid_col .text .desc {
    font-size: .8em;
}

.covid_col .text a {
    color: inherit;
}

.urdu .covid_col .text {
    text-align: right;
}

.site-button-blue {
    background: #00ADEF;
    color: #fff;
}

.site-button-black {
    background: #25272e;
    color: #fff;
}

.site-button-black:hover {
    color: #ccc;
}

.note {
    background: #ff3e3e;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}
a.download_link {
    display: block;
    text-align: center;
}

a.download_link img {
    max-width: 300px;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
  }
  
  /* Default mode */
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }
  
  /* Below tabs mode */
  
  .tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
  }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
  }
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
  }
  .tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
  }
  .tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

   /* FOR TABS */

   .project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #00adef;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;

}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: transparent;
    border-color: transparent transparent #f8faf8;
  
    font-size: 16px;
    background-color: #00adef;
    font-weight: bold;
}


.section-content .section-nav{

  background-color: #e9e9e9 !important;
  color: black !important;
}





.project-tab .nav-link {
   
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.nav-tabs .nav-link {
     border: none; 
   color: black;
}

.seting{
    height: 153px;
}



.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
      margin-bottom: 10px;
   
  }
  .set > a{
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    color: black;
    font-weight: 600;
  
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
  .set > a i{
    float: right;
    margin-top: 2px;
    color: darkgray;
   

    
  }

  li .content{
    color: black !important;
  }
  .set > a.active{
    background-color: #f8f8f8;
    color: black;
    }
  .set .content{
    background-color: #f8f8f8;
    display:none;
 
  }
  .set .content p{
    padding: 10px 15px;
    margin: 0;
    color: black;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 430px;
    height: 50px;
    margin-left: 370px;
    margin-top: 20px;
    
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 230px;
    background-color: #169f19;
    -webkit-transition: .4s;
    color: white;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #dadada;
    color: white;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #dadada;
    color: white;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  .banner-img{
    width: 100% !important;
    
  }
  
  
.card-guidlines{
  background-color: #f5f5f5;
  border-color:  #f5f5f5;
  border-radius: 5px;
  height: 100%;


  
}

.my-card
{
  position:absolute;
    left:36%;
    top:-20px;
    width: 27%;
    height: 46px;
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  justify-content: center;
 
}
.banner-logo{
  width: 80px !important;
  padding-left: 5px;

}
.banner-logo-2{
  width: 30px !important;
  padding-left: 10px;
}

.banner-logo-3{
  width: 50px !important;
  padding-left: 10px;
}





.card-footer{
  
  position: relative;
  left:36%;
 
  width: 27%;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  top: 6%;
  
}
.card-body{
  margin-bottom: -10px;
}




.card-p{
  color: #333;
}
.card-p2{
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.card-1{

  background-color: #f24345;
}
.card-2{
  background-color: #f6b827;
}
.card-3{
  background-color: #17baff;
}
.card-4{
  background-color: #1ed35a;
}

.img-40-2{

  max-width: 30px; 
  height: 40px;
 margin-top: -10px !important;
 padding-left: 12px !important;
  
}


/* New CSS  3-6- 2021*/
.number-nims {
  list-style-position: inside !important;
padding-left: 30px !important;
  list-style: numbers !important;
  color: black;

}


/* 5-6-2021 */
.certificate-block{
background-color: #f5f5f5;
 height:100%;
 width: 100%;
padding: 20px;




 border-radius: 15px;
 


}
.certificate-heading {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: black !important;
}
.imugration_col{
  margin: auto;
}
.nims-img{
 max-width: 100%;
 height: 150px;
}

.link{
  color: #029F33;
  font-size: 14px;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
.link2{
  color: rgb(0, 173, 239);
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.click{
  background-color: rgb(0, 173, 239);
  color: white;
  text-align: center;
  display: inline-block;
  padding: 6px 9px;
  text-decoration: none;
  border-radius: 15px;
}
.direction{
  direction: rtl;
}

/* 6-10-2021 */
.card-guidlines li{
	text-align:left;
	color:black;
	list-style:none;
}
/* Updated  */
.for-break{
  word-break: break-all !important;
}
.white-image{
  background-color: white !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10px !important;
}
.pass-app p{
  text-align: justify !important;
}
/* .pass-app {
  padding-bottom: 10px !important;
} */


* In Vaccine Page */
.h5 {
    font-size: 30px;
}

.chart-img {
    width: 100%;
    height: 100%;
}


/* For Counter */

.vaccine_stats {
    margin: 0;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 1px #e9e9e9;
    border-radius: 10px;
}

.vacc_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 2px solid #e9e9e9;
    margin: 10px auto;
    padding: 10px 15px;
}

.vacc_text {
    display: flex;
    flex-direction: column;
}

.vacc_text p {
    margin-bottom: 0;
}

.vacc_text .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.vacc_text .counter-main {
    font-size: 30px;
    font-weight: 700;
    color: #03bdef;
    font-family: arial;
}

.vacc_text .last_hours {
    font-weight: 600;
    text-transform: uppercase;
    color: #484848;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.vacc_col .icon img {
    max-width: 80px;
    width: 100%;
}

.vacc_col.blue .counter-1 {
    color: #03bdef;
}

.vacc_col.green .counter-2 {
    color: #20883e;
}

.vacc_col.purple .counter-4 {
    /*color: #c87acd;*/
    /*color: #20883e;*/
    color: #8f223b;
}

.status-title {
    margin-bottom: 0rem;
    color: #000;
    font-size: 1.5em;
}


.status .status-note {
    font-size: 0.9em;
    color: red;
    font-style: italic;
}


/* Changes Done  */

/*  this css is already on top  add this and remove from the top of  style */

.ct-btn-scroll {
    width: 150px;
    height: 49px;
    position: absolute;
    bottom: 11%;
    left: 0px !important;
    right: 0px !important;
    margin: auto;
    padding-top: 50px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    color: #FFF;
    font-size: 14px;
    text-align: center
}

.registered-heading {
    margin-top: 10px !important;
}

.bg-color {
    background-color: #f7f7f7;
    padding-top: 35px;
    box-shadow: 0 0 10px lightgray;
}

.text-guide-2{
    background-color: #f8f8f8 !important;
    align-items: center;
    padding: 10px;
    margin: 3px ;
   font-weight: 600;
   color: black;
   text-transform: uppercase;
   font-size: 13px !important; 
}


.text-guide-2:hover{
    background-color: #01aeec !important;
    color: white !important;
}

/*09-05-2021*/

.covid-prov .covid-stats.bg2
{
    border-bottom: 4px solid #00ADEF;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.covid-prov .covid-stats.bg2 h5
{
    /*color: #0FBACD;  */
    color: #00ADEF;
    font-weight: 500;
}

.covid-prov .covid-stats.bg2 span {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}

.covid-prov
{
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.covid-prov .custom-padd
{
padding-right: 5px;
padding-left: 5px;
}
 .covids-custom .covid-stats {
    background: #fafafc;
    box-shadow: #ccc 0 0px 0px;
    padding: 0px;
    color: #000;
    text-align: left;
    font-size: 18px;
    margin: 0 0 10px 0;
    border-radius: 10px;
}
.covids-custom .covid-icon {
    position: relative;
    padding: 0px;
    text-align: right;
    top: 0px;
    right: 30px;
    color: #00adef;
    right: 0px;
}

.covids-custom span {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}
.covids-custom .media h5
{
	font-size: 16px;
    font-weight: 400;
}
.covids-custom .last-hours
{
	background-color: #0FBACD;
	border-radius: 0px 0px 10px 10px;
	padding: 2px 10px;
}
.covids-custom .last-hours p
{
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.covids-custom .media
{
	padding: 15px;
}


@media(min-width: 1200px){
  .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 1199px){
  .col-1-5{
    width: 25%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 1024px){
  .col-1-5{
    width: 50%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 768px){
  .col-1-5{
    width: 100%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}


/**/
@media(max-width: 580px)
{
	.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-left: 0px;
}
}

.count-org{
    color: #EF6000 !important;
}

.bg-org{
   padding: 17px;
   background-color: #fde5d6 !important;
    border-radius: 50%;
}

.vaccine-video iframe{
  height: 200px !important;
}

.vaccine-page h2{
    font-size: 24px !important;
    line-height: 38px;
    margin-bottom: 25px;
    font-weight: 500;
}
.vaccine-video h2{
  font-size: 24px !important;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 500;
}
.text-info h3{
  font-size: 20px !important;
  color: black;
}
.vaccine-page .card-body{
  padding: 10px 4px !important;
}



.dez-img-effect {
  position: relative;
  overflow: hidden;
  display: block
}

.dez-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  -o-transition: all .25s
}

.dez-img-effect.opacity img:hover {
  opacity: .8;
  -moz-opacity: .8;
  -webkit-opacity: .8
}

.dez-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s
}

.dez-img-effect.zoom-slow:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}

.dez-img-effect.zoom:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5)
}

.dez-img-effect.shrink:hover img {
  transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  -moz-transform: scale(.8)
}

.dez-img-effect.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2)
}

.dez-img-effect.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2)
}

.dez-img-effect.fade-in {
  background: #000
}

.dez-img-effect.fade-in img {
  opacity: .65;
  -moz-opacity: .65;
  -webkit-opacity: .65
}

.dez-img-effect.fade-in:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1
}

.dez-img-effect.fade-out {
  background: #000
}

.dez-img-effect.fade-out:hover img {
  opacity: .7;
  -moz-opacity: .7;
  -webkit-opacity: .7
}

.dez-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg)
}

.dez-img-effect.sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%)
}

.algo-image-hover.sepia:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0)
}

.dez-img-effect.blurr img {
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s
}

.dez-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px)
}

.dez-img-effect.blurr-invert img {
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s
}

.dez-img-effect.blurr-invert img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px)
}

.dez-img-effect.blurr-invert:hover img {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0)
}

.dez-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0)
}

.dez-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1)
}

.dez-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1)
}

.dez-img-effect.on-color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0)
}

.dez-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2
}

.dez-info-has.p-a15 {
  padding: 15px
}

.dez-info-has.p-a20 {
  padding: 20px
}

.dez-info-has.bg-primary {
  background-color: rgba(27, 188, 232, .9)
}

.dez-info-has.bg-green {
  background-color: rgba(106, 179, 62, .9)
}

.dez-info-has.bg-black {
  background-color: rgba(0, 0, 0, .6)
}

.dez-info-has.bg-white {
  background-color: rgba(255, 255, 255, .8) !important
}

.dez-info-has.bg-white h1, .dez-info-has.bg-white h2, .dez-info-has.bg-white h3, .dez-info-has.bg-white h4, .dez-info-has.bg-white h5, .dez-info-has.bg-white h6 {
  color: #3d474a
}

.dez-info-has.bg-white h1 a, .dez-info-has.bg-white h2 a, .dez-info-has.bg-white h3 a, .dez-info-has.bg-white h4 a, .dez-info-has.bg-white h5 a, .dez-info-has.bg-white h6 a {
  color: #3d474a
}

.dez-info-has.bg-white .dez-info-has-text, .dez-info-has.bg-white p {
  color: #767676
}

.dez-info-has a, .dez-info-has h1, .dez-info-has h2, .dez-info-has h3, .dez-info-has h4, .dez-info-has h5, .dez-info-has h6, .dez-info-has p, .dez-info-has-text {
  color: #fff
}

.dez-info-has .dez-info-has-text {
  margin-bottom: 20px;
  line-height: 24px
}

.dez-media {
  overflow: hidden;
  position: relative
}

.dez-box:hover .dez-info-has, .dez-media:hover .dez-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0
}

.dez-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0
}

.dez-info-has.skew-has {
  border-top: 4px solid #2d3239;
  padding: 30px 40px 60px;
  -moz-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  bottom: -35px
}

.dez-info-has.skew-has > * {
  -moz-transform: skewY(-10deg);
  -webkit-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg)
}
.dez-separator {
    display: inline-block;
    height: 3px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
.sops-guidlines h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 600 !important;}
  .dez-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.sops-guidlines h4 , .sops-guidlines a {
  font-size: 18px;
  color: black;
  margin-bottom: 25px;
  font-weight: 600 !important;}

  .sops-guidlines hr{
    margin-bottom: 24px !important;
  
  }