/** Added new ones after update **/
#check {
    display: none;
  }
.checkbtn {
    font-size: 30px;
   // color: white;
    cursor: pointer;
    display: none;
        float : right;
z-index: 10000009;
  }
@media (max-width: 1024px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
.row {
 padding-right: 0px;
}
.main-banner-content{

	padding-left: 10px;
	padding-right: 10px;
}
#banner-btn-one{
	display: none;
}
.page_topline {
        display: none;
}
.header_left_logo {
        display: grid;
}
.header_mainmenu{
display: grid;
}
.d-table-cell .container {
     width: auto !important;
     max-width: none !important;
     padding-left:  2px !important;
}

.nav{
        //display: none;
        list-style: inside;
}
.affix-top{
//      display: none;
}
.main-banner {
    margin-top: 115px !important;
  padding-right: 10px;
  padding-left: 10px;
 box-sizing: border-box;
}
.main-banner .container{
    margin-top: 133px !important;
}
.banner-form{
        margin-left: 0px;
	    margin-right: -10px;
}

.page_header {
    top: 0px;
    padding-top: 10px;
}
.top_logo{
        width : auto !important;
        text-align: center;
}
.container_1{
        width: auto !important;
}

.checkbtn {
      display: block;
      order: 1;
      margin-right: 25px;
	margin-top: 20px;
    }

   #myTopnav {
      position: fixed;
      top: 118px;
      right: -100%;
      background-color: grey;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
    }

    #myTopnav li {
      margin: 20px 0;
    }

    #myTopnav li a {
      font-size: 20px;
    }

    #check:checked ~ ul {
      right: 0;
    }
.main-banner .container {
    margin-top: 10px !important;
}

}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

