/*transport management system css starts here*/

@font-face {
  font-family: "Schoolbell";
  src: url("./fonts/Schoolbell-Regular.woff") format("woff"),
    url("./fonts/Schoolbell-Regular.woff2") format("woff2"),
    url("./fonts/Schoolbell-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Bold.woff") format("woff"),
    url("./fonts/BeVietnamPro-Bold.woff2") format("woff2"),
    url("./fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Medium.woff") format("woff"),
    url("./fonts/BeVietnamPro-Medium.woff2") format("woff2"),
    url("./fonts/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Light.woff") format("woff"),
    url("./fonts/BeVietnamPro-Light.woff2") format("woff2"),
    url("./fonts/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("./fonts/Epilogue-Black.woff") format("woff"),
    url("./fonts/Epilogue-Black.woff2") format("woff2"),
    url("./fonts/Epilogue-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("./fonts/Epilogue-Regular.woff") format("woff"),
    url("./fonts/Epilogue-Regular.woff2") format("woff2"),
    url("./fonts/Epilogue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url("./fonts/Epilogue-Bold.woff") format("woff"),
    url("./fonts/Epilogue-Bold.woff2") format("woff2"),
    url("./fonts/Epilogue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Start of Popins */

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}
.poppins-regular{
  font-family: "Poppins" , sans-serif;
  font-weight: 400;
}
.wrapper-my-saas-admin {
  background-color: #111;
}

.wrapper-my-saas-admin .zoop-head-text {
  margin: 0 0 25px;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-head-text {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-head-text {
    margin: 0 0 10px;
  }
}

.wrapper-my-saas-admin .zoop-font-18 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-font-18 {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrapper-my-saas-admin .zoop-font-22 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-font-22 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-font-22 {
    font-size: 16px;
    line-height: 26px;
  }
}

.wrapper-my-saas-admin .zoop-font-black {
  color: #181818;
}
.wrapper-my-saas-admin .zoop-font-gray {
  color: #ebebeb;
}
.wrapper-my-saas-admin .zoop-font-white {
  color: #ffffff;
}
.wrapper-my-saas-admin .zoop-font-44 {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .wrapper-my-saas-admin .zoop-font-44 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .zoop-font-44 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-font-44 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .zoop-font-44 {
    font-size: 24px;
    line-height: 34px;
  }
}

.wrapper-my-saas-admin .zoop-blue-light {
  color: #eaddff;
}
.wrapper-my-saas-admin .zoop-blue-dark {
  color: #21005d;
}
.wrapper-my-saas-admin .zoop-black {
  color: #181818;
}

.wrapper-my-saas-admin .zoopptb-120 {
  padding: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .zoopptb-120 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zoopptb-120 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoopptb-120 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoopptb-120 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoopptb-120 {
    padding: 35px 0;
  }
}
.wrapper-my-saas-admin .zooppt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .zooppt-120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zooppt-120 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zooppt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zooppt-120 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zooppt-120 {
    padding-top: 35px;
  }
}

.wrapper-my-saas-admin .zooppb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .zooppb-120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zooppb-120 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zooppb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zooppb-120 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zooppb-120 {
    padding-bottom: 35px;
  }
}

.wrapper-my-saas-admin .zoopptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zoopptb-100 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoopptb-100 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoopptb-100 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoopptb-100 {
    padding: 35px 0;
  }
}

.wrapper-my-saas-admin .zooppb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zooppb-100 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zooppb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zooppb-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zooppb-100 {
    padding-bottom: 35px;
  }
}

.wrapper-my-saas-admin .zoop-br30 {
  border-radius: 30px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zoop-br30 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-br30 {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoop-br30 {
    border-radius: 10px;
  }
}

.wrapper-my-saas-admin .zoop-br24 {
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .zoop-br24 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-br24 {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoop-br24 {
    border-radius: 10px;
  }
}
.wrapper-my-saas-admin .zoop-br20 {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-br20 {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoop-br20 {
    border-radius: 10px;
  }
}
.wrapper-my-saas-admin .zoop-br16 {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-br16 {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .zoop-br16 {
    border-radius: 10px;
  }
}
.wrapper-my-saas-admin .zoop-br10 {
  border-radius: 10px;
}

.wrapper-my-saas-admin .zoop-mt30 {
  margin-top: 30px;
}
.wrapper-my-saas-admin .zoop-mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-mt40 {
    margin-top: 30px;
  }
}

.wrapper-my-saas-admin .zoop-mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-mt50 {
    margin-top: 30px;
  }
}
.wrapper-my-saas-admin .zoop-mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-mb50 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .wrapper-my-saas-admin .my-saas-admin-container {
    max-width: 1280px !important;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .my-saas-admin-container {
    width: calc(100% - 80px);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .my-saas-admin-container {
    width: calc(100% - 60px);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-my-saas-admin .my-saas-admin-container {
    width: calc(100% - 40px);
    max-width: none;
    padding: 0;
  }
}

@media only screen and (min-width: 1700px) {
  .wrapper-my-saas-admin .visual-design-container {
    max-width: 1600px !important;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1699px) {
  .wrapper-my-saas-admin .visual-design-container {
    width: calc(100% - 15px);
    max-width: none;
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .visual-design-container {
    width: calc(100% - 30px);
    max-width: none;
    padding: 0;
  }
}

.wrapper-my-saas-admin .banner-bg-section {
  width: 100%;
  background: url("./img/webp/header-bg.webp") no-repeat;
  background-position: left top;
  background-size: cover;
}

.wrapper-my-saas-admin .banner-bg-section .title-h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 108px;
  line-height: 134px;
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 900;
  color: #eaddff;
}
@media only screen and (max-width: 1699px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wrapper-my-saas-admin .banner-bg-section .title-h1 span {
  display: block;
}
.wrapper-my-saas-admin .banner-bg-section .title-h1 .header-right-icon {
  margin-left: -10px;
  margin-top: -9px;
}
@media only screen and (min-width: 1200px) {
  .wrapper-my-saas-admin .banner-bg-section .title-h1 .header-right-icon {
    margin-left: -12px;
    margin-top: -11px;
  }
}
.wrapper-my-saas-admin .banner-bg-section .title-h1 sup img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .banner-bg-section .title-h1 sub img {
  width: 36px;
  aspect-ratio: auto 1.5;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .banner-bg-section .title-h1 .header-left-icon {
  margin-bottom: -22px;
  margin-right: -18px;
}
.wrapper-my-saas-admin .banner-bg-section .free-version {
  margin-top: -73px;
}
@media only screen and (max-width: 1699px) {
  .wrapper-my-saas-admin .banner-bg-section .free-version {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .banner-bg-section .free-version {
    margin-top: -1px;
    padding-top: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .free-version {
    margin-top: -1px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .banner-bg-section .free-version {
    margin-top: -1px;
    padding-top: 12px;
  }
}
.wrapper-my-saas-admin .banner-bg-section .free-version img {
  width: 946px;
  aspect-ratio: auto 1.8695652174;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .free-version img {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin .banner-bg-section .saas-adin-header {
  font-family: "Schoolbell";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1500px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-header {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1499px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-header {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-header {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-header {
    padding-bottom: 20px;
  }
}
.wrapper-my-saas-admin .banner-bg-section .arrow-right-icon {
  margin-bottom: 20px;
  text-align: right;
  margin-right: -13px;
}
.wrapper-my-saas-admin .banner-bg-section .arrow-right-icon img {
  width: 50px;
  aspect-ratio: auto 1.0204081633;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .banner-bg-section .arrow-right-icon {
    display: none;
  }
}
.wrapper-my-saas-admin .banner-bg-section .arrow-left-icon {
  margin-bottom: 20px;
  margin-left: -13px;
}
.wrapper-my-saas-admin .banner-bg-section .arrow-left-icon img {
  width: 64px;
  aspect-ratio: auto 1.0666666667;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .banner-bg-section .arrow-left-icon {
    display: none;
  }
}
.wrapper-my-saas-admin .banner-bg-section .saas-adin-left {
  font-family: "Schoolbell";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #eaddff;
  transform: rotate(-4deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-left {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-left {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-left {
    display: none;
  }
}
.wrapper-my-saas-admin .banner-bg-section .saas-adin-right {
  font-family: "Schoolbell";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  transform: rotate(4deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-right {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-right {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .banner-bg-section .saas-adin-right {
    display: none;
  }
}

.wrapper-my-saas-admin .bg-outer {
  background: #f5f8ff url("./img/webp/map.webp") no-repeat right;
  background-size: cover;
}
.wrapper-my-saas-admin .about-section-bg .zooop-saas-based {
  max-width: 955px;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .about-section-bg .zooop-saas-based {
    margin-bottom: 30px;
  }
}

.wrapper-my-saas-admin .about-section-bg .platforms-based-main {
  max-width: 66%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main {
    max-width: 83%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.wrapper-my-saas-admin .about-section-bg .platforms-based-main ul {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
  }
}
.wrapper-my-saas-admin .about-section-bg .platforms-based-main ul li {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  margin-left: 16px;
  margin-top: 7px;
  list-style: disc;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-based-main ul li {
    font-size: 15px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .about-section-bg .platform-outer {
    margin-bottom: 20px;
  }
}

.wrapper-my-saas-admin .about-section-bg .platforms-title {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .about-section-bg .platforms-title {
    text-align: center;
  }
}

.wrapper-my-saas-admin .about-section-bg .about-the-video {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wrapper-my-saas-admin .tms-modules-section-bg {
  background: #f5f8ff;
}
.wrapper-my-saas-admin .tms-modules-section-bg .cost-management-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-wrapper {
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box {
  width: 100%;
  background: #fff;
  border: 1px solid #eaddff;
  padding: 40px 22px;
  text-align: center;
}
.wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box:hover {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box {
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box {
    padding: 25px 22px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box {
    white-space: normal;
    width: 100%;
    min-width: 80%;
    margin: 0 0 8px;
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box {
    padding: 15px;
    min-width: 90%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .integrated {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .integrated {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .integrated {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrapper-my-saas-admin
  .tms-modules-section-bg
  .cost-management-box
  .cost-img-box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .cost-img-box {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .cost-img-box
    img {
    max-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .tms-modules-section-bg
    .cost-management-box
    .cost-img-box
    img {
    max-height: 100px;
  }
}
.wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box h3 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #21005d;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .tms-modules-section-bg .cost-management-box h3 {
    margin-bottom: 8px;
  }
}

.wrapper-my-saas-admin .tms-modules-section-bg .header-right-icon-in {
  margin-left: -13px;
  margin-top: -5px;
}
.wrapper-my-saas-admin .tms-modules-section-bg sup img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .visual-design-section {
  position: relative;
}

.wrapper-my-saas-admin .visual-design-section:after {
  content: "";
  position: absolute;
  width: 580px;
  height: 800px;
  background: url("./img/webp/gradient-right.webp") no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: -300px;
  z-index: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .visual-design-section:after {
    display: none;
  }
}
.wrapper-my-saas-admin .visual-design-section .visual-design-bg {
  background: #f5f8ff;
  position: relative;
  z-index: 1;
}

.wrapper-my-saas-admin
  .visual-design-section
  .visual-design-bg
  .visual-design-vide-box {
  width: 100%;
  background: #eaddff;
  overflow: hidden;
  line-height: 0;
}
.wrapper-my-saas-admin .visual-design-section .visual-design-bg sup img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: -10px;
  margin-left: -16px;
}
.wrapper-my-saas-admin .visual-design-section .visual-right-icon {
  margin-left: -11px;
  margin-top: -14px;
}
.wrapper-my-saas-admin .key-features-section {
  background-color: #111;
  position: relative;
}

.wrapper-my-saas-admin .key-features-section:after {
  content: "";
  position: absolute;
  width: 580px;
  height: 1100px;
  background: url("./img/webp/gradient-left.webp") no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: -250px;
  z-index: 0;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .key-features-section:after {
    display: none;
  }
}
.wrapper-my-saas-admin .key-features-section:before {
  content: "";
  position: absolute;
  width: 580px;
  height: 800px;
  background: url("./img/webp/gradient-right.webp") no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: -300px;
  z-index: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .key-features-section:before {
    display: none;
  }
}
.wrapper-my-saas-admin .key-features-section .key-features-bg {
  background: #000;
  position: relative;
  z-index: 1;
}
.wrapper-my-saas-admin
  .key-features-section
  .key-features-bg
  .key-features-vide-box {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  max-width: 664px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .key-features-vide-box {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .key-features-section
  .key-features-bg
  .key-features-vide-middle {
  max-width: 664px;
  overflow: hidden;
  margin-left: 0;
  line-height: 0;
}
@media only screen and (min-width: 1366px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .key-features-vide-middle {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .key-features-vide-middle {
    max-width: 100%;
  }
}

.wrapper-my-saas-admin
  .key-features-section
  .key-features-bg
  .features-right-icon {
  margin-left: -24px;
  margin-bottom: -15px;
}
.wrapper-my-saas-admin .key-features-section .key-features-bg .all-users-right {
  max-width: 525px;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .all-users-right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .all-users-right {
    max-width: 100%;
    margin-left: 0;
  }
}
.wrapper-my-saas-admin .key-features-section .key-features-bg .all-users-left {
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .key-features-section
    .key-features-bg
    .all-users-left {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin .key-features-section .key-features-bg sub img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .notifications-section-bg {
  width: 100%;
  background: #f5f8ff url("./img/webp/notification-map.webp") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.wrapper-my-saas-admin .notifications-section-bg .get-instant-box h2 {
  position: relative;
}

.wrapper-my-saas-admin .notifications-section-bg .get-instant-box {
  max-width: 540px;
  margin-left: 70px;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .notifications-section-bg .get-instant-box {
    margin-left: 20px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .notifications-section-bg .get-instant-box {
    max-width: 100%;
    margin-left: 15px;
  }
}
.wrapper-my-saas-admin .notifications-section-bg .real-time-mi {
  position: absolute;
  left: -12px;
  top: -2px;
}
.wrapper-my-saas-admin .notifications-section-bg .real-time-mi img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .notifications-section-bg .real-time-mi img {
    display: none;
  }
}
.wrapper-my-saas-admin .notifications-section-bg .notifications-im {
  margin-top: 7px;
  position: relative;
}
.wrapper-my-saas-admin .notifications-section-bg .notifications-im img {
  width: 985px;
  aspect-ratio: auto 1.3548830812;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im {
    display: none;
  }
}
.wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
  margin-left: -50px;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-left: -24px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-left: -20px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .notifications-section-bg .notifications-im-right {
    margin-left: -1px;
  }
}
.wrapper-my-saas-admin .notifications-section-bg .notifications-im-right img {
  width: 978px;
  aspect-ratio: auto 1.9138943249;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .manage-delivery-section {
  position: relative;
  overflow: hidden;
}

.wrapper-my-saas-admin .manage-delivery-section:after {
  content: "";
  position: absolute;
  width: 580px;
  height: 1111px;
  background: url("./img/webp/gradient-left.webp") no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 250px;
  z-index: 0;
  opacity: 0.7;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .manage-delivery-section:after {
    display: none;
  }
}
.wrapper-my-saas-admin .manage-delivery-section:before {
  content: "";
  position: absolute;
  width: 580px;
  height: 800px;
  background: url("./img/webp/gradient-right.webp") no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: -500px;
  z-index: 0;
  opacity: 0.6;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .manage-delivery-section:before {
    display: none;
  }
}
.wrapper-my-saas-admin .manage-delivery-section .delivery-features-bg {
  background: #000;
  position: relative;
  z-index: 1;
}

.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-features-vide-box {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  max-width: 664px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-features-vide-box {
    max-width: 100%;
  }
}

.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-features-vide-middle {
  max-width: 664px;
  overflow: hidden;
  margin-left: 0;
  line-height: 0;
}
@media only screen and (min-width: 1366px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-features-vide-middle {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-features-vide-middle {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-solution {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-solution {
    padding-bottom: 36px;
  }
}
.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-right-icon {
  margin-left: -15px;
  margin-bottom: -15px;
}
.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-users-right {
  max-width: 525px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-users-right {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .manage-delivery-section
  .delivery-features-bg
  .delivery-users-left {
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .manage-delivery-section
    .delivery-features-bg
    .delivery-users-left {
    max-width: 100%;
  }
}

.wrapper-my-saas-admin .services-img-section {
  background-color: #111;
}
.wrapper-my-saas-admin .services-img-section .services-imgs img {
  width: 1920px;
  aspect-ratio: auto 1.6871704745;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width: 1921px) {
  .wrapper-my-saas-admin .services-img-section .services-imgs img {
    width: 100%;
  }
}
.wrapper-my-saas-admin .anytime-features-section {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.wrapper-my-saas-admin .anytime-features-section:after {
  content: "";
  position: absolute;
  width: 580px;
  height: 1100px;
  background: url("./img/webp/gradient-left.webp") no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .anytime-features-section:after {
    display: none;
  }
}
.wrapper-my-saas-admin .anytime-features-section .anytime-features-bg {
  background: #000;
  position: relative;
  z-index: 1;
}

.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-features-vide-box {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  max-width: 664px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-features-vide-box {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-features-vide-middle {
  max-width: 664px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 0;
  line-height: 0;
}
@media only screen and (min-width: 1366px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-features-vide-middle {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-features-vide-middle {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-solution {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-solution {
    padding-bottom: 36px;
  }
}
.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-right-icon {
  margin-left: -15px;
  margin-bottom: -15px;
}
.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-users-right {
  max-width: 525px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-users-right {
    max-width: 100%;
  }
}
.wrapper-my-saas-admin
  .anytime-features-section
  .anytime-features-bg
  .anytime-users-left {
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .anytime-features-section
    .anytime-features-bg
    .anytime-users-left {
    max-width: 100%;
  }
}

.wrapper-my-saas-admin .typography-section-bg {
  background-color: #111;
}

.wrapper-my-saas-admin .typography-section-bg .content-wrap-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .content-wrap-outer {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.wrapper-my-saas-admin .typography-section-bg .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .typography-section-bg .content-wrap {
    gap: 20px;
  }
}

.wrapper-my-saas-admin .typography-section-bg .typography-title-font {
  min-height: 64px;
}

.wrapper-my-saas-admin
  .typography-section-bg
  .typography-title-font
  .o-icon-main
  img {
  width: 29px;
  aspect-ratio: auto 1.7058823529;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin
  .typography-section-bg
  .typography-title-font
  .o-icon-main
  .o-icon {
  margin-left: 81px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .o-icon-main
    .o-icon {
    margin-left: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .o-icon-main
    .o-icon {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .o-icon-main
    .o-icon {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .o-icon-main
    .o-icon {
    margin-left: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .o-icon-main
    .o-icon {
    margin-left: 45px;
  }
}
.wrapper-my-saas-admin
  .typography-section-bg
  .typography-title-font
  .o-icon-main
  .o-icon
  img {
  width: 29px;
  aspect-ratio: auto 1.7058823529;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin
  .typography-section-bg
  .typography-title-font
  .typography-text {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 30px;
  margin-bottom: 0;
  color: #eaddff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .typography-text {
    font-size: 38px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .typography-text {
    font-size: 32px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .typography-text {
    font-size: 26px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .typography-text {
    font-size: 34px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .typography-title-font
    .typography-text {
    font-size: 28px;
    line-height: 22px;
  }
}
.wrapper-my-saas-admin .typography-section-bg .aa-text-main {
  position: relative;
  text-align: center;
  background-color: #000;
  padding: 70px 35px;
  display: flex;
  align-items: center;
  min-height: 493px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main {
    padding: 35px;
    min-height: 435px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main {
    padding: 35px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main {
    min-height: auto;
    padding: 25px;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main {
    padding: 20px 20px 25px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main {
    padding: 15px 15px 20px;
  }
}

.wrapper-my-saas-admin .typography-section-bg .aa-text-main .big-text {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 370.026px;
  line-height: 468px;
  color: #161616;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.6;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .big-text {
    font-size: 280px;
    line-height: 380px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .big-text {
    font-size: 180px;
    line-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .big-text {
    font-size: 100px;
    line-height: 180px;
  }
}

.wrapper-my-saas-admin .typography-section-bg .aa-text-main .text-outer {
  position: relative;
}

.wrapper-my-saas-admin
  .typography-section-bg
  .aa-text-main
  .vietnam-pro-title-box {
  margin: 0 0 22px 0;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box {
    margin: 0 0 11px 0;
  }
}

.wrapper-my-saas-admin
  .typography-section-bg
  .aa-text-main
  .vietnam-pro-title-box
  .vietnam-pro-title {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 86px;
  line-height: 110px;
  color: #eaddff;
  text-align: left;
}
@media only screen and (max-width: 1499px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box
    .vietnam-pro-title {
    font-size: 74px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box
    .vietnam-pro-title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box
    .vietnam-pro-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box
    .vietnam-pro-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .typography-section-bg
    .aa-text-main
    .vietnam-pro-title-box
    .vietnam-pro-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.wrapper-my-saas-admin .typography-section-bg .aa-text-main .color-palette-w {
  padding-top: 12px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .color-palette-w {
    padding-top: 40px !important;
  }
}
.wrapper-my-saas-admin .typography-section-bg .aa-text-main .zoop-font-22 {
  line-height: 36px;
  color: #dedede;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .zoop-font-22 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .zoop-font-22 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .zoop-font-22 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .aa-text-main .zoop-font-22 {
    font-size: 16px;
  }
}
.wrapper-my-saas-admin .typography-section-bg .style-right-icon {
  margin-left: -18px;
  margin-bottom: -16px;
}
.wrapper-my-saas-admin .typography-section-bg .font-color-ph {
  overflow: hidden;
  text-align: center;
  background-color: #000;
  padding: 35px;
  min-height: 493px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph {
    min-height: 435px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph {
    min-height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph {
    min-height: auto;
    padding: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph {
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph {
    padding: 15px;
  }
}

.wrapper-my-saas-admin .typography-section-bg .font-color-ph img {
  width: 561px;
  aspect-ratio: auto 1.32;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .typography-section-bg .font-color-ph img {
    width: 100%;
  }
}
.wrapper-my-saas-admin .typography-section-bg sub img {
  width: 24px;
  aspect-ratio: auto 1;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .iconography-section-bg {
  background-color: #111;
}

.wrapper-my-saas-admin .iconography-section-bg .iconography-footer sup img {
  width: 29px;
  aspect-ratio: auto 1.7058823529;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.wrapper-my-saas-admin .iconography-section-bg .iconography-design {
  margin-top: -22px;
  margin-left: -27px;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-design {
    margin-left: -24px;
  }
}
.wrapper-my-saas-admin .iconography-section-bg .iconography-design img {
  width: 29px;
  aspect-ratio: auto 1.7058823529;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon {
    max-width: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon {
    width: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon {
    margin: 0 0 30px;
  }
}
.wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon img {
  width: 473px;
  aspect-ratio: auto 3.1118421053;
  max-width: 473px;
  height: auto;
  min-height: 100%;
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon img {
    max-width: none;
  }
}
.wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon-right {
  padding-left: 75px;
  border-left: solid 1px #222;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon-right {
    padding-left: 0;
    border-left: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon-right {
    max-width: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon-right {
    width: 330px;
  }
}
.wrapper-my-saas-admin .iconography-section-bg .iconography-all-icon-right img {
  width: 473px;
  aspect-ratio: auto 3.1118421053;
  max-width: 473px;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .iconography-section-bg
    .iconography-all-icon-right
    img {
    max-width: none;
  }
}
.wrapper-my-saas-admin .iconography-section-bg .block-bg {
  background-color: #000;
  padding: 60px 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .iconography-section-bg .block-bg {
    padding: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .iconography-section-bg .block-bg {
    padding: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .iconography-section-bg .block-bg {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .iconography-section-bg .block-bg {
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .iconography-section-bg .block-bg {
    padding: 15px;
  }
}

.wrapper-my-saas-admin .saas-impact {
  background-color: #ffffff;
  padding-top: 230px;
  margin-top: -200px;
}

@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin .saas-impact {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .saas-impact {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .saas-impact {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap {
    text-align: center;
  }
}

.wrapper-my-saas-admin .saas-impact h2 sup {
  right: 0.3em;
  top: -0.7em;
}

.wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 920px;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer {
    gap: 20px;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item {
  border: 1px solid #eaddff;
  background-color: #f5f8ff;
  padding: 35px 49px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item {
    padding: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item {
    width: calc(50% - 15px);
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item {
    padding: 15px;
  }
}

.wrapper-my-saas-admin .saas-impact .inner-wrap .impact-outer .item p {
  max-width: 180px;
}

.wrapper-my-saas-admin .zoop-testimonial {
  overflow: hidden;
}
.wrapper-my-saas-admin .zoop-testimonial h2 .design {
  transform: rotate(45deg);
  margin-top: -35px;
  margin-left: -12px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper {
    text-align: center;
  }
}

.wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .title-wrap p {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .title-wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .title-wrap p {
    text-align: center;
  }
}

.wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .content-wrap {
  position: relative;
}
.wrapper-my-saas-admin
  .zoop-testimonial
  .testimonial-wrapper
  .content-wrap:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -80px;
  background: url("./img/quote.svg") no-repeat;
  width: 127px;
  height: 114px;
  opacity: 0.2;
}

@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin
    .zoop-testimonial
    .testimonial-wrapper
    .content-wrap:before {
    background-size: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .zoop-testimonial
    .testimonial-wrapper
    .content-wrap:before {
    display: none;
  }
}

.wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .client-block {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .zoop-testimonial .testimonial-wrapper .client-block {
    justify-content: center;
    gap: 15px;
  }
}
.wrapper-my-saas-admin
  .zoop-testimonial
  .testimonial-wrapper
  .client-block
  .img-wrap {
  flex: 0 0 auto;
}

.wrapper-my-saas-admin
  .zoop-testimonial
  .testimonial-wrapper
  .client-block
  .short-text {
  font-weight: 400;
  opacity: 0.5;
}

.wrapper-my-saas-admin .watching-section-bg {
  background-color: #111;
}
.wrapper-my-saas-admin .watching-section-bg .watching-mi {
  margin-top: 0;
}
.wrapper-my-saas-admin .watching-section-bg .watching-mi img {
  width: 1920px;
  aspect-ratio: auto 3.2708688245;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width: 1921px) {
  .wrapper-my-saas-admin .watching-section-bg .watching-mi img {
    width: 100%;
  }
}
.wrapper-my-saas-admin .thanks-for-section-bg {
  width: 100%;
}
.wrapper-my-saas-admin .thanks-for-section-bg .thanks-title-main {
  width: 100%;
  position: relative;
  border-top: solid 1px #ddd0f0;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .thanks-for-section-bg .thanks-title-main {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .thanks-for-section-bg .thanks-title-main {
    margin-top: 30px;
  }
}
.wrapper-my-saas-admin .thanks-for-section-bg .thanks-title-main .thanks-title {
  width: 100%;
}
.wrapper-my-saas-admin
  .thanks-for-section-bg
  .thanks-title-main
  .thanks-title
  .thanks-title-inn {
  max-width: 1150px;
  margin: 0 auto;
  font-family: "Epilogue";
  font-weight: 900;
  font-size: 100px;
  line-height: 120%;
  text-align: center;
  color: #eaddff;
  margin-top: -60px;
  background-color: #111;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin
    .thanks-for-section-bg
    .thanks-title-main
    .thanks-title
    .thanks-title-inn {
    font-size: 72px;
    max-width: 820px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .thanks-for-section-bg
    .thanks-title-main
    .thanks-title
    .thanks-title-inn {
    font-size: 54px;
    max-width: 610px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .thanks-for-section-bg
    .thanks-title-main
    .thanks-title
    .thanks-title-inn {
    font-size: 40px;
    max-width: 460px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .thanks-for-section-bg
    .thanks-title-main
    .thanks-title
    .thanks-title-inn {
    font-size: 28px;
    line-height: 40px;
    max-width: none;
    margin-top: 0;
  }
}

@media only screen and (max-width: 375px) {
  .wrapper-my-saas-admin
    .thanks-for-section-bg
    .thanks-title-main
    .thanks-title
    .thanks-title-inn {
    font-size: 22px;
    line-height: 32px;
  }
}

.wrapper-my-saas-admin .available-section-bg .available-bg {
  background: #eaddff;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin .available-section-bg .available-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .available-section-bg .available-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .available-section-bg .available-bg {
    border-radius: 12px;
  }
}
.wrapper-my-saas-admin
  .available-section-bg
  .available-bg
  .available-text-main {
  padding: 80px 0 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main {
    padding: 70px 0 70px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main {
    padding: 50px 0 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main {
    padding: 40px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main {
    padding: 30px 25px;
  }
}
.wrapper-my-saas-admin
  .available-section-bg
  .available-bg
  .available-text-main
  .available-text {
  font-family: "Epilogue";
  font-weight: 700;
  font-size: 44px;
  line-height: 140%;
  color: #21005d;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .available-text {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .available-text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .available-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .available-text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .available-text {
    font-size: 22px;
  }
}
.wrapper-my-saas-admin
  .available-section-bg
  .available-bg
  .available-text-main
  .available-text
  span {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
}
.wrapper-my-saas-admin
  .available-section-bg
  .available-bg
  .available-text-main
  .sales-mi {
  font-family: "Epilogue";
  font-weight: 400;
  font-size: 44px;
  line-height: 140%;
  color: #21005d;
}
@media only screen and (max-width: 1365px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .sales-mi {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .sales-mi {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .sales-mi {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin
    .available-section-bg
    .available-bg
    .available-text-main
    .sales-mi {
    font-size: 19px;
  }
}
.wrapper-my-saas-admin .available-section-bg .available-bg .artwork {
  margin-top: 10px;
  text-align: right;
}
.wrapper-my-saas-admin .available-section-bg .available-bg .artwork img {
  width: 525px;
  aspect-ratio: auto 1.4872521246;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

/* ---------------wrapper-my-saas-admin transport cta one css start -----------*/

.wrapper-my-saas-admin .section-transport-cta-bg {
  background: #f5f8ff;
}
.wrapper-my-saas-admin .section-transport-cta-bg .practice-container {
  max-width: 1300px !important;
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-blue-bg {
  background: #000000;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
  margin: 0;
  padding: 70px 0px 70px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 70px 0px 70px 60px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 70px 30px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 900px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box {
  margin-top: 24px;
  font-family: "poppins", sans-serif;
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}

.wrapper-my-saas-admin .section-transport-cta-bg .cta-btn-box a:hover {
  background: #e25574;
  color: #ffffff;
}
.wrapper-my-saas-admin .section-transport-cta-bg .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-img-right-img-box {
    position: static;
    margin-top: 40px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg .cta-img-right-img-box {
    display: none;
  }
}
/* ---------------wrapper-my-saas-admin transport cta ena css end -----------*/

/* ---------------wrapper-my-saas-admin transport cta one css start -----------*/
.wrapper-my-saas-admin .section-transport-cta-bg-two {
  background: #000000;
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .practice-container {
  max-width: 1300px !important;
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-blue-bg {
  background: #eaddff;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 34%;
  grid-column-gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis {
  margin: 0;
  padding: 0px 0px 0px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 0px 40px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #21005d;
  line-height: 42px;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box {
  margin-top: 24px;
  font-family: "poppins", sans-serif;
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}

.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-btn-box a:hover {
  background: #21005d;
  color: #ffffff;
}
.wrapper-my-saas-admin .section-transport-cta-bg-two .cta-img-right-img-box {
  position: static;
  text-align: end;
  align-items: center;
}
.wrapper-my-saas-admin
  .section-transport-cta-bg-two
  .cta-img-right-img-box
  img {
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-my-saas-admin
    .section-transport-cta-bg-two
    .cta-img-right-img-box
    img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-my-saas-admin
    .section-transport-cta-bg-two
    .cta-img-right-img-box
    img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-img-right-img-box {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-my-saas-admin .section-transport-cta-bg-two .cta-img-right-img-box {
    display: none;
  }
}

/* ---------------wrapper-my-saas-admin cta two css end -----------*/

/*transport management system css ends here*/
