
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

.header .header-form p {
    display: block;
   /* width: 100%; */
    padding: 7px 0;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
  
}
.header .header-form a:hover {
    color: #FFD662;
    background: #ffffff;
}

.header .header-form a {
    display: block;
    width: 100%;
    padding: 7px 0;
    border: none;
    color: #9B1B30;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #FFD662;
    cursor: pointer;
    text-align: center;
}

.bn{
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
    color:#fff;
    background-color:#ff7600;
    padding:14px 20px;
    min-width:180px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    letter-spacing:.5px;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s}

.bn:hover{
    background-color:#ea7007
}

.bar__right {
    width: 120px;
    margin-top: -13px;
}

div.bar__wrap {

    display: flex;
    -webkit-box-align: center;
    
    align-items: center;
}
.bar {
    background-color: #4054b2;
    color: #fff;
    height: 64px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
}


.bar__left {
    width: calc(100% - 180px);
    padding-left: 30px;
}

div {
    display: block;
    unicode-bidi: isolate;
}

p.bar__text bar__text--desktop {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

p.bar__text bar__text--mobile {
   
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

section.bar {
    display: block;
    unicode-bidi: isolate;
}


#more {display: none;}



/*
.box{
      width: 500px;
      background-color: #fff;
      margin: 10px auto;
      padding: 20px;
      border-radius: 20px;
}
 */

 .description_box{
    height: 350px;
    overflow: hidden;
    line-height: 1.5;
    padding: 20px 0px;
    position: relative;
}

.active{
    height: auto;
}

.rm{
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    border: none;
    font-size: 20px;
    font-weight: bold;
    
    background-color: transparent;
    padding: 20px 0px;
    z-index: 1;
    cursor: pointer;
}




.rm:after{
    content: "";
    right: 0px;
    left: 0px;
    bottom: 0px;
    
    background: linear-gradient(180deg , #ffffffa1 , #fff , #fff);
    z-index: -1;
}

.active_rm{
    position: unset;
    width: 100%;
}
.active_rm:after{
    background: transparent;
}

/*--------------------------------------------------*/
.block_11 {
    padding: 0px 0px 20px;
}

.container {
    max-width: 1280px;
    
    padding: 0 18px;
      
    margin: 0px auto;
}



.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.howToUse {
    position: relative;
    border-width: 10px;
    border-style: solid;
    border-color: #ea7007;
    border-image: initial;
    padding: 77px 36px;

    border-radius: 10px;
}

.valign-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.objBox3 {
    z-index: 1;
    width: 411px;
    bottom: -54px;
    right: 20px;
}


.obj {
    position: absolute;
    z-index: 1;
}

.howToUse-content {
    position: relative;
    z-index: 2;
   
    flex: 0 0 100%;
}

.howToUse-title {
    font-size: 28px;
    font-weight: 700;
    margin:0px 0px 20px;
}

.howToUse-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}

ul:not(.browser-default) {
    padding-left: 0px;
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.img_box img, .obj img {
    width: 100%;
}

.objBox3 {
    opacity: 0.3;
}


img {
    border-style: none;
}





    section {
        display: block;
        unicode-bidi: isolate;
    }

    .block_08-title {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    .block_08 .bannerBox-text {
        line-height: 1.3;
        font-weight: 300;
        text-align: left;
        margin-bottom: 30px;
        border-width: 3px;
        border-style: solid;
        border-color: rgb(237, 183, 43);
        border-image: initial;
    }

    .bannerBox-text {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        border-width: 8px;
        border-style: solid;
        border-color: rgb(237, 183, 43);
        border-image: initial;
        padding: 10px 20px;
        border-radius: 10px;
    }

/*---------------------------------------------------*/


.cols__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    color: #9B1B30;
    width: 720px;
    max-width: 100%;
    margin: 0 auto 15px;
}


.cols__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cols__col--33 {
    width: 33.333333%;
}
.cols__col {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}


.cols__img {
    -webkit-border-radius: 160px;
    border-radius: 160px;
    margin: 0 auto 20px;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}


.cols__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    width: 720px;
    max-width: 100%;
    margin: 50px auto 15px;
}

.cols__item-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0px 0px -10px 0px;
}



h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 0.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


.cols__desc {
    padding-top: 20px;
    text-align: center;
    line-height: 22.5px;
}


@media screen and (max-width: 600px) {
    .cols__col {
        width: 100%;
    }
    
}

@media screen and (max-width: 1024px) {
    .cols__item {
        width: 340px;
        max-width: 100%;
        margin: 0 auto;
    }
}


.cols__cta-wrap {
    text-align: center;
    padding-bottom: 40px;

}


.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background-color: #ff7600;
    padding: 14px 20px;
    min-width: 180px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

