/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

/*Large devices (desktops, 992px and up)*/

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

/*Medium devices (tablets, 768px and up)*/

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

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .title {
        font-size: 22px;
    }
    .subtitle {
        font-size: 21px;

    }
    .underline {
        width: 280px;
    }
    /*--------------------
    button
    ----------------------*/
    .btn {
        font-size: 20px;
        font-weight: 600;
        padding: 12px 19px;
        min-width: 162px;
        margin: 20px 0px;
        border-radius: 0px;
    }
    .bar-anchor span {
        font-family: 'Montserrat' sans-serif;
        color: #3cc9ec;
        font-size: 19px;
        font-weight: 600;
        background: linear-gradient(-43deg, rgb(1, 17, 64) 0%, rgb(0, 13, 55) 99%, rgb(0, 14, 53) 100%);
        width: 100%;
        border: 1px solid #3bcaec;
        position: relative;
        padding: 14px 60px;
        -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 2;
    }
    /*--------------------
    HEADER
    ----------------------*/
    #top {
    background: url(../img/bg.png)24% 0% no-repeat;
    background-size: cover;
    height: 700px;
    z-index: 5;
    position: relative;
    }
    .main-title-box {
    padding-top: 120px;
    }
    .main-title h1 {

    font-size: 35px;
    }
    .header {
        background: rgba(0, 10, 41, 0.9);
    }
    .logo {
        height: 52px;

    }
    .logo img {
        height: 45px;
        margin-top: 8px;
        margin-left: 8px;
    }
    .anchor-nav {
        overflow: visible;
        float: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .anchor-nav li {
        float: none;
        display: block;
    }
    .navigation {
        background: rgba(0, 10, 41, 0.9);
        left: 0;
        position: absolute;
        text-align: left;
        top: 0;
        width: 100%;
        padding-bottom: 20px;
        height: 0;

    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
    -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;

    }

    .navigation.current {
    background: rgba(0, 10, 41, 0.9);
    padding-bottom: 20px;
    height: 100;
    height: 240px;
    -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;


    }
    
    .anchor-nav a {
        padding: 1.3em 7.3em 0.1em 7.3em;
    }

    #product {
        position: relative;
        background: url(../img/mobile-bg-2.jpg) top center no-repeat;
        background-size: cover;
    }
    /*--------------------
    ABOUT
    ----------------------*/
    #about {
        background: url(../img/mobile-bg-3.jpg) top center no-repeat;
        background-size: cover;
    }
    .about-box {
        padding: 5px 28px 61px 23px;
    }

    .maping .branch {
        border: solid 1px #fff;
        width: 7px;
        height: 7px;
    }
    .dot {
        height: 15px;
        width: 15px;
        top: -7px;
        left: -8px;
    }

    .panel-box img {
        bottom: 120px;
        position: absolute;
        right: 80px;
        height: 190px;
    }
    /*--------------------
    FOOTER
    ----------------------*/
    #contact-form {
      background: url(../img/mobile-bg-3.jpg) top center no-repeat;
      background-size: cover;
    }
    .get-in-touch {
        padding-top: 30px;
    }
    .contact-title {
        padding-top: 20px;
    }

    .contact-form .form-field {
        position: relative;
        margin: 21px 0;
        text-align: center;
    }
    #footer {
        background: #000a29;
        padding-top: 66px;
    }
    .contact p {
        color: #fff;
        font-size: 13px;
    }

    .copyright {
        text-align: center;
        padding: 25px 0px;
    }
}