/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/

div#cookie-notice {
    position:absolute;
    display:flex;
    display:-webkit-flex;
    z-index:60;
    width:100%;
    margin:0 auto;
    display:none;
}

.cookieInner {
    display:flex;
    display:-webkit-flex;
    background-color:#ffffff;
    flex-flow:row nowrap;
    justify-content:center;
    align-items:center;
    width:90%;
    max-width:1000px;
    padding:1vw;
    margin:.5vw auto;
}

.cookieInner .btn {
    width:20%;
    min-width:180px;
    margin:0 0 0 2vw;
    font-size:90%;
    height:45px;
    line-height:45px;
    padding:0;
}

.cookieInner p {
    width:90%;
    margin:0 auto 1vw auto;
    text-align:left;

}

.plans {
    margin-left: -160px;
}

.box {
    width: 25% !important;
}

.box li {
    font-size: 14px;
}

.change {
    font-size: 22px;
    color: #fff;
}

.termsPlus {
    margin-left: -25px;
}

.pricing-2 ul {
    max-height: 64px;
    margin-bottom: 40px;
}

@media (max-width:999px) {
    .plans {
        margin-left: 0px;
    }
    .box {
        width: 33% !important;
    }
    .col-md-offset-2 {
        margin-left: 0 !important;
    }
    div#cookie-notice {
        width:100%;
        max-width:100%;
    }
    .pricing-2 ul {
        max-height: 64px;
        margin-bottom: 50px;
    }
    .cookieInner {
        width:94%;
        max-width:100%;
        text-align:center;
        padding-bottom:2vw;
    }

    .cookieInner p {
        font-size:90%;
        margin-bottom:2vw;
    }
}

@media (max-width:599px) {
    .plans {
        margin-left: 0px;
    }

    .cookieInner {
        flex-flow:column nowrap;
        width:100%;
        margin:2vw 0;
    }
}

@media (max-width:767px) {
    .plans {
        margin-left: 0px;
    }
    .box {
        width: 95% !important;
    }
    .cookieInner {
        flex-flow:column nowrap;
        width:100%;
        margin:2vw 0;
    }
}

.ecommerce{

}

.ecommerce h3{
    text-align: center;
    padding-bottom: 50px;
}

.ecommerceRight {
    position: relative;
    background-color: #eee;
    color: #38acd2 !important;
    text-align: left;
    padding-left: 30px;
}

.ecommerce h4{
    color: #be252d !important;
    text-align: left;
    padding-bottom: 50px;
    font-size: 52px;
    font-weight: 800;
    margin-left: 30px;
    margin-top: 30px;
}

.facts {
    font-weight: 400 !important;
    margin-top:-20px;
    margin-right: 80px;
    margin-bottom: 30px !important;
}

#plus {
    position: absolute;
    top: -23px;
    left: -20px;
}

@media (max-width:599px) {
    .plans {
        margin-left: 0px;
    }
    .box {
        width: 90% !important;
    }
    .ecommerceLeft {
        width: 100% !important;
        padding-bottom: 30px;
    }

    .ecommerce h3{
        text-align: center;
        padding-bottom: 50px;
    }

    .ecommerceRight {
        position: relative;
        background-color: #eee;
        color: #38acd2 !important;
        text-align: center;
        padding-left: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .ecommerce h4{
        color: #be252d !important;
        text-align: center;
        padding-bottom: 50px;
        font-size: 52px;
        font-weight: 800;
        margin-left: 0px;
        margin-top: 30px;
        line-height: 50px;
    }

    .ecommerce .text-left {
        text-align: center;
    }

    .facts {
        font-weight: 400 !important;
        margin-top:-20px;
        margin-right: 80px;
        margin-bottom: 30px !important;
        padding-left: 0px;
        width: 100%;

    }

    #plus {
        position: absolute;
        top: -23px;
        left: 45%;
    }
}

/*** Thank You Message ***/
#thankyou {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  background: #FB8100;
  text-align: center;
  color: #fff;
  padding: 30px 0 30px 0;
}


/*** CL updates ***/
.nav-1 .logo {
    height: auto;
    margin-top: 0px;
}
.cl-logo {
    border-left: 2px solid #000;
}
.nav-1.shrink .logo {
    height: auto;
}
.nav-1.shrink .cl-logo .logo {
    margin-top: 3px;
}
.nav-1.shrink .cl-logo {
    margin-top: 8px;
}
.nav-1.shrink .patchman-logo {
    margin-top: 0px;
}
.logo-group {
    display: flex;
    align-items: center;
    height: 100% !important;
    margin-top: 15px;
}
.nav-1.shrink .logo-group {
    margin-top: 0px;
}
.patchman-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cl-banner {
    background-color: #005897;
    padding: 30px 20px;
}
.buttons .learn {
  color: #06539A;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #fff;
  padding: 7px 14px;
  border-radius: 6px;
  margin-right: 20px;
}
.buttons .contact {
  color: #C3EAFB;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 14px;
  border-radius: 6px;
  margin-right: 20px;
  border: 2px solid #C3EAFB;
}
.cl-banner .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.cl-banner .text {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    padding-left: 5em;
    color: #fff;
    width: 60%;
    text-align: center;
}
.cl-banner .logo {
    width: 10%;
    text-align: center;
}
.cl-banner .buttons {
    width: 30%;
    text-align: right;
}
nav.fixed, nav.overlay {
    top: 0;
}


@media only screen and (max-width: 1200px) {
  .cl-banner.logo {
    width: 10%;
    }
  .cl-banner .text, .cl-banner .buttons {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .social-btns {
    float: unset;
  }
}
@media only screen and (max-width: 730px) {
  .cl-banner .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
  .cl-banner .logo {
    width: 10%;
    padding-left: 20px;
    }
  .cl-banner .text {
    padding-left: 30px;
    width: 90%;
  }
  .cl-banner .buttons {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
    .nav-1 img.logo {
        max-width: 80px;
        padding-top: unset;
    }
    .logo-group {
        margin-top: 25px;
    }
}