h2,
h3,
h4,
h5 {
  margin-bottom: 30px;
}
h3,
h5 {
  color: #fe1d16;
}
@media only screen and (min-width: 980px) {
  .navigation-line {
    z-index: 97;
  }
}
.navigation-line {
  position: relative;
}
.group-on-main-section {
  position: relative;
}
.main-menu .menu-item-list li {
  margin-bottom: 0px;
}
.main-nav-elements li {
  margin-bottom: 0px;
}
.how_buy_element:hover .how_buy_element-image {
  opacity: 1;
  background-color: unset;
}
.how_buy_element_title:hover {
  color: unset !important;
}
.how_buy_element-coltext {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main-content {
  margin-bottom: 90px;
}
main .main-container p {
  color: #3d3d3d;
  line-height: 2.1;
}
@media (max-width: 980px) {
  .main-container p img {
    width: 100%;
    height: auto;
  }
}
.how_buy_list a,
.how_buy_list p a {
  color: #9a9a9a;
  text-decoration: underline;
  transition: all 0.4s linear 0s;
}
.how_buy_list a:hover,
.how_buy_list p a:hover {
  color: #fe1d16;
  text-decoration: none;
}
.breadcrumbs {
  margin: 0;
  color: #000;
  text-align: left;
}
.breadcrumbs a {
  color: #9a9a9a !important;
  text-decoration: underline;
  font-size: 12px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #9a9a9a;
  padding-left: 10px;
  padding-right: 10px;
}
ul,
ol {
  margin-bottom: 30px;
}
ul>li,
ol>li {
  margin-bottom: 30px;
}
ul {
  list-style-image: url('/assets/images/icn_lists.svg');
}
table {
  margin-bottom: 30px;
}
td {
  padding: 13px 23px;
  line-height: 2.1;
}
tr:nth-child(odd) {
  background-color: #fafafa;
  border-top: 1px solid #efeee9;
  border-bottom: 1px solid #efeee9;
}
tr:first-child {
  background-color: #d8dfd5;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#tinymce tr:nth-child(odd) {
  background-color: #fafafa;
  border: 1px solid #efeee9;
}
#tinymce tr:first-child {
  background-color: #d8dfd5;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#tinymce p a {
  color: #9a9a9a;
  text-decoration: underline;
  transition: all 0.4s linear 0s;
}
#tinymce p a:hover {
  color: #fe1d16;
  text-decoration: none;
}
.row a {
  text-decoration: none;
}
.row a>h4 {
  color: #3d3d3d;
  margin-top: 15px;
  transition: all 0.4s linear 0s;
}
.row a>h4:hover {
  color: #fe1d16;
}
a.btn {
  float: right;
  width: 150px;
  padding: 15px 0;
  transition: all 0.4s ease-in-out 0s;
  color: #ffffff;
  font-family: 'GothamPro-Bold';
  background-color: #fe1d16;
}
a.btn:hover {
  background-color: #3d3d3d;
  color: #ffffff;
}
.back-choose-box {
  text-align: center;
}
a.btn-back-choose {
  text-decoration: none;
  padding: 15px 25px;
  transition: all 0.4s ease-in-out 0s;
  color: #ffffff;
  font-family: 'GothamPro-Bold';
  background-color: #fe1d16;
}
a.btn-back-choose:hover {
  background-color: #3d3d3d;
  color: #ffffff;
}
hr {
  width: 100%;
  margin: 45px 0px;
}
.col-md-7 {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .col-md-7 {
    padding-left: 15px;
  }
}
.col-md-5 img {
  opacity: 1;
  transition: 0.4s;
}
.col-md-5 img:hover {
  opacity: 0.8;
}
.youtube-video>iframe {
  max-width: 100%;
}
#bc {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}
.owl-stage {
  padding-bottom: 0px !important;
}