/* 
Theme Name: The Harmony MD Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: NiXaam Team
Author URI: https://nixaam.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html {
  scroll-behavior: smooth !important;
}.mid-line:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 73%;
    background: #308b8c73;
    left: 0;
    right: 0;
    margin: auto;
    top: 42px;
}
*{
	outline:none !important;
}
span.ayc {
    position: relative;
    top: 9px;
}
.contact-1 {
    width: 48%;
    float: left;
}.contact-page ::placeholder {
    color: black;
}.email-0 p.elementor-icon-box-description a {
    color: #3F4A49 !important;
}
.check a {
    color:#0C4443;
    font-size: 14px;
    margin-left: 28px;
}

.contact-1.two {
    margin-left: 21px;
}
.contact-3 label {
    width: 100%;
}
.contact-4 label {
    width: 100%;
}
.contact-4 textarea {
    height: 100px;
}
.check label {
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: baseline;
}
.check input {
    position: relative;
    left: -14px;
}
.contact-fom-0 input {
    background-color: #127A7B !important;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px;
    border: 0px;
}
.mid-line {
    position: relative;
}
.sub-div>p {
    display: flex !important;
    background-color: #f1f2f2 !important;
    align-items: center !important;
    padding: 0px 20px !important;
    border-radius: 50px !important;
    font-family: 'Poppins' !important;
}
.sub-div>p i.fa.fa-envelope {
    color: #bbbfbf !important;
}
.sub-div input {
    padding: 15px 5px 15px 10px !important;
    border: none !important;
    background-color: #f1f2f2 !important;
    color: #626b6a !important;
    font-size: 12px !important;
}
.sub-div input:focus {
    outline: none !important;
}
.sub-div button {
    padding: 0px !important;
    border: none !important;
    color: #0c4443 !important;
    background-color: transparent !important;
}
.sub-div input::placeholder {
    color: #626b6a !important;
    font-size: 12px !important;
}
.sub-div span.wpcf7-not-valid-tip {
    position: absolute !important;
}
.scroll-sec {
     animation: upDown 2s ease-in-out infinite !important;
}
 @keyframes upDown {
     0% {
         transform: translateY(0);
    }
     50% {
         transform: translateY(-20px);
    }
     100% {
         transform: translateY(0);
    }
}
/* Media Query */
@media only screen and (max-width:991px) and (min-width:768px) {
.contact-1.two { margin-left: 14px;}
}
@media  (max-width:575px) {
.mid-line:before {display:none;}.contact-1.two { margin-left: 0px;}.contact-1 { width: 100%;  float: left;}
}





