/*Custom PopUp Css*/
button.custom_popup-open-btn {
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
}

button.custom_popup-open-btn:hover {
  background-color: #45a049;
}

/* Popup container (hidden by default) */
.custom_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* semi-transparent background */
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index : 999;
}

/* Popup content */
.custom_popup-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  text-align: center;
  transition: opacity 0.3s ease;
}

/* Close button */
.custom_popup-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #aaa;
  cursor: pointer;
}
.sub-btn-popup
{
    padding: 8px 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    float: right;
}
.custom_popup-close-btn:hover {
  color: #333;
}

/* Add some basic transitions for smooth opening/closing */
.custom_popup, .custom_popup-content {
  transition: opacity 0.3s ease;
}
.custom_popup_input
{
  width: 100%;
  padding: 10px 0 10px 10px;
}
#popup_number_error{
  color: red;
}
/*Custom PopUp Css*/
button.custom_popup-open-btn {
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
}

button.custom_popup-open-btn:hover {
  background-color: #45a049;
}

/* Popup container (hidden by default) */
.custom_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* semi-transparent background */
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index : 999;
}

/* Popup content */
.custom_popup-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  text-align: center;
  transition: opacity 0.3s ease;
}

/* Close button */
.custom_popup-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #aaa;
  cursor: pointer;
}
.sub-btn-popup
{
    padding: 8px 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    float: right;
}
.custom_popup-close-btn:hover {
  color: #333;
}

/* Add some basic transitions for smooth opening/closing */
.custom_popup, .custom_popup-content {
  transition: opacity 0.3s ease;
}
.custom_popup_input
{
  width: 100%;
  padding: 10px 0 10px 10px;
}

/*End Custom Popup Css*/
/*mobile footer css starts*/
 
.navbar-footer a {
  float: left;
  display: none;
  width: 25%;
  color: #fff;
  text-align: center;
  padding: 25px 22px 38px 20px;
  text-decoration: none;
  font-size: 21px;
  /* margin-right: 22px;
  margin-left: 21px; */
}
.navbar-footer a:hover {
  background: #F1F1F1;
  color: black;
}
.w_app > i {
  color: #fff;
}
.w_app {
  background-color: #28A745;
}
.e_mail > i {
  color: #fff;
}
.e_mail {
  background-color: #DC3545;
}
.ems_call > i {
  color: #fff;
}
.ems_call {
  background-color: #007BFF;
}
.ems_enquiry > i {
  color: #fff;
}
.ems_enquiry {
  background-color: #FFC107;
}
.upside{
    display: none;
}
.mobile-hidden i {
  color: white;
}
@media screen and (min-width :315px) and (max-width :768px) {
.upside{
    display: block;
}
.funnal-mobile{
  display:none!important;
}
.mobile-footer{
display:block!important;
}
.social-mobile li a .fa{
display:none;
}
.navbar-footer
{
  overflow:scroll;
  z-index:9999999!important;
 background-color:#ccc;
position: fixed;
 bottom: -16px;
width: 100%;
}
.navbar-footer a:hover {
background: #f1f1f1;
color: black;
}
 
.main {
padding: 0px;
margin-bottom: 54px;
}
.navbar-footer{
  display:block!important;
}
 
}
.mobile-hidden a {
  font-size: 16px;
}
/* mobile footer css end*/
  @media only screen and (max-width:768px){


  .mobile-hidden{
    display: none!important;
  }
  .tab{
    margin: 4px 4px!important;
  }
  .brochures-prgs .fa-plus{
    margin-right: 30px!important;
  }
}
/* Funnel css start */
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 15px 30px;
  }
 .btn-success:hover {
    color: #fff;
    background-color: #449d44;
   border-color: #398439
  }
  .btn-danger {
    color: #fff!important;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 15px 30px;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
  }
  .btn-warning {
    color: #fff!important;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 15px 30px;
  }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
  }
  .btn-primary {
    color: #fff!important;
    background-color: #0084bd;
    border-color: #0d668d;
    padding: 15px 30px;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0d668d;
    border-color: #204d74
  }
.pb-20{
  padding-top: 10px;
  padding-bottom: 30px;
}
.funnel_d {
    color:#fff;
}

/*End Custom Popup Css*/