/*Sticky-Icon Start*/

.email-icon{
    position: fixed;
    bottom: 40%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.email-icon .icon_logo{
    position: relative;
    z-index: 9999;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.email-icon .icon_logo i{
  font-size: 24px;
  color: #fff;
  padding: 8px;
}
.email-icon .icon_logo > a > img{
    width: 100%;
}
.email-icon .circle_waves{
    border-radius: 50%;
    background-color: #353666;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.modal-backdrop{
    /*z-index: 9;*/
}
.modal-dialog{
    /*width: auto;*/
}

.modal-title{
    font-size: 24px;
}
.modal-header{
    padding: 10px 15px;
}
.modal-header .modal-title{
    color: #2c3e50;
}
.modal .cross-btn{
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: #c27246;
    border: 2px solid #c27246;
    z-index: 999;
    opacity: 1;
    border-radius: 100%;
    color: #fff;
}
.modal .cross-btn span{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

@media (max-width: 767px) {
    .modal-dialog{
        width: 70%;
        left: 50%;
        transform: translateX(-50%) !important;
    }
}


.email-model .form-group{
    margin-bottom: 0;
}
.right-popup .text{
    margin-bottom: 0px;
    font-size: 16px;
}
.right-popup h4.text{
    color: #222;
}



.right-popup input, .right-popup textarea{
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, .form-control:focus{
    box-shadow: 0 0 5px #e8c0d6 !important;
    border-color:transparent;
}
.popuo-btn{
    text-align: center;
    float: unset;
    margin: 0 auto;
}
.right-popup button{
    background: #2c3e50 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: inline-block !important;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 10px;
    text-transform: capitalize;
    height: unset;
    line-height: 30px;
    width: 100%;

}
.right-popup button:hover{
    background: none;
    border: 2px solid #2c3e50;
    color: #2c3e50;
}



/*Whatsapp*/
.whatsapp-btn{
    position: fixed;
    bottom: 13%;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.whatsapp-btn .icon_logo{
    position: relative;
    z-index: 9999;
    padding: 5px;
}
.whatsapp-btn .icon_logo > a > img{
    width: 100%;
}
.whatsapp-btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}


/*Call*/

.call-btn{
    position: fixed;
    bottom: 31%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.call-btn .icon_logo{
    position: relative;
    z-index: 9999;
    padding: 5px;
}
.call-btn .icon_logo > a > img{
    width: 100%;
}
.call-btn .circle_waves{
    border-radius: 50%;
    background-color: #353666;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}


/*Location*/

.location-btn{
    position: fixed;
    bottom: 22%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.location-btn .icon_logo{
    position: relative;
    z-index: 9999;
    padding: 5px;
}
.location-btn .icon_logo > a > img{
    width: 100%;
}
.location-btn .circle_waves{
    border-radius: 50%;
    background-color: #353666;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}


@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/*Sticky End*/