@font-face {

  font-family: Roboto;

  src: url(../font/Roboto/Roboto-VariableFont.ttf);

}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* Admin Page Css Start Here */
.admin-header-view {
  border-bottom: 2px solid #0938961a;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.admin-header-view .admin-title {
  color: #002060;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.admin-form-data .form-admin-view .form-layout-create-user label {
  font-weight: 400;
  color: #111;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.admin-form-data .form-admin-view .form-layout-create-user .form-control {
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: none;
  font-size: 13px;
  min-height: 36px;
  border: 1px solid #97cdff;
}

.admin-form-data .btn-toolbar {
  justify-content: end;
}

.admin-form-data .btn-toolbar>.btn {
  font-size: 14px;
}

.admin-form-data .btn-toolbar .btn:not(:last-child) {
  margin-right: 5px;
}

.input-icon .form-control {
  padding-left: 45px;
}

.input-icon {
  position: relative;
  overflow: hidden;
}

.input-icon>i {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  display: flex;
  align-items: center;
  width: 35px;
  justify-content: center;
  background-color: #ffffff;
  border-right: 1px solid #dedede;
  justify-content: center;
}

.repeater-supplier {
  background-color: #fff8e5;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}

.repeater-supplier:not(:last-child) {
  margin-bottom: 15px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.supplier-item-with-rate {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.supplier-item {
  width: 26%;
  padding-left: 10px;
  padding-right: 10px;
}

.supplier-item.add-more-item {
  width: 150px;
  margin-top: 25px;
}

.btn-toolbar.btn-icon-toolbar>.btn {
  display: inline-flex;
  align-items: center;
}

.supplier-item.add-more-item>.btn {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
}

.btn-toolbar.btn-icon-toolbar>.btn>i {
  margin-right: 5px;
}

.milestone-field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.milestone-field .supplier-field {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}

.supplier-item-with-rate:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.forrmula {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #dd8615;
  margin-top: 5px;
}

.formula-lbl {
  font-weight: 500;
  color: #106eea;
}

.admin-header-view .admin-title small {
  color: #8a8a8a;
}

.form-group {
  margin-bottom: 10px;
}

.decleration-form-ct.form-check .form-check-input{
  position: absolute;
  left: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  box-shadow: none;
}
.decleration-form-ct.form-check .form-check-label{
  margin-bottom: 0 !important;
  padding-left: 30px;
}
.decleration-form-ct.form-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
}
.custom-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-file-upload input[type="file"] {
  opacity: 0;
  width: 100%; 
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.custom-placeholder {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: 100%;
  color: #6c757d;
  background-color: #fff;
  font-size: 1rem;
}
.custom-select-box .vsb-main .vsb-menu ul{
  max-width: 100% !important;
  width: 100%!important;
  padding: 0;
}
.custom-select-box .vsb-main button{
max-width: 100% !important;
  width: 100%!important;
  text-align: left;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    min-height: 36px;
    border: 1px solid #97cdff;
}
.custom-select-box .vsb-main .vsb-menu ul .vsb-js-search-zone{
  max-width: 100% !important;
  width: 100%!important;
  position: static;
}
.custom-select-box .vsb-main .vsb-menu ul .vsb-js-search-zone input{
  max-width: 100% !important;
  width: 100%!important;
  margin-left: 0;
  margin-right: 0;
}
.custom-select-box .vsb-main .vsb-menu ul .vsb-js-search-zone+p{
display: none;
}
.form-accordian .admin-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #044284;
    font-weight: 600;
}
.form-accordian .accordion-item .accordion-button{
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-accordian .admin-title small {
    color: #257af7;
    font-weight: 500;
    font-size: 13px;
}
/* Admin Page Css End Here */



body {
  font-family: "Roboto", serif;
  /*font-weight: 100;*/
  font-style: normal;

  color: #444444;

  background-color: white;

}



a {

  color: #106eea;

  text-decoration: none;

}



a:hover {

  color: #3b8af2;

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Roboto", sans-serif;

}



body {

  overflow-x: hidden;

  overflow-y: auto;
  top: 0 !important;

}

body::-webkit-scrollbar {

  width: 6px;

}



body::-webkit-scrollbar-track {

  background: #f1f1f1;



}

body::-webkit-scrollbar-thumb {

  border-radius: 4px;

  background: #c1c1c1;

}

body::-webkit-scrollbar-thumb:hover {

  background: #f1f1f1;

  border-radius: 4px;

}

#preloader {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 9999;

  overflow: hidden;

  background: #fff;

}



#preloader:before {

  content: "";

  position: fixed;

  top: calc(50% - 30px);

  left: calc(50% - 30px);

  border: 6px solid #106eea;

  border-top-color: #e2eefd;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  animation: animate-preloader 1s linear infinite;

}



@keyframes animate-preloader {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  right: 15px;

  bottom: 15px;

  z-index: 996;

  background: #1a2828;

  width: 40px;

  height: 40px;

  border-radius: 4px;

  transition: all 0.4s;

}



.back-to-top i {

  font-size: 28px;

  color: #fff;

  line-height: 0;

}



.back-to-top:hover {

  background: #509425;

  color: #fff;

}



.back-to-top.active {

  visibility: visible;

  opacity: 1;

}



/*--------------------------------------------------------------

# Disable aos animation delay on mobile devices

--------------------------------------------------------------*/

@media screen and (max-width: 768px) {

  [data-aos-delay] {

    transition-delay: 0 !important;

  }

}



/*--------------------------------------------------------------

# Top Bar

--------------------------------------------------------------*/

#topbar {

  /* background: #106eea;*/

  height: 40px;

  font-size: 14px;

  transition: all 0.5s;

  color: #fff;

  padding: 0;

}



#topbar .contact-info i {

  font-style: normal;

  color: #fff;

}



#topbar .contact-info i a,

#topbar .contact-info i span {

  padding-left: 5px;

  color: #fff;

}




#topbar .contact-info i a {

  line-height: 0;

  transition: 0.3s;

  transition: 0.3s;

}



#topbar .contact-info i a:hover {

  color: #fff;

  text-decoration: underline;

}



#topbar .social-links a {

  color: rgba(255, 255, 255, 0.7);

  line-height: 0;

  transition: 0.3s;

  margin-left: 20px;

}



#topbar .social-links a {

  font-family: Poppins;

  font-size: 12px;

  font-weight: 400;

  line-height: 18px;

  letter-spacing: 0em;

  text-align: left;

  color: white;

  border-right: 1px solid white;

  padding-right: 12px;

}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

#header {

  background: #fff;

  transition: all 0.5s;

  z-index: 997;

  height: 13vh;

  box-shadow: -1px 2px 13px 4px rgb(0 0 0 / 27%);

}



#header.fixed-top {

  height: 70px;

}



#header .logo {

  font-size: 30px;

  margin: 0;

  padding: 0;

  line-height: 1;

  font-weight: 600;

  letter-spacing: 0.8px;

  font-family: "Poppins", sans-serif;

}



#header .logo a {

  color: #222222;

}



#header .logo a span {

  color: #106eea;

}



#header .logo img {

  max-height: 50px;

}



.scrolled-offset {

  margin-top: 70px;

}



/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/**

* Desktop Navigation 

*/

.navbar {

  padding: 0;

}



.navbar ul {

  margin: 0;

  padding: 0;

  display: flex;

  list-style: none;

  align-items: center;

}



.navbar li {

  position: relative;

}



.navbar>ul>li {

  white-space: nowrap;

  padding: 10px 0 10px 24px;

}



.navbar a,

.navbar a:focus {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 3px;

  font-size: 14px;

  font-weight: 600;

  color: #222222;

  white-space: nowrap;

  transition: 0.3s;

  position: relative;

}



.navbar a i,

.navbar a:focus i {

  font-size: 12px;

  line-height: 0;

  margin-left: 5px;

}



.navbar>ul>li>a:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 2px;

  bottom: -6px;

  left: 0;

  background-color: transparent;

  visibility: hidden;

  width: 0px;

  transition: all 0.3s ease-in-out 0s;

}



.navbar a:hover:before,

.navbar li:hover>a:before,

.navbar .active:before {

  visibility: visible;

  width: 100%;

}



.navbar a:hover,

.navbar .active,

.navbar .active:focus,

.navbar li:hover>a {

  color: #ED5722;

}



.navbar .dropdown ul {

  display: block;

  position: absolute;

  left: 28px;

  top: calc(100% + 30px);

  margin: 0;

  padding: 10px 0;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  /* transition: 0.3s; */

}



.navbar .dropdown ul li {

  min-width: 200px;

}



.navbar .dropdown ul a {

  padding: 10px 20px;

  font-weight: 400;

}



.navbar .dropdown ul a i {

  font-size: 12px;

}



.navbar .dropdown ul a:hover,

.navbar .dropdown ul .active:hover,

.navbar .dropdown ul li:hover>a {

  color: #106eea;

}



.navbar .dropdown:hover>ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}



.navbar .dropdown .dropdown ul {

  top: 0;

  left: calc(100% - 30px);

  visibility: hidden;

}



.navbar .dropdown .dropdown:hover>ul {

  opacity: 1;

  top: 0;

  left: 100%;

  visibility: visible;

}



@media (max-width: 1366px) {

  .navbar .dropdown .dropdown ul {

    left: -90%;

  }



  .navbar .dropdown .dropdown:hover>ul {}

}



/**

* Mobile Navigation 

*/

.mobile-nav-toggle {

  color: white;

  font-size: 28px;

  cursor: pointer;

  display: none;

  line-height: 0;

  transition: 0.5s;

}



.mobile-nav-toggle.bi-x {

  color: #fff;

}



@media (max-width: 991px) {

  .mobile-nav-toggle {

    display: block;

  }



  .navbar ul {

    display: ;

  }

}



.navbar-mobile {

  position: fixed;

  overflow: hidden;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  background: rgba(9, 9, 9, 0.9);

  transition: 0.3s;

  z-index: 999;

}



.navbar-mobile .mobile-nav-toggle {

  position: absolute;

  top: 15px;

  right: 15px;

}



.navbar-mobile ul {

  display: block;

  position: absolute;

  top: 55px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  padding: 10px 0;

  background-color: #fff;

  overflow-y: auto;

  transition: 0.3s;

}



.navbar-mobile a,

.navbar-mobile a:focus {

  padding: 10px 20px;

  font-size: 15px;

  color: #222222;

}



.navbar-mobile>ul>li {

  padding: 0;

}



.navbar-mobile a:hover:before,

.navbar-mobile li:hover>a:before,

.navbar-mobile .active:before {

  visibility: hidden;

}



.navbar-mobile a:hover,

.navbar-mobile .active,

.navbar-mobile li:hover>a {

  color: #106eea;

}



.navbar-mobile .getstarted,

.navbar-mobile .getstarted:focus {

  margin: 15px;

}



.navbar-mobile .dropdown ul {

  position: static;

  display: none;

  margin: 10px 20px;

  padding: 10px 0;

  z-index: 99;

  opacity: 1;

  visibility: visible;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

}



.navbar-mobile .dropdown ul li {

  min-width: 200px;

}



.navbar-mobile .dropdown ul a {

  padding: 10px 20px;

}



.navbar-mobile .dropdown ul a i {

  font-size: 12px;

}



.navbar-mobile .dropdown ul a:hover,

.navbar-mobile .dropdown ul .active:hover,

.navbar-mobile .dropdown ul li:hover>a {

  color: #106eea;

}



.navbar-mobile .dropdown>.dropdown-active {

  display: block;

}



/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

#hero {

  width: 100% !important;
  ;

  height: 80vh !important;
  ;

  background: url("../img/home-page/banner.png") top left !important;

  background-size: cover !important;
  ;

  position: relative !important;
  ;

}



#hero .container {

  position: relative;

}



#hero h1 {

  margin: 0;

  font-family: Poppins;

  font-size: 40px;

  font-weight: 600;

  line-height: 60px;

  letter-spacing: 0em;

  text-align: center;

  color: white;

}



#hero p {

  font-family: Poppins;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  letter-spacing: 0em;

  text-align: center;

  color: white;



}



#hero h1 span {

  color: #106eea;

}



#hero h2 {

  color: #555555;

  margin: 5px 0 30px 0;

  font-size: 24px;

  font-weight: 400;

}



#hero .btn-get-started {

  font-family: "Roboto", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 10px 28px;

  border-radius: 4px;

  transition: 0.5s;

  color: #fff;

  background: #106eea;

}



#hero .btn-get-started:hover {

  background: #247cf0;

}



#hero .btn-watch-video {

  font-size: 16px;

  transition: 0.5s;

  margin-left: 25px;

  color: #222222;

  font-weight: 600;

  display: flex;

  align-items: center;

}



#hero .btn-watch-video i {

  color: #106eea;

  font-size: 32px;

  transition: 0.3s;

  line-height: 0;

  margin-right: 8px;

}



#hero .btn-watch-video:hover {

  color: #106eea;

}



#hero .btn-watch-video:hover i {

  color: #3b8af2;

}



@media (min-width: 1024px) {

  #hero {

    background-attachment: ;

  }

}



@media (max-width: 768px) {

  #hero {

    height: 100vh;

  }



  #hero h1 {

    font-size: 28px;

    line-height: 36px;

  }



  #hero h2 {

    font-size: 18px;

    line-height: 24px;

    margin-bottom: 30px;

  }



  #hero .btn-get-started,

  #hero .btn-watch-video {

    font-size: 13px;

  }

}



@media (max-height: 500px) {

  #hero {

    height: 120vh;

  }

}



/*--------------------------------------------------------------

# Sections General

--------------------------------------------------------------*/

section {

  padding: 60px 0;

  overflow: hidden;

}

/*header section*/

#navtype {

  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #D54039;
  /*box-shadow: -1px 2px 13px 4px rgb(0 0 0 / 27%);*/


}

#login_section {

  background-image: url(../img/login_bg.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  background-position: top;
  height: 100%;
  padding-bottom: 0px;

}

.login-border {

  position: relative;

}

/*.login-border:before{

    content: '';

    position: absolute;

    width: 5px;

    height: 100%;

    top: 0px;

    left: 0px;

    background: #ffc000;

}*/

/*.login-border:after{

content: '';

    position: absolute;

    width: 5px;

    height: 478px;

    top: -164px;

    left: 37%;

    transform: rotateZ(90deg);

    background: #ffc000;

}*/

.login-box .card {

  background: #3f83abe6;

  border: none;

  border-radius: 7px;

  padding: 15px;

  height: auto;

}

.login-box h4 {

  color: white;

  font-weight: 600;

  font-size: 20px;

  text-align: right;



}

.login-box {

  padding: 0px 0px 0px 28px;

}

.login-box h3 {

  color: white;

  font-weight: 800;

  text-align: right;

  margin-top: 27px;

  line-height: 41px;

  font-size: 30px;

}

.logiarea {

  background: #deac16ed !important;

  /*border-radius: 80px 0px 80px 0px !important;*/

  margin-top: 17px;

}

.form-control {

  border: none;

  border-radius: 50px;

  text-align: center;

  color: black;

  font-weight: 900;

  font-size: 14px;

  background-color: white;

}

.logiarea button {

  border: none;

  border-radius: 50px;

  text-align: center;

  color: black;

  font-weight: 900;

  font-size: 14px;

  background-color: white;

  padding: 6px 38px;

}

.logiarea button a {

  color: black;

}

.logiarea button a:hover {

  color: var(--bs-btn-hover-color);

  background-color: #518cac;

  border-color: #518cac;

}

.logiarea button:hover {

  color: var(--bs-btn-hover-color);

  background-color: #518cac;

  border-color: #518cac;

}

input#email::placeholder {

  color: black;

  opacity: 1;
  /* Firefox */

}



input#email::-ms-input-placeholder {
  /* Edge 12-18 */

  color: black;

}

.copyright {

  color: white;

  font-size: 12px;

}

.home-box {

  background: rgba(63, 131, 171, 0.9);

  border-width: initial;

  border-style: none;

  border-color: initial;

  border-image: initial;

  border-radius: 20px;
  min-height: 150px;

  padding-bottom: 8%;
  padding-top: 8%;

  margin: 10px;

}

.margin_auto {

  margin: 0 auto;

}

.home-box h4 {
  color: white;
  font-weight: 600;
  /*font-size: 29px;*/
  text-align: center;
  line-height: 40px;

}

.margin_auto .car {
  padding: 10%;
}

.box_1:hover {

  background-color: #ffca2a !important;

}

.box_2:hover {

  background-color: #1f4e79 !important;

}

.box_3:hover {

  background-color: #002060 !important;

}

.box_4:hover {

  background-color: #00b04f !important;

}

.box_1 {

  background: #ffca2ae0 !important;

  border-radius: 20px !important;

}

.box_2 {

  background: #1f4e79c7 !important;

  /*border-radius: 80px 0px 80px 0px !important;*/

}



.box_3 {

  background: #002060c4 !important;

  border-radius: 20px;

}

.box_4 {

  background: #00b050b3 !important;

  border-radius: 20px !important;

}

button.btn.login_btn {

  background: black;

  color: white;

  border-radius: 50px;

  padding: 5px 47px;

  font-size: 10px;

}

.home-box .card-body h4 {

  position: relative;

}

/*
.home-box.box_1 .card-body h4:before {

    content: '';

    position: absolute;

    bottom: -27px;

    left: 0px;

    border: 2px solid white;

    width: 100%;

*/
}

.home-box.box_1 .card-body h4:after {

  content: '';

  position: absolute;

  bottom: -21px;

  right: 0px;

  border: 2px solid white;

  width: 20%;

  transform: rotateZ(90deg);

}

/*.home-box.box_2 .card-body h4:before {

    content: '';

    position: absolute;

    bottom: -27px;

    left: 0px;

    border: 2px solid white;

    width: 100%;

}*/
/*
.home-box.box_2 .card-body h4:after {

    content: '';

    position: absolute;

    bottom: -21px;

    left: -8px;

    border: 2px solid white;

    width: 20%;

    transform: rotateZ(90deg);

}

.home-box.box_3 .card-body h4:before {

    content: '';

    position: absolute;

    top: -27px;

    left: 0px;

    border: 2px solid white;

    width: 100%;

}

.home-box.box_3 .card-body h4:after {

    content: '';

    position: absolute;

    top: -21px;

    right: -2px;

    border: 2px solid white;

    width: 20%;

    transform: rotateZ(90deg);

}*/

/*.home-box.box_4 .card-body h4:before {

    content: '';

    position: absolute;

    top: -27px;

    left: 0px;

    border: 2px solid white;

    width: 100%;

}

.home-box.box_4 .card-body h4:after {

    content: '';

    position: absolute;

    top: -21px;

    left: -8px;

    border: 2px solid white;

    width: 20%;

    transform: rotateZ(90deg);

}*/

.bhumi-heading {

  color: #002060;

  font-weight: 600;

  font-size: 21px;

  font-weight: 800;
  margin-bottom: 0px;

  text-shadow: 3px 2px 10px #ffffff;

}

button.btn.home_btn {
  background: transparent;
  padding: 3px;
  color: #002060;
  border: 1px solid #002060;
}

button.btn.home_btn a {

  color: #002060;

}

.sub-header {

  background-color: #f0f0f0;

  padding: 20px;

}

.switch_type {

  background: #e2f0d9;

  border: 2px dotted black;

  padding-left: 0px;

  justify-content: center;

  gap: 24px;

}

.switch_type label {

  font-size: 13px;

  font-weight: 700;

  color: black;

  line-height: 34px;

}

.switch {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 34px;

}



.switch input {

  opacity: 0;

  width: 0;

  height: 0;

}



.slider {

  position: absolute;

  cursor: pointer;

  top: 9px;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: white;

  -webkit-transition: .4s;

  width: 45px;

  height: 20px;

  transition: .4s;

}



.slider:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 20px;

  left: 0px;

  bottom: 0px;

  background-color: #ffc000;

  -webkit-transition: .4s;

  transition: .4s;

  box-shadow: 1px 2px 5px 0px #5e5e4e;

}



input:checked+.slider {

  background-color: white;

  width: 45px;

}



input:focus+.slider {

  box-shadow: 0 0 1px #2196F3;

}



input:checked+.slider:before {

  -webkit-transform: translateX(6px);

  -ms-transform: translateX(26px);

  transform: translateX(26px);

}



/* Rounded sliders */

.slider.round {

  border-radius: 34px;

}



.slider.round:before {

  border-radius: 50%;

}

.center-filter select {

  font-size: 12px;

  font-weight: 500;

  color: white;

  background: #002060;

  border-radius: 20px;

  line-height: 26px;

}

button.btn.apply_btn {

  font-size: 10px;
  font-weight: 700;
  color: black;
  background: #ffc000;
  padding: 7px 17px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  margin-right: 20px;

}

.relative {

  position: relative;

}

.relative img {

  width: 12px;

  position: absolute;

  top: -25px;

  right: 14px;

}

.bhumi_table th {

  background-color: #002060 !important;

  color: white !important;

  font-size: 13px;

  vertical-align: middle;

  border: 1px solid #ffffff91;

  padding: 14px;

}

.bhumi_table.table-striped>tbody>tr:nth-of-type(odd)>* {

  font-size: 12px;

  color: black;

  font-weight: 400;

  background: #cfd5ea;

  border: 1px solid white;

  text-align: left;

}

.bhumi_table td {

  font-size: 12px;

  color: black;

  font-weight: 400;

  background: #e9ebf5;

  border: 1px solid white;

  text-align: left;

}

.header_ulb_type {

  background: #dae3f3;



  padding: 15px;

  margin: 8px 0px 8px 0px;

}

.card-block .icon {

  background: #ffc000;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  border: 2px solid white;

  /*box-shadow: 10px 10px 10px #acacac;*/

  margin-left: -13px;

  margin-top: 3px;

}

.card-block {

  position: relative;

  display: flex;

}

.card.service-card.card-inverse {

  background: white;

  border: none;

  border-radius: 8px 10px 10px 8px;

  box-shadow: 2px 0px 18px #888888;

}

.card-block h4 {

  font-size: 17px;

  font-weight: 800;

  text-align: center;

  padding-left: 30px;

  padding-right: 30px;

  padding-top: 8px;

}

.card-block span {

  font-weight: 700;

}

.export {

  float: right;

  padding: 2px 26px !important;

  margin-bottom: 0px !important;

  cursor: pointer !important;

  background-color: #fd7b02 !important;

  color: #ffffff !important;

  border-radius: 0px !important;

}

#LOKARPAN .modal-header {

  background-color: #002060 !important;

  color: white !important;

  text-align: center;

  display: block;

}

#LOKARPAN .modal-header h4 {

  font-size: 18px;

}

.text-area {

  background: #d9e6ff;

  font-size: 14px;

  color: #3c4047;

  padding: 30px;

  text-align: left;

}

#LOKARPAN .modal-body {

  padding: 0px;

}

#LOKARPAN img {

  width: 34%;

  margin: 0 auto;

  text-align: center;

}

#slider_type .swiper-button-prev:after {

  content: 'prev';

  color: white;

  font-size: 12px;

  background: #002060;

  width: 26px;

  height: 26px;

  line-height: 26px;

  text-align: center;

  border-radius: 50%;

}

#slider_type .swiper-button-next:after {

  content: 'next';

  color: white;

  font-size: 12px;

  background: #002060;

  width: 26px;

  height: 26px;

  line-height: 26px;

  text-align: center;

  border-radius: 50%;

}

#slider_type .swiper-button-prev {

  top: 65%;

}

#slider_type .swiper-button-next {

  top: 65%;

}

#E_nagar_palika_bhopal {

  background: #002060;

  padding-top: 23px;

}

#E_nagar_palika_bhopal .right_section {

  background: #deebf7;

  padding: 20px;

  border-radius: 20px;

}

#E_nagar_palika_bhopal .card.service-card.card-inverse {

  margin-bottom: 20px;

}

#E_nagar_palika_bhopal .left_heading {

  font-size: 19px;

  color: #ffc000;

}

#E_nagar_palika_bhopal select {

  font-size: 12px;

  font-weight: 800;

  color: #002060;

  border-radius: 10px;

  line-height: 18px;

  text-align: center;

}

.listing_section_left ul {

  list-style: none;



  padding-left: 0px;

}

.listing_section_left ul li {

  color: white;

  font-size: 14px;

  text-align: right;

  line-height: 60px;

}

.listing_section_left ul li span img {

  width: 33px;

  float: left;

  margin-top: 17px;

  margin-left: 13px;



}

#E_nagar_palika_bhopal .card-block .icon {

  background: #002060;

  width: 100px;

  height: 65px;

  border-radius: 50%;

  border: 2px solid white;

  box-shadow: 10px 10px 10px #acacac;

  margin-left: -13px;

  margin-top: 3px;

  line-height: 65px;

}

#E_nagar_palika_bhopal .card-block .icon img {

  width: 32px;

}

#E_nagar_palika_bhopal .card-block span {

  font-weight: 700;

  font-size: 13px;

  color: #635a5a;

}



#E_nagar_palika_bhopal .card-block h4 {



  padding-left: 60px;

  padding-right: 60px;

}

.Grant_15th a {

  color: #002060;

  font-weight: 700;

  text-decoration: underline;

}

h4.Revenuetype {

  background: #002060;

  color: white;

  padding: 6px;

  font-size: 10px;

  /*position: absolute;*/

  z-index: 9;

  left: 5px;

  top: 5px;

}



#E_nagar_palika_bhopal .last_box p {

  font-weight: 700;

  font-size: 13px;

  color: #002060;

  margin-top: 11px;

  text-align: left;

  margin-bottom: 7px;

}

.state-wide_ulb_type {







  border-radius: 10px;

}

.state-wide_ulb_type .approve_texts {

  font-size: 14px;

  color: #002260;

  font-weight: 600;

  margin-bottom: 10px;

  margin-top: 10px;

}

.state-wide_ulb_type .number_changes {

  font-size: 21px !important;

  color: #379a3b !important;

  font-weight: bold !important;

}

.bdr_right2 {

  border-right: 2px solid #ffa000;

}

.state-wide_ulb_type .card-body {

  cursor: pointer;

  background: #ffffff;

  border-radius: 10px;
  /*
    padding: 12px 6px 2px 6px !important;

    box-shadow: 0px 2px 6px 2px #000000ad;*/

}

.state-wide_ulb_type .tohidethisdata {

  font-size: 12px;

  font-weight: 800;

  text-align: left;

  color: #002060;



}

.state-wide_ulb_type .card-block .icon {

  background: #002060;

  width: 65px !important;

  z-index: 9;

}

p.engineer_chiefs_texts {

  color: #000;

  font-size: 12px;

  margin-bottom: 0px;

  background: orange;

  position: absolute;

  right: 0;

  left: 0;

  margin: auto;

  z-index: 10;

  top: -20px;

  padding: 2px 0;

  border-radius: 30px;

  white-space: nowrap;



}

.card_box_left1 {

  color: #000;

  font-size: 9px;

  margin-bottom: 0px;

  background: #d9d9d9;

  position: absolute;

  right: 0;

  left: -258px;

  margin: auto;

  z-index: 10;

  top: -3px;

  padding: 2px 0;

  border-radius: 30px;

  white-space: nowrap;

  width: 46%;

  font-weight: 900;

}

.card_box_left2 {

  color: #000;

  font-size: 9px;

  margin-bottom: 0px;

  background: #d9d9d9;

  position: absolute;

  right: 0;

  left: -258px;

  margin: auto;

  z-index: 10;

  top: 32px;

  padding: 2px 0;

  border-radius: 30px;

  white-space: nowrap;

  width: 46%;

  font-weight: 900;

}

.ulb_profile#E_nagar_palika_bhopal .card-block .icon {

  width: 65px;

  height: 65px;

  text-align: center;

}

.ulb_profile button img {

  width: 25px;
  color: #deebf7;
  float: left;
  height: 25px;
  object-fit: contain;
  line-height: 25px;
  text-align: center;

}

.ulb_profile .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {

  background: #deebf7;

  color: #002060 !important;


  width: 100%;


}

.ulb_profile .nav-pills,
.nav-pills .show>.nav-link {

  color: white !important;

  font-size: 14px;

  width: 100%;

  display: table;

  margin-bottom: 20px;

}

.ulb_profile .text-primary span {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 100;
}

.ulb_profile .text-primary {

  color: white !important;

  width: 100%;
  text-align: left;
  /*margin-left: 20px;*/

}

.ulb_profile .tab-content {

  background: #e6ebee;

  border: 1px solid #e6ebee !important;

  position: relative;

  z-index: 9999;

  margin-left: -8px;

  box-shadow: -5px -1px 20px 0px black;

  border-radius: 11px 0px 0px 0px !important;

}

.ulb_profile#E_nagar_palika_bhopal .card-block span {

  color: black;

}

.ulb_profile .card-header {



  font-size: 13px;

}

.border-left {
  border-left: 1px dotted #00000036;
  /*
    text-align: left !important;*/
}

h3.pmay-heading {
  font-weight: 200;
  font-size: 14px;
  color: white;
  background: #2E8BC0;
  padding: 6px;
  border-radius: 6px;
  margin-top: -20px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: -14px;
}

.ulb_profile .card {

  background: white;

  border: none;

  /*border-radius: 8px 10px 10px 8px;*/

  /*box-shadow: 2px 0px 18px #888888;*/

}

.ulb_profile#E_nagar_palika_bhopal .card-block h4 {

  font-size: 15px;
  color: #0ab357 !important;
  margin-bottom: 0px;
  font-weight: 600;

}

.ulb_profile#E_nagar_palika_bhopal .card-block h4 {

  padding: 18px;

  margin: 0 auto;

}

.ulb_profile {

  padding-bottom: 13px;

}

.ulb_profile#E_nagar_palika_bhopal .card-block .icon img {

  width: 44px;

}

.ulb_profile_table .bhumi_table td {

  font-size: 13px;

  color: black;

  font-weight: 400;

  background: #e9ebf5;

  border: 1px solid white;

  text-align: left;

}

.table-responsive.ulb_profile_table {

  background: #e9ebf5;

  border: none;

  box-shadow: 2px 0px 18px #888888;

  max-height: 434px;

  overflow-x: hidden;

  overflow-y: auto;

}

.table-responsive.ulb_profile_table::-webkit-scrollbar {

  width: 6px;

}



.table-responsive.ulb_profile_table::-webkit-scrollbar-track {

  background: #002060;



}

.table-responsive.ulb_profile_table::-webkit-scrollbar-thumb {

  border-radius: 4px;

  background: var(--Prim-Sea-Green, #ffc000);

}

.table-responsive.ulb_profile_table::-webkit-scrollbar-thumb:hover {

  background: #ffc000;

  border-radius: 10px;

}

button#Central_Scheme {

  background: #cbcbcb;

  font-size: 10px;

  color: black;

  border-radius: 20px 20px 0px 0px;

}

button#State_Scheme {

  background: #cbcbcb;

  font-size: 10px;

  color: black;

  border-radius: 20px 20px 0px 0px;

  margin-left: -6px;

}

.btntypeulb_profile .active {

  position: relative;

  z-index: 9;

  /*  box-shadow: 1px 1px 8px 0px #030303;*/

  background: #ffc000 !important;

  border: 1px solid #ffc000;

}

.Schemetype_table table {

  margin-bottom: 0px;

}

.Schemetype_table .table td {

  background: #105399 !important;

  color: white !important;

  font-size: 13px;

  color: black;

  font-weight: 400;

  background: #e9ebf5;

  border: 1px solid white;

  text-align: left;

}

.amrut_heading {

  font-size: 17px !important;

  color: black;

  background: white;

  padding: 14px;

  font-weight: 600;

  margin-bottom: 0px;

}

.ulb_profile .nav-pills .nav-link.active img {

  background: #002060;

  padding: 3px;

  border-radius: 50%;

}

.Grant_15th {

  text-align: center;

}

.listsub_type {

  display: none;

}

.listsub_type li {

  list-style: none;

  float: right;

  font-size: 12px;

  margin-right: 18px;

  margin-top: 4px;

}

.listsub_type li.active {

  color: #ffc000;

}





.listsub_type2 {

  display: none;

}

.listsub_type2 li {

  list-style: none;

  float: right;

  font-size: 12px;

  margin-right: 18px;

  margin-top: 4px;

}

.listsub_type2 li.active {

  color: #ffc000;

}

.from2 .application-section {

  background: #002060 !important;

  color: white;

  border: none;

  border-radius: 8px 10px 10px 8px;

  box-shadow: 2px 0px 18px #888888;

}

.from2 .application-section h3 {

  color: #379a3b !important;

}

.from2 .tohidethisdata {

  font-size: 12px;

  font-weight: 800;

  text-align: left;

  color: #002060;

}

.Divisionbtn {

  background: #ffc000;

  font-size: 12px;

  color: black;

  border: none;

  border-radius: 10px 10px 0px 0px;

  position: relative;

}

.Divisionbtn:hover {

  background: #ffc000;

  font-size: 12px;

  color: black;

  border: none;

  border-radius: 10px 10px 0px 0px;

  position: relative;

}

.from4 .application-section {

  background: #002060 !important;

  color: white;

  border: none;

  border-radius: 8px 10px 10px 8px;

  box-shadow: 2px 0px 18px #888888;

}

.from4 .application-section h3 {

  color: #379a3b !important;

}

.from4 .tohidethisdata {

  font-size: 12px;

  font-weight: 800;

  text-align: left;

  color: #002060;

}



.from5 .application-section {

  background: #002060 !important;

  color: white;

  border: none;

  border-radius: 8px 10px 10px 8px;

  box-shadow: 2px 0px 18px #888888;

}

.from5 .application-section h3 {

  color: #379a3b !important;

}

.from5 .tohidethisdata {

  font-size: 12px;

  font-weight: 800;

  text-align: left;

  color: #002060;

}

#debug-icon {

  display: none;

}

#debug-icon-link {

  display: none;

}

input#apply_btn_filterForWater {
  font-size: 10px;
  font-weight: 700;
  color: black;
  background: #ffc000;
  padding: 7px 17px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

.lohgin_img {
  padding: 10px;
  width: 90px;
  height: 90px;
}

.navbar-brand h5 {
  font-weight: 700;
  font-size: 15px;
  color: #105399;
}

.navbar-brand h5 span {
  font-weight: 400;
  font-size: 13px;
}




/*hdfjdskfj dfdf*/
#google_translate_element span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 0px 4px !important;
  border-radius: 6px;
  border: 1px solid #cccccca6;
  padding-right: 2px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.logoutbutton {
  background: #f3c334;
  border-radius: 6px;
}

nav#navtype:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fdfdfdd1;
}

.herdheading {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 13px;
  margin-bottom: 0px;
}

.dashboard-title {
  font-size: 24px;
  font-weight: bold;
  color: #002060;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.dashboard-title a {
  display: inline-flex;
  align-items: center;
}

.dashboard-title a>i {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
}
.min-w-toolbar .btn{
  min-width: 150px;
}