body {
  padding-top: 0px;
  padding-bottom: 0px;
  /*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
  font-family: "Roboto", sans-serif;
  position: relative;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

li a:hover {
  text-decoration: none;
}

.no-resize {
  resize: none !important;
}

input[type="file"].form-control {
  height: auto !important;
}

/********************************************************
********************************************************/

@font-face {
  font-family: "Kalpurush";
  src: url("../fonts/Kalpurush.eot");
  src: url("../fonts/Kalpurush.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Kalpurush.woff") format("woff"),
    url("../fonts/Kalpurush.ttf") format("truetype"),
    url("../fonts/Kalpurush.svg#Kalpurush") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.home_page {
  background: url(../img/home_bg.png) no-repeat;
  background-size: cover;
}

header {
  padding-top: 0;
  text-align: center;
}

header h1 {
  font-family: "Kalpurush";
  /* font-weight: 600; */
  color: var(--bmc-main-blue);
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

header h2,
.headtext h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: var(--bmc-main-blue);
  font-size: 30px;
}

header h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--bmc-deep-blue);
  font-size: 18px;
}

.gk_logo {
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: var(--bmc-light-blue);
  padding: 12px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.ashok_stamba {
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: var(--bmc-light-blue);
  padding: 12px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.gk_logo img,
.ashok_stamba img {
  width: auto;
  height: 100%;
}

.header_menu .gk_logo,
.header_menu .ashok_stamba {
  width: 54px;
  height: 54px;
  padding: 9px;
  display: none;
}

header.fixed-header-top .header_menu {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

header.fixed-header-top .header_menu .gk_logo,
header.fixed-header-top .header_menu .ashok_stamba {
  display: block;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

header.fixed-header-top .header_logo .gk_logo,
header.fixed-header-top .header_logo .ashok_stamba {
  display: none;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.bangla_text {
  font-family: "Kalpurush";
}

.header_menu {
  margin-bottom: 22px;
  background-color: #376092;
  padding: 10px 0;
}

.header_menu .btn-blue {
  background-color: var(--bmc-white);
  color: var(--bmc-main-blue);
  border: var(--bmc-white) 1px solid;
  margin-right: 10px;
}

.header_menu .btn-blue:hover {
  background-color: var(--bmc-black);
  color: var(--bmc-white);
  border: var(--bmc-black) 1px solid;
}

.header_logo {
  margin-bottom: 15px;
}

.btn-blue {
  width: auto;
  background: var(--bmc-main-blue);
  color: var(--bmc-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  border: var(--bmc-black) 1px solid;
  padding: 8px 50px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  display: inline-block;
}

.btn-blue:focus,
.btn-blue:hover {
  background: var(--bmc-blue);
  color: var(--bmc-white);
  border: var(--bmc-blue-v1) 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.btn-red {
  width: auto;
  background: var(--bmc-main-red);
  color: var(--bmc-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  border: var(--bmc-black) 1px solid;
  padding: 8px 50px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  display: inline-block;
}

.btn-red:focus,
.btn-red:hover {
  background: var(--bmc-blue);
  color: var(--bmc-white);
  border: var(--bmc-blue-v1) 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.form-select {
  height: 42px;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  font-family: "Roboto", sans-serif;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid #d7d5d6;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

textarea.form-control {
  height: auto;
}

.form-control:focus {
  border-color: var(--bmc-deep-blue);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(38, 166, 242, 0.075),
    0 0 8px rgba(38, 166, 242, 0.6);
  box-shadow: inset 0 1px 1px rgba(38, 166, 242, 0.075),
    0 0 8px rgba(38, 166, 242, 0.6);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.water_supply_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.water_supply_list li {
  padding: 0 25px;
  margin: 0;
  display: inline-block;
  width: 47%;
  border-right: 2px solid var(--bmc-deep-blue);
  vertical-align: middle;
  font-size: 17px;
  color: var(--bmc-deep-blue);
}

.water_supply_list li.bangla_text {
  font-size: 20px;
}

.water_supply_list li:last-child {
  border-right: 0 solid var(--bmc-deep-blue);
  padding-right: 0;
}

.water_supply_list li:first-child {
  padding-left: 0;
}

.department_txt {
  text-align: center;
  margin: 25px 0;
}

.department_txt h3 {
  font-size: 1.25rem;
}

.button_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.button_list li {
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.button_list li:last-child {
  padding-right: 0;
}

.button_list li:first-child {
  padding-left: 0;
}

.button_list a {
  width: 100%;
  height: 100%;
  display: block;
}

.button_list h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.button_list h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
}

.button_list p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}

.btn-tanker {
  padding: 15px;
  background-color: var(--bmc-main-yellow-v1);
  border: var(--bmc-main-yellow-v2) 5px solid;
  color: var(--bmc-black);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.btn-tanker:hover {
  background-color: var(--bmc-deep-blue-v1);
  border: var(--bmc-light-blue-v1) 5px solid;
  color: var(--bmc-white);
  border-radius: 0;
  outline: none;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.btn-supply {
  padding: 15px;
  background-color: var(--bmc-deep-blue-v1);
  border: var(--bmc-light-blue-v1) 5px solid;
  color: var(--bmc-white);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.btn-supply:hover {
  background-color: var(--bmc-main-yellow-v1);
  border: var(--bmc-main-yellow-v2) 5px solid;
  color: var(--bmc-black);
  border-radius: 0;
  outline: none;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.txt_red {
  color: var(--bmc-main-red);
}

.proceed_area .form-control,
.proceed_area1 .form-control {
  font-size: 16px;
}

.proceed_area form h4,
.proceed_area1 form h4 {
  font-size: 20px;
}

.input_select {
  position: relative;
}

.input_select:after {
  width: 20px;
  height: 20px;
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 18px;
  color: var(--bmc-black);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.footer_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.footer_menu li {
  padding: 22px 20px;
  margin: 0 0 00;
  display: inline-block;
  position: relative;
}

.footer_menu li:after {
  width: 1px;
  height: 16px;
  background-color: var(--bmc-white);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer_menu li:last-child:after {
  display: none;
}

.footer_menu li a {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--bmc-white);
  text-decoration: none;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.footer_menu li a:hover {
  color: var(--bmc-blue);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.proceed_area1 {
  display: none;
}

/********************************************************
********************************************************/

.headline {
  position: relative;
  text-align: center;
  border-top: var(--bmc-light-gray) 1px dashed;
  border-bottom: var(--bmc-light-gray) 1px dashed;
  padding: 0 0 10px;
  margin-bottom: 15px;
}

.headline h2 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.headline h2.bangla_text {
  font-size: 26px;
}

.sub_head {
  text-align: center;
}

.sub_head h3 {
  font-size: 18px;
  font-weight: 400;
  color: var(--bmc-deep-blue);
}

.sub_head h3.bangla_text {
  font-size: 20px;
}

.btn-back-abs {
  position: absolute;
  left: 0;
  top: 20px;
}

.card_list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.card_list li {
  width: 35%;
  padding: 0;
  margin: 0 40px;
  display: inline-block;
}

.card_list a {
  text-decoration: none;
  float: left;
  height: 100%;
  width: 100%;
}

.card_list .card {
  height: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.card_list .card:hover {
  border: 1px solid rgb(55 96 146 / 50%) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(133 193 255) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgb(133 193 255) !important;
  box-shadow: 0px 0px 10px 0px rgb(133 193 255) !important;
}

.water_tanker_txt h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--bmc-green);
  padding: 10px 0;
}

.water_tanker_txt h4.bangla_text {
  color: var(--bmc-main-blue);
  font-family: "Kalpurush";
  padding: 0;
}

.deep_blue_bg {
  background-color: var(--bmc-deep-blue-v1);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.water_tanker_img {
  max-width: 136px;
  margin: 0 auto;
}

/*
.deep_blue_bg:hover {
    background-color: #172d48;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
*/

.blue_bg {
  background-color: var(--bmc-blue-v1);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

/*
.blue_bg:hover {
    background-color: #23687a;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
*/

.green_bg {
  background-color: var(--bmc-green-v1);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

/*
.green_bg:hover {
    background-color: #324015;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
*/

.capacity_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.capacity_area {
  width: 100;
  border-radius: 15px;
  padding: 20px 15px 0;
  text-align: center;
  color: var(--bmc-white);
  /* margin: 0 auto 20px auto; */
  position: relative;
  /*cursor: pointer;*/
}

.capacity_area h3 {
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
}

.capacity_area h4 {
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
}

.capacity_area h2 {
  font-size: 30px;
  font-weight: 400;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
}

.capacity_area::selection span.select_area {
  width: 20px;
  height: 20px;
  background-color: #04e304;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}

.capacity_area.selected span.select_area {
  display: block;
}

.yellow_txt {
  color: var(--bmc-main-yellow-v2);
}

.capacity_area h3.yellow_txt {
  border-top: #fff 1px dashed;
  padding-top: 12px;
}

.capacity_area:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.capacity_list p {
  font-size: 18px;
  font-weight: 400;
  color: var(--bmc-deep-blue);
  margin-bottom: 0;
}

.capacity_list p.bangla_text {
  font-size: 18px;
  font-weight: 400;
  color: var(--bmc-deep-blue);
}

/*.capacity_list*/

.btn-gray {
  /*width: 95%;*/
  background: var(--bmc-gray);
  color: var(--bmc-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  border: var(--bmc-black) 1px solid;
  padding: 8.5px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  display: inline-block;
  text-transform: capitalize;
}

/*.capacity_list*/

.btn-gray:focus,

/*.capacity_list*/

.btn-gray:hover {
  background: var(--bmc-blue);
  color: var(--bmc-white);
  border: var(--bmc-blue-v1) 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.capacity_list .btn-gray {
  width: 100%;
}

.btn-black {
  width: 100%;
  background: var(--bmc-black);
  color: var(--bmc-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  border: var(--bmc-black) 1px solid;
  padding: 8.5px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  display: inline-block;
}

.btn-black:focus,
.btn-black:hover {
  background: var(--bmc-blue);
  color: var(--bmc-white);
  border: var(--bmc-blue-v1) 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.sub_head1 {
  text-align: center;
}

.sub_head1 h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--bmc-black);
}

.sub_head1 h3.bangla_text {
  font-size: 24px;
  font-weight: 400;
}

.mih_height {
  min-height: 353px;
}

.blue_border {
  border: var(--bmc-light-blue-v2) 1px solid;
}

.black_border_dashed {
  border-bottom: var(--bmc-black) 1px dashed;
  padding-bottom: 10px;
}

.water_tanker_txt1 h3 {
  font-size: 20px;
  margin-top: 0;
}

.water_tanker_txt1 h2 {
  font-size: 23px;
  color: #838383;
}

.submit_sec,
.phone_sec,
.proceed_area {
  display: none;
}

.ui-timepicker-standard {
  z-index: 9999 !important;
  position: absolute;
}

/* 
.btn-Commercial{
	padding: 25px 40px;
	font-size: 24px;
} */

/********************************************************
********************************************************/

/* .admin_page .header_logo{
	padding-top: 110px;
} */

.admin_header .header_menu .gk_logo,
.admin_header .header_menu .ashok_stamba {
  display: block;
}

.admin_header .header_menu .btn-blue {
  margin-left: 31px;
  margin-right: 31px;
}

.header_menu .user_img {
  width: 45px;
  height: 45px;
  border: 2px solid var(--bmc-deep-blue);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: var(--bmc-light-blue);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.header_menu .user_img img {
  width: auto;
  height: 100%;
}

header.admin_header h1 {
  font-size: 30px;
}

header.admin_header h2 {
  font-size: 26px;
}

header.admin_header h3 {
  font-size: 18px;
}

/***************/

.admin_sec {
  min-height: 800px;
}

/* Style the tab */

.admin_sec .tab {
  overflow: hidden;
  /* border: 1px solid #ccc;
	background-color: #f1f1f1; */
  border-bottom: #ccc 1px solid;
  display: flex;
}

.admin_sec .tab .form-control {
  height: 54px;
}

/* Style the buttons inside the tab */

.admin_sec .tab button.tab-item {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 26px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
  background-color: var(--bmc-white);
  color: var(--bmc-main-blue);
  border: var(--bmc-main-blue) 2px solid;
}

/* Change background color of buttons on hover */

.admin_sec .tab button.tab-item:hover {
  color: var(--bmc-white);
  background-color: var(--bmc-deep-blue);
  border: var(--bmc-deep-blue) 2px solid;
}

/* Create an active/current tablink class */

.admin_sec .tab button.tab-item.active {
  color: var(--bmc-white);
  background-color: var(--bmc-deep-blue);
  border: var(--bmc-deep-blue) 2px solid;
}

/* Style the tab content */

.admin_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f1f4f6;
}

.admin_sec .tabcontent h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: var(--bmc-main-blue);
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/****************/

.grid_item {
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03),
    0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03),
    0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05),
    0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
}

.grid_item a {
  display: block;
  text-decoration: none;
}

.admin_sec .tabcontent .grid_item a h3 {
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
  color: #6c757d;
  margin-bottom: 15px;
  /* opacity: .8; */
  min-height: 47px;
}

.grid_item a h2 {
  font-size: 1.8rem !important;
  font-weight: bold;
}

/********************************************************
********************************************************/

/********************************************************
********************************************************/

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  display: none;
}

#capacity-carousel .owl-nav .owl-prev,
#capacity-carousel .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 47px;
  font-size: 2em;
  color: var(--bmc-black);
  border: var(--bmc-black) 2px solid;
  cursor: pointer;
}

#capacity-carousel .owl-nav .owl-prev {
  left: -35px;
}

#capacity-carousel .owl-nav .owl-next {
  right: -35px;
}

/**********/

#capacitysmall-carousel .owl-nav .owl-prev,
#capacitysmall-carousel .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 47px;
  font-size: 2em;
  color: var(--bmc-black);
  border: var(--bmc-black) 2px solid;
  cursor: pointer;
}

#capacitysmall-carousel .owl-nav .owl-prev {
  left: -35px;
}

#capacitysmall-carousel .owl-nav .owl-next {
  right: -35px;
}

.blue_head {
  background-color: var(--bmc-blue-v1);
  color: var(--bmc-white);
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  margin: 15px 0;
}

/********************************************************
********************************************************/

.maximum_24h_area,
.maximum_30m_area {
  display: none;
}

.maximum_24h_area.open_area,
.maximum_30m_area.open_area {
  display: block;
}

.maximum_24h,
.maximum_30m {
  cursor: pointer;
}

/********************************************************
********************************************************/

.text_blue {
  color: var(--bmc-deep-blue);
}

.border_0 {
  border: 0;
}

.text_yellow {
  color: var(--bmc-main-yellow-v2);
}

.required_area {
  border-radius: 15px;
  vertical-align: middle;
  text-align: center;
  color: var(--bmc-white);
  padding: 25px 0;
}

.required_area h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--bmc-white);
}

.required_area h5 {
  font-size: 20px;
  font-weight: 300;
}

.blue_bg_w_border {
  background-color: var(--bmc-deep-blue-v1);
  border: #90a9ff 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
}

.blue_bg_w_border:hover {
  background-color: #0f2744;
  border: #03152a 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.light_blue_bg_w_border {
  background-color: var(--bmc-blue-v1);
  border: #93ceff 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
}

.light_blue_bg_w_border:hover {
  background-color: #054a83;
  border: #003460 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.green_bg_w_border {
  background-color: var(--bmc-green-v1);
  border: #65dd6a 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
}

.green_bg_w_border:hover {
  background-color: #113a13;
  border: #032605 4px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.modal-xl {
  --bs-modal-width: 1308px;
}

#PreviewModal .water_tanker_txt h4 {
  font-size: 19px;
}

#PreviewModal .water_tanker_txt h4 {
  font-size: 19px;
}

#PreviewModal .capacity_area h3 {
  font-size: 23px;
}

.proceed_area1 {
  background-color: var(--bmc-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  padding: 15px;
}

#facilities-area .proceed_area1 {
  margin-top: 115px !important;
}

#maximum_30m_area .maximum_30m_area,
.phone_sec,
#proceed-sec .proceed_area {
  margin-top: 100px !important;
}

/*
#select_dt_Modal,
#loginModal .modal-dialog,
#addPatientsDetailsModal .modal-dialog,
#paymentModal .modal-dialog {
    margin: 13% auto;
}
*/

.commercial_btn_area {
  position: relative;
}

.btn-Commercial {
  padding: 10px 15px;
  font-size: 20px;
  color: var(--bmc-deep-blue);
  /*border: #ccc 1px solid;*/
  border-radius: 6px;
  cursor: pointer;
}

.commercial_btn_area input[type="radio"] {
  width: 18px;
  height: 18px;
}

/********************************************************
********************************************************/

.profile-nav,
.profile-info {
  margin-bottom: 30px;
}

.profile-nav .user-heading {
  background: #376092;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

/* .profile-nav ul > li:last-child {
    border-bottom: none;
} */

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
  text-decoration: none;
  border-left: 5px solid #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
}

.profile-nav ul > li > a:hover,
.profile-nav ul > li > a:focus,
.profile-nav ul li.active a {
  background: #f8f7f5 !important;
  border-left: 5px solid var(--bmc-blue);
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}

.p-text-area,
.p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

.profile-info_area .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}

.profile-info_area .panel-footer ul li a {
  color: #7a7a7a;
}

.profile-info {
  color: #89817e;
}

.profile-info_area h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 20px;
}

.profile-info .form-control {
  height: auto;
  padding: 0 0;
  font-size: 16px;
  border: 0px solid #d7d5d6;
  outline: none;
  box-shadow: none;
  pointer-events: none;
}

.profile-info textarea.form-control {
  height: auto;
}

.profile-info.profile-edit .form-control {
  width: 100% !important;
  height: 40px;
  padding: 6px 15px;
  font-size: 16px;
  border: 1px solid #d7d5d6;
  outline: none;
  box-shadow: none;
  pointer-events: visible;
  margin-bottom: 12px;
}

/* .bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
} */

.bio-row p {
  border-bottom: #ddd 1px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.bio-row p span {
  /* width: 200px; */
  display: inline-block;
  vertical-align: top;
}

.bio-chart,
.bio-desk {
  float: left;
}

.bio-chart {
  width: 40%;
}

.bio-desk {
  width: 60%;
}

.bio-desk h4 {
  font-size: 15px;
  font-weight: 400;
}

.bio-desk h4.terques {
  color: #4cc5cd;
}

.bio-desk h4.red {
  color: #e26b7f;
}

.bio-desk h4.green {
  color: #97be4b;
}

.bio-desk h4.purple {
  color: #caa3da;
}

.file-pos {
  margin: 6px 0 10px 0;
}

.profile-activity h5 {
  font-weight: 300;
  margin-top: 0;
  color: #c3c3c3;
}

.summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.summary-head p {
  color: rgba(255, 255, 255, 0.6);
}

ul.summary-list {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}

ul.summary-list > li > a > i {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}

ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}

ul.summary-list > li {
  border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child {
  border-right: none;
}

.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

.activity span {
  float: left;
}

.activity.alt span {
  float: right;
}

.activity span,
.activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity.terques span {
  background: #8dd7d6;
}

.activity.terques h4 {
  color: #8dd7d6;
}

.activity.purple span {
  background: #b984dc;
}

.activity.purple h4 {
  color: #b984dc;
}

.activity.blue span {
  background: #90b4e6;
}

.activity.blue h4 {
  color: #90b4e6;
}

.activity.green span {
  background: #aec785;
}

.activity.green h4 {
  color: #aec785;
}

.activity h4 {
  margin-top: 0;
  font-size: 16px;
}

.activity p {
  margin-bottom: 0;
  font-size: 13px;
}

.activity .activity-desk i,
.activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}

.activity .activity-desk {
  margin-left: 70px;
  position: relative;
}

.activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}

.activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}

.activity-desk .panel {
  background: #f4f4f4;
  display: inline-block;
}

.activity .activity-desk .arrow {
  border-right: 8px solid #f4f4f4 !important;
}

.activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .arrow-alt {
  border-left: 8px solid #f4f4f4 !important;
}

.activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}

.activity-desk .album a {
  margin-right: 10px;
}

.activity-desk .album a:last-child {
  margin-right: 0px;
}

*/
/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/

.outersection {
  min-height: 100vh;
  position: relative;
  height: auto;
}

#innercontainer {
  padding-bottom: 100px;
  overflow-x: hidden;
}

footer {
  /*position: absolute;*/
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #376092;
}

.date-container {
  position: relative;
}

.date-container i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.ui-timepicker-viewport {
  padding-left: 0.5rem;
}

.ui-menu .ui-menu-item {
  padding: 5px;
}

.ui-widget-content a {
  padding: 5px;
  text-decoration: none;
}

/*********************09-05-2024-Profile page design***********************************
********************************************************/

.profile-nav,
.profile-info_area {
  margin-bottom: 30px;
  border-radius: 10px;
}

.profile-info_area {
  margin-bottom: 0;
}

.profile-nav .user-heading {
  background: #376092;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817e;
  text-decoration: none;
  border-left: 5px solid #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
}

.profile-nav ul > li > a:hover,
.profile-nav ul > li > a:focus,
.profile-nav ul li.active a {
  background: #b1defb !important;
  border-left: 5px solid var(--bmc-blue);
  color: #002756 !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0;
}

.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #89817e;
}

.profile-nav ul > li > a:hover > i,
.profile-nav ul > li > a:focus > i,
.profile-nav ul > li.active > a i {
  color: #002756;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}

.p-text-area,
.p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

.profile-info_area .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}

.profile-info_area .panel-footer ul li a {
  color: #7a7a7a;
}

.profile-info {
  color: #89817e;
  border-radius: 0 0 10px 10px;
}

.profile-info_area h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  background: #b1defb;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  color: #002756;
}

.profile-info_area .panel-body {
  border-radius: 0 0 10px 10px;
}

.profile-info .form-control {
  height: auto;
  padding: 0 0;
  font-size: 16px;
  border: 0px solid #d7d5d6;
  outline: none;
  box-shadow: none;
  pointer-events: none;
}

.profile-info textarea.form-control {
  height: auto;
  width: 100% !important;
}

.profile-info.profile-edit .form-control {
  width: 100% !important;
  height: 40px;
  padding: 6px 15px;
  font-size: 16px;
  border: 1px solid #d7d5d6;
  outline: none;
  box-shadow: none;
  pointer-events: visible;
  margin-bottom: 0;
}

.bio-row p {
  border-bottom: #ddd 1px dashed;
  padding: 8px 15px;
  margin-bottom: 0;
}

.bio-row p span {
  /* width: 200px; */
  display: inline-block;
  vertical-align: top;
}

.booking-card {
  margin: 15px;
  border: 2px solid #b1defb;
  border-radius: 10px;
  padding: 0;
}

.booking-card:hover {
  border: 2px solid #376092;
}

.booking-card .d-flex {
  padding: 8px 15px;
  border-bottom: #ddd 1px dashed;
}

.booking-card .d-flex:last-child {
  border-bottom: 0;
}

.booking-card .card-title {
  min-width: 150px;
  color: #89817e;
}

.inner_page,
.department_sec {
  min-height: calc(100vh - 60px);
  /* 680px;*/
}

.app-user-dropdown a::after {
  display: none;
}

.app-user-dropdown a span.badge {
  width: 54px;
  height: 54px;
  text-align: center;
  align-items: center;
  display: grid;
  text-decoration: none;
  font-size: 18px;
}

.login-rgt {
  position: absolute;
  right: 10px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #ccc;
}

/********************************************************
********************************************************/

:root {
  --bmc-main-yellow: #ffcc00;
  --bmc-main-yellow-v1: #ffc000;
  --bmc-main-yellow-v2: #ffff00;
  --bmc-main-blue: #376092;
  --bmc-blue: #26a6f2;
  --bmc-blue-v1: #1071c1;
  /*#31859c;*/
  --bmc-deep-blue: #17375e;
  --bmc-deep-blue-v1: #0d3a71;
  /*#254061;*/
  --bmc-light-blue: #b1defb;
  --bmc-light-blue-v1: #8eb4e3;
  --bmc-light-blue-v2: #93cddd;
  --bmc-black: #000000;
  --bmc-white: #ffffff;
  --bmc-light-gray: #bfbfbf;
  --bmc-main-red: #ed2227;
  --bmc-green: #526d1b;
  --bmc-green-v1: #185c1b;
  /*#4f6228;*/
  --bmc-gray: #333;
  /*#4e4e4e;*/
}

/********************************************************
********************************************************/

.stellarnav.mobile.right > ul {
  z-index: 99;
}

/* @media (min-width:1200px){.container{max-width:1170px}} */

@media (min-width: 1920px) {
  .container {
    max-width: 1430px;
  }
}

/* YD-27-10-2025 */

.custom-table {
  font-size: 0.8rem;
}

.custom-table td {
  vertical-align: middle;
}

/* .custom-table .btn {
  font-size: 0.75em;
} */

.dropend .dropdown-toggle::after {
  display: none;
}

.custom-button {
  min-height: 42px;
}

.bio-row i {
  color: var(--bmc-deep-blue-v1);
}

.custom-name {
  font-size: 22px !important;
}

.app-card-orders-table .table .cell {
  color: #000000;
}

/********************************************************
********************************************************/
