﻿.send-medicine-inq .form-control {
            width: 100%;
            border: 1px solid #ebf8ff;
            height: 50px;
            display: block;
            padding: 0 15px;
            color: #333;
            font-size: 14px;
            font-weight: 400;
            transition: all 500ms ease;
            border-radius: 0;
        }

        .search-box .form-group {
            margin-bottom: 15px;
        }

        .form-send-med-inq {
            margin-top: 15px;
        }

        .send-medicine-inq .inq-title {
            color: #fff;
            border-bottom: 1px solid #1785d0;
            padding-bottom: 10px;
            text-align: center;
        }

        .thm-btn.bg-2:hover {
            background-color: #3bb54a;
        }

        .department {
            background-color: #f6fbff;
        }

        .overlay-style-one .box .text-holder a i {
            color: #fff;
            font-size: 30px;
        }
        /*Contact Inquiry*/
        .home-contact {
            position: absolute;
            right: 60px;
            top: 0px;
        }

        .map-area {
            position: relative;
        }

        .home-contact .contact-area {
            padding: 0;
        }

        @media screen and (max-width:992px) {
            .home-contact {
                position: relative;
                right: auto;
                top: auto;
            }
        }