
@font-face {
  font-family: msyhbd;
  src: url(Font/msyhbd.ttc);
}

@font-face {
  font-family: msyh;
  src: url(Font/msyh.ttc);
}

body {
    /*font-family: 'Lora', serif;*/
    /*background-color: #ddd;*/
    font-family: msyh;

}

* {
    box-sizing: border-box;
}
h4 {
    text-transform: capitalize;
    color: #000;
    font-family: msyhbd;
}
h5{
    font-size: 16px !important;
    word-spacing: 1px;
    line-height: 24px;
}
hr {
    margin-top: 6px !important;
    margin-bottom: 8px !important;
}

.bgTop {
    position: relative;
    /*background: url(Images/background.jpg);
    background-size: 100% 100%;*/
}
.bgTop img {
    
}

.IMG {
        width: 25%;
        text-align: center;
    }
.IMG img {
    
    }
el-carousel {
    height: 320px;
    padding: 6px auto;
}
    .el-carousel__item img {
        width: 100%;
        height: 300px;
    }


    /*.carousel-inner {
        overflow-x: auto !important;
        width: 75% !important;
    }*/

.carousel-item img {
    height: 420px !important;
}


.qr {
    position: absolute;
    top: 3%;
    right: 4%;
    cursor: pointer;
}

.qr img {
    height: 175px;
    width: 145px;
}

.download {
    position: absolute;
    bottom: 30.4%;
    right: 24.7%;
}

.download a img {
    height: 67px;
}

.overflow {
    overflow-x: scroll;
}
h4 {
    font-weight: normal;
}
.Bold {
    font-weight: bold;
}

.overflow::-webkit-scrollbar {
    width: 8px;
}


.overflow::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ccc;
}

.overflow::-webkit-scrollbar-track {
    background-color: #fff;
     border-radius: 8px;
}


/*Modal*/
.mod {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #ddd;
    width: 100vw;
    height: 100vh;
    display: none;
    transition: 1s all;

}

.Times {
    right: 15%;
    top: 10%;
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    color: #242424 !important;
}

.Flex {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    /*transform: translateX(40%);*/
}


.Flex img {
    height: auto;
    width: auto;
}
/*Modal End*/

/*Media query*/

@media only screen and (max-width: 1400.6px) {
    .qr img {
        height: 155px;
        width: 125px;
    }

    .download a img {
        height: 61px;
    }
}
@media only screen and (max-width: 1300.6px) {
    .qr img {
        height: 145px;
        width: 115px;
    }
    
    .download a img {
        height: 59px;
    }
}
@media only screen and (max-width: 1199.6px) {
    .qr img {
        height: 125px;
        width: 100px;
    }

    .download a img {
        height: 47px;
    }
    
}
@media only screen and (max-width: 991.6px) {
    .qr img {
        height: 105px;
        width: 90px;
    }

    .download a img {
        height: 38.8px;
    }
    .IMG {
        width: 50%;
        text-align: center;
    }
    .bgTop img {}

    
}
@media only screen and (max-width: 767.6px) {
    .qr img {
        height: 80px;
        width: 70px;
    }

    .download a img {
        height: 27px;
    }
    .carousel-item img {
    height: 100% !important;
}
h4{
    font-size: 20px !important;
    word-spacing: 4px;
}
h5 {
    font-size: 12px !important;
    line-height: 18px;
    word-spacing: 1px;
}
.bgTop img {
    
}

}


@media only screen and (max-width: 575.6px) {
    .IMG {
        width: 100%;
        /*padding-left: 10px;
        padding-right: 10px;*/
    }
    .IMG img {
        width: auto;

    }

    .qr img {
        height: 60px !important;
        width: 50px !important;
    }

    .download a img {
        height: 19px;
    }
}

@media only screen and (max-width: 414.6px) {
    .IMG img {
        /*width: 100%;*/
    }
    .qr img {
        height: 45px !important;
        width: 40px !important;
    }
}

@media only screen and (max-width: 320.6px) {
    .qr img {
        height: 35px !important;
        width: 35px !important;
    }
    .download{
        bottom: 28%;
    }

    .download a img {
        height: 14px;
    }
    .IMG {
        /*width: 50%;*/
    }
}
