* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

:root {
    --bgcolor: #23468A;
    --bglight: #97B9E2;
    --bgblack: #000000;
    --white-color: #fff;

}

body {
    font-family: "Centrale Sans";


}

#header_section {

    background-image: url(../img/BG_03.png);
    background-repeat: no-repeat;

    background-size: cover;
    width: 100%;
 


}

#header_section .logo {
    padding-top: 50px;
    padding-bottom: 50px;
}

#header_section .logo img {
    width: 300px;
    height: auto;
}

.enquiry_form {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    /*padding: 35px;*/
}

.main_section {

    height: calc(100vh - 185px);
    display: flex;
    align-items: center;
}

.main_section .step img {
    width: 93%;
}

.enquiry_form form .form-control {
    border: none;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.footer p {
    color: var(--white-color);
}

.footer p .mail_f {
    padding-left: 20px;
}
.footer p .mail_f a {
    color:var(--white-color);
}

@media (min-width:1710px) {
    #header_section {
        /* background-color: blue; */
        background-image: url(../img/BG_MAC.png);
    }


    .main_section {
        height: calc(100vh - 184px);


    }


}

@media (min-width:1900px) {
    #header_section {

        background-image: url(../img/BG_03.png);
    }
}




@media (max-width:768px) {

    #header_section .logo {
        text-align: center;

    }

    #header_section .logo img {

        width: 300px;
        height: auto;
    }

    #header_section .logo {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    #header_section {
        background-image: unset;
        /* background-color: var(--bgcolor); */
        background-image: unset;
        background-repeat: repeat;
        height: auto;

        background-size: cover;
    }

    .main_section {
        height: auto;
        display: flex;
        align-items: center;
    }

.enquiry_form {
   margin:10px 0px;
}
    body {
        /* background-color: var(--bgcolor); */
        background-repeat: repeat;
        background-size: cover;
        background-image:
        linear-gradient(to top, #0a1f49e5, #23458ad2),
        url('../img/MAIN_BLOCK.JPG');
    }
    .main_section .step img {
        width: 100%;
    }
    .footer  {
     padding-top: 15px;
    }
    .footer p {
     
        text-align: center;
    }
}


@media (max-width:400px) {
    #header_section .logo {

        text-align: center;

    }

    #header_section .logo {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #header_section .logo img {
        width: 300px;
        text-align: center;
        height: auto;
    }
}