header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0;
    background-color: #b9c828;
}
.HeaderBackground {
   background-color: #b9c828;
} 
.container {
    max-width: 1200px;
}
.nav-icon {
    display: none;
}
.menu {
    display: flex;
    justify-content: center;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.NumberLeft {
    justify-content: flex-end;
    display: flex;
    max-width: 250px;
}
.NumberLeft a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.menu ul li {
    margin: 0 15px;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    display: inline-block;
}
.SameSection {
    margin-bottom: 40px;
    position: relative;
}
.SameDiv {
    margin-bottom: 40px;
}
.SameDiv h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}
.SameDiv h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}
.SameDiv h3::after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgb(21 50 118);
}
.SameDiv p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
.Configuration_item {
    background-color: #111421;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 10px;
    min-height: 70px;
    border-radius: 4px;
}
.Configuration_item p {
    margin-bottom: 0;
    color: #fff;
}
.Configuration_item_active {
    background-color: rgb(21 50 118);
}
.BgBox {
    background-color: #ececec;
    padding: 20px;
}
.SameDiv h5 {
    color: #e6a922;
    font-size: 23px;
}
.SameDiv ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.SameDiv ul li {
    font-size: 18px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 600;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
    position: relative;
}
.HeaderBackground .NumberLeft a{
	color:#fff;
}

.HeaderBackground .menu ul li a{
	color:#fff;
}






li {}
#countryCode option{
    color: #000;
}
.SameDiv iframe {
    max-width: 100%;
}
.LocationCnt ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.SameDiv ul li::before {
    content: "";
    background-color: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    top: 14px;
    left: 0;
    margin-top: -3px;
}
.LocationCntItems a {
    overflow: hidden;
    border: 1px solid #d5d5d5;
    padding: 10px;
    margin-top: 25px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.PriceTableDiv table th {
    text-align: center;
    background-color: #000;
    color: #fff;
}
.PriceTableDiv table td {
    text-align: center;
}
.AmenitiesDivItem {
    
    text-align: center;
    margin-bottom: 20px;
}
.AmenitiesDivImg {
    overflow: hidden;
}
.AmenitiesDivImg img {
    /* width: 100%; */
}

.AmenitiesDivItem p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    background: #f17a38;
}
.swiper_button_wrapper .swiper-button-next1,
.swiper_button_wrapper .swiper-button-next2,
.swiper_button_wrapper .swiper-button-prev1,
.swiper_button_wrapper .swiper-button-prev2 {
    position: unset;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.swiper_button_wrapper .swiper-button-next1::after,
.swiper_button_wrapper .swiper-button-next2::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.swiper_button_wrapper .swiper-button-prev1::after,
.swiper_button_wrapper .swiper-button-prev2::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.swiper_button_wrapper {
    display: flex;
    justify-content: flex-end;
}
.LocationMapDiv iframe {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
.items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.items a {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #e4e6eb;
    width: 100%;
    text-align: center;
}
.items a .img-fluid {
    width: 100px;
}
footer {
    background-color: #111421;
    text-align: center;
    padding: 20px 0 4px 0;
}
.FooterCnt p {
    color: #777;
    font-size: 15px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.FooterCnt p span {
    transform: rotate(90deg);
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.BannerCnt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 107px;
}
.BannerCntDiv h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}
.BannerCntDiv h2 {
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 500;
    text-shadow: none;
}
.BannerCntDiv h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.starts {
    background-color: #292d6a;
    width: 428px;
    border: solid 2px #fff;
    padding: 7px 6px 8px;
}


.pointer {
    width: 237px;
    height: 42px;
    position: relative;
    background: #292d6a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 18px;
    margin-top: 17px;
}

.pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #292d6a;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.banner-usp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.usp-item {
    width: 30%;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
}
.usp-item:last-child {
    border-right: 0;
}
.usp-item i {
    color: #fff;
    font-size: 32px;
}
.usp-text {
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    line-height: 22px;
}
.usp-text span {
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.BannerCntDiv h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.BannerForm {
    width: auto;
    text-align: center;
    box-shadow: 1px 4px 8px 3px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 70px;
    right: 0px;
    width: 302px;
    /* float: right; */
    z-index: 1;
    border-radius: 4px;
}
.BannerFormFix {
    position: fixed;
    top: 160px;
    right: 50px;
    z-index: 9;
}
.form_container {
    background-color: #fff;
    box-shadow: 0 1rem 3rem  rgb(21 ,50 ,118,.275);
    padding: 20px;
    position: relative;
    z-index: 12;
    border-radius: 4px;
}
.form_container .ftr_phone {
    text-align: center;
}
.form_container .ftr_phone {
    display: inline-block;
    color: #203548;
    font-size: 1.3rem;
    text-decoration: none;
    border-bottom: 1px solid #203548;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
}
.form_container .contact_heading {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    text-align: center;
    color: #203548;
}
.form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
#countryCode {
    position: absolute;
    width: 100px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}
#countryCode ~ .form-control {
    padding-left: 120px;
}
.form_container .assure_call {
    font-size: .8rem;
    text-align: center;
    color: #203548;
    margin-top: .5rem;
}
.form_container .pol_con {
    overflow-y: hidden;
    margin-top: .5rem;
    position: relative;
}
.form_container .pol_con .our_pro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem; 
    border-bottom: 1px dotted #fff;
    height: 12px;
}
.form_container .pol_con .our_pro span {
    position: absolute;
    left: calc(50% - 65px);
    top: -5px;
    background-color: #b9c828;
    padding: .1rem 1rem;
    color: #fff;
}
.form_container .pol_con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form_container .pol_con ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: block;
    width: calc(25% - 0px);
    text-align: center;
    color: #203548;
    border-left: 1px solid #203548;
}
.form_container .pol_con ul li:first-child {
    border: none;
}
.form_container .pol_con ul li i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.form_container .pol_con ul li span {
    font-size: .65rem;
    line-height: 100%;
    display: block;
}
.BannerForm h2 {
    color: #0f78bc;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 28px;
}
.BannerForm h5 { 
    color: #000;
    font-size: 20px;
}
.BannerForm h6 {
    font-size: 15px;
}
.BannerForm h4 {
    margin-bottom: 25px;
}
.BannerForm h4 a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
}
.BannerForm .form-control {
    border-radius: 0;
    border-color: #203548;
    resize: none;
    height: auto;
    padding: 6px 15px;
    background-color: transparent;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
} 
.BannerForm .form-control:focus {
    box-shadow: none;
}
.BannerForm .btn {
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #b9c828;
    color: #fff;
    outline: 0;
    border: 0;
}
.BannerFormSticky {
    display: none;
}
.BannerFormFixHide {
    display: none;
}
.BannerFormStickyShow {
    display: block;
    margin-bottom: 50px;
}
.logo {
    max-width: 115px;
    background: #fff;
    padding: 4px;
    position: fixed;
    top: 0;
}
.LocationCntItems a iframe {
    width: 100%;
    /* height: 100%; */
}
.enquire_form_mobile {
    display: none;
}
.modal .modal-header {
    position: relative;
}
.modal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    margin: 0;
    font-size: 30px;
}
.modal .modal-header {
    position: relative;
    justify-content: center;
}
.modal .modal-header .modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #0f78bc;
}
.modal-body iframe {
    width: 100%;
    height: 300px;
}
.LocationCntItems a .img-fluid {
    width: 100%;
    height: 100%;
}
.modal .BannerForm {
    width: 100%;
    box-shadow: none;
    padding: 0;
}
.modal .BannerForm .btn {
    margin-bottom: 0;
}
.BannerCntDiv {
    max-width: 850px;
    text-shadow: 0px 1px 10px #000;
} 
.price_table_div {
    position: relative;
}
.BannerSection {
    background-image: url("../img/5B.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    padding-top: 16px;
}
.BannerSection::before {
    content: "";
    /* background-color: #26315e42; */
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.LocationCntItems p {
    text-align: center;
}
.BgBoxRight {
    border: 1px solid #d5d5d5;
    padding: 10px;
    height: 100%;
}  

.iml{
    width: 100%;
}
.BgBoxRightImg {
    background-image: url("../img/gadgets.png");
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.blur-section {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    position: relative;
}
.price_table_onrequest {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 9;
}
.wrap_row_order {
    width: 99%;
}
.GallerySliderItem {
    border: 1px solid #d5d5d5;
    padding: 10px;
}
.site_plan {
    border: 1px solid #d5d5d5;
    padding: 10px;
}
a {
    outline: 0;
}
.form-control::placeholder {
color: #203548;
opacity: 1;
}
  
.form-control:-ms-input-placeholder {
color: #203548;
}
  
.form-control::-ms-input-placeholder {
color: #203548;
}
.modal-body {
    padding: 0;
}
.modal-content {
    background-color: transparent;
}
.chat {
    background-color: #b9c828;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 9;
}
.whatsapp_float {
    position: fixed;
    left: 20px;
    bottom: 75px;
    z-index: 9;
    width: 50px;
}
.BannerSectionImg {
    display: none;
}
.acs{
    display: none;
}

.acs .btn{
    color:  rgb(21 50 118);
    background: #cddc39;
    border: #ffffff;
    text-decoration: none;
}

.LocationCntItems .btn{
    color: #ffff;
    background: #b9c828;
    border: #f17a38;
    text-decoration: none;
}

.LocationCntItems a:hover{
    text-decoration: none;
}

.price_inner {
    border: 1px solid  rgb(21 ,50 ,118,.3);
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: .85rem;
    border-radius: 0.5rem;
}
.price_inner .rc_one {
    border-bottom: 1px solid rgb(21, 50 ,118,.15);
    line-height: 170%;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(33,37,41,.7);
}
 .price_inner .rc_one span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: rgb(21 50 118);
}
.price_inner .rc_one.price {
    color: rgb(21 50 118);
}
.price_inner .rc_one.price span {
    font-size: 18px;
    font-weight: 600;
}

.price_inner .btn {
    color: rgb(21 50 118);
    border-color: #d5402c;
    margin-top: 0.9rem;
}
.price_inner .btn:hover, .price_inner .btn:active {
    background-color: #d5402c;
    color: #fff !important;
}
@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
    .BannerFormFix {
        right: 15px;
    }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
	.BgBoxRight {
		height: 300px; 
	}
    .Configuration_item p br {
        display: none;
    }
    .menu ul li a {
        font-size: 14px;
    }
    header {
        padding: 15px 0;
    }
    .BannerCntDiv h1 {
        font-size: 40px;
    }
    .BannerCntDiv h3 {
        font-size: 25px;
    }
    .BannerCntDiv h5 {
        font-size: 17px;
    }
    .SameDiv h3 {
        font-size: 35px;
    }
    .SameDiv h4 {
        font-size: 22px;
    }
    .SameSection {
        margin-bottom: 30px;
    }
    .SameDiv {
        margin-bottom: 30px;
    }
    footer {
        padding: 30px 0;
    }
    .NumberLeft a {
        font-size: 23.5px;
    }
    .BannerFormFix {
        top: 64px;
    }
    .menu ul li {
        margin: 0 7px;
    }
    .BannerCntDiv {
        max-width: 650px;
    }
    .usp-text {
        font-size: 16px;
        padding-left: 10px;
    }
    .usp-text span {
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .BannerCntDiv {
        width: 430px;
    }
    .BannerFormFix {
        top: 69px;
        position: absolute;
        z-index: 1;
    }
    .BannerForm h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .BannerForm .form-control {
        font-size: 14px;
    }
    .BannerForm .btn {
        font-size: 15px;
        padding: 4px 40px;
    }
    .BannerForm h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .nav-icon {
        display: block;
        position: relative;
        z-index: 999;
        width: 30px;
        height: 45px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        float: right;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: 0;
    }
    .nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .nav-icon span:nth-child(1) {
        top: 10px;
    }
    .nav-icon span:nth-child(2) {
        top: 20px;
    }
    .nav-icon span:nth-child(3) {
        top: 30px;
    }
    .show-hide-body .nav-icon span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .show-hide-body .nav-icon span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .show-hide-body .nav-icon span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .menu {
        width: 280px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: 60px 0;
        margin: 0 0 0 -280px;
        -webkit-transition: margin 0.5s ease-in-out;
        transition: margin 0.5s ease-in-out;
        height: 100%;
        text-align: left;
        z-index: 999;
        overflow-y: auto;
    }
    .menu.show-hide {
        margin: 0;
    }
    .menu ul {
        justify-content: center;
        flex-flow: column;
        align-items: flex-start;
    }
    .menu ul li a {
        color: #000;
    }
    .menu ul li {
        margin: 5px 20px;
    }

    .BannerCntDiv h1 {
        font-size: 30px;
    }
    .BannerCntDiv h3 {
        font-size: 19px;
    }
    .BannerCntDiv h5 {
        font-size: 16px;
    }
    .BannerFormStickyShow {
        display: none;
    }
    .SameDiv iframe {
        width: 100%;
    }
    .nav-icon:focus {
        outline: 0;
    }
    .SameSection {
        margin-bottom: 20px;
    }
    .SameDiv {
        margin-bottom: 20px;
    }
    footer {
        padding: 20px 0;
    }
    .NumberLeft {
        display: none;
    }
    .chat {
        display: none;
    }
    .enquire_form_mobile {
        display: block;
        text-align: center;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    .enquire_form_mobile .btn {
        background-color:#164f8d;
        width: 100%;
        border-radius: 0;
        color: #fff;
        outline: 0;
        padding: 10px;
    }
    footer {
        margin-bottom: 30px;
    }
    .whatsapp_float {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 46px;
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .BannerCntDiv {
        width: auto;
    }
	.logo {
    max-width: 94px;
	}
    .SameDiv h3 {
        font-size: 30px;
    }
    .SameDiv h4 {
        font-size: 20px;
    }
    .SameDiv p {
        text-align: justify;
    }
    .AmenitiesDivItem p {
        text-align: center;
    }
    .BannerFormFix {
        display: none;
    }
    .BannerForm .btn {
        margin: 0;
    }
    .BannerCntDiv h1 {
        font-size: 25px;
    }
    .BannerCntDiv h3 {
        font-size: 16px;
    }
    .usp-text {
        font-size: 15px;
    }
    .usp-text span {
        font-size: 14px;
    }
    .acs{
        display: none;
    }
    .acs .form-control{
    border-radius: 0;
    border-color: #cddc39;
    resize: none;
    height: auto;
    padding: 6px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    margin-bottom: 12px;
}
    
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
    header {
        padding: 10px 0;
        /* margin-bottom: 18px; */
    }
    .BannerCnt {
        position: static;
        margin-top: 15px;
    }
    .BannerSection::before {
        display: none;
    }
    .SameDiv h3 {
        font-size: 20px;
    }
    .SameDiv h4 {
        font-size: 16px;
    }
    .SameDiv p {
        font-size: 14px;
    }
    .SameDiv ul li {
        font-size: 14px;
    }
    .LocationCnt ul li {
        width: 100%;
        margin-bottom: 5px;
        text-align: justify;
        font-size: 14px;
    }
    .FooterCnt p {
        font-size: 14px;
    }
    .SameSection {
        margin-bottom: 15px;
    }
    .SameDiv {
        margin-bottom: 15px;
    }
    footer {
        padding: 15px 0;
    }
    footer {
        margin-bottom: 35px;
    }
    .SameDiv h5 {
        font-size: 18px;
    }
    .table-bordered td,
    .table-bordered th {
        font-size: 12px;
    }
    .enquire_form_mobile .btn {
        padding: 14px;
        font-size: 17px;
    }
    .BannerSectionImg {
        display: block;
    }
    .BannerSection {
        background-image: none;
        height: auto;
    }
    .BannerCntDiv h2 {
    display: none;
}
.BannerCntDiv h5{
    display: none;
}
.BannerSectionImg{
    position: relative;
}
.text-b{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
}
.text-b h1 {
    color: #fff;
    font-size: 29px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
    margin-top: 1px;
}
.text-b h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
}
.text-b p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
}
.text-b h2 {
    color: #fff;
    padding: 8px;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
    
}
.text-bt{
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #000;
    padding: 10px;
}
.text-bt h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-shadow: none;
    text-align: center;
}


    .BannerSectionImg:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /* background-color: #0000006e; */
    }
    .BannerCntDiv {
        text-shadow: none;
    }
    .BannerCntDiv h1 {
        color: #000;
        font-size: 22px;
        display: none;
    }
    .BannerCntDiv h3 {
        color: #000;
        font-size: 15px;
        display: none;
    }
    .banner-usp {
        width: 100%;
        display: inline-block;
    }
    .usp-text {
        color: #000;
    }
    .usp-item i {
        font-size: 20px;
        color: #000;
    }
    .usp-item {
        width: auto;
        border-right: none;
        float: left;
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .whatsapp_float {
        width: 39px;
    }
    .Configuration_item p{
        font-size: 16px!important;
    }

}


.retail-list{
	    padding: 0;
}

.retail-list li{
display: inline-block;
    font-size: 18px;
    margin: 5px 15px;
    line-height: 1;
	color:#fff;
}
.BannerCnt{
	display:block;
}

@media only screen and (max-width: 575px), only screen and (max-device-width: 575px){

.retail-list li{
	color:#fff;
}
#mobile-image{
   height: 638px;
}
.BannerCnt{
	display:none;
}

.text-b h5{
    font-size: 15px;
    color: #fff;
    width: 361px;
    margin: 0 auto;
}
}

.rc_one strong{display: block;font-size: 18px;font-weight: 500;text-transform: none;color: rgba(33,37,41,.7);}

.rc_one b{
    color: rgb(21 50 118);
    font-weight: 500;
}

.return{
	  color: rgba(33,37,41,.7)!important;
}

.pointer i{
	padding-right: 10px;
}

.wellness-logo{
	max-width: 149px;
	/* background-color: #fff; */
}



/* My Css */

.BgBoxRight {
    border: 1px solid #d5d5d5;
    padding: 10px;
    height: 100%;
    box-shadow: 2px 5px 3px;
}



header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0;
    background-color: #000;
}


.BannerForm .btn {
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
    background-color:#164f8d;
    color: #fff;
    outline: 0;
    border: 0;
}


.logo {
    max-width: 115px;
    background:;
    padding: 4px;
    position: fixed;
    top: 0;
}


.HeaderBackground {
    background-color:#000;
}


.NumberLeft a {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.LocationCntItems .btn {
    color: #ffff;
    background: #c82828;
    border: #f17a38;
    text-decoration: none;
}


.acs .btn {
    color: rgb(21 50 118);
    background: #d95757;
    border: #ffffff;
    text-decoration: none;
}


.chat {
    background-color:#164f8d;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 9;
}

.bhutani{
    width:120px;
    height:80px;
}

.menu ul li a {
    color:#dec992;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    display: inline-block;
}

.form_container .pol_con .our_pro span {
    position: absolute;
    left: calc(50% - 65px);
    top: -5px;
    background-color:#164f8d;
    padding: 0.1rem 1rem;
    color: #fff;
}


.HeaderBackground .menu ul li a {
    color: #dec992;
}


.BannerForm .form-control {
    border-radius: 0;
    border-color: #203548;
    resize: none;
    height: auto;
    padding: 6px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    margin-bottom: 12px;
}


.acs .btn {
    color: rgb(0 0 0);
    background: #7d573c;
    border: #ffffff;
    text-decoration: none;
}


.LocationCntItems p {
    /* text-align: center; */
}

.acs .btn {
    color:#000;
    background:#dab144;
    border: #ffffff;
    text-decoration: none;
}

style attribute {
    font-size: 18PX;
}



/*bhutani website editing*/

.navbar-brand {
    font-weight: bold;
    color: #000!important;
    font-size: 35px;
    letter-spacing: 1px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0;
    background-color: #ffffff;
}


.HeaderBackground {
    background-color: #e7e7e7;
}

.logo {
    max-width: 115px;
    background: #fffefe00;
    padding: 4px;
    position: fixed;
    top: 0;
}


.menu ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    display: inline-block;
}

.active_tag {
    color: #345d7c!important;
}

.menu ul li a:hover{
    color: #345d7c
}


.HeaderBackground .menu ul li a {
    color: #777777;
}

.NumberLeft a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


.HeaderBackground .NumberLeft a {
    color: #000;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 18px 0;
    background-color: #ffffff;
}



/*bhutani website editing*/

.navbar-brand {
    font-weight: bold;
    color: #000!important;
    font-size: 35px;
    letter-spacing: 1px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0;
    background-color: #ffffff;
}


.HeaderBackground {
    background-color: #fff;
}

.logo {
    max-width: 151px;
    background: #fffefe00;
    padding: 4px;
    position: fixed;
    top: 0;
}


.menu ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    margin-left: 20px;
}
.active_tag {
    color: #345d7c!important;
}

.menu ul li a:hover{
    color: #345d7c;
}


.HeaderBackground .menu ul li a {
    color: #777777;
}

.NumberLeft a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


.HeaderBackground .NumberLeft a {
    color: #000;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 18px 0;
    background-color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0.25rem;
}


header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 18px 0;
    background-color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0.25rem;
}
    