
/* Button */

.ftr_phone{ font-size:30px; font-weight:600}

.card {
    width: 100%;
    margin: 0 auto !important;
    margin-top: 4% !important;
				background: rgba(255, 255, 255, 0.17);
}

.itawacta .card {
    width: 35%;
    margin: 0 auto !important;
    margin-top: 4% !important;
				background: rgba(255, 255, 255, 0.17);
}

.card .form-group label {
    width: 100%;
    border-radius: 50px;
    padding: 10px 15px 12px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper img {
  width: 100%;
		border-radius:10px;
}


.col{ margin-bottom:40px;}

.btncall {
    background: #2e3192;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    /* margin-left: 12px; */
    position: fixed;
    right: 0%;
    top: 20%;
				width:auto;
				height:auto;
}

.content {
    writing-mode: vertical-lr;
    /* text-orientation: mixed; */
    text-orientation: upright;
    /* text-orientation: sideways-right; */
    /* text-orientation: sideways; */
    text-align: center;
    font-size: 16px;
    padding: 5px;
    line-height: 34px;
    letter-spacing: -4px;
    cursor: pointer;
}

.closebutton {
  border: 0;
  padding: 8px 20px;
  background-color: #2e3192;
  color:#fff;
  text-transform:uppercase;
  border-radius:0px;
		width: 90%;
}
.closebutton:hover {
  background-color:#555;
  color: #fff;
  transition: .2s ease-in-out;
}
.closebutton:focus {
  outline: none;
}
.enqbutt {
  max-width: 500px;
  margin: 70px auto 0 auto;
  text-align:center;
}

/* Contact Form */
form {
  display: block;
  margin-top:30px;
}

form input,
form textarea {
  background: transparent;
  display: block;
  border: 0;
  border-bottom: 1px solid #29bbf2 !important;
  padding: 15px;
  width: 90% !important;
  margin-bottom: 20px;
}

form input:focus,
form textarea:focus {
  outline: none;
}



.itawacta form {
  display: block;
  margin-top:60px;
}

.itawacta form input,
form textarea {
  background: #fff;
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc !important;
  padding: 15px;
  width: 100% !important;
  margin-bottom: 0px;
}

.itawacta form input:focus,
form textarea:focus {
  outline: none;
}

.itawacta .card .form-group label {
    width: 100%;
    border-radius: 50px;
    padding: 0px 15px 20px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Slidein */
.slidein {
  display: none;
  position: fixed;
  background: #fff;
  width: 395px;
  height: auto;
  top: 0;
  right: 0;
  padding: 20px 0 20px 40px;
  z-index: 999;
}

/* Close button */
.close {
    font-size: 130%;
    color: #fff;
    float: left;
    position: absolute;
    right: 5%;
    top: 2%;
    background-color: #000;
    padding: 6px 10px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
}
.close:hover {
  cursor: pointer;
		color:#fff;
}

/* Overlay */
.overlay {
  display: none !important;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formbutton {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}


@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {

.ftr_phone {
    font-size: 24px;
}
.modal-body {
    padding: 0px;
}

.btncall {
    right: 0%;
    top: 36%;
}

.col {
    padding-left:5px;
				padding-right:5px;
}

.itawacta .card {
    width: 100%;
    margin: 0 auto !important;
    margin-top: 4% !important;
    background: rgba(255, 255, 255, 0.17);
}

}