@font-face {
    font-family: 'Noto Sans';
    src: url('../font/NotoSans.woff2') format('woff2'),
        url('../font/NotoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../font/NotoSans-Bold.woff2') format('woff2'),
        url('../font/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Bold.woff2') format('woff2'),
        url('../font/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.home  .getOfferDiscount{
        position: absolute;
            right: 16.5%;
    top: 57px;

}
.getOfferDiscount{
    font-size: 14px;
    line-height: 1.2;
    color: #007bff;
    text-align: center;
    padding-top: 10px;
}
.home  .getOfferDiscount-dt{
        position: absolute;
            right: 32%;
    top: 57px;

}
.getOfferDiscount-dt{
    font-size: 14px;
    line-height: 1.2;
    color: #007bff;
    padding: 4px 0 15px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
b, strong {
    font-weight: bolder;
}
/*bootstrap classes custom*/

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-4, .col-sm-8{
  padding-right: 0;
  padding-left: 0;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
dl, ol, ul {
    margin-top: 0;

}
img {
    vertical-align: middle;
    border-style: none;
}img.img-fluid {
    max-width: 100%;    height: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.form-group {
    margin-bottom: 1rem;
}button, input {
    overflow: visible;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
   overflow-x: hidden; 
}
p{

  margin-top: 1px;

  margin-bottom: 16px;

  line-height: 25px;

  color: #333;

  font-size: 18px;
}
p.ins{

  margin-top: 1px;

  margin-bottom: 16px;

  line-height: 25px;

  color: #333;

  font-size: 18px;
padding-left: 25px
}

h1,h2,h3,h4{

  font-family: 'Oswald', sans-serif;

}

.mt-25 {

    margin-top: 5px;

}

.oswald {

    font-family: Oswald,sans-serif;

}

.font-27 {

    font-size: 27px;

}

.mb-5 {

    margin-bottom: 0 !important;

}

.pt-55 {

    padding-top: 25px;

}



body{ 

      -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    -webkit-tap-highlight-color: transparent;

font-family: 'Noto Sans', sans-serif;

font-family: Noto Sans,Arial,Helvetica,sans-serif;

    font-weight: 400;

    background-color: #f7f7f7;

    margin: 0;

    padding-right: 0

 }

#header{

  background: #fff;

  border-bottom: 10px solid #ebebeb;

    padding-top: 0;

  padding-bottom: 0;

  border-color: #ebebeb;

}

#header ul {

    text-align: right;

    margin-bottom: 0;

    margin-right: 30px;

}

#header li {

    position: relative;

    display: inline-block;

    margin: 0 15px;

    vertical-align: top;

}

#header ul li a {

    display: block;

    position: relative;

    text-align: left;

    white-space: nowrap;

    color: inherit;

    -webkit-transition: .4s all;

    transition: .4s all;

    text-decoration: none;

}

#header .logo {

    padding-top: 10px;

    padding-bottom: 10px;

}

#header .logo img {

    margin: 0 45px;

}

.redDark{

  color: #c20f00;

}

.container{ padding-left: 0; padding-right: 0; }

.page-section {

    position: relative;

    background-color: #fff;

    padding-left: 45px;

    padding-right: 45px;

}





.productSection section h2 {

    font-size: 23px;

    line-height: 23px;

    color: #1b1b1b;

    font-weight: 700;

    margin-top: 30px;

    margin-bottom: 30px;    font-family: 'Noto Sans', sans-serif;

}

.page-section h1 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 40px;    margin-top: 0;
}



.productList .picks-section h2{

    color: #c20f00;

    text-align: left;

    font-family: 'Noto Sans', sans-serif;

    margin-top: 5px;

    text-decoration: none;

    font-weight: 700;

    font-size: 23px;

    line-height: 23px;

}

.productList h1 {

    line-height: 36px;

    color: #1b1b1b;

    font-family: Oswald,sans-serif;

    font-weight: 700;

    text-align: center;

    text-decoration: underline;

    letter-spacing: -.02em;

    margin: 20px 0;

}

.productButtons  a {

    display: inline-block;

    width: 47%;

    text-align: center;

    font-size: 17px;

    line-height: 27px;

    padding-top: 13px;

    padding-bottom: 13px;

    font-weight: 700;

}
.productButtons a:hover{text-decoration: none !important;}
.productButtons  a.readmore  {

    border-radius: 4px;

    border-width: 1px;

    border-color: #7b7b7b;

    border-style: solid;

    background: #c3c3c3;

    color: #7b7b7b;

    text-transform: uppercase;

}

a.readmore:hover {

    background: #c9c9c9;

}

.productButtons a.buyNow   {

    border-radius: 4px;

    background: #1c9625;

    color: #fff;

    border: 1px solid #029318;

  /*  float: right;*/

}



 

.bold {

    font-weight: 700;

}

.red {

    color: red;

}

.lowest-rate p{ font-size: 15px; }



.productSection section {

    border-top: solid 2px #ebebeb;

    padding-bottom: 32px;

}

.productSection section:first-child {

    border: 0;

}



.fat-figure {

    margin: 0 0 1rem;display: block;

}



.mb-40 {

    margin-bottom: 40px;

}

.mt-40 {

    margin-top: 40px;

}

.fnt-24 {

    font-size: 24px;

}

.footer-page {

    background-color: #494949;

    padding-top: 35px;

    padding-bottom: 35px;

    color: #b6b6b6;

    font-size: 14px;

}



#footer .footer-page {

    padding-left: 46px;

    padding-right: 46px;

}

#footer  h5 {

    font-weight: 700;

    letter-spacing: 0;

    font-size: 22px;

    color: #b6b6b6;

    margin-bottom: 25px;    margin-top: 0;

}

#footer .reviw-text {

    font-size: 14px;

    line-height: 20px;

    color: #b6b6b6;

    font-weight: 700;    margin-bottom: 0.5rem;

}

#footer  .footer-nav a {

    transition: .4s opacity;

    color: #b6b6b6;

    padding-right: 30px;

}
#footer .footer-nav a:hover {
    text-decoration: none;
    color: #ffffffc7;
}
#footer  p {

    font-size: 14px;

    line-height: 20px;

    color: #b6b6b6;

}

.footerInfo{

   margin: 15px 0;
   padding: 0;

}

.footer-bootom{padding: 0}
.button_lg,html body .largeButton {

    font-weight: 700;

    border-radius: 4px;

    border-width: 1px;

    border-color: #029318;

    border-style: solid;

    background: #1c9625;

    color: #fff;

    display: block;

    text-align: center;

    width: 100%;

    margin-left: 0;

    margin-right: 0;

    letter-spacing: 0;

    padding: 15px 0;

    font-size: 24px;

}

.max-450 {

    max-width: 450px;
    margin-left: auto;
    margin-right: auto;

}

.button_lg span,.largeButton {

    display: block;

    font-size: 16px;

    line-height: 23px;

}



.button_lg:hover,.largeButton:hover {

    text-decoration: none !important;

    color: #fff;

    background: #22912b!important;

}

.innerPages .productButtons a{

  display: block;

  width: 100%;

}

.sigle_image  .lowest-rate p{

font-size: 13px;

    margin-bottom: -5px;

}

.show-modal {

    display: block;

    background: #000000c7;

}



.modal-content {

    background: #f1f2f3;

}

.modal-content {

    margin-top: 10%;

}

.modal-header-fat {

    padding-top: 15px;

    position: relative;

}

.fnt-42 {

    font-size: 42px;

}

.red-dark{

      color: #c20f00;

}



.font-bold a {

    color: #5e68f2;

    font-size: 24px;

    font-weight: 700;

}

button.close {

    display: inline-block;

    width: 29px;

    height: 29px;

    padding: 2px;

    border: 1px solid #0c0c0c;

    text-align: center;

    position: absolute;

    right: 7px;

    top: 7px;

    padding-top: 1px;

    border-radius: 100%;

    color: #0000007a;

}

html body .font-36{ font-size: 30px; }
p{ position: relative; }
.w-100 {
    width: 100%!important;
}
input.form-control {

    border: 1px solid #aaa;

    font-size: 15px;

    padding: 20px;

    font-style: italic;

    margin-bottom: 6px;

    color: #555;

    background-color: #f8f9fa;

    height: 61px;

    border-radius: 0;

}

.privacyPages { padding-top: 20px; padding-bottom: 15px; }
.privacyPages p:last-child{ margin-bottom: 0; }
.header-top-sale p {
    font-size: 15px;
    color: #424141;
    margin: 0;
    margin-bottom: 3px;
    line-height: 1 !important;
}

p.callOrderMbt {
    font-size: 18px;
    font-weight: 400;
    color: #424141;
}
p.phonNumberBeldt {
    font-size: 22px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.textWithIcon {
    position: relative;
}
.iconPhone {
    background: url(https://beldt.com/wp-content/themes/beldt/assets/images/phone-icon-blue.svg);
    display: inline-block;
    width: 25px;
    background-size: contain;
    height: 25px;
    position: absolute;
    left: -29px;
    top: 3px;
    background-repeat: no-repeat;
}
.header-top-sale.adjust-layoutmobile {
    margin-top: 10px;
}

.prodctDescription  span.fa-dot-circle-o{
background: url(../images/dot-icon.png);
    display: inline-block;
    width: 25px;
    background-size: contain;
    height: 25px;
    position: absolute;
    left: -5px;
    top: 3px;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 768px){

.font-36 {

    font-size: 36px;

}

.picks-section h1 {

    font-size: 36px;

    line-height: 36px;    margin-bottom: 10px;

}



  .show-mobile {

    display: none;

}





}



@media only screen and (max-width: 992px){



    .page-nav.col.text-right {

      display: none;

  }



  .logo {

      text-align: center;

  }

  .page-section{

        padding-left: 15px;

    padding-right: 15px;

  }  

}





@media only screen and (max-width: 767px){



  .page-section h1.topText {

    font-size: 26px;

    line-height: 30px;

    margin-top: 0;

}

.font-36{ font-size: 30px; }

.font-27 {
    font-size: 22px;
}

.pt-55 {
    padding-top: 5px;
}

.page-section h1 {
    padding-top: 5px;
    padding-bottom: 0;

}
.productSection section h2 {


    margin-bottom: 10px;    

}

.mb-3, .my-3 {
    margin-bottom: 0;
}
.mt-3, .my-3 {
    margin-top: 0.25rem!important;
}

.prodctDescription{
  padding-top: 15px
}

  .productList h1{

      font-size: 32px;
margin: 0;

  }

  .productList .picks-section h2{

    text-align: center;

  }

  .productButtons a{ width: 100%; }

.productButtons a.buy-now {

    border-radius: 4px;

    background: #1c9625;

    color: #fff;

    border: 1px solid #029318;

}

.productButtons a.buyNow{ float: none; margin-top: 15px;}

.lowest-rate p{ margin-bottom: 2px }

.hidden-mobile,.vc_hidden-xs{ display: none; }

.footer-page a{color: #b6b6b6;}



}