.wrapper{ max-width: 1200px; margin: auto;}
.my-row{ display: inline-table !important; width: 100% !important;}
.col-6{ display: table-cell !important; vertical-align: middle; width: 50%;}

.enjoy__right {
	display: none
}

@media screen and (min-width:992px) {
	.enjoy__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 140px;
		overflow: visible;
		width: 47%
	}
}

.enjoy__calc {
	position: relative
}

@media screen and (min-width:991px) {
	.enjoy__calc:before {
		background-image: url("../images/offer.svg");
		background-size: cover;
		height: 55px;
		left: -27px;
		top: 60px;
		width: 185px
	}

	.enjoy__calc:after,
	.enjoy__calc:before {
		background-repeat: no-repeat;
		content: "";
		position: absolute
	}

	.enjoy__calc:after {
		background-image: ;
		background-size: contain;
		bottom: unset;
		height: 500px;
		left: -50px;
		top: -85px;
		width: 9999px;
		z-index: -1
	}
}

.enjoy__calc-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .17);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .17);
	display: block;
	margin: 0 0 0 auto;
	padding: 32px
}

@media screen and (min-width:1300px) {
	.enjoy__calc-wrap {
		max-width: 560px;
		width: 100%
	}
}

.enjoy__calc-title {
	color: #121212;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-align: left
}

@media screen and (min-width:992px) {
	.enjoy__calc-title {
		font-size: 26px;
		margin-bottom: 45px
	}
}

@media screen and (min-width:1200px) {
	.enjoy__calc-title {
		margin-bottom: 14px
	}
}

.enjoy__calc-subtitle {
	color: #121212;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px;
	position: relative;
	text-align: center
}

@media screen and (min-width:1200px) {
	.enjoy__calc-subtitle {
		margin: 0 0 25px auto;
		text-align: right
	}
}

.enjoy__calc-subtitle span {
	color: #008d40;
	font-weight: 700
}

.calculator-box__title {
	display: none
}

.calculator-box__selects {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (min-width:1200px) {
	.calculator-box__selects {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 16px
	}
}

.calculator-box__row {
	margin-bottom: 16px
}

@media screen and (min-width:1200px) {
	.calculator-box__row {
		margin-bottom: 0;
		width: 47%
	}
}

.calculator-box .form-control .control-label,
.calculator-box .form-control .tooltip {
	display: none
}

.calculator-box .form-control .calc-select {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	position: relative
}

.calculator-box .form-control .calc-select__control {
	background-color: #fff;
	border: 1px solid #cbdce4;
	border-radius: 6px;
	height: 40px;
	padding-right: 8px
}

.calculator-box .form-control .calc-select__control--is-focused {
	border-color: #f7931e;
	-webkit-box-shadow: 0 0 0 1px #f7931e;
	box-shadow: 0 0 0 1px #f7931e
}

.calculator-box .form-control .calc-select__control--is-focused .calc-select__single-value {
	color: #e4e7ec
}

.calculator-box .form-control .calc-select__control--is-focused .calc-select__dropdown-indicator {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 11h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34A6.505 6.505 0 0 0 .05 7.32c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L12.5 11Zm-6 0C4.01 11 2 8.99 2 6.5S4.01 2 6.5 2 11 4.01 11 6.5 8.99 11 6.5 11Z' fill='%23121212' fill-opacity='.5'/%3E%3C/svg%3E");
	background-size: contain
}

.calculator-box .form-control .calc-select__control.calc-select__control--menu-is-open .calc-select__indicator {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.calculator-box .form-control .calc-select__single-value {
	line-height: 35px
}

.calculator-box .form-control .calc-select__input input {
	color: #121212;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.calculator-box .form-control .calc-select__indicator-separator {
	display: none
}

.calculator-box .form-control .calc-select__indicator {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12L6 6 0 0Z' fill='%23121212'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px
}

.calculator-box .form-control .calc-select__indicator svg {
	display: none
}

.calculator-box .form-control .calc-select__menu {
	line-height: 24px;
	margin-top: 5px;
	z-index: 3
}

.calculator-box .form-control .calc-select__menu-list {
	background-color: #fff;
	border-radius: 6px;
	max-height: 180px
}

@media screen and (min-width:1200px) {
	.calculator-box .form-control .calc-select__menu-list {
		max-height: 250px
	}
}

.calculator-box .form-control .calc-select__menu-list::-webkit-scrollbar {
	width: 5px
}

.calculator-box .form-control .calc-select__menu-list::-webkit-scrollbar-track {
	background-color: #e4e7ec;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent
}

.calculator-box .form-control .calc-select__menu-list::-webkit-scrollbar-thumb {
	background: rgba(255, 188, 11, .5);
	border-radius: 100px
}

.calculator-box .form-control .calc-select__menu-list::-webkit-scrollbar-thumb:hover {
	background-color: #fafafa
}

.calculator-box .form-control .calc-select__option {
	padding: 0 16px
}

@media screen and (max-width:767px) {
	.calculator-box .form-control .calc-select__option {
		line-height: 40px
	}
}

.calculator-box .form-control .calc-select__option--is-focused {
	background-color: rgba(255, 188, 11, .25)
}

.calculator-box .form-control .calc-select__option--is-selected {
	background-color: #f7931e;
	color: #fff
}

.calculator-box__bottom-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:1200px) {
	.calculator-box__bottom-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: space-between
	}
}

.calculator-box__bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px
}

@media screen and (min-width:1200px) {
	.calculator-box__bottom {
		margin-bottom: unset;
		width: 47%
	}
}

.calculator-box__prices {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px
}

.calculator-box__price {
	font-size: 28px;
	font-weight: 600;
	margin-right: 10px;
	opacity: .25;
	text-decoration: line-through
}

.calculator-box__price,
.calculator-box__special-price {
	color: #121212;
	font-family: Open Sans;
	font-style: normal;
	line-height: 40px
}

.calculator-box__special-price {
	font-size: 32px;
	font-weight: 700
}

.calculator-box__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (min-width:1200px) {
	.calculator-box__btn-wrap {
		width: 47%
	}
}

.calculator-box__btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7931e;
	border: 1px solid #121212;
	border-radius: 4px;
	color: #121212;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	width: 100%
}

@media screen and (min-width:768px) {
	.calculator-box__btn:hover {
		background-color: #ffcd4a;
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
		box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
		cursor: pointer
	}
}

.calculator-box__btn[disabled],
.calculator-box__btn[disabled]:hover {
	background-color: #ffcd4a;
	-webkit-box-shadow: none;
	box-shadow: none
}

.calculator-box__btn[disabled]:hover {
	cursor: unset
}

.advantages {
	background-color: #fafafa
}

@media screen and (min-width:992px) {
	.advantages {
		background-color: #f2f2f2
	}
}

.advantages__wrap {
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 350px;
	padding: 56px 0 24px;
	width: 100%
}

@media screen and (min-width:768px) {
	.advantages__wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: unset
	}
}

@media screen and (min-width:1024px) {
	.advantages__wrap {
		padding: 16px 0;
		width: 83%
	}
}

@media screen and (min-width:1200px) {
	.advantages__wrap {
		width: 100%
	}
}

.advantage {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 34px
}

@media screen and (min-width:1024px) {
	.advantage {
		margin: 0
	}
}

@media screen and (min-width:1200px) {
	.advantage {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media screen and (max-width:767px) {
	.advantage {
		width: 50%
	}
}

.advantage__icon {
	margin-bottom: 12px
}

@media screen and (min-width:1200px) {
	.advantage__icon {
		margin: 0 16px 0 0
	}
}

.advantage__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:1200px) {
	.advantage__info {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start
	}
}

.advantage__title {
	color: #121212;
	font-family: Open Sans;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 12px
}

.advantage__text {
	color: #626262;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px
}

.get {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 40px
}

@media screen and (min-width:1024px) {
	.get {
		padding-top: 75px
	}
}

.get__heading {
	color: #161616;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 110%;
	margin-bottom: 40px;
	text-align: center
}

@media screen and (min-width:768px) {
	.get__heading {
		font-size: 50px
	}
}

@media screen and (min-width:1024px) {
	.get__heading {
		margin: 0 0 65px
	}
}

.get__subheading {
	color: #626262;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 45px;
	text-align: center
}

@media screen and (min-width:768px) {
	.get__subheading {
		font-size: 22px;
		line-height: 28px
	}
}

@media screen and (min-width:1024px) {
	.get__subheading {
		margin-bottom: 85px
	}
}

.get__conditions {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media screen and (min-width:992px) {
	.get__conditions {
		max-width: 330px
	}
}

.get__img {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 300px;
	width: 100%
}

@media screen and (min-width:992px) {
	.get__img {
		height: auto;
		max-width: 370px
	}
}

.get__title {
	color: #161616;
	font-family: Raleway, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	margin: 32px 0 15px;
	text-align: center;
	width: 100%
}

@media screen and (min-width:992px) {
	.get__title {
		text-align: left
	}
}

.get__text {
	color: #282828;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	text-align: center
}

@media screen and (min-width:768px) {
	.get__text {
		font-size: 16px
	}
}

@media screen and (min-width:992px) {
	.get__text {
		text-align: left
	}
}

@media screen and (min-width:1024px) {
	.get__wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: space-between
	}
}

.get__wrap.slick-slider {
	display: block;
	margin: auto;
	max-width: 310px;
	width: 100%
}

@media screen and (min-width:468px) {
	.get__wrap.slick-slider {
		max-width: 460px
	}
}

.get__wrap.slick-slider .slick-list {
	margin: 0 10px
}

@media screen and (min-width:768px) {
	.get__wrap.slick-slider .slick-list {
		overflow: visible
	}
}

.get__wrap.slick-slider .slick-list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%
}

.get__wrap.slick-slider .slick-list .slick-track .slick-slide {
	height: inherit;
	margin: 0 10px;
	outline: none
}

.get__wrap .slick-dots {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 72px
}

.get__wrap .slick-dots li {
	position: relative
}

.get__wrap .slick-dots li button {
	background-color: #e6e7ea;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-size: 0;
	height: 10px;
	padding: 0;
	width: 10px
}

.get__wrap .slick-dots li.slick-active button {
	background-color: #b6b4b6
}
	
.enjoy__calc {         /* over ride style2.css -- abdul */
	overflow: hidden;
}	
.calculate-wrap{ padding-left:20px;}  /* over ride style2.css -- abdul */
.banner-wrap{ margin-top:10px;} 
.feature-section {background: #11b47b; } 
.feature-item p { text-align: justify; }
.banner-caption h1 strong{color: #111;}
.banner-caption h1 span {color: #11b47b;}


/* over ride style2.css -- abdul */	

.advantages{background-color:#fff; padding: 25px 0;}.advantages__wrap{-ms-flex-pack:distribute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:350px;padding:56px 0 24px;width:100%}@media screen and (min-width:768px){.advantages__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:unset}}@media screen and (min-width:1024px){.advantages__wrap{padding:16px 0;width:83%}}@media screen and (min-width:1200px){.advantages__wrap{width:100%}}.advantage{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:34px}@media screen and (min-width:1024px){.advantage{margin:0}}@media screen and (min-width:1200px){.advantage{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:767px){.advantage{width:50%}}.advantage__icon{margin-bottom:12px}@media screen and (min-width:1200px){.advantage__icon{margin:0 16px 0 0}}.advantage__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1200px){.advantage__info{-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.advantage__title{color:#121212;font-family:Open Sans;font-size:28px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:12px}.advantage__text{color:#626262;font-family:Raleway;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.get{background-color:#fff;overflow:hidden;padding-bottom:100px;padding-top:40px}@media screen and (min-width:1024px){.get{padding-top:75px}}.get__heading{color:#161616;font-family:Raleway,sans-serif;font-size:30px;font-weight:800;line-height:110%;margin-bottom:40px;text-align:center}@media screen and (min-width:768px){.get__heading{font-size:50px}}@media screen and (min-width:1024px){.get__heading{margin:0 0 65px}}.get__subheading{color:#626262;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:45px;text-align:center}@media screen and (min-width:768px){.get__subheading{font-size:22px;line-height:28px}}@media screen and (min-width:1024px){.get__subheading{margin-bottom:85px}}.get__conditions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (min-width:992px){.get__conditions{max-width:330px}}.get__img{background-repeat:no-repeat;background-size:contain;display:block;height:auto;margin:0 auto;max-width:300px;width:100%}@media screen and (min-width:992px){.get__img{height:auto;max-width:370px}}.get__title{color:#161616;font-family:Raleway,sans-serif;font-size:22px;font-weight:700;line-height:130%;margin:32px 0 15px;text-align:center;width:100%}@media screen and (min-width:992px){.get__title{text-align:left}}.get__text{color:#282828;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:150%;text-align:center}@media screen and (min-width:768px){.get__text{font-size:16px}}@media screen and (min-width:992px){.get__text{text-align:left}}@media screen and (min-width:1024px){.get__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}}.get__wrap.slick-slider{display:block;margin:auto;max-width:310px;width:100%}@media screen and (min-width:468px){.get__wrap.slick-slider{max-width:460px}}.get__wrap.slick-slider .slick-list{margin:0 10px}@media screen and (min-width:768px){.get__wrap.slick-slider .slick-list{overflow:visible}}.get__wrap.slick-slider .slick-list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.get__wrap.slick-slider .slick-list .slick-track .slick-slide{height:inherit;margin:0 10px;outline:none}.get__wrap .slick-dots{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:20px auto 0;width:72px}.get__wrap .slick-dots li{position:relative}.get__wrap .slick-dots li button{background-color:#e6e7ea;border:none;border-radius:10px;cursor:pointer;font-size:0;height:10px;padding:0;width:10px}.get__wrap .slick-dots li.slick-active button{background-color:#b6b4b6}
.navbar-brand{ max-width: 180px !important;}
.why-choose-item{ min-height: 350px;}
.why-choose-item p, .content-box p, .left-content p, .features-item small{ color: #535a67;}
.content-box p{font-size: 14px;}
.content-box.fill h3{ font-size: 21px; font-weight: 600;}
.features-item h4{ font-weight: 600;}
.feedback-section{ padding: 30px 0 0 0;}
.enquiry-section .graphics{ background: none !important;}



.calculator-box fieldset{ margin-bottom: 18px;}
.price-box{ text-align: left; font-size: 24px; margin-top: 6px;}
.price-box span{ text-decoration: line-through !important; color: #999;}
.price-box strong{ font-weight: bold;}
.calculator-box .btn-primary{ padding: 12px; background: #11b47b !important; border: none; width: 100%; border-radius: 5px; font-weight: 600; text-transform: uppercase; font-size: 15px;}
.schead_screen{ height: 650px;}
.schead_screen .schead_screen-content h1{ padding-right: 50px;}
.enjoy__calc:before{ left: -16px;}
.enjoy__calc .form-control{ border: solid 1px #ced4da;}
.enjoy__calc-wrap{ border-radius: 15px;}
.schead_screen-content{ position: relative;}
.banner-graphics{ position: relative; right: 0; bottom: 0;}

.schead_screen{ background-image: url("../images/first-screen.svg") !important; background-position: center top !important; background-size: cover; relative; height: 760px; overflow: hidden; padding-top: 130px;}
.schead_screen:after{ position: absolute; content: ''; width: 50%;}
.schead_screen .schead_screen-content h1{ color: #111; margin-top: 100px;}
.schead_screen .schead_screen-content h1 span{ color: #11b47b;}
.quote_btn{ background: #11b47b !important;}
.schead_screen .schead_screen-content h1{ margin-top: 0;}
.navbar{ padding: 1rem 0;}

.form-select{ padding: 7px 10px; width: 100%; background: #fff; border-radius: 5px; border: solid 1px #ddd; font-size: 15px;}
.quote_btn{ padding: 16px 40px; color: #fff !important; border-radius: 5px; margin-top: 30px; display: inline-block; font-size: 18px;}
.schead_screen-content  h1{ font-size: 43px;}
.why-choose-wrap{ margin-top: 50px;} 
.why-choose-section .title-div:before{ display: none;}
.why-choose-section .title-div{ margin-top: 0;}
.navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link:hover,  .navbar-nav .nav-item .nav-link:focus{ color: #fff;}
.navbar-nav .nav-item .nav-link ion-icon{ font-size: 21px; color: #fff;}



@media (max-width: 1199px) {
	.navbar-nav .nav-item .nav-link{ font-size: 13px; padding: 10px 5px;}
	.dropdown-toggle::after{ font-size: 15px;}
}

@media (max-width: 1199px) {
	.enjoy__calc-title{ font-size: 21px;}
	.banner-graphics{ max-width: 440px;}
	.advantage{ text-align: center;}
}

@media (max-width: 1299px) {
	.enjoy__calc::before{ left: -26px;}
}

@media (max-width: 991px) {
	.enjoy__calc-subtitle{ text-align: left;}
	.schead_screen{ background: #fff !important; height: auto; overflow: visible;}
	.navbar-nav .nav-item .nav-link{ color: #2d3748 !important;}
	.enjoy__calc-wrap{ padding: 15px;}
	.calculator-box fieldset{ margin-bottom: 8px;}
}

@media (max-width: 767px) {
	.my-row, .col-6{ display: inline-block !important; width: 100%; max-width: 100%;}
	.banner-graphics{ width: 100%; margin-bottom: 30px;}
	.schead_screen-content h1{ font-size: 35px;}
	.schead_screen .schead_screen-content h1{ padding-right: 0;}
	.schead_screen{ text-align: center;}
	
}

@media (max-width: 480px) {
	.schead_screen .schead_screen-content h1{ font-size: 30px;}
	.msg-wrap blockquote::before{ left: 35px; top: 25px;}
}
