
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900|Poppins:300,400,500,600,700,800,900);
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-weight: 400;
/*  height: 100%;
  line-height: 30px;*/
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #ffffff;
}
p {
  color: #222222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  /*color: #14287b;*/
	color:#006065;
}
h1,
h2 {
  line-height: 48px;
}
h3,
h4,
h5 {
  line-height: 30px;
}
h1 {
  font-size: 46px;
}

h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/*ul{
  margin: 0px; 
  padding: 0px;
}
li{
  margin: 0px; 
  padding: 0px;
}
ul li{
  margin: 0px; 
  padding: 0px;
}*/
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Form -------------------*/
.form-group {
  position: relative;
}
.form-group .form-control {
  font-size: 16px;
  color: #646464;
  padding: 10px 15px;
  border: none;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group input {
  height: 50px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group.datetime-picker i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-box-layout1 .product-grid-view:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area {
  visibility: visible;
  opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(1n) {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(2n) {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(3n) {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.product-box-layout1 .product-list-view {
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view {
    display: block;
    text-align: center;
  }
}
.product-box-layout1 .product-list-view .item-img {
  width: 30%;
  margin-right: 30px;
  text-align: center;
  background-color: #f3f6f9;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view .item-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-box-layout1 .product-list-view .item-content {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view .item-content {
    width: 100%;
  }
}
.product-box-layout1 .product-list-view .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-box-layout1 .product-list-view .item-content .item-title a {
  color: #14287b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .item-title a:hover {
  color: #287ff9;
}
.product-box-layout1 .product-list-view .item-content .item-rating {
  margin-bottom: 6px;
}
.product-box-layout1 .product-list-view .item-content .item-rating li {
  margin-right: 5px;
  display: inline-block;
  color: #ff9100;
}
.product-box-layout1 .product-list-view .item-content .item-rating li:last-child {
  margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .item-price {
  font-size: 20px;
  font-weight: 700;
  color: #287ff9;
  margin-bottom: 25px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li {
  display: inline-block;
  margin-right: 5px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li:last-child {
  margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a {
  display: inline-block;
  font-size: 20px;
  color: #14287b;
  background-color: #f3f6f9;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a:hover {
  background-color: #14287b;
  color: #ffffff;
}
.product-box-layout1 .product-list-view:hover .item-img .action-btn-area {
  display: none;
}
.product-box-grid .product-box-layout1 .product-list-view {
  display: none;
}
.product-box-list .row > [class^="col-"] {
  max-width: 100% !important;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.product-box-list .product-box-layout1 .product-grid-view {
  display: none;
}
.single-product-gallery-layout1 {
  display: flex;
  flex-direction: row-reverse;
  /*    background: #cccccc;
    padding: 1% 0 13% 1%;*/
}

@media only screen and (max-width: 991px) {
  .single-product-gallery-layout1 {
    justify-content: flex-end;
  }
}
.single-product-gallery-layout1 .tab-content {
  position: relative;
  border: none;
  overflow: hidden;
}
.single-product-gallery-layout1 .tab-content a {
  cursor: move;
  display: block;
 /* background-color: #eeeeee;*/
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-product-gallery-layout1 .tab-content a img {
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs {
  flex-direction: column;
  margin-bottom: -5px;
  margin-top: 0px;
  margin-right: 10px;
  border-bottom: none;
	width: 41%;
}
@media only screen and (max-width: 1199px) {
  .single-product-gallery-layout1 .nav-tabs {
    margin-bottom: 35px;
  }
}
.single-product-gallery-layout1 .nav-tabs .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	border: 1px Solid #ddd;
	margin-bottom: 5px;
}

.single-product-gallery-layout1 .nav-tabs .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item .active {
  opacity: 1;
}
.single-product-content-layout1 .item-title {
  font-size: 19px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #222;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-content-layout1 .item-title {
    font-size: 24px;
	  padding: 15px 0;
  }
.item-price-1 ul li {
    margin: 0 30px 0 0;
    font-size: 18px;
		padding-top:10px;
}
	
}
.single-product-content-layout1 .item-rating {
  margin-bottom: 20px;
}
.single-product-content-layout1 .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
.single-product-content-layout1 .item-rating .item-review {
  font-size: 18px;
  color: #646464;
}
.single-product-content-layout1 .item-rating .item-review span {
  color: #111111;
}
/*.single-product-content-layout1 .entry-meta {
  margin-bottom: 22px;
}*/
.single-product-content-layout1 .entry-meta > li {
  display: inline-block;
  color: #444444;
  font-weight: 700;
  margin-bottom: 12px;
  margin-right: 40px;
}
.single-product-content-layout1 .entry-meta > li:last-child {
  margin-right: 0;
  display: block;
  margin-bottom: 0;
}
.single-product-content-layout1 .entry-meta > li span {
  color: #646464;
  font-weight: 400;
}
.single-product-content-layout1 .entry-meta > li a {
  color: #646464;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta > li a:hover {
  color: #14287b;
}
.single-product-content-layout1 .entry-meta li.item-social {
  display: flex;
}
.single-product-content-layout1 .entry-meta li.item-social ul li {
  display: inline-block;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a {
  padding: 6px;
  color: #969696;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a:hover {
  color: #111111;
}
.single-product-content-layout1 .item-price {
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #287ff9;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-price {
    font-size: 28px;
  }
}


.section-padding-12-9 {
  padding: 12rem 0 5rem;
}



/*sti btn code start here*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  right: -28px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    transform: rotate(90deg);
    margin: 33px 0;
    line-height: 19px;
    
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}
.linkedin{
  background: #f16334;
  color: white;
}
.close-b img {
    top: 2px;
    position: absolute;
    width: 30px;
    right: 2px;
}

.tab-content {
    border: 1px solid #ddd !important;
}
.revcomments{
	/*padding-top: 50px;*/
	padding-bottom: 50px;
	
}
.border-box{
	border: 1px solid #ddd;
	padding: 15px;
	
}
.comments p{ font-size: 16px;}
.author{
	font-size: 16px;
	font-weight: 600;
	color:#222;
}


.list-style-1 li{
	margin-left: 20px;
	list-style: disc;
	float: none;
	margin-bottom: 10px;
	font-size: 14px;
	color:#222;
	
}

.testi-box{ padding: 0px 40px;}
.testi-box .test-footer{
	background: #7b7b7b;
}
.testi-box .test-footer h2{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 10px;
	color:#FFFFFF;
	text-align: center;
}

/** Testimonials 1 ***/


.testimonial, .testimonial2, .testimonial3, .testimonial4, .testimonial5, .testimonial6, .testimonial7, .testimonial8{
    max-height: 250px !important;
}

.testimonial .name, .testimonial2 .name, .testimonial3 .name, .testimonial4 .name, .testimonial4 .name, .testimonial5 .name, .testimonial6 .name, .testimonial7 .name, .testimonial8 .name {
    width: 210px;
    float: left;
}

.testimonial .title, .testimonial2 .title, .testimonial3 .title, .testimonial4 .title, .testimonial5 .title, .testimonial6 .title, .testimonial7 .title, .testimonial8 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #2f3984;
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    letter-spacing: normal !important;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

 .testimonial .rev, .testimonial2 .rev, .testimonial3 .rev, .testimonial4 .rev, .testimonial5 .rev, .testimonial6 .rev, .testimonial7 .rev, .testimonial8 .rev{
    font-size: 12px;
    font-weight: 500 !important;
}


.testimonial{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #f1971f;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #2f3984;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .name{width: 170px; float: left;}
.testimonial .rev{font-size: 12px; /*width: 214px;*/}
.testimonial .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial{ margin: 40px 0px 0px 0px; }
	
	.testimonial .name {
    width: 100px;
    float: left;
}
	.testimonial .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #2f3984;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
.testi-box .test-footer h2 {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}
}

/** Testimonials 2 ***/

.testimonial2{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial2:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #dcc608;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial2 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #3e9844;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial2 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial2 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial2 .name{width: 170px; float: left;}
.testimonial2 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial2 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial2 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial2 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial2 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial2{ margin: 40px 0px 0px 0px; }
	
	.testimonial2 .name {
    width: 100px;
    float: left;
}
	.testimonial2 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial2 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial2 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #3e9844;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial2 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}


/** Testimonials 3 ***/

.testimonial3{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial3:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #21b0a4;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial3 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #83562c;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial3 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial3 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial3 .name{width: 170px; float: left;}
.testimonial3 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial3 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial3 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial3 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial3 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial3{ margin: 40px 0px 0px 0px; }
	
	.testimonial3 .name {
    width: 100px;
    float: left;
}
	.testimonial3 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial3 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial3 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #83562c;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial3 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}



/***testimonial 4***/

.testimonial4{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial4:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #abb41b;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial4 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #4c5f73;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial4 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial4 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial4 .name{width: 170px; float: left;}
.testimonial4 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial4 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial4 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial4 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial4 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial4{ margin: 40px 0px 0px 0px; }
	
	.testimonial4 .name {
    width: 100px;
    float: left;
}
	.testimonial4 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial4 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial4 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #4c5f73;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial4 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}


/*** testimonial 5 ***/

.testimonial5{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial5:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #8354d1;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial5 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #76010a;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial5 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial5 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial5 .name{width: 170px; float: left;}
.testimonial5 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial5 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial5 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial5 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial5 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial5{ margin: 40px 0px 0px 0px; }
	
	.testimonial5 .name {
    width: 100px;
    float: left;
}
	.testimonial5 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial5 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial5 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #76010a;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial5 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}

/*** testimonial 6 ***/

.testimonial6{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial6:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #f1a707;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial6 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #6d1f59;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial6 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial6 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial6 .name{width: 170px; float: left;}
.testimonial6 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial6 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial6 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial6 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial6 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial6{ margin: 40px 0px 0px 0px; }
	
	.testimonial6 .name {
    width: 100px;
    float: left;
}
	.testimonial6 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial6 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial6 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #6d1f59;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial6 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}


/*** testimonial 7 ***/

.testimonial7{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial7:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #6d1f59;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial7 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #dc8002;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial7 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial7 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial7 .name{width: 170px; float: left;}
.testimonial7 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial7 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial7 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial7 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial7 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}
.for-bor{
  border-right: 1px solid #e1e1e1;
}

.item-title {
  padding: 10px 0;
}

.df ul li {
      padding: 15px 0px 0px 0px;
    background: #0d4377;
    margin: 0 12px 0 0;
    text-align: center;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    line-height: 15px;
    color: #fff;
    border: 4px solid #f7941e;
}
.df {
    position: absolute;
    /* left: 44%; */
    left: 50%;
    transform: translateX(-31%);
}
.single-product-gallery-layout1 h3{ font-size: 24px; font-weight: 600; line-height: 1.4em;}
.single-product-gallery-layout1 .nav-tabs .nav-item {
	text-align: center;
}
.single-product-gallery-layout1 .tab-content a {
    
    margin-bottom: 0px !important;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a {
    display: block;
    line-height: 1.2em;
    font-size: 16px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a:hover{

color:red;
	
}
.single-product-gallery-layout1 .nav-tabs .nav-item a img{
    width: 70px;
	
}
.single-product-gallery-layout1 .nav-tabs .nav-item sapn{
 display: block;
	
}

@media only screen and (min-width:320px) and (max-width:768px){
	.single-product-gallery-layout1 .nav-tabs .nav-item {
    width: 90px;
    text-align: center;
}
.tab-content {
    border: 1px solid #ddd !important;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a {
    display: block;
    line-height: 1.2em;
    font-size: 14px;
}
.single-product-gallery-layout1 h3 {
    font-size: 18px;
    font-weight: 600;
		line-height: 1.4em;
}
.single-product-gallery-layout1 .item-title {
    padding: 10px 0;
}	
}



@media only screen and (max-width:990px){
	.testimonial, .testimonial2, .testimonial3, .testimonial4, .testimonial5, .testimonial6, .testimonial7, .testimonial8 {
    max-height: 300px !important;
}
	
}
@media only screen and (max-width: 990px) {
    .testimonial7{ margin: 40px 0px 0px 0px; }
	
	.testimonial7 .name {
    width: 100px;
    float: left;
}
	.testimonial7 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial7 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial7 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #dc8002;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial7 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}





/*** testimonial 8 ***/

.testimonial8{
    border: 12px solid #7b7b7b;
    padding: 20px 0 52px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
	
}


.testimonial8:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 900;
    color: #3ce0ae;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial8 .title{
    
    margin: 0 -30px 12px;
    border: 7px solid #fff;
    background: #0093af;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	padding: 7px 35px;
    text-align: left;
}

.testimonial8 .title:before{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial8 .title:after{
    content: "";
    border-top: 15px solid #7b7b7b;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial8 .name{width: 170px; float: left;}
.testimonial8 .rev{font-size: 12px; /*width: 214px;*/}
.testimonial8 .ratings{
	width:95px;
	float: right;
    display: block;
    margin-top: -32px;}
.testimonial8 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial8 .description{
    padding: 0 12px;
    margin: 0;
    font-size: 13px;
    color: #222;
    /*letter-spacing: 1px;*/
    line-height: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.testimonial8 .description .city{
	
	text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    width: 150px;
    font-size: 15px;
    font-weight: 500;
    float: right;
	position: absolute;
    bottom: 10px;
    right: 15px;

}


@media only screen and (max-width: 990px) {
    .testimonial8{ margin: 40px 0px 0px 0px; }
	
	.testimonial8 .name {
    width: 100px;
    float: left;
}
	.testimonial8 .rev {
    font-size: 9px;
    /* width: 214px; */
}
	.testimonial8 .ratings {
    width: 50px;
    float: right;
    display: block;
    margin-top: -32px;
}
	.testimonial8 .title {
    margin: 0 -26px 2px;
    border: 7px solid #fff;
    background: #0093af;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 17px;
    text-align: left;
}
	.testimonial8 .description .city {
    text-align: center;
    border: 1px solid #ddd;
    padding: 7px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
	
}

.disclaimer{
	margin-bottom: 40px;
	border: 1px solid #ddd;
	padding: 15px;
}
.disclaimer p{
	margin-bottom: 0px;
	color:#545454;
	font-style: italic;
	letter-spacing: 0.05em;
	font-size: 13px;
	
}