


/*!
 * cookcodesmenu Responsive Mobile Menu v1.0 Based On slicknavmenu 
 * (c) 2018 Nazmul Hussain
 * licensed under MIT
 * www.nazmul.info
 * mailatnazmul@gmail.com
 */

*:hover,
*:focus {
  text-decoration: none;
  /*border: none;*/
}



.header-top-area {
    background: #efefef;
    padding: 5px 0;
    float: left;
    width: 100%;
}

.quick-infoinner {
    float: left;
    width: 100%;
}

.search-areainner {
    float: right;
}
.header-area.header-two {
    position: relative;
    padding: 0 0;
    float: left;
    width: 100%;
}
.breadcumb-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
}

.header-top-area .search-area i {
    top: 10px;
}

.logo-area {
    float: left;
    padding: 0 0 0 15px;
}

.header-top-area .search-area{
  overflow: visible;
}

.breadcumb-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    background-image: url(../../assets/img/banner2.jpg);
    min-height:80px;
    /*z-index:-1*/
}

.breadcumb-area .heading h2 {
    margin: 0;
}

.logo-area {
    float: left;
    padding: 8px 0 0 15px;
}



ul{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}

.header-area.header-two .main-menu ul li a {
    text-decoration: none;
}

.header-area.header-two .main-menu ul {
    text-align: right;
    padding-right: 15px;
}
.search-areainner {
    float: right;
    /*padding-right: 20px;*/
    width:100%;
}

.Report-subheading {
    float: left;
    width: 100%;
}

.Report-headrgt {
    float: right;
}

a.subheadh {
    background: #fff;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 7px 7px 0 0;
    position: relative;
    top: 1px;
    right: 16px;
}


.Report-headrgt {
    float: right;
    margin:80px 0 0;
}

a.Report-des {
    background: #107693;
    color: #fff;
    padding: 6px 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
}

.Report-head {
    float: left;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    bottom: 0;
}


@media only screen and (max-width: 767px) {
  
  .search-areainner {
    float: left;
    padding-right: 0px;
    width: 100%;
    text-align: center;
}
.search-area {
    display: inline-block;
    width: 70%;
    margin: 10px 0 0;
}

.quick-infoinner {
    float: left;
    width: 100%;
    text-align: center;
}

.header-top-area .quick-info ul{
  text-align: center;
  margin: 4px 0 0;
}

.Report-headrgt {
    float: right;
    /*margin: 58px 0 0;*/
    width: 100%;
    text-align: center;
}

.breadcumb-area {
    min-height: 175px;
}

.Report-subheading {
    float: left;
    width: 100%;
    text-align: center;
}

.Report-head {
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    position: static;
    bottom: 0;
    float: none;
    width: 64%;
    margin: auto;
    margin-top: 20px;
}

.Report-head a{
  display: inline-block;
}

}

