body {
    font-family: 'Roboto', sans-serif;
    background:#eaedf2;
    color:#666;
}
a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration:none;
}

#myHeader img {
  width: 100%;
  height: 56px;
  background: #03112d;
  padding: 9px;
  border-radius: 9px;
}
.switch-panel {
    display: block;
    position: fixed;
    right: 0px;
    top: 91px;
    width: 50px;
    height: 100px;
    box-shadow: 0 0 6px rgba(0,0,0,.25);
    background: #fff;
    z-index: 99999;
}
.switch-panel a img{
  margin: 12px auto;
}
header#myHeader {
    position: relative;
}
.slogan h1 {
    color: #FF0C86;
    font-size: 30px;
    padding: 10px 35px;
    font-weight: 900;
}
.modal-dialog {
    margin-top: 150px !important;
}
a.btn {
  top: 0%;
  right: 0;
  margin-top: 18px;
  position: fixed;
}
a.btn-buy {
  top: 0%;
  margin-top: 111px;
  right: 0;
  position: fixed;
}
a.go-btn {
  top: 0%;
  margin-top: 66px;
  right: 0;
  position: fixed;
}
.sticky hr{
  display: none;
}
.sticky .row {
  margin: 0px !important;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  background: #03112D;
  z-index: 1000;
  padding: 50px 0px;
}
.content-info a{
  color:#22A7F0
}
.content-info a:hover{
  color:#000;
}
a img { 
    border:0;
}
section img{
  display:block;
  max-width:100%;
  height:auto;
  margin:15px 0 15px 0;
}
.btn-buy{
  display:inline-block;
  background:#FF0C86;
  color: #fff;
  font-weight: 400;
  text-align:center;
  padding: 6px 17px;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.btn-buy:hover{
  background:#03112D;
  color:#fff;
}
.go-btn{
  display:inline-block;
  background:#FF0C86;
  color: #fff;
  font-weight: 400;
  text-align:center;
  padding: 6px 17px;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.go-btn:hover{
  background:#03112D;
  color:#fff;
}
.btn{
  display:inline-block;
  background:#FF0C86;
  color: #fff;
  font-weight:500;
  text-align:center;
  font-size:17px;
  letter-spacing: 1px;
  border: 2px solid #FF0C86;
  font-weight: 600;
}
.btn:hover{
  background:#03112D;
  color:#fff;
}
div#header-box {
    position: relative;
    top: 5%;
    width: 100%;
}
header{
  padding:0px 0;
  z-index: 99999;
}

#nav::-webkit-scrollbar {
  width: 5px;
}
#nav::-webkit-scrollbar-thumb {
  background-color: #FF0C86;
  border-radius: 10px;
}
#nav {
  height: 30em;
  line-height: 2em;
  overflow: scroll;
  overflow-x: hidden;
}

ul ul {
  text-indent: 1em;
}
ul ul ul {
    text-indent: 2em;
}
.slogan{
  color:#fff;
  font-weight:400;
  font-size:20px;
  line-height:34px;
  text-align: center;
}
.middle , .right {
  padding-top: 7px;
}

section .container{
    background:#fff;
}
.content-wrap{
  padding:50px 0
}
.menu-box {
  position: sticky;
  background: transparent;
  right: 8%;
}
.menu-box ul{
  margin:0;
  padding:0;
}
.center {
  text-align: center;
  color: #fff;
}
.menu-box li{
  display:block;
}
.menu-box li a{
  display:block;
  padding:13px 20px;
  color:#FF0C86;
  text-decoration: none;
}
.menu-box li a:hover, .menu-box li a.current {
  color: #03112D;
  font-family: 'Lora', serif;
}
.menu-box li:last-child a{
  border-bottom:0;
}
.section-txt{
  padding-bottom:15px;
  margin-bottom:30px;
  border-bottom:1px solid #dcdcdc;
}
.section-txt:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.content-info h3{
  font-size:30px;
  font-weight:600;
  color:#444;
  margin:0 0 15px 0;
  font-family: 'Cookie', cursive;
  letter-spacing: 2px;
}
.content-info p{
  color:#666;
  line-height:24px;
  font-size:18px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;

}
.content-info ul{
  margin:0 0 14px 0;
}
.content-info ul li{
  line-height:24px;
  font-size:16px;
  font-weight:400;
}

.content-info iframe {
    width: 100%!important;
    height: 350px;
    border: 0!important;
}

.footer-area{
  margin-top:50px;
  padding:60px 0;
  background:#222;
  font-size:16px;
  line-height:24px;
  color:#fff;
  font-weight:400;
}

.footer-area a{
  color:#999;
}
.footer-area a:hover{
  color:#eee
}
footer{
  background:#111;
  padding:20px 0;
  font-weight:400;
  font-size:12px;
}

@media only screen and (max-width: 575px) {
  .menu-box {
    position: unset;
  }
  .sticky{
    position: unset;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu-box {
    position: unset;
  }
  .sticky{
    position: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-box {
    position: unset;
  }
  .sticky{
    position: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-box {
    position: fixed;
    top: 27%;
    background: #34495e;
  }
}

@media only screen and (max-width: 768px){
  header{
    margin-bottom:30px;
  }
  .content-wrap {
    padding: 30px 0;
  }
  .slogan{
    text-align:center;
    line-height:22px;
    margin-bottom:15px;
  }
  #logo {
    text-align:center;
    margin-bottom:15px;
  }
  #logo img{
    margin:0 auto;
  }
  .btn{
    display:block;
    margin:0 auto;
  }
  aside{
    width:100%;
    float:none;
    padding:0 15px;
    margin-bottom:30px;
  }
  .content-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-info p, .content-info ul li{
    font-size:14px;
    line-height:22px;
  }
  .content-info h3 {
    font-size: 20px;
  }
  .footer-area {
    margin-top: 30px;
    padding: 50px 0;
    font-size:14px;
  }
}