﻿@media (min-width: 1980px) {
    .bg_circle_l {
        display: none;
    }
}

/*768px -> Start Mobile Version below */
@media (max-width: 768px) {
    .re-size-img {
        width: 95%;
    }

    .divLicence span.right {
        display: none;
    }

    .divNav ul {
        padding-right: 15px;
    }
    
    /*.divHeader*/ 

        .divHeader .top_img > img {
            left: 0 !important;
        }

        .divHeader .top_title {
            padding-top: 30px !important;
            position: relative;
        }

        .divHeader .top_title {
            padding-top: 420px;
            width: 100%;
            text-align: center;
        }

            .divHeader .top_title .btn_callnow {
                margin-left: 50px;
                margin-right: 50px;
            }

        .divHeader .title_text p {
            font-size: 45px;
            line-height: 40px;
        }

        .divHeader .top_smenu {
            width: 100%;
            text-align: center;
        }

    /*.divContents */

        .divContents .mised_text {
            background-image: none;
            margin-top:50px;
            padding-bottom:0;
        }

    .divPrograms {
        margin-top: 0px;
    }

        .divPrograms .list .list_image {
            margin-top: 50px;
            width: 100%;
        }

        .divPrograms .list .list_contents {
            margin-top: 0px !important;
            text-align: center !important;
        }
        .divPrograms .list .list_contents .title{
            line-height: 35px;
            padding-top: 30px;

        }

        .divPrograms .re-order {
            display: flex;
            display: -ms-flex;
            flex-direction: column;
        }

            .divPrograms .re-order .list_image {
                order: 1 !important;
            }
      
            .divPrograms .re-order .list_contents {
                order: 2 !important;
            }
            
            
    /*.divFooter*/ 

        .divFooter .callus .text {
            display: inline-block;
            font-size: 18px;
            text-align: center;
            margin-top:10px;
        }

        .divFooter .energy {
            border-radius: 10px !important;
            width: 96%;
            margin: 0 auto;
        }

            .divFooter .energy .energy_box {
                width: 100%;
            }

            .divFooter .energy .textcenter {
                line-height: 40px;
                display: inline;
            }

                .divFooter .energy .textcenter p {
                    font-size: 35px;
                    line-height: 40px;
                    vertical-align: middle;
                    margin-top: 0px;                
                }

                .divFooter .energy .textcenter .now_title {
                font-size: 20px;
                color: #0c766b;
                display: inline-block;
                vertical-align: middle;
                margin-top: 0;
                }    

                .divFooter .energy .textcenter span {
                    font-size: 16px;
                    line-height:20px;
                    color: #0c766b;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 10px 40px 10px;
                }


            .divFooter .energy .energy_title {
                font-size: 30px;
                margin: 0 auto;
                width: 90%;
                line-height: 35px;
            }

            .divFooter .energy .energy_des {
                font-size: 20px;
                margin-top:15px;
            }

            .divFooter .footer .contact {
                left: 0px !important;
            }

        .bg_circle_l, .bg_circle_r {
            display: none;
        }

}

/*490px*/
@media (max-width: 490px) {

    .divLicence {
        height:50px;
    }

        .divLicence .top_licence {
            text-align:center;
        }

    .divHeader .top_title .btn_callnow {
        margin-left: 0;
        margin-right: 0;
    }

    .divFooter .energy .textcenter p {
       margin-top: 30px;
}
}

/*375px*/
@media (max-width: 375px) {

    .re-size-img {
        width: 95%;
    }

    .divLicence {
        height: 44px;
    }

    .divNav {
        padding-top: 0px;
    }

        .divNav .logo img {
            width: 70%;
        }

        .divNav ul {
            padding-right: 0px !important;
        }

        .divNav .btn_top {
            margin-left: 0px;
        }

    .btn {
        padding: 6px 9px !important;
    }

    .divLicence .top_licence {
        padding-top: 0;
        text-align: center;
    }

    .divHeader .top_title ul li {
        width: 100%;
    }

        .divHeader .top_title ul li:last-child {
            margin-left: 0px;
        }

    .divHeader .top_title .btn_callnow {
        font-size: 16px;
    }

    .divContents h2 {
        font-size: 28px;
    }

        .divContents h2.mised-badge:before {
            left: 120px;
        }

    .divFooter .energy .textcenter {
        line-height: 50px;
    }

        .divFooter .energy .textcenter p {
            font-size: 30px;
            margin-top: 30px;
        }

        .divFooter .energy .textcenter .now_title {
            font-size: 22px;
            color: #0c766b;
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
       }

        .divFooter .energy .textcenter span {
            font-size: 16px;
            line-height:20px;
            color: #0c766b;
            display: inline-block;
            vertical-align: middle;
            margin-bottom:30px;
        }

    .divFooter .footer .footer_text p {
        padding-bottom: 0;
    }
}