img {
    width: 100%;
}
body {
    background-color: rgb(241, 245, 248);
    /* font-family: "Roboto", sans-serif !important; */
}
.new_content {
    margin-left: 10% !important;
    margin-right: 10% !important;
}
.banner {
    /* background:url('https://micsure.s3.ap-south-1.amazonaws.com/public/cd4188d8d0bb470283ad3185fa3d8674/vi.gif'); */
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}
.homes {
    background: url('../public/images/img/background.jpeg');
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
}
.homes-page {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
}
.homes p {
    /*font-size: 18px;*/
    margin: 2rem 0;
    line-height: 27px;
}
.join {
    text-align: center;
    margin: 70px 0;
}
.experiences {
    background: url('../public/images/img/background.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}
@media (max-width:768px) {
    .main {
        overflow: hidden;
    }
    .container {
        max-width: 100%;
    }
    .header .nav-item {
        line-height: 50px;
        border-bottom: 1px solid rgb(160, 160, 160);
    }
    .header .nav-item a {
        padding: 0 !important;
    }
    .navbar-brand {
        width: 50% !important;
    }
    .header img {
        width: 100%;
    }
    .header .sign button {
        /* margin-top: 10px; */
    }
    .header .d-flex {
        /* margin-top: 40px; */
    }
    .dv {
        flex-shrink: inherit !important;
    }
}
@media (min-width:769px) and (max-width:991px) {
    .header .nav-item {
        line-height: 50px;
        border-bottom: 1px solid rgb(160, 160, 160);
    }
    .header .nav-item a {
        padding: 0 !important;
    }
    .navbar-brand {
        width: 30% !important;
    }
    .header img {
        width: 100%;
    }
    .header .sign button {
        margin-top: 10px;
    }
    .header .d-flex {
        margin-top: 40px;
    }
    .homes {
        height: auto;
        padding-bottom: 70px;
    }
    .experiences {
        height: auto;
        padding-bottom: 70px;
    }
}
.slides {
    padding: 0;
    width: 100%;
    height: 490px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.slides input {
    display: none;
}
.slide-container {
    display: block;
}
.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 490px;
    display: block;
    position: absolute;
    /*transform: scale(0);*/
    transform: translate(1, 0);
    transition: all .7s ease-in-out;
}
@media(max-width:768px) {
    .slides {
        height: 220px;
    }
    .slide {
        height: 220px;
    }
    .card-center {
        padding: 0 20px;
    }
    .card-center br {
        display: none;
    }
    .card-center span {
        padding-top: 10px;
    }
}
.slide img {
    width: 100%;
    height: 100%;
}
.nav label {
    width: 40px;
    /*height: 60px;*/
    height: 100%;
    display: none;
    position: absolute;
    /*margin: auto;*/
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 40pt;
    text-align: center;
    line-height: 380px;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}
.slide:hover+.nav label {
    opacity: 0.5;
}
.nav label:hover {
    opacity: 1;
}
.nav .next {
    right: 0;
}
input:checked+.slide-container .slide {
    opacity: 1;
    /*transform: scale(1);*/
    /*transform: translate();*/
    /*transform: scale(2,3);*/
    transition: opacity 1s ease-in-out;
}
input:checked+.slide-container .nav label {
    display: block;
}
.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}
.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}
.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}
input#img-1:checked~.nav-dots label#img-dot-1,
input#img-2:checked~.nav-dots label#img-dot-2,
input#img-3:checked~.nav-dots label#img-dot-3 {
    background: rgba(200, 200, 200, 0.8);
}
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}
.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 6em auto;
    background: #00BCD4;
    border-radius: none;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bts-popup-container img {
    padding: 20px 0 0 0;
}
.bts-popup-container p {
    color: white;
    padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
    padding: 5px 25px;
    border: 2px solid white;
    display: inline-block;
    margin-bottom: 10px;
}
.bts-popup-container a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.amenities-sectionb li {}
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: white;
}
.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}
.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .bts-popup-container {
        margin: 8em auto;
    }
}
.cta-availability__content p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.b-black {
    background-color: #e0a425;
}
.breadcrumb a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb i {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.nav-d {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb span {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.grey p {
    color: black;
    font-size: 16px;
}
.grey div {
    color: black;
    font-size: 16px;
    /* font-weight:bold; */
}
.employee-widget-public div {
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.employee-widget-public p {
    color: black;
    font-size: 16px;
    /* font-weight:500; */
    padding-bottom: 3px;
}