.navbar {
  padding-top: 20px;
}

.navbar-brand {
  padding-top: 0px;
  margin-top: -7px;
}

.navbar-brand img {
  width: 200px;
}
footer .top_footer .logo img {
  width: 200px;
}

.bred_crumb {
  margin-top: -160px;
}

.ul {
  list-style-type: disc;
  margin-left: 20px;
}
.ul li {
  margin-bottom: 10px;
  display: list-item;
  list-style-type: disc;
}


.contact_page_section .contact_inner .contact_form form .form-group button {
  width: auto !important;
}

label.error {
  color: orangered;
  padding-left: 5px;
  font-size: 0.8em;
  position: absolute;
}
input.error {
  border-color: orangered !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0 !important;
}

.iti {
  width: 100%;
}

li.divider {
  border-top: 1px dashed #e1dbf4;
}
li.login-btn {
  margin-right: -20px;
  margin-left: 40px;
}

/*.banner_section .banner_text {
    margin-top: -200px;
}*/

.plan-discount-message {
  font-size: 10px;
  display: block;
  margin-top: -15px;
  font-weight: normal;
}

#rgCode {
  letter-spacing: 25px;
  font-size: 25px;
}

.price-y-for-discounted {
  margin-top: -18px !important;
}

.price-y-strike {
  padding: 0 !important;
  margin: 25px 0 0 0 !important;
  font-size: 23px !important;
  font-weight: 200 !important;
  text-decoration: line-through;
  color: #ffaeae !important;
}

.price-y-discount-info {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: -15px;
}

.trusted_section .company_logos img {
  border-radius: 50%;
  opacity: 0.5;
  max-height: 90px;
}

.trusted_section .company_logos h5 {
  font-size: 14px !important;
}

.trusted_section .company_logos img:hover {
  opacity: 1;
}

.go_top {
  right: 22px !important;
  bottom: 85px !important;
}

/* Custom styles for cookie consent */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.cookie-consent .btn-close {
  float: right;
}

.cookie-consent .btn-close:hover {
  opacity: 0.8 !important;
}

.cookie-consent h2 {
  margin: 0 0 10px;
  font-size: 1em;
}

.cookie-consent p {
  margin: 0;
  font-size: 0.8em;
}
/* End of custom styles for cookie consent */


.pricing_section .pricing_pannel .pricing_block {
    min-height: 760px;
}

.latest_story .story_box .story_img span {
    left: auto!important;
    right: 8px;
    top: 8px;
    color: #FFFFFE;
    background-color: #3f51b54f;
    padding: 1px 8px;
    border-radius: 8px;
}