
@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2"), url(../fonts/Metropolis-Medium.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
/* Nav */
#navbarserenade #navbarserenade-inner {
	max-width: 100%;
	margin: 0 auto;
}


#navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#navbarserenade.is-minimized {
	transform: translateY(-65px);
}
#navbarserenade.is-maximized {
	transform: none;
}

#navbarserenade .top-section {
	background: none;
}
#navbarserenade .bottom-section {
	background: none;

}

.active-dropdown {
	color:#ff9007;
}


.mobile-menu {
	transform: translateX(100%);
	transition: 0.3s;
}

.mobile-menu.slide-in {
	transform: none;
}

.mobile-menu a {
	margin-top: 1.25rem;
}
.nav-down {
	top: 0;
}
.nav-up {
	top: -40px;
}

.btmNav {
    background: #1e4492;
    color: #fff;
	display: flex;
	top: 64px;
	position: absolute;
	width: 100%;
	font-size: 0.8rem;
	    box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 27%) 0px 10px 10px;
}

.btmNav .logo {
      background-color: #fff;
	
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center
}
.btmNav .logo a img {
    height: 37px;
    object-fit: contain;
    width: 70%;
    /* filter: drop-shadow(0 0 1px #000); */
    display: block;
    margin: auto;
    /* filter: drop-shadow(0 0 1px #000); */
}
.btmNav .logo a {
	color: #FFF;
	text-decoration: none;
       
}

.showbb {
	display: inline-block !important;
}

.btmNav ul {
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: space-evenly;
	width: 60%;
}
.btmNav ul li {
	list-style: none;
}

.btmNav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
    
}


.regBtn {
	background: #b9b4ae;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	color: #fff;
	width: 12%;
   font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
	font-size: 16px
  }
  
  .regBtn a {
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	  gap: 7px;
	  color: #fff;
  }

.topnav {
	overflow: hidden;
	background-color: #eee;
}

.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 13px 16px;
	text-decoration: none;
	font-size: 17px;
    
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav .logo {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 7px 10px 3px 10px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 17px;
}

.topnav .logo img {
	width: 166px;
	height: auto;
}



.topnav button {
	display: none;
}


.dropdown-content {
    display: flex;
    width: 40%;
    justify-content: space-evenly;
}

.dropdown {
    display: flex;
    width: 73.55%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
   font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
        font-size: 15px;
    letter-spacing: 1px;
}

.dropbtn {
	display: none;
}


.navContainer {
	width: 100%;
	display: flex;
}

#topBtn.showbb {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

body {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 300;
}

main {
    margin-top: 92px;
    overflow: hidden;
}

.bannerimg {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
}

.bannercont {
    position: absolute;
    bottom: 0;
    width: 39vw;
    left: 0;
    height: 21vw;
    object-fit: contain;
    object-position: left bottom;
    z-index: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.banner_title {
    position: absolute;
    bottom: 8.2dvi;
    left: 0;
    width: 35dvi;
    height: 7dvi;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-left: 1.3rem;
    overflow: hidden;
    font-weight: 700;
}

.banner_title h1 {
    font-size: 2.5vw;
    line-height: 1.2;
    color: #fff;
    position: relative;

}

.bannertagbg {}

.bannertagbg::before {
    content: "";
    background: url(../images/banner-info-2.webp) no-repeat;
    position: absolute;
    bottom: 0;
    width: 40vw;
    left: 0;
    height: 21vw;
    background-size: contain;
    background-position: left bottom;

    z-index: 0;
    opacity: 0.4;


}

.bannertagbg::after {
    content: "";
    background: url(../images/banner-info-2.webp) no-repeat;
    position: absolute;
    bottom: 0;
    width: 40vw;
    left: 0;
    height: 21vw;
    background-size: contain;
    background-position: left bottom;
    z-index: 0;
    /* mix-blend-mode: multiply; */
    filter: brightness(1.2) opacity(0.7);

}

.bannercont2 {
    position: absolute;
    bottom: 0;
    width: 39vw;
    left: 0;
    height: 21vw;
    object-fit: contain;
    object-position: left bottom;
    z-index: 0;
    opacity: 0.7;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.674));
}

.banner_title2 {
    position: absolute;
    bottom: 8.2dvi;
    left: 0;
    width: 35dvi;
    height: 7dvi;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-left: 1.3rem;
    overflow: hidden;
}

.banner_title2 h1 {
    font-size: 2.1vw;
    line-height: 1.2;
    color: #fff;
    position: relative;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;


}

.mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    /* background: #999999; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.mySwiper .swiper-slide img.bannerslider {
    display: block;
    width: 100%;
    height: 91.5vh;
    object-fit: cover;
}



.swiper-button-next,
.swiper-button-prev {
    background: #198754f5 !important;
    width: 24px;
    height: 24px;
    border-radius: 50px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    color: #dedede;
    font-family: 'simedarbyproperty' !important;
    content: "\eb09";
    display: none;
    font-size: 24px;
    display: contents;
    background-image: none;
}

.swiper-button-prev:before {
    transform: rotate(180deg);
    display: block;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.mySwiper .swiper-button-next {
    right: 0;

    top: 62%;
}

.mySwiper .swiper-button-prev {
    left: 0;

    top: 62%;
}
.mySwiper .swiper-pagination {
    bottom: 3.3em;
}

.img1 {
    height: 97vh;
    object-fit: cover;
    width: 100%;
}

p.cwsubtxt {
    font-size: 0.9vw;

    text-align: center;
    display: block;
    margin: auto;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.harmonilogo {
    width: 16.6vw;
    display: block;
    margin: 2rem auto;

}
/* .mySwiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, black, transparent);
} */
 .bnr_pos_shad {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 40vw;
    z-index: 2;
    object-fit: contain;
    object-position: top right;
    mix-blend-mode: multiply;
    opacity: 0.6;


 }
.bnr_pos {
    position: absolute;
    top: 2em;
    right: 1.3em;
    width: 16dvi;
    /* height: 107px; */
    z-index: 3;
    object-fit: contain;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.911))
        drop-shadow(0 0 7px rgba(0, 0, 0, 0.734));
}
.box1 {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 33dvi;
    height: 30dvi;
    object-fit: contain;
    object-position: right;
    object-fit: fill;
    mix-blend-mode: multiply;
    filter: brightness(1.3) contrast(0.9);
}

.sidecontentbg::before {
    content: "";
    background: url(../images/sidecontent.webp) no-repeat;
    position: absolute;
 background-size: 45dvi 45dvi;
    width: 45dvi;
    height: 45dvi;
    top: 0;
    right: 0;
    opacity: 0.4;


}

.sidecontentbg::after {
    content: "";
    background: url(../images/sidecontent.webp) no-repeat;
    position: absolute;
 background-size: 45dvi 45dvi;
    width: 45dvi;
    height: 45dvi;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    filter: brightness(1.2) opacity(0.7);

}

h2 {
    font-weight: 600;
    font-size: 1.85vw;
}


.sidecontentbg2::before {
    content: "";
    background: url(../images/sidecontent2.webp) no-repeat;
    position: absolute;
    background-size: 91% 91%;
    width: 49dvi;
    height: 49dvi;
    top: 0;
    left: 0;
    opacity: 0.4;


}

.sidecontentbg2::after {
    content: "";
    background: url(../images/sidecontent2.webp) no-repeat;
    position: absolute;
    background-size: 91% 91%;
    width: 49dvi;
    height: 49dvi;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    filter: brightness(1.2) opacity(0.7);

}

p.cwsubtxt.max2 {
    font-size: 0.85vw;
}

.cm_txt {
    text-align: center;
    font-family: "arboria", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    margin-top: 1.5rem;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}


.fitsimage {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1.2rem;
}

.prop_info {
    font-size: 0.74rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.05em;
    opacity: 0.3;
}

.proplogo {
    width: 140px;
    height: 53px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 1.2rem;
}

.propSlider {
    padding: 40px 0;
}

.propSlider .swiper-slide {
    width: 33%;
    transition: all 0.4s ease;
    transform: scale(0.8);
}

.propSlider .swiper-slide-active .prop_info {
    opacity: 1;
}

.propSlider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.propSlider {
    max-width: 95%;
    margin: auto;
}
.boxm {
    overflow: hidden;
}
.btnNext,
.btnPrev {
    background: transparent !important;
    border: 0;
    width: 5dvi;
    height: 5dvi;
    position: absolute;
    cursor: pointer;
    z-index: 33;
}

/* arrow base */
/* .btnNext:before,
.btnPrev:before {
    content: "";
    display: block;
    width: 5dvi;
    height: 5dvi;
   
    background-size: 1.6dvi;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
} */

/* .btnNext:before {
 background-image: url("../images/next-arr.webp");
}
.btnPrev:before {
     background-image: url("../images/prev-arr.webp");
} */
.btnar {
    width: 2dvi;
    height: 2dvi;
    object-fit: contain;
}

/* positioning */
.propSlider .btnNext {
    right: -10px;
    top: 52%;
}

.propSlider .btnPrev {
    left: -10px;
    top: 52%;
}

.ast01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 39dvi;
    height: 33.3dvi;
    object-fit: contain;
    object-position: right top;
    pointer-events: none;
    /* mix-blend-mode: multiply; */
}

.ast02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39dvi;
    height: 33.3dvi;
    object-fit: contain;
    object-position: left bottom;
    pointer-events: none;
}

.ft_wrapper {
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.mstlytplan {
    background: url(../images/bg-masterlayout.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.mlp_content {
    padding: 3rem 0;
}
.mlp_cont {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    width: 100%;
}

.mlp_item {
    grid-column: span 3;
}

.accIcon {
    width: 80px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin-bottom: 1rem;
}

.mlp_item h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 0.035em;
}

.mlp_item p {
    font-size: 14px;
    max-width: 28ch;
}

.deco1 {
    position: absolute;
    width: 39dvi;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 6%;
}

.map iframe {
    height: 45dvi;
    filter: grayscale(1) brightness(0.85);
    pointer-events: auto;
}


.posacc_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
        z-index: 2;

}

.pw_cont h2 {
    width: fit-content;
    margin: auto;
}

.pw_cont {
    width: fit-content;
    padding: 0 3rem;
    height: 90%;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dist {
    width: 20px;
    font-weight: 600;
    display: block;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-right: 10px;
    background-color: #eac11a;
    color: #ffffff !important
}

.location-map .accordion-button:not(.collapsed) {
    /* background-color: #eac11a; */
    color: #fff;
    /* border-color: #eac11a */
}

.tdtitle {
    width:70%
}

.location-map .accordion-button {
    background-color: #fff0;
    color: #fff;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: left;
    z-index: 1;
    border: 1px solid;
    background: linear-gradient(to top, #2fb0c6, #1e4492)
}

.location-map .accordion-button::after {
    content: '';
    color: #eac11a;
    float: right;
    display: flex;
    position: absolute;
    right: 18px;
    top: 12px;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
    background-image: url(../images/acc-arrow-up.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url(../images/acc-arrow.webp);
    transform: rotate(0deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff0
}

.location-map .card-body {
    background: #fff0;
    border-radius: 15px;
    border: 2px solid #fff0;
    color: #000;
    font-size: 12px;
    line-height: 2;
    margin-top: -18px
}

.location-map .accordion-item {
    background-color: unset;
    border: 0;
    margin-bottom: 15px
}

.location-map td {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    line-height: 1.7;


}

.deco2 {
    position: absolute;
    width: 39dvi;
    height: 100%;
    object-fit: contain;
    top: 0;
    right: 6%;
}
.regsec {
    background: url(../images/bgreg.webp);
      background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: center;
        margin-top: -6px;
}
#frmLeadGen {
    max-width: 80%;
    margin: auto;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {
  font-family: "Metropolis";
    font-weight: 600;
    margin-bottom: 1.7rem;
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    padding-top: .35rem;
    padding-bottom: .55rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #000;
    border-radius: 0;
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
    color: #808184;
    text-align: left
}
#frmLeadGen select {
	max-width: 32rem;
	margin: auto;
	border-radius: 0;
	display: block;
	  font-family: "Metropolis";
    font-weight: 600;
	width: 100%;
	color: #000000;
	outline: none;
	appearance: none;
	border: 0;
	border-bottom: 1px solid #000000;
	background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/5a84cfba-7c61-4756-d290-30bfd4f9aa00/400);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-origin: content-box;
	background-clip: initial;
	text-align: left;
	background-size: 16px;
	background-color: transparent !important;
	 padding-top: .35rem;
    padding-bottom: .55rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
#frmLeadGen select option:disabled {
  color: #808184;
}
#Description option:disabled {
  color: #808184;
}

/* Style the select itself when placeholder is shown */
#Description:has(option[value=""]:checked) {
  color: #808184;
}
.cjbc {
	max-width: 32rem;
	margin: auto;
  }
#frmLeadGen select option {
	background-color: transparent;
    background: transparent;
	color: #000000;
	border-bottom: 1px solid #000000;
	padding: 1.5rem !important;
}
label.checkbox-label {
    font-size: 0.7rem;
    color: #808184;
      font-family: "Metropolis";
    font-weight: 600;
}

.submit-btn {
    position: relative;
    font-weight: 700;
    width: fit-content;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.15rem;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0;
    background-color: #f58220;
    transition: all 0.5s ease;
    margin: auto;
    display: block;

}
.accor td {
    vertical-align: middle;
}
.submit-btn:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 10px #fb8823)
}
.collapse:not(.in) {
  display: block !important;
}

.collapse:not(.show) {
  display: none !important;
}
.sg_wrapper {
    color: #808184;
    font-size: 1rem;
    font-weight: 600;
}
.wraplocation {
    width: fit-content;
}
.btn-map {
    padding: 10px 30px;
    text-align: center;
    border-radius: 30px;
     background-color: #ed1c24;
     font-size: 1rem;
     color: #fff;
}
.btn-map.blue {
 background-color: #27aae1;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 3px;
     background: #fff;
     opacity: 1;
     filter: drop-shadow(0 0 10px #000);
}
.swiper-pagination-bullet-active {
        width: 45px;
    height: 14px;
    border-radius: 10px;
         background: #fff;
}
 .swiper-pagination {
    bottom: 0%;
    justify-content: center;
    left: 0;
    right: 0;
}
 .propSlider .swiper-pagination-bullet  {
    background:#636466;
  }
 .propSlider .swiper-pagination-bullet,  .propSlider .swiper-pagination-bullet-active   {
    background:#636466;filter: none;
  }
  .linkcta.cs {
    filter:  opacity(0.6);
    background: #000;
  }
  .linkcta {
    background: #e22702;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    margin: auto;
    display: block;
    width: fit-content;
    border: 0;
    font-size: 14px;
    font-weight: 600;
  }
  .glowpulse {
    animation: glowPulse 2s ease-in-out infinite;
}
.hrm01.gaptop  {
    margin-top: 100px;
}
@keyframes glowPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(226, 39, 2, 0.25);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 0 10px rgba(255, 69, 32, 0.856);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(226, 39, 2, 0.25);
    }
}
.dd-wrapper {
    font-size: 15px;
}
.radiocont {
		position: relative;
		padding-left: 35px;
        padding-right: 10px;
        margin-bottom: 4px;
		cursor: pointer;
		font-size: 15px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        color: #000000;
        width: max-content;
	  }
	  
	  .radiocont a {
		  color: #212121;
		  text-decoration: underline;
	  }
	  /* Hide the browser's default radio button */
	  .radiocont input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	  }
	  
	  /* Create a custom radio button */
	  .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #eee;
        border-radius: 3px;
	  }
	  
	  /* On mouse-over, add a grey background color */
	  .radiocont:hover input ~ .checkmark {
		background-color: #b5b4b4;
	  }
	  
	  /* When the radio button is checked, add a blue background */
	  .radiocont input:checked ~ .checkmark {
		background-color: #1a73e8;
	  }    
	  
	  /* Create the indicator (the dot/circle - hidden when not checked) */
	  .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	  }
	  
	  /* Show the indicator (dot/circle) when checked */
	  .radiocont input:checked ~ .checkmark:after {
		display: block;
	  }
	  
	  /* Style the indicator (dot/circle) */
	  .radiocont .checkmark:after {
            top: 0;
            left: 0;
            width: 13px;
            height: 13px;
            border-radius: 0;
            background: white;
            margin: auto;
            bottom: 0;
            right: 0;

	  }
@media screen and (max-width:1024px) {
    .mySwiper .swiper-slide img.bannerslider {
        height: 44vh;
    }
    .img1 {
    height: 62dvi;
    }
}



@media screen and (max-width: 1024px) {



	.regBtn {
		padding: 10px 0;
		width: 56%;
	}

	.navContainer {
		width: 100%;
		justify-content: space-between;
	}

	.btmNav {
		display: flex;
		justify-content: space-between;
		height: 64px;
	}

	.btmNav ul {
		margin: 0;
		display: inline-block;
		align-items: center;
		margin-left: 10px;
		justify-content: space-evenly;
		width: 60%;
	}

	.dropbtn {
		color: #ffffff;
		border: none;
		cursor: pointer;
		display: flex;
		width: 50%;
		align-items: center;
		justify-content: center;
		gap: 9px;
		    font-size: 15px;
   font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	}
    

	.dropdown {
		position: relative;
		display: contents;
		width: 100%;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color:#084298;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
         font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 6px;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #fff;
	}


	.dropdown .dropdown-content {
		display: none;
		list-style-type: none;
		color: #f2f2f2;
		width: 100%;
		transition: 0.2s;
		top: 45px;
		padding: 40px 30px;
		z-index: -1;
	}

	.btmNav .logo {
	    padding: 0 1px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
}



@media screen and (min-width:768px) {
    .mlp_item {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .mlp_item p {
        text-align: center;

        margin: auto;
    }
    .overlaycont, .overlaycont p, .close-btn2 {
        display: none;
    }
    #myAccordion {
        width: 26vw;
        /* margin: auto; */
    }

    .cont_wrapper {
        position: absolute;
        top: 0;
        left: auto;
        right: 0%;
        z-index: 2;
        color: #fff;
        width: 34dvi;
        margin: auto;

    }

    .cont_wrapper2 h2 {
       font-size: 2.2vw;
        max-width: 22ch;
        margin: auto;

    }

    .cont_wrapper2 {
    position: absolute;
        top: 3%;
        left: 2%;
        right: auto;
        z-index: 2;
        color: #fff;
        width: 33dvi;
        margin: auto;
        padding-left: 1rem;

    }

    p.cwsubtxt.max1 {
        max-width: 52ch;
    }

    p.cwsubtxt.max2 {
        max-width: 72ch;
    }

    .ftsdimg {
        max-width: 24vw;
        display: block;
        margin: auto;
        margin-top: 1.5rem;

    }
}

@media screen and (max-width:767px) {
    main {
        margin-top: 110px;
    }
    .img1 {
        height: auto;
    }

    .hrm01.gaptop {
            margin-top: 116px;
    padding-top: 2rem;
    }
    .hrm01 {
        background: linear-gradient(to bottom, #1e4492, #2fb0c6);
         
    }
.radiocont {
    font-size: 14px;
}
    .propSlider .swiper-slide {
        width: 100%;
        padding:0 2.5rem;
    }

    p.cwsubtxt {
        font-size: 0.75rem;
        color: #fff;
    }

    .harmonilogo {
        width: 42vw;
        display: block;
        margin: 2rem auto;
    }

    .mySwiper .swiper-slide img.bannerslider {
        height: 150dvi;
        object-fit: cover;
        object-position: center;
    }

    .bannertagbg::before {
        content: "";
        background: url(../images/mobtag.webp) no-repeat;
        position: absolute;
        bottom: auto;
        top: -13%;
        width: 75vw;
        left: 0;
        height: 83vw;
        background-size: contain;
        background-position: left bottom;

        z-index: 0;
        opacity: 0.4;


    }

    .bannertagbg::after {
        content: "";
        background: url(../images/mobtag.webp) no-repeat;
        position: absolute;
        bottom: auto;
        top: -13%;
        width: 75vw;
        left: 0;
        height: 83vw;
        background-size: contain;
        background-position: left bottom;
        z-index: 0;
        /* mix-blend-mode: multiply; */
        filter: brightness(1.2) opacity(0.7);

    }

    .banner_title2 {
 bottom: auto;
        width: 67vw;
        height: auto;
        z-index: 1;
        padding-left: 1.3rem;
        top: 31%;
    }

    .banner_title2 h1 {
        font-size: 4.4vw;
    }

    .sidecontentbg {
        display: none;
    }
    .cwsubtxt.max1 {
        max-width: 48ch;
    }
    h2 {
        font-size: 6vw;
    }
    .cont_wrapper2 h2 {
               font-size: 6vw;
        color: #fff;
        max-width: 24ch;
        margin: auto;
    }
    p.cwsubtxt.max2 {
          font-size: 0.75rem;
        max-width: 51ch;
        margin-bottom: 1.6rem;
        padding: 0 1rem;
    }
    .ftsdimg {
        padding: 0 1rem;
    }
    .sidecontentbg2 {
       display: none;
    }
    p {
        font-size: 0.75rem;
    }
    .cm_txt {
    font-size: 4.7vw;
    margin-bottom: 1.5rem;
}
.ast01 {
    width: 100%;
    height: 73.3dvi;
            opacity: 0.5;
  
    /* mix-blend-mode: multiply; */
}
.ast02 {
    width: 100%;
    height: 99dvi;
            opacity: 0.5;
}
.btnNext, .btnPrev 
{
    width: 7dvi;
    height: 7dvi;
}
.propSlider .btnNext {
    right: 0;
}
.btnar {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.propSlider .btnPrev {
    left: -5px;
}
.mlp_item h3 {
   font-size: 3.6vw
}
.mlp_item p {
    font-size: 0.7rem;
        max-width: 22ch;

}
.mlp_cont {
row-gap: 1.2rem;
        column-gap: 16px;
        width: fit-content;
        margin: auto;
}
.accIcon {
    width: 43px;
    height: 37px;
}
.posacc_wrapper {
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    width: 100%;
    height: 100%;
}
.pw_cont {
    width: 100%;
    padding: 0 1rem;
    height: auto;
    border-radius: 0;
}
.map iframe {
    height: 104dvi;
    pointer-events: none;
}
.accordion {
    width: 100%;
}
#frmLeadGen {
    max-width: 100%;
    margin: auto;
    padding: 0 1.3rem;
}

.subt1 {
    text-align: center;
}
.sg_wrapper {
    width: fit-content;
    margin: auto;
    text-align: center;
}
.submit-btn {
    margin: auto;
    display: block;
}
.overlaymap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000051;
}
.propSlider {
    padding: 40px 0;
}
label.checkbox-label {
    font-size: 0.6rem;
}
#frmLeadGen input[type="text"], #frmLeadGen input[type="tel"], #frmLeadGen input[type="email"], #frmLeadGen select {
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.submit-btn {

     font-size: 1rem;
}
.sg_wrapper p {
    font-size: 1rem;
}
.overlaycont {
 position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000000a3;
        /* background: linear-gradient(to top, #00000076, #000); */
        z-index: 2;
        /* opacity: 0.5; */
        display: flex;
        align-items: center;
        justify-content: center;
}
.overlaycont p {
    font-size: 3.2vw;
    color: #fff;
    font-weight: 600;
    margin: 0;

}
.clickimg {

    width: 6dvi;
    height: 6dvi;
    object-fit: contain;
    margin-right: 10px;
}
.close-btn2 {
position: absolute;
        bottom: 0;
        right: 0rem;
        /* transform: translateX(-50%); */
        background-color: #1a73e8;
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px 0 0 20px;
        font-size: 3vw;
        border: none;
        cursor: pointer;
        display: none;
        z-index: 889;
}
.bnr_pos {
    width: 36dvi;
filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.911))
        drop-shadow(0 0 7px rgba(0, 0, 0, 0.734));}
.bnr_pos_shad {
    position: absolute;
    top: 0;
    right: 0;
    width: 100dvi;
    height: 100dvi;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.6;
    filter: hue-rotate(315deg);
}
.mlp_item {
    grid-column: span 6;
} 
 .bnr_pos_shad_2 {
position: absolute;
        bottom: 0;
        right: 0;
        width: 75vw;
        height: auto;
        z-index: 2;
        object-fit: contain;
        object-position: top right;
        /* mix-blend-mode: soft-light; */
        opacity: 0.6;
        pointer-events: none;


 }
.bnr_pos_2 {
    position: absolute;
    bottom: 2em;
    right: 1.3em;
    width: 30dvi;
    /* height: 107px; */
    z-index: 3;
    object-fit: contain;
   filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1)) drop-shadow(0 0 7px rgba(0, 0, 0, 1));
    pointer-events: none;
}
.propSlider .swiper-pagination {
    bottom: 2%;
}
.mySwiper .swiper-pagination {
    bottom: 1.8em;
}

}