
#contact_area{
    color: #000;
    font-size: 14px;
}
#contact_area .title{
    font-size: 130%;
}
#contact_area .note{
    margin: 25px 0;
}

#contact_form input{
    background:transparent;
    border:none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 8px;
    margin-left: 0;
    color:#000;
    padding-left: 0;
    font-size: inherit;
}
#contact_form input:focus{
    outline: none;
    box-shadow: none;
}
#contact_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  #contact_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}

#contact_form input::-ms-input-placeholder { /* Microsoft Edge */
color: #000;
}
#contact_form a#submit_form{
    display: block;
    color:#31519c;
    text-transform: uppercase;
}
#contact_form a#submit_form .white-line{
    height: 2px;
    width: 30px;
    background: #31519c;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
}
#contact_form .center_flex{
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.8;
   
}
.center_flex.padding_left{
    padding-left: 45px;
}
#contact_form .center_flex img.icon_{
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
}
.line_{
    border-bottom: 1px solid #000;
    width: 100%;
}
.body_section .section_info .sub_title{
    margin-bottom: 5px;
}
.body_section .section_info .sub_title img{
    width: 70px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.body_section .section_info .title{
    font-size: 32px;
    margin-bottom: 15px;
}

.body_section .section_info .text_area{
    flex: 1;
}
.text_area .title_2{
    font-size: 120%;

}
.body_section .section_info .text_area .text{
    margin-bottom: 10px;
    text-align: justify;
}
.body_section .section_info .text_area .view_more{
    margin-top: 15px;
    display: block;
    color: unset;
}
.body_section .section_info .text_area .view_more>div{
    display: inline-block;
    vertical-align: middle;
}
.body_section .section_info .text_area .view_more .red_line{
    width: 30px;
    background-color: red;
    height: 2px;
    margin-left: 10px;
}
.section_image img{
    width: 100%;
}
#section_1 .info_panel{
    background-color: #365099;
    background-image: linear-gradient(to top right,#cd353e, #365099);
    padding: 25px;
    color: #fff;
    font-size: 13px;

}
#section_1 .info_panel .box .title{
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
}
#section_1 .info_panel .box .title>div.white_line{
        width: 20px;
        height: 3px;
        background-color: #fff;
        display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#section_1 .info_panel .box .title>span{
    display: inline-block;
    vertical-align: middle;
}
#map{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
}
#map iframe{
    width: 100%;
    height: 100%;
}
#section_1{
    padding-bottom: 0;
}
#section_1>div.row{
    margin: 0;
}
#section_1>div.row>div{
    padding: 0;
}
#contact_form .display_mobile{
    display: flex;
}
#contact_form .flex_hide_mobile{
    display: none;
}
@media (max-width: 700px) {
    #contact_area{
        padding: 0;
    }
    #contact_form input{
        margin:15px 0;
    }
    #contact_form a#submit_form{
        text-align: left;
        margin:15px 0;
    }
    .body_section{
        padding: 25px;
        padding-bottom: 150px;
    }
    #section_1 .info_panel{
        margin-left: -25px;
        margin-right: -25px;
    }

    #margin_mobile{
        margin-left: 55px;
        margin-top: -25px;
    }
}
@media (min-width: 768px) {
   
    #contact_area{
        padding: 50px 25px;
    }
   #contact_form .display_mobile{
       display: none;
   }
   #contact_form .flex_hide_mobile{
       display: flex;
   }
}
@media (min-width:992px){
    #contact_area{
        padding: 25px;
    }
 
    #map{
        margin-top: 50px;
        margin-bottom: 150px;
    }
    .body_section{
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .body_section{
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #contact_form .row{
        margin: 15px -25px;
    }
    #contact_form .row>div{
        padding: 0 25px; 
    }
    #section_1 .info_panel{
        margin-right: 50px;
    }
}