.itopplus-background {

}
.thumbnail {
    border: none;
}
.thumbnail:hover{
    background-color: #00A99D;
}

.navbar-default .navbar-nav>li>a {
    color: #231f20;
    font-size: 18px;
    /* font-family: Tahoma, Geneva, sans-serif; */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}


itopplus-footer {
    background-color: #62d5b5;!important;
   color: #fff;
}
  
  .itopplus-footer {
    background-color: #00A99D;
}
  
background: -webkit-linear-gradient(top,rgb(32 179 165) 0,rgb(41 181 168) 25%,rgb(31 183 176) 50%,rgb(37 153 147) 75%,rgb(51 173 167) 100%);
}
 
element.style {
    background: transparent;
    border-bottom-style: solid;
    border-bottom-color: #00A99D!important;
    border-bottom-width: 5px;
}

.itopplus-menu {
    /* background:rgba(246,240,70,1); */
    background: -moz-linear-gradient(top,rgba(246,240,70,1) 0,rgba(246,217,70,1) 25%,rgba(236,183,1,1) 50%,rgba(246,217,70,1) 75%,rgba(246,240,70,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(246,240,70,1)),color-stop(25%,rgba(246,217,70,1)),color-stop(50%,rgba(236,183,1,1)),color-stop(75%,rgba(246,217,70,1)),color-stop(100%,rgba(246,240,70,1)));
    /* background:-webkit-linear-gradient(top,rgba(246,240,70,1) 0,rgba(246,217,70,1) 25%,rgba(236,183,1,1) 50%,rgba(246,217,70,1) 75%,rgba(246,240,70,1) 100%); */
    background: -o-linear-gradient(top,rgba(246,240,70,1) 0,rgba(246,217,70,1) 25%,rgba(236,183,1,1) 50%,rgba(246,217,70,1) 75%,rgba(246,240,70,1) 100%);
    background: -ms-linear-gradient(top,rgba(246,240,70,1) 0,rgba(246,217,70,1) 25%,rgba(236,183,1,1) 50%,rgba(246,217,70,1) 75%,rgba(246,240,70,1) 100%);
    background: #00A99D;
}

@media (min-width: 821px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  margin-inline-start: -140px;
  margin-inline-end: -140px;
}


