/*----------------------- HEADER -------------------------------*/
	.header{
    background: #fafcff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .header-menu-section{ 
    position: relative;
    width: 100%;
    z-index: 4;
  }
  .header-menu-section:before,.header-menu-section:after{
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    top: 0;
  }
  .header-menu-section:before{
    width: 30%;
    background: #fafcff;
    left: 0;
  }
  .header-menu-section:after{
    width: 70%;
    background: var(--bg-light-2);
    right: 0;
  }
  .header-menu-section.scrolledHeader:before,.header-menu-section.scrolledHeader:after{
    background: #d8e1f1;
  }
  .navbar .navbar-search-box {
    height: 37px;
    width: 50%;
    margin-left: auto;
  }
  .menuButton i {
    color: #E2242E;
    font-size: 1.5rem;
  }
/*  .navbar .navbar-brand .logo{width: 200px;height: 75px;}*/
  .header-menu .logo {height: 75px;}
  header .navbar-nav .nav-item {
    padding: 0 8px;
    text-align: center;
  }  
  header .navbar-nav .nav-item .nav-link,.submenu-web .nav-menu-list li a,header .navbar-nav .nav-item .nav-link span{
    font-size:0.93rem;
    color: var(--color-first);
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0;
    cursor: pointer;
  }  
  header .navbar-nav .nav-item .nav-link span{padding-top: 5px}
  header .navbar-nav .submenu-web .nav-pills .nav-link.active,header .navbar-nav .submenu-web .nav-pills .show>.nav-link{
    border: 0;
    background: #d8e1f1;
  }
  header .navbar-nav .submenu-web .nav-pills.button{
    text-align: left;
  }
  header .navbar-nav .submenu-web .nav-pills .nav-link{
    padding: 7px;
    margin-bottom: 10px;
  }
  header .navbar-nav .submenu-web .nav-pills .nav-link.active,header .navbar-nav .submenu-web .nav-pills .show>.nav-link{
    border: 0;
    background: #d8e1f1;
  }
  /*header .navbar-nav .nav-item,.navbar-search-box{position: relative;}
  .search-box-right-side-box{width: 75%;display: flex; align-items: center;}*/
  header .navbar-nav .nav-item,.navbar-search-box{position: relative;}
  .search-box-right-side-box{
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin-right: auto
  }
  .navbar-search-box{width:70%}
  .search-box-right-side-box button{padding:7px 15px;}
/*  .weather-main{margin:0 10px} */
  .navbar-search-box label {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    width: 50px;
    text-align: center;
    background: 0 0;
    font-size: 18px;
  }
  .navbar-search-box label i {color: var(--color-second);}
  .search-input {
    border: none;
    display: block;
    width: 100%;
    height: 37px;
    line-height: 33px;
    font-size: 0.8rem;
    background-color:#d8e1f1;
    padding: 0;
    outline: 0;
    float: left;
    color: #2f6271;
    padding-left:10px;    
  }
  .searchIcons{
    position: absolute;
    display: inline-block;
    right: 0;
    width:30px;
    height: 30px;
    z-index: 3;
    top: 10px;
    color: var(--color-first);
  }
  .weather-img{
    float: left;
    width: 50px;
    margin-top:0px;
  }
  .weather-text {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color:var(--color-second);
    margin-top:4px;
    margin-right: -10px;
    margin-bottom: 0;
  }
  .navbar-search-box a,.navbar-search-box a:hover { text-decoration: none;}
  header .navbar-nav i{
    font-size: 0.6rem;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 2px;
  }  
  header .navbar-nav .submenu-web i{font-size: 0.9rem;color:var(--color-first);vertical-align: initial;}
  header .navbar-nav i.icon-menu{
    font-size: 0.9rem;
    vertical-align: middle;
  }
  header .navbar-nav .nav-item:nth-last-child(1) {padding-right: 0; }
  header .navbar-nav .nav-item:nth-child(1) {padding-left: 0; }
  .submenu-web{
    position: absolute;
    top: 140%;
    left:0%;
    width: 250px;
    max-height: 450px;
    overflow-y:auto;
    z-index: 10000;
    display: none;
  }
  .submenu-web .card-body{
    background: var(--bg-light);
  }
  .submenu-web .nav-menu-list li{
    padding:10px 0;
    position: relative;
  }
  .submenu-web .nav-menu-list li:not(:nth-last-child(1)){
    border-bottom:0.4px solid rgba(0, 0, 0,0.2);
  }
  .submenu-web .nav-menu-list li a{
    width: 100%;
    font-weight:600;
    text-decoration: none;
  }
  .call-button a{display: inline-flex;align-items: center;}
  .call-button a span{
    font-size: 1.1rem; 
    color: var(--color-first);
    font-weight: 600;
    display: block;
    line-height: 1;
  }
  .call-button a span small{
    font-size: 0.9rem;
    display: block;
    color: var(--color-second);
  }
  .call-button a i{  
    font-size: 2rem;
    color: var(--color-second);
    font-weight: 500;
    margin-right: 10px;
  }
.call-button .button{font-size:0.9rem;}
.searchbox-results-wrapper{position:inherit!important}

.navbar-nav .user-name {
overflow: hidden;
width: 120px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
/*---------------------------------------- FOOTER ----------------------------------*/
  footer{
    background: linear-gradient(rgba(0,34,71, 0.9),rgba(0,34,71, 0.9)), url("../img/banner/bg-footer.png");  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  footer .footer-heading {
    color: var(--color-second);
    font-family: var(--font-family-sub-heading);
    font-weight: 600;
    font-size: 1.2rem;
    text-transform:capitalize;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .menu-footer{padding-left: 20px;}
  .menu-footer  li{
    position: relative;
    padding-left:0px;
  }

.footer-useful-links small{font-size:.7rem;}
  .menu-footer  li a{
    font-size:.9rem;
    color:#fff;
    font-weight:400;
    text-decoration: none;
  }
  .social-icons a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background: transparent;
    border: 2px solid var(--color-second);
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    text-decoration: none;
    text-align: center;
  }
  .social-icons i{
    color:#fff;
       font-size: 1rem;
    line-height: 32px;
  }
  small.color-first{font-weight: 600;}
  .footer img{width: 200px;margin: 20px auto}  
  /*.subscribeSection{
    background:linear-gradient(rgba(0,0,0, 0.1),rgba(0,0,0, 0.1)),url(../img/subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }*/
  .subscribeBlock,.subscribeBlock .row{position: relative;} 
  .subscribeBlock:before{
    position: absolute;
    content: '';
    background:linear-gradient(rgba(248, 249, 250, 0.9),rgba(248, 249, 250, 0.9)), url(../img/email.png);
    background-repeat: no-repeat;
    background-size: cover;
    right:5%;
    top: 62%;
    width: 150px;
    height: 150px;
    opacity: 0.4;
  }
  .subscribeSection .mainHeading{font-size: 3.5rem}
  .subscribeSection .subHeading{font-size: 1.5rem}
  .subscribeSection p{font-size: 1.2rem}
  .subscribeSection .button{padding: 10px 45px;font-size: 1.2rem}
footer .webContent .line{width: 40%;}