body,
html {
	font-family: Poppins, sans-serif;
	scroll-behavior: smooth !important
}

.nodisplay {
	display: none
}

.colorwhite {
	color: #fff
}

.righthandside span {
	right: 25px;
	position: fixed;
	top: 25px;
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgb(33 37 41 / 39%) 0, rgb(33 37 41 / 26%) 100%);
	padding: 10px;
	border-radius: 50%
}

.lefthandside span {
	position: fixed;
	left: 25px;
	top: 25px;
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgb(33 37 41 / 39%) 0, rgb(33 37 41 / 26%) 100%);
	padding: 10px;
	border-radius: 50%
}

.parentClass {
	/* background-image: url(mount.png); */
	background-position: center;
	background-size: cover
}

.lefthandside .MuiSvgIcon-root {
	fill: #fff !important;
	position: absolute;
	left: 0;
	top: 0
}

.parentClass {
	height: 100vh;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	top: 0
}

* {
	margin: 0;
	padding: 0;
	position: relative
}

body {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0;
	padding: 0
}

.righthandside .MuiSvgIcon-root {
	fill: #fff !important
}

.bgimageText,
.quickLinks {
	transition: .5s
}

div#root {
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: auto
}

.headersection {
	z-index: 999;
	position: relative;
	width: 100%;
	background-image: url(./mount.png)
}

.headersectionabout {
	z-index: 999;
	position: relative;
	width: 100%
}

.righthandside .MuiSvgIcon-root {
	fill: #fff !important;
	right: 0;
	position: absolute;
	top: 0
}

.searchBarSection {
	width: 45%;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	transition: .5s;
	z-index: 999;
}

.formSection input[type=text] {
	height: 20px;
	padding: 10px 50px 10px 20px;
	border-radius: 40px;
	border: 1px solid #fff;
	max-width: 100%;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 16px;
	font-family: 'Poppins';
}

.addPlus span {
	color: #fff
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0
}

.formSection .searchIcon {
	color: #009744
}

.formSection button {
	background: #fff !important;
	border: 0 solid transparent;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	color: #009744;
	padding: 12px 0
}

ul.recentsearchKey {
	padding: 0 10px;
	list-style: none
}

ul.recentsearchKey li {
	display: inline;
	padding-right: 20px;
	font-size: 12px
}

ul.recentsearchKey li a {
	color: #fff
}

.dTextIcon {
	position: absolute;
	left: -50px;
	top: -5px;
	color: #ccc;
	background-color: rgba(0, 0, 0, .64);
	border-radius: 50%;
	padding: 7px;
	transform: rotate(90deg)
}

.MuiSvgIcon-root.dTextIcon {
	width: 32px !important;
	height: 32px !important
}

.bgimageText {
	margin: 70px auto;
	width: 50%;
	color: #fff;
	font-size: 14px;
	line-height: initial;
	padding: 10px
}

.bgimageTexthover {
	visibility: hidden;
	font-size: 13px;
	color: rgba(255, 255, 255, .74);
	line-height: 1.2
}

.bgimageText:hover {
	background-color: rgba(0, 0, 0, .64)
}

.bgimageText:hover .bgimageTexthover {
	visibility: visible;
	transition: .5s
}

.ulsection img {
	width: 30px
}

.ulsection li {
	width: 120px;
	text-align: center
}

.ulsection li a {
	text-decoration: none !important
}

.sitelogoshown {
	width: 50px;
	height: 50px;
	margin: auto;
	vertical-align: middle;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px
}

.textshow {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-top: 15px
}

.ulsection li {
	width: 100px;
	text-align: center;
	display: inline-block;
	padding: 12px;
	position: relative;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	justify-content: center;
	margin: 10px;
}

.quickLinks {
	width: 100%;
	margin-top: 290px
}

.ulsection {
	margin: auto;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-self: center;
	width: 1000px;
	direction: ltr
}

.ulsection li:hover {
	background: rgba(229, 229, 229, .3);
	border-radius: 10px
}

.containerFuildWidth {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, .318);
	margin-top: 100px;
	transition: .5s
}

.headingShow {
	display: none;
	margin-left: 60px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px
}

.containerWidth {
	max-width: 1366px;
	margin: auto;
	width: 100%
}

.menuSection ul {
    margin: 10px 0;
    justify-content: space-between;
    width: 70%;
    display: flex;
    margin: 10px auto;
}

.menuSection li {
	list-style: none;
	display: unset;
	padding: 0 0 5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 15px
}

.positionfixed {
	max-width: 1366px
}

.menuSection li:hover {
	cursor: pointer;
	color: #ccc
}

.showhead {
	display: block
}

.hidehead {
	display: none
}

.selected {
	color: #fff;
	border-bottom: 2px solid #28a745;
	font-weight: 600 !important;
	padding-bottom: 5px
}

.resultsection {
	padding: 60px 0;
	justify-content: center;
	text-align: center
}

.menuSection li a {
	color: #717171;
	text-decoration: none !important;
	font-weight: 600
}

.menuSection {
	padding: 0 0 5px;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	justify-content: center;
	position: absolute;
	top: 0;
	color: #fff;
	height: 48px;
	z-index: 99;
	text-align: center
}

.bgclassforImage {
	background-image: url(https://via.placeholder.com/300);
    height: 243px;
    width: 260px;
    background-size: contain;
    background-position: top;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
    margin: 2px 5px;
}

.gradientcontent {
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 42%), rgb(0 0 0 / 24%));
}

.contentadd {
	vertical-align: bottom;
    display: flex;
    flex-direction: column;
    bottom: 0;
    position: absolute;
    padding: 15px;
    text-align: left;
    backdrop-filter: blur(158px);
    background: linear-gradient(90deg, rgb(33 37 41 / 0%) 0, rgb(33 37 41 / 0%) 100%);
    border-radius: 0px 0px 10px 10px;
    /* height: 10vh; */
    min-height: 10vh;
    height: auto;
	width: -webkit-fill-available;
}

.like .material-icons-outlined {
	font-size: 14px;
	margin-right: 5px
}

.newsAuthor {
	color: #fff;
	font-size: 12px
}

.actualContent {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 0px;
}

.likesave {
	width: 100%;
	display: none;
}

#myBtn span {
	font-size: 20px;
}

.savemore {
	float: right;
	text-align: right
}

.alignicon {
	color: #fff;
	margin: 0 5px
}

.like svg {
	color: #fff;
	width: 20px
}

.like {
	font-size: 12px;
	align-items: center;
	display: flex;
	color: #fff
}

.like svg {
	margin-right: 7px
}

.gradientcontent:hover {
	background: linear-gradient(179deg, rgb(204 228 244 / 45%), #282e32)
}

.gradientcontent:hover .actualContent {
	text-decoration: underline
}

.onclickmenu {
	width: 180px;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
	position: fixed;
	top: 75px;
	left: 20px;
	display: none;
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgba(33, 37, 41, .6) 0, rgba(33, 37, 41, .24) 100%)
}

.onclickmenuoption {
	cursor: pointer
}

.onclickmenu ul {
	list-style: none;
	text-align: left
}

.onclickmenu li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px
}

.onclickmenu li {
	padding: 10px 10px;
	border-bottom: 1px solid rgb(154 177 181 / 34%)
}

.lastLinehidden {
	border-bottom: 0 solid transparent !important
}

.onclickmenu li i {
	color: #fff;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 20px
}

.contentsection h1 {
	color: #403847;
	font-size: 55px;
	text-align: center;
	margin-bottom: 15px
}

.contentsection {
	background: linear-gradient(0deg, #f8fcfc 50%, #b6e4e4 75%);
	padding: 35px 20px
}

.bannersection img {
	width: 100%;
}

.bannersection {
	line-height: 0;
	text-align: center;
}

.contentsection article {
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	max-width: 1100px;
	margin: 0 auto 80px
}

.line {
	background: #fc7c4f;
	width: 7%;
	height: 3.5px;
	margin: 3% auto
}

.info {
	display: inline-block;
	margin: 20px;
	padding: 20px 20px 50px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	box-shadow: rgb(0 0 0 / 10%) 0 10px 50px;
	width: 18%;
	vertical-align: top;
	flex-wrap: wrap;
	height: 200px
}

.tiles {
	justify-content: center;
	padding-top: 70px;
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-wrap: wrap
}

.info img {
	height: 85px;
	object-fit: contain;
	text-align: center;
	justify-content: center;
	margin-bottom: 20px
}

.info h3 {
	font-weight: 600;
	font-size: 20px
}

.info span {
	font-size: 12px;
	font-weight: 400
}

.greenbg {
	background: #5e9dac;
	padding: 90px
}

.flex2 {
	display: flex;
	justify-content: center;
	max-width: 1280px;
	margin: auto;
	vertical-align: middle;
	align-items: center
}

.leftcontent {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
	padding-top: 50px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1.5px solid #fff;
	width: 50%;
	text-align: right;
	line-height: 1.2;
	padding-bottom: 50px
}

.rightcontent {
	width: 50%;
	color: #fff;
	font-weight: 200
}

.rightcontent table {
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	padding: 40px 0
}

.rightcontent table td {
	width: 50%
}

.addsection {
	margin: auto;
	max-width: 1280px;
	text-align: center;
	padding: 150px 20px
}

.addsection img {
	margin-bottom: 20px
}

.addsection h2,
.reachus h2 {
	color: #403847;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.addsection p,
.reachus p {
	color: #403847;
	font-size: 18px;
	font-weight: 300;
}

.reachus {
	text-align: center;
	padding: 100px 20px;
	background-color: #f9f9f9
}

.inreach {
	margin: auto;
	max-width: 1280px
}

.reachus button {
	background-color: #70a0e6;
	border: 1px solid #70a0e6;
	padding: 0 20px;
	font-size: 20px;
	font-family: Poppins;
	color: #fff;
	height: 50px;
	font-weight: 500
}

.reachus input[type=email] {
	height: 48px;
	line-height: 0;
	padding: 0;
	border: 1px solid #c3c3c3;
	background: #f9f9f9;
	vertical-align: top;
	width: 50%;
	font-size: 24px;
	font-weight: 300;
	font-family: Poppins;
	padding: 0 9px;
	color: #70a0e6
}

.reachus form {
	margin-top: 20px
}

.addextension {
	cursor: pointer;
	margin: 100px auto;
	max-width: 350px;
	width: 100%;
	text-align: center;
	background: #403847;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding: 5px;
	border-radius: 30px;
	box-shadow: rgb(64 56 71) 0px 20px 50px 0px;
}

.privacyhead {
	background: #fff;
	box-shadow: 1px 7px 5px 7px #000;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	position: fixed
}

.centersec img {
	max-width: 250px;
	margin: 10px auto;
	text-align: center;
	width: 100%
}

.centersec {
	text-align: center;
	z-index: -1
}

.policy-container.p-2 {
	max-width: 1280px;
	width: 100%;
	padding-top: 10%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden
}

body {
	overflow-x: hidden
}

.policy-container h2,
.policy-container h3,
.policy-container h4,
.policy-container p {
	margin-bottom: 10px
}

.righthandside ul {
	width: 250px;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
	position: fixed;
	top: 75px;
	right: 20px;
	list-style: none;
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgba(33, 37, 41, .6) 0, rgba(33, 37, 41, .24) 100%)
}

.righthandside ul li {
	padding: 10px 10px;
	border-bottom: 1px solid rgb(154 177 181 / 34%)
}

.righthandside li img {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 20px;
	width: 32px
}

.righthandside a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px
}

.righthandside {
	cursor: pointer
}

.tick {
	position: relative !important;
	backdrop-filter: none !important;
	background: 0 0 !important
}

.nobg {
	position: relative !important;
	backdrop-filter: none !important;
	background: 0 0 !important
}

.tick:before {
	content: "✓";
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: -25px;
	right: -40px;
	font-weight: bolder
}

.showsetcont {
	display: block
}

.timeshow {
	position: fixed;
	left: 90px;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	top: 15px;
	line-height: 1;
	font-weight: 200;
	transition: .5s;
	padding: 10px 10px
}

.timeshow:hover {
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgb(33 37 41 / 39%) 0, rgb(33 37 41 / 26%) 100%);
	transition: .5s
}

.hovershowtime {
	opacity: 0;
	transition: .5s
}

.timeshow:hover .hovershowtime {
	opacity: 1;
	transition: .5s
}

.contactus input[type=email],
.contactus input[type=tel],
.contactus input[type=text],
.contactus select,
.contactus textarea {
	width: 97%;
	padding: 5px 12px;
	border: 0 solid #fff;
	border-radius: 4px;
	resize: vertical;
	height: 30px;
	font-size: 16px;
	font-family: poppins;
	box-shadow: rgb(0 0 0 / 10%) 0 0 5px 0, rgb(0 0 0 / 10%) 0 0 1px 0
}

.contactus label {
	padding: 12px 12px 12px 0;
	display: inline-block;
	font-weight: 700;
	font-size: 16px
}

.thanku {
	background: #4caf50;
	padding: 10px;
	color: #fff;
	display: none;
}

.contactus input[type=submit] {
	background-color: #9bd96f;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-family: poppins
}

.contactus input[type=submit]:hover {
	background-color: #45a049
}

.contactus .container {
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	box-shadow: rgb(0 0 0 / 10%) 0 0 5px 0, rgb(0 0 0 / 10%) 0 0 1px 0;
	width: 70%;
	margin-right: 35px;
}

.contactus .col-25 {
	float: left;
	width: 25%;
	margin-top: 6px
}

.contactus .col-75 {
	float: left;
	width: 75%;
	margin-top: 6px
}

.contactus .row:after {
	content: "";
	display: table;
	clear: both
}

.heading {
	font-size: 30px;
	font-weight: 700;
	color: #000
}

@media screen and (max-width:600px) {

	.contactus .col-25,
	.contactus .col-75,
	.contactus input[type=submit] {
		width: 100%;
		margin-top: 0
	}
}

.contactus {
	max-width: 1100px;
	margin: auto;
	padding: 120px 10px;
	width: 100%
}

@media (max-width:768px) {
	.row {
		display: block;
		justify-content: center;
	}

	.topfixed {
		display: none;
	}

	.policy-container.p-2 {
		padding-top: 18% !important
	}

	.menuSection li {
		white-space: nowrap
	}

	.menuSection ul {
		display: flex;
		width: 100%;
		overflow-x: scroll
	}
}

@media (max-width:650px) {
	.headersection {
		z-index: 2
	}

	.searchBarSection {
		width: 95%;
		z-index: 1;
		top: 100px !important
	}

	.righthandside {
		z-index: 9999
	}

	#date,
	#day,
	#month {
		font-size: 20px
	}

	.bgclassforImage {
		width: 100%;
		min-height: fit-content;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.timeshow {
		top: 5px;
		font-size: 43px
	}

	.timeshow {
		display: none
	}

	.timesection {
		display: none;
	}

	.showsetcont {
		display: none
	}
}

span#weatherIcon {
	vertical-align: middle;
	vertical-align: -moz-middle-with-baseline;
}

.weathersection {
	font-size: 24px;
	height: 40px;
	font-weight: 400;
}

.cityName {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 10px
}

.cityName a {
	color: #fff
}

sup {
	font-size: 14px;
	margin-left: 6px;
	margin-top: 22px;
	line-height: 0
}

.iconbg {
	width: 75px;
	height: 44px;
	display: inline-block;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-size: auto
}

#weatherText {
	text-transform: capitalize;
	font-size: 12px;
	margin-left: 10px;
}

#QuicksearchKey {
	position: relative;
	display: unset;
	vertical-align: top;
	align-items: center;
	align-self: center;
}

.addurlsection {
	position: absolute;
	right: -90px;
	background: #fff;
	z-index: 9;
	padding: 10px 20px;
	display: none;
	top: 0
}

#urlid {
	padding: 3px 10px;
	font-size: 16px;
	font-family: poppins;
	display: block;
	margin: 20px 0
}

#addbtn {
	padding: 0 10px;
	font-size: 17px;
	background: #53b96a;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: 600;
	font-family: poppins;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 10px
}

.closebtn {
	right: -10px;
	position: absolute;
	top: -10px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	line-height: 1.8;
	color: #53b96a;
	box-shadow: 0 0 7px #ccc;
	cursor: pointer
}

.deletearray {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #fff;
	background: rgb(0 0 0 / 25%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-weight: 200;
	line-height: 18.5px;
	font-size: 11px;
	cursor: pointer;
	font-family: inherit;
	display: none
}

#QuicksearchKey li:hover .deletearray {
	display: block
}

.headersection:before,
.parentClass:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	background: rgb(0 0 0 / 24%)
}

.timesection {
	position: fixed;
	right: 20px;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	top: 25px;
	line-height: 1;
	font-weight: 400;
	transition: .5s;
	padding: 10px 10px;
}

.dotspace {
	top: -4px;
	font-size: 38px !important;
	line-height: 0;
	margin: 0 4px
}

#date,
#day,
#month {
	font-size: 25px
}

.daym {
	line-height: initial;
	font-size: 25px;
	font-weight: 400
}

.loading {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	margin: auto;
	width: 100%;
	align-items: center;
}

.loading div {
	width: 1.5rem;
	height: 1.5rem;
	margin: 10rem 0.3rem;
	background: #9bd96f;
	border-radius: 50%;
	animation: 0.9s bounce infinite alternate;
}

@keyframes bounce {
	to {
		opacity: 0.3;
		transform: translate3d(0, -1.5rem, 0);
	}
}

.donut {
	width: 2rem;
	height: 2rem;
	margin: 2rem;
	border-radius: 50%;
	border: 0.3rem solid rgba(red, 0.3);
	border-top-color: #9bd96f;
	animation: 1.5s spin infinite linear;
}

.loading div.multi {
	border-bottom-color: #9bd96f;
}

.loading div:nth-child(2) {
	animation-delay: 0.3s;
}

.loading div:nth-child(3) {
	animation-delay: 0.6s;
}

.onclickadd a {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	height: fit-content;
}

.onclickadd {
	background: rgba(229, 229, 229, 0.3);
	margin: 10px 10px;
	border-radius: 10px;
	height: 75px;
	display: inline-flex;
	position: relative;
	width: 100px;
	cursor: pointer !Important;
	padding: 12px;
}

.middleLogo {
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.contentsection h1 {
	color: #403847;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.contentsection article {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	max-width: 1100px;
	margin: 0 auto 80px;
}

.topfixed {
	right: 20px;
	position: fixed;
	top: 20px;
	background: #403847;
	color: #f8fcfc;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 30px;
	box-shadow: rgb(0 0 0 / 32%) 0 10px 50px;
}

.extensionInstall {
	background: #403847;
	color: #f8fcfc;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 40px;
	border-radius: 30px;
	box-shadow: rgb(0 0 0 / 32%) 0 10px 50px;
	text-align: center;
	width: max-content;
	cursor: pointer;
	backdrop-filter: blur(10px);
	background: linear-gradient(90deg, rgba(33, 37, 41, .6) 0, rgba(33, 37, 41, .24) 100%);
	margin: 20px auto;
}

div#endResult {
	font-size: 14px;
	padding-top: 35px;
	color: #959595;
}

.chromeinstall,
.firefox {
	display: none;
}

@media (max-width: 999px) {
	.ulsection {
		width: 100%;
	}
}

.logoPlaced {
	position: absolute;
	width: 154px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
	padding: 8px 15px;
	border-radius: 0px 0px 25px 25px;
}

.footer {
	margin-top: 40px;
	background: #403847;
	padding: 20px 20px;
	color: #ffffff;
}

.row {
	display: flex;
	justify-content: center;
}

.col-4 {
	text-align: center;
	font-weight: 200;
	margin: 0px 30px;
	font-size: 16px;
}

.text a {
	color: #fff;
	text-decoration: none;
}

.MsgLine {
	margin-top: 10px;
	font-weight: 200;
}

.CopyRight {
	font-weight: 200;
}

.address-map {
	width: 300px;
	display: inline;
	width: 30%;
	box-shadow: rgb(0 0 0 / 10%) 0 0 5px 0, rgb(0 0 0 / 10%) 0 0 1px 0;
	border-radius: 10px;
}

.formstart {
	display: flex;
	width: 100%;
}

.reach-us {
	padding: 20px 20px 10px 20px;
	line-height: 1;
	border-bottom: 1px solid #eeeeee;
}

.detial-address {
	padding: 20px;
}