* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

body {
    font-family: 'kanit';
    font-weight: 400;
    color: #000;
    background-color: #f0f5f1;
}

a {
    color: #000;
}

#alert_download {
  display:none;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear 
}

#alert_download.fade {
  display: block;
  opacity: 1;
}

.alert_bottom {
    background-color:white;
    width:330px;
    height:auto;
    bottom:20px;
    left:20px;
    border: 1px solid gray;
    border-radius:10px;
    padding:10px;
    position: fixed;
    z-index: 9999;
}

.alert_bottom:after {
    position:absolute;
    width:30px;
    height:30px;
    border-top:0px solid gray;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    border-left:0px solid gray;
    top:100%;
    left:20%;
    margin-left: -25px;
    content:'';
    transform: rotate(45deg);
    margin-top: -14px;
    background-color:white;
    z-index:1;

}

.bounce {
  animation: bounce 1.5s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.alert_top {
    background-color:white;
    width:330px;
    height:auto;
    top:30px;
    right:20px;
    border: 1px solid gray;
    border-radius:10px;
    padding:10px;
    position: fixed;
    z-index: 9999;
}

.alert_top:after {
    position:absolute;
    width:30px;
    height:30px;
    border-top:1px solid gray;
    border-right:0px solid gray;
    border-bottom:0px solid gray;
    border-left:1px solid gray;
    bottom:100%;
    right:28%;
    margin-right: -25px;
    content:'';
    transform: rotate(45deg);
    margin-bottom: -14px;
    background-color:white;
    z-index:1;

}

a:hover {
    /* color: #0b7974; */
    color: #0152a4;
    text-decoration: underline;
}

a>p:hover {
    color: #0b7974;
    text-decoration: underline;
}

a>span:hover {
    color: #0b7974;
    text-decoration: underline;
}

p>a {
    text-decoration: underline;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.rowheader{
    margin-right: 15px;
    margin-left: 15px;
}

.pRL0 {
    padding-left: 0px;
    padding-right: 0px;
}

.mRL0 {
    margin-left: 0px;
    margin-right: 0px;
}

.container-fluid.container-stock {
    max-width: 1420px!important;
    max-width: 1600px!important;
}

@media (min-width: 1200px) {
    .container-stock {
        max-width: 1420px!important;
    }
}


/* tap-menu */

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-light {
    background-color: rgb(248 249 250 / 0%)!important;
}

ul>li>a:hover {
    text-decoration: underline!important;
    color: #0152a4!important;
}

.nav-link {
    text-decoration: none!important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: 000;
}


/************tap-logo***************/


/*.box-crop {
    padding: 40px 0;
}*/

.box-crop {
    background-color: #fff;
    height: 80px; 
}


/*.img-fluid {
    max-width: 268px;
    height: auto;
}*/

.img-fluid {
    max-width: 250px;
    height: auto;
}

.heip-online {
    position: absolute;
    right: 0px;
    font-weight: 200;
    font-size: 22px;
}


/*.img-icon-help{
    padding-left: 11px;
}
*/

.img-icon-help {
    padding-left: 10px;
    width: 40px;
}

@media (max-width: 1366px) {
    .box-crop {
        padding: 20px 0;
    }
}

@media (max-width: 1199px) {
    .box-crop {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    /*.img-fluid {
    max-width: 80%;
    height: auto;
}*/
    .img-icon-help {
        padding-left: 10px;
        width: 32px;
    }
    .heip-online {
        font-size: 19px;
    }
}

@media (max-width: 500px) {
    .img-fluid {
        max-width: 90%;
        height: auto;
    }
    .img-icon-help {
        padding-left: 10px;
        /* width: 30%; */
    }
    .heip-online {
        font-size: 18px;
    }
    .box-crop {
        padding: 10px 0 10px;
    }
    .img-fluid {
        max-width: 205px;
        height: auto;
    }
}

@media (max-width: 414px) {
    .img-icon-help {
        padding-left: 6px;
        /* width: 26%; */
    }
    .heip-online {
        font-size: 14px;
    }
    .img-fluid {
        max-width: 175px;
        height: auto;
    }
}


/*************************************/


/*************************************/

.box-start-program {
    text-align: center;
}


/*.m-top {
    margin-top: 35px;
}*/

.m-top {
    margin-top: 60px;
}

.m-bottom {
    margin-bottom: 50px;
}

h1 {
    font-size: 35px;
    font-weight: 600;
    color: #0b7974;
    letter-spacing: 1;
    margin-top: 20px;
    margin-bottom: 0px;
}

h1 span {
    font-size: 1em;
    font-weight: 600;
    color: #00afab;
}

p {
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    margin-bottom: 0;
    line-height: 26px;
}

/* span {
    color: #000;
    color: #151918;
} */

.text-sub {
    font-size: 16px;
    color: #909090 !important;
    font-weight: 200;
    /* letter-spacing: 0.1em; */
    line-height: 45px;
}

.text-sub2 {
    font-weight: 200;
}

.tex-sub3 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

#tex-sub-update{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #dd5963;
}

.corp-detail {
    /* margin: 15px auto 15px;
    margin: 30px auto 30px; */
    /* margin: 15px auto 30px; */
    margin: 15px auto 5px;
}


/* -------- efin-mockup New Style Dec2023*/

.efin-mockup {
    background-image: url(../img/monitor2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.box-crop-pd-m {
    /* padding: 0 15px!important; */
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tex-detail-start {
    font-weight: 400;
    color: #000;
    /* font-size: 17px; */
    font-size: 18px;
}

.tex-download {
    /* color: #00afab; */
    color: #0071E3;
    text-decoration: underline;
}

.tex-download:hover {
    /* color: #0b7974; */
    /* color: #0000a0; */
    color: #0152a4;
    /* color: #020272; */
    text-decoration: underline;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 175 171 / 14%);
}

.btn a {
    color: #ffffff!important;
}

.btn {
    background-color: #00afab;
    border-color: #00afab;
    padding: 15px 170px;
    font-size: 25px;
    font-weight: 600;
    margin: 30px auto 6px;
    border-radius: 5px;
    box-shadow: 0 0 0 0.2rem rgb(0 175 171 / 14%);
    letter-spacing: 0.15em;
    line-height: 50px;
}

.btn:hover {
    /*    background-color:#0b7974;
    border-color: #0b7974;*/
    background-color: #444242;
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgb(108 115 115 / 14%);
    color: #ffffff!important;
    text-decoration: none!important;
}

.btn a:hover {
    color: #ffffff!important;
    text-decoration: none!important;
}

.btn.btn-sub2 {
    background-color: #000000;
    border-color: #000000;
    padding: 1px 32px;
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto 10px;
    border-radius: 5px;
    box-shadow: 0 0 0 0.2rem rgb(108 115 115 / 14%);
    letter-spacing: 0.5;
    line-height: 50px;
}

.btn.btn-sub2:hover {
    background-color: #444242;
    border-color: #000000;
    color: #ffffff!important;
    text-decoration: none!important;
}

.btn.btn-sub2.btn-sub3 {
    background-color: #00afab;
    border-color: #00afab;
    box-shadow: 0 0 0 0.2rem rgb(108 115 115 / 14%);
}

.btn.btn-sub2.btn-sub3:hover {
    background-color: #444242;
    border-color: #000000;
}


/*.line {
    border-top: 1px solid #c9c9c9;
    width: 50%;
    margin: 4px auto 0px;
}*/

.line {
    border-top: 1px solid #8d8888;
    width: 50%;
    margin: 20px auto 31px;
}

@media (max-width: 1199px) {
    .m-top {
        margin-top: 175px;
    }
    .m-bottom {
        margin-bottom: 175px;
    }
}

@media (max-width: 1024px) {
    p {
        font-weight: 300;
        font-size: 15px;
        line-height: 27px;
    }
}

@media (max-width: 1500px) {
    .m-bottom {
        margin-bottom: 80px;
    }
}

@media (max-width: 1500px) {
    .m-top {
        margin-top: 70px;
    }
}

.pic-box {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media screen and (max-width: 1699px) {
    .pic-box {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}


@media (max-width: 991px) {
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }
    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    .line {
        width: 65%;
    }
    .m-top {
        margin-top: 155px;
    }
    .m-bottom {
        margin-bottom: 120px;
    }
    /*h1 {
    font-size: 55px;
}*/
}

@media (max-width: 600px) {
    .navbar {
        padding: 0.5rem 0rem;
    }
}

@media (max-width: 500px) {
    .btn {
        padding: 6px 100px;
        font-size: 25px;
        line-height: 50px;
    }
    .m-bottom {
        margin-bottom: 125px;
    }
}

@media (max-width: 414px) {
    h1 {
        font-size: 32px;
    }
    .line {
        width: 90%;
    }
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .btn {
        padding: 6px 80px;
    }
    .text-sub {
        line-height: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 335px) {
    .btn {
        padding: 6px 70px;
    }
}

@media (max-width: 300px) {
    .btn {
        padding: 6px 50px;
    }
}


/* <!-- -----------end----------- --> */


/* <!-- ------------------------- --> */


/* <!-- -------------------------- --> */


/* <!-- ---------Detail----------- --> */

#box-detali-pro {
    background-color: #ffffff;
    padding: 0px 0 100px 0;
}

.content-course {
    display: inline-block;
    position: relative;
    width: 100%;
}

.content-course.even>.bximg {
    float: right;
}

.bximg {
    text-align: center;
    padding: 50px 0;
    display: block;
    position: relative;
    float: left;
}

.bxtxtB {
    padding: 125px 0 0 90px;
    display: block;
    position: relative;
    float: right;
}

.box-img1 {
    background-color: #f6f6f6;
    padding: 10rem 0 0px 0px;
    height: 820;
}

.box-detail1 {
    background-color: #efefef;
    padding: 50px 50px 50px 60px;
    height: 820px;
}

.textDownload {
    color: #00afab;
}


/*.box-detail1{
   background-color: #efefef;
   padding: 50px 0 50px 290px;
   height: 630px;
}*/

.box-img2 {
    background-color: #f6f6f6;
    padding: 13rem 0 0px 0px;
    height: 850px;
}

.box-detail2 {
    background-color: #efefef;
    padding: 50px 50px 50px 60px;
    height: 850px;
}


/*.box-detail3{
   padding: 50px 0 50px 290px;
}*/

.box-detail3 {
    padding: 50px 0 50px 215px;
}

.text-main {
    font-size: 45px;
    margin: 60px auto 21px 0;
    background-color: #00afab;
    width: 11%;
    padding: 4px;
    text-align: center;
    color: #2c2d2c;
    font-weight: 600;
}

/* .text-main.main2 {
    width: 14%;
}

.text-main.main3 {
    width: 5%;
} */

ul>li {
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    color: #555A5F;
}

.text-detail-2 {
    font-size: 25px;
    font-weight: 200;
    line-height: 60px;
}

.text-detail-3 {
    font-size: 16px;
    font-weight: 200;
    line-height: 60px;
}

.bullet {
    font-size: 18px;
    font-weight: 200;
    list-style: disc;
    padding-left: 21px;
    padding-right: 20px;
}

.show1 {
    display: block;
}

.show2 {
    display: none;
}

.text-main5 {
    display: none;
}

.text-main4 {
    display: none;
}

.text-step-sub {
    font-size: 19px;
}

.text-step-sub>a {
    color: #00afab;
}

.text-step-sub>a:hover {
    color: #0b7974;
}


/*.corp-box-stap {
    text-align: center;
    margin: 100px auto;
}*/


/*.corp-box-stap {
    text-align: center;
    padding: 160px 30px;
}*/

.corp-box-stap {
    text-align: center;
    padding: 145px 30px 150px;
}

.btn.btn-sub2.btn-sub3 {
    margin: 15px 20px;
}

.text-version-sub {
    font-weight: 500;
    /*    line-height: 115px;*/
    font-size: 28px;
}

.box-bg-v1 {
    background-color: #f6f6f6;
}

.box-bg-v2 {
    background-color: #efefef;
}

.box-stap {
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
}

ul>li>a {
    text-decoration: underline;
}

@media (max-width: 1800px) {
    .box-detail1 {
        padding: 50px 50px 50px 60px;
        height:820px;
    }
    .box-detail3 {
        padding: 50px 50px 50px 60px;
    }
}

@media (max-width: 1700px) {
    .box-detail2 {
        padding: 50px 50px 50px 60px;
        height: 850px;
    }
}

@media (max-width: 1600px) {
    .box-detail1 {
        padding: 50px 50px 50px 60px;
        height: 820px;
    }
    .box-detail3 {
        padding: 50px 50px 50px 60px;
    }
}

@media (max-width: 1440px) {
    .text-main {
        font-size: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .img-size {
        width: 75%;
    }
    .img2-size {
        width: 50%;
    }
}

@media screen and (max-width: 1250px) {
    .box-img1 {
        height: 950px;
        padding-top: 17rem !important
    }
    .box-img2 {
        height: 950px;
        padding-top: 17rem !important
    }
    .img-size {
        width: 80%;
    }
    .img2-size {
        width: 55%;
    }
    .img3-size {
        width: 55%;
    }
    .text-main {
        font-size: 50px;
        margin: 30px auto 21px 0;
        width: 15%;
        padding: 5px 20px;
    }
    .text-main.main2 {
        width: 17%;
    }
    .box-detail1 {
        padding: 50px 50px 50px 60px;
        height: 950px;
    }
    .box-detail3 {
        padding: 50px 50px 50px 60px;
    }
    .box-detail2 {
        padding: 50px 50px 50px 60px;
        height: 950px;
    }
}

@media screen and (max-width: 1199px) {
    .text-version-sub {
        font-size: 23px;
    }
    /* .corp-box-stap {
        text-align: center;
        padding: 125px 44px 150px;
    } */
    .corp-box-stap {
        text-align: center;
        padding: 100px 44px 100px;
    }
}

@media screen and (max-width: 1024px) {
    .box-detail1 {
        padding: 50px 50px 50px 60px;
        height: 1000px;
    }
    .box-detail3 {
        padding: 50px 50px 50px 60px;
    }
    .box-detail2 {
        padding: 50px 50px 50px 60px;
        height: 1100px;
    }
    .textBox4{
        font-size: 25px !important
    }
    ul>li {
        font-size: 18px;
        font-weight: 200;
        line-height: 30px;
    }
    .text-main {
        font-size: 45px;
        margin: 30px auto 21px 0;
        width: 15%;
        /* padding: 50px 50px 50px 60px;; */
    }
    .box-detail1 {
        height: 1000px;
    }
    .box-detail2 {
        height: 1100px;
    }
    .box-img2 {
        height: 1100px;
        padding-top: 35%;
    }
    .box-img1 {
        height: 1000px;
        padding-top: 30%;
    }
    .text-detail-3 {
        font-size: 15px;
        font-weight: 200;
        line-height: 25px;
    }
}

@media screen and (max-width: 991px) {
    .text-step-sub {
        font-size: 17px;
    }
    /* .corp-box-stap {
        text-align: center;
        padding: 125px 30px 150px;
    } */
    .corp-box-stap {
        text-align: center;
        padding: 100px 30px 100px;
    }
}

@media screen and (max-width: 800px) {
    .text-step-sub {
        font-size: 16px;
    }
    .btn.btn-sub2.btn-sub3 {
        margin: 15px 8px;
    }
}

@media screen and (max-width: 767px) {
    .show1 {
        display: none;
    }
    .show2 {
        display: block;
    }
    .box-img2 {
        padding: 35% 0 0px 0px;
    }
    .img2-size {
        width: 50%;
    }
    .img3-size {
        width: 75%;
    }
    .box-detail2 {
        padding: 25% 10%;
    }
    .box-detail {
        padding: 25% 10%;
    }
    .box-detail3 {
        padding: 50px 10%;
        flex: 0 100% !important
    }
    .text-main4 {
        font-size: 45px;
        margin: -35px auto 21px 0;
        width: 15%;
        padding: 5px 20px;
        display: block;
        font-weight: 600;
    }
    .text-main5 {
        font-size: 45px;
        margin: 35px auto 21px 0;
        width: 15%;
        padding: 5px 20px;
        background-color: #00afab;
        display: block;
        font-weight: 600;
    }
    .text-main.main3 {
        display: flex;
        font-size: 35px;
    }
    .box-bg-v2 {
        background-color: #ffffff;
    }
    /* .corp-box-stap {
        padding: 115px 0;
    } */
    .corp-box-stap {
        padding: 90px 0;
    }
}

@media screen and (max-width: 630px) {
    .box-img2 {
        padding: 110px 0 0px 0px;
    }
}

@media screen and (max-width: 550px) {
    .corp-box-stap {
        padding: 85px 35px;
    }
    .box-stap {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 440px) {
    ul>li>br {
        display: none;
    }
    .text-step-sub {
        font-size: 16px;
    }
    .img3-size {
        width: 100%;
    }
    .text-version-sub {
        line-height: 30px;
    }
}

@media screen and (max-width: 414px) {
    .text-main5 {
        font-size: 35px;
    }
    .text-main4 {
        font-size: 35px;
    }
    .text-main {
        font-size: 35px;
    }
    .img2-size {
        width: 50%;
    }
    .box-img2 {
        padding: 164px 0 0px 0px;
    }
}

@media screen and (max-width: 375px) {
    .box-img2 {
        padding: 100px 0 0px 0px;
        height: 455px;
    }
    .img2-size {
        width: 55%;
    }
    .btn.btn-sub2.btn-sub3 {
        margin: 15px 5px;
        padding: 0px 18px;
    }
}

@media screen and (max-width: 340px) {
    .corp-box-stap {
        padding: 80px 0px;
    }
}

@media screen and (max-width: 320px) {
    .box-detail2 {
        height: 800px;
    }
    .text-main5 {
        font-size: 30px;
    }
    .text-main4 {
        font-size: 30px;
    }
    .text-main {
        font-size: 30px;
    }
    .box-img2 {
        padding: 100px 0 0px 0px;
        height: 400px;
    }
    .text-step-sub {
        font-size: 15px;
    }
}

header{
    background-color: #Fff;
}


/*@media screen and (max-width: 991px){
.content-course.even > .bximg {
    float: unset;
    float: none;
 }
}*/


/* <!-- -----------end----------- --> */


/* <!-- ------------------------- --> */


/* <!-- ------- footer ------- --> */


/* <!-- ---------------------- --> */

nav#footer {
    background: #010101;
    padding: 14px 0;
    color: #ffffff;
}

#footer span.fa {
    color: #72bc44;
    font-size: 26px;
    text-align: center;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #72bc44;
}

.footer-box {
    text-align: center;
}

.footer-text {
    font-size: 16px;
    color: #8c8c8c;
}


/* <!-- -----------end----------- --> */


/* <!-- ------------------------- --> */

.im-manual{
    width: 80%;
    
    
}
.custom-layout-1200{
position: relative;
margin-left: 100px !important;
}
.btn-line{
    border: 1px solid #000;
    padding: 1px 32px;
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto 10px;
    border-radius: 5px;
    background-color: #f0f5f1;
    letter-spacing: 0.5;
    line-height: 50px;
}
.btn-line:hover{
text-decoration: none;
opacity: 0.5;
}
button a{
    text-decoration: none !important;
}
button:focus{
    outline: 0px auto -webkit-focus-ring-color;
}


@media screen and (max-width: 1920px) {
    .im-manual{
        width: 100%;
        margin-top: 50px;   
    }
}
@media screen and (max-width: 1600px) {
    .im-manual{
 
        margin-top: 150px;
    }
}
@media screen and (max-width: 1400px) {
    @media screen and (max-width: 1600px) {
        .im-manual{
     
            margin-top: 200px;
        }
    }
}
@media screen and (max-width: 1199px) {
    .mb-custom-1200{
        margin-bottom: 100px !important;
    }
    .m-bottom {
        margin-bottom: 50px;
    }
    .im-manual{
        width: 100%;
 
    }
    .order-sm-2-custom{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-1-custom{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .custom-layout-1200{
        position: relative;
        margin-left: -100px !important;
    }
}
@media screen and (max-width: 767px) {
    .im-manual{
        width: 100%;
        margin-top: 0px;
        position: relative;
        margin-left: 0px !important;
    }
    .custom-layout-1200{
        position: relative;
        margin-left: 0px  !important;
    }
}
.bg{
background-color: #f8f8f8;
}
header{
    background-color: #Fff;
}
.ic{
    width: 30px;
}
.tex-download {
    /* color: #00afab; */
    color: #06c;
    text-decoration: underline;
}
.block-img-install{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1500px) {
.centered-element {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .centered-element-custom {
    left: 0;
    right: 0;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
  }

}
.img-install{
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .block-img-install{
        padding-top: 0;
    }
    .centered-element {
       
        position: inherit;
        
      }
      .centered-element-custom {
        top: 90%;
      }
      .img-install{
        width: 80%;
    }
    .bg{
        background-color: #f0f5f1;
    }
    .m-top{
        margin-top: 100px;
    }
    .box-crop{
        height: 110px;
    }
    .mb-custom-1200{
        margin-bottom: 50px !important;
    }
    }
    @media screen and (max-width: 500px) {
        .box-crop{
            height: 90px;
        }
        .m-top{
            margin-top: 50px !important;
        }
    }

    .startBtn .startBtn-button{
            background-color: #FAB609;
            border-color: #FAB609;
            padding: 15px 170px;
            font-size: 25px;
            font-weight: 600;
            margin: 30px auto 6px;
            border-radius: 5px;
            box-shadow: 0 0 0 0.2rem rgb(0 175 171 / 14%);
            letter-spacing: 0.15em;
            line-height: 50px;
    }

    .startBtn-button{
        cursor: pointer;
    }

    .startBtn-button:disabled{
        /* cursor: pointer; */
        background-color: #444242;
        border-color: #444242;
    }

    .startBtn-button.hover-disabled {
        background-color: #444242;
        border-color: #444242;
    }
    
    .startBtn-button.hover-disabled:disabled {
        background-color: #444242;
        border-color: #444242;
        cursor: default;
    }


    .countdownText{
        font-size: 20px;
    }

    .startBtn-button:hover{
        background-color: #fab609a5 
    }

    @media screen and (max-width: 1200px) {
        /* .box-crop{
            height: 90px;
        }
        .m-top{
            margin-top: 50px !important;
        } */
        .headText{
            font-size: 30px !important
        }
        .btn {
            padding: 10px 100px;
            font-size: 20px;
            font-weight: 600;
            margin: 20px auto 6px;
        }
        .startBtn .startBtn-button{
            padding: 10px 100px;
            font-size: 20px;
            font-weight: 600;
            margin: 20px auto 6px;
        }

        .textbetefeature{
            font-size: 20px !important
        }


    }

    @media screen and (max-width: 770px) {

        .boxContent {
            flex: 0 100% !important
        }

    }

    .btn:disabled {
        background-color: #444242;
        border-color: #444242;
        cursor: default;
    }

