*{
    margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; */
    font-family: "Noto Sans", sans-serif;
}

body{
  font-family: "Noto Sans", sans-serif;
}
.container-fluid{
  overflow: hidden;
}
/* a:hover{
    color: #2e3192;
} */
/* header navbar start */
.navbar{
    /*background-color: #2e3192;*/
    background-color: #003a70;
    font-size: 12px;
}
.navbar #collapsibleNavId .nav .nav-item .nav-link{
  color: #fff;
}
.navbar #collapsibleNavId .nav .nav-item .nav-link:hover{
  color: #d3d8fd;
}
.navbar #collapsibleNavId .nav .nav-item .nav-link .navbar-icon{
    font-size: 20px;
}
.navbar .search-form-box h4{
    color:#fff;
    text-shadow: 1px 1px 1px blue;
    font-size: 18px;
    text-align: center;
}
.navbar .search-form-box .input-group .input-group-append .loc{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
    color: #003a70;
}
.navbar .search-form-box .input-group .input-group-append .btn {
    border-radius: 50px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px;
    cursor: pointer;
    background-color: #003a70;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 35px;
    z-index: 5;
    height: 35px;
}
.navbar .search-form-box .input-group .input-group-append .btn i{
    color: #fff;
}
.navbar .search-form-box .input-group .input-group-append .back{
    background: #EDF4FF;
    padding-left: 35px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.navbar .search-form-box .input-group .input-group-append .back:focus{
    background: #EDF4FF;
}
.navbar .search-form-box .input-group .click-me{
    border: none;
    margin-left: -1px;
    border-radius: 50px;
    width: 100%;
    position: relative;
    padding: 10px 10px;
    background: #edf4ff;
    border: 1px solid #fff;
}
.navbar .search-form-box .input-group .click-me:focus{
    box-shadow: none;
    border: none;
}
.navbar .search-form-box .input-group .input-group-append{
  position: relative;
}
.navbar  .search-form-box .input-group .input-group-append .loc{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
    z-index: 3;
}
.navbar .search-form-box .input-group .input-group-append .loc2{
    position: absolute;
    top: 10px;
    right: 8%;
}
.navbar .search-form-box .input-group .input-group-append  .dropdown .dropdown-menu{
  left: -2px !important;
  top: 41px !important;
  border-radius: 0 !important;
}
.preload img {
    width: 18px;
    position: absolute;
    right: 4px;
    z-index: 1000;
    top: 11px;
}
@media only screen and (max-width: 600px) {
  .search-bar.search-form-box.top-search.w-50{
    width: 100% !important;
  }
  .preload img {
    width: 16px;
    position: absolute;
    right: 4px;
    z-index: 1000;
    top: 11px;
}
}
/* header navbar ends */


/* hero section start */
.carousel .carousel-inner img {
    width: 100%;
    height: 100%;
}
.hero{
  margin-top:40px !important;
}
.hero .container-fluid .carousel .carousel-control-prev{
    position: absolute;
    right: 8%;
    top: 88%;
    left: unset;
    width: 2%;
}
.hero .container-fluid .carousel .carousel-control-next{
    position: absolute;
    right: 50px;
    top: 88%;
    width: 2%;
}
.hero .container-fluid .search-form-box{
    position: absolute; 
    left: 70%;
    top: 15%;
    transform: translate(-50%,-50%);
    z-index: 15;
}
.hero .container-fluid .search-form-box h4{
    color:#fff;
    text-shadow: 1px 1px 1px blue;
    font-size: 18px;
    text-align: left;
}
.hero .container-fluid .search-form-box .input-group .input-group-append{
  position: relative;
}
.hero .container-fluid .search-form-box .input-group,.input-group{
  flex-wrap: nowrap;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .loc{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
    z-index: 3;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .loc2{
    position: absolute;
    top: 10px;
    right: 8%;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .btn {
    /* border-radius: 5px; */
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
    background-color:blue;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .btn i{
    color: #fff;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .back{
    background: #EDF4FF;
    padding-left: 35px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .back:focus{
    background: #EDF4FF;
}
.hero .container-fluid .search-form-box .input-group .click-me{
    border: none;
    margin-left: 1px;
    border-radius: inherit;
}
.hero .container-fluid .search-form-box .input-group .click-me:focus{
    box-shadow: none;
    border: none;
}
.hero .container-fluid .search-form-box .input-group .input-group-append .dropdown .dropdown-menu{
  left: 0px !important;
  top: -3px !important;
  position: absolute !important;
  transform: translate3d(0px, 44px, 0px) !important;
  will-change: transform !important;
  width: 100% !important;
}
.hero .carousel .carousel-item img{
  /* height: 350px; */
  height: 100%;
  object-fit: cover;
}
.hero .carousel .carousel-item{
  height: 80vh;
}
.ad-col{
  display: flex;
  justify-content: center;
  align-items:center;
}
@media only screen and (max-width: 600px) {
  .hero .container-fluid .search-form-box{
    width: 85% !important;
    left: 50%;
    top: 22%;
  }
  .hero .container-fluid .carousel .carousel-control-prev{
    width: 7%;
    right: 13%;
  }
  .hero .container-fluid .carousel .carousel-control-next{
    width: 7%;
    right: 4%;
  }
  .hero .container-fluid .carousel .carousel-inner{
    margin-top: 56px;
  }
  .hero .container-fluid .search-form-box h4{
    font-size: 10px;
    text-align: left;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append{
    position: relative;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append .loc{
    top: 2px;
    left: 4px;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append .btn {
    padding: 6px;
    font-size: 12px;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append .back{
    width: 109px !important;
    padding-left: 20px;
    font-size: 8px;
  }

  .hero .container-fluid .search-form-box .input-group .click-me{
    height: 30px;
    margin-left: -1px;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append .dropdown .dropdown-menu{
    transform: translate3d(1px, 30px, 0px) !important;
    left: -2px !important;
  }
  .hero .container-fluid .search-form-box .input-group .input-group-append .dropdown .dropdown-menu .dropdown-item{
    width: 69%;
    font-size: 11px;
    padding: 10px;
  }
  .hero .container-fluid .carousel .carousel-control-prev .carousel-control-prev-icon{
     width: 13px;
  }
  .hero .container-fluid .carousel .carousel-control-next .carousel-control-next-icon{
     width: 13px;
  }
}
/* hero section end */

/* second navbar start */
.second-nav {
    border: 0;
    /* padding-left: 40px; */
    box-shadow: 1px 1px 1px #ccc;
    justify-content: center;
}
.second-nav .nav-item{
    width: 150px;
    box-shadow: 2px 0px 12px #ccc;
    margin: 5px;
    height: 60px;
}
/*.second-nav .nav-item .nav-link .media .text-center{
  height: 60px;
  display: grid;
  align-items: center;
}*/
.second-nav .nav-item .nav-link .media .media-body{
    color: #000;
    text-align: center;
    /*display: grid;*/
    padding: 5px;
    font-size: 14px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 0 !important;
}
.second-nav .nav-item:hover{
    color: #000;
    font-weight: 500;
}
.second-nav .nav-item .nav-link .second-nav-icon{
    font-size: 30px;
    color: #000;
}
.second-nav .nav-item .nav-link{
  padding: 3px 0px !important;
}
.second-nav .nav-item:hover{
  background-color: #737373;
}
.second-nav .nav-item .active{
  background-color: #737373;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .second-nav .nav-item{
    box-shadow: 2px 0px 12px #ccc;
    margin: 5px;
  }
  .second-nav .view .nav-link .media .media-body{
    color: #fff;
    padding: 10px;
  }
  .second-nav .view{
    width: 100%;
    text-align: center;
    background-color: #737373;
  }
  .second-nav .view:focus{
    border: 0;
  }
  .view_img{
     margin-top: 4px !important;
  }
}
.second-nav .nav-item:hover .nav-link .media-body {
  color: #fff !important;
}
/* second navbar end */

/* connect section start */
.connect .sup{
  padding: 0px 20px;
}
.we_connect{
  font-size: 28px;
  padding: 0px 10px;
}
.connect .carousel{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.connect .get-your{
  position: relative;
}
.connect .get-your .tell{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.connect .get-your .tell .trust{
  font-size: 13px;
}
.connect .what{
  margin-top: 1px !important;
  padding: 0px 10px 10px 0px !important;
}
.connect .what h2{
  font-size: 28px;
  padding: 12px 10px;
}

.connect .se h2{
  padding: 0px 10px;
  font-size: 28px;
}
.connect .se p{
 padding: 0px 12px;
}
@media only screen and (max-width: 600px) {
  .connect .get-your{
    position: unset;
    padding: 2px 10px !important;
  }
  .connect .get-your .d-flex{
    padding: 0 !important;
  }
  .connect .get-your .tell{
    position: unset;
  }
  .connect .what{
    border-left: 0;
  }
  .find h2{
    text-align: center;
  }
}
/* connect section ends */

















/* corona section start */
.corona .card{
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d3d8fd;
    background-color: #ebedfd;
}
.corona .card .card-body .covide-19{
    color: #000;
    font-weight: 800;
}
.corona .card .card-body .mask{
    background-color: #fff;
    padding: 4px;
    position:relative;
}
.corona .card .card-body .mask .media .media-body i{
    position: absolute;
    right: 7px;
    background: #eaecfc;
    border-radius: 50%;
    color: #2e3192;
    box-shadow: 1px 1px 1px #ccc;
    top: 30%;
    padding: 3px 6px;
}
@media only screen and (max-width: 600px) {
  .corona .card .card-body .mask{
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .corona .card .card-body .mask .media-body h4{
    font-size: 18px;
    margin-top: 7px;
    width: 80%;
  }
}
/* corona section end */


/* medical section start */
.medical{
    /* border-top: 3px solid #2e3192; */
    padding: 10px 40px 0px;
    /* padding-bottom: 50px; */
    border-bottom: 2px solid #003a70;
}

section.medical:nth-child(odd){
  background: #dedede;
  /* padding: 28px 40px 19px; */
}
.medical .card{
  border-top: 3px solid #2e3192;
background: transparent;
border: 0px;
}

.medical .medical-essential h3{
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.medical .medical-essential h2 a{
    color:#000;
}
.medical .medical-essential h2 a:hover{
    color:#2e3192;
}

.medical-essential h2{
  font-size: 1.5rem;
}



.medical .medical-essential .hand{
    position: relative;
    width: 100%;
    height: 345px;
}
@media only screen and (max-width: 600px) {
  .medical .medical-essential .hand{
    height: auto !important;
  }
}
.medical .medical-essential .hand img{
  /*height: 345px !important;*/
    height: 100%;
    /*position: absolute;*/
    /* width: 100%; */
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    object-fit: cover;
}

/* .medical .medical-essential .hand{
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.medical .medical-essential .hand img{
	height: 345px;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
} */

/* bread crumb start */
.breadcrumb {
  padding: .75rem 4.25rem;
}
.breadcrumb .breadcrumb-item a{ 
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
/* bread crumb ends */

.pagination{
  margin: 0px auto;
}



button:focus{
  outline: 0px;
}


.medical .medical-essential .hand .caption a{
    color: #fff; 
    text-decoration: none;
}
.medical .medical-essential .hand .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*padding: 10px;*/
}
.medical .medical-essential .hand .caption .btn{
  border-radius: 0;
}
.medical .medical-essential .hand .caption .btn:focus{
  box-shadow: none !important; 
}
.medical-essential .caption_face p{
  margin-bottom: 3px;
  text-indent: -8px;
  padding-left: 19px;
  white-space: normal;
  word-break: break-all;
  font-size: 12px;
  padding-right: 5px;
  line-height: normal;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .medical .medical-essential .hand.d-flex{
    margin-bottom: 10px;
    flex-direction: column;
    display: flex;
  }
  .medical .medical-essential .hand .caption{
    position: relative;
    margin-top:22px;
    margin-bottom: 18px;
  }
  .medical .medical-essential .hand.d-flex .caption{
    position: relative;
    margin-top:30px;
  }
  .medical .medical-essential .hand img{
    height: 215px !important;
    width: 100%;
    object-fit: contain;
  }
  .medical-essential .second_row{
    position: relative !important;
    width: unset !important;
  }
  .medical-essential .col-md-9 .row .col-md-4 .row{
    /* height: 100% !important; */
    margin: 6px 0 0 0 !important;
  }
  .medical-essential .col-md-9 .row .col-md-4 .row .caption_face span{
    line-height: 1 !important;
  }
  .medical-essential .caption_face p{
    margin-bottom: 5px;
  }
  .medical-essential .col-md-9 .row .col-md-4 .row{
    height: 140px !important;
  }

  /* .medical .medical-essential .hand .caption .btn{
    width: 60% !important;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  } */

  .medical-essential .col-md-9 .row .col-md-4 .row .caption_face span.bi{
    font-size: 10px;
    margin-right: 2px;
  }
  .medical-essential .col-md-9 .row .col-md-4 .row .caption_face{
    height: 100%;
  }
  .medical-essential .col-md-9 .row .col-md-4 {
    margin-bottom: 20px !important;
  }
}
.medical-essential .col-md-9 .row .col-md-4 .row{
  border: 1px solid #2c2c2c;
  height: 160px;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face{
  font-size: 13px;
  padding: 4px 0 0 5px;
  /* box-shadow: -1px 1px 6px #ccc; */
  background-color:#d7d7d7;
}
/*.medical-essential .col-md-9 .row .col-md-4 .row .caption_face:hover{
  background: #2e3192;
}*/
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face a{
  text-decoration: none;
  color: #000;
}
/*.medical-essential .col-md-9 .row .col-md-4 .row .caption_face:hover{
  background: #2e3192;
}*/
/*.medical-essential .col-md-9 .row .col-md-4 .row .caption_face:hover .btn{
  background-color: #fff !important;
  color: #000;
}*/
/*.medical-essential .col-md-9 .row .col-md-4 .row .caption_face:hover span{
  color: #000 !important;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face:hover span a{
  color: #000 !important;
}*/
.medical-essential .col-md-9 .row .col-md-4 {
  margin-bottom: 25px;
}
.medical-essential .col-md-9 .row .col-md-4 .row .list_img,
.medical-essential .list_img{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn,
.medical-essential .caption_face .btn{
    position: absolute;
    bottom: 0;
    left: 1px;
    font-size: 14px;
    width: 100%;
    margin: 0;
    /*background: #0779e4;*/
    font-weight: bold;
    border-radius: 0px;
    border: 0;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn .right,
.medical-essential .caption_face .btn .right{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
    /* transform: rotate(-6deg); */
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn .left,
.medical-essential .caption_face .btn .left{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
   /* transform: rotate(6deg); */
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn:hover .left,
.medical-essential .caption_face .btn:hover .left{
  opacity: 1.0;
  transform: rotate(0deg);
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn:hover .right,
.medical-essential .caption_face .btn:hover .right{
  opacity: 1.0;
  transform: rotate(0deg);
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn a,
.medical-essential .caption_face .btn a{
  color: #fff;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn:hover a,
.medical-essential .caption_face .btn:hover a{ 
  color: #fff;
  text-decoration: none;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face .btn:focus,
.medical-essential .caption_face .btn:focus{
  box-shadow: none;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face i,
.medical-essential .caption_face i {
  position: absolute;
  padding: 12px 8px;
  background: #000;
  color: #fff;
  opacity: .5;
}
.medical-essential .col-md-9 .row .col-md-4 .row .caption_face span{
  line-height: 1.8;
  font-weight: 500;
}










/* medical section end */


/* find section start */
/*.find .row .icon{
  flex: 1;
  max-width: 10.333333%;
}
@media only screen and (max-width: 768px) {
  .find .row .icon{
    flex: unset !important;
    max-width: unset !important;
  }
}*/
.find{
  margin-top: 20px;
  margin-bottom: 20px;
}
.find .row .delhi:hover{
    transform: scale(1.3);
    transition: .6s;
}
.find .row .delhi{
    position: relative;
    /* height: 200px; */
}
.find .row .delhi span{
    top: 97%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* find section end */













/* footer start */
.site-footer
{
  background-color:#003a70;
  padding:45px 0 0px;
  font-size:15px;
  line-height:24px;
  color:#d4e8fb;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#d4e8fb;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#d4e8fb;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:left;
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#d4e8fb;
}
.copyright-text
{
  margin:0
}
@media only screen and (max-width: 600px) {
    .site-footer .row .col-md-8 .footer_middle{
      text-align: center !important;
    }
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:left;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/* footer ends */











/* form start */
.wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* all arrow start */
.arrow-steps .step1, .step2, .step3 {
  font-size: 14px;
  text-align: center;
  cursor: default;
  margin: 0 3px;
  padding: 26px 10px 26px 30px;
  min-width: 180px;
  float: left;
  position: relative;
  background-color: #8ea092;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
transition: background-color 0.2s ease;
}
/* all arrow end */
/* step1 start */
.arrow-steps .step1:before{
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #fff; 
  z-index: 1;
  transition: border-color 0.2s ease;
}
.arrow-steps .step1:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #8ea092;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step1:before{
  right: auto;
  left: 0;
  border-left: 17px solid #fff;   
  z-index: 0;
}
/* step1 end */

/* step2 start */
.arrow-steps .step2:before{
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #fff; 
  z-index: 1;
  transition: border-color 0.2s ease;
}
.arrow-steps .step2:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #8ea092;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step2:before{
  right: auto;
  left: 0;
  border-left: 17px solid #fff;   
  z-index: 0;
}
/* step2 end */

/* step3 start */
.arrow-steps .step3:before{
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #fff; 
  z-index: 1;
  transition: border-color 0.2s ease;
}
.arrow-steps .step3:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 17px solid #8ea092;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step3:before{
  right: auto;
  left: 0;
  border-left: 17px solid #fff;   
  z-index: 0;
}

/* step3 end */

.arrow-steps .step1:first-child:before {
  border: none;
}
.arrow-steps .active{
  color: #fff;
  background-color: #23468c;  
}
.arrow-steps .active:after{
  border-left: 17px solid #23468c;
}
@media only screen and (max-width: 600px) {
  .arrow-steps .step1,.step2,.step3{
    font-size: 11px;
    text-align: center;
    cursor: default;
    margin: 0;
    padding:11px 22px;
    min-width: 85px;
    float: left;
    position: relative;
    background-color: #8ea092;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
  transition: background-color 0.2s ease;
  }
  .arrow-steps .step1:after,.step2:after,.step3:after{
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-left: 17px solid #8ea092;
    z-index: 2;
    transition: border-color 0.2s ease;
  }
  .arrow-steps .step1:before,.step2:before,.step3:before{
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-left: 17px solid #fff; 
    z-index: 1;
    transition: border-color 0.2s ease;
  }
  .arrow-steps .active{
    color: #fff;
    background-color: #23468c;  
  }
  .arrow-steps .active:after{
    border-left: 17px solid #23468c;
  }
}

.back{
  background:url('../img/form_back.png');
}

/* btn style start */
   
/* input type submit start */
/*input[type="submit"] {
  border: 1px solid #0A3D5B;
  background-color: transparent;
  color: #0A3D5B;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
  text-transform: capitalize;
}

input:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus{
  box-shadow: none;
}



input[type="submit"].all_btn {
  background-image: linear-gradient(0, #0A3D5B, #0A3D5B);
  background-size: 0;
  transition: .8s;
  background-repeat: no-repeat;
}

input[type="submit"].all_btn:hover {
  background-size: 100%;
  color: #fff;
}*/
/* input type submit end */
/* button start */
/*
.all_btn{
  border: 1px solid #0A3D5B;
  background-color: transparent;
  color: #0A3D5B;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
  text-transform: capitalize;
}

button:focus {
  outline: none;
}
*/
/* slide hover left -1 css */
/*
button.all_btn {
  background-image: linear-gradient(0, #0A3D5B, #0A3D5B);
  background-size: 0;
  transition: .8s;
  background-repeat: no-repeat;
}

button.all_btn:hover {
  background-size: 100%;
  color: #fff;
}*/
/* button end */

/* btn style end */



/* alert div start */
/* #wallmsg{
  position: absolute;
  right: 7%;
  z-index: 3;
  top: 20%;
  border-radius: 0;
  padding: 8px;
  text-align: left;
} */
@media screen and (max-width: 600px) {
  #wallmsg{
    position: absolute;
    left: 12%;
    z-index: 3;
    top: 0%;
    font-size: 12px;
    padding: 1px;
    text-align: left;
  }
}
/* alert div end */
/* form end */










/* dashboard start */
:root{
  --main-color: #2e3192;
  --color-dark: #1D2231;
  --text-grey:  #8390A2;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Poppins' ,sans-serif;
}

.sidebar{
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100; 
  background: var(--main-color);
  transition: width 300ms;

}
.sidebar-brand{
  height: 90px;
  padding: 1rem 0rem 1rem 2rem;
  color: #fff;
}
.sidebar-brand span{
  display: inline-block;
  padding-right: 1rem;
}
.sidebar-menu li{
  width: 100%;
  margin-bottom: 1.7rem;
  padding-left: 1rem;

}
.sidebar-menu{
  margin-top: 1rem;
}
.sidebar-menu a{
  padding-left: 1rem;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
/*#nav-toggle:checked + .sidebar {
  width: 170px ;
}*/
#nav-toggle:checked + .sidebar .sidebar-brand,
#nav-toggle:checked + .sidebar li 
{
  padding-left: 1rem;
  text-align: center;
}
#nav-toggle:checked + .sidebar li a
{
  padding-left: 0rem;
}
/*#nav-toggle:checked + .sidebar .sidebar-brand h1 span:last-child,
#nav-toggle:checked + .sidebar li a span:last-child{
  display: none;
}*/
.sidebar-menu a span:first-child{
  font-size: 1rem;
  padding-right: 1rem;
}
.sidebar-menu a.active{
  background: #fff;
  padding-top: 1rem;
  padding-bottom: .8rem;
  color: var(--main-color);
  border-radius: 30px 0px 0px 30px;

}
#nav-toggle:checked ~ .main-content {
  margin-left: 160px;
}
#nav-toggle:checked ~ .main-content  header{
  width: calc(100% - 70px);
  left:70px;

}
.main-content{
  transition: margin-left 300ms;
  margin-left: 280px;
}
/* header{
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 280px;
  top:0;
  z-index: 100; 
  width: calc(100% - 280px);
  transition: left 300ms;
  } */

#nav-toggle{
  display: none;
}
header h2{
  color: #222;
  font-size: 23px;
  font-weight: 600;
}
header label span{
  font-size: 1.7rem;
  padding-right: 1rem;
}
.search-wrapper {
  border: solid 1px #ccc;
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.search-wrapper span{
  display: inline-block;
  padding: 0rem 1rem;
  font-size: 1.5rem;
}
.search-wrapper input{
  height: 100%;
  padding: .5rem;
  border: none;
  outline: none;

}
/* .user-wrapper{
  display: flex;
  align-items: center;
}
.user-wrapper img{
  border-radius: 50%;
  margin-right: .5rem;
}

.user-wrapper small{
  display: inline-block;
  color: var(--text-grey);
  margin-top: -1px !important;

} */
main{
  margin-top: 150px;
  padding: 2rem 1.5rem;
  /* background: #f1f5f9; */
  min-height: calc(100vh - 90px);
}
/* .cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-top: 1rem;
}
.card-single{
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
}
.card-single div:last-child span{
  color: var(--main-color);
  font-size: 3rem;

}
.card-single div:first-child span{
  color: var(--text-grey);
  

}
.card-single:last-child{
  background: var(--main-color);
}
.card-single:last-child h1,
.card-single:last-child div:first-child span,
.card-single:last-child div:last-child span
{
  color: #fff;
}

.recent-grid{
  margin-top: 3.5rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 65% auto;
}
.card{
  background: #fff;
  border-radius: 12px;
}
.card-header
{
  padding: 1rem;
}
.card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.card-header button{
  background: var(--main-color);
  border-radius: 10px;
  color: #fff;
  font-size: .8rem;
  padding: .5rem 1rem;
  border:1px solid var(--main-color);
}
table{
  border-collapse: collapse;
}
thead tr{
  border-top: 1px solid #f0f0f0;
  border-bottom:2px solid #f0f0f0;

}
thead td{
  font-weight: 700;
}
td{
  padding: .5rem 1rem ;
  font-size: .9rem ;
  color: #222;
  
}
tr td:last-child{
  display: flex;
  align-items: center;


}
td .status{
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 1rem; 
}
.status.purple {
  background: rebeccapurple;
}
.status.pink{
  background: deeppink;
}
.status.orange{
  background: orangered;
}
.table-responsive{
  width: 100%;
  overflow-x: auto;
}
.customer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .7rem;
}
.info{
  display: flex;
  align-items: center;
}
.info img{
  border-radius: 50%;
  margin-right: 1rem;
}
.info h4{
  font-size: .8rem;
  font-weight: 700;
  color: #222;
}
.info small{
  font-weight: 600;
  color: var(--text-grey);
}
.contact span{
  font-size: 1.2rem;
  display: inline-block;
  margin-left: .5rem;
  color:  var(--main-color);

} */
.main-content  header{
  position: fixed;
  top: 82px;
}

@media only screen and (max-width: 1200px){
  /*.sidebar{
    width: 70px ;
  }*/
  .sidebar .sidebar-brand,
  .sidebar li 
  {
    padding-left: 1rem;
    text-align: center;
  }
  #nav-toggle:checked + .sidebar li a
  {
    padding-left: 0rem;
  }
  /*.sidebar .sidebar-brand h1 span:last-child,
  .sidebar li a span:last-child{
    display: none;

  }*/
  
  .main-content {
  margin-left: 70px;

  }
  .main-content  header{
    width: calc(100% - 70px);
    left:70px;
    /* position: fixed;
    top: 7%; */
  }
}

@media only screen and (max-width: 960px){
  .cards{
    grid-template-columns: repeat(3, 1fr);
  }
  .recent-grid{
    grid-template-columns: 60% 40%;
  }
}

@media only screen and (max-width: 768px){
  .cards{
    grid-template-columns: repeat(2, 1fr);
  }
  .recent-grid{
    grid-template-columns: 100%;
  }
  .search-wrapper{
    display: none;
  }
  .sidebar {
    
    left: -100% !important;
  }
  header h2{
    display: flex;
    align-items: center;
  }
  header h2 label{
    /*display: inline-block;*/
    text-align: center;
    background: var(--main-color);
    padding-right: 0rem;
    margin-right: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
  }
  header h2 span{
    text-align: center;
    padding-right: 0rem;
  }
  header h2{
    font-size: 1.1rem;
  }
  .main-content{
    width: 100%;
    margin-left: 0rem;
  }
  header{
    width: 100% !important;
    left: 0 !important;
  }
  #nav-toggle:checked + .sidebar{
    left: 0 !important;
    z-index: 100;
    width: 345px;
    top: 88px;
  }
  
  #nav-toggle:checked .sidebar .sidebar-brand,
  #nav-toggle:checked + .sidebar li 
  {
    padding-left: 2rem;
    text-align: left;
  }

  #nav-toggle:checked + .sidebar li a
  {
    padding-left: 1rem;
  }
  #nav-toggle:checked  + .sidebar .sidebar-brand h1 span:last-child,
  #nav-toggle:checked + .sidebar li a span:last-child{
    display: inline;

  }
  #nav-toggle:checked ~ .main-content{
    margin-left: 0rem !important;
  }
  .main-content  header{
    position: fixed;
    top: 80px;
  }
}
@media only screen and (max-width: 560px){
  .cards{
    grid-template-columns: 100%;
  }
  .main-content  header{
    position: fixed !important;
    top: 81px !important;
  }
 /* main{
    margin-top: 130px !important;
  }*/
}
main .dashboard_nav{
  margin-bottom: 17px;
}
.dashboard_nav .nav .nav-item .nav-link{
  background: #f5f5f5;
  border-radius: 0;
  border: 0 !important;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}
.dashboard_nav .nav .nav-item .active{
  background: #2e3192;
  color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
@media only screen and (max-width: 508px){
  .dashboard_nav .nav .nav-item .nav-link{
    font-size: 12px;
    padding: 14px 0px;
  }
}
@media only screen and (max-width: 360px){
  .dashboard_nav .nav .nav-item .nav-link{
    font-size: 10px;
  }
}
.main-content h2 label{
  display: none;
}












  #main-content .card-stats{
    background: darkseagreen;
    width: 100%;
    height: 130px;
  }
  #main-content .card-stats a{
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  #main-content .card-stats .dashboard_info{
    padding: 14px;
  }
  #main-content .card-stats .dashboard_info h5{
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
  }
  #main-content .card-stats .icon{
    padding: 14px;
  }
  #main-content .card-stats1{
    background: rebeccapurple;
    width: 100%;
    height: 130px;
  }
  #main-content .card-stats1 a{
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  #main-content .card-stats1 .dashboard_info{
    padding: 14px;
  }
  #main-content .card-stats1 .dashboard_info h5{
    font-size: 16px;
    font-weight: 600;
    color: #fff!important;
  }
  #main-content .card-stats1 .icon{
    padding: 14px;
  }
@media only screen and (max-width: 600px){
  #main-content .card-stats{
    margin-bottom: 20px;
  }
}

#registra .panel .panel-heading .panel-title {
  font-size: 20px;
}
#portal .panel .panel-heading .panel-title {
  font-size: 20px;
}
#serv .panel .panel-heading .panel-title {
  font-size: 20px;
}
#contact .panel .panel-heading .panel-title{
  font-size: 20px;
}
#registra .panel .panel-body label{
  font-size: 15px;
}
#registra .panel .panel-body input{
 font-size: 13px;
}
#portal .panel .panel-body label{
  font-size: 15px;
}
#portal .panel .panel-body input{
 font-size: 13px;
}
#serv .panel .panel-body label{
  font-size: 15px;
}
#serv .panel .panel-body input{
 font-size: 13px;
}
#main-content h3{
  font-size: 20px;
}
#main-content .list_title .form-control{
  margin-left: 6px;
}
#main-content .list_title .btn{
  margin-left: 5px;
}
@media only screen and (max-width: 600px){
  #main-content .list_title .form-group{
    width: 100%;
  }
  #main-content .list_title .form-control{
   margin-left: 0px;
  }
  #main-content .list_title .btn{
    margin-left: 0px;
  }
  #main-content .list_title .form-group .title{
    margin-left: 0 !important;
  }
}




#main-content .list_alert{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

#main-content .list_title label{
  font-size: 15px;
}
#main-content .list_title input{
 font-size: 13px;
}
#main-content .add_new{
  float: right;
}
/* dashboard end */


/*
.btn{
  position: relative;
}
.btn .right{
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 6px;
  height: 33px;
  background: #111;
  opacity: 0.5;
  transform: rotate(-6deg);
}
.btn .left{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
   transform: rotate(6deg);
}
.btn:hover .left{
  opacity: 1.0;
  transform: rotate(0deg);
}
.btn:hover .right{
  opacity: 1.0;
  transform: rotate(0deg);
}*/
.btn_fnt{
  font-size: 13px;
}
.h2_fnt{
  font-size: 20px;
}
label{
  font-size: 15px !important;
}
input{
  font-size: 13px !important;
}
textarea{
  font-size: 13px !important;
}
   .search_cat .search_column{
    column-count: 5!important;
    column-gap: 25px!important;
    column-rule: 1px solid lightblue!important;
  }
  @media only screen and (max-width: 575.98px) {
    .search_cat .search_column{
    column-count: 1!important;
  }
  .hero {
    margin-top: 25px !important;
}
.hero .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carouselExampleIndicators .carousel-content{
  right: 15px!important;
}
  }



.search_cat h4{
    font-size: 17px !important;
}
.search_cat .search_column ul li a{
    font-size: 13px !important;
    text-decoration: none !important;
    color: #007bff !important;
}











/* New */

.find a{
  text-decoration: none;
  color: #111;
}
.find h2{
  font-size: 2rem;
  font-weight: 600;
}
.all_city{
  border: 0;
  background: transparent; 
  border-radius: 0;
}
.trust img{
  width: 90px;
  height: 90px;
}
.tell .tell_what img{
  width: 90px;
  height: 90px;
}
.carousel_sec li{
  width: 13px;
}
.carousel_icon{
  width: 13px;
}

/* header.php */

.preload_header img{
  width: 18px;
  position: absolute;
  right: 4px;
  z-index: 1000;
  top: 11px;
}
@media only screen and (max-width: 600px) {
  .preload_header img {
      width: 16px;
      position: absolute;
      right: 4px;
      z-index: 1000;
      top: 12px;
  }
}
.top-search{
  margin-right: 0px !important;
}
.details_portal .row{
  /* background: url(../img/form_back.png); */
  border: 1px solid #ccc;
  background: #fff;
}
.welcome_login{
  color: white;
}

#preload_header{
  display: none;
  z-index: 10000000000;
}

#preload_header2{
  display: none;
  z-index: 10000000000;
}

#select_city_list_header, #protal_list{
  position: absolute;
  background: #f8f9fa;
  color: #16181b;
  height: auto !important;
  /* overflow-y: auto;
  overflow-x: hidden; */
  padding: 10px 10px 0px;
  overflow: auto;
  top: 42px;
  display: none;
  width: 100%;
  border-radius: 20px;
}
#select_city_list_header, #protal_list a{
  font-size: 14px !important;
  cursor: pointer;
}
.all_msg{
  color:red;
}


/* aparna header  css start */

header {
  background: #003a70;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  top:0;
  z-index: 100; 
  width: 100%;
  transition: left 300ms;
  height: 65px;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
}
/* .logo{
  width: 175px;
} */
.logo a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.search-bar input {
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
#select_city_header {
  background: #edf4ff;
  color: #000;
  padding: 10px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  width:100%;
  position: relative;
}

.search-bar .bi.bi-caret-down-fill{
  position: absolute;
  z-index: 9999999;
  top: 15px;
  right: 7px;
  color: #000;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  background: #fff;
  height: 2px;
  margin: 4px 0;
  width: 25px;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu li {
  /* position: relative; */
  position: static;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
  font-size: 15px;
}
.menu a .bi-chevron-down{
  font-size: 10px;
}


/* .menu li.dropdown a{
  line-height: 50px;
} */

.mega-menu {
  display: none;
  position: absolute;
  top: 44px;
  left: 0%;
  background: #efefef;
  color: #080808;
  width:1110px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  /* width: 61%; */
  height: 485px;
  overflow: auto;
}
.mega-menu.sinsle_mega-menu {
  display: none;
  position: absolute;
  top: 44px;
  left: auto;
  background: #efefef;
  color: #080808;
  /* width: 600px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  width:100%;
  height: auto;
}

.mega-menu-column {
  padding: 20px 12px;
  width: 20%;
  border-left: 1px solid #ddd;
}
.mega-menu-column:first-child{
border-left: 0px;
}
.mega-menu.sinsle_mega-menu .mega-menu-column {
  padding: 10px 12px;
  width: 100%;
}
.mega-menu-column h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.mega-menu-column h3:last-child {
  border-bottom: 0px solid #ddd;
  padding-bottom: 5px;
}
.mega-menu-column h3 a {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  color: #080808;
  padding: 0px 0px 0px;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
}

.mega-menu-column ul li {
  margin-bottom: 0px;
}
.sinsle_mega-menu .mega-menu-column ul li a {
  color: #080808;
  text-decoration: none;
  padding: 5px 10px 5px 0px;
  font-size: 12.5px;
  border-bottom: 1px solid #ddd !important;
}
.sinsle_mega-menu .mega-menu-column ul li:last-child a {
  border-bottom: 0px solid #ddd !important;
}

.mega-menu-column ul li a {
  color: #080808;
  text-decoration: none;
  padding: 5px 10px 5px 0px;
  font-size: 12.5px;
  border-bottom: 1px solid #ddd;
}
.mega-menu-column ul li ul li {
  color: #080808;
  font-size: 12.5px;
  border-bottom: 1px solid #ddd;
}
.mega-menu-column:last-child ul li ul li:first-child {

  font-size: 12.5px;
  border-top: 1px solid #ddd;
}
.mega-menu-column ul li a:last-child{
  border-bottom: 0px solid #ddd;
}
.mega-menu-column:last-child ul li ul li:last-child {

  font-size: 12.5px;
  border-bottom: 0px solid #ddd;
}
.mega-menu-column ul li:last-child a{
  border-bottom: 0px solid #ddd;
}

/* #protal_list {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  color: #000;
  top: 41px;
} */

.dropdown-item {
  cursor: pointer;
}
@media (min-width: 768px) {
.search-bar.search-form-box.top-search.w-50 {
  width: 45% !important
}
.menu .dropdown:hover .mega-menu {
  display: flex;
  flex-wrap: wrap;
}
}
@media (max-width: 767px) {
  /* .menu-container {
      flex-direction: column;
  } */

  /* .search-bar {
      margin: 10px 0;
  } */
  /* .navbar .search-form-box .input-group .input-group-append .btn{
    display: none;
  } */
  header{
    padding: 0rem 0px 5px;
    height: auto;
  }
  .menu-container{
    padding: 0px 0px;
    flex-wrap: wrap;
  }

  .menu-toggle {
      display: flex;
  }
  .mega-menu {
    display: none;
}

.mega-menu.show {
    display: flex;
    flex-wrap: wrap;
}
  .menu {
      flex-direction: column;
      display: none;
      width: 100%;
  }

  .menu li {
      width: 100%;
  }

  .menu a {
      padding: 10px;
      border-bottom: 1px solid #fff;
  }
  .menu a:last-child {
    border-bottom: 0px solid #fff;
}

  .menu.show {
      display: flex;
      background: #002241;
      margin-bottom: 15px;
  }

  .mega-menu {
    position: static;
    width: 95%;
    box-shadow: none;
    margin: 0 10px;
  }

  .mega-menu-column {
      width: 50%;
      padding: 10px 10px 0px;
  }
  .mega-menu-column ul li a {
    color: #080808;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    font-size: 11.5px;
    border-bottom: 1px solid #ddd;
    word-break: break-all;

  }
  .mega-menu-column ul li ul li:first-child {

    font-size: 12.5px;
    border-top: 1px solid #ddd;
  }
  .mega-menu.sinsle_mega-menu{
    position: static;
    margin-bottom: 10px;
  }
  .medical{
    padding: 20px 5px 10px;
}

}

/* hero section start */
.hero {
  position: relative;
  /* background: url('https://indianportal.in/wp-content/themes/indian-portal/assets/images/indian-portal-places-collage.jpg') no-repeat center center/cover; */
  height: 65vh;
  color: #fff;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* .hero .header-content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 0%;
  transform: translateY(-150%);
} */
.hero .header-content {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 17%;
  left: 0px;
  right: 0px;
  /* transform: translateY(-150%); */
}
.hero h1 {
  font-size: 2.5rem;
}
.hero .search-box .form-control {
  border-radius: 0;
}
.hero .highlight-boxes {
  margin-top: 2rem;
}
.hero .icon-box {
  text-align: center;
  padding: 15px 20px;
margin-right: 2px;
background: #c3c3c34f;
margin-bottom: 5px;
height: 85px;
color: #fff;
}
.hero .icon-box i {
  font-size: 2rem;
  color: #fff;
}
.hero .icon-box a{
    color: #fff;
}

.owl-carousel .owl-item{
  margin-top: 35px;
}

.header-content .owl-carousel .owl-item .item{
  padding: 0px 15px;
  background: #fff;
  border-radius: 50px;
  height: 50px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-item .item a{
 white-space: normal;
 text-decoration: none;
 color: #000;
  }

  .owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
    border: none !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	color: #fefefe;
    background-color: #003a70;
    border-color: #003a70 #dee2e6 #fff;
	font-size: 15px;
	
}

.nav-tabs .nav-link
 {
    border: 1px solid #003a70;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
	border-bottom: 0px;
	color: #000;
	font-size: 15px;
}

.category_list .container {
  width: 65%;
  /* height: 100px; */
  /* background-color: rgba(255, 255, 255, 0.5); */
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category_list .list {
  list-style: none;
  display: flex;
  gap: 10px;
  /* padding: 0 55px; */
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-top: 16px;
  margin-left: 45px;
  margin-right: 45px;
  /* width: 90%; */
}

.category_list .list.dragging {
  scroll-behavior: auto;
  cursor: grab;
  user-select: none;
  pointer-events: none;
}

.category_list .list li {
  background-color: white;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #0000f9;
  cursor: pointer;
}
.category_list .list li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  white-space: nowrap;
}

.category_list .list li.active {
  background-color: #0000f9;
  color: white;
}

.category_list .icon {
  position: absolute;
  height: 100px;
  /* width: 120px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 20px;
  padding-right: 20px; */
}

.category_list .left {
  /* background-color: rgba(255, 255, 255, 0.5); */
  left: 0;
}

.category_list .right {
  /* background-color: rgba(255, 255, 255, 0.5); */
  right: 0;
}

.category_list i {
  background-color: transparent;
  padding: 17px 20px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.category_list i:hover {
  background-color: rgba(0, 0, 249, 0.8);
}

.category_list .fa-angle-right {
  right: 20%;
  background: rgb(0, 0, 249);
}

.category_list .fa-angle-left {
  left: 20%;
  background: #0000f9;
}
.owl-dots{
  display: none;
}
.carousel-indicators{
  opacity: 0;
}
.owl-next span,
.owl-prev span{
  font-size: 35px;
}
.flip-container {
  perspective: 1000px;
  margin-bottom: 25px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 200px;
}
.flip-inner img{
 object-fit: cover;
  height: 100%;
  margin-bottom: 6px;
}

.flip-container:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front, .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-front {
  background-color: #fff;
}
.flip-front span{
  font-weight: 600;
}

.flip-back {
  background-color: #f8f8f8;
  transform: rotateY(180deg);
}
.flip-back span{
  position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding-top: 90px;
    color: #fff;
}

.get_img{
  height: 450px;
  /* float: right; */
  display: flex;
    margin: 0 auto;
}

@media only screen and (max-width: 767.99px) {
  .category_list .container{
    width: 100%;
    padding: 0px;
  }
  .category_list .fa-angle-left,
  .category_list .fa-angle-right{
    background: transparent;
  }
  /* .hero{
    height: 55vh;
  } */
  .hero .header-content{
    /* transform: translateY(-190%); */
    padding: 0px 20px;
    top: 35%;
  }
  
  .hero h1 {
    font-size: 1.5rem;
}
.category_list .list li a {
font-size: 14px;
white-space: normal;
}
.category_list .list {
  margin-left: 37px;
  margin-right: 45px;
  width: 230px;
  overflow: hidden;
}
.category_list .list li{
  min-width: 230px;
}
.get_img{
  height: auto;
  float: none;
}
.find{
  margin-top: 25px;
}

.find h2,.medical .medical-essential h3{
  font-size: 1.5rem;
}

}

/* 
right sidebar */
.border {
  border: 1px solid #ccc !important;
}
.portal_title_Details,
.all_list{
  background: #ecf0f5;
  padding-bottom: 40px;
}

.right_sidebar h3{
  font-size: 16px;
  font-weight: 600;
  background: #003a70;
  color: #fff;
  padding: 8px 13px;
  text-transform: capitalize;
  margin-bottom: 0px;

}
.right_sidebar ul{
  background: #fff;
}
.right_sidebar ul li{
  background: #fff;
  padding: 8px 13px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;

}
.right_sidebar ul li a{
  color: #000;
  text-decoration: none;
  font-size: 14.5px;
}
.details-img{
  padding: 12px 0px;
}

.image-box{
  background-color: #fff;
}
.connect{
  /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/india.png); */
  /* background:  url(../img/india.png); */
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading_td {
  font-size: 15px;
  font-weight: 600;
  width: 200px;
    padding-bottom: 8px;
    position: relative;
    background: #003a70;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
/* .heading_td::after{
  position: absolute;
  right: 20px;
  top: 1px;
  content: ":";
  font-weight: 600;
} */
.tbody_td {
  font-size: 15px;
  font-weight: 400;
  width: 80%;
    padding-bottom: 8px;
    position: relative;
    background: #ffffff;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
#result hr,#result2 hr {
  border: none;
  border-top: 3px solid #4e4b4b;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .boarding-table td {
    display: grid;
    gap: 0rem;
    grid-template-columns: 1fr 1fr;
    padding: 0px 6px 0px 0px !important;
    align-items: center;
    font-size: 14px ;
    font-weight: 400;
  }
  .four_portals_list{
    padding: 0px 20px;
  }
/*   
  td:first-child {
    padding-top: 2rem;
  }

  td:last-child {
    padding-top: 2rem;
  } */

  .boarding-table th {
    display: none;
  }

  .boarding-table td::before {
    content: attr(data-cell);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px;
    background: #174b7a;color:#fff;
    margin-right: 5px;
  }
/* 
  td:nth-of-type(1)::before {
    background: #e3f4df;
  }

  td:nth-of-type(2)::before {
    background: #e5f4fb;
  }

  td:nth-of-type(3)::before {
    content: attr(data-cell);
    background: #fffaee;
  } */

  .railway-tab .nav-item .nav-link {
    display: block;
    padding: .5rem 5px;
}
.heading_td,
.tbody_td {
  font-size: 14px;
}
#passenger table tr th,
#passenger table tr td{
  font-size: 14px;
}
#route table tr th,
#route table tr td{
  font-size: 14px;
}
}
