.msq-md-sales-home-bg {
  background-image: url(../images/home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.msq-sales-banner-laptop {
  display: flex !important;
  align-items: center;
  justify-content: start;
  height: 101vh;
  padding: 0px !important;
}
.msq-md-sales-tabs-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  border: none;
}
.msq-md-sales-tabs-list .nav-item {
  width: 33.33%;
  font-size: 20px;
  text-align: center;
}
.msq-md-sales-tabs-list .nav-item .nav-link {
  color: #252525;
  border-radius: 0px;
  border-left: 1px solid #ffe8d4;
  border-right: 1px solid #ffe8d4;
}
.msq-md-sales-tabs-list .nav-item .nav-link:hover {
  /* border-color: #ffb677; */
  border-color: #ffffff;
}
.msq-md-sales-tabs-list .nav-item .nav-link.active:hover {
  border-color: #ffb677;
}
.msq-md-sales-tabs-list .nav-item .active {
  color: #ff8012;
  border: 1px solid #ffb677;
  border-radius: 0px;
}
.msq-fw-semibold {
  font-family: "Muli-SemiBold" !important;
}
.msq-md-sales-accordion-tabs {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: start;
  height: 100%;
  /* width: 100%; */
}
.msq-md-sales-accordion-tabs .accordion-item {
  border-left: 2px solid #ffffff !important;
  border-radius: 0px;
  /* margin-bottom: 15px; */
  padding: 30px 0;
}
.msq-md-sales-accordion-tabs .accordion-item.msq-collapsed {
  border-left: 2px solid #ff8012 !important;
  box-shadow: 5px 11px 18px #0000001a !important;
  position: relative;
  background-color: #fff;
}
.msq-md-sales-accordion-tabs .accordion-item .accordion-button {
  background: none;
  color: #252525;
  font-weight: bold;
  box-shadow: none;
  padding-bottom: 0px;
  padding-top: 0px;
}
.row .accordion-content img {
  box-shadow: 0px 3px 13px #00000029;
  border-radius: 16px;
}
.msq-md-sales-accordion-tabs .accordion-item .accordion-body {
  padding-bottom: 0px;
}
.msq-md-sales-accordion-tabs .accordion-item .accordion-button::after {
  display: none;
}
.msq-md-sales-accordion-tabs .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.msq-md-sales-accordion-tabs .accordion-item {
  /* border: none; */
  border-top: none;
  width: 100%;
  border-right: none;
  border-left: none !important;
  background: none;
}
.msq-btn-outline-warning {
  border: 1px solid #f89b2d !important;
  color: #ffffff !important;
background: transparent !important;
  padding: 10px 0;
  font-size: 18px;
  font-family: "Muli-SemiBold";
}
.msq-btn-outline-warning:hover {
  background-color: #f89b2d;
  color: #ffffff;
}
.msq-fw-light {
  font-family: "Muli-Light" !important;
}
.msq-enquire-now-form {
  border: 1px solid #9c9c9c57;
  border-radius: 16px;
  overflow: hidden;
}
.msq-enquire-now-form .msq-title {
  color: #ffffff;
  opacity: 0.74;
}
.msq-enquire-now-form .row {
  color: #ffffffb2;
  /* opacity: 0.74; */
}
.msq-form-left {
  background-color: #303554;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.msq-form-right {
  background-color: #1a1e34;
  border-left: 1px solid #9c9c9c57;
}
.msq-form-bg {
  background-image: url(../images/form-bg.png);
  background-size: cover;
  background-position: center right;
}
.msq-sales-video-section video {
  border-radius: 10px;
}
.msq-enquire-now-form input {
  color: #ffffff;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  padding: 10px 0;
}
.msq-enquire-now-form input::placeholder {
  color: #ffffff;
  /* opacity: 0.75; */
}
.msq-enquire-now-form label {
  color: #ffffff;
  opacity: 0.75;
}
.msq-enquire-now-form input:focus {
  background: none;
  box-shadow: none;
  border-color: #ffffff;
  color: #ffffff;
}
/* Tabs */
.msq-mdsales-tabs-wrapper {
  width: 450px;
  height: 450px;
}
.msq-mdsales-tabs-wrapper .msq-sales-tab-outer-ring {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  border: 1px solid orange;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffffff14;
}
.msq-mdsales-tabs-wrapper .msq-sales-tab-outer-ring .msq-sales-tab-inner-ring {
  width: 47%;
  height: 47%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.msq-sales-tab-middle-imgs-wrapper .msq-img-wrapper,
.msq-sales-tab-upper-imgs-wrapper .msq-img-wrapper,
.msq-sales-tab-lower-imgs-wrapper .msq-img-wrapper {
  background-color: #524b55;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.msq-sales-tab-middle-imgs-wrapper .msq-img-wrapper img,
.msq-sales-tab-upper-imgs-wrapper .msq-img-wrapper img,
.msq-sales-tab-lower-imgs-wrapper .msq-img-wrapper img {
  width: 55%;
}
.msq-sales-tab-upper-imgs-wrapper {
  position: absolute;
  display: flex;
  width: 70%;
  top: -10px;
  justify-content: space-between;
}
.msq-sales-tab-middle-imgs-wrapper {
  position: absolute;
  display: flex;
  width: 120%;
  justify-content: space-between;
}
.msq-sales-tab-lower-imgs-wrapper {
  position: absolute;
  display: flex;
  width: 70%;
  bottom: -10px;
  justify-content: space-between;
}
.msq-mdsales-item {
  cursor: pointer;
  transition: 0.3s;
}
.msq-mdsales-item.active .msq-img-wrapper {
  background-color: #f7e6ce;
  box-shadow: #f7e6ce6e 0px 10px 52px;
}
.msq-mdsales-item.active .msq-active-img {
  display: block;
  transition: 0.3s;
}
.msq-mdsales-item.active .msq-inactive-img {
  display: none;
  transition: 0.3s;
}
.msq-mdsales-item.active .msq-sales-tab-title {
  color: #ffffff;
  font-family: "Muli";
  opacity: 100%;
  display: block;
  transition: 0.3s;
  /* margin-left: -13px; */
}
.msq-active-img {
  display: none;
}
.msq-sales-tab-title {
  transition: 0.3s;
  /* display: none; */
  margin-top: 5px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-family: "Muli-Light";
  opacity: 49%;
  /* font-size: 16px; */
  font-size: 14px;
}
.msq-md-sales-tab-bg {
  background-image: url(../images/tabs-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.msq-ms-tab-content-div p {
  color: #ffffff;
  opacity: 0.85;
  font-size: 18px;
}
.msq-ms-tab-content-div img {
  border-radius: 12px 12px 0 0;
  margin-bottom: 15px;
}
.msq-sales-cs-section {
  background-color: #f5f8fc;
  /* background-image: url(../images/slider-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: center right;
}
/*.msq-sales-cs-wrapper {
  border: 1px solid #9c9c9c;
  border-radius: 16px;
  padding: 30px; 
}*/
.msq-sales-cs-wrapper .msq-sales-cs-item h6 {
  font-size: 24px;
  color: #ff8012;
  font-family: "Muli-Semibold";
}
.msq-sales-cs-wrapper .msq-sales-cs-item h5 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Muli-Semibold";
  margin-bottom: 53px;
}
.msq-sales-cs-list-title {
  font-size: 24px;
}
.msq-sales-cs-list li {
  font-size: 20px;
  color: #ffffff;
}
.msq-sales-cs-wrapper {
  max-height: 600px;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* display: flex;
  flex-direction: column;
  overflow: hidden; */
  scroll-behavior: smooth;
}
/*.msq-sales-cs-item {
  flex: 0 0 100%; 
  scroll-snap-align: start; 
}*/
.msq-case-studies-bg-wrapper {
  height: 600px !important;
}
.msq-section-scroll {
  height: 600px;
}
.msq-case-studies-bg-wrapper {
  /* background: #ffffff1f !important; */
  background: #ffffff !important;
  padding: 30px 30px 30px 60px;
}
.msq-case-studies-bg-wrapper .case-studies-title2 {
  /* color: #ffffff; */
  margin-bottom: 53px;
}
.msq-case-studies-bg-wrapper .case-studies-white-section {
  background: none;
  padding: 0px;
  border: none;
  /* color: white; */
}
.msq-sales-mobile-accordions .accordion-item {
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 5px -2px 18px #0000001a;
  border: none;
}
.msq-sales-mobile-accordions .accordion-item .accordion-button {
  background: none;
  border: none;
  font-family: "Muli-Bold";
  font-size: 20px;
  color: #000000;
}
.msq-sales-mobile-accordions
  .accordion-item
  .accordion-button:is(:focus, :active) {
  box-shadow: none;
}
.msq-sales-mobile-accordions .accordion-item .accordion-button::after {
  background-image: url(../images/down-arrow.png);
}
.msq-md-sales-tabs-list::-webkit-scrollbar {
  display: none;
}
.msq-bg-light-blue {
  background-color: #f5f8fc;
}
#msq-scroll-container {
  height: 600px !important;
  overflow: hidden;
  position: relative;
}
#msq-inner-container {
  height: 2400px !important;
  overflow-y: hidden;
  transition: transform 0.5s ease-in-out;
}
.msq-sales-tab-img-wrapper {
  width: 110px;
  display: flex;
}
.msq-sales-tab-img-wrapper img {
  width: 90%;
  margin: auto;
}
.msq-form-left .pb-0 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 1400px) {
  .msq-section-scroll .case-study-bg {
    padding-right: 48px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  #msq-scroll-container {
    height: 560px !important;
  }
}
@media screen and (max-width: 768px) {
  .msq-mdsales-tabs-wrapper {
    width: 280px;
    height: 280px;
  }
  .msq-mdsales-item .msq-sales-tab-title {
    font-size: 12px;
    white-space: nowrap;
  }
  .msq-sales-tab-middle-imgs-wrapper .msq-img-wrapper,
  .msq-sales-tab-upper-imgs-wrapper .msq-img-wrapper,
  .msq-sales-tab-lower-imgs-wrapper .msq-img-wrapper {
    height: 60px;
    width: 60px;
  }
  .msq-sales-tab-img-wrapper img {
    width: 70px;
  }
  .msq-mobile-row-rev {
    flex-direction: column-reverse;
  }
  .msq-ms-tab-content-div p {
    font-size: 16px;
  }
  .msq-md-sales-home-bg {
    background-image: url(../images/sales-mobile-home-bg.png);
    background-position: center bottom;
    padding: 320px 10px 40px !important;
  }
  .msq-md-sales-home-bg .btn {
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 24px !important;
  }
  .msq-md-sales-tabs-list.nav-tabs {
    display: flex !important;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap !important;
    height: 40px;
  }
  .msq-md-sales-tabs-list.nav-tabs .nav-item {
    width: auto;
    white-space: nowrap;
  }
  .msq-case-studies-bg-wrapper {
    padding: 0px;
    overflow: hidden;
    height: 860px !important;
    background: #ffffff0d !important;
  }
  .msq-case-studies-bg-wrapper .case-studies-title2 {
    margin-bottom: 25px;
  }
  .msq-case-studies-bg-wrapper .case-studies-list li {
    font-size: 14px;
  }
  .msq-case-studies-bg-wrapper .case-studies-title1 {
    font-size: 14px;
  }
  .msq-case-studies-bg-wrapper .case-studies-title3 {
    font-size: 14px;
    font-family: "Muli-SemiBold";
  }
  /*.case-studies-title-section {
  }*/
  .msq-sales-mobile-accordions .accordion-item .accordion-button {
    font-size: 18px;
  }
  .msq-md-sales-tabs-list .nav-item {
    font-size: 16px;
  }
  .msq-sales-banner-laptop {
    display: none !important;
  }
}
/* .az-business-central-home {
  margin-top: -130px;  
}*/
.no-js .rounded-pill {
  border: none;
}

/* Fixes */
.msq-sales-capabilities-video video {
  border-radius: 14px;
  margin-bottom: 14px;
}
.msq-mdsales-item .msq-img-wrapper {
  transition: 0.3s;
}
.msq-mdsales-item .msq-img-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msq-mdsales-item {
  border-radius: 50%;
}
.msq-mdsales-item.active {
  transform: scale(1.05);
  box-shadow: #f7e6ce6e 0px 10px 52px;
}
.msq-mdsales-item.active .msq-img-wrapper:hover {
  transform: scale(1.05);
  box-shadow: #f7e6ce18 0px 10px 52px;
}

@media screen and (max-width: 768px) {
  .msq-sales-capabilities-video video {
    margin-top: 30px;
  }
}
