/*
Theme Name: Globals - Material and Bootstrap HTML template
Module : Directory
Description: Custom styles are defined in this class
Author: Jyostna
Author URI: http://themeforest.net/user/jyostna
Version: 1.0 
-------------------------------------------- *//*
TABLE OF CONTENT
-------------------------------------------------
1- RED COLOR STYLES
---------------------------------------------- */


/*========================== RED COLOR STYLES =======================*/

.hover-red a {
    color: #9699a6 !important;
}
.hover-red a:hover {
    color: #4a7ebb !important;
}

.read-more:hover{ color: #f04d4e !important;}

.menu-plus-btn:hover {
    background-color: #d01f20 !important;
}

.btn-section li span:hover{
    color: #f04d4e !important;
}

.home_form .sa-btn-filter:not(.btn-link):not(.btn-flat) {
    background: #f04d4e none repeat scroll 0 0;
    border-radius: 32px;
    color: #ffffff;
    font-size: 16px;
    height: 54px;
    margin: auto;
    text-transform: capitalize;
    width: 210px;
}

.menu-plus-btn {
    background-color: #f04e4e !important;
    border-radius: 50%;
    color: #ffffff !important;
    height: 70px;
    position: relative;
    right: 23px;
    top: 82px;
    width: 70px;
    z-index: 1024;
}

.btn-section li span:hover {
    color: #f04d4e  !important;
}

.home_form .sa-main-filter-styles .sa-filter-content .form-control {
    background-image: linear-gradient(#e91d62, #e91d62), linear-gradient(#606467, #d2d2d2) !important;
}

.home_form .form-group .form-control:focus, .form-group-default .form-control:focus {
    background-image: linear-gradient(#f04e4e, #f04e4e), linear-gradient(#606467, #d2d2d2) !important;

}

.home_form .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2) !important;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    transition: background 0s ease-out 0s;
    font-weight: normal;
}



/*realestate gridlist css*/

.real .col-md-12 > .sa-gridlist-item:hover .sa-content-price .contact {
    background:#f04e4e !important;
}
.real .sa-gridlist-item .sa-grid-over li.sa-realestate-c-bg{
    background: #cb4243 none repeat scroll 0 0 !important;
}
.real .col-md-12 > .sa-gridlist-item .sa-content-img{
    border-left:5px solid #f04e4e;
    border-bottom:0;
}
.real .col-md-4 > .sa-gridlist-item .sa-content-img{
    border-bottom:5px solid #f04e4e;
}
.real .sa-gridlist-item .sa-realestate-c-bg {
    background: #cb4243 none repeat scroll 0 0 !important;
}
.real .sa-gridlist-item .sa-realestate-b-bg {
    background: #dd4344 none repeat scroll 0 0 !important;
}
.real .sa-gridlist-item .sa-realestate-bg {
    background: #f04e4e none repeat scroll 0 0 !important;
}
.real .sa-gridlist-item:hover .sa-content-title h6{
    color: #f04e4e !important;
}

.breadcrumb .menu3 a{ color:#fff;}


.not .form-group .form-control:focus, .form-group-default .form-control:focus {
    background-image: linear-gradient(#f04e4e, #f04e4e), linear-gradient(#d2d2d2, #d2d2d2);
}
.doctor-send-msg-btn{
    background-color: #E44546 !important;
}
/*select2 plugin*/
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #E44546 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: rgb(189, 189, 189) !important;
}
.select2-container--default .select2-selection--single {
    border-bottom: 1px solid rgb(204, 207, 215);
}


/*========================== RED COLOR STYLES END =======================*/
