/* get-in-touch */

.get-in-touch {max-width: 1100px;margin: 0 auto;}
.get-in-form {width: 100%;background-color: #fff;padding: 30px;border-radius: 20px;}
.get-in-btn {margin-top: 20px;}

.get-in-touch-wrap {display: flex;flex-direction: row;flex-wrap: wrap;}

.get-in-left {width: 50%;}
.get-in-link {padding: 30px;background: #fff;margin-right: 30px;border-radius: 20px;}
.get-in-link-title {margin-bottom: 30px;}
.get-in-link ul {list-style-type: none;padding: 0;margin: 0;}
.get-in-link ul li {padding-bottom: 15px;margin-bottom: 25px;border-bottom: 1px solid #d9d9d9;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
.get-in-link ul li:last-child {padding-bottom: 0px;margin-bottom: 0px;border-bottom: none;}
.get-in-link ul li a:hover {color: #d21819;}
.get-in-link-img {width: 60px;height: 60px;padding: 15px;object-fit: contain;background: #ddd;border-radius: 50px;display: flex;align-items: center;justify-content: center;}
.get-in-link-content {width: calc(100% - 60px);padding-left: 20px;}
.get-in-link-content p {margin-bottom: 0px;font-size: 16px;line-height: 18px;}

.get-in-right {width: 50%;} 
.get-in-right-img {height: 100%;}
.get-in-right-img img {border-radius: 20px;height: 100%;width: 100%;object-fit: cover;}

.get-in-full {width: 100%;margin-top: 40px;}

.get-in-form .form-group {padding-bottom: 20px;width: 100%;display: flex;flex-wrap: wrap;}
.get-in-form .form-group label {width: 40%;padding-right: 20px;}
.get-in-form .form-group .input_box {width: 60%;}