* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:not(i) {
	font-family: 'Noto Sans', sans-serif !important;
}
.lazy-img {
  aspect-ratio: 1 / 1;     /* maintain 16:9 ratio (adjust as needed) */
  display: block;           /* remove inline gap */
  height: auto;             /* auto height for browsers that ignore aspect-ratio */
}
h4{
font-size: 18px;
line-height: 24px;
}



#headbar {
	/* background: #0088AA;*/
	background-image: linear-gradient(to left, #2AD4FF, #0088AA);
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: #fff;
}

#headbar .contact-info a {
	line-height: 1;
	color: #fff;
	transition: 0.3s;

}

html {
	scroll-behavior: smooth;
}

#headbar .contact-info i {
	padding-right: 4px;
	margin-left: 15px;
}

#headbar .contact-info i:first-child {
	margin-left: 0;
}

#navheader {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 10px 0;
	top: 40px;
	/*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

#RecognitionMark{
width:70px;
margin-left: 10px;   /* control horizontal spacing */
align-self: flex-start; /* push image to top of navbar */
margin-top:-13px;
}

#navheader .logo {
	/* font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.8px; */
	white-space: nowrap;
	font-size: 35px;
}

.nav-item {
	position: relative;
	white-space: nowrap;
	padding: 12px;
}

.nav-link {
	display: block;
	position: relative;
	color: #222222;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 600;
	padding: 0 3px;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
	color: #222222
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #0088AA;
	text-decoration: underline;
}



.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='darkcyan' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
	border:1px solid #2AD4FF;
}

#loginBtn {
	width: 180px;
}

#imageEditWill {
	width: 100%;
	/* margin-top: 30px; */
}

.slogan {
	margin: 15px 0;
}

#cityImage {
	background-size: 100%;
	width: 100%;
	height: 270px;
	background-repeat: no-repeat, no-repeat;
	background-position: right, left;
}


.offer_container {
	color: #fff;
}

.offer_container-title {
	width: 400px;
	background: #cc0a00;
	white-space: nowrap;
	position: relative;
}

.offer_container-title span:first-child {
	font-weight: 700;
	font-size: 20px;
}

.offer_container-title::after {
	content: '';
	width: 20px;
	height: 20px;
	background: #cc0a00;

	position: absolute;
	right: 0;
	top: 50%;
	translate: 50% -50%;
	rotate: 45deg;
	z-index: 1;
}

.offer_container-text {
	background: #ff2216;
	overflow: hidden;
}

.offer_container-text_code {
	font-size: 20px;
	font-weight: 700;
}

.marquee {
	animation: scroll-left 20s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	40% {
		-moz-transform: translateX(5%);
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
	}

	65% {
		-moz-transform: translateX(5%);
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
	}

	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}



#Home {
	width: 100%;
	/*height: 100vh;
	background: url("../image/hero-bg.jpg") top left;*/
	background-image: linear-gradient(to left, #2AD4FF 35%, #0088AA 65%);
	position: relative;
	padding: 20px;
}



#Home:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#Home .container-xl {
	position: relative;
	padding-top: 40px;
}



#Home h1 {
	font-size: clamp(20px, 1.5vw + 16px, 27px);
	font-weight: 500;
	color: white;
	text-align: center;
	white-space: nowrap;
}

#Home h2 {
	font-size:30px;
	font-weight: 500;
}

#Home p {
	font-size: clamp(20px, 1.5vw + 16px, 27px);
	font-weight: 500;
}

/* New Family Photo*/

.custom-rounded {
	border-top-left-radius: 5rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5rem;
	border-bottom-left-radius: 0;
}

/*.price-tag {
	background: linear-gradient(yellow, orange);
	border-radius: 0.75rem;
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 1);
	color: #000;
	font-size: 1rem;
	position: relative;
	width: 95%;
	height: 90px;
}

.price-tag .dot {
	width: 15px;
	height: 15px;
	background: #0088AA;
	border-radius: 50%;
}

#familyPhDiv {
	overflow: hidden;
	background-color: #0088AA;
	max-width: 375px;
	margin: auto;
	box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.3);
	color:white;
}

#FamilyPhoto{
	max-width:375px;
	max-height:350px;
}

#getStart{
    width:300px;
	background: linear-gradient(yellow, orange);
	border:none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 1);
}

.gstSpan{
  font-size:22px;
}*/


.featured-services .ServiceContent {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

.featured-services .ServiceContent::before {
	content: '';
	position: absolute;
	background: #cbe0fb;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.featured-services .ServiceContent:hover::before {
	background: #0088AA;
	top: 0;
	border-radius: 0px;
}

.featured-services .icon {
	margin-bottom: 15px;
}

.featured-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #0088AA;
	transition: all 0.3s ease-in-out;
}

.featured-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.featured-services .title a {
	color: #111;
}

.featured-services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	/*text-align: center;*/
	margin-left: 18px;
}

.featured-services .ServiceContent:hover .title a,
.featured-services .ServiceContent:hover .description {
	color: #fff;
}

.featured-services .ServiceContent:hover .icon i {
	color: #fff;
}


.Customerstalk {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 400px; */
	height: 100%;
	background: #595959;
	padding: 20px;
	color: white;
}

.Customerstalk h4 {
	text-align: center;
}

.Customerstalk p {
	text-align: justify;
	margin: 0;
}

.testimonials {
	padding: 80px 0;
	background-color: #deebfd;
	/* background-position: center center;
	background-size: cover; */
	position: relative;
}

.testimonials .carousel-item {
	/* min-height: 170px; */
}

.review {
	font-size: 20px;
	font-weight: 700;
}

.carousel-indicators li {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #404040;
}

.carousel-indicators {
	bottom: -50px;
}






.services {
	/* margin: 15px -25px; */
}

#Services {
	/* margin-top: 50px; */
}

.service {
	padding: 10px;
	width: 100%;
	height: 355px;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;

	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder>img {
	width: 75px;
}

.service:hover .icon-holder>img {
	width: 50px;
}


/*.service .icon-holder > img:hover {
width: 40px;
}*/

.service:hover {
	border-color: #0088AA;
}

.service:hover .icon-holder {
	top: -45px;
}

.service:hover .heading {
	top: -60px;
}

.service .description {
	width: 90%;
	margin: -50px 20px;

	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #f1f6fe;
	border: 1px solid #deebfd;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: 1s;
}

.service:hover .icon {
	border-color: #0088AA;
}

/*Pricing*/
#Pricing .princing-description {

	font-size: 20px;

	text-align: center;
}

#Pricing .princing-div {
	/* border:1px solid  #0088AA;*/
	margin: 0px auto;
	width: min(100%, 400px)
}

.princing-div .princing-head {
	background-color: #0088AA;
	color: white;
	text-align: center;
	padding: 10px;
}

.princing-rate {
	padding: 30px;


}

#Pricing .description {

	font-size: 20px;
}

.princing-DISCOUNT {

	color: #0088AA;
	font-size: 20px;
	padding: 40px;
}



.single-price {
	text-align: center;
	background: white;
	transition: .7s;
	margin-top: 20px;

}

.single-price h3 {
	font-size: 40px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin: 0;
	margin-top: -80px;

	color: #fff;
}

.single-price h6 {
	font-size: 55px;
	font-weight: 400;
	color: #fff;
	font-weight: 600;
}

.single-price h4 span.sup {
	vertical-align: text-top;
	font-size: 25px;
}

.deal-top {
	position: relative;
	background: #0088AA;
	font-size: 20px;
	text-transform: uppercase;
	padding: 136px 24px 0;
	border: 1px solid #0088AA;
}

.deal-top::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 10%;
	background: #0088AA;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	border: 1px solid #0088AA;
	/* content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 0;
	height: 0;
	border-top: 50px solid #0088AA;
	border-left: 217px solid transparent;
	border-right: 200px solid transparent; */
}

.deal-bottom {
	padding: 56px 16px;
	background-color: white;
	border: 1px solid #0088AA;
	margin-top: -17px;
}

.deal-bottom ul {
	margin: 0;
	padding: 0;
}

.deal-bottom ul li {
	font-size: 20px;
	color: black;
	font-weight: 500;
	margin-top: 16px;
	border-top: 1px solid #E4E4E4;
	padding-top: 16px;
	list-style: none;
}



.wiserwillstep-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 250px);
	height: 250px;
	text-align: center;
	padding: 10px;
	background-image: linear-gradient(to left, #045063, #0088AA);
}

.wiserwillstep-1 h4 {
	color: white;
	text-align: center;
	font-size: 40px;
}

.wiserwillstep-1 p {
	color: white;
	font-size: 18px;
	margin: 0;
}

.wiser-willstep .img-fluid {
	/* margin-top: 30px; */
}

.wiserwillsteprow2 {
	/* margin: 0px 110px; */
}

.wiserwillsteprow3 {
	/* margin-left: 240px; */
}




/*tick animation */
/*.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #00d400;;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
animation-duration: 5s;
animation-iteration-count:infinite;
}

.checkmark {
width: 65px;
height: 65px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #fff;
stroke-miterlimit: 10;
margin: 60% auto;
box-shadow: inset 0px 0px 0px #00d400;;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
animation-duration: 5s;
animation-iteration-count:infinite;
}

.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
animation-duration: 5s;
animation-iteration-count:infinite;
}

@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #00d400;;
}
}*/


#carouselExampleIndicators {
	/* margin-top: 10px; */
}


.checkmark__circle {
	stroke-dasharray: 200;
	/* ORIGINALLY 166px */
	stroke-dashoffset: 200;
	/* ORIGINALLY 166px */
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #00d400;
	;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.checkmark {
	width: 80px;
	/* ORIGINALLY 56px */
	height: 80px;
	/* ORIGINALLY 56px */
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #00d400;
	;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 68;
	/* ORIGINALLY 48px */
	stroke-dashoffset: 68;
	/* ORIGINALLY 48px*/
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {

	0%,
	100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 80px #00d400;
		;
	}
}

.imgContainer {
	float: left;
	/* margin: 0px 10px; */
}

/*FQA*/

#FAQ .FAQ-description {
	font-size: 20px;
	text-align: center;
}

a:link {
	text-decoration: none
}

.FAQ-section {
    max-width: 800px;
    margin: 0px auto;
	border-radius: 8px;
}

.FAQ-section .FAQ {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 0px solid transparent;
	border-radius: 0;
	margin: 0
}

.FAQ-section .FAQ-default {
	border: 0
}

.accordion-wrap .FAQ .FAQ-heading a {
	font-size: 14px
}

.FAQ-section .FAQ-group .FAQ-heading+.FAQ-collapse>.FAQ-body {
	border-top: 0;
	padding-top: 0;
	padding: 25px 30px 30px 35px;
	background: #fff;
	color: black;
}

.FAQ-section .FAQ .FAQ-heading a.collapsed:after {
	content: "\2b";
	color: black;
	background: #e4e1e1
}

.FAQ-section .FAQ .FAQ-heading a:after,
.FAQ-section .FAQ .FAQ-heading a.collapsed:after {
	font-size: 15px;
	width: 36px;
	line-height: 48px;
	text-align: center;
	background: #e4e1e1;
	float: left;
	margin-left: -31px;
	margin-top: -12px;
	margin-right: 15px
}

.FAQ:has(.FAQ-collapse.show) .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.FAQ-section .FAQ .FAQ-heading a:after {
	content: "\2212"

}

.FAQ-section .FAQ .FAQ-heading a:after,
.FAQ-section .FAQ .FAQ-heading a.collapsed:after {
	font-size: 15px;
	width: 36px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #e4e1e1;
	float: left;
	margin-left: -31px;
	margin-top: -12px;
	margin-right: 15px
}

.FAQ-body {
	padding: 5px;
	border: 1px solid #e4e1e1;
}

.FAQ-body ol {
	margin-left: 40px;
	list-style-type: upper-alpha;
}

.FAQ-title {
	margin-bottom: 0;
	border: 1px solid #e4e1e1;
}


.vr {
	width: 1px;
	background-color: #D3D3D3;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
	font-size: 16px;
	opacity: .5;
	top: .3em;
	color: black;
	font-weight: 400;
	margin-top: 6px;
}

.has-float-label label,
.has-float-label>span {
	color: blue;
	font-size: 15px;

}

.has-float-label.select-label label {
	top: .9em;
}

.select-label select:focus+label {
	top: -0.5em;
}

.modal-content {
	border: 2px solid #0088AA;
}

.modal-header {
	border-bottom: none;
}

button.close {
	padding: 0;
	border: 0;

}

.modal-header #close {
	margin-left: 755px;
	margin-top: -40px;
}

/*.close {

color: white;
}*/
.modal-header #close2 {
	margin-left: 732px;
	margin-top: -63px;
}

.form-control:focus {
	border-color: blue;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: white;
}


.close {
	opacity: 5.3;

}

#closeSVG {
	/*margin-left: 418px;
	margin-top: -71px;*/
	width: 60px;
	top: -8px;
	right: -8px;
}

#closeSVG:hover {
	transform: scale(1.3);
	opacity: 5.3;
}

#closeSVG1 {
	/*margin-left: 749px;
	margin-top: -45px;*/
	width: 60px;
	top: -8px;
	right: -8px;

}

#closeSVG1:hover {
	transform: scale(1.3);
	opacity: 5.3;
}

#submitBtn {
	text-align: center;
	width: min(300px, 100%);
	border-radius: 7px
}

#submitBtn:hover {
	transform: scale(1.05);
}

/*#RegisterButton
{
text-align:center;
width:220px;
border-radius:7px
}
#RegisterButton:hover
{
transform: scale(1.1);
}*/
.btn-get-started:hover {
	transform: scale(1.05);
}

#loginBtn:hover {
	transform: scale(1.05);
}

/*  #submitBtn
{
text-align:center;
width:300px;
border-radius:7px
}
#submitBtn:hover
{
transform: scale(1.1);
}*/

#RegisterButton {
	text-align: center;
	width: min(300px, 100%);
	border-radius: 7px
}

#RegisterButton:hover {
	transform: scale(1.05);
}

.btn-get-started:hover {
	transform: scale(1.05);
}

#loginBtn:hover {
	transform: scale(1.05);
}

.bootbox .modal-body {
	font-size: 18px;

	padding: 20px;

}

.bootbox .modal-footer {
	border-top: none;

}

.bootbox .modal-content {
	border: none;
	width: 80%;
}

.bootbox .modal-footer .btn {
	box-shadow: 4px 5px 6px #d1e0e0;
	width: 100px;
}



/*Contact*/
.bootbox .modal-body {
	font-size: 18px;

	padding: 20px;

}

.bootbox .modal-footer {
	border-top: none;
}

.bootbox .modal-content {
	border: none;
	width: 80%;
}

.bootbox-close-button .close {
	background-color: white;
	color: black;
}

.bootbox .modal-footer .btn {
	box-shadow: 4px 5px 6px #d1e0e0;
	width: 100px;
}

.contact-div {
	border: 1px solid grey;
	margin: 0 auto;
	width: 500px;
}

.contact-header {
	background-image: linear-gradient(to left, #0088AA, #2AD4FF);
	color: white;
	padding: 20px
}

.contact-body .contactinput {
	margin: 20px auto;

}

.contact-body {
	padding: 10px 57px;
}

.contact-body .contactinput .form-control {
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0px;

}

#Contact {
	margin: 10px 0;
}

#successmsg {
	background-image: linear-gradient(to left, #0088AA, #2AD4FF);
	color: white;
	padding: 10px;
}




.shadow-sm {
	box-shadow: rgb(0 0 0 / 40%) 0 0 10px 0 !important;
}

.createAcNo {
	/*width: 40px;
	height: 40px;*/
	border-radius: 50px;
	background-color: #2AD4FF;
	color: white;
	padding: 0 12px;
}

.nav-item-login {
	margin-top: -7px;
	margin-left: 10px;
}

footer {
	position: relative;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	width: 100%;
	/*background-image: linear-gradient(to left,  #0088AA ,#2AD4FF );*/
}

copyright {
	position: absolute;
	width: 100%;
	color: black;
	line-height: 13px;
	font-size: 14px;
	text-align: center;
	bottom: 0;
}

#loginRegisterH {
	margin-top: 3px;
}

#TermsOfServicesBtn {
	width: 161px;
	height: 35px;
	font-size: 14px;
	font-weight: 200;
	color: #0088AA;
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid #0088AA;
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

#TermsOfServicesBtn:hover {
	color: #FFF;
	background: #0088AA;
	border: 2px solid rgba(58, 133, 191, 0.75);
}

#TermsOfServicesBtn:focus {
	outline: none;
}


@media (max-width:1200px) {
	/* #carosuol h1 {
	font-size: 30px;
} */

	#cityImage {
		/* height: 225px; */
	}

	.paraCarousel1 {
		/* font-size: 19px; */
	}
}


@media only screen and (min-device-width : 768px) and (max-device-width :1024px) {
	/*.g-recaptcha, #captchaWrapper {
		 transform: scale(0.9);
	}*/

	#captchaWrapper {
		transform: scale(0.9);
		width: 80% !important;
	}

	#willSecurityDiv li p {
		/* font-size: 16px; */
	}

	#block_container2 {
		margin-left: 0px;
	}

	#navheader .fixed-top {
		top: 40px;
	}

	#navheader .container {
		margin: 10px;
	}

	#imageEditWill {
		/* width: 354px; */
		/* margin-top: 130px; */
	}

	#cityImage {

		/* background-size: 400px !important;
		width: 406px !important;
		height: 300px !important;

		margin-top: -80px !important; */
		/* background-position: top; */
	}

	.singaporecity h1 {
		/* margin-top: 72px !important; */
	}

	.service .heading {
		font-size: 18px !important;
	}

	.service .description {

		margin: -68px 8px;
		font-size: 13px;
	}

	#Pricing .princing-div {

		/* margin: 0px auto; */
	}

	.Customerstalk {
		/* width: 286px; */
	}

	#Contact {
		margin: 7px 0;
	}


	.wiserwillstep-1 {
		/* width: 200px; */
		height: 200px;

		padding: 5px;

	}

	.stepImage {
		/* margin-left: 57px; */
	}

	.nav-item {
		padding-left: 19px;
	}

	.paraCarousel1 {
		margin: 0;
		margin-top: 15px;
		/* font-size: 18px; */
	}

	#carouselExampleIndicators {
		/* margin-top: -45px; */
	}

	#loginModal .modal-content {
		/*width: 671px;
		margin-left: -98px;
		*/

	}

	/*
	.vr {
	left: 349px;
}
	*/
	#RegisterButton {

		/*width: 249px;*/

	}

	.createAcNo {
		/*width: 50px;
		height: 40px;*/

	}

	#closeSVG1 {
		/*margin-left: 618px;
		margin-top: -45px;*/
		width: 60px;
	}

	#headbar {
		padding: 13px;
	}

	.nav-item-login {
		/* margin-top: -7px; */
		margin-left: 0;
	}

}

@media (max-width:1019px) {
	#loginBtn {
		width: min(100%, 230px);
	}

	.wiserwillstep-1 h4 {
		font-size: 30px;
		margin-top: 20px;
	}

	.wiserwillstep-1 p {
		font-size: 16px;
	}
}

@media (max-device-width :867.98px) {
	.offer_container-title {
		width: auto;
	}
}

@media (max-device-width :768.98px) {

	/*.g-recaptcha, #captchaWrapper {
		 transform: scale(0.6);
	}*/
	#navheader {
		/* padding: 15px; */

	}

	#navheader .logo {
		font-size: 27px;
	}

	#imageEditWill {
		/* width: 350px; */
		/* margin-top: 142px; */
	}

	#cityImage {
		/* width: 370px !important; */
		/* height: 300px; */
	}

	#Home .container-xl {
		/* padding-top: 58px; */
	}

	#Contact {
		margin: 0px;
	}

	#Contact .contact-div {

		width: min(100%, 350px);

	}

	.contact-body {
		padding: 10px 15px;
	}

	.singaporecity {
		/* margin-top: 30px; */
	}

	.singaporecity img {
		width: 400px;
	}

	.paraCarousel {
		margin: 35px;
		margin-top: 15px;
		font-size: 25px;
		font-weight: 700;
		line-height: 40px;
		color: #222222;

	}

	.paraCarousel1 {

		/* font-size: 20px; */
		font-weight: 700;
		color: #222222;

	}

	.testimonials {
		/* width: 415px; */
		padding: 80px 20px;
	}

	.Customerstalk {
		/* width: 350px; */
	}

	.wiser-willstep .row {
		margin: 0px;

	}

	.wiserwillstep-1 {
		width: 100%;
		/* height: 300px; */
	}

	#Services {
		/*margin-top:-51px;*/
		margin-left: 12px;
	}

	#Pricing .princing-div {
		/* margin: 0px; */
		/*width:498px;*/
	}

	.deal-top::after {
		/* border-left: 164px solid transparent;
		border-right: 183px solid transparent;
		left: 0; */
	}

	#loginModal .modal-content {
		/*width: 355px;*/
	}

	#closeSVG1 {
		/*margin-left: 305px;
		margin-top: -43px;*/
		width: 60px;
	}

	#exampleModalCenter .modal-content {
		/* width: 355px; */
	}

	#closeSVG {
		/*margin-left: 273px;
		margin-top: -71px;*/
		width: 60px;
	}

	#headbar {
		padding: 10px 0;
	}

	#LaptopDataProtectionDiv img {
		/* width: 100px; */
	}

	#willSecurityDiv {
		/* margin-top: -85px;
		margin-left: 40px; */
	}

	#willSecurityDiv li p {
		/* font-size: 16px; */
	}

	#loginRegisterH {
		margin-top: 20px;
	}

	.nav-item-login {
		margin-left: 0;
	}

}

@media(max-width:542.98px) {
	.navbar .collapse {
		max-height: 330px;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.navbar .navbar-brand {
		float: none;
		display: inline-block;
	}

	.navbar .navbar-nav>.nav-item {
		float: none;
		margin-left: .1rem;
	}

	.navbar .navbar-nav {
		float: none !important;
	}

	.nav-item {
		width: 100%;
		text-align: left;
	}

	.navbar .collapse .dropdown-menu {
		position: relative;
		float: none;
		background: none;
		border: none;
	}

	/* #carosuol h1 {
		font-size: 25px;
	} */
	#headbar {
		font-size: 12px;
	}

	.offer_container-title {
		font-size: 14px;
	}

	.offer_container-title span:first-child {
		font-size: 16px;
	}

	.offer_container-text {
		font-size: 14px;
	}

	.offer_container-text_code {
		font-size: 16px;
	}

	#Home h2 {
		font-size: 20px;
		font-weight: 400;
	}
	#Home {
		background-image: linear-gradient(to top, #2AD4FF 20%, #0088AA 80%);
	}
	
	#familyPhDiv{
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#Home h1 {
	white-space: normal;
	}
	.price-tag .dot {
	width: 13px;
	height: 11px;
	}
	
	#navheader .logo {
		font-size: 27px;
	}
	
	.gstSpan{
  font-size:16px;
}
	
	#RecognitionMark{
width:50px;
margin-left:1px;
}
	#familyPhDiv h4{
		font-size:18px;
	}
}

/*FAQ*/

.faq-question {
    display: flex;
    justify-content: space-between;
    background-color: #0088AA;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 20px;
    transition: background-color 0.3s;
}
.faq-question .queI {
    font-size: 25px;
    transition: transform 0.3s;
}
.faq-item.active .faq-question .queI {
     transform: rotate(180deg) translateY(-15px);
}

.faq-item.active  .faq-question{
    /*background-color: #2AD4FF;
	color:black;*/
}

.faq-item.inactive .faq-question .queI {
     transform: rotate(0deg);
}

.faq-item .faq-answer {
    transition: max-height 0.3s ease-out;
}

.faq-answer {
    font-size: 16px;
    color: rgb(85, 85, 85);
    /* display: none; */
    padding: 20px;
	display:none;
}




@media(max-width:400px) {
	#Home .container-xl {
		padding-top: 50px;
	}
	#headbar {
		font-size: 11px;
	}
}


@media only screen 
  and (min-width: 768px) 
  and (max-width: 1366px) {
#Pricing .princing-div {
		/* margin: 0px; */
		width:498px;
	}
}

