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

    Reset

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

html,
body {
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: white !important;
  background: #269846 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2e3a59;
  background-color: #ffffff;
}

a {
  color: #222b45;
  text-decoration: none !important;
}

a:hover {
  color: #269846;
}
a.text-info:focus,
a.text-info:hover {
  color: #269846 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #269846 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff0000 !important;
}

img {
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222b45;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2.25rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
.font-size-small {
  font-size: 12px;
  text-align: justify;
}
.text-align-justify {
  text-align: justify;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
	font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-18 {
  font-size: 18px;
}
.h-40 {
  height: 40px;
}
.text-underline {
  text-decoration: underline !important;
}

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

    Colors

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

.text-primary {
  color: #269846 !important;
}
.text-dark {
  color: #212529 !important;
}
.text-accent {
  color: #3caeff !important;
}
.text-info {
  color: #0497f2 !important;
}
.text-light {
  color: #8f9bb3 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white-light {
  color: rgba(255, 255, 255, 0.75) !important;
}
.text-yellow {
  color: #fcb900;
}
.text-muted {
  color: rgba(46, 58, 89, 0.75) !important;
}
.text-default {
  color: #2e3a59 !important;
}
.bg-body {
  background-color: #f7f9fc;
}
.bg-light-dark {
  background-color: #e4e9f2;
}

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

    Buttons

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

.btn {
  font-size: 15px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.confirm-button-theme {
  background-color: #269846 !important;
  color: #fff !important;
  border-radius: 200px !important;
  padding: 0.3rem 1.5rem !important;
}

.btn-primary-theme {
  background-color: #269846;
  color: #fff;
}
.btn-primary-theme:hover {
  background-color: #1c8439;
  color: #fff;
}
.btn-primary-theme-outline {
  background-color: #fff;
  border: 1px solid #3db24b;
  color: #269846;
}
.btn-primary-theme-outline:hover {
  background-color: #269846;
  color: #fff;
}
.btn-white-theme {
  background-color: #fff;
  color: #269846;
  border: 1px solid #fff;
}
.btn-white-theme:hover {
  background-color: #269846;
  color: #fff;
  border: 1px solid #fff;
}
.btn-white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-outline:hover {
  background-color: #fff;
  color: #269846;
}

.btn-link {
  color: #3caeff;
  text-decoration: none !important;
}

.btn-link:hover {
  color: #2ca2f7;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.6875rem 1.25rem;
  font-size: 16px;
}
button:focus {
  outline: none !important;
}

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

    Form

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

.form-control {
  border: none;
  border-bottom: 1px solid rgba(143, 155, 179, 0.32);
  border-radius: 0px;
  padding-left: 0px;
  color: #222b45 !important;
  font-size: 16px;
  font-weight: 500;
}

.form-control:focus {
  border-color: #279846 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0b9ca !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b9ca !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0b9ca !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b0b9ca !important;
}

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

    Navbar

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

.navbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(143, 155, 179, 0.24);
}
/* .navbar.before-login {
	background-color: transparent;
} */
/* .navbar.before-login .nav-link {
	text-transform: uppercase;
} */
.main-landing.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  border-bottom: none !important;
}
.main-landing.navbar .navbar-nav {
  margin-top: 10px;
}
.main-landing.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.main-landing.navbar .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-nav .nav-link {
  text-transform: capitalize;
  font-weight: 500;
}
.right .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
/* .main-landing .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 1rem;
} */
.navbar-light .navbar-nav .nav-link {
  color: #2e3a59;
}
.navbar-light .navbar-toggler {
  margin-left: 12px;
  color: #2e3a59;
  padding-top: 1px;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #269846;
}

.navbar-nav .nav-item.dropdown .rounded-circle {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
/* .nav-item .nav-link i {
    margin-right: 5px;
} */
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -11px;
}
.navbar .nav-link.user-avatar > div {
  display: inline-block;
}

/* Dropdown */

.dropdown-menu {
  font-size: 0.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  min-width: 360px !important;
  padding: 0px !important;
  color: #2e3a59;
}

.dropdown-item {
  padding: 15px 20px;
  text-transform: capitalize;
  color: #2e3a59;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-body {
  padding: 15px 20px;
}
.dropdown-footer {
  padding: 5px 20px 20px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #279846;
}
.log-arrow-up {
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  background: #fff;
  position: absolute;
  right: 23px;
  top: -7px;
  width: 14px;
  height: 14px;
}
.filter-dropdown .dropdown-menu {
  left: 84% !important;
  top: 40% !important;
  font-size: 15px;
}
.delivery-dropdown .dropdown-menu {
  min-width: 180px !important;
}
.user-dropdown .dropdown-menu,
.gas-dropdown .dropdown-menu {
  min-width: 275px !important;
  top: 133% !important;
}

.delivery-dropdown .dropdown-item,
.gas-dropdown .dropdown-item {
  border-bottom: 1px solid #f4f5f7;
}
.delivery-dropdown a i {
  font-size: 22px !important;
}
.user-dropdown .log-arrow-up,
.gas-dropdown .log-arrow-up {
  right: 28px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2e3a59;
  background-color: #f7f9fc;
}
.dropdown-header {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 20px;
}
.filter-dropdown .dropdown-menu .dropdown-body ul li {
  padding-bottom: 20px;
}
.filter-dropdown .dropdown-menu .dropdown-body ul li:last-child {
  padding-bottom: 0px;
}
.user-dropdown .dropdown-menu .dropdown-item,
.gas-dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
}
.gas-dropdown .dropdown-menu {
  min-width: 250px !important;
}
.gas-dropdown .dropdown-menu .dropdown-item {
  border-radius: 0.25rem !important;
}
.otp-box {
  padding: 0.375rem 0.75rem;
  text-align: center;
}
.otp-box-group > div div {
  margin: 0px 8px !important;
  width: 25% !important;
}
.otp-box-group .otp-box {
  width: 100% !important;
}

.content {
  min-height: calc(100vh - 366px);
}
.min-height-container {
  min-height: calc(100vh - 366px);
}
/* ********************************************************************************************

    Tabs

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

.nav-pills .nav-link {
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e9ecef;
  color: #212529;
  margin-right: 0.75rem;
}
.nav-pills .nav-item:last-child .nav-link {
  margin-right: 0rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff;
  color: #212529;
  border-color: #269846;
}
.login-body .nav-pills .nav-item {
  width: 50%;
}
.login-body .nav-pills .nav-link {
  border: none;
  border-bottom: 1px solid rgba(143, 155, 179, 0.32);
  border-radius: 0px;
  margin-right: 0px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #8f9bb3;
  text-transform: capitalize;
  padding: 0.8rem 1rem;
}
.login-body .nav-pills .nav-link.active,
.login-body .nav-pills .show > .nav-link {
  border: none;
  border-bottom: 4px solid #269846;
  border-radius: 0px;
  font-weight: 500;
  color: #269846;
}
.login-body .nav {
  margin-bottom: 25px;
}
.settings-tab .nav-link {
  border: none;
  border-bottom: 1px solid #e9ecf0 !important;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-left: 3px solid transparent;
  margin-right: 0px;
  padding: 1.094rem 1.25rem;
}
.settings-tab .nav-link.active:not(.r-tabs-anchor),
.settings-tab .show > .nav-link {
  color: #269846;
}

.settings-tab a.active,
.settings-tab a:hover {
  border-left: 8px solid #269846 !important;
}

.border-right {
  border-right: 1px solid #e9ecf0;
}
.search-location .nav-item {
  width: 50%;
}
.search-location .nav-link {
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  color: #2e3a59;
}

.equal-tab-title {
  margin-top: calc(-28px + -1.5rem);
}

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

    Table

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

.table td,
.table th {
  padding: 1.25rem 1rem;
  vertical-align: middle;
}

.table-img {
  width: 80px;
}

.table-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

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

    Map

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

/* .map-view {
	min-height: calc(100vh - 77px);
}

.searchbox {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
}

.searchbox .form-group {
	background-color: #FFF;
	border-radius: 50px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.searchbox .form-control {
	border-radius: 50px;
	border: none !important;
}

.searchbox .form-group .btn {
	margin-right: 3px;
}

.search-result {
	background-color: #FFF;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.search-result .list-group-item {
	background-color: transparent;
} */

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

    Inner Pages

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

.cart-text {
  color: #fc3264;
  font-size: 17px;
  font-family: 'Graphik', sans-serif;
  font-weight: 400;
  margin-left: 3px;
}
.card {
  border: none;
  background-color: white;
  /* min-height: calc(100vh - 160px); */
  height: 100%;
}
.card-header,
.card-footer {
  padding: 1.25rem;
  background: #fff;
}
.card-header {
  border-bottom: 2px solid #f1f3f6;
}
.card-footer {
  border-top: 1px solid #e4e7ed;
}
.section {
  padding: 20px 0px;
}
.order-tab {
  display: block;
  padding: 15px;
  border-bottom: 3px solid #e4e9f2;
  border-left: 3px solid transparent;
}
.cart-list .order-tab {
  border-bottom: 1px solid #e4e9f2;
}
.order-list li:last-child .order-tab {
  border-bottom: none;
}
.order-list.cart-list li:last-child .order-tab {
  border-bottom: 1px solid #e4e9f2;
}
.order-list-scroll {
  height: 100vh;
  overflow-y: auto;
}
.order-tab .media {
  margin-top: 15px;
}
.cart-list .order-tab .media {
  margin-top: 0px;
}
.order-tab img,
.common-media img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
}
.order-tab img {
  object-fit: contain;
}

.order-tab.active {
  border-left: 3px solid #269846;
}
.select-type-list a {
  border: 1px solid rgba(143, 155, 179, 0.24);
  border-radius: 20px;
  padding: 8px 20px;
  display: block;
}
.select-type-list a.active {
  border: 1px solid #3db24b;
}
.select-type-list li {
  margin-bottom: 15px;
}
.order-box,
.delivery-box,
.address-box {
  padding: 30px 20px;
  border: 1px solid rgba(143, 155, 179, 0.24);
  border-radius: 8px;
  min-height: 100%;
}
.delivery-box {
  padding: 15px 20px;
}
.address-box {
  padding: 20px;
}
.order-box img {
  height: 107px;
  width: 107px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.security-deposit-section .order-box {
  padding: 0px;
}
.security-deposit-section .order-box .order-header {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(143, 155, 179, 0.24);
}
.security-deposit-section .order-box .order-body {
  padding: 30px 20px;
}
.qty-box {
  width: 120px;
  border: 1px solid rgba(143, 155, 179, 0.24);
  border-radius: 30px;
  padding: 0px 0px 2px 7px;
}
.qty-box i {
  font-size: 18px;
}
.value-button {
  display: inline-block;
  margin: 0px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0;
  background: #f2f4f9;
  border-radius: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.value-number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 35px;
  height: 40px;
  font-size: 16px;
  color: #0497f2;
  font-weight: 600;
}
.form-action .checkbox-container {
  color: #222b45;
  font-size: 16px;
}
.pickup-list .radio-container {
  border: 1px solid rgba(143, 155, 179, 0.24);
  padding: 20px 20px 20px 50px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #2e3a59;
}
.custom-payment-mode-list .radio-container {
  padding: 20px 20px 20px 55px;
}
.pickup-list .radio-container.active {
  border-color: #3db24b;
}
.pickup-list .radio-container.active .gas-agency-title {
  font-weight: bold;
}
.pickup-list .radio-container .checkmark {
  top: 26px;
  left: 18px;
}
.pickup-list .radio-container input:checked ~ .checkmark {
  background-color: #269846;
  border: 2px solid #269846;
}

.my-checkbox {
  top: 26px !important;
  left: 18px !important;
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #8f9bb3;
}

.my-checkbox.active {
  background-color: #269846;
  border: 2px solid #269846;
  display: block !important;
}

.my-checkbox.active::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-media {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e9f2;
  width: 60%;
}
.common-media:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.rider-img {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin-right: 15px;
}
.cylinder-img {
  height: 200px;
}

.custom-badge {
  font-family: 'Graphik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 6px 5px;
  color: #fff;
  border-radius: 4px;
}
.common-title {
  font-weight: bold;
}
.gas-agency-title {
  font-size: 17px;
  color: #222b45;
}
.desc {
  color: rgba(46, 58, 89, 0.75);
}
.badge-warning {
  background-color: #feb83f;
}
.badge-success {
  background-color: #73b66b;
}
.badge-info {
  background-color: #0497f2;
}
.bg-primary {
  background: #269846 !important;
}
.bg-light {
  background: rgba(38, 152, 70, 0.05);
}
.bg-yellow {
  background: rgba(254, 246, 203, 0.5);
}
.bg-yellow-light {
  background: #fff7d5;
}
.list-group-item {
  border: none;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* Checkbox */
.checkbox-container,
.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
}
.checkbox-container input,
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark,
.radio-container input:checked ~ .checkmark {
  background-color: #0497f2;
  border: 2px solid #0497f2;
}
.checkbox-container input:checked ~ .checkmark::after,
.radio-container input:checked ~ .checkmark::after,
.radio-container input:checked ~ .my-checkbox::after,
.radio-container .my-checkbox.active {
  display: block !important;
}
.checkbox-container .checkmark,
.radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #8f9bb3;
}
.radio-container .checkmark {
  border-radius: 100%;
}
.checkbox-container .checkmark::after,
.radio-container .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.noti-list li {
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.noti-list p {
  font-size: 16px;
}
.noti-list-scroll {
  height: 400px;
  overflow-y: auto;
}
.payment-mode-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e8ee;
  font-size: 16px;
}
.cancel-order-list li {
  padding-bottom: 20px;
  font-size: 15px;
}
.payment-mode-list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.logo-icon {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background: #f7f7f7;
  margin-top: 12px;
}
.main-landing .logo-icon {
  background: rgba(0, 0, 0, 0.5);
}
textarea {
  resize: none;
}
.ratings {
  margin: 30px auto !important;
}
.star-rating i {
  font-size: 22px;
}
.login-box {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 12px;
  max-width: 370px;
  width: 100%;
  margin: 30px auto 30px;
}
.login-title {
  margin-bottom: 15px;
}
label {
  color: #8f9bb3;
  margin-bottom: 0rem;
}
.has-mobile-text,
.has-password-icon,
.has-location-icon {
  position: relative;
}

.has-password-icon .form-control,
.has-mobile-text .form-control,
.has-location-icon .form-control {
  padding-right: 38px;
}
.has-mobile-text .form-control,
.has-location-icon .form-control {
  padding-left: 50px;
  padding-right: 0.75rem;
}
.has-password-icon .form-control-feedback,
.has-mobile-text .form-control-feedback,
.has-location-icon .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 2;
  width: 46px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  font-size: 20px;
  color: #222b45;
  text-align: center;
}
.has-mobile-text .form-control-feedback,
.has-location-icon .form-control-feedback {
  left: 0px !important;
  font-size: 16px;
}
.has-location-icon .form-control {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  height: calc(3em + 0.75rem + 2px);
  /* padding-left: 0px; */
  padding-right: 40px;
  font-size: 15px;
  border-color: #edeff3;
}
.has-location-icon .form-control-feedback {
  height: 58px;
  width: 40px;
  line-height: 61px;
  right: 0px;
  left: inherit;
}
.accordion .has-location-icon .form-control-feedback {
  top: 0px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.history-header {
  padding: 10px 20px;
}
.history-section .media {
  padding: 15px 7px;
  border-bottom: 1px solid #edeff3;
}
.history-icon {
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 2px;
}
.history-icon i {
  font-size: 16px;
}

/* Accordian  */
.accordion > .card {
  min-height: auto;
}
.accordion .card-header .btn::before {
  content: '\f2f9';
  color: #222b45;
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 11px;
}
.accordion .card-header .btn.collapsed::before {
  content: '\f2fb';
}
.accordion .btn {
  text-align: left;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(92, 97, 116, 0.16) !important;
  padding: 0.75rem 0.875rem;
}
.saved-address-accordian .btn {
  background: #fff;
  color: #0497f2;
  padding: 0.75rem 0.875rem 0.75rem 0.475rem;
}
.saved-address-accordian .btn i {
  color: #0497f2;
  font-size: 17px;
  margin-right: 6px;
  vertical-align: -1px;
}
.saved-address-accordian .card-header .btn::before {
  color: #0497f2;
}

/* Main Landing Page */
.banner-slider.owl-carousel .item-img {
  height: 500px;
  position: relative;
  background-image: url(../img/banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 20px;
}
.main-heading {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 60px;
}
.inner-md-container {
  max-width: 800px;
  margin: 0 auto;
}
.banner-slider.owl-theme .owl-dots .owl-dot.active span,
.banner-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-dots {
  margin: 0px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
}
/* .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.mobile-slider.owl-theme .owl-dots {
  bottom: -20px;
}
.mobile-slider.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 3px;
  margin: 5px 4px;
  background: rgba(2, 2, 2, 0.2);
  border-radius: 100px;
}
.mobile-slider.owl-theme .owl-dots .owl-dot.active span,
.mobile-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0497f2;
} */

/* Css For Three Dots in Mobile Slider */
.mobile-slider .control-dots {
  bottom: -40px !important;
  left: -10px !important;
}
.mobile-slider .control-dots .dot {
  width: 24px !important;
  height: 2px !important;
  margin: 5px 4px !important;
  border-radius: 0px !important;
}
.mobile-slider .control-dots .dot.selected,
.mobile-slider .control-dots .dot:hover {
  background: #0497f2;
}

/* Mobile Image Size Css */
.mobile-slider .carousel-slider .slider-wrapper .slider .slide .item img {
  /* height: 800px !important; */
  width: 400px !important;
}
.mobile-slider .carousel .slide {
  background: transparent !important;
}
.mobile-slider .carousel-slider {
  overflow: visible !important;
}

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

.landing-page .section {
  padding: 60px 0px;
}
.section-title {
  text-align: center;
}
.title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 44px;
  margin-bottom: 30px;
}
.landing-page p {
  font-size: 17px;
  margin-bottom: 0px;
  color: rgba(33, 33, 33, 0.8);
  line-height: 30px;
  font-weight: 400;
}
.how-it-works {
  background: rgba(236, 255, 241, 0.76);
}
.how-it-works img {
  margin-bottom: 25px;
}
.how-it-works h5 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
}
.how-it-works p {
  font-size: 16px;
  color: #6d6e70;
}
.user-app-bg-img,
.vendor-app-bg-img {
  position: relative;
}
.user-app-bg-img::before,
.vendor-app-bg-img::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 500px;
  background-image: url(../img/user-app-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  content: '';
}
.vendor-app-bg-img::before {
  left: -30px;
  right: 0px;
}
.vendor-app-bg-img::before {
  background-image: url(../img/vendor-app-bg.png);
}
.contact-us-bg {
  height: 704px;
  position: relative;
  background-image: url(../img/contact-us-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.contact-us-bg p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.mobile-slider.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.user-app.section {
  padding-bottom: 80px;
}
.vendor-app.section {
  padding-bottom: 150px;
}
.benefits-list .media-left {
  margin-right: 25px;
}
.number-box {
  height: 66px;
  width: 66px;
  line-height: 60px;
  color: #2d3136;
  font-size: 28px;
  font-weight: 500;
  border: 3px solid #269846;
  text-align: center;
  border-radius: 100%;
}
.benefits-list h4 {
  color: #2e2d2e;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.benefits-list p {
  font-size: 16px;
  color: rgba(33, 33, 33, 0.8);
}
.benefits-list li {
  margin-bottom: 40px;
}
.benefits-list li:last-child {
  margin-bottom: 0px;
}
.mt-md-65 {
  margin-top: 65px !important;
}
.location-section {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
}
.location-section li {
  margin-bottom: 25px;
}
.location-section li:last-child {
  margin-bottom: 0px;
}
.location-section h6 {
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
.location-section p {
  font-size: 16px;
  font-weight: 300;
  color: #585858;
}
.contact-icon {
  margin-right: 15px;
}
.contact-icon i {
  font-size: 20px;
  color: #0497f2;
  vertical-align: middle;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control-lg {
  border-radius: 10px;
  border-bottom: none;
}
.contact-form .form-control-lg {
  height: calc(1.875em + 1rem + 2px);
  padding: 0.75rem 1rem !important;
}
.contact-form textarea.form-control-lg {
  height: auto;
  min-height: 161px;
}
.contact-form .btn {
  width: 200px;
  /* height: 70px; */
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 100px;
}
.custom-select {
  border-color: rgba(143, 155, 179, 0.32);
  color: #222b45 !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  outline: none !important;
  box-shadow: none !important;
}
.playstore-img {
	width: 132px;
	height: 40px;
}

/* ********************************************************************************************
    Map
*********************************************************************************************** */

.map-view {
  min-height: calc(100vh - 77px);
}
.searchbox label {
  color: #2e3a59;
  margin-bottom: 0.5rem;
}

.searchbox .form-group .btn {
  margin-right: 3px;
}
.search-result .list-group-item {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
  font-size: 17px;
  border-bottom: 1px solid #e4e9f2;
}
.search-result .list-group-item .btn {
  opacity: 0;
  visibility: hidden;
}
.search-result .list-group-item:hover {
  background-color: #f7f9fc;
}
.search-result .list-group-item:hover .btn {
  visibility: visible;
  opacity: 1;
}

.content.bg-white {
  min-height: calc(100vh - 366px);
}

/* ********************************************************************************************
    Pages
*********************************************************************************************** */

.store-action {
  border-radius: 8px;
}

.bg-body .settings-tab .nav-link.active {
  background-color: transparent;
}

.img-up-box {
  border-bottom: 3px solid #269846;
  margin-top: -250px;
}
.img-up-box.right {
  margin-left: -157px;
  margin-top: -291px;
}
.img-up-box.right .order-body img {
  height: 180px;
}
.comm-cylinder-img {
  height: 457px;
}

.sidebar {
  min-height: auto;
}
.sidebar-links > li {
  margin-bottom: 20px;
  padding-left: 20px;
}
.sidebar-links > li > a:hover,
.sidebar-links > li.active > a {
  color: #269846;
}
.sidebar-links > li > a::before {
  content: '';
  background: #c5cee0;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 11px;
  margin-left: -20px;
}
.sidebar-links > li.active > a::before {
  background: #269846;
}

.list-number-large .number {
  font-size: 20px;
  font-weight: 600;
  width: 48px;
  height: 48px;
  border: 2px solid #269846;
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  color: #269846;
}
.scroll-top-fix-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  color: white;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: 4px;
}
.scroll-top-fix-btn i {
  font-size: 22px;
}
.order-modal-box img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  margin-right: 15px;
}
.tab-img {
  /* height: 30px;
  width: 20px; */
  max-height: 30px;
  margin-right: 15px;
}
.py-35 {
  padding: 35px 0px !important;
}
.my-custom-tab a {
  position: relative;
  /* border-left: none !important; */
  padding: 1.094rem 1.25rem 1.094rem 4.625rem !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 350px;
  margin-right: 20px;
}

.my-custom-tab .prices-link {
  width: 100% !important;
}

/* .my-custom-tab.my-custom-tab-1 a {
  padding: 1rem 1.25rem 1rem 4.625rem !important;
	width: 420px;
} */
.my-custom-tab a:hover, 
  /* .my-custom-tab a.active, */
  .my-custom-tab .r-tabs-state-active a,
  .my-custom-tab a.active,
  .my-custom-tab a:active {
  padding: 1.094rem 1.25rem 1.094rem 1.775rem !important;
  color: #269846 !important;
}
.my-custom-tab a:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: '';
  padding: 10px;
  border: 1px solid #269846;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  box-sizing: border-box;
  background: url(../img/circle.png) center center no-repeat;
  margin-top: -2px;
  opacity: 0;
}
.my-custom-tab a:hover:before,
/* .my-custom-tab a.active:before, */
.my-custom-tab .r-tabs-state-active a::before,
.my-custom-tab a.active:before,
.my-custom-tab a:active::before {
  opacity: 1;
}
.my-custom-tab a:after {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #269846;
  content: '';
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.my-custom-tab a:hover:after,
/* .my-custom-tab a.active:after, */
.my-custom-tab .r-tabs-state-active a::after {
  width: 8px;
  left: -8px;
}
.my-custom-tab a img {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  max-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.my-custom-tab a:hover img, 
/* .my-custom-tab a.active img, */
.my-custom-tab .r-tabs-state-active a img,
.my-custom-tab a.active img,
.my-custom-tab a:active img {
  opacity: 0;
  left: 10px;
}
/* .prices-tab .nav-link {
	  display: flex;
	  align-items: center;
  }
  .settings-tab.prices-tab .nav-link {
	  padding: 0.875rem 1.25rem !important;
  } */

/* Modal */
.modal-content {
  border: 1px solid #e4e9f2;
  border-radius: 12px;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 30px;
}
.modal-body {
  padding: 20px 30px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.modal-footer {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 25px;
}
.modal-backdrop.show {
  opacity: 0.75;
}
.modal .btn {
  padding: 0.5rem 0.75rem;
}
.modal-body p {
  font-size: 16px;
}
.modal .form-group label {
  color: #8f9bb3;
}
.modal .form-group .form-control {
  color: #222b45;
  border: none;
  border-bottom: 1px solid #d4dee7;
  border-radius: 0px;
  padding-left: 0px;
  font-weight: 500;
}
.modal .form-group.otp-box-group .form-control {
  padding-left: 0.75rem !important;
}
.modal-table-body .table td,
.modal-table-body .table th {
  padding: 0.875rem 1rem;
}
.modal-table-body .table th {
  white-space: nowrap;
}
.modal-table-body .btn {
  font-size: 13px !important;
  white-space: nowrap;
}
.has-mobile-text-pad-left .form-control {
  padding-left: 50px !important;
}
.modal-open {
  padding-right: 0px !important;
}
.login-close {
  	position: absolute;
    right: 23px;
    bottom: -4px;
    font-size: 32px;
}

/* Loader */

.loader {
  color: #222b45;
  font-size: 7px;
  margin-top: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Timer */

.base-timer {
  position: relative;
  width: 120px;
  height: 120px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #e4e7ed;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #269846;
}

.base-timer__path-remaining.orange {
  color: #269846;
}

.base-timer__path-remaining.red {
  color: #269846;
}

.base-timer__label {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Map Card */
.buttonStyles {
  left: 815px;
  position: absolute;
  z-index: 99999;
  background-color: white;
  border-radius: 10px;
  border: none;
  padding: 12px;
  top: 410px;
}
.map-card {
  position: relative;
}
.map-card .card.search-location {
  position: absolute;
  left: 0px;
  width: 500px;
  top: 0px;
  height: 100%;
  min-height: auto;
  overflow-y: auto;
}
.map-card > div > div:first-child {
  margin-left: 520px;
}
.modal-body .has-location-icon .form-control-feedback {
  right: 0px;
  left: inherit;
  top: 22px;
}
.modal-body .has-mobile-text .form-control {
  padding-left: 50px;
}
.modal-body .has-location-icon.custom .form-control-feedback {
  top: 22px;
}
.pac-container {
  z-index: 9999;
}
.react-datepicker-wrapper {
  display: block;
  width: 100%;
}
.react-datepicker-popper {
  z-index: 99 !important;
}
.date-field {
  position: absolute;
  bottom: 5px;
  left: 0px;
  color: #222b45;
  font-size: 16px;
}

.dob {
  position: relative;
}
.dob .react-datepicker-wrapper {
  position: relative;
  z-index: 1;
}
.dob .react-datepicker-wrapper input {
  background: transparent;
}

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

    Static Content

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

.static-content h5:first-child,
.static-content .h5:first-child {
  margin-top: 0px !important;
}
.static-content .h5,
.static-content h5 {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
}
.static-content .h6,
.static-content h6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.static-content ul ul {
  margin-top: 1rem;
}
.static-content ul li {
  margin-bottom: 1rem;
}
.static-content .table td,
.static-content .table th {
  padding: 0.75rem;
}
.static-content p {
  text-align: justify;
}

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

    Footer

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

footer {
  background: #e4e9f2;
  color: #222b45;
  font-size: 14px;
  padding: 16px 0px 11px;
  z-index: 9;
}
.footer_new {
  padding: 0px;
}
.footer-top {
  padding-top: 45px;
  padding-bottom: 20px;
  font-size: 16px;
}
.footer_main .footer-top {
  background: #222222;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  padding-bottom: 40px;
}
.footer_main p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.footer-top ul li {
  margin: 8px 0;
}
.copyrights {
  padding: 16px 0px 11px;
  background: #f7f9fc;
}
.footer_main .copyrights {
  background: #323232;
}
.footer_main .copyrights p {
  color: rgba(255, 255, 255, 0.6);
}
.footer_main a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-top ul li a {
  font-size: 15px;
}
.address-fields p {
  font-size: 15px;
}
.social-icons a {
  color: #fff;
}
.social-icons a i {
  font-size: 18px;
}
.footer_main a:hover {
  color: #269846;
}
.footer_main .list-inline-item:not(:last-child) {
  margin-right: 0.9rem;
}

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

    Animation

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

a,
.btn,
.collapse,
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
    opacity 0.3s ease-in-out, border 0.3s ease-in-out,
    font-weight 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
    opacity 0.3s ease-in-out, border 0.3s ease-in-out,
    font-weight 0.3s ease-in-out;
}

.navbar-nav > li > a:before,
.navbar-right > li > a:before {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

/* nearest-dealer-middle-component start */
.nearest-dealer-middle-component,
.nearest-dealer-right-component {
  padding: 30px;
}
/* nearest-dealer-middle-component end */

/* c-pointer start */
.c-pointer {
  cursor: pointer;
}
/* c-pointer end */

/* Other Css */
.selected-address {
  color: #1c8439 !important;
}

.editAddress-text {
  padding-left: 35px !important;
}

/* .address-card-body {
  padding: 0rem 1rem;
} */

.addNewAddress-container {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.cylinder-image-security-deposit {
  height: 80px !important;
  width: 50px !important;
  object-fit: fill !important;
}

.loading-container,
.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  zoom: 1;
}

.star-rating-container {
  zoom: 0.5;
}

.user-rating-container {
  zoom: 0.7;
  text-align: center;
}

.order-listing-card {
  height: 1000px;
  overflow: scroll;
}

.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.address-container {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(143, 155, 179, 0.24);
  padding: 20px 20px 20px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #2e3a59;
}

.address-container.active,
.payment-container.active {
  border-color: #3db24b;
}

.payment-container {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(143, 155, 179, 0.24);
  padding: 20px 20px 20px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #2e3a59;
}

.flex-box-container {
  display: flex;
  align-items: center;
}

.flex-box-container input[type='radio']:checked {
  color: #1c8439 !important;
}

.flex-box-container p {
  margin: 0px 5px !important;
}

.custom-slider-text {
  position: relative;
  color: white !important;
  font-size: 3vw;
  top: -250px !important;
}

.carousel .control-dots {
  bottom: 70px !important;
  padding-left: 0px;
}

.carousel .slide {
  background-color: white !important;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.exclamation-icon {
  margin-left: -40px;
}

.no-record-container {
  text-align: center;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.sticky-footer {
  position: fixed;
  width: 100%;
  bottom: 0px !important;
}

/* .refund-modal-body {
  padding-bottom: 10px !important;
} */

.payment-details-container {
  border-color: #269846;
}

.modal-footer > * {
  margin: 0;
}

/* 09/09/2020 */
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.yellow-box {
  background-color: #dae700;
  padding: 50px 30px 30px 50px;
}
.yellow-box .text-green {
  color: #548235;
}
.yellow-box h2,
.yellow-box h4 {
  color: #fff;
}
.yellow-box h4 {
  line-height: 35px;
  font-size: 1.313rem !important;
}
.handshake-icon img {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.custom-border-left {
  position: relative;
  padding-left: 20px;
}
.custom-border-left::after {
  position: absolute;
  top: 0px;
  left: -2px;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #548235;
}
div[disabled] {
  pointer-events: none;
  opacity: 0.6;
  /* background: rgba(200, 54, 54, 0.5);
  background-color: yellow; */
  filter: alpha(opacity=50);
  zoom: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-iframe {
  height: 700px;
  width: 100%;
}

.line-border {
  border-top: 1px solid rgba(143, 155, 179, 0.32);
  text-align: center;
}
.line-border p {
  margin: 0px;
  margin-top: -13px;
  font-weight: 600;
}
.line-border p span {
  background: #fff;
  padding: 10px 15px;
}

.flex-justify-space-between {
  display: flex;
  justify-content: space-between;
}

.small-text {
  font-size: 14px !important;
}

.text-primary {
  color: #1c8439 !important;
}

.link-text {
  text-decoration: underline !important;
}

/* Loader Container */
.loader-container {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.loader-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader-container .loader,
.loader-container .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-container .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgb(0 0 0 / 40%);
  border-right: 1.1em solid rgb(0 0 0 / 40%);
  border-bottom: 1.1em solid rgb(0 0 0 / 40%);
  border-left: 1.1em solid rgb(0 0 0 / 85%);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.h-250 {
  height: 250px;
}
.product-custom-border {
  border-right: 10px solid #269846;
  border-bottom: 10px solid #269846;
}
.ml-m-25 {
  margin-left: -25px !important;
}
