.faq-page p {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 20px;
}
.faq-page h1 {
	font-family: Rubik;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 30px;
	text-align: initial;
}
.faq-page h2 {
	font-family: Rubik;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 40px;
}
.faq-page h3 {
	font-family: Rubik;
	font-weight: 400;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: initial;
}
.faq-page ul {
	list-style: disc;
}
.faq-page ul li {
	margin: 0;
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}
.faq-content {
	background: #FAFAFA;
	padding: 25px 50px;
}
.faq-accordion {
	margin-top: 60px;
	margin-bottom: 80px;
}
.video {
    position: relative;
    min-width: 1px;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    line-height: 0;
    margin: 10px 0;
    max-width: 100%;
}
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    z-index: 2;
}
.video-thumbnail img {
	height: 100%;
	object-fit: cover;
}
.video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: var(--green);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.video video {
    max-width: 100%;
}
.playlist {
	margin-bottom: 80px;
	padding: 0 50px;
}
.playlist video {
	height: 200px;
}
.playlist__item {
	padding: 10px;
	line-height: 0;
}
.playlist__item .video {
	margin: 0;
	border-radius: 0;
}
.playlist__item .video .video-play {
	width: 70px;
    height: 70px;
	background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='34.5' stroke='white'/%3E%3Cpath d='M25.2324 34.1863V17.9072L52.9068 34.1863L25.2324 50.4654V34.1863Z' fill='%2332CCBD'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.slick-center.playlist__item .video .video-play {
	background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' fill='%2332CCBD'/%3E%3Cpath d='M25.2324 34.1863V17.9072L52.9068 34.1863L25.2324 50.4654V34.1863Z' stroke='white'/%3E%3C/svg%3E%0A");
}
.slick-active:nth-child(2).video .video-play {
	background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' fill='%2332CCBD'/%3E%3Cpath d='M25.2324 34.1863V17.9072L52.9068 34.1863L25.2324 50.4654V34.1863Z' stroke='white'/%3E%3C/svg%3E%0A");
}
.playlist__item .video .video-thumbnail {
	border-radius: 0;
}
.playlist__item .video .video-img {
    height: 100%;
    width: 100%;
	object-fit: cover;
}
.playlist-slider {
	position: relative
}
.playlist-slider .slick-dots li {
	position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	width: 30px;
	height: 3px;
	background: #dbdbdb;
	list-style: none;
}
.playlist-slider .slick-dots li button::before {
  display: none;
}
.playlist-slider .slick-dots {
  bottom: -40px;
}
.playlist-slider .slick-arrow {
  background: #32ccbd !important;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.playlist-slider .slick-next {
  left: auto;
  right: -40px;
}
.playlist-slider .slick-prev {
  right: auto;
  left: -40px;
}
.playlist-slider .slick-dots li.slick-active {
  width: 80px;
  background: #32ccbd;
}

.type4 .dt-sc-toggle-frame {
    background-color: #fff;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #CBCBCB;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 20px;
	overflow: hidden;
}

.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion,
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle { 
	border: none; 
	font-family: Rubik;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #000000;
	padding: 0;
	margin: 0;
	background: none;
}
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before  {
	display: none;
}
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:after {
	content: "";
	height: 31px;
	width: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 22.9894L9 31M9 31L17 22.9894M9 31L9 -3.49691e-07' stroke='%2332CCBD'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 29px;
	right: 30px;
      
}
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:after{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
	padding: 32px 55px 32px 30px;
	color: inherit;
	position: relative;
}
.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:hover {
	text-decoration: none;
}
.type4 .dt-sc-toggle-frame .dt-sc-toggle-content {
	padding: 0 30px 32px;
	margin: 0;
	border: none;
}

.type4 .dt-sc-toggle-frame .dt-sc-toggle-content a {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
}

.type4 .dt-sc-toggle-frame:has(.dt-sc-toggle-accordion.active) {
	border-color: #32CCBD;
	background: #FAFAFA;
}
.type4 .dt-sc-toggle-frame:hover {
	border-color: #32CCBD;
}

.our-services {
	padding: 50px 0 70px;
	background: #FAFAFA;
	float: left;
    width: 100%;
	clear: both;
}
.our-services h2 {
	font-family: Rubik;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 40px;
}
.services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.service__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	min-height: 169px;
	border: 1px solid #fff;
	position: relative;
	padding: 30px;
}
.service__item-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transform: rotate(-90deg);
}
.service__item:hover  {
	border-color: #CBCBCB;
	text-decoration: none;
}
.service__item-name {
	margin-top: 15px;
	padding-right: 40px;
	position: relative;
	color: #000000;
	font-family: Rubik;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service__item-name:after{
	content: "";
	width: 31px;
	height: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='18' viewBox='0 0 33 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9894 17L31 9M31 9L22.9894 1M31 9L0 9' stroke='%2332CCBD' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	opacity: 0;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.service__item:hover .service__item-name {
	color: #32CCBD;
}
.service__item:hover .service__item-name:after {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.services__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.get-more-info {
	float: left;
    width: 100%;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
}
.get-more-info .inner-box {
	padding: 50px 0 60px;
	text-align: center;
}
.get-more-info .inner-box h2 {
	color: #fff;
	line-height: 130%;
	margin: 0;
	text-align: center;
}
.get-more-info .inner-box .btn {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 18px 59px;
	display: inline-block;
	margin-top: 40px;
	background: #32CCBD;
}
.get-more-info .inner-box .btn:hover {
	color: #fff;
}

.get-more-info .form {
	margin-bottom: 90px;
	padding: 60px 30px;
	background: #fff;
	box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);

}
.form .form-group {
	position: relative;
    margin-bottom: 25px;
}
.form .form-group label {
    color: #32ccbd;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
}

.form .form-group input {
	height: 50px;
}
.form textarea {
	height: 50px;
	line-height: 2;
}
.form input[type="submit"] {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 18px 59px;
	display: block;
	background: #32CCBD;
	margin: 0 auto;
    width: 100%;
    max-width: 336px;
    float: none;
}

.top-box {
	text-align: center;
}
.top-box svg {
	max-width: 100%;
}
.top-box h2 {
	text-align: center;
}
.reviews-box {
	margin-bottom: 70px;
}
.reviews-box #review_view_grid {
	margin-top: 50px;
	gap: 30px;
}
.reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content p {
	font-family: Rubik;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000;
	margin-top: 10px;
}
.reviews-box .review-grid-item .dt-sc-icon-box {
	padding: 25px !important;
}
.reviews-box  .review-grid-item .dt-sc-icon-box.type1 .icon-content {
	width: 100%;
}
.reviews-box  .review-grid-item .dt-sc-icon-box.type1 .icon-content .icon-content-top .icon-content-title small {
	display: block;
	font-family: Rubik;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}
.reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content .icon-content-top .icon-content-title p {
	font-family: Rubik;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #171B17;
}
.reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content a {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #32CCBD;
	margin-top: 15px;
    display: inline-block;
}

.reviews-box .review-grid-item {
	margin: 0px!important;
	width: 31.5%;
}
.reviews-box .show-more .btn {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 18px 59px;
	display: block;
	margin-top: 40px;
	background: #32CCBD;
	max-width: 350px;
	margin: 40px auto 0;
}

@media screen and (max-width: 1280px) {
	.reviews-box .review-grid-item {
		width: 31.4%;
	}
}
@media screen and (max-width: 1199px) {
	.reviews-box .review-grid-item {
		width: 31%;
	}
}
@media screen and (max-width: 991px) {
	.reviews-box .review-grid-item {
		width: 47%;
	}
}
@media screen and (max-width: 767px) {
	.reviews-box .review-grid-item {
		width: 100%;
	}
	.faq-content {
		padding: 25px;
	}
	
	.faq-page h1 {
		font-size: 35px;
	}
	.faq-page h3 {
		font-size: 25px;
		line-height: 120%;
	}
	
	.faq-accordion {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.faq-page h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
		padding: 25px 55px 25px 20px;
	}
	.type4 .dt-sc-toggle-frame .dt-sc-toggle-content {
		padding: 0 20px 9px;
	}
	
	.get-more-info .form {
		margin-bottom: 50px;
	}
	.reviews-box {
		margin-bottom: 40px;
	}
	.reviews-box .show-more .btn {
		margin-top: 30px;
	}
}

[dir="rtl"] .faq-page ul {
	padding-right: 20px;
	padding-left: 0;
}
[dir="rtl"] .type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
	padding: 32px 30px 32px 55px!important;
}
[dir="rtl"] .type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:after {
	right: auto;
	left: 30px;
}
[dir="rtl"] .playlist-slider .slick-prev {
	right: -40px;
    left: auto;
}
[dir="rtl"] .playlist-slider .slick-next {
	right: auto;
    left: -40px;
}
[dir="rtl"] .form .form-group label{
	left: auto;
	right: 10px;
}
[dir="rtl"] .service__item-name {
	padding-right: 0px;
	padding-left: 40px;
}
[dir="rtl"] .service__item-name:after {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}
[dir="rtl"] .reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content .icon-content-top {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
}
[dir="rtl"] .reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content .icon-content-top .icon-content-title {
	text-align: right;
}

[dir="rtl"] .reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content p {
	text-align: right;
    direction: rtl;
}
[dir="rtl"] .reviews-box .review-grid-item .dt-sc-icon-box.type1 .icon-content .icon-content-text {
	text-align: right;
}
@media screen and (max-width: 767px) {
	[dir="rtl"] .type4 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
		padding: 25px 20px 25px 55px!important;
	}
}