@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('../fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('../fonts/helveticaneue-webfont.woff2') format('woff2'), url('../fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneuelt-webfont.woff2') format('woff2'), url('../fonts/helveticaneuelt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueitalic';
    src: url('../fonts/helveticaneueit-webfont.woff2') format('woff2'), url('../fonts/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #666666;
    font-family: 'helveticaneuelight';
    overflow-x: hidden;
    font-size: 14px;
    color: #97989b
}

p {
    font-size: 14px;
    color: #97989b;
    line-height: 30px;
}

p strong {
    font-family: 'helveticaneuemedium';
}

p.large {
    font-size: 16px;
    margin-bottom: 0;
}

a {
    color: #97989b;
    transition: 0.5s;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #1dc9ce;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h2 {
    color: #606060;
    font-weight: 800 !important;
}

h4 {
    font-size: 18px !important;
    color: #114d5f;
    font-weight: 800 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

header {
    padding: 20px 0;
    
    position: inherit;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    min-height: 110px;
    box-shadow: 1px -4px 7px 3px #00000030;
}

footer {
    font-size: 14px;
}

.footer-top {
    padding: 60px 0;
    background: #152837;
}

.login {
    float: right;
    margin: auto 10px auto auto;
}

.btn-primary {
    background: #00c698;
    border: 1px solid #00c698;
    color: #fff;
    font-family: 'helveticaneuemedium';
    font-size: 22px;
    border-radius: 5px;
    min-width: 306px;
    padding: 13px;
    cursor: pointer;
    box-shadow: 0px 9px 24px #1145541f;
    display: inline;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00ae89;
    border-color: #00ae89;
}

.btn-secondary {
    font-family: 'helveticaneuemedium';
    background: #b4b4b4;
    color: #fff;
    padding: 12px 58px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px #1145541f;
    font-size: 16px;
    text-decoration: none;
    border: none;
    display: inline;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(4, 162, 209);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
}

a.email {
    font-size: 24px;
    font-family: 'helveticaneuemedium';
    color: #fff;
    text-decoration: none;
}

a.phone {
    font-size: 24px;
    font-family: 'helveticaneuemedium';
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom .row {
    align-items: center;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a {
    color: #000;
    padding-left: 55px;
    font-size: 16px;
    text-decoration: none;
}

#footer .footer-links a:hover {
    color: #04a9da;
}

#serv {
    padding: 120px 0 90px 0;
    overflow: hidden;
}

#intro {
    width: 100%;
    background: linear-gradient( -119deg, #dfe2e6, #f3f4f8);
    background-size: cover;
    position: relative;
    display: flex;
}

.b-content {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    min-height: 700px;
}

.lft {
    position: absolute;
    max-width: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}

.intro-text h1 {
    color: #36bae1;
    font-weight: 800;
}

#intro p {
    color: #97989b;
    margin-bottom: 4%;
    font-size: 18px;
    font-family: 'helveticaneuemedium';
    margin-top: 5%;
}

.right-portion {
	bottom: 0;
	position: absolute;
	right: -30px;
}

.right-portion img {
    width: 100%;
}

#serv .box {
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgb(0 0 0 / 12%);
    background: #fff;
    text-align: left;
    border-radius: 5px;
}

#serv .box p {
    line-height: 30px;
    color: #97989b;
    margin: 0;
}

#serv h4 {
    font-size: 18px;
    color: #114d5f;
    font-weight: 800;
    margin: 25px 0 15px;
}

#categories .icon {
    margin-bottom: 0;
    min-height: 50px;
}

#search {
    padding: 0 0 100px;
}

.instruction-txt {
    background: #f7f6df;
    border-radius: 5px;
    padding: 75px;
    margin-left: 40px;
}

.instruction-txt h4 {
    line-height: 30px;
    color: #97989b;
    font-family: 'helveticaneuemedium';
}

.s-img {
    float: left;
    padding-right: 30px;
}

.s-content {
    float: right;
    max-width: 470px;
}

.s-content p {
    font-size: 16px;
}

h4 {
    font-size: 18px;
    color: #114d5f;
    font-weight: 800;
}

#categories .section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 130px;
}

#categories .title {
    margin: 40px 0 20px;
}

#review .section-header {
    padding-bottom: 60px;
}

#review h3 {
    color: #ff8300;
    font-weight: 500;
}

.testi {
    padding: 60px 60px 30px;
    box-shadow: 2px 0px 35px rgb(0 0 0 / 12%);
    background: #fff;
    text-align: left;
    border-radius: 5px;
}

.testi p.desc {
    font-family: 'helveticaneueitalic';
    font-size: 16px;
    line-height: 34px;
    position: relative;
}

.testi p.desc:before {
    content: '';
    background: url(../img/quote.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: -17px;
    top: -15px;
}

.client-des {
    text-align: center;
}

.client-des h4 {
    margin: 20px 0;
}


/*
.stars {
	min-height: 30px;
	background-image: url(../img/stars.svg);
	background-repeat: repeat-x;
	width: 200px;
	background-size: 40px 30px;
	margin-left: auto;
	margin-right: auto;
}*/

#benefits {
    padding: 130px 0;
}

#finding {
    padding: 0 0 130px;
}

.terms {
    padding: 50px 0 20px;
    background: #fff;
    margin-top: 10px;
}

.terms .section-heading h2 {
    margin-bottom: 40px;
}

.terms p {
    margin-bottom: 40px;
    font-size: 16px;
}

.terms p a {
    color: #97989b;
}

.terms h4 {
    font-weight: 600 !important;
    font-size: 22px !important;
}

.terms h5 {
    font-size: 18px;
    color: #114d5f;
}

.terms ol {
    padding-left: 20px;
    font-size: 16px;
}

.terms ol li {
    margin-bottom: 10px;
}

.terms ul li {
    margin-bottom: 10px;
}

.terms ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.terms ul li:before {
    content: '\f058';
    font-family: "fontawesome";
    padding-right: 5px;
    color: #04a2d1;
}

.clr {
    color: #04a2d1;
    font-family: 'helveticaneuemedium';
    font-size: 24px !important;
}

.pa-60 {
    padding: 60px 0;
}

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

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

.pb-60 {
    padding-bottom: 60px;
}

.bbox {
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgba(0, 0, 0, 0.12);
    background: #f7f7f7;
}

.table thead th {
    font-family: "Montserrat", sans-serif;
    color: #04a2d1;
}

form.brand input[type="text"],
form.brand input[type="email"],
form.brand textarea {
    height: 61px;
    border: 1px solid #fff;
    color: #97989b;
    font-size: 16px;
    box-shadow: 0px 9px 24px #1145541f;
    border-radius: 5px 0 0 5px;
    padding: 12px 30px;
}

.form-side {
    border-right: 1px solid #eaeaea;
    padding-right: 30px;
}

form.brand textarea {
    height: auto;
}

.contact-details {
    background: #fff;
    padding: 40px 40px 0px;
    border-radius: 5px;
    box-shadow: 2px 0px 35px rgb(0 0 0 / 6%);
    width: 100%;
    float: left;
}

.contact-details .detail {
    margin-bottom: 40px;
}

.contact-details .detail h4 {
    margin-bottom: 10px;
    font-weight: 500 !important;
}

form.contact input[type="submit"] {
    min-width: 185px;
}

.mw {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.manage p {
    font-size: 16px;
}

.register .input-group {
    height: 61px;
    border: 1px solid #fff;
    color: #97989b;
    font-size: 16px;
    box-shadow: 0px 9px 24px #1145541f;
    border-radius: 5px 0 0 5px;
    padding: 0px 30px;
    background: #fff;
}

.input-group span {
    padding: 8px 0;
    width: 4%;
}

.register .input-group i.fa {
    font-size: 16px;
    vertical-align: middle;
    color: #999;
    box-sizing: border-box;
    float: left;
    width: 6%;
    text-align: center;
    margin-top: 12px;
}

.register input[type="text"],
.register input[type="email"],
.register input[type="password"] {
    padding: 8px 10px 8px 10px;
    width: 95%;
    border: none;
    outline: none;
    background: transparent;
}

.register:before {
    content: '';
    background: url(../img/bg.png);
    width: 170px;
    height: 170px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 159px;
    bottom: -21px;
    right: -15px;
    opacity: 0.5;
    z-index: -1;
}

.login-form {
    max-width: 520px;
    margin: 0 auto;
}

.register {
    background: #f5f5f5;
    padding: 60px 50px 50px;
    box-shadow: 0px 9px 24px #1145541f;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: left;
}

.forgot-password {
    max-width: 520px;
    margin: 0 auto;
}


/* livesearch */

#livesearch {
    position: absolute;
    width: 100%;
}

#livesearch ul {
    list-style-type: none;
    padding: 0;
    background-color: white;
    margin: 0;
}

#livesearch ul li {
    padding: 2px 30px;
    cursor: pointer;
    display: flex;
}

#livesearch ul li a {
    text-decoration: none;
    width: 100%;
}

#livesearch ul li:hover {
    background-color: #d7e5fc;
}


/* declined */

.declined-cr {
    margin: 120px auto;
    box-shadow: 0px 9px 24px #1145541f;
    position: relative;
    max-width: 600px;
    height: 450px;
    display: flex;
    flex-direction: column;
}

.declined-cr img {
    width: 240px;
    margin: 40px auto;
}

.declined-cr .success-header {
    font-size: 18px;
    color: #97989b;
    margin: 0 auto;
}

.declined-cr .declined-text {
    font-size: 14px;
    color: #97989b;
    margin: 20px auto;
}

.color-link {
    color:#04a2d1;
}

#pills-tab {
    justify-content: center;
}

.service_desc {
    font-size: 18px;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00c698;
    text-decoration: none;
  }

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  color: #00c698;
}

.collapse.show {
    display: inline-flex;
}



/* my-account */

.my-account p {
    margin-bottom: 0px;
    color: #222;
}

.account-cont .sub {
    margin-top: 20px;
    background: #f95454;
    border: 1px solid #f95454;
    color: #fff;
    font-family: 'helveticaneuemedium';
    font-size: 18px;
    border-radius: 5px;
    min-width: 270px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0px 9px 24px #1145541f;
}


/* unsubs */

.unsubs {
    max-width: 650px;
    margin: 30px auto;
}

.steps {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    display: none;
    width: 100%;
    font-size: 0;
    margin-bottom: 50px;
}

.steps__item {
    margin-right: 16px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    flex: 1;
    overflow: hidden;
    vertical-align: top;
}

.steps__item__tail {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.steps__item__icon {
    background-color: #fff;
    border-color: #478CF0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    transition: background-color .3s, border-color .3s;
    display: inline-block;
    vertical-align: top;
}

.steps__icon {
    position: relative;
    top: 0px;
    color: #478CF0;
    line-height: 1;
}

.steps__item__content {
    display: inline-block;
    vertical-align: top;
}

.steps__item__title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    line-height: 32px;
}

.steps__item__description {
    max-width: 140px;
    white-space: normal;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1;
}

.steps__item-process .steps__item__icon {
    background: #478CF0;
}

.steps__item:last-child {
    flex: none;
}

.steps__item-wait .steps__item__icon {
    border-color: rgba(0, 0, 0, 0.25);
}

.steps__item-wait .steps__item__title::after {
    display: none;
}

.steps__item__title:after {
    position: absolute;
    top: 16px;
    left: 100%;
    display: block;
    width: 9999px;
    height: 1px;
    background: #e8e8e8;
    content: '';
}

.steps__item-finish .steps__item__title:after {
    background-color: #478CF0;
}

.steps__item-process .steps__icon {
    color: #fff;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.progress-cr {
    display: flex;
    justify-content: center;
}

#ok-icon {
    display: none;
    margin: auto 30px auto auto;
}

#notice-man {
    display: none;
    margin: auto auto auto 30px;
}

.rate {
    border: 1px solid #04a2d1;
    padding: 20px 30px;
    border-radius: 5px;
    background: #04a2d108;
    color: #04a2d1;
    margin-bottom: 30px;
}

.price-rate {
    font-size: 20px;
}

span.big {
    font-size: 36px;
    font-family: 'helveticaneuebold';
}

#manual-image {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.payment-cards {
    text-align: center;
}

.payment-cards img {
    margin-bottom: 30px;
}

#safe-payment {
    color: #4CAF50;
    font-weight: bold;
}

#manual-image h4 {
    text-align: center;
}

.sidebar p {
    font-size: 14px !important;
    line-height: 24px;
}

#manual-image img {
    width: 200px;
    height: auto;
    margin: auto;
}

.manual-img-text {
    font-size: 12px!important;
    color: black;
    margin: 0;
    text-align: center;
}

#checkout-section {
    display: none;
}

.sml {
    font-size: 14px !important;
    line-height: 24px;
}

#dalenys_form .input-container {
    display: inline-block;
    max-width: 100%;
    height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 10px 10px 0px 10px;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: all 250ms ease-in-out;
    width: 100%;
}


/* Hosted fields auto set class */

#dalenys_form .hosted-fields-invalid-state {
    border: 2px solid red;
}

#dalenys_form .hosted-fields-valid-state {
    border: 2px solid green;
}

#dalenys_form #card-container {
    padding-left: 40px;
    background: white url("../img/card.svg") no-repeat center left;
    background-size: 24px 28px;
    background-position: 10px;
}

#language_switcher {
    list-style-type: none;
    margin-bottom: 0;
}

#language_switcher a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.divaide {
    display: inline-block;
    font-size: 24px;
    color: #ccc;
}

#currency_switcher {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0px;
}

#currency_switcher a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.currency_symbol {
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
}

.flag-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
}

.flag-icon img {
    border: 1px solid #eee;
    border-radius: 50%;
}

#top_widgets {}

@media (max-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    
   
}

@media (min-width:600px) and (max-width: 1200px)   {
    .container {
        max-width: 1200px;
    }

    .lft {
        top: 40%;
        padding-right: 15px;
    }

    .b-content {
        position: static;
    }

    .lft {
        max-width:80%!important;
        width:80%!important;
    }

    .r-img {
        display: none!important;
    }

    .footer-second-row  {
        margin-bottom: 24px;
    }
   
}

@media (max-width:968px) {

    .steps {
        display: none!important;
    }
    
}

@media (max-width:600px) {
    .b-content {
        height: 560px;
    }
    #intro {
        height: 560px;
    }
    #categories .box p {
        max-width: 100%;
    }
    #categories .box {
        text-align: center;
    }
    .lft {
        max-width: 100%;
        padding-bottom: 30px;
    }
    #header {
        padding: 0 !important;
        padding-bottom: 10px !important;
    }
    #benefits {
        text-align: center;
        padding: 60px 0;
    }
    #finding {
        text-align: center;
    }
    .login a {
        padding: 10px 20px;
        font-size: 14px;
    }
    #logo img {
        width: 180px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .intro-text h1 {
        font-size: 26px;
    }
    #intro p {
        font-size: 16px;
        line-height: 26px;
    }
    form.brand input[type="text"],
    form.brand input[type="email"],
    textarea {
        height: 50px;
        font-size: 14px !important;
    }
    form.brand input[type="submit"] {
        margin-top: 20px;
        font-size: 18px;
        min-width: 100%;
        padding: 12px;
    }
    #serv .box {
        padding: 40px;
    }
    h2 {
        font-size: 24px;
    }
    .s-content h2 {
        margin-top: 10px;
    }
    .s-content p {
        font-size: 14px;
    }
    .instruction-txt {
        padding: 35px;
        margin-left: 0;
    }
    #categories .section-header {
        margin-bottom: 50px;
    }
    .testi p.desc {
        font-size: 16px;
        line-height: 30px;
    }
    p.large {
        font-size: 14px;
    }
    .footer-bottom {
        text-align: center;
    }
    #footer .footer-links a {
        padding-left: 15px;
        font-size: 14px;
    }
    .register {
        padding: 30px 20px 20px;
    }
    .register .input-group {
        padding: 0px 15px;
    }
    .register input[type="text"],
    .register input[type="email"],
    .register input[type="password"] {
        font-size: 14px;
    }
    .register input[type="submit"] {
        margin-top: 0;
        font-size: 16px;
        min-width: 200px;
        padding: 13px;
    }
    .unsubs .col-md-8 {
        padding-right: 15px;
    }
    form.unsubs input[type="submit"] {
        margin-top: 20px !important;
        font-size: 16px !important;
        min-width: 60% !important;
        padding: 10px !important;
    }
    .form-side {
        border-right: 0px solid #eaeaea;
        padding-right: 0;
    }
    .mt-40 {
        margin-top: 15px;
    }
    form.contact input[type="submit"] {
        margin-top: 10px;
        font-size: 16px;
        min-width: 100%;
        padding: 12px;
    }
    .account-cont input[type="submit"] {
        margin-top: 20px;
        font-size: 18px;
        min-width: 100%;
        padding: 12px;
    }
    .testi {
        padding: 40px 40px 10px;
    }
    .sidebar {
        margin-top: 40px;
    }
    .client-des {
        margin-bottom: 30px;
    }
    a.email {
        font-size: 18px;
        font-family: 'helveticaneuemedium';
        color: #fff;
        text-decoration: none;
    }
    .footer-links a {
        display: block;
        padding-left: 0px !important;
        margin-bottom: 16px;
        text-decoration: underline!important;
        text-align: center;
    }
    .footer-links {
        text-align: left!important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .btn-primary {
        min-width: 250px;
    }
    .intro-text {
        margin-bottom: 15px;
    }
    #serv {
        padding: 60px 0 90px 0;
        overflow: hidden;
    }
}

@media (min-width:601px) and (max-width:767px) {
    .lft {
        max-width: 100%;
    }
    .intro-text h1 {
        margin-bottom: 0;
    }
    #intro p {
        font-size: 15px;
        margin-top: 0;
    }
    form.brand input[type="submit"] {
        margin-top: 20px;
        font-size: 18px;
        padding: 12px;
    }
    form.brand input[type="text"] {
        height: 50px;
    }
    .s-content {
        max-width: 410px;
    }
    .instruction-txt {
        margin-left: 0;
    }
    #categories .box p {
        max-width: 100%;
    }
    #categories .box {
        text-align: center;
    }
    .footer-bottom {
        text-align: center;
    }
    .sidebar {
        margin-top: 40px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .contact-details {
        padding: 20px 20px 0px;
    }
    p.large {
        font-size: 14px;
    }
    .intro-text h1 {
        font-size: 30px;
        margin-bottom: 0;
    }
    #intro p {
        font-size: 16px;
        margin-top: 2%;
    }
    form.brand input[type="text"] {
        height: 55px;
    }
    form.brand input[type="submit"] {
        margin-top: 20px;
        font-size: 20px;
        padding: 12px;
    }
    #serv .box {
        padding: 20px;
    }
    #serv h4 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 24px;
    }
    .instruction-txt {
        padding: 30px;
        margin-left: 0;
    }
    .testi {
        padding: 30px 30px 1px;
    }
    .testi p.desc {
        font-size: 17px;
        line-height: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    form.brand input[type="text"] {
        height: 50px;
    }
    .account-cont form.brand form.brand input[type="submit"] {
        min-width: 100%;
    }
    .account-cont input[type="submit"] {
        margin-top: 20px;
        font-size: 20px;
        padding: 12px;
        min-width: 100% !important;
    }
}

@media (min-width:983px) and (max-width:1200px) {
    .intro-text h1 {
        font-size: 34px;
        margin-bottom: 0;
    }
    #intro p {
        margin-bottom: 4%;
        font-size: 16px;
        margin-top: 0%;
    }
    form.brand input[type="submit"] {
        margin-top: 20px;
        font-size: 20px;
        padding: 11px;
    }
}

@media only screen and (min-width:1600px) {
	.lft {
		max-width: 44%;
	}
	.right-portion {
		max-width: 56%;
	}
}