*{
    font-family:'Poppins', Arial;
    outline:none;
    text-decoration:none;
    box-sizing:border-box;
    padding:0;
    margin:0;
}
header{
    background:#000;
}

.logo img{
    width:200px;
    padding:10px 0px 0 10px;
}

ul.nav{
    padding-top:20px;
    
    justify-content: flex-end;
}
.review-container{
    background:#fcfcf3;
}
ul.nav li a{
    font-size:15px;
    color:#fff;
    
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00ca67;
}
.home-banner h1{
    margin-bottom:10px;
font-size:56px;
    
}

.home-banner h4{
    margin-bottom:20px;
}
.home-banner{
    background:#fcfcf3;
    padding:135px 0;
}


.home-form {
    background: #fff;
    padding: 15px;
    border:1px solid #eee;
    border-radius:10px;
    width:100%;
    max-width:550px;
    margin:0 auto;
    height:50px;
    position:relative;
    box-shadow:0px 0px 7px #d3cdcd;
}

.home-form input[type="text"]{
    position:absolute;
    left:3%;
    top:12px;
    width:94%;
    border:0;
}

.btn-primary {
    color: #fff;
    background-color: #00ca67;
    border-color: #00ca67;
}
.home-form input[type="submit"]{
    background:#00ca67;
    position:absolute;
    border:0;
    padding:0 30px;
    height:48px;
    right:0px;
    border-radius:0px 10px 10px 0px;
    top:0px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff;
}

section.section.home-cta h2, section.section.home-cta p {
    text-align: center;
}
section.section.home-cta {text-align: center;}
section.section.home-cta span{font-size:20px; padding:0 20px 0 0;}

section.section.home-cta {
    background: #d3ffe9;
    padding: 20px 0;
}

ul.note-container {
    margin-left: 0px;
    padding: 0;
}
section.home-tags {
    padding: 50px 0px;
    text-align: left;
}

section.home-tags h3{
    margin: 0 0 10px 0px;
    font-size: 30px;
}
section.home-tags li a{
    background:#000 !important;
    padding: 5px 10px;
    text-decoration:none;
    font-size: 12px;
    border-radius:5px;
    color:#fff;
}
section.home-tags li{
    list-style:none;
    display:inline-block;
    padding: 8px 2px;
}

section.home-banner {
    position: relative;
}

img.splash {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*
section.home-banner:after{
    position:absolute;
    width:300px;
    height:300px;
    background:#ff6d00;
    bottom:-200px;
    right:0;
    content:"";
    border-radius:100%;
}



section.home-banner:before{
 position: absolute;
    width: 300px;
    height: 300px;
    background: #ffd01e;
    top: -200px;
    left: 10%;
    transform: rotateZ(25deg);
    content: "";
    border-radius: 10%;
}
*/
span.tilt {
     background: #ff5d00;
    padding: 4px;
    font-size: 21px;
    transform: rotateZ(-1deg);
    color: #fff;
    display: inline-block;
    position: relative;
    top: -1px;
}
img.itemthree {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
}
img.itemtwo {
    position: absolute;
    top: 0;
    left: 0;
}

img.itemone {
    width: 240px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 14%;
}

.container.full{
    max-width:1180px;
}
.container{
    max-width:1070px;
}
.home-featured-area > .container {
    border-radius:13px;
    background: #c8f9e1;
}

.home-featured-desc h4{
font-weight:700;
    font-family:Poppins, Arial;
    font-size:40px;
}
.home-featured-desc, .home-featured-thumbs{

    padding: 70px 50px;
}

 .home-featured-thumbs img{
     width:100%;
     border-radius:5px;
 }

.home-featured-desc a{
    background:#000;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    padding:10px 20px;
    border-radius:40px;
}

.recent-reviews .col-md-3 {
    display: flex;
    flex-direction: row;
}

section.padding-both{
    padding:50px 0;
}
.heading-cont{
    padding-bottom:20px;
}
a.simple-btn {
    border: 1px solid #00d56b;
    border-radius: 40px;
    padding: 4px 20px;
    text-decoration: none;
    color: #222;
    font-size: 13px;
}

.single-listing-thumb img{
    width:100%;
    height:auto;
}

.box-thumb img{
    width:100%;
    border-radius:5px;
    height:auto;
    border:1px solid #ddd;
}

.box-desc h5 {
    margin:0;
    font-weight: 500;
    font-size: 13px;
}
.box-desc h6 {
margin:4px 0 0 0;
    font-weight:300;
    color:#aaa;
    font-weight: 400;
    font-size: 11px;
}

.redones .rating span em{
    filter:hue-rotate(220deg);
}


.rating span {
    background: url(images/star-bg.png) no-repeat transparent;
    width: 130px;
    display: block;
    height: 23px;
    background-size: auto 100%;
    margin: 10px 0 0 0;
}


.rating span em {
    background: url(images/star-front.png) no-repeat transparent;
    display: block;
    height: 23px;
    background-size: auto 100%;
    margin: 10px 0 0 0;
}
.single-box{
box-shadow:0px 0px 3px #eee;    border:0px solid #ddd;
    padding:20px 10px;
}

.single-review-box-header{
    padding:0 15px;
}

.single-review-box-header strong {
    display: block;
    text-transform:capitalize;
    font-weight:normal;
    margin:0px;
}

.single-review-box-header .rating span, .single-review-box-header .rating em{
    margin-top:0 !important;
    padding-top:0 !important;   
}
.single-review-box-footer{
    padding:10px;
    border-top:1px solid #ddd;
}
.single-review-box {
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.single-review-box p {
    padding: 10px 15px;
    font-size: 13px;
}

section.home-grow > .container {
    background: #001b73;
    border-radius:10px;
    padding: 40px;
color:#fff;
}

section.home-grow a{
    border:1px solid #fff;
    padding:10px 30px;
    display:inline-block;
    border-radius:40px;
    color:#fff;
    font-size:15px;
    margin:20px 0 0 0;
    text-decoration:none;
    
}

footer img {
    width: 50%;
    margin: 0 0 10px 0;
}
footer p{
    text-align:justify;
    width:90%;
}
section.home-grow{
    margin-bottom:60px;
}
section.home-grow h5{
 font-weight:300;
    font-size:18px;
}
section.home-grow h4{
    font-size:40px;
    margin-top:30px;
    font-weight:600;
}

img.reviewthumb {
    height: 100%;
    float: right;
}
p.copyright {
    padding: 20px 0 0 0;
    font-size: 12px;
    color: #888;
}
footer p {
    font-size: 12px;
}
.footer-links a{
    font-size:13px;
    margin:0 20px 0 0;
}
.bd-footer{
    padding-top:30px;
    margin-top:0 !important;
}
.bd-footer, .bd-footer a{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}
.single-listing-thumb{
    padding:0px 0;
    box-shadow: 0px 0px 3px #aaa;
}

.single-listing-header{
    padding: 40px 0 40px 0;
    border-bottom: 4px double #ddd;
}
.single-listing-header h1 {
    padding: 0px 0 0 0;
    text-shadow: 1px 1px 1px #bbbbbb;
    font-weight: 700;
    font-size:35px;
    margin-bottom:0px;
    font-family: Poppins, Arial, impact;
}


a.single-listing-header-link span, a.single-listing-header-link em {
    display:block;
    
}
a.single-listing-header-link span i{
    padding:0 5px 0 0px;
}
a.single-listing-header-link span{
    font-size:14px;
}


a.single-listing-header-link em{
    font-size:11px;
    margin:10px 0 0;
    text-decoration:none;
    color:#555;
font-style:none;
}

a.single-listing-header-link > i{
    position:absolute;
    right:10px;
    top:15px;
    font-size:15px;

}
.single-listing-reviewbox img{
    width:100%;
    height:auto;
    margin:5px 0 0 0;
}
a.single-listing-header-link {
    position: relative;
    border: 1px solid #eee;
    text-decoration:none;
    display: block;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
}

a.single-listing-header-link:hover {
    background:#eee;
}
.single-listing-wrapper > .container{
    max-width:1070px;
}
.single-listing-wrapper{
    background:#fcfcf3;
    padding:50px 0;
}

.single-listing-reviewbox{
    background:#fff;
    border:1px solid #eee;
    padding:20px;
    border-radius:7px;
}

.reviwer-form {
    float: right;
    padding:4px 10px 0px 0;
}

.reviwer-form .excellent a:nth-child(-n+5){
    background:#00ca67;
    color:#fff;
}
.reviwer-form .good a:nth-child(-n+4){
    background:limegreen;
    color:#fff;
}

.reviwer-form .average a:nth-child(-n+3){
    background:skyblue;
    color:#fff;
}

.reviwer-form .bad a:nth-child(-n+2){
background: #ffb000;
    color: #fff;
}

.reviwer-form .poor a:nth-child(-n+1){
    background:#d80025;
    color:#fff;
}
.feedbackpoint i {
    background: #eee;
    color: #aaa;
    padding: 4px 5px;
    margin: 0 2px 0 0;
}

.feedbackpoint.poor i:nth-child(-n+1){
  background:#d80025;
    color:#fff;
}

.feedbackpoint.bad i:nth-child(-n+2){
background: #ffb000;
    color: #fff;
}

.feedbackpoint.good i:nth-child(-n+4){
    background:limegreen;
    color:#fff;
}

.feedbackpoint.average i:nth-child(-n+3){
    background:skyblue;
    color:#fff;
}

.feedbackpoint.excellent i:nth-child(-n+5){
    background:#00ca67;
    color:#fff;
}


.reviwer-form a{
    font-size:24px;
    background:#eee;
    margin:0;
    padding:5px 8px;
}

.single-listing-reviewbox a.writeareview {
    font-size: 14px;
    text-decoration: none;
    padding: 9px 0 9px 0;
    background: #000000;
    border-radius: 4px;
    display: block;
    text-align: center;
    text-shadow: 0px 0px 4px #414141;
    color: #fff;
    font-weight: 300;
    margin: 3px 10px;
}

.single-sidebar-block ul  {
    list-style: none;
    padding: 0;
    margin: 0;

font-size:12px; 
}

.single-sidebar-block ul li{
    margin:0 0 5px 3px;
}
.single-sidebar-block ul li a {
    padding:0 5px;
    color:#000;
    text-decoration:none;
}

.single-listing-sidebar {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom:20px;
    border-radius: 7px;
}

.company-desc p {
    font-size: 13px;
    text-align: left;
}


.box-desc a {
    color: #7c2d00;
    text-decoration: none;
}
.noreviews {
    padding: 30px;
    text-align: center;
    color: #333;
}

.noreviews h4{
    font-size:20px;
    color:#000;
}


.noreviews p{
    font-size:15px;
    color:#333;
}

section.reviewpage-header .single-listing-thumb{
 border:1px solid #eee;   box-shadow:0px 0px 10px #eee !important;
}
section.reviewpage-header {
    background: #fff;
    padding: 15px 0;
}

section.reviewpage-header h1{
    font-size:16px;
    font-weight:500;
margin:10px 0 0 0;
}

section.reviewpage-header h6{
    font-size:14px;
margin:0;

    font-weight:400;
    color:#555;
}

.thereview-box {
    overflow:hidden;
    background: #fff;
    border: 1px solid #eee;
    margin: 30px auto;
    padding: 20px 20px 20px;
border-radius:6px;}

.thereview-box h2{
    font-size:20px;
}



.reviwers-form {
overflow:hidden;
    padding:14px 10px 0px 0;
}

.reviwers-form .excellent a:nth-child(-n+5){
    background:#00ca67;
    color:#fff;
}
.reviwers-form .good a:nth-child(-n+4){
    background:limegreen;
    color:#fff;
}

.reviwers-form .average a:nth-child(-n+3){
    background:skyblue;
    color:#fff;
}

.reviwers-form .bad a:nth-child(-n+2){
background: #ffb000;
    color: #fff;
}

.reviwers-form .poor a:nth-child(-n+1){
    background:#d80025;
    color:#fff;
}




.reviwers-form .fixed.excellent a:nth-child(-n+5){
    background:#00ca67;
    color:#fff;
}
.reviwers-form .fixed.good a:nth-child(-n+4){
    background:limegreen;
    color:#fff;
}

.reviwers-form .fixed.average a:nth-child(-n+3){
    background:skyblue;
    color:#fff;
}

.reviwers-form .fixed.bad a:nth-child(-n+2){
background: #ffb000;
    color: #fff;
}

.reviwers-form .fixed.poor a:nth-child(-n+1){
    background:#d80025;
    color:#fff;
}

.reviwers-form a{
    font-size:24px;
    background:#eee;
    margin:0;
    padding:5px 8px;
}

textarea[name="review-comment"] {
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size:13px;
    margin: 0 0 20px 0;
}

input.default-text{
     display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size:13px;
}
em.note {
    font-style: normal;
    font-size: 11px;
    margin:  10px 0 0 0;
    display: block;
    color: #333;
    font-weight: 400;
}

.rest-of-review {
    display:none;
    padding: 30px 0 20px;
}

.rest-of-review h6{
    font-size:16px;
    
}

.rest-of-review input[type="submit"] {
    display: block;
    background: #00ca67;
    padding: 8px 20px;
    color: #020202;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
}

.rest-of-review input[type="submit"]:hover{
    background:#000;
    color:#fff;
}


.box-desc .feedbackpoint {
    float: left;
}

span.avg{
    font-size:15px;
    float:left;
    padding:4px 0 0 4px;
    font-weight:400;
    font-family:Arial, sans-serif;
}

.box-desc h6{
    margin:5px 0 10px 0;
}

span.avg u {
    text-decoration: none;
    color: #555;
    font-size: 13px;
}

.single-sidebar-block h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-right: 20px;
}
.child-products li .single-box {
    margin: 0;
    box-shadow: none;
    padding: 4px 0;
}

.child-products ul{
    padding:0;
    margin:0;
}

.child-products h5 {
font-weight:400;    border: 0;
}

.child-products .feedbackpoint i {
    padding: 3px 3px;
    margin: 0 2px 0 0;
}

.child-products span.avg {
    display: none;
}

.child-products li {
    box-shadow: 0px 1px 1px #fbfbfb;
    margin-top: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

ul.thenotes li {
    list-style: none;
    display: inline-block;
    background:#00a5d5;
    padding:4px 8px;
    color:#fff;
    margin:0 5px 0 0;
    border-radius:3px;
    box-shadow:0px 0px 3px #eee;
    font-size:10px
}

ul.thenotes {
    margin:0;
    padding: 0;
}

em.staylow {
    font-size: 12px;
    font-style: normal;
    color: #595959;
}


.review-loader {
background:url('https://scentscore.pk/wp-content/themes/scentscore/assets/images/loader.gif') no-repeat center center transparent;
    background-size:50% auto;
    display:none;
width:400px;
    height:200px;
}


.get-started {
    background: linear-gradient(230deg, #d6fff5, #aff4a2);
    padding: 110px 0 80px;
    color: #fff;
    text-align: center;
}

.get-started h2{
    font-size: 50px;
    color:#000;
    font-weight:700;
    text-shadow:0px 0px 0px #c5c5c5;
    font-family:Poppins, Arial, Impact;
}


.get-started h5{
    font-weight:normal;
    color:#000;
    margin:10px 0 0 0;
    font-weight:500;
    font-size: 24px;
    font-family:Poppins, Arial, Impact;
}

#search-results {
    position: absolute;
    background: white;
    border: 1px solid #eee;
    width: 550px;
    max-height: 200px;
    overflow-y: auto;
    left: 0;
    z-index: 1000;
    right: 0;
    margin: auto;
}

#search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#search-results li {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
#search-results li:hover {
    background: #f7f7f7;
}


input[type="text"]#search {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 10px auto 0;
    box-shadow: 0px 0px 3px #eee;
    padding: 15px;
    border: 1px solid #eee;
}
div#search-results li img {
    width: 60px;
    height: auto;
    box-shadow:0px 0px 3px #eee;
    margin: 0 10px 0 0;
}

div#search-results li a{
    color:#000;
    text-decoration:none;
    
}

div#search-results li a img, div#search-results li a em {
   display:inline-block;
}

div#search-results li{
overflow:hidden;
position:relative;
}
div#search-results li b {
    position: absolute;
    right: 20px;
}

strong.bulletbynasir {
    padding: 0 6px;
    color:#555;
}
div#search-results li em span{
    display:block;
    font-size:12px;
    
    font-weight:normal;
    color:#aaa;
}

div#search-results li em{
    position:relative;
    top:10px;
    line-height:19px;
    font-style:normal;
}


div#search-results li b {
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: 20px;
font-size:12px;

background:#eee;

padding:5px;
}

div#search-results li b i{
    font-size:12px;
    margin:0 5px 0 0;
}


div#search-results li b.bad{
    background: #ffb000;
    color: #fff;
}

div#search-results li b.poor{
    background: #d80025;
    color: #fff;
}

div#search-results li b.average{
 background:skyblue;
    color:#fff;
    }
    
div#search-results li b.excellent{
    background:#00ca67;
    color:#fff;
}

    
div#search-results li b.good{
    background:limegreen;
    color:#fff;
}
/******/


