:root{
  --cs-primary-color: #a63292;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Bold.woff") format("woff2"),;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Medium.woff") format("woff2"), ;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Regular.woff") format("woff2"), ;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Red Hat Display" sans-serif;
  font-weight: normal;
}


header ul li.searchBar span {
  display: block;
  position: relative;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--cs-primary-color);
}
header ul li.searchBar span .searchButton {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}
/* ----offcanva nav------ */
@media screen and (max-width: 991px) {
.navbar-collapse ul {
      margin: 0px !important;
      padding: 30px;
  }
 .navbar-collapse ul li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 35px;
}
.navbar-collapse .btnBlock {
  margin: 0px 30px 30px;
}
 .btndefault {
  padding: 10px;
  font-size: 13px;
}
}
.size-set .navbar-nav .nav-item .nav-link{
font-weight: 500;
}


/* ----offcanva nav------ */
header ul li.searchBar span .form-control {
  border-radius: 10px;
  background: #EAF2FF;
  border: none;
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
  padding: 15px 20px;
  padding-right: 30px;
  width: 298px;
}

header ul li.searchBar span .form-control::-webkit-input-placeholder {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

header ul li.searchBar span .form-control:-ms-input-placeholder {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

header ul li.searchBar span .form-control::-ms-input-placeholder {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

header ul li.searchBar span .form-control::placeholder {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.searchicon {
  position: absolute;
  margin-left: 10.3rem;
}

.second-section {
  background: linear-gradient(90deg, rgba(166,50,146,1) 17%, rgba(44,44,115,1) 81%);
  height: 100%;
}

.event {
  font-size: 74px;
  /* font-weight: 700; */
}

.searchwrapper {
  width: 100%;
  max-width: 950px;
}

.searchbox {
  background-color: #fff;
  position: relative;
  padding: 15px 48px 15px 40px;
  border-radius: 10px;
}

.searchbox [class*="col-"] {
  padding: 0px;
}

.searchbox .col-md-5,
.searchbox .col-md-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.searchbox .form-control {
  border-color: transparent;
  border-right: solid 1px rgba(0, 0, 0, 0.10);
}

.searchbox select.form-control {
  border-right: solid 1px #0000001f;
}

.searchbox .form-control:focus {
  outline: 0;
}


/* ------ Select Chosen Styles ---- */
.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
  padding: 0 28px;
  width: 100% !important;
  margin: 0;
  border: solid 1px #c4cad0 !important;
  height: 40px;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 23px;
  background: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
  font-size: 15px;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
  border: none !important;
  background: #fff !important;
}

.searchbox .chosen-container-multi .chosen-choices {
  background: none;
}

.searchbox .chosen-container-multi .chosen-choices li.search-field {
  float: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-single .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding-right: 50px;
}

.searchbox .chosen-single span {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.searchbox .chosen-container-single .chosen-single {
  background: none !important;
  box-shadow: none !important;
}

.searchbox .chosen-container-active .chosen-single,
.searchbox .chosen-container-active .chosen-choices {
  box-shadow: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #334e6f !important;
}

.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.main_wrapper .select-tags:after {
  color: #fff !important;
}

.searchbox .chosen-container {
  text-align: left;
}

.searchbox .chosen-drop {
  margin: 5px 0 0 0;
  background: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  box-shadow: 20px 20px 50px rgba(58, 87, 135, 0.1);
}

.searchbox .chosen-drop ul.chosen-results {
  padding: 0;
  margin: 0;
  text-align: left;
}

.searchbox .chosen-drop ul.chosen-results li:before {
  display: none;
}

.searchbox .chosen-drop ul.chosen-results li {
  padding: 6px 30px 7px 30px;
  line-height: 22px;
  font-size: 14px;
  color: #334e6f;
  background: none !important;
}

.searchbox .chosen-drop ul.chosen-results li:first-child {
  padding-top: 25px;
}

.searchbox .chosen-drop ul.chosen-results li:last-child {
  padding-bottom: 23px;
}

.searchbox .chosen-choices {
  padding: 0;
  margin: 0;
  border: none;
}

.searchbox .chosen-choices li {
  width: 100%;
  display: block;
}

.searchbox .chosen-choices li.search-choice {
  display: none;
}

.searchbox .chosen-choices li:before,
.searchbox .chosen-choices li:after {
  display: none;
}

.searchbox .chosen-single>div {
  display: none;
}

.searchbox .chosen-single {
  position: relative;
}

.searchbox .chosen-single:after {
  content: "\f107";
  right: 28px;
  top: 50%;
  width: auto;
  height: auto;
  background: none;
  font-family: 'FontAwesome';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #999999;
  display: block;
  pointer-events: none;
  position: absolute;
  font-size: 28px;
  line-height: 22px;
}

/* ------ End Select Chosen Styles ---- */

/* -------slider-------- */
.fa-right {
  font-size: 28px;
}

.fa-left {
  font-size: 28px;
}

.left-click {
  position: absolute;
  right: 0px;
  top: calc(67% - 26px);
  height: 40px;
  width: 30px;
  background-color: white;
  top: 35px;
}

.right-click {
  position: absolute;
  top: calc(67% - 26px);
  height: 45px;
  width: 30px;
  /* z-index: 99999; */
  left: 10px;
  background-color: white;
  top: 35px;
}

#slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

#slider-container .btn {
  position: absolute;
  top: calc(67% - 28px);
  height: 30px;
  width: 30px;
  border-left: 5px solid #adb5bd;
  border-top: 5px solid #adb5bd;
  z-index: 99999;
}

#slider-container .btn:hover {
  transform: scale(1.2);
}

#slider-container .btn.inactive {
  border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
  transform: rotate(-45deg);
  left: 3px
}

#slider-container .btn:last-of-type {
  transform: rotate(135deg);
  right: 3px;
}

#slider-container #slider {
  display: flex;
  width: 1000%;
  height: 100%;
  transition: all .5s;
}

#slider-container #slider .slide {
  height: 90%;
  margin: auto 10px;
  box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
  display: grid;
  place-items: center;
}


@media only screen and (min-width: 1100px) {

  #slider-container #slider .slide {
    width: auto;
  }

}

@media only screen and (max-width: 1100px) {

  #slider-container #slider .slide {
    width: auto;
  }

}

@media only screen and (max-width: 900px) {

  #slider-container #slider .slide {
    width: auto;
  }

}

@media only screen and (max-width: 550px) {

  #slider-container #slider .slide {
    width: auto;
  }

}

/* -------slider-------- */
.playicon {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sizebe {
  font-size: 22px;
}
.form-control:focus{
  box-shadow: 0 0 0 .25rem #a6329200; 
}
/* -----row0cols----- */
.service-box {
  height: 206px;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #b9b9c173;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.service-box.green:hover,
.event-service .service-box.green.active {
  background: var(--cs-primary-color);
  border-color: var(--cs-primary-color);
  color: #fff;
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0), 0px 32px 23px -23px  var(--cs-primary-color);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0), 0px 32px 23px -23px var(--cs-primary-color);
}

.service-box.green:hover .innerblock span,
.event-service .service-box.green.active .innerblock span {
  color: #fff;
}

.green {
  color: var(--cs-primary-color);
}

.section-title h2 {
  font-family: "Red Hat Display";
  line-height: 46px;
  color: #2C2C73;
  text-transform: capitalize;
  word-break: break-word;
}

.section-title h2 {
  font-size: 36px;
}

.ImageSet {
  width: -webkit-fill-available;
}


.Vendor .vendorBox .section-title {
  padding-top: 30px;
  padding-left: 50px;
}

.btndefault {
  background: #a63292;
  border-radius: 10px;
  font-weight: 500;
  font-family: "Red Hat Display";
  color: #fff !important;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.md-btn {
  min-width: 210px;
}

.btndefault:hover {
  background-color: #a63292 !important;
  transform: translateY(-5px);
  transition: ease-in 200ms;
  box-shadow: 0px 10px 13px -7px #a63292, 0px 32px 23px -23px #a63292;
}

footer {
  padding: 80px 0px 0;
  border-top: 1px solid #E1E1FB;
  position: relative;
}

footer ul li {
  list-style: none !important;
  line-height: 33px;
}

footer ul {
  padding-left: 0px;
}

footer ul li.download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

footer ul li.download-app a {
  margin-right: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer ul li.download-app h4 {
  color: #2C2C73;
  font-weight: 700;
  font-family: "Red Hat Display";
  margin-bottom: 0px;
  margin-right: 17px;
}

.copyright .bottomfoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 1px solid #E1E1FB;
}

footer .copyright {
  margin-top: 70px;
}

footer .copyright p {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.social_link li {
  display: inline-block;
  margin-right: 10px;
}

/* -----row0cols----- */
/* -----offcavas----- */
.marg-bot {
  margin-bottom: 30px;
}

.sidenav .form-besign {
  padding: 30px;
}

.sidenav .form-besign {
  padding: 30px;
  flex-grow: 1;
  overflow-y: auto;
}

.section-title h2 span {
  margin-left: 7px;
}

.pinkshade {
  color: #a63292;
}

.form-besign .form-group {
  position: relative;
}

.form-besign .form-group,
.form-besign .input-group {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.sidenav {
  height: 100%;
  width: 550px !important;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all .6s;
  transition: all .6s;
  right: -550px;
  visibility: hidden;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}

.sidenav {
  display: flex;
  flex-direction: column;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-besign .form-group .form-control,
.form-besign .input-group .form-control {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
  border: 1px solid #E1E1FB;
  border-radius: 10px;
  height: 60px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidenav .imgblock img {
  width: 100%;
}

/* -----offcavas----- */
/* -----sigin in model----- */
.form-content {
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title .subText {
  color: #646499;
  font-size: 18px;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
  padding: 30px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.forgotpassword {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commontext {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.commontext {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.commontext .heighLighttext {
  color: #a63292;
}

.form-commongraphic {
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.form-commongraphic {
  position: relative;
}

.form-commongraphic .innerbox {
  background: #2C2C73;
  width: 100%;
  max-width: 462px;
  min-height: 718px;
  padding: 40px;
  border-bottom-left-radius: 100px;
  margin-left: 50px;
}

.innerbox {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0px;
  max-width: unset;
}

.form-commongraphic .leftabstract {
  background-image: url(/images/dotabstract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 285px;
  height: 315px;
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: -1;
}

.graphicblock .form-commongraphic .leftabstract {
  z-index: 0;
  width: 256px;
  top: 60%;
  right: unset;
  left: 100px;
  opacity: 0.4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lefttopastract {
  background-image: url(/images/modalab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 180px;
  position: absolute;
  top: 0px;
}

.leftbottomastract {
  top: unset;
  bottom: 0;
  height: 110px;
  right: 60px;
  left: unset;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lefttopastract {
  background-image: url(/images/modalab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 180px;
  position: absolute;
  top: 0px;
}

.form-commongraphic .innerbox .contnt-block {
  position: relative;
  z-index: 1;
}

.modal-content .Close {
  position: absolute;
  right: 11px;
  top: 10px;
  color: #fff !important;
  font-weight: 300;
  cursor: pointer;
  opacity: 1;
  text-shadow: none;
}

.form-commongraphic .innerbox figure img {
  width: 100%;
}

.innerbox figure img {
  max-width: 50px;
  height: 50px;
}

.innerbox h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Red Hat Display";
  line-height: 44px;
  text-transform: capitalize;
}

/* -----sigin in model----- */
/* -----corporate----- */
.breadcrumb li {
  color: #2C2C73;
  font-weight: 400;
  font-family: "Red Hat Display";
}

.breadcrumb {
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-top: 90px; */
}

.containerbanner .bannercontent {
  position: relative;
}

@media screen and (max-width: 767px) {
  
}

@media screen and (max-width: 767px) {
  .corporate-banner .content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 90%;
    top: 10px !important;
  }
  .containerbanner .content-wrap {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 40px;
    padding: 10px;
  }

    .section-title {
        z-index: 1;
        position: relative;
    }

      .containerbanner .content-wrap .section-title h2 {
          font-size: 20px !important;
          line-height: 20px;
      }
  }



.breadcrumb li.active {
  color: #2C2C73 !important;
  font-weight: bold;
  padding-left: 4px;
}

.right-arrowset .breadcrumb-item::before{
  content: none !important;
}
.containerbanner img {
  width: 100%;
}

.containerbanner .content-wrap {
  width: 100%;
  max-width: 459px;
  padding: 40px 20px;
  text-align: center;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.corporate-banner .content-wrap {
  border-radius: 0px;
  padding: 15px;
  max-width: 347px;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-family: "Red Hat Display";
  line-height: 46px;
  color: #2C2C73;
  text-transform: capitalize;
  word-break: break-word;
}

.containerbanner .content-wrap .section-title h2 {
  font-size: 34px;
}

.corporate-celebration {
  padding: 60px 0px;
}

.corporate-celebration .btn-bock {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* -----corporate----- */
/* -----offer----- */
.inner-graphicbanner {
  background: #a6329247;
  position: relative;
  min-height: 259px;
  padding: 20px;
  background-image: url(/assets/img/innerbg0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.breadcrumb {
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.inner-graphicbanner .breadcrumb {
  margin-top: 0px;
}

.inner-graphicbanner .innerbanner-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -40px;
  min-height: 250px;
}

.inner-graphicbanner .leftbottomastract,
.inner-graphicbanner .lefttopastract {
  background-image: url(/images/success1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 180px;
  position: absolute;
  top: 0px;
  right: 80px;
}

.inner-graphicbanner .leftbottomastract {
  top: unset;
  bottom: 0;
  height: 80px;
  left: 60px;
  right: unset;
  background-image: url(/images/pinkabstract.svg);
  transform: none !important;
}

.filterform {
  margin: -49px 15px 0px;
  position: relative;
  z-index: 1;
}

.custom-filter {
  padding-bottom: 0px;
}

.music-band {
  padding: 80px 0px;
}

.music-band .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.commontext {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.music-band .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1FB;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dektopver {
  position: relative;
  display: block !important;
}

.commontext {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.before-showmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.before-showmore ul {
  height: 100px;
  overflow: hidden;
}

.music-band .filter-row .filter-by {
  display: block;
  padding-bottom: 10px;
}

.music-band .filter-row .filter-by li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.music-band .filter-row .filter-by li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.music-band .filter-row .filter-by li a,
.music-band .filter-row .filter-by li .btn :hover {
  background: #a63292;
  color: #fff;
}

.music-band .filter-row .filter-by li a,
.music-band .filter-row .filter-by li .btn {
  font-weight: 500;
  font-family: "Red Hat Display";
  color: #2C2C73;
  background: #a632922e;
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid #a63292;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}

.show-morebtn {
  background: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
  padding: 8px 14px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 80px;
}

.music-band .sortby-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.music-band .sortby-select h4 {
  color: #2C2C73;
  font-size: 34px;
  margin-bottom: 0px;
  font-weight: 700;
}

.searchForm form .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 500;
  color: #2C2C73;
  font-family: "Red Hat Display";
  border: none;
  padding: 0px;
  height: 30px;
  padding-right: 14px;
}

.searchInput .searchButton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  footer .copyright .bottomfoot {

    text-align: center;
  }
}

.img-width {
  width: 85px;
}

@media screen and (max-width: 1173px) {
  .collapse .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
.button-resp{
  font-size: 12px;
}
  .button-set {
    padding: 8px 5px;
  }
}
@media screen and (max-width: 1140px) {
  .img-width {
    width: 50px;
  }


.paddset{
padding-left: 0;
padding-right: 0;
}
  .event {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .appblock {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .botom-border {
    border-bottom: solid 1px #0000001f;
    padding: 15px !important;
  }

  .spac-set {
    padding: 15px !important;
  }

  .spac-sette {
    width: 100%;
  }

  .lefttopastract,
  .leftbottomastract {
    display: none;
  }

}
.side-drop span {
  display: block;
  position: relative;
}
.side-drop .searchButton {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}
.side-drop{
  left: -143px !important;
  top: 56px !important;
}
.remove-dot .dropdown-toggle::after{
  content: none !important;
}
.mobil-screen,
.mobil-dives{
  list-style: none;
}
@media screen and (min-width: 991px) and (max-width:2000px) {
  .mobil-dives{
    display: none !important;
  }

}
@media screen and (max-width: 1140px) {
  .searchbox select.form-control {
    border-right: solid 0px #0000001f;

  }

  .searchbox .form-control {
    border-right: solid 0px rgba(0, 0, 0, 0.10);
  }
}
@media screen and (max-width: 991px) {
  .music-band .filter-row.dektopver {
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 10px;
  }
  .music-band {
    padding: 20px 0px;
}
.music-band .filter-row .filter-by {
  overflow: hidden;
  padding: 0;
  width: 100%;
  display: table;
}
.music-band .filter-row .filter-by li {
  display: table-cell;
}
}

/* -----offer----- */
/* -----empty----- */
.sectionpd {
  padding: 100px 0px;
}
.empty-cart figure img {
  width: 100%;
  max-width: 800px;
}
.mb50 {
  margin-bottom: 50px;
}
.mB20 {
  margin-bottom: 20px;
}
/* -----empty----- */
/* -----changes----- */
.text_left{
  text-align: left;
}
@media screen and (max-width:500px) {
  .text_left h2{
    font-size: 27px;

  }
}
@media screen and (max-width:767px) {
  .text_left{
    text-align: center ;
    padding-left: 0px !important;
  }
}
/* -----changes----- */
/* -----rigister----- */
.section-pd {
  padding: 100px 0px;
}
.register-page {
  padding-top: 60px;
  position: relative;
}
.section-title .sub-text {
  color: #646499;
  font-size: 18px;
  font-weight: 500;
  font-family: "Red Hat Display";
}
.form-design .form-group {
  position: relative;
}
.form-design .form-group, .form-design .input-group {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.form-design .form-group .form-control, .form-design .input-group .form-control {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
  border: 1px solid #E1E1FB;
  border-radius: 10px;
  height: 60px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.register-page .form-design .input-group.date .input-group-prepend {
  position: absolute;
  right: 18px;
  top: 13px;
  bottom: 0;
  z-index: 10;

}
.register-page .formdesign .input-group.date .input-group-prepend .input-group-text {
  background: transparent;
  border: none;
}
.inputicon .cusicon {
  position: absolute;
  right: 18px;
  top: 16px;
}
.mess {
  margin-top: 5px;
  font-size: 14px;
}
.mess i {
  vertical-align: middle;
}
.mess i img {
  vertical-align: unset;
}
.commontext {
  color: #333358;
  font-weight: 500;
  font-family: "Red Hat Display";
}

.custom-checkbox input[type="checkbox"]{
  height: 1.5rem;
  width: 20px;
  accent-color: #a63292;
}
.custom-checkbox .custom-control-label {
  color: #646499;
  font-weight: 500;
  font-family: "Red Hat Display";
  font-size: 18px;
}

.custom-checkbox .custom-control-label a {
  color: #FF8784;
  text-decoration: underline;
}
.form-commongraphic {
  position: relative;
  padding: 40px;
}
.form-commongraphic .leftabstract {
  background-image: url(/images/dotabstract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 285px;
  height: 315px;
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: -1;
}
.form-commongraphic .innerbox figure {
  margin-bottom: 50px;
}
.set-imge img{
 max-width: 244px !important;
  height: 244px !important;
}
@media screen and (max-width: 991px) {
  .form-commongraphic .innerbox h4 {
      font-size: 25px;
      line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .form-commongraphic .innerbox {
      padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .form-commongraphic {
      padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-commongraphic {
      display: none;
  }
}
/* -----rigister----- */
/* -----services----- */
.mb30 {
  margin-bottom: 30px;
}
.music-band .band-block .card {
  border: none;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.music-band .band-block .card figure {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.music-band .band-block .card figure {
  height: auto;
}
.music-band .band-block .card figure img {
  width: 100%;
  border-radius: 20px;
}
.music-band .band-block .card figure img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 530px;
}
.status-row .btn {
  color: #fff;
  font-weight: 500;
  padding: 2px 8px;
  font-size: 14px;
  height: auto;
  font-family: "Red Hat Display";
}
.status-row .btn-danger {
  background-color: red !important;
  border-color: red;
}
.music-band .band-block .card figure:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.music-band .band-block .card .roomcharges {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;

}
.music-band .band-block .card .roomcharges {
  display: block;
}
.pro-detail {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.music-band .band-block .card .roomcharges p, .music-band .band-block .card .roomcharges .price-list1 {
  color: #27AE60;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}
.music-band .band-block .card .roomcharges small {
  font-size: 15px;
  color: #27AE60;
}
.music-band .band-block .card .roomcharges small {
  margin: 0px 8px;
}
/* -----services----- */
/* -----contact us----- */
.contact-us .leftabstract-custom {
  background: url(/assets/img/ab1.svg);
  top: 80px;
  width: 80px;
  height: 454px;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: none;
  transform: scaleX(-1);
  background-repeat: no-repeat;
}
.contact-us .section-title h2 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 15px;
}
.contact-us .section-title h2 span {
  color: #FF8784;
  display: block;
  margin: 0px;
  text-transform: uppercase;
}
.contact-us .contactlist li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.contact-us .contactlist li figure {
  margin-bottom: 0px;
  margin-right: 20px;
}
.contact-us .contactlist li .content {
  color: #2C2C73;
  font-weight: 500;
}
.contact-us .contactlist li .content span {
  display: block;
}
.for-mcommongraphic {
  position: relative;
  padding: 40px;
}
.for-mcommongraphic .leftabstract {
  background-image: url(/assets/img/dotabstract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 285px;
  height: 315px;
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: -1;
}
.contact-us .for-mcommongraphic .leftbottomabstract {
  background-image: url(/assets/img/dotabstract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 285px;
  height: 315px;
  position: absolute;
  bottom: -80px;
  left: -30px;
  z-index: -1;
}
.for-mcommongraphic .innerbox {
  background: #2C2C73;
  width: 100%;
  max-width: 462px;
  min-height: 718px;
  padding: 40px;
  border-bottom-left-radius: 100px;
  margin-left: 50px;
}
.contact-us .for-mcommongraphic .innerbox {
  background: #2C2C73;
  position: relative;
  min-height: 820px;
}
.contact-us .custom-textarea textarea {
  height: 113px !important;
}
.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.contact-us .for-mcommongraphic .innerbox .form-design {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(65, 62, 101, 0.07);
  box-shadow: 0px 8px 20px 0px rgba(65, 62, 101, 0.07);
  position: absolute;
  left: -70px;
  max-width: 460px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* -----contact us----- */
/* -----about us----- */
.about-festivity .section-title {
  margin-top: -20px;
}
.mb60 {
  margin-bottom: 60px;
}
.about-festivity .section-title h2 {
  font-size: 22px;
  line-height: 65px;
}
.about-festivity .section-title h2 span {
  display: block;
  margin: 0px;
  font-size: 60px;
}
.about-festivity img {
  width: 100%;
}
.pL70 {
  padding-left: 70px;
}
.about-festivity .content-wrap p {
  font-size: 18px;
  line-height: 30px;
  color: #646499;
}

@media screen and (max-width: 1199px) {
  .about-festivity .section-title h2 span {
    font-size: 50px;
}
}
@media screen and (max-width: 991px) {
  .about-festivity .leftabstract-custom {
      display: none;
  }
  .about-festivity .section-title h2 span {
    font-size: 38px;
}
}

/* -----about us----- */
/* -----Faqs----- */
.section-pd .accordion-button:focus{
  box-shadow: 0 0 0 .25rem #a6329230;
}
.accordion-button:not(.collapsed){
  background-color: #a6329245 ;
}
/* -----Faqs----- */
/* -----my cart----- */
.mycart-main{
  background: linear-gradient(90deg, rgba(166, 50, 146, 1) 17%, rgba(44, 44, 115, 1) 81%);
}

.steps {
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 0;
  height: 24px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: calc(50px / 2);
  z-index: 1;
}

.steps::after {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 5px 0px var(--primary-color);
  border-radius: 15px;
  left: calc(50px / 2);
  bottom: 24px;
  transform: translateX(-45%);
  z-index: 2;
}

.step {
  padding: 0 20px 24px 70px;
  position: relative;
  transition: all 35s ease-in-out;
  
}


.step::before {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: #2C2C73;
  border-radius: 7px;
  left: calc(50px / 2);
  transform: translateX(-45%);
  z-index: 2;
}

.step::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgb(198, 198, 198);
  left: calc(50px / 2);
  top: 0;
  z-index: 1;
}

.step.minimized {
  transition: all 0.35s ease;
  cursor: pointer;
}

.header {
  user-select: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.subheader {
  user-select: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.step-content {
  transition: all 200ms ease-in-out;
  overflow: hidden;
  position: relative;
}

.step.minimized > .step-content {
  height: 0px;
}
@media screen and (max-width:1199px) {
  .step-content.one {
    height: 729px !important;
  } 
  .step-content.three {
    height: 1126px !important;
  }
}
@media screen and (max-width:767px) {
  .step-content.two {
    height: 1008px !important;
  } 

}
@media screen and (max-width:991px) {
  .step-content.three {
    height: 1503px !important;
  } 

}
@media screen and (max-width:578px) {
  .step-content.three {
    height: 1520px !important;
  } 

}
.step-content.one {
  height: 635px;
  width: 100%;
  background-color: white;
  top: -15px;
}

.step-content.two {
  height: 565px;
  width: 100%;
background-color: white;
top: -15px;
}

.step-content.three {
  height: 965px;
  width: 100%;
  background-color: white;
  top: -15px;
}

.next-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: red;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.close-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: rgb(255, 0, 255);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/* Irrelevant styling things */
.close-btn:hover {
  background-color: rgba(255, 0, 255, 0.6);
}

.close-btn:focus {
  outline: 0;
}

.next-btn:hover {
  background-color: rgba(255, 0, 0, 0.6);
}

.next-btn:focus {
  outline: 0;
}

.mycart-main .card-header {
  border-radius: 0 !important;
  color: #646499;
  padding: 15px 20px;
  background: transparent;
  border: 0px;
}
.mycart-main .card-header .faqbtn h5 {
  color: #2C2C73;
  font-weight: 700;
  font-size: 22px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mycart-main .card .card-body {
  color: #646499;
  font-family: "Red Hat Display";
  line-height: 26px;
  padding-top: 0px;
}
.mycart-main .card table thead {
  border-top: 1px solid #E1E1FB;
  border-bottom: 1px solid #E1E1FB;
}
.mycart-main table thead th {
  font-size: 16px;
  font-weight: 500;
  color: #2C2C73;
  padding: 20px 0px;
  text-align: center;
  white-space: nowrap;
}
.mycart-main  table thead th:first-child {
  text-align: left;
  padding-left: 30px;
}
.mycart-main table tbody td {
  padding: 30px 14px;
  color: #2C2C73;
  font-size: 16px;
  font-family: "Red Hat Display";
  text-align: center;
  vertical-align: middle;
  border-color: #E1E1FB;
}
.mycart-main table tbody td:first-child {
  text-align: left;
  padding-left: 30px;
}
.mycart-main table .tabcontent {
  display: inline-flex;
}
.mycart-main table .tabcontent img {
  margin-right: 25px;
}
.mycart-main .card table .tabcontent .contentwrap h4 {
  color: #2C2C73;
  font-size: 20px;
  font-weight: bold;
  font-family: "Red Hat Display";
}
.mycart-main table .tabcontent .contentwrap span {
  color: #646499;
  font-size: 16px;
  font-weight: 500;
  font-family: "Red Hat Display";
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.viewOption {
  color: #FF8784 !important;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
}
.mycart-main table .btn-success {
  background: #fff;
  height: 40px;
  color: #27AE60;
  font-size: 16px;
  font-family: "Red Hat Display";
}
.mycart-main table .btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  padding: 8px 5px;
}
.mycart-main table .btn-success:hover {
  background: #27AE60;
  color: #fff;
}
.mycart-main table .btn i {
  margin-right: 6px;
  font-size: 15px;
  margin-top: 0px;
}
.mycart-main table tbody td.actionIcon a.close {
  color: #EE6262;
  opacity: 1;
}
.mycart-main table tbody td.actionIcon a {
  color: #646499;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.mycart-main table .form-design {
  max-width: 348px;
}
.mycart-main table .form-design .applybtn input {
  padding-right: 120px;
}
.mycart-main table .form-design .applybtn .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 31px;
  padding: 10px 30px;
}
.mycart-main table tbody td.total-amount {
  text-align: left;
}
.mycart-main table tbody td.total-amount p {
  color: #646499;
  font-size: 16px;
  font-family: "Red Hat Display";
}
.mycart-main table tbody td.total-amount p span {
  font-size: 20px;
  font-family: "Red Hat Display";
  text-align: right;
  float: right;
}
.mycart-main table tbody td.total-amount p i {
  color: #8F8FF3;
  font-size: 18px;
  vertical-align: bottom;
  margin-left: 5px;
}
.mycart-main table .btn-block {
  text-align: right;
}


.mycart-main table .btn-block .btndefault {
  height: 60px;
  display: inline-flex;
  padding: 20px;
  font-size: 18px;
  font-family: "Red Hat Display";
}
.mr25 {
  margin-right: 25px;
}
.step-header{

}
.shopping-address .form-control{
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
}
.shopping-address .form-select{
  height: 60px;
}
.icon-set .shopi{
  font-size: 24px;
    position: absolute;
    left: 14px;
    z-index: 3;
    margin-top: 13px;
    color: #fff;
}
.icon-set .location{
  font-size: 27px;
    position: absolute;
    left: 17px;
    z-index: 3;
    margin-top: 13px;
    color: #fff;
}
.icon-set .credit{
  font-size: 24px;
    position: absolute;
    left: 14px;
    z-index: 3;
    margin-top: 13px;
    color: #fff;
}
/* -----my cart----- */
/* -----Terms condation----- */
.bgpink {
  background: linear-gradient(90deg, rgba(166, 50, 146, 1) 17%, rgba(44, 44, 115, 1) 81%);
}
.abstract-div {
  position: relative;
}
.staticouter {
  padding: 20px 0px 70px;
}
.staticouter .lefttopastract {
  background-image: url(/assets/img/ab1.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
  width: 70px;
  top: 150px;
}
.mt60 {
  margin-top: 60px;
}
.word-break {
  word-break: break-all;
}
.staticouter .statc-block {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 24px 36px #a63292;
}
.staticouter p {
  color: #646499;
  font-family: "Red Hat Display";
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}
/* -----Terms condation----- */
/* -----becom a vander----- */
.container-banner .content-wrap {
  width: 100%;
  max-width: 459px;
  padding: 40px 20px;
  text-align: center;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-banner .bannercontent {
  position: relative;
}
@media screen and (max-width: 767px) {
  .container-banner .content-wrap {
      position: unset;
      -webkit-transform: unset;
      transform: unset;
      margin-top: 20px;
      padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .container-banner .content-wrap  .btndefault {
margin-top: 20px;
  }
  .container-banner .content-wrap .section-title h2 {
      font-size: 20px;
      line-height: 20px;
  }
}
.bgpink {
  background: #a632925e;
}
.abstract-div {
  position: relative;
}
.whyvendor {
    padding: 100px 0px 200px;
}
.abstract-div .leftbottoomastract {
  top: unset;
  bottom: 0px;
  height: 91px;
  width: 168px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: unset;
  right: 0px;
  background-image: url(/assets/img/pinkabstract\ \(1\).svg);
}
 .abstract-div .lefttopastract {
  background-image: url(/assets/img/success3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.abstract-div .roundcircl-left {
  background-image: url(/assets/img/round-circle1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.abstract-div .roundcircl-right {
  background-image: url(/assets/img/round-circle.svg);
  left: unset;
  right: 0;
  width: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.whyvendor .section-title {
  margin-bottom: 100px;
}
.whyvendor .business-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0px 24px 36px #a632925e;
  transition: all .4s;
}
.whyvendor .business-box .iconwrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a63292cf;
  border-radius: 50%;
  margin: -80px auto 25px;
}
.whyvendor .business-box .iconwrap i {
  color: #fff;
  font-size: 40px;
}
.whyvendor .business-box:hover {
  background: #a63292cf;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  margin-top: -10px;
}
.whyvendor .business-box:hover .iconwrap i {
  color: #a63292cf;
}
.whyvendor .business-box:hover .iconwrap {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .whyvendor .business-box {
      padding: 17px;
  }
  .whyvendor .business-box .iconwrap {
    margin-top: -70px;
}
}
.whyvendor .business-box .text-wrap h4 {
  color: #2C2C73;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .whyvendor .business-box {
      margin-bottom: 70px;
  }
}
.mycart-main .show .card-body {
  color: #646499;
  font-family: "Red Hat Display";
  line-height: 26px;
  padding-top: 0px;
}
.mycart-main .show .border-top {
  border-top: 1px solid #EAF2FF;
}
.mycart-main .show .card-body {
  padding: 20px 30px 30px;
}
.mb15{
  margin-bottom: 15px;
}
.mr20{
  margin-right: 20px;
}
.mt30{
margin-top: 30px;
}
.mycart-main .show .addreess-block {
  color: #646499;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #E1E1FB;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.mycart-main .show .addreess-block .icon i {
  font-size: 25px;
}

.mycart-main .show .addreess-block span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.mycart-main .show .addreess-block span {
  word-break: break-all;
}
.mycart-main .show .Eventitem .inneritem {
  border: 1px solid #E1E1FB;
  border-radius: 10px;
  padding: 20px 30px;
  height: 100%;
  max-height: 357px;
  overflow: hidden;
  overflow-y: auto;
}
.mycart-main .show .Eventitem .inneritem .tabcontent {
 display: flex;
  border-bottom: 1px solid #E1E1FB;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mycart-main .show .Eventitem .inneritem .tabcontent:last-child {
  border-bottom: 0px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .firstblock {
 display: inline-flex;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .imgwrap {
  max-width: 100px;
  height: 100px;
  margin-right: 20px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .imgwrap img {
  margin-right: 25px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .contentwrap h4 {
  color: #2C2C73;
  font-size: 20px;
  font-weight: 400;
  font-family: "Red Hat Display";
}
.mycart-main .show .Eventitem .inneritem .tabcontent .contentwrap span {
  color: #646499;
  font-size: 16px;
  font-weight: 500;
  font-family: "Red Hat Display";
  display: inline-flex;
  align-items: center;
  width: 100%;
  line-height: 30px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .contentwrap span i {
  color: #646499;
  margin-right: 10px;
  font-size: 19px;
}
.mycart-main .show .btn-success {
  background: #fff;
  height: 40px;
  color: #27AE60;
  font-size: 16px;
  font-family: "Red Hat Display";
  font-weight: 500;
}
.mycart-main .show .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.mycart-main .show .payment-way {
  border-top: 1px solid #EAF2FF;
  padding: 20px 30px;
}
.payment-main .radio label {
  font-weight: 500;
  font-family: "Red Hat Display";
  color: #2C2C73;
  background: #FFEDE1;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #FF8784;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
  display: inline-block;
}
.payment-main .radio label:first-child {
  margin-right: 15px;
}
.payment-main .radio label.active, .payment-main .radio label:hover, .payment-main .radio label:focus {
  background: #FF8784;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.purple {
  color: #2C2C73;
}
.mycart-main .show .payment-way .total-amount {
  color: #646499;
  font-size: 16px;
  font-weight: 500;
  font-family: "Red Hat Display";
  text-transform: capitalize;
}
.mycart-main .show .payment-way .total-amount p {
  margin-bottom: 10px;
}
.mycart-main .show .payment-way .total-amount span {
  font-size: 20px;
  font-weight: 300;
  font-family: "Red Hat Display";
  text-align: right;
  float: right;
}
.mycart-main .show .payment-way .total-amount i {
  color: #8F8FF3;
  font-size: 20px;
  vertical-align: sub;
  margin-left: 5px;
}
.fz16{
font-size: 16px;
}
@media screen and (max-width: 991px) {
  .mycart-main table .tabcontent {
      display: block;
      min-width: 250px;
  }
  .step::before{
    height: 31px;
    width: 30px;
  }
  .icon-set .shopi {
    font-size: 16px;
    left: 16px;
    margin-top: 8px;
}
.icon-set .location {
  font-size: 18px;
  left: 19px;
  margin-top: 7px;
}
.icon-set .credit {
  font-size: 15px;
  left: 17px;
  margin-top: 8px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent {
  display: block;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .firstblock .contentwrap {
  margin: 10px 0px;
}
.mycart-main .show .Eventitem .inneritem .tabcontent .firstblock {
  display: block;
}
.mycart-main .show .payment-way{
  padding: 16px;
}
.mycart-main .show  .bottomSection .btn-block a,.mycart-main .show  .bottomSection .btn-block button{
  margin-right: 0px;
  margin-bottom: 15px;
  min-width: 100%;
}
}
.btn-custom {
  background-color: #f2d7d9; /* Light pink background */
  color: #333; /* Dark text color */
  border-radius: 20px; /* Rounded borders */
  border: none; /* No border */
  padding: 5px 20px; /* Padding for better shape */
}
.btn-custom.active, .btn-custom:hover {
  background-color: #a63292; /* Darker pink for active/hover state */
  color: white; /* White text for active/hover state */
}
/* -----becom a vander----- */
