_* {
  outline: dotted 1px #b2b2b2;
}

*:focus {
  outline: solid 0px !important;
}

body {
  background-color: #fdfdfd;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
  overflow-x: hidden;
  padding-top: 50px;
}

a {
  color: #3299bb;
}
a:hover {
  color: #42b1cf;
  text-decoration: none;
}

textarea {
  resize: both;
}

.navbar-nav > li > a {
  line-height: 10px;
}

.navbar-default {
  background-color: #ff9900;
  border-color: #ff9900;
  border: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}
.navbar-default .navbar-brand {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .since2005 {
  color: #fff6e8;
  font-size: 11px;
  width: 145px;
  position: absolute;
  top: 15px;
  overflow: hidden;
  opacity: 0.7;
  white-space: nowrap;
  line-height: 12px;
}
.navbar-default .navbar-nav li > a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus {
  color: #ffffff;
  background-color: #ffa811;
}
.navbar-default .navbar-nav .active > a {
  color: #ffffff;
  background-color: #ffa811;
}
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus {
  color: #ffffff;
  background-color: #ffa811;
}
.navbar-default .navbar-nav .open > a {
  color: #ffffff;
  background-color: #ffa811;
}
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus {
  color: #ffffff;
  background-color: #ffa811;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffa811;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .btn-admin-panel {
  margin: 11px 5px 10px 10px;
  border: 0px;
  border-radius: 3px;
  padding: 0.4em 0.8em 0.4em 2.5em;
  height: 2.2em;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.25s ease;
  display: inline-block;
}
.navbar-default .btn-admin-panel:hover {
  color: #ffffff;
  background-color: #71ba54;
  border-color: #71ba54;
}
.navbar-default .btn-admin-panel:hover .glyphicon-cog {
  color: #ffffff;
}
.navbar-default .btn-admin-panel .glyphicon-cog {
  color: #3299bb;
  font-size: 15px;
  position: absolute;
  top: 4px;
  left: 6px;
  transition: background-color 0.25s ease;
}
@media (max-width: 767px) {
  .navbar-default .btn-admin-panel {
    margin: 0px 0px 15px 0px;
  }
}
.navbar-default .container {
  position: relative;
}
.navbar-default .container::after {
  content: "";
  position: absolute;
  left: 22px;
  height: 0px;
  top: 50px;
  border: 30px solid transparent;
  border-top: 15px solid #ff9900;
}

.prices {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.price-box {
  padding: 0 !important;
  overflow: hidden;
  color: #222222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 15px 30px;
  background: #ffffff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  min-height: 360px;
  min-width: 220px;
  max-width: 280px;
  width: 100%;
  transition: all 0.25s ease;
}
.price-box:hover {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
}
.price-box .top .price {
}

.price-box .price-box__ceil {
  display: flex;
  flex-direction: column;
  position: relative;
  background: red;
  color: white;
  border-radius: 16px;
  padding: 10px 20px;
  text-align: center;
}
.price-box__ceil .triangle {
  border: 20px solid transparent;
  border-top: 20px solid red;
  position: absolute;
  bottom: -34px;
  left: 43%;
}

.price-box .top {
  padding: 20px;
  position: relative;
  height: auto;
  flex: 45%;
}
.price-box .top h3 {
  margin: 10px 0 14px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.price-box .top h5 {
  margin: 10px 0 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}
.price-box .top h3 span {
  font-size: 11px;
  line-height: 13px;
  opacity: 0.5;
}
.price-box .top .unlim {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #2dad4a;
}
.price-box .top .price {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;

  color: #eb3535;
}
.price-box .top .descr {
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 10px;
}
.price-box .top .prices {
  display: block;
}
.price-box .params .param {
  display: flex;
  font-size: 13px;
  line-height: 15px;
}
.price-box .params .param .param-val {
  display: block;
  width: 60%;
  font-weight: bold;
}
.price-box .params .param .param-descr {
  display: block;
  width: 50%;
}

.price-box .bottom {
  position: relative;
  padding: 20px;
  background: #f0f0f0;
  min-height: 180px;
  flex: 25%;
}
.price-box .bottom::before {
  content: "";
  border: 24px solid transparent;
  border-top: 14px solid #ffffff;
  position: absolute;
  top: -5px;
  z-index: 100;
  right: 50px;
  transition: all 0.25s ease;
}
.price-box .bottom:hover::before {
  margin-top: 4px;
}
.price-box:nth-child(1) .bottom {
  background: linear-gradient(
      180deg,
      rgba(32, 116, 128, 0.2) 0%,
      rgba(21, 74, 81, 0) 12.81%
    ),
    #eef9fb;
}
.price-box:nth-child(2) .bottom {
  background: linear-gradient(
      180deg,
      rgba(128, 110, 48, 0.2) 0%,
      rgba(81, 68, 21, 0) 12.81%
    ),
    #faf3ea;
}
.price-box:nth-child(3) .bottom {
  background: linear-gradient(
      180deg,
      rgba(54, 132, 52, 0.2) 0%,
      rgba(22, 81, 21, 0) 12.81%
    ),
    #f5faeb;
}
.price-box .bottom .form-check {
  margin: 0 0 10px;
}
.price-box .bottom label {
  text-transform: uppercase;
}
.price-box .descr {
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 10px;
}
.price-box .bottom .price-econom {
  display: flex;
  margin: 10px auto;
}
.price-box .bottom .price-econom .price {
  width: 100%;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.price-box .bottom .price-econom .btn-buy {
  min-width: 110px;
  border: 0;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #2dad4a;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.25s ease;
}
.price-box .bottom .btn-buy:hover {
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.2);
}
.free-price-box {
  min-width: 200px;
  max-width: 200px;
  box-shadow: none;
  border: 2px dashed #e2e2e2;
}
.free-price-box:hover {
  // box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  box-shadow: none;
  border: 2px solid #f0f0f0;
}
.free-price-box .bottom {
  background: #ffffff;
  min-height: 0;
}
.free-price-box .bottom .price-econom .btn-buy {
  background: #8d97a0;
}
@media (max-width: 991px) {
  .prices {
    flex-direction: column;
  }
  .price-box,
  .free-price-box {
    min-width: 240px;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

table.price {
  border: 1px #aaaaaa solid;
  padding: 10px;
  border-collapse: collapse;
}
table.price td {
  border: 1px #aaaaaa solid;
  padding: 4px;
}

table.price .price-box__ceil {
  display: flex;
  flex-direction: column;
  position: relative;
  background: red;
  color: white;
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 5px 20px;
}

table.price .price-box__ceil .triangle {
  border-width: 10px;
  border-top-width: 10px;
  bottom: -15px;
  left: 46%;
}

.row1 {
  background-color: #ececec;
  padding: 4px;
}
.h3,
.read-this h3,
.links h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #e9e9e9;
}

.read-this {
  margin-top: 30px;
}

.domain-box {
  padding: 0 20px 10px 20px;
  border: solid 2px #f0f0f0;
  border-radius: 6px;
  transition: all 0.25s ease;
}
@media (max-width: 1000px) {
  .domain-box {
    padding: 0 20px 10px 20px;
  }
}
.domain-box:hover {
  background: #f2f2f2;
  border: solid 2px #f2f2f2;
}
.domain-box:hover .h3,
.domain-box:hover .read-this h3,
.read-this .domain-box:hover h3,
.domain-box:hover .links h3,
.links .domain-box:hover h3 {
  color: #71ba54;
  border-bottom: 1px solid #ccc;
}
.domain-box:hover .btn-go {
  background: #71ba54;
  color: #ffffff;
}
.domain-box:hover hr {
  border-top: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .domain-box .checkbox label,
  .domain-box .radio label {
    font-size: 13px;
  }
}
.domain-box .btn-go {
  transition: all 0.25s ease;
}
.domain-box .form-group {
  margin-bottom: 0px;
}
.domain-box hr {
  margin: 2px 0 10px 0;
}
.domain-box hr-or {
  border-top: 1px solid #ff9900;
}

.links {
  margin-top: 30px;
}

.icon {
  font-size: 27px;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #ffd18b;
  opacity: 0;
  margin-left: -50px;
  transition: all 0.25s ease;
}

.show {
  opacity: 1;
  margin-left: 0;
}

.footer {
  min-height: 160px;
}
.footer .counter {
  float: left;
  margin-right: 20px;
}
.footer .copy {
  font-size: 13px;
}
.footer .copy a {
  line-height: 13px;
  color: #ff9900;
  font-size: 18px;
}

.abuse,
.control-panel {
  width: 150px;
  height: 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding: 1px 5px;
  background: #3299bb;
}
.abuse:hover,
.control-panel:hover {
  background: #12799b;
}
.abuse a,
.control-panel a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

.control-panel {
  right: 150px;
  width: 30px;
  background: #ff9900;
}
.control-panel:hover {
  background: #ffb920;
}
.control-panel a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.control-panel a span {
  line-height: 18px;
}

/*.active {
    background: #acacac; } */

.modal .modal-header .close {
  margin-right: -10px;
}
.modal .modal-content {
  padding: 0 20px;
}
.modal .btn-primary {
  background-color: #71ba54;
  border-color: #71ba54;
}
.modal .btn-primary:hover {
  background: #7ec45f;
  border-color: #7ec45f;
}
.modal .login-input-box:after {
  content: ".";
  position: absolute;
  right: -2px;
  top: 10px;
}

.col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  width: 16%;
  float: left;
}
@media (max-width: 991px) {
  .col-6 {
    width: 100%;
  }
}

.col-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .col-5 {
    width: 100%;
  }
}

.col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 24%;
  float: left;
}
@media (max-width: 991px) {
  .col-4 {
    width: 100%;
  }
}

.title .slogan {
  margin: 32px 0 40px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .title .slogan {
    font-size: 13px;
    margin: 65px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .title .slogan {
    margin: 30px 0 10px 0;
  }
}

.slogan.slogan--ceil {
  color: red;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .slogan.slogan--ceil {
    margin-top: 0;
  }
}

.page a {
  text-decoration: none;
}
.page h1 {
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e9e9;
}
.page h2 {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e9e9;
}
.page h3 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #e9e9e9;
}
.page h4 {
  font-size: 22px;
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #e9e9e9;
}

.page h5 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .admin-panel h2 {
    font-size: 20px;
  }
}
.admin-panel .form-admin-panel #nameID,
.admin-panel .form-admin-panel #passwID {
  max-width: 300px;
}

/*# sourceMappingURL=ho.css.map */

INPUT[type="text"],
INPUT[type="password"],
SELECT,
TEXTAREA {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
INPUT[type="text"],
INPUT[type="password"],
SELECT {
  height: 34px;
}
INPUT[type="text"]:disabled,
INPUT[type="password"]:disabled,
SELECT:disabled,
TEXTAREA:disabled {
  background-color: #ddd;
  opacity: 0.5;
}
INPUT[type="submit"],
INPUT[type="button"],
BUTTON {
  -moz-user-select: none;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
}
INPUT[type="submit"]:hover,
INPUT[type="button"]:hover,
INPUT[type="submit"]:focus,
INPUT[type="button"]:focus,
BUTTON:hover,
BUTTON:focus {
  background-color: #286090;
}
INPUT[type="submit"]:disabled,
INPUT[type="button"]:disabled,
BUTTON:disabled {
  background-color: #ccc;
}
INPUT:invalid,
TEXTAREA:invalid,
SELECT:invalid {
  outline: 0;
  box-shadow: none;
  background-color: #ffd0d0;
}
OUTPUT {
  display: inline-block;
  font-size: inherit;
}

/* admin.cgi */
.admin INPUT[type="text"],
.admin INPUT[type="password"],
.admin INPUT[type="submit"],
.admin BUTTON,
.admin TEXTAREA,
.admin SELECT {
  margin-top: 3px;
  margin-bottom: 3px;
}
.admin INPUT[type="checkbox"],
.admin INPUT[type="radio"] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.admin LABEL {
  margin: 0;
}
.admin .admin-textarea-label {
  vertical-align: top;
  padding-top: 13px;
}

/* Admin panel */
.adm-changed {
  color: #ff9900;
}
.adm-table-data TH {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.adm-table-header A:not([href]) {
  color: inherit;
}
.adm-table-list INPUT[type="checkbox"] {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.adm-table-edit INPUT[type="text"],
.adm-table-edit INPUT[type="password"],
.adm-table-edit INPUT[type="submit"],
.adm-table-edit TEXTAREA,
.adm-table-edit SELECT {
  margin-top: 1px;
  margin-bottom: 1px;
}
.adm-table-edit INPUT[type="text"],
.adm-table-edit INPUT[type="password"],
.adm-table-edit TEXTAREA,
.adm-table-edit SELECT {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.adm-table-edit INPUT[type="checkbox"] {
  vertical-align: bottom;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Control panel */
.cp-content .error,
.cp-content .cp-highlighted {
  color: #3299bb;
}
.cp-content TABLE {
  font-size: 15px;
}
.cp-table-list TR:nth-child(odd) TD,
.cp-table-list TR:nth-child(even) TD {
  background-color: #f0f0f0;
}
.cp-table-functions BUTTON {
  width: 13em;
}
.cp-content INPUT[type="text"],
.cp-content INPUT[type="password"],
.cp-content INPUT[type="submit"],
.cp-content INPUT[type="button"],
.cp-content BUTTON,
.cp-content SELECT {
  margin: 5px;
}
.cp-table-list-cont TH:nth-child(1) {
  width: 40%;
}
.cp-table-list-cont TH:nth-child(2) {
  width: 35%;
}
.cp-table-list-cont TH:nth-child(3) {
  width: 20%;
}
.cp-table-list-db TH {
  width: 22%;
}
.cp-table-list-db TH:first-child {
  width: 29%;
}
.invoice BUTTON {
  width: 100%;
  margin-bottom: 10px;
}
.cp-icon-reload {
  background-size: contain;
  background-image: url(/cp/image/reload.svg);
  cursor: pointer;
}
.cp-icon-reloading {
  background-image: url(/cp/image/reloading.svg);
  cursor: wait;
}
/* IE and Opera */
@media screen\0 {
  .cp-icon-reloading {
    background-image: url(/cp/image/reloading.gif);
  }
}
.form-group small {
  font-weight: normal;
  font-size: 8pt;
  line-height: 10px;
}

/* TAB STYLE */
.range-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 120px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
}

/* // Range Slider */

.range-slider__range {
  -webkit-appearance: none;
  height: 10px;
  border-radius: 5px;
  background: #71caff;
  outline: none;
  padding: 0;
  margin: 10px auto;
  z-index: 1;
}

/*   // Range Handle */
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(#000, #fff 20%);
  cursor: pointer;
  transition: 0.15s ease-in-out;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.range-slider__range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.range-slider__range::-webkit-slider-runnable-track {
  appearance: none;
}

.range-slider__range::-webkit-slider-runnable-track:active::-webkit-slider-thumb {
  transform: scale(1.2);
}

.range-slider__range::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(#000, #fff 20%);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.range-slider__range:active::-moz-range-thumb {
  transform: scale(1.2);
}

/* Firefox Overrides */
.range-slider__range::-moz-range-track {
  background: #71caff;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.tab {
  display: flex;
  flex-direction: column;
}
.tab__menu {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #286090;
  padding-bottom: 30px;
  margin-top: 20px;
}
.tab__menu--nav {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  width: 130px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tab__menu--nav:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.tab__menu--nav.is-active {
  cursor: none;
  pointer-events: none;
  border-bottom: 2px solid #337ab7;
}

.tab__content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tab__content--item {
  width: 360px;
  display: none;
}
.range-slider.space-slider {
    padding-top: 40px;
    margin-bottom: 60px;
}
.tab__content--item.is-active {
  display: block;
}

.range-slider__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.range-slider__info.width-25 span {
  width: 25%;
  text-align: center;
}
.range-slider__info.width-20 span {
  width: 20%;
  text-align: center;
}
.range-__info.bottom span,
.range-slider__info.top span {
    display: flex;
    padding-top: 35px;
    padding-right: 20px;
    align-items: center;
}
.range-slider__info.top span:last-child {
    padding-right: 0px;
}
.range-slider__info.bottom span:after,
.range-slider__info.top span:after {
}
.range-slider__info.top span:after {
  bottom: -7px;
  left: 50%;
}
.range-slider__info.bottom span:after {
  bottom: 20px;
  left: 50%;
}
.range--title {
  margin-bottom: 10px;
}
.range--info {
    margin-top: 20px;
  text-align: center;
  font-weight: 600;
}

.invoice button.color-orange {
  background-color: #ff9900;
}
.custom-radio-label {
    padding-left: 12px;
    font-size: 14px;
}
.custom-radio-label.top {
    font-weight: 700;
}
.custom-txt {
    width: 100%;
}
.regbtn {
  background-color: #ff9900;
  margin: 11px 5px 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 0.4em 0.4em 0.4em 0.5em;
  height: 2.2em;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.dropdown-child > li {
  list-style: none;
  margin-left: 10px;
}
.dropdown-child {
  padding-inline-start: 0px;
  height: 60px;
}

.regbtn:hover {
  background-color: #71ba54;
  border: none;
}

.dropdown {
  position: absolute;
  display: inline-block;
  background: #ff9900;
}

.dropdown-child {
  display: none;
  background-color: #ff9900;
  z-index: 1;
}

@media (max-width: 767px) {
  .dropdown-child {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 110px;
  }

  .regbtn:hover,
  .regbtn:focus {
    margin: 11px 5px 40px 10px;
  }
}

.dropdown-child a {
  color: white;
  margin: 10px 5px 10px 5px;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.dropdown:hover .dropdown-child {
  background-color: #ffa811;
  position: absolute;
  border: none;
  display: flex;
  flex-direction: column;
  width: 90px;
  justify-content: center;
  margin-top: 11px;
}

.faq:hover .dropdown-child {
  margin-top: 10px;
}

.dropdown-child a:hover {
  background-color: #71ba54;
  border: none;
  display: block;
}

@media screen and (min-width: 993px) {
  .tab__content--item {
    width: 500px;
  }
  .range-slider__range {
  }
  .range-slider {
    margin-bottom: 10px;
  }

  .tab-1 .custom-style .range-slider__info span:first-child {
    margin-left: 10px;
  }
  .tab-1 .custom-style .range-slider__info span:last-child {
    margin-right: 10px;
  }
}

.cp-button:not([multiple]):not([size]),
.cp-button:not([multiple]):not([size]):focus,
.cp-button:not([multiple]):not([size]):enabled:hover {
  --margin: 11px 5px 10px 10px;
  border: 0px;
  border-radius: 3px;
  padding: 0.4em 0.8em 0.4em 2.5em;
  height: 2.2em;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.25s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  text-align: left;
  -background-size: contain;
  background-size: 1.8em;
  -background-position: left center;
  background-position: 0.3em center;
  background-repeat: no-repeat;
  -background-image: url('data:image/svg+xml;utf8,\
      <svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg"><g>\
      <path fill="#555" d="m86,116l46,56l46,-56l-92,0z"/>\
      </g></svg>');
  background-image: url('data:image/svg+xml;utf8,\
      <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">\
      <metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata>\
      <g><path d="M737.3,302.9c0-16.8-13.6-30.4-30.4-30.4H175.1c-16.8,0-30.4,13.6-30.4,30.4c0,16.8,13.6,30.4,30.4,30.4h531.8C723.7,333.3,737.3,319.7,737.3,302.9z"/><path d="M594.9,484.6c0-16.8-13.6-30.4-30.4-30.4H175.1c-16.8,0-30.4,13.6-30.4,30.4c0,16.8,13.6,30.4,30.4,30.4h389.5C581.3,514.9,594.9,501.3,594.9,484.6z"/><path d="M175.1,636.4c-16.8,0-30.4,13.6-30.4,30.4c0,16.8,13.6,30.4,30.4,30.4H363c16.8,0,30.4-13.6,30.4-30.4c0-16.8-13.6-30.4-30.4-30.4H175.1z"/><path d="M799.4,788.4c0,33.5-27.2,60.7-60.7,60.7H131.4c-33.5,0-60.7-27.2-60.7-60.7V211.6c0-33.5,27.2-60.7,60.7-60.7h30.4c0.8,0,1.7,0,2.5-0.1h541.5c0.8,0.1,1.7,0.1,2.5,0.1h30.4c33.5,0,60.7,27.2,60.7,60.7v24.7l60.7-7.3v-17.4c0-67.1-54.4-121.4-121.4-121.4h-1.6h-28.8H161.8h-19.3h-11.1C64.4,90.1,10,144.5,10,211.6v576.9c0,67.1,54.4,121.4,121.4,121.4h607.2c67.1,0,121.4-54.4,121.4-121.4V611.2l-60.7,7.3L799.4,788.4L799.4,788.4z"/><path d="M982.1,353.3l-72.7-72.7c-10.5-10.5-27.5-10.5-38,0l-43,43c-0.2,0.2-0.4,0.4-0.6,0.6l110.7,110.7c0.2-0.2,0.4-0.4,0.6-0.6l43-43C992.6,380.8,992.6,363.8,982.1,353.3z"/><path d="M539.3,611.6L539,722.1l113.2,0.2l262.2-262.2L802.7,348.3L539.3,611.6z M658.2,665l-32.7,2.5l2.8-35.2l-34.7,1.1l4.5-30.2l39.1-39.1l60.9,60.9L658.2,665z M810.9,401.3c3.6,3.6,3.6,9.3,0,12.9L671.2,553.9c-3.6,3.6-9.3,3.6-12.9,0c-3.6-3.6-3.6-9.3,0-12.9l139.8-139.8C801.6,397.7,807.4,397.7,810.9,401.3z"/></g>\
      </svg>');
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  direction: rtl;
}
@media (max-width: 767px) {
  .cp-button:not([multiple]):not([size]),
  .cp-button:not([multiple]):not([size]):focus,
  .cp-button:not([multiple]):not([size]):enabled:hover {
    display: block;
  }
}
.cp-button:hover {
  background-color: #71ba54;
  border-color: #71ba54;
  color: #ffffff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cp-button:not([multiple]):not([size]),
  .cp-button:not([multiple]):not([size]):focus,
  .cp-button:not([multiple]):not([size]):enabled:hover {
    background-image: url("data:image/svg+xml;base64,\
          PHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y\
          Zy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBmaWxsPSIjNTU1IiBkPSJtODYsMTE2bDQ2LDU2bDQ2\
          LC01NmwtOTIsMHoiLz4KIDwvZz4KPC9zdmc+Cg==");
  }
}
HTML[lang="en"] .cp-button:not([multiple]):not([size]),
HTML[lang="en"] .cp-button:not([multiple]):not([size]):focus,
HTML[lang="en"] .cp-button:not([multiple]):not([size]):enabled:hover {
  width: 11em;
}

.cp-button OPTION:first-child {
  display: none;
}
.cp-button OPTION {
  font-size: 11px;
  color: #000;
  padding: 0.3em 0.2em;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}
.cp-button OPTION.cp-logout {
  color: #777;
  padding: 0 1em;
}
noindex:-o-prefocus,
.cp-button:not([multiple]):not([size]),
.cp-button:not([multiple]):not([size]):focus,
.cp-button:not([multiple]):not([size]):enabled:hover {
  direction: ltr;
}

.nav > li > a {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 17px 9px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 17px 15px;
  }
}


.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
}

.custom-radio:checked {
    background: radial-gradient(circle, #337AB7 50%, white 50%);
}

.custom-range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #FF9900;
    outline: none;
}

.custom-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: radial-gradient(circle, #337AB7 50%, white 50%);
    cursor: pointer;
    border-radius: 50%;
}

.custom-range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: radial-gradient(circle, #FF9900, #FF6600);
    cursor: pointer;
    border-radius: 50%;
}

.custom-range-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: radial-gradient(circle, #FF9900, #FF6600);
    cursor: pointer;
    border-radius: 50%;
}

.label-container {
    display: flex;
    align-items: center;
}
.contact-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.form-main-container {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
@media (max-width: 1200px) {
    .form-main-container {
        flex-direction: column;
    }
  }
.button-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}