body {
  margin: 0px;
  padding: 0px;
  font-family: "Muli";
}

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

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.woff2") format("woff2"),
    url("../fonts/Muli.woff") format("woff"),
    url("../fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Muli-Extra-Bold";
  src: local("Muli Extra Bold"), local("Muli-Extra-Bold"),
    url("../fonts/Muli-ExtraBold.woff2") format("woff2"),
    url("../fonts/Muli-ExtraBold.woff") format("woff"),
    url("../fonts/Muli-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.sticky-section-wrapper {
  background-position: center;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.az-cta-sticky-section{
  position: relative;
  z-index: 99;
}

.az-ms-365-partner-bg {
  /* margin-top: -130px; */
  position: relative;
  height: 100vh;
  z-index: 999;
}

footer {
  margin-top: 70px !important;
}

.az-ms-partner-companies-web-wrapper {
  position: absolute;
  bottom: -20px;
}

.az-bg-repeate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.az-ms-365-partner-section-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.az-ms-365-bg-heading-title {
  font-size: 46px;
  line-height: 58px;
  font-family: "Muli-Bold";
  color: #000;
}

.text-warning {
  color: #f79c2e !important;
}

.az-ms-365-bg-sub-heading {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.btn-warnings {
  background: #f89b2d !important;
  color: #fff !important;
  padding: 8px 28px !important;
  font-size: 18px;
  font-family: "Muli-SemiBold";
}

.az-ms-365-home-partner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.az-home-cust-btn {
  padding: 8px 35px !important;
  background: linear-gradient(90deg, #ff7a00 0%, #f89c2d 100%) !important;
}

.az-ms-partner-companies-wrapper {
  padding: 30px 0 40px;
}

.ms-home-partner1 {
  width: 130px;
}
.ms-home-partner2 {
  width: 200px;
}
.ms-home-partner3 {
  width: 140px;
}

.az-partner-companies-section img {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
}

.az-partner-companies-heading {
  font-size: 28px;
}

.az-industry-solution-box-warpper {
  border-radius: 20px;
  border: 0.886px solid #cbd3e6;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3.545px 21.273px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
}

.az-ms-partner-nav-tabs {
  display: flex;
  flex-direction: column;
  border-bottom: 0 !important;
}

.az-ms-partner-nav-item {
  position: relative;
  margin-bottom: 22px;
}

.az-ms-partner-nav-item::after {
  content: "";
  border: 1px dashed rgb(152 152 152 / 60%);
  position: absolute;
  height: 25px;
  top: 51px;
  left: 29px;
}

.az-hide-tab-border::after {
  display: none;
}

.az-ms-partner-nav-item img {
  width: 50px;
  margin-right: 5px;
}

.az-ms-partner-nav-link {
  border: 0 !important;
  margin-bottom: 0px !important;
  padding: 0px 5px !important;
  color: #707070 !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.az-ms-partner-nav-link.active {
  color: #000 !important;
  font-family: "Muli-SemiBold";
  font-size: 20px;
}

.az-color-img {
  display: none;
}

.az-grey-img {
  display: inline-block;
}

.az-ms-partner-nav-link.active .az-grey-img {
  display: none;
}

.az-ms-partner-nav-link.active .az-color-img {
  display: inline-block;
}

.az-ms-partner-solution-section {
  padding: 30px 0px;
}

.az-service-main-heading h2 {
  color: rgba(0, 0, 0, 1);
  font-family: "Muli-Bold";
}

.az-service-main-heading p {
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
}

.az-ms-industry-desc-section h2 {
  color: rgba(0, 0, 0, 1);
  font-family: "Muli-SemiBold";
}

.az-ms-industry-desc-section {
  padding-right: 40px;
}

.az-ms-industry-desc-section p {
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
}

.az-ms-industry-list {
  padding-left: 1.5rem;
}

.az-ms-industry-list li {
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.az-partner-solution-main-heading h2 {
  color: rgba(0, 0, 0, 1);
  font-family: "Muli-Bold";
}

.az-partner-solution-main-heading p {
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
}

.az-ms-solution-wrapper {
  border-radius: 12px;
  border: 1px solid #f79c2e;
  background: #fff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0px 40px 20px 0px;
  overflow: hidden;
}

.az-ms-solution-icon img {
  width: 120px;
  margin-left: -2px;
  margin-top: -1px;
}

.az-ms-solution-sub-head {
  font-size: 26px;
  font-family: "Muli-Bold";
  color: rgba(0, 0, 0, 1);
  margin-top: 15px;
}

.az-ms-solution-sub-desc {
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
}

.az-ms-partner-offer-section {
  padding: 30px 0;
}

.az-ms-partner-offers-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.az-theme-strip {
  position: absolute;
  width: 34px;
  background-color: rgba(200, 244, 255, 1);
  height: 100%;
  right: 0px;
  top: 0px;
}

.az-offers-card-top-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.az-offer-img-wrapper {
  display: flex;
}

.az-offer-img-wrapper img {
  width: 55px;
  z-index: 1;
}

.az-offer-card-heading {
  font-size: 19px;
  font-family: "Muli-SemiBold";
  color: rgba(0, 0, 0, 1);
}

.az-offer-weeks {
  color: #8c8c8c;
  font-size: 18px;
  margin-top: 15px;
}

.az-offer-btn {
  color: #f79c2e !important;
  border: 1px solid #f79c2e !important;
  padding: 4px 20px 7px 20px !important;
}

.az-offer-btn:hover {
  background-color: #f79c2e !important;
  color: #fff !important;
  padding: 4px 20px 7px 20px !important;
}

.az-offers-card-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 30px;
}

.az-ms-offer-tabs-section-wrapper {
  display: flex;
  justify-content: center;
}

.az-ms-offer-nav-tabs {
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
}

.az-ms-offer-nav-link {
  border: 0 !important;
  margin-bottom: 0px !important;
  padding: 12px 20px !important;
  color: #707070 !important;
  font-size: 20px;
  width: 240px;
}

.az-ms-offer-nav-link.active {
  color: #000 !important;
  font-family: "Muli-SemiBold";
  font-size: 20px;
  border-bottom: 3px solid #f79c2e !important;
}

.az-ms-partner-benefit-section {
  padding: 30px 0px;
}

.az-ms-benefit-tabs-section-wrapper {
  display: flex;
  justify-content: center;
}

.az-ms-benefit-nav-tabs {
  border-bottom: 0px !important;
}

.az-ms-benefit-nav-link {
  border: 1px solid #707070 !important;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-radius: 25px;
  margin-bottom: 0px !important;
  padding: 5px 20px 8px !important;
  color: #000 !important;
  font-size: 20px;
  width: 200px;
  margin-left: 15px;
}

.az-ms-benefit-nav-link.active {
  background-color: #f79c2e !important;
  color: #fff !important;
  font-family: "Muli-SemiBold";
  font-size: 20px;
  border: 1px solid #f79c2e !important;
}

.az-ms-partner-benfit-card-section {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 20px 25px;
  height: 100%;
}

.az-ms-partner-benfit-card-section img {
  width: 85px;
}

.az-ms-partner-benfit-card-section h3 {
  font-size: 22px;
  font-family: "Muli-SemiBold";
}

.az-ms-partner-benfit-card-section p {
  font-size: 16px;
  color: #3a3a3a;
}

.az-ms-365-partner-footer-section {
  padding: 40px 0;
}

.az-ms-365-footer-desc img {
  width: 220px;
}

.az-ms-365-footer-sub-heading {
  font-size: 17px;
  font-family: "Muli-Light";
}

.az-partners-solution-section {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(217, 217, 217, 0.1);
  padding: 12px 15px 10px;
  height: 100%;
}

.az-partners-solution-section img {
  width: 140px;
}

.az-partners-solution-section p {
  font-size: 13px;
}

.az-ms-365-footer-contact-section h3 {
  font-size: 25px;
  font-family: "Muli-SemiBold";
}

.contact-heading-sep::after {
  content: "";
  width: 18%;
  display: flex;
  margin-top: 10px;
  border: 1px solid #ffffffcb;
}

.az-ms-365-footer-contact-section p {
  font-size: 15px;
}

.az-footer-contact-section-desc {
  display: flex;
  align-items: center;
  gap: 15px;
}

.az-ms-365-footer-social-section h3 {
  font-size: 22px;
}

.az-ms-365-footer-social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.az-ms-365-footer-social-icon img {
  width: 38px;
}

.az-ms-partner-bottom-section {
  padding: 15px 0;
}

.az-ms-partner-copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.az-ms-partner-protect-icon img {
  width: 160px;
}

.az-ms-partner-copright-heading p {
  font-size: 15px;
}
.az-mobile-faq-section {
  padding: 0px 0px 40px;
}

.az-mobile-faq-section .accordion-item {
  border-radius: 8px;
  overflow: hidden;
}

.accordion-header .accordion-button{
  background: #F5F5FA;
  box-shadow: none !important;
  color: #000 !important;
  font-family: "Muli-SemiBold";
}

.accordion-header .accordion-button:focus{
  box-shadow: none !important;
}

.accordion-body{
  background: #F5F5FA;
  border-top: none !important;
  padding-top: 0px;
}

.az-technologies-main-heading h2 {
  color: rgba(0, 0, 0, 1);
  font-family: "Muli-Bold";
}
li.nav-item.az-ms-partner-nav-item {
    margin-bottom: 22px;
}

.az-ms-365-partner-cta-bg {
  border-radius: 16px;
  padding: 20px 20px 25px;
}
 
.az-ms-365-partner-cta-desc {
  padding: 5px 30px;
  border-right: 1px solid #f79c2e;
}
 
.az-cta-noborder {
  border-right: none;
}
 
.az-ms-365-partner-cta-desc h4 {
  font-size: 42px;
  font-family: "Muli-SemiBold";
}
 
.az-ms-365-partner-cta-desc p {
  font-size: 18px;
}

@media screen and (max-width: 1450px) {
  .az-ms-365-partner-cta-desc h4 {
    font-size: 36px;
  }
  .az-ms-365-partner-cta-desc p {
    font-size: 16px;
  }
  .az-ms-365-bg-heading-title {
    font-size: 40px;
    line-height: 50px;
  }
  .az-ms-365-bg-sub-heading {
    font-size: 15px;
    line-height: 25px;
  }
  .az-home-cust-btn {
    padding: 6px 32px 8px !important;
  }
  .ms-home-partner1 {
    width: 100px;
  }
  .ms-home-partner2 {
    width: 180px;
  }
  .ms-home-partner3 {
    width: 120px;
  }
  .az-ms-365-home-partner {
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .az-partner-companies-section img {
    width: 100%;
  }
  .az-partner-companies-heading {
    font-size: 24px;
  }
  .az-service-main-heading p {
    font-size: 16px;
  }
  .az-ms-partner-nav-link {
    font-size: 18px;
  }
  .az-ms-partner-nav-link.active {
    font-size: 18px;
  }
  .az-ms-industry-desc-section h2 {
    font-size: 24px;
  }
  .az-ms-industry-desc-section p {
    font-size: 15px;
  }
  .az-ms-industry-list li {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .az-ms-partner-nav-item {
    margin-bottom: 20px;
  }
  .az-industry-solution-box-warpper {
    border-radius: 16px;
    padding: 20px 20px 0px 20px;
  }
  .az-partner-solution-main-heading p {
    font-size: 16px;
  }
  .az-ms-solution-icon img {
    width: 100px;
  }
  .az-ms-solution-wrapper {
    padding: 0px 28px 20px 0px;
  }
  .az-ms-solution-sub-head {
    font-size: 24px;
  }
  .az-ms-solution-sub-desc {
    font-size: 16px;
  }
  .az-ms-offer-nav-link {
    font-size: 18px;
    width: 220px;
  }
  .az-ms-offer-nav-link.active {
    font-size: 18px;
    border-bottom: 2px solid #f79c2e !important;
  }
  .az-ms-partner-offers-card {
    padding: 16px;
  }
  .az-offer-card-heading {
    font-size: 17px;
  }
  .az-offer-img-wrapper img {
    width: 45px;
  }
  .az-theme-strip {
    width: 30px;
  }
  .az-offer-weeks {
    font-size: 16px;
    margin-top: 10px;
  }
  .az-offer-btn {
    color: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    padding: 3px 15px 6px 15px !important;
  }
  .az-offer-btn:hover {
    padding: 3px 15px 6px 15px !important;
  }
  .az-offers-card-top-wrapper {
    margin-bottom: 15px;
  }
  .az-ms-partner-nav-item img {
    width: 42px;
  }
  .az-ms-partner-nav-item::after {
    height: 20px;
    top: 43px;
    left: 25px;
  }
  .az-ms-365-footer-desc img {
    width: 200px;
  }
  .az-ms-365-footer-sub-heading {
    font-size: 15px;
  }
  .az-partners-solution-section img {
    width: 125px;
  }
  .az-partners-solution-section p {
    font-size: 12px;
  }
  .az-partners-solution-section {
    padding: 12px 12px 10px;
  }
  .az-ms-365-footer-contact-section h3 {
    font-size: 22px;
  }
  .az-ms-365-footer-contact-section p {
    font-size: 14px;
  }
  .az-footer-contact-section-desc {
    gap: 12px;
  }
  .az-ms-365-footer-social-icon img {
    width: 35px;
  }
  .az-ms-partner-bottom-section {
    padding: 12px 0;
  }
  .az-ms-partner-protect-icon img {
    width: 150px;
  }
  .az-ms-partner-copright-heading p {
    font-size: 14px;
  }
  .az-ms-partner-benfit-card-section img {
    width: 65px;
  }
  .az-ms-partner-benfit-card-section h3 {
    font-size: 20px;
  }
  .az-ms-partner-benfit-card-section p {
    font-size: 14px;
    color: #3a3a3a;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px !important;
  }
  .az-ms-365-partner-cta-bg{
    padding: 20px 40px 25px;
  }
  .az-ms-365-partner-cta-desc {
    padding: 5px 20px;
    border-right: none;
    border-bottom: 1px solid #f79c2e;
  }
  .az-cta-noborder {
    border-bottom: none;
  }
  .az-ms-365-partner-bg {
    background-image: url(../image/singapore-mobile.png);
    height: auto;
  }
  .az-ms-365-partner-section-wrapper {
    padding-top: 280px !important;
    padding-bottom: 40px;
  }
  .az-ms-365-bg-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
  .az-ms-365-bg-sub-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .ms-home-partner1 {
    width: 100px;
  }
  .ms-home-partner2 {
    width: 150px;
  }
  .ms-home-partner3 {
    width: 100px;
  }
  .az-ms-365-home-partner {
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .az-partner-companies-heading {
    font-size: 15px;
  }
  .az-service-main-heading p {
    font-size: 14px;
  }
  .az-partner-companies-section img {
    width: 100%;
  }
  .az-ms-partner-companies-wrapper {
    padding: 30px 10px 40px 10px;
  }
  .az-partner-solution-main-heading p {
    font-size: 14px;
  }
  .az-ms-solution-wrapper {
    padding: 0px 5px 20px 0px;
  }
  .az-ms-solution-icon img {
    width: 65px;
  }
  .az-ms-solution-sub-head {
    font-size: 18px;
    margin-top: 10px;
  }
  .az-ms-solution-sub-desc {
    font-size: 14px;
  }
  .az-ms-benefit-nav-link {
    padding: 4px 15px 8px !important;
    font-size: 18px;
    width: 160px;
    margin-left: 10px;
  }
  .az-ms-benefit-nav-link.active {
    font-size: 18px;
  }
  .az-ms-partner-benfit-card-section {
    padding: 15px 12px 5px 12px;
    border-radius: 12px;
  }
  .az-ms-partner-benfit-card-section img {
    width: 55px;
  }
  .az-ms-partner-benfit-card-section h3 {
    font-size: 18px;
    font-family: "Muli-SemiBold";
  }
  .az-ms-partner-benfit-card-section p {
    font-size: 15px;
  }
  .az-ms-offer-nav-link {
    font-size: 16px;
    width: 160px;
    padding: 10px 15px !important;
  }
  .az-ms-offer-nav-link.active {
    font-size: 16px;
    border-bottom: 2px solid #f79c2e !important;
  }
  .owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: absolute;
    top: -20px;
    left: 30%;
    margin-top: 5px !important;
  }

  .owl-carousel button.owl-dot.active {
    background: #f79c2e !important;
    border: 1px solid #f79c2e !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }

  .owl-carousel button.owl-dot {
    background-color: #e0e0e0 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }

  .az-ms-industry-desc-section {
    padding-right: 0px;
  }
  .az-industry-solution-box-warpper {
    padding: 20px 20px 0px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .az-ms-365-partner-section-wrapper {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .az-ms-partner-nav-item img {
    width: 35px;
  }
  .az-ms-partner-nav-link.active {
    font-size: 11px;
  }
  .az-ms-partner-nav-link {
    font-size: 11px;
  }
  .az-ms-partner-nav-item::after {
    height: 20px;
    top: 35px;
    left: 22px;
  }
  .az-ms-industry-desc-section h2 {
    font-size: 20px;
  }
  .az-ms-industry-list li {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .az-partner-companies-heading {
    font-size: 18px;
  }
  .az-ms-365-partner-cta-desc {
    padding: 5px 5px;
    border-right: none;
    border-bottom: none;
  }
  .az-ms-365-partner-bg {
    height: auto;
  }
  footer {
    margin-top: 72px !important;
  }
}
