/*!
Life's Last Wishes
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*@mixin transform($transforms) {
  transform: $transforms;
}*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:before {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix, * html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*, *:after, *:before {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left, .floatleft {
  float: left;
}

.pull-right, .floatright {
  float: right;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.625em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

sup, sub {
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn, cite, em, i {
  font-style: italic;
}

big {
  font-size: 150%;
}

h1.base, h2.base, h3.base, h4.base, h5.base, h6.base {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h3.blue {
  color: #61A5DC;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/*
@media screen and (max-width: 1024px){
  p{
    @include font ($s:0.95em);
    margin-bottom: 15px;
  }
  h1, h2, h3, h4, h5, h6{
    font-size: 18px;

  }
}
*/
.bold, strong, h1, h2, h3, h4, h5, h6 {
  font-family: "Lobster", cursive;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Keyframe Animations
--------------------------------------------------------------*/
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# html
--------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  position: relative;
}

.bold, strong {
  font-weight: 700;
}

strong {
  font-family: "Lato", sans-serif;
}

.page {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# wrapper
--------------------------------------------------------------*/
.wrapper, .midWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  max-width: 1400px;
}

.midWrapper {
  max-width: 1024px;
}

.smallWrapper {
  max-width: 980px;
}

.miniWrapper {
  max-width: 750px;
}

a:hover {
  text-decoration: none;
  color: #7b7b7b;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #7b7b7b;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 40px;
  }
}

h1 {
  font-size: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1025px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1025px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 22px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  h6 {
    font-size: 22px;
  }
}

.base-regular {
  font-weight: 400;
}

.base-medium {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Paragraphs, date, tags
--------------------------------------------------------------*/
p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 24px;
  margin: 0 0 15px 0;
}

p a {
  font-weight: 400;
}

p a:hover {
  color: #197cc0;
}

b p {
  font-weight: bold !important;
  /* Force paragraphs inside b tags to be bold */
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
/*
section{
  padding: 40px 0;
  @media screen and (max-width: 1681px){
    padding: 70px 0;
  }
  @media screen and (min-width: 1025px) and (max-width: 1680px){
    padding: 55px 0;
  }
}
*/
/*--------------------------------------------------------------
# flexContainer
--------------------------------------------------------------*/
.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Input, Textarea & Select Tags
--------------------------------------------------------------*/
select, textarea, input {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7b7b7b;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: #7b7b7b;
  opacity: 1;
}

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}

select {
  background-image: url(../images/show-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Video with iframe
--------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# Show/hide elements
--------------------------------------------------------------*/
.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*!*--------------------------------------------------------------
# Padding & Margin
--------------------------------------------------------------*! */
.noPadding {
  padding: 0;
}

.noMargin {
  margin: 0 !important;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.padding30 {
  padding: 30px;
}

.padding40 {
  padding: 40px;
}

.padding50 {
  padding: 50px;
}

.padding60 {
  padding: 60px;
}

.padding70 {
  padding: 70px;
}

.padding80 {
  padding: 80px;
}

.padding90 {
  padding: 90px;
}

.padding100 {
  padding: 100px;
}

.paddingtop0 {
  padding-top: 0px;
}

.paddingtop10 {
  padding-top: 10px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingtop50 {
  padding-top: 50px;
}

.paddingtop60 {
  padding-top: 60px;
}

.paddingtop70 {
  padding-top: 70px;
}

.paddingtop80 {
  padding-top: 80px;
}

.paddingtop90 {
  padding-top: 90px;
}

.paddingtop100 {
  padding-top: 100px;
}

.paddingbottom10 {
  padding-bottom: 10px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

.paddingbottom30 {
  padding-bottom: 30px;
}

.paddingbottom40 {
  padding-bottom: 40px;
}

.paddingbottom50 {
  padding-bottom: 50px;
}

.paddingbottom60 {
  padding-bottom: 60px;
}

.paddingbottom70 {
  padding-bottom: 70px;
}

.paddingbottom80 {
  padding-bottom: 80px;
}

.paddingbottom90 {
  padding-bottom: 90px;
}

.paddingbottom100 {
  padding-bottom: 100px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

.margintop50 {
  margin-top: 50px;
}

.margintop60 {
  margin-top: 60px;
}

.margintop70 {
  margin-top: 70px;
}

.margintop80 {
  margin-top: 80px;
}

.margintop90 {
  margin-top: 90px;
}

.margintop100 {
  margin-top: 100px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.marginbottom50 {
  margin-bottom: 50px;
}

.marginbottom60 {
  margin-bottom: 60px;
}

.marginbottom70 {
  margin-bottom: 70px;
}

.marginbottom80 {
  margin-bottom: 80px;
}

.marginbottom90 {
  margin-bottom: 90px;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.marginbottom130 {
  margin-bottom: 130px;
}

/*!*--------------------------------------------------------------
# Positions
--------------------------------------------------------------*! */
.pos-inherit {
  position: inherit;
}

.pos-relative {
  position: relative;
}

/*!*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*! */
.btn-base {
  border: 2px solid #197cc0;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #197cc0;
  letter-spacing: 0.1em;
  padding: 10px 20px;
}

.btn-base:hover {
  background: #197cc0;
  color: #ffffff;
}

.btn-animation {
  border-radius: 50%;
  position: relative;
  border: none;
}

.btn-animation:focus, .btn-animation:active, .btn-animation:hover {
  outline: none !important;
  border: none;
}

.btn-animation.btn-success:hover, .btn-animation.btn-success:focus {
  -webkit-animation: pulse 1.25s;
          animation: pulse 1.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}

.btn-animation.btn-danger:hover, .btn-animation.btn-danger:focus {
  -webkit-animation: pulse2 1.25s;
          animation: pulse2 1.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}

.section-title {
  color: #197cc0;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 15px;
}

.section-title.grey {
  color: #7b7b7b;
}

.up {
  text-transform: uppercase;
}

.big-title {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 55px;
}

.sub-title {
  font-family: "Lobster", cursive;
  font-size: 25px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 5px;
}

.white {
  color: #ffffff;
}

/*button designs*/
.bg-btn {
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 17px;
  border-radius: 8px;
  background: #197cc0;
  border: none;
  padding: 15px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 3px 3px 2px rgba(255, 255, 255, 0.4), inset -3px -3px 2px rgba(255, 0, 0, 0.13);
          box-shadow: inset 3px 3px 2px rgba(255, 255, 255, 0.4), inset -3px -3px 2px rgba(255, 0, 0, 0.13);
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bg-btn:hover {
  background: #68c5cc;
}

.submit-btn {
  border: 2px solid #7b7b7b;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 12px 25px;
  background: none;
  font-weight: 700;
  color: #7b7b7b;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.submit-btn:hover {
  background: #197cc0;
  border-color: #197cc0;
  color: #ffffff;
}

.pagination {
  display: block;
  margin-top: 65px;
  padding-top: 30px;
  position: relative;
}

.pagination:before {
  content: "";
  display: block;
  opacity: 0.45;
  background: url(../images/shadow.png);
  height: 30px;
  width: 750px;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
}

.pagination li {
  display: inline-block;
  font-size: 20px;
  margin: 0 1px;
  font-weight: 900;
}

.pagination li a, .pagination li .page-item {
  /*width: 45px;
      height: 35px;*/
  display: block;
  text-align: center;
}

.pagination li a.active, .pagination li a:hover, .pagination li .page-item.active, .pagination li .page-item:hover {
  background: #197cc0;
}

.pagination li a:hover {
  color: #ffffff;
}

.pagination li.first a {
  border-radius: 3px 0 0 3px;
}

.pagination li.last a {
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination:before {
    width: 100%;
    background-size: 100%;
    height: 20px;
    background-repeat: no-repeat;
  }
  .pagination li {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.page-banner {
  height: 550px;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.page-banner.small {
  height: 400px;
}

.page-banner .page-title h1 {
  font-size: 120px;
  margin: 0;
  line-height: 90px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font-weight: 900;
  text-shadow: 5px -4px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-banner .page-title h1.non-cap {
  text-transform: none;
}

@media screen and (max-width: 1200px) {
  .page-banner {
    height: 450px;
  }
  .page-banner .page-title h1 {
    font-size: 80px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner {
    height: 350px;
  }
  .page-banner .page-title h1 {
    font-size: 60px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner {
    height: 280px;
  }
  .page-banner .page-title h1 {
    font-size: 40px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .page-banner {
    height: 210px;
  }
  .page-banner .page-title h1 {
    font-size: 24px;
    line-height: 17px;
    text-align: center;
  }
}

.content-entry div {
  max-width: 100% !important;
}

.content-entry img {
  max-width: 100% !important;
}

.innerpage {
  padding: 130px 0;
}

.innerpage #subscribtion {
  margin: 10px 0;
}

.content-entry ul, .content-entry ol {
  color: #7b7b7b;
  padding-top: 10px;
  padding-left: 35px;
  padding-bottom: 15px;
}

.content-entry ul li {
  list-style: circle;
}

.content-entry ol li {
  list-style: decimal;
}

.content-entry blockquote {
  margin: 20px 0 20px 35px;
  padding-left: 10px;
  color: #7b7b7b;
  border-left: 5px solid #7b7b7b;
}

.content-entry strong {
  font-family: "Lato", sans-serif;
}

.masonry-column {
  padding: 0 1px;
}

.masonry-grid > div .thumbnail {
  margin: 5px 1px;
}

.form-check {
  padding-left: 0;
}

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #e1e1e1;
  border-radius: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 5px;
  vertical-align: bottom;
  line-height: 17px;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/*radio button*/
input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label:before {
  content: "\2714";
  border: 0.1em solid #e1e1e1;
  border-radius: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 5px;
  vertical-align: bottom;
  line-height: 17px;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

input[type=radio] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=radio]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=radio]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}

input[type=radio]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.forgot-text {
  color: #197cc0;
  font-style: italic;
  font-size: 14px;
  float: right;
  padding: 0;
}

.innerpage.dashboard {
  padding-top: 200px;
  padding-bottom: 100px;
}

label {
  color: #7b7b7b;
}

#sidebar {
  background: #f3f3f3;
  padding: 10px 0;
}

#sidebar.sticky-top {
  top: 120px;
  z-index: 5;
}

#sidebar li {
  border-top: 1px dashed #e1e1e1;
  position: relative;
}

#sidebar li.no-border {
  border-top: none;
}

#sidebar li .dropdown-toggle:hover {
  background: none;
  color: #818181;
}

#sidebar li a, #sidebar li button {
  display: block;
  padding: 6px 30px 6px 15px;
  font-weight: 700;
  color: #818181;
  position: relative;
}

#sidebar li a:after, #sidebar li button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #197cc0;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#sidebar li a:hover, #sidebar li a.active, #sidebar li button:hover, #sidebar li button.active {
  color: #ffffff;
  background: #197cc0;
}

#sidebar li a.active:after, #sidebar li button.active:after {
  opacity: 1;
}

#sidebar li a.dropdown-toggle, #sidebar li button.dropdown-toggle {
  height: 36px;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

#sidebar li a.dropdown-toggle:after, #sidebar li button.dropdown-toggle:after {
  height: 0;
  top: 17px;
  right: 12px;
  margin: 0;
  margin-right: -.15em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  opacity: 1;
}

#sidebar li a.dropdown-toggle:hover, #sidebar li button.dropdown-toggle:hover {
  background: #197cc0;
}

#sidebar li a.dropdown-toggle:hover:after, #sidebar li button.dropdown-toggle:hover:after {
  color: #ffffff;
}

#sidebar li a.active + .fa + .dropdown-toggle {
  color: #ffffff;
}

#sidebar li li a {
  padding-left: 25px;
  font-style: italic;
}

#sidebar li li a:before {
  content: "-";
  display: inline-block;
  font-size: 16px;
  position: relative;
  left: -5px;
}

#sidebar li .dropdown-toggle {
  position: absolute;
  right: 15px;
  padding: 0;
  width: 30px;
  top: 0;
}

#sidebar li .incomplete-section, #sidebar li .complete-section {
  position: absolute;
  left: -24px;
  top: 10px;
  opacity: 0.4;
}

#sidebar li:hover .dropdown-toggle {
  color: #ffffff;
}

#sidebar li.renew {
  background-color: salmon;
  cursor: pointer !important;
}

#sidebar li.renew:hover {
  opacity: 0.5;
}

#sidebar li.renew button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer !important;
}

.incomplete-section {
  color: red;
}

.complete-section {
  color: green;
}

table.table thead tr {
  background: #197cc0;
  color: #ffffff;
}

table.table thead td, table.table thead th {
  border-bottom: 0;
}

.dashboard-content table.table thead tr {
  background: #EDEDED;
  color: #7E7E7E;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
}

.center-td {
  text-align: center;
}

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

.form-group select, .form-group input {
  margin-bottom: 0;
}

.form-group label {
  margin-bottom: 5px;
}

.form-group .row {
  margin-bottom: 15px;
}

input.form-control {
  margin-bottom: 0;
}

.panel-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#399ce0), to(#197cc0));
  background: linear-gradient(#399ce0, #197cc0);
  color: #f3f3f3;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
}

.sub-category {
  border-bottom: 1px dashed #e1e1e1;
  display: block;
  font-weight: bold;
  color: #197cc0;
  padding-bottom: 5px;
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.dashboard-content .row {
  margin-bottom: 10px;
}

.listing-view h6, .listing-view .panel-title {
  margin-bottom: 0;
}

.listing-view li {
  border-top: 1px dashed #e1e1e1;
}

.listing-view li:first-child {
  border: none;
}

.listing-view li a {
  padding: 10px;
  display: block;
  color: #7b7b7b;
}

.listing-view li a:hover {
  color: #197cc0;
}

.inactive-subscription {
  color: red;
}

.active-subscription {
  color: green;
}

.error-page {
  background: #ffffff;
}

.modal-dialog.custom {
  max-width: 50%;
}

@media (max-width: 768px) {
  .modal-dialog.custom {
    max-width: 500px !important;
  }
}

.error-page {
  background: #ffffff;
}

.error-page h1 {
  margin: 0;
}

.error-page h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 4px 0 10px;
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
}

.error-page h3 {
  margin: 20px 0 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 30px;
}

.error-page .warning {
  margin: 0px 0 0 0;
  padding: 0px 20px 8px;
}

.error-page .warning p {
  font-size: 16px;
}

.error-page .warning a {
  display: block;
  color: #7b7b7b;
  margin-top: 30px;
  padding: 20px;
}

.error-page .warning a:hover {
  color: #197cc0;
}

h6.panel-title {
  font-size: 18px;
}

.alert {
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  background: rgba(0, 0, 0, 0.3);
}

.alert.alert-info {
  background: #5289ec;
}

.alert.alert-success {
  background: #71bc78;
}

.alert.alert-error {
  background: salmon;
}

.alert.alert-warning {
  background: #fdc107;
}

.table-bordered {
  border-radius: 7px 7px 0 0;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
          box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.dashboard-image {
  display: block;
  height: 600px;
}

/*--------------------------------------------------------------
# Bootstrap Resets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-bar {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 3px 0;
}

.top-bar a {
  color: #ffffff;
  font-size: 14px;
}

.top-bar aside {
  display: inline-block;
  margin-left: 15px;
}

.top-bar ul li {
  display: inline-block;
  margin-left: 5px;
}

.top-bar ul li a {
  font-size: 16px;
  border-radius: 3px;
}

.top-bar .auth li {
  margin-left: 1px;
  position: relative;
}

.top-bar .auth li i {
  margin-right: 5px;
}

.top-bar .auth li a {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #818181;
  padding: 5px 10px;
  /*&:hover{
          background: $maincolor;
          color: $white;
        }*/
}

.top-bar .auth li a.dropdown-toggle {
  margin-left: -9px;
  border-radius: 0;
  background: none;
  color: #ffffff;
  /*&:hover{
          background: $white;
          color: $grey;
        }*/
}

.top-bar .auth li #my_account {
  position: absolute;
  top: 37px;
  width: 250px;
  right: 0;
  z-index: 3;
  -webkit-transform: translate3d(-199px, 40px, 0px) !important;
          transform: translate3d(-199px, 40px, 0px) !important;
}

.top-bar .auth li #my_account li {
  display: block;
}

.top-bar .auth li #my_account a {
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
  padding: 3px 0px;
  text-transform: none;
  color: #818181;
}

.top-bar .auth li #my_account a:hover {
  color: #197cc0;
}

.top-bar .auth li #my_account form {
  margin-top: 8px;
}

.top-bar .auth li #my_account form .btn {
  font-family: "Lato", sans-serif;
  background: #FA2A00;
  font-size: 14px;
  border: 0;
}

.top-bar .auth li .profile-body {
  padding-top: 12px;
}

.top-bar .auth li .profile-body p {
  line-height: 14px;
  font-weight: 700;
}

.top-bar .auth li .profile-body span {
  font-size: 12px;
  color: #7b7b7b;
}

.top-bar .auth li .profile-img {
  width: 100%;
}

.top-bar .auth li .profile-img p {
  margin-bottom: 0;
}

.main-navbar {
  background: #ffffff;
  position: relative;
}

.main-navbar .wrapper {
  position: relative;
}

.main-navbar .wrapper:after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  background: url(../images/shadow.png) no-repeat;
  background-size: 100%;
  height: 70px;
  width: 100%;
}

.main-navbar .site-logo {
  height: 90px;
  position: relative;
  width: 250px;
}

.main-navbar .site-logo:before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #ffffff;
  position: absolute;
  top: -40px;
  left: 0;
}

.main-navbar .site-logo img {
  position: absolute;
  top: -41px;
  left: 18px;
}

.main-navbar #navbar {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.main-navbar #navbar ul li {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}

.main-navbar #navbar ul li a {
  color: #7b7b7b;
  display: inline-block;
  padding: 30px 20px;
  -webkit-transition: 0.01s all all;
  transition: 0.01s all all;
}

.main-navbar #navbar ul li.active, .main-navbar #navbar ul li:hover {
  background: #197cc0;
}

.main-navbar #navbar ul li.active a, .main-navbar #navbar ul li:hover a {
  color: #ffffff;
}

.main-navbar #navbar button {
  float: right;
  margin-top: 17px;
  margin-left: 15px;
}

.burger, .burger-sidebar {
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 7;
  width: 35px;
  display: none;
  height: 22px;
  cursor: pointer;
}

.burger span, .burger-sidebar span {
  height: 4px;
  width: 35px;
  background: #197cc0;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.burger .state1, .burger-sidebar .state1 {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.burger .state1 span.line1, .burger-sidebar .state1 span.line1 {
  top: 0px;
  -webkit-transition: 0.35s all cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state1 span.line2, .burger-sidebar .state1 span.line2 {
  top: 8px;
  -webkit-transition: 0.65s all cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.65s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state1 span.line3, .burger-sidebar .state1 span.line3 {
  top: 16px;
  -webkit-transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state2, .burger-sidebar .state2 {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.burger .state2 span, .burger-sidebar .state2 span {
  -webkit-transition: 0.3s all ease-in-out 0.5s;
  transition: 0.3s all ease-in-out 0.5s;
  background: #68c5cc;
}

.burger .state2 span.line1, .burger-sidebar .state2 span.line1 {
  -webkit-transform: rotate(45deg) scaleX(0);
          transform: rotate(45deg) scaleX(0);
}

.burger .state2 span.line2, .burger-sidebar .state2 span.line2 {
  -webkit-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
}

.burger.open .state1, .burger-sidebar.open .state1 {
  opacity: 0;
}

.burger.open .state1 span, .burger-sidebar.open .state1 span {
  width: 0;
}

.burger.open .state2, .burger-sidebar.open .state2 {
  opacity: 1;
}

.burger.open .state2 span.line1, .burger-sidebar.open .state2 span.line1 {
  -webkit-transform: rotate(45deg) scaleX(1);
          transform: rotate(45deg) scaleX(1);
}

.burger.open .state2 span.line2, .burger-sidebar.open .state2 span.line2 {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}

/*.burger-sidebar{
  top:13px;
  right:12px;
  span{
    background: #7E7E7E;
  }
}*/
.responsive-sidebarnav {
  background: #EDEDED;
  color: #7E7E7E;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
  display: none;
}

.responsive-sidebarnav i {
  font-size: 40px;
  position: absolute;
  right: 12px;
  top: 3px;
}

.responsive-sidebarnav .fa-angle-up {
  display: none;
}

.responsive-sidebarnav.open .fa-angle-up {
  display: block;
}

.responsive-sidebarnav.open .fa-angle-down {
  display: none;
}

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

header.site-header.sticky {
  position: fixed;
  top: -230px;
  opacity: 0;
}

header.site-header.sticky.sticky-show {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: 0;
  opacity: 1;
}

header.site-header.sticky .top-bar {
  display: none;
}

header.site-header.sticky .main-navbar .site-logo {
  height: auto;
  padding: 10px 0;
}

header.site-header.sticky .main-navbar .site-logo:before {
  display: none;
}

header.site-header.sticky .main-navbar .site-logo img {
  top: 0;
  height: 50px;
  position: static;
}

header.site-header.sticky .main-navbar #navbar {
  font-size: 14px;
}

header.site-header.sticky .main-navbar #navbar .bg-btn {
  padding: 8px 15px;
  font-size: 14px;
}

header.site-header.sticky .main-navbar #navbar ul {
  top: 70px;
}

header.site-header.sticky .main-navbar #navbar ul li a {
  padding: 25px 15px;
}

header.site-header.sticky .burger {
  top: 27px;
}

.dropdown.profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.dropdown.profile .dropdown-menu {
  padding: 20px;
}

.dropdown.profile .dropdown-menu li.profile-img img.profile-img {
  height: 60px;
  width: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.test-class {
  background: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  background: url(../images/footer.jpg) no-repeat center #27262c;
  padding: 40px 0 0;
  color: rgba(255, 255, 255, 0.5);
}

footer.site-footer .footer-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-bottom: 40px;
}

footer.site-footer p {
  color: rgba(255, 255, 255, 0.5);
}

footer.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}

footer.site-footer a:hover {
  color: #ffffff;
}

footer.site-footer .address {
  line-height: 22px;
}

footer.site-footer .address li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

footer.site-footer .address li.email {
  font-style: italic;
}

footer.site-footer .address li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #68c5cc;
}

footer.site-footer .foot-title {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 50px;
}

footer.site-footer .links li {
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../images/arrow.png) no-repeat 5px center;
}

footer.site-footer .designed-foot {
  position: relative;
}

footer.site-footer .designed-foot:before {
  width: 260px;
  height: 260px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 15px solid rgba(255, 255, 255, 0.09);
}

footer.site-footer .designed-foot a {
  display: inline-block;
  position: relative;
  top: 50%;
  right: 110px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer.site-footer .designed-foot a:hover h3 {
  color: #197cc0;
}

footer.site-footer .designed-foot label {
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

footer.site-footer .designed-foot h3 {
  color: #68c5cc;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 40px;
  margin-bottom: 5px;
}

footer.site-footer .designed-foot h5 {
  letter-spacing: 0.3em;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

footer.site-footer .copyright {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  margin-top: 40px;
  font-size: 14px;
}

footer.site-footer .copyright b {
  color: #ffffff;
  text-transform: uppercase;
}

footer.site-footer .copyright a {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#banner {
  position: relative;
}

#banner .slide {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  height: 80vh;
}

#banner .content {
  position: absolute;
  top: 50%;
  right: 16%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
  text-align: right;
}

#banner .content .banner-title {
  font-family: "Lobster", cursive;
  font-size: 64px;
  color: #ffffff;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.12);
}

#banner .content .banner-subtitle h1 {
  background: #197cc0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  padding: 5px 10px;
}

.quote-form {
  position: absolute;
  right: 16%;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  z-index: 4;
  width: 770px;
  border: 10px solid #ffffff;
  background: #efefef;
  padding: 20px 70px 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.quote-form:after {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: block;
  content: "";
  background: url(../images/shadow.png) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 100%;
}

.quote-form .logo {
  margin-bottom: 10px;
}

.quote-form img {
  max-width: 200px;
}

.quote-form .title {
  background: #68c5cc;
  color: #ffffff;
  font-weight: 900;
  font-size: 25px;
  padding: 5px;
  margin: 0 auto 25px;
  width: 90%;
  position: relative;
}

.quote-form .title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#68c5cc));
  background: linear-gradient(to right, transparent, #68c5cc);
}

.quote-form .title:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#68c5cc));
  background: linear-gradient(to left, transparent, #68c5cc);
}

.quote-form form input {
  border: 2px solid #d9d9d9;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 10px;
  background: none;
  margin: 0 1%;
}

.quote-form form .submit-sec {
  text-align: right;
  margin-top: 20px;
}

.quote-form form .submit-sec p {
  font-size: 16px;
  font-style: italic;
  max-width: 80%;
  float: right;
  line-height: 22px;
}

.quote-form form .submit-sec p a {
  text-decoration: underline;
}

.quote-form form .submit-sec button {
  margin-left: 20px;
  float: right;
}

.quote-form .row .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.quote-popup-form {
  z-index: 4;
  background: #efefef;
  padding: 20px 40px 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.quote-popup-form:after {
  display: block;
  content: "";
  background-size: 100%;
  height: 50px;
  width: 100%;
}

.quote-popup-form .logo {
  margin-bottom: 10px;
}

.quote-popup-form img {
  max-width: 200px;
}

.quote-popup-form .title {
  background: #68c5cc;
  color: #ffffff;
  font-weight: 900;
  font-size: 25px;
  padding: 5px;
  margin: 0 auto 25px;
  width: 90%;
  position: relative;
}

.quote-popup-form .title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#68c5cc));
  background: linear-gradient(to right, transparent, #68c5cc);
}

.quote-popup-form .title:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#68c5cc));
  background: linear-gradient(to left, transparent, #68c5cc);
}

.quote-popup-form form input {
  border: 2px solid #d9d9d9;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 10px;
  background: none;
  margin: 0 1%;
}

.quote-popup-form form .submit-sec {
  text-align: right;
  margin-top: 20px;
}

.quote-popup-form form .submit-sec p {
  font-size: 16px;
  font-style: italic;
  max-width: 80%;
  float: right;
  line-height: 22px;
}

.quote-popup-form form .submit-sec p a {
  text-decoration: underline;
}

.quote-popup-form form .submit-sec button {
  margin-left: 20px;
  float: right;
}

.quote-popup-form .row .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

#about-us {
  padding: 320px 0 150px;
  background: url(../images/question.png) no-repeat 70% center fixed;
}

#about-us .imager {
  position: relative;
  padding: 70px 0 0 70px;
}

#about-us .imager:before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 60px);
  z-index: 1;
  border: 30px solid #197cc0;
  position: absolute;
  top: 0px;
  left: 0px;
}

#about-us .imager img {
  position: relative;
  z-index: 2;
}

#about-us .questions {
  /*position: sticky;
    top:50px;*/
  position: relative;
  border: none;
  overflow-x: hidden;
  padding-left: 90px;
  display: inline-block;
}

#about-us .questions:before {
  content: "";
  display: block;
  background: url(../images/dashed-border.png) no-repeat left top;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 15px;
  top: 0;
}

#about-us .questions li {
  background-image: url(../images/dashed-border.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #197cc0;
  font-size: 18px;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#about-us .questions li a {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 15px 25px;
}

#about-us .questions li a:before {
  -webkit-clip-path: polygon(100% 0%, 50% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 50% 50%, 100% 100%);
  height: 100%;
  width: 30px;
  content: "";
  background: #197cc0;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

#about-us .questions li a.active, #about-us .questions li a:hover {
  background-color: #197cc0;
  color: #ffffff;
}

#about-us .questions li a.active:before, #about-us .questions li a:hover:before {
  opacity: 1;
}

#about-us .questions-mid .submit-btn {
  margin-top: 20px;
}

#rates {
  padding: 140px 0;
  background-size: cover;
  background-attachment: fixed;
}

#rates label {
  font-size: 20px;
  letter-spacing: .4em;
}

#rates .package-btn {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 900;
  border-radius: 5px;
}

#rates .package-btn:hover {
  background: #68c5cc;
  color: #ffffff;
  border-color: #68c5cc;
}

#rates h3 {
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#rates h3 span {
  font-size: 24px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

#rates .card {
  border-radius: 0;
  border: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#rates .card .card-header {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 0;
  padding: 35px;
  text-transform: uppercase;
  font-weight: 900;
  color: #7b7b7b;
  border: none;
}

#rates .card .card-body {
  font-size: 16px;
  padding: 15px 45px;
  color: #7b7b7b;
}

#rates .card .card-body ul {
  min-height: 160px;
}

#rates .card .card-body li {
  padding: 10px 0;
  border-bottom: 1px dashed #e1e1e1;
}

#rates .card:hover .card-header {
  background: #68c5cc;
  color: #ffffff;
}

#rates .card:hover h3 {
  color: #ffffff;
}

#testimonials {
  padding: 100px 0;
}

#testimonials .testimonial-slider {
  color: #7b7b7b;
  margin-top: 30px;
  position: relative;
}

#testimonials .testimonial-slider:before {
  content: "";
  display: block;
  background: url(../images/left-comma.png) no-repeat;
  width: 80px;
  height: 62px;
  position: absolute;
  top: -40px;
  left: -100px;
}

#testimonials .testimonial-slider:after {
  content: "";
  display: block;
  background: url(../images/right-comma.png) no-repeat;
  width: 80px;
  height: 62px;
  position: absolute;
  right: -100px;
  bottom: 40px;
}

#testimonials .testimonial-slider p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

#testimonials .testimonial-slider .name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}

#testimonials .testimonial-slider .designation {
  font-size: 12px;
  text-transform: uppercase;
}

#testimonials .owl-dots button {
  margin: 0 3px;
}

#testimonials .owl-dots button span {
  width: 20px;
  height: 5px;
  background: #7b7b7b;
  display: inline-block;
  border-radius: 5px;
  opacity: 0.4;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#testimonials .owl-dots button:hover span {
  background: #197cc0;
  opacity: 1;
}

#testimonials .owl-dots button.active span {
  width: 35px;
  background: #197cc0;
  opacity: 1;
}

#subscription {
  background: url(../images/subscribe-bg.jpg) no-repeat center;
  background-size: 100%;
  padding: 50px 0;
  margin: 10px 0;
  color: #ffffff;
}

#subscription .quotes label {
  font-style: italic;
  font-size: 16px;
  color: #ffffff;
}

#subscription .quotes h2 {
  font-size: 33px;
  text-transform: uppercase;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 1px;
  font-weight: 900;
}

#subscription .quotes h6 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
}

#subscription form input {
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  background: none;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  padding: 15px;
}

#subscription form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}

#subscription form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

#subscription form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}

#subscription form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}

#subscription form input[type=submit] {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #7b7b7b;
  background: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  min-height: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#subscription form input[type=submit]:hover {
  background: #197cc0;
  color: #ffffff;
  border-color: #197cc0;
}

#blog {
  padding: 100px 0;
}

#blog .card {
  border: none;
  border-radius: 0;
}

#blog .card-body {
  padding: 0;
}

#blog .card-body figure {
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
}

#blog .card-body figure .categories {
  margin-left: 10px;
}

#blog .card-body figure .categories .category {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

#blog .card-body figure:after {
  content: "";
  display: block;
  background: url(../images/bg-shadow.png) repeat-x;
  height: 74px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#blog .card-body figure .detail {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #ffffff;
}

#blog .card-body figure .detail i {
  margin-right: 5px;
}

#blog .card-body figure .detail div {
  display: inline-block;
  position: relative;
  font-size: 14px;
  z-index: 2;
}

#blog .card-body figure .detail .comments {
  margin-left: 15px;
}

#blog .card-body .contents {
  padding: 25px;
  border: 1px solid #e1e1e1;
}

#blog .card-body .contents .title {
  color: #197cc0;
  font-size: 18px;
  margin-bottom: 15px;
}

#blog .card-body .contents .readmore {
  color: #7b7b7b;
  font-weight: 700;
}

#blog .card-body .contents .social-share-container {
  margin-top: 20px;
}

.social-share-container .social-share img {
  height: 30px;
}

#lead button.close {
  position: absolute;
  right: 20px;
  top: 15px;
}

body.modal-open {
  overflow: scroll !important;
}

.lead-bullet {
  background: #197cc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.lead-bullet .lead-bullet-ul {
  list-style: disc inside;
  color: white;
  padding: 10px 0;
  text-align: left;
}

#about-us.innerpage {
  padding: 130px 0;
}

@media screen and (max-width: 768px) {
  #about-us.innerpage {
    padding: 80px 0;
  }
}

@media screen and (max-width: 420px) {
  #about-us.innerpage {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  #about-us .about-graphics .imager {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
  }
}

#whoiam {
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

#whoiam .section-title {
  color: #ffffff;
}

#whoiam p {
  color: #ffffff;
  margin-bottom: 20px;
}

#whoiam .wrapper {
  position: relative;
}

#whoiam .her {
  position: absolute;
  right: -3.5%;
  bottom: 2%;
}

#whoiam blockquote {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1681px) {
  #whoiam .her {
    right: 2%;
  }
}

@media screen and (max-width: 1200px) {
  #whoiam {
    margin-top: 0;
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  #whoiam .her {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #whoiam .her {
    display: none;
  }
}

#blog.innerpage .list {
  margin-bottom: 25px;
}

#blog .card-body .social-share-container {
  display: none;
}

#blog-single {
  position: relative;
  z-index: 3;
}

#blog-single figure {
  border: 18px solid #ffffff;
  margin-top: -220px;
}

#blog-single .content {
  padding: 0 18px;
}

#blog-single .content .category {
  font-weight: bold;
  color: #7b7b7b;
  text-transform: uppercase;
}

#blog-single .content h1 {
  margin-bottom: 15px;
  font-size: 32px;
}

#blog-single .content .title {
  color: #197cc0;
}

#blog-single .content .detail {
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#blog-single .content .detail div {
  color: #7b7b7b;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

#blog-single .content .detail div i {
  margin-right: 5px;
}

#blog-single .content .tags .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7b7b7b;
}

@media screen and (max-width: 768px) {
  #blog-single figure {
    margin-top: -90px;
  }
}

#blog-single.without-image {
  padding-top: 200px;
}

.related-blogs {
  background: #f2f2f2;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.social-share-container {
  margin-top: 10px;
  display: block !important;
}

.social-share-container img {
  width: 70px;
}

#page-contact .detail {
  color: #7b7b7b;
}

#page-contact .detail .icon {
  width: 100%;
  text-align: center;
  display: block;
  min-height: 70px;
}

#page-contact form .row {
  margin-bottom: 25px;
}

#page-contact form input, #page-contact form select, #page-contact form textarea {
  background: none;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  width: 100%;
  color: #7b7b7b;
  padding: 12px;
  font-size: 16px;
}

#page-contact form textarea {
  resize: none;
  height: 200px;
}

#page-contact form input[type=submit] {
  border-radius: 0;
  letter-spacing: 0.2em;
}

#page-testimonials .list {
  width: 50%;
  float: left;
}

#page-testimonials .say {
  background: #197cc0;
  color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

#page-testimonials .say:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #197cc0;
  position: absolute;
  bottom: -10px;
  left: 90px;
}

#page-testimonials .name {
  font-weight: 700;
  padding-left: 30px;
  color: #197cc0;
}

#page-testimonials .designation {
  padding-left: 30px;
  font-style: italic;
}

/* Grid */
#posts {
  margin: 0 auto;
}

.post {
  margin: 0 0 30px;
  text-align: left;
  width: 100%;
}

.post img {
  padding: 0 15px;
  width: 100%;
}

#grid.container .post img {
  padding: 0;
}

/* Medium devices */
@media (min-width: 768px) {
  #grid > #posts .post {
    width: 335px;
  }
  #grid > #posts .post.cs2 {
    width: 100%;
  }
  .post img {
    padding: 0;
  }
}

/* Medium devices */
@media (min-width: 992px) {
  #grid > #posts .post {
    width: 445px;
  }
  #grid > #posts .post.cs2 {
    width: 100%;
  }
}

/* Large devices */
@media (min-width: 1200px) {
  #grid > #posts .post {
    width: 346px;
  }
  #grid > #posts .post.cs2 {
    width: 742px;
  }
}

/* Large devices min-width (1200px) + a .post margin (50px) * 2 (100px) = 1300px */
/* 1300px gives me the clearance I need to keep the margins of the entire #grid (the
bleed if you will) the same width as the .post margins posts (50px). Basically I'm
being really picky about whitespace. If you don't care, no problem, just delete this.
Can this be done with Masonry options? */
@media (min-width: 1300px) {
  #grid {
    left: -50px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
  }
  #grid.container {
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#page-login {
  background: #f7f9fb;
  padding: 300px 0 175px 0;
}

.form-auth {
  max-width: 500px;
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.form-auth p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
}

.form-auth .form-header {
  background: #197cc0;
  padding: 15px 0;
  margin: -20px -20px 40px -20px;
}

.form-auth .form-header p {
  color: #ffffff;
}

.form-auth .form-header p a {
  color: #ffffff;
  text-decoration: underline;
}

.form-auth .form-header h2 {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.form-auth .input-group-addon {
  background: #197cc0;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.form-auth input.form-control, .form-auth select.form-control {
  padding-left: 50px;
  z-index: 2;
  position: relative;
  border-radius: 0;
}

.payment-method {
  background: url(../images/pay.png) no-repeat right center #f7f7f7;
  background-size: cover;
  border-radius: 8px;
  padding: 30px 15px 10px;
}

.payment-method label {
  font-weight: 700;
}

.payment-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#197cc0), to(transparent));
  background-image: linear-gradient(to right, #197cc0, transparent);
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 10px !important;
  font-size: 20px;
  margin-left: -15px;
  padding: 10px 200px 10px 15px;
}

#details_form input.form-control, #details_form select.form-control {
  padding-left: 10px;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#questionaire-section {
  padding: 50px 0;
}

#questionaire-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

#questionaire-section span {
  color: #7b7b7b;
}

#questionaire-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 8px 8px 8px 15px;
}

#questionaire-section textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
}

#questionaire-section strong {
  font-family: "Lato", sans-serif;
}

#questionaire-section .section-header {
  padding-bottom: 20px;
  /* margin-bottom: 40px;
     border-bottom: 1px dashed #e1e1e1;*/
}

#questionaire-section .questionaire-title {
  position: relative;
  text-align: center;
  font-weight: 900;
  color: #197cc0;
  text-transform: uppercase;
}

#questionaire-section .questionaire-title:before {
  content: "";
  display: block;
  background: url(../images/shadow-top.png) no-repeat center bottom;
  width: 100%;
  height: 44px;
  margin-bottom: 15px;
}

#questionaire-section .questionaire-title:after {
  content: "";
  display: block;
  background: url(../images/shadow-bottom.png) no-repeat center top;
  width: 100%;
  height: 40px;
  margin-top: 15px;
}

#questionaire-section .questions {
  margin-bottom: 30px;
  padding-left: 35px;
}

#questionaire-section .questions label {
  font-weight: 700;
  margin-bottom: 8px;
  color: #7b7b7b;
}

#questionaire-section .section-footer {
  position: relative;
  margin-top: 80px;
}

#questionaire-section .section-footer:before {
  content: "";
  display: block;
  background: url(../images/shadow-bottom.png) no-repeat center top;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
}

#questionaire-section textarea {
  resize: none;
}

.added-panel {
  padding: 15px 40% 15px 15px;
  background: url(../images/relation-bg.jpg) no-repeat right center #fcfcfc;
  background-size: contain;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 25px inset rgba(0, 0, 0, 0.035);
          box-shadow: 0px 0px 25px inset rgba(0, 0, 0, 0.035);
  position: relative;
}

.added-panel .delete-relation {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0.2;
}

.added-panel:hover .delete-relation {
  opacity: 1;
}

.multi-text {
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 20px 50px 20px 20px;
  line-height: 32px;
}

.multi-text .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.multi-text input {
  height: 25px;
  width: 150px;
  margin: 0 5px;
  font-size: 16px;
  margin-bottom: 5px;
  font-style: italic;
  border-radius: 1px;
  border: 1px solid lightgray;
}

.multi-option-design input {
  border: none;
  border-bottom: 2px solid #e1e1e1;
}

#changes_prompt .modal-footer {
  /*a {
      color: black;
      background-color: rgb(221, 221, 221);
    }*/
}

#page-download .inner-page {
  padding-top: 200px;
  padding-bottom: 50px;
}

#page-download .file-name {
  color: #197cc0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}

#page-download .file-icon {
  width: 128px;
}

#page-download .download-link {
  margin-top: 20px;
}

#newsletter .inner-page {
  padding-top: 200px;
  padding-bottom: 50px;
}

#newsletter .title {
  color: #197cc0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
/*regular responsive css*/
@media screen and (max-width: 1500px) {
  .innerpage {
    padding-right: 30px;
    padding-left: 30px;
  }
  #about-us .imager {
    padding: 50px 0 0 50px;
  }
  #about-us .imager:before {
    border-width: 20px;
    width: calc(100% - 60px);
  }
  #about-us .questions li {
    font-size: 16px;
  }
  #about-us .questions li a {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1350px) {
  footer.site-footer .designed-foot::before {
    right: 20px;
  }
  .main-navbar #navbar ul li a {
    padding: 30px 12px;
  }
  #banner .content .banner-title {
    font-size: 28px;
  }
  #banner .content .banner-subtitle h1 {
    font-size: 30px;
  }
  .quote-form {
    width: 600px;
    padding: 20px 30px 20px;
  }
  .quote-form .title {
    max-width: 80%;
    font-size: 16px;
    margin: 0 auto 15px;
  }
  .quote-form form .submit-sec p {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .form-auth.register {
    max-width: 90%;
  }
  .innerpage {
    padding-top: 150px;
  }
  .main-navbar #navbar {
    font-size: 16px;
  }
  .main-navbar #navbar ul li a {
    padding: 15px 12px;
  }
  .main-navbar #navbar button {
    padding: 5px 15px;
    margin-top: 9px;
  }
  header.site-header.sticky .main-navbar #navbar button {
    padding: 5px 15px;
    margin-top: 17px;
  }
  .main-navbar .site-logo {
    width: 190px;
    height: 53px;
  }
  #testimonials .testimonial-slider:before {
    width: 40px;
    height: 33px;
    background-size: cover;
    left: 10px;
  }
  #testimonials .testimonial-slider:after {
    width: 43px;
    height: 33px;
    background-size: cover;
    right: 10px;
    bottom: 50px;
  }
  footer.site-footer .designed-foot label {
    font-size: 18px;
  }
  footer.site-footer .designed-foot h3 {
    line-height: 30px;
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .multi-text input {
    width: 180px;
  }
  .hide-responsive {
    display: none;
  }
  #about-us .questions {
    /*display: none;*/
  }
  #rates {
    padding: 50px 0;
  }
  #rates .card .card-header {
    padding: 25px 35px;
  }
  #subscribtion form input[type="submit"] {
    letter-spacing: 0;
  }
  .main-navbar #navbar {
    font-size: 14px;
  }
  .main-navbar #navbar ul li a {
    padding: 16px 14px;
  }
  .innerpage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .innerpage.dashboard {
    padding-top: 150px;
  }
  #page-login {
    padding: 150px 0 50px;
  }
}

@media screen and (max-width: 990px) {
  #about-us {
    background-attachment: fixed;
    padding-bottom: 100px;
  }
  #about-us .questions {
    display: none;
  }
  #about-us .questions-mid {
    padding-right: 50px;
  }
  #about-us .tab-content .tab-pane {
    display: block !important;
  }
  #about-us .tab-content .tab-pane h3 {
    display: none;
  }
  #about-us .tab-content .tab-pane h2 {
    font-size: 16px;
    margin: 0 0 4px;
    padding: 10px 15px;
    background: #ffffff;
    font-weight: 700;
    border: 1px solid #e1e1e1;
  }
  #about-us .tab-content .tab-pane h2.active {
    background: #197cc0;
    color: #ffffff;
    border-color: #197cc0;
  }
  #about-us .tab-content .tab-pane .cont {
    display: none;
    padding: 10px 15px;
  }
  .burger {
    display: block;
  }
  .nav-toggle {
    display: block;
  }
  .main-navbar .wrapper:after {
    height: 32px;
  }
  .main-navbar #navbar {
    font-size: 14px;
  }
  .main-navbar #navbar button {
    margin-right: 50px;
  }
  .main-navbar #navbar ul {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    padding-top: 25px;
    top: 53px;
    background: #197cc0;
  }
  .main-navbar #navbar ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .main-navbar #navbar ul li a {
    color: #ffffff;
    padding: 10px 14px;
    display: block;
  }
  header.site-header.sticky .main-navbar #navbar ul li a {
    padding: 12px 15px;
  }
  #blog .col-lg-4 {
    margin-bottom: 30px;
  }
  #blog .card-body .blog-image.large {
    display: none;
  }
  #blog .card-body .blog-image.small {
    display: block !important;
  }
  .contact-dets {
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
  }
  .quicklinks {
    padding-left: 40px;
  }
  footer.site-footer .footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
  }
  footer.site-footer .address li i {
    position: static;
    width: 100%;
  }
  footer.site-footer .designed-foot a {
    right: 80px;
  }
  footer.site-footer .designed-foot:before {
    width: 170px;
    height: 170px;
  }
  width: 80%;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .modal-dialog.custom {
    margin-left: 5%;
  }
  .padding10 {
    padding: 5px;
  }
  .padding20 {
    padding: 10px;
  }
  .padding30 {
    padding: 15px;
  }
  .padding40 {
    padding: 20px;
  }
  .padding50 {
    padding: 25px;
  }
  .padding60 {
    padding: 50px;
  }
  .padding70 {
    padding: 35px;
  }
  .padding80 {
    padding: 40px;
  }
  .padding90 {
    padding: 45px;
  }
  .padding100 {
    padding: 50px;
  }
  .paddingtop0 {
    padding-top: 0px;
  }
  .paddingtop10 {
    padding-top: 5px;
  }
  .paddingtop20 {
    padding-top: 10px;
  }
  .paddingtop30 {
    padding-top: 15px;
  }
  .paddingtop40 {
    padding-top: 20px;
  }
  .paddingtop50 {
    padding-top: 25px;
  }
  .paddingtop60 {
    padding-top: 30px;
  }
  .paddingtop70 {
    padding-top: 35px;
  }
  .paddingtop80 {
    padding-top: 40px;
  }
  .paddingtop90 {
    padding-top: 45px;
  }
  .paddingtop100 {
    padding-top: 50px;
  }
  .paddingbottom10 {
    padding-bottom: 5px;
  }
  .paddingbottom20 {
    padding-bottom: 10px;
  }
  .paddingbottom30 {
    padding-bottom: 15px;
  }
  .paddingbottom40 {
    padding-bottom: 20px;
  }
  .paddingbottom50 {
    padding-bottom: 25px;
  }
  .paddingbottom60 {
    padding-bottom: 30px;
  }
  .paddingbottom70 {
    padding-bottom: 35px;
  }
  .paddingbottom80 {
    padding-bottom: 40px;
  }
  .paddingbottom90 {
    padding-bottom: 45px;
  }
  .paddingbottom100 {
    padding-bottom: 50px;
  }
  .margintop10 {
    margin-top: 5px;
  }
  .margintop20 {
    margin-top: 10px;
  }
  .margintop30 {
    margin-top: 15px;
  }
  .margintop40 {
    margin-top: 20px;
  }
  .margintop50 {
    margin-top: 25px;
  }
  .margintop60 {
    margin-top: 30px;
  }
  .margintop70 {
    margin-top: 35px;
  }
  .margintop80 {
    margin-top: 40px;
  }
  .margintop90 {
    margin-top: 45px;
  }
  .margintop100 {
    margin-top: 50px;
  }
  .marginbottom10 {
    margin-bottom: 5px;
  }
  .marginbottom20 {
    margin-bottom: 10px;
  }
  .marginbottom30 {
    margin-bottom: 15px;
  }
  .marginbottom40 {
    margin-bottom: 20px;
  }
  .marginbottom50 {
    margin-bottom: 25px;
  }
  .marginbottom60 {
    margin-bottom: 30px;
  }
  .marginbottom70 {
    margin-bottom: 35px;
  }
  .marginbottom80 {
    margin-bottom: 40px;
  }
  .marginbottom90 {
    margin-bottom: 45px;
  }
  .marginbottom100 {
    margin-bottom: 50px;
  }
  .burger-sidebar {
    display: block;
  }
  nav#sidebar {
    display: none;
  }
  .dashboard.innerpage {
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar {
    margin-bottom: 25px;
  }
  #sidebar li .incomplete-section, #sidebar li .complete-section {
    left: 8px;
  }
  #sidebar li a, #sidebar li button {
    padding: 6px 30px 6px 30px;
  }
  #sidebar li li a {
    padding-left: 35px;
  }
  .responsive-sidebarnav {
    display: block;
  }
  /*p {
    font-size: 14px;
    line-height: 22px;
  }*/
  .content-entry ul, .content-entry ol, .content-entry blockquote {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-title {
    font-size: 18px;
  }
  .big-title {
    font-size: 35px;
    line-height: 45px;
  }
  .section-title {
    font-size: 24px;
  }
  #testimonials, #blog {
    padding: 50px 0;
  }
  #about-us {
    padding: 100px 0 50px;
    background-size: 25%;
    background-position: center 90%;
  }
  #about-us .imager {
    margin: 0 auto 50px;
    max-width: 50%;
  }
  .questions-mid {
    padding: 0 30px !important;
  }
  #rates .card {
    max-width: 65%;
    margin: 0 auto;
  }
  #rates .card .card-header {
    padding: 15px 25px;
  }
  #rates .card .card-body {
    padding: 15px 30px;
  }
  #rates .card .card-body ul {
    min-height: auto;
  }
  #rates label {
    font-size: 16px;
  }
  #rates .package-btn {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .top-bar aside.email {
    display: none;
  }
  #testimonials .testimonial-slider {
    margin-top: 15px;
  }
  #testimonials .testimonial-slider p {
    font-size: 16px;
    line-height: 24px;
  }
  #testimonials .testimonial-slider .name {
    font-size: 16px;
    margin-top: 20px;
  }
  .quotes {
    text-align: center;
    margin-bottom: 20px;
  }
  #blog .card-body .contents {
    padding: 15px;
  }
  .quicklinks {
    text-align: center;
  }
  footer.site-footer .foot-title {
    margin-top: 30px;
  }
  footer.site-footer .links li {
    background: none;
    padding-left: 0;
  }
  footer.site-footer .designed-foot {
    padding: 30px 0;
  }
  footer.site-footer .designed-foot:before {
    right: 50%;
    width: 100px;
    height: 100px;
    border-width: 8px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  footer.site-footer .designed-foot a {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
  }
  .quote-form {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .quote-form img {
    max-width: 160px;
  }
  .quote-form form .submit-sec {
    text-align: center;
  }
  .quote-form form .submit-sec p {
    float: none;
  }
  .quote-form form .submit-sec button {
    float: none;
    margin: 0 auto 10px;
  }
  .quote-form form .submit-sec span {
    display: block;
  }
  #banner .slide {
    height: 380px;
  }
  #banner .content {
    top: 320px;
    text-align: center;
    width: 100%;
    right: 0;
  }
  #banner .content .banner-subtitle h1 {
    font-size: 20px;
  }
  #blog-single.without-image {
    padding-top: 120px;
  }
  #about-us .tab-content .tab-pane .cont {
    padding: 10px 0;
  }
  #blog-single .content h1 {
    font-size: 22px;
  }
  .pagination li a {
    display: block;
    line-height: 19px;
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  #testimonials .testimonial-slider:before {
    display: none;
  }
  #testimonials .testimonial-slider:after {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    right: 50%;
    bottom: -45px;
  }
  #banner .slide {
    height: 290px;
  }
  #banner .content {
    top: 230px;
  }
  #about-us .imager {
    max-width: 70%;
  }
  .quote-form .title {
    font-size: 14px;
    max-width: 85%;
  }
  .innerpage {
    padding: 20px;
  }
  .form-auth {
    max-width: 90%;
  }
  .multi-text input {
    width: 97%;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
  }
  /* .form-auth{
     &.login{
       padding-left: 0;
       padding-right: 0;
     }
   }*/
}

@media screen and (max-width: 575px) {
  #subscribtion {
    background: #68c5cc;
  }
  #subscribtion .forms .row div {
    padding: 0 !important;
    margin-top: 10px;
  }
  #subscribtion .quotes h2 {
    font-size: 26px;
    line-height: 25px;
  }
  footer.site-footer .copyright .text-right, footer.site-footer .copyright .text-left {
    text-align: center !important;
  }
  #subscription {
    background-size: cover;
  }
  #subscription .pr-1, #subscription .px-1, #subscription .pl-1 {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  #page-contact form .row {
    margin-bottom: 0;
  }
  #page-contact form .row textarea, #page-contact form .row input, #page-contact form .row select {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .form-auth {
    /*&:after{
      content:""
    }*/
  }
  .form-auth.register, .form-auth.login {
    padding-left: 0;
    padding-right: 0;
  }
  .form-auth .form-header {
    margin-bottom: 20px;
  }
  .main-navbar .site-logo {
    width: 130px;
  }
  .main-navbar .site-logo img {
    top: -20px;
  }
  .main-navbar .site-logo:before {
    width: 60px;
    height: 60px;
    top: -23px;
  }
  .main-navbar #navbar ul {
    padding-top: 15px;
  }
  .main-navbar .wrapper:after {
    height: 16px;
  }
  .sub-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section-title {
    font-size: 18px;
  }
  #rates .package-btn {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #rates .card {
    max-width: 100%;
  }
  #rates .card .card-body li {
    padding: 5px 0;
  }
  .top-bar aside {
    display: none;
    /*&.socials, &.email{
      display: inline-block;
    }*/
  }
  .top-bar aside.auth {
    display: block;
  }
  .quote-form figure {
    display: none;
  }
  .quote-form form input {
    width: 100%;
    margin-bottom: 5px;
  }
  .quote-form form .submit-sec {
    margin-top: 0;
  }
  .quote-form form .submit-sec button {
    width: 100%;
  }
  #subscribtion form input {
    padding: 5px 15px;
  }
  #subscribtion form input[type="submit"] {
    min-height: 45px;
  }
  #banner .content .banner-title {
    font-size: 20px;
  }
  #banner .content .banner-subtitle h1 {
    font-size: 16px;
  }
  .quote-form {
    padding: 20px 20px 10px;
  }
  .quote-form .title:before {
    width: 40px;
    left: -40px;
  }
  .quote-form .title:after {
    width: 40px;
    right: -40px;
  }
  #rates .card .card-body {
    padding: 15px;
  }
  .top-bar .auth li #my_account {
    width: 180px;
  }
  .top-bar .auth li #my_account li {
    width: 100%;
    margin-bottom: 3px;
  }
  .top-bar .auth li #my_account li a {
    display: block;
  }
  .top-bar .auth li #my_account {
    -webkit-transform: translate3d(0, 40px, 0px) !important;
            transform: translate3d(0, 40px, 0px) !important;
    z-index: 8;
    width: 100%;
  }
  table {
    /*display: block;
    overflow: scroll;
*/
    /*td, th{
      min-width: 150px;
    }*/
  }
  table thead {
    display: none;
  }
  table td {
    display: block;
    border: none !important;
    border-top: 1px solid #e1e1e1 !important;
  }
  table td:first-child {
    border: none !important;
  }
  table td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: #197cc0;
  }
  table .text-center {
    text-align: left !important;
  }
}

@media screen and (max-width: 420px) {
  #about-us {
    padding: 50px 0 50px;
  }
  #about-us .imager {
    max-width: 90%;
    padding: 30px 0 0 30px;
  }
  #about-us .imager:before {
    border-width: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 400px) {
  .top-bar aside {
    /*&.email{
      display: none;
    }*/
  }
  .top-bar aside.socials {
    text-align: center;
  }
  .submit-btn {
    width: 100%;
  }
  footer.site-footer .designed-foot label {
    font-size: 14px;
  }
  footer.site-footer .designed-foot h3 {
    font-size: 22px;
    line-height: 20px;
  }
  .main-navbar #navbar button {
    font-size: 12px;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 40px;
  }
  .burger {
    right: 10px;
  }
  .main-navbar .site-logo:before {
    left: -14px;
    width: 50px;
    height: 50px;
  }
  .main-navbar .site-logo img {
    left: 0;
  }
}
