body {
  padding: 0;
  margin: 0;
  /* font-size: 18px !important; */
  line-height: 28px !important;
  overflow-x: hidden;
  background: aliceblue;
}

.background_overlay_preloader {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_inner_text {
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

.preloader_inner {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 35px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

/*=============== ALERT PRELOADER STYLE ========================*/
.background_overlay {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_img {
  position: fixed;
  z-index: 55;
  top: 40%;
  left: 46%;
  width: 50px;
  height: 50px;
}

.toast {
  opacity: 1 !important;
}

button.toast-close-button {
  width: auto;
  height: auto;
}

.sweet-alert {
  padding: 2rem;
  border-radius: 0.42rem;
}

.sweet-alert h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
  color: #181c32;
}

.sweet-alert p {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #3f4254;
}

a {
  cursor: pointer !important;
}

label span {
  color: #858585;
  font-size: 11px;
}

.list_loader_preloader_div {
  width: 100%;
  text-align: center;
  display: none;
}

.list_load_preloader {
  width: 45px;
  height: 45px;
}

.input_alert {
  margin-top: 0px;
  font-size: 14px !important;
  margin-bottom: 0px;
  line-height: 24px !important;
  font-weight: bold;
}

.inp-alert-default {
  color: #737373 !important;
}

.form-group {
  margin-bottom: 2px;
}

.modal-content {
  background: #f9f9f9;
}

.header_user_ul li {
  border-bottom: 1px solid #cfcfcf;
}

.header_user_ul {
  border-radius: 5px !important;
  background-image: linear-gradient(157deg, #ec1379 0%, #6c0092 100%);
  border: 1px solid #6c0092;
}

.custom-button1 {
  border-radius: 5px !important;
}

.dropdown-menu > li > a > [class*=" fa-"],
.dropdown-menu > li > a > [class^="fa-"] {
  color: #fff;
}

.dropdown-menu > li > a {
  color: #fff;
}

.btn-group > .dropdown-menu.pull-right:after,
.btn-group > .dropdown-menu.pull-right:before {
  display: none !important;
}

.dropdown-menu {
  top: 85% !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #e1e5ec00;
  box-shadow: -2px 1px 19px 9px #5e5e5e9e;
}

.btn-default {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn {
  border-radius: 5px !important;
}

.portlet.light {
  border: 1px solid #e7e7e7;
  border-radius: 5px !important;
}

.container-fluid {
  margin-top: 15px;
  min-height: 330px;
}

.form-control {
  border-radius: 4px !important;
}

.label {
  font-weight: 300 !important;
  border-radius: 3px !important;
}

.label,
.table.table-light > thead > tr > th,
.table.table-light > thead > tr > td {
  font-family: "Comfortaa", cursive !important;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #fff;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #3333338f !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 28px;
}

.banner-section,
.breadcrumb-area {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: cover !important;
  position: relative;
  top: -123px;
  z-index: 0;
}

.banner-section > div,
.breadcrumb-area > div {
  background: #5949b373;
  padding: 86px 0px 150px;
}



.popup-all-main {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10%;
  background-color: #000000a8;
  backdrop-filter: blur(3px);
}

.popup-all-main .popup-content {
  position: relative;
  width: fit-content;

}

.popup-all-main .popup-content img {
  border-radius: 5px;
  width: 500px;
  box-shadow: #000 0px 0px 20px 14px;
}

.popup-all-main .popup-content .btn-close-main {
  background-color: rgb(216, 12, 12);
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  width: 30px;
  text-align: center;
  top: -15px;
  color: #fff;
  cursor: pointer;
}

.popup-all-main .popup-content .btn-close-main:hover {
  transform: rotate(180deg);
  transition: all 0.5s;
}

/******************FAQ section style starts**************/

.faq-container {
  max-width: 1150px;
  margin: 0 auto;
}

.faq-question {
  background-color: #ddd;
  border-color: #000;
  border-radius: 2px;
  box-shadow: 2px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .02);
  color: #333;
  transition: transform 0.3s ease; 
  margin-left: 10px;
}

.faq-question:hover {
  background-color: #333;
  color: white;
}

.faq-answer {
  display: none;
  margin-left: 20px;
  border: 2px solid rgba(0, 0, 0, .02);
  background-color: white;
  border-radius: 5px;
  text-align: middle;
  padding: 15px;
}

.faq-item.open .faq-answer {
  display: block;
}

/***************** FAQ section style ends *******************/

/***************** WhatsApp & Call Button style starts *******************/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366; 
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000; 
  font-size: 25px;
}

.whatsapp-btn:hover {
  background-color: #25d366; 
}

.call-btn {
  position: fixed;
  bottom: 80px;
  left: 20px;
  background-color: #128C7E; 
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 20px;
}

.call-btn:hover {
  background-color: #128C7E; 
}

/****************** WhatsApp & Call Button style ends **********************/

/****************** Service Heading starts**********************/

.service-text {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #fa0f07;
  border: 2px solid #fa0f07;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s, transform 0.2s;
  box-shadow: #fa0f07;
}

/****************** Service Heading ends **********************/

/****************** Home Page Purchase starts**********************/
.purchase {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
}

.purchase::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
}
/****************** Home Page Purchase ends**********************/

/****************** Testimonial starts**********************/
.testimonial-text {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
  left: 40px;
}

.testimonial-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
}
/****************** Testimonial ends**********************/

/****************** Home Page Purchase starts**********************/
.benefit {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
  margin-left: 35px;
}

.benefit::after {
  content: '';
  position: absolute;
  left: 00;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
}
/****************** Home Page Purchase ends**********************/

/****************** Exchange & Sell Page starts**********************/
.exchange, .sell {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #fa0f07;
  border: 1px solid #fa0f07;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s, transform 0.2s;
}
/****************** Exchange & Sell Page ends**********************/

/****************** About Page strats**********************/
.about1 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  /* padding-top: 10px; */
  /* margin-left: 35px; */
}

.about1::after {
  content: '';
  position: absolute;
  left: 00;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
}

.about2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.about2::after {
  content: '';
  position: absolute;
  left: 00;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
}
/****************** About Page ends**********************/

/* .faq {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-left: 35px;
}

.faq::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 50%; 
  height: 2px; 
  background-color: #f6563c;
} */

/******** ONE STOP FOR COUNTLESS BENEFITS STARTS *********/
.mq-text {
  /* background-color: transparent;
  color: #1e31d5; 
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  border-radius: 8px;
  position: relative;
  overflow: hidden; */
}

.mq-text span:nth-child(1) {
  color: red;
}

.mq-text span:nth-child(2) {
  color: #1e31d5;
}

.mq-text span:nth-child(3) {
  color: #333;
}

.mq-text span:nth-child(4) {
  color: #218838;
}
/******** ONE STOP FOR COUNTLESS BENEFITS ENDS *********/

/******** WHY PURCHASE FROM US STARTS *********/
.purchase-text {
  /* background-color: transparent;
  color: #1e31d5; 
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  border-radius: 8px;
  position: relative;
  overflow: hidden; */
}


.purchase-text span:nth-child(1) {
  color: red;
}

.purchase-text span:nth-child(2) {
  color: #1e31d5;
}
/********  WHY PURCHASE FROM US STARTS *********/

.bub-text  span:nth-child(1) {
  color: red;
}

.bub-text  span:nth-child(2) {
  color: #1e31d5;
}

.bub-text  span:nth-child(3) {
  color: #218838;
}

.card-title span:nth-child(1) {
  color: red;
}

.card-title span:nth-child(2) {
  color: #1e31d5;
}

.card-title span:nth-child(3) {
  color: #218838;
}
