/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: 'helveticaneuelight';
  overflow-x: hidden;
  font-size:14px;
  color:#97989b
}

.log {
    font-family: 'helveticaneuemedium';
    background: #283891;
    color: #fff;
    padding: 9px 55px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px #1145541f;
    font-size: 16px;
    text-decoration: none;
    border: none;
}
p
{
	font-size:14px;
	color:#97989b;
}
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;
}
h2
{
	color: #152837;
	font-weight:800 !important;
}
h4 {
    font-size: 18px;
    color: #114d5f;
    font-weight: 800 !important;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* 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;
}

/* progress-bar */
#myProgress {
    border: 1px solid lightgray;
}
.payment-cards {
    text-align: center;
    margin-top: 30px;
color: #fff;}
.payment-cards img {
    margin-bottom: 30px;
}
#safe-payment {
    color: #ffffff;
    font-weight: bold;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
  }
.progress-cr {
    display: flex;
    justify-content: center;
}
.manual-img-text {
    font-size: 12px!important;
    color: black;
    margin: 0;
    text-align: center;
}

#manual-image {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    margin-bottom: 30px;
padding-top: 20px;border-radius: 4px;}
#manual-image h4 {
    text-align: center;
color: #fff;font-size: 24px;font-weight: 400 !important;border-radius: 10px;}
#manual-image img {
    width: 200px;
    height: auto;
    margin: auto;
}
#checkout-section {
    display: none;
}
#notice-man {
    display: none;
    margin: auto auto auto 30px;
}
#ok-icon {
    display: none;
    margin: auto 30px auto 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: #283891;
    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: #283891;
    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: #283891;
}
.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: #283891;
    content: '';
}
.steps__item-finish .steps__item__title:after {
    background-color: #283891;
}
.steps__item-process .steps__icon {
    color: #fff;
}
/* Back to top button */

#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;
}
#return-to-top img {
    width:10px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#return-to-top:after
{
	position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* Extra Things */
h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.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;
}
#terms-text {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
.terms-cr {
    text-align: center;
    font-size: 16px;
margin-top: 15px;}

/* Sections Header
--------------------------------*/
header
{
    background:#fff;
}
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#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;
}
.login
{
	margin: auto 10px auto auto;
}
/* .login a
{
	font-family: 'helveticaneuemedium';
	background: #283891;
    color: #fff;
    padding: 12px 58px;
    border-radius: 5px;
	box-shadow: 0px 9px 24px #1145541f;
	font-size: 16px;
	text-decoration:none;
} */
form#currency-form {
    display: flex;
}
select#currency-select {
        margin: auto 10px;
        height: 23px!important;
        border-radius: 5px;
    }
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  min-height: 700px;
  
  background-size: cover;
  position: relative;
background-image: url(../img/main_bg.jpg);background-position: center;}
.intro-text h1
{
	color: rgb(255 255 255);
	font-weight: 600;
font-size: 2rem;}
.b-content
{
	/* position: relative; */
    /* width: 100%; */
	/* float: left; */
    /* position: relative; */
    /* height: 80vh; */
}

#intro p {
  color: rgb(255 255 255);
    margin-bottom: 2%;
    font-size: 17px;
    font-family: 'helveticaneuemedium';
	margin-top: 2%;
}
form.brand input[type="text"], form.brand input[type="email"], form.brand textarea
{
	/* height: 60px; */
    border: 1px solid #fff;
    color: #97989b;
    font-size: 16px;
    box-shadow: 1px 1px 10px #28389140;
	border-radius: 20px 0 20px 0px;
	padding: 16px 30px;
}
form.brand textarea
{
    height:auto;
}
form.brand input[type="submit"]
{
	    margin-top: 30px;
    background: #283891;
    border: 1px solid #283891;
    color: #ffffff;
    font-family: 'helveticaneuemedium';
    font-size: 22px;
    border-radius: 5px;
    min-width: 306px;
    padding: 13px;
	cursor:pointer;
	box-shadow: 0px 9px 24px #1145541f;
}
.right-portion
{
bottom: 0%;
    position: absolute;
    right: -30px;
}
.right-portion img
{
	
padding-top: 25%;}

/* serv Section
--------------------------------*/

#serv {
  padding: 120px 0 90px 0;
  overflow: hidden;
}
#serv .box {
  padding: 20px;
    margin-bottom: 30px;
    
    background: #fff;
    text-align: left;
    border-radius: 5px;
height: 100%;text-align: center;}
#serv h4 {
  font-size: 22px;
    color: #114d5f;
    font-weight: 800;
    margin: 25px 0 15px;
}
#serv .box p
{
    line-height: 30px;
    color: #97989b;
	margin: 0;
}

/*  Search content
----------------------------*/
#search
{
	padding:0 0 100px;
}
#search .row
{
	align-items:center;
}

.s-content h2
{
	font-weight: 800;
    color: #606060;
}
.s-img
{
	    float: left;
    padding-right: 30px;
}
.s-content
{
	float: right;
    max-width: 470px;
}
.s-content p
{
	font-size:16px;
}
.instruction-txt
{
	    background: #283891;
    border-radius: 5px;
    padding: 75px;
	    margin-left: 40px;
}
.instruction-txt h4
{
	line-height: 30px;
    
    font-family: 'helveticaneuemedium';
text-transform: uppercase;}

/* Product categoriess Section
--------------------------------*/

#categories .section-header{
text-align: center;
    max-width: 900px;
    margin: 0 auto;
	margin-bottom: 90px;
}

#categories .categories-img {
  text-align: center;
  padding-top: 20px;
}

#categories .categories-img img {
  max-width: 100%;
}

#categories .box {
  margin-bottom: 40px;
}

#categories .icon {
      margin-bottom: 0;
    min-height: 50px;
text-align: center;}
#categories .box p
{
	max-width: 320px;
text-align: center;margin-bottom: 0px;}

#categories .title {
  margin: 40px 0 20px;
font-size: 22px;text-align: center;}


/* Review Section
--------------------------------*/
#review
{
	padding: 60px 0 0;
}
#review h3{
	color:#283891;
	font-weight: 600;
font-size: 2rem;}
#review .section-header{
	    padding-bottom: 60px;
}
.testi
{
	padding: 60px 60px 30px;
    
    background: #fff;
    text-align: left;
    border-radius: 5px;
;border: 1px solid;}
.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 img
{
	width: 115px;
    border-radius: 100%;
    height: 115px;
}
.client-des h4
{
	margin: 20px 0;
}
/* Benefits
------------------- */
#benefits
{
	padding: 130px 0;
}
#finding
{
	padding:0 0 130px;
}
#benefits h2, #finding h2
{
	margin-bottom:40px;
}
.more-content
{
	/*padding-top:40px;*/
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {

    font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #000;
  padding-left: 55px;
  font-size: 16px;
  text-decoration:none;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #04a9da;
}
.footer-top
{
	padding:60px 0;
	  background: #152837;
}
a.email
{
	font-size: 20px;
    font-family: 'helveticaneuemedium';
}
a.email
{
	    color: #fff;
	    text-decoration:none;
}
.footer-bottom
{
	padding: 20px 0;
}
.footer-bottom .row
{
	align-items:center;
}
/*.header-fixed
{
    position: fixed !important;
    background: #fff;
    padding: 20px 0 !important;
    box-shadow: 1px -4px 7px 3px #00000030 !important;
}
*/
/*-- Terms and conditions --*/
.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;
}
a.phone
{
        font-size: 20px;
    font-family: 'helveticaneuemedium';
    color: #fff;
    text-decoration: none;
}

/*-- contact -- */
.pa-60
{
    padding:60px 0;
}
.mt-40
{
    margin-top:40px;
}
form.contact input[type="submit"] {
    min-width: 185px;
}
.contact-details .detail
{
    margin-bottom: 40px;
}
.contact-details .detail h4
{
        margin-bottom: 10px;
    font-weight: 600 !important;
font-size: 22px;}
.form-side
{
    padding-right: 30px;
}
.contact-details
{
    background: #fff;
    padding: 40px 40px 0px;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #11547040;
    width: 100%;
    float: left;
    margin-top: 20px;
}

/*-- Manage -- */
.manage p
{
    font-size:16px;
}
.unsubs
{
    max-width: 650px;
    margin: 30px auto;
}
.unsubs .col-md-8
{
    padding-right:0;
}
.unsubs  input[type="submit"]
{
    margin-top: 0 !important;
    min-width: 100% !important;
}

/*-- Register -- */
.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: #ffffff;
}
.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[type="submit"]
{
        margin-top: 30px;
    background: #283891;
    border: 1px solid #283891;
    color: #fff;
    font-family: 'helveticaneuemedium';
    font-size: 22px;
    border-radius: 5px;
    min-width: 306px;
    padding: 13px;
    cursor: pointer;
    box-shadow: 0px 9px 24px #1145541f;
}
.register
{
    background: #6e6e6e;
    padding: 60px 50px 50px;
    box-shadow: 0px 9px 24px #1145541f;
    position: relative;
    overflow: hidden;
border-radius: 20px;}
.payment: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;
}
.payment:before {
    z-index: -1;
}
.register {
    z-index: 0;
    text-align: left;
}
.register label
{
    font-size:16px;
}
.pl-20
{
    padding-left:20px !Important;
}
select
{
    height: 61px !important;
    border: 1px solid #fff !important;
    color: #97989b !important;
    font-size: 16px !important;
    box-shadow: 0px 9px 24px #1145541f;
    border-radius: 5px 0 0 5px !important;
    /* padding: 0px 30px !important; */
    background: #fff;
}
.mw
{
        max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.alert
{
    font-size: 16px;
    text-align: center;
}
.my-account p
{
        margin-bottom: 0px;
    color: #222;
font-size: 18px;}
.account-cont input[type="submit"]
{
        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;
}
.abox
{
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgba(0, 0, 0, 0.12);
    background: #fff;
}
.bbox
{
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgba(0, 0, 0, 0.12);
    background: #f7f7f7;
}
.pb-60
{
    padding-bottom:60px;
}
.table thead th {
    font-family: "Montserrat", sans-serif;
    color: #283891;
}
td
{
        color: #222;
}
.page-item.active .page-link {
    background-color: #283891;
    border-color: #283891;
}
div.dataTables_wrapper div.dataTables_filter label {
     font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_length label {
    font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_info {
    font-family: "Montserrat", sans-serif;
}
.table-bordered th, .table-bordered td {
    letter-spacing: 1px;
text-align: center;}
.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: #283891;
}
.clr
{
color: #283891;
    font-family: 'helveticaneuemedium';
font-size:24px !important;
}
.rate
{
    border: 1px solid #283891;
    padding: 20px 30px;
    border-radius: 5px;
    background: #28389108;
    color: #283891;
    margin-bottom: 30px;
}
.price-rate
{
font-size: 20px;
}
span.big
{
font-size: 36px;
    font-family: 'helveticaneuebold';
}
span.badge
{
border: 3px dashed #fff;
    padding: 0;
    border-radius: 100%;
    background: #283891;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin-left: 10%;
}
.sml
{
    font-size: 14px !important;
    line-height: 24px;
}
.sidebar p
{
font-size: 14px !important;
    line-height: 24px;
}
.block img
{
margin-bottom: 10px;
}
.bdrb .input-group
{
border: 1px solid #283891;
}
.bdrb select
{
border: 1px solid #283891 !important;
}
.login-form
{
    max-width: 520px;
    margin: 0 auto;
}
.reg-form:before
{
display:none;
}

@media only screen and (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%;
}
#header {
    padding: 20px 0 !important;
}
#benefits {
    text-align: center;
}
#finding {
    text-align: center;
}
/* .login a {
    padding: 10px 20px;
    font-size: 14px;
} */
#logo img
{
    width: 160px;
}
.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;
}
}

@media only screen and (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 only screen and (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 only screen and (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)
{
    /* #intro {
    height: 80vh;
}
.b-content {
    height: 80vh;
} */
.lft {
    
position: relative;padding-top: 50px;padding-bottom: 50px;}
.right-portion {
    /* max-width: 60%; */
}
}
@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;

}

.btn-box{
    display: flex;
}

.intro-text{
    background: #1c1c248c;
    padding: 1.5em;
    border-radius: 10px;
margin-top: 17px;}

.category-serv{
    padding: 20px;
    margin-bottom: 30px;
    
    background: #fff;
    text-align: center;
    border-radius: 5px;
    height: 100%;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255,27,0);
background: #283891;
text-align: center;text-decoration: none;font-size: 16px;}
.btn-5:hover {
  color: #ffffff;
  background: black;
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: 'helveticaneuelight';
  overflow-x: hidden;
  font-size:14px;
  color:#97989b
}

.log {
    font-family: 'helveticaneuemedium';
    background: #283891;
    color: #fff;
    padding: 9px 55px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px #1145541f;
    font-size: 16px;
    text-decoration: none;
    border: none;
}
p
{
	font-size:14px;
	color:#97989b;
}
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;
}
h2
{
	color: #152837;
	font-weight:800 !important;
}
h4 {
    font-size: 18px;
    color: #114d5f;
    font-weight: 800 !important;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* 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;
}

/* progress-bar */
#myProgress {
    border: 1px solid lightgray;
}
.payment-cards {
    text-align: center;
    /* margin-top: 30px; */
}
.payment-cards img {
    margin-bottom: 30px;
}
#safe-payment {
    color: #4CAF50;
    font-weight: bold;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
  }
.progress-cr {
    display: flex;
    justify-content: center;
}
.manual-img-text {
    font-size: 12px!important;
    color: black;
    margin: 0;
    text-align: center;
}

#manual-image {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    margin-bottom: 30px;
padding-top: 20px;border-radius: 4px;}
#manual-image h4 {
    text-align: center;
color: #fff;font-size: 24px;font-weight: 400 !important;border-radius: 10px;}
#manual-image img {
    width: 200px;
    height: auto;
    margin: auto;
}
#checkout-section {
    display: none;
}
#notice-man {
    display: none;
    margin: auto auto auto 30px;
}
#ok-icon {
    display: none;
    margin: auto 30px auto 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: #283891;
    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: #283891;
    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: #283891;
}
.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: #283891;
    content: '';
}
.steps__item-finish .steps__item__title:after {
    background-color: #283891;
}
.steps__item-process .steps__icon {
    color: #fff;
}
/* Back to top button */

#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;
}
#return-to-top img {
    width:10px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#return-to-top:after
{
	position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* Extra Things */
h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.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;
}
#terms-text {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
.terms-cr {
    text-align: center;
    font-size: 16px;
margin-top: 15px;}

/* Sections Header
--------------------------------*/
header
{
    background:#fff;
}
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#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;
}
.login
{
	margin: auto 10px auto auto;
}
/* .login a
{
	font-family: 'helveticaneuemedium';
	background: #283891;
    color: #fff;
    padding: 12px 58px;
    border-radius: 5px;
	box-shadow: 0px 9px 24px #1145541f;
	font-size: 16px;
	text-decoration:none;
} */
form#currency-form {
    display: flex;
}
select#currency-select {
        margin: auto 10px;
        height: 23px!important;
        border-radius: 5px;
    }
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  min-height: 700px;
  
  background-size: cover;
  position: relative;
background-image: url(../img/main_bg.jpg);background-position: center;}
.intro-text h1
{
	color: rgb(235 235 235);
	font-weight: 600;
font-size: 2rem;}
.b-content
{
	/* position: relative; */
    /* width: 100%; */
	/* float: left; */
    /* position: relative; */
    /* height: 80vh; */
}

#intro p {
  color: rgb(235 235 235);
    margin-bottom: 2%;
    font-size: 17px;
    font-family: 'helveticaneuemedium';
	margin-top: 2%;
}
form.brand input[type="text"], form.brand input[type="email"], form.brand textarea
{
	/* height: 60px; */
    border: 1px solid #fff;
    color: #97989b;
    font-size: 16px;
    box-shadow: 1px 1px 10px #28389140;
	border-radius: 20px 0 20px 0px;
	padding: 16px 30px;
}
form.brand textarea
{
    height:auto;
}
form.brand input[type="submit"]
{
	    margin-top: 30px;
    background: #283891;
    border: 1px solid #283891;
    color: #fff;
    font-family: 'helveticaneuemedium';
    font-size: 22px;
    border-radius: 5px;
    min-width: 306px;
    padding: 13px;
	cursor:pointer;
	box-shadow: 0px 9px 24px #1145541f;
}
.right-portion
{
bottom: 0%;
    position: absolute;
    right: -30px;
}
.right-portion img
{
	
padding-top: 25%;}

/* serv Section
--------------------------------*/

#serv {
  padding: 120px 0 90px 0;
  overflow: hidden;
}
#serv .box {
  padding: 20px;
    margin-bottom: 30px;
    
    background: #fff;
    text-align: left;
    border-radius: 5px;
height: 100%;text-align: center;}
#serv h4 {
  font-size: 22px;
    color: #114d5f;
    font-weight: 800;
    margin: 25px 0 15px;
}
#serv .box p
{
    line-height: 30px;
    color: #97989b;
	margin: 0;
}

/*  Search content
----------------------------*/
#search
{
	padding:0 0 100px;
}
#search .row
{
	align-items:center;
}

.s-content h2
{
	font-weight: 800;
    color: #606060;
}
.s-img
{
	    float: left;
    padding-right: 30px;
}
.s-content
{
	float: right;
    max-width: 470px;
}
.s-content p
{
	font-size:16px;
}
.instruction-txt
{
	    background: black;
    border-radius: 5px;
    padding: 75px;
	    margin-left: 40px;
}
.instruction-txt h4
{
	line-height: 30px;
    
    font-family: 'helveticaneuemedium';
text-transform: uppercase;}

/* Product categoriess Section
--------------------------------*/

#categories .section-header{
text-align: center;
    max-width: 900px;
    margin: 0 auto;
	margin-bottom: 90px;
}

#categories .categories-img {
  text-align: center;
  padding-top: 20px;
}

#categories .categories-img img {
  max-width: 100%;
}

#categories .box {
  margin-bottom: 40px;
}

#categories .icon {
      margin-bottom: 0;
    min-height: 50px;
text-align: center;}
#categories .box p
{
	max-width: 320px;
text-align: center;margin-bottom: 0px;}

#categories .title {
  margin: 40px 0 20px;
font-size: 22px;text-align: center;}


/* Review Section
--------------------------------*/
#review
{
	padding: 60px 0 0;
}
#review h3{
	color:#283891;
	font-weight: 600;
font-size: 2rem;}
#review .section-header{
	    padding-bottom: 60px;
}
.testi
{
	padding: 60px 60px 30px;
    box-shadow: 2px 0px 10px #11547040;
    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 img
{
	width: 115px;
    border-radius: 100%;
    height: 115px;
}
.client-des h4
{
	margin: 20px 0;
}
/* Benefits
------------------- */
#benefits
{
	padding: 130px 0;
}
#finding
{
	padding:0 0 130px;
}
#benefits h2, #finding h2
{
	margin-bottom:40px;
}
.more-content
{
	/*padding-top:40px;*/
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {

    font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #000;
  padding-left: 55px;
  font-size: 16px;
  text-decoration:none;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #04a9da;
}
.footer-top
{
	padding:60px 0;
	  background: #152837;
}
a.email
{
	font-size: 24px;
    font-family: 'helveticaneuemedium';
}
a.email
{
	    color: #fff;
	    text-decoration:none;
}
.footer-bottom
{
	padding: 20px 0;
}
.footer-bottom .row
{
	align-items:center;
}
/*.header-fixed
{
    position: fixed !important;
    background: #fff;
    padding: 20px 0 !important;
    box-shadow: 1px -4px 7px 3px #00000030 !important;
}
*/
/*-- Terms and conditions --*/
.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;
}
a.phone
{
        font-size: 24px;
    font-family: 'helveticaneuemedium';
    color: #fff;
    text-decoration: none;
}

/*-- contact -- */
.pa-60
{
    padding:60px 0;
}
.mt-40
{
    margin-top:40px;
}
form.contact input[type="submit"] {
    min-width: 185px;
}
.contact-details .detail
{
    margin-bottom: 40px;
}
.contact-details .detail h4
{
        margin-bottom: 10px;
    font-weight: 600 !important;
font-size: 22px;}
.form-side
{
    padding-right: 30px;
}
.contact-details
{
    background: #fff;
    padding: 40px 40px 0px;
    border-radius: 5px;
    box-shadow: 2px 0px 10px #11547040;
    width: 100%;
    float: left;
    margin-top: 20px;
}

/*-- Manage -- */
.manage p
{
    font-size:16px;
}
.unsubs
{
    max-width: 650px;
    margin: 30px auto;
}
.unsubs .col-md-8
{
    padding-right:0;
}
.unsubs  input[type="submit"]
{
    margin-top: 0 !important;
    min-width: 100% !important;
}

/*-- Register -- */
.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: #ffffff;
}
.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[type="submit"]
{
        margin-top: 30px;
    background: #283891;
    border: 1px solid #283891;
    color: #fff;
    font-family: 'helveticaneuemedium';
    font-size: 22px;
    border-radius: 5px;
    min-width: 306px;
    padding: 13px;
    cursor: pointer;
    box-shadow: 0px 9px 24px #1145541f;
}
.register
{
    background: #28389129;
    padding: 60px 50px 50px;
    box-shadow: 0px 9px 24px #1145541f;
    position: relative;
    overflow: hidden;
}
.payment: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;
}
.payment:before {
    z-index: -1;
}
.register {
    z-index: 0;
    text-align: left;
}
.register label
{
    font-size:16px;
}
.pl-20
{
    padding-left:20px !Important;
}
select
{
    height: 61px !important;
    border: 1px solid #fff !important;
    color: #97989b !important;
    font-size: 16px !important;
    box-shadow: 0px 9px 24px #1145541f;
    border-radius: 5px 0 0 5px !important;
    /* padding: 0px 30px !important; */
    background: #fff;
}
.mw
{
        max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.alert
{
    font-size: 16px;
    text-align: center;
}
.my-account p
{
        margin-bottom: 0px;
    color: #222;
font-size: 18px;}
.account-cont input[type="submit"]
{
        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;
}
.abox
{
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgba(0, 0, 0, 0.12);
    background: #fff;
}
.bbox
{
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 2px 0px 35px rgba(0, 0, 0, 0.12);
    background: #f7f7f7;
}
.pb-60
{
    padding-bottom:60px;
}
.table thead th {
    font-family: "Montserrat", sans-serif;
    color: #283891;
}
td
{
        color: #222;
}
.page-item.active .page-link {
    background-color: #283891;
    border-color: #283891;
}
div.dataTables_wrapper div.dataTables_filter label {
     font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_length label {
    font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-family: "Montserrat", sans-serif;
}
div.dataTables_wrapper div.dataTables_info {
    font-family: "Montserrat", sans-serif;
}
.table-bordered th, .table-bordered td {
    letter-spacing: 1px;
text-align: center;}
.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: #283891;
}
.clr
{
color: #283891;
    font-family: 'helveticaneuemedium';
font-size:24px !important;
}
.rate
{
    border: 1px solid #283891;
    padding: 20px 30px;
    border-radius: 5px;
    background: #28389108;
    color: #283891;
    margin-bottom: 30px;
}
.price-rate
{
font-size: 20px;
}
span.big
{
font-size: 36px;
    font-family: 'helveticaneuebold';
}
span.badge
{
border: 3px dashed #fff;
    padding: 0;
    border-radius: 100%;
    background: #283891;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin-left: 10%;
}
.sml
{
    font-size: 14px !important;
    line-height: 24px;
}
.sidebar p
{
font-size: 14px !important;
    line-height: 24px;
}
.block img
{
margin-bottom: 10px;
}
.bdrb .input-group
{
border: 1px solid #283891;
}
.bdrb select
{
border: 1px solid #283891 !important;
}
.login-form
{
    max-width: 520px;
    margin: 0 auto;
}
.reg-form:before
{
display:none;
}

@media only screen and (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%;
}
#header {
    padding: 20px 0 !important;
}
#benefits {
    text-align: center;
}
#finding {
    text-align: center;
}
/* .login a {
    padding: 10px 20px;
    font-size: 14px;
} */
#logo img
{
    width: 160px;
}
.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;
}
}

@media only screen and (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 only screen and (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 only screen and (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)
{
    /* #intro {
    height: 80vh;
}
.b-content {
    height: 80vh;
} */
.lft {
    
position: relative;padding-top: 50px;padding-bottom: 50px;}
.right-portion {
    /* max-width: 60%; */
}
}
@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;

}

.btn-box{
    display: flex;
}

.intro-text{
    background: linear-gradient(45deg, black, #212121a1);
    padding: 1.5em;
    border-radius: 10px;
margin-top: 17px;}

.category-serv{
    padding: 20px;
    margin-bottom: 30px;
    
    background: #fff;
    text-align: center;
    border-radius: 5px;
    height: 100%;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255,27,0);
background: #283891;
text-align: center;text-decoration: none;font-size: 16px;}
.btn-5:hover {
  color: #283891;
  background: transparent;
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #283891;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}
 
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}