﻿
* {
    margin: 0;
  
}
 

html {
    height: 100%;
}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    background: #fff;
    font: 12px 'Raleway', Arial, Helvetica, sans-serif;
    color: #000;
}
 

.container2 {
    max-width: 1366px;
}

ul {
    list-style: none;
}

a {
}

.container {
    max-width: 1190px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

h1, h2, h3, h2 {
    text-align: left;
    font-weight: 600;
    line-height:60px
}

p {
    line-height: 20px;
}
.container2 {
    max-width: 1366px;
}

header {
    height: 60px;
    background: #11131D;
}

.logo {
    position: absolute;
    left: 10px;
    top: 16px;
    font-weight: 900;
    font-size: 20px;
    line-height: 130%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

/*Clear & Animation*/
.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    content: '';
    display: block;
}

a, button {
    transition: all 0.2s ease-in-out;
}


footer {
    margin-top:50px;
    background: #11131D;
}

    footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height: 60px;
    }

    footer li {
        font-size: 14px;
        line-height: 130%;
        padding: 0 10px;
    }

        footer li a {
            color: #fff;
            text-decoration: none;
        }

            footer li a:hover {
                text-decoration: underline;
            }

    footer .footer-box {
        min-height: 60px;
    }

    footer .logo {
        top: unset;
        bottom: 16px;
    }

    footer .tel {
        top: unset;
        bottom: 14px;
    }

#legal {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
}

    #legal > p {
        margin-bottom: 20px;
    }

        #legal > p > a {
            display: block;
            margin-bottom: 5px;
            color: #ffffff;
        }
/*Responsive*/
@media (max-width: 1210px) {
    .container {
        max-width: 1000px;
    }

    .step-box-wrap {
        padding: 60px 10px;
    }

    .steps-list-1 li {
        padding: 40px 20px;
    }

    .card-img {
        right: -10px;
        top: 100px;
    }

        .card-img img {
            width: 480px;
            height: auto;
        }
}

@media (max-width: 999px) {
    .container {
        max-width: 768px;
    }

    .cool-box {
        position: static;
        margin-bottom: 10px;
    }

    .icons-wrap ul li {
        width: calc(100%/3);
    }

    .call-box p {
        font-size: 30px;
    }

    .call-box {
        padding: 100px 0;
    }

    h1 {
        font-size: 40px;
    }

    h2, h3 {
        font-size: 30px;
    }

    .steps-list-2 {
        margin: 0;
    }

    .steps-list-1 li {
        font-size: 16px;
    }

    .steps-list-1 li {
        padding: 40px 10px;
    }

    .steps-list-2 {
        justify-content: center;
    }

    .step-box-wrap {
        padding: 40px 10px;
    }

    .bottom-box {
        background-size: cover;
        text-align: center;
    }

        .bottom-box h3 {
            text-align: center;
        }

    .card-img {
        position: static;
        text-align: center;
        margin-top: 40px;
        padding-left: 5%;
    }

        .card-img img {
            width: auto;
            max-width: 100%;
        }
}

@media (max-width: 767px) {
    .main-bg {
        min-height: 1px;
        margin-bottom: 40px;
    }

        .main-bg .container {
            padding: 40px 10px;
            text-align: center;
        }

    .button-1 {
        height: 52px;
        line-height: 50px;
        font-size: 20px;
    }

    .main-bg h1 {
        font-size: 28px;
        line-height: 130%;
    }

    .cool-box {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
    }

    .logo {
        font-size: 16px;
        top: 19px;
    }

    .tel a {
        font-size: 20px;
    }

    h2, h3 {
        font-size: 26px;
    }

    .call-box p br {
        display: none;
    }

    .call-box {
        padding: 60px 0;
    }

    .steps-list-1 {
        margin: 0 0 40px 0;
    }

        .steps-list-1 li {
            width: 100%;
            flex: none;
            margin: 0 0 10px 0;
        }

    .bottom-box p {
        font-size: 30px;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 20px 0;
    }

        footer ul {
            height: auto;
            margin: 5px 0;
        }

        footer li {
            padding: 5px 10px;
        }

        footer .logo, footer .tel {
            position: static;
        }

    .step-box-wrap {
        margin-bottom: 80px;
    }

    .bottom-box {
        padding-bottom: 150px;
    }

        .bottom-box h3 br {
            display: none;
        }
}

@media (max-width: 567px) {
    .icons-wrap ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .cool-box {
        text-align: left;
        max-width: 250px;
        padding-top: 0;
    }

    .steps-list-2 li {
        width: 100%;
    }

        .steps-list-2 li br {
            display: none;
        }
}