header {
    height: 145px;
}
.banner-home .h1 {
  color:#000 !important;
}
.banner-home {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
}
.banner-home p {
    max-width: 600px;
    font-size: 24px;
    color: #1E1E1E;
    padding-top: 40px;
    padding-bottom: 45px;
	font-family: 'p22_mackinacregular';
	line-height: 1.16;
}
.banner-both-btn .btn-posh{
    float: left;
    margin-right: 13px;
}
.banner-both-btn .btn-posh:last-child {
    margin-right: 0;
}
.banner-both-btn .btn-posh {
    padding: 12px 18px;
}

.business-home {
    padding-top: 55px;
}
.all-business-home {
    margin-top: 64px;
}
.single-box:nth-child(1),
.single-box:nth-child(2) {
    padding-top:0;
}
.single-box {
    width:calc(50% - 2px);
    float: left;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 32px;
}
.single-box:nth-last-child(2),
.single-box:last-child {
    border-bottom: none;
}
.single-box:nth-child(even) {
    border-right: 0;
}
.single-box .icon-opportunity,
.single-box .icon-callers,
.single-box .icon-tech,
.single-box .icon-quickly {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-box .icon-opportunity {
    font-size: 63px;
}
.single-box .icon-callers {
    font-size: 52px;
}
.single-box .icon-tech {
    font-size: 53px;
}
.single-box .icon-quickly {
    font-size: 54px;
}
.single-box .h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-box p {
    font-family: 'Runda';
    font-size: 18px;
    line-height: 1.11;
    font-weight: 300;
}
.single-inner-box {
    padding-left: 40px;
    padding-right: 40px;
}


.testimonial-home {
    clear: both;
    float: left;
    width: 100%;
}
.testimonial-top-home .testimonial-inner-home {
  margin-top: 100px;
}
.testimonial-top-home .testimonial-bottom {
  /*margin-top: 5px;*/
}
.testimonial-inner-home {
  width: 700px;
  margin-left: auto;
  margin-top: 135px;
  margin-right: auto;
}
.testimonial-inner-home p {
  font-family: 'GT America Expanded';
  color: #1E1E1E;
  line-height: 1.25;
  font-size: 24px;
  font-weight: 700;
}
.testimonial-inner-home p .green-text {
    color: #6FC097;
}
.testimonial-inner-home .h5 {
    text-align: right;
    font-family: 'GT America Expanded';
    font-size: 24px !important;
    font-weight: 700;
}
.testimonial-inner-home blockquote {
  width: 100%;
  margin: 0;
}
.testimonial-inner-home blockquote p {
  position: relative;
}

.testimonial-inner-home blockquote p:before,
.testimonial-inner-home blockquote p:after {
  font-family: 'GT America Expanded';
  content: "\201C";
  position: relative;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 1;
  color: #1E1E1E;
  line-height: 0
}

.testimonial-inner-home blockquote p:after {
  position: relative;
  line-height: 0;
  top: 0;
  content: "\201D";
}
.testimonial-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.testimonial-bottom ul {
  margin-right: 20px;
}
.testimonial-bottom ul li {
  float: left;
  margin-right: 2px;
  font-size: 26px;
  max-height: 26px;
}
.testimonial-bottom ul li:last-child {
  margin-right: 0;
}
ul.star-1 li:nth-child(1) .icon-star-icon .path1::before,
ul.star-2 li:nth-child(1) .icon-star-icon .path1::before,
ul.star-2 li:nth-child(2) .icon-star-icon .path1::before,
ul.star-3 li:nth-child(1) .icon-star-icon .path1::before,
ul.star-3 li:nth-child(2) .icon-star-icon .path1::before,
ul.star-3 li:nth-child(3) .icon-star-icon .path1::before,
ul.star-4 li:nth-child(1) .icon-star-icon .path1::before,
ul.star-4 li:nth-child(2) .icon-star-icon .path1::before,
ul.star-4 li:nth-child(3) .icon-star-icon .path1::before,
ul.star-4 li:nth-child(4) .icon-star-icon .path1::before,
ul.star-5 li:nth-child(1) .icon-star-icon .path1::before,
ul.star-5 li:nth-child(2) .icon-star-icon .path1::before,
ul.star-5 li:nth-child(3) .icon-star-icon .path1::before,
ul.star-5 li:nth-child(4) .icon-star-icon .path1::before,
ul.star-5 li:nth-child(5) .icon-star-icon .path1::before {
  color: #00B67A;
}

.service-home {
    clear: both;
    display: flex;
    padding-top: 90px;
}
.left-service-home {
    width: 690px;
}
.left-service-home .h2 {
    margin-bottom: 36px;
}
.right-service-home {
  width: 198px;
  height: 198px;
  border-radius: 100%;
  border: 4px solid #6FC097;
  margin-left: 115px;
  margin-top: 17px;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-service-home .icon-card-service {
  font-size: 111px;
}
.right-service-home::before {
    width:330px;
    height: 4px;
    position: absolute;
    left:198px;
    top:calc(50% - 2px);
    content: "";
    background: #6FC097;
    z-index: -9;
}

.professional-section {
    margin-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    overflow: hidden;
}
.right-professional {
    max-width: 703px;
    float: right;
    padding-top: 50px;
}
.right-professional .h2 {
    margin-bottom: 25px;
}
.right-professional .btn-posh {
    margin-top: 40px;
}
.capabilities-home {
    padding-top: 80px;
}
.capabilities-home .h3 {
    /* font-weight: bold; */
    margin-bottom: 40px;
}
.capabilities-inner-home {
    overflow: hidden;
    margin-bottom: 75px;
}
.capabilities-inner-home ul {
    border-right: 1px solid #000000;
    width:calc(50% - 2px);
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.capabilities-inner-home ul:last-child {
    border-right:0;
}
.capabilities-inner-home ul li {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 26px;
}
.capabilities-inner-home ul li:last-child {
    margin-bottom: 0;
}
.capabilities-inner-home ul li span {
    color: #6FC097;
}
.capabilities-home .text-center {
    clear: both;
}

.tour-app-section {
    padding-top: 75px;
}
.tour-img {
    max-width: 1084px;
    margin:55px auto 0 auto;
    position: relative;
    height: 552px;
}
.tour-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 552px;
  width: 100%;
  border: 0;
  border-radius: 30px;
}

.tour-img img {
  height: 552px;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.video-icon {
    width: 0;
    height: 0;
    border-top: 48px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 80px solid #6FC097;
    position: absolute;
    top: calc(50% - 46px);
    left: calc(50% - 40px);
    font-size: 0;
}
.video-icon:hover {
    border-left-color: #457373;
}
.serve-home {
    padding-top: 110px;
}
.serve-home .h2 {
    margin-bottom: 60px;
}
.left-serve p {
    max-width: 560px;
}
.left-serve,
.icon-serve {
    width: 50%;
}
.left-serve .h3 {
    margin-bottom: 20px;
}
.single-serve-home {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 98px;
}
.icon-serve {
    text-align: center;
    position: relative;
}
.icon-serve:before {
    position: absolute;
    top: calc(59% - .5px);
    left: -16px;
    content: "";
    background: #6FC097;
    width: 190px;
    height: 1px;
}
.icon-serve img {
    position: relative;
  top: 10px;
}
.serve-inner-home .single-serve-home:nth-child(even) .left-serve {
    order:2;
}
.serve-inner-home .single-serve-home:nth-child(even) .icon-serve {
    order:1;
}
.serve-inner-home .single-serve-home:nth-child(even) .icon-serve img {
    left: -50px;
}
.serve-inner-home .single-serve-home:nth-child(even) .icon-serve::before {
    top: calc(39% - .5px);
    right: 20px;
    left: auto;
}
.serve-inner-home .single-serve-home:nth-child(even) .left-serve .h3,
.serve-inner-home .single-serve-home:nth-child(even) .left-serve p {
    padding-left: 20px;
}
.serve-home .btn-posh {
    text-align: center;
    margin-top: 10px;
}
.testimonial2-home {
    /* padding-bottom: 145px;
    padding-top: 135px; */
}
.trial-box-home {
  float: left;
  width: 100%;
}
.trial-home {
    width: 1010px;
    margin: 140px auto 0 auto;
    background: #457373;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s ease;
}
.trial-home a {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all .5s ease;
}
.trial-home img {
    height: 150px;
    width: 325px;
    object-fit: cover;
    float: left;
    transition: all .5s ease;
}
.trial-home h2 {
    text-align: center;
    width: 100%;
    color:#fff;
}
.trial-home h2 {
    color:#fff;
}
.trial-home:hover {
  background: #23394C;
}
.trial-home:hover a h2 {
  color: #6FC097;
}
.faq-home {
    padding-top: 145px;
    clear: both;
}
.ta-accordion {
	max-width: 1010px;
	margin: 0 auto;
}
.faq-home .h2 {
    margin-bottom: 40px;
}
.ta-accordion-item {
	margin-bottom: 28px;
	overflow: hidden;
}
.ta-accordion-item:last-child {
	margin-bottom: 0;
}
.ta-accordion-header {
	width: 100%;
	background: #F3F1ED;
	border: none;
	padding: 28px 72px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	outline: none;
	position: relative;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}
.ta-accordion-header span {
  color:#1E1E1E;
}
.ta-accordion-header .ta-arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
    top: calc(50% - 10px);
    right: 61px;
    position: absolute;
    color: #6FC097;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #6FC097;
    transform: rotate(180deg);
}
.ta-accordion-header.ta-active {
    border-bottom: 1px solid #828282;
}
.ta-accordion-content {
	max-height: 0;
	overflow: hidden;
	background: #F3F1ED;
	transition: max-height 0.3s ease;
}
.ta-accordion-content p {
	margin: 0;
    color:#1E1E1E;
    font-size: 24px;
}
.ta-accordion-inner {
    padding: 55px 72px 100px 72px;
}
.ta-accordion-inner p a {
    color: #6FC097;
}
.ta-accordion-inner p a:hover {
    color: #457373;
/*    text-decoration: underline;*/
}
.ta-active.ta-accordion-header .ta-arrow {
  	transform: rotate(0deg);
}
.faq-home .btn-posh.dark-green {
    margin-top: 90px;
}
.live-posh-home {
    width: 1010px;
    margin: 138px auto 165px auto;
    background: #457373;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.live-img {
    height: 314px;
    width: 305px;
    object-fit: cover;
}
.right-live-home .h1 {
    color:#fff;
}
.right-live-home {
    padding: 15px 60px 15px 70px;
}
.btn-live-home {
    margin-top: 35px;
    position: relative;
}
.btn-live-home:before {
    position: absolute;
    right: -60px;
    top: calc(50% - 2px);
    content:"";
    width:330px;
    height: 4px;
    background: #56bf93;
}
.live-posh-home .btn-posh:hover {
    background: #fff;
    color: #56bf93;
}
.mobile-banner-home,
.mobile-live-img {
    display: none;
}

@media(max-width:1799px){
    .right-professional {
        max-width: 660px;
    }
}
@media(max-width:1651px){
    .banner-home p {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .right-service-home {
        width: 178px;
        height: 178px;
    }
    .right-service-home::before {
        left: 128px;
    }
    .faq-home {
        padding-top: 100px;
    }
    .ta-accordion-header {
        padding: 25px 55px;
    }
    .ta-accordion-inner {
    padding: 35px 55px 70px 55px;
  }
    .live-posh-home {
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .faq-home .btn-posh.dark-green {
        margin-top: 70px;
    }
    .capabilities-inner-home ul li {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .professional-section {
        background-position: 50% 0;
      }
      .left-service-home {
        width: 630px;
      }
      .left-service-home .h2 {
        margin-bottom: 20px;
      }
}
@media(max-width:1365px){
    .banner-home {
        background-position: 65% 0;
      }
      .banner-home p {
        max-width: 510px;
        font-size: 22px;
        padding-top: 25px;
        padding-bottom: 25px;
      }
      .banner-home {
        padding-top: 50px;
        padding-bottom: 60px;
      }
      .service-home {
        padding-top: 60px;
      }
      
      .right-service-home {
        width: 140px;
        height: 140px;
        margin-left: 80px;
      }
      .right-service-home::before {
        left: 120px;
        width: 280px;
      }
      .right-professional {
        max-width: 600px;
        margin-right: 40px;
      }
      
      .right-professional .btn-posh {
        margin-top: 30px;
      }
      .right-professional .h2 {
        margin-bottom: 19px;
      }
      .capabilities-inner-home {
        margin-bottom: 50px;
      }
      .tour-img {
        max-width: 965px;
        margin: 40px auto 0 auto;
      }
      .serve-home .h2 {
        margin-bottom: 40px;
      }
      .left-serve p {
        max-width: 480px;
      }
      .single-serve-home {
        margin-bottom: 70px;
      }
      .icon-serve img {
        width: 140px;
      }
      .ta-accordion-content p {
        font-size: 22px;
      }
	  .tour-img {
		  height: 472px;
	  }
	  .tour-img img {
		height: 472px;
	  }
    .testimonial-inner-home {
      margin-top: 100px;
    }
    .testimonial-top-home .testimonial-inner-home {
      margin-top: 60px; 
    }
    .trial-home {
        margin-top: 100px;
    }
    .right-service-home .icon-card-service {
  font-size: 80px;
}
}

@media(max-width:1199px){
  .video-icon {
  top: calc(50% - 46px);
  left: calc(50% - 40px);
}
    .banner-home p {
        max-width: 470px;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 23px;
      }
      .left-service-home {
        width: 530px;
      }
      .right-service-home {
        width: 120px;
        height: 120px;
        margin-left: 50px;
      }
      .right-service-home::before {
        left: 120px;
        width: 230px;
      }
      .professional-section {
        background-position: 35% 0;
      }
      .right-professional {
        max-width: 510px;
        margin-right: 20px;
      }
      .capabilities-inner-home ul li {
        font-size: 21px;
        margin-bottom: 15px;
      }
      .capabilities-inner-home ul {
        padding-top: 30px;
        padding-bottom: 30px;
      }
      .tour-img {
        max-width: 860px;
      }
      .tour-img,
      .tour-img img,
      .tour-img iframe {
        height: 442px;
      }
      .serve-home {
        padding-top: 70px;
      }
      .serve-home .h2 {
        margin-bottom: 30px;
      }
      .left-serve p {
        max-width: 440px;
      }
      .icon-serve img {
        right: -50px;
      }
      .serve-inner-home .single-serve-home:nth-child(2n) .icon-serve img {
        left: -100px;
      }
      .serve-inner-home .single-serve-home:nth-child(2n) .icon-serve::before {
        top: calc(49% - .5px);
        right: 50px;
      }
      .icon-serve::before {
        left: 4px;
      }
      .ta-accordion,
      .live-posh-home {
        width: 90%;
      }
      .trial-home {
        width: 810px;
      }
      .ta-accordion-header {
        padding: 20px 65px 20px 35px;
      }
      .ta-accordion-inner {
        padding-left: 35px;
        padding-right: 35px;
      }
      .ta-accordion-header .ta-arrow {
        right: 30px;
      }
      .live-posh-home {
        margin-top: 70px;
        margin-bottom: 70px;
      }
      .live-img {
        height: 284px;
        width: 285px;
      }
      .btn-live-home::before {
        width: 210px;
      }
      .faq-home .btn-posh.dark-green {
        margin-top: 50px;
      }
      .testimonial-inner-home {
      margin-top: 100px;
      width:630px;
    }
    .testimonial-inner-home p,
    .testimonial-inner-home .h5 {
      font-size: 22px !important;
    }
    .testimonial-bottom ul li {
      font-size: 22px;
      max-height: 22px;
    }
    .testimonial-bottom ul {
      margin-right: 15px;
    }
    .right-service-home .icon-card-service {
  font-size: 70px;
}
}

@media(max-width:991px){
    .ta-accordion-inner p a {
        font-weight: 700;
        text-decoration: underline;
    }
  .right-service-home .icon-card-service {
      font-size: 0;
    }
  .mobile-banner-home {
    display: inline-block;
    width: 100%;
  }
  .banner-home,
  .professional-section {
    background-image:  none !important;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .small-container {
    padding-left: 28px;
    padding-right: 28px;
    width:calc(100% - 56px);
  }
  .professional-section .mobile-banner-home {
    height: 245px;
    object-fit: cover;
  }
  .banner-home .small-container {
    padding-top: 20px;
  }
.banner-home p {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .business-home {
    padding-top: 40px;
  }
  .all-business-home {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .single-box {
    border: none;
    width: calc(50% - 8px);
  }
  .single-box .h4 {
    margin-top: 10px;
    margin-bottom: 12px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    min-height: 46px;
    display: flex;
    align-items: self-start;
    justify-content: center;
  }
  .single-inner-box {
    padding-left: 0;
    padding-right: 0;
  }
  .single-box {
    padding-left: 0;
    padding-right: 15px;
  }
  .single-box:nth-child(even) {
    padding-right: 0;
  }
  .left-service-home {
    width: 100%;
  }
  .right-service-home {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .service-home {
    padding-top: 60px;
    position: relative;
  }
  .left-service-home .h2 {
    margin-bottom: 14px;
  }
  .professional-section {
    margin-top: 50px;
    overflow: hidden;
  }
  .right-service-home {
    position: absolute;
    right: 20px;
    bottom: -330px;
    width: 66px;
    height: 66px;
    border-width: 2px;
    margin: 0;
    background: none;
    z-index: 9;
  }
  .right-service-home::before {
    width: 2px !important;
    height: 53px;
    position: absolute;
    left: calc(50% - 1px) !important;
    top: -53px;
  }
  .right-professional {
    max-width: 100%;
    margin-right: 0px;
    padding-top: 35px;
    padding-bottom: 32px;
    position: relative;
  }
  .right-professional .h2 {
    margin-bottom: 15px;
  }
  .right-professional .btn-posh {
    margin-top: 20px;
    padding: 9px 42px;
    left: calc(50% - 80px);
  }
  .right-professional:before {
    content: "";
    position: absolute;
    width: calc(100% + 340px);
    height: 100%;
    background: linear-gradient(121.04deg, #6FC097 -17.56%, #457373 119.99%);
    left: -170px;
    top: -3px;
  }
  .right-professional .h2,
  .right-professional p {
    color:#fff;
  }
  .right-professional .h2,
  .right-professional p,
  .right-professional .btn-posh {
    position: relative;
  }
  .capabilities-home {
    padding-top: 30px;
  }
  .capabilities-home .h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  .capabilities-inner-home ul {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    border: 0;
  }
  .capabilities-inner-home {
    margin-bottom: 10px;
  }
  .capabilities-inner-home ul li:last-child {
    margin-bottom: 15px;
  }
  .right-service-home::before {
    z-index: 9;
  }
  .tour-app-section {
    padding-top: 45px;
  }
  .tour-img {
    max-width: 710px;
  }
  .tour-img,
  .tour-img img,
  .tour-img iframe {
    height: 362px;
  }
  .tour-img {
    margin: 15px auto 0 auto;
  }
  .serve-home {
    padding-top: 40px;
  }
  .icon-serve::before {
    background: none;
}
.single-serve-home {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}
.serve-home .h2 {
    margin-bottom: 15px;
  }
  .left-serve {
    order: 2;
  }
  .icon-serve {
    order: 1;
    margin-bottom: 15px;
  }
  .left-serve, .icon-serve {
    width: 100%;
  }
  .left-serve p {
    max-width: 100%;
  }
  .icon-serve img {
    width: 65px;
  }
  .icon-serve img {
    right: 0;
    top: 0;
  }
  .serve-inner-home .single-serve-home:nth-child(2n) .icon-serve img {
    left: 0;
  }
  .left-serve .h3 {
    margin-bottom: 11px;
  }
  .serve-home .btn-posh {
    margin-top: 28px;
  }
  .single-serve-home:last-child {
    margin-bottom: 0;
  }
  .trial-home {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    border-radius: 6px;
  }
  .trial-home img {
    width: 131px;
    height: 78px;
  }
  .btn-live-home {
    margin-top: 15px;
  }
  .faq-home {
    padding-top: 50px;
  }
  /*.trial-home {
    margin-left: 28px;
    margin-right: 28px;
    width: calc(100% - 56px);
  }*/
  .ta-accordion, .live-posh-home {
    width: 100%;
  }
  .faq-home .h2 {
    margin-bottom: 20px;
  }
  .ta-accordion-header {
    padding: 19px 44px 19px 24px;
  }
  .ta-accordion-header .ta-arrow {
    right: 21px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #6FC097;
  }
  .ta-accordion-inner {
    padding: 18px 24px;
  }
  .ta-accordion-item {
    margin-bottom: 17px;
  }
  .faq-home .btn-posh.dark-green {
    margin-top: 30px;
    background: #6FC097;
  }
  .faq-home .btn-posh.dark-green:hover {
    background: #457373;
  }
  .live-posh-home {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .mobile-live-img {
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
  }
  .live-img {
    display: none;
  }
  .live-posh-home {
    background: none;
    display: inline-block;
    border-radius: 0;
  }
  .right-live-home {
    background: linear-gradient(121.04deg, #6FC097 -17.56%, #457373 119.99%);
    padding: 16px 29px 20px 29px;
    margin-bottom: 0;
  }
  .btn-live-home::before {
    background: none;
    width: 0;
  }
  .right-live-home .h1 {
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  .btn-live-home {
    text-align: center;
  }
 
  .banner-both-btn {
    display: flex;
  }
  .video-icon {
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 54px solid rgba(111,192,151,.8);
    top: calc(50% - 36px);
    left: calc(50% - 27px);
  }
  .tour-img img,
  .tour-img iframe {
    border-radius: 15px;
  }
  .banner-home p {
    font-size: 18px;
  }
  .single-box p {
    font-size: 16px;
  }
  .capabilities-inner-home ul li {
    font-size: 18px;
  }
  .ta-accordion-content p {
    font-size: 19px;
  }
  .ta-accordion-header {
    font-size: 22px !important;
  }
  .single-serve-home {
    margin-bottom: 30px;
  }
  .single-box {
    padding-top: 0;
  }
  .banner-home .btn-posh {
    font-size: 12px;
  }
  .ta-accordion-header .ta-arrow {
    top: calc(50% - 7px);
  }

   .testimonial-inner-home {
    margin-top: 50px;
    padding-left: 28px;
    padding-right: 28px;
    width: calc(100% - 56px);
    max-width: 700px;
  }
  .testimonial-inner-home p, .testimonial-inner-home .h5 {
    font-size: 20px !important;
  }
  .testimonial-bottom {
    margin-top: 7px;
  }
    .testimonial-top-home .testimonial-inner-home {
    margin-top: 30px;
  }
}

@media(max-width:767px){
    .ta-accordion-inner {
    padding: 18px 24px;
  }
  .serve-inner-home .single-serve-home:nth-child(2n) .left-serve .h3,
  .serve-inner-home .single-serve-home:nth-child(2n) .left-serve p {
    padding-left: 0;
  }
  .banner-home p {
    font-size: 12px;
  }
  .single-box p {
    font-size: 11px;
  }
  .capabilities-inner-home ul li {
    font-size: 13px;
  }
  .ta-accordion-content p {
    font-size: 11px;
  }
  .ta-accordion-header {
    font-size: 15px !important;
  }
  .single-box .icon-opportunity {
    font-size: 32px;
    height: 32px;
  }
  .single-box .icon-callers {
    font-size: 31px;
    height: 31px;
  }
  .single-box .icon-tech {
    font-size: 33px;
    height: 33px;
  }
  .single-box .icon-quickly {
    font-size: 33px;
    height: 32px;
  }
  .trial-home img {
    width: 120px;
    height: 68px;
  }
  .professional-section .mobile-banner-home {
    height: 185px;
    margin-bottom: -2px;
  }
  .professional-section {
    margin-top: 25px;
  }
  .right-professional .btn-posh {
    font-size: 9px;
  }
  .banner-home .btn-posh {
    font-size: 9px;
  }
  .single-box .h4 {
    max-width: 185px;
    min-height: 36px;
    width: 165px;
  }
  .service-home {
    padding-top: 50px;
  }
  .tour-img {
    /*max-width: 510px;*/
  }
  .tour-img,
  .tour-img img,
  .tour-img iframe {
    height: 252px;
  }
  .ta-accordion-content p {
    line-height: 1.54;
  }
  .right-professional .h2 {
    margin-bottom: 10px;
  }
  .right-service-home {
    bottom: -240px;
  }
  .ta-accordion-header {
    padding: 17px 44px 17px 24px;
  }
  .left-serve .h3 {
    font-size: 15px !important;
  }
  .left-serve p {
    font-size: 11px !important;
  }
  .trial-home {
    width: 540px;
  }
  .testimonial-inner-home p {
    line-height: 1.4;
  }
  .testimonial-inner-home p,
  .testimonial-inner-home .h5 {
    font-size: 13px !important;
  }
  .testimonial-inner-home blockquote p::before,
  .testimonial-inner-home blockquote p::after {
    top: 0;
    font-size: 13px;
    line-height: 0;
  }
  .testimonial-inner-home blockquote p::before {
    right: 2px;
  }
  .testimonial-inner-home blockquote p::after {
    left: 2px;
  }
  .testimonial-inner-home {
    margin-top: 45px;
  }
  .testimonial-top-home .testimonial-inner-home {
    margin-top: 15px;
  }
  .testimonial-bottom ul li {
    font-size: 12px;
    max-height: 12px;
  }
  .testimonial-bottom ul {
    margin-right: 8px;
  }
}

@media(max-width:575px){
  .trial-home {
    margin-left: 28px;
    margin-right: 28px;
    width: calc(100% - 56px);
  }
    .professional-section .mobile-banner-home {
        height: 155px;
      }
      .right-service-home {
        bottom: -210px;
      }
      .tour-img {
        /*max-width: 424px;*/
      }
      .tour-img,
      .tour-img img,
      .tour-img iframe {
        height: 212px;
      }
      .trial-home img {
        width: 71px;
        height: 48px;
      }
}
@media(max-width:479px){
    .banner-home .btn-posh {
        width: 50%;
    }
    .banner-home .btn-posh {
        width: 50%;
        padding: 10px 8px;
        max-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .professional-section .mobile-banner-home {
        height: 125px;
      }
      .right-service-home {
        bottom: -180px;
      }
      /*.tour-img {
        max-width: 324px;
      }
      .tour-img,
      .tour-img img,
      .tour-img iframe {
        height: 162px;
      }*/
      .tour-img,
      .tour-img img,
      .tour-img iframe {
        height: 170px;
      }
      .video-icon {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 44px solid rgba(111,192,151,.8);
    top: calc(50% - 26px);
  left: calc(50% - 22px);
  }
}
@media(max-width:380px){
  .tour-img {
    /*max-width: 264px;*/
  }
  .tour-img,
  .tour-img img,
  .tour-img iframe {
    height: 132px;
  }
  .single-box .h4 {
    width: auto;
  }
}