/* 24 june */

.gradient_bg {
    background-color: #c0cdd1;
    background-color: #FFFFFF;
    /* background-image: linear-gradient(-225deg, #c0cdd1 0%, #50A7C2 100%); */
    /* background-image: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%); */
}

.form-select2 {
    background-position: right 1.5rem center !important;
}

.section1a {
    top: 100px;
}

.hidden {
    display: none;
}

form.msger-inputarea.respon_msgrb {
    position: relative;
    right: 1%;
}

body {
    overflow-x: hidden;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.section-lg {
    padding: 40px 0;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

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

.flex-col {
    flex-direction: column;
}

.sticky-top {
    position: sticky;
    top: 80px;
    z-index: 2;
    background: #1c2d37;
}

#loginModal .modal-dialog {
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.title_outlined {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 -0.4em 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.gradient_bg .title_outlined {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}

.filter_out {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    background: #c0cdd1;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 2rem;

    /* box-shadow: -6px 5px 24px #ebe6e6; */
}

.select_filter {
    max-width: 200px;
    min-width: 180px;
    width: 100%;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    border-radius: 5px;
    color: #818181;
    margin-left: 10px;
}

.lab_filter {
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    color: #444;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.hover-zoom:hover img {
    transform: scale(1.1);
}

.hover-zoom img,
.hover-zoom video {
    transition: all 0.3s linear;
}

.section3 .overlay {
    transform: translateY(0);
}

.pimg {
    pointer-events: none;
    position: relative;
    transform: translateY(0);
    /* transform-origin: 50% bottom;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); */
}

.container-img:hover .pimg {
    transform: translateY(0);
}

.list_title:hover {
    text-decoration: none;
    color: #1f1f1f;
}

.section5 button:hover {
    background: #00bcd4;
}

header ul.social li {
    transition: all 0.2s ease-in-out;
}

header ul.social li:hover {
    transform: scale(0.8);
}

/* .section3 .btn1 {
	transform: translateX(0);
}

.section3 .btn1:hover {
	transform: translateX(20px);
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */

.close {
    background: #111111;
    border: 0;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 50%;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 2rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #111111 !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.btn-primary {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 0.5rem;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* 24 june ends */

/*.....new update....*/

.select_new {
    float: left;
    width: auto;
    border: none;
    margin-right: 10px;
    font-size: 16px;

    color: #5f5f5f;
}

.select_new:focus-visible,
.select_new:focus,
.select_new:active {
    border: none;
    box-shadow: none;
}

.wrapper .search_box .search_field {
    width: 100%;
    height: 100%;
    position: relative;
}

html,
body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Outfit", sans-serif;
}

body {
    background-color: #1c2d37;
}

.rounded-md {
    border-radius: 1rem;
}

.rounded-lg {
    border-radius: 2rem;
}

.backbtn {
    width: 130px;
    text-align: center;
    float: right;
    margin-top: 10px;

    background-color: #111111;
    border: 0;
    outline: none;
    color: #fff;
    padding: 15px;
}

.btnfull {
    width: 100%;
    height: auto;
    float: left;
}

.list_div1n {
    height: 307px;
    background-image: url(../imgs/r1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div1n1 {
    height: 210px;
    background-image: url(../imgs/r2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div1n2 {
    height: 210px;
    background-image: url(../imgs/r3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div1n3 {
    height: 210px;
    background-image: url(../imgs/r4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div1n4 {
    height: 210px;
    background-image: url(../imgs/r5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.listing_section2 .div_1n {
    background: #f5f7f7;
    height: 210px;
}

.div_1n h3 {
    font-size: 18px !important;
    font-weight: 600;
    color: #1f1f1f;
}

.colorfull {
    width: 100%;
    height: auto;
    float: left;
}

.list_div1 {
    height: 320px;
    background-image: url(../imgs/r1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div11 {
    height: 320px;
    background-image: url(../imgs/r2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div12 {
    height: 320px;
    background-image: url(../imgs/r3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div14 {
    height: 320px;
    background-image: url(../imgs/r4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div15 {
    height: 320px;
    background-image: url(../imgs/r5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div16 {
    height: 320px;
    background-image: url(../imgs/r6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list_div17 {
    height: 320px;
    background-image: url(../imgs/r7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section_cover {
    position: relative;
}

.pt_header_height {
    padding-top: 80px !important;
}


header {
    background: rgb(255 255 255 / 25%);
    position: absolute;
    width: 100%;
}

header .btn1 {
    width: 105px;
    height: 40px;
    background: #111111;
    color: #fff;
    border: 0px;
    border-radius: 0.5rem;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

header .btn1:hover {
    background: #085d67;
}

header .btn1 img {
    float: left;
    padding: 0px;
    width: 20px;
    filter: invert(1);
}

header .btn1 span {}

header i {
    color: #fff;
}

header ul.social li {
    list-style-type: none;
    float: left;
    padding: 7px 11px;
    width: 36px;
    height: 36px;
    border: 1px solid #adb5bd;
    border-radius: 20px;
    margin: 0px 1px;
}

header ul.social {
    border-left: 1px solid #111111;
    margin: auto;
    float: left;
}

header ul.social li:hover {
    background: #111111;
}

header .div1,
header .div2,
header .div3,
header .div4 {
    float: left;
}

header .div1 {
    width: 70%;
    margin-right: auto;
}

header .div1 img {
    width: 19%;
}

header .div2 {
    /* width: 6%; */
}

header .div3 {
    /* width: 16%; */
}

header .div4 {
    width: 5%;
    /* margin-top: 30px; */
}

header .div4 img {
    width: 28px;
    filter: invert(1);
}

header .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5rem;
    /* padding: 5rem 1rem; */
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.7) 44%, rgba(26, 26, 26, 0.43) 73%, rgba(26, 26, 26, 0));
}

header .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    /* transition: 0.3s ease; */
    border-radius: 0.5rem;
    margin: 0 1rem;
}

header .sidenav a:hover {
    color: #f1f1f1;
    background-color: #07aabd;
}

header .sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open_nav {
    cursor: pointer;
    float: right;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.wht {
    position: fixed;
    top: 0;
    /* background: rgb(6 6 6 / 18%); */
    /* background-color: #FFFFFF !important; */
    background-color: #1c2d37 !important;
    width: 100%;
    z-index: 9;
    height: 80px;
}

.blue {
    position: fixed;
    top: 0;
    background: rgb(255 255 255 / 48%);
    width: 100%;
}

/*---------section1----------*/

.section1 {
    /* position: absolute; */
    /* width: 100%; */
    /* bottom: 38%; */
    margin-top: -10rem;
    padding-top: 15rem;
    z-index: 0;
}

.section1 .div2 h1 {
    font-size: 68px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 4px 4px 8px #454545;
}

.section1 .div2 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-shadow: 4px 4px 8px #454545;
}

/*---------section2---------*/
.section2 {
    padding-top: 60px;
}

.section2 img.img-fluid {
    padding: 0px;
    border-radius: 2rem;
    height: 70vh;
    /* height: 100%; */
}

.section_cover .cover_image {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.section_cover .search_box img {
    width: auto;
    min-width: 100%;
    max-width: 40px;
    /* object-fit: cover; */
}

.section_cover .image_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.section_cover .text_wrap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* padding: 1rem 1rem 1rem 4rem; */
}

.section_cover .text_wrap .container {
    z-index: 1;
}

.section_cover .text_wrap .title_wrap {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 4rem 0;
}

.section_cover .text_wrap h1 {
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.section_cover .text_wrap h4 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.section_cover .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    z-index: 1;
}

.border-radius-lg {
    border-radius: 2rem;
}

.section_numbers {
    text-align: center;
}

.section_numbers h2 {
    font-size: 46px;
    font-weight: 600;
}

.section_numbers span {
    text-transform: uppercase;
}

div.mm-dropdown {
    width: 20%;
}

div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 140px;
    margin-left: -10px;
    border: 0;
    background: #fff;
}

div.mm-dropdown ul li,
div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;

    padding: 8px 15px;
}

div.mm-dropdown div.textfirst img.down {
    float: right;
    margin-top: 5px;
}

div.mm-dropdown ul li:last-child {
    border-bottom: 0;
}

div.mm-dropdown ul li {
    display: none;
    padding-left: 25px;
    text-align: left;
}

div.mm-dropdown ul li.main {
    display: block;
}

div.mm-dropdown ul li img {
    float: left;
    padding-right: 3px;
}

.wrapper {
    /* position: absolute;
    top: 133%;
    left: 49%;
    transform: translate(-56%, -50%); */
    position: relative;
    width: auto;
    display: flex;
}

.wrapper .search_box {
    width: 100%;
    background: #fff;
    height: 70px;
    display: flex;
    padding: 10px;
    box-shadow: 0 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown {
    border-right: 2px solid #dde2f1;
    color: #9fa3b1;
    position: relative;
    cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
    padding: 13px 15px;
    font-size: 14px;
}

.wrapper .search_box .dropdown .default_option img {
    padding: 0px 8px;
}

.wrapper .search_box .dropdown ul {
    position: absolute;
    top: 70px;
    left: -10px;
    background: #fff;
    width: 150px;
    border-radius: 5px;
    padding: 20px;
    display: none;
    box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active {
    display: block;
}

.wrapper .search_box .dropdown ul li {
    padding-bottom: 20px;
    list-style-type: none;
}

.wrapper .search_box .dropdown ul li:last-child {
    padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
    color: #6f768d;
}

.wrapper input:focus-visible {
    outline-offset: 0px;
    outline: 0px;
}

.wrapper button {
    /* position: absolute; */
    top: 0px;
    /* right: -94px; */
    height: 70px;
    border: 0px;
    background: #000000;
    color: #fff;
    width: 123px;
}

.wrapper button:hover {
    background: #085d67;
}

.wrapper .search_box .search_field {
    width: 350px;
    height: 100%;
    position: relative;
}

.wrapper .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 38px;
    color: #5f5f5f;
    background: url(../imgs/search.png);
    background-repeat: no-repeat;
    background-position: 13px;
}

.wrapper .search_box .search_field .fas {
    position: absolute;
    top: 16px;
    left: 10px;
    font-size: 15px;
    color: #111111;
    font-weight: 600;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5f5f5f;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #5f5f5f;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #5f5f5f;
}

/* home section slider */

#section_slider .carousel-item {
    /* min-height: 500px; */
}


.section_slider .carousel-item {
    background-color: #FFFFFF;

}

.section_slider .carousel-caption {
    text-align: left;
    color: #000000;
    position: relative;
    width: 100%;
    word-wrap: break-word;
    display: flex !important;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
    justify-content: center;
    left: 5%;
}

.section_slider h5 {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 1px;
}

.section_slider p {
    font-size: 18px;
    line-height: 30px;
}

.section_slider .bnt_wrap {
    position: absolute !important;
    top: 50%;
    width: calc(100% + 120px);
    background: transparent;
    /* z-index: 4; */
    left: -60px;
    height: 50px;
}

.section_slider .bnt_wrap .carousel-control-prev {
    left: 0;
    border: 1px solid #000000;
    width: 60px;
    height: 60px;
}

.section_slider .bnt_wrap .carousel-control-next {
    right: 0;
    border: 1px solid #000000;
    width: 60px;
    height: 60px;
}

.section_slider .carousel-indicators {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
    width: 50%;
}

.section_slider .carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #CCCCCC;
}

.section_slider .carousel-indicators li.active {
    background-color: #000000;
}


@media (max-width: 768px) {
    .section_slider .carousel-caption {
        padding: 3rem 0 0 0;
        right: 0;
        left: 0;
        padding: 3rem 2rem 0 2rem !important;
    }

    .section_slider .container {
        padding: 1rem !important;
    }

    .section_slider h5 {
        font-size: 27px;
    }

    .section_slider .bnt_wrap {
        top: auto;
        position: relative !important;
        width: 100%;
        left: 0;
    }

    .section_slider .bnt_wrap .carousel-control-prev {
        left: auto;
        position: relative !important;
        border: 1px solid #000000;
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .section_slider .bnt_wrap .carousel-control-next {
        right: auto;
        position: relative !important;
        border: 1px solid #000000;
        width: 60px;
        height: 60px;
        margin-left: 15px;
    }
}

/*---------section3---------*/

.section3 {
    padding-top: 40px;
}

.section3 h1 {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* color: #111111; */
    /* letter-spacing: 1px; */
}

.section3 h1 span {
    /* color: #3c3c3c; */
}

.section3 hr {
    position: relative;
    top: 66px;
    background-color: #d2d2d2;
}

.section3 .nav-tabs .nav-item.show .nav-link,
.section3 .nav-tabs .nav-link.active {
    color: #111111;
    background-color: #fff;
    border-color: #fff #fff #fff;
    border-bottom: 1px solid #111111;
}

.section3 .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #474747;
    font-size: 18px;
}

.section3 .tab-content h4,
.section3 .tab-content h3 {
    text-align: left;
}

.section3 .tab-content h4 span {
    color: #111111;
    font-size: 16px;
}

.section3 .tab-content h4 {
    font-size: 14px;
    color: #696868;
}

.section3 .tab-content h3 {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 600;
}

.section3 .tab-content .content {
    background: #ffffff;
    padding: 11px 25px;
    margin-top: 7px;
    margin-bottom: 22px;
}

.section3 ul {
    margin: auto;
    display: inline-block;
}

.section3 ul li {
    float: left;
}

.section3 .container-img {
    position: relative;
    width: 100%;
}

.section3 .container-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section3 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 171px;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgb(0 140 186 / 55%);
}

.section3 .container-img:hover .overlay {
    opacity: 1;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #111111;
    background-color: #fff;
    border-color: #fff #fff #fff;
    border-bottom: 1px solid #111111;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    padding: 23px 0px 40px;
}

button {
    transition: 0.5s ease;
}

.section3 .btn1 {
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    /* color: #028da6; */
    color: #000000;
    font-size: 18px;
    padding: 1rem;
    border-radius: 0.5rem;
}

.section3 .btn1:hover {
    background: #111111;
    border: 1px solid #111111;
    color: #fff;
}

/*---------section4---------*/

.section4 {}

.section4 h1 {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}

.section4 h1 span {
    /* color: #3c3c3c; */
}

.section4 .div2,
.section4 .div3,
.section4 .div4,
.section4 .div5 {
    float: right;
    width: 22%;
    margin-left: 15px;
}

.section4 h4 {
    color: #636161;
    font-size: 17px;
    text-transform: uppercase;
}

.section4 h3 {
    color: #282828;
    font-size: 20px;
}

.section4 .content,
.section4 .arrow {
    display: inline-block;
}

.section4 .content {
    padding-top: 20px;
}

.section4 .arrow {
    float: right;
    padding-top: 26px;
    margin-right: 20px;
}

.section4 .img-container,
.detail_section4 .img-container {
    position: relative;
    width: 100%;
}

.section4 .img-container img,
.detail_section4 .img-container img {
    display: block;
    width: 100%;
    height: auto;
}

.section4 .overlay,
.detail_section4 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgb(0 140 186 / 55%);
}

.section4 .img-container:hover .overlay,
.detail_section4 .img-container:hover .overlay {
    opacity: 1;
}

.section4 .arrow:hover .overlay {
    opacity: 1;
}

.section4 .arrow:hover {
    transform: scale(0.91);
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

/*----------section5---*/

.section5 {
    /* background: #07aabd; */
    /* color: #fff; */
    padding: 0 15px;
}

.section5 h5 {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 600;
}

.section5 p {
    font-size: 18px;
}

.section5 button {
    width: 256px;
    height: 68px;
    border: 0px;
    border-radius: 0.5rem;
    font-size: 15px;
    background: #111111;
    color: #fff;
    transition: all 0.5s linear;
}

.section5 button span {
    font-size: 20px;
}

.a_no_style {
    text-decoration: none;
}

#contact_country_picker {
    min-width: 200px;
    /* width: 100%; */
    border-radius: 0.2rem;
    /* padding: 1.5rem !important; */
    padding: 0.5rem 1.5rem !important;
    margin-bottom: 0.5rem;
    border: 0;
}

#contact_country_button {
    /* width: 100%; */
    margin-bottom: 0.5rem;
    height: 38px;
    border-radius: 0.2rem;
}

.section_home_contact .contact_wrap span {
    font-size: 20px;
}


@media (max-width: 768px) {

    /* .section_home_contact .contact_wrap div {
        flex-direction: column !important;
    } */
    .flex-xs-column {
        flex-direction: column !important;
    }

    #contact_country_picker,
    #contact_country_button {
        width: 100%;
    }
}

/*----------section6---*/

.section6 {
    padding: 40px 0px;
}

.section6 .img_div {
    display: inline-block;
}

.section6 h1 {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding-bottom: 30px;
    color: #ffffff;
}

.section6 h1 span {
    /* color: #111111; */
}

.section6 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.section6 .cont_div {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 26px;
}

.section6 .cont_div p {
    font-size: 24px !important;
    color: #090909;
}

.section6 .cont_div img {
    margin-right: 8px;
}

.section6 .para2 {}

/*----------section7---*/

.section7 {
    padding-bottom: 60px;
}

.section7 .container {
    border: 1px solid #efefef;
    padding: 12px;
    margin: auto;
}

.section7 a {
    color: #111111;
    text-decoration: none;
}

.section7 a:hover {
    color: #000000;
}

.section7 .div2 {
    background: url(../imgs/icon1.png);
    background-repeat: no-repeat;
    padding-left: 131px;
}

.section7 .div3 {
    background: url(../imgs/icon2.png);
    background-repeat: no-repeat;
    padding-left: 131px;
}

.section7 .div4 {
    background: url(../imgs/icon3.png);
    background-repeat: no-repeat;
    padding-left: 72px;
    background-position: -6px 0px;
}

.section7 p {
    font-size: 16px;
}

.section7 h5 {
    font-size: 26px;
    line-height: 36px;
    color: #4c4c4c;
    width: 80%;
}

/*----------section8---*/

.section8 {
    /* background: url(../imgs/bg1.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
    margin-top: 50px;
    background-size: cover;
    margin-bottom: 130px; */
    overflow: hidden;
}

.section8 h1 {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding-bottom: 30px;
    /* color: #ffffff; */
}

.section8 .carousel {
    /* position: relative;
    top: -62px;
    width: 78%;
    padding-right: 67px;
    padding-bottom: 60px; */
    height: 360px;
}

.section8 .carousel p {
    line-height: 28px;
    font-size: 22px;
}

/*.section8 .video {
	margin-top: 111px;
	position: absolute;
}*/

.section8 .carousel-control-prev {
    /* left: -6%; */
    width: 60px;
    /* bottom: -69%; */
}

.section8 .carousel-control-next {
    left: 0%;
    width: 60px;
    /* bottom: -69%; */
}

.carousel .carousel-control-next img,
.carousel .carousel-control-prev img {
    display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* filter: invert(1); */
    height: 1rem;
}

.section8 h3 {
    font-size: 18px;
}

.section8 span {
    font-size: 16px;
}

.section8 .bg {
    width: 46%;
    height: 51%;
    background: #fff;
    position: absolute;
    left: 0px;
}

.section8 .carousel-caption {
    color: #000000;
    position: relative;
    left: 0;
    text-align: left;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.section8 .carousel-caption img {
    width: 60px;
    height: 60px;
}

.section8 .testimonial_comment {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.secicon8 .rating_wrap {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.rating_wrap i {
    color: #e2b93b;
    font-size: 24px;
}

/*----------footer---*/

footer {
    /* background: url(../imgs/footer_bg.jpg); */
    background-repeat: no-repeat;
    /* padding: 63px 0px; */
    background-size: cover;
    background-position: bottom;
    background-color: #111111;
}

footer .container {
    padding: 5rem;
    border-radius: 2rem;
    /* background-color: #c0cdd1; */
    overflow: hidden;
    color: #FFFFFF;
}

footer h5 {
    /* color: #fff; */
    font-size: 26px;
    /* text-transform: uppercase; */
    padding-bottom: 20px;
    color: #FFFFFF;
}

footer p {
    margin: 0px;
    color: #FFFFFF;
}

footer p img {
    margin-right: 12px;
}

footer ul.social {
    margin: 0px;
    margin-bottom: 32px;
    margin-top: 15px;
}

footer ul.social i {
    float: left;
    /* color: #545454; */
    padding: 0px 16px 0px 0px;
    color: #FFFFFF;
}

footer ul.social i:hover {
    /* color: #111111; */
    color: #CCCCCC;
}

footer .images_div img {
    margin-right: 7px;
    margin-top: 18px;
}

footer ul li {
    list-style-type: none;
    margin-left: -30px;
    line-height: 40px;
}

footer ul li a {
    text-decoration: none;
    /* color: #000000; */
    color: #FFFFFF;
}

footer ul li a:hover {
    color: #CCCCCC;
}

footer ul li img {
    margin-right: 7px;
}

footer .form-control {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.5rem !important;
    font-size: 14px;
}

footer input {
    height: 55px;
}

footer .btn {
    background: #0097a8;
    color: #FFFFFF;
    width: 143px;
    height: 47px;
    border-radius: 0.5rem;
    float: left;
}

footer .btn:hover {
    background: #333333;
    color: #FFFFFF;
}

footer .contact_info_wrap p {
    margin-bottom: 10px;
}

footer .contact_info_wrap p img {
    width: 20px;
    filter: invert(1);
}

.footer_copyright {
    position: absolute;
    width: 100%;
    left: 12px;
    bottom: 0;
    text-align: center;
    padding: 1.5rem;
    /* background: #a4b5ba; */
    border-top: 1px solid #d6f7fb;
}

.footer_sub {
    background: #a4b5ba;
    padding: 2rem 0;
}

.footer_sub p {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0px;
    padding: 18px;
}

.footer_sub span {
    color: #111111;
}

.footer_content .images_div {
    display: none;
}

hr {
    margin: 0px;
    background-color: #7f7f7f;
    opacity: 0.6;
    height: 0.5px !important;
}

.chat {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

/*----------detail-page--------*/

.detail_section1 .bnr {
    padding: 0px;
}

.detail_section1 h5 {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
    color: #fff;
    font-size: 28px;
    text-shadow: 4px 4px 8px #454545;
}

.detail_section2 .carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 1rem;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    right: 15px;
    border-radius: 21px;
    background: #000000;
    padding: 8px;
}

.detail_section2 .carousel-control-prev {
    left: auto;
    right: 55px;
    position: absolute;
    top: auto;
    bottom: 1rem;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    border-radius: 21px;
    background: #000000;
    padding: 8px;
}

.detail_section2 {
    padding: 0px 0px;
}

.detail_section2 .bg_div {
    color: #ffffff;
    background: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
}

.detail_section2 .bg_div img {
    padding-top: 64px;
}

.detail_section2 .bg_div h5 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
}

.detail_section2 .bg_div p {
    font-size: 17px;
    width: 70%;
    /* margin: auto; */
}

.detail_section3 {
    padding: 30px 0;
}

.detail_section3 .details_div ul li {
    float: left;
    list-style-type: none;
    padding: 0px 35px;
}

.detail_section3 .details_div ul {
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 1rem;
}

.detail_section3 p.para1 {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.detail_section3 .details_div p {
    /* padding-top: 15px; */
    text-align: center;
}

.detail_section3 h2 {
    font-size: 28px;
    font-weight: 600;
    color: #111111;
    padding-bottom: 20px;
}

.detail_section3 .facilities_div h2 {
    font-size: 28px;
    color: #111111;
    padding: 25px 0px 16px;
}

.detail_section3 span {
    color: #1a1a1a;
}

.detail_section3 .facilities_div h2 span {
    color: #1a1a1a;
}

.detail_section3 .facilities_div1 {
    display: inline-block;
    width: 26%;
}

.detail_section3 .facilities_div1 img {
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.detail_section3 .facilities_div1 .fonticon {
    margin-right: 15px;
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.detail_section3 form {
    background: #fff;
}

.detail_section3 form .f {
    height: 60px;
    border-radius: 0.5rem;
}

.detail_section3 .form-control:focus {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.detail_section3 textarea.form-control {
    border-radius: 0.5rem;
}

.detail_section3 form .btn1 {
    width: 100%;
    height: 60px;
    background: #111111;
    border-radius: 0.5rem;
    color: #fff;
    border: 1px solid #111111;
    text-transform: uppercase;
}

.detail_section3 .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.detail_section3 .icon {
    padding: 23px 22px 13px 32px;
    background: #f3f3f3;
    color: white;
    min-width: 30px;
    border-bottom-left-radius: 50px;
    text-align: center;
    border-top-left-radius: 50px;
    display: none;
}

.detail_section3 .msg .icon {
    padding: 57px 29px 69px 34px;
}

.detail_section3 .mail .icon {
    padding: 23px 22px 20px 32px;
}

.detail_section3 .content_wrap,
.detail_section .content_wrap {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    overflow: hidden;
}

.detail_section3 .content_wrap.form_wrap {
    position: sticky;
    top: 80px;
}


.detail_section3 .details_div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center !important;
}

.detail_section3 .details_div ul li {
    padding: 0 !important;
    /* min-width: 25%; */
    display: flex;
    /* flex-direction: column; */
    align-items: center !important;
    justify-content: center;
    /* text-align: center; */
    gap: 1rem;
}

.detail_section3 .details_div ul li img {
    height: 50px;
    border: 1px solid #CCC;
    padding: 0.7rem;
    border-radius: .5rem;
}

.detail_section3 .details_div ul li p {
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.detail_section3 .details_div ul li p b {
    font-size: 18px;
}

.detail_section4 .tile {
    margin-bottom: 30px;
}

.detail_section4 .tile_content_wrap {
    border: 1px solid #f4f4f4;
    background: #f1f1f1;
    border-radius: 1rem;
    overflow: hidden;
    /* min-height: 280px; */
    height: 100%;
}

.detail_section4 {
    padding: 0px;
}

.detail_section4 h2 {
    font-size: 28px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
}

.detail_section4 h2 span {
    color: #1a1a1a;
}

.detail_section4 a {
    /* text-transform: uppercase; */
    font-size: 18px;
    text-decoration: none;
    color: #111111;
}

.detail_section4 p {
    color: #2b2a2a;
    font-size: 16px;
    padding: 1rem;
    margin-bottom: 0;
}

.carousal_lg {
    min-height: 380px;
}

/*----------listing-page--------*/

.listing_section1 {
    position: absolute;
    width: 100%;
    bottom: 64%;
}

.listing_section1 .div2 h4 {
    font-size: 28px;
    position: relative;
    top: -30px;
}

.listing_section2 {
    padding: 28px 0px;
}

.listing_section2 h1 {
    font-size: 46px;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.listing_section2 h1 span {
    /* color: #111111; */
}

.listing_section2 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1f1f1f;
}

.listing_section2 h4 {
    font-size: 14px;
    color: #696868;
}

.listing_section2 h4 span {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
}

.listing_section2 .div2 img {
    float: left;
    /* margin-top: 48px; */
    position: relative;
    /* top: 45px; */
    /* left: -36px; */
}

.fullmap {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    /* padding: 1rem; */
    overflow: hidden;
    /* border-radius: 1rem; */
}

.fullmap img {
    min-width: 100%;
    height: 100%;
    /* max-width: max-content; */
    object-fit: cover;
}

.graybg {
    background-color: #f5f7f7 !important;
}

.btn2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 130px;
    text-align: revert;
    margin: 0 auto;
    top: calc(50% - 30px);
    background-color: #111111;
    border: 0;
    outline: none;
    color: #fff;
    padding: 15px;
    border-radius: 0.5rem;
}

.listing_section2 .div_1:hover .border_left {
    background: #ffffff;
}

.listing_section2 .h4_color {
    color: #2a2a2a;
    float: left;
    margin-right: 15px;
    width: 40%;
}

.fa i {
    margin-right: 10px;
}

.list_div2 {
    padding: 0;
    position: relative;
}

.listdiv3 {
    background-color: #fff;
    padding-left: 0;
    padding: 0;
}

.listing_section2 p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}

.listing_section2 .div1 {
    display: inline-block;
    width: 100%;
    /* padding: 20px 0px 0px 20px; */
    padding: 2rem;
}

.listing_section2 .div2 {
    display: inline-block;
    padding: 0 1rem;
    width: 100%;
    /* width: 20%; */
    /* height: 230px; */
    margin-top: 10px;
    /* border-left: 1px solid #111111; */
    /* position: absolute; */
    /* bottom: calc(50% - 20px); */
}

.listing_section2 .div_1 {
    background: #f5f7f7;
    /* height: 320px; */
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.search-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.listing_section2 .row {
    /* margin-bottom: 15px; */
    border-radius: 1rem;
    overflow: hidden;
}

.listing_section2 .row.sticky-top {
    border-radius: 0;
}

.secicon {
    width: 100%;
    height: auto;
    float: left;
}

.iconsec .centerimg {
    width: 20px;
}

.iconsec {
    width: 20%;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}

.iconsec h6 {
    color: #1a1a1a;
    text-align: center;
    margin-top: 5px;
}

.centerimg {
    margin: 0 auto;
    display: block;
}

.iconsection {
    width: 15%;
    margin-top: 0;
    float: left;
    margin-right: 20px;
}

.listing_section2 .div11 {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 0px 12px;
}

.iconsection h6 {
    color: #1a1a1a;
    text-align: center;
    margin-top: 10px;
}

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

.pagination {
    display: inline-block;
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 15px !important;
    text-decoration: none;
    background-color: #f5f7f7;
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .page-item.disabled {
    padding: 15px !important;
    background-color: #f5f7f7;
}

.pagination .page-item.disabled .page-link {
    padding: 0 !important;
    border: 0;
    background: transparent;
}

.page-item.active .page-link {
    background-color: #111111;
    padding: 15px !important;
    z-index: 1;
}


@media only screen and (max-device-width: 768px) {
    .pagination ul.pagination {
        margin: 0;
    }
}

/*----------responsive--------*/

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .section1 {
        bottom: 65%;
    }

    .sectionmap1a {
        bottom: 54% !important;
    }

    .section3 .tab-content .content {
        background: #ffffff !important;
        padding: 11px 25px !important;
        margin-top: 7px !important;
        /*margin-bottom: 22px !important;
		height: 150px !important;*/
    }

    .section8 .bg {
        height: 51% !important;
    }
}

@media (min-device-width: 1024px) and (max-device-width: 1400px) {
    .section8 .bg {
        height: 405px !important;
    }
}

@media (min-device-width: 581px) and (max-device-width: 767px) {
    .section1a .section3 {
        padding-top: 53px !important;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1080px) {
    .section1a .section3 {
        padding-top: 3px !important;
    }
}

@media (min-device-width: 1081px) and (max-device-width: 1200px) {
    .section1a .wrapper {
        top: 230px !important;
    }
}

@media (min-device-width: 1201px) and (max-device-width: 2500px) {
    .section1a .section3 {
        padding-top: 0px !important;
    }

    .wapper_top_a {
        top: 127px !important;
    }
}

@media (min-device-width: 1600px) and (max-device-width: 2500px) {
    .wapper_top_a {
        top: 130px !important;
    }
}

@media only screen and (min-device-width: 581px) and (max-device-width: 768px) {
    .sectionmap1a {
        top: 13% !important;
    }

    .section7 .div4 {
        padding-left: 136px !important;
        background-position: 11px 0px !important;
    }
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }

    .sectionmap1a .section3 {
        padding-top: 1px;
    }

    .container {
        /* max-width: 556px !important; */
    }

    .wapper_map_a {
        top: 200px !important;
    }

    .wrapper {
        top: 230px !important;
    }

    .section8 .carousel {
        width: 73%;
        padding-right: 0px;
    }

    .wapper_top_a {
        top: 124px !important;
    }

    .section8 .bg {
        width: 70% !important;
    }

    .section2home .container {
        padding: 0;
        border-radius: 0;
    }

    .section_cover .overlay {
        /* display: none; */
        border-radius: 0;
        z-index: 1;
    }

    .section_cover .text_wrap {
        position: absolute;
        height: auto;
        height: 100%;
        width: 100%;
        padding: 1rem !important;
    }

    .section2home .text_wrap {
        background-image: url(../imgs/bnr.jpeg);
        background-size: cover;
        background-position: center;
    }

    .title_outlined {
        font-size: 42px;
        opacity: 0.5;
    }

    .section8 h1 {
        font-size: 36px;
    }

    .section2 img.img-fluid {
        border-radius: 0;
    }

    .section_cover .text_wrap h1 {
        font-size: 42px;
    }

    .section2abc {
        /* display: none; */
    }
    .section2abc .container {
        border-radius: 0;
    }

    .section3 ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
    }

    .section_cover .text_wrap .title_wrap,
    .section_cover .text_wrap .container {
        z-index: 2;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .mobile_slider_wrap {
        padding: 0 3rem;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }

    #navbar {
        display: flex;
        align-items: center;
    }

    header .btn1 {}

    #section_reccomentation .tile:first-of-type {
        margin-bottom: 1rem;
        margin-left: 1.5rem;
    }

    #section_reccomentation .tile:last-of-type {
        margin-right: 1.5rem;
    }

    .section_trending .property_tile_1:first-of-type {
        margin-left: 3rem;
    }

    .section_trending .property_tile_1:last-of-type {
        margin-right: 3rem;
    }

    .section_trending {
        overflow: hidden;
    }

    footer .container {
        border-radius: 0;
        padding: 2rem;
        margin-bottom: 0 !important;
    }

    .section_numbers .tile {
        width: 50%;
        float: left;
    }

    .section_numbers h2 {
        font-size: 32px;
    }

    .section1 {
        margin-top: 0;
        padding-top: 4rem;
    }

    #section_reccomentation {
        padding-bottom: 0 !important;
        overflow: hidden;
    }

    .section6 .col-lg-6 .para1 {
        padding: 0 2rem;
    }

    .title_wrap {
        /* position: sticky;
        top: 80px; */
        padding: 0 2rem;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: auto !important;
        position: relative;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        filter: invert(1);
    }

    .carousel-control-next-icon img,
    .carousel-control-prev-icon img {
        opacity: 0;
    }

    .filter_out {
        border-radius: 0;
        flex-direction: row !important;
        gap: 0.5rem;
        margin: 0;
    }

    .filter_inner {
        width: 100%;
        margin: 0 !important;
    }

    .select_filter {
        max-width: initial;
    }

    .search-content-wrap .row {
        margin: 0;
        border-radius: 1rem;
        background-color: #FFFFFF;
    }

    .search-content-wrap .img-container,
    .list_div2 {
        padding: 0;
    }

    .search-content-wrap {
        padding-top: 60px !important;
    }

    .detail_section3 .facilities_div1 {
        width: 100% !important;
    }

    .listing_section2 h3 {
        font-size: 18px;
    }

    .listing_section2 h4 span {
        font-size: 18px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .wrapper {
        position: relative !important;
        top: 169px !important;
        left: 0% !important;
        transform: none !important;
        /* width: 300px !important; */
        margin: 0px auto !important;
        display: block !important;
        right: 0 !important;
        padding: 1rem;
    }

    .section1list .wrapper {
        top: 60px !important;
    }

    .select_new {
        float: left !important;
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        font-size: 16px !important;
        background-color: #fff !important;
        color: #5f5f5f !important;
        height: 61px !important;
        margin-bottom: 9px !important;
        border-radius: 0px !important;
        padding: 15px 15px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .wrapper {
        top: 200px !important;
    }

    .sectionmap1a {
        top: 100px !important;
    }

    .section1 {
        position: absolute !important;
        width: 100% !important;
        bottom: 70%;
    }
}

@media (min-device-width: 576px) and (max-device-width: 580px) {
    .section3 .tab-content .content {
        width: 245px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .select_filter {
        max-width: 200px;
        min-width: 135px;
    }
}

@media only screen and (min-device-width: 581px) and (max-device-width: 768px) {
    .select_filter {
        max-width: 200px;
        /*min-width: 92px;*/
    }
}

@media (min-device-width: 481px) and (max-device-width: 768px) {
    .section1 .div2 h4 {
        bottom: 0px !important;
    }

    a.rowimage {
        padding: 0px;
    }
}

@media (min-device-width: 581px) and (max-device-width: 767px) {
    .section8 .bg {
        height: 103% !important;
    }

    .listing_section2 .div_1 {
        /*height: 235px !important;*/
        height: auto !important;
    }

    .listing_section2 .div2 {
        height: 177px !important;
    }
}

@media (min-device-width: 768px) and (max-device-width: 991px) {

    .section3 .container-img img,
    .section3 .overlay {
        min-height: 307px !important;
    }

    .section8 .bg {
        height: 100% !important;
    }

    a.rowimage {
        padding: 0px;
    }

    section.section1.section1_custom.section1list {
        top: 14% !important;
    }

    .section8 .video {
        margin-top: 111px;
        position: absolute;
    }
}

@media only screen and (max-device-width: 580px) {
    .section8 .bg {
        height: 392px !important;
    }

    .google_play {
        /*text-align: center;*/
    }

    .list_div2n {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .list_div1n {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .section3a {
        /* padding-top: 0px !important; */
    }

    .mobile-text-center {
        text-align: center;
    }

    h4.hh4heading2 {
        font-size: 16px !important;
    }

    footer {
        padding-bottom: 0 !important;
    }

    footer .footer_content {
        padding-bottom: 6rem !important;
    }

    .horizontal_tile_wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-top: 2rem;
    }

    .property_tile_1,
    .horizontal_tile_wrap .tile {
        width: 70%;
    }

    .detail_section .carousel-control-next-icon,
    .detail_section .carousel-control-prev-icon {
        filter: invert(0);
    }
}

@media only screen and (max-device-width: 767px) {
    .wrapper .search_box .dropdown {
        border-right: none !important;
    }

    .filter_out {}

    .lab_filter {
        width: 100% !important;
    }

    .select_filter {
        /*max-width: unset !important;*/
        min-width: initial !important;
        border: 1px solid #e7e5e5 !important;
    }

    .filter_inner {
        /* margin-bottom: 15px !important; */
    }

    .wapper_top_a {
        top: 31% !important;
    }

    .search_field_a,
    .wapper_top_a .select_new:active,
    .wapper_top_a .select_new,
    .wapper_top_a .search_field_new {
        box-shadow: 0px 0px 11px #c7c1c1 !important;
    }

    .section2b {
        height: 450px !important;
    }

    .listing_section2 h1 {
        font-size: 20px !important;
    }

    .detail_section4 h2 {
        font-size: 28px !important;
    }

    .res_relateda {
        margin-bottom: 40px !important;
    }

    .res_relateda .related_images {
        width: 100% !important;
        height: 200px !important;
    }

    .carousal_lg {
        min-height: 240px;
    }

    .carouselabx img {
        /* height: 100px !important; */
    }

    .carousel-item img {
        /* height: 307px; */
    }

    .detail_section3 .details_div ul {
        padding: 0;
    }

    .detail_section3 .details_div ul li {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .detail_section3 .details_div ul li img {
        height: 50px;
    }

    .detail_section2 .bg_div {
        margin-top: 1rem;
        padding: 1rem;
    }

    .detail_section2 .bg_div img {
        max-height: 40px !important;
    }

    .secicon h6 {
        font-size: 12px;
    }

    .listing_section2a {
        margin-top: 239px !important;
    }

    select#search_cities {
        background-position: 95% 50% !important;
    }
}

@media (min-device-width: 360px) and (max-device-width: 481px) {
    header .div2 {}

    header ul.social {
        padding-left: 10% !important;
    }

    header ul.social li {
        width: 30px !important;
        height: 30px !important;
    }
}

@media (min-device-width: 482px) and (max-device-width: 580px) {
    header ul.social {
        padding-left: 15% !important;
    }

    .listing_section2 .div_1 {
        /*height: 235px !important;*/
        height: auto !important;
    }

    .sectionmap1heading {
        font-size: 34px !important;
    }
}

@media (min-device-width: 1025px) and (max-device-width: 1200px) {
    .wapper_top_a {
        top: 80% !important;
    }

    section.section1.section1_custom.section1list {
        bottom: 57%;
    }

    .wrapper {
        top: 119% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 481px) {
    .filter_out {
        padding: 10px 15px;
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    div.mm-dropdown {
        width: 20% !important;
    }

    .wrapper .search_box .search_field {
        width: 65px !important;
    }

    .select_new {
        margin-right: 4px;
    }
}

@media (min-device-width: 576px) and (max-device-width: 768px) {
    .iconsection h6 span {
        font-size: 11px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
    /* .select_new
{display:none;} */
}

/*.....new update....*/

@media (min-device-width: 481px) and (max-device-width: 575px) {
    .section3 .tab-content .img1 {
        /* width: 92% !important; */
        min-height: 330px !important;
    }

    .section3 .tab-content .content,
    .section3 .overlay {
        width: 100% !important;
    }
}

@media screen and (max-height: 450px) {
    header .sidenav {
        padding-top: 15px;
    }

    header .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-device-width: 576px) {
    .section8 .carousel p {
        font-size: 12px;
    }

    .row.resprow {
        margin-right: calc(var(--bs-gutter-x) * -0.1.5) !important;
    }

    .custpadright {
        padding-right: 0px !important;
    }
}

@media (min-device-width: 1025px) and (max-device-width: 1083px) {
    .wapper_map_a {
        top: 200px !important;
    }
}

@media (min-device-width: 992px) and (max-device-width: 1083px) {
    .section1 .div2 h1 {
        font-size: 51px;
    }

    .section1a {
        top: 100px !important;
    }
}

@media (min-device-width: 1084px) and (max-device-width: 1200px) {
    .section1a {
        top: 13% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .section2 img {
        object-fit: cover;
        min-height: 400px !important;
    }

    .detail_section1 .bnr img {
        object-fit: cover;
        min-height: 300px;
    }

    .detail_section2 .bg_div img {
        padding-top: 25px;
    }

    .detail_section2 .bg_div {
        padding-bottom: 35px;
        /*margin-top: 12px;*/
    }

    .textfirst span {
        display: none;
    }

    div.mm-dropdown {
        width: 30%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 440px) {
    .listing_section2 .div2 img {
        left: 0 !important;
    }
}

@media (min-device-width: 482px) and (max-device-width: 991px) {

    .section7 .div4,
    .section7 .div3,
    .section7 .div2 {
        min-height: 98px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 481px) {
    header ul.social {
        padding-left: 5px;
    }

    .listing_section2 .div2 img {
        left: -21px;
    }

    .list_div1n,
    .list_div1n1,
    .list_div1n2,
    .list_div1n3,
    .list_div1n4 {
        margin-left: 14px;
        margin-right: 15px;
        width: 92%;
    }

    .list_div1,
    .list_div11,
    .list_div12,
    .list_div13,
    .list_div14,
    .list_div15,
    .list_div16,
    .list_div17 {
        margin-left: 15px;
        margin-right: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .list_div2 {
        padding: 15px;
    }

    .listing_section2 .div2 {
        height: auto;
        border: 0;
        margin-top: 0;
    }

    .listing_section2 p {
        margin-bottom: 0;
    }

    .listing_section2 .div_1 {
        height: auto;
        border-radius: 1rem;
    }

    .fullmap {
        margin-top: 20px;
    }

    .iconsec {
        margin-right: 13px;
    }

    .wrapper {
        position: absolute;
        top: 152%;
        left: 48%;
        transform: translate(-61%, -50%);
    }

    .section1 .div2 h1,
    .section3 h1,
    .section4 h1,
    .section6 h1 {
        font-size: 27px !important;
    }

    .section1 .div2 h4 {
        font-size: 17px;
    }

    .section1 {
        bottom: 47%;
    }

    .section4 .div_1 {
        padding: 0px;
        position: relative;
    }

    .section4 .arrow {
        float: right;
        padding-top: 26px;
        margin-right: 0;
    }

    .open_nav {
        width: 33px;
        margin: -5px -4px;
    }

    .section7 .div4 {
        padding-left: 130px;
        min-height: 98px !important;
    }

    .section7 .div3 {
        padding-bottom: 30px;
        min-height: 98px !important;
    }

    .section7 .div2 {
        padding-bottom: 40px;
        min-height: 98px !important;
    }

    .section7 .div4abc {
        padding-left: 113px;
    }

    .section4 .content {
        padding-left: 20px;
    }

    header .btn1 {
        width: 87px;
        height: 30px;
        font-size: 14px;
    }

    header .div1 {
        width: 36%;
    }

    header .div4 {}

    header .btn1 span {
        position: relative;
        top: 0px;
    }

    header .btn1 {
        width: 85px;
        height: 30px;
        font-size: 12px;
        border-radius: 0.5rem;
    }

    header .div2 {
        margin-right: 24px;
    }

    header .div1 img {
        width: 100%;
    }

    header .div3 {
        width: 44%;
        margin-top: 16px;
    }

    header .btn1 img {
        width: 20px;
        height: 20px;
    }

    .wrapper .search_box {
        width: 245px;
    }

    .wrapper button {
        width: 80px;
    }

    header ul.social li {
        padding: 1px 4px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        margin: 0px 1px;
    }

    .section3 .tab-content .img1 {
        /* width: 92%; */
        /* margin: auto; */
        min-height: 240px !important;
    }

    .section3 .tab-content .content {
        margin: auto;
        margin-top: 7px;
        margin-bottom: 22px;
        width: 100%;
    }

    .section4 .div2,
    .section4 .div3,
    .section4 .div4,
    .section4 .div5 {
        width: 100%;
    }

    footer ul.list2 {
        margin-top: -18px;
    }

    .section8 .video {
        margin-top: 0px !important;
        position: relative !important;
    }

    footer .images_div img {
        width: 30%;
        margin-bottom: 30px;
    }

    .section8 .bg {
        width: 90%;
        height: 80%;
    }

    .section8 .carousel {
        padding: 0 2rem;
        width: 100% !important;
    }

    .section3 .btn1 {
        width: 300px;
    }

    .section3 .overlay {
        margin: 0px auto;
        height: 330px;
        width: 100%;
    }

    .detail_section3 .facilities_div1 {
        display: inline-block;
        width: 60%;
    }

    .listing_section2 .div1 {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }

    .listing_section2 .border_left {
        width: 74%;
        height: 1px;
        background: none;
        position: absolute;
        margin: 6px 0px 0px 26px;
    }

    .listing_section2 .div2 img {
        position: relative;
        top: -27px;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: -75%;
    }

    .section8 .carousel-control-next {
        margin-left: 15px;
        left: 0 !important;
    }

    .section8 .carousel-control-prev {
        margin-right: 15px;
    }

    .footer_sub p {
        width: 85%;
        margin: auto;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 580px) {
    .section8 .video {
        margin-top: 0px !important;
        position: relative !important;
    }

    .list_div1n,
    .list_div1n1,
    .list_div1n2,
    .list_div1n3,
    .list_div1n4 {
        margin-left: 15px;
        margin-right: 15px;
        width: 94%;
    }

    header ul.social {
        padding-left: 5px;
    }

    .listing_section2 .div2 img {
        left: -21px;
    }

    .list_div1,
    .list_div11,
    .list_div12,
    .list_div13,
    .list_div14,
    .list_div15,
    .list_div16,
    .list_div17 {
        margin-left: 20px;
        margin-right: 15px;
        width: 90%;
    }

    .list_div2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .listing_section2 .div2 {
        height: 151px;
    }

    .listing_section2 .div_1 {
        height: 302px;
        margin-left: 5px;
        margin-right: 13px;
    }

    .listdiv3 {
        padding-right: 0;
    }

    .fullmap {
        margin-top: 20px;
        width: 90%;
        margin-left: 20px;
    }

    .iconsec {
        margin-right: 14px;
    }

    .wrapper .search_box {
        width: 410px;
    }

    .wrapper .search_box .search_field {
        width: 350px;
    }

    .wrapper button {
        width: 80px;
    }

    .wrapper {
        transform: translate(-58%, -50%);
    }

    header .div1 img {
        width: 32%;
    }

    header .div1 {
        width: 40%;
    }

    header .div2 {}

    header .div3 {
        width: 40%;
        margin-top: 15px;
    }

    header .div4 {
        width: 7%;
        margin-top: 15px;
    }

    .section1 .div2 h1 {
        font-size: 35px !important;
    }

    .section1 .div2 h4 {
        font-size: 20px;
    }

    .listing_section1 {
        top: 100px !important;
    }

    .section1 {
        top: 100px;
    }

    .section4 .div_1 {
        padding: 0px;
        position: relative;
    }

    .section5 {
        margin-top: 0;
    }

    .section7 .div4 {
        padding-left: 112px;
        padding-top: 20px;
    }

    .section7 .div3 {
        padding-top: 25px;
    }

    .section7 .div2 {
        padding-top: 28px;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: -75%;
    }

    .section8 .carousel {
        position: relative;
        top: -62px;
        width: 58% !important;
    }

    .section3 .tab-content .img1 {
        width: 360px;
        margin: auto;
    }

    .section3 .tab-content .content {
        margin: auto;
        margin-top: 7px;
        margin-bottom: 22px;
        width: 360px;
    }

    .section4 .div2,
    .section4 .div3,
    .section4 .div4,
    .section4 .div5 {
        width: 46.5%;
    }

    footer ul.list2 {
        margin-top: -18px;
    }

    footer .images_div img {
        margin-bottom: 30px;
    }

    .section8 .bg {
        width: 90%;
        height: 60%;
    }

    .section3 .overlay {
        margin: 0px auto;
        height: 73.5%;
        width: 244px;
    }

    .detail_section3 .facilities_div1 {
        display: inline-block;
        width: 43%;
    }

    .listing_section2 .border_left {
        position: absolute;
        margin: -47px 0px 0px 10px;
    }
}

@media only screen and (max-device-width: 768px) {
    .listing_section1 .div2 h4 {
        font-size: 30px;
        padding-bottom: 10px;
        top: 100px !important;
    }

    .wht {
        /* background: rgb(0 0 0 / 18%) !important; */
    }

    form.msger-inputarea.respon_msgrb {
        right: 3% !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .img-container .list_div1 {
        width: 100% !important;
        background-size: cover !important;
        height: 425px !important;
    }

    .rowimage {
        padding-right: 22px;
        padding-left: 15px;
    }

    .section8 .bg {
        width: 96% !important;
    }
}

@media (min-device-width: 481px) and (max-device-width: 991px) {
    .img-container .list_div1 {
        background-size: 100% 100vh !important;
        height: 593px !important;
    }
}

@media only screen and (max-device-width: 991px) {
    .row.open_popup {
        width: 97%;
        margin-left: 2%;
    }

    section.aboutsec #navbarSupportedContent,
    .aboutsec ul.navbar-nav.mr-auto {
        display: block;
    }

    section.aboutsec div#navbarSupportedContent ul>li {
        display: inline-block;
        padding: 10px;
        width: 24%;
    }

    .container.listing_section2ab {
        padding: 0px !important;
    }

    .list_div1.list_div1ab {
        background-size: 100% 100%;
        height: 309px !important;
    }

    .aboutsecrowa {
        padding-right: 0px !important;
    }

    .dataabc1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .aboutseca1 {
        padding-right: 0px !important;
    }

    .list_div2.list_div2ab {
        padding: 0px 21px 0px 23px !important;
    }

    .div_1ab {
        min-height: 214px;
    }

    .detail_section4 p {
        margin-bottom: 0px !important;
    }

    .carousel-item img {
        margin-bottom: 2%;
    }

    section.section1.section1_custom.sectionmap1a {
        top: 70px !important;
    }

    .section7 .div4abc {
        background-position: 17px 0px !important;
    }
}

@media (min-device-width: 437px) and (max-device-width: 767px) {
    .section8 .bg {
        height: 415px !important;
    }
}

@media only screen and (min-device-width: 581px) and (max-device-width: 768px) {
    .list_div2n {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .list_div2 {
        padding-left: 0;
    }

    .listdiv3 {
        padding-right: 0;
    }

    .fullmap {
        width: 100%;

        margin-top: 15px;
        margin-left: 0;
    }

    /*.listing_section2 .div_1 {

		height: 380px;
	}*/

    .listing_section2 .div2 {
        height: 290px;
    }

    header .div1 img {
        width: 32%;
    }

    .section1 .div2 h1 {
        font-size: 40px;
    }

    header .div2 {}

    .sectionmap1a .div2 h4 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    header .div1 {
        width: 41%;
    }

    header .div3 {
        width: 40%;
        margin-top: 15px;
    }

    header .div4 {
        width: 7%;
        margin-top: 15px;
    }

    .listing_section1 {
        top: 21% !important;
    }

    .section1 {
        bottom: 48%;
    }

    .section1_custom {
        top: 100px;
    }

    .wrapper .search_box {
        /*width: 96% !important;*/
    }

    .section3 .overlay {
        height: 59%;
    }

    .section4 .div2,
    .section4 .div3,
    .section4 .div4,
    .section4 .div5 {
        width: 44.5%;
    }

    .section4 .div_1 {
        position: relative;
        right: 0px;
    }

    .section5 {
        margin-top: 0;
    }

    .section7 .div4 {
        padding-left: 133px;
        background-position: 11px 0px;
    }

    footer ul.list2 {
        margin-top: -18px;
    }

    .section8 .bg {
        width: 70%;
        height: 73%;
    }

    .detail_section3 .facilities_div1 {
        width: 43%;
    }

    .listing_section2 .border_left {
        position: absolute;
        margin: -47px 0px 0px 10px;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: -75%;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .list_div2n {
        padding-left: 0;
        padding-right: 0;
    }

    .list_div2 {
        padding-left: 0;
    }

    .listdiv3 {
        padding-right: 0;
    }

    .fullmap {
        width: 100%;

        margin-top: 15px;
        margin-left: 0;
    }

    .section2 img {
        padding: 0px;
        object-fit: cover;
        min-height: 400px;
    }

    header .div3 {
        width: 28%;
        margin-top: 16px;
    }

    header .div1 {
        width: 56%;
    }

    header .div1 img {
        width: 18%;
    }

    header .div2 {}

    header .div4 {
        margin-top: 16px;
    }

    .section1 .div2 h4 {
        font-size: 22px;
    }

    .listing_section1 .div2 h4 {
        top: 100px;
    }

    .section1 .div2 h1 {
        font-size: 51px;
    }

    .section1 {
        /*bottom: 56%;*/
        top: 100px;
    }

    .sectionmap1a {
        bottom: 56% !important;
    }

    .section1a {
        top: 13% !important;
    }

    .section4 h3 {
        font-size: 16px;
    }

    .section3 {
        padding-top: 0px !important;
    }

    .section4 .arrow {
        padding-top: 26px;
        margin-right: 0px;
    }

    .section3 .overlay {
        height: 72.5%;
    }

    .section8 .video {
        margin-top: 280px;
        position: absolute;
        width: 39%;
    }

    .section8 .bg {
        width: 50%;
        height: 90%;
        background: #fff;
        position: absolute;
        left: 0px;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: -80%;
    }

    .section7 .div4 {
        padding-left: 109px;
    }

    .section7 .div1,
    .section7 .div2,
    .section7 .div3,
    .section7 .div4 {
        margin-bottom: 25px;
    }

    .detail_section1 .bnr img {
        object-fit: cover;
        min-height: 300px;
    }

    .detail_section2 .bg_div img {
        padding-top: 20px;
        width: 24%;
    }

    .detail_section2 .bg_div h5 {
        font-size: 23px;
    }

    .listing_section2 .list_div1 img {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper {
        top: 200px !important;
    }

    .wapper_top_a {
        top: 100px !important;
    }
}

@media (min-device-width: 992px) and (max-device-width: 1200px) {
    .section1a {
        /*bottom: 252px !important;*/
    }

    .images_div img {
        width: 30%;
    }

    .wapper_top_a {
        top: 88px !important;
    }

    .iconsec {
        width: 19% !important;
    }

    .section3 {
        padding-top: 0px !important;
    }
}

@media (min-device-width: 992px) and (max-device-width: 1024px) {
    section.section1.section1_custom.section1list {
        top: 18% !important;
    }
}

@media (min-device-width: 992px) and (max-device-width: 2500px) {
    .list_div1n {
        height: 210px !important;
    }

    .section7 .div4 {
        padding-left: 85px !important;
    }

    .nopadleft {
        padding-left: 0px !important;
    }

    .section8 .video {
        position: absolute !important;
        margin-top: 120px !important;
    }
}

@media (min-device-width: 1401px) and (max-device-width: 2500px) {
    .listing_section2 .div_1 {
        /* height: 427px !important; */
    }

    .listing_section2 .div_1ab {
        height: 200px !important;
    }

    /*.section1 {
	    bottom: 300px !important;
	}*/
    section.section1.section1_custom.section1list {
        top: 62px !important;
    }

    .section1a .wrapper {
        top: 260px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .iconsection {
        /*width: 18% !important;*/

        margin-right: 10px;
    }

    .div_1n h3 {
        font-size: 15px !important;
    }

    .listing_section2 .h4_color {
        font-size: 10px;
    }

    .iconsec {
        margin-right: 15px;
    }

    .list_div1,
    .list_div11,
    .list_div12,
    .list_div13,
    .list_div14,
    .list_div15,
    .list_div16,
    .list_div17 {
        height: 360px;
    }

    .listing_section2 .div_1 {
        height: 360px;
    }

    .listing_section2 .div2 img {
        left: -23px;
    }

    .listing_section2 .div2 {
        height: 290px;
        margin-top: 44px;
    }

    .wrapper {
        top: 28%;
    }

    .listing_section1 .div2 h4 {
        top: 10%;
    }

    header .div1 img {
        width: 18%;
    }

    header .div3 {
        width: 20%;
    }

    header .div1 {
        width: 56%;
    }

    .section1 {
        position: absolute;
        width: 100%;
        /*bottom: 53%;*/
        top: 100px;
    }

    .section8 .bg {
        height: 67%;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: 30px;
    }

    .section3 .overlay {
        height: 55.5%;
    }

    .detail_section2 .bg_div img {
        padding-top: 20px;
        width: 24%;
    }

    .detail_section2 .bg_div h5 {
        font-size: 23px;
    }

    .listing_section2 .border_left {
        position: absolute;
        margin: -47px 0px 0px 10px;
    }

    .listing_section1 {
        top: 100px !important;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .iconsection {
        width: 18%;

        margin-right: 10px;
    }

    .div_1n h3 {
        font-size: 15px !important;
    }

    .listing_section2 .h4_color {
        font-size: 10px;
    }

    .iconsec {
        margin-right: 15px;
    }

    .list_div1,
    .list_div11,
    .list_div12,
    .list_div13,
    .list_div14,
    .list_div15,
    .list_div16,
    .list_div17 {
        height: 360px;
    }

    .listing_section2 .div_1 {
        height: 360px;
    }

    .listing_section2 .div2 img {
        left: -23px;
    }

    .listing_section2 .div2 {
        height: 290px;
        margin-top: 44px;
    }

    header .div2 {}

    header .div3 {
        width: 20%;
        margin-top: 16px;
    }

    header .div4 {
        margin-top: 12px;
    }

    header .div1 {
        width: 65%;
    }

    .section1 {
        bottom: 47%;
    }

    section.section1.section1_custom.section1list {
        top: 14% !important;
    }

    .listing_section1 {
        top: 150px;
    }

    .detail_section2 .bg_div img {
        padding-top: 20px;
        width: 24%;
    }

    .detail_section2 .bg_div h5 {
        font-size: 23px;
    }

    .section8 .bg {
        height: 67%;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        bottom: -70%;
    }

    .section3 .overlay {
        height: 55.5%;
    }

    .detail_section3 .facilities_div1 {
        display: inline-block;
        width: 34%;
    }

    .listing_section2 .border_left {
        position: absolute;
        margin: -47px 0px 0px 10px;
    }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    .listing_section2 .h4_color {
        font-size: 13px;
    }

    .listing_section2 .div_1 {
        height: 370px;
    }

    .list_div1,
    .list_div11,
    .list_div12,
    .list_div13,
    .list_div14,
    .list_div15,
    .list_div16,
    .list_div17 {
        height: 370px;
    }

    header .div3 {
        width: 17%;
    }

    header .div1 {
        width: 69%;
    }

    .section6 h5 {
        padding-top: 0px;
    }

    .section1 {
        bottom: 50%;
    }

    section.section1.section1_custom.section1list {
        top: 11% !important;
    }

    .section3 .overlay {
        height: 67%;
    }

    footer .images_div img {
        width: 30%;
    }

    .listing_section1 {
        top: 175px;
    }

    .detail_section2 .bg_div p {
        width: 85%;
        margin: auto;
    }

    .detail_section2 .bg_div img {
        padding-top: 30px;
    }

    .section8 .bg {
        width: 46%;
        height: 58%;
    }

    .detail_section3 .facilities_div1 {
        display: inline-block;
        width: 34%;
    }
}

@media only screen and (min-device-width: 1401px) {
    .section8 .bg {
        width: 46%;
        height: 49%;
    }
}

/*.....new update....*/

.select_new {
    float: left;
    width: auto;
    border: none;
    margin-right: 10px;
    font-size: 16px;
    background-color: #fff;
    color: #5f5f5f;
}

.select_new:focus-visible,
.select_new:focus,
.select_new:active {
    border: none;
    box-shadow: none;
}

.wrapper .search_box .search_field {
    width: 100%;
    height: 100%;
    position: relative;
}

.form-select1,
.form-select2,
.form-select3 {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .select_new {
        float: left;
        width: 100%;
        border: none;
        margin-right: 0px;
        font-size: 16px;
        background-color: #fff;
        color: #5f5f5f;
        height: 61px;
        margin-bottom: 15px;
        border-radius: 0.5rem !important;
        padding: 15px 15px;
    }

    .wrapper .search_box .search_field .input {
        border-radius: 0.5rem !important;
    }

    .wrapper {
        position: absolute;
        /* top: 152%; */
        left: 0%;
        top: auto !important;
        transform: none !important;
        /* width: 300px !important; */

        margin: 0px auto;
        display: block;
        right: 0;
    }

    .wrapper button {
        /* position: relative; */
        /* top: 296px; */
        right: 0px;
        height: 60px;
        border: 0px;
        background: #111111;
        color: #fff;
        /*width: 123px;*/
        margin: 0px auto;
        display: block;
        width: 100%;
        border-radius: 0.5rem !important;
    }

    .wrapper .search_box .search_field {
        height: 55px !important;
        position: absolute !important;
        left: 62px;
        width: 229px !important;
        background-color: #fff;
    }

    .wrapper .search_box {
        width: 100% !important;
        background: #fff;
        /* height: 50px; */
        height: auto;
        display: flex;
        padding: 0;
        box-shadow: 0 8px 6px -10px #b3c6ff;
        position: relative;
        flex-direction: column;
        background-color: transparent;
    }

    div.mm-dropdown ul li,
    div.mm-dropdown div.textfirst {
        padding: 0;
        color: #333;
        padding: 8px 15px;
        height: 45px;
    }

    div.mm-dropdown {
        background-color: #fff;
        margin-bottom: 8px;
        height: 55px;
        width: 20%;
        z-index: 9999;
    }

    .section2home img {
        object-fit: cover;
        /*min-height: 280px !important;*/
        min-height: 682px !important;
    }

    .section2a img {
        min-height: 640px !important;
    }

    .section2_custprop img {
        min-height: 400px !important;
    }

    .clg {
        margin-top: 15px;
    }

    .country-div ul>li button {
        font-size: 12px !important;
        padding: 4px 9px !important;
    }

    .aboutsec h2,
    .vision h2 {
        font-size: 27px !important;
    }

    .abtsec iframe {
        width: 100% !important;
    }
}

/*.....new update....*/

/*aboutpage*/
.aboutsec {
    width: 100%;
    height: auto;
}

.abtsec {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.abtsec h5 {
    font-size: 16px;
    color: #111111;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.abtsec h2 {
    font-size: 50px;
    color: #40403f;
}

.abtsec h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.abtsec p {
    font-size: 16px;
    /* color: #666; */
    margin-top: 0;
}

.about_info p {
    font-size: 24px;
}

.abtsec iframe {
    border-radius: 1rem;
    overflow: hidden;
}

.about_info .video_wrap {
    display: flex;
    align-items: center;
}

.countsec {
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
}

.fullcount {
    width: 100%;
    height: auto;
    background-color: #07aabd;
    padding: 40px 0;
    color: #fff;
}

.fullcount h3 {
    text-align: center;
    font-size: 18px;
}

.fullcount h6 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0;
}

.aboutsec_numbers {
    padding-top: 0;
}

.aboutsec_numbers .container {
    background: #1c2d37;
    border-radius: 1rem;
    padding: 4rem 2rem !important;
    color: #ffffff;
}

.vision {
    width: 100%;
    height: auto;
}

.vision h2 {
    font-size: 50px;
    color: #40403f;
}

.vision h3 {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
}

.vision p strong {
    color: #ffffff;
    font-size: 20px;
}

.vision p {
    color: #ffffff;
    font-size: 16px;
}

/*contactpage*/

.contact {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.contact select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: #666;
    border: 1px solid #111111 !important;
}

.contact_form_wrap {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    float: left;
}

.contact_form_wrap form {
    float: left;
    width: 100%;
}

.subbtn {
    background: #111111;
    color: #fff;
    width: 143px;
    height: 47px;
    border-radius: 0.5rem;
    float: left;
    border: 0;
    outline: 0;
}

.contact h3 {
    font-size: 28px;
    color: #111111;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact p {
    color: #000;
    font-size: 16px;
    padding-top: 10px;
}

.contact p i {
    color: #111111;
    font-size: 20px;
    margin-right: 10px;
}

.country {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    background: #111111;
}

.fullblue {
    width: 100%;
    /* height: 270px; */
    height: calc(100% - 25px);
    background-color: #fff;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #999;
    border-radius: 10px;
    margin-bottom: 25px;
}

.fullblue img {
    margin-bottom: 15px;
}

.fullblue h4 {
    font-size: 20px;
    color: #111111;
    font-weight: 600;
}

.fullblue p {
    font-size: 16px;
    color: #666;
}

.fullblue .misc_info {
    padding: 15px 0 0 0;
}

.fullblue .misc_info p {
    margin-bottom: 5px;
}

.services {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.services h2 {
    color: #111111;
    font-size: 50px;
}

.services p {
    color: #666;
    font-size: 16px;
}

.services ul li {
    list-style: none;
}

.fullser {
    width: 100%;
    height: auto;
}

.fullser img {
    float: left;
    margin-right: 10px;
}

.fullservice {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}

.fullservice h3 {
    font-size: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.parali {
    width: 84%;
    float: left;
    font-size: 17px !important;
    color: #292929 !important;
}

/*----------responsive--------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 481px) {
    .section1 {
        top: 100px;
    }

    section.section1.listing_section1 {
        top: 100px !important;
    }
}

/* 



#search_cities {
    width: 100%;
    max-width: 72px;
} */

.section3 .tab-content .content {
    background: #ffffff;
    padding: 11px 25px;
    margin-top: 0px;
    margin-bottom: 22px;
    height: 145px;
}

.section4 .div2,
.section4 .div3,
.section4 .div4,
.section4 .div5 {
    float: right;
    /* width: 20.5%; */
    margin-left: 15px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
}

#section_reccomentation .content_wrap {
    display: flex;
    flex: 1;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg,
            rgba(2, 0, 36, 1) 0%,
            rgba(9, 26, 121, 0) 47%);
    color: #ffffff;
}

#section_reccomentation .content_wrap * {
    color: #ffffff;
}

#section_reccomentation .content_wrap form {
    width: 100%;
    float: left;
}

.section7 .container {
    border: 1px solid #efefef;
    padding: 30px 0 24px 20px;
    margin: auto;
}

.section7 p {
    font-size: 15px;
    margin-bottom: 0;
}

.section7 .div2 {
    background: url(../imgs/icon1.png);
    background-repeat: no-repeat;
    padding-left: 111px;
}

.section7 .div3 {
    background: url(../imgs/icon2.png);
    background-repeat: no-repeat;
    padding-left: 113px;
}

header ul.social li {
    list-style-type: none;
    float: left;
    padding: 7px 10px;
    width: 36px;
    height: 36px;
    border: 1px solid #b4c1c3;
    border-radius: 20px;
    margin: 0px 1px;
}

footer .images_div img {
    margin-bottom: 20px;
    border-radius: 0.5rem;
}

@media only screen and (min-device-width: 1401px) {
    .section8 .bg {
        width: 46%;
        height: 387px;
    }
}

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

    .socialabc .fa-facebook:before,
    .socialabc .fa-instagram:before,
    .socialabc .fa-youtube-play:before {
        font-size: 27px !important;
    }

    .respon_msgra {
        padding-right: 0px !important;
    }

    form .respon_msgrb {
        position: relative !important;
        right: 1% !important;
    }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    .section8 .bg {
        width: 46%;
        /* height: 47%; */
        /* }
.section1 {
    bottom: 61%;
} */
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .section8 .bg {
        height: 50%;
    }

    /*.section1 {
			bottom: 66%;
		}*/
    /*.wrapper {
		    top: 200px !important;
		}*/
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .section8 .bg {
        height: 410px;
    }

    .wrapper {
        top: 133%;
    }

    .section1 {
        width: 100%;
        /*bottom: 67%;*/
    }
}

@media only screen and (min-device-width: 581px) and (max-device-width: 768px) {
    /*.section1 {
			bottom: 64%;
		}*/

    .section8 .bg {
        width: 100%;
        height: 68%;
    }

    .section7 .div3 {
        padding-left: 133px;
        margin-bottom: 20px;
    }

    .section7 .div2 {
        padding-left: 133px;
        margin-bottom: 20px;
    }

    .section7 h5 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .section8 .bg {
        width: 50%;
        height: 71%;
        background: #fff;
        position: absolute;
        left: 0px;
    }

    .section8 .carousel-control-next,
    .section8 .carousel-control-prev {
        /* bottom: -65%; */
    }
}

.section8 .carousel-control-next,
.section8 .carousel-control-prev {
    /* bottom: -334px; */
    border: 1px solid #000000;
    width: 60px;
    height: 60px;
}

.section8 .carousel-control-next {
    left: 12%;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.hover-zoom:hover img {
    transform: scale(1.1);
}

.hover-zoom img,
.hover-zoom video {
    transition: all 0.3s linear;
}

.section3 .overlay {
    transform: translateY(-13px);
}

.pimg {
    pointer-events: none;
    position: relative;
    transform: translateY(0);
    transform-origin: 50% bottom;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container-img:hover .pimg {
    transform: translateY(-13px);
}

.list_title:hover {
    text-decoration: none;
    color: #1f1f1f;
}

.section5 button:hover {
    background: #00bcd4;
}

header ul.social li {
    transition: all 0.2s ease-in-out;
}

header ul.social li:hover {
    transform: scale(0.8);
}

.close {
    background: #111111;
    border: 0;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 50%;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 2rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #111111 !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.btn-primary {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
    font-size: 18px;
    padding: 10px 30px;
}

span.psw {
    float: right;
    padding-top: 16px;
}