@charset "UTF-8";

/*
Theme Name: lhub
Theme URI: https://wordpress.org/themes/lhub/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: nhr is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

nhr WordPress Theme, (C) 2020 WordPress.org
nhr is distributed under the terms of the GNU GPL.
*/
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  min-width: 230px;
  overflow: auto;
  z-index: 1;
}

.dropdown-content a {
      font-size: 10px;
    text-align: center;
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
        background: #e90c1f;
    border-bottom: 2px solid #ffffff;
}
.dropdown-content button {
      font-size: 10px;
    text-align: center;
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
        background: #e90c1f;
    border-bottom: 2px solid #ffffff;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.page-numbers{
    color: #ffffff;
    background: #e61a23;
    padding: 5px;
    border-radius: 4px;
}
.alm-load-more-btn {
    
    background: #e61a23 !important;
}
#callbottom {
    font-size: 56px;
    font-weight: 800;
    display: block;
    color: #fff;
    text-align: center;
    bottom: 140px;
    height: 68px;
    line-height: 67px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 69px;
    background-color: #128C7E;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 50%;
 }
    .imgbottom {
    display: block;
    bottom: 192px;
    height: 100px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 169px;
    text-transform: uppercase;
    z-index: 100;
}
    #sautocomplete-list{
        text-align: left;
    background: #e61a23;
    padding-left: 8px;
}
.header-menu-mega-nav {
    float: right;
}
.paddingmt{
    padding-top: 20px;
}
.whiteback{
background: white;
height: 100%;
 margin-right: 20px;
padding: 15px;
}
.aboutleft{
        padding: 40px;
    text-align: center;
    vertical-align: middle;
}
.abticon{
        height: 100%;
    margin-left: 20px;
    font-size: 90px;
    text-align: center;
    color: #151313;
    background: white;
}
.abticon2 p{
    text-align: center;
}
.whiteback p{
text-align: center;
}
.myrowmag{
        margin-right: 1px !important;
    margin-left: 1px !important;
}
.mycolpad{
    padding-right: 1px !important;
    padding-left: 1px !important;
}
.abticon2{
    margin-right: 15px;
        margin-left: 35%;
    margin-bottom: 10px;
        border-radius: 50%;
    background: #e61a23;
    color: white;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #e61a23 !important;
    border-color: #e51a23 !important;
    }
    .headblog p{    margin-right: 50px;}
    .headblog{
        margin-left: 15px !important;   
         padding-right: 15px !important; 
         padding-left: 0px !important; 
    }
    .pblog{
            text-align: left;font-size: 18px;
    }
    .bg-yellow {
    background-color: #e61a23 !important;
}


@media only screen and (max-width: 960px){
    .abticon2 {
    margin-right: 15px;
    margin-left: 45% !important;
}
    .pblog{
        font-size: 12px !important;
    }
    .headblog{
        margin-left: 15px !important;   
         padding-right: 15px !important; padding-left: 25px !important;
    }
    .abticon{
        display: none !important;
    }
    .minhide{
         display: none !important;
    }
    .myrowmag{
        margin-right: 1px !important;
    margin-left: 1px !important;
    }
.mycolpad{
    padding-right: 15px !important;
    padding-left: 1px !important;
}
    }