.section_title{
   width: 456px;
    height: 15px;
    text-align: left;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 10px;
    color: #091D3F;
    margin-bottom: 20px;
    padding: 130px 30px 0px 40px;

}

.bold{
    font-weight: bold;
}

.content_contens_contact{
    justify-content: space-between;
    padding: 73px 30px 0px 30px;
    margin-bottom: 300px;
}

.content_text_contact_s{
    width: 534px;
    height: 601px;
    padding: 48px 40px 30px 40px;
    background-size: contain;
    margin-bottom: -23px;
    background:  #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000014;
    border-radius: 15px;
    opacity: 1;
    z-index: 50;
    margin-right: 40px;
}
.text_contact{
    min-height: 151px;
}
.contact_subtitle{
    color: #FFFFFF;
    max-width: 209px;
    padding-bottom: 32px;
    padding-left: 0;
    height: 43px;
    text-align: left;
    font: normal normal 600 30px/35px Poppins;
    letter-spacing: 0px;
    color: #091D3F;
    opacity: 1;
}
.contact_description{
    height: 100px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact_phone_number {
    display: flex;
    width: 430px;
    height: 25px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.contact_phone_number > .phone_icon{
   width: 18px;
   height: 18px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.contact_phone_number > .phone_number{
    width: 373px;
    height: 21px;
    text-align: left;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #091D3F;
    opacity: 1
}

.contact_email {
   width: 350px;;
   height: 21px;
   display: flex;
   margin-top: 30px;
   justify-content: space-evenly;
}

.contact_email > .email_icon{
   width: 20px;
   height: 20px;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
}

.contact_email > .email_information{
    width: 293px;
    height: 21px;
    text-align: left;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #091D3F;
    opacity: 1;
}

.location_container{
    width: 100%;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: -30px;
}

.first_location{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 130px;
}

.second_location{
   display: flex;
    flex-direction: column;
    width: 100%;
    height: 130px;
}

.location_information{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 5px;
}

.location_information > .icon_location{
    width: 16px;
    height: 21px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.location_information > .text_location{
    width: 373px;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #091D3F;
    opacity: 1;
}

.location_map {
    width: 100%;
    height: 82px;
    border-radius: 15px;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;

}

.contact_decorator{
    width: 860px;
    height: 900px;
    z-index: 10;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -940px;
    margin-left: -150px;
    opacity: .6;
}

.content_contact_input{
    width: 550px;
    height:601px;
    display: flex;
    z-index: 50;
}

.btn_general_blue{
    border: none;
    background: #43D5CB 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    width: 227px;
    height: 55px;
}
.content_form_input{
    padding-top: 0;
}
.input_contact{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBC8DE;
    border-radius: 8px;
    margin-bottom: 35px;
    opacity: .6;
}
.text_contact{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBC8DE;
    border-radius: 8px;
    opacity: .6;
}

.text_nav{
    color: #061237 !important; 
    font-weight: 500 !important;
    letter-spacing: 2.25px !important;
}



.text_nav:hover {
    font-weight: bold !important;
}

.active_menu_header {
    color: #40B5E0 !important;
    font-weight: bold !important;
}

.logo_atech_main {
    background-image: url("../icon/logo_bkblank.svg") !important;
}


.btnBefore, .btnAfter {

    border-color: #43D5CB !important;
}

.logo_atech_side {
    background-image: url("../icon/logo_blank.svg");
}
/* .section_list{

    padding-top: 45px;
} */


@media screen and (max-width:1200px){
    .content_contens_contact{
        flex-direction: column;
        align-items: center;
    }
    .content_text_contact_s{
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .maxw_section {
        height: 1500px !important;
    }

    .contact_decorator {
        margin-top: -1540px;
    }
}

@media screen and (max-width:800px){
    
    .content_text_contact_s{
        width: 100%;
        height: 650px;
        max-width: 600px;
        margin-bottom: 71px;
        
    }
    .contact_subtitle{

        max-width: 230px;

    }
    .content_form_input{
        width: 342px;
    }
    #form-contact{
        margin-bottom: 74px;
    }

    .location_information {
        justify-content: flex-start !important;
        padding: 0px 20px; 
    }

    .location_information > .icon_location {
        margin-right: 20px;
        width: 26px;
    }

    .second_location {
        margin-top: 20px;
    }

    .location_container {
        height: 470px;
    }

    .input_contact, .input_contact:active, .input_contact:focus {
        background-color: #FFFFFF !important;
        border: solid 1px #BBC8DE !important;  
    }

    .text_contact, .text_contact:active, .text_contact:focus {
        background-color: #FFFFFF !important;
        border: solid 1px #BBC8DE !important;
    }

    .contact_decorator {
        margin-top: -1340px;
    }


    .content_contact_input {
        width: 100%;
        padding: 0px 30px !important;
    }
}

@media screen and (max-width: 500px){
    .content_text_contact_s {
    padding: 48px 20px 30px 20px !important;
    }

    .content_contens_contact {
        align-items: unset !important;
    }

    .location_map {
        margin-left: 0px !important;  
    }

    .contact_email {
        width: 100% !important;
        justify-content: flex-start;
    }

    .contact_email > .email_information {
        width: unset !important;
    }

    .contact_phone_number {
        width: 100%;
        justify-content: flex-start; !important;
    }

    .contact_phone_number > .phone_number {
        width: unset !important;
         font: normal normal normal 15px / 20px Poppins;
    }

    .contact_phone_number > .phone_icon {
        margin-right: 10px;
    }

    .contact_email > .email_icon {
        margin-right: 10px;
    }

    .content_contens_contact {
        margin: 0 0px !important;
        padding: 73px 20px 0px 20px !important;
    }

    .location_information {
        padding: 0px 10px !important;
    }

    .location_information > .icon_location {
        margin-right: 10px;
        
    }
}
@media screen and (max-width:350px){
    .content_text_contact_s,
    .content_form_input{
   /** width: 100%;*/
   width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    }
    .content_text_contact_s{
        padding-left: 20px;
        padding-right: 20px;
    }
}
