.top-page-nav {
    /*background-image: url(../images/page-top-bg-1.png);*/
    background-color: lightgray;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: auto;
    position: absolute;
    top: 150px;
    width: 100%;
}
.page-title-content{
	padding-top: 20px;
    padding-bottom: 10px;
}
.top-page-nav .page-title-content nav .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.top-page-nav .page-title-content nav .breadcrumb li a {
    color: #000;
    padding-right: 23px;
    font-weight: 600;
}

.top-page-nav .page-title-content nav .breadcrumb li {
    /*color: #f86e03;*/
    color: #000;
    font-weight: 500;
    font-size: 24px;
    padding-left: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0.25rem;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}
.about-sectoin{
	margin-top: 280px;
}

section .container .row .col-md-6 h1{
	font-size: 50px;
    font-weight: 100;
}
.divider-inpages{
	border-bottom: 4px solid #ff8a8b;
    width: 130px;
    /* display: block; */
    line-height: 1.6px;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
}
.para-sec{
	padding-top: 30px;
}
.para-sec p{
	font-size: 19px;
}



/*********************************************************/
		/*****ALL PRODUCT SECTION CODE START*****/
/*********************************************************/

.card-title-crd{
	text-align: left;
    margin-bottom: 0.75rem;
    color: #000;
}
.checked {
  color: orange;
}
.btn-link-read-more{
	font-weight: 400;
    color: #000;
    text-decoration: none;
}
.card-body .card-title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #000;
}
.card-body ul{
	list-style: none;
}
.btn-link-crd{
	font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 0px;
    line-height: 35px;
    font-size: 16px;
    color: #ff8a8b;
    font-weight: 400;
}
.card-body ul{
	list-style: none;
    display: flex;
    gap: 94px;
    padding: 0px;
    flex-direction: row;
}
.card-body ul li{
	
    justify-content: flex-end;
    align-items: center;
}
.buy{
	border-top: 1px solid #858585;
}
.last-crd{
	padding-top: 20px;
	padding-bottom: 50px;
}
/*********************************************************/
		/*****ALL PRODUCT SECTION CODE END*******/
/*********************************************************/


/****************************Product details code start*****************************/

.sec-product-details h2 {
  font-weight: 300;
    font-size: 50px;
    padding-bottom: 20px;
}

.pd-wrap {
  padding: 40px 0;
  font-family: 'Poppins', sans-serif;
}
.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.sub-heading {
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}
.product-thumb .item img {
  height: 100px;
}
.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.product-price-discount {
  font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.product-info {
  width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
  vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
  margin-bottom: 0;
  line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.product-dtl .form-control {
  font-size: 15px;
}
.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-count {
  /*margin-top: 15px; */
}
.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
    height: 34px;
    background: #fc4a1a;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
  border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
  border-radius: 0 3px 3px 0; 
}
.product-count .qty {
  width: 60px;
  text-align: center;
  border: 0.5px solid #fc6539;
}
.round-black-btn {
  border-radius: 4px;
    background: #ff8a8b;
    color: #fff;
    padding: 3px 23px;
    display: inline-block;
    margin-top: 0px;
    border: solid 2px #ff8a8b;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none!important;
}
.round-black-btn:hover,
.round-black-btn:focus {
  	color: #ffffff;
    border-color: #01b799;
    background-color: #01b799!important;
}

.product-info-tabs {
  margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none; 
  border-bottom: 2px solid transparent;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none; 
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
  margin-bottom: -30px;
}
.review-heading {
  font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #dee2e6;
    font-size: 14px;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    margin-top: 20px;
}
.product-info-tabs ul li{
  padding-right:30px;
}
/****************************Product details code end*******************************/

/****************************Blog code start*******************************/

.blog-bg{
    padding-bottom: 80px;
}

.blog-page{
    margin-top: 270px;
}

.single-blog-division-line {
    border-bottom: 2px solid #408dcb;
    padding-top: 30px;
    margin-bottom: 30px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff8a8b;
    border-color: #ff8a8b;
}

.left-latest-blog a{
    color: #4b4b4b;
    text-decoration: none;
}
.left-latest-blog a:hover{
    color: #408dcb;
    text-decoration: none;
}

/****************************Blog code end*******************************/


/****************************review code start*******************************/

.review-bg{
    background-color: #f6f6f6;
}

/****************************review code end*******************************/


/****************************REVIEW PAGE CODE START*********************************/



#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    /*width:500px;*/
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
@media(max-width:767px){
  .wrap_title {
    width: 100%;
    height: 80px !important;
  line-height: 26px !important;
  padding-top: 12px;
}
}
/*::selection{
    color: #ffffff;
    background-color: #252525;
}*/


/****************************REVIEW PAGE CODE END**********************************/



/*******************************FAQ Section start***************************************/

.wrap{
	width: 100%;
}

.wrapper{
   width: 100%;
    height: auto;
    margin-top: 280px;
    margin-bottom: 28px;
}

.wrapper-home{
   width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 28px;
}
.wrap_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 30px 30px 0px 0px;
    text-align: center;
    background: #408dcb;
    color: #eee;
    font-weight: bold;
    cursor: pointer;
}
.wrap-text {
    padding: 10px 20px;
    border: 2px solid #ff8a8b;
    color: #262626;
    max-height: 0;
    opacity: 0;
    transition: .5s;
}
.wrap-text  p{
    transform: scale(0);
    transition: .5s;
}
.wrap.active .wrap-text {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 20px;
    transition: .5s;
}
.wrap.active > .wrap-text > p {
    transform: scale(1);
    text-align: center;
}


/*******************************FAQ Section end*****************************************/


/***************************CONTACT PAGE CODE START**************************************/
.contact-info-item ul li {
    list-style: none;
    text-align: center;
}
.contact-pg-icon {
    font-size: 40px;
    color: #f86e03;
    padding-bottom: 6px;
    text-align: center;
}

.form-label{
	display: inline-block;
    margin-top: 15px;
}

/***************************CONTACT PAGE CODE END****************************************/


/************************************login page code start****************************************/
/*.bg-img-login{
    background-image: url(../images/side-img-login.png);
    background-size: cover;
    background-position: center;
    min-height: 500px;
}*/
.bg-txt{
    background-color: #ffff;
    padding: 45px;
    margin: 65px;
    position: absolute;
    top: 20px;
    box-shadow: 0px 1px 22px 0px #000;
    border-radius: 5px;
}
.bg-txt p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.login-box{
    margin-bottom: 60px;
}

.btn-primary-login {
    color: #ff8a8b;
    background-color: transparent;
    border-color: #ff8a8b;
}

.btn-primary-login:hover {
    color: #fff;
    background-color: #126295;
    border-color: #126295;
}

/*********************************login page code end************************************************/

/*******************forgot password code start**************************/

.forget-password-box{
    width: 50%;
    margin: 0 auto;
}
.forget-password-box p{
    text-align: center;
}
.forget-pw-btn{
    margin-top: 10px;
    float: right;
}
.forget-pw-bg{
    background-image: url(../images/background-img-green.png);
    background-size: cover;
    background-position: center;
}
/*******************forgot password code end*****************************/