/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.testimonialContentContainer {
	margin-bottom: 25px;
    margin-top: 14px;
}
.testimonialContentText {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.testimonialPersonName {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}
.testimonialPersonDesig {
	font-weight: 400;
	font-size: 16px;
	color: #777777;
}

.testimonialPersonImg {
	width: 141px !important;
	margin: 0 auto;
	border-radius: 50%;
}
.testimonialPersonDetail {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

#hotelTestimonialBlock .home_block_desc_wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-logo{
	margin-top: 54px;
}

@media(max-width:768px) {
	.testimonialContentText {
		font-size: 14px;
	}

	#hotelTestimonialBlock h2 {
		font-size: 35px;
	}

	#hotelTestimonialBlock h2 {
		font-size: 20px;
	}

	.testimonial-logo {
		margin-top: 10px;
	}
}

.htlTestemonial-owlCarousel {
  background: #FFFFFF;
  border: 3px solid #000000;
  box-sizing: border-box;
  padding-top: 30px;
  border-radius: 15px;

}
.htlTestemonial-owlCarousel .owl-carousel {
	padding-right: 60px;
	padding-left: 60px;
}

.owl-nav {
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	display: inline-block;
	padding: 10px;
}

.owl-nav .owl-next {
	background-image: url(../../../../themes/single-page-theme/img/sprite.png);
    background-repeat: no-repeat;
    background-position: 4% 18%;
	margin: 10px;
}

.owl-nav .owl-prev {
	background-image: url(../../../../themes/single-page-theme/img/sprite.png);
    background-repeat: no-repeat;
    background-position: 4% 18%;
	transform: rotate(180deg);
	margin: 7px;
}


.testimonial_img_container {
	height: 190px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

@media(max-width:991px) {
	.owl-carousel.owl-drag .owl-item {
		padding-left: 20px;
	}
}

@media(max-width:480px) {
	.htlTestemonial-owlCarousel .owl-carousel {
	  padding-right: 20px;
	  padding-left: 20px;
	}
  }
