:root{
    --mygreen: #389C38;
    --secondcolor:#003C2F;
    --thirdcolor: #005542;
}

body{
    font-family: Poppins;
    font-size:18px;
}

.my-color{
    color: var(--mygreen);
}
.sec-color{
    color: var(--secondcolor);

}
.thrd-color{
    color: var(--thirdcolor);
}
.pad{
    padding:100px 20px;
}
.pad-left{
    padding-left: 70px !important;
    border-right: 0;
}
.pad-bottom{
    padding-bottom: 80px !important;
}
#navbarNav a{
    background-color: var(--mygreen);
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    font-size:20px;
    font-weight: 600;
}

.phone-icon{
    padding-right:8px;
}

.hero-section{
    background-image: url('assets/images/banner-overlay.png');;
    background-repeat: no-repeat;
    background-size:100% 100%;
    height: 700px;

}

.hero-side-left{
    padding-top: 80px;
    padding-left: 10px;
}

.firststep{
    font-size:19px;
}
.input-address{
    border: 1px solid var(--mygreen);
    border-radius: 30px 0px 0px 30px;
    width: 500px;
    padding: 20px 20px;
    width:350px;
}

.cta2{
    background-color: var(--mygreen);
    color: white;
    border-radius: 30px;
    padding: 12px 20px;
    font-size:15px;
    font-weight: 500;
    position: relative;
    right: 30px;
    border:none;
}

.cta21{
    border-style: solid;
    border-width: 0 0 10px 0;
    border-image: url(https://elitemgmtservices.net/property-management-elk-grove/assets/icons/highlight-line.svg) 30 stretch;
}

.cta2:hover{
    color: var(--mygreen);
    background-color: #fff;
    border-color: var(--mygreen);
    border: 2px solid;
}

.ctaform:hover{
   color: var(--mygreen);
    background-color: #fff;
    border-color: var(--mygreen);
    border: 2px solid; 
}



.cta-arrow{
    float: right;
    position: relative;
    right: 21px;
    bottom: 17px;
}
.reviewstars img {
    width: 50px;

}

#property-type{
    background-color: #F1F1F1;
}

.highlight-line2{
    position: relative;
    top: 18px;
    right: 408px;
}
.enjoy-headline{
    padding-left: 250px !important;
}


.cta3{
    background-color: var(--mygreen);
    width: 500px;
    margin-top:20px;
    text-align: center;
    display: inline-block
}

.cta3 button {
    background:none;
    border:none;
}

#imagine{
    background-color: #f1f1f1;
}

.down-arrow{
    width:75px;
}
.card{

flex-shrink: 0;
border-radius: 42px;
border: 3px solid rgba(255, 255, 255, 0.77);
background: rgba(0, 0, 0, 0.13);
backdrop-filter: blur(10px);
}
.testimonial-img{
    width: 25%;
    position: relative;
    bottom: 42px;
    left: 35%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.testimonial-btn{
    border-radius: 50%;
    padding: 17px 24px;
    border: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.20);
    
}

.highlight-line3{
    position: relative;
    bottom: 10px;
    left: 477px;
    width: 23%;
}


.tick-list{
    list-style-type: none;
    padding-left: 0px;
}

.tick-list li{
    display: flex;
    align-items: center;
    line-height: 50px;
    color: var(--thirdcolor);
}

.tick-list li:before{
    content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url('assets/icons/single-tick.svg');
  background-repeat: no-repeat;
}

.cta5{
    background-color: var(--mygreen);
    width: 650px;
    margin-top:20px;
    text-align: center;
    display: inline-block;
}
.cta5 button {
    background:none;
    border:none;
}


.btns-col{
    padding-top:30px;
    justify-content: space-between;
    display: flex;
}


.tick-list2{
    list-style-type: none;
    padding-left: 0px;
    color:var(--thirdcolor)
}

.tick-list2 li{
    display: flex;
    align-items: center;
    line-height:30px;
}

.tick-list2 li:before{
    content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 0 20px;
  background-image: url('assets/icons/single-tick.svg');
  background-repeat: no-repeat;
}

.partition{
    border-right: 2px solid #ADB6AE; 
}

.gaurante-pad{
    padding:0 50px;
}
.highlight-line4{
    left: 38%;
    position: relative;
    width: 24%;
    bottom: 15px;

}


#special-gift{
    background-image: url('assets/images/house-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.tick-list li:before {
    width: 51px;
} 
.highlight-line3 {
        left: 351px;
}
.highlight-line2 {
        right: 362px;
    width: 189PX;
}
.relaxing-man-1 {
        width: 467px;
}
 
      
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
.input-address {
    border-radius:30px;
}
.cta2{
    right: 0;
    top: 10px;
    bottom:0;
}
.relaxing-man-1 {
        width: 385px;
}
.highlight-line2 {
    top: -11px;
    right: -5%;
    width: 180px;
}
.highlight-line3 {
    position: relative;
    bottom: 10px;
    left: 247px;
    width: 28%;
}
.relaxing-man-2 {
        width: 385px;
}
.tick-list li:before {
    width:52px;
}
    
}
  
@media only screen and (min-width: 769px) and (max-width: 1370px) {

.hero-section {
        height: 850px;
}

.highlight-line1{
    position: relative;
    bottom: 11px;
}
.input-address {
        width: 241px;
        font-size: 14px;
}
.cta-arrow{
    position: relative;
    right: -11px;
    bottom: 99px;
    transform: rotate(336deg);
}
.enjoy-headline {
    padding-left: 112px !important;
}



}  

@media screen and (max-width: 768px) {
    
    #navbarNav a{
        font-size: 13px;
    }
    
    .hero-section{
        background-image: url('assets/images/m-banner.png');;
        background-repeat: no-repeat;
        background-size:100% 100%;
        height: 800px;
    
    }

    .input-address{
        border-radius:30px;
    }
    .cta-arrow{
    right: -12px;
    bottom: 107px;
    }
    .d-flex.reviewstars {
    justify-content: center;
}
    
    .cta2{
        margin-top: 15px;
        width: 320px;
        right:0;
        bottom:0;

    }
    .enjoy-headline{
        padding-left:0 !important;
    }
    .ejoy-p2{
        position: relative;
    left: 60px;
    }
    .relaxing-man-1{
        width:350px;
    }


    .relaxing-man-2{
        width:350px;
    }

    .tick-list{
        padding-left: 0px;
    }
    
    .tick-list li:before{
        width:47px;
        margin-right: 0px;

    }

    .pad-left{
        padding-left:12px !important;
        border-bottom: 2px solid #ADB6AE;
    }

    .partition{
        border-right: 0px !important; 
        border-bottom: 2px solid #ADB6AE;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    
    .cta3{
        width: 325px;
    }

    .card{
        margin: 79px 0px;
    }

    .btns-col{
        justify-content: center;
    }

    
    .testimonial-btn{
        margin: 20px;
    }

    .highlight-line1{
        width: 230px;
        position: relative;
    bottom: 11px;
    }

    .highlight-line2{
        left: 6%;
        width: 33%;
        top: -27px;
        right: 0;
    }

    .highlight-line3{
        left: 18%;
        width: 59%;
    }

    .highlight-line4{
        left: 10%;
        width: 78%;
    }
    #special-gift{
        background-image: url('assets/images/m-special.jpg');
        background-size: 100% 100%;
    }
    .communication-man{
    
        width: 300px;
    }
    }
}

.float-label-control { position: relative; margin-bottom: 1.5em; }
    .float-label-control ::-webkit-input-placeholder { color: transparent; }
    .float-label-control :-moz-placeholder { color: transparent; }
    .float-label-control ::-moz-placeholder { color: transparent; }
    .float-label-control :-ms-input-placeholder { color: transparent; }
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
        .float-label-control textarea:focus { padding-bottom: 4px; }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaaaaa; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; }
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
    .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

.modal-header{
justify-content: right;
border:none;
}

.modal-header .close{

    border: none;
    background: none;
    font-size: x-large;
}

.ctaform{
    background-color: var(--mygreen);
    color: white;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
        margin-top: 20px;
    width: 100%;
}
.formleft{
   background: linear-gradient(to bottom, #389C38 0%, #005542 100%);
   height: 100%;
}
.formleftcontent{
        position: relative;
    top: 20%;
    
}
.transcontainer{
    margin:13px;
}
.formlefttitle{
    padding: 20px;
    font-size: 28px;
}
.formleftp{
    font-size: 16px;
}
.formrighttitle{
    color: #005542;
}
.formline{
        font-size: 12px;
    text-align: justify;
}

#overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
}