* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F5F5F5 !important;
  font-family: 'rubikregular' !important;
}
a:hover{
	transition: all .3s;
}

/*******Header**********/

.logo{
  max-height: 50px;
}

.navbar-expand-lg{
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.20);	
}
.nav {
  width: 100%;
  position: relative;
}
.nav-container {
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.20);
  padding: 10px;
  position: relative;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.9);
}
.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  width:85%;
  text-align: right;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  color: #f00;
}

.nav > #nav-check {
  display: none;
}
.nav-links ul li{
	display: inline-block;
	text-transform: uppercase;
}
.sub-nav-bar li{
  display: block !important;
}
.sub-nav-bar {
    min-width: 250px;
    text-align: left;
    display: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 0.10);
}
.nav-links ul li .sub-nav-bar a{
  padding: 10px 15px !important;
}
.nav-links ul li .sub-nav-bar a:hover{
  background: #f5f5f5;
}
.nav-links ul li:hover .sub-nav-bar{
  display: block !important;
  transition: all .3s;
}
.nav-links ul li a{
	color: #222;
	text-decoration: none;
	font-size:16px;
	font-weight: 600;
	padding:20px 15px;
	display: block;
  line-height: 30px;
}
.nav-links ul li a:hover,
.footer-bottom-box ul li a:hover{
	color:#0cb7d4;
}


@media (max-width:600px) {
  .logo {
  max-height: 30px;
}
	.nav-container {
	padding:0px;
}
.nav-links ul li {
	display:block;
	border-bottom: solid 1px #ddd;
}
.nav > .nav-links {
	text-align: left;
}
.sub-nav-bar,
.nav-links ul li:hover .sub-nav-bar{
  display: none !important;
}

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 15px 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #222;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

/*******Header**********/


/*******Body**********/
.primary{
  background-color: #0CB8D3;
}
.view-more-button{
    border: solid 1px #0CB8D3;
    padding: 8px 20px;
    font-weight: bold;
}
.view-more-button:hover{
  background-color: #0cb2d6;
  border: solid 1px #0cb2d6;
}
.title-container h2 {
  font-family: 'rubikbold' !important;
}
.product-info h2{
  font-weight: 900;
}
.product-details-titel{
  font-size: 18px;

}
.product-info h3{
  font-weight: 900;
}
.contact-us-container .container,
.app-info-box,
.feedback-container {
border: 1px solid #DEDEDE;
background: #FFF;
box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 0.10);
border-radius: 10px;
}
.footer-bottom-box ul li{
  display: inline-block;
  padding: 10px 20px;
}
.footer-bottom-box ul li a{
  color: #222;
  text-decoration: none;
}
  .fixed-top {
      top: -40px;
      transform: translateY(40px);
      transition: transform .3s;
  }
.secial-box ul li{
  display: inline-block;
  padding: 0 5px;
}
.app-info-box{
  margin-bottom: 30px;
}
.contact-info {
  border-radius: 0 10px 10px 0;
}
.user-name{
  padding-left: 10px;
}
.page-title{
  background-color: #ebebeb;
}
.page-title h3{
  font-weight:300;
  font-family: 'rubikbold' !important;
  color: #555;
}
/*******Body**********/

@media (max-width:600px) {
  .app-info-box,
  .feedback-container {
  margin-bottom: 30px !important;
}
}

/******* Animation **********/

/*scrollup*/
.scrollup {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 20px;
  border-radius: 100%;
  z-index: 100;
  padding: 0 !important;
  background:#0fc9ca;
}
a.scrollup i {
  color: #fff;
  font-size: 25px;
  margin-top: 7px;
}
a.scrollup {
  text-align: center;
}

/*scrollup*/

/******* Animation **********/