
        .message-text {
            display: inline-block;
            white-space: nowrap;
            transition: transform 0.5s ease-in-out;
        }

        .slide-out {
            transform: translateX(-100%);
            opacity: 0;
        }

        .slide-in {
            transform: translateX(100%);
            opacity: 0;
        }

        .slide-in-active {
            transform: translateX(0);
            opacity: 1;
        }
        .joinus-btn{


           font-family: cursive;
           padding: 10px;
           border-radius: 15px;
           font-weight: bold;
           position: relative;
        }
        .header-sticky {
            position: inherit;
        }


        .it-footer-area {
            font-family: "Comic Neue", cursive;
        }

        .it-footer-area li,
        .it-footer-area li a,
        .it-footer-area p {
            font-family: "Comic Neue", cursive !important;
        }

        .footer-col-2,
        .footer-col-3 {
            margin-left: 15px;
        }

        .it-choose-2-thumb {

            margin-right: 23px;

            margin-top: -466px;
            /* bottom: -10%; */
        }

        .it-choose-shape-3 {
            top: 70px !important;
        }
        .last-loop{margin-left: 25%;}
        .header-top-text{z-index: 10}

        .it-footer-list-2 ul li{text-align: left;}
        .it-footer-list-2 ul li a{color: #fff}
        .it-footer-contact ul li{text-align: left;}
        .it-footer-area li a{color: #fff}
        .footer-col-2 .it-footer-title{text-align: left;padding-left: 20px;}
        .footer-col-4 .it-footer-title{text-align: left;padding-left: 30px;}
        .it-copyright-area .container{padding: 0px !important;}

        #header-message{display: none;}

        @media screen and (max-width: 1200px) {
            .last-loop {
                margin-left: 0px;
            }
            .header-top-text{padding-right: 0px !important;min-height: 160px;}
            .desktop-login-menu{clear: both;}
            #header-message{min-height: 105px;display: block;}
            .it-header-logo{position: absolute;top:10px;}
           .it-header-logo img {
                height: 50%;
                width: 70px;
            }
            .signup-btn{float: left !important;margin-left: 30px !important;margin-right: 0px !important}
            .signup-btn-new{margin-left: 0px !important;}
            .it-header-menu-container.d-none {
                display: block !important;
                position: absolute;
                background: #fff;
                margin-top: 225px !important;
                width: 98.3%;
                z-index: 999999;
                border: 1px solid #238EA2;
                margin-left: 20px;
            }
            .it-header-menu > nav > ul > li{text-align: left;display: block;}
            .it-header-menu > nav > ul > li > a{border-right: none;}

            .courser-inside-list{width:100%;}
            ul li.home-topic-list .home-topic-list-left{font-size: 17px;}
            ul li.home-topic-list .home-topic-list-right{font-size: 14px;}

            .course-inside1 {
                background: #00A1DE url(/assets/img/home/section_1.webp);
                background-size: 235px;
                background-position-x: right;
                background-repeat: no-repeat;
            }

            .course-inside2 {
                background: #00A1DE url(/assets/img/home/section_2.webp);
                background-size: 235px;
                background-position-x: right;
                background-repeat: no-repeat
            }

            .course-inside3 {
                background: #F59831 url(/assets/img/home/section_3.webp);
                background-size: 235px;
                background-position-x: right;
                background-repeat: no-repeat
            }

            .course-inside4 {
                background: #F59831 url(/assets/img/home/section_4.webp);
                background-size: 235px;
                background-position-x: right;
                background-repeat: no-repeat
            }

            .course-inside5 {
                background: #00B971 url(/assets/img/home/section_5.webp);
                 background-size: 235px;
                background-position-x: right;
                background-repeat: no-repeat
            }

            .footer-top-new-section-content h1{font-size: 30px;}
            .footer-top-new-section-content p{font-size: 20px;}
            .footer-top-new-section-content img{width:30% !important;}

            #header-message{display: block;}

        }

        input::placeholder {
            color: #000 !important;
        }

  

        @media screen and (max-width: 780px) {
            #header-message{width:auto !important;}
        }

        @media screen and (max-width: 400px) {
            ul li.home-topic-list .home-topic-list-left{font-size: 15px;}
            ul li.home-topic-list .home-topic-list-right{font-size: 12px;}
        }
    