/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Sep, 2019, 4:54:25 PM
    Author     : tinkeshwarsingh
*/

/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
body {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url(../image/banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 14rem;
    padding-bottom: 15rem;
    min-height: 80vh;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

header.masthead h1 {
    font-size: 2rem
}

@media (min-width:768px) {
    header.masthead {
        padding-top: 14rem;
        padding-bottom: 15rem
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

.showcase{
    background-color: #d7e5f3;
}

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30vh;
    background-size: cover
}

a.navbar-brand img {
    width: 106%;
}


@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.features-icons .features-icons-item {
    max-width: 20rem
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.testimonials .testimonial-item {
    max-width: 18rem
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    -webkit-box-shadow: 0 5px 5px 0 #adb5bd;
    box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../img/bg-masthead.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

footer.footer {
    padding-top: 20px;
    padding-bottom: 0;
    background: transparent !important;
}

.error{
    font-size: 12px;
    color: red;
}

.main-row{
    padding: 10px;
    background: none;
    min-height: 83vh;
}

.profile-left{

}
.profile-left >ul>li{
    background-color: #ffffff;
    margin-bottom: 5px;
}

.profile-left .active{
    background: #f3d8d8;
}

.profile-right{
    background-color: #FFF;
    
}

.main-sign-row{
    padding: 10px;
    background: none;
    min-height: 83vh;
}

.sign-left{
    background-color: #FFF;
    padding: 20px;
    border-right: 2px solid #d7e5f3;
    max-height: 55vh;
}


.register-right{
    background-color: #FFF;
    padding: 20px;
    border-left: 2px solid #d7e5f3;
    max-height: 55vh;
}
.index-search-area { position: absolute; left: 0; right: 0; top: 20%; }
.list-header{
    padding: 5px 10px;
    font-size: 20px;
    background: aliceblue;
    text-align: center;
}

/*review_ratings*/
fieldset, label { margin: 0; padding: 0; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.review_ratings_wrp .rating { 
  border: none;
  
}

.review_ratings_wrp .rating > input { display: none; } 
.review_ratings_wrp .rating > label:before { 
  margin: 0 10px 0 0;
  font-size: 3.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.review_ratings_wrp .small_star > label:before {
  font-size: 28px !important;
}
.review_ratings_wrp .very_small_star > label:before {
  font-size: 23px !important;  
}
.review_ratings_wrp .very_small_star2 > label:before {
  font-size: 18px !important;  
}
.rating_sec span.rate_span {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 16px;
    background: #1b9ded;
    border-radius: 30px;
}
.rating_sec span.rate_span2 {
    background: #28a745;
    font-size: 16px;
    border-radius: 30px;
}
.rating_sec span.rate_span3 {
    background: #ec592d;
    font-size: 16px;
    border-radius: 30px;
}
.review_ratings_wrp .rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.review_ratings_wrp .rating > label { 
  color: #ddd; 
 float: right; 
}
textarea {
    resize: none;
}
.show_review p {
    background: #1b9ded3b;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;

}
.show_review h4 {
    background: #1b9ded;
    border-top-left-radius: 18px;
     border-bottom-right-radius: 18px;

}
.show_review fieldset label {
    float: none !important;
}
.show._rev_fieldset fieldset.rating.very_small_star.pt-1 {
    text-align: center;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.review_ratings_wrp .rating > input:checked ~ label, /* show gold star when clicked */
.review_ratings_wrp .rating:not(:checked) > label:hover, /* hover current star */
.review_ratings_wrp .rating:not(:checked) > label:hover ~ label { color: #1b9ded;  } /* hover previous stars in list */

.review_ratings_wrp .rating > input:checked + label:hover, /* hover current star when changing rating */
.review_ratings_wrp .rating > input:checked ~ label:hover,
.review_ratings_wrp .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.review_ratings_wrp .rating > input:checked ~ label:hover ~ label { color: #1b9ded; }
.review_ratings_wrp form input {
    border-radius: 0;
    border-color: #ccc;
    border-radius: 20px;
}

.review_ratings_wrp form input:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #ccc;
}
.review_ratings_wrp form textarea {
    border-radius: 20px;
    border-color: #ccc;
    padding: .375rem .75rem;
    width: 100%;
}
.review_ratings_wrp form textarea:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #ccc;
}
@media (max-width:991px) {


}
@media (max-width:767px) {
    .index-search-area { position: absolute; left: 0; right: 0; top: 10%; }
    body{overflow: auto;}
   

}

@media (max-width:575px) {


}

@media (max-width:374px) {


}

@media (max-width:344px) {

}