/* General Styles */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    overflow-x: hidden;
}

.full-width-container {
    width: 100%;
}
li.styleli {
    float: left;
    padding: 15px 7px;
    list-style: none;
}
.container {
    max-width: 1170px;
    margin: auto;
    padding: 0px 0;
    box-sizing: border-box;
}


.ulicons{
        margin: 0;
    padding: 0;
    margin-left: -5px;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2em;
    color: #403023;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.bg-gray-bdr {
    /* background-color: #dfdfdf; */
    border-top: 1px solid #dfdfdf;
    /* border-bottom: 1px solid #dfdfdf; */
}

.flex-1 {
    flex: 1;
}

.bdr-r {
    border-right: 2px solid #dfdfdf;
    margin-right: 10px;
    padding-right: 10px;
}
.banner-title {
    /* text-align: center; */
    /* color: white; */
    /* font-size: 34px; */
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 0 0 12px #000000bf;
    text-align: center;
    /* line-height: 50px; */
    margin-top: 10%;
    /* margin-right: 28%; */
    margin: 10% 15%;
    width: 1000px;
}
nav ul li a:hover {
    color: #000;
}


/* Header Styles */

section#header {
    box-sizing: border-box;
}

.contact-info .container {
    padding: 0;
    margin: auto;
    width: 100%;
}

.social-media-icns {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.social-media-icns ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.social-media-icns li {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2em;
    border-right: 1px solid;
    width: 50px;
    text-align: center;
}

.social-media-icns li:first-child {
    border-left: 1px solid;
}

nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ededed;
    position: relative;
}

nav ul li:last-child {
    padding-right: 0;
}

.social-media-icns li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icns li:hover {
    opacity: .7;
}

nav ul li {
    display: block;
    padding: 0 20px;
    font-weight: 300;
}

nav ul li a {
    text-decoration: none;
    color: #858585;
    font-weight: 500;
    letter-spacing: .02em;
}



section#header .container {
    display: flex;
    padding: 0;
    position: relative;
}

header {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

.bar-menu {
    display: none;
}

#header.sticky {
    position: sticky;
    z-index: 1000;
    transition: transform .5s;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 11px 1px #000000e0;
    background-color: #FFF;
}

.logo {
    display: flex;
}

.contact-info {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #ffffff;
    background-color: #f58420;
    box-sizing: border-box;
    font-weight: bold;
}

.contact-info img {
    margin-right: 2px;
}

ul.menu.flex {
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

li.sub-nav {
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 1;
    background-color: #fffffffc;
    /* padding: 10px; */
    display: none;
    list-style: none;
    border: 2px solid #d4d4d4;
    /* border-radius: 12px; */
    width: 100%;
    padding: 5px;
    box-shadow: 3px 3px 7px 1px #00000061;
}

li.sub-nav .list {
    padding: 15px 5px;
    box-sizing: border-box;
    width: 25%;
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    /* border-right: 1px solid #afafaf; */
}

li.sub-nav .list a {
    color: #3c69ad;
    font-weight: normal;
    font-size: .8em;
}


/* Hero  Section*/

#hero {
   
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-image-section {
    width: 100%;
    height: 100%;
}

.hero {
       background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero.one {
    background-image: url("../images/bg-image.jpg");
}

.hero.two {
    background-image: url("../images/bg-image1.jpg");
}

.hero.three {
    background-image: url("../images/bg-image2.jpg");
}

.overlay {
    width: 100%;
    height: 100%;
    /* background-color: #00000080; */
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

.overlay .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero button {
    display: none !important;
}

.prop-book-wrapper {
    height: 60px;
    align-items: center;
    background-color: #FFF;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.element-wrapper input,
select {
    border: 0;
    outline: none;
    font-size: .9em;
    padding-left: 5px;
    color: #808080;
    width: 100%;
    background-color: transparent;
}

.search-bar-guest{
    font-size: 1em !important;
    color: #808080;
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: 150px;
    /* padding-left: 10px; */
    box-sizing: border-box;
}

.search-bar-room {
    font-size: 1em !important;
    color: #808080;
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: 150px;
    box-sizing: border-box;
}

.search-bar-guest-input{
    position: absolute;
    width: 100%;
    height: auto;
    top: 30px;
    background-color: #FFF;
    padding: 10px;
    right: 0px;
    display: flex;
    font-size: .8em;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.search-bar-room-input {
    position: absolute;
    width: 40%;
    height: auto;
    top: 0;
    background-color: #FFF;
    /* padding: 10px; */
    right: 0px;
    display: flex;
    font-size: .8em;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.search-bar-guest-input p {
    display: flex;
    width: 50%;
}

.search-bar-guest-input input {
    width: 20px;
}

.search-bar-room-input p {
    display: flex;
    width: 50%;
}

.search-bar-room-input input {
    width: 20px;
}

.element-wrapper {
    align-items: center;
    font-size: 1.2em;
    flex: 1;
}

.element-wrapper select {
    min-width: 154px;
}

.element-wrapper button {
    background-color: #f4a934;
    width: 200px;
    height: 32px;
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    left: 10px;
    /* position: relative; */
    border: none;
    font-size: 1em;
    cursor: pointer;
    color: #FFF;
    outline: none;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.service .img {
    width: 100px;
    /* background-color: #f4a934; */
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100px;
    /* border: 1px solid #848484; */
    box-shadow: 0 0 5px #a7a7a7;
}

.service .img img {
    width: 60px;
}

.service p {
    font-size: .8em;
    color: #868686;
}

.l.col {
    /* flex: 1; */
    border-right: 1px solid #dfdfdf;
    padding-right: 30px;
    margin-right: 30px;
    width: 50%;
    box-sizing: border-box;
}

.l.col .flex {
    justify-content: space-between;
}

.l.col .flex {
    justify-content: space-between;
    align-items: flex-start;
}

.r.col {}

.cust-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test-hdr {
    font-weight: bold;
    margin-bottom: 7px;
}

.ser-name {
    margin-top: 15px;
}

.ser-name {
    margin-top: 15px;
    color: #f58420;
}

.cust-name {
    margin-top: 15px;
}

.cust-info .img img {
    width: 120px;
}

.r.col {
    width: 50%;
}

.header-section {
    /* padding: 20px; */
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border-bottom: 1px solid #ededed; */
    border-top: 1px solid #ededed;
}

.header-section span {
    width: 50px;
    height: 3px;
    background-color: #f4a934;
    position: absolute;
    bottom: 10px;
}

.cust-testimonial {
    margin-left: 20px;
    border-left: 1px solid #ededed;
    padding-left: 10px;
    box-sizing: border-box;
    margin-right: 20px;
    text-align: justify;
}


/* Locations */




.location {
    width: 32%;
    min-width: 260px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-right: 15px;
}

.location-wrapper {
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.location {}

.location-img img {
    width: 100%;
}

.location-dtls .icon img {
    width: 15px;
    padding-right: 10px;
    border-right: 1px solid #adadad;
    margin-right: 5px;
    /* display: none; */
}

.location-name {
    color: #454545;
    padding: 10px 20px;
    font-weight: bolder;
}

.location-dtls {
    padding: 0 20px;
    color: #8a8a8a;
    font-size: .9em;
    height: 130px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.mar-10 {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.view-more-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    /* display: none; */
}

.view-more-btn button {
    background-color: transparent;
    padding: 10px 30px;
    border: 1px solid #f4a934;
    /* color: #FFF; */
    font-weight: bold;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

section#extra-offers .img {
    background-color: #204e9d;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#extra-offers .img img {
    width: 80px;
}

section#extra-offers .flex {
    justify-content: space-between;
    padding: 40px 100px 40px;
}

section#extra-offers .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-names {
    margin-top: 20px;
}

section#tra-choice {
    border-top: 1px solid #FFF;
}

.avil-location h3 {
    text-align: center;
}

ul {}

.avil-location ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.avil-location ul li {
    display: block;
    padding: 10px 20px;
}

.avil-location ul li a {
    text-decoration: none;
    color: #000;
}


/* Footer */

.avil-location h3 {
    text-align: center;
}

ul {}

.avil-location ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.avil-location ul li {
    display: block;
    padding: 1px 20px;
    margin-bottom: 15px;
    border-right: 1px solid #717171;
}

.avil-location ul li a {
    text-decoration: none;
    color: #696969;
}

.wrapper.flex .col {
    margin-right: 60px;
    flex: 1;
}

.wrapper.flex .col ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wrapper.flex .col ul li {
    display: block;
}

.wrapper.flex .col ul li a {
    text-decoration: none;
    color: #696969;
}

.wrapper.flex {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.copy-rights {
    flex: 1;
    padding: 20px 0;
}

ul.social-icons {
    display: flex;
}

ul.social-icons li {
    padding: 0 20px 0 0px;
    font-size: 2em;
}

.city-name {
    position: absolute;
    top: 0;
    /* background-color: #204e9d; */
    /* width: 100%; */
    padding: 5px 10px;
    box-sizing: border-box;
    color: #5f5f5f;
    font-size: .8em;
    display: none;
}

.location-img {
    position: relative;
    width: 100%;
    min-height: 250px;
    background-size: cover;
}

.search-date {
    background-image: url("../images/calendar.png");
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
    background-position: 0px -4px;
    cursor: pointer;
    width: 131px;
}

.search-location {
    background-image: url("../images/location-icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
    background-position: 0px -4px;
    cursor: pointer;
}

.avil-location ul li a:hover {
    color: #000;
}

.wrapper.flex .col ul li a:hover {
    color: #000;
}

.wrapper.flex .col {
    margin-right: 60px;
    flex: 1;
}

#scroll-to-top {
    width: 50px;
    height: 50px;
    background-color: #f4a934;
    position: fixed;
    z-index: 1000000;
    bottom: 12%;
    border-radius: 50%;
    right: 20px;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 7px 0px #a2a2a2;
}

#scroll-to-top svg {
    position: relative;
    top: 6px;
}

.view-more-btn button:hover {
    background-color: #204e9d;
    color: #FFF;
    border: none;
}

section#extra-offers .img:hover {
    background-color: #f4a934;
}

.location:hover {
    box-shadow: 0 0 10px 2px #5f5f5fab;
}

.element-wrapper p {
    margin: 0;
    padding: 5px;
    border: 1px solid #ededed;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 100%;
}


/* Contact Us*/

form#contact-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    width: 47%;
    margin-bottom: 10px;
    padding-left: 0;
    outline: none;
    font-size: .8em;
    padding-top: 30px;
    padding-bottom: 5px;
}

form#contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    padding: 25px 0;
    /* background-color: #fbfbfbb0; */
    /* box-shadow: 0 0 7px 1px #a2a2a2; */
}

form#contact-form button {
    width: 200px;
    background-color: #f4a934;
    border: none;
    padding: 0;
    height: 40px;
    font-size: 1em;
    margin-top: 30px;
}

#contact-form1 input {
    background-color: transparent;
    border: 1px solid #ccc;
    width: 47%;
    margin-bottom: 10px;
    padding-left: 10px;
    outline: none;
    font-size: .8em;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size:14px;
    color:#888787;
    border-radius: 4px;
    
}

#contact-form1 textarea {
    background-color: transparent;
   border: 1px solid #ccc;
    width: 47%;
    margin-bottom: 10px;
    padding-left: 10px;
    outline: none;
    font-size: .8em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:14px;
    color:#888787;
    border-radius: 4px;
}

#contact-form1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    /*padding: 25px 0;*/
    /* background-color: #fbfbfbb0; */
    /* box-shadow: 0 0 7px 1px #a2a2a2; */
}

#contact-form1 button {
    float: right;
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    font-size: 1em;
    margin-top: 30px;
    color: #000;
    border-color: #ca7c1b #be751a #a56616;
    padding: 0 24%;
    height: fit-content;
    line-height: 29px;
    border-style: solid;
    border-width: 1px;
    border-radius:4px;
}



.btn-section {
    display: block;
    float:right;
}

.service-icons.flex.mar-10 .icon {
    width: 100%;
}

.service-icons.flex.mar-10 .icon img {
    width: 110px;
    border: none;
}

.rating-star {}

.chat-link {
    position: fixed;
    right: -5px;
    bottom: 50%;
    font-size: 2em;
    /* color: #f4a934; */
    background-color: #244d8b;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 9px #6161618c;
}

.chat-link a {
    color: #ffffff;
}

.contact-info a {
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
}

.content-wrapper p {
    text-align: justify;
}

.more-loc-btn a {
    padding: 10px 20px;
    background-color: #f4a934;
    color: #FFF;
    text-decoration: none;
}

.more-loc-btn {
    text-align: center;
    /* display: none;*/
    margin-top: 20px;
}

.filter {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
}

div#bangalore {
    flex: 1;
}

.wrapper .location {
    /* flex: 1; */
    min-width: 330px;
}


/*INNER PAGE*/

.loc-img {
    height: 400px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bangalore-banner {
    background-image: url('../images/bg-image3.jpg');
}

#top-location .header-section h2 {
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 0 0 12px #000000bf;
}

.inner-page .header-section h2 {
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 0 0 12px #000000bf;
}

.loc-desc p {
    /* column-count: 2; */
    text-align: justify;
    padding-right: 20px;
}

div#filter {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #b5b5b5;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.select_all {
    position: absolute;
    right: 6px;
    color: #FFF;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #f58420;
}

div#filter label {
    padding: 0px 10px;
    box-sizing: border-box;
    width: 16%;
    /* background-color: #eaeaea; */
    margin: 1px;
    margin-bottom: 10px;
    font-size: .9em;
    border-right: 1px solid #b7b7b7;
}

.location h2 {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.rent {
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: rgba(36, 77, 139, 0.79);
    padding: 5px 20px;
    color: #FFF;
}

.filter-controler {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div.filter_on {
    background-color: #f58420;
    border-radius: 2px;
    color: #FFF;
    padding: 5px 10px;
    margin: 10px 0;
    cursor: pointer;
}

div.filter_on.selected {
    background-color: #2b8a2c;
}

.comm100-holder {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 282px;
}

.width-100 {
    width: 100% !important;
}


/*location inner page */

.room-table tr th {
    background-color: #d4d4d4;
    padding: 5px;
}

table.room-table tr td {
    border-bottom: 1px solid #c5c5c5;
    padding: 5px;
}

.loc-video {
    width: 100%;
    height: 180px;
}

.loc-video iframe {
    width: 100%;
    height: 100%;
}

.flex1 {
    flex: 1;
}

.gray-font {
    color: #656565;
}

ul.loc-amenities {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.loc-amenities li {
    display: block;
    width: 48%;
    margin-bottom: 20px;
}

ul.loc-amenities li svg {
    padding-right: 10px;
}

.amenities-wrapper {
    flex: 1;
}

.price-wrapper {
    width: 30%;
    border-left: 1px solid #afafaf;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.location-img-wrapper {
    width: 30%;
}

#location-imgs img {
    width: 100%;
    cursor: pointer;
    height: 100px;
}

#location-imgs {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-top: 80px;
}

.img-thum-overlay {
    position: fixed;
    background: #000000cf;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.img-thum-overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeinout 4s linear forwards;
}

#location-imgs a {
    width: 31%;
    display: flex;
    align-items: center;
    padding: 4px;
}

#location-imgs a:hover {
    box-shadow: 0 0 7px #000;
}

.not-available {
    display: none !important;
    text-decoration: line-through;
}

ul.abt-property li {
    display: block;
    width: 50%;
    margin-bottom: 5px;
}

ul.abt-property {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.flex.loc-desc .hdr-section h2 {
    margin-top: 0;
    color: #244d8b;
}

.contact-us-btn.chat-link {
    bottom: 36%;
    color: #FFF;
    background-color: #f47c2c;
    cursor: pointer;
}

.overlay-contact-form {
    background-color: #000000d1;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
}

.contact-pop-window {
    position: fixed;
    top: 0;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin: 0 20%;
    box-sizing: border-box;
}

.contact-pop-wrapper {
    background-color: #FFF;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    right: 60px;
    font-size: 1.87em;
    cursor: pointer;
}

.designed-by {
    display: flex;
    align-items: center;
    justify-content: center;
}

.designed-by a {
    color: #616161;
}

#footer .container {
    padding-bottom: 5px;
}

.room-table tbody tr td:nth-last-of-type(-n+2),
.room-table tbody tr th:nth-last-of-type(-n+2) {
    display: none;
}

.dropdown-content {
    display: flex;
    flex-wrap: wrap;
}

li.sub-nav span {
    color: #d4d4d4;
    position: absolute;
    top: -12px;
    left: 170px;
    font-size: 25px;
    /* display: none; */
}

section#about-us .container {
    padding-top: 0;
    text-align: center;
}



li.sub-nav .list a:hover {
    color: #f47c2c;
}

.avil-location li:last-child {
    border: none;
}

form.prop-book-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

div#book-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f58420;
    margin-top: 20px;
    box-shadow: 0px 0px 7px #949494;
}

.prop-book-section {
    width: 100%;
}

.element-wrapper span {
    width: 100%;
}

.offer-display.show {
    background-color: #F00;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    font-size: .8em;
    position: absolute;
    top: 20px;
    left: : 0;
    box-sizing: border-box;
}

.slick-track div {
    outline: none;
}
section#testimonials {
    height: 285px;
}


/* Added By Tayeeb*/
nav ul li.dropdown{
    display:none;
}

.join-form{
    margin-top:2%;/*border: 4px solid #c7c1c1;*/
    padding: 15px;
    border-radius: 5%;
}

.join-form .form-group button{
    float: right;
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border: none;
    font-size: 1em;
    margin-top: 30px;
    color: #000;
    border-color: #ca7c1b #be751a #a56616;
    padding: 0 2%;
    height: fit-content;
    line-height: 29px;
    border-style: solid;
    border-width: 1px;
    
}
.join-form h3{
       margin: 0 0 2% 0;
   text-align:center;
    font-weight:bold;
    line-height:1.5;
}
/* Added By Tayeeb*/