@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');

.is-ios-device .is-android{
    display: none !important;
}

.is-android-device .is-ios{
    display: none !important;
}

.page-content header{
    background-color: #e4503d;
    padding:10px 0;
    text-align: center;
    position: relative;
}

.page-content header .circle-main,
.page-content header .circle-1,
.page-content header .circle-2,
.page-content header .circle-3,
.page-content header .circle-4 {
  position: absolute;
  display: inline-block;
}

.only-on-mobile {
  display: none !important;
}

.only-on-desktop {
  display: inline-block !important;
}

.page-content header .circle-main {
  position: static;
  height: 460px;
}

.page-content header .circle-1 {
  top: 89px;
  left: calc(50vw - 355px);
  height: 133px;
}

.page-content header .circle-2 {
  top: 213px;
  left: calc(50vw - 461px);
  height: 239px;
}

.page-content header .circle-3 {
  top: 20px;
  left: calc(50vw + 207px);
  height: 239px;
}

.page-content header .circle-4 {
  top: 255px;
  left: calc(50vw + 203px);
  height: 183px;
}

@media(max-width: 932px) {
  .only-on-mobile {
    display: inline-block !important;
  }
  
  .only-on-desktop {
    display: none !important;
  }

  .page-content header {
    padding: 30px 0 76px 0;
  }

  .page-content header .circle-main {
    height: 300px;
  }

  .page-content header .circle-1 {
    top: 57px;
    left: calc(50vw - 194px);
    height: 93px;
  }

  .page-content header .circle-2 {
    top: 202px;
    left: calc(50vw - 237px);
    height: 174px;
  }

  .page-content header .circle-3 {
    top: 19px;
    left: calc(50vw + 61px);
    height: 140px;
  }

  .page-content header .circle-4 {
    top: 240px;
    left: calc(50vw + 53px);
    height: 138px;
  }
}

@media(max-width: 420px) {
  .page-content header {
    padding: 30px 0 76px 0;
  }

  .page-content header .circle-main {
    height: 250px;
  }

  .page-content header .circle-1 {
    top: 43px;
    left: calc(50vw - 154px);
    height: 87px;
  }

  .page-content header .circle-2 {
    top: 177px;
    left: calc(50vw - 181px);
    height: 134px;
  }

  .page-content header .circle-3 {
    top: 20px;
    left: calc(50vw + 53px);
    height: 120px;
  }

  .page-content header .circle-4 {
    top: 200px;
    left: calc(50vw + 50px);
    height: 118px;
  }
}

.page-content .header-title{
    font-family: "Rajdhani",sans-serif;
    font-size:100px;
    font-weight:700;
    color:#ffffff;
    line-height:0.8;
    margin-top:85px;
    margin-bottom:45px;
}

.page-content .header-title span{
    color:#cf0303;
    font-size:125px;
}

.page-content, .page-content header p{
    margin:0;
    padding:0;
}


.page-content .full-img img{
    width:100%;
}

.page-content .outlet-feature{
    color:#ffffff;
    font-size:25px;
    font-family: "Rajdhani",sans-serif;
    margin-top:0;
}

.page-content .raty-info{
    color:#ffffff;
    font-family: "Rajdhani",sans-serif;
    font-size:19px;
    font-weight:600;
    margin-top: 35px;
    margin-bottom: 20px;
}

.page-content .raty-info span{
    font-size:16px;
    font-weight:600;
}

@media(max-width:767px){
    .page-content .header-title{
        margin-bottom:20px;
    }
}

@media(max-width:566px){

    .page-content header{
        background-size:cover;
    }

    .page-content .header-title{
        font-size:60px;
    }

    .page-content .header-title span {
        color: #cf0303;
        font-size: 80px;
    }

    .page-content .l-align-center-mobile{
        margin:0 auto;
    }
}


.page-content .section-title{
    font-size:25px;
    font-weight:600;
    color:#1b1b1b;
}

.page-content .section-text{
    font-size:20px;
    font-weight:normal;
    color:#1b1b1b;
}

.page-content .line{
    height: 5px;
    width: 99px;
    background: #cf0303;
}

.page-content .last-section .checkbox .radio label .input, .page-content .last-section .radio-inline label .input,.page-content .last-section .checkbox label .input,.page-content .last-section .checkbox-inline label .input {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 22px;
    border: none;
    background:  #f4f7f8;
    text-align: center;
    /* margin-right: 10px; */
    border-radius:5px;
    border: solid 1px #cf0303;
}

.last-section .checkbox label .input:after, .last-section .checkbox-inline label .input:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #cf0303;
    line-height: 22px;
    display: none;
    border:none;
    font-size: 18px;
    text-align:center;
    transform: none;
    left:1px;
}



.page-content .last-section .checkbox label input:checked+.input,.page-content .last-section .checkbox-inline label input:checked+.input {
    border-color: #cf0303;
    background: #f4f7f8;

}

.page-content .checkbox .form-zgoda-text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #000;
    display: block;
    padding-left: 9px;
    text-align: left;
}

/*new footer*/
.page-content .image-container img{
    max-width: 100%;
}
.page-content .align-center{
    align-self: center;
}
.page-content .form-submit {
    display: block;
    height: 46px;
    width: 330px;
    background-color: var(--color-primary, #e30613);
    border: 1px solid var(--color-primary, #e30613);
    border-radius: 5px;
    margin: 25px auto 5px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
}
.page-content .form-submit:hover,
.page-content .form-submit:active,
.page-content .form-submit:focus,
.page-content .app-section .check-btn:hover,
.page-content .app-section .check-btn:active,
.page-content .app-section .check-btn:focus{
    background-color: var(--color-primary-dark, #b1050f);
    text-decoration: none;
}

.page-content .form-control {
    width: 410px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #898989;
    border-radius: 0;
    font-weight: 400;
    color: #000;
    text-align: center;
    background-color: transparent;
    margin: 0 auto;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.page-content .checkbox .radio label .input,
.page-content .radio-inline label .input,
.page-content .checkbox label .input,
.page-content .checkbox-inline label .input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: #f4f7f8;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #000;
}

.page-content .checkbox label .input:after,
.page-content .checkbox-inline label .input:after {
    font-family: fontawesome, sans-serif;
    content: '\f00c';
    color: #000;
    line-height: 22px;
    display: none;
    border: none;
    font-size: 18px;
    text-align: center;
    transform: none;
    left: 1px;
}

.page-content .checkbox label input:checked + .input,
.page-content .checkbox-inline label input:checked + .input {
    border-color: #000;
    background: #f4f7f8;
}
.page-content .form-zgoda-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #000;
    display: block;
    padding-left: 9px;
    text-align: left;
}
.page-content .footer-section .l-row{
    align-items: center;
}

.page-content form {
    border-radius: 5px;
    margin: 25px auto 0;
    text-align: center;
}

.page-content .checkbox label {
    width: 385px;
    padding-left: 45px;
}
.page-content .checkbox label .input{
    left: 25px;
}
.page-content #productList{
    padding: 0 0 60px;
}
.page-content .feature-section,
.page-content .newsletter-section{
    background-color: #f4f7f8;
    padding: 60px 0;
}
.page-content .newsletter-section h2{
    font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: var(--color-primary, #e30613);
    text-align: center;
    margin: 0;
}
.page-content .image-container{
    margin: 0 auto;
}
.page-content .app-section{
    padding: 60px 0;
}
.page-content .app-section .l-row{
    justify-content: space-between;
}
.page-content .app-section .app-section-container{
    background-color: #f4f7f8;
    border-radius: 5px;
    display: flex;
    flex: 0 0 49%;
    max-width: 49%;
    /*align-items: center;*/
}
.page-content .text-container{
    flex: 0 0 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-content .img-container{
    flex: 0 0 43%;
    align-self: center;
}
.page-content .app-section h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin: 15px 0;
}
.page-content .app-section .text-info{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px;
}

.page-content .app-section .check-btn{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 25px;
    background-color: var(--color-primary, #e30613);
    border-radius: 5px;
    padding: 15px 22px;
    display: inline-block;
}
.page-content .app-section .download-app{
    margin: 0 0 25px;
}
.page-content .app-section .download-app a{
    display: inline-block;
    max-width: 48%;
    margin: 0 2px;
}
.page-content .app-section .download-app a img{
    max-width: 100%;
}
.page-content .app-section .img-container img{
    max-width: 100%;
}
.page-content .header-text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #151515;
    font-weight: 400;
    text-align: center;
    margin: 15px 0;
}

@media(max-width:1229px){
    .page-content .form-control {
        width: 270px;
    }
    /*new footer*/
    .page-content .app-section .download-app a{
        max-width: 46%;
    }
    .page-content .form-control{
        width: 275px;
    }
}

@media(max-width:1024px){
    .page-content .red-button{
        margin-top:40px;
    }

    .page-content form{
        margin-bottom:20px;
    }
    .filter-item{
        display: none;
    }
    .landing-filters-service .content-left{
        margin-top: 0;
    }
    .landing-filters-service .landing-sidebar-title{
        margin-top: 15px;
    }
    .landing-filters-service .content-left:after{
        position: absolute;
        top: 0;
        right: 0;
        content: '+';
        font-size: 32px;
        line-height: 50px;
        z-index: -10;
    }
    .landing-filters-service .content-left.hide-category:after{
        position: absolute;
        top: 0;
        right: 0;
        content: '-';
        font-size: 32px;
        line-height: 42px;
        z-index: -10;
    }
    /*new footer */
    .page-content #productList{
        padding: 0 0 50px;
    }
    .page-content .feature-section, .page-content .newsletter-section{
        padding: 50px 0;
    }
    .page-content .newsletter-section h2{
        font-size: 32px;
        line-height: 32px;
    }
    .page-content .header-text{
        font-size: 14px;
        line-height: 18px;
    }
    .page-content .form-zgoda-text{
        font-size: 12px;
        line-height: 16px;
    }
    .page-content .checkbox .form-zgoda-text{
        font-size: 12px;
        line-height: 16px;
    }
    .page-content .app-section h2{
        font-size: 16px;
        line-height: 32px;
    }
    .page-content .app-section .text-info{
        font-size: 14px;
        line-height: 22px;
    }
    .page-content .app-section .check-btn{
        font-size: 16px;
        line-height: 16px;
    }
    .page-content .text-container{
        flex: 0 0 60%;
    }
    .page-content .img-container{
        flex: 0 0 40%;
    }
    .page-content .app-section .download-app a{
        margin: 5px 0;
    }
}

@media(max-width:767px){
    .page-content .section-title{
        text-align:left;
    }
    /*new footer */
    .page-content .newsletter-section .l-row, .page-content .app-section .l-row{
        justify-content: center;
    }
    .page-content .checkbox label{
        width: 385px;
        padding-left: 45px;
    }
    .page-content .checkbox{
        text-align: center;
    }
    .page-content .align-center{
        margin: 20px 0 0;
    }
    .page-content .app-section{
        padding: 50px 0 30px;
    }
    .page-content .app-section .app-section-container{
        flex: 0 0 80%;
        max-width: 80%;
        margin-bottom: 20px;
    }
}

@media(max-width:566px) {
    .page-content .form-control {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    /*    new footer*/
    .page-content form{
        border-radius: 5px;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .page-content .form-control{
        width: 85%;
        float: none;
        margin-bottom: 10px;
    }
    .page-content .form-submit{
        border-radius: 7px;
        float: none;
    }
    .page-content .checkbox{
        margin: 10px auto 10px 0;
    }
    .page-content .image-container img{
        max-width: 85%;
    }
    .page-content .app-section .app-section-container{
        flex-direction: column-reverse;
        justify-content: space-evenly;
    }
    .page-content .text-container{
        text-align: center;
    }
    .page-content .app-section h2{
        font-size: 16px;
        line-height: 16px;
    }
    .page-content .text-container, .page-content .img-container{
        flex: 0 0 50%;
    }
    .page-content .img-container{
        margin-top: 20px;
    }
}



/*seo description*/

.seo-description {
    font-size: 14px;
    text-align: justify;
    margin: 56px 10px 0;
    padding: 30px 0;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}

.seo-description p{
    margin-bottom:10px;

}

.seo-description .seo-description-scroll {
    overflow: hidden;
    overflow-y: auto;
    max-height: 174px;
    padding-right: 8px;
}
@media (max-width: 767px) {
    .seo-description {
        font-size: 14px;
        margin: 20px 0;
        line-height: 16px;
    }
    .seo-description p {
        margin: 14px 10px;
    }
}
.seo-description h2 {
    font-size: 16px;
    margin: 0 10px 16px;
    line-height:1.2;
}
.seo-description h3 {
    font-size: 20px;
    margin: 16px 0;
}
.seo-description a {
    color: #0D0D0D;
}
.seo-description p:first-child {
    margin-top: 0;
}
.seo-description p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #F2F2F2;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #cbcbcb;
        outline: 1px solid transparent;
        border-radius: 20px;
    }
}

@media(min-width:1921px){
    .page-content header{
        background-size:100%;
    }
}


/*new footer*/
@media(max-width: 492px){
    .page-content .header-text{
        font-size: 14px;
    }
}
@media(max-width: 462px){
    .page-content .newsletter-section h2{
        font-size: 28px;
        line-height: 28px;
    }
    .page-content .img-container{
        flex: 0 0 45%;
    }
}
@media(max-width: 420px){
    .page-content .header-text{
        font-size: 14px;
        line-height: 18px;
    }
    .page-content .form-submit{
        width: 85%;
    }
    .page-content .checkbox label{
        width: 85%;
        padding-left: 20px;
    }
    .page-content .checkbox label .input{
        left: 0;
    }
    .page-content .form-zgoda-text, .page-content .checkbox .form-zgoda-text{
        font-size: 14px;
    }
}
@media(max-width: 380px){
    .page-content .newsletter-section h2{
        font-size: 24px;
        line-height: 24px;
    }
}
.page-content .landing-disclaimer{
    margin-top: 30px;
    margin-bottom: 0;
}
#content{
    padding-bottom: 0;
}
