
.dropbtn {
    background-color: #4CAF50;
    transition: 0.3s;
    color: white;
    padding: 16px;
    padding-right: 32px;
    font-size: 16px;
    border: none;
  border-radius: 2px;
}

.faarrow{
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
 
 /* transform: translate(0%, -50%);*/}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: all 1s ease-out;
    overflow:hidden;
    height:0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color:  #000000;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    height:200px;
}



























 #searchinputs {
     display: none;
     border: 0;
 }
 
 .filterw {width: 12%; border: solid 0px red; float: left; position: relative;}
 
 .col-sm-search {
     position: relative;
     min-height: 1px;
     padding-right: 0;
     padding-left: 0px;
     width: 100%;
     text-align: left;
     float: left;
 }
 
 ::placeholder {
     color: #fff;
 }
 
 .trans {
     transition: all 2s linear;
 }
 
 .col-sm-7padnon {
     position: relative;
     min-height: 1px;
     padding: 0;
     padding-top: 0px;
     width: 60%;
     float: left;
     border: solid 0px red;
     text-align: right;
     margin: 0;
     color: #fff;
     padding:0;
   
 }
 
 .col-sm-magnify {
     min-height: 1px;
     padding: 4px;
     width: 1%;
     padding-right: 32px;
     position: relative;
     float: left;
     border: solid 0px red;
     text-align: left;
     margin: 0;
 }
 
 .btnfilter {
     background-color: #147ac0;
     height: 45px;
     color: #fff;
     border-bottom: solid 0px #fff;
     border-top: #fff;
     border-left: 0;
     border-right: 0;
     padding-top: 3px;
     width: 98.8%;
 }
 
 .sb-search {
     position: relative;
     margin-top: 3px;
     width: 0%;
     min-width: 60px;
     height: 40px;
     float: right;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     transition: width 0.3s;
     -webkit-backface-visibility: hidden;
 }
 
 .sb-search-input {
     /*position: absolute;*/
     top: 0;
     right: 0;
     border: none;
     outline: none;
     background: #147ac0;
     width: 100%;
     height: 41px;
     margin: 0;
     z-index: 10;
     padding: 20px 65px 20px 20px;
     font-family: inherit;
     font-size: 14px;
     color: #fff;
 }
 
 .inputbg {
     background: #147ac0;
     color: #fff;
 }
 
 .sb-search-input::-webkit-input-placeholder {
     color: #fff;
 }
 

 input[type=text],
 select,
 textarea {
     width: 100%;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 0px;
     resize: vertical;
     border-radius: 2px;
 }
 /*
 label {
     padding: 12px 12px 12px 0;
     display: inline-block;
 }
 
 input[type=submit] {
     background-color: #4CAF50;
     color: white;
     padding: 12px 20px;
     border: none;
     border-radius: 4px;
     cursor: pointer;
     float: right;
 }
 
 input[type=submit]:hover {
     background-color: #45a049;
 }*/
 
 .sb-search-input:-moz-placeholder {
     color: #fff;
 }
 
 .sb-search-input::-moz-placeholder {
     color: #fff;
 }
 
 .sb-search-input:-ms-input-placeholder {
     color: #fff;
 }
 
 .sb-icon-search,
 .sb-search-submit {
     height: 40px;
     display: block;
     padding: 0;
     margin: 0;
     line-height: 40px;
     text-align: right;
     cursor: pointer;
 }
 
 .sb-search-submit {
     background: #fff;
     /* IE needs this */
     filter: alpha(opacity=0);
     /* IE 5-7 */
     opacity: 0;
     color: transparent;
     border: none;
     outline: none;
     z-index: -1;
 }
 
 .padnon {
     padding: 0;
 }
 
 .sb-icon-search {
     color: #333;
     background: #f5f5f6;
     padding: 0;
     margin: 0;
     font-size: 22px;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     -webkit-font-smoothing: antialiased;
 }
 
 .sb-icon-search:before {
     content: "\f002";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #154374;
 }
 /* Open state */
 
 .sb-search.sb-search-open,
 .no-js .sb-search {
     width: 88%;
     background-color: #147ac0;
 }
 
 .sb-search.sb-search-open .sb-icon-search,
 .no-js .sb-search .sb-icon-search {
     background: #f5f5f6;
     color: #333;
     z-index: 11;
     border: solid 1px #147ac0;
     border-radius: 3px;
 }
 
 .sb-search.sb-search-open .sb-search-submit,
 .no-js .sb-search .sb-search-submit {
     z-index: 90;
 }
 
 .aiepunch {
     padding-left: 17%;
     font-size: 12px;
     font-family: arial, verdana;
     color: #154374;
     border: solid 0px red;
 }
 
 .menuicon {
     width: 35px;
     height: 5px;
     background-color: #1d8cd8;
     margin: 6px 0;
 }
 
 {
     box-sizing: border-box;
 }
 
 .col-sm-12pad {
     margin-right: 45px;
 }
 
 /*.col-sm-7w {
     width: 59.7%;
     float: left;
     border: solid 0px red;
     text-align: right;
 }*/
 
 .col-sm-2w {
     width: 15%;
     float: left;
     border: solid 0px red;
     text-align: left;
     padding-right: 0;
 }
 
 .col-sm-2align {
     margin-left: 20px;
     margin-top: 2px;
     margin-right: 50px;
   }
 
 .logopad {
     padding-top: 6px;
 }
 
 .link12 {
     font-size: 13px;
     line-height: 50px;
 }
 
 .link12:active {
     color: #154374;
 }
 
 .link12:link,
 .link12:visited {
     color: #154374;
     text-decoration: none;
 }
 
 .link12:hover { text-decoration: none;}
 .link12:active {
     text-decoration: underline;
 }
 
 
 
 
 
 
  .link22:active {
     color: #90182b;
     font-weight: bold;
     font-size: 15px;
     padding:0;
     margin:0;
 }
 
 .link22:link {   color: #90182b;
     text-decoration: none;
     font-weight: bold;
     font-size: 15px;
     padding:0;
       margin:0;
     }
     
 .link22:visited {
     color: #90182b;
     text-decoration: none;
     font-weight: bold;
      font-size: 15px;
      padding:0;
        margin:0;
 }
 
 .link22:hover { color: #90182b;
     text-decoration: none;
     font-weight: bold;
      font-size: 16px;
      padding:0;
        margin:0;
     }
 
 .padleftc {padding-left:0; margin-left:0; left: -50px;}
 
 .magnifys {
     font-size: 22px;
     color: #154374;
 }
 
 .header {
     background: #f5f5f6;
     padding-left: 0px;
     padding-right: 20px;
     border-top: 0px #1d8cd8 solid;
 }
 
 .bplogo {
     width: 120%;
     height: auto;
     margin: 0;
     border: solid 0px red;
 }
 
 .navbarhoriz {
     overflow: hidden;
     /*background-color: transparent;*/
     font-family: "Helvetica Neu", sans-serif;
     float: right;
     /*float: center;
     margin-left: 190px;*/
      z-index: 100000;
     font-size: 16px;
    }
 
 .navbarhoriz a {
     float: left;
     color: #154374;
     text-align: center;
     padding: 9px 20px;
     text-decoration: none;
     border: solid 0px red;
      z-index: 100000;
 }
 
 .dropdown1 {
     float: left;
     overflow: hidden;
     margin-right: 20px;
       z-index: 100000;
      }
 
 .dropdown1 .dropbtnhoriz {
     z-index: -1;
     border: none;
     outline: none;
     color: #154374;
     padding: 9px 7px;
     background-color: inherit;
     font: inherit;
     margin: 0;
    /* padding-top: 8px;*/
     border: solid 0px red;
     /*border-radius: 2px;*/
       z-index: 100000;
      /*transition: all .3s ease-in;*/
       /*transition-delay: .3s;*/
       border: solid 0px red;
 }
 
 .navbarhoriz a:hover {
     background-color: #005087;
     /*color: #fff;*/
     text-decoration: none;
      z-index: 100000;
      
 }
 
 .dropdown1:hover .dropbtnhoriz {
     background-color: #005087;
     color: #fff;
     text-decoration: none;
     padding: 9px 7px;
      z-index: 100000;
      transition-delay: .3s;
      border: solid 0px red;
 }
 
 .dropdown-content1 {
       position: absolute;
    background-color: #f9f9f9;
    width: 100%;
     left: 0;
      background: -webkit-linear-gradient(#ffffff, #edf8fd, #edf8fd, #edf8fd);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  
    transition-delay: .3s;
    overflow:hidden;
    margin-top: 1px;
       border-bottom: 1px solid #ebecec;
      border-top: 1px solid #ebecec;
      height:0;
    }
    

    
 .dropdown-content1 .header1 {
     background-color: #f1f1f1;
     
 }
 
 .dropdown1:hover .dropdown-content1 {
   height:380px;
    padding-top: 15px;
    z-index: 100000;
    border: solid 0px red;
         }
    
    
    
    
    
    
    

   
   
     
     /* Links inside the dropdown */
/*.dropdown-content5 a {

    text-decoration: none;
    display: block;
  
}

/* Change color of dropdown links on hover */
.dropdown-content5 a:hover {
    background-color: #f1f1f1;
    
  }

/* Show the dropdown menu on hover */
.navbarhoriz:hover .dropdown-content5 {
    height:340px;
    padding-top: 15px;
}




























     
     
     
 
 
 .dropdown-content3 {
     display: none;
     position: absolute;
     background-color: #fdfcfc;
     /*width: 60%;*/
     /*left: 35%;*/
     width: 80%;
     left: 15%;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     z-index: 1;
     padding: 20px;
     border-bottom: 1px solid #ebecec;
     border-left: solid #D4D4D4 1px;
     border-right: solid #D4D4D4 1px;
    
 }
 
 .dropdown-content3 .header1 {
     background: #005087;
     /*color: #fff;*/
     padding: 16px;
     color: #fff;
      z-index: 100000;
 }
 
 .dropdown1:hover .dropdown-content3 {
     display: block;
     border-top: solid 1px #eceded;
      z-index: 100000;
 }
 

 
 
    
 
 .producttxt {
     color: #3995db;
     font-size: 20px;
     border-bottom: dotted 1px #333;
     padding: 7px;
     margin: 0;
     text-align: left;
     border-bottom: dotted 1px #333;
 }
 
 .producttxt:link {
     color: #3995db;
     font-size: 20px;
     border-bottom: dotted 1px #333;
 }
 
 .producttxt:active {
     color: #3995db;
     font-size: 20px;
 }
 
 .producttxt:visited {
     color: #3995db;
     font-size: 20px;
     border-bottom: dotted 1px #333;
 }
 
 .producttxt:hover {
     color: #3995db;
     font-size: 20px;
     border-bottom: dotted 1px #333;
 }
 
 .productsubtxt {
     padding: 0;
     margin: 0;
 }
 /* Create three equal columns that floats next to each other */
 
 .column1 {
     float: left;
     width: 21.33%;
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 50px;
     /* background-color: #fff;*/
     height: 290px; 
   border: solid 0px red;
   margin-left: 50px;
   margin-top: 10px;
 }
 
 .column1 a {
     float: none;
     color: #333;
     padding: 5px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .column1 a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 
 .column2 {
     float: left;
     width: 45.33%;
     padding-left: 50px;
     padding-right: 50px;
     padding-bottom: 50px;
     /* background-color: #fff;*/
     height: 480px;
 
 }
 
 .column2 a {
     float: none;
     color: #333;
     padding: 5px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .column2 a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 
 .column5 {
     float: left;
     width: 33.33%;
     padding-left: 100px;
     padding-right: 50px;
     padding-bottom: 50px;
     /* background-color: #fff;*/
     height: 290px;
 }
 
 .column5 a {
     float: none;
     color: #333;
     padding: 5px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .column5 a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 
  .column6 {
     float: left;
     width: 29.33%;
     padding-left: 0px;
     padding-right: 50px;
     padding-bottom: 50px;
     /* background-color: #fff;*/
     height: 290px;
     border: solid 0px red;
 }
 
 .column6 a {
     float: none;
     color: #333;
     padding: 5px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .column6 a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 
 
 .column3 {
     float: left;
     width: 38.33%;
     padding-left: 50px;
     padding-right: 50px;
     padding-bottom: 50px;
     /* background-color: #fff;*/
     height: 280px;
     margin-left: 8%;
 }
 
 .column3 a {
     float: none;
     color: #333;
     padding: 5px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .column3 a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 
 .columnmem {
     float: left;
     width: 100.33%;
     padding-left: 0;
     padding-right: 20px;
     padding-bottom: 0px;
     /* background-color: #fff;*/
 }
 
 .columnmem a {
     float: none;
     color: #333;
     padding: 10px 16px;
     text-decoration: none;
     display: block;
     text-align: left;
     border-bottom: dotted 1px #c2c4c5;
     font-size: 14px;
     margin: 0;
 }
 
 .columnmem a:hover {
     background-color: #f7f5f5;
     /*color: #000;*/
 }
 /* Clear floats after the columns */
 
 .row1:after {
     content: "";
     display: table;
     clear: both;
    
 }
 
 .dropdown2:hover {
     background-color: #005087;
     color: white;
        transition-delay: .3s;
 }
 
 .dropdown2 {
     float: left;
     overflow: hidden;
     color: #154374;
     font-size: 16px;
   
 }
 
 .dropdown2 .dropbtn2 {
     border: none;
     outline: none;
     padding: 9px 24px;
     background-color: inherit;
     font-family: inherit;
     margin: 0;
     padding-top: 8px;
     border: solid 0px red;
    
 }
 
 .dropdown-content2 {
       position: absolute;
    background-color: #f9f9f9;
   min-width: 285px;
    background: -webkit-linear-gradient(#ffffff, #edf8fd, #edf8fd, #edf8fd);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	transition-delay: .3s;
    overflow:hidden;
    margin-top: 1px;
       border-bottom: 1px solid #ebecec;
      border-top: 1px solid #ebecec;
      height:0;
      z-index: 100000;
    }
 
 .dropdown1:hover .dropdown-content2 {
   height:120px;
    padding-top: 15px;
    z-index: 100000;
 }
    
    
    
    .dropdown-contentmem  {
       position: absolute;
    background-color: #f9f9f9;
      width: 18%;
     left: 79.6%;
    z-index: 100000;
      background: -webkit-linear-gradient(#ffffff, #edf8fd, #edf8fd, #edf8fd);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  
    transition-delay: .3s;
    overflow:hidden;
    margin-top: 1px;
       border-bottom: 1px solid #ebecec;
      border-top: 1px solid #ebecec;
      height:0;
    }
 
 .dropdown1:hover .dropdown-contentmem  {
   height:200px;
    padding-top: 15px;
    z-index: 100000;
         }
    
    
     .dropdown-contentnonmem  {
       position: absolute;
    background-color: #f9f9f9;
      width: 18%;
     left: 79.6%;
    z-index: 100000;
      background: -webkit-linear-gradient(#ffffff, #edf8fd, #edf8fd, #edf8fd);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transition-delay: .3s;
    overflow:hidden;
    margin-top: 1px;
       border-bottom: 1px solid #ebecec;
      border-top: 1px solid #ebecec;
      height:0;
    }
 
 .dropdown1:hover .dropdown-contentnonmem  {
   height:120px;
    padding-top: 15px;
    z-index: 100000;
         }
 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
 .otherlink:hover {
     padding-bottom: 10px;
     padding-top: 7px;
     background-color: #1d8cd8;
     text-decoration: none;
 }
 
 .webnone {
     display: none;
 }
 
 

 
 @media screen and (max-width: 1000px) {
     .col-sm-2align {
         margin-left: 0px;
         margin-top: 2px;
         margin-right: 50px;
         border: solid 0px red;
         left: 80px;
         padding: 0;
         text-align: left;
       
     }
     .inputbg {
         background: #147ac0;
         color: #fff;
     }
     .aiepunch {
         padding-left: 10%;
         font-size: 12px;
         font-family: arial, verdana;
         color: #154374;
         border: solid 0px red;
     }
     .sb-icon-search {
         color: #333;
         background: transparent;
         padding: 0;
         margin: 0;
         font-size: 30px;
         speak: none;
         font-style: normal;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         -webkit-font-smoothing: antialiased;
        
     }
     .mobnone {
         display: none;
     }
     .webnone {
         display: block;
     }
     .col-sm-2align {
         margin-left: 0px;
     }
     .col-sm-2mob {
         width: 90%;
         margin-left: 30px;
         border: solid 1px blue;
     }
     .col-sm-7mob {
         width: 100%;
         top: 40%;
         position: relative;
         float: l;
         margin: 0px;
         padding:0;
     }
     .col-sm-magnify {
         padding-right: 0;
         margin-left: 90%;
         width: 2%;
         position: absolute;
         float: left;
         top: 0;
         z-index: 1;
     }
     .col-sm-searchmob {
         width: 90%;
         margin: 0;
         padding: 0;
         border: solid 0px red;
         text-align: center;
     }
     
     
     
     .filtermob {width: 22%; border: solid 1px red; position: relative;}
 }
 
 ::placeholder {
     color: #fff;
 }
 
 
 
 @media only screen and (device-width: 768px) {
 
   .col-sm-searchmob {
         width: 90%;
         margin-left: 50px;
         padding: 0;
         border: solid 0px red;
         text-align: center;
         border-radius: 0;
     }
     
     .bplogot {border: solid 5px red; width: 100%;}
     
      
 
 }
 
 .padform {padding: 3px;}
    