

form#contactForm .mb-3 {
    margin-bottom: 20px !important;
}

form .mb-3 {
    position: relative;
}

.sidebar-contact {
    position: fixed;
    top: 57%;
    right: -320px;
    transform: translateY(-50%);
    width: 320px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 6px 50px rgb(0 0 0 / 12%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input, .sidebar-contact textarea, .sidebar-contact input, .sidebar-contact select {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 32%);
    outline: none;
    border-radius: 0;
}
.sidebar-contact select {
    color: #727477;
}
.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    color: #6b4b42;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}

.form-check-input {
    width: fit-content !IMPORTANT;
    height: auto !IMPORTANT;
}
label.form-check-label {
    font-size: 10px;
}


.toggle {
    position: absolute;
    height: 48px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    top: 100px;
    left: -149px;
    line-height: 48px;
    background: rgba(241, 222, 205, 1);
    box-shadow: -6px 3px 10px rgb(0 0 0 / 4%);
    transform: rotate(90deg);
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #fff;
}
.toggle.active {
    top: 128px;
}
.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #000;
    position: absolute;
    opacity: 0;
}
.toggle.active:before {
    content: '\f00d';
    opacity: 1;
    top: 0;
    left: -29px;
    background-color: #f1decd;
    width: 31px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-contact button#submitBtn {
    background-color: #6b4b42;
    border: 0;
}
.sidebar-contact button#submitBtn span.btn-text {
    color: #fff;
}
span.captcha-code.badge {
    background-color: #6b4b42 !important;
    width: 75px;
    padding: 8px 0 !important;
}
input.form-control.mt-2.captcha-input {
    width: 85px;
    margin: 0 !important;
    height: 32px;
}

.invalid-feedback {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
}


.desktop-contact {
    position: fixed;
    z-index: 99;
    width: 47px;
    height: 40px;
    background-color: #f1decd;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 27.5vw;
    box-shadow: -6px 3px 10px rgb(0 0 0 / 4%);
    border: 1px solid #fff;
}

.desktop-contact a { color: #59595c; }


.book-datetime-wrapper {
    position: relative;
}
.book-datetime-wrapper span.input-group-text {
    border: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}


@media(max-width: 1450px) {
    .sidebar-contact {
    top: 43%;
    padding: 20px;
}
    
    .sidebar-contact h2 {
        font-size: 20px;
    }
}

@media(max-width: 1199px) {
    .desktop-contact {
        top: 30.5vw;
    }
    img.mb-2.hero-vector-2 {
        width: 250px;
    }
    img.hero-vector-1.img-desktop.aos-init.aos-animate {
        width: 200px;
    }

    .about-card {
        padding-left: calc((100vw - 1120px) / 2 + 0px);
    }
    section#connectivity .about-card::after,
    section#ekaanta-life .about-card::after {
    left: -90px;
    }
}

@media(max-width:768px)
{
    .desktop-contact {
    display: none;
}
    
    
.sidebar-contact {
    height: auto;
    /* top: 45%; */
    width: 80%;
    right: -80%;
    background-color: #fff;
    display: none;
}
  
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  
  button#Popup_submitBtn {
    background-color: #6b4b42;
    border: 0;
    }
    
    form .mb-3 {
        margin-bottom: 25px !IMPORTANT;
    }

    .modal-content {
        top: 30px;
    }

   .form-check-input {
    width: 15px !important;
    height: 15px !important;
}

input.form-control.mt-2.captcha-input {
    width: 37%;
    height: 35px;
}

}