.top-logos img{
    max-height: 65px;
}
.mg-banner{
    background-image: url('../images/banner-bg-img.webp');
    background-position: top center;
    background-size: cover;
    width: 100%;
    padding: 0px 40px 0;
    color: #333237;
}
.mg-banner h1{
    font-size: 28px;
}
.mg-banner h1 span{
    font-size: 22px;
    font-weight: 500;
}
.mg-banner h3{
    font-size: 20px;
    font-weight: 500;
}
.mg-banner h3 span{
    font-weight: 600;
}
.banner-padding{
    padding: 70px 0;
}
.board .item iframe {
    min-width: 100% !important;
    width: 100% !important;
}

.form-control, .form-select{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px #888 solid;
}
.btn-enquire{
    background-color: #473e7b;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.sec-pad{
    padding: 60px 0;
}
h2{
    font-size: 26px;
    line-height: 1.5;
}
.h2{
    font-size: 26px;
    text-transform: uppercase;
    color: #333237;
    font-weight: bold;
}
h4{
    font-size: 20px;
}
.green{
    color: #01875f;
}
.red{
    color: #da2127;
}
.mg-icons-box{
    text-align: center;
    padding: 15px 25px;
}
.mg-icons{
    background-color: #8ca1bc;
    border-radius: 100%;
    width: 110px;
    max-width:100%;
    padding:25px;
    margin: 0 auto;
}
.mg-icons img{
    max-width:100%;
}
.mg-icons-box p{
    font-weight: 500;
    margin: 15px 0;
}
.list{
    list-style-image: url('../images/list-arrow.png');
    margin: 0 auto;
}
.list > li {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 3px;
}
.noafter:after{
    display: none;
}
.border-right{
    border-right: 2px #fff solid;
}


.tk-page p{
    font-size:20px;
}
.tk-page h1{
    font-size:30px;
}
.tk-page h2{
    color:#595188;
    position: relative;
    font-size:22px;
}    
.tk-page h2:after{
    content:'';
    display: block;
    border-bottom:1px #595188 solid;
    width:40%;
    margin:0 auto;
}
.img-hover img {
    border: 1px #ffffff solid;
    /* transition: .2s; */
}
.img-hover img:hover {
    border: 1px #ddd solid;
    /* transform: scale(.95); */
    border-radius: 6px;
}

@media (max-width:1366px){
    .banner-padding{
        padding: 40px 0;
    }
    .mg-banner h1{
        font-size: 26px;
    }
    .mg-banner h1 span{
        font-size: 22px;
    }
    .mg-banner h3{
        font-size: 19px;
    }

}

@media (max-width:1024px){
    .mg-banner h1 {
        font-size: 20px;
    }
    .mg-banner h1 span, .mg-banner h3 {
        font-size: 17px;
    }
    .btn-enquire {
        padding: 12px 30px;
        font-size: 15px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    .big-p {
        font-size: 15px;
        line-height: 1.6;
    }
    .list > li {
        font-size: 16px;
    }
}

@media (max-width:768px){
    .sec-pad {
        padding: 35px 0;
    }
    .mg-icons {
        width: 85px;
        padding: 20px;
    }
    .mg-icons-box {
        padding: 5px 10px;
    }
    h4 {
        font-size: 17px;
    }
    .list > li {
        font-size: 18px;
    }
    .tk-page p{
        font-size:18px;
    }
    .tk-page h2{
        font-size:22px;
    }    
    .tk-page h2:after{
        content:'';
        display: block;
        border-bottom:1px #595188 solid;
        width:40%;
        margin:0 auto;
    }
}

@media (max-width:576px){
    .top-logos img {
        max-height: 50px;
        max-width: 150px;
    }
    .mg-banner{
        padding: 40px 10px 0;
        background-color: #c9c9c9;
        background-image: none;
    }
    .mg-banner h1 {
        font-size: 18px;
    }
    .mg-banner h1 span {
        font-size: 18px;
    }
    .mg-banner h3 {
        font-size: 14px;
    }
    .btn-enquire {
        font-size: 13px;
    }
    .h2 {
        font-size: 22px;
    }
    h4 {
        font-size: 15px;
    }
    .border-right{
        border-right: 0;
        border-bottom: 1px #fff solid;
        margin-bottom: 25px;
    }
    .list > li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tk-page p {
        font-size: 14px;
    }
    .tk-page h2 {
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 18px;
        line-height: 1.5;
    }
}