body {
  font-family: 'Poppins', sans-serif;
 
}

.logo img {
  height: 35px;
}

.navbar-nav {
  margin-left: 30px;
}

.nav-link {
  font-size: 18px;
  margin-right: 20px;
  color: #131313 !important;
  transition: all 0.5s;
}

.nav-link:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

.nav-item.active .nav-link {
  font-weight: 500;
}

header .orange-btn {
  margin-left: 20px;
  font-size:16px;
}

header {
  position: relative;
  z-index: 10;
}

.orange-btn {
  padding: 4px 25px;
  background-color: #00CC00;
  color: #fff !important;
  transition: all 0.5s;
  font-size: 20px;
  border:0px;
}

.orange-btn:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}

#first-box {
  position: relative;
  margin-top: -65px;
}

.font-weight-600 {
  font-weight: 600 !important;
}

#first-box span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

.mainYoutube {
  width: 80%;
  height: 450px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  border: none;
}

.perspective-img-1 {
  /*transform: perspective(1900px) rotateY(25deg);*/
  width: 100%;
  padding: 15px;
  height: auto;
}

.perspective-img-2 {
  /*transform: perspective(1900px) rotateY(-25deg);*/
  width: 100%;
  padding: 15px;
  height: auto;
}

.bg-smoke {
  background-color: whitesmoke;
}

footer {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
}

.footer-links a {
  color: #000;
  margin-left: 30px;
  transition: all 0.7s;
}

.footer-links a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.7s;
}

.top-img {
  width: 600px;
  max-width: 100%;
}

.navbar-toggler {
  padding: 0px;
  border: none;
}

.price-box {
  background-color: #F5F5F5;
  border: solid 1px #CCCCCC;
  margin: 20px 15px 20px 15px;
  text-align: center;
}

.price-box del {
  color: #848484;
  font-size: 20px;
}

.price-box .price {
  color: #1A80B6;
  font-size: 24px;
}

#content {
  min-height: 85vh;
}

.bg-yellow {
  background-color: #FFC859;
  color: #444444;
}

.label2 {
  font-size: 20px;
  margin-bottom: 5px;
}

#form-contact input {
  height: 40px;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

#form-contact textarea {
  height: 200px;
  width: 100%;
  padding: 10px;
}

#form-contact .orange-btn,.formgroup .orange-btn {
  height: auto;
  padding: 3px;
  font-size: 18px;
  width: 200px;
  margin: auto;
  display: block;
  border: none;
}

.contact-form-container a {
  color: #000;
  transition: all 0.5s;
}

.contact-form-container a:hover {
  opacity: 0.5;
  transition: all 0.5s;
  text-decoration: none;
}

.formgroup input[type=text],.formgroup input[type=email],.formgroup input[type=password],.formgroup select{
  height: 40px;
  padding: 0px 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.formgroup textarea{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.form-big-col > input {
  width: 70% !important;
}
.check-btn {
  width: 28%;
  height: 40px;
  float: right;
  background-color: #00CC00;
  border: none;
  color: #fff;
  transition: all 0.5s;
  outline: none;
}

.check-btn:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
  outline: none;
}

.lined-title {
  font-weight: 600;
  border-bottom: 3px solid;
  padding-bottom: 5px;
}


.double-input input{
  width: 46% !important;
}

.double-input input:last-child{
  margin-left: 2%;
}

.billing-images img{
  padding: 10px;
  height: 60px;
}

.billing-agree {
  font-size: 18px;
  text-align: center;
}

.w-70 {
  width: 70%;
}

.success-message {
  text-align:center;
  color:#1D80B6;
  font-size:36px;
}