/*  */
.get-in-section { padding: 80px 0px; }
.contact-information { background-color: #ededed; border-radius: 40px; overflow: hidden; }
.contact-information-top { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding: 30px; }
.information-left { width: 25%; }
.information-left img { display: block; margin: 0 auto; }
.information-center { width: 50%; text-align: center; }
.information-right { width: 25%; }
.information-right img { display: block; margin: 0 auto; }
.contact-information-bottom { border-top: 1px solid #fff; }
.contact-link ul { list-style: none; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; }
.contact-link ul li { width: 33.33%; display: flex; flex-direction: row; flex-wrap: wrap; padding:30px; border-right: 1px solid #fff; margin-bottom: 0; }
.contact-link ul li:last-child { border-right: none; }
.contact-link-img { width: 60px; height: 60px; margin-right: 20px; border-radius: 50%; background-color: #fff; display: flex; justify-content: center; align-items: center; }
.contact-link-text { width: calc(100% - 80px); }
.contact-link-text p { margin-bottom: 0px; font-size: 16px; }
:is(.contact-link-text) :is(h1, h2, h3, h4, h5, h6) { margin-bottom: 0px; font-size: 16px; }
.contact-form { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap-reverse; margin-top: 80px; }
.contact-form-left { width: calc(60% - 40px); margin-right: 40px; padding: 40px; border-radius: 40px; border: 1px solid #d0d0d0; background-color: #ededed; }
.contact-form .form-group { margin-bottom: 15px; }
.contact-form .form-group label { margin-bottom: 5px; }
.contact-form .form-group .form-control { background: #ffffff; min-height: 53px; color: #000; font-size: 16px; border-radius: 5px; font-family: "Mulish", sans-serif; font-weight: 500; padding: 10px 15px 10px 15px; outline: none; box-shadow: none; border: 1px solid #d8d7d5; }
.contact-form .form-group .sub_btn { margin-top: 30px; }
.contact-form-right { width: 40%; }
.contact-form-right img { width: 100%; border-radius: 40px; height: 100%; object-fit: cover; }
.contact-form .form-group textarea.form-control { height: 166px; }
/*  */