@charset "utf-8";


/*Presentation section where logo and other text is given*/

.presentation1 {
	display: flex;
}

.fliplogo  {
	margin: 10px;
}

.p-2 {
	height: 200px;
	width: 200px;
}
.b-0 {
	height: 200px;
	width: 200px;
}

.fliptext {
	margin: 15px;
}


.row {
	margin-right: 1px;
}

/*Media query*/ 

@media (max-width: 800px) {
	
	.p-2 {		
	height: 120px;
		width: 120px;
}
	
	.fliptext {
	margin: 15px;
		
}

	
}


/*Slider content*/

.carousel-inner {
	height: auto;
}

/*img.img-fluid.img-thumbnail {
	
	justify-content: center;
	width: 600px;
	height: 500px;
}*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%);
}

.rating-bar .progress {
	margin-bottom: 10px;
  }
  .rating-bar .progress {
	margin-bottom: 10px;
	border-radius: 40px;
  }
  .rating-bar .progress .progress-bar {
	border-radius: 40px;
  }
  .rating-bar .progress {
	margin-bottom: 11px;
    border-radius: 40px;
    height: 11px;
  }
  .rating-star svg {
	color: #ffc107;
	font-size: 14px;
  }
  .rating-star svg:last-child {
	color: #e2e2e2;
  }
  .review-count {
	font-size: 13px;
  }
  .review-section {
	padding: calc(1 / 1 * 3%) 0;
  }
  .rating-count h1 {
	font-size: 57px;
  }
  .write_review {
	border: 1px solid #dadce0;
	border-radius: 36px;
	padding: 9px 23px;
	margin: 6px 0;
	background-color: #fff;
	font-weight: 600;
	  color: #333;
  }
  .write_review svg {
	color: #0465c3;
	margin-right: 4px;
  }
  button.write_review:hover {
	background: #F1F3F4;
	border-color: #DADCE0;
  }
  .reting-block {
	padding-bottom: 20px;
  }
  .user_info div {
	line-height: 17px;
    font-size: 14px;
    font-weight: 500;
  }
  .user_info .job {
	color: rgba(0, 0, 0, 0.54);
  }
  .comment-block {
	padding: calc(1 / 1 * 3%) 0;
	margin-bottom: 20px;
  }
  .star svg {
	color: #ffc107;
	font-size: 13px;
  }
  .time {
	color: rgba(0, 0, 0, 0.54);
  }
  button.like {
	background: transparent;
	border: none;
	padding: 0;
	color: #9E9E9E;
	font-size: 16px;
  }
  .profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00875e;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rating-star i {
    color: #00875e;
}
.bg-warning {
    background-color: #00875e !important;
}
header .navbar img.head-icon {
	max-width: 20px;
	max-height: 18px;
	cursor: pointer;
}
.top .right-top img.head-icon:first-child {
	margin-right: 30px;
}
.main-wrapper .fliplogo img {
	max-width: 80px;
}
.fliplogo {
	margin: 0;
}
.fliptext {
	margin: 0 0 0 20px;
}
.fliptext h1 {
	font-size: 23px;
margin-bottom: 4px;
}
.main-wrapper .fliptext p {
	margin-bottom: 0;
	line-height: 22px;
	color: #128f69;
	font-weight: 500;
}
.main-wrapper .fliptext p:last-child {
	font-size: 12px;
	color: #333;
}
.presentation1 {
	margin-bottom: 34px;
}
.featers {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.featers .grid-item {
	text-align: center;
	position: relative;
	font-size: 12px;
}
.featers p {
	font-size: 10px;
	color: #505050;
	margin-bottom: 0;
	margin-top: 3px;
}
.featers .grid-item img {
	max-width: 18px;
}
.featers .grid-item:before {
	content: "";
	height: 19px;
	width: 1px;
	position: absolute;
	background: #b7b7b7;
	right: -13px;
    bottom: 9px;
}
.featers .grid-item:last-child:before{
	content: none;
}
.install-btn button {
	background: #00875e;
}
.carousel-item img {
	border-radius: 12px;
}
/*.slider-wrapper .owl-item img {*/
/*	border-radius: 6px;*/
/*}*/
.slider-wrapper .owl-item {
	padding: 0;
}
.back-arrow {
	max-width: 17px;
	transform: rotate(180deg);
}
.about .about-body p {
	font-size: 13px;
}
.about-btn button, .button-wrapper button {
	border-radius: 20px;
	margin-right: 3px;
	font-size: 13px;
}
.about, .rate-app {
	padding-bottom: 30px;
}
.heading-text {
	font-size: 16px;
	margin-bottom: 0;
}
.rate-head p {
	font-size: 12px;
}
.rating i {
	font-size: 25px;
}
.rate-app a {
	font-size: 13px;
	color: #00875e;
	font-weight: 500;
}
.rate-review .heading-text i {
	color: #a9a9a9;
	margin-left: 12px;
}
.button-wrapper button {
	padding: 2px 9px;
    border-color: #b7b7b7;
    font-size: 12px;
}
.helpful p {
	font-size: 13px;
	margin-bottom: 0;
}
.comment_rating {
	font-size: 12px;
}
.comment_rating i {
	color: #00875e;
}
p.comment {
	font-size: 12px;
	margin-top: 8px;
}
.main-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.user_block img.head-icon {
    max-height: 17px;
}
.slider-wrapper .owl-item img {
    border-radius: 6px;
    max-height: 230px;
    width: auto !important;
}

.progress-wrapper p {
    position: absolute;
    left: -17px;
    margin-bottom: 0;
    top: -3px;
    font-size: 13px;
}
.progress-wrapper {
    position: relative;
}
.twelve i {
    margin-left: 4px;
    color: #bdbdbd;
}
.owl-carousel .owl-stage-outer {
    height: 235px;
}
