@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato/lato-black-webfont.woff2") format("woff2"),
    url("../fonts/lato/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latobold";
  src: url("../fonts/lato/lato-bold-webfont.woff2") format("woff2"),
    url("../fonts/lato/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latolight";
  src: url("../fonts/lato/lato-light-webfont.woff2") format("woff2"),
    url("../fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
.turnar {
  margin-left: 170px;
}
.turnaround_sec ul.nav.nav-tabs li {
  margin-right: 20px;
  position: relative;
}
.turnaround_sec ul.nav.nav-tabs li:last-child {
  margin-right: 0px;
}
.turnaround_sec ul.nav.nav-tabs {
  justify-content: end;
}
.menub .active .nav-link {
  color: #b8b453 !important;
}
.btime_ago {
  top: 8px;
  position: relative;
  color: #474747 !important;
}
.dashboard_sidebarlinks ul li.active a {
  color: #732a07 !important;
}

/* popup cancel book */
.btn-primary {
  color: #fff;
  background-color: #b8b453;
  border-color: #b8b453;
  margin-top: -5px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b8b453;
  border-color: #b8b453;
  margin-top: -5px;
}
.btn.btn-light.mb-1 {
  background-color: #729659 !important;
  border-color: #729659 !important;
}
/*
.btn.btn-light.mb-1:hover {
    background-color: #ccc 
    border-color: #ccc;
} */

/* Calendar Css */
.day {
  background-color: #b8b453;
  border-color: #000;
  color: #000;
  border-radius: 0px !important;
}
.active.day {
  background-color: #b8b453 !important;
}
.day:hover {
  background-color: #b8b453 !important;
  border-color: #000;
  color: #000;
  border-radius: 0px !important;
}
.image-width {
  max-width: 200px;
  max-height: 129px;
}
td.disabled.day {
  background-color: #fff !important;
}
.datepicker table tr td.today:hover {
  background-color: #ffdb99 !important;
  border-color: #ffb733;
}
#bookcal .datepicker {
  width: 100%;
  padding: 0;
  box-shadow: none;
  border: 1px solid #000;
  margin: 10px 0 0 0;
  border-radius: 0;
}
#bookcal .datepicker table {
  width: 100%;
}
#bookcal .datepicker table thead tr:nth-child(2) {
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
}
#bookcal .datepicker table thead tr:nth-child(2) th {
  color: #000;
  font-size: 24px;
  background: #fff;
  text-transform: uppercase;
  font-family: "Raleway";
}
#bookcal .datepicker table thead tr:nth-child(2) th.prev,
#bookcal .datepicker table thead tr:nth-child(2) th.next {
  visibility: hidden;
}
.datepicker table tr th.dow {
  color: #000;
  border-left: 0;
  padding: 0px 0px;
  border-top: 1px solid #000;
  font-weight: normal;
  border-right: 1px solid #000;
  height: 25px;
  font-size: 11px;
  text-transform: uppercase;
}
.datepicker table tr td:nth-child(7n + 1),
.datepicker table tr td:first-child {
  border-left: 0 !important;
}
.datepicker table tr td.day,
.datepicker table tr td span.month,
.datepicker table tr td.day {
  padding: 1px 7px 25px;
  text-align: left;
  font-size: 13px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.datepicker table tr th.dow:last-child {
  border: 0;
}
#bookcal .datepicker table thead tr:nth-child(3) {
  border-bottom: 1px solid #000;
}
.datepicker table tr td span.month,
.datepicker table tr td span.year,
.datepicker table tr td span.century,
.datepicker table tr td span.decade {
  margin: 0;
  border-radius: 0;
  width: 25%;
  border: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  line-height: 24px;
  margin-top: -2px;
  text-align: left;
  padding: 0px 5px;
}
.datepicker table tr td span.month:nth-child(4n + 1),
.datepicker table tr td span.month:first-child,
.datepicker table tr td span.year:nth-child(4n + 1),
.datepicker table tr td span.year:first-child,
.datepicker table tr td span.century:nth-child(4n + 1),
.datepicker table tr td span.century:first-child,
.datepicker table tr td span.decade:nth-child(4n + 1),
.datepicker table tr td span.decade:first-child {
  border-left: 0 !important;
}
.datepicker table tr td.day:last-child {
  border-right: 0;
}
/**** */

body {
  font-family: "latoregular";
  font-weight: normal;
  font-style: normal;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "latobold";
  font-weight: normal;
  font-style: normal;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/** Started 18-02-2021 **/

.copy_link_amazone {
  color: #f79516 !important;
  background: no-repeat !important;
  float: right;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: -10px;
  font-weight: bold;
}

.copy_link_goodsread {
  color: #352412 !important;
  background: no-repeat !important;
  float: right;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: -10px;
  font-weight: bold;
}
.clicktodownload {
  color: #233714 !important;
  background: no-repeat !important;
  float: right;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: -10px;
  font-weight: bold;
}
input[type="checkbox"]:checked + label.download_strikethrough,
input[type="checkbox"]:checked + label.review_strikethrough,
input[type="checkbox"]:checked + label.amazon_strikethrough,
input[type="checkbox"]:checked + label.goodreads_strikethrough {
  text-decoration: line-through;
}

/* END */

.thank-you-template {
  /*  background: #af172e; */
  padding: 0 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thank-you-template .container {
  margin-top: auto;
  margin-bottom: auto;
}
.thank-you-template .info .checkmark {
  max-width: 180px;
}
.print-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  max-width: 768px;
}
.thank-you-template .hr-row {
  margin-left: -45px;
  margin-right: -45px;
}
.thank-you-template hr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 -15px;
}
.logo-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.thank-you-template .info {
  color: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 545px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.thank-you-template .phone {
  color: inherit;
}
.thank-you-template .form-control {
  background: rgba(0, 0, 0, 0.35);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.25);
  min-height: 45px;
}
.thank-you-template .form-wrap {
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-control-label::before {
  border-color: inherit;
  background-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  box-shadow: 0 0 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff;
}
.thank-you-template .form-wrap .btn {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.13);
  min-width: 130px;
  color: inherit;
  text-transform: uppercase;
  border-bottom-width: 3px;
  border-left-width: 2px;
}

.thank-you-template .foot-title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.addon-field-btn .add-more {
  color: inherit;
  text-decoration: none;
}
.thank-you-template .btn.remove {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.13);
  color: inherit;
  margin-bottom: 20px;
  border-bottom-width: 3px;
}

.thank-you-template ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}
.thank-you-template ::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}
.thank-you-template :-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}
.thank-you-template :-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}
.addon-field-btn .add-more i {
  margin-right: 5px;
}
.qr-code-img {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  height: auto;
}
.header-img,
.footer-img {
  margin-left: -30px;
  margin-right: -30px;
}
.thank-you-template
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  left: -20px;
  color: inherit;
  top: 5px;
}
.header-img img,
.footer-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .thank-you-template .form-wrap {
    padding: 15px;
  }
  .header-img,
  .footer-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .thank-you-template .info {
    font-size: 16px;
  }
  .thank-you-template {
    padding: 0 15px;
  }
  .thank-you-template .hr-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .thank-you-template .foot-title h2 {
    font-size: 1.5rem;
  }
}

/*--------------22 October 2020---------*/

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato/Lato-Hairline.woff2") format("woff2"),
    url("../fonts/Lato/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Light.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
a:hover {
  text-decoration: none;
}
.topheader {
  background: #491f0e;
  padding: 14px 0px;
}
.headersection.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.headersection .navigationbar {
  background: #fff;
}
.headerright a {
  background: #fff;
  color: #491f0e;
  padding: 7px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
.headerright a:hover {
  background: #b8b453;
}

.headerright a img {
  width: 15px;
  margin-top: -2px;
  margin-right: 10px;
}
.headerright li {
  list-style: none;
}
.navigationbar ul.navbar-nav li a.nav-link {
  color: #000;
  font-weight: 600;
  padding: 5px 0 4px 0;
  border-bottom: 2px solid transparent;
}
.navigationbar ul.navbar-nav li {
  padding: 0px 13px;
}
.navigationbar ul.navbar-nav li:last-child {
  padding-right: 0px;
}
.navigationbar ul.navbar-nav li.active a.nav-link,
.navigationbar ul.navbar-nav li a.nav-link:hover,
.navigationbar ul.navbar-nav li a.nav-link:focus {
  color: #b8b453;
  border-bottom: 2px solid #b8b453;
  padding-bottom: 4px;
}
section.homebanner {
  background: url(../images/bannerimg.jpg);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  padding: 180px 0px;
  background-position: top center;
}
.bannercont {
  background: rgba(17, 23, 13, 0.78);
  border-radius: 7px;
  padding: 40px 40px 70px;
  max-width: 90%;
}
.bannercont h3 {
  color: #fff;
  font-weight: 100;
  font-size: 34px;
  line-height: 1.4;
}
.bannercont h2 {
  font-weight: 800;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 20px;
}
.bannercont h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
.navigationbar a.navbar-logo img {
  max-width: 140px;
}
.bannercont h4 span {
  color: #b8b453;
}
.bannerbtns a {
  background: #b8b453;
  color: #000;
  margin-right: 7px;
  padding: 14px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: bold;
}
.guidesteps li:hover {
  border-color: #b8b453;
}
.signupbtn a:hover {
  background: #b8b453;
}
.cancelbtn a:hover {
  color: #b8b453;
}
ul.guidesteps li.reviewbtn:hover {
  background: #b8b453;
}
.guidesteps li:hover a {
  color: #b8b453;
}
.bannerbtns a:hover {
  background: #491f0e;
  color: #fff;
}
.bannerbtns {
  margin-top: 30px;
  display: inline-block;
}
section.stepsection {
  padding: 50px 0px;
}
.homesection h2 {
  font-size: 48px;
  font-weight: 100;
}
.stepsection p {
  color: #404040;
  font-size: 26px;
  font-weight: 100;
}
ul.guidesteps {
  padding: 0;
}
.guidesteps li {
  list-style: none;
  position: relative;
  border: 1px dashed #491f0e;
  padding: 12px 15px;
  margin-bottom: 40px;
}
.guidestepicon {
  height: 37px;
  overflow: hidden;
}
ul.guidesteps {
  padding: 30px 0 0 0;
}
ul.guidesteps li a {
  font-size: 24px;
  color: #491f0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: bold;
}
.featured_title {
  background: #53551c;
  padding: 12px 0px;
  margin-bottom: 30px;
}
ul.guidesteps li a img {
  padding-right: 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.guidesteps li:hover img {
  -webkit-transform: translate(0px, -38px);
  -ms-transform: translate(0px, -38px);
  transform: translate(0px, -38px);
}
.stepvideo {
  position: relative;
}
ul.guidesteps li:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 27px;
  color: #491f0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.guidesteps li.reviewbtn {
  background: #491f0e;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 4px;
}

.stepvideo:after {
  background-size: contain;
  content: "";
  background: url(../images/bigpattern.png);
  width: 330px;
  height: 240px;
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: -4px;
  background-repeat: no-repeat;
}
ul.guidesteps li.reviewbtn a {
  color: #fff;
  display: block;
  width: 100%;
}
ul.guidesteps li.reviewbtn:after {
  display: none;
}
.featured_title h2 {
  color: #fff;
  font-family: Lato Hairline;
  margin-bottom: 0;
}
.featuredsection .slick-slider {
  padding: 0px 10px;
  overflow: hidden;
}
.featuredsection .slick-slide img {
  width: 100%;
}
.featuredsection .slick-initialized .slick-slide {
  padding: 0px 5px;
  outline: 0;
}
.featuredsection .slick-slide img {
  width: 100%;
  -webkit-box-shadow: 58px 30px 110px -60px rgba(0, 0, 0, 0.26);
  box-shadow: 58px 30px 110px -60px rgba(0, 0, 0, 0.26);
  min-height: 500px;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.featureslide {
  position: relative;
}
.slidehoverdiv {
  position: absolute;
  top: 0;
  height: 100%;
  background: #000;
}
.featureslide:hover .slidehoverdiv {
  height: 100%;
  opacity: 1;
}
.slidehoverdiv h3 {
  color: #fff;
  cursor: pointer;
  font-size: 26px;
}
.slidehoverdiv {
  position: absolute;
  top: 0;
  background: rgba(83, 85, 28, 0.8);
  height: 100%;
  opacity: 0;
  width: 100%;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  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;
  padding: 0px 10px;
  text-align: center;
  height: 0;
}
.featuredsection button.slick-arrow {
  right: 130px;
  top: auto;
  bottom: 0;
  position: absolute;
  border: 0;
  opacity: 0.8;
  background: transparent;
}
.featuredsection button.slick-prev.slick-arrow {
  left: -50px !important;
}
.featuredsection button.slick-next.slick-arrow {
  right: -50px !important;
}
.featuredsection button.slick-prev.slick-arrow,
.featuredsection button.slick-next.slick-arrow {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  z-index: 99999;
  height: 70px;
  width: 60px;
}
.featuredsection .slick-track {
  padding-bottom: 100px;
}
.featuredsection button.slick-arrow img {
  width: 40px;
}
.featuredsection button.slick-prev.slick-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 25px;
  right: -30px;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.testimonialsection {
  background: #f4f3ec;
  padding: 40px 0px;
  margin-top: 30px;
}
.testimonialsection span {
  color: #404040;
  font-size: 26px;
  font-weight: 100;
}
.testimonialslide img.quoteicon {
  margin: 40px 0px;
}
.testimonialslide p {
  margin: auto;
  color: #476173;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 0px 90px;
  line-height: 1.6;
  opacity: 0.9;
}
.authorinfo img {
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 60px;
}
.authorinfo h4 {
  font-size: 28px;
}
.authorinfo h5 {
  text-transform: uppercase;
  opacity: 0.4;
  font-size: 15px;
}
.homesection.risksection h2 {
  font-size: 60px;
}
.signupbtn a {
  background: #fff;
  padding: 16px 50px;
  color: #000000;
  font-size: 24px;
  display: inline-block;
  border-radius: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Raleway;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cancelbtn a {
  color: #fff;
  font-size: 24px;
  font-family: Raleway;
}

section.risksection {
  background: url(../images/riskbg.jpg);
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.featuresection .featured_title {
  background: #491f0e;
}
.featureblk_div img {
  margin-bottom: 15px;
  height: 110px;
}
.featureblk_div h3 {
  font-size: 30px;
  font-weight: 600;
}
.featureblk_div h3 span {
  font-weight: 100;
}
.featureblk_div p {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 1.8;
}
footer.copyright {
  background: #000000;
  text-align: center;
  padding: 20px 0px;
  color: #fff;
}
footer.copyright p {
  margin-bottom: 0px;
}
.copyright a {
  color: #fff;
}
.bottombgsection img {
  width: 100%;
}
.homesection.risksection h2 {
  font-size: 50px;
}
.signupbtn a,
.cancelbtn a {
  font-size: 20px;
}
.navigationbar span.navbar-toggler-icon {
  background-position: center;
  background-image: url(../images/menuicon.png) !important;
  background-size: 25px;
}
.contactinformation p {
  color: #404040;
  font-size: 26px;
  font-weight: 100;
}
.contactinformation h2 {
  margin-bottom: 0px;
}
.contactinformation ul {
  padding: 0px;
}
.contactinformation li {
  list-style: none;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactinformation li:hover span,
.contactinformation li:hover a {
  color: #9d993a;
}
.contactinformation li span a {
  color: #3a3a3a;
}
.contactinformation li span {
  padding-left: 20px;
  font-size: 20px;
  color: #3a3a3a;
}
.contactinformation li strong {
  display: block;
  font-size: 22px;
}
.contact_socialicons {
  margin-top: 40px;
  width: 100%;
}
.contact_socialicons h4 {
  font-size: 24px;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mediaicons {
  margin-left: 15px;
}
.mediaicons a {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  border-radius: 30px;
}

.mediaicons a:hover {
  border-color: #9d993a;
}
.contact_socialicons svg {
  width: 20px;
  height: auto;
  margin-top: 2px;
}
form.contactform {
  background: #f4f3ec;
  padding: 50px;
  border: 1px solid #9d993a;
}
form.contactform .form-group input {
  background: transparent;
  border-radius: 0;
  height: 60px;
  color: #6a6949;
  font-size: 18px;
  border: 1px solid #9d993a;
}
form.contactform .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group input:focus,
form.contactform .form-group textarea:focus {
  outline: 0;
  box-shadow: none;
}
form.contactform .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6949;
  font-size: 18px;
}
form.contactform .form-group textarea {
  background: transparent;
  border-radius: 0;
  resize: none;
  border: 1px solid #9d993a;
}
.contactform .form-group {
  margin-bottom: 20px;
}
.captcha_div {
  text-align: center;
  margin-bottom: 20px;
}
.sendbtn {
  text-align: center;
}
.sendbtn button.btn.btn-primary {
  background: #9d993a;
  border: 0;
  padding: 10px 0px;
  font-size: 24px;
  min-width: 300px;
}
section.homesection.contactinfosec {
  padding-bottom: 50px;
  padding-top: 50px;
}
.contactinformation {
  padding-top: 40px;
}
section.homesection.plansection {
  background: url(../images/pricingplanbg.jpg);
  padding: 70px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.homesection.plansection h2 {
  margin-bottom: 70px;
}
.pricingblk {
  background: #b8b453;
}
.pricingblk.yellowpriceblk {
  min-height: 650px;
}
.pricingblk.greenpriceblk.keenauthorblk {
  min-height: 730px;
}
.pricingblk h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 8px 0px;
}
.keenauthorblk .priceblk_cont {
  padding-top: 90px;
  padding-bottom: 100px;
}
.pricingblk.yellowpriceblk h4 {
  background: #9d993a;
}
.priceblk_cont {
  padding-top: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  padding-bottom: 40px;
}
.priceblk_cont img.freeicon {
  margin-bottom: 25px;
}
.priceblk_cont ul {
  padding: 0px;
}
section.homesection.faqsection {
  background: #f4f3ec;
  padding: 60px 0px;
}
.faqcontentsec p {
  text-align: center;
  font-size: 26px;
  font-weight: lighter;
}
.faqaccordion {
  padding-top: 20px;
}
.priceblk_cont ul li {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.priceblk_cont ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  font-size: 13px;
  top: 2px;
}
.enterprisingauthorblk .priceblk_cont {
  padding-top: 15px;
}
.pricingblk.greenpriceblk {
  background: #1c6030;
}
.priceblk_cont h5 {
  font-family: Lato;
  text-transform: uppercase;
  font-size: 18px;
}
.priceblk_cont span {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.priceblk_cont span strong {
  font-size: 48px;
  line-height: 1;
  font-family: Raleway;
}
.keenauthorblk {
  margin-top: -40px;
}
.pricingblk.greenpriceblk h4 {
  background: #0c461d;
}
a.cancelbutton {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: Raleway;
}
a.cancelbutton:hover {
  text-decoration: underline;
}
a.signupnow {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}
.faqaccordion .card {
  background: transparent;
  border: 0;
}
.faqaccordion .card-header {
  background-color: transparent;
  padding: 12px 0 12px 0;
  position: relative;
}
.faqaccordion a.card-link {
  color: #0c461d;
  font-weight: 800;
  font-size: 22px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
  padding-right: 100px;
}
.faqaccordion .card-body {
  padding-left: 0;
  color: #292b2b;
  line-height: 1.7;
  font-size: 18px;
}
.faqaccordion .card .show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faqaccordion .card-header .card-link:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
  color: #292b2b;
  font-size: 22px;
  cursor: pointer;
}
.faqaccordion .card-header .card-link.collapsed:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
  color: #292b2b;
  font-size: 22px;
  cursor: pointer;
}
.viewbtn a {
  background: #0c461d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  font-family: Raleway;
  font-size: 17px;
}
.contact_socialicons a:hover svg {
  fill: #9d993a;
}
.greenpriceblk a.signupnow:hover {
  background: #0c461d;
  border-color: #0c461d;
}
.sendbtn button.btn.btn-primary:hover,
.sendbtn button.btn.btn-primary:focus,
.sendbtn button.btn.btn-primary:active {
  background: #491f0e;
  box-shadow: none !important;
}
.viewbtn a:hover,
a.signupnow:hover {
  background: #491f0e;
}
.yellowpriceblk a.signupnow:hover {
  border-color: #9d993a;
  background: #9d993a;
}
.viewbtn {
  margin-top: 60px;
  text-align: center;
}
.featureblks {
  padding: 30px 0px;
}
.stepvideo iframe {
  z-index: 9;
}
.bodybg {
  background: #b8b453;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  padding: 30px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_bg {
  width: 520px;
  margin: auto;
  background-image: url(../images/formvector_bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background: #fff;
  padding: 170px 80px 170px;
  -webkit-box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.34);
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.34);
  border-radius: 7px;
}

.formlogo {
  margin-bottom: 40px;
}
.signupform .form-group input,
.signupform .form-group select {
  border: 1px solid #b1b1b1;
  color: #696969;
  font-size: 16px;
  height: 55px;
  border-radius: 7px;
}
.form_button button.btn.btn-primary {
  width: 100%;
  outline: 0 !important;
  margin-top: 25px;
  padding: 10px 0;
  background: #4d2312;
  border: 0;
  box-shadow: none !important;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 7px;
}
.form_button button.btn.btn-primary:hover {
  background: #b8b453;
}
a.formlink {
  color: #233714;
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
a.formlink:hover {
  color: #b8b453;
}
.signupform .form-group select,
.signupform .form-group .bootstrap-select .dropdown-toggle {
  background-image: url(../images/dropdownicon.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px !important;
}
.signupform .form-group .bootstrap-select ul.dropdown-menu.inner.show li a {
  color: #696969;
}
.signupform .form-group .dropdown-toggle::after {
  display: none;
}
.signupform
  .form-group
  .bootstrap-select
  ul.dropdown-menu.inner.show
  li.selected.active
  a,
.signupform
  .form-group
  .bootstrap-select
  ul.dropdown-menu.inner.show
  li
  a:focus {
  background: #b8b453;
  color: #fff;
  outline: 0 !important;
}
.signupform .form-group .bootstrap-select .dropdown-toggle {
  border: 1px solid #b1b1b1;
  color: #696969;
  box-shadow: none !important;
  font-size: 16px;
  outline: 0 !important;
  height: 55px;
  border-radius: 7px;
  background: #fff;
}
.form_bg.signupbg {
  padding: 40px 60px 100px;
}
.formlogo img {
  max-width: 250px;
}
.formbottomlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.formbottomlink a.formlink {
  margin-top: 0;
  padding-left: 5px;
}
.signupform .form-group .bootstrap-select .filter-option-inner-inner {
  padding-top: 4px;
}
.signupform .form-group .bootstrap-select ul.dropdown-menu.inner.show li {
  border-bottom: 1px solid #eee;
}
.signupform .form-group .bootstrap-select .dropdown-menu {
  padding-bottom: 0;
  padding-top: 0;
}
span.videoplayicon {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  margin: auto;
  cursor: pointer;
  height: 60px;
  top: 0;
  bottom: 0;
  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;
}
.videocover {
  background-image: url("../images/videoimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 50px;
}
.videocover video {
  opacity: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  min-height: 340px;
  position: absolute;
  z-index: -1;
}
.videocover iframe {
  opacity: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  min-height: 340px;
  position: absolute;
  z-index: -1;
}
/*   FAV AUTHOR   */
.fav_author {
  cursor: pointer;
}
.col.favauthorsec {
  width: calc(100% - 350px);
  padding: 0 40px;
}
.h3.fav_title {
  font-size: 25px;
  margin-bottom: 15px;
}
/*
.favauthorwidget img {
    max-width: 75%;
}    */

.favauthors h2 {
  text-align: center;
  font-size: 24px;
  font-family: Raleway;
  margin-bottom: 20px;
  font-weight: 600;
}
.favauthorsblk {
  margin-bottom: 40px;
}
.favauthorwidget i.fa.fa-heart {
  color: #c62020;
  position: absolute;
  bottom: -15px;
  right: 52px;
  font-size: 34px;
}

/*  END FAV AITHOR */

@media (max-width: 767px) {
  .favauthorwidget {
    text-align: center;
    margin-bottom: 40px;
  }
  .favauthorwidget i.fa.fa-heart {
    right: 70px;
  }
  .turnar {
    margin-left: 0px;
  }
}

@media (max-width: 1600px) {
  .formlogo {
    margin-bottom: 20px;
  }
  .signupform .form-group input,
  .signupform .form-group select {
    height: 50px;
  }
  .testimonialslide p {
    width: 85%;
    padding: 0px 90px;
  }
  .form_bg {
    width: 440px;
    padding: 120px 60px 120px;
  }
  .formlogo img {
    max-width: 210px;
  }
  .formbottomlink,
  a.formlink {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .dashboard-container {
    max-width: 1280px;
    margin: auto;
  }
  .testimonialslide p {
    max-width: 1100px;
  }
}
@media (max-width: 1440px) {
  .dashboard-container {
    max-width: 1200px;
    margin: auto;
  }
  .faqaccordion .card-header .card-link.collapsed:before {
    font-size: 20px;
  }
  .guidesteps li {
    padding: 7px 15px;
  }
  ul.guidesteps li a {
    font-size: 20px;
    line-height: 1.8;
  }
  .signupform .form-group .bootstrap-select .dropdown-toggle {
    height: 50px;
  }
  .form_button button.btn.btn-primary {
    font-size: 20px;
  }
  .signupform .form-group {
    margin-bottom: 10px;
  }
  .stepvideo:after {
    bottom: 20px;
  }
  .testimonialslide p {
    padding: 0px 90px;
  }
  .featuredsection .slick-slide img {
    min-height: 370px;
    max-height: 370px;
  }
  section.homebanner {
    padding: 110px 0px;
  }
  .testimonialsection span {
    font-size: 22px;
  }
  .featureblk_div p {
    font-size: 16px;
    line-height: 1.6;
  }
  .homesection h2 {
    font-size: 40px;
  }
  .bannercont h3 {
    font-size: 30px;
  }
  .bannercont h2 {
    font-size: 38px;
  }
  .slidehoverdiv h3 {
    font-size: 22px;
  }
  .featureblk_div h3 {
    font-size: 25px;
  }
  .authorinfo h4 {
    font-size: 24px;
  }
  .faqaccordion a.card-link {
    font-size: 20px;
  }
  .faqaccordion .card-header:after {
    font-size: 20px;
  }
  .contactinformation p {
    font-size: 24px;
  }
  .contactinformation li strong {
    font-size: 22px;
  }
  .contactinformation li span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .dashboard-container {
    max-width: 1200px;
  }
}
@media (min-width: 1281px) {
  .pricingplan_sec,
  .faqcontentsec {
    max-width: 940px;
    margin: auto;
  }
}
@media (max-width: 1280px) {
  .contactinformation p {
    font-size: 22px;
  }
  .faqcontentsec p {
    font-size: 22px;
  }
  .featureblk_div h3 {
    font-size: 22px;
  }
  .homesection.risksection h2 {
    font-size: 44px;
  }
  .authorinfo h4 {
    font-size: 22px;
  }
  .testimonialslide p {
    font-size: 18px;
  }
  .testimonialsection span {
    font-size: 20px;
  }
  ul.guidesteps li a {
    font-size: 20px;
  }
  .slidehoverdiv h3 {
    font-size: 20px;
  }
  .homesection h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .faqaccordion .card-header .card-link.collapsed:before {
    font-size: 20px;
  }
  .videocover video {
    min-height: auto;
  }
  .stepvideo:after {
    bottom: 60px;
  }
  .contact_socialicons h4 {
    font-size: 20px;
  }
  .featuredsection .slick-slide img {
    min-height: 270px;
    max-height: 270px;
  }
  .bannercont h3,
  .bannercont h4 {
    font-size: 24px;
  }
  .bannercont h2 {
    font-size: 26px;
  }
  .bannerbtns a {
    padding: 14px 20px;
    font-size: 16px;
  }
  .testimonialslide p {
    width: 100%;
  }
  .homesection.risksection h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .stepvideo:after {
    bottom: 20px;
  }
  .stepvideo iframe {
    width: 100%;
  }
  .testimonialslide img.quoteicon {
    max-width: 80px;
  }
  .faqaccordion a.card-link {
    font-size: 17px;
  }
  .homesection h2 {
    font-size: 30px;
  }
  .contactinformation p {
    font-size: 20px;
  }
  .captcha_div img {
    width: 100%;
  }
  .sendbtn button.btn.btn-primary {
    min-width: 100%;
  }
  .pricingblk {
    max-width: 70%;
    margin: auto;
    margin-bottom: 20px;
    min-height: auto !important;
  }
  .stepvideo img {
    padding-left: 0px;
  }
  .priceblk_cont span strong {
    font-size: 38px;
  }
  .faqaccordion .card-body {
    font-size: 16px;
  }
  .sendbtn button.btn.btn-primary {
    font-size: 20px;
  }
  section.homebanner {
    height: auto;
    padding: 50px 0px;
  }
  form.contactform {
    padding: 20px;
  }
  .navigationbar .navbar-collapse li {
    margin-bottom: 14px;
  }
  .navigationbar button.navbar-toggler:focus {
    border: 0px;
    outline: 0;
  }
  .navigationbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .bodybg {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .featuredsection button.slick-prev.slick-arrow,
  .featuredsection button.slick-next.slick-arrow {
    bottom: -40px;
  }
  .videocover video {
    min-height: auto;
  }
  .featuredsection button.slick-prev.slick-arrow {
    bottom: -7px;
  }
  .featureblk_div img {
    max-width: 60px;
  }
  .form_bg.signupbg {
    padding: 40px 20px 100px;
  }
  .form_bg {
    max-width: 90%;
    padding: 40px 40px 100px;
  }
  .formlogo img {
    width: 70%;
  }
  a.formlink {
    font-size: 16px;
  }
  .form_button button.btn.btn-primary {
    font-size: 20px;
  }
  .stepvideo iframe {
    width: 100%;
  }
  .pricingblk {
    max-width: 100%;
  }
  section.homesection.contactinfosec {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  footer.copyright p {
    font-size: 14px;
  }
  .pricingblk.greenpriceblk.keenauthorblk,
  .pricingblk.yellowpriceblk {
    min-height: auto;
  }
  .keenauthorblk .priceblk_cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.homesection.plansection {
    padding: 40px 0px;
  }
  form.contactform .form-group input {
    height: 50px;
  }
  form.contactform .form-group textarea {
    height: 140px;
  }
  section.homesection.plansection h2 {
    margin-bottom: 30px;
  }

  .captcha_div img {
    width: 100%;
  }
  .contactinformation li img {
    width: 50px;
  }
  .sendbtn button.btn.btn-primary {
    min-width: 100%;
  }
  .priceblk_cont {
    padding-top: 30px;
    font-size: 15px;
  }
  .pricingblk {
    margin-bottom: 20px;
  }
  .keenauthorblk {
    margin-top: 0;
  }
  form.contactform {
    padding: 20px;
  }
  section.homesection.faqsection {
    padding: 30px 0px;
  }
  .navigationbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  section.stepsection {
    padding: 30px 0px 50px;
  }
  .stepvideo:after {
    right: -10px;
    bottom: 14px;
  }
  ul.guidesteps {
    padding: 0px 0 0 0;
  }
  .stepvideo img {
    padding-left: 0px;
  }
  .stepsection p {
    font-size: 21px;
  }
  .navigationbar .navbar-collapse li {
    margin-bottom: 14px;
  }
  .navigationbar button.navbar-toggler:focus {
    border: 0px;
    outline: 0;
  }
  section.homebanner {
    height: auto;
    padding: 50px 0px;
  }
  .testimonialslide p {
    width: 100%;
    padding: 0px 30px;
  }
  .testimonialslide p {
    font-size: 16px;
  }
  .homesection.risksection h2 {
    font-size: 30px;
  }
  .signupbtn a {
    padding: 12px 35px;
  }
  .homesection h2 {
    font-size: 26px;
  }
  .stepvideo:after {
    width: 200px;
    height: 100px;
  }
  .featuredsection .slick-track {
    padding-bottom: 80px;
  }
  .bannercont {
    padding: 20px 20px 50px;
  }
  .bannercont h3 {
    font-size: 24px;
  }
  .bannercont h2 {
    font-size: 28px;
  }
  .bannerbtns a {
    padding: 10px 18px;
    font-size: 15px;
  }
  .bannercont h4 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .mediaicons a {
    width: 30px;
    height: 30px;
    margin-right: 2px;
  }
  .contact_socialicons svg {
    width: 17px;
  }
  .bannercont h3,
  .bannercont h4 {
    font-size: 20px;
  }
  .bannerbtns a {
    padding: 10px 14px;
    font-size: 14px;
  }
  .bannercont h2 {
    font-size: 24px;
  }
  ul.guidesteps li a {
    font-size: 16px;
  }
  .homesection h2 {
    font-size: 22px;
  }
  .homesection.risksection h2 {
    font-size: 24px;
  }
  .signupbtn a,
  .cancelbtn a {
    font-size: 18px;
  }
}

.card-block {
  padding: 1.25rem;
  cursor: pointer;
}

.dash-icon {
  font-size: 30px;
}

.navbar-logo {
  margin-left: 24px;
}
