#logo img {
    width: 120px;
    height: 40px;
}
#tagline {    
    padding: 12px 0 5px 20px;
}

.item.home {
    text-align: center;
}

.small-font {
    font-size: small;
}

.sbmtbttn {
    text-align: center;
    display: block;
    color: #fff;
    padding: 14px 0;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #404040;
    width:100%;
}

.sbmtbttn:hover {
    opacity: 0.9;
}

.support_icons img {
    width: 50px;
    height: 50px;
}
.txt_aln_wc {
    text-align: -webkit-center;
}
.txt_center {
    text-align: center;
}


/* ===== Bootstrap Modal Core ===== */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade {
  transition: opacity 0.15s linear;
}

.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  max-width: 500px;
}

.modal.show .modal-dialog {
  transform: none;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
}

.modal-body {
  position: relative;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

/* ===== Close Button ===== */

.btn-close {
  background: none;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/* ===== Backdrop ===== */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.5;
}


button.close {
    outline: none;
    text-shadow: none;
    font-size: 1.8rem;
    line-height: 0;
    color: #3a4043;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem 1rem;
}

/* Start : Modal data */
.icon-well.is-lg {
    width: 100px;
    height: 100px;
}
.modal .icon-well {
    margin: 5px auto 20px;
}
.icon-well {
    border: 2px solid #f2f2f4;
    border-radius: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
}
.text-center {
    text-align: center !important;
    display: grid;
}

.modal .well .col .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid hsla(0, 0%, 75%, 0.3);
    font-weight: 900;
    line-height: 1.9rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.container.custom-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid rgba(191, 191, 191, .3);
    margin: 20px 0px;
    padding: 10px 0px;
    border-radius: 10px;
}

.custom-column {
    width: 30%;
    text-align: center;
}

.custom-column.c-small {
  width:20%;
}


.custom-column .arrow img {
    width: 14px;
    height: 14px;
}
.d-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* End : Modal data */

/* Start : Pop Over */
.custpopover {
    position: absolute;
    top: 45px;
    left: 130px;
    width: 220px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    z-index: 1000;
}

/* little arrow */
.custpopover::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}

.custpopover::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

#custpopoverBtn {
    position: relative;
}

ul.list-1 {
    text-align: left;
}
.no-border {
  border:none !important;
}

.custom-font {
  font-weight: 700 !important;
}
/* End : Pop Over */

/* Start : Slider Range */
#slider-range-1 .ui-slider-range {
    background: #4CAF50; /* fill color */
}

#slider-range-1 .ui-slider-handle {
    border-color: #4CAF50;
}
/* End : Slider Range */

.pound input {
    width: 80%;
    box-sizing: border-box;
    padding-left: 30px !important;
    color: #888 !important;
    background: url(../images/pound.svg) no-repeat 3% 60% !important;
}

.text-left {
  text-align: left;
}

.layout-style select {
    width: 80%;
    padding: 10px 11px;
    border: none;
    margin: 0 0 0 -5px;
    color: #666;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

.form-control-label {
    font-weight: 800 !important;
}

/* Start : checkbox */
/* Container */
.custom-control.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}

/* Hide native checkbox */
.custom-control-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkbox box */
.custom-control-indicator {
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s ease;
  background-color: #fff;
}

/* Checkmark */
.custom-control-input:checked + .custom-control-indicator::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Checked state */
.custom-control-input:checked + .custom-control-indicator {
  background-color: #007bff;
  border-color: #007bff;
}

/* Hover effect */
.custom-control.custom-checkbox:hover .custom-control-indicator {
  border-color: #0056b3;
}

/* Disabled state */
.custom-control-input:disabled + .custom-control-indicator {
  background-color: #e9ecef;
  border-color: #adb5bd;
  cursor: not-allowed;
}

/* Label text */
.custom-control-description {
  color: #333;
}

/* End : Checkbox */

.btn-bottom {
  width: 30%;
  margin:10px 0px;
}
.text-center-a {
  text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.dstyle-ig {
  display: inline-grid !important;
}

.pdr {
  padding: 0px 10px 0px 0px;
}

.uploader {
    background-color: #F8F9F9;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 1.4rem;
}

.dropzone1, .dropzone2 {
    border: #ff0000 2px dashed;
}

input[type="number"] {
  border: 1px solid #d8d8d8;
    padding: 10px 11px;
    outline: none;
    font: 14px "Open Sans", sans-serif;
    color: #888;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.mtb {
  margin:20px 0px;
}


			/* Chat Widget Container */
.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

/* Hide checkbox */
#chat-toggle {
  display: none;
}

/* Chat Button */
.chat-button {
  width: 60px;
  height: 60px;
  background: #6eac28;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Chat Box */
.chat-box {
  width: 320px;
  height: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 80px;
  right: 0;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

/* Toggle Chat */
#chat-toggle:checked ~ .chat-box {
  display: flex;
}

/* Header */
.chat-header {
  background: #6eac28;
  color: #fff;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.close-btn {
  cursor: pointer;
}

/* Body */
.chat-body {
  flex: 1;
  padding: 12px;
  background: #f9fafb;
  overflow-y: auto;
}

.message {
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  max-width: 80%;
  font-size: 14px;
}

.message.bot {
  background: #e5e7eb;
  align-self: flex-start;
}

/* Footer */
.chat-footer {
  display: flex;
  border-top: 1px solid #ddd;
}

.chat-footer input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.chat-footer button {
  background: #6eac28;
  color: #fff;
  border: none;
  padding: 0 16px;
  cursor: pointer;
}
    