@media screen and (max-width: 1200px) {
	.bannerSection {
		background-position-y: 0px;
		;
	}
	.topMenuCenter ul li a span {
		width: 18px;
		height: 18px;
		margin-right: 0px;
	}
	.topMenuCenter ul li a span img {
		width: 8px;
		height: 8px;
	}
	.topMenuRight h2 {
		font-size: 18px;
	}
	.topMenuCenter ul li a {
		font-size: 13px;
	}
	.carousel-control-prev {
		left: -100px;
	}
	.carousel-control-next {
		right: -100px;
	}
}

@media screen and (max-width: 991px) {
	.mobile01 {
		display: none !important;
	}
	.topBar {
		background-color: #1b375d;
		padding: 22px 0;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
                margin-top: 0;
	}
	.col-md-12.col-lg-4.d-flex.align-items-center.justify-content-end {
		justify-content: center !important;
	}
	.col-md-12.col-lg-4.d-flex.align-items-center.justify-content-end .social {
		position: absolute;
		left: 0;
		top: -2px;
	}
	.mainNav {
    background-color: transparent;
  position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
     margin-top: 50px;   
}
	img.menuIcon {
		max-width: 35px;
	}
	.navbar-light .navbar-nav li a.nav-link::before {
		display: none;
	}
	.bannerInner {
		position: relative;
		text-align: center;
		padding-top: 10%;
        margin-top: 0;
	}
	button.navbar-toggler {
	    position: fixed;
	    right: 2%;
	    top: 12px;
	    z-index: 99999;
	}
	nav.navbar.navbar-expand-lg.navbar-light.pl-0.pr-0 {
	    padding-top: 0;
	    position: fixed;
	    width: 100%;

	}
	div#navbarNav {
	    background-color: #fff;
	    margin-top: 0;
	}
	.bannerSection .container {
		max-width: 100%;
	}
	.navbar-light .navbar-nav a.nav-link {
		border-bottom: 1px solid #06060675;
	}
	span.hiddenXs {
    display: none;
}
.mobile02 {
    position: absolute;
    left: 5%;
    top: 15px;
    z-index: 999999999;
    width: auto;
}
.bannerSection {
    margin-top: 58px;
}
.bannerSection::before {
    content: "";
    background-color: #00000059;
}
.bannerInner h1 {
    color: #ffffff;
}
.bannerInner h2 {
    color: #ffffff;
}
}

@media screen and (max-width: 768px) {
	.carousel-control-next {
		right: 0;
		top: -40%;
	}
	.carousel-control-prev {
		left: 0;
		top: -40%;
	}
	.sliderImage img {
		max-width: 100%;
		width: 200px;
		object-fit: fill;
		border-radius: 100%;
		margin: 0 auto 30px;
		display: block;
	}
	.arrowleft img {
		max-width: 40px;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.arrowRight img {
		max-width: 40px;
	}
	.sliderContent {
		text-align: center;
		margin-top: 0;
	}
	.mygalleryImages ul {
		text-align: center;
		display: grid;
		grid-template-columns: 100%;
	}
	.mygalleryImages ul li img {
		height: 300px;
		object-fit: cover;
		background-position: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.col-md-10.d-flex.align-items-center {
		justify-content: center;
		margin-bottom: 20px;
	}
	.col-md-5.d-flex.align-items-center.justify-content-end {
    justify-content: center !important;
    margin-top: 18px;
}
	.col-md-2.d-flex.align-items-center {
		justify-content: center;
	}
	.footerTopMenu ul li a {
		font-size: 14px;
	}
	.blogBox {
		margin-bottom: 15px;
	}
	.fullImage02 img {
		height: 300px;
	}
	.fullImage img {
		height: 500px;
	}
	.bannerInner {
		position: relative;
		text-align: center;
		padding-top: 20vh;
	}
	.col-md-12.col-lg-4.d-flex.align-items-center.justify-content-end .social {
		position: absolute;
		left: 5%;
		top: -2px;
		z-index: 99999;
	}
	.mobile02 {
    left: 0;
}
.topBar .topMenuCenter ul li {
    display: inline-block;
    padding-right: 0;
}
.presiBox a {
    font-size: 16px;
    word-wrap: break-word;
}
.scrollTop {
    width: 45px;
    height: 45px;
}
.scrollTop img {
    max-width: 20px;
}
}
@media screen and (max-width: 400px) {
	.topMenuRight h2 {
    font-size: 14px;
}
}
