
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 80px;
}
        .hellobox-close {
   position: absolute;
    border-radius: 5px;
    width: 86px;
    height: 86px;
    top: -9px;
    left: -11px;
    bottom: 7px;
    right: auto;
    z-index: 11;

    text-align: center;
    opacity: 0.9;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: all 0.8s ease;
        transform: scale(0.01)!important;
    -webkit-transform: scale(0.01);
}
    .hellobox-closey {
       position: absolute;
    border-radius: 5px;
    width: 86px;
    height: 86px;
    top: -9px;
    left: -11px;
    bottom: 7px;
    right: auto;
    z-index: 11;

    text-align: center;
    opacity: 0.9;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: all 0.8s ease;
    transform: rotate(180deg) !important;
    -webkit-transform: scale(0.01);
}



.hellobox-close, .hellobox-closey{
    background: white !important;
    opacity: 1;
    box-shadow: 0px 0px 5px #b7b7b7;
	position: absolute;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: auto;
    left: 0px;
    bottom: 22px;
    right: auto;
}

.hellobox-close .fa, .hellobox-closey .fa{
	color: #a4a4a4;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}

.arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -10px;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
.arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -11px;
}
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
    .form-popupy {
    transition: all 0.8s ease;

    position: fixed;
    bottom: 0;
    margin-bottom: 64px;
    right: 10px;
    border: none;
    z-index: 99;
    bottom: 97px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
.arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -11px;
}
}
@media only screen and (max-width: 375px) and (min-width: 375px) {
    .arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -11px;
}
}
@media only screen and (max-width: 411px) and (min-width: 411px) {
    .form-popupy {
    transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 2px;
    border: none;
    z-index: 99;
    bottom: 121px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
.arrow-down  {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -11px;
}
}
.arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -10px;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
.arrow-down {
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: -11px;
}
}
/* The popup form - hidden by default */
.whatsapppopup {
    transition: all 0.8s ease;
    display: block;
    position: fixed;
    bottom: 0;
    right:-487px;
    border: none;
    z-index: 99;
        margin-bottom: 30px;
   bottom: 115px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}


.recievedmsg{
         float: left;
    max-width: calc(100% - 105px);
    min-height: 60px;
    margin-left: 10px;
    margin-top: 0px;
    border-radius: 5px;
    border-top-left-radius: 0;
    color: white;
    padding: 10px 12px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    }


.form-popupy {
    transition: all 0.8s ease;
    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 34px;
    border: none;
    z-index: 99;
   bottom: 115px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}




.hello {
   position: absolute;
    border-radius: 5px;
    width: 86px;
    height: 86px;
    top: -9px;
      background: #E4FFE1;
    text-align: center;
    opacity: 0.9;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: all 0.8s ease;
        transform: scale(0.01)!important;
    -webkit-transform: scale(0.01);
}

.whatsapppopup-nn {

    display: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    border: none;
    z-index: 9;
    bottom: 100px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
/* Add styles to the form container */
.form-container {
    max-width: 424px;
    padding: 10px;
    background-color: white;
    height: 309px;
}

/* Full-width input fields */
t .form-container input[type=text], .form-container input[type=password] {
    width: 75%;
    padding: 17px;
    margin: 22px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    border-color: transparent;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}


@-webkit-keyframes slideIn {
    from {right: -300px; opacity: 0}
to {right: +300; opacity: 1}
}

@keyframes slideIn {
    from {right: -300px; opacity: 0}
to {right:  +300; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {right: 300px; opacity: 0}
to {right: 0; opacity: 1}
}

@keyframes fadeIn {
    from {right: 300px; opacity: 0}
to {right: 0; opacity: 1}
}
.noright{
    right: auto !important;
}

.whatsapppopup .nc{
    display: none;
    position: fixed;
    bottom: 0;
    right: -450px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    bottom: 100px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}

#whatsappchat a {
    cursor: pointer;
    z-index: 999;
}
#whatsappchat a img{

    width: 100%;
}
    .whatsappchat{
           cursor: move;
    }

.imagecontrol{
        position: fixed;
    z-index: 99;
    right: 3% ;
    float: right ;
    bottom: 6% ;
}

#whatsappchat.rotated{
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    transform: rotate(90deg);
}


#closeicon {
       display: block;
    position: absolute;
    z-index: 9999;
    bottom: 100%;
    /* right: 90%; */
    cursor: pointer;
        left: 55px;
    top: -23px;
}
#whatsappchat .imagecontrol{
    height: 80px;
}

.imagecontrol.ui-draggable.ui-resizable {
    right: auto;
}
    #whatsappchat .imgdragclass {
    right: auto !important;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

form {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 15px;
}





@media screen and (max-width: 1114px) {
 .form-popupy {
    transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 64px;
    right: 17px;
    border: none;
    z-index: 99;
    bottom: 72px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}


@media screen and (max-width: 700px) {
 .form-popupy {
   transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 12px;
    border: none;
    z-index: 99;
    bottom: 115px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}



@media screen and (max-width: 524px) {
.form-popupy {
   transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 2px;
    border: none;
    z-index: 99;
    bottom: 115px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}

@media only screen and (max-width: 1024px) and (min-width: 1024px) {
   .form-popupy {
     transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 34px;
    right: 19px;
    border: none;
    z-index: 99;
    bottom: 146px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}

@media only screen and (max-width: 411px) and (min-width: 731px) {
    .form-popupy {
    transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 2px;
    border: none;
    z-index: 99;
    bottom: 114px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}







@media only screen and (max-width: 411px) and (min-width: 731px) {
    .form-popupy {
    transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 2px;
    border: none;
    z-index: 99;
    bottom: 114px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}




@media only screen and (max-width: 328px) and (min-width: 415px) {
    .form-popupy {
    transition: all 0.8s ease;

    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 2px;
    border: none;
    z-index: 99;
    bottom: 114px;
    -webkit-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 45px 1px rgba(0,0,0,0.75);
}
}

img.hbx_profile_img {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border-top-right-radius: 0;
    margin-left: 16px;
}

.airplane{
      width: 6.4%;
    margin-bottom: 0;
    margin-left: 14px;
    position: absolute;
    bottom: 19px;
    right: 45px;

}

#enteredmessage{
    width: 69%;
    margin-left: 0px;
    border: none;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    left: 15px;
        background: #fff;
}

.whatapimgg{
    float: left;
    width: 68px;
    height: 65px;
    margin-left: -2px;
}



#whatsappform.form-popupy{
  z-index: 999;
}

#whatsappchat .imagecontrol {
    z-index: 999;
  }

.floatWhatsapp{
	background: #25d366;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor:pointer;
}


.hellobox-close, .hellobox-closey{
    background: white !important;
    opacity: 1;
    box-shadow: 0px 0px 5px #b7b7b7;
	position: absolute;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: auto;
    left: 0px;
    bottom: 22px;
    right: auto;
}

.hellobox-close .fa, .hellobox-closey .fa{
	color: #a4a4a4;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}
