/** @format */

* {
  margin: 0px;
  font-family: "Nunito Sans", sans-serif;
}
body {
  margin: 0px;
  /* max-width: 1700px; */
  margin-left: auto;
  margin-right: auto;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #434343;
  font-weight: 400;
}
a {
  text-decoration: none;
}
input,
button {
  outline: none;
  border: none;
}
.firstHeaderSection {
  margin: 0 auto;
}
.container {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
}

.landing-container {
  max-width: 1470px;
  width: 90%;
  margin: 0 auto;
}

.body-container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.textCenter {
  text-align: center;
  margin: 30px 0;
}
.home-bg-1 {
  background-image: url("../images/banner/Homepage-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 685px;
}
.home-banner {
  display: flex;
  flex-direction: row;
  padding-top: 11.5em;
  height: auto;
}

.banner-section-1 {
  flex: 50%;
  padding: 2em 0em;
}
.banner-section-2 {
  flex: 50%;
  display: flex;
  justify-content: center;
}
.banner-section-1 h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
}
.banner-section-1 p {
  font-style: normal;
  font-weight: 100;
  font-size: 21px;
  line-height: 35px;
  color: #f9f8f8;
}

.demo {
  width: 75%;
  margin: 15px 0px;
}
.demo form {
  position: relative;
  border-radius: 15px;
}
#h-zat-mail {
  color: red;
  position: absolute;
  font-size: 13px;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 3px;
}
.demo form input {
  position: relative;
  background-color: white;
  width: 90%;
  padding: 1em 0em 1em 20px;
  border-radius: 41px;
  font-size: 1em;
}
.demo form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 1.5em;
  width: 35%;
  border-radius: 41px;
  color: white;
  background-color: #e04812;
  font-size: 1em;
  cursor: pointer;
}

.demo form button:hover,
.demo form button:focus,
.button:hover {
  background-color: #d04812;
}
.banner-section-2 img {
  box-shadow: 0px 10px 0px #ffc3ae;
  border-radius: 15px;
  width: 55%;
}
.app-download {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.app-download img {
  width: 125px;
  height: 42px;
  border-radius: 25px;
}
/* header-section */
.item-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px auto;
  max-width: 1470px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  min-height: 60px;
}
.btnDemo {
  cursor: pointer;
  height: 40px;
  border-radius: 40px;
  outline: none;
  border: none;
  color: #f15c27;
  font-size: 16px;
  margin-left: 20px;
  padding: 0 20px;
  background: #fff;
}

.btnDemo2 {
  height: 40px;
  border-radius: 40px;
  outline: none;
  border: none;
  color: #f15c27;
  font-size: 16px;
  margin-left: 20px;
  padding: 0 20px;
}
/*09-03-2022*/
.n__imghave {
  width: 420px;
  height: 496px;
}
.reports__home {
  width: 360px;
  height: 360px;
}
.n__wom1 {
  width: 480px;
  height: 474px;
}
.n__wom2 {
  width: 352px;
  height: 352px;
}
.n__asm1 {
  width: 480px;
  height: 475px;
}
.n_asm2 {
  width: 453px;
  height: 566px;
}
.n__pai {
  width: 479px;
  height: 448px;
}
.n_rep {
  width: 394px;
  height: 400px;
}
.n-use-1 {
  width: 393px;
  height: 394px;
}
/* header-section-features-option-start*/

.feature-sub-menu {
  box-shadow: 0px 4px 25px rgb(215 215 215 / 35%);
  border-radius: 8px;
  padding: 1em;
  background-color: white;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

.features-menu-options {
  display: flex;
  width: 44%;
  height: auto;
  padding: 7px 20px;
  border-radius: 8px;
  transition: 0.2s;
}
.features-menu-options:hover {
  transform: scale(1.01);
  box-shadow: 0px 4px 25px rgb(165 163 163 / 35%);
}
.feature-sub-menu-container {
  display: flex;
}
.feature-sub-menu-container > div > img {
  width: 28px;
  padding-right: 10px;
}
.feature-sub-menu-container h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 0.01em;
  color: #434343;
  padding: 5px 0;
}
.featuresListSubMenu {
  display: flex;
  justify-content: space-between;
}
.featuresListSubMenu img {
  position: relative;
  top: 2px;
}
.feature-sub-menu-container p {
  font-size: 12px;
  line-height: 17px;
  /* text-transform: capitalize; */
  color: #696767;
}
.features-inner-page {
  display: flex;
  flex-wrap: wrap;
}
/* header-section-features-option-ends */
/* Drop Down */
.dropdown {
  display: none;
}
.featuresMenuLists {
  width: 720px;
  position: absolute;
  top: 75%;
  background-color: yellow;
}
.inlineLiLink li > a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: right;
  margin-left: 25px;
  margin-right: 5px;
  transition: 0.3s;
}

.activeEffect {
  font-weight: bold;
}

.activeMobHam {
  font-weight: bold;
}

.inlineLiLink > li > a:hover {
  opacity: 0.8;
}
#myLink,
.inlineLiLink > li {
  display: inline-flex;
}

.sidenav {
  display: none;
}

.nav2 {
  display: none;
}

#mySidenav hr {
  width: 90%;
  margin: 0 auto;
  color: #d4d4d4;
}

#logoImg {
  max-width: 60%;
  position: relative;
  top: -5vh;
}

.activeLi {
  border-bottom: 2px solid white;
}

/* 3rd section  */
.home-bg-2 {
  background-image: url("../images/banner/Homepage-banner-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  margin: 70px 0 30px;
}
.home-banner-2 {
  display: flex;
  flex-direction: row;
}
.banner-2-section-1 {
  flex: 45%;
  display: flex;
  display: -webkit-box;
  justify-content: end;
}
.banner-2-section-1 img {
  width: 80%;
  margin: auto;
}
.banner-2-section-2 {
  flex: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.banner-2-section-2 h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #292929;
  padding-bottom: 15px;
}
.banner-2-section-2 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #434343;
  padding-bottom: 20px;
}

/* section-4 */
.sub-nav-container {
  position: sticky;
  top: 100px;
  padding-top: 20px;
  z-index: 9;
  background: white;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.center {
  text-align: center;
}
.sub-nav {
  border-bottom: 1px solid #efefef;
  overflow-x: scroll;
  width: 100%;
  display: flex;
  justify-content: center;
}

.landing-sub-nav {
  border-bottom: 1px solid #efefef;
  overflow-x: scroll;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sub-nav::-webkit-scrollbar {
  display: none;
}

.landing-sub-nav::-webkit-scrollbar {
  display: none;
}
.sub-nav a {
  white-space: nowrap;
  padding: 0px 5px 15px;
  display: inline-block;
  margin-right: 26px;
  border-bottom: 4px solid white;
  color: rgba(31, 31, 31, 0.6);
  transition: 0.1s all ease-in-out;
}

.landing-sub-nav a {
  white-space: nowrap;
  padding: 0px 5px 15px;
  display: inline-block;
  margin-right: 26px;
  border-bottom: 4px solid white;
  color: rgba(31, 31, 31, 0.6);
  transition: 0.1s all ease-in-out;
}

.sub-nav a:last-child {
  margin-right: 0;
}
.sub-nav > a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #434343;
}
.sub-nav > a:hover {
  color: #696868;
  font-weight: 700;
}
.sub-nav a.active {
  color: #696868;
  font-weight: 700;
  border-color: #f15c27;
}

.landing-sub-nav a:last-child {
  margin-right: 0;
}
.landing-sub-nav > a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #434343;
}
.landing-sub-nav > a:hover {
  color: #696868;
  font-weight: 700;
}
.landing-sub-nav a.active {
  color: #696868;
  font-weight: 700;
  border-color: #f15c27;
}

.discover {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  /* margin: 10px 0; */
  padding-top: 25px;
}
.discover-info {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
.discover-info > img {
  width: 50px;
  height: 60px;
  margin: 10px 0;
}
.discover-info > h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #292929;
}
.discover-info > p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #434343;
}
.learnMore {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #f15c27;
}
.pad-left {
  padding-left: 0;
  padding-right: 5%;
  padding-top: 6%;
}
.discover-img {
  flex: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 5em;
}

/* get-started */
.button {
  padding: 1em 1.5em;
  width: 250px;
  border-radius: 41px;
  color: white;
  background-color: #e04812;
  font-size: 1em;
  cursor: pointer;
  margin: 20px 0;
}
.get-bg {
  background: linear-gradient(-222.11deg, #f15b27 4.56%, #fcb215 100%);
}
.get-started {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 50px;
}
.get-started-info {
  flex: 40%;
  color: white;
  padding-left: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.get-started-info h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
}
.get-started-img {
  flex: 60%;
  display: flex;
  justify-content: center;
  margin-top: -50px;
}
.get-started-img img {
  /* width: 65%; */
  height: 100%;
}

/* feature-page */
.solutions {
  position: relative;
  display: flex;
}
.solutionList,
.solutionList1 {
  flex: 50%;
  margin-right: 10%;
}
.solutionList {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutionContent,
.solutionContent1 {
  flex: 40%;
  flex-direction: column;
}
.solutionContent > div,
.solutionContent1 > div {
  display: none;
}
.solutionContent > div.active,
.solutionContent1 > div.active {
  /* display: block; */
  display: flex;
  align-items: center;
  flex-direction: row;
}
.solutionContent img,
.solutionContent1 img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* width: 80%; */
  height: 100% im !important;
  width: 100% im !important;
}
.solutionList > li,
.solutionList1 > li {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.4s;
}
.solutionList > li:last-child,
.solutionList1 > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.solutionList > li.active,
.solutionList > li:hover,
.solutionList1 > li.active,
.solutionList1 > li:hover {
  /* background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF; */
  font-weight: 200;
  color: #000000;
  transition: 0.4s;
  box-shadow: 1px 4px 21px rgba(254, 183, 158, 0.3);
}
.solutionList > li.active::after,
.solutionList1 > li.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: linear-gradient(222.11deg, #f15b27 4.56%, #fcb215 100%);
}
.solutionList > li:not(.active):hover,
.solutionList1 > li:not(.active):hover {
  font-weight: 400;
  /* transition: 0.4s; */
}

button.accordion,
button.accordion2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #292929;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 20px;
  cursor: pointer;
}
button.accordion:after,
button.accordion2:after {
  content: url(../images/Arrow-down.svg);
  font-size: 16px;
  float: right;
  position: relative;
  top: 5px;
}
button.accordion.is-open:after,
button.accordion2.is-open1:after {
  content: url(../images/Arrow-up.svg);
}

button.accordion.is-open,
button.accordion2.is-open1 {
  padding-bottom: 0;
}

button.accordion:hover,
button.accordion.is-open,
button.accordion2:hover,
button.accordion2.is-open1 {
  background-color: transparent;
}
.accordion-content {
  background-color: white;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* other-sections  */
.workOrderManagement {
  max-width: 1470px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.smallcontainer {
  max-width: 90%;
  margin: 50px auto;
  display: flex;
}
.textBox {
  max-width: 90%;
  margin: 0px auto 20px;
  line-height: 1.6;
}
.WorkMgmtText {
  font-weight: bold;
  font-size: 21px;
  color: #e3860d;
  font-style: normal;
  clear: both;
}
.useCasesText {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  font-size: 30px;
  color: #292929;
}
.leftContent {
  flex: 50%;
  margin: auto;
}
.leftListItems {
  display: flex;
}

.leftLi ul {
  padding-left: 20px;
}
.workOrderManagement .leftLi ul {
  padding-left: 0px;
}
.rightContent {
  flex: 50%;
  height: auto;
}
.leftContent h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #292929;
}
.leftContent p {
  line-height: 28px;
  padding-top: 11px;
  padding-bottom: 20px;
}
.leftContent ul li {
  list-style-position: inside;
  list-style-image: url("../images/listIcon.svg");
  font-size: 18px;
  color: #434343;
  line-height: 35px;
}
.accordion-content > ul {
  padding-left: 25px;
}
.accordion-content > ul > ul > li {
  list-style-type: none;
}
.accordion-content > ul > ul {
  padding-left: 0;
}
.accordion-content > ul > li,
.reportsContainer li,
.reportsContainer2 li {
  list-style-image: url("../images/listIcon.svg");
  font-size: 18px;
  color: #434343;
}
.rightContent img {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: auto;
}

.useCase {
  max-width: 1470px;
  width: 90%;
  margin: 50px auto 120px;
}
.n__get__started {
  height: 450px;
  width: 396px;
}
.footerSection {
  max-width: 100%;
  margin: 100px auto 30px auto;
  box-shadow: 0px -4px 4px rgba(214, 214, 214, 0.25);
  padding-top: 50px;
}
.dotPoint {
  padding: 2px 20px;
}
.footerCopyright {
  display: flex;
  justify-content: flex-end;
  max-width: 95%;
  margin-top: 30px;
}
.footerCopyright p,
.footerCopyright a {
  font-size: 13px;
  color: #585858;
}
.caseContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 5rem 5.2rem;
  max-width: 1300px;
  margin: auto;
}
.bgArea {
  max-width: 100%;
  height: auto;
  line-height: 26px;
}
.bigContainer {
  margin: 0 auto;
  max-width: 1470px;
}
.caseContainer > div:nth-child(odd),
.caseContainer > div:nth-child(even) {
  display: flex;
  align-items: center;
  position: relative;
}
.caseContainer > div:nth-child(even) {
  justify-content: flex-end;
}
.textWrapLeft {
  height: 12.5rem;
  text-align: center;
  width: 480px;
  margin-left: 15%;
  position: absolute;
  background: linear-gradient(90.45deg, #faf3d5 0.81%, #ffe6dd 75.28%);
  padding: 0 10px 5px 10px;
}

.landing-textWrapLeft {
  height: 12.5rem;
  text-align: center;
  width: 480px;
  margin-left: 15%;
  position: absolute;
  background: linear-gradient(90.45deg, #faf3d5 0.81%, #ffe6dd 75.28%);
  padding: 0 10px 5px 10px;
}

.textWrapRight {
  /* margin-right: 15%; */
  background: linear-gradient(90.45deg, #faf3d5 0.81%, #ffe6dd 75.28%);
  padding: 0 10px 5px 10px;
  height: 12.5rem;
  text-align: center;
  width: 480px;
  position: absolute;
  right: 15%;
}

.landing-textWrapRight {
  /* margin-right: 15%; */
  background: linear-gradient(90.45deg, #faf3d5 0.81%, #ffe6dd 75.28%);
  padding: 0 10px 5px 10px;
  height: 12.5rem;
  text-align: center;
  width: 480px;
  position: absolute;
  right: 15%;
}

.bgImg {
  filter: brightness(0.4);
}
.landing-bgImg {
  filter: brightness(0.4);
}
.ucHeading {
  font-size: 24px;
  padding: 20px 0 10px;
  font-weight: bold;
}

.secLearnMore {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}
.footer {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(5, auto);
  grid-auto-rows: auto;
}
.footer > .footerBlock:not(:first-child) {
  padding: 30px 0 0 30px;
}
.downLoadIcon {
  display: flex;
  margin: 30px auto;
}
.footerTitle {
  font-weight: bold;
  color: #292929;
}
.footerLi,
.footerLi a {
  font-size: 16px;
  color: #686868;
  padding-top: 16px;
}
.footerLi a:hover {
  color: black;
}
.followUsTitle {
  padding-top: 30px;
  font-weight: bold;
  color: #292929;
}
.iconSmallImg > img {
  margin-top: 10px;
  transition: 0.5s;
  border-radius: 50%;
}
.iconSmallImg > a img:hover {
  background: #f15c27;
  border-radius: 50%;
}
.contactCard {
  max-width: 260px;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  height: auto;
  background: linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
  box-shadow: 1px 4px 21px rgba(254, 183, 158, 0.3);
}
/* form animation  */
.formControl,
.formControl-textarea {
  position: relative;
  margin-bottom: 45px;
}
/* LABEL ======================================= */
.label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 1s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.contactUsForm .formControl {
  margin: 13px 0 15px;
  display: flex;
  justify-content: flex-start;
}
.require {
  color: #e04812 !important;
}
.contactUsForm .formControl input,
.contactCard2 select {
  outline: none;
  border: 0;
  border-bottom: 1px solid #c6c6c6;
  line-height: 20px;
  width: 100%;
}
.contact-us-page .contactUsForm .formControl input,
.contactCard2 select {
  height: 40px;
}

.contactUsForm .formControl input:focus {
  margin-top: 2px;
  outline: none;
}
.contactUsForm .formControl input::placeholder {
  font-size: 13px;
  color: #686868;
  font-weight: 400;
}
.sendBtn {
  padding: 7px 70px;
  border-radius: 50px;
  background-color: #f15c27;
  border: none;
  color: white !important;
  font-weight: 350;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  height: 45px !important;
}
.sendBtn:focus {
  outline: none;
}
.sendBtn:hover {
  background-color: #d04812;
}
.requiredText {
  color: #898989;
  font-size: 14px;
}
.zunasoFooterLogo .app-download {
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
input:focus ~ .label,
input:valid ~ .label,
textarea:focus ~ .label,
textarea:valid ~ .label {
  top: -10px;
  font-size: 14px;
  color: #686868;
  font-weight: 400;
}
/* about-us and feature page  */
.commonBanner {
  background-image: url("../images/banner/commonBg.png");
  /* height: 75vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.containerContent {
  display: flex;
  max-width: 100%;
  position: relative;
  /* top: 15vh; */
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 50px 0;
}
.bannerContentLeft {
  width: 65%;
}
.bannerContentRight {
  width: 35%;
}
.bannerTextHead {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
.bannerTextPara {
  font-size: 24px;
  color: #ffffff;
  width: 90%;
}
.mainTextHead {
  font-size: 30px;
  line-height: 40px;
}
.mainTextPara {
  font-size: 18px;
  line-height: 28px;
  color: #434343;
}

.rightContent ul li,
.leftContent ul li {
  /* list-style-position: inside; */
  list-style-image: url("../images/listIcon.svg");
  padding-left: 5px;
  font-size: 18px;
  color: #434343;
  line-height: 28px;
}
.lHeight {
  line-height: 40px;
}
.abtUsMain {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  gap: 0 20px;
}
.abtUsMainText {
  flex: 50%;
}
.abtUsMainImg {
  flex: 50%;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abtUsMainImg img {
  border-radius: 20px;
  max-width: 100%;
  /* max-height: 100%; */
}
.contContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
/* .leftContent{
    width: 50%;
}
.rightContent{
    width: 50%;
} */
.sectionTwoFeatures .rightContent {
  text-align: end;
}
.n__featuretab1img {
  height: 543px;
  width: 373px;
}
.n__featuretab2img {
  height: 543px;
  width: 294px;
}

.workOrderFeature {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* gap: 50px 0; */
  justify-content: space-between;
}
.workOrderSmContainer {
  width: 27%;
  height: auto;
  background-color: #fcfcfc;
  padding: 20px;
  box-shadow: 0px 4px 25px rgba(215, 215, 215, 0.35);
  border-radius: 8px;
  transition: 0.5s;
  position: relative;
  margin: 15px;
}

.learning {
  position: absolute;
  bottom: 5px;
}
.workOrderSmContainer:hover,
.reportsContainer:hover,
.reportsContainer2:hover,
.worksContainer:hover,
.landing-workOrderSmContainer:hover {
  transform: scale(1.05);
}
.workOrderSmContainer > h1,
.reportsContainer > h1,
.reportsContainer2 > h1,
.worksContainer > h1,
.worksContainer h3,
.landing-workOrderSmContainer > h1 {
  font-size: 24px;
  line-height: 40px;
}
.workOrderSmContainer > p {
  color: #434343;
  line-height: 28px;
}

/* .learnMoreText{
    font-size: 16px;
    color: #F15C27;
    cursor: pointer;
} */
.features-2nd-banner {
  position: relative;
  top: -50px;
}
.features-2nd-banner img {
  width: 100%;
  height: 250px;
}
.reportsContainer,
.reportsContainer2,
.worksContainer {
  height: auto;
  background-color: #fcfcfc;
  padding: 20px;
  box-shadow: 0px 4px 25px rgba(215, 215, 215, 0.35);
  border-radius: 8px;
  transition: 0.5s;
}
.reportsContainer {
  width: 45%;
  margin: 15px 0;
}

.reportsContainer > p,
.work-sub-info > p,
.work-info-2 > p,
.accordion-content > p,
.report-info1 > p,
.report-info2 > p {
  line-height: 28px;
  font-size: 18px;
}

.accordion-content > ul li {
  line-height: 28px;
  font-size: 18px;
}

.report-cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* gap: 50px 25px; */
  row-gap: 25px;
  justify-content: center;
}
.reportsContainer2 {
  width: 40%;
  height: auto;
  /* flex: 1 27%; */
  margin: 10px 15px;
}
.reportsContainer ul,
.reportsContainer2 ul {
  padding-left: 20px;
}
.reportsContainer li,
.reportsContainer2 li {
  /* margin-top: 20px; */
  line-height: 28px;
}
.reports-grid1 .accordion-content,
.reports-grid2 .accordion-content {
  padding: 0;
}
.reports-grid1 {
  display: grid;
  grid-template-columns: 45% 55%;
}
.report-info1 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reports-grid1 .solutionContent {
  grid-column: 1/2;
  grid-row: 1/3;
}
.reports-grid1 .solutionList {
  grid-column: 2/3;
  grid-row: 2/3;
}
.reports-grid2 {
  display: grid;
  grid-template-columns: 55% 45%;
}
.report-info2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.solutionList1 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.solutionContent1 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.reports-accordion .solutionContent,
.reports-accordion .solutionContent1 {
  /* Suraj starts here 18th march */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* Ends here */
  margin-top: 50%;
}
.reports-accordion button.accordion,
.reports-accordion button.accordion2 {
  color: #858585;
  padding: 15px 0;
}
.reports-accordion .accordion-content {
  border: none;
}
.reports-accordion button.accordion.is-open,
.reports-accordion .active button,
.reports-accordion button.accordion2.is-open1 {
  color: #292929;
}
.reports-accordion .solutionList,
.reports-accordion .solutionList1 {
  margin-right: 5%;
}
.reports-accordion .solutionList > li,
.reports-accordion .solutionList1 > li {
  padding: 0;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.reports-accordion .solutionList > li.active,
.reports-accordion .solutionList > li:hover,
.reports-accordion .solutionList1 > li.active,
.reports-accordion .solutionList1 > li:hover {
  box-shadow: none;
}
.reports-accordion .solutionList > li.active::after,
.reports-accordion .solutionList1 > li.active::after {
  width: 0;
}

/* work-order-page */
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.work-grid img {
  width: 40px;
}
.work-sec-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.work-sec-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.work-sec-3 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.work-sec-1 > p,
.work-sec-2 > p,
.work-sec-3 > p {
  width: 95%;
}
.work-sec-1,
.work-sec-2,
.work-sec-3 {
  background-color: #fcfcfc;
  padding: 25px;
  box-shadow: 0px 4px 25px rgba(215, 215, 215, 0.35);
  border-radius: 8px;
  transition: 0.5s;
  max-height: 100%;
}
.work-sec-1:hover,
.work-sec-2:hover,
.work-sec-3:hover {
  transform: scale(1.04);
}
.work-sub {
  display: flex;
}
.work-sub-info {
  flex: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
.work-sub-info > p {
  width: auto;
}
.work-sub-img {
  flex: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-sub-img img {
  max-width: 80%;
}
.work-sub-2 {
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 3%; */
  margin: 20px 0;
}
.work-info-2 {
  width: 30%;
  padding: 15px;
}
.work-info-2 > p {
  border-right: 0.5px solid #c8c8c8;
  padding-right: 20px;
  min-height: 110px;
}

.work-info-2 p:nth-child(last) {
  min-height: 100px;
}
.worksContainer {
  width: 100%;
  display: flex;
  column-gap: 20px;
}

/* contact-us page form  */
.contact-section {
  display: flex;
  /* column-gap: 30px; */
}
.contact-us-page .contactUsForm .formControl,
.contactCard2 select {
  height: 60px;
}
.contact-us-page > h1,
.request-info h1 {
  font-size: 2em;
}
.contact-us-page .contactUsForm .formControl input::placeholder,
.contact-us-page textarea,
.contact-us-page input,
.contactCard2 select {
  font-size: 16px;
  color: #686868;
  font-weight: 400;
}
.contact-us-page textarea {
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 15px;
  margin-top: 15px;
}
.contact-us-page .contactCard2 {
  flex: 45%;
  height: 100%;
  padding: 30px 30px 30px 30px;
  /* background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF; */
  box-shadow: 1px 4px 21px rgb(254 183 158 / 30%);
}
.contactCard2 .sendBtn {
  height: 60px;
}
.contact-info {
  flex: 45%;
  margin: 0 20px;
}
.phone {
  color: #434343;
}
.mail {
  color: #f15b26;
}
.customer-details {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.customer-details img {
  width: 28px;
  padding-right: 10px;
}
.customer-details a {
  padding-left: 20px;
}
.social-link img {
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.3s;
}
.social-link img:hover {
  background: #f15c27;
}
.privacy-policy {
  width: 75%;
  margin: 30px auto;
}
.privacy-span {
  font-weight: 600;
}
.privacy-policy ol,
.faq ol {
  font-size: 18px;
  font-weight: 400;
}

/* request-a-demo page  */
.request-demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.demo-video video {
  width: 100%;
  max-height: 500px;
  outline: none;
  object-fit: fill;
}
#hidden-video {
  display: none;
}
.request-info {
  margin-top: 30px;
  text-align: center;
}
.request-info h1 {
  width: 80%;
  margin: auto;
}
/* faq-page  */
.faq {
  max-width: 1200px;
  margin: 30px auto;
}
.faq h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #292929;
  text-align: center;
}
.faq .solutionList {
  margin-right: 0;
}
.faq .solutionList > li.active::after {
  display: none;
}
.faq .solutionList > li {
  border: none;
  /* padding: 20px 0; */
  margin: 10px 0;
  box-shadow: 1px 4px 21px rgb(254 183 158 / 30%);
}

.faq button.accordionfaq.faq-is-open:after {
  content: url(../images/cross.svg);
}
.faqImg {
  width: 80%;
  margin: auto;
}
.faqImg > img {
  max-width: 100%;
}
#footer-form .formControl-textarea {
  margin-bottom: 0px;
}
#footer-form textarea::-webkit-scrollbar {
  display: none;
}
#footer-form textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}

/* header-resourse (suraj) */
.ResourcesDropdown {
  display: none;
}

.resFeatures {
  width: 35%;
  position: absolute;
  left: 100%;
}

.resOptions {
  width: 100%;
  padding: 10px;
}

.resFeatMenuList {
  width: 360px;
  position: absolute;
}

.resourcesIcon {
  height: 16px;
}

.resDiv {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 15px;
}
/* price and package */
/* Prices CSS Start Here*/
.priceInfoContainer {
  display: flex;
  min-height: 200px;
}

.planDurationSwitch {
  width: 40%;
}

.freePlan,
.paidPlan {
  width: 30%;
  /* border: 1px solid red; */
}

.paidPlan {
  background-color: #f47023;
}
.paidPlanHeading {
  text-align: center;
  font-size: 22px;
}

.recommendedBox {
  height: 58px;
  background-color: #ef5019;
}

.recommendedBox h2 {
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 10px 0;
}

.priceSection {
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ppHeadBlock h3 {
  font-size: 22px;
  padding: 20px 0 15px;
  font-weight: 600;
}

.priceSection h1 {
  font-size: 50px;
  padding-bottom: 15px;
}

.priceSection small {
  font-size: 16px;
}

.priceSection p {
  color: #ffffff;
  text-align: left;
  padding: 30px 0;
}

.getStartedPrices {
  width: 90%;
  color: #f15c27;
  padding: 10px;
  display: block;
  margin: 0 5% 40px;
  border-radius: 50px;
  font-weight: 350;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
}

.getStartedPrices a,
.freeGStarted a {
  color: inherit;
}

.freeGStarted {
  border: 0.5px solid #f15c27;
  background-color: #fff;
  cursor: pointer;
}

.topFeaturesBox {
  color: #ffffff;
  padding-bottom: 30px;
}

.topFeaturesBox h3 {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.topFeaturesBox li {
  list-style-position: outside;
  list-style-image: url("../images/icons/wRight.svg");
  line-height: 35px;
}

.topFeaturesBox span {
  font-size: 18px;
  padding-left: 10px;
}

.priceTable {
  width: 100%;
  min-height: 200px;
}

.freePlan .priceSection {
  color: #434343;
  padding-top: 0;
}

.freePlan .priceSection p {
  color: #434343;
  text-align: justify;
}

.freePlan .getStartedPrices {
  border: 0.5px solid;
  background-color: #ffffff;
  padding: 9px 0;
}

.freePlan .recommendedBox {
  background-color: #fff;
}

.freePlan .topFeaturesBox {
  color: #434343;
}

.freePlan .topFeaturesBox li {
  list-style-image: url("../images/listIcon.svg");
}

.planDurationSwitch h1 {
  padding: 80px 0 0 55px;
  color: #292929;
  font-weight: bold;
  font-size: 30px;
}

.monthYearSwitch {
  padding-left: 55px;
  box-sizing: border-box;
}

.monthYearSwitch h2 {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  margin: 53% 0 5% 0;
}

.monthYearSwitch h2 span:nth-child(1) {
  color: #979696;
}

.monthYearSwitch small {
  font-size: 16px;
  color: #686868;
}

.monthYearSwitch img {
  cursor: pointer;
  margin: 0 20px;
}

.abtMoreContainer,
.checkListContainer {
  /* border: 1px solid red; */
  display: flex;
}

.workOrderHeader {
  width: 70%;
  background-color: #fffaf8;
  /* height: 200px; */
}

.rawBgLeft {
  width: 30%;
  background-color: #f47023;
}

.womTitle {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0 20px 40px;
  background-color: #fffaf8;
}

.checkListPara {
  width: 50%;
}

.colorCheckSign {
  width: 20%;
  border-bottom: 0.5px solid #c8c8c8;
  height: 60px;
  display: flex;
  align-items: center;
}

.colorCheckSign img {
  padding-left: 20%;
}

.whiteCheckSign {
  width: 30%;
  background-color: #f47023;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: 0.5px solid #c8c8c8;
}

.paraCondition {
  border-bottom: 0.5px solid #c8c8c8;
  height: 60px;
  display: flex;
  align-items: center;
}

.paraCondition p {
  font-size: 18px;
  color: #434343;
  padding-left: 40px;
}

.pricesBorderCover {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 8px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f15c27;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #ccc; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #f15c27;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f15c27;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.yearlyColor {
  color: #292929;
}

.smTextPP {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
  position: relative;
  /*margin-left: 5%;*/
}

.PPFAQText {
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  color: #292929;
}

.bigPPContainer {
  display: flex;
  width: 100%;
  position: sticky;
  top: 97px;
  background-color: white;
  z-index: 9;
}

.monthYearSwitch {
  width: 40%;
}

.priceSection {
  width: 30%;
}

.priceSection:nth-child(1) {
  color: #292929;
}

#pptexts,
#pptexts p {
  color: #292929;
}

#pptexts h3 {
  font-size: 22px;
  padding-top: 58px;
}

#pptexts .recommendedBox {
  background-color: white;
}

#ppTextPaid {
  background-color: #f47023;
  border-radius: 0 8px 0 0;
}

#ppTextPaid h3 {
  font-weight: bold;
  font-size: 22px;
}

.recommendedBoxPaid {
  margin: 0 -20px;
  background-color: #ef5019;
  font-weight: bold;
  font-size: 22px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 8px 0 0;
}

.zPricePlan {
  padding-top: 52px;
}

.featureInMobView .rotate {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  top: 15%;
}
.featureInMobView .rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resInMobView .rotate {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  top: 15%;
}
.resInMobView .rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobSubFeatureMenu,
.mobResDropMenuLinks {
  display: none;
  padding-left: 10%;
  color: #434343;
  font-size: 14px;
  font-weight: 600;
}

/* faq page */
button.accordionfaq {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #292929;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 20px;
  cursor: pointer;
}
button.accordionfaq:after {
  content: url(../images/faq-arrow.svg);
  font-size: 16px;
  float: right;
}
button.accordionfaq:hover,
button.accordionfaq.faq-is-open {
  background-color: transparent;
}
/* acc-mobile part */
.acco-mobile {
  display: none;
}
.acco-mobile .acc-img {
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
}
.acc-img img {
  /* width: 70%; */
  height: auto;
}
.acc-sec > ul > li {
  list-style-image: url("../images/listIcon.svg");
  font-size: 18px;
}
.acc-sec > ul > ul > li {
  list-style-type: none;
}
.acc-sec > ul > ul,
.acc-sec > ul {
  padding-left: 20px;
}
/*recapthca*/
#footer-form .g-recaptcha {
  transform: scale(0.67);
  -webkit-transform: scale(0.67);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.acc-sec > ul > ul {
  padding-left: 0;
}

#footerZunasoLogoMob {
  display: none;
}
.ppDivBox {
  display: flex;
}

.lMoreArr {
  position: relative;
  top: 2px;
  left: 3px;
}

#learnMoreAutoRep {
  line-height: 10px;
}

#bdrRightMonitor {
  min-height: 85px;
}

.followUsDivBoxMob {
  display: none;
}

#featMainMobileLeft img {
  float: right;
  margin: auto;
}

/* blogs */
/* creating css loader */

#loading {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #ef5019;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
  visibility: hidden;
}
#loading::-webkit-scrollbar {
  display: none;
}
#loading.display {
  visibility: visible;
}
.loadrPos {
  position: relative;
  margin: auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.blogContainer {
  display: flex;
  max-width: 1200px;
  margin: auto;
  column-gap: 20px;
  margin-bottom: 50px;
}
.blogContainer:nth-child(even) {
  flex-direction: row-reverse;
}
.blogs:last-child {
  margin-bottom: 0;
}
.blogImg {
  flex: 45%;
  display: flex;
}
.blogContainer:nth-child(even) .blogImg {
  justify-content: flex-end;
}
.blogInfo {
  flex: 45%;
}
.blogImg > img {
  max-width: 90%;
  max-height: 355px;
  border-radius: 10px;
}
.blogHits {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.blogHits p {
  line-height: 28px;
  color: #8b8b8b;
}
.blogHits .hits {
  display: flex;
  column-gap: 5px;
}
.hits img {
  align-self: center;
  margin-right: 5px;
}
.blogHeading > p {
  font-weight: bold;
  line-height: 35px;
  color: #e3860d;
}
.blogHeading > h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #292929;
}
.backToBlog {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.blogLastUpdate {
  border-bottom: 0.5px solid #c8c8c8;
  padding: 10px 0;
}
.blogLastUpdate .blogUpdated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blogLastUpdate .blogHits .hits {
  justify-content: center;
  align-items: center;
}
.blogLastUpdate .blogUpdated p {
  margin: 0;
}
.BContainer p {
  margin: 8px 0 !important;
  text-indent: 0 !important;
}

.BContainer span {
  font-family: "Nunito Sans", sans-serif !important;
  line-height: 28px !important;
  color: #434343 !important;
  font-size: 18px !important;
}

.BContainer img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blogInnerPages {
  max-width: 1100px;
  margin: auto;
}
.relatedBlogHeading {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #292929;
  margin-bottom: 30px;
}
.relatedBlog {
  display: flex;
  flex-wrap: wrap;
}
.subBlogs {
  width: 30%;
  transition: 0.8s;
  margin: 10px;
}
.blogTileText {
  padding: 0px 20px 20px 20px;
}
.blogTileText > p {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  color: #e3860d;
}
.blogTileText > h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #292929;
}
.subBlogs:hover {
  transition: 0.8s;
  translate: scale(1.3);
  position: relative;
  box-shadow: 2px 3px 10px rgb(0 0 0 / 8%);
}
.subBlogs a > img {
  width: 100%;
  border-radius: 10px;
}

.redDrop,
.featDropper {
  padding: 0 0 15px;
}

.repInfoHead {
  font-size: 24px;
  line-height: 34px;
}

.system-video {
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgb(165 163 163 / 35%);
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  /* margin-bottom: 20px; */
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
  color: #000;
}

.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}

.form__field:focus ~ .form__label {
  color: #686868;
}

.form__field:focus {
  padding-bottom: 6px;
}

#accRepImage {
  margin-top: 45%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
}

.modal-content {
  background-color: transparent;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 80%;
}
.close {
  color: #aaaaaa;
  display: flex;
  justify-content: flex-end;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.youtubeVideo object {
  width: 100%;
  display: flex;
  max-height: 763px;
  height: 500px;
  margin: auto;
}
.videoPart {
  width: 100%;
  height: auto;
  margin: 2px auto;
}
.video-btn-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.video-btn-wrapper .video-banner {
  text-align: center;
}
.videoButton {
  border-radius: 50%;
  cursor: pointer;
}
.videoButton img {
  transition: 0.5s;
  cursor: pointer;
}
.videoButton img:hover {
  transform: scale(1.2);
  box-shadow: 0px 4px 25px rgb(165 163 163 / 35%);
}
.videoButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn-wrapper img {
  width: 80%;
  height: auto;
  margin: auto;
  border-radius: 20px;
}

.contactCard2 select {
  background-color: white;
}
#spanrequire {
  background-color: red;
}

#footer-form .label {
  font-size: 14px;
}

#footer-form .formControl input {
  line-height: 30px;
}

#footer-form .form__field:placeholder-shown ~ .form__label {
  font-size: 14px;
}

#footer-form .form__field {
  padding: 10px 0 5px 0;
}

#footer-form .form__group {
  position: relative;
  padding: 10px 0 0 0;
  margin-top: 5px;
}

#name:invalid,
#email:invalid,
#phone:invalid {
  box-shadow: none;
}

#footerEmailValid {
  padding: 0;
  margin-top: -15px;
}

#footerEmailValid .form__label {
  font-size: 14px;
}

.errMsg {
  color: red;
  font-size: 12px;
  visibility: hidden;
}
.mob-only {
  display: none;
}
.desk-only {
  display: block;
}
.usd_pricing {
  font-size: 20px;
}
.monthly__planbuynow > h2 {
  display: flex;
  font-weight: bold;
  /* margin: 52% 0px 5%; */
  font-size: 24px;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
}
.total__wrap .relative {
  width: 121px;
  position: relative;
  /*margin-left: 18px;*/
}
/*thank you page*/
.thank-you-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.thank-you-page .header {
  background: linear-gradient(90.23deg, #faa418 12.01%, #f15b27 90.11%);
  padding: 25px 0px;
  display: flex;
  max-height: 20vh;
  justify-content: center;
}
.thank-you-page .content-wrap {
  padding-top: 4em;
  height: 50vh;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}
.thank-you-page .content-wrap .content {
  display: flex;
  background: url("../images/thank-you/thank-youbg.png");
  background-repeat: no-repeat;
  border-radius: 8px;
  align-items: center;
  background-size: cover;
  padding: 70px;
  justify-content: center;
  margin: auto;
  max-width: 50%;
  text-align: center;
}
.thank-you-page .content-wrap .content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.thank-you-page .content-wrap .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #717171;
  padding-top: 24px;
}
.thank-you-page footer {
  /* position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; */
 margin-top: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.thank-you-page footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: auto;
}
.thank-you-page footer ul li a,
.thank-you-page footer ul li {
  color: #585858 !important;
  font-style: normal;
  font-weight: 700;
  opacity: 0.47;
}
.thank-you-page footer ul li a {
  opacity: 1;
}
/* @media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) {
		.total__value{
			font-size: 20px;
			margin-left: -10px;
		}
	}
} */
@media screen and (min-width: 1800px) {
  .bigPPContainer {
    top: 105px;
  }
}
@media screen and (min-width: 1870px) {
  /* landing-page */
  .landing-system-image {
    min-width: 500px;
    max-width: 50%;
  }

  .leftContent {
    align-self: center;
  }

  .sub-nav-container {
    padding-top: 40px;
  }
  .banner-section-1 {
    padding: 0em 0em;
  }
  .banner-section-2 img {
    width: 70%;
  }
  .home-bg-1 {
    background-image: url("../images/banner/Homepage-bg-2.png");
  }
  .solutionContent1 {
    margin-top: 1% !important;
  }
  .solutionContent {
    margin-top: 1% !important;
  }
  .solutionContent1 {
    margin-top: 0 !important;
  }
  #addSolLiOne {
    position: relative;
    top: -20% !important;
  }
  .solutionList1 {
    margin-top: 0% !important;
  }
  #accRepImage {
    margin-top: 20%;
  }
}

@media screen and (max-width: 1869px) {
  .solutionContent,
  .solutionContent1 {
    margin-top: 0 !important;
  }
  .solutionList1 {
    margin-top: 0% !important;
  }
  #accRepImage {
    margin-top: 20%;
  }
}

@media screen and (max-width: 1480px) {
  /* landing-page */

  .landing-system-image {
    min-width: 500px;
    max-width: 50%;
  }

  .item-between {
    margin: 1.5% 2.5%;
  }
  .solutionList1 {
    margin-top: 0% !important;
  }
}
@media screen and (max-width: 1450px) {
  .demo {
    width: 90%;
  }
  .demo form button {
    width: 45%;
  }

  .landing-banner-section-button {
    width: 30%;
  }

  .home-bg-2 {
    min-height: 500px;
  }
  .sub-nav {
    justify-content: unset;
  }

  .landing-sub-nav {
    justify-content: center;
  }

  #addSolLiOne {
    position: relative;
    top: -20% !important;
  }
  .solutionContent1 {
    margin-top: -5% !important;
  }
  .solutionList1 {
    margin-top: 0 !important;
  }
  #accRepImage {
    margin-top: 50%;
  }
}

.landing-textWrapLeft,
.landing-textWrapRight {
  padding-bottom: 60px;
  padding-top: 20px;
}
@media screen and (max-width: 1228px) {
  .report-cont {
    justify-content: center;
  }
  .reportsContainer2 {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 1222px) {
  .bigPPContainer {
    top: 96px;
  }
}

@media screen and (max-width: 1200px) {
  /* landing page */

  .landing-textWrapLeft,
  .landing-textWrapRight {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
  }

  .landing-system-image {
    min-width: 500px;
    max-width: 40%;
    height: 300px;
  }

  .landing-banner {
    padding-top: 5.5em !important;
  }

  /* landing page ends here */

  .textWrapLeft,
  .textWrapRight {
    width: 85%;
    height: auto;
    padding: 10px;
  }

  .landing-textWrapLeft,
  .landing-textWrapRight {
    width: 85%;
    height: auto;
  }

  .caseContainer {
    grid-gap: 3rem 7rem;
  }
  .inlineLiLink li > a {
    margin-left: 6px;
    margin-right: 0px;
  }
  .inlineLiLink {
    padding-left: 0;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav a {
    padding: 10px 8px 8px 5%;
    text-decoration: none;
    font-size: 15px;
    color: #7c7b7b;
    display: block;
    transition: 0.3s;
  }
  .nav2 {
    display: block;
  }

  .sidenav {
    display: block;
  }

  #mylink {
    display: none;
  }

  .item-between {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }

  .body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .item-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: whitesmoke;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
  }
  .btnDemo {
    background: #f15c27;
    color: white;
    width: 90%;
    margin: 5vh auto 0px;
    display: block;
  }

  .btnDemo2 {
    background: #f15c27;
    color: white;
    width: 90%;
    /* margin: 5vh auto 0px; */
    margin-top: 5vh;
    display: block;
  }
  .nav2 > img {
    width: 30px;
    height: 20px;
    display: block;
  }
  .work-sec-1 > p,
  .work-sec-2 > p,
  .work-sec-3 > p {
    width: 100%;
  }

  .featureInMobView {
    display: flex;
    justify-content: space-between;
    margin: 0 5% 0 0;
  }
  .resInMobView {
    display: flex;
    justify-content: space-between;
    margin: 0 5% 0 0;
  }
  .solutionContent1 {
    margin-top: -5% !important;
  }
}
@media screen and (max-width: 1167px) {
  .bigPPContainer {
    top: 94px;
  }
}
@media screen and (max-width: 1100px) {
  .landing-banner-section-content {
    font-size: 14px;
  }

  .sub-nav-container {
    display: none;
  }
  .home-bg-1 {
    min-height: 640px;
  }
  .banner-section-1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-section-1 p {
    font-size: 18px;
  }
  .demo {
    width: 90%;
  }
  .demo form button {
    width: 45%;
  }
  .banner-section-2 img {
    width: 75%;
  }
  .bigContainer {
    width: 1024px;
  }
  .rightContent {
    flex: 40%;
  }
  .rightContent img {
    width: 300px;
  }
  .leftContent {
    flex: 60%;
  }
  .ucHeading {
    font-size: 22px;
    padding: 10px 0 5px;
  }
  .textWrapRight {
    /* Suraj Modi 24th Mar */
    /* margin-right: 8%; */
    right: 8%;
  }
  .landing-textWrapRight {
    /* Suraj Modi 24th Mar */
    /* margin-right: 8%; */
    right: 8%;
  }
  .bgArea {
    line-height: 22px;
  }
  .textWrapLeft {
    margin-left: 8%;
  }

  .landing-textWrapLeft {
    margin-left: 8%;
  }

  .caseContainer {
    grid-gap: 3rem 0rem;
  }
  .bgImg {
    filter: brightness(0.4);
    max-width: 80%;
    height: auto;
  }

  .landing-banner {
    filter: brightness(0.4);
    max-width: 80%;
    height: auto;
  }

  .textWrapLeft,
  .textWrapRight {
    width: 85%;
    height: auto;
    /* height: 10.5rem; */
    padding: 10px;
  }

  .landing-textWrapLeft,
  .landing-textWrapRight {
    width: 85%;
    height: auto;
    /* height: 10.5rem; */
    padding: 10px;
  }

  .textWrapLeft > p,
  .textWrapRight > p {
    font-size: 15px;
  }

  .landing-textWrapLeft > p,
  .landing-textWrapRight > p {
    font-size: 15px;
  }

  .ucHeading {
    font-size: 22px;
    padding: 12px 0 5px;
  }
  .secLearnMore {
    line-height: 25px;
    font-size: 20px;
  }
  /* 3rd-section  */
  .home-bg-2 {
    min-height: 450px;
  }
  .banner-2-section-2 h2 {
    font-size: 28px;
  }
  .banner-2-section-2 p {
    font-size: 22px;
    margin-top: 0;
  }
  /* section-4  */
  .discover-info {
    padding-left: 2%;
  }
  .pad-left {
    padding-left: 0;
    padding-right: 0;
  }
  .discover-img {
    position: unset;
  }
  /* get-started  */
  .get-started-info {
    flex: 50%;
    padding: 20px 0px 20px 5%;
  }
  .get-started-info h1 {
    font-size: 32px;
    line-height: 37px;
  }
  .get-started-img {
    flex: 50%;
  }
  .get-started-img img {
    width: 80%;
  }
  /* footer  */
  .footer {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-auto-rows: repeat(2, auto);
    row-gap: 50px;
  }
  .footer1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .footer2 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .footer3 {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .footer4 {
    grid-column: 5/7;
    grid-row: 1/2;
  }
  .footer5 {
    grid-column: 3/7;
    grid-row: 2/3;
  }
  .formControl input {
    width: 100%;
  }
  .contactCard {
    max-width: 60% !important;
  }
  .footerCopyright {
    justify-content: center;
  }
  /* about-us and features page  */
  .bannerTextPara {
    width: 100%;
  }
  .eightyPerWidth {
    max-width: 90%;
  }

  .containerContent {
    /* top: 10vh; */
    justify-content: space-between;
  }
  .bannerContentRight {
    width: 40%;
  }
  .bannerContentLeft {
    width: 58%;
  }
  .workOrderSmContainer > h1,
  .reportsContainer > h1,
  .worksContainer > h1,
  .worksContainer h3,
  .landing-workOrderSmContainer > h1 {
    font-size: 21px;
    line-height: 30px;
  }
  .workOrderSmContainer {
    width: 40%;
  }
  .landing-workOrderSmContainer {
    width: 40%;
  }
  .privacy-policy {
    width: 80%;
  }
  .switch {
    width: 77px;
    margin: 15px 20px;
  }
  .bigPPContainer {
    top: 90px;
  }
  .monthYearSwitch h2 {
    margin: 18% 0 5% 0;
  }

  /* blogs  */
  .relatedBlog {
    justify-content: unset;
  }
  .subBlogs {
    width: 47%;
  }
  .blogTileText > h2 {
    font-size: 27px;
    line-height: 38px;
  }
  .solutionContent {
    margin-top: 0% !important;
  }
  .solutionContent1 {
    margin-top: 30% !important;
  }
}
@media screen and (max-width: 1185px) {
  input:checked + .slider:before {
    left: 2px;
  }
  .slider:before {
    left: 2px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 4px;
  }
}
@media screen and (max-width: 1150px) {
  input:checked + .slider:before {
    left: 0px;
  }
  .slider:before {
    left: 0px;
  }
  .monthly__planbuynow .slider:before {
    left: 4px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 4px;
  }
}
@media screen and (max-width: 1110px) {
  .monthly__planbuynow .slider:before {
    left: 13px;
  }
  input:checked + .slider:before {
    left: -2px;
  }
  .monthly__planbuynow .slider:before {
    left: 4px;
  }
  .slider:before {
    left: -2px;
  }
}
@media screen and (max-width: 1100px) {
  input:checked + .slider:before {
    left: 8px;
  }
  .slider:before {
    left: 4px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 21px;
  }
}
@media screen and (max-width: 1046px) {
  input:checked + .slider:before {
    left: 4px;
  }
}
@media screen and (max-width: 1014px) {
  .monthly__planbuynow input:checked + .slider:before {
    left: 19px;
  }
}
@media screen and (max-width: 999px) {
  /* header-section  */
  .btnDemo {
    margin-left: 0;
  }
  .nav2 > img {
    width: 30px;
    height: 20px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav a {
    padding: 10px 8px 8px 5%;
    text-decoration: none;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    color: #7b7b7b;
    display: block;
    transition: 0.3s;
  }

  .inlineLiLink li > a {
    margin-left: 0;
    font-size: 14px;
  }
  #logo {
    max-width: 80%;
  }
  .home-bg-1 {
    min-height: 460px;
  }
  .home-banner {
    padding-top: 7em;
  }

  .banner-section-1 {
    flex: 55%;
    padding: 0;
  }
  .banner-section-2 {
    flex: 45%;
  }
  .banner-section-1 h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .banner-section-1 p {
    font-size: 14px;
    line-height: 25px;
  }
  .demo {
    width: 100%;
  }
  .demo form input {
    padding: 0.7em 0em 0.7em 15px;
    font-size: 14px;
  }
  .demo form button {
    width: 45%;
    font-size: 14px;
    padding: 0.7em 0em;
  }

  .landing-banner-section-button {
    width: 20% !important;
    height: 10% !important;
  }

  .landing-banner-section-button > a > p {
    font-size: 12px !important;
  }

  .landing-workOrderSmContainer {
    width: 35vw !important;
    height: 230px !important;
  }

  .landing-features-section {
    height: 110vh !important;
  }

  .landing-features-section > div {
    flex: 50% !important;
  }

  .banner-section-2 img {
    width: 80%;
  }
  .app-download img {
    width: 105px;
  }
  /* 3rd-section  */
  .home-bg-2 {
    min-height: 300px;
  }
  .banner-2-section-1 {
    flex: 40%;
  }
  .banner-2-section-2 {
    flex: 60%;
    justify-content: flex-end;
    position: relative;
    top: -6vh;
  }
  .banner-2-section-2 h2 {
    font-size: 23px;
    line-height: 20px;
  }
  .banner-2-section-2 p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .bannerTextHead {
    font-size: 43px;
    line-height: 50px;
  }
  /* section-4  */
  .discover-info > p {
    font-size: 17px;
  }
  /* get-started  */
  .get-started {
    flex-direction: column;
  }
  .get-started-info {
    align-items: center;
    padding: 30px 0;
  }
  .get-started-img {
    margin-top: 20px;
  }
  .get-started-img img {
    width: 50%;
  }

  /* other section  */
  .useCasesText h1 {
    font-size: 30px;
  }
  .smallcontainer {
    flex-direction: column;
    row-gap: 30px;
  }
  .caseContainer {
    grid-gap: 2rem 2rem;
  }
  .secLearnMore {
    font-size: 15px;
  }
  .bgImg {
    filter: brightness(0.4);
    max-width: 90%;
    height: 260px;
  }

  .landing-bgImg {
    filter: brightness(0.4);
    max-width: 90%;
    height: 260px;
  }

  .bannerContentRight img {
    max-width: 80%;
    height: auto;
  }

  /* about-us */
  .abtUsMain {
    flex-direction: column;
    row-gap: 40px;
  }
  /* feature-page  */

  .leftContent > img,
  .rightContent img {
    /* width: 300px; */
    width: 60%;
  }

  .bannerContentLeft {
    width: 60%;
  }

  .features-2nd-banner img {
    height: 200px;
    position: relative;
    top: -140px;
  }
  .leftContent {
    /* display: flex; */
    justify-content: center;
  }
  .leftContImgMob {
    display: flex;
    justify-content: center;
  }
  .rightContent {
    flex: 55%;
    margin-top: 25px;
  }
  .solutions {
    flex-direction: column-reverse;
  }
  .solutionList {
    margin-right: 0;
  }
  .solutionContent img {
    width: 50%;
    margin: 20px auto;
  }
  .reportsContainer2 {
    width: 100%;
    flex: 100%;
  }
  /* work-order-page  */
  .work-grid {
    display: grid;
    grid-template-columns: 100%;
  }
  .work-sec-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .work-sec-2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .work-sec-3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .work-sec-1,
  .work-sec-2,
  .work-sec-3 {
    padding: 25px 20px;
  }
  .work-sub-info > p {
    width: 100%;
  }
  /* contact-us page  */
  .contact-section {
    flex-direction: column;
    row-gap: 30px;
  }
  .contact-info {
    margin: 0;
  }
  .contact-us-page > h1,
  .request-info h1 {
    font-size: 1.8em;
  }
  .contact-us-page h2 {
    font-size: 20px;
  }
  .customer-details a {
    padding-left: 10px;
  }
  .privacy-policy {
    width: 85%;
  }
  /* acc-mobile sec  */
  .acco-desktop {
    display: none;
  }
  .acco-mobile {
    display: block;
  }
  button.accordionfaq {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
  .faqImg {
    width: 100%;
  }
  .discover-img > img {
    width: 100%;
    object-fit: scale-down;
  }

  .work-sub {
    display: inline-flex;
    flex-direction: column-reverse;
  }
  .contContainer {
    margin: 50px 0 100px;
    flex-direction: column;
  }

  .work-sub-even {
    flex-direction: column;
  }
  .work-info-2 > p {
    height: 225px;
  }
  /* blogs  */
  .blogContainer {
    flex-direction: column-reverse;
  }
  .blogContainer:nth-child(even) {
    flex-direction: column-reverse;
  }
  .blogs:last-child {
    margin-bottom: 0px;
  }
  .blogImg {
    justify-content: center;
  }
  .blogContainer:nth-child(even) .blogImg {
    justify-content: center;
  }

  /* landing page */
  .landing-system-image {
    min-width: 350px;
    max-width: 40%;
  }

  .landing-banner {
    padding-top: 4em;
  }

  /* landing page ends here */

  /* blogs-inner  */
  .blogTileText > h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .system-video {
    min-width: 280px;
    max-width: 40%;
  }
  #featMainMobileLeft img {
    float: unset;
  }
  /*15-03-2022*/
  .n__imghave {
    height: auto;
  }
  .n__featuretab1img {
    height: 343px;
    width: 100% !important;
  }
  .reports__home,
  .n__wom1,
  .n__wom2,
  .n__asm1,
  .n__asm2,
  .n__pai,
  .n__rep,
  .n-use-1 {
    height: auto;
  }
  .acc-img img {
    width: 70%;
    height: auto;
  }

  /* landing page */
  .landing-banner-section-content {
    font-size: 12px !important;
  }
  /*buynow*/
  .buy__nowwrap {
    flex-direction: column-reverse !important;
  }
  .header__buynow {
    font-size: 30px !important;
    margin-left: 0 !important;
  }
  .mob-only {
    display: block;
  }
  .desk-only {
    display: none;
  }
  .footerFlex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .bigPPContainer {
    top: 77px;
  }
  input:checked + .slider:before {
    left: 0px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 21px;
  }
  /*thankyou*/
  .thank-you-page .content-wrap .content {
    max-width: 80%;
    padding: 70px;
  }
  .thank-you-page footer ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
/* @media screen and (max-width: 950px) {
 .monthly__planbuynow	.slider:before {
		left: 16px;
	} 
	input:checked + .slider:before{
        left: 21px;
    }
 .monthYearSwitch{
		padding-left: 6px;
	} 
	.slider:before{
		left: 4px;
	}
} */
@media screen and (max-width: 950px) {
  .monthYearSwitch h2 {
    flex-direction: column;
  }
  input:checked + .slider:before {
    left: 21px;
  }
  .slider:before {
    left: 4px;
  }

  .bigPPContainer {
    top: 74px;
  }
}
@media screen and (max-width: 900px) {
  .n__featuretab1img {
    height: 343px;
    width: 235px !important;
  }
}
@media screen and (max-width: 821px) {
  .bigPPContainer {
    top: 73px;
  }
  input:checked + .slider:before {
    left: 21px;
  }
  .slider:before {
    left: 4px;
  }
}
@media screen and (max-width: 800px) {
  /* landing-page */
  .landing-system-image {
    min-width: 350px;
    max-width: 40%;
  }

  .landing-features-section {
    height: 200vh !important;
  }

  .landing-features-section > div {
    flex: 100% !important;
    height: 250px !important;
  }

  .landing-workOrderSmContainer {
    width: 400px !important;
    height: 200px !important;
  }

  /* landing page ends */

  .monthYearSwitch h2 {
    display: block;
    margin: 25% 0 5% 0;
  }
  .switch {
    display: block;
    width: 62px;
    margin: 15px 45px;
  }
  .paidPlanHeading {
    font-size: 18px;
  }
  .bigPPContainer {
    top: 65px;
  }
  .monthly__planbuynow > h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .monthly__planbuynow .slider:before {
    left: 4px;
  }
  .monthYearSwitch {
    padding-left: 55px;
  }
  .slider:before {
    left: 4px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 6px;
  }
  input:checked + .slider:before {
    left: 7px;
  }
}
@media screen and (max-width: 699px) {
  /* landing page */
  .landing-banner-section-content {
    font-size: 11px !important;
  }

  .landing-system-image {
    max-width: 500px;
  }

  .landing-banner {
    flex-direction: column !important;
    padding-top: 2.5em !important;
  }

  .landing-image-container {
    margin-left: 0 !important;
  }

  /* landing page ends here*/

  .home-bg-1 {
    margin-bottom: 50px;
  }
  .home-banner {
    flex-direction: column;
    padding-top: 2.5em;
  }
  .banner-section-1 {
    flex: 55%;
    padding: 2em 0em;
  }
  .banner-section-1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-section-1 p {
    font-size: 12px;
    line-height: 25px;
  }
  .demo form input {
    padding: 0.6em 0em 0.6em 15px;
    font-size: 13px;
  }
  .demo form button {
    width: 50%;
    font-size: 13px;
    padding: 0.6em 0em;
  }
  .app-download img {
    width: 105px;
    height: 40px;
  }
  .footerCallInfo p {
    text-align: center !important;
  }

  /* 3rd-section  */
  .home-bg-2 {
    min-height: 500px;
  }
  .home-banner-2 {
    flex-direction: column;
  }
  .banner-2-section-1 {
    justify-content: center;
  }
  .banner-2-section-2 {
    justify-content: unset;
    padding: 80px 0px;
    align-items: center;
  }
  .banner-2-section-2 h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .banner-2-section-2 p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
  }
  /* section-4  */
  .sub-nav-container {
    padding-top: 20px;
    font-size: 16px;
  }
  .discover {
    flex-direction: column;
    margin: 20px 0;
  }
  .discover-alter {
    flex-direction: column-reverse;
  }
  .discover-info {
    padding-left: 0;
  }
  .discover-offers > h2 {
    font-size: 17px;
  }
  .discover-info > p {
    font-size: 15px;
    line-height: 22px;
  }
  .discover-img {
    display: flex;
    justify-content: center;
  }
  /* get-started  */
  .button {
    padding: 0.8em 0;
    font-size: 15px;
  }
  .get-started {
    margin-top: 50px;
  }
  .get-started-info h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .footerCopyright {
    display: inline-flex;
    margin: 30px auto;
  }
  .caseContainer > div:nth-child(even) {
    justify-content: flex-start;
  }
  .caseContainer {
    display: inline-grid;
    grid-gap: 1rem 0;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .smallcontainer {
    display: block;
  }
  .leftContent {
    width: 100%;
  }
  .rightContent {
    width: 100%;
  }
  .leftListItems {
    display: block;
  }
  .footerSection {
    max-width: 90%;
    margin: 0 auto;
    box-shadow: none;
  }
  .footer {
    display: inline;
  }
  .rightLi ul {
    padding-left: 0;
  }
  .textWrapLeft,
  .textWrapRight {
    height: auto;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    min-height: 150px;
  }

  .landing-textWrapLeft,
  .landing-textWrapRight {
    height: auto;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    min-height: 150px;
  }

  .textWrapRight {
    left: 0;
  }
  .landing-textWrapRight {
    left: 0;
  }
  .ucHeading {
    font-size: 18px;
    padding: 10px 0 0px;
  }
  .bgImg {
    width: 100%;
  }

  .landing-bgImg {
    width: 100%;
  }

  .bgArea {
    line-height: 20px;
  }
  .contactCard {
    margin: 50px auto;
    max-width: 90% !important;
  }
  .leftContent h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .WorkMgmtText {
    font-size: 18px;
  }
  .footer > .footerBlock:not(:first-child) {
    padding: 30px 0;
    margin: 0 auto;
  }
  .footer {
    text-align: left;
  }
  .downLoadIcon {
    margin: 30px 0px;
    /*width: 150px;*/
    height: 60px;
  }
  .zunasoFooterLogo .app-download {
    flex-direction: unset;
  }
  /* about-us and feature page  */
  .workOrderSmContainer {
    width: 90%;
  }
  .landing-workOrderSmContainer {
    width: 90%;
  }
  .containerContent {
    display: block;
    max-width: 100%;
    /* top: 13vh; */
  }
  .workOrderSmContainer {
    width: 100%;
  }
  .bannerTextHead {
    font-size: 26px;
    line-height: unset;
  }
  .bannerContentLeft {
    width: 100%;
  }
  .bannerTextPara {
    font-size: 20px;
    padding-top: 20px;
  }

  .bannerContentRight {
    display: none;
  }

  .order-reverse > .contContainer {
    flex-direction: column !important;
  }
  .leftContent,
  .rightContent {
    width: 100%;
    align-items: flex-start;
    display: inline-block;
  }
  .rightContent img,
  .leftContent > img {
    display: flex;
    margin: 30px auto -20px;
    width: 100%;
    height: auto;
  }
  .mainTextHead {
    font-size: 25px;
    line-height: 40px;
    padding-top: 10px;
  }
  .features-2nd-banner {
    top: 0;
  }
  .features-2nd-banner img {
    height: 70px;
  }

  /*features drop-down  */
  .bannerTextPara {
    font-size: 18px;
  }

  button.accordion {
    font-size: 20px;
    padding: 5px 0;
    line-height: 25px;
  }
  .solutionContent img {
    width: 70%;
  }
  .accordion-content {
    padding: 0;
  }
  .accordion-content > ul > ul {
    padding: 5px 0 5px 15px;
  }
  .reportsContainer {
    width: 100%;
  }
  /* work-order-page  */

  .work-sub-info {
    padding: 25px 0px;
  }
  .work-sub-2 {
    flex-direction: column;
    row-gap: 20px;
  }
  .work-info-2 {
    width: 100%;
  }
  .work-info-2 > p {
    padding: 0;
    border: none;
    height: auto;
  }
  .worksContainer {
    flex-direction: column;
  }
  .contact-us-page .contactUsForm .formControl {
    height: 50px;
  }
  .privacy-policy {
    width: 100%;
  }
  /* faq-page */
  .faq h1 {
    font-size: 30px;
  }
  .faq .solutionList > li {
    padding: 20px 15px;
  }

  #reportsIconinMob {
    width: 30px;
  }

  .discover-info > img {
    width: 35px;
    margin: 0;
  }

  /* recaptcha */
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  /* blogs */
  .blogHeading > h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .subBlogs {
    width: 100%;
  }
  .blogTileText > h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .BContainer span {
    font-size: 15px !important;
  }
  .youtubeVideo object {
    height: 200px;
  }
  .video-btn-wrapper img {
    width: 100%;
    border-radius: 10px;
  }
  .sendBtn {
    font-size: 12px;
  }
  .priceSection h1 {
    font-size: 25px;
    padding-bottom: 0;
  }
  .n__featuretab1img {
    height: 343px;
    width: 100% !important;
    max-width: 660px;
  }
}
@media screen and (max-width: 600px) {
  .landing-features-section > div {
    width: 80% !important;
  }

  .landing-workOrderSmContainer p {
    line-height: 22px !important;
  }

  .landing-workOrderSmContainer {
    width: 80% !important;
  }

  .planDurationSwitch h1 {
    display: none;
  }
  .monthYearSwitch {
    padding-left: 5px;
    width: 35%;
  }
  .monthYearSwitch h2 {
    font-size: 15px;
  }
  .monthYearSwitch small {
    font-size: 8px;
  }

  .planDurationSwitch {
    width: 35%;
  }

  .paidPlanHeading {
    font-size: 15px;
  }

  .landing-banner-section-button p {
    font-size: 9px !important;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 10px;
  }
  .switch {
    width: 60px;
    height: 26px;
    margin: 8px;
  }

  .slider:before {
    left: 2px;
  }
  .slider {
    left: 8px;
  }
  .womTitle {
    font-size: 12px;
    padding: 15px 0 15px 5px;
  }
  .paraCondition p {
    padding-left: 5px;
    font-size: 13px;
  }

  .ppHeadBlock h3 {
    font-size: 15px;
    padding: 15px 0 10px;
  }

  .priceSection {
    padding: 0px 3px;
    width: 32.5%;
  }
  .priceSection small {
    font-size: 8px;
  }
  .priceSection h1 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .priceSection p {
    font-size: 11px;
    padding: 20px 3px;
  }

  .freePlan .priceSection p {
    text-align: initial;
  }

  .freePlan .getStartedPrices {
    padding: 5px 0;
    font-size: 12px;
  }

  .getStartedPrices {
    width: 80%;
    color: #f15c27;
    padding: 5px;
    font-size: 12px;
    margin: 0 auto;
  }
  .ppHeadBlock h3 {
    font-size: 12px;
    text-align: center;
  }
  .topFeaturesBox span {
    font-size: 10px;
    padding-left: 0px;
    position: relative;
    top: -4px;
  }

  .topFeaturesBox li {
    list-style-position: initial;
    line-height: 12px;
    position: relative;
    left: -10px;
    /* line-break: anywhere; */
  }

  .freePlan,
  .paidPlan {
    width: 32.5%;
  }

  .recommendedBox h2 {
    font-size: 10px;
    line-height: 20px;
  }
  .recommendedBox {
    height: 40px;
  }

  .recommendedBoxPaid h2 {
    font-size: 10px;
    line-height: 20px;
  }
  .recommendedBoxPaid {
    height: 40px;
    margin: 0 -3px;
    border-radius: 0;
  }

  #ppTextPaid h3 {
    font-size: 15px;
  }

  .workOrderHeader {
    width: 67.5%;
  }
  .rawBgLeft {
    width: 32.8%;
  }
  .checkListPara {
    width: 50%;
  }
  .whiteCheckSign {
    width: 34%;
  }
  #pptexts h3 {
    font-size: 15px;
    /*line-height: 40px;*/
    padding-top: 40px;
  }

  .bigPPContainer {
    position: sticky;
    top: 60px;
    background-color: white;
    z-index: 9;
  }
  .recommendedBox {
    display: none;
  }
  .monthYearSwitch h2 {
    margin: 30% 0 5% 0;
  }
  .ppDivBox {
    /*display:block;*/
    display: inline-flex;
    width: 100%;
  }
  .footer1 {
    display: none;
  }
  #footerZunasoLogoMob {
    display: block;
    padding: 0;
  }
  .followUsDivBoxMob {
    display: block;
  }
  .followUsDivBox {
    display: none;
  }

  .footerCopyright {
    display: inline-flex;
    position: relative;
    top: -3vh;
    display: block;
  }
  #dotPTwo {
    display: none;
  }
  .dotPoint {
    padding: 2px 5px;
  }

  .discover-offers {
    position: relative;
    top: -10vh;
  }
  #reqBtnMob {
    margin: 0;
    padding: 0;
  }

  .system-video {
    width: 400px;
  }

  .landing-system-image {
    width: 500px;
  }
  .blogImg > img {
    max-height: 200px;
  }
  .work-info-2 {
    width: 95%;
  }
  .header__buynow {
    font-size: 23px !important;
  }
  .buy__nowwrap {
    margin-top: 150px !important;
  }
  .contact__cardProfessional > div {
    flex-direction: column;
  }
  .usd_pricing {
    font-size: 12px;
  }
  .total_details {
    margin: 0px !important;
  }
  input:checked + .slider:before {
    left: 1px;
  }
  .monthly__planbuynow input:checked + .slider:before {
    left: 2px;
  }
  .n__featuretab1img {
    height: 343px;
    width: 100% !important;
  }
  /*thankyou*/
  .thank-you-page .content-wrap .content p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 16px;
  }
  .thank-you-page .content-wrap .content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .thank-you-page .content-wrap .content{
    padding: 40px;
  }
  .thank-you-page footer ul{
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .landing-bgImg {
    height: 300px !important;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .privacy-policy ol,
  .faq ol {
    font-size: 15px;
  }
  .banner-section-1 h1 {
    font-size: 24px;
  }
  .banner-section-1 p {
    font-size: 11px !important;
  }
  .home-bg-2 {
    min-height: 450px;
    background-size: initial;
  }

  .banner-2-section-2 h2 {
    font-size: 17px;
    line-height: 17px;
  }
  .banner-2-section-2 p {
    font-size: 15px;
  }
  .discover-info > h3 {
    font-size: 21px;
  }
  /* get-started  */
  .button {
    padding: 0.7em 0;
    font-size: 13px;
    width: 200px;
  }
  .get-started {
    margin-top: 50px;
  }
  .get-started-info h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .get-started-img img {
    width: 250px;
  }

  /* feature-page  */
  button.accordion {
    font-size: 19px;
    line-height: 25px;
  }
  .monthYearSwitch h2 {
    margin: 34% 0 5% 0;
  }

  /* acc-mobile secton  */
  .acc-img img {
    /* width: 80%; */
    height: auto;
    width: 100%;
  }

  #reqBtnMob {
    margin: 0;
    padding: 0;
  }

  .system-video {
    min-width: 300px;
    max-width: auto;
  }

  .landing-system-image {
    min-width: 300px;
    max-width: auto;
  }

  .landing-head {
    font-size: 20px !important;
    line-height: normal !important;
  }

  .landing-subhead {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .header__buynow {
    font-size: 17px !important;
  }

  .app-download img {
    width: 100px;
    height: 34px;
  }
}

/* Landing page */

.landing-subhead {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  /* or 143% */

  color: #292929;
}

.landing-system-image {
  width: 589px;
  height: auto;
  /* object-fit: contain; */
}

.landing-head {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */

  color: #292929;
}

.landing-banner-section {
  flex: 50%;
  display: flex;
  justify-content: center;
}

.landing-image-container {
  height: 80%;
  position: relative;
  margin-left: 8%;
}

.landing-banner-section img {
  width: 100%;
  height: 100%;
}

.landing-banner-section-content {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #f9f8f8;
}

.landing-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 9em;
  height: auto;
}

.landing-banner-section .landing-banner-section-button {
  /* display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 13px 30px;
	gap: 10px; */
  position: absolute;
  width: 118px;
  height: 48px;
  left: 5%;
  bottom: 10%;
  background: #e04812;
  border-radius: 41px;
  cursor: pointer;
  display: table;
}

.landing-banner-section-button p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  vertical-align: center;
  color: #ffffff;
  text-align: center;

  display: table-cell;
  vertical-align: middle;
}

.landing-banner-section-button:hover,
.landing-banner-section-button:focus {
  background-color: #d04812;
}

.landing-features-image {
  width: 33px;
  height: 31px;
}

.landing-features-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  height: 70vh;
}

.landing-workOrderFeature {
  width: 22vw;
  height: 340px;
}

.landing-workOrderSmContainer p {
  color: #434343;
  font-size: 14px;
  line-height: 28px;
}

.landing-workOrderSmContainer {
  width: 80%;
  height: 340px;
  background-color: #fcfcfc;
  padding: 20px;
  box-shadow: 0px 4px 25px rgba(215, 215, 215, 0.35);
  border-radius: 8px;
  transition: 0.5s;
  margin: 15px;
}
.header__buynow {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  margin-left: -18.5%;
  margin-top: 3px;
  margin-bottom: 3px;
}
.header__buynowwrap {
  background: linear-gradient(90.23deg, #faa418 12.01%, #f15b27 90.11%);
}
.buy__nowwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 26px;
  flex-direction: row-reverse;
  margin-top: 106px;
}
.buy__nowwrap .contactCard2 {
  flex: 40%;
  min-height: 500px;
  padding: 20px 30px 10px 30px;
  box-shadow: 1px 4px 21px rgb(254 183 158 / 30%);
  height: 100%;
}
.contact__cardProfessional {
  padding: 20px 20px 10px 20px;
  height: 100%;
  flex: 40%;
}
.buynow__sendbtn {
  margin-top: 58px;
}
.h1__text {
  font-weight: 700;
  font-size: 30px;
  line-height: 49px;
  text-align: center;
  color: #434343;
  width: 100%;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.top__features {
  padding-top: 15px;
  font-size: 26px;
  text-transform: capitalize;
}
.buynow__list li {
  list-style-image: url(../images/listIcon.svg);
  padding-left: 5px;
  font-size: 18px;
  color: #434343;
  line-height: 28px;
}
.buynow__list {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.buynow__professional {
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  color: #434343;
}
.monthly__planbuynow {
  margin-top: 31px;
}
.counter__wrap {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  width: 146px;
  gap: 14px;
  box-sizing: border-box;
  padding: 12px 9px;
  display: flex;
  margin: auto;
}
.value__num {
  width: 42px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #424141;
}
.licenses__total {
  padding-top: 20px;
}
.licenses__total p {
  font-weight: 700;
}
.total__value {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}
.total__inputbox {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  /* min-width: 69px; */
  padding-left: 20px;
  text-align: left;
  padding: 7px;
  width: 70%;
  /* width: 21%; */
  box-sizing: border-box;
  text-align: center;
}
.footerFlex {
  align-items: center;
  justify-content: space-between;
}
.dollarsymbol {
  /* position: absolute;
    margin-left: 5px;
    margin-top: 7px; */
  /* position:relative;
	margin-right:-30px */
  position: absolute;
  left: 9px;
  top: 6px;
}
.total__wrap {
  display: flex;
  padding-top: 19px;
  margin: auto;
  /* gap: 14px; */
  align-items: center;
  justify-content: center;
}
.contactUsForm input {
  padding-top: 16px;
  box-sizing: border-box;
}
.form_first .form__group {
  margin-top: 0px;
}
.counter {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #424141;
}
.form_second {
  display: none;
}
.counter__wrap .red,
.counter__wrap .green {
  background: #fff6ed;
  color: #f15c27;
  border-radius: 50%;
  width: 18%;
  height: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#back {
  visibility: hidden;
  background: none;
  border: none;
  cursor: pointer;
}
.bill__font {
  font-size: 24px;
  align-items: baseline;
}
.card__inputs {
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.w-100 {
  width: 100%;
}
.tos__link {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/* .buy__nowwrap input[type="month"]::before{
	content: attr(value) !important;
	color: #aaa;
	width: 100%;
  }
  
 .buy__nowwrap input[type="month"]:focus::before,
 .buy__nowwrap input[type="month"]:active::before {
	content: "";
	width: 0%;
  } */

.footerCallInfo p {
  /*font-size: 13px;
    text-align: right;
    margin-bottom: 0px;*/
  color: #585858;
  margin-right: 30px;
}

/* .app-download .store:nth-child(2) {
    margin: 0px 20px;
} */
/*
.sd_checkbox { 
	display: inline-flex; 
	align-items: center; 
}
.sd_checkbox input { 
	margin-right:10px; 
}
.sd_checkbox label {
	transition: 0.2s; 
	font-size: 12px; 
	color: #9b9b9b;
}
*/
.requiredTextBottom,
.apFields,
.stateSelect {
  display: none;
}
.buynow__sendbtn {
  margin-top: 0px;
}
.contactUsForm em {
  color: #f00;
  margin-right: 5px;
}
.total_info small {
  color: #686868;
  font-size: 11px;
}
.total_details {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px 60px;
}
.total_details .flex {
  padding: 5px 0px;
}
.sub_tot_txt,
.tax_txt,
.tot_txt {
  width: 60%;
  text-align: right;
}
.sub_tot_txt,
.tax_txt {
  color: #4a4a4a;
}
.sub_tot_val,
.tax_val,
.tot_val {
  width: 40%;
  text-align: right;
  font-weight: bold;
}
.total_details hr {
  border: 0.1px solid #ccc;
}
.bill-info {
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  color: #434343;
  text-align: center;
  margin-top: 40px;
}
.totalAmount {
  font-size: 18px;
  font-weight: bold;
}
span.red {
  color: #f00;
}
.sd_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  color: #9b9b9b;
}
.sd_checkbox input[type="checkbox"] {
  visibility: hidden;
}
.sendDetails {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: white;
  border: 1px solid #f15c27;
  margin-top: 2px;
}
.sd_checkbox input:checked ~ .sendDetails {
  background-color: #f15c27;
}
.sendDetails:after {
  content: "";
  position: absolute;
  display: none;
}
.sd_checkbox input:checked ~ .sendDetails:after {
  display: block;
}
.sd_checkbox .sendDetails:after {
  left: 4px;
  bottom: 3px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.countrySelect .select2,
.stateSelect .select2 {
  margin-top: 10px;
  width: 100% !important;
}
.contactUsForm input::-webkit-autofill,
.contactUsForm input::-webkit-contacts-auto-fill-button,
.contactUsForm input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 500px) {
  .pc_st_block {
    display: block !important;
  }
}
