.popup-form.signup-free .response-output-no-aff {
  color: #ff0c0c;
  padding: 20px 10px;
}

#confirmationPopup #popupMessage {
  text-align: left;
  /* font-family: "avenir" !important; */
  text-transform: none;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#confirmationPopup.signup_popup_2d.white-popup {
  padding: 60px 0 60px 0;
}

#confirmationPopup .popup-btn {
  appearance: none;
  background: white;
  outline: none;
  box-shadow: none;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #008afc;
}

#confirmationPopup .popup-confirm {
  background-color: #008afc;
  color: #fff;
  margin-left: 10px;
}

#confirmationPopup .d-flex {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #signup_popup {
    scale: 0.9;
    padding: 30px 20px 0px 20px !important;
    margin: 0;
  }

  .avia_textblock .button-block .button-trial {
    scale: 0.7;
  }
}

.upgrade-subscription .col-md-2.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.upgrade-subscription .single-data {
  margin: 0;
}

/* .upgrade-subscription .switcher_indicator::before {
  width: 156px;
} */

.upgrade-subscription .section-data .col-md-2 {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .upgrade-subscription .section-data .col-md-2 {
    width: 33.3%;
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}

@media only screen and (max-width: 768px) {
  .upgrade-subscription .section-data .col-md-2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .upgrade-subscription .most-popular-plan {
    margin-top: 80px;
  }
}

#login_popup h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-size: 38px;
  text-align: center;
  /* font-family: "lulo"; */
}

body #login_popup .avia-color-blue {
  background-color: #008afc;
  color: #fff;
  border-radius: 3px !important;
  padding: 13px 33px;
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
}

.header-contact-info .avia-button avia-color-blue .white-popup.signup-popup-holder {
  /* font-family: lulo; */
}

.inline-item+.inline-item {
  display: inline-flex;
}

.signup-popup-holder h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #002e5b;
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}

.signup-popup-holder h3 {
  font-size: 23px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  /* font-family: avenir !important; */
}

.signup-popup-holder div.error {
  color: red !important;
  text-transform: initial;
  font-size: 11px;
  line-height: 15px;
  padding: 4px 0;
  position: absolute;
}

.signup-popup-holder p {
  text-align: center;
  text-transform: uppercase;
  color: #000 !important;
  font-size: 12px;
}

.signup-popup-holder label {
  color: #000000;
  font-size: 13px;
  /* font-family: avenir !important; */
}

.signup-popup-holder input {
  margin-bottom: 0 !important;
}

.signup-popup-holder .d-flex {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.signup-popup-holder .col-12 {
  width: 100%;
}

.signup-popup-holder .justify-content-center {
  justify-content: center;
}

.signup-popup-holder .avia-button {
  text-transform: uppercase;
  font-size: 16px;
  padding: 17px 50px;
}

.signup-popup-holder .form-footer-content{
  margin-top: 20px;
}

.signup-popup-holder .form-footer-content p {
  text-transform: initial;
  margin: 0;
  margin-bottom: 10px;
}

.signup-popup-holder .form-footer-content .row {
  margin-bottom: 0;
}

.signup-popup-holder .form-footer-content a {
  text-decoration: underline;
  color: #313131;
}

@media (max-width: 425px) {
  .signup-popup-holder h2 {
    font-size: 25px;
  }

  .signup-popup-holder h3 {
    font-size: 15px;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .signup-popup-holder .col-12 {
    margin-bottom: 15px;
  }

  .signup-popup-holder .row {
    margin-bottom: 0;
  }
}

.new-pricing-page-holder {
  width: 100%;
}

.new-pricing-page-holder .title-block {
  padding: 100px 0;
}

.new-pricing-page-holder .pricingtitle {
  font-size: 18px;
}

.new-pricing-page-holder .pricing-table-swicth {
  background: #f0f0f0;
  padding: 100px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.new-pricing-page-holder .heading_first {
  /* font-family: lulo !important; */
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new-pricing-page-holder .heading_first {
    font-size: 30px !important;
    text-transform: uppercase;
  }
}

.new-pricing-page-holder .pricing-table-swicth p {
  font-size: 14px;
  padding: 14px 0;
}

.pricing-table-swicth .container {
  padding: 0 20px;
}

.switcher {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switcher h5 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 5px 0 15px;
}

.switcher_input {
  display: none !important;
}

.switcher_label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 225px;
  height: 50px;
}

.switcher_indicator {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #d9d9d9;
  border-radius: 80px;
}

.switcher_indicator .monthly {
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  left: 75%;
  font-size: 18px;
  /* font-family: "avenir-heavy"; */
  color: black;
  transform: translate(-50%, -50%);
}

.switcher_indicator .yearly {
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  left: 25%;
  font-size: 18px;
  /* font-family: "avenir-heavy"; */
  color: black;
  transform: translate(-50%, -50%);
}

.switcher_indicator::before {
  position: absolute;
  content: "";
  width: 116px;
  height: 40px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  background: #008afc;
  height: 100%;
  border-radius: 80px;
  padding: 0 20px;
}

.switcher_input:checked+.switcher_indicator::before {
  transform: translateX(92%);
}

.section-data {
  padding-top: 100px;
}

.section-data .d-flex {
  display: flex;
}

.section-data .col-md-2 {
  width: 20%;
}

@media (max-width: 1100px) {
  .new-pricing-page-holder .pricing-table-swicth p {
    font-size: 16px;
    padding: 12px 0;
  }

  .section-data .col-md-2 {
    min-width: 230px;
  }

  .section-data {
    overflow-x: scroll;
  }
}

@media (max-width: 500px) {
  .section-data .col-md-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .most-popular-plan {
    margin-top: 70px;
  }
}

.single-data {
  text-align: center;
  background: #ffffff;
  margin: 0 10px;
  padding: 20px;
  height: 100%;
  position: relative;
}

.single-data .popular {
  color: #ffffff !important;
  font-size: 12px;
  background: #008afc;
  position: absolute;
  left: 0;
  width: 100%;
  top: -73px;
}

.single-data .popular p {
  color: #ffffff !important;
  /* font-family: lulo !important; */
}

.single-data h4 {
  font-size: 20x;
  color: #008afc;
  text-transform: uppercase;
  /* font-family: lulo; */
  margin-bottom: 20px;
  font-weight: 700;
}

.single-data .price span {
  color: #222222;
  font-size: 20px;
  /* font-family: lulo !important; */
  font-weight: 700;
}

.single-data .price span small {
  font-size: 10px;
}

.single-data .price p {
  color: #2b2b2b !important;
  font-size: 10px;
  margin: 0;
  font-weight: 600;
  /* font-family: "avenir-heavy" !important; */
}

.single-data .price p.red-text {
  color: red !important;
  padding: 0;
  font-size: 12px;
}

.single-data .price p.blue-text {
  color: #008afc !important;
  padding: 0;
  font-size: 12px;
}

.single-data button {
  color: #008afc;
  background: transparent;
  border: 1px solid #008afc;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
}

.single-data button:hover {
  background: #008afc;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.data-info {
  padding-top: 20px;
  border-top: 2px solid #d5d5d5;
  /* font-family: "avenir-regular" !important; */
}

.data-info h3 {
  color: #2b2b2b;
  font-size: 16px;
  /* font-family: lulo; */
  font-weight: 700;
}

.data-info ul li {
  color: #2b2b2b;
  margin-bottom: 10px;
}

.section-toggle {
  display: none;
}

.section-toggle.active {
  display: block;
}

#signup_popup .text_input.error-input {
  color: red !important;
  border-color: red !important;
}

#signup_popup .trial-text {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #cephx_service .flex_column_table.av-equal-height-column-flextable .flex_column.av_one_third .av_textblock_section:first-child p {
    min-height: auto;
  }

  #cephx_service .downloads a img {
    max-width: 20px;
    max-height: 20px;
  }

  #cephx_service .downloads a {
    margin-top: 2rem;
    display: block;
    line-height: 1.2;
  }

  #cephx_service.free-trial-button a.join_now_service {
    font-size: 20px !important;
  }

  .posts-archive .wrapper .main-box {
    width: auto;
    margin-top: 2rem;
  }

  .posts-archive .wrapper .thumb {
    width: auto;
    float: inherit;
  }

  .posts-archive .wrapper {
    height: auto;
    display: block;
  }

  #home_slider_section {
    padding-top: 0px;
  }
}

.free-trial-content p b {
  color: #008afc;
  font-size: 18px;
}

.free-trial-content p {
  text-align: left;
}

.free-trial-content {
  text-align: left;
  margin-top: 20px;
}

.free-trial-content ul {
  margin-bottom: 10px;
}

.signup_popup_2d.white-popup .popup-container {
  overflow-y: auto;
  max-height: 80vh;
  padding: 10px 60px;
}

@media only screen and (max-width: 768px) {
  .signup_popup_2d.white-popup .popup-container {
    padding: 10px 0px;
  }
}

.signup_popup_2d.white-popup ol,
.signup_popup_2d.white-popup ul {
  list-style: disc;
}

.signup_popup_2d.white-popup li {
  margin-left: 17px;
  font-weight: 400;
}

.signup_popup_2d.white-popup {
  max-height: 85vh;
  overflow: hidden;
  background: hsla(0, 0%, 100%, 1);
  padding: 60px 0 30px 0;
  background: linear-gradient(270deg,
      hsla(0, 0%, 100%, 1) 0%,
      hsla(203, 71%, 93%, 1) 100%);

  background: -moz-linear-gradient(270deg,
      hsla(0, 0%, 100%, 1) 0%,
      hsla(203, 71%, 93%, 1) 100%);

  background: -webkit-linear-gradient(270deg,
      hsla(0, 0%, 100%, 1) 0%,
      hsla(203, 71%, 93%, 1) 100%);
}

@media (max-width: 992px) {
  .show_mobile_menu nav .avia-menu.av-main-nav-wrap {
    padding-top: 20px;
  }

  .av_header_transparency #avia-menu li a {
    font-size: 15px !important;
    padding: 7px 6px !important;
  }
}

@media only screen and (max-width: 992px) {
  #cephx_footer .entry-content-wrapper.clearfix .flex_column:nth-child(3) {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  #cephx_footer .av_one_fourth {
    width: 100%;
    margin-bottom: 30px;
  }

  #cephx_footer .entry-content-wrapper.clearfix .flex_column:first-child {
    margin-bottom: 40px;
  }

  .footer_contact .right {
    margin-top: 22px !important;
  }
}

.signup_button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

#passwordCriteria div:first-child {
  margin-top: 5px;
}

.responsive #top #wrap_all .flex_column {
  margin-bottom: 0;
}

.avia_textblock .button-block .button-trial,
.qa-services-box-button a {
  border-radius: 52px;
  display: inline-block;
  font-size: 17px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 7px 38.1px 0px rgba(72, 109, 195, 0.5);
}

.hero-section {
  padding-top: 50px;
  max-width: 100vw;
  background-color: rgba(230, 237, 253, 1);
}

.hero-section .main-container {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.hero-section .main-container:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='291' height='291' viewBox='0 0 291 291' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='145.5' cy='145.5' r='143.5' stroke='%23015EFD' stroke-width='2.39167' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0.06 29.9' /%3E%3Cellipse cx='145.5' cy='145.576' rx='111.81' ry='112.109' stroke='%23015EFD' stroke-width='2.39167' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0.06 29.9' /%3E%3Cellipse cx='145.5' cy='145.576' rx='78.925' ry='79.224' stroke='%23015EFD' stroke-width='2.39167' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0.06 29.9' /%3E%3Cellipse cx='145.5' cy='145.576' rx='45.4417' ry='45.7406' stroke='%23015EFD' stroke-width='2.39167' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='0.06 29.9' /%3E%3Ccircle cx='176.592' cy='72.3309' r='4.18542' fill='%23015EFD' /%3E%3Ccircle cx='37.8749' cy='116.577' r='4.18542' fill='%23015EFD' /%3E%3Ccircle cx='177.788' cy='220.615' r='4.18542' fill='%23015EFD' /%3E%3Ccircle cx='89.2957' cy='48.4144' r='10.7625' fill='%23015EFD' /%3E%3Ccircle cx='145.5' cy='145.277' r='22.1229' fill='%23015EFD' /%3E%3Ccircle cx='110.821' cy='110.598' r='6.57708' fill='%23015EFD' /%3E%3Ccircle cx='241.765' cy='201.481' r='6.57708' fill='%23015EFD' /%3E%3Ccircle cx='224.425' cy='261.871' r='10.7625' fill='%23015EFD' /%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 57%;
  width: 300px;
  height: 300px;
  content: "";
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .hero-section .main-container {
    display: block;
    padding: 30px 0;

  }

  .hero-section .main-container:before {
    content: none;
  }
}

.hero-section .main-container .col {
  margin: 0 10px;
  position: relative;
}

@media (max-width: 992px) {
  .hero-section .main-container .col {
    text-align: center;
  }
}

.hero-section .main-container .col:nth-child(2) {
  text-align: right;
}

@media (max-width: 992px) {
  .hero-section .main-container .col:nth-child(2) {
    text-align: center;
  }
}

.hero-section .main-container span {
  color: rgba(1, 94, 253, 1);
  font-weight: 800;
  font-size: 17px;
  /* font-family: "avenir-heavy" !important; */
  display: block;
}

.hero-section .main-container p {
  color: #575457 !important;
  font-weight: 800;
  font-size: 17px;
  display: block;
  margin: 0;
  max-width: 330px;

  @media (max-width: 992px) {
    margin: auto;
  }
}

.hero-section .main-container h1 {
  max-width: 560px;
  font-weight: 800;
  color: #000;
  font-size: 45px;
  line-height: 1.2;
  text-transform: unset;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  body .hero-section .main-container h1 {
    max-width: inherit;
    font-size: 24px !important;

  }
}

.hero-section .main-container .hero-section-button {
  box-shadow: 0px 7px 38.1px 0px rgba(72, 109, 195, 0.5);
  background-color: rgba(1, 94, 253, 1);
  padding: 16px 56px;
  color: #fff;
  border-radius: 52px;
  margin-top: 24px;
  display: inline-block;
  font-size: 17px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .hero-section .main-container .hero-section-button {
    padding: 14px 26px;
    font-size: 17px;
  }
}

.hero-section .main-container .hero-section-button:hover {
  transition: linear 0.2s;
  box-shadow: 0px 7px 50.1px 0px rgba(72, 109, 195, 0.5);
  text-decoration: none;
}

.hero-section .main-container .hero-section-button b {
  color: white;
}

.hero-section .main-container .hero-image {
  z-index: 9;
  position: relative;
  border-radius: 15px;
  max-width: 530px;
}

@media (max-width: 992px) {
  .hero-section .main-container .hero-image {
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 70%;
  }
}

.hero-section .logo-section .logo-content {
  margin: auto;
  margin-top: 2rem;
  display: flex;
}

.hero-section .logo-section .logo-content .col {
  margin: 0;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .hero-section .logo-section .logo-content {
    justify-content: center;

  }

  .hero-section .logo-section .logo-content .col {
    padding: 10px;
    margin: 0;
  }
}

.hero-section .logo-section .logo-content .col img {
  max-height: 56px;
}

@media (max-width: 992px) {
  .hero-section .logo-section .logo-content .col:first-child {
    padding: 10px;
  }
}

.hero-section .logo-section .logo-content .col:last-child {
  border-right: 0;
}



body #wrap_all .av_header_glassy {
  border-bottom: 1px solid rgba(212, 227, 255, 1);
}

body #wrap_all .av_header_glassy .avia-standard-logo img {
  max-height: 35px;
  width: auto !important;
}

body #wrap_all .av_header_glassy li a {
  color: #000 !important;
}

body #wrap_all .av_header_glassy li a:hover {
  color: #323232 !important;
}

body #wrap_all .av_header_glassy .header-button-login {
  color: #000 !important;
}

body #wrap_all .header-button-login {
  background-color: transparent;
  border: 0;
}

body #wrap_all header .contain-header-contact-info .open-popup-link.singnup-btn {
  background-color: rgba(1, 94, 253, 1) !important;
  border: 0;
  border-radius: 24px;
}

body #wrap_all header .contain-header-contact-info .open-popup-link.singnup-btn:hover {
  text-decoration: none;
}

body #wrap_all #header_main_alternate {
  left: 38% !important;
}

.av_header_glassy.av_header_transparency #avia-menu li:not(.menu-item-language) a:hover {
  color: #000 !important;
}

#top .av_header_glassy.av_header_transparency.av_alternate_logo_active .logo a>img {
  opacity: 1;
}

.html_header_top.html_header_sticky #header .header-button-login {
  color: #000;
}

.html_header_top.html_header_sticky #header.av_header_transparency .header-button-login {
  color: #fff;
}

#home_slider_section {
  .container{
		position: inherit;
		    max-width: 100%;
    padding: 0;
	}
	.trusted-companies {
    padding-bottom: 0;
    .logo-container {
      overflow: inherit;
      margin-top: 8rem;
  }
  }
.trusted-container-logos h3{
  display: none;
}
}
.trusted-companies img {
  width: auto;
  min-width: 80px;
  max-height: 50px;
}

.trusted-companies .image-box {
  width: 140px;
  padding: 10px 20px;
  border: 1px solid rgba(230, 237, 253, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;

}

.trusted-companies .logo-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-companies {
  position: relative;
  margin-top: 35px;
  padding-bottom: 40px;
}

@media (max-width: 640px) {
  .trusted-companies .image-box {
    padding: 0px 20px;
  }

  .trusted-container-logos {
    margin-top: 40px;
  }
}

.trusted-container-logos {
  max-width: 100vw;
}

.testimonial-rotator .testimonial-author {
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonial-rotator .testimonial-author p {
  margin: 0;
}

.author-info .author-name b {
  color: #000;
  font-weight: bold;
}

body .author-info .author-cite,
body .author-info .avia-testimonial-subtitle {
  color: rgba(1, 94, 253, 1) !important;
  font-weight: bold;
}

.testimonial-item {
  background-color: rgba(255, 255, 255, 1);
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.testimonial-item:hover {
  cursor: pointer;
}

.testimonial-content {

  padding: 20px;
}

.testimonial-author {
  padding: 20px;
  border-top: 1px solid rgba(212, 227, 255, 1);

}

.testimonial-content p {
  color: #000;
  font-size: 15px;
}

.swiper-slide {
  max-width: calc(33, 3%) !important;
}

@media (max-width: 640px) {
  .swiper-slide {
    max-width: calc(100% - 0px) !important;
  }
}


.swiper-wrapper {
  max-width: 100vw !important;

}

.swiper-container {
  overflow: hidden !important;
  margin: 40px 0;
}

@media (max-width: 640px) {
  .swiper-container {
    margin-bottom: 90px;
  }
}

.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.author-image .author-img {
  background-position: center;
  aspect-ratio: 1;
  max-height: 60px;
  width: auto;
  filter: grayscale(1);
  background-size: cover;
  border-radius: 100px;
  height: 60px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 34px;
}


.services-shortcode .single-service .heading {
  min-height: 100px;
}

.services-shortcode .single-service .btn {
  border: 1px solid rgba(1, 94, 253, 1);
  border-radius: 20px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 15px;
  margin-top: 1rem;
  color: rgba(1, 94, 253, 1);
}

.services-shortcode .single-service .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.services-shortcode .single-service p {
  color: black;
  font-size: 17px;
  font-weight: 600;
}

.services-shortcode .single-service span {
  color: rgba(1, 94, 253, 1);
  font-weight: 900;
  font-size: 15px;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  display: block;
}

.services-shortcode .single-service img {
  width: 100%;
}

.services-shortcode .single-service h3 {
  font-size: 26px;
  font-weight: 800;
  color: #000;
}

.services-shortcode .services-row {
  display: flex;
  gap: 20px;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}

.services-shortcode .single-service {
  background-color: #fff;
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  /* default to 3 columns */
}

.main-slider-swiper .swiper-button-prev-unique {
position: absolute;
left: -70PX;
top:50%;
cursor: pointer;
transform: translateY(-50%);
z-index: 999;
}
.main-slider-swiper .swiper-button-next-unique {
  position: absolute;
  right: -70PX;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;

  }
  .swiper-button-disabled{
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
.main-slider-swiper {
position: relative;
}
.testimonial-section {
  position: relative;
  }
.testimonial-section .swiper-button-prev-unique-testimonial {
  position: absolute;
  left: -70PX;
  top:50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 999;
  }
  .testimonial-section .swiper-button-next-unique-testimonial {
    position: absolute;
    right: -70PX;
    top:50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
    }
    .swiper-button-disabled{
    opacity: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
 



/* Media query for 900px and smaller screens */
@media (max-width: 900px) {
  .testimonial-section .swiper-button-next-unique-testimonial{
    right: -10PX;

  }
  .testimonial-section .swiper-button-prev-unique-testimonial {
    left: -10PX;

  }
  .main-slider-swiper .swiper-button-next-unique {
    right: -10PX;

  }
  .main-slider-swiper .swiper-button-prev-unique {
    left: -10PX;

  }
  .services-shortcode .single-service {
    flex: 1 1 calc(50% - 20px);
    /* 2 columns */
  }
}

/* Media query for 600px and smaller screens */
@media (max-width: 600px) {
  .services-shortcode .single-service {
    flex: 1 1 100%;
    /* 1 column */
  }
}

@media (min-width: 900px) {
  .services-shortcode .single-service p {
    min-height: 140px;
  }
  .services-shortcode.swiper-container-services .single-service p {
    min-height: 200px;
  }
}


.hero-section-button b {
  color: #fff !important;
}

.hero-section-button {
  box-shadow: 0px 7px 38.1px 0px rgba(72, 109, 195, 0.5);
  background-color: rgba(1, 94, 253, 1);
  padding: 16px 56px;
  color: #fff !important;
  border-radius: 52px;
  margin-top: 24px;
  display: inline-block;
  font-size: 17px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .hero-section-button {
    padding: 14px 26px;
    font-size: 17px;
  }
}


.services-short h2 {
  color: rgba(1, 94, 253, 1);
  font-size: 30px;
  margin-bottom: 1.5rem;
}

.services-short p {
  color: #000;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 1rem;
}

.swiper-container-services .single-service{
flex: none;
}
.swiper-container-services{
  margin-top: 20px;
  overflow: hidden;
}