﻿.contact-us-inner-top {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.contact-us-inner-top-left{
    width: 466px;
    text-align: center;
}

.contact-us-inner-top-left-image {
    width: 100%;
    height: 316px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.contact-scl-name{
    font-size: 20px;
}

.contact-us-inner-top-left img {
    /*box-shadow: 0px 0px 6px 3px #d2d2d2;*/
    border: 1px solid #0000001a;
    border-radius: 3px;
    overflow: hidden;
    padding: 7px;
    transition: all 0.6s;
}

.contact-us-inner-top-left img:hover{
    border: 1px solid #d1d1d1;
}

.contact-us-inner-top-right {
    width: calc(100% - 491px);
    height: 316px;
    overflow: hidden;
    border: 1px solid #0000001a;
    border-radius: 3px;
    transition: all 0.6s;
    background: #f4f4f4;
    /*box-shadow: 0 0 6px 3px #d2d2d2;*/
}

.contact-us-inner-top-right:hover{
    border: 1px solid #d1d1d1;
}

.contact-us-inner-top-right-inner {
    padding: 20px;
}

.school-name{
    width: 70%;
}

.school-name p{
    font-size: 15px;
    line-height: 25px;
}

.school-contact{
    width: 25%;
}

.school-contact p{
    font-size: 15px;
    line-height: 25px;
}

.roadmap-item{
    margin-top: 25px;
}

.roadmap-item iframe{
    border: 1px solid #0000001a;
    border-radius: 3px;
    transition: all 0.6s;
    /*box-shadow: 0 0 6px 3px #d2d2d2;*/
}

.roadmap-item iframe:hover{
   border: 1px solid #d1d1d1;
}

@media(max-width: 1200px){
    .school-name{
        width: calc(100% - 170px);
    }

    .school-contact{
        width: 145px;
    }
}

@media(max-width: 1150px) {
    .contact-us-inner-top-right {
        width: 100%;
        margin-bottom: 25px;
        height: auto;
    }

    .contact-us-inner-top {
        flex-direction: column-reverse;
    }

    .school-name {
        width: calc(100% - 250px);
    }

    .school-contact {
        width: 225px;
    }

    .contact-us-inner-top-left{
        margin: 0px auto;
    }
}

@media(max-width: 768px){
    /*.contact-us-inner-top-left{
        width: 100%;
        height: auto;
    }*/
}

@media(max-width: 500px){
    .contact-us-inner-top-left {
        width: 100%;
    }

    .contact-us-inner-top-left-image{
        height: auto;
    }

    .school-name{
        width: 100%;
    }

    .school-contact{
        width: 100%;
    }
}