@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

html,body {
  
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: white;

}

.signup-box-purple {
    background-image: url("images/back-purple.png");
}

.signup-box-green {
    background-image: url("images/back-green.png");
}

.signup-box {
    height: 300px;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.signup-box p {
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.signup-box h2 {
    font-weight: 900;
    padding: 50px;
    margin-top: 30px;
    font-size: 29px;
}

.textred { color: red;}
.textgreen { color: green;}

.search_box {
  width: 60%;
  height: 50px;
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}

.column
{
    float: left;
    width: 33%;
}
.column2
{
    float: left;
    width: 100%;
}
.column3
{
    float: left;
    width: 50%;
}


h1 {
  /*color:white;*/
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 60px;

}

p.sub_head {
    font-size: 16px;
    font-weight: 100!important;
    text-align: center;
    color: #6a6a6a!important;
}

.header-3 p {
  color: white;
  font-size: 15px;
}

h2 {
  font-size: 36px;
  color: white;
  font-weight: 400;

}

h4 {

  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;

}

header {

  background: var(--background);
  text-align: center;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 135px;
  padding-top: 16px;
}


a {

  color: grey;

 }

.row {

  margin: 0 !important;

}

.three-boxes {

  margin-bottom: 90px;

}

.nav-toggle {

  display: none;

}

.nav-toggle-label {

  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;

}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {

  display: block;
  background: white;
  height: 2px;
  width: 2em;
  border-radius: 2px;
  position: relative;
  transition: transform 0.4s ease-in-out;

}

.nav-toggle-label span::before,
.nav-toggle-label span::after {

  content: '';
  position: absolute;

}

.nav-toggle-label span::before {

  bottom: 7px;

}

.nav-toggle-label span::after {

  top: 7px;

}

.nav-toggle:checked ~ .nav-toggle-label span {

  transform: rotate(45deg);

}

.nav-toggle:checked ~ .nav-toggle-label span::before {

  opacity: 0;

}


nav {

  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  width: 100%;

}

nav ul {

  padding: 0;
  margin: 0;
  list-style: none;

}

nav li {

  margin-bottom: 10px;
  margin-left: 10px;

}

nav a {

  color: #f5f5f5;
  text-decoration: none;
  font-size: 14px;
  opacity: 0;
  transition: opacity 150ms ease-in-out;

}

nav li a.button_slide {
    color: #FFF;
    border: 2px solid purple;
    border-radius: 0px;
    padding: 10px 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: ease-out 1.8s;
}

nav li a.slide_right {
    font-size: 14px;
    margin-top: -15px;
    border-radius: 6px;
    padding: 8px 15px 8px 17px;
}

.image {

  display: block;

}

.overlay {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #81b72b;

}

.lorem:hover .overlay {

  opacity: 1;

}

.dolor:hover .overlay {

  opacity: 1;

}

.blablabla:hover .overlay {

  opacity: 1;

}

.nav-toggle:checked ~ nav {

  transform: scale(1, 1);
  background-color: #81b72b;

}

.nav-toggle:checked ~ nav {

  padding-right: 10px;

}

.nav-toggle:checked ~ nav li{

  border-top: 1px solid purple;
  border-bottom: 1px solid purple;


}

.nav-toggle:checked ~ nav a {

  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;

}

.banner-text {

    padding-top: 200px;

}

.list-unstyled {

  font-size: 16px;

}

.header {
  width: 100%;
  height:100%;
  background-image: url("images/banner.png");
  background-size: cover;
  background-position:center center ;
  position: relative;
  background-attachment: fixed;
  left: 0;
  top: 0;
  margin-top: -116px;

}

.img-cloud {
    margin-top: -110px;
}

.img-cloud-wb {
    margin-top: -110px;
}

.img-cloud-footer {
    margin-top: -60px;
}

.default_p {
      font-size: 18px;
    font-weight: 100!important;
    color: #6a6a6a!important;
}

/*.btn {
  background-color: transparent;
  border: 1px solid purple;
  color: black;
  padding: 7px 32px;
  text-align: center;
  font-size: 12px;
  transition: 0.3s;
}*/

.btn:hover {
  background-color: #3e8e41;
  color: white;
}



.header button, .header a {

  border: none;
  background-color: transparent;
  color: transparent;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;

}

.header::before {

background-image: url("images/cloud.png");
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;


  }

.header-3::before {

background-image: url("images/cloud.png");
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;


  }

.banner-text-2 {

    padding-top: 60px;

}

.banner-text-2 p {

  line-height: 1.5;

}

.wordpress img{

    height: 80px;

}

.joomla img{

    height: 80px;

}

.iwd img {
    margin-left: 4em;
    height: 60px;
}

.header-2{
  width: 100%;
  height: 533px;
  background-image: url("images/banner_2.png");
  background-size: cover;
  background-position:center center ;
  position: relative;
  background-attachment: fixed;
  left: 0;
  top: 0;
}

h1.pre-footer {
    color: #fff;
    font-size: 33px;
    text-align: center;
}

.banner-text-3 {
    padding-top: 120px;
}

.header-3{
  width: 100%;
  height: 600px;
  background-image: url("images/banner_3.png");
  background-size: cover;
  background-position:center center ;
  position: relative;
  left: 0;
  top: 0;
}

.section-one{

  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  min-height: 500px;

}

footer.nb-footer {

background: white;
border-top: 1px solid lightgrey;
padding: 50px 0;

}

footer.nb-footer .about {

margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center;

}

footer.nb-footer .about p {

font-size: 13px;
color: grey;
margin-top: 30px;

}

footer.nb-footer .footer-info-single {

margin-top: 30px;

}

footer.nb-footer .footer-info-single .title {

color: #009eb1;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #b78c33;
padding-left: 5px;
text-align: left;

}

footer.nb-footer .footer-info-single ul li a {

display: block;
color: grey;
padding: 2px 0;

 }



footer.nb-footer .footer-info-single ul li a:hover {

color: grey;

 }

footer.nb-footer .footer-info-single p {

font-size: 13px;
line-height: 20px;
color: grey;

 }

.footer-list ul li {
  display:inline;
  color: grey;
}

.copyright {

  background-image: url(images/copyright_background.png);
  padding: 23px 0 20px 0;

}

.copyright li {

  padding: 0 10px;
  color: white;
  font-size: 13px;

}

.copyright p {

  font-size: 13px;
  color: white;

}

.container:after, .container:before {

  content: "";
  display: block;
  clear: both;

}

.signup-experience {
  font-size: 18px;
  font-weight: 100!important; 
  text-align: center; 
  padding: 0 7em 0 7em; 
  color: gray !important;
}

/* Style all font awesome icons */
.fa {

  padding: 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 60%;

}

.fab {
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 60%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  background-color: purple;
}

.fab:hover {
  opacity: 0.7;
  background-color: purple;
}

.fa-facebook:hover, .fa-facebook-f:hover {
  color: white;
}

.fa-twitter:hover {
  color: white;
}

.fa-linkedin:hover, .fa-linkedin-in:hover {
  color: white;
}

.fa-youtube:hover {
  color: white;
}

.fa-instagram:hover {
  color: white;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook, .fa-facebook-f {
  background: transparent;
  color: purple;
  border: 2px solid purple;
  padding: 10px 12px 10px 12px;
}

/* Twitter */
.fa-twitter {
  background: transparent;
  color: purple;
  border: 2px solid purple;
}

.fa-linkedin, .fa-linkedin-in {
  background: transparent;
  color: purple;
  border: 2px solid purple;
}

.fa-youtube {
  background: transparent;
  color: purple;
  border: 2px solid purple;
}

.fa-instagram {
  background: transparent;
  color: purple;
  border: 2px solid purple;
}

.centerBlock {
  display: table;
  margin: auto;
}

.form {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 80px;
}

.login-header {
  background-image:url(../img/login-header.png); 
  background-size: cover;
  background-position: center; 
  width: 100%;
}



.teasing {
margin-bottom: 100px;
}

.four-text {

  text-align: center;
  margin-top: 50px;

}

.list-unstyled ul {

  color: red;

}

.card {
  text-align: center;
  position: relative;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.card-header {
  position:relative;
  height: 150px;
}


.card-content:hover::before {

  font-size: 30px;

}

.card:hover {

background-color: #81b72b;
color: white;

}

.card:hover p{

color: white;

}

.card:hover h3{

color: white;

}

.card:hover button {

  background-color: purple;

}

.button_slide {

  color: #FFF;
  border: 2px solid purple;
  border-radius: 0px;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 1.8s;

}

.button_slide_trans {

  color: #FFF;
  background-color:purple!important;
  border: 2px solid purple;
  border-radius: 0px;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 1.8s;

}

.button_slide_login {
  color: #FFF;
  border: 2px solid purple;
  border-radius: 0px;
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 1.8s;
}

.slide_right_login {

  font-size: 12px;
  color: black;
  margin-top: -20px;
  border-radius: 6px;
  padding: 10px 20px 10px 20px;

}

.slide_right_login:hover {
  box-shadow: inset 200px 0 0 0 purple;
  color: white;
}

.nav__item{
    transition: all .1s;
}

.nav-list li a:focus, a:hover {
  text-decoration: none !important;
}

.nav__item:hover{
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 3px solid #81b72b;
  text-decoration: none;
  color: #f5f5f5;
  transition: all .2s;
}

.slide_right {

  font-size: 18px;
  margin-top: -20px;
  border-radius: 6px;
  padding: 8px 26px 10px 26px;

}

.slide_right:hover {
  box-shadow: inset 200px 0 0 0 purple;
}

.slide_right_trans {

  font-size: 18px;
  margin-top: -20px;
  border-radius: 6px;
  padding: 10px 20px 10px 20px;

}

.slide_right_trans:hover {
  box-shadow: inset 200px 0 0 0 #81b72b!important;
}

.slide_down {

  font-size: 12px;
  margin-top: -20px;
  border-radius: 6px;
  padding: 10px 20px 10px 20px;

}

.slide_down:hover {

  box-shadow: inset 0 40px 0 0 purple;

}

.button_slide-1 {

  color: #FFF;
  background-color: #81b72b;
  border: 2px solid #81b72b;
  border-radius: 0px;
  padding: 20px 40px;
  display: inline-block;
  cursor: pointer;

}

.slide_right-1 {

  font-size: 15px;
  margin-top: -20px;
  border-radius: 4px;
  padding: 10px 40px 10px 40px;

}

.slide_right-1:hover {

  border: 2px solid purple;
  background-color: purple;

}

/*
.button_slide-1 {

  color: #FFF;
  background-color: #81b72b;
  border: 2px solid #81b72b;
  border-radius: 0px;
  padding: 20px 30px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 1.2s;

}
*/

/*
.slide_right-1 {

  font-size: 15px;
  margin-top: -20px;
  border-radius: 4px;
  padding: 10px 40px 10px 40px;

}
*/

.slide_down-1 {

  font-size: 15px;
  margin-top: -20px;
  border-radius: 4px;
  padding: 10px 40px 10px 40px;

}

.slide_down-1:hover {
    /*border: 0;*/
    box-shadow: inset 0 50px 0 0 purple;
    border-color: purple;
}

.button_slide-2 {

  color: #FFF;
  border: 2px solid purple;
  border-radius: 0px;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  /*
  -webkit-transition: ease-out 1.2s;
  */

}

.slide_down-2 {

  font-size: 15px;
  margin-top: -20px;
  border-radius: 4px;
  padding: 10px 40px 10px 40px;

}

.slide_down-2:hover {

  border: 2px solid #81b72b;
  box-shadow: inset 0 50px 0 0 #81b72b;

}

.button_slide-3 {

  color: #FFF;
  border: 2px solid purple;
  border-radius: 0px;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 1.2s;

}

.slide_down-3 {

  font-size: 12px;
  margin-top: -20px;
  border-radius: 6px;
  padding: 10px 20px 10px 20px;

}

.slide_down-3:hover {

  box-shadow: inset 0 40px 0 0 purple;

}

.logo img {

  height: 60px;

}



.btn-default-1 {

  background-color: #81b72b;
  color: white;
  border:0;
  padding: 10px 40px;
  font-size: 15px;
}

.btn-primary {
    background-color: purple;
    color: white;
    border: 0;
}

.btn-primary-1 {
    background-color: purple;
    color: white;
    border: 0;
    padding: 14px 25px;
    font-size: 15px;
}

.btn-default-1:hover {
  background-color: purple;
  border:0;
}

.btn-default:hover {
  background-color: purple;
}

.btn-primary:hover {
    background-color: #81b72b;
}

.btn-primary-1:hover {
    color: #81b72b;
    background-color: #fff;
}

.header-3 button {

  border: none;
  background-color: transparent;
  color: transparent;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;

}

.coming-soon {
  position: absolute;
  z-index: 1;
  top:50%;
  left:0;
  right:0;
  margin-top: -17px;
}

.coming-soon span {

  font-size: 20px;
  line-height: 2em;
 padding:10px;
  border-radius: 2px;
  font-weight: bold;

}

.one-box {

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;

}

.one {

  background-color: white;
    height: 100%;
    padding: 10px 0 0 0;
    margin-bottom: 30px;

}

.two {

  background-color: #81b72b;
    height: 100%;
    padding: 10px 0 0 0;
    margin-bottom: 30px;

}

.one ul {

  text-align: left;

}

.bottom {
  background-color: purple;
}

.card-content {
  position: relative;
  overflow: hidden;
  margin-top: none;
  padding: 0 .5em;
  color: black;
  font-size: 16px;
  font-weight: normal;
}

.card-e-1 {
  position: relative;
  overflow: hidden;
  margin-top: none;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 0 15px 96px 15px;
}

.card-e-2 {
  position: relative;
  overflow: hidden;
  margin-top: none;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 0 20px 0px 20px;
}

.card-content-1 {
  position: relative;
  overflow: hidden;
  margin-top: none;
  color: black;
  font-size: 16px;
  font-weight: normal;
}

.card-title {
  margin: 1.5em 0 1em 0;
  font-weight: 800;
}

.card-title-1 {

  color: purple;
  font-weight: 800;

}

.tick li {
    list-style-image: url('images/tick.png');
    padding-bottom: 5px;
    margin-left: -15px;
    color: grey;
}

.white-tick li {
    list-style-image: url('images/white-tick.png');
    padding-bottom: 5px;
    margin-left: -15px;
}

.inner p {

  text-align: left;
  color: purple;
  font-weight: 600;

}

.lorem p {

  color: black;

}

.dolor p {

  color: black;

}

.blablabla p {

  color: black;

}

.lorem {

    background-color: #f5f5f5;
    height: 500px;
    padding: 60px 60px 0 60px;

}

.dolor {

    background-color: #f5f5f5;
    height: 500px;
    padding: 60px 60px 0 60px;

}

.sit-amet {

  background-color: #f5f5f5;

}

.blablabla {

    background-color: #f5f5f5;
    height: 500px;
    padding: 60px 60px 0 60px;

}


.banner-text-web-builder{
    padding-top: 7%;
}

.banner-text-web-builder h1 {
    color: #fff;
    font-size: 48px;
}

.home-price {
  font-weight: 1000; 
  padding-left: 40px;
}

/*Media Queries*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .banner-text {
        padding-top: 100px;
    }

    .banner-text h1 {
        font-size: 24px;
    }

    .banner-text-web-builder h1 {
        font-size: 24px;
    }
    
    .blablabla {
        padding: 30px 60px 0 60px;
    }

    .container {
      max-width: 100%;
      margin: 0px 25px;
  }
    
    .dolor {
        padding: 30px 60px 0 60px;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .lorem {
        padding: 30px 60px 0 60px;
    }
    
    .header {
        height: 80%;
    }
    
    h1 {
        font-size: 24px;
    }

    h2 {font-size: 20px;}
    
    .header-2 {
        height:81%;
        padding-top: 20px;
    }

    .purple {
        width: 245%;
        padding-right: 20px;
    }

    .purple h2 {
        margin-left: -30px;
    }

    .login-header {
      height: 290px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .banner-text {
        padding-top: 100px;
    }

    .container {
      max-width: 540px;
      margin: 0px 50px;
  }
    
    .form-control {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .header-2 {
        height: 87%;
    }
    
    .banner-text-2 {
        padding-top: 10px !important;
    }
    
    .banner-text-2 h2 {
        font-size: 22px;
    }
    
    .banner-text-2 p {
        font-size: 12.5px;
    }
    
    .wordpress img {
        height: 70%;
        width: 70%;
    }
    
    .joomla img {
        height: 70%;
        width: 70%;
    }
    
    .iwd img {
        height: 50%;
        width: 50%;
    }
    
    .banner-text-3 {
        padding-top: 100px;
    }

    .signup-experience {
      font-size: 16px;
      padding: 0 2em 0 2em; 
    }

    .login-header {
      height: 290px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .banner-text-web-builder h1 {
    font-size: 32px;
  }

  h2 {font-size: 28px;}

    .banner-text {
        padding-top: 120px;
    }

    .container {
      max-width: 720px;
      margin: 0px 120px;
  }

    .purple {
        width: 100%;
    }

    .home-price {
      font-weight: 600; 
      font-size: 26px; 
    }
    
    h1 {
        font-size: 37px;
    }
    
    #email {
        margin-bottom: 20px;
    }

    .header {height: 755px;}

    .signup-box h2 {padding: 30px; font-size: 29px;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
     .banner-text h1 {
        font-size: 31px;
        line-height: 45px;
        padding-top: 20px;
    }
    
    .banner-text-2 h2 {
        font-size: 2.8rem;
        padding-top: 5rem;
    }

    .banner-text-web-builder h1 {
      font-size: 48px;
    }
    
    .banner-text-2 p {
        font-size: 1.85rem;
    }
    
    .banner-text-3 {
        padding-top: 120px;
    }
    
    .banner-text-3 h2 {
        font-size: 2.8rem;
        padding-top: 0;
    }
    
    .banner-text-3 p {
        font-size: 1.6rem;
    }

    .container {
      max-width: 100%;
      margin: 0px 50px;
  }
  
    .header-2 {
        height: 80%;
    }

    .purple {
        width: 220%;
    }

    .home-price {
      font-weight: 800; 
      font-size: 26px; 
    }

    .bg-white { background-color: #fff;}

    button_slide {
        border: 0 transparent !important;
        border-radius: 0 !important;
        margin-left: -18px;
    }

    .card-e-1 {
      font-size: 14px;
    }
    
    .card-e-2 {
      font-size: 14px;
    }
    
    .header {
        height: 98%;
    }

    h2 {font-size: 36px;}

    header h1 {
      font-size: 25px;
    }
    
     header {
        display: grid;
        grid-template-columns: 1fr auto minmax(700px, 3fr) 2fr;
        padding-top: 35px!important;
        padding-bottom: 25px!important;
        height: 116px!important;
    }
  
    .header-3 {
        height: 480px;
    }
    
    .login-header {
        height: 420px;
    }
    
    .img-cloud {
        margin-top: -61px;
    }

    .logo {
        grid-column: 2 / 3;
    }
    
    .logo img {
        height: 56px;
        margin-left: 27px;
    }

    #order-standard_cart .products .product header {
      padding: 10px 20px !important;
      height: 50px !important;
    }

    #order-standard_cart .products .product header span {
      width: max-content;
    }
    
    nav {
        all: unset;
        grid-column: 3 / 4;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    nav ul {
        display: flex;
    }

    nav li {
    
        margin-left: 20px;
        margin-bottom: 0;
    
    }

    nav a {
        opacity: 1;
        font-size: 12px;
    }
    
    .nav-toggle-label {
        display: none;
    }

    .signup-box h2 {font-size: 32px;}

    .signup-experience {
      font-size: 18px;
      padding: 0 7em 0 7em; 
    }
    
     .teasing .row {
        display: flex;
    }

    .teasing .row > [class*='col-'] {
        flex-direction: column;
    }
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .banner-text {
        padding-top: 200px;
    }

    .banner-text-2 {
        padding-top: 70px;
    }
    
    .white-tick {
        padding-bottom: 0;
    }
    
    .banner-text h1 {
        font-size: 5rem;
        line-height: 70px;
        padding-top: 25px;
    }
    
    .banner-text p {
        line-height: 30px;
        font-size: 18px;
    }
    
    .banner-text-web-builder h1 {
        font-size: 52px;
    }
    
    .button_slide {
        font-size: 18px;
    }

    .card-e-1 {
      font-size: 16px;
    }
    
    .card-e-2 {
      font-size: 16px;
    }
    
    .clouds {
        background-image: url(images/cloud.png)!important;
        background-size: cover!important;
    }
    
    .container {
        max-width: 1248px;
        margin: 0px 250px;
    }
    
     .form h2 {
        padding-bottom: 20px;
    }

    h1 {
        font-size: 42px;
       /*text-align: left; */
    }
    
    .header {
        height: 98%;
    }
    
    .header-2 {
        height: 450px;
    }
    
    header {
      display: grid;
      grid-template-columns: 1fr auto minmax(700px, 3fr) 2fr;
      padding-top: 35px!important;
      padding-bottom: 25px!important;
      height: 129px!important;
  }
    .img-cloud {
        margin-top: 10px;
    }
    
    .img-cloud-wb {
        margin-top: -70px;
    }
    
    .img-cloud-footer {
        margin-top: -33px;
    }
    
    .login-header {
      height: 470px;
    }
    
    .logo img {
        height: 63px;
        margin-left: 20px;
    }
    
    nav {
        margin-right: -34%;
    }
    
    .nav__item {
        font-size: 1.1em;
        padding: 0 7px;
    }
    
    nav li {
        margin-right: 6px;
    }

    p {
        font-size: 1.6rem;
    }
    
    .purple {
        width: 1565px;
    }

    .home-price {
      font-weight: 900; 
      font-size: 36px; 
    }

}


.header-3::before {
    background-image: url(images/cloud.png);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -348px;
}

.fa-shopping-cart {
    margin-top: auto;
}
.mt-20 {
     margin-top: 20px;
}

.mt-10 {
     margin-top: 10px;
}

p.compare-pricing {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 13px;
}

.text-black {
    color: grey;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#order-standard_cart {
    margin: 0;
    padding: 15px 0 40px 0 !important;
}

.get-support .form-control {
    height: 45px;
}

.get-support p {
    color: #000;
    text-align: center;
}

.header-lined {
  padding: 30px 10px 30px 10px;
}

.header-lined p {
  text-align: center;
  color: grey;
}

.header-lined a {
  color: purple;
}

.login-form {
  padding: 0 25px 0 25px;
}

.login-form .form-control {
  height: 45px;
}

.blabla-btn{ border: 1px solid #fff; }

#order-standard_cart p {
  color: #000;
}

.contact .section-head {
  text-align: left; 
  color: black; 
  font-weight: 700; 
  padding-bottom: 15px; 
}

.contact .form-control {
  margin-top: 15px;
}

#frmDomainHomepage .form-control {
  width: 730px !important;
  height: 50px;
  margin-bottom: 0;
  border-color: purple;
}

