.banner_ul .banner_li{
	list-style: none;
	float: left;
	padding: 10px;
	line-height: 100px;
	font-size: 20px;
}
.banner_ul .banner_li .banner_ul .banner_sli{
	display: none;
}
.banner_ul .banner_li .banner_ul .banner_sli:hover{
	display: block;
}
/*Nav bar starts*/


.headerright-menu{
	color:black;
	line-height: 100px;

}
.headermenu-button{
	padding: 10px;
	color:black;
}

  .img1 {
    width:60px;
    margin-top: 10px;
    text-align: center;
    float:left;
  }
  
  

@media screen and (min-width: 760px) {
  .img1 {
    width:40%;
  }
}


/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
  .banner_text {
    text-align: center;
  }
}
.boxnotification {
  position: relative;
  border: 2px solid rgb(78, 44, 12);
  border-style: thin;
  border-radius:5px;
  width: 100%;   
  height: 240px;
}
#after_slider{
  margin-top: 10px;
  border: 3px solid green;
  width: 100%;
  margin-left: 2px;
}

#after_slider_row_1{
   padding: 10px;
}
.image{
    border: 2px solid rgb(78, 44, 12);
    border-radius:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 120px) {
  .image {
    
   width: 60%;
   
  }
}
  @media screen and (min-width: 340px) {
  .image {
   width: 80%;
  }
}
@media screen and (max-width: 460px) {
  .image {
   width: 100%;

  }
  
}

.map{
   border: 2px solid rgb(78, 44, 12);
    border-radius:5px;
}
.footer_head{
  float: left;
 padding:10px;
}
.footer_head_row a{
  text-decoration: none;
  color:white;
  text-align: center;
  padding: 5px;

}
.footer_head_row{
  background-color: #424242;
  color: white;
  width:100%;
  margin-left: 0px; 
  margin-top: 5px
}
#sticky-footer {
   flex-shrink: none;
   background-color:black;
   color:white;
   padding: 5px;
  
}
/*registry page css*/
* {box-sizing: border-box}



.tab1 {
  float: left; 
  color:black;
  width: 30%;
  margin-top: 45px;
  min-height: 596px;
  
}
.tab2{
   min-height: 596px;
}


.tab1 button {
  display: block;  
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border:1px solid black;
  font-size: 16px;
  padding: 20px;
  background-color: #ddd2bd;
  color: #522e0a;
  font-weight: 600;
}
 @media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .tab1 button {
    font-size: 15px;
  }
.registry_tr {
    border: 1px solid black;
    padding: 5px;
    font-size: 16px !important;

  }
  .registry_image{
    width: 30% !important;
  } 
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
  color:black;

}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: green;
}

/* Style the tab content */
.tabcontent {
  float: left;
 padding-top: 10px;
   background-color: white;
}
.registry_image{
    width:20%;
    margin-left: 100px;
    border-radius: 10px
    
    
}
.registry_tr{
  border:1px solid black;
  padding:5px;
  font-size: 19px;
}
.registry_table{
  font-size: 12px;
  margin-top: 35px;
  border:1px solid black;
}
@media only screen
and (min-device-width : 130px)
and (max-device-width : 425px) {
    .tab1{
      width:50%;
    }
    .tab1 button {
  border:1px solid black;
  font-size: 13px;
  padding: 10px;
}
}
@media only screen
and (min-device-width : 1500px)
and (max-device-width : 3000px) {
    .tab1{
      width:20%;
    }
    
}
@media only screen
and (min-device-width : 801px)
and (max-device-width : 3000px) {
  .registry_button{
  display: none;
}
.reg_list{
  display:block;
}

}
@media only screen
and (min-device-width : 130px)
and (max-device-width : 800px) {
.registry_button{
  display: block;

}
.reg_list{
  display:none;
}
}
