

.banner {

    height: 46px;

    width: 100%;

    background: #0e151b;

    position: relative;

}

.banner * {

    text-decoration: none;

    color: #fff;

    font-family: 'Roboto';

}

.banner .login {

    margin-left: 10%;

    font-size: 15px;

    padding: 14px 0;

    display: inline;

    opacity: 0.7;

}

.banner a:hover {

    color: white;

    text-decoration: none;

}

.banner .login:hover {

    opacity: 1;

}

.banner span {

    margin-left: 10%;

    color: rgba(255, 255, 255, 0.801);

    font-family: 'Karla';

    font-size: 16px;

}





.info {

    background: transparent!important;

    box-shadow: none!important;

}

.container {
    left:10%;
    margin-left: 10%;

    margin-right: 10%;
    background: white;

    box-shadow: 2px 2px 10px 0px #65656567;
color:black;
    padding: 4% 6% 4% 6%;

}

.contact {

    position: relative;

    z-index: 30;

}

.contact h2 {

    font-family: 'Open Sans';

    font-size: 30px;

    color: #0c026b;

    text-align: center;

    margin-right:9%;

}

.contact p {

    font-family: 'Open Sans Regular';

    color: #000000b4;

    padding-top: 2%;

    margin-left: 15%;

    margin-right: 15%;

    text-align: center;

}

.contact form {

    margin-top: 8%;

    font-size: 18px;

    color: #0c026b;

}

.contact .message {

    margin-bottom: 2%;

    border-radius: 4px;

    padding: 10px;

    border: 1px solid;

    max-width: 400px;

    font-size: 16px;

}

.contact .message.error {

    color: red;

}

.contact form input:not(.submit) {

    background: transparent;

    outline: none;

    border: none;

    width: 225%;

    border-bottom: 1px solid rgba(0, 0, 0, 0.589);

    font-family: 'Karla';

}

.contact form label {

    font-family: 'Karla';

}

.contact form .field {

    display: inline-block;

    padding-bottom: 4%;

    margin-right: 30%;

}

textarea {

    outline: none;

    font-family: 'Karla';

}

textarea.tablet {

    display: none;

}

textarea.mobile {

    display: none;

}

.submit {

    margin-top: 3%;

    padding: 4px 20px 4px 20px;

    text-decoration: none;

    color: #ffffff;

    font-family: 'Open Sans Regular';

    font-size: 16px;

    background:#241073;

    border-radius: 4px;

    border: none;

}

.map {

    margin-left: 10%;

    padding: 6px 20px 6px 20px;

    text-decoration: none;

    color: #fff;

    font-family: 'Open Sans Regular';

    font-size: 14px;

    background: #241073;

    border-radius: 18px;

    letter-spacing: 2px;

    transition: 500ms ease;

}

.map:hover {

    color: #241073;

    background: white;

    border: solid 2px #241073;

    text-decoration: none;

}

.sep {

    position: absolute;

    top: 45%;

    left: 40%;

    height: 0.1px;

    width: 20%;

    background : #241073;

    transform: rotate(90deg);

}



span {

    font-family: 'Open Sans';

    font-size: 18px;

    color: rgba(0, 0, 0, 0.794);

    line-height: 180%;

    margin-left: 10%;

}

.map {

    margin-left: 10%;

    padding: 6px 20px 6px 20px;

    text-decoration: none;

    color: #fff;

    font-family: 'Open Sans Regular';

    font-size: 14px;

    background: #241073;

    border-radius: 18px;

    letter-spacing: 2px;

    transition: 500ms ease;

}

.map:hover {

    color: #241073;

    background: white;

    border: solid 2px #241073;

    text-decoration: none;

}



span {

    font-family: 'Open Sans';

    font-size: 18px;

    color: rgba(0, 0, 0, 0.794);

    line-height: 180%;

    margin-left: 10%;

}

.right {

    position: absolute;

    top: -6%;

    left: 60%;

    width: 500px;

}



/* RESPONSIVE */ 

@media only screen and (max-width: 390px) {

   

    
    .banner {

        display: none;

    }

    .contact form input {

        width: 140%!important;

    }

    .laptop {

        display: none!important;

    }

    .tablet{

        display: none!important;

    }

    .mobile {

        display: inherit!important;

    }

    footer .container-fluid {

        margin-left: 0%!important;

    }

}

/* ******************************** */

@media only screen and (min-width: 390px) and (max-width: 437px) {

    
    .contact form input {

        width: 150%!important;

    }

    .laptop {

        display: none!important;

    }

    .tablet {

        display: inherit!important;

    }

    footer .container-fluid {

        margin-left: 0%!important;

    }

}

/* ******************************** */

@media only screen and (min-width: 438px) and (max-width: 880px) {

    body {

        width: 100%;

        padding: 0;

        overflow-x: hidden;

    }

    .nav {

        display: none;

    }

   

    

    .laptop {

        display: none!important;

    }

    .tablet {

        display: inherit!important;

    }

    footer .container-fluid {

        margin-left: 0%!important;

    }

}

/* ******************************** */

@media only screen and (min-width: 880px) and (max-width: 992px) {

    
}

/* ******************************** */

@media only screen and (min-width: 993px) and (max-width: 1190px) {

    
}

/* ******************************** */

@media only screen and (min-width: 1460px) and (max-width: 2030px) {

  

}

/* ******************************** */

@media only screen and (min-width: 2030px) {

 

}