/* Style tab links */
.tabF_btn button {
    background: #eef2f4;
    padding: 2px 10px;
    border-radius: 8px;
    color: #f00;
    border: navajowhite;
}
.tabF_btn {
    margin: 10px -10px;
}

.tablink {
    cursor: pointer;
    font-size: 17px;
    font-family: "hpSimplified";
    background: #08c;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
    height: 60px;
} 

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  height: 100%;
}
.tablink i {
    display: block;
}
/*#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}*/

.tabContainer{
    width: 100%;
    /*height: 350px;*/
}
.tabContainer .buttonContainer{
    height: 15%;
}
/*.tabContainer .buttonContainer button{
    width: 25%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 10px;
    font-family: sans-serif;
    font-size: 18px;
    background-color: #eee;
}*/
.tabContainer .tabPanel::-webkit-scrollbar {
    display: none;
}
.tabContainer .tabPanel{
    display: none;
    overflow-y: scroll;
    height: 70vh;
}


.navbar-content.scroll-div.ps.ps--active-y {
    padding-left: 10px;
}
/*mobile head buttons*/
.mob_cons_2 {
    font-size: 11px;
    color: #1F6CF0;
}
.mob_try_con {
    padding: 10px 10px;
}
.mob_head_btns {
    padding: 5px 0px 5px 10px;
    background: aliceblue;
}
.mob_h {
    padding-left: 29px;
}
.mob_s {
    margin: 0px 0px 0px -10px;
}
.mob_h_r_s button {
    padding: 5px 12px;
    background: #fff;
    font-size: 14px;
    border-radius: 15px;
    margin: 8px 0px;
    border-width: 0px;
    background: #d2e4ff;
    font-family: "hpSimplified";
}


/*mobile head end*/


/*mobile last tab start*/

.group        { 
  position:relative; 
  margin-bottom:45px; 
  margin-top:30px; 
}
.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 0.1px solid #dcefea;
}
.group input:focus     { outline:none; }

/* LABEL ======================================= */
.group label          {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label    {
  top:-20px;
  font-size:14px;
  color:#2fc6c9;
}

/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:300px; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#2fc6c9; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */


/*mobile last tab end*/

input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}
label.group_ic {
    left: 270px;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

