@media screen and (min-width:576px) { 
  #enquiryModal {
    min-width: 506px;
  }
  .prop-shortinfo li {
    flex: 1;
  }
  .prop-shortinfo li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.25);
  }
  .objective-grid {
    display: grid;
    grid-template-columns: 240px calc(100% - 270px);
    gap: 30px;
  }  
  .sec-feature-plot .plot-items {
    margin: 0 -18px;
  }
  .sec-feature-plot .plot-elmnt {
    padding: 18px;
  }  
  .gallery-items .gallery-item {
    width: 20%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .single-plot .gallery-items .gallery-item {padding: calc(var(--bs-gutter-x) * .5);}
  .gallery-items .gallery-item:nth-child(3n+3) {
    width: 40%;
  }
  .gallery-items .gallery-item img {
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
  }
  .career-form-sec .notpop-layout {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
  .second > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .second {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .second::before {
    content: '';
    border-top: 1px solid #9e9f9e;
    display: block;
    width: calc(50% + 6px);
    height: 0;
    position: absolute;
    top:9px;
    left: -6px;
  }
  .second::after {
    content: '';
    border-left: 1px solid #9e9f9e;
    display: block;
    width:0;
    height: calc(100% - 33px);
    position: absolute;
    top:9px;
    left:-6px
  }
  .second>li>a:before {
    /* border-right: none;
    border-left: none;
    width: 10px;
    left: -10px;
    top: 25px; */
    display: none
  }
  .second>li:before {
    content: "";
    position: absolute;
    border: 1px solid #9e9f9e;
    border-right-color: rgb(158, 159, 158);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(158, 159, 158);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(158, 159, 158);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 0px;
    width: 10px;
    top: 25px;
    left: -5px;
  }
}
@media screen and (min-width:768px) {	 
  #visitModal,#enquiryModal,#brochureModal {
    width: 500px;
  }
  .home-banner {
    min-height: calc(100vh - 111px);
    max-height: calc(100vh - 111px);
  }
  .home-banner .banner-content {
    position: absolute;
    height: calc(100% - 70px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 43px), 0% 100%);
  }  
  .floated-elmt .btn.dark-bg {
    background: var(--dark-color);
  }
  .floated-elmt .btn.dark-bg:hover {
    background: var(--primary-color)!important;
    color: var(--dark-color);
  }
  .floated-elmt .btn.primary-bg {
    background: var(--primary-color);
  }
  .floated-elmt .btn.primary-bg:hover {
    background: var(--dark-color)!important;
    color: var(--white-color)!important;
  }
  .plot-layout {
    display: grid;
    grid-template-columns: 353px calc(100% - 353px);    
    max-height: 625px;
    overflow: hidden;
  }
  .sec-nearby .map-widget {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width:992px) {			
  .fullmenu .menu li {
    position: relative;
  }
  .fullmenu .menu > li {
    margin-top: 0;
    margin-left: 16px;
  }
  .fullmenu .menu > li > a {
    padding: 9px 0;
  }
  .fullmenu .menu > li > a::after {
    top: 9px;
  }
  .fullmenu .menu a {
    color: var(--white-color);
  }
  .fullmenu .sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    display: none;
  }
  .fullmenu .sub-menu li {
    margin: 0 0 1px 0;
  }
  .fullmenu .sub-menu li a {
    padding: 5px 10px;
    background-color: var(--dark-color);
    min-width: 180px;
  }
  .fullmenu .sub-menu li a::before {
    top: calc(100% - 2px);
  }
  .fullmenu .sub-menu li a::after {
    padding: 5px 10px;
  }
  .fullmenu li:hover>.sub-menu {
    display: block
  }
  .fullmenu .sub-menu li {position:relative;opacity: 0;transform-origin: bottom;animation: enter 0.2s ease forwards;}	
  .fullmenu .sub-menu li:nth-child(1) {animation-duration: 0.2s;animation-delay: 0s;}
  .fullmenu .sub-menu li:nth-child(2) {animation-duration: 0.3s;animation-delay: 0.1s;}
  .fullmenu .sub-menu li:nth-child(3) {animation-duration: 0.4s;animation-delay: 0.2s;}
  .fullmenu .sub-menu li:nth-child(4) {animation-duration: 0.5s;animation-delay: 0.3s;}
  .fullmenu .sub-menu li:nth-child(5) {animation-duration: 0.6s;animation-delay: 0.4s;}
  .fullmenu .sub-menu li:nth-child(6) {animation-duration: 0.7s;animation-delay: 0.5s;}
  .fullmenu .sub-menu li:nth-child(7) {animation-duration: 0.8s;animation-delay: 0.6s;}
  .fullmenu .sub-menu li:nth-child(8) {animation-duration: 0.9s;animation-delay: 0.7s;}
  @keyframes enter {from { opacity: 0;transform: scaleY(0.98) translateY(10px);} to { opacity: 1;transform: none;}}
  @keyframes fade {from { opacity: 0;} to {opacity: 1;}}
  .objective-grid {
    grid-template-columns: 340px calc(100% - 390px);
    gap: 50px;
  }
  .objective-img-elmnt {
    width: 340px;
    height: 340px;
    border: 14px solid var(--dark-grey-color);
  }  
  .plot-layout {
    display: grid;
    grid-template-columns: 453px calc(100% - 453px);
  }
  .career-form-sec .notpop-layout {
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
  }
  .sec-career .item-m6-l4:not(:nth-child(-n+3)) {
    margin-top: 0;
  } 

}
@media screen and (min-width:1200px) { 
  .fullmenu .menu > li {
    margin-left: 26px;
  }
  .objective-grid {
    grid-template-columns: 443px calc(100% - 543px);
    gap: 100px;
  }
  .objective-img-elmnt {
    width: 443px;
    height: 443px;
    border: 19px solid var(--dark-grey-color);
  }
  .sec-feature-plot .plot-items {
    margin: 0 -33px;
  }
  .sec-feature-plot .plot-elmnt {
    padding: 33px;
  }
  .item-s6-l4-x3:not(:nth-child(-n+4)),
  .item-s6-x3:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }
}
@media screen and (min-width:1400px) {  
  .item-s6-l4-xxl3:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }
}
@media screen and (min-width:1600px) {	
  
}

@media screen and (max-width:1399px) {  
  .item-s6-l4-xxl3:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
}
@media screen and (max-width:1199px) {  
  .testimonial-link {
    width: 238px;
    height: 238px;
  }
  .arrow-vhc .slider-arrows .arrow-elmnt.arrow-elmnt_dir_left {
    left: 10px;
  }
  .arrow-vhc .slider-arrows .arrow-elmnt.arrow-elmnt_dir_right {
    right: 10px;
  }
  .item-s6-l4-x3:not(:nth-child(-n+3)),
  .item-s6-x3:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .sitemap ul {
    padding-left: 0;
  }
  .second a {
    font-size: 0.75rem;
  }
  .second>li>a::before {
    left: -100px;
    width: 184px;
  }
  .sitemap ul.third {
    margin-left: 15px;
  }
}
@media screen and (max-width:991px) {	
  .fullmenu:before, .fullmenu:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
    left: 0;
    top: 0;
  }
  .fullmenu:after {
    background: var(--white-color);
    transition-delay: 0s;
  }
  .fullmenu:before {
    transition-delay: 0.1s;
  }
  .fullmenu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: calc(1vw + 6px);
    cursor: pointer;
    visibility: hidden;  
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fullmenu ul {
    padding-left: 0;
    text-align: center;
    margin: 0;  
  }
  .fullmenu ul li {
    position: relative;
    display: table;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin: 25px auto;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .fullmenu-content ul li:hover:before {
    width: 100%;
  }
  body.nav-active .fullmenu {
    visibility: visible;
  }
  body.nav-active .fullmenu:before, body.nav-active .fullmenu:after {
    transform: translateX(0%) translateY(0%);
  }
  body.nav-active .fullmenu:after {
    transition-delay: 0.1s;
  }
  body.nav-active .fullmenu:before {
    transition-delay: 0s;
  }
  body.nav-active .fullmenu ul li {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  }
  body.nav-active .fullmenu ul li:nth-child(0) {
    transition-delay: 0.5s;
  }
  body.nav-active .fullmenu ul li:nth-child(1) {
    transition-delay: 0.6s;
  }
  body.nav-active .fullmenu ul li:nth-child(2) {
    transition-delay: 0.7s;
  }
  body.nav-active .fullmenu ul li:nth-child(3) {
    transition-delay: 0.8s;
  }
  body.nav-active .fullmenu ul li:nth-child(4) {
    transition-delay: 0.9s;
  }
  body.nav-active .fullmenu ul li:nth-child(5) {
    transition-delay: 1s;
  }
  body.nav-active .fullmenu ul li:nth-child(6) {
    transition-delay: 1.1s;
  }
  body.nav-active .fullmenu ul li:nth-child(7) {
    transition-delay: 1.2s;
  }
  body.nav-active .fullmenu ul li:nth-child(8) {
    transition-delay: 1.3s;
  }
  body.nav-active .fullmenu ul li:nth-child(9) {
    transition-delay: 1.4s;
  }
  body.nav-active .fullmenu ul li:nth-child(10) {
    transition-delay: 1.5s;
  }
  body.nav-active .fullmenu ul li:nth-child(11) {
    transition-delay: 1.6s;
  }
  body.nav-active .fullmenu ul li:nth-child(12) {
    transition-delay: 1.7s;
  }
  .testimonial-link {
    width: 208px;
    height: 208px;
  }
  .item-s6-l4-x3:not(:nth-child(-n+2)),
  .item-s6-l4-xxl3:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .sitemap {
    width: 673px;
  }
  .second a {
    font-size: 0.75rem;
    height: 45px;
  }
  .second >li>a:before {
    left: -88px;
    width: 144px;
  }
  .sec-story h2 {padding-top: 20px;}
  .blog-right-panel #sidebar {margin-top: 50px;}
}
@media screen and (max-width:767px) {  
  .btnbtm {position: static;padding: 0}
  .career-box ul {padding: 15px 25px 25px}
  #visitModal,#enquiryModal,#brochureModal {
    width: 90%;
  }
  .main-header .call-btn {
    padding: 6px 12px;
  }
  .objective-img-elmnt {
    width: 240px;
    height: 240px;
    border: 10px solid var(--dark-grey-color);
    margin: 0 auto 20px;
  }

  .arrow-vhc .slider-arrows .arrow-elmnt.arrow-elmnt_dir_left {
    left: 0px;
  }
  .arrow-vhc .slider-arrows .arrow-elmnt.arrow-elmnt_dir_right {
    right: 0px;
  }
  .home-banner .banner-content {
    position: relative;
    height: calc(100vh - 111px);
  }
  .main-footer .footer-bottom {
    padding-bottom: 75px;
  }
  .inner-banner {
    height: 260px;
  }
  .sec-nearby .map-widget {
    width: 100%;
    height: 300px;
  }
  .sitemap {
    width: 503px;
  }
  .first > li > a {
    height: 60px;
    line-height: 60px;
  }
  .second a {
    font-size: 0.6875rem;
    padding: 0 8px;
  }
  .third {
    margin-left: 8px;
  }
  .second >li>a:before {
    left: -71px;
    width: 111px;
  }
  .item-m6-l4:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
@media screen and (max-width:575px) {
	.parent-item-box .btn {
    margin-bottom: 20px;
}
	.home-banner .banner-content .banner-heading {-webkit-transform: translate(-50%,0%);transform: translate(-50%,0%);}

.home-banner .banner-content .banner-items {
    position: static;
}

.home-banner .banner-content img {
    height: auto;
}

.home-banner .banner-content {
    height: auto;
}
  .prop-shortinfo {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .item-s6-l4-x3:not(:first-child),
  .item-s6-l4-xxl3:not(:first-child),
  .item-s6-x3:not(:first-child) {
    margin-top: 20px;
  }
  .inner-banner {
    height: auto;
  }
	.inner-banner > img {position:static;height:auto;}
	.inner-banner .banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .sec-overview .btn {
    width: 100%;
  }
  .career-form-sec .notpop-layout .form-group {
    margin-bottom: 15px;
  }
  .sitemap {
    width: auto;
    display: table;
  }
  .third {
    margin-left: 22px;
  }
  .second {
    position: relative;
  }
  .second::before {
    content: '';
    position: absolute;
    border-left: 1px solid #9e9f9e;
    height: calc(100% - 44px);
  }
  .second > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .second a {
    position: relative;
    width: 170px;
    font-size: 0.875rem;
    margin: 0 10px;
  }
  .second >li>a:before {
    left: -10px;
    width: 10px;
    top: 20px;
    border-right: none;
  }
  .second > li:first-child > a:before {
    border-top: 1px solid #9e9f9e;
    border-left: 1px solid #9e9f9e;
    border-right: none;
    left: -10px;
    width: 104px;
    height: 11px;
    top: -10px;
  }
  .second > li:first-child >a::after {
    content: '';
    border-top: 1px solid #9e9f9e;
    left: -10px;
    width: 10px;
    height: 0px;
    top: 20px;
    display: block;
    position: absolute;
  }
  .item-m6-l4:not(:first-child) {
    margin-top: 30px;
  }
}
