@media (min-width: 1200px) {
    .ml-xl-400 {
        margin-left: 400px;
    }
}

@media (max-width: 1200px) {
    .off-aside {
        position: static;
        width: 100%;
        height: 100%;
    }    
}

@media (max-width: 992px) {

    .personal-details {
        padding-left: 0px;
    }
    
    .right-side{
        padding-left: 0px;

    }
    .left-side{
        padding-right: 0px;

    }
    .margin-bottom{
        margin: 30px 0px;
    }

}   

@media screen and (max-width: 850px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .direct-contact-container,
    .form-horizontal {
        margin: 0 auto;
    }

    .direct-contact-container {
        margin-top: 60px;
        max-width: 300px;
    }

    .social-media-list li {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .social-media-list li:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .kitto-home {
        margin-top: 80px;
    }

    .flex-column.swiper-slide-active{
        padding: 0;
    }
}

@media (max-width: 400px) {
    .sectionClass {
        padding: 0 15px;
    }
    .list-title {
        min-width: 130px;
    }

    .cd-headline h3{
        font-size: 41px;
    }
    .cd-intro h3{
        font-size: 41px;
    }
}

@media screen and (max-width: 569px) {



    .direct-contact-container {
        margin-top: 60px;
        max-width: 280px;
    }

    .social-media-list {
        left: 0;
    }

    .social-media-list li {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 2rem;
    }

    .social-media-list li:after {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

}


@media screen and (max-width: 410px) {
    .send-button {
        width: 99%;
    }
}
