/*------------------------------------------------------------------
[Style Layout Sheet For "NexGen Logix"]

*  Basic Common CSS for HTML Tags(like:- html, body, div, span, p, a, h1 and many others)
*  Fonts
1. Body
2. Preloader

-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
html {
	width: 100%;
	height: 100%;
}
a, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	-webkit-user-drag: none;
}
button:focus, input:focus {
	outline: 0;
}
body {
	font-family: Arial, 'sans-serif';
	font-weight: 400;
	background-color: #fff;
	float: left;
	width: 100%;
	color: #333333;
	margin: 0;
	font-size: 16px;
}
@font-face {
	font-family: 'icomoon';
	src: url('../css/fonts/icomoon.eot?90hs88');
	src: url('../css/fonts/icomoon.eot?90hs88#iefix') format('embedded-opentype'), url('../css/fonts/icomoon.ttf?90hs88') format('truetype'), url('../css/fonts/icomoon.woff?90hs88') format('woff'), url('../css/fonts/icomoon.svg?90hs88#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-star-empty:before {
	content: "\e918";
}
.icon-star:before {
	content: "\e917";
}
.icon-address:before {
	content: "\e90c";
}
.icon-choices:before {
	content: "\e90d";
}
.icon-credit-cards-payment:before {
	content: "\e90e";
}
.icon-home:before {
	content: "\e90f";
}
.icon-survey:before {
	content: "\e910";
}
.icon-tracking:before {
	content: "\e911";
}
.icon-user1:before {
	content: "\e912";
}
.icon-call:before {
	content: "\e913";
}
.icon-company:before {
	content: "\e914";
}
.icon-map:before {
	content: "\e915";
}
.icon-user:before {
	content: "\e916";
}
.icon-plus:before {
	content: "\e90a";
}
.icon-remove:before {
	content: "\e90b";
}
.icon-left-arrow:before {
	content: "\e908";
}
.icon-right-arrow:before {
	content: "\e909";
}
.icon-call-icon:before {
	content: "\e903";
}
.icon-hour-icon:before {
	content: "\e904";
}
.icon-email-icon:before {
	content: "\e905";
}
.icon-office-icon:before {
	content: "\e906";
}
.icon-quote-icon:before {
	content: "\e907";
}
.icon-process-icon-3:before {
	content: "\e900";
}
.icon-process-icon-2:before {
	content: "\e901";
}
.icon-process-icon-1:before {
	content: "\e902";
}
@font-face {
	font-family: 'icomoon';
	src: url('../images/fonts/icomoon.eot?febmt9');
	src: url('../images/fonts/icomoon.eot?febmt9#iefix') format('embedded-opentype'),  url('../images/fonts/icomoon.ttf?febmt9') format('truetype'),  url('../images/fonts/icomoon.woff?febmt9') format('woff'),  url('../images/fonts/icomoon.svg?febmt9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon_diagnosis:before {
	content: "\e939";
}
.icon-icon_downarrow:before {
	content: "\e93a";
}
.icon-icon_labor:before {
	content: "\e93b";
}
.icon-icon_problem:before {
	content: "\e93c";
}
.icon-icon_repair:before {
	content: "\e93d";
}
.icon-info:before {
  content: "\ea0c";
}
/**-------------------------
2. PreLoader CSS Starts
-------------------------**/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000bf;
}
.loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	perspective: 500px;
	background-color: #1d3768b3;
}
.ball-clip-rotate-multiple {
	position: relative;
}
.ball-clip-rotate-multiple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loader-inner>div{
   	background-image: url(../images/loader.gif);
    background-size: cover;
    width: 200px;
    height: 100px;
}
/**-------------------------
PreLoader CSS Ends
-------------------------**/

/**-------------------------
3. Home Page CSS Starts
-------------------------**/
/* Header CSS Starts */
.top-bar {
	background-color: #1d3768;
	text-align: right;
	padding: 10px;
}
.top-bar-content h5 {
	font-size: 16px;
	color: #fff;
}
.top-bar-link {
	color: #fff;
	transition: all .2s ease-in-out;
}
.top-bar-link:hover {
	color: #d1b750;
}
.start-header.scroll-on {
	top: 0;
}
.navigation-wrap {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
	position: fixed;
	z-index: 1000;
	top: 39px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.navbar {
	padding: 0;
}
.navbar-brand img {
	max-width: 100%;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	max-height: 100px;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 170px;
	margin-right: 0;
	/*max-width: 100%;*/
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #1d3768;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #1d3768;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-item {
	transition: all .2s ease-in-out;
	position: relative;
	margin-left: 26px;
}
.nav-item ul {
	display: none;
	width: 240px;
	position: absolute;
	top: 35px;
	left: -25px;
	padding: 10px 25px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 15%);
}
.nav-item:hover ul {
	display: block;
}
.nav-link {
	color: #000 !important;
	transition: all 200ms linear;
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:hover .nav-link, .nav-item.active .nav-link {
	color: #d1b751 !important;
}
.nav-item.active .nav-link {
	font-weight: 600;
}
.nav-item ul .nav-item-sub {
	display: block;
	margin: 15px 0;
}
.nav-item ul .nav-item-sub .nav-link-sub {
	color: #000 !important;
	font-size: 16px;
}
.nav-item ul .nav-item-sub .nav-link-sub:hover {
	color: #d1b751 !important;
}
.nav-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #d1b751;
	transition: all .2s ease-in-out;
}
.nav-item:hover::after, .nav-item.active:after {
	width: 100%;
}
.dropdown-toggle::after {
	margin-left: 5px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.start-header.scroll-on .dropdown-menu {
	top: 70px;
}
.dropdown-menu {
	top: 70px;
	width: 100%;
	min-width: 370px;
	left: -303px;
	padding: 20px 10px;
	border: 1px solid #fff;
	border-radius: 6px;
	box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
}
.login-input {
	width: 100%;
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 600;
}
.login-input:focus {
	outline: none;
}
.forgot-link a {
	color: #d1b751!important;
	font-size: 17px;
	transition: 0.48s;
}
.forgot-link a:hover {
	color: #1d3768;
	text-decoration: underline;
}
.signin-btn {
	text-align: right;
	margin-bottom: 6px;
	margin-top: 10px;
}
.login-btn {
	background-color: #1d3768;
	padding: 8px 30px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	transition: 0.48s;
	border: 2px solid #1d3768;
}
.login-btn:hover {
	background-color: #fff;
	color: #1d3768;
}
/* Header CSS Ends */

/* Banner CSS Starts */
.banner-wrapper {
	background-image: url(../images/banner.jpg);
	padding: 100px 0 150px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 100px;
}
.banner-heading {
	background-color: #1d3768;
	display: block;
	padding: 10px 40px 10px 24px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
	margin: 15px 0;
	width: fit-content;
}
.banner-subheading {
	font-size: 20px;
	color: #333333;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	padding: 10px 20px;
	line-height: 35px;
}
.ordernow-btn {
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 15px 0;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;
}
.ordernow-btn:hover {
	background-color: #ffffffd1;
	color: #1d3768;
	border: 2px solid #1d3768;
}
/* Banner CSS Ends */

/* Info Area CSS Starts */
.info-wrapper {
	padding: 40px 0;
	/*margin-top: -90px;*/
}
.info-area {
	text-align: center;
}
.info-slider h3.info-identity {
	font-size: 60px;
	color: #1d3768;
}
.info-slider p, .info-slider ul {
	font-size: 20px;
	max-width: 75%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.info-slider ul {
	max-width: 75%;
	padding: 20px 0 0 0;
	text-align: left;
}
.info-slider .who-need ul {
	max-width: 70%;
}
.info-slider ul li {
	padding-bottom: 10px;
	list-style-type: disc;/*list-style-position: inside;*/
}
.info-slider ul li ul {
	padding: 10px 0 0 0;
	max-width: 84%;
}
.info-slider ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
}
.info-slider .slick-prev.slick-arrow {
	top: 50%;
	left: -100%;
	border: none;
	background-color: transparent;
	color: #d9d9d9;
	font-size: 50px;
	border-radius: inherit;
}
.info-slider .slick-prev.slick-arrow:hover, .info-slider .slick-next.slick-arrow:hover {
	color: #1d3768;
}
.info-slider .slick-next.slick-arrow {
	top: 50%;
	right: -100%;
	border: none;
	background-color: transparent;
	color: #d9d9d9;
	font-size: 50px;
	border-radius: inherit;
}
.info-slider {
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}
.sur-image img {
	margin: 0 0 0 auto;
	max-width: 70%;
	width: 100%;
	padding-top: 30px;
}
/* Info Area CSS Ends */

/* Featured Area CSS Starts */
.featured-wrapper {
	padding: 60px 0;
	display: none;
}
.featured-content {
	text-align: center;
}
.featured-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.yellow-text {
	color: #d1b750;
	font-weight: 600;
}
.featured-content p {
	font-size: 20px;
	max-width: 75%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	word-break: break-word;
}
.featured-list {
	padding: 15px 0;
}
.featured-list-wrap {
	background-color: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 0;
	transition: 0.48s;
}
.featured-list-wrap:hover {
	background-color: #fff;
	box-shadow: 0px 0px 25px 2px #ececec;
}
.featured-image-wrap {
	width: 100%;
	overflow: hidden;
	/*min-height: 240px;*/
	height: 100%;
	position: relative;
}
.featured-image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: 0.48s all ease-in-out;
}
.featured-image-wrap:hover img {
	transform: scale(1.1);
}
.featured-list-content {
	padding: 25px;
}
.featured-list-content h3 a {
	color: #1d3768;
	font-size: 26px;
	padding-bottom: 15px;
	transition: 0.48s;
	display: inline-block;
}
.featured-list-content h3 a:hover {
	color: #d1b751;
}
.featured-list-content p {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
}
.featured-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: #00000059;
}
.featured-list-wrap:hover .featured-img-overlay {
	opacity: 0;
}
/* Featured Area CSS Ends */

/* Process Area CSS Starts */
.process-wrapper {
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.process-content {
	text-align: center;
}
.process-content h2 {
	font-size: 60px;
	padding-bottom: 15px;
}
.process-content p {
	font-size: 20px;
}
.process-list {
	padding: 40px 0 20px 0;
}
.process-list-wrap {
	padding: 30px 20px;
	text-align: center;
	background: transparent;
	transition: 0.48s;
	border-radius: 6px;
	margin: 20px;
}
.process-active {
	background: #fff;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.process-image-wrap {
	padding-bottom: 40px;
}
.process-list-content h3 {
	font-size: 26px;
	padding-bottom: 15px;
	transition: 0.48s;
}
.process-active .process-list-content h3 {
	color: #d1b751;
}
.process-list-content p {
	font-size: 18px;
	line-height: 26px;
	transition: 0.48s;
	min-height: 130px;
	word-break: break-word;
}
.process-active .process-list-content p {
	color: #333333;
}
.process-image-wrap span {
	font-size: 80px;
	color: #fff;
	transition: 0.48s;
}
.process-active .process-image-wrap span {
	color: #999999;
}
/* Process Area CSS Ends */

/* Review Area CSS Starts */
.review-wrapper {
	padding: 40px 0 70px 0;
	text-align: center;
}
.review-wrap .icon-quote-icon {
	color: #c9c9c9;
	font-size: 80px;
}
.review-slider {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}
.review-wrap p {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	padding: 10px 0px 20px 0px;
	word-break: break-word;
}
.review-identity {
	color: #d1b751;
	font-weight: 600;
	font-size: 22px;
}
.review-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.review-content p {
	line-height: 28px;
	max-width: 80%;
	width: 100%;
	word-break: break-word;
}
.review-wrap {
	padding: 10px 15px;
}
.review-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
}
.review-slider .slick-dots li {
	margin: 0 4px;
}
.review-slider .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 6px;
	background-color: #d9d9d9;
	text-indent: -9999px;
}
.review-slider .slick-dots li.slick-active button {
	background-color: #1d3768;
	width: 25px;
}
/* Review Area CSS Ends */

/* Quick Quote CSS Starts */
.quick-quote-wrapper {
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.office-info li {
	display: flex;
	padding: 20px 0;
}
.office-icon {
	color: #fff;
	font-size: 40px;
	padding-right: 30px;
	position: relative;
	top: -10px;
}
.office-content h4 {
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 6px;
	color: #d1b750;
}
.office-content p.addss {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}
.office-content p.addss:last-child {
	padding-bottom: 0px;
}
.office-link {
	color: #d1b750;
	text-decoration: underline;
	transition: 0.48s;
}
.office-link:hover {
	color: #fff;
	text-decoration: underline;
}
.quick-quote-form h2 {
	font-size: 60px;
	padding-bottom: 10px;
}
.blue-text {
	font-weight: 600;
	color: #1d3768;
}
.quick-quote-form p {
	font-size: 20px;
}
.input-field {
	width: 100%;
	margin: 7px 0;
	padding: 14px 14px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
}
.input-error {
	border: 1px solid red;
}
.robot-checker-box .alert {
	padding: 0 10px;
	margin-bottom: 0;
	border: none;
	background-color: red;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	display: block;
}
.input-field:focus {
	outline: none;
}
.input-field::placeholder, .login-input::placeholder {
	color: #bfbfbf;
}
.input-field:-ms-input-placeholder, .login-input:-ms-input-placeholder {
	color: #bfbfbf;
}
.input-field::-ms-input-placeholder, .login-input::-ms-input-placeholder {
	color: #bfbfbf;
}
.submit-btn {
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 20px 0 10px 0;
	font-size: 20px;
	transition: 0.48s;
	border: 2px solid #d1b750;
}
.submit-btn:hover {
	background-color: transparent;
	color: #d1b750;
}
/* Quick Quote CSS Ends */

/* Latest News CSS Starts */
.latest-news-wrapper {
	padding: 80px 0 120px 0;
}
.latest-content {
	text-align: center;
}
.latest-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.latest-content p {
	font-size: 20px;
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	word-break: break-word;
}
.latest-news-slider {
	padding-top: 20px;
	padding-bottom: 30px;
}
.news-list-wrap {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 15px;
	transition: 0.48s;
	max-width: 350px;
}
.news-list-wrap:hover {
	box-shadow: 0px 0px 25px 2px #ececec;
}
.news-image-wrap {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.news-image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: 0.48s all ease-in-out;
}
.news-image-wrap:hover img {
	transform: scale(1.1);
}
.news-list-content {
	padding: 25px;
}
.news-list-content h3 a {
	color: #1d3768;
	font-size: 23px;
	padding-bottom: 15px;
	transition: 0.48s;
	display: inline-block;
}
.news-list-content h3 a:hover {
	color: #d1b751;
}
.news-list-content p {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
}
.news-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: #00000059;
}
.news-list-wrap:hover .news-img-overlay {
	opacity: 0;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide {
	position: relative;
}
.slick-prev.slick-arrow {
	position: absolute;
	top: 100%;
	left: -100px;
	right: 0;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	background-color: #1d3768;
	border: 1px solid #1d3768;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	transition: 0.48s;
	border-radius: 6px;
}
.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover {
	background-color: transparent;
	color: #1d3768;
}
.slick-next.slick-arrow {
	position: absolute;
	top: 100%;
	right: -100px;
	left: 0;
	cursor: pointer;
	border: 1px solid #1d3768;
	margin: 0 auto;
	text-align: center;
	background-color: #1d3768;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	transition: 0.48s;
	border-radius: 6px;
}
/* Latest News CSS Ends */

/* Footer CSS Starts */
footer {
	background-color: #1a3667;
	color: #fff;
	padding: 40px 0;
	margin-top: 30px;
	background-image: url(../images/process-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-logo {
	padding-bottom: 20px;
	width: 180px;
}
.footer-logo a {
	padding: 10px;
	display: inline-block;
}
.footer-logo.logo_bg a {
	background-color: #fff;
}
.footer-logo .img-fluid {
	max-height: 100px;
}
.footer-info p {
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 60%;
	width: 100%;
	word-break: break-word;
}
.footer-links h3 {
	font-size: 26px;
	padding-bottom: 20px;
}
.footer-links li {
	padding: 8px 0;
}
.footer-links a {
	color: #d1b750;
	transition: all 200ms linear;
	position: relative;
}
.footer-links a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #fff;
	transition: all .2s ease-in-out;
	bottom: -5px;
}
.footer-links a:hover {
	color: #fff;
}
.footer-links a:hover::after {
	width: 100%;
}
.subfooter-wrapper {
	padding: 20px 0;
	text-align: center;
}
/* Footer CSS Ends */

/**-------------------------
Home Page CSS Ends
-------------------------**/

/**-------------------------
About Page CSS Starts
-------------------------**/
.page-wrapper {
	background-image: url(../images/page-banner.jpg);
	padding: 200px 0 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-wrapper.victory {
	background-image: url(../images/page-banner-victory.jpg);
	padding: 300px 0 60px 0;
	background-size: inherit;
}
.page-content {
	text-align: center;
}
.page-content .page-subheading {
	background-color: #ffffff;
	display: inline-block;
	padding: 10px 30px;
	font-size: 32px;
	color: #1d3768;
	font-weight: 600;
	border-radius: 6px;
}
.page-content-wrapper {
	padding: 40px 0;
}
.page-content-text {
	text-align: center;
}
.page-content-text h2 {
	font-size: 60px;
	color: #1d3768;
}
.page-content-text p {
	font-size: 18px;
	line-height: 1.9;
	max-width: 92%;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	word-break: break-word;
}
.meet-wrapper {
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.meet-content h3 {
	font-size: 44px;
	font-weight: 600;
	max-width: 80%;
	width: 100%;
	line-height: 54px;
}
.meet-content p {
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
}
.meet-space {
	padding: 24px 0;
}
.company-wrapper {
	padding: 40px 0;
	background-color: #f3f6f9a6;
}
.company-list {
	padding: 20px 0;
	text-align: center;
}
.company-info {
	margin: 8px 0;
}
.company-logo {
	padding-bottom: 15px;
}
.company-identity h4 {
	background-color: #eff3f7;
	padding: 24px 10px 15px 10px;
	font-size: 16px;
	color: #000;
	font-style: italic;
	font-weight: 600;
	position: relative;
	min-height: 87px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.company-identity h4:before {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	content: "";
	border-bottom: 20px solid #f7f9fb;
	position: absolute;
	width: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	transform: rotate(180deg);
}
/**-------------------------
About Page CSS Ends
-------------------------**/

/**-------------------------
Contact Page CSS Starts
-------------------------**/
.con-link {
	color: #1d3768;
	transition: 0.48s;
	text-decoration: underline;
}
.con-link:hover {
	color: #fff;
}
.robot-checker-box .g-recaptcha {
	margin: 7px 0 0 0;
}
/**-------------------------
Contact Page CSS Ends
-------------------------**/

/**-------------------------
Services Page CSS Starts
-------------------------**/
.service-list-wrap {
	padding: 30px 0 30px 0;
}
.blog-info h2 {
	font-size: 34px;
	color: #1d3768;
	padding: 0 0 20px 0;
}
.service-info h3 {
	font-size: 26px;
	color: #1d3768;
	padding: 20px 0;
}
.service-info h4 {
	font-size: 22px;
	color: #1d3768;
	padding: 10px 0;
}
.services-area {
	padding: 30px 0;
}
.bold-text {
	font-weight: 600;
}
.service-info p {
	font-size: 16px;
	max-width: 100%;
	width: 100%;
	padding-bottom: 20px;
	line-height: 26px;
	word-break: break-word;
}
.service-info i {
	font-size: 40px;
	color: #1d3768;
}
.service-info ol {
	font-size: 18px;
	max-width: 90%;
	width: 100%;
	line-height: 28px;
	padding-left: 18px;
}
.service-info ol li {
	padding-bottom: 20px;
	padding-left: 5px;
}
.service-info .ordernow-btn {
	padding: 8px 30px;
}
/**-------------------------
Services Page CSS Ends
-------------------------**/

/**-------------------------
Order Now Page CSS Starts
-------------------------**/
.order-quote {
	padding: 50px 0;
}
.order-link {
	color: #d1b750;
	transition: 0.48s;
	text-decoration: underline;
}
.order-link:hover {
	color: #1d3768;
}
.order-quote .quick-quote-form p {
	font-size: 18px;
}
.quote-heading {
	font-size: 22px;
	padding-bottom: 10px;
}
.quote-heading b {
	font-weight: 600;
}
.quote-field input::-webkit-outer-spin-button, .quote-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quote-field input[type=number] {
	-moz-appearance: textfield;
}
.bottom-line-1 {
	border-bottom: 1px solid #0b1f4a;
	margin-top: 10px;
}
.bottom-line-2 {
	border-bottom: 1px solid #2f4a86;
	margin-bottom: 10px;
}
.forms-check {
	margin: 5px 0 10px -15px;
	display: inline-block;
}
.forms-check input[type="checkbox"] {
	visibility: hidden;
	margin: 0;
	height: 0;
}
.forms-check .box-label {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.forms-check input[type="checkbox"] + .box-label:before {
	border: 1px solid #fff;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 28px;
	margin: 0px 12px 0 0;
	padding: 0;
	vertical-align: top;
	width: 28px;
	border-radius: 4px;
	background-color: #fff;
}
.forms-check input[type="checkbox"]:checked + .box-label:before {
	background: #fff;
	color: #1d3768;
	content: "\2713";
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.quote-field textarea {
	min-height: 110px;
}
.quote-field select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
}
.quote-field select::-ms-expand {
	display: none;
}
.select.quote-field {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	background-color: #fff;
	width: 100%;
	margin: 7px 0;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
}
.select.quote-field select, .select.quote-field::after {
	grid-area: select;
	height: 57px;
	padding-left: 14px;
}
.select.quote-field:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-color: #333333;
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	margin-right: 14px;
}
.select.quote-field select:required:invalid {
	color: #bfbfbf;
}
.optionadd {
	cursor: pointer;
	color: #d1b750;
	transition: 0.48s;
	font-weight: 600;
	padding-bottom: 20px;
	display: inline-block;
}
.optionadd:hover {
	color: #fff;
}
.optionadd span {
	padding-right: 10px;
	position: relative;
	top: -1px;
	font-size: 16px;
	font-weight: 600;
}
.icon-remove {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	color: #fff;
	border: 2px solid #d1b750;
	border-radius: 50%;
	background: #d1b750;
	font-weight: 600;
	width: 28px;
	height: 28px;
	display: flex;
	transition: 0.48s;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.icon-remove:hover {
	background-color: #1d3768;
	color: #d1b750;
}
.optionblock {
	position: relative;
}
/**-------------------------
Order Now Page CSS Ends
-------------------------**/

/**-------------------------
Order History Page CSS Starts
-------------------------**/
.order-table-section {
	text-align: left;
	background-color: #f9f9f9;
	padding: 30px;
	font-size: 15px;
	border-radius: 10px;
}
.page-content-text ul.datalist_points {
	font-size: 18px;
	padding: 0px 0 20px 20px;
}
.page-content-text ul.datalist_points li {
	width: 100%;
	padding: 0 0 10px 0;
	list-style-type: disc;
}
.order-table-section .document-section li {
	display: inline-block;
	padding: 0 10px 8px 0;
}
/* new css */
.history-table table {
	background: #f1f1f1;
	border-radius: 10px;
	border: none;
	box-shadow: 0 0px 10px rgb(0 0 0 / 0.15);
	color: #212529;
	font-size: 18px;
}
.history-table table thead {
	background: #dcdcdc;
	color: #1d3768;
	font-size: 20px;
	font-weight: bold;
}
.history-table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin-top: 10px;
}
.due {
	color: #ef2626;
	display: block;
}
.paid {
	color: #00d005;
	display: block;
}
/**-------------------------
Order History Page CSS Ends
-------------------------**/

/**-------------------------
Payment Page CSS Starts
-------------------------**/
.order-table-section h3.payment_h {
	font-size: 20px;
	padding-bottom: 10px;
	color: #d1b750;
	font-weight: 600;
}
.order-table-section p {
	max-width: 100%;
	font-size: 16px;
	padding: 12px 0;
	word-break: break-word;
}
.order-table-section label {
	font-size: 16px;
	padding-bottom: 10px;
}
.page-content-text ul.datalist_points li ul {
	padding: 20px 20px 20px 40px;
	background-color: #efefef;
	margin: 20px 0 5px 0;
}
.page-content-text ul.datalist_points li ul li {
	list-style-type: circle;
}
.page-content-text ul.datalist_points li ul li:last-child {
	padding: 0;
}
.warning {
	background: ivory;
	padding: 10px;
}
.star {
	color: red;
}
.error {
	color: red;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
}
/**-------------------------
Payment Page CSS Ends
-------------------------**/

/**-------------------------
Edit Account Information Page CSS Starts
-------------------------**/
.order-table-section hr {
	margin: 30px 0;
}
#success-response {
	padding: 0 10px;
	margin-bottom: 0;
	border: none;
	background-color: green;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	display: block;
	border-radius: .25rem;
}
.order-table-section .submit-btn {
	margin: 20px 0 10px 0;
}
#visibility_ico {
	cursor: pointer;
	max-width: 24px;
	width: 100%;
}
/**-------------------------
Edit Account Information Page CSS Ends
-------------------------**/

/**-------------------------
Constant Contact Area CSS Starts
-------------------------**/
.news-latter {
	padding: 40px 0;
}
.news-latter-content {
	text-align: center;
}
.news-latter-content h2 {
	font-size: 60px;
	color: #1d3768;
	padding-bottom: 15px;
}
.news-latter-content p {
	font-size: 20px;
}
.news-latter-area #sigunup_area {
	padding-top: 20px;
	text-align: center;
}
.news-latter-area #sigunup_area .ctct-inline-form {
	width: 60%;
	margin: 0 auto;
}
#sigunup_area .g-recaptcha {
	display: none !important;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults {
	padding: 0;
	font: inherit;
}
.news-latter-area #sigunup_area .ctct-form-label, .news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults form h2.ctct-form-header {
	display: none;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	border-radius: 8px;
	padding: 0px 20px;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2.ctct-form-header {
	color: #41ad49;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2.ctct-form-header::before {
	color: #41ad49;
	font-size: 20px;
	content: "";
	background: url('../images/tick.svg') no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 15px;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success p.ctct-form-text {
	color: #333333;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2, .news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success p {
	color: #ffffff;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	width: 100%;
	margin: 15px 0;
	padding: 14px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	background-color: #ffffff;
	color: #495057 !important;
	border: 1px solid #ced4da;
	box-shadow: inherit;
	line-height: inherit;
	color: inherit;
	display: inherit;
	height: 57px;
	outline: none;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text, #sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-link {
	color: #333333;
	font: inherit;
	font-size: 12px;
}
#gdpr_text .ctct-gdpr-text {
	display: none;
}
.ctct-gdpr-text-ours, .ctct-gdpr-text-ours .ctct-form-footer-link {
	color: #333333;
	font: inherit;
	font-size: 12px;
	width: 60%;
	margin: 0 auto;
}
.ctct-gdpr-text-ours .ctct-form-footer-link {
	color: #d1b750;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	width: auto;
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #ffffff;
	border-radius: 6px;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;
	line-height: inherit;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
	background: #f5463b;
	padding: 5px 10px;
	color: #ffffff !important;
	border-radius: 6px;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
	background-color: #ffffffd1;
	color: #1d3768;
	border: 2px solid #1d3768;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header,
#sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font: inherit;
	line-height: 1.5;
	font-size: 30px;
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: 600;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-size: 20px;
	margin: 0 0 5px 0;
}
/**-------------------------
Constant Contact Area CSS Ends
-------------------------**/

/*8th Feb 2021*/
.page-item.active .page-link {
	background-color: #1d3768;
	border-color: #1d3768;
}
.page-link:focus {
	box-shadow: none;
}
.page-link {
	color: #1d3768;
}
.form-control:focus {
	border: 1px solid #ced4da;
	box-shadow: none;
}
.pay-btn {
	background-color: #1d3768;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 10px 0;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #1d3768;
	width: fit-content;
}
.pay-btn:hover {
	background-color: transparent;
	color: #1d3768;
}
.pay-btn:focus {
	outline: none;
}
#submit_payment .form-control, .nexgen-edit-account .form-control {
	width: 100%;
	padding: 17px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	height: 57px;
}
#submit_payment .form-control::placeholder {
	color: #bfbfbf;
}
#submit_payment .form-control:-ms-input-placeholder {
	color: #bfbfbf;
}
#submit_payment .form-control::-ms-input-placeholder {
	color: #bfbfbf;
}
.edit-margin {
	margin: 7px 0;
}
.nexgen-acc-icon {
	font-size: 24px;
	margin-right: 12px;
	color: #1d3768;
	font-weight: bold;
}
.acc-pages .form-group {
	margin-bottom: 10px;
}
.nexgen-subtext p {
	padding: 10px 0;
	font-weight: 600;
	max-width: 100% !important;
	word-break: break-word;
}
.n-account-links li a {
	color: #1d3768;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	display: inline-block;
	transition: 0.48s;
}
.n-account-links li a:hover {
	color: #d1b750;
}
.n-account-links span {
	font-size: 26px;
	margin-right: 12px;
}
.quote-check {
	margin: 10px 0;
}
.checkbox.move-right-checkbox.forms-check input[type="checkbox"]:checked + .box-label:before,
.checkbox.move-right-checkbox.forms-check input[type="checkbox"] + .box-label:before {
	border: 1px solid #e4e7ea;
}
.checkbox.move-right-checkbox.forms-check .box-label {
	font-size: 18px;
	color: #485057;
}
.nexgen-address .form-control {
	width: 100%;
	padding: 17px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	height: 57px;
	margin: 0 0 10px 0;
}
#forgot_password .form-control {
	width: 100%;
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 600;
	height: 57px;
}
#myModal .btn.btn-primary {
	background-color: #1d3768;
	padding: 8px 30px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	transition: 0.48s;
	border: 2px solid #1d3768;
}
#myModal .btn.btn-primary:hover {
	background-color: #fff;
	color: #1d3768;
}
#myModal .modal-title {
	float: left;
	width: 100%;
}
#myModal .modal-header .close {
	position: absolute;
	right: 20px;
}
.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
.nexgen-text-pages .order-table-section h3.payment_h {
	padding-top: 20px;
	padding-bottom: 0px;
}
.service-detail .service-list-icon {
	padding-bottom: 15px;
}
.service-detail .service-info p {
	max-width: 100%;
}
.full-info {
	padding: 20px 0 0 0;
}
.nav-item ul .nav-item-sub.nav-sub-active .nav-link-sub {
	color: #d1b750 !important;
}
.service-faq {
	max-width: 100%;
	width: 100%;
	margin: 30px auto;
}
.s-card-title {
	font-size: 26px;
	color: #1d3768;
	font-weight: 600;
	border: none;
	background: none;
	text-align: left;
	transition: 0.48s;
}
.service-faq .card-body p {
	margin-left: 10px;
	font-size: 18px;
	line-height: 28px;
	border-left: 4px solid #1d3768;
	padding-left: 20px;
	word-break: break-word;
}
#accordion {
	text-align: left;
}
.service-faq .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 20px 0;
}
.service-faq .card {
	border-left: none;
	border-right: none;
	background-color: transparent;
	border-radius: 0;
}
.service-faq .card-body {
	padding: 0px 0 25px 0px;
}
.s-card-title[aria-expanded="true"], .s-card-title:hover {
	color: #d1b750;
}
.s-card-title:before {
	content: "-";
	position: absolute;
	right: 30px;
	color: #1d3768;
	font-size: 42px;
	top: 14px;
}
.s-card-title.collapsed:before {
	content: "+";
}
.no-user-txt p {
	max-width: 100%;
	padding: 7px 0;
}
.acc-pages {
	background-image: url(../images/process-bg.jpg);
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.acc-pages .page-content-text h2 {
	color: #fff;
}
.review-wrap .icon-star, .icon-star-empty {
	margin: 15px 4px;
	color: #d1b751;
	font-size: 24px;
	display: inline-block;
}
/**---------------------------------------
Work Order Page Css
---------------------------------------**/
.work-main {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
}
.work-order-heading {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.work-order-heading h3 {
	color: #315aa9;
	font-weight: 600;
	font-size: 34px;
}
.form-area {
	padding: 20px 0;
	border: #000 solid 1px;
	margin: 30px 0;
}
.form-area input {
	border: none !important;
	border-bottom: #000 solid 1px!important;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.form-area .input-group.con_field {
	display: inline-flex;
}
.form-footer p, .form-footer label u {
	font-size: 17px;
	color: #000;
	line-height: 24px;
}
.thanks {
	color: #d1b750 !important;
	font-weight: 600;
}
.form-area hr {
	border-top: #000 solid 1px !important;
	margin: 10px 0 20px 0;
}
.form-footer {
	padding: 20px 0 0;
}
.input-box.task-box, .input-box.employee-box, .input-box.date-box, .input-box.customer-box, .input-box.po-box, .asset-box {
	width: 100%;
}
.input-box.employee-box {
	width: 100%;
}
.input-box.description-box input {
	width: 77% !important;
}
p.form-title {
	color: #000;
	padding-bottom: 15px;
}
.work-logo-a {
	display: flex;
	align-items: center;
}
span.logo-title {
	font-weight: 600;
	line-height: 40px;
	font-size: 48px;
	color: #315aa9;
	margin: 0 0px 0px 14px;
}
.work-logo-a img {
	max-width: 32%;
	max-height: 100px;
}
span.logo-txt {
	color: #d1b750;
}
span.label-box1 {
	color: #000;
	display: block;
}
.text-notes {
	background-image: -webkit-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
	background-image: -moz-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
	background-image: -ms-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
	background-image: -o-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
	background-image: linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
	background-size: 100% 31px;
	border: none;
	line-height: 31px;
	width: 100%;
	display: block;
}
textarea.text-notes:focus {
	outline: none;
}
.form-area .description-of-work .quote-submit, .form-area .description-of-work .print {
	display: inline-block;
}
.form-area .description-of-work .print {
	margin-left: 20px;
}
.form-area input.submit-btn {
	border: 2px solid #d1b750!important;
	width: auto;
}
.input-box .tagsinput {
	padding: 0;
	border: none;
}
.form-area .modal-dialog input {
	border-radius: 0;
}
.form-area .modal-dialog .ok-submit {
	border: 2px solid #d1b750!important;
	background-color: #d1b750;
	color: #fff;
}
.form-area .modal-dialog .ok-submit:hover {
	background-color: transparent;
	color: #d1b750;
}
.form-area .modal-dialog .cancel-submit {
	border: 2px solid #d1b750!important;
	background-color: transparent;
	color: #d1b750;
}
.form-area .modal-dialog .cancel-submit:hover {
	background-color: #d1b750;
	color: #fff;
}
/** =============================
* WO 5 Form Css Start
** =========================== **/
.form_area_head {
	background: #fec249;
	display: block;
	border-radius: 10px 10px 0 0;
	padding: 25px 30px;
	font-size: 36px;
	font-weight: 900;
	color: #000;
}
.form_area {
	background: #f2f2f2;
	display: block;
	font-size: 18px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.form_area_head span {
	font-weight: 400;
}
.form-area-content {
	padding: 30px 15px;
	border: none;
	margin: 0;
}
.pop_area {
	margin-top: 30px;
}
.form-area-content h3, .single-form-area h3 {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	letter-spacing: -1px;
}
.date-box h3 {
	padding-top: 10px;
}
.btn_pop_click {
	background: #0052cc;
	border: 2px solid #0052cc;
}
.btn_pop_click:hover {
	background: transparent;
	color: #0052cc;
}
.single-form-area {
	background: #fafafa;
	padding: 25px 15px;
	position: relative;
	margin-bottom: 2px;
}
.single-form-area .overlay {
	display: none;
}
.single-form-area.disable .overlay {
	width: 100%;
	height: 100%;
	background: rgba(217, 217, 217, 0.6);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.single-form-area textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 15px 20px;
	margin-top: 10px;
	resize: none;
}
.single-form-area input {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 15px 20px;
}
.form-area-content h4, .single-form-area h4 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 15px 0 0px 0;
}
.single-form-area h4 {
	font-size: 18px;
	color: #4d4d4d;
}
.form-area-content h4 span, .single-form-area h4 span {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
}
.single-form-area h4 span {
	font-size: 16px;
}
.check_list {
	width: 50%;
	display: block;
	list-style-type: none;
}
.check_list li {
	width: 100%;
	display: block;
	list-style-type: none;
	margin-top: 15px;
}
.check_list li label {
	width: 100%;
	display: block;
}
.input_count {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input_count input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.input_count:hover input ~ .checkmark {
	background-color: #d9d9d999;
}
.input_count input:checked ~ .checkmark {
	background-color: #1d3768;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.input_count input:checked ~ .checkmark:after {
	display: block;
}
.input_count .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input.hour_field, input.other_field {
	width: 90px;
	margin: 5px 0 5px 40px;
	padding: 12px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#check_list div#input_fields_wrap .div_rel {
	display: flex;
}
.time-required {
	padding-right: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
input.other_field {
	width: 250px;
}
input.file_upload {
	width: 100%;
}
.submit_area {
	background: #f2f2f2;
	padding: 10px 15px 20px;
	position: relative;
}
.popup_list {
	width: 100%;
	display: block;
	padding-left: 30px;
}
.popup_list li {
	width: 100%;
	list-style-type: disclosure-closed;
	padding: 0 0 5px 5px;
}
.popup_list ul {
	width: 100%;
	display: block;
	padding: 5px 0 0 20px;
}
.popup_list li ul li {
	width: 100%;
	list-style-type: disc;
	padding: 0 0 5px 5px;
}
.poff_power_form {
	padding: 50px 0;
}
.wo-form-icon {
	margin: 0 12px 0 0;
}
#popup_info .modal-header, #wo_subscribe .modal-header,  #wo_subscribe .modal-body, #wo_subscribe .modal-footer {
	padding: 1rem 1.7rem;
}
.modal-header h5 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
button.close span {
	font-size: 32px;
	font-weight: normal;
	color: #0052cc;
}
button.close {
	opacity: 1 !important;
}
#work_order_form form .single-form-area:nth-child(2), #work_order_form form .single-form-area:nth-child(4) {
	background: #e6e6e6;
}
.pop_area {
	margin-top: 8px;
}
#wo_subscribe .modal-body input {
	padding: 12px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	height: 53px;
}
.modal-footer .ok-submit, button.btn.btn-secondary.cancel-submit {
	padding: 10px 40px;
	display: inline-block;
	border-radius: 6px;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;
}
.modal-footer .ok-submit, button.btn.btn-secondary.cancel-submit:hover {
	background-color: #d1b750;
	color: #fff;
}
.modal-footer .ok-submit:hover, button.btn.btn-secondary.cancel-submit {
	color: #d1b750;
	background: transparent;
}
button#add_field_button {
	margin: 10px 0 10px 40px;
	border: none;
	background: transparent;
	color: #0052cc;
	font-weight: 700;
}
.div_rel {
	position: relative;
}
.div_rel .input-group-append {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 0px;
}
.remove_field.icon-remove:hover, .remove_field.icon-remove:active {
	border: 2px solid #d1b750!important;
	background: transparent!important;
	color: #d1b750!important;
}
.hide {
	display: none;
}
.slide-content {
	padding-top: 15px;
}
.problem-concern span.error.error-required {
	padding-left: 12px;
}
.problem-concern input {
	margin: 5px 0 5px 0;
	background: #fff !important;
}
.problem-concern input.invalid, .single-form-area textarea.invalid {
	border: red solid 1px;
}
.form-icon {
	color: #0052cc;
	font-size: 44px;
}
.Labor-Time span.error {
	display: block;
}
.upload-label {
  padding-left: 0px;
}
.Labor-Time input {
	background: #fff !important;
}
#check_list li input {
  text-align: left;
}
.wrap-t {
	display: flex;
}
.Labor-Time input.invalid {
	border: red solid 1px;
}
/** =============================
* WO 5 Form Css Ends
*8 =========================== **/


/** =============================
* Only for WO 5 Css Start
** =========================== **/
.wo-body .acc-pages .page-content-text h2, .wo-body.wo-body-page .page-content-text h2{
	font-size: 42px;
}
.wo-body.wo-body-page .page-content-text p {
  font-size: 16px;
 }
.wo-body .page-content .page-subheading{
	font-size: 24px;
}
.wo-body.wo-body-page #submit_payment .form-control, .wo-body.wo-body-page .nexgen-edit-account .form-control{
  padding: 4px 20px;
  line-height: 24px;
  font-size: 14px;
  height: 48px;
}
.wo-body  #submit_payment .form-control, .wo-body  .nexgen-edit-account .form-control{
	font-size: 14px;
}
.wo-body.wo-body-page .page-wrapper {
  padding: 120px 0 40px 0;
}
.wo-body #display-image{
	width: 400px;
	height: 225px;
	border: 1px solid black;
	background-position: center;
	background-size: cover;
}
.wo-body .radios_box{
	display:block;
	width:100%;
}
.wo-body .width_auto{
	display:inline-block;
	margin:5px 20px 0 0;
}
body.wo-body .navbar-brand {
	max-width: 180px;
}
.wo-body .page-wrapper{
	padding: 120px 0 60px 0;
}
.wo-body .poff_power_form {
	padding: 18px 0;
}
.wo-body .form_area_head{
  padding: 14px 30px;
  font-size: 28px;
}
.wo-body .form_area{
	font-size:16px
}
.wo-body .form-area-content h3, .wo-body .single-form-area h3 {
	font-size: 22px;
}
.wo-body .form-area-content,  .wo-body .single-form-area  {
  padding: 14px 15px;
}
.wo-body .submit-btn{    
	margin: 10px 0 6px 0;
	font-size: 16px;
}
.wo-body .single-form-area input{
  padding: 8px 14px;
  text-align:left;
}
.wo-body .work-main {
	padding: 22px 30px;
}
.wo-body p.form-title {
	padding-bottom: 8px;
}
.wo-body .single-form-area textarea{
	padding: 4px 20px;
	line-height: 28px;
}
.wo-body .form-icon{
	font-size:38px;
}
.wo-body  .reamove-replace{     
	display: -webkit-inline-box;
}
.wo-body .rr-wrap {
	display: flex;
	align-items: center;
}
.wocheck_list.check_list, .wo-body #check_list div#input_fields_wrap .div_rel {
	width: 100%;
}
.wo-body .check_list.wocheck_list li:first-child, .wo-body .check_list.wocheck_list li:nth-child(2) {
	width: 49%;
	display: inline-flex;
}
.wo-body .div_rel input:first-child, .wo-body .wrap-t .test:first-child input, .wo-body button#add_field_button {
  margin-left: 0;
}
.wo-body div#input_fields_wrap {
	width: 42%;
}
.wo-body .div_rel .icon-remove{
  font-size:12px;
}
.wo-body input.hour_field, input.other_field {
  margin: 5px 0 5px 20px;
}
.wo-body .btn_pop_click.reverse {
	transform: rotate(180deg);
	transition: none;
}
.wo-body .submit-btn.btn_pop_click{
	transition: none;
}
.wo-body input.hour_field, input.other_field{
	font-size: 14px;
}
.wo-body .problem-concern .upload-label {
	margin: 14px 0 4px;
}
/** =============================
* Only for WO 5 Css Ends
** =========================== **/

/** =============================
* Only for Services Order Css Start
** =========================== **/

@font-face {
	font-family: 'icomoon';
	src:  url('../css/fonts-2/icomoon.eot?q7xjm2');
	src:  url('../css/fonts-2/icomoon.eot?q7xjm2#iefix') format('embedded-opentype'), url('../css/fonts-2/icomoon.ttf?q7xjm2') format('truetype'), url('../css/fonts-2/icomoon.woff?q7xjm2') format('woff'), url('../css/fonts-2/icomoon.svg?q7xjm2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon-services_icon:before {
	content: "\e900";
}
.icon-shopping_cart_icon:before {
	content: "\e901";
	color: #6563ff;
}
.hourly-monthly {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.hourly-monthly .hourly {
	padding-right: 10px;
}
.acc-heading h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.so-cheeck-box .checkbox {
	display: block;
	position: relative;
	background: none;
	margin: 0 0 1.5em 0;
}
.so-cheeck-box .checkbox input[type="checkbox"] {
	opacity: 0 !important;
}
.so-cheeck-box .checkbox input[type="checkbox"] + label {
 	position: absolute;
  top: 0;
  left: 0;
  padding-left: 2.5em;
  color: #000;
  line-height: 28px;
}
.so-cheeck-box .checkbox input[type="checkbox"] + label:before {
	transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  background-color: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
}
.so-cheeck-box .checkbox input[type="checkbox"] + label:after {
	box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  position: absolute;
  top: 0em;
  left: 0em;
  width: 1.7rem;
  height: 1.7rem;
  content: '✓';
  font-size: 22px;
  line-height: 1.25rem;
  text-align: center;
  color: #0075ff;
  font-weight: bold;
  line-height: 30px;
}
.so-cheeck-box .checkbox input[type="checkbox"]:checked + label:after {
	transform: scale(1, 1);
}
.form-area .checkbox .hour_time{
	width: 60px;
  display: inline-block;
  border: 1px solid #e5e5e5!important;
  border-radius: 6px;
  padding: 0 8px;
  margin-left: 10px;
}
.so-heading{
	display: block;
}
.mid-data-science {
    margin-top: 36px;
}
.switch {
	font-size: 1rem;
	position: relative;
}
.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
}
.switch input + label {
	position: relative;
	min-width: calc(calc(2.375rem * .8) * 2);
	border-radius: calc(2.375rem * .8);
	height: calc(2.375rem * .8);
	line-height: calc(2rem * .8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before, .switch input + label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * .8) * 2);
	bottom: 0;
	display: block;
}
.switch input + label::before {
	right: 0;
	background-color: #beccbe;
	border-radius: calc(2.375rem * .8);
	transition: 0.2s all;
}
.switch input + label::after {
 	top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2rem * .8) - calc(2px * 0));
  border-radius: 50%;
  background-color: #0075ff;
  transition: 0.2s all;
}
.switch input:checked + label::before {
	background-color:#beccbe;
}
.switch input:checked + label::after {
	margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}
.switch input:disabled + label::before {
	background-color: #e9ecef;
}
.switch + .switch {
	margin-left: 1rem;
}
span.hrs-counting {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  line-height: 35px;
  padding: 4px 6px;
}
.text-bx {
  text-align: right;
}
.so-cheeck-box p {
  line-height: 28px;
  margin-left: 14px;
}
.cart-arrow .dropdown-toggle::after {
  margin-right: 5px;
  vertical-align: middle;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 16px;
  margin-top: 8px;
  margin-left: 0;
}
.so-heading {
  text-align: right;
}
.hrs-mnthly {
  margin-top: 10px;
}
.content-with-hrs {
  display: none;
}
.change-address {
  color: #d1b750;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
button#chechout-btn {
  border: 2px solid #d1b750!important;
  width: auto;
  background-color: #d1b750;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0 10px 0;
  font-size: 22px;
  transition: 0.48s;
}
.quote-submit.signin-btn {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
}
.add-to-cart {
  position: relative;
  font-size: 28px;
}
span.count-size {
  background-color: red;
  color: #ffffff;
  padding: 6px 0px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: -10px;
  right: -5px;
  z-index: 9;
  line-height: initial;
}
.nav-item-cart:hover:after {
    border: none;
}
#delivery_address_list .form-group:nth-child(odd){
	background: #f2f3f5;
}
.form-area .modal-dialog #delivery_address_list input{
	background: none;
}
.form-area .modal-dialog #delivery_address_list input:read-only{
	border-bottom: none !important;
	background: none;
	margin-bottom: 0;
}

/*--------- Services Popup ------ */

.modal-body.choose-address {
  padding: 0;
}
.choose-address .quote-submit.signin-btn, #delivery_address_list .form-group {
  padding: 20px 25px;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
}
.addNewAddress .modal-dialog {
  margin: 44px auto;
}
.addNewAddress .modal-dialog .modal-content .modal-body {
  padding: 20px 25px;
}
.addNewAddress .modal-dialog .modal-content{
	max-width: 466px;
}
.quote-submit.signin-btn input.submit-btn{
	border-radius: 6px !important;
}
.quote-submit.signin-btn #save_address {
  margin-bottom: 0;
  margin-top: 0;
}
.payNowLater .submit-btn{
	border-radius: 6px !important;
  width: 100% !important;
  margin-top: 0;
  margin-bottom: 0;
}
.payNowLater .modal-body, .enter-payment-details .modal-body{
  padding: 0 !important;
}
.enter-payment-details .modal-dialog .form-group input {
  padding: 0.375rem 0 !important;
  font-size: 14px;
}
.payNowLater {
	padding-right: 0px !important;
}
.enter-payment-details .submit-btn {
	margin: 0;
}
/** =============================
* Only for Services Order Css Ends
** =========================== **/

/** =============================
 * Services List Page Strat
** =========================== **/
.servoces_content h2, .servoces_content h2 a{
	color: #315aa9;
	font-size: 20px;
	font-weight: bold;
}
.servoces_content .acc-heading.services-cart-cnt h2, .servoces_content .acc-heading.services-cart-cnt h2 a{
	font-size: 24px;
}
input#pay_later:disabled {
  opacity: 0.3;
}
.field-shop {
	border: #e5e5e5 solid 1px;
	margin: 20px 0;
}
.shop-image {
  width: 100%;
  height: 185px;
  text-align: center;
  padding: 20px;
  background-color: #f4f4f5;
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
}
.shop-image img {
  max-height: 186px;
}
.s-title p, .s-title p a {
  color: #000000 !important;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.s-title {
	padding: 20px 18px;
	min-height: 145px;
	position: relative;
}
.s-title p a{
	color: #315aa9;
  max-height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.s-title ul{
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
}
.s-title ul li h4, .services-cart-cnt h4 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
}
span.s-review {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
span.s-rating {
  background: #315aa9;
  color: #ffff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  margin-left: 10px;
}
.servoces_content h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #315aa9;
  display: inline-flex;
  border-radius: 50%;
  margin-right: 8px;
}
.Request-Information>.request-information {
  border: 2px solid #d1b750!important;
  width: auto;
  background-color: transparent;
  color: #d1b750;
  border-radius: 6px;
	/*margin: 20px 0px 10px 0px;*/
  font-size: 20px;
  transition: 0.48s;
  padding: 10px 20px;
  transition: 0.8s;
}
.description-of-work .submit-btn {
  padding: 10px 20px;
}
.quote-submit.Request-Information input {
  display: inline-flex;
}
.Request-Information>.request-information:hover {
  background: #d1b750 !important;
  color: #fff;
}
/** =============================
 * Services List Page Ends
** =========================== **/

/** =============================
* Services Details Page Strat
** =========================== **/
.field-shop-details .shop-image {
  border: #e5e5e5 solid 1px;
  margin: 20px 0 0 0;
  padding: 25px;
}
.service-detail-des{
	margin: 20px 0 0 0;
}
.s-title.s-title-list h4 {
  font-size: 18px !important;
}
span.s-rating span.icon-star {
  font-size: 9px;
  margin-left: 5px;
  vertical-align: baseline;
}
.s-title ul li .input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: #cccccc solid 1px !important;
}
.field-shop-details .s-title {
  padding: 20px 0;
}
.s-title li input {
	width: 36px;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  border-bottom: none !important;
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}
.s-title ul li .input-group, .cart-update .input-group {
  position: relative;
  display: flex;
  width: 100%;
  border: #cccccc solid 1px !important;
  border-radius: 6px;
  align-items: center;
  padding: 0px 3px !important;
}
.s-title ul li .input-group-addon, .cart-update ul li .input-group-addon {
  padding: 0 4px;
  font-weight: bold;
  font-size: 16px;
}
.service-detail-des .shop-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0;
}
.service-detail-des .shop-content p:last-child {
  margin-bottom: 16px;
}
.detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000;
  content: ">";
}
.detail-breadcrumb .breadcrumb {
	background: transparent;
  padding: 0px;
  margin: 0;
}
.detail-breadcrumb .breadcrumb li{
	font-size: 16px;
}
.detail-breadcrumb .breadcrumb li a {
  color: #d1b750;
  font-size: 16px;
  text-decoration: underline;
}
.detail-breadcrumb .breadcrumb-item.active{
	color:#000 !important;
}
.service-detail-des h2::before {
  content: '';
  background: transparent;
  width: auto;
  margin-right: 0;
  height: auto;
}
.service-detail-des .shop-content {
  margin-top: 8px;
}
.Request-Information.go-back-btn input {
 	margin: 2px 0px 0px 0px;
}
.Request-Information.go-back-btn {
  display: flex;
  justify-content: space-between;
  justify-content: inherit;
}
.Request-Information.go-back-btn .submit-btn{
	margin-left: 20px;
}
.total-price-de {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.total-price-de span {
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  color: #000;
  margin-right: 12px;
}
.total-price-de .Add-to-Cart.submit-btn {
  margin-top: 0;
}
/** =============================
* Services Details Page Ends
* * =========================== **/

/** =============================
* Services cart Page Start
* * =========================== **/
.services-cart-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-update input {
  width: 24px;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  border-bottom: none !important;
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}
.cart-update ul li .input-group-addon {
  color: #000;
  font-weight: bold;
}
.cart-update li {
  display: inline-flex;
  color: #d1b750;
}
.cart-update li a {
  color: #d1b750;
  text-decoration: underline;
  margin: 0 10px 0 10px;
}
.shop-image.shop-img-cart {
  padding: 20px;
  margin: 0;
  height: 100px;
}
.shop-image.detail-img {
  height: 250px;
}
.cart-update {
  margin: 26px 0 0;
}
.services-cart-cnt h4 {
  font-size: 24px;
}
.cart-services-content .description-of-work .total-price-de>span {
  font-size: 24px;
}
.cart-services-content .field-shop-details {
  margin: 20px 0;
}
.cart-services-content .service-detail-des {
  margin: 0px 0 0 0;
}
.thumbnail-area{
	display: flex;
	/*align-items: center;*/
}
.check-thumbnail {
  width: 64px;
  height: 64px;
  background: #f4f4f5;
  padding: 10px;
  border: #e5e5e5 solid 1px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.subtotal h4 {
  text-align: right;
  font-size: 20px !important;
  color: #000000 !important;
  line-height: 20px;
  font-weight: bold;
}
#checkout_data .subtotal h4 {
  font-size: 17px !important;
  font-weight: normal;
}
.check-price-serv {
  margin: 20px 0;
}
.form-footer .radio-btn [type="radio"]:checked,
.form-footer .radio-btn [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-footer .radio-btn [type="radio"]:checked + label,
.form-footer .radio-btn [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.form-footer .radio-btn [type="radio"]:checked + label:before,
.form-footer .radio-btn [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.form-footer .radio-btn [type="radio"]:checked + label:after,
.form-footer .radio-btn [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #315aa9;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-footer .radio-btn [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-footer .radio-btn [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
span#select_address {
  padding-left: 28px;
}
#delivery_address .thanks u {
  color: #d1b750 !important;
  font-weight: 600;
  font-size: 14px;
}
.radio-btn {
  margin: 0 0 24px 0;
  padding: 0 1.5rem;
}
.form-footer h4{
	color: #315aa9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.radio-btn li {
  display: inline-block;
  margin-right: 18px;
}
.form-footer h4 span {
	margin-left: 6px;
  display: inline-block;
  text-decoration: underline;
}
.order-summary-palce table td{
	text-align: right;
}
.order-summary-palce .table td, .order-summary-palce .table th {
  padding: 0.75rem 0;
}
.order-summary-palce.table-responsive.radio-btn table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}
.order-lg-first.add_res{
	padding-top: 20px;
}
.row.order_item{
	padding-bottom: 15px;
  padding-top: 15px;
}
.edit_add_remove {
  padding-left: 28px;
}
.select-new-address.radio-btn a {
  padding-left: 28px;
}
.row.order_item:last-child {
  padding-bottom: 0;
}
.row.order_item:last-child .so-cheeck-box, 
.row.order_item:last-child .quote-submit.signin-btn input.submit-btn,
.form-footer .select-payment-method .radio-btn.delivery-summary,
.form-footer .select-payment-method .check-price-serv{
	margin-bottom: 0px;
}
.order_item .order-summary-palce.radio-btn, .order_item .so-cheeck-box.radio-btn {
  padding: 0 1rem;
}
.check-price-serv .thumbnail-area p{
	margin: 8px 0;
}
.cart-update li:first-child a {
  margin: 0 10px 0 0px;
}
.form-area.similar-services {
  padding-bottom: 0;
}
.select-new-address.radio-btn .icon-plus {
  font-weight: 600;
  font-size: 12px;
}
p.edit_add_remove {
  font-size: 16px;
}
.signin-check-btn {
  display: flex;
  align-items: self-end;
  justify-content: center;
}

/*-- new -css - -*/
.modal-body.popup-width-area {
  padding: 0;
}
.popup-content-area, #sign_in_user_popup {
  padding: 1rem 2rem;
}
.popup-content-area .submit-btn {
  margin: 0;
  width: 100%;
  padding: 8px 40px;
}
.create-an-account a {
  border: 2px solid #d1b750!important;
  color: #d1b750;
  border-radius: 6px;
  font-size: 20px;
  padding: 8px 20px;
  transition: 0.8s;
  width: 100%;
  display: block;
  margin: 12px 0;
}
.dont-acc{
	padding-top: 0;
  text-align: center;
}
.seprator-line{
	position: relative;
  z-index: 1;
}
p.seprator-line:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.create-an-account a:hover {
  background-color: #d1b750;
  color: #fff;
}
.seprator-line span{
	background: #fff;
  margin: 0 4px;
  padding: 0 4px;
}
.popup-content-area .error{
	display: block;
	width: 100%;
}
a.login-create-btn{
  color: #d1b750;
  border-radius: 6px;
  font-size: 20px;
  padding: 8px 8px;
  transition: 0.8s;
  display: inline-block;
  margin: 12px 0;
  border: none !important;
}
.popup-content-area.dont-acc .login-create-btn:last-child
	margin: 12px 0px 0 12px;
}
.contry-code-cont{
  /*display: block;
  width: 100%;
  height: calc(1.5em + 0.74rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.login-with-otp .login-create-btn {
  margin-bottom: 0;
}
.login-with-otp {
  text-align: center;
}
.contry-code-cont select{
  border: none;
  display: inline-block;
  padding: 0.375rem 0.1rem;
}
.contry-code-cont  input{
	width: 68%;
	font-size: 0.98rem;
  border: none;
  padding: 0.379rem 0.75rem;
  border-left: #ddd solid 1px;
}
.contry-code-cont.form-control {
  padding: 0 !important;
}
li.nav-item.nav-item-cart {
  cursor: pointer;
}
.btn_col_change .cart-update li{
	color: #000;
}
.btn_col_change .thanks{
	color:#315aa9!important;
}
.btn_col_change .thanks:hover{
	color:#315aa9!important;
	text-decoration: none;
}
.btn_col_change .detail-breadcrumb .breadcrumb li a, .btn_col_change .cart-update li a, .service_pop a.login-create-btn{
	color: #315aa9;
}
.btn_col_change .detail-breadcrumb .breadcrumb li a:hover, .btn_col_change .cart-update li a:hover{
	text-decoration: none;
}
.btn_col_change .Request-Information>.request-information{
	border: 2px solid #315aa9!important;
	color: #315aa9;
}
.btn_col_change .submit-btn, .service_pop .submit-btn{
	background-color: #315aa9;
	border: 2px solid #315aa9!important;
}
.btn_col_change .form-area input.submit-btn {
	border: 2px solid #315aa9!important;
}
.btn_col_change .submit-btn:hover, .service_pop .submit-btn:hover {
	color: #315aa9;
	background: transparent;
}
.btn_col_change .Request-Information>.request-information:hover {
	background: #315aa9 !important;
	color: #ffffff;
}
.order-table-section .submit-btn.service-btn{
	padding: 10px 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	background-color: #315aa9;
	border: 2px solid #315aa9;
}
.order-table-section .submit-btn.service-btn:hover{
	background-color: transparent;
	color: #315aa9;
}
.order-table-section .submit-btn.service-btn .icon-services_icon:before{
	color: #ffffff;
	transition: 0.48s;
}
.order-table-section .submit-btn.service-btn:hover .icon-services_icon:before{
	color: #315aa9;
}
.service_pop .create-an-account a{
	border: 2px solid #315aa9!important;
	color: #315aa9;
}
.service_pop .create-an-account a:hover{
	background-color: #315aa9;
	color: #fff;
}
#is_cart_empty{
	background: #f89406 url('/assets/images/icon_warning.svg') 10px 0px no-repeat;
	background-size: auto 100%;
	padding: 10px 15px 10px 50px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
}

/*------- Comman Market Palce Popup Css ----------*/
.comman-header-popup, .enter-payment-details{
	font-family: 'Noto Serif', serif !important;
}
.comman-header-popup.enter-payment-details .modal-dialog .form-group input, .enter-payment-details .modal-dialog #payment_details .form-group>input {
  height: 50px;
  border: 1px solid #DDE2E4;
  border-radius: 8px;
  padding: 15px !important;
  font-size: 1rem;
}
.comman-header-popup.enter-payment-details .modal-dialog #payment_details .form-group>input {
  height: 50px;
  border: 1px solid #DDE2E4;
  border-radius: 8px;
  padding: 15px !important;
  font-size: 1rem;
}
.card-check-btn .form-group {
  display: block;
  margin-bottom: 15px;
}
.comman-header-popup .card-check-btn .form-group label:before, .card-check-btn .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #DDE2E4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 11px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 8px;
}
.comman-header-popup .card-check-btn .form-group input:checked + label:after, .card-check-btn .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 8px;
  height: 16px;
  border: solid #0052CC;
  border-width: 0px 3px 4px 0px;
  transform: rotate(45deg);
}
.comman-header-popup .card-check-btn .form-group input, .card-check-btn .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.comman-header-popup input.submit-btn.Reg_mktp_plan, .quote-submit input.submit-btn.buy_mktp_plan {
  background: #1D3768;
  padding: 12px 52px 12px 52px;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 35px !important;
  border: #1D3768 solid 1px;
  transition: 0.8s;
}
.comman-header-popup input.submit-btn.Reg_mktp_plan:hover, .quote-submit input.submit-btn.buy_mktp_plan:hover {
  background: transparent;
  color: #1D3768;
}
.mktp_cancle-btn {
  color: #1D3768;
  background: transparent;
  border: #1D3768 solid 1px;
  padding: 12px 52px 12px 52px;
  gap: 8px;
  border-radius: 35px !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.8s;
}
input.mktp_cancle-btn:hover {
  background: #1D3768;
  color: #fff;
}
.comman-header-popup .user-subs-plan.subs-plan-area, .user-subs-plan.subs-plan-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comman-header-popup .user-subs-plan, .user-subs-plan{
	text-align: center;
  border: 2px solid #efefef;
}
.subs-plan-area h1 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.subs-plan-area h1 span{
  font-weight:400;
}
.user-subs-plan {
  text-align: left;
  padding: 23px 30px;
  background: #1D376A;
  color: #fff;
  border-radius: 8px;
  margin: 15px 0;
  cursor: pointer;
}
.user-subs-plan ul {
  padding-top: 8px;
  font-size: 20px;
  list-style-type: disc;
}
.user-subs-plan ul li {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.3px;
  text-align: left;
  list-style-type: disc;
  display: block;
  padding: 0px 10px 0 8px;
}
.user-subs-plan ul li::before {
	content: " ";
	width:7px;
	height:7px;
	background:#ffffff !important;
	display: inline-block;
	border-radius: 50%;
	position: relative;
  top: 0px !important;
  left: -6px;
}
.comman-header-popup#user_reg_mkt_plan .modal-dialog, .subscription_plan .modal-dialog {
  max-width: 900px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
#alert_popup .modal-dialog {
  max-width: 700px;
}
.comman-header-popup#user_reg_mkt_plan .modal-body {
  padding: 0 !important;
}
.packages_area {
  padding: 15px 30px 10px 30px;
}
.payment_details-first {
  padding: 0 30px;
}
.payment_details-second {
  background: #ECF1F7;
  padding: 15px 30px 0 30px;
}
.comman-header-popup .payment_details label.check, .card-check-btn .form-group label {
  position: relative;
  cursor: pointer;
}
.comman-header-popup .card-check-btn-chk, .card-check-btn-chk {
  display: flex;
  gap: 40px;
  padding-top: 8px;
}
.comman-header-popup .pay_cancel_mkt, .pay_cancel_mkt {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.comman-header-popup .quote-submit.mktp_plan_btn, .quote-submit.mktp_plan_btn {
  margin: 30px 20px;
}
#subscription_plan .modal-header h5, .comman-header-popup.enter-payment-details .modal-header h5 {
  color: #1D3768;
  font-weight: 600;
  font-size: 26px;
  font-family: 'Noto Serif', serif !important;
}
.comman-header-popup label, .subscription_plan label {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.user-subs-plan h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: transparent;
  padding: 0px 0;
  text-align: left;
}
.subscription_plan .modal-header, .comman-header-popup .modal-header{
  padding: 15px 30px;
  display: block;
  text-align: center;
  position: relative;
}
.modal-header .close{
	position: absolute;
  right: 30px;
  top: 16px;
}
.payment_details span.notify, #payment_details span.notify {
  font-size: 12px;
  line-height: 18px;
}
.card-check-btn-chk .icon-info{
	position: relative;
  top: -2px;
}
.quote-submit input.submit-btn.buy_mktp_plan[type=button][disabled], .comman-header-popup input.submit-btn.Reg_mktp_plan[type=button][disabled] {
  background: #b2bdc9;
  border: #b2bdc9 solid 1px;
  color: #676c70;
}
.comman-header-popup.enter-payment-details .modal-dialog .form-group input.phone, .enter-payment-details .modal-dialog #payment_details .form-group>input.phone{
	height: auto;
  padding: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 37px;
  width: 25px;
  display: inline;
  left: 31px;
}
.comman-header-popup.enter-payment-details .modal-dialog .form-group input.phside, .enter-payment-details .modal-dialog #payment_details .form-group>input.phside{
	padding: 15px 15px 15px 40px !important;
}
.modal-content{
	border-radius: 0.6rem;
}
.ptrn-err {
  color: red;
}
.select_plan:hover, .selected_plan{
  background: #d1b750;
}
.order-table-section ul.datalist_points{
	font-size: 16px;
}