.main * {
  box-sizing: border-box;
}

.main h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 35px;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  color: #1E1E1E;
}

.main h3 {
  font-size: 32px;
}

#banner-section {
  background: #BBEDEA;
  padding: 65px 0 0px 0;
  overflow: hidden;
}

.banner-wrapper {
  display: flex;
}

.mob-banner-img {
  display: none;
}

.banner-left {
  max-width: 670px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


.banner-right {
  max-width: 425px;
  width: 100%;
  margin-left: 90px;
  padding-bottom: 50px;
}

/* banner image starts */

.banner-img .bot {
  background: url('/sites/default/files/servicedesk_plus/images/index-bot.svg') no-repeat;
  width: 45px;
  height: 55px;
  position: absolute;
  top: 99px;
  left: 253px;
  transform: rotate(10deg);
  transition: .6s ease;
  opacity: 0;
}

.parent-active .bot {
  transition-delay: 1.3s;
  opacity: 1;
  transform: rotate(0deg);
}

.banner-img {
  position: relative;
}

.client-img {
  max-width: 427px;
  min-height: 346px;
  width: 100%;
  margin: auto;
  z-index: 1;
  position: relative;
  opacity: 0;
  transform: translateX(-20px);
}

.parent-active .client-img{
  opacity: 1;
  transform: translateX(0px);
  transition: .6s ease all;
  transition-delay: .4s;
}

.banner-circle {
  width: 455px;
  height: 455px;
  border-radius: 100%;
  background: #97DED9;
  position: absolute;
  top: 0;
  z-index: 0;
  right: 35px;
  top: 55px;
  opacity: 0;
}

.parent-active .banner-circle{
  opacity: 1;
  transition-delay: .3s;
  animation: _circle_anim .6s linear;
  animation-delay: .3s;
}

@keyframes _circle_anim {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}

.chat-wrap {
  position: absolute;
  top: 40px;
  left: 30px;
}

.chat-wrap .notification {
  margin: 12px 0px;
  padding: 5px 3px;
  background: linear-gradient(to right, rgb(231 251 250) 0%, rgba(255, 255, 255, 0) 100%);
  border: .3px solid #ffffff;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.5;
  backdrop-filter: blur(30px);
  min-height: 36px;
  height: 36px;
  width: 218px;
  transition: .6s ease;
  opacity: 0;
}

.chat-1.notification {
  max-width: 176px;
  transform: translateX(50px);
  transition-delay: .6s;
}

.chat-2.notification {
  padding: 5px 23px;
  left: 22px;
  transform: translateX(-50px);
  transition-delay: 1.4s;
}

.parent-active .chat-wrap .chat-1, .parent-active .chat-wrap .chat-2{
  transform: translateX(0px);
  opacity: 1;
}

.dashboard {
  width: 218px;
  height: 178px;
  position: absolute;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(102px);
  border: 1px solid #fff;
  border-radius: 10px;
  opacity: 0;
  z-index: 1;
  right: -32px;
  top: 70px;
  transform: scale(1.1);
}

.parent-active .dashboard{
  transform: scale(.8);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1.8s;
}

.dashboard-top {
  height: 37px;
  background: #75d4ca;
  border-radius: 10px 10px 0px 0px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.dashboard .dashboard-top {
  height: 30px;
}

.dashboard-close-mark span {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}

.dashboard-main .search {
  width: 70%;
  background: #fff;
  height: 27px;
  margin: 15px auto 0px;
  border-radius: 20px;
  transform: scale(0);
  position: relative;
}

.parent-active .dashboard-main .search {
  transform: scale(1);
  transition: .8s ease;
  transition-delay: 1.9s;
}

.dashboard-main .search::after {
  content: '';
  background-image: url(/sites/default/files/servicedesk_plus/images/portal-search.svg);
  height: 14px;
  width: 13px;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 7px;
  background-repeat: no-repeat;
}

.main-column {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.main-column>div {
  height: 30px;
  width: 30px;
  margin: 0px 13px;
  border-radius: 6px;
  transform: translateY(10px);
  opacity: 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parent-active .main-column>div {
  transition: .8s ease;
  transform: translateY(0px);
  opacity: 1;
}

.dashboard-main .main-column:nth-child(2)>div:nth-child(1) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-1.png');
}

.parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(1) {
  transition-delay: 2s;
}

.dashboard-main .main-column:nth-child(2)>div:nth-child(2) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-2.png');
}

.parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(2) {
  transition-delay: 2.1s;
}

.dashboard-main .main-column:nth-child(2)>div:nth-child(3) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-3.png');
}

.parent-active .dashboard-main .main-column:nth-child(2)>div:nth-child(3) {
  transition-delay: 2.2s;
}

.dashboard-main .main-column:nth-child(3)>div:nth-child(1) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-4.png');
}

.parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(1) {
  transition-delay: 2.3s;
}

.dashboard-main .main-column:nth-child(3)>div:nth-child(2) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-5.png');
}

.parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(2) {
  transition-delay: 2.4s;
}

.dashboard-main .main-column:nth-child(3)>div:nth-child(3) {
  background-image: url('/sites/default/files/servicedesk_plus/images/inner-icon-6.png');
}

.parent-active .dashboard-main .main-column:nth-child(3)>div:nth-child(3) {
  transition-delay: 2.5s;
}

.protect-shield {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(65px);
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 77px;
  left: 95px;
  z-index: 1;
  opacity: 0;
}

.parent-active .protect-shield{
  opacity: 1;
  transition-delay: 1.6s;
}

.protect-shield span {
  width: 38px;
  height: 51px;
  background: url('/sites/default/files/servicedesk_plus/images/guard.png') no-repeat;
  background-size: cover;
  display: inline-block;
  transform: scale(1) rotate3d(1, -89, 1, 45deg);
  opacity: 0;
  transition: .6s ease;
}

.parent-active .protect-shield span{
  opacity: 1;
  transition-delay: 1.6s;
  transform: scale(1) rotate3d(1, 1, 1, 0deg);
}

/* banner image ends */

/* Form css starts */
.inner-form {
  box-shadow: rgb(0 0 0 / 6%) 0px 3px 11px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

.form-head {
  color: #27427b;
  padding: 25px 25px 0 25px;
  text-align: center;
  font-weight: 600;
}

.form-head span {
  font-weight: 900;
}

.req {
  color: #e71b34;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: right
}

.form-body {
  color: #000;
  padding: 12px 30px 15px 30px;
  border-top: 0;
}

.form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px
}

label.req .req-box {
  display: inline-block;
  background: #bb1c21;
  color: #fff;
  padding: 3px 2px 2px 2px;
  margin-left: 10px
}

.privacy-label a {
  color: #2866ae;
  border-bottom: 1px solid #2866ae
}

.privacy-label a:hover {
  text-decoration: none
}

.privacy-err {
  font-size: 10px;
  color: #e71b34;
  margin-top: 10px
}

.notify .star {
  color: #bb1c21
}

input.red-btn,
.form-wrapper a.red-btn {
  background: #d43535;
  color: #fff;
  padding: 9px 15px;
  width: 100%;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

#consent {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.form-group input[type="text"] {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #747474;
  border-radius: 5px;
  outline: 0;
  font-weight: 500;
}

.form-group input[type="text"] {
  padding: 9px 35px 9px 15px;
}

.form-group {
  margin-bottom: 7px;
  width: 100%;
  position: relative
}

.row_dir {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.mr-18 {
  margin-right: 18px
}

.form-group .info {
  color: #676767;
  margin-top: 5px;
  font-size: 10px;
}

.form-input.wrong~.info,
.form-input.right~.info {
  display: none;
}

.form-group .info span {
  display: inline-block;
}

.form-group .info-icon:hover+span {
  opacity: 1;
}

.info-txt {
  opacity: 0;
  position: absolute;
  top: 30px;
  transition: .3s opacity ease;
  border: 1px solid #707070;
  position: absolute;
  padding: 2px 5px;
  right: 10px;
  z-index: 1;
  background: #fff;
  border-radius: 5px;
}

.info-icon {
  background: url(/sites/default/files/opmanager/images/sem-lp-sprite.png) no-repeat;
  background-position: -300px -220px;
  background-size: 600px 300px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}

.form-input {
  position: relative;
}

.form-icons {
  background: url(/sites/default/files/servicedesk_plus/sdp-roi-sprite.png);
  background-size: 130px;
  width: 20px;
  height: 17px;
  background-position: -82px -39px;
  position: absolute;
  z-index: 9;
  top: 9px;
  left: 10px;
}

.whole-wrapper {
  position: relative;
}

/* .forms-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: auto;
    height: calc(100% - 50px);
  } */
/* .form-wrapper,
.otp-forms,
.final-page {
  padding: 0 15px;
} */

.form-wrapper form,
.otp-form-inner,
.final-page-inner {
  position: sticky;
  top: 120px;
}

.privacy-wrapper {
  margin-bottom: 15px;
}

.pl-45 {
  padding-left: 45px !important;
}

.name-icon {
  background-position: -55px -38px;
  width: 20px;
  height: 20px;
  top: 9px;
}

.mob-icon {
  background-position: -32px -38px;
  width: 16px;
  height: 24px;
}

.mail-icon {
  background-position: -3px -40px;
  width: 23px;
  height: 17px;
  top: 10px;
}

.form-group textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid rgb(118, 118, 118);
}

.text-group {
  margin-bottom: 5px;
}

.form-group textarea::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.plchold {
  font-weight: 400;
  font-size: 12px;
  color: #7d7d7d;
  position: absolute;
  left: 45px;
  top: 9px;
  cursor: text;
}

.form-wrapper input[type="text"]:invalid~.plchold {
  display: inline-block;
}

.form-wrapper input[type="text"]:valid~.plchold {
  display: none;
}

.form-wrapper input[type="text"]:focus~.unfocus,
.form-wrapper input[type="text"]~.focus {
  opacity: 0;
}

.form-wrapper input[type="text"]:focus~.focus,
.form-wrapper input[type="text"]~.unfocus {
  opacity: 1;
}

.plchold .ast {
  color: #e71b34;
}

.privacy-wrapper label {
  display: inline;
  font-size: 9px !important;
}

.mr-10 {
  margin-right: 10px;
}

.form-group select#reason {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.notify {
  font-size: 10px;
  margin-bottom: 16px;
  color: #3b3b3b;
}

.reg_btn span {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: white;
  font-size: 15px;
  margin: 0 1px;
  -webkit-animation: blink;
  animation: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.reg_btn span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.reg_btn span:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.otp-forms,
.final-page {
  display: none;
  height: 100%
}

.otp-group .form_input {
  padding: 15px;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 600
}

.otp-btns {
  display: flex;
  width: 100%
}

.back_btn {
  border-radius: 4px;
  background: #fff;
  display: block;
  padding: 12px;
  color: #000;
  margin: 0 auto;
  border: 1px solid #bababa;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 30px;
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  cursor: pointer
}

.otpsubmit_btn {
  border-radius: 5px;
  background: #d43535;
  display: block;
  padding: 12px;
  color: #fff;
  margin: 0 auto;
  border: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 30px;
  font-size: 18px;
  cursor: pointer
}

.otpsubmit_btn span {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: white;
  font-size: 15px;
  margin: 0 1px;
  -webkit-animation: blinknew;
  animation: blinknew;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.otpsubmit_btn span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.otpsubmit_btn span:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

@-webkit-keyframes blinknew {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes blinknew {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.otpsubmit_btn:hover {
  text-decoration: none
}

.back_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #d43535;
  display: inline-block;
  margin-right: 20px
}

.back_btn:hover,
.send_btn:hover {
  text-decoration: none
}

.access-link {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.tick-icon {
  background: url(/sites/default/files/servicedesk_plus/sdp-roi-sprite.png);
  width: 90%;
  background-position: -3px -75px;
  background-size: 150px 150px;
  width: 57px;
  height: 57px;
  margin: 0 auto 20px
}

.access-link p {
  text-align: center
}

.access-link p a {
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer
}

.access-link p span {
  background: url(/sites/default/files/servicedesk_plus/sdp-roi-sprite.png), #e7f1fd;
  background-position: -120px -41px;
  background-size: 150px 150px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 15px;
  border-radius: 4px;
  position: relative;
  bottom: 6px
}

.final-page h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px
}

.final-page ul li {
  margin-bottom: 8px
}

.final-page ul li a {
  color: #2e9ce9;
  text-decoration: underline
}

.goto_btn {
  border-radius: 4px;
  display: inline-block;
  background: #d43535;
  padding: 12px;
  color: #fff;
  border: 0;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box
}

.goto_btn:hover {
  text-decoration: none
}

.goto_btn::before {
  content: "";
  background: url(/sites/default/files/servicedesk_plus/sdp-roi-sprite.png);
  background-position: -100px -73px;
  background-size: 150px 150px;
  width: 19px;
  height: 22px;
  position: absolute;
  margin-left: -30px;
  margin-top: 5px
}

form .error {
  color: red
}

.resendotp {
  display: none;
  text-align: right;
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  bottom: -25px;
  cursor: pointer
}

.err {
  color: #e71b34;
  font-size: 10px !important;
  margin: 5px 0 5px 0;
  min-height: 1px;
  border: 1px solid #e71b34;
  position: absolute;
  top: 23px;
  padding: 2px 5px;
  right: 8px;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.err:after,
.info-txt:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  right: 8px;
  background: #fff
}

.err:after {
  border-left: 1px solid #e71b34;
  border-top: 1px solid #e71b34
}

.info-txt:after {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070
}

.errhide {
  visibility: hidden
}

.input-field {
  position: relative
}

.wrong+.valid-icon,
.right+.valid-icon {
  background: url(/sites/default/files/servicedesk_plus/sdp-roi-sprite.png);
  background-size: 150px 150px;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 12px;
  bottom: 12px
}

.wrong+.valid-icon {
  background-position: -102px -103px;
}

.right+.valid-icon {
  background-position: -75px -103px;
}

.form-fl .form-group .wrong+.valid-icon {
  right: 20px
}

.form-fl .form-group .right+.valid-icon {
  right: 20px;
  background-position: -75px -103px
}

.company_name.wrong::after {
  content: "";
  right: 17px
}

input#phone_no.wrong::after {
  content: "";
  right: 17px
}

input#email.wrong::after {
  content: "";
  right: 17px
}

.terms_check .close-icon::after {
  content: "";
  display: none
}

.terms_check .err {
  display: block;
  width: 100%;
  padding-left: 25px
}

.disable_btn {
  pointer-events: none;
  opacity: .9
}

/*Select box customise*/
.req-dropdown {
  border: 1px solid #747474;
  color: #000;
  padding: 6px 15px 6px 10px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-color: #fff;
  color: #333;
  font-size: 13px
}

.req-dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0
}

.req-dropdown .select span {
  font-size: 12px;
}

.req-dropdown .select>i {
  font-size: 12px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px
}

.req-dropdown:active {
  background-color: #f8f8f8
}

.req-dropdown.active:hover,
.req-dropdown.active {
  border-radius: 2px 2px 0 0;
  background-color: #fff;
}

.req-dropdown.active .select>i {
  transform: rotate(-90deg)
}

.req-dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  left: -1px;
  right: -1px;
  margin-top: 1px;
  box-shadow: 0 1px 2px #ccc;
  border: 1px solid #747474;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 160px;
  overflow-y: auto;
  z-index: 9;
  border-top: 0;
  top: 33px;
  padding: 0;
  list-style: none;
}

.dropdown-menu {
  border-top: 0 !important;
}

.req-dropdown .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.req-dropdown .dropdown-menu li:hover {
  background-color: #f0f5fe;
}

.req-dropdown .dropdown-menu li:active {
  background-color: #e2e2e2
}

/* form css ends */

/*slider css*/
.logo-slider {
  padding: 0 15px;
}

.logo-slider .slick-slide {
  height: auto;
  position: relative;
  vertical-align: middle;
  margin: 0 15px;
}

.logo-slider .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-slider .slick-slide a {
  display: inline-block;
}

.logo-slider img {
  margin: auto;
}

.medtronic-lg,
.fe-iet-lg,
.keihin-lg,
.solar-hr-lg,
.kakaku-lg,
.sankei-lg,
.shiz-univ,
.jgc-group {
  margin-top: 10px;
}

.baroque-jpl-lg,
.pay-pay {
  margin-top: 20px;
}

.tv-asahi-lg,
.mapion-lg {
  margin-top: 15px;
}

.tv-tmas-lg {
  background-position: -310px -323px;
  width: 71px;
  height: 65px;
}

.astro-lg {
  background-position: -510px -267px;
  width: 120px;
  height: 32px;
  background-size: 925px 309px;
  margin-top: 15px;
}

.thr-prt-lg.ipet-new-lg {
  background-position: -310px -259px;
  width: 183px;
  height: 39px;
  background-size: 925px 309px;
  margin-top: 10px;
}

.thr-prt-lg.kakaku-lg {
  width: 150px;
  height: 40px;
  background-position: -13px -264px;
}

.thr-prt-lg.sankei-lg {
  background-position: -190px -257px;
  width: 180px;
  height: 40px;
}

.thr-prt-lg.manpower-lg {
  background-position: -293px -185px;
  background-size: 925px 309px;
  width: 111px;
  height: 61px;
}

.thr-prt-lg.shiz-univ {
  background-position: -425px -191px;
  background-size: 925px 309px;
  width: 179px;
  height: 54px;
}

.thr-prt-lg.jgc-group {
  background-position: -668px -190px;
  background-size: 925px 309px;
  width: 179px;
  height: 54px;
}

.thr-prt-lg.pay-pay {
  background-position: -12px -223px;
  background-size: 800px;
  width: 183px;
  height: 28px;
}

#logo-section {
  padding: 50px 0 80px 0;
}

/* logo slider css ends */

.reduce-section {
  padding-top: 55px;
  max-width: 75%;
  margin: auto;
}

.reduce-section p {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
  color: #1E1E1E;
}

.video-wrapper {
  padding: 50px;
  border-radius: 25px;
  border: 1px solid #E5F4F2;
  background: linear-gradient(180deg, #F3F4F6 0%, #FFF 100%);
  margin-bottom: 50px;
}

.video-txt{
  margin-bottom: 25px;
  font-size: 16px;
}

.sdp-fixed-banner{
  display: none;
}

.video-features {
  display: flex;
  max-width: 1120px;
  margin: auto;
}

.video-feature {
  width: 25%;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.video-feature:not(:last-child) {
  border-right: 1px solid #E5F4F2;
  padding-right: 28px;
  margin-right: 33px;
}

.video-feature span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E5F4F2;
  border-radius: 12px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-feature span:after {
  content: "";
  background: url('/sites/default/files/servicedesk_plus/images/sdp-signup-sprite.png') no-repeat;
  background-size: 168px;
  display: block;
}

.video-feature .feature-1:after {
  background-position: -115px -10px;
  width: 25px;
  height: 23px;
}

.video-feature .feature-2:after {
  background-position: -73px -10px;
  width: 27px;
  height: 22px;
}

.video-feature .feature-3:after {
  background-position: -6px -9px;
  width: 21px;
  height: 20px;
}

.video-feature .feature-4:after {
  background-position: -36px -8px;
  width: 25px;
  height: 24px;
}

#why-section {
  background: #FAFAFA;
  padding: 77px 0;
}

.why-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
}

.why-left h3 {
  margin: 37px 0 52px 0;
}

.why-wrap {
  padding-left: 24px;
}

.why-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 13px;
  line-height: 1;
}

.why-wrap h4:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #68D585;
  display: inline-block;
  position: absolute;
  left: -24px;
}

.why-wrap p {
  margin-bottom: 0;
}

.why-wrap:not(:last-child) {
  margin-bottom: 45px;
}

.why-point-box {
  border-radius: 20px;
  background: #08543B;
  backdrop-filter: blur(2px);
  width: 350px;
  padding: 40px 65px 25px 50px;
  color: #fff;
  max-width: 100%;
}

.why-point-box ul>li {
  font-size: 17px;
  line-height: 1.5;
  padding-left: 32px;
  position: relative;
}

.why-point-box ul>li:not(:last-child) {
  margin-bottom: 18px;
}

.why-point-box ul>li:before {
  content: "";
  height: 2px;
  width: 7px;
  border-radius: 5px;
  display: inline-block;
  background: #68D585;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 11px;
}

.why-point-box ul>li:after {
  content: "";
  height: 2px;
  width: 13px;
  border-radius: 5px;
  display: inline-block;
  background: #68D585;
  position: absolute;
  left: 7px;
  top: 9px;
  transform: rotate(-45deg);
}

.why-point-box ul>li a,.why-point-box ul>li a:hover{
  color: #fff;
  text-decoration: none;
  position: relative;
}

.why-point-box ul>li a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-point-box .tr {
  font-size: 17px;
  margin-bottom: 50px;
}

.white-bg-sm,
.green-bg-sm {
  font-size: 14px;
  padding: 20px 60px 20px 21px;
  display: inline-block;
  font-weight: 600;
  /* line-height: 3; */
  border-radius: 6px;
  position: relative;
  line-height: 1;
}

.white-bg-sm {
  background: #fff;
  color: #009379;
}

.green-bg-sm {
  background: #009379;
  color: #fff;
}

.white-bg-sm:hover,
.green-bg-sm:hover {
  text-decoration: none;
}

.white-bg-sm span,
.green-bg-sm span {
  width: 19px;
  height: 19px;
  display: inline-flex;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 18px;
}

.white-bg-sm span {
  background: #009379;
}

.green-bg-sm span {
  background: #fff;
}


.white-bg-sm span:before,
.white-bg-sm span:after,
.green-bg-sm span:before,
.green-bg-sm span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
}

.white-bg-sm span:before,
.white-bg-sm span:after {
  background: #fff;
}

.green-bg-sm span:before,
.green-bg-sm span:after {
  background: #009379;
}

.white-bg-sm span:before,
.green-bg-sm span:before {
  left: 7px;
  top: 7px;
  transform: rotate(226deg);
}



.white-bg-sm span:after,
.green-bg-sm span:after {
  left: 7px;
  top: 10px;
  transform: rotate(-30deg);
}

#features-section {
  padding: 48px 0 80px 0;
}

#features-section h3 {
  margin-bottom: 30px;
  line-height: 1.4;
  color: #000 !important;
}

#features-section .tab_wrapper {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#tab-section .tab_wrapper li {
  padding: 15px 25px;
  border-radius: 16px 15px 0px 0px;
  border: 1px solid #EBEFF7;
  border-bottom: none;
  cursor: pointer;
  background: #fff;
  transition: 0.5s ease;
  font-weight: 600;
}

#tab-section .tab_wrapper li:hover{
  background: #08543B;
  color: #fff; 
  font-weight: 500;
  transition: 0.5s ease;
}

#tab-section .tab_wrapper li.active,#tab-section .tab_wrapper li.active:hover {
  border: 1px solid #E5F4F2;
  background: #08543B;
  color: #fff;
}

.tab_wrapper li span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #E5F4F2;
  background: #E5F4F2;
  color: #009379;
  font-weight: 600;
  margin-right: 12px;
}

.tab-box {
  border: 1px solid #EBEFF7;
  border-radius: 20px;
  padding: 50px 35px 45px 70px;
  display: flex;
  justify-content: space-between;
}

.tab-slider {
  width: 580px;
  max-width: 100%;
  background: linear-gradient(180deg, #F3F4F6 0%, #FFF 100%);
  padding: 22px 25px 23px 26px;
  border-radius: 15px;
}

.tab-slider img {
  width: 100% !important;
  max-width: 100%;
}

.tab-slider .slick-dots {
  position: relative;
  bottom: -20px;
}

#template-creation .slick-dots, #business-automation .slick-dots{
  display: none;
}

.tab-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: #E9E9E9;
  border-radius: 50%;
  margin: 0px 4px;
}

.tab-slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background: #009379;
  position: relative;
  top: -1px;
}

.tab_left {
  margin-right: 70px;
}

.tab_left h5 {
  font-size: 24px;
}

.tab_left p {
  margin-top: 25px;
  margin-bottom: 0;
}

/* #tab-section .tab-box {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;

}

#tab-section .tab-box.active {
  display: flex;
  opacity: 1;
} */

#solutions-section {
  background: #FAFAFA;
  padding: 50px 0 80px 0;
}

.solution-desc {
  max-width: 80%;
  margin: auto;
  color: #1E1E1E;
  line-height: 1.8;
}

.solution-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}

.solution-card {
  width: 33.3%;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid #E7E9ED;
  background: #FFF;
  padding: 0 32px 22px 32px;
  position: relative;
}

.solution-card:not(:last-child) {
  margin-right: 40px;
}

.edition {
  padding: 3px 20px 5px 20px;
  margin: auto;
  text-align: center;
  max-width: 210px;
  border-radius: 0 0 10px 10px;
  background: #08543B;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.6px;

}

.solution-title-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 17px;
}

.solution-title-wrapper .solution-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 16px;
  background: #E5F4F2;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-title {
  font-size: 19px;
}

.solution-title-wrapper .solution-icon:after {
  background: url('/sites/default/files/servicedesk_plus/images/sdp-signup-sprite.png') no-repeat;
  background-size: 161px;

}

.solution-title-wrapper .solution-icon-1:after {
  content: "";
  display: inline-block;
  background-position: -117px -45px;
  width: 36px;
  height: 35px;
}

.solution-title-wrapper .solution-icon-2:after {
  content: "";
  display: inline-block;
  background-position: -6px -43px;
  width: 43px;
  height: 37px;
}

.solution-title-wrapper .solution-icon-3:after {
  content: "";
  display: inline-block;
  background-position: -61px -39px;
  width: 45px;
  height: 41px;
}

.sol-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 28, 45, 0.10) 10%, rgba(22, 28, 45, 0.10) 30.5%, rgba(255, 255, 255, 0.10) 100%);
}

.sol-divider-100 {
  position: absolute;
  left: 0;
  right: 0;
}

.cost-wrapper {
  margin-bottom: 25px;
}

.cost-txt {
  font-size: 24px;
  color: #161C2D;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-top: 26px;
}

.cost-txt .big-txt {
  color: #08543B;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-left: 15px;
  margin-right: 5px;
}

.cost-txt .small-txt {
  font-size: 14px;
  font-weight: 500;
}

.billing {
  margin-top: 12px;
  color: rgba(22, 28, 45, 0.7);
  font-size: 15px;
}

.feature-list {
  display: flex;
  margin: 15px 0;
}

.feature-list ul>li {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  color: #161C2D;
  font-weight: 500;
}

.feature-list ul:not(:last-child) {
  margin-right: 20px;
}

.feature-list ul>li:not(:last-child) {
  margin-bottom: 8px;
}

.feature-list ul>li:before {
  content: '';
  display: block;
  border-top: 3px solid #68D585;
  border-right: 3px solid #68D585;
  width: 15px;
  height: 7px;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 5px;
}

.solution-start {
  border-radius: 0px 0px 20px 20px;
  background: #E5F4F2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  color: #009379;
  font-weight: 500;
}

.additional {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #161C2D;
  background: #FFF;
  position: relative;
  margin: 16px auto;
}

.additional:before,
.additional::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #161C2D;
  position: absolute;
  top: 11px;
  left: 4px;
}

.additional::after {
  transform: rotate(90deg);
}

#experience {
  padding: 70px 0 100px 0;
}

#experience h2 {
  font-size: 40px;
  color: #000 !important;
  font-weight: 600;
  line-height: 1.3;
}

.experience-desc{
  max-width: 80%;
  margin: auto;
}

.green-bg-lg,
.white-bg-lg {
  border-radius: 8px;
  padding: 15px 82px 15px 26px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.green-bg-lg {
  background: #009379;
  color: #fff;
}

.white-bg-lg {
  background: #fff;
  color: #009379;
  border: 1px solid #009379;
}

.white-bg-lg:hover,
.green-bg-lg:hover {
  text-decoration: none;
}

.white-bg-lg span,
.green-bg-lg span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 18px;
}

.white-bg-lg span {
  background: #009379;
}

.green-bg-lg span {
  background: #fff;
}


.white-bg-lg span:before,
.white-bg-lg span:after,
.green-bg-lg span:before,
.green-bg-lg span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
}

.white-bg-lg span:before,
.white-bg-lg span:after {
  background: #fff;
}

.green-bg-lg span:before,
.green-bg-lg span:after {
  background: #009379;
}

.white-bg-lg span:before,
.green-bg-lg span:before {
  left: 9px;
  top: 9px;
  transform: rotate(225deg);
}

.white-bg-lg span:after,
.green-bg-lg span:after {
  left: 9px;
  top: 13px;
  transform: rotate(-45deg);
}

.experience-btn-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 60px;
}

.green-bg-lg-wrapper {
  margin-right: 25px;
}

.white-bg-lg-wrapper p {
  font-size: 16px;
  color: #009379;
  margin: 5px 0 10px 0;
}

.mob_show {
  display: none;

}

#call-to-action-strip {
  background: #358F73 !important;
}

.purchase-strip {
  background: #20644F !important;
}

.purchase-strip .product .card {
  background: #08543A !important;
}

.purchase-strip .product li::after {
  border-left: 40px solid #08543A;
}

#call-to-action-strip .row-wrapper>.col6:first-child {
  border-right: 1px solid #389C7D;
}

#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-mail,
#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-hearphone,
#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-suitcase {
  background: url('/sites/default/files/servicedesk_plus/images/sdp-footer-icons.svg') no-repeat;
  background-size: 600px;
  width: 35px;
  height: 30px;

}

#call-to-action-strip .action-btn-grp a.btn-outline:hover {
  color: #009379;
}

#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-mail {
  background-position: -16px -61px;
}

#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-hearphone {
  background-position: -68px -61px;
}

#call-to-action-strip .action-btn-grp a.btn-outline:hover .icon-suitcase {
  background-size: 745px;
  background-position: -148px -80px;
}

.mob-heading{
  display: none;
}

/* alert modal style starts */

#alert-modal {
	display: none;
	text-align: center;
	position: relative;
	padding: 80px 0 47px 0;
	box-sizing: border-box;
	max-width: 600px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.2);
	position: relative;
    margin-top:65px;
}

#alert-modal:after {
	content: "";
	width: 80%;
	max-width: 100%;
	height: 20px;
	position: absolute;
	display: block;
	background: #dd5659;
	border-radius: 0 0 20px 20px;
	bottom: -20px;
	left: 10%;
}

#alert-modal h3 {
	font-size: 36px;
}

.alert-icon-wrapper {
	position: relative;
}

.alert-icon-wrapper {
	position: absolute;
	top: -48px;
	left: calc(50% - 48px);
}

.alert-icon {
	background: url('/sites/default/files/otp-poup-alert.png');
	display: block;
	width: 96px;
	height: 96px;
	margin: auto;
	background-size: cover;
	z-index: 10;
}

.alert-icon:before {
	content: "";
	display: block;
	width: 120px;
	height: 60px;
	border-radius: 60px 60px 0 0;
	background: #f3bdbc;
	transform: rotate(180deg);
	position: absolute;
	top: 48px;
	left: -12px;
	z-index: -1;
}

.alert-icon:after {
	content: "";
	display: block;
	width: 140px;
	height: 70px;
	border-radius: 70px 70px 0 0;
	background: #fae1e1;
	transform: rotate(180deg);
	position: absolute;
	top: 48px;
	left: -22px;
	z-index: -2;
}

.alert-img {
	width: 410px;
	max-width: 100%;
	margin: auto;
}

.jquery-modal{
  z-index: 2;
}

@media (max-width:767px) {
	#alert-modal {
		padding: 60px 15px 30px 15px;
        margin-top:0px
	}

	#alert-modal h3 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.alert-icon-wrapper {
		position: absolute;
		top: -30px;
		left: calc(50% - 30px);
	}

	.alert-icon {
		width: 64px;
		height: 64px;
		margin: auto;
	}

	.alert-icon:before {
		width: 86px;
		height: 43px;
		border-radius: 43px 43px 0 0;
		top: 30px;
		left: -9px;
	}

	.alert-icon:after {
		width: 104px;
		height: 52px;
		border-radius: 52px 52px 0 0;
		top: 30px;
		left: -18px;
	}

}

/* alert modal style ends */


/* media query starts */
@media screen and (max-width: 1200px) {
  .banner-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .banner-left h4,.banner-left h1{
    display: none;
  }

  .mob-heading{
    display: block;
  }

  .banner-wrapper h1{
    margin-bottom: 90px;
  }

  .banner-img {
    left: -31px;
  }

  .banner-circle {
    top: 0;
    right: 55px;
    top: -55px;
  }

  .banner-right {
    margin: 0px auto 25px auto;
  }

  .tab-box {
    border-radius: 0px;
    padding: 30px 30px 40px 30px;
  }

  .tab_left {
    margin-right: 30px;
  }

  #tab-section .tab_wrapper li {
    padding: 15px 15px;
  }

  .tab-slider {
    width: 480px;
    padding: 20px 20px 20px 20px;
  }

  #tab-section .tab_wrapper li {
    font-size: 13px;
  }

  .solution-card-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  .solution-card {
    min-width: 365px;
    padding-bottom: 40px;
  }

  .solution-card:not(:last-child) {
    margin: 0 20px;
  }

  .solution-card:last-child {
    margin-top: 45px;
  }

  #experience h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1023px) {

  .form-wrapper,
  .otp-forms,
  .final-page {
    margin: 0 auto;
  }

}

@media screen and (max-width:992px) {

  .form-wrapper,
  .otp-forms,
  .final-page {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .video-features {
    justify-content: space-between;
  }

  .video-feature {
    font-size: 13px;
    width: unset;
  }

  .video-feature:not(:last-child) {
    padding-right: 20px;
    margin-right: 15px;
  }

  #banner-section {
    padding: 35px 0 0px 0;
  }

  #logo-section {
    padding: 25px 0 55px 0;
  }

  .reduce-section {
    max-width: 100%;
  }

  .main h1 {
    font-size: 38px;
  }

  .main h3 {
    font-size: 28px;
  }

  .why-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #why-section {
    padding: 10px 0 55px 0;
  }

  .why-left {
    margin-bottom: 30px;
  }

  #features-section {
    padding: 28px 0 80px 0;
  }

  #tab-section .tab-box {
    display: flex !important;
  }

  .tab-box {
    border: none;
    padding: 15px 0 30px 0;
    flex-direction: column;
  }

  .tab-slider {
    width: 100%;
    margin-top: 15px;
  }

  .tab_wrapper {
    display: none !important;
  }

  .mob_show {
    display: block;
    font-size: 20px;
  }

  .solution-card {
    min-height: 510px;
  }

  .solution-card:not(:first-child) {
    margin-top: 25px;
  }

  .solution-card-wrapper {
    margin: 30px 0;
  }

  #solutions-section {
    padding: 30px 0 55px 0;
  }

  #experience {
    padding: 30px 0 60px 0;
  }

  #experience h2 {
    font-size: 30px;
    line-height: 1.5;
  }

}

@media (max-width:768px) {
  .video-feature {
    width: unset;
    font-size: 13px;
  }

  .video-feature:not(:last-child) {
    padding-right: 13px;
    margin-right: 13px;
  }
}

@media (max-width:767px) {
  .banner-img {
    display: none;
  }

  .video-features {
    flex-direction: column;
    align-items: center;
  }

  .video-feature:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .video-feature {
    border-right: none !important;
    min-width: 166px;
  }

  .why-right {
    max-width: 100%;
  }

  .main h4 {
    font-size: 18px;
  }

  .main h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .main h3 {
    font-size: 21px;
  }

  .banner-right {
    margin: 15px auto 0 auto;
    padding-bottom: 10px;
  }

  .solution-card {
    min-width: 100%;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .solution-desc {
    max-width: 100%;
  }

  .reduce-section {
    padding-top: 25px;
  }

  .reduce-section p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .video-wrapper {
    padding: 0;
    background: none;
    margin-bottom: 30px;
  }

  #logo-section {
    padding: 15px 0 40px 0;
  }

  #banner-section {
    padding: 35px 0 0px 0;
  }


  #why-section {
    padding: 10px 0 40px 0;
  }

  .why-left h3 {
    margin: 37px 0 35px 0;
  }

  .why-wrap:not(:last-child) {
    margin-bottom: 30px;
  }

  .why-point-box {
    padding: 25px 15px 25px 15px;
  }

  .why-point-box .tr {
    margin-bottom: 25px;
  }

  #features-section {
    padding: 15px 0 12px 0;
  }

  .tab_left h5 {
    font-size: 18px;
  }

  .tab_left p {
    margin-top: 10px;
  }

  .tab_left {
    margin-right: 0px;
  }

  .tab-slider {
    background: none;
    padding: 0;
  }

  .tab-slider .slick-dots {
    bottom: -10px;
  }

  .tab-box {
    padding: 15px 0 40px 0;
  }

  #solutions-section {
    padding: 18px 0 40px 0;
  }

  .solution-card {
    padding: 0 15px 22px 15px;
  }

  #experience h2 {
    font-size: 26px;
  }

  .experience-btn-wrapper {
    align-items: center;
    flex-direction: column;
  }

  .white-bg-lg span,
  .green-bg-lg span {
    right: 15px;
    top: 13px;
  }

  .green-bg-lg,
  .white-bg-lg {
    padding: 13px 60px 13px 15px;
    font-size: 15px;
  }

  .green-bg-lg-wrapper {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  #experience {
    padding: 25px 0 40px 0;
  }

  .mob-banner-img {
    display: block;
    position: relative;
  }
  .mob-banner-img:after {
    content: "";
    width: 70%;
    height: 133%;
    display: block;
    position: absolute;
    background: #97DED9;
    top: 0;
    bottom: 0;
    left: 20%;
    border-radius: 50%;
}
.mob-banner-img img{
  position: relative;
  z-index: 2;
}
}



@media screen and (max-width:600px) {

  .form-wrapper,
  .otp-forms,
  .final-page {
    padding: 0 5px;
  }

  .form-body {
    padding: 15px;
  }

  .form-head {
    padding: 25px 15px 10px;
  }
}

@media screen and (max-width:500px) {

  .form-wrapper,
  .otp-forms,
  .final-page {
    box-sizing: border-box;
  }

  .inner-form {
    border-radius: 8px;
  }
}

@media screen and (max-width:400px) {
  .form-head {
    font-size: 18px;

  }
}