body{
    background: #e5e2e2;
    font-size: 14px;
}
p{
    color: #000;
}
img{
    max-width: 100%;
}
.header {
    background: #12203c;
    padding: 6px 0px;
}
.header .container-fluid {
    overflow: visible;
}
.logo img {
    width: 140px;
}
.header-icon img {
    width: 35px;
    padding-top: 10px;
}
.head-icon-1 img {
    padding-bottom: 5px;
}
.head-icon-1 p {
    margin: 0px;
    font-weight: 500;
}
.header-search-new {
    position: relative;
    /* margin-top: 8px; */
}
.header-search-new .fa-search{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #aaa;
}
.header-search-new input.form-control {
    border: none;
    height: 32px;
}
.header-icons ul, .header-icons-logo ul {
    margin: 0px;
    padding: 0 15px;
    justify-content: center;
}
/* .header-icons, .header-icons-logo {
    margin-top: 5px;
} */
.header ul li, .header-icons-logo ul li {    
    display: inline-block;
    padding: 0px 7px;
}
.header ul li.login {
    margin-top: 0px;
}
.header-icons ul li a, .header-icons-logo ul li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.header-icons ul li.free-quote a {
    background: linear-gradient(45deg, #4caf50, #8bc34a);
    display: block;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 4px;
}
.header-icons ul li a img, .header-icons-logo ul li a img {
    height: 20px;
    padding-right: 5px;
    width: auto;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.logo img{
	margin: 0px;
}
li.login a {
    color: #fff !important;
}
li.login a.dropdown-toggle {
    display: flex;
    align-items: center;
}
.join-comm-btn {
    background: linear-gradient(45deg, #4caf50, #8bc34a);
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;   
    font-size: 14px;
    margin-left: 10px;
        height: auto;
}
nav .dropdown_menu_links a{
    font-size: 14px;
    color: #000;
    position: relative;
}
nav .dropdown_menu_links a.dropdown-item {
    padding: 7px 30px;  
}
/* nav .dropdown_menu_links a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #dc4f36;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 16px;
} */
nav .dropdown-menu{
    border-bottom: 3px solid #dc4f36;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #4caf50;
}
.pro-left-7 {
    border-left: 2px dashed #000;
    background: #e5eff9;
    border-right: 2px dashed #000;
}
ul#suggestionslist li {
    display: block;
    padding-bottom: 3px;
}
/* Medeia Query */

@media (max-width: 1450px)  {
    .header ul li, .header-icons-logo ul li {
        padding: 0px 4px;
    }
    .header-icons .play_store img {
        height: 25px !important;
    }
    .header-icons ul li.free-quote a {
        padding: 6px 6px;
        font-size: 12px;
    }
    .btn_news {
        padding: 5px !important;
        font-size: 12px !important;
    }
    .chat-window {
        height: 440px !important;
        right: 10px !important;
        bottom: 20px !important;
    }

}
