/* ==========================================================================
Author's custom styles
========================================================================== */

   body{
       margin: 0px;
       padding: 0px;
       font-family:Helvetica, sans-serif;
       font-weight: 500;
   }
   img{
       -o-object-fit: cover;
          object-fit: cover;
       max-width: 100%;
   }
   h1,h2,h3,h4,h5,h6,li{
       font-family:oswald-regular;
       font-weight: 500;
   }

   /*-----------Review content Area------------------*/

   .review-content{
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 0px;
   }
   .main-content{
       background: #fff;
       width: 100%;
       padding: 20px 25px;
       border-radius: 5px;
   }
   .head-text h6{
    font-family: Oswald,Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-weight: 600; 
    color: #000000;
   }
   .head-text h4{
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #DC9A19;
    font-weight: bold;
   }
   .head-text p{
    font-family: Oswald;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #9B9999;
   }
   .rating-star{
       position: relative;
       top: -15px;
       display: -webkit-inline-box;
       width: 100%;
   }
   .rating-area{
       width: 100%;
       border-bottom:1px solid #C4C4C4;
       padding: 0px 13px;
   }
   .head-text{
    border-right:1px solid #C4C4C4;
   }
   .s-#DC9A19{
       position: relative;
       top: 0;
    font-family: Oswald;
    color: #DC9A19; 
    margin: 2px;
   }
.un-checked{
    color: #C4C4C4;
    font-family: Oswald;
    margin: 2px;
}
.category{
    padding: 10px 0px;
    font-family: Oswald;
}
.search-btn{
    background: transparent;
    position: relative;
    left: -35px;
}
.form-check{
    padding-bottom: 2px;
}
.user-review p,#catgry-text{
    font-family: Oswald,Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-weight: 600; 
    color: #000000;
    line-height: 30px;
}
.user-review{
    padding: 10px 0px;
}
#member{
    padding-left: 40px;
    font-weight: 100;
    font-size: 13px;
    position: relative;
    top: -5px;
    color: #000;
    font-weight: 600;
}
#customer-text{
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    position: relative;
    top: -35px;
    font-size: 13px;
}
#cust-txt{
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    position: relative;
    top: -58px;
    font-size: 13px;
}
.user-ico{
    position: relative;
    top: -72px;
    display: -webkit-inline-box;
}
.user-ico span{
    font-family: Oswald;
    position: relative;
    left: 20px;
    font-weight: 500;
    font-size: 14px;
}
#r-ico{
    position: relative;
    left: 75px;
}
#bottom-line{
    position: relative;
    top: -89px;
}
.spc{
    position: relative;
    top: -100px;
}
.spc-1{
    position: relative;
    top: -206px;
}
.spc-2{
    position: relative;
    top: -310px;
}
#bottom-line-1{
    position: relative;
    top: -180px;
}
#review-date{
    font-family: Oswald;
    padding-left: 55%;
    font-weight: 100;
    font-size: 13px;
    margin-top: -5px;
    color: #000;
    font-weight: 600;
}

/*---------------=============== popup =================---------------*/

.review-btn{
    font-family: Oswald;
    font-weight: 600;
    color: #9B9999;
    width: 100%;
    height: 80px;
    text-align: start;
    border: 2px solid #9E9A9A;
    box-sizing: border-box;
    border-radius: 6px;
    background: transparent;
}
.popup-btn{
    padding: 25px 0px;
}
.modal-title{
    font-family: Oswald;
    font-weight: 600;
}
.modal-header{
    border-bottom: none;
}

.overall{
    font-family: Oswald;
    font-weight: 600;
}
.rate-area {
    float: left;
    border-style: none;
    position: relative;
    /*left: -50px;*/
  }
  
  .rate-area:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
  }
  
  .rate-area:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    line-height: 1.2;
    color: lightgrey;
  }
  .s-gold{
      color: #DC9A19;
  }
  .rate-area:not(:checked) > label:before { content: '★ '; }
  
  .rate-area > input:checked ~ label {
    color: #DC9A19;
    font-size: 35px !important;
  }
  
  .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label { color: #DC9A19; }
  
  .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
    color: #DC9A19;
  }
  
  .rate-area > label:active {
    position: relative;
    top: 2px;
    left: 2px;
  }
#divide{
    margin-top: 4rem;
}
#divide-1{
    margin-top: 2rem;
}
.modal-footer{
    border-top: none;
}
.f1{
    border: 2px solid #AEA0A0; 
    font-size: 14px;
}
.b2{
    margin-top: -26px;
}
.btn-bg{
    font-family: Oswald;
    background: #DC9A19;
    color: #fff;
    width: 134px;
    font-weight: 600;
    font-size: 21px;
}
.modal-content{
    padding: 20px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 550px!important;
    margin: 1.75rem auto;
}
}
@media (max-width: 746px){
    #review-date {
        padding-left: 25%;
}
.search-btn {
    left: 124px;
    top: -38px;
}
.head-text {
    border-right: none;
}
}