*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body
{
  background:#ededed14!important;
/*  padding: 30px 20px;*/
  color: #212529e0;
  font-family: 'Poppins', sans-serif;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
}






/*****************Header******************/

.hide_desk  {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
    color: var(--text-color);
    cursor: pointer;
    padding-top: 12px;
}



.bg-white {
    background-color: #fff!important;
}
.top_header_div {
    font-size: 12px;
    padding: 10px;
}
.hide_desk a {
    color: #1c1d1e;
    text-decoration: none;
}

.sign_in_button {
    padding: 4px;
    position: relative;
    border-radius: 4px;
    color: #f7651f;
    border: 1px solid #e6e6e6;
    font-weight: 600;
    z-index: 2;
}
.down_sign_in {
    position: absolute;
    background: white;
    width: 150px;
    top: 27px;
    right: -1px;
    padding-top: 0;
    border-radius: 5px 0 5px 5px;
    display: none;
    overflow: hidden;
}
.down_sign_in a {
    color: inherit;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
}
.sign_in_button:hover .down_sign_in {
    display: block;
}
.get_a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #ff5300;
    border: none;
    border-radius: 4px;
    padding: 3px 10px;
}
.dsp_flex {
    width: 100%;
    justify-content: end;
}
.font-sizee {
    font-size: 14px;
    font-weight: 400;
    color: black !important;
    margin-right: 10px;
    text-align: center;
}
.hide_desk a {
    color: #1c1d1e;
    text-decoration: none;
}

.news-reviews_card
{

    gap: 32px;
    flex-direction: row;
    border-radius: 16px;
    background: #FFF;
/*    padding: 10px 0px;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 0;
}
.box
{
   
 border-left:2px solid #00000017;

}
.news-reviews__thumbs {
    padding: 3px;
    border-radius: 15px;
    background: hsla(11, 100%, 62.2%, 1);
    display: flex;
    justify-content: center;
    width: 45px;
    height: 40px;
    text-align: center;
	color:#fff;
	border-radius:20px;
    margin: 0 auto;
}
.news-reviews__review
{
 /* border: 1px solid #DFE0E4;*/
    border-radius: 12px;
    padding: 5px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0px 6px 7px 43px;

}

.rating{

    font-size: 20px;
    font-weight: 500;
    color: #074C3E;
   /*width: 60px;*/
    min-width: 40px;
  /*  height: 40px;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*border: 1px solid #074C3E;*/

  }

  .star_review {
    color: white;
  /*  display: flex;*/
    gap: 2px;
  }
  .star_review .star-active {
    color: #FCB650;
}

.btn_theme
{
    font-size: 17px;
  /*  background: #ff5300;*/
    color: #ff5300;
    width: 100%;
    padding: 3px 0px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
	margin-top:30px;
    border: 1px solid #ff5300;
}
.btn_theme a
{
    border: none;
}
.news-reviews__part-two h3
{
  border-bottom:1px solid #ccc; 
   font-weight: 600;
    color: #ff5300;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before
{
    font-weight: 600 !important;
}
.fs-small
{
        font-size: 13px;
}
.reviews-inner ul 
{
    line-height: 23px;
    list-style: none;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 600;
}


/*** own css *************/

.top_header_right_section_content
{
	background: #ff5300;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 30px;
    border-radius: 15px;
}
.top_header_right_section_content a 
{
	color:#fff;
}
.hide_desk a
{
	font-size: 13px;
    font-weight: 500;
}
.hide_desk span
{
	color:#000!important;
	margin-right: 20px;
}
.navbar-light .navbar-nav .nav-link
{
    color: #000;
    font-weight: 500;
}

/**************banner css*****************/


/*.page-header {
    background: url(../img/review-top-banner.png) center center no-repeat;
    background-size: cover;
    padding: 120px 0px;

}
*/
.slider-item
{
        min-height: 450px;
        width: 100%;
        background-size:  cover;
        background-repeat: no-repeat;
}


/***************review Section ******************/


.review-section {
    padding: 50px 0;
}

.rev-date
{
   color: #adb5bd;
    font-weight: 500;
    font-size: 13px;
    padding-left: 50px;

}
.name-linked
{
    border: 1px solid #ff5300; 
    color: #000;
    padding: 5px 10px;
    border-radius: 30px;
}
.fa-star
{
    color: #FCB650;
}
.fa-star-half-stroke
{
       color: #FCB650;
}
.diff-plat-review {
    padding: 17px;
    border-radius: 10px;
    box-shadow: 0 0 6px 1px #dcdcdc;
        padding: 50px 0px;
}
.diff-plat-review-items {
    display: flex;
    justify-content: space-evenly;
    /*border-bottom: 1px solid #bdbdbd;*/
    padding-bottom: 5px;
    padding-top: 10px;
    align-items: center;
}
.diff-plat-review-items:first-child {
    padding-top: 0px;
}
.diff-plat-review-items-img {
    width: 60px;
}
.diff-plat-review-items-img img {
    width: 100%;
}
.diff-plat-review-rating p {
    font-size: 23px;
    font-weight: 600;
    color: #ff5300;
    margin-bottom: -10px;
}

.diff-plat-review-rating i {
     font-size: 15px;

    display: flex;
    font-style: normal;
    color: #dd;
    color: hsla(240, 7%, 62%, 1);
    font-weight: 400;
    margin-top: 18px;
}

.view_more
{
  border: 1px solid #ff5300;
    padding: 6px 38px;
    border-radius: 30px;
    display: flex;
    margin: 0 auto;
    width: 53%;
    color: #000;
    font-weight: 500
}
.diff-plat-review-rating p span {
    font-size: 16px;
    color: #b9b9b9;
    font-weight: 500;
}

.form-control
{
    border: 1px solid hsla(11, 100%, 62.2%, 1)!important;
    border-radius: 20px!important;
    font-weight: 600!important;
}
.form-group
{
        margin-bottom: 1rem!important;
}
 .submit_button
{
    background: #ff5300!important;
    border: none!important;
    border-radius: 20px!important;
   
    width: 50%!important;
}
.see-more-review
{
    margin: 0 auto;
    text-align: center;

}
#load_more_button
{
    padding: 10px 20px;
    background: #ff5300;
    color: #fff;
    border-radius: 25px;
    border: none;
}

h4
{
    font-size: 18px!important;
}
.rating-smile
{
        margin-top: -15px;
}
.simple_form_button
{
    background: #ff5300!important;
    border: none!important;
    border-radius: 20px!important;
    padding: 4px 20px;
    color: #fff;
}
.simple_form_button_two
{
    
    border:1px solid #ff5300;
    padding: 4px 20px;
    border-radius: 20px!important;
    color: #000;
}
/****Own css *********************/

/*.section-bg {
    background-color: #f3f5fa;
}*/
.rev-list
{
    position: relative;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #77777769;
}

.rev-list .heading-rating {
    display: flex;
    align-items: center;
}
.rating-smile
{
        margin-left: 75px;
}
.rev-desc
{
  padding-left: 74px;
}
h4 
{
        font-size: 18px;
}

/********Footer start***************/


.footer {
   background: #f4f4f4;
}
.footer-content a {
    color: #6f6f6f;
    line-height: 20px;
    font-size: 14px;
}
.footer-content h4
{
  font-size: 13px!important;
  font-weight: 600!important;
  color: #343434!important;
}
.footer_social a img {
    width: 26px;
}
.f1_contents
{
    color: #6f6f6f;
}
.f1_contents p 
{
    font-size: 14px;
}
.footer_bottom {
    border-top: 1px solid #cccccc5c;
}

/********Footer End***************/



/****Responisve css start*******************/

@media only screen and (max-width: 998px){
.imgwidth {
    width: 5% !important;
}
}

@media only screen and (max-width: 998px){
.hide_desk {
    display: none;
}


}
@media only screen and (max-width: 500px){
.hide_desk {
    display: none;
}

.top_header_right_section_content 
{
    display: none!important;
}
.left_language
{
    display: none;
}
}