.card:hover {
  /* background-color: #3c5d7d;  */
  transition: background-color 0.3s ease;
}

.card-text{
  color: black;
}

.card-heading{
  color: black;
}
.card.text-center.card-border {
  border: none;
}

.card_image{
  max-width: 194px;
  height: 122px;
}

.card_text{
  font-size: 15px;
}
.card_text_category{
  font-size: 14px;
}
.service-boxes{
.card-body {
  padding: 10px 0px;
}
}
.add-order-section{
  background-color: #d5dce2;
}

.add-order-form{
  background-color: #c9d7e4;
}

.form-add-order{
  background-color: #051727;
}

.add-input{
  background-color: rgb(218, 212, 212);
}

.add-order-form1{
  background-color:  #85a2be;
}

.add-order-form2{
  background-color: #5a7c9a;
}


/* to remove underline using inside a */



body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #f8f8f8;
  overflow-x: hidden;
  
   a{
    text-decoration: none;
   }
  
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}

.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #020230;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_section{
  background-color: #020230
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}

.header_section{
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 6px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
}
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}

.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #03a7d3;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #03a7d3;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-1:hover {
  background-color: transparent;
  color: #03a7d3;
}

.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-2:hover {
  background-color: transparent;
  color: #ff4646;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #000000;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* padding: 25px; */
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.service_section .box .img-box {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
}

.service_section .box .img-box img {
  /* width: 100%; */
  max-width: 170px;
  max-height: 200px;
  /* top: 10px; */
  margin-top: 31px;
}
.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 33px;
}

.service_section .box .detail-box a {
  color: #03a7d3;
}

/* .service_section .box .detail-box a:hover {
  /* color: #ff4646; 
} */

/* .service_section .box:hover .img-box {
  background-color: #ff4646;
} */

.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.server_section .img-box {
  position: relative;
}

.server_section .img-box img {
  width: 100%;
}

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

.server_section .img-box .play_btn button {
  background-color: transparent;
  border: none;
  background-color: #03a7d3;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.server_section .img-box .play_btn:before, .server_section .img-box .play_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a7d3;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.server_section .img-box .play_btn:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

.server_section .img-box .play_btn:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
          animation: after-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.price_section .price_container .box {
  margin: 45px 15px 0 15px;
}

.price_section .price_container .box .detail-box {
  width: 300px;
  padding: 40px 20px 15px 20px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.price_section .price_container .box .detail-box h2 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box h2 span {
  font-size: 3rem;
}

.price_section .price_container .box .detail-box h6 {
  text-transform: uppercase;
  color: #03a7d3;
  font-size: 20px;
  margin-bottom: 10px;
}

.price_section .price_container .box .price_features {
  padding: 0;
  list-style-type: none;
}

.price_section .price_container .box .price_features li {
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  margin-top: 25px;
}

.price_section .price_container .box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: #03a7d3;
  color: #ffffff;
}

.price_section .price_container .box:hover {
  color: #ffffff;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #03a7d3;
}

.price_section .price_container .box:hover h6 {
  color: #ffffff;
}

.price_section .price_container .box:hover a {
  background-color: #03a7d3;
  color: #ffffff;
}

.client_section {
  padding-bottom: 45px;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #03a7d3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ff4646;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #03a7d3;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.hero_area{

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 96%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-42%);
}
}


.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  /* width: 100%; */
  border: 1px solid #b0b0b0;
  /* height: 50px; */
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* info section */
.info_section {
  background-color: #020230;
  color: #ffffff;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #ff4646;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #ff4646;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #ff4646;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #020230;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */



.show-notification {
  position: fixed;
  top: 75px; 
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 99;
  opacity: 1;
  /* animation: show-toast 5s forwards; */
  width: 100%;
}
/* @keyframes show-toast {
  0% {
    opacity:1;
  }
  100% {
    opacity: 0;
  }
} */
.alert-Success {
  color: #155724;
  background-color: #d4edda;
  }
  .alert-Warning {
  color: #856404;
  background-color: #fff3cd;
  }
  .alert-Error {
  color: #721c24;
  background-color: #f8d7da;
  }




.close{
  margin-left: 6px;
}


.container .row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9; 
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 300px; 
  height: 100%; 
  color: #777;
  
  
}

.box:hover{
background-color: #03a7d3;
color: white;
}

.box .img-box {
  margin-bottom: 15px;
}

.box img {
  max-width: 100%; 
  height: 200px; 
}

.box .detail-box {
  text-align: center;
  flex-grow: 1; 
}

.box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.box p {
  font-size: 17x;
  

}



/* .banner{
  margin-left: 40px;
} */



/* product poage header */


.top_nav{

  .details {
    text-align: center;
}



  .details a {
    color: white;
    text-decoration: none;
    margin: 5px 0;
    color: #007BFF
  }
  
  .details a:hover {
    text-decoration: underline;
  
  }
  
  .right-side {
    text-align: right;
  
  }
  
  .right-side a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    color: #007BFF
  }
  
  .right-side p {
    margin: 5px 0;
  }
  
  
  .balance-link {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    
    display: inline-flex;
    align-items: center;
  }
  
  
  .refresh-icon {
    margin-left: 8px;
   
    font-size: 14px;
  
    cursor: pointer;
    
  }
  
  
  .balance-link:hover .refresh-icon {
    color: #007BFF;
   
  }

}

.sec_nav{
a.nav-link {
  color: black;

}

a.nav-link:hover{
color: #007bff;
border-radius: 10px;
text-decoration: underline;
/* text-decoration-color: #007bff; */
}
}




/* product poage header */



/* navbar for product */




.navbar-product{
  background-color: #fff;
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  margin: 0;
  padding: 5px 0;
  box-shadow: inset 0 10px 5px #1e5eca, inset 0 -9px 5px #1e5eca;
 
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
  margin: 0px 12px;
}
/* navbar for product */

  /* Heading for Services */
  .services-heading {
    text-align: center;
    font-size: 32px;
    margin-top: 5px;
    font-weight: bold;
    color: dodgerblue;  
  }
  
  /* Service Boxes Container
  .service-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 20px; 
    margin-top: 30px;
  } */
  
  /* Service Box */
  .service-box {
    width: 200px;
    height: 200px; 
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    transition: transform 0.3s ease;
  }
  
  .service-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  
  .service-box h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    background-color: #f8f8f8; 
    border-top: 1px solid #ddd;
    border-radius: 0 0 8px 8px; 
  }
  
  .service-box:hover {
    transform: translateY(-5px);
  }
  
/* boxes  */


.card {
  height: 100%; 
}

.card-img-top {
  object-fit: cover; 
  height: 200px; 
}
.card-body {
  display: flex;
  flex-direction: column;
}

.card-title {
  margin-top: auto; 
}

/* login form */
.forgot-password-link {
  color:blue;
  text-decoration: underline;
  font-weight: bold;
}
 
.forgot-password-link:hover {
  color: #ff7f50; 
  text-decoration: underline; 
}




/* corporarte hover navbar */

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s ease 0s;
}

/* Ensure dropdown menu is hidden initially */
.nav-item .dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Optional: Add some transition effect for the dropdown */
.nav-item.dropdown .dropdown-menu {
  transition: opacity 0.3s ease;
}

/* corporarte hover navbar */


.dropdown-toggle::after{
  content: none;
}

.quantity-container {
  display: flex;
  align-items: center;

}

.form-control-1 {
  width: 104px;
  text-align: end;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  margin-right: -23px;
}



.btn-increment, .btn-decrement {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 21px;
  height: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}


.btn-increment:hover, .btn-decrement:hover {
  background-color: #e0e0e0;
}

img.logo {
  height: 68px;
}



.input_box {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 93px;
}

input.number_input {
  width: 82px;
  text-align: end;
  padding: 2px 10px;
  border: 1px solid lightgray;
  border-radius: 5px 0px 0px 5px;
}


/* add_order page */
.min_qty {
  position: relative;
  bottom: 27px;
  left: 117px;
  float: left;
  color: lightgray;
}
/* add_order page */

.btn-container {
  position: absolute;
  top: 2px;
  right: -10px;
}


button.btn-increment {
  border-top-right-radius: 5px;
}

button.btn-decrement {
  border-bottom-right-radius: 5px;
}


/* bussiness-from */

.contact_number_field {
  display: flex;
  margin-bottom: 20px;
}

button.btn_btn_danger {
  background-color: #6c757d;
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}


/* camera */

.camera_btn {
  display:none;
}

.open_Camera {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 2px 4px;
  background: #efefef;
 
  margin-right: 5px;
}

.form-control-file, .form-control-range {
 
  margin-top: 32px;
}

.form-check {
  margin-bottom: 10px;

}

#extraChargesText {
  display: inline-block;
  margin-left: 5px;
  color: red;
  font-size: 0.85rem;
}

#moreInfoLink {
  text-decoration: underline;
  color: blue;
  font-size: 0.8rem;
  display: inline-block;
  margin-top: 2px;
}

.category-details ul {
  padding-left: 0;
  list-style-type: none;
}

.category-details li {
  margin: 0;
  padding: 0;
}

.category-details li p {
  margin-bottom: 0;
  /* Remove space below each paragraph */
}

b,
strong {
  font-weight: bold;
  font-size: 14px;
  color: #696980;
}

span.category {
  color: #696999;
  font-size: 14px;
  font-weight: bold;
}

h4.category-underline {
color: #0B2161;
font-size: 20px;
text-decoration: underline;
}

/* dl, ol, ul {
margin-top: 18px;
/* margin-bottom: 0rem; 
}
ol, ul {
padding-left: 0rem;
} */

.category-underline {
margin-bottom: -15px;
}
.product_deatils{
  ol, ul {
    padding-left: 3rem;
}
}


/* category box  */
.service-row {
  display: flex;
  /* flex-wrap: wrap; Allow items to wrap to the next row */
  gap: 1rem; /* Add space between items */
  /* justify-content: center; Center items within the row */
  padding: 10px;
}

.service-container {
  flex: 1 1 calc(16.66% - 1rem); 
  max-width: calc(16.66% - 1rem); /* Ensure it doesn't exceed 1/6th of the row */
  text-align: center;
  box-sizing: border-box; /* Include padding/border in width calculations */
}

.service-item {
  text-decoration: none;
  /* padding: 10px; */
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* display: block; */
  border: none;
}

.service-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.service-image {
  width: 100%;
  height: 141px;
  border-radius: 5px;
}

.service-title {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
/* category box  */


/* form  */

.form-container {
  width: 100%;
  max-width: 720px;
  margin: 12px auto;
  background: var(--bs-body-bg);
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Section 1 */
.section-1 table {
  width: 100%;
  border-collapse: collapse;
}

.section-1 td {
  padding: 10px;
  vertical-align: middle;
}

.section-1 td:first-child {
  font-weight: bold;
  width: 30%;
}

/* Section 2 - Quantity Section */
.quantity-table {
  font-family: Arial, sans-serif;
  width: 100%;
  border-collapse: collapse;
}

.quantity-table label {
  font-size: 14px;
}

.quantity-input-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 42%;
  max-width: 200px;
}

.quantity-input-container input {
  width: 60px;
  text-align: center;
  padding: 5px;
  border: none;
  outline: none;
}

.quantity-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quantity-controls button {
  background-color: #f0f0f0;
  border: none;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  outline: none;
}

.quantity-controls button:hover {
  background-color: #ddd;
}

.min-qty {
  color: #999;
  text-align: center;
}

/* Section 3 - File Option Section */
.section-3 .radio-group {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
}

.section-3 label {
  font-weight: normal;
  /* display: flex;   Align radio buttons and text in a row */
  align-items: center
}

#extraChargesText, #moreInfoLink {
  display: none;
  font-size: 0.9rem;
  margin-left: 10px;
}

#extraChargesText {
  color: red;
}

#moreInfoLink {
  color: blue;
  font-size: 0.8rem;
  margin-left: 20px;
}

#InfoLink {
  color: blue;
  font-size: 0.8rem;
  margin-left: 20px;
}
.email input[type="radio"]:checked ~ #extraChargesText,
.email input[type="radio"]:checked ~ #moreInfoLink
.email input[type="radio"]:checked ~ #InfoLink
{
  display: inline-block;
}
label.email {
    margin-left: 100px;
}

/* Section 4 - Privacy Packing Section */
.section-4 .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.required {
    margin-left: 157px;
}
.section-4 label {
  font-weight: normal;
}

#privacyExtraChargesText {
  display: none;
  color: red;
  font-size: 0.9rem;
  margin-left: 10px;
}

/* Section 5 - Summary Section */
.summary p {
  margin: 5px 0;
}

.summary .highlight {
  color: green;
  font-weight: bold;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #0056b3;
}

/* Cost Table Section */
.cost-table td {
  padding: 10px;
}

.cost-table td:first-child {
  font-weight: bold;
}

.cost-table .highlight {
  color: green;
  font-weight: bold;
}

/* Special Remark Section */
.special-remark-container {
  margin-top: 10px;
}

/* Section-wise Table Targeting */
.section-1 table,
.section-2 table,
.section-3 table,
.section-4 table,
.section-5 table {
  width: 100%;
  border-collapse: collapse;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .form-container {
    padding: 15px;
    margin: 10px;
  }

  .quantity-input-container {
    width: 100%;
    max-width: 150px;
  }

  .section-1 td:first-child,
  .section-2 td:first-child {
    width: 40%;
  }

  .quantity-controls button {
    font-size: 10px;
    padding: 4px;
  }

  .summary p {
    font-size: 14px;
  }

  .summary td {
    font-size: 14px;
  }

  .section-3 .radio-group,
  .section-4 .radio-group {
    flex-direction: column;
    gap: 15px;
  }
  .email {
    margin-left: 0; /* Adjust margin for smaller screens */
  }

  .cost-table td {
    font-size: 14px;
  }

  .btn-submit {
    font-size: 14px;
    padding: 12px;
  }

  .special-remark-container textarea {
    width: 100%;
    padding: 8px;
  }
}

/* Extra small screen adjustments (e.g., mobile) */
@media screen and (max-width: 480px) {
  .form-container {
    padding: 10px;
  }

  .quantity-input-container {
    width: 100%;
    max-width: 120px;
  }

  .section-1 td:first-child,
  .section-2 td:first-child {
    width: 50%;
  }

  .quantity-controls button {
    font-size: 8px;
    padding: 3px;
  }

  .summary td {
    font-size: 12px;
  }

  .btn-submit {
    font-size: 12px;
    padding: 10px;
  }
}

/* form  */





  /* .outline_secondary {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 65px;
    color: #ff0000;
    border-radius: 0;
    border: 1px solid #ff4646;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    background: none;
    
  }
  
  .outline_secondary:hover{
  
    background-color: #ff4646; 
    color: #ffffff;
    */
  /* } */

  .account_exist{
    justify-content: center;
  }



  /* about us page */

  .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#page-title {
  padding: 60px 0px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

#page-title span{
  color: #777;
}

.about_us_ol{
  display: flex;
  
}
.numbers{
  list-style: none;
}
.breadcrumb-item a{
  color: #555 ;
}
.breadcrumb-item a:hover{
  color:#1ABC9C ;
}
.about_us_p{
  color:#555555
}

/* core team */
.header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc; /* Line color */
  margin: 0 10px; /* Space around the title */
}

.divider-title {
  font-size: 18px;
  font-weight: bold;
  color: #333; /* Title text color */
  text-transform: uppercase; /* Optional for uppercase letters */
}

.cardContainer{
  display:flex;
  justify-content: center;
  gap: 1rem;

}

.team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.team-title p {
  display: block;
  color: #1ABC9C;
  font-weight: 400;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 1rem;
  margin-top: 5px;
}


/* order detail table  */

.recent-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.recent-orders-table th {
  background-color: black;
  color: white;
  padding: 10px;
  text-align: left;
}
.recent-orders-table td {
  padding: 10px;
}
.recent-orders-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.recent-orders-table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.recent-orders-table tr:hover {
  background-color: #ddd;
}
.custom-btn-details {
  background-color: green;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.custom-btn-details:hover {
  background-color: darkgreen;
}
.custom-show-more {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.custom-btn-show-more {
  background-color: blue;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.custom-btn-show-more:hover {
  background-color: darkblue;
}



/* order by date  */

input#start_date {
  width: 89%;
  border-radius: 7px;
  border: 1px solid #ccc;
  height: 38px;
}
input#end_date {
  width: 89%;
  border-radius: 7px;
  border: 1px solid #ccc;
  height: 38px;
}

.btn_order {
  border-radius: 0px;
  background-color: #f1bdbc;
  border: solid 1px #843c3c;
  box-shadow: 1px 2px 4px #032294;
  transition: box-shadow 0.9s ease-in-out;
  color: #fff
}
input.btn_order:hover {
  box-shadow: 0px 0px 40px 0px #032294;
}


/* calender */
#calendar {
  display: none;
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 10px;
  /* padding: 10px; */
  z-index: 10;
  font-size: 14px;
  /* width: 250px; */
}
#calendar table {
  width: 100%;
  border-collapse: collapse;
}

#calendar th,
#calendar td {
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

#calendar th {
  background-color: #444;
}

#calendar td {
  background-color: #222;
}

#calendar td:hover {
  background-color: #555;
}

/* Previous/Next buttons styling */
.calendar-btn-container {
  text-align: center;
  margin-bottom: 10px;
}

.calendar-btn {
  background-color: #444;
  color: white;
  border: none;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  width: 52px;
  height: 30px;
}
/* Input field box style */
.input-box {
  position: relative;
  display: inline-block;
}

input[type="text"] {
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

/* Position the calendar */
#calendar-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.calender_button {
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
}

/* order details page  */

.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
  border: 1px dashed #ccc;
  background-color: #f8f9fa;
  /* width: 100%; */
}
.no-image img {
  max-width: 50%;
}
.section-title {
  font-size: 1.5rem;
  font-weight: bold;
}

/* order details page  */



.large-font {
    font-size: 18px;
}


/* order category */
.status-section {
  font-weight: bold;
  color: brown;
  margin: 0 10px;
  padding: 10px;
}
.status-section:hover{
  background-color: black;
  color: white;
  border-radius: 5px;
}

.status-section.black {
  color: white;
  background-color: black;
  padding: 5px 10px;
  border-radius: 5px;
}

.search-bar {
  margin-bottom: 20px;
}

.btn-primary {
  font-size: 1rem;
  padding: 10px 20px;
}


/* alert for order numbre and date  */


.show-notification_order {
  position: fixed;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  opacity: 1;
  /* animation: show-toast 5s forwards; */
  width: 36%;
  color: red;
  height: 64px;
}


.order_error {
  font-weight: bold;
  font-size: 16px;
  color: #FF0000;
}



/* edit profile css */
/* Container styling */
.info-container {
  width: 50%;
  margin: 50px auto;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fdfdfd;
}

/* Header styling */
.info-header {
  text-align: center;
  font-size: 24px;
  color: #003366;
  margin-bottom: 20px;
}

/* Table styling */
.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-label {
  width: 30%;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
}

.info-value {
  width: 70%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Input field styling */
.info-input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* Button styling */
.info-button {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background-color: #aaa;
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.info-button:hover {
  background-color: #888;
}

/* edit profile css */ 


/* change password container */
/* Container Styling */
.change-password-container {
  width: 719px;
  margin: 64px auto;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.header-title {
  font-size: 1.8em;
  color: #1a398f;
  text-align: center;
  margin-bottom: 20px;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
}

.form-label-cell {
  width: 30%;
  vertical-align: top;
  padding: 10px;
  text-align: left;
}

.form-label {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.form-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.password-requirements {
  font-size: 13px;
  color: #e74c3c;
  padding: 10px 0;
  text-align: left;
}
.button-row {
  text-align: center;
  padding-top: 20px;
}

.btn {
  width: 180px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.submit-btn {
  background-color: #bfbfbf;
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.cancel-btn {
  background-color: #f89c1e;
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  opacity: 0.8;
}

button.btn.submit-btn.btn.btn-secondary {
  width: 217px;
  height: 55px;
  border-radius: 0px;
  background-color: #c5c5c5;
  border: solid 1px #843c3c;
  box-shadow: 1px 2px 4px #032294;
  transition: box-shadow 0.9s ease-in-out;
}
  
button.btn.cancel-btn.btn.btn-warning {
  width: 217px;
  height: 55px;
  color: white;
  border-radius: 0px;
 
  border: solid 1px #843c3c;
  box-shadow: 1px 2px 4px #032294;
  transition: box-shadow 0.9s ease-in-out;
}

.check_box {
  margin-left: 20px;
}
/* change password container */

.akshay_heading{
  background: linear-gradient(90deg, #ffffff, #88e141, cyan);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}


.nav-divider {
  display: inline-block;
  width: 1px;
  height: 30px; /* Adjust the height as per your design */
  background-color: #ddd; /* Light gray color for the line */
  margin-right: 10px; /* Space between line and the Login button */
  margin-left: 10px; /* Optional, adds space to the left of the line */
}


.description {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-description {
  display: none;
}