.mybtn-submit,
.mybtn2,
.play-icon i,
.text-reasons h3:nth-child(2) {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.demo-footer,
.number,
.play-icon i,
.pos-cen {
  text-align: center;
}
*,
::after,
::before,
y-iframe div iframe {
  box-sizing: border-box;
}
.csslider > .arrows,
.csslider > .navigation {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.mega-menu-heading,
.name:hover,
.top-links-item > a:hover {
  text-decoration: underline !important;
}

.cta,
.demo-footer > a {
  text-decoration: none;
}
.text-reasons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: rotate(-10deg);
}
.number,
label {
  display: inline-block;
}
.heart,
.play-icon i {
  transform-origin: center;
}
.text-reasons h3:nth-child(3) {
  background: #00afe4;
  line-height: 1.5;
  padding-left: 2rem;
}
.text-reasons h3:nth-child(4) {
  background: #222529;
  font-size: 2.25rem;
  padding: 0.5rem 1.25rem;
  margin-left: 15%;
}
.text-reasons .highlighted-word {
  letter-spacing: -0.025em;
}
.text-reasons .highlighted-word:after {
  bottom: -0.33em;
  left: 10%;
  transform: scaleY(-1);
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .mybtn2 {
    font-size: 10px !important;
    padding: 4px 12px !important;
    left: unset;
    top: 75%;
    right: -93px;
  }
  .modal.left.fade .modal-dialog {
    left: unset;
    right: -1px;
    top: 4.8rem;
  }
  .modal.left .modal-content {
    border-radius: 20px 3px 3px 20px;
  }
  .modal.left.fade.in .modal-dialog {
    left: 0;
    top: 13%;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 18px !important;
    height: 20px !important;
  }
}
.fbox-content p {
  color: #5c5c5c;
}
@media (min-width: 992px) {
  .mega-menu-style-2 .mega-menu-column {
    padding: 30px 6px 20px 15px;
  }
  .sub-menu-container .menu-item > .menu-link {
    font-weight: 700;
  }
  .sub-menu-container .menu-item > .menu-link:hover {
    font-weight: 600;
  }
  .sub-menu-container {
    width: 317px;
  }
  .my-roadmap-icons {
    width: 100%;
    height: 11rem;
    padding: 0;
    margin-bottom: 75px;
  }
  .header-size-md .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 0;
    font-size: 15px;
  }
}
.play-icon i {
  width: 121px;
  height: 86px;
  line-height: 87px;
  font-size: 123px;
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  color: #fff;
  border-radius: 41%;
  padding-left: 0;
  transition: transform 0.3s;
  animation: 0.8s infinite alternate beat;
  background-size: 300% 300%;
}
@keyframes beat {
  to {
    transform: scale(1.04);
  }
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 330px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  overflow-y: auto;
  border-radius: 3px 20px 20px 3px;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 0;
}
.modal.left.fade .modal-dialog {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s linear, left 1.2s ease-out;
  -moz-transition: opacity 0.3s linear, left 1.2s ease-out;
  -o-transition: opacity 0.3s linear, left 1.2s ease-out;
  transition: opacity 0.3s linear, left 1.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
  top: 21%;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 1.2s ease-out;
  -moz-transition: opacity 0.3s linear, right 1.2s ease-out;
  -o-transition: opacity 0.3s linear, right 1.2s ease-out;
  transition: opacity 0.3s linear, right 1.2s ease-out;
}
.my-read-more,
.mybtn-submit,
.mybtn2,
.text-reasons h3:nth-child(2) {
  transition: transform 0.3s;
  animation: 3s infinite alternate animdgradient;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  padding: 0 15px;
  border-bottom-color: #eee;
  background-color: #fafafa;
}
.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}
.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
}
.btn-demo:focus,
.cta:focus {
  outline: 0;
}
.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
}
.demo-footer > a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
fieldset {
  margin-bottom: 30px;
  border: none;
}
legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
label.light {
  font-weight: 300;
  display: inline;
}
.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.mybtn-submit,
.mybtn2 {
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  background-size: 300% 300%;
}
.modal-header .close {
  position: absolute;
  right: 10%;
  font-size: 3em;
}
.modal-header .close span {
  position: absolute;
  right: -41%;
  top: 11px;
}
.mybtn2 {
  z-index: 5;
  transform: rotate(-90deg);
  /* width: 210px; */
  position: fixed;
  top: 50%;
  left: -90px;
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .mybtn2 {
    font-size: 15px !important;
    font-weight: 600;
    padding: 4px 12px !important;
    left: unset;
    top: 50%;
    right: -89px;
    width: 210px;
  }
  .modal.left.fade .modal-dialog {
    left: unset;
    right: -1px;
    top: 4.8rem;
  }
  .modal.left .modal-content {
    border-radius: 20px 3px 3px 20px;
  }
  .modal.left.fade.in .modal-dialog {
    left: 0;
    top: 13%;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.my-form-control,
.my-ta {
  padding-left: 43px !important;
}
.form-icon {
  position: absolute !important;
}
.my-form-control {
  height: calc(1.5em + 0.9rem + 2px) !important;
}
.footer-logo {
  margin-top: 8px;
  padding-right: 18px;
  width: 25%;
}
.breadcrumb-item + .breadcrumb-item::before,
.swiper-navBtn:hover {
  color: #fff;
}
.my-toggle-header {
  font-weight: unset !important;
}
.my-nav-icon {
  width: 5% !important;
  margin-right: 10px !important;
}
.widget_links2 li a {
  color: #fe9b0e;
}
.widget_links2 li::before {
  content: "\e7a1" !important;
  font-family: font-icons;
  color: #fe9b0e;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 8px;
}
.my-read-more {
  left: 43% !important;
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  background-size: 300% 300%;
}
@media screen and (max-width: 780px) {
  .fbox-center {
    -ms-flex-direction: column;
    flex-direction: unset;
    -ms-flex-align: center;
    align-items: unset;
    text-align: unset;
  }
  .my-read- more {
    left: 21% !important;
  }
}
.text-reasons label {
  font-size: 12.5rem;
  line-height: 0.8;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-shadow: 7px 6px 0 #00afe4;
}
.csslider > ul,
.cta span:nth-child(2),
.highlight-step,
.my-iframe div {
  position: relative;
}
blurIn {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
}
.appear-animation-visible,
.csslider > .navigation label:hover:after,
.csslider > input:first-of-type:checked ~ .navigation label:first-of-type:after,
.csslider
  > input:nth-of-type(10):checked
  ~ .navigation
  label:nth-of-type(10):after,
.csslider
  > input:nth-of-type(11):checked
  ~ .navigation
  label:nth-of-type(11):after,
.csslider
  > input:nth-of-type(2):checked
  ~ .navigation
  label:nth-of-type(2):after,
.csslider
  > input:nth-of-type(3):checked
  ~ .navigation
  label:nth-of-type(3):after,
.csslider
  > input:nth-of-type(4):checked
  ~ .navigation
  label:nth-of-type(4):after,
.csslider
  > input:nth-of-type(5):checked
  ~ .navigation
  label:nth-of-type(5):after,
.csslider
  > input:nth-of-type(6):checked
  ~ .navigation
  label:nth-of-type(6):after,
.csslider
  > input:nth-of-type(7):checked
  ~ .navigation
  label:nth-of-type(7):after,
.csslider
  > input:nth-of-type(8):checked
  ~ .navigation
  label:nth-of-type(8):after,
.csslider
  > input:nth-of-type(9):checked
  ~ .navigation
  label:nth-of-type(9):after {
  opacity: 1;
}
.z-index-1 {
  z-index: 1 !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
label {
  margin-bottom: 0.5rem;
}
.text-reasons h3 {
  text-transform: uppercase;
  padding: 0.75rem 1.3rem;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0.4rem;
  font-weight: 800;
}
.text-reasons h3:nth-child(2) {
  background: 0 0/300% 300% #eb981b;
  margin-left: 0;
}
.text-reasons h3:nth-child(3) {
  margin-left: 6rem;
  font-size: 1.1rem;
}
html .text-color-dark {
  color: #fe6b03 !important;
}
.font-weight-extra-bold,
font-weight-extrabold {
  font-weight: 800 !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.text-12 {
  font-size: 3.5em !important;
}
.text-6 {
  font-size: 1.8em !important;
  line-height: 1.2 !important;
  letter-spacing: -0.05em;
}
.my-fbox-icon {
  width: 7rem;
  height: 5rem;
}
.my-iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
y-iframe div iframe {
  background: url(demos/seo/images/macbookpro2.png) center center/contain
    no-repeat;
  padding: 14.5% 15.5% 16.8%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 780px) {
  .fluid-width-video-wrapper,
  .my-video {
    height: 300px;
  }
  .start-cta {
    font-size: 1.5rem !important;
  }
  .my-iframe div iframe {
    padding: 18.5% 16.5% 21.8%;
  }
  .footer-logo {
    width: 58%;
  }
  .button.button-large {
    padding: 8px 17px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.content-wrap {
  padding: 25px 0 !important;
}
.tagBx strong {
  display: block;
  color: #020a17;
  font-size: 15px;
  font-weight: 400;
}
.tagBx span {
  display: inline-block;
  background: #58b0e4;
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  margin: 5px 5px 0 0;
  border-radius: 5px;
}
.pricing-title a {
  color: #58b0e4;
}
.pricing-title a:hover {
  color: #ed9521;
}
@media (max-width: 479px) {
  .tagBx span {
    font-size: 10px;
    padding: 5px 8px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.top-links-item a {
  color: #444;
}
.my-top-link {
  width: 60px;
  height: 37px;
}
.top-links-item a img {
  top: -2px;
  width: 25px !important;
  height: 25px !important;
}
.my-top-image:hover {
  width: 19px;
  height: 19px;
}
.heart {
  animation: 1s infinite alternate beat;
}
.heading-block h2 {
  font-size: 42px;
  font-weight: 600 !important;
}
@media screen and (min-width: 780px) {
  .my-btn-banner {
    font-size: 1.5rem !important;
  }
}
.owl-prev {
  left: 0 !important;
}
.start-cta {
  font-size: 1.6rem !important;
}
.my-span {
  color: #fe9603 !important;
  width: fit-content;
}
.my-image-logo {
  width: 44%;
  margin-left: 107px;
  margin-top: -19px;
}
@media only screen and (min-width: 320px) and (max-width: 780px) {
  .my-image-logo {
    width: 53%;
    margin-left: 91px;
  }
  .slider .slider-inner {
    background-position: left !important;
  }
  .button.button-desc {
    font-size: 1rem;
  }
  .text-reasons h3:nth-child(2) {
    margin-left: 36px !important;
  }
  .heading-block h2 {
    font-size: 26px;
  }
  .my-roadmap-icons {
    width: 87% !important;
    height: 16rem !important;
  }
  .my-heading-block {
    text-align: center !important;
  }
  .my-roadmap-h4 {
    font-size: 1.4rem !important;
  }
  .my-badge {
    font-size: 22px !important;
    line-height: 1.2rem;
  }
  .my-heading-2 {
    font-size: 32px !important;
  }
  .fluid-width-video-wrapper,
  .my-video {
    height: 300px;
  }
  .start-cta2 {
    font-size: 1.6rem !important;
  }
  .read-more-wrap {
    margin-top: 35px;
  }
  .my-cta {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.mega-menu-style-2 .mega-menu-title > .menu-link {
  text-transform: unset !important;
}
.my-roadmap-icons {
  width: 7.5rem;
  height: 6rem;
}
@media (min-width: 992px) {
  .mega-menu-style-2 .mega-menu-column {
    padding: 30px 6px 20px 15px;
  }
  .sub-menu-container .menu-item > .menu-link {
    font-weight: 700;
  }
  .sub-menu-container .menu-item > .menu-link:hover {
    font-weight: 600;
  }
  .sub-menu-container {
    width: 317px;
  }
  .my-roadmap-icons {
    width: 83%;
    height: 11rem;
    padding: 0;
  }
}
.heading-block h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.svg-trigger {
  width: 57px;
  height: 57px;
}
.mega-menu-heading {
  color: #fe9603 !important;
  font-weight: 700;
}
.button-3d.button-teal:hover {
  background-color: #f0f8ff !important;
  color: #fe9617 !important;
}
.cta {
  display: flex;
  padding: 38px 33px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #298ac3;
  transition: 1s;
  box-shadow: 6px 6px 0 #f6d368;
  transform: skewX(-15deg);
}
.csslider,
.csslider > .navigation label,
.csslider > ul > li {
  position: relative;
  display: inline-block;
}
.foot-email,
.top-links-item > a:hover {
  color: #ff8f00 !important;
}
.con-inf,
.my-top-image {
  transition: transform 0.3s ease-in-out;
}
.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #fbc638;
  color: #fff;
}
.cta span:nth-child(2) {
  transition: 0.5s;
  margin-right: 50px;
  width: 20px;
  margin-left: 30px;
  top: 12%;
}
.cta:hover span:nth-child(2) {
  transition: 0.5s;
  margin-right: 45px;
}
.cta span {
  transform: skewX(15deg);
}
path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}
.cta path.three {
  animation: 1s 0.2s infinite color_anim;
}
.cta path.one {
  transform: translateX(0);
  animation: 1s 0.6s infinite color_anim;
}
.cta path.two {
  transform: translateX(0);
  animation: 1s 0.4s infinite color_anim;
}
@keyframes color_anim {
  0%,
  100% {
    fill: white;
  }
  50% {
    fill: #fbc638;
  }
}
@media only screen and (max-device-width: 480px) {
  .cta {
    padding: 38px 21px;
    font-size: 26px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.my-cta {
  font-size: 15px !important;
}
.my-top-image {
  border-radius: unset !important;
  width: 25px !important;
  height: 25px !important;
}
@media (min-width: 321px) and (max-width: 480px) {
  .my-cta {
    font-size: 5px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
  .header-size-md #header-wrap #logo img {
    height: 45px !important;
    max-width: 100px !important;
  }
  .top-links-item > a {
    padding: 7px !important;
    font-size: 10px !important;
  }
}
.jump-effect img {
  transition: transform 0.2s ease-in-out;
}
.jump-effect:hover img {
  transform: translateY(-20px);
}
small:hover {
  color: #ff9000 !important;
  text-decoration: underline;
}
.foot-email:hover {
  color: #343a40 !important;
}
.bg-white:hover,
.highlight-step {
  color: #fff !important;
}
@keyframes glow {
  0%,
  100%,
  50% {
    box-shadow: 0 0 80px #fea01c;
  }
}
.highlight-step {
  background-color: #fea01c;
  font-weight: 600;
  font-size: 16px;
  transform: scale(1.3);
  animation: 0.5s infinite alternate beat;
}
.highlight-step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fea01c;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.con-inf:hover,
.my-top-image:hover {
  transform: scale(1.5);
}
.mlp {
  padding-left: 0 !important;
}
.testp-img {
  background-color: wheat;
}
.fivestar {
  font-weight: 900;
  color: #f8b805 !important;
  font-size: 25px !important;
  margin-bottom: 18px !important;
}
.test-card {
  border: 3px solid #fe9603 !important;
}
.owl-next,
.owl-prev {
  background-color: #fe9603 !important;
  color: #fff !important;
}
.owl-next i,
.owl-prev i {
  color: #fff !important;
}
.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  text-align: left;
  margin-bottom: 22px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > .navigation > div,
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:first-of-type:checked ~ ul li:first-of-type {
  margin-left: 0;
}
.csslider > ul {
  width: 820px;
  height: 420px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  border: 10px solid #fff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csslider > ul > li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: 0.5s ease-out;
  -webkit-transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation label {
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}
.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #ff8f00;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.csslider > .arrows {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #ff8f00;
  margin: 0;
}
.csslider > .arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:first-of-type:checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:first-of-type,
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:first-of-type:checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#slider1 {
  margin: 20px;
  font-family: Lato;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg {
  width: 80%;
  padding: 22px;
  -moz-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition: 0.5s 0.9s;
  -o-transition: 0.5s 0.9s;
  -webkit-transition: 0.5s 0.9s;
  transition: 0.5s 0.9s;
}
video {
  width: 710px;
  height: 400px;
  background: url("") 0 0 / cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.legal-emoji {
  font-size: 34px !important;
  margin-left: 45px !important;
  color: #fd9f19 !important;
}
.design-team-mob,
.map-title-mob {
  font-size: 42px !important;
  font-weight: 600 !important;
}
.slide-container {
  width: 100%;
  padding: 30px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.testimonial-card {
  border-radius: 25px;
  background-color: #f3f3f3;
  height: 286px;
}
.overlay,
.overlay::after,
.overlay::before {
  position: absolute;
  background-color: #4070f4;
}
.testimonial-card-content {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
}
.star-row {
  margin-top: 5px;
}
.overlay {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0;
}
.swiper-navBtn,
.swiper-pagination-bullet-active {
  background-color: #fea01c;
}
.overlay::after,
.overlay::before {
  content: "";
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
}
.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: left !important;
  padding-top: 7px;
  margin-bottom: 0 !important;
  margin-left: -7px;
}
.review-readmore {
  color: #000 !important;
  font-weight: 600;
}
.description {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 1.5;
}
.swiper-navBtn {
  transition: color 0.3s;
  color: #fff;
}
.swiper-navBtn::after,
.swiper-navBtn::before {
  font-size: 25px;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-pagination-bullet {
  background-color: #fea01c;
  opacity: 1;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 -25px;
  }
  .swiper-navBtn {
    display: none;
  }
}
.google-col {
  text-align: end;
  margin-top: 4px;
  padding-right: 26px;
}
.icon-rate {
  color: #fcbf02 !important;
  font-size: 24px;
}
.google-img-col {
  padding-right: 0 !important;
  padding-left: 14px !important;
}
@media only screen and (max-width: 480px) {
  .card,
  .csslider > ul,
  .fluid-width-video-wrapper {
    height: auto !important;
  }
  .google-col {
    text-align: end;
    margin-top: -80px;
    padding-right: 26px;
  }
  .client-img-60 {
    width: 60px !important;
  }
  .csslider > .arrows {
    position: absolute;
    left: -15px !important;
    top: 50% !important;
    width: 100%;
    height: 26px;
    padding: 0 14px !important;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .csslider {
    display: block !important;
  }
  .csslider > ul {
    position: relative;
    width: 820px;
  }
  @media only screen and (max-width: 768px) {
    .csslider ul {
      width: 100%;
    }
    .csslider {
      display: block !important;
    }
    .csslider li {
      display: block;
      text-align: center;
    }
    .csslider li p {
      margin: 0;
    }
    .csslider li iframe,
    .csslider li video {
      width: 100%;
      height: 100% !important;
    }
  }
  .testimonial-card-page {
    height: 260px;
    margin-bottom: 20px;
    border: 1px solid #fe9603 !important;
  }
  .testpage-title-video {
    color: red !important;
    font-weight: 700 !important;
    font-size: 18px !important;
  }
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
  }
  .card-title-testimonial {
    font-size: 18px !important;
    color: #000 !important;
  }
  .map-title-mob,
  .testimonial-title-main {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .testimonial-title-main {
    color: #333 !important;
  }
  .design-team-mob {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .banner-section {
    padding: 30px 0 !important;
  }
  .page-google-slider {
    height: 450px !important;
  }
  .testp-img {
    margin-bottom: 30px;
  }
  .home-title-h {
    font-size: 32px !important;
  }
}
.tool-subheading {
  font-size: 16px !important;
  margin-top: 15px !important;
  font-weight: 500 !important;
}
.banner-section {
  position: relative;
  background-image: url("../images/map4.png");
  background-size: cover;
  background-position: center;
  padding: 125px 0;
  text-align: center;
  color: #fff;
  height: 400px !important;
}
.banner-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.page-google-slider {
  height: 360px;
}
