@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-Thin.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-Regular.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-Medium.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-Light.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat/Montserrat-Bold.woff2") format("woff2"),
    url("../font/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Montserrat";
}

a {
  text-decoration: none;
}

input {
  box-shadow: none !important;
}

.container {
  max-width: 1360px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* header start */

header nav {
  width: 100%;
  height: 100%;
  height: 100px;
  background: #173d52;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.inquire_card-one {
  margin-top: 0 !important;
}

header nav .topbar {
  height: 100%;
  max-width: 1700px;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.category-group-box {
  border: 2px solid black;
  padding: 20px;
}

header .topbar .logo a {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

header .topbar .logo a span {
  color: #d2ef20;
}

header nav .topbar .nav-links {
  line-height: 95px;
  height: 100%;
}

header nav .topbar .links {
  display: flex;
}

header nav .topbar .links li {
  /*    position: relative;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 15px;
}

header nav .topbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  border-bottom: solid 4px transparent;
}

header nav .topbar .links li a:hover {
  border-color: #d2ef20;
  color: #d2ef20;
}

header .links li:hover .htmlcss-arrow,
header .links li:hover .js-arrow {
  transform: rotate(180deg);
}

header nav .topbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 95px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

#image-presee {
  width: 100%;
}

header nav .topbar .links li .sub-menu {
  position: absolute;
  top: 101px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 2;
  max-width: 1800px;
  width: 100%;
}

header nav .topbar .links li:hover .htmlCss-sub-menu,
header nav .topbar .links li:hover .js-sub-menu {
  display: block;
}

header .js-sub-menu form {
  padding: 35px 25px 35px 30px;
  background: #fff;
  border-top: solid 5px #d2ef20;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 10px;
}

header .js-sub-menu form .setwidth {
  /* width: calc(11.5% - 15px); */
  color: #5f5d5d;
  font-weight: 500;
  border-bottom: solid 1px #dabdbd;
  margin: 0 15px;
  padding: 15px 6px 12px;
  display: flex;
}

header .js-sub-menu form label {
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 16px;
  cursor: pointer;
}

header .js-sub-menu form input[type="radio"] {
  width: 20px;
  height: 20px;
  border: solid 1px #5f5d5d;
  border-radius: 3px;
  margin: -2px 10px 0 4px;
  cursor: pointer;
}

header .js-sub-menu form input[type="radio"]:checked {
  border-color: #d2ef20;
  background-color: #d2ef20;
}

header .category_outer {
  display: flex;
  flex-wrap: wrap;
}

/* khushveer css*/
.product-tabing-section li.nav-item {
  border-radius: 10px;
  margin: 0 15px 15px 0;
  background: #389ad16b;
  /* color: #173d52; */
  font-weight: 500;
  /* border: 1px solid  #d2ef20; */
}

.product-tabing-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #173d52;
  color: #d2ef20;
  border: 1px solid #173d52;
  border-radius: 10px;
  outline: none;
}

.product-tabing-section .nav-link {
  padding: 0.3rem 1rem;
  color: #173d52;
}

.product-tabing-section .nav-tabs {
  border-bottom: none;
}

header .topbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 1;
  margin: 0 20px 0 10px;
}

header .topbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

header .topbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #173d52;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

header .topbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #173d52;
}

header .search-box .input-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #173d52;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

header .search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

header .topbar .nav-links .sidebar-logo {
  display: none;
}

header .topbar .bi-list {
  display: none;
}

header .topbtn {
  background: #d2ef20;
  color: #173d52;
  padding: 12px 20px;
  font-weight: 500;
}

header .user_name {
  width: 54px;
  height: 54px;
  background: #3c6148;
  color: #d2ef20;
  font-weight: 600;
  margin-left: 8px;
}

header .user_name h3 {
  font-size: 22px;
}

/* header end */

/*footer start*/

footer a,
footer a:active,
footer a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .container {
  max-width: 1700px;
}

.footer-section {
  background-color: #233243;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.footer-section:before {
  content: "";
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(31, 47, 64);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}

.footer-section:after {
  position: absolute;
  content: "";
  background-color: rgb(31, 47, 64);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.footer-top {
  padding-top: 96px;
  padding-bottom: 90px;
  background: #173d52;
}

.footer-top p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
}

.widget-title {
  text-transform: capitalize;
}

.footer-top .widget-title {
  color: #ffffff;
  margin-bottom: 18px;
}

.courses-link-list li + li {
  margin-top: 10px;
}

.courses-link-list li a {
  color: #ffffff;
  font-weight: 200;
}

.courses-link-list li a:hover {
  color: #d2ef20;
}

.footer-top .small-post-title a {
  color: #ffffff;
  font-weight: 200;
}

.small-post-list li {
  margin-bottom: 15px;
}

.news-letter-form {
  margin-top: 15px;
  max-width: 340px;
}

.news-letter-form input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}

.news-letter-form input::placeholder {
  color: #969090;
}

.news-letter-form button {
  background-color: #d2ef20;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #173d52;
  margin-top: 20px;
  font-weight: 600;
}

.footer-bottom {
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  background: #192c30;
}

.copy-right-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

footer .simple_icon {
  width: 26px;
  height: 26px;
  background: #d2ef20;
  color: #173d52;
  font-size: 12px;
}

footer .social_icon {
  width: 36px;
  height: 36px;
  background: #2e5063;
  color: #fff;
  font-size: 14px;
}

footer .col_second {
  width: 26.66%;
}

footer .col_three {
  width: 32%;
}

footer .col_five {
  width: 14%;
}

/*footer .col_four {
    width: 27%;
}*/

footer .company-intro-widget {
  padding-right: 55px;
}

/*footer end*/

/*home page start*/

/*other css start*/

.home_banner h2 {
  text-shadow: 10px 10px 4px #a3a4a5;
  color: #1d3343;
  font-size: 200px;
  letter-spacing: 20px;
}

.home_banner .home_lefthead {
  min-height: 830px;
  padding-top: 8%;
  background-color: #1d3343;
}

.home_banner .home_lefthead h2 {
  margin-right: -20px;
  color: #d2ef20;
  text-shadow: 10px 10px 4px #2e2d2d;
}

.home_banner .home_righthead {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  padding-top: 8%;
}

.home_banner h5,
.home_banner p,
.home_banner h6 {
  color: #d3d6da;
  font-size: 18px;
  font-style: italic;
  text-shadow: 4px 4px 0 #000 3d;
}

.home_banner p {
  max-width: 45%;
  line-height: 24px;
  margin-bottom: 10px;
}

.home_banner .banner_leftspace {
  padding-right: 10px;
}

.home_banner .banner_rightspace {
  padding-left: 15px;
}

.home_banner h6 {
  margin-bottom: 35px;
}

/*.index_logospace {
    width: 49.2%;
    flex: 0 0 auto;
}*/
.home_banner h4 {
  font-size: 30px;
  max-width: 60%;
  font-weight: 400;
}

.home_banner .theme_btn {
  margin-top: 25px;
}

.theme_btnsec {
  background-color: #1d3343;
  padding: 16px 40px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
}

.mission_area {
  padding: 120px 0;
}

.mission_area ul li {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  padding-bottom: 18px;
  max-width: 95%;
  line-height: 40px;
}

.mission_area h2 {
  color: #000;
}

.mission_area .mission_content {
  padding: 75px 0 80px 80px;
}

.mission_area .mission_userbtn {
  background: #d2ef20;
  color: #173d52;
  padding: 16px 38px;
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
}

.mission_area .theme_btnsec {
  padding: 16px 38px;
  font-weight: 500;
  margin-left: 15px;
}

.mission_area .container {
  position: relative;
}

.mission_area .container::before {
  content: "";
  background-color: #d3d6da;
  position: absolute;
  height: 79%;
  width: calc(100% - 85px);
  z-index: -1;
  bottom: -60px;
}

.mission_area .mission_left {
  margin-top: 160px;
}

.mission_area img {
  height: 830px;
  object-fit: cover;
}

.users_area .container,
.mission_area .container,
.alert_sec .container {
  max-width: 1720px;
}

.users_area {
  padding: 70px 0 210px;
  margin-left: 9.5%;
  margin-right: 5%;
}

.users_area h2 {
  color: #000;
  margin-bottom: 35px;
}

.users_area h4 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.users_area a,
.users_area p {
  font-size: 22px;
  line-height: 34px;
  color: #000;
  margin-bottom: 25px;
  font-weight: 300;
}

.users_area a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.users_area .img_box {
  height: 700px;
  width: calc(100% - 30px);
}

.users_area .img_box img {
  object-fit: cover;
}

.users_area .img_box::before {
  content: "";
  background: #1d3343;
  width: 104%;
  height: 106%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 35px;
  right: 45px;
}

.users_area .users_right {
  margin-left: 20px;
}

.register_chnage {
  background-color: #d3d6da;
  padding: 110px 0 120px;
}

.register_chnage .container {
  max-width: 1700px;
}

.register_chnage .register_body {
  padding: 60px 0 70px;
}

.register_chnage h2 {
  font-size: 36px;
  color: #000;
  max-width: 55%;
  margin-bottom: 50px;
}

.register_chnage h3 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
}

.register_chnage span {
  font-size: 40px;
  background-color: #294456;
  border: 4px solid #94a1ab;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.register_chnage p {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 44px;
  width: 85%;
  margin-top: 15px;
}

.register_chnage .user_custom {
  max-width: 70%;
}

.register_chnage .theme_btn {
  font-size: 18px;
}

.for_bussiness {
  padding: 110px 0 120px;
}

/* .for_bussiness h2 {
    color: #000;
} */

.for_bussiness .bussine_box {
  min-height: 400px;
  color: #fff;
  background-color: #1d3343;
  padding: 20px 10px;
  margin-top: 30px;
}

.for_bussiness .bussine_box p {
  max-width: 98%;
  font-size: 18px;
  margin-top: 40px;
  color: #fff;
}

.for_bussiness .bussine_box h1 {
  max-width: 98%;
  color: #fff;
}

.for_bussiness .bussine_box h3 {
  font-weight: 500;
  font-size: 56px;
  line-height: 36px;
}

.cutomer_map {
  background-color: #d3d6da;
}

.cutomer_map ul li,
.cutomer_map p {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 44px;
}

.cutomer_map .map_cont {
  padding: 50px 80px;
}

.cutomer_map img {
  height: 640px;
  object-fit: cover;
}

/*other css end*/

.theme_btn {
  background: #d2ef20;
  color: #173d52;
  padding: 18px 52px;
  margin-top: 12px;
  font-weight: 600;
}

.theme_btn:hover,
header .topbtn:hover,
.news-letter-form input[type="submit"]:hover,
.userform .userbtn:hover,
.contact_sec button:hover {
  background: #c8e41d;
  color: #173d52;
}

.about_sec {
  padding: 110px 0;
}

.about_sec .img_box img {
  border-radius: 30px;
}

.about_sec .side_space_left {
  padding-left: 40px;
}

.about_sec .side_space_right {
  padding-right: 40px;
}

.ourapp_sec {
  padding: 110px 0;
  background: #edeff0;
}

.ourapp_sec p {
  font-size: 18px;
  color: #222;
  line-height: 30px;
}

.ourapp_sec i {
  font-size: 22px;
  color: #000;
  margin-top: -2px;
}

.ourapp_sec ul {
  margin: 25px 0 40px;
}

.ourapp_sec ul li {
  margin-bottom: 10px;
}

.about_sec .img_box img {
  width: 100%;
  height: auto;
}

.ourapp_sec .img_box img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.follow_sec {
  background: #d2ef20;
  color: #000000;
  padding: 110px 0;
}

.follow_sec .subheading {
  font-weight: 500;
  text-transform: none;
}

.testimonial_sec {
  color: #000;
  padding: 110px 0;
}

.testimonial_sec .container {
  max-width: 1725px;
}

.testimonial_sec .slick-slide {
  margin: 0 25px;
}

.testimonial_sec .slick-arrow {
  display: none !important;
}

.testimonial_sec .testimonial {
  margin-top: 70px;
}

.testimonial_sec .star_row {
  margin-bottom: 15px;
  font-size: 20px;
}

.testimonial_sec h4 {
  margin-bottom: 35px;
  line-height: 37px;
  font-size: 25px;
}

.testimonial_sec p {
  font-weight: 600;
}

.testimonial_sec .profile_box .img_box {
  max-width: 56px;
  min-height: 56px;
}

.testimonial_sec .profile_box .img_box img,
.testimonial_sec .webbox img {
  object-fit: cover;
}

.testimonial_sec .profile_box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial_sec .profile_box p {
  font-weight: 500;
}

.testimonial_sec .webbox {
  max-width: 160px;
}

.testimonial_sec li {
  padding: 0 15px;
  border-right: solid 1px #777;
}

.testimonial_sec li:last-child {
  border: none;
}

.addex_faq {
  background: #f2f3f4;
  padding: 110px 0;
}

.addex_faq h3 {
  font-size: 30px;
  color: #000;
  margin-top: 40px;
  font-weight: 700;
}

.addex_faq .faq_outer {
  max-width: 1000px;
  margin-top: 50px;
}

.addex_faq .accordion-button {
  background: #d3d6da;
  box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  padding: 23px 30px;
}

.addex_faq .accordion-button[data-bs-toggle="collapse"] {
  color: #000;
}

.addex_faq .accordion-item {
  margin-bottom: 20px;
}

.addex_faq .accordion-body {
  padding: 25px 25px 25px 30px;
}

.addex_faq .subpara {
  width: 50%;
  font-weight: 500;
  color: #000;
}

.connect_sale {
  color: #000;
  padding: 110px 0;
}

.connect_sale .container {
  max-width: 1720px;
}

.connect_sale .connect_outer {
  background: #e8ebec;
  padding: 60px 50px 70px;
  margin-right: 70px;
}

.connect_sale form button {
  background: #1d3343;
  color: #fff;
  padding: 17px 67px;
  font-weight: 500;
  margin-top: 25px;
}

.connect_sale form button:focus {
  box-shadow: none;
}

.connect_sale form .form-label {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.connect_sale form input {
  border-color: #777;
  padding: 17px 20px;
}

.connect_sale form textarea {
  border-radius: 20px;
  resize: none;
  border-color: #777;
  min-height: 150px;
}

.connect_sale form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: unset;
}

.connect_sale .form-check-label {
  font-size: 18px;
  font-weight: 500;
}

.connect_sale .form-check {
  margin-top: 15px;
}

.connect_sale .img_box {
  height: 800px;
}

.connect_sale .img_box img {
  object-fit: cover;
}

/*home page end*/

/*user login start*/
.userform {
  padding: 100px 0;
}

.userform h4 {
  font-size: 24px;
  font-weight: 700;
}

.userform .formouter {
  background: #e8ebec;
  border-radius: 40px;
  max-width: 500px;
  padding: 70px 50px 20px;
}

.userform .formouter p {
  color: #294456;
}

.userform .field-icon {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 22px;
  color: #858585;
}

.userform form {
  margin-top: 30px;
}

.userform .form-control {
  padding: 15px 20px 15px 50px;
  margin-top: 20px;
  border: solid 1px transparent;
}

.userform .iti--allow-dropdown {
  width: 100%;
  margin-top: 15px;
}

.userform .iti__selected-country-primary {
  padding-left: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.userform .form-control::placeholder {
  color: #7e8b93;
}

.userform .form-control:focus,
.userform .otp_feild input:focus {
  border-color: #d2ef20;
}

.userform .form_icon {
  left: 20px;
  top: 14px;
  font-size: 20px;
  color: #000;
}

.userform .form_usericon {
  left: 20px;
  top: 11px;
  font-size: 24px;
  color: #000;
}

.userform .userbtn {
  background: #d2ef20;
  font-weight: 500;
  padding: 15px 20px;
  width: 180px;
  margin: 15px 0;
  position: relative;
}

.userform .userbtn .spinner-border {
  position: absolute;
  top: 30%;
  color: #173d52;
  left: 20%;
  width: 20px;
  height: 20px;
}

.userform .forgot_link {
  color: #1d3343;
  font-weight: 600;
  font-size: 14px;
}

.userform .account_query a {
  color: #a6c100;
  font-weight: 600;
}

.userform .account_query {
  color: #000;
  font-size: 15px;
  margin-top: 60px;
  font-weight: 500;
}

.userform .checklink {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  padding-left: 35px;
}

.userform .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border-color: #173d52;
  margin-left: -32px;
}

.userform .form-check-input:checked {
  background-color: #0d6efd;
}

.userform .btnspace {
  margin-bottom: 50px;
}

.userform input[type="number"]::-webkit-outer-spin-button,
.userform input[type="number"]::-webkit-inner-spin-button,
.createlist_sec input[type="number"]::-webkit-outer-spin-button,
.createlist_sec input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.userform .otp_feild input {
  width: 54px;
  height: 54px;
  outline: none;
  font-size: 22px;
  margin: 0 5px;
  border: none;
  border: solid 1px transparent;
}

.userform .request_otp {
  margin: 20px 0 60px;
}

.userform .iti__country-container {
  height: 54px;
}

/*user login end*/

/*login home start*/

/* .centerslider_sec {
    max-width: 1920px;
    margin: 0 auto;
} */

.centerslider {
  overflow: hidden;
}

.centerslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: px;
}

.centerslider .slick-slide {
  margin: 40px 20px;
  height: 700px;
  max-width: 700px;
  width: 100%;
}

.centerslider .slick-arrow {
  z-index: 1;
}

.centerslider .slick-next {
  right: 17%;
  border: solid 4px #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.centerslider .slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  opacity: 1;
  left: 14px !important;
  position: absolute;
  top: 11px;
}

.centerslider .slick-prev {
  left: 17%;
  border: solid 4px #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.centerslider .slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  opacity: 1;
  right: 14px !important;
  position: absolute;
  top: 11px;
}

.multislider_sec .container,
.fanslider_sec .container,
.elcslider_sec .container,
.groslider_sec .container,
.liqslider_sec .container,
.featured-heading .container,
.centerslider_sec .container {
  max-width: 1720px;
}

.simpleslider_sec {
  overflow: hidden;
  padding-bottom: 35px;
  margin-top: 110px;
}

.slick-arrow {
  display: none !important;
}

.simpleslider_sec .slick-dots {
  bottom: -60px;
}

.simpleslider_sec img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.sub-menu-featured-product-group label {
  font-size: 14px;
}
.simpleslider_sec .slick-dots li button:before,
.multislider_sec .slick-dots li button:before,
.fanslider_sec .slick-dots li button:before,
.elcslider_sec .slick-dots li button:before,
.groslider_sec .slick-dots li button:before,
.liqslider_sec .slick-dots li button:before,
.centerslider .slick-dots li button:before {
  display: none;
}

.simpleslider_sec .slick-dots li button,
.multislider_sec .slick-dots li button,
.fanslider_sec .slick-dots li button,
.elcslider_sec .slick-dots li button,
.groslider_sec .slick-dots li button,
.liqslider_sec .slick-dots li button,
.centerslider .slick-dots li button {
  width: 18px;
  height: 7px;
  background: #8b9ea8;
  border-radius: 20px;
  padding: 3px;
}

.simpleslider_sec .slick-dots li.slick-active button,
.multislider_sec .slick-dots li.slick-active button,
.fanslider_sec .slick-dots li.slick-active button,
.elcslider_sec .slick-dots li.slick-active button,
.groslider_sec .slick-dots li.slick-active button,
.liqslider_sec .slick-dots li.slick-active button,
.centerslider .slick-dots li.slick-active button {
  background: #173d52;
}

.simpleslider_sec .slick-dots li,
.multislider_sec .slick-dots li,
.fanslider_sec .slick-dots li,
.elcslider_sec .slick-dots li,
.groslider_sec .slick-dots li,
.liqslider_sec .slick-dots li,
.centerslider .slick-dots li {
  width: 20px;
  height: unset;
}

.multislider {
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 70px;
}

.multislider_sec img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.multislider .slick-slide {
  margin: 16px;
}

.multihead {
  margin: 0px 15px -65px;
}

.multislider_sec h3 {
  font-size: 36px;
  font-weight: 700;
  color: #173d52;
  margin-right: 10px;
}

.multislider_sec a {
  color: #173d52;
  font-weight: 600;
  font-size: 20px;
}

.multislider_sec .slick-dots,
.fanslider_sec .slick-dots,
.elcslider_sec .slick-dots,
.groslider_sec .slick-dots,
.liqslider_sec .slick-dots,
.centerslider .slick-dots {
  bottom: 0px;
}

.multislider_sec .slick-dotted.slick-slider,
.fanslider_sec .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.today_dealcard {
  background: #1d3343;
  border-radius: 25px;
  padding: 40px 25px;
  min-height: 400px;
}

.today_dealcard h3 {
  font-size: 30px;
}

.today_dealcard li {
  margin: 25px 10px 0;
}

.today_dealcard .dealcount {
  background: #fff;
  color: #1d3343;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 700;
  min-width: 75px;
  min-height: 65px;
  margin-bottom: 7px;
}

.today_dealcard h6 {
  font-weight: 600;
}

/*.multislider_sec.space_bottom {padding-bottom: 60px;}*/
/*login home end*/

/*about us start*/

.sub_banner {
  background: #f7f5e5;
  height: 100px;
}

.sub_banner h3 {
  font-size: 36px;
  font-weight: 700;
}

.sub_banner .breadcrumb a,
.sub_banner .breadcrumb-item.active {
  color: #294456;
}

.sub_banner .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 2px;
  color: #294456;
}

.sub_banner .breadcrumb-item + .breadcrumb-item {
  padding-left: 2px;
}

/*about us end*/

/*deal start*/

.elcslider_sec,
.groslider_sec,
.liqslider_sec {
  margin: 20px 0;
}

.f-heading {
  padding-top: 50px;
}

.fanslider_sec h3,
.elcslider_sec h3,
.groslider_sec h3,
.liqslider_sec h3 {
  font-size: 26px;
  color: #173d52;
  margin-bottom: 0px;
}

.fanslider_sec .img_box,
.elcslider_sec .img_box,
.groslider_sec .img_box,
.liqslider_sec .img_box {
  height: 330px;
  margin: 10px 9px;
  width: 100%;
}

.fanslider_sec .img_box img,
.elcslider_sec .img_box img,
.groslider_sec .img_box img,
.liqslider_sec .img_box img {
  object-fit: cover;
}

.fanslider_sec h4,
.elcslider_sec h4,
.groslider_sec h4,
.liqslider_sec h4 {
  bottom: 50px;
  left: 30px;
  font-size: 20px;
  font-weight: 600;
}

.fanslider_sec h5,
.elcslider_sec h5,
.groslider_sec h5,
.liqslider_sec h5 {
  bottom: 18px;
  left: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}

.fanslider_sec .slick-dotted.slick-slider,
.elcslider_sec .slick-dotted.slick-slider,
.groslider_sec .slick-dotted.slick-slider,
.liqslider_sec .slick-dotted.slick-slider {
  padding-bottom: 20px;
}

/*deal end*/

.addex_faq .accordion-button[data-bs-toggle="collapse"]::after {
  background-image: url("https://urlsdemo.com/Addex_html/images/open_arrow.png") !important;
}

/*contact start*/
.contact_sec {
  margin: 90px 0;
}

.contact_sec .contact_outer {
  background: #edeff0;
  border-radius: 20px;
  padding: 75px 30px;
}

.contact_sec .img_box img {
  border-radius: 0px;
}

.contact_sec .form-control {
  padding: 15px 15px 15px 50px;
  margin-top: 20px;
  border: solid 1px transparent;
}

.contact_sec .form-control:focus {
  border-color: #d2ef20;
}

.contact_sec h2,
.contact_sec p {
  color: #000;
}

.contact_sec p {
  margin-bottom: 20px;
  font-weight: 500;
}

.contact_sec .form-group i {
  top: 17px;
  left: 20px;
  font-size: 19px;
  color: #173d52;
}

.contact_sec .form-group textarea {
  border-radius: 20px;
  height: 135px;
  resize: none;
  box-shadow: none;
}

.contact_sec button {
  background: #d2ef20;
  padding: 18px 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #173d52;
}

.contact_sec .form-control::placeholder {
  color: #7e8b93;
}

/*contact end*/

/*business_listing start*/
.category_sec {
  padding: 100px 0 100px;
}

.category_sec form {
  margin-bottom: 60px;
  max-width: 1000px;
}

.category_sec form button {
  background: #d2ef20;
  color: #173d52;
  padding: 18px 60px;
  font-weight: 600;
  margin-left: 5px;
  height: fit-content;
}

.category_sec form button:focus {
  box-shadow: none;
}

.category_drop {
  max-width: 700px;
}

.category_sec form input {
  background: #f1f2f3 !important;
  padding: 15px 30px;
  margin-right: 12px;
  border: solid 1px transparent;
  height: 60px;
  min-width: 300px;
}

.category_sec form input:focus {
  border-color: #d2ef20;
}

.category_drop ul,
.directory_drop ul {
  background: #f1f2f3;
  border: solid 1px #c1c1c1;
  overflow-y: scroll;
  max-height: 136px;
}

.category_drop ul::-webkit-scrollbar,
.directory_drop ul::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.category_drop ul::-webkit-scrollbar-track,
.directory_drop ul::-webkit-scrollbar-track {
  background: #f1f2f3;
}

/* Handle */
.category_drop ul::-webkit-scrollbar-thumb,
.directory_drop ul::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.category_drop ul::-webkit-scrollbar-thumb:hover,
.directory_drop ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.category_drop ul li a,
.directory_drop ul li a {
  border-bottom: solid 1px #c1c1c1;
  margin-left: 2px;
  padding: 10px 30px 10px 28px;
  color: #212529;
  font-weight: 500;
}

.category_drop ul li a:hover,
.directory_drop ul li a:hover {
  background: #d2ef20;
}

.category_drop ul li:last-child a,
.directory_drop ul li:last-child a {
  border-bottom: none;
}

.directory_drop {
  width: calc(100% - 400px);
}

.detect-lock {
  width: 100%;
  display: inline-block;
}

.category_sec form .del_location {
  color: #173d52;
  font-weight: 600;
  margin-left: 25px;
  font-size: 18px;
  width: 100%;
  display: block;
}

.category_sec form input::placeholder {
  color: #1d3343;
  font-weight: 500;
}

.category_sec h3 {
  color: #173d52;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
}

.category_inner h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.category_inner .icon_box {
  width: 120px;
  height: 120px;
  background: #173d52;
  color: #fff;
  font-size: 48px;
  margin: 0 auto 30px;
}

.category_inner ul li {
  min-width: 15%;
  margin: 0 10px;
  margin-bottom: 50px;
}

.business_list a {
  color: #000;
  margin-bottom: 32px;
}

.business_list .img_box {
  height: 315px;
}

.business_list .img_box img {
  border-radius: 0px;
  object-fit: cover;
}

.business_list a h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 10px;
}

.business_list.catalogue .img_box {
  height: 240px;
}

.catalogue .custom_col {
  width: 20%;
}

.catalogue .wishicon {
  background: #fff;
  width: 36px;
  height: 36px;
  font-size: 18px;
  top: 10px;
  right: 10px;
  padding-top: 4px;
  color: #173d52;
  cursor: pointer;
}

.unlike_heart {
  background: none !important;
  border: 1px solid;
}

.createlist_sec input[type="time"] {
  position: relative;
  padding-right: 35px;
}

.createlist_sec input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.createlist_sec input[type="time"]::before {
  content: "\f073";
  font-family: "FontAwesome";
  color: #000000;
  font-size: 12px;
  right: 20px;
  top: 17px;
  position: absolute;
}

.singlecat_sec {
  padding: 100px 0;
}

.singlecat_sec .container {
  max-width: 1700px;
}

.singlecat_sec .singleside_col {
  width: 36.33%;
}

.singlecat_sec .singlemid_col {
  width: 27.34%;
  padding: 0 2.6%;
}

.singlemid_col .single_list li {
  margin-bottom: 30px;
}

.singlemid_col .single_list li:last-child {
  margin-bottom: 0;
}

.single_list .single_list_one .icon_box {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #212529;
}

.single_list .single_list_one h6 {
  font-size: 18px;
  color: #294456;
}

.single_list .single_list_one hr {
  background: #d6d6d6;
  opacity: 1;
}

.single_list .single_list_one p {
  color: #000000;
  padding-left: 25px;
}

.single_list .single_list_two p {
  color: #294456;
}

.single_list .single_list_two h6,
.single_list .single_list_three h6 {
  font-size: 18px;
  font-weight: 600;
  color: #294456;
  margin-bottom: 2px;
}

.single_list_two .list_schedule {
  margin-top: 12px;
}

.single_list .single_list_three p {
  color: #000;
  font-weight: 600;
  margin-top: 6px;
}

.single_list .single_list_three p span {
  font-weight: 400;
}

.single_list .single_list_three h6 {
  line-height: 26px;
}

.single_content h3 {
  font-size: 24px;
  font-weight: 600;
}

.single_content h6 {
  margin: 20px 0 10px;
}

.single_content {
  color: #000;
}

.single_content p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 26px;
}

.single_content p:last-child {
  margin-bottom: 0;
}

.single_content .img_box,
.frame_outer .img_box {
  height: 700px;
  margin: 20px 0 40px;
}

.single_content .img_box img {
  object-fit: cover;
  border-radius: 10px;
}

.frame_outer .img_box iframe {
  border-radius: 10px;
}

.frame_outer,
.singlelist_row .single_list {
  margin-top: 50px;
}

.singlecat_sec .single_list li {
  background: #edeff0;
  border-radius: 10px;
  padding: 30px 17px 25px 17px;
}

/*business_listing end*/

/*get started start*/
.getsec {
  padding: 90px 0 100px;
}

.getsec h2 {
  max-width: 520px;
}

.getcard {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 2px #173d5221;
  padding: 48px 30px 38px;
  margin-top: 25px;
  min-height: 330px;
}

.getcard .icon_box {
  background: #173d52;
  color: #d2ef20;
  font-size: 40px;
  width: 80px;
  height: 80px;
}

.getcard span {
  color: #fff;
  font-size: 60px;
  font-family: "ui-monospace";
  text-shadow: rgb(210, 239, 32) 1px 0px 0px,
    rgb(210, 239, 32) 0.540302px 0.841471px 0px,
    rgb(210, 239, 32) -0.416147px 0.909297px 0px,
    rgb(210, 239, 32) -0.989992px 0.14112px 0px,
    rgb(210, 239, 32) -0.653644px -0.756802px 0px,
    rgb(210, 239, 32) 0.283662px -0.958924px 0px,
    rgb(210, 239, 32) 0.96017px -0.279415px 0px;
}

.getcard h5 {
  margin: 30px 0 20px;
  color: #000;
}

.getcard p {
  color: #294456;
  line-height: 26px;
  font-weight: 500;
}

.getsec .getbtn {
  margin-top: 40px;
}

/*get started end*/

/*profile page start*/
.profile_sec {
  padding: 100px 0;
}

.profile_sec .fileouter {
  background: #e8ebec;
  border-radius: 40px;
  max-width: 500px;
  padding: 70px 50px 75px;
}

.profile_sec .profile_name {
  background: #d2ef20;
  margin-bottom: 25px;
  width: 120px;
  height: 120px;
}

.profile_sec .profile_name h1 {
  font-size: 48px;
  color: #173d52;
}

.profile_sec h4 {
  font-size: 26px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 4px;
}

.profile_sec p {
  color: #8f959e;
  font-size: 18px;
}

.profile_sec ul {
  margin-top: 20px;
}

.profile_sec ul li {
  border-bottom: solid 2px #d9d9d9;
  padding: 15px 0;
}

.profile_sec ul li a {
  color: #272727;
}

.profile_sec ul li a p {
  font-size: 20px;
  color: #272727;
  font-weight: 500;
}

.profile_sec .list_icon {
  background: #c7ccd0;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  color: #1d3343;
  font-size: 16px;
  text-stroke: 0.6px #1d3343;
  -webkit-text-stroke: 0.6px #1d3343;
  margin-right: 15px;
}

.profile_sec .fa-angle-right {
  font-size: 26px;
}

.profile_sec .outbtn {
  background: #d2ef20;
  font-weight: 600;
  padding: 13px 20px;
  width: 200px;
  margin-top: 60px;
  color: #173d52;
}

.profile_sec ul li {
  padding: 12px 0;
}

.profile_sec .fa-angle-right {
  font-size: 24px;
}

.token_amount {
  font-size: 20px;
  color: #272727;
  font-weight: 500;
}

/*profile page end*/

/*user account start*/
.userform .accform .userbtn {
  margin: 60px 0 50px;
}

.userform .change_link {
  color: #221d33;
}

.userform .accform .respace {
  width: 225px;
}

/*user account end*/

/*privacy policy start*/
.resub_banner {
  background: #f4f4f4;
  height: 240px;
}

.resub_banner h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.resub_banner .breadcrumb-item a,
.resub_banner .breadcrumb-item {
  color: #272727;
}

.policy_sec {
  margin: 120px 0;
}

.policy_sec .img_box img {
  border-radius: 0px;
  object-fit: cover;
}

.policy_sec p {
  color: #8f959e;
}

.policy_sec h3 {
  margin-bottom: 25px;
  color: #272727;
  font-size: 36px;
}

.policy_sec h4 {
  margin-bottom: 25px;
  color: #272727;
  font-size: 30px;
  padding-left: 40px;
}

.policy_sec .fa-circle {
  font-size: 8px;
  top: 14px;
  left: 20px;
}

.policy_sec .midpolicy_one,
.policy_sec .midpolicy_two {
  margin: 120px 0 100px;
}

/*privacy policy end*/

/*location one start*/
.describe_sec {
  margin: 100px 0;
}

.describe_sec .describe_outer {
  border-radius: 20px;
  padding: 70px 20px 80px;
  background: #edeff0;
  max-width: 740px;
}

.describe_sec .iconbox {
  background: #fff;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  color: #173d52;
}

.describe_sec ul {
  margin: 40px 0 35px;
}

.describe_sec ul li {
  margin: 0 20px;
}

.describe_sec ul img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.describe_sec h3 {
  width: 79%;
  line-height: 38px;
  font-size: 28px;
}

.describe_sec .describe_name {
  color: #000;
  font-weight: 600;
  margin-top: 12px;
}

.describe_sec .describe_btn {
  background: #d2ef20;
  color: #173d52;
  font-weight: 500;
  padding: 15px 20px;
  width: 180px;
  margin-bottom: 15px;
}

/*location one end*/

/*getstarted two start*/
.userform.wideform .formouter {
  max-width: 1010px;
  border-radius: 20px;
  padding-top: 45px;
}

.wideform form .form-group:nth-child(odd) {
  width: calc(50% - 16px);
  /* margin-right: 15px; */
}

.wideform form .form-group:nth-child(even) {
  width: calc(50% - 16px);
  /* margin-left: 15px; */
}

.wideform form label {
  margin-bottom: 6px;
  margin-top: 10px;
}

.userform.wideform form input {
  padding-left: 20px;
}

.wideform .submit_link {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-top: 40px;
}

.wideform .submit_link a {
  color: #000;
  font-weight: 600;
}

.userform.wideform .userbtn {
  margin: 25px 0 60px;
}

.wideform .form-select,
.createlist_sec select {
  box-shadow: none;
  padding: 15px 40px 15px 20px;
  background-image: url("https://urlsdemo.com/Addex_html/images/select_arrow.png");
  background-size: 18px 14px;
  background-position: right 1.1rem center;
  border: solid 1px transparent;
}

.wideform .form-select:focus,
.createlist_sec select:focus {
  border-color: #d2ef20;
}

.userform.wideform .form-control {
  margin-top: unset;
}

.userform.wideform .form-group {
  margin-top: 15px;
}

/*getstarted two end*/

/*location two start*/
.locsec {
  margin: 100px 0 90px;
}

.locsec .locouter {
  background: #e8ebec;
  border-radius: 20px;
  max-width: 700px;
  margin-bottom: 40px;
  padding: 70px 50px 80px;
}

.locsec h4 {
  font-size: 28px;
}

.locsec form {
  margin-top: 30px;
}

.locsec label {
  color: #000;
  margin-bottom: 6px;
}

.locsec input[type="search"] {
  padding: 15px 20px;
}

.locsec .form-control:focus {
  border-color: #d2ef20;
}

.locsec .locbtn {
  background: #d2ef20;
  font-weight: 500;
  padding: 15px 20px;
  width: 240px;
  margin-top: 40px;
}

.locsec .locbtn:hover {
  background: #c8e41d;
  color: #173d52;
}

.locmap {
  margin-top: 40px;
}

.locmap iframe {
  border-radius: 20px;
  width: 100%;
  height: 400px;
}

.locsec .btnrow {
  max-width: 700px;
}

.locsec .btnrow button {
  color: #173d52;
  border: solid 1px #173d52;
  padding: 14px 20px;
  background: #fff;
  font-weight: 500;
  width: 205px;
  margin: 0 5px 10px 0;
}

.locsec .btnrow a {
  color: #d2ef20;
  background: #173d52;
  width: 180px;
  padding: 14px 20px;
  border: solid 1px #173d52;
  font-weight: 500;
  margin: 0 0 10px 5px;
}

/*location two end*/

/*business start*/
.locsec .offerlist {
  margin: 40px 0 20px;
  max-height: 535px;
  overflow: auto;
}

.locsec .offerlist .icon_box {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background: #fff;
  font-size: 40px;
  color: #173d52;
  margin-bottom: 10px;
}

.locsec .offerlist a p {
  color: #000;
}

.locsec .offerlist li {
  width: 21.5%;
  margin: 0 10px 35px 10px;
}

.locsec .nextbtn,
.select_sec .nextbtn,
.termsec .termbtn,
.createlist_sec button[type="submit"],
.createlist_sec .skipbtn,
.getsec .getbtn,
.promotebtn {
  width: 180px;
  padding: 15px 20px;
  background: #d2ef20;
  color: #173d52;
  font-weight: 600;
}

.locsec .offerlist li:hover .icon_box {
  background: #0000000f;
  color: #fff;
  transition: 0.2s;
}

.offerlist li .selected_category.icon_box {
  background: #0000000f;
}

.locsec .offerlist li .icon_box img {
  object-fit: cover;
}

.createlist_sec .cat_select .select2-selection {
  border-radius: 50rem !important;
  background: #edeff0;
  padding: 9px 36px 9px 16px;
  border: solid 1px transparent;
  background-image: url("https://urlsdemo.com/Addex_html/images/select_arrow.png");
  background-size: 18px 14px;
  background-position: right 1.1rem center;
  background-repeat: no-repeat;
}

.createlist_sec .cat_select .select2-container {
  width: 100% !important;
}

.select2-dropdown {
  border: 1px solid #aaa !important;
}

li.select2-selection__choice {
  margin-top: 2px !important;
  margin-right: 2px !important;
  font-size: 12px;
  background-color: #fff !important;
}

li.select2-selection__choice span {
  font-size: 14px;
}

.createlist_sec
  .cat_select
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d2ef20 !important;
}

.createlist_sec .span_text {
  font-weight: 600;
}

/*business end*/

/*choose photos start*/
.select_sec {
  margin: 100px 0;
}

.select_sec h4 {
  font-size: 32px;
  color: #000;
}

.select_sec p {
  font-size: 18px;
  color: #294456;
}

.select_sec .image-upload {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 35px auto 60px;
  overflow: hidden;
}

.select_sec .image-upload img#image-preview {
  width: 100%;
  border-radius: 10px;
}

.select_sec .image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.select_sec .upload-field {
  display: block;
  background: #e8ebec;
  height: 100%;
  border-radius: 11px;
  width: 800px;
  margin: 0 auto;
}

.createlist_sec .form-label {
  padding-left: 15px;
}

.select_sec .upload-field .file-thumbnail {
  cursor: pointer;
  border: 1px dashed #6e6e6e;
  border-radius: 11px;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.select_sec .upload-field .file-thumbnail img {
  width: 80px;
  margin-bottom: 30px;
}

.select_sec .upload-field .file-thumbnail h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
}

.select_sec .upload-field .file-thumbnail p {
  font-size: 16px;
  color: #294456;
  margin-bottom: 0;
}

/*choose photos end*/

/*term condition start*/
.termsec {
  margin: 100px 0;
}

.category-border .category_outer {
  margin: 8px;
}

.category-border .check-box-btn input[type="radio"] {
  margin: -2px 10px 0 -26px !important;
}

.termsec .term_outer {
  background: #e8ebec;
  border-radius: 20px;
  padding: 90px 40px 70px;
  max-width: 600px;
}

.termsec .term_outer img {
  margin-bottom: 35px;
}

.termsec h5 {
  font-size: 26px;
  line-height: 38px;
  color: #000;
}

.termsec p {
  color: #294456;
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 40px;
}

.termsec p a {
  color: #294456;
}

.termsec input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 2px #173d52;
  border-radius: 5px;
}

.termsec input[type="checkbox"]:checked {
  background-color: #095fbf;
  border-color: #095fbf;
}

.termsec label {
  padding: 1px 0 0 4px;
  font-size: 18px;
  color: #000;
}

.termsec .form-check {
  margin-right: 40px;
}

/*term condition end*/

/*create business list start*/
.createlist_sec {
  /* margin: 110px 0 120px; */
  color: #000;
}

.createlist_sec h1 {
  font-size: 34px;
}

.createlist_sec p {
  font-size: 18px;
  color: #294456;
}

.createlist_sec h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 40px 0 0;
  font-weight: 600;
}

.createlist_sec input {
  background-color: #edeff0;
  padding: 17px 20px;
  border: solid 1px transparent;
}

.createlist_sec input::placeholder {
  color: #7e8b93;
}

.createlist_sec input:focus,
.createlist_sec textarea:focus {
  border-color: #d2ef20;
  box-shadow: none;
}

.createlist_sec textarea {
  resize: none;
  /* background-color: #edeff0; */
  padding: 13px 20px;
  border: solid 1px transparent;
  height: 120px;
  border-radius: 20px;
}

.createlist_sec input[type="radio"] {
  padding: unset;
}

.modal {
  background: #000000b8;
}

.createlist_sec .form-group {
  margin-top: 35px;
  min-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.form-group .form-label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.createlist_sec label {
  margin-bottom: 4px;
  font-weight: 600;
}

.createlist_sec select {
  background-color: #edeff0;
}

.createlist_sec select:focus {
  box-shadow: none;
}

.createlist_sec .ratefeild input {
  padding-left: 40px;
}

.createlist_sec .ratefeild span {
  left: 20px;
  top: 15px;
}

.createlist_sec .skiprow {
  margin-top: 20px;
}

.createlist_sec .radiorow {
  margin-top: 15px;
}

.createlist_sec .radiorow .form-check:nth-child(1) {
  margin-right: 40px;
}

.createlist_sec .radiorow label {
  font-size: 18px;
}

.createlist_sec .radiorow input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: transparent;
  border: solid 2px #173d52;
  margin: 0 0 0 -30px;
}

.createlist_sec .radiorow input:checked {
  background-color: #d2ef20;
  border-color: #d2ef20;
  background-image: url("https://urlsdemo.com/addex/public/front-assets/images/checkicon.png");
  background-size: 12px;
  background-repeat: no-repeat;
}

.createlist_sec .image-upload {
  position: relative;
}

.createlist_sec .image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.createlist_sec .upload-field .file-thumbnail {
  cursor: pointer;
  border: 1px dashed #000;
  text-align: center;
  padding: 15px 20px;
}

.createlist_sec .upload-field .file-thumbnail img {
  width: 24px;
}

.createlist_sec .upload-field .file-thumbnail h6 {
  font-size: 14px;
  color: #294456;
  font-weight: 500;
  margin-left: 10px;
}

.createlist_sec .filepara {
  font-size: 14px;
  color: #7e8b93;
  margin-top: 5px;
}

.createlist_sec .createbtn {
  background: #1d3343;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.selected_locations {
  background: #d2ef20 !important;
}

.createlist_sec input[type="date"]::-webkit-calendar-picker-indicator {
  background-position: right;
  background-size: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  top: 18px;
  width: auto;
}

.createlist_sec input[type="date"],
.userform.newcard input[type="date"] {
  padding-right: 40px;
}

.userform.newcard label {
  font-weight: 600;
  margin-top: 20px;
}

.userform.newcard input {
  padding-left: 20px;
}

.userform.newcard .formouter {
  padding-bottom: 55px;
}

.userform.newcard .userbtn {
  margin-top: 25px;
}

.userform.newcard input[type="date"]::-webkit-calendar-picker-indicator {
  background-position: right;
  background-size: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 18px;
  top: 18px;
  width: auto;
}

.campaign_sec {
  margin: 100px 0;
}

.campaign_sec .campaign_list {
  margin-bottom: 25px;
  background: #edeff0;
  padding: 30px;
  border-radius: 30px;
}

.campaign_sec .campaign_list:last-child {
  margin-bottom: 0;
}

.campaign_sec .img_box {
  max-width: 230px;
  min-height: 230px;
  margin-right: 45px;
}

.campaign_sec .img_box img {
  object-fit: cover;
  border-radius: 20px;
}

.campaign_sec .campaign_list span {
  color: #b29700;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.campaign_sec .campaign_list h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  color: #000;
}

.campaign_sec .campaign_list h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #294456;
  letter-spacing: 2px;
}

.campaign_sec .campaign_list p {
  font-weight: 500;
  color: #294456;
}

.addash_main .Form_part .form-group {
  margin-top: 0px !important;
}

#location-container .remove-btn {
  padding: 2px 2px 2px 3px;
  font-size: 12px;
  line-height: normal;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: 0px;
  background: #d2ef20;
  border-color: #d2ef20;
  color: #173d52;
}

#location-container .form-group {
  position: relative;
}

.createlist_sec .iti--allow-dropdown {
  width: 100%;
}

.createlist_sec .iti__selected-country-primary {
  padding-left: 20px;
}

.createlist_sec .iti__selected-country-primary {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.createlist_sec .iti__country-container {
  height: 55px;
}

/*create business list end*/

/*alerts-list start*/
.alert_sec {
  padding: 70px 0 100px;
}

.alert_sec .alert_row p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.alert_sec .alert_row {
  background: #e8ecee;
  border-radius: 10px;
  padding: 23px 20px;
  margin-top: 30px;
}

.alert_sec .alert_number {
  color: #d2ef20;
  font-weight: 600;
  background: #173d52;
  width: 30px;
  height: 30px;
}

.alert_sec .img_box {
  margin-top: 40px;
  height: 390px;
}

.alert_sec .img_box img {
  border-radius: 0px;
  object-fit: cover;
}

/*alerts-list end*/

/*Campaign Single start*/
.adsec .container {
  max-width: 1700px;
}

.adsec {
  padding: 100px 0;
}

.adsec h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.adsec .img_box {
  height: 650px;
}

.adsec .img_box img {
  object-fit: cover;
  border-radius: 10px;
}

.adsec iframe {
  border-radius: 15px;
  width: 100% !important;
  margin-top: 25px;
}

.adsec ul {
  background: #edeff0;
  padding: 45px 25px;
  border-radius: 10px;
}

.adsec ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.adsec ul li:last-child {
  margin-bottom: 0;
}

.adsec ul li p {
  margin-bottom: 0;
  color: #173d52;
}

.adsec .adlist,
.adsec ul {
  margin-left: 30px;
}

.adsec .adlist span {
  background: #e3e8ea;
  font-weight: 600;
  padding: 5px 20px;
  margin-bottom: 15px;
  color: #1d3343;
}

.adtitle {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 8px;
}

/*Campaign Single end*/

/*advertiser-dashboard start*/
.addash_sidebar {
  max-width: 345px;
  height: 100vh;
}

.addash_sidebar h2 {
  font-size: 40px;
  min-height: 180px;
  background: #173d52;
  color: #fff;
  font-weight: 700;
}

.addash_sidebar span {
  color: #d2ef20;
}

.dash_link {
  padding: 60px 50px;
}

.dash_link a {
  border-radius: 10px;
  padding: 15px 20px;
  color: #173d52;
  font-weight: 600;
  cursor: pointer;
}

.dash_link a i {
  font-size: 24px;
}

.dash_link a p {
  font-size: 18px;
}

.dash_link a:active,
.dash_link a:hover {
  background: #d2ef20;
}

.addash_main {
  background: #e8ebec;
  height: 100vh;
  /* overflow-y: scroll; */
  scroll-width: none;
}

.namebar {
  min-height: 100px;
  padding: 0;
  position: absolute;
  max-width: calc(100% - 345px);
  width: 100%;
  right: 0;
  z-index: 1;
}

.namebar .icon_box {
  background: #d2ef20;
  width: 56px;
  height: 56px;
  font-size: 22px;
}

.namebar h6 {
  color: #221d33;
  font-weight: 600;
}

.namebar p {
  font-size: 14px;
  color: #222222;
}

.addash_main h1 {
  color: #173d52;
  font-size: 36px;
}

.addash_content {
  padding: 150px 50px 50px;
  background: #e8ebec;
}

.addash_intro {
  font-size: 18px;
  color: #222;
}

.inquire_outer {
  margin: 20px 0 55px;
}

.inquire_card {
  background: #fff;
  border-radius: 14px;
  padding: 12px 30px;
  margin-top: 25px;
  min-height: 85px;
}

.inquire_outer .icon_box {
  width: 60px;
  height: 60px;
  background: #d2ef20;
  color: #294456;
  font-size: 46px;
  margin-right: 20px;
}

.inquire_card i {
  font-size: 25px;
}

.inquire_outer h2 {
  font-size: 36px;
}

.inquire_outer p {
  font-size: 20px;
  color: #464255;
}

.recent_outer h2 {
  font-size: 30px;
}

.recent_card {
  margin-bottom: 35px;
}

.recent_card img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 25px;
}

.recent_row {
  margin-bottom: 20px;
}

.recent_row span {
  background: #cfd6da;
  padding: 6px 15px;
  color: #1d3343;
  font-weight: 600;
  font-size: 14px;
}

.recent_row p {
  font-weight: 500;
  color: #173d52;
}

.recent_card h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}

.recent_card h5 {
  font-size: 18px;
  color: #173d52;
}

.recent_outer {
  padding-right: 100px;
}

.show-hide {
  background-color: #ffa2a2;
  padding: 8px;
  display: none;
}

.account_save {
  background: #d2ef20;
  padding: 16px 56px;
  color: #000000;
  margin-top: 30px;
  font-weight: 600;
}

.home_get {
  margin-bottom: -20px;
}

/*advertiser-dashboard end*/

/*payment-success start*/

.payheader {
  padding: 20px 0;
  border: solid 1px #f2f2f2;
}

.shadow-header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
}

.payment_logo {
  color: #1d3343;
  font-size: 40px;
}

.payment_logo:active,
.payment_logo:hover {
  color: #1d3343;
}

.method_sec {
  margin: 180px 0 70px;
}

.method_sec .container {
  max-width: 900px;
}

.method_sec .method_card {
  border: 1px solid rgba(136, 151, 162, 0.3);
  padding: 36px;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 30px;
  background: #fdfdfd;
  min-height: 236px;
}

.method_sec .method_card:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.method_sec .method_card h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #000;
}

.method_sec .method_card p {
  color: #002323;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500;
}

.method_sec .method_card .img_box {
  height: 25px;
}

.method_sec .method_card .img_box img {
  object-fit: contain;
}

.method_sec .custom_method {
  padding: 0 15px;
}

.method_sec .test_card {
  border-radius: 12px;
}

.method_sec .test_card h4 {
  font-size: 24px;
}

.method_sec .test_card li {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 12px 15px;
  max-width: 320px;
  margin: 0 12px;
}

.method_sec .test_card li span {
  font-size: 20px;
  color: #1d3343;
}

.advertiser_mobile_verify {
  display: flex;
  align-items: center;
}

.advertiser_mobile_verify a {
  margin-right: 15px !important;
  border-radius: 30px;
  background: #d2ef20;
  color: #000;
  border: none !important;
  position: absolute;
  right: 0;
  top: 10px;
}

.verify_modal button {
  border-radius: 10px;
  background: #d2ef20;
  color: #000;
  border: none;
}

.modal_close button {
  background: none;
  border: none;
  font-size: 40px;
}

/*payment-success end*/
div#loader_btn_search {
  position: absolute;
  right: 17px;
}

.spinner-border {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.category_search_btn {
  background: #d2ef20;
  color: #173d52;
  padding: 16px 40px 16px 25px;
  font-weight: 600;
  position: relative;
}

/* .directory_pagination{
    background: #d2ef20 !important;
    color: #000 !important;
    border-color:#d2ef20 !important;
} */
.page-item.active .page-link {
  z-index: 3;
  color: #000;
  border-color: #d2ef20;
  background: #d2ef20 !important;
}

.btn_verify_user {
  border-radius: 30px;
  background: #d2ef20;
  color: #000;
  border: none !important;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 10px 30px;
}

.deal-layer a::before {
  content: "";
  background: #000;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 0 !important;
}

/*subcribe page*/

.subscription_box .sub_imagebox p {
  color: #294456;
}

.wallet,
.subscription_box {
  padding: 120px 0;
}

.subscription_box .sub_imagebox {
  box-shadow: 0 2px 8px 0 rgba(23, 61, 82, 0.2);
  border-radius: 20px;
  position: relative;
  background: #fff;
}

.subscription_box .upper_area {
  background-color: #173d52;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.subscription_box .sub_imagebox h5 {
  max-width: 80%;
  margin: 0 auto 15px;
  line-height: 30px;
}

.subscription_box .sub_imagebox button {
  font-weight: 500;
  color: #fff;
  border: none;
  font-size: 16px;
  background-color: #1d3343;
  border-radius: 75px;
  padding: 15px;
  max-width: 200px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

.subscription_box .upper_area h3 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 18px;
}

.subscription_box h2 {
  padding-bottom: 35px;
}

.subscription_box .sub_imagebox.active .any_amount {
  font-weight: 700;
  font-size: 16px !important;
  color: #000;
}

.subscription_box .sub_imagebox.active p span {
  font-size: 12px;
}

.subscription_box .sub_imagebox .lower_content {
  padding: 40px 20px 0;
  min-height: 390px;
  margin-bottom: 25px;
}

.subscription_box .sub_imagebox.active .lower_content {
  border: 1px solid #d2ef20;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.subscription_box .sub_imagebox.active .input_box input {
  background-color: #e8ebec;
  border: none;
  padding: 15px 25px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.subscription_box .sub_imagebox.active button {
  color: #173d52;
  background-color: #d2ef20;
}

.subscription_box .sub_imagebox .upper_area img {
  max-width: 75px;
  width: 100%;
}

.subscription_box .sub_imagebox.active .upper_area img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(2680%)
    hue-rotate(9deg) brightness(100%) contrast(87%);
}

/*modal of payment*/

#paymentModal .modal-content {
  background-color: #e8ebec;
  border-radius: 40px;
  padding: 40px;
}

#paymentModal h5.modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 25px;
}

#paymentModal .payment-option {
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 18px 25px;
  cursor: pointer;
  justify-content: space-between;
  background-color: #fff;
}

#paymentModal .payment-option label {
  font-weight: 600;
}

#paymentModal .payment-option input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #d2ef20;
  appearance: none;
  border: 2px solid #d2ef20;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
}

#paymentModal .btn-continue {
  color: #173d52;
  background-color: #d2ef20;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 45px;
  border-radius: 60px;
  text-transform: uppercase;
}

.payment-option input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #d2ef20;
  /* Custom color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.main_directroy_btn {
  display: flex;
  align-items: center;
}

/*end*/

/*wallet page css*/

.wallet {
  padding: 120px 0;
}

.wallet_section {
  max-width: 65%;
  margin: 0 auto;
  background: #edeff0;
  border-radius: 20px;
}

.token_wallet {
  background: #173d52;
  border-radius: 20px;
  padding: 40px 30px;
}

.token_wallet h6 {
  font-weight: 400;
}

.token_wallet h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
}

.token_wallet a {
  background: #d2ef20;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  color: #173d52;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.token_wallet a i {
  color: #173d52;
  font-size: 27px;
  display: inline-block;
  vertical-align: middle;
}

.transaction_history h5 {
  font-size: 18px;
  font-weight: 500;
}

.transaction_history p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #696984;
}

.transaction_history h2 {
  font-size: 22px;
  font-weight: 600;
  color: #141414;
}

.transaction_history span i {
  font-size: 18px;
  font-weight: 600;
  color: #696984;
}

.transaction_history span.token_num {
  font-size: 18px;
  font-weight: 600;
  color: #ff2020;
}

.transaction_history span.token_num.active {
  color: #00b615;
}

.transaction_history .load_btn button.btn {
  background-color: #d2ef20;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 16px;
  color: #173d52;
  font-weight: 500;
}

.transaction_history .load_btn button.btn span i {
  color: #173d52;
}

.transaction_history {
  padding: 60px 30px 40px;
}

.country_wide {
  background: #fff;
  margin-top: 30px;
  padding: 5px 30px;
}

.country_wide p {
  font-size: 20px;
}

/**/
/* bundlingOption */
section.adv_subscription_box {
  padding: 120px 35px 40px;
  background: #e7ebec;
}

/* bundlingOption */

.btnColor2 {
  background: #d2ef20 !important;
  padding: 10px 30px;
}

.upload-profile {
  border-radius: 12%;
  border: 3px dashed #bfbfbf !important;
  padding: 2px;
  width: 100%;
}
/* .dynamic_option select#selected_campaign_business {
    width: 95%;
    padding: 6px;
    border-radius: 15px;
    outline: none;
} */
.dynamic_option {
  position: relative;
  top: 47px;
  outline: none;
  background: #ffffff;
  list-style: none;
  border-radius: 0 0 10px 10px;
  width: 93%;
  margin: 0 auto;
  left: 0;
  border: 1px solid #eee;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  cursor: pointer;
  padding: 5px;
  padding-left: 4px;
}
.dynamic_option li:hover,
.dynamic_option li:active {
  font-size: 14px;
  line-height: 24px;
  margin: 4px;
  background: #80808038;
  padding: 6px;
  border-radius: 5px;
}
.dynamic_option li {
  font-size: 14px;
  line-height: 24px;
  margin: 4px;
  padding: 6px;
}

.search-box .form-control:focus {
  border-radius: 15px 15px 0 0 !important  ;
}

.upload-profile img {
  padding: 0;
  border-radius: 12%;
  width: 100%;
}
.featured-heading {
  padding: 11px 0;
}
.chack-box-group h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #173d52;
  margin-bottom: 0px;
}
.fanslider_sec_one {
  margin-top: -25px;
}

.elcslider_sec h3 {
  padding-left: 15px;
  margin-top: 10px;
}

.chack-box-group {
  overflow-y: auto;
  position: absolute;
  top: 110px;
  height: calc(100vh - 145px);
  width: 280px;
}

.main-section-container {
  max-width: 1720px;
}

.featured-product-group input[type="radio"]:checked {
  border-color: #d2ef20 !important;
  accent-color: #d2ef20 !important;
}

.catagary-bar {
  cursor: pointer;
  display: none;
}

.sub-menu-errow-icon {
  transition: transform 0.3s ease;
  position: absolute;
  left: -9px;
}

input[type="checkbox"]:checked + label .sub-menu-errow-icon {
  transform: rotate(90deg);
}

/* 
        div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
            background-color: #173d52;
            color: #d2ef20;
        }


        div:where(.swal2-icon).swal2-success .swal2-success-ring {
            border: .25em solid rgb(23 61 82);
        } */

/*add css by rahul*/
/* Increase font size and overall padding */
#toast-container > .toast {
  font-size: 18px !important;
  padding: 20px 25px 20px 38.95px !important;
  border-radius: 8px !important;
  width: 400px !important;
}

/* Optional: Increase icon and close button size 
#toast-container > .toast .toast-message {
    font-weight: 400;
}
*/
