/* CSS Document */
/* Common */
/* ====================== */

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul {
	list-style: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	text-decoration: none;
	border: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
/*== header ==*/

.top-header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.top-social-sec li {
	width: 22px;
	height: 22px;
	border: 1px solid #727272;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
	font-size: 13px;
}

.top-social-sec li a i {
	color: #727272;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
	font-size: 13px !important;
}

.top-social-sec {
	margin-bottom: 0;
}

.top-header-right-sec li {
	display: inline-block;
}

.top-header-right-sec li:first-child {
	margin-right: 30px;
}

.top-header-right-sec li:first-child img {
	position: relative;
	top: -1px;
	width: 27px;
}
/*.top-header-right-sec.pull-right li a { font-size: 12px;  color: #bcbcbc; line-height: 13.5px; text-decoration: none; font-weight: 300;}*/

.top-header-right-sec.pull-right li a img {
	padding-right: 10px;
}

.top-header-right-sec.pull-right li a span {
	color: #fff;
	font-weight: 400;
}

.top-header-right-sec.pull-right {
	margin-bottom: 0;
	/*padding-top: 2px; margin-top: -1px;*/
}

header.header {
	background: none;
	margin-bottom: 0;
	position: fixed;
	z-index: 9999;
	width: 100%
}

header nav.navbar {
	border-radius: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: auto;
}

.header nav.navbar {
	float: left;
	width: 100%;
	width: 100%;
	border: 0;
	height: auto;
}

.top-social-sec li:hover {
	background: #fff;
	border-color: #fff;
}

.top-social-sec li.fb:hover i {
	color: #2E4DA7
}

.top-social-sec li.tw:hover i {
	color: #1DA1F3
}

.top-social-sec li.insta:hover i {
	color: #BC3086
}

.top-social-sec li:hover a i {
	color: #000;
}

.top-header-right-sec.pull-right li:last-child a img {
	padding-right: 10px;
	width: 22px;
}

.footer-social-sec a {
	padding: 0px !important;
}

.header nav.navbar.navbar-default {
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	padding: 20px 0;
}
/*.navbar-default .navbar-brand{ padding-top: 7px;margin-top: 3px;}*/

.nav.navbar-nav li a {
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}
/*.nav.navbar-nav li.report-btn a:hover {  background: #EE8126 !important;  color: #fff !important; border-color:#EE8126 !important; ;}
.nav.navbar-nav li.login-btn a:hover {  background: #323232 !important;  color: #fff !important; border-color:#323232 !important; ;}*/

.nav.navbar-nav li a:hover {
	color: #f27b05 !important;
}
/*.nav.navbar-nav{padding-top: 22px;padding-bottom: 7px;}*/
/*header.header .nav.navbar-nav li a {  padding: 0 15px;color: #303030;  font-size: 13px; font-weight: 500;}*/
/*header.header .nav.navbar-nav li.report-btn a{ padding:0;display: inline-block;}*/
/*.report-btn a {  border: 1px solid #323232;  border-radius: 20px; text-align: center; position: relative;  top: -6px; padding:3px 15px !important; display:block;}*/
/*header.header .nav.navbar-nav li.login-btn a {display: inline-block; background: #ee8126; border-radius: 20px; position: relative;  top: -6px;  float: right;  margin-left: 13px; color: #fff; text-align: center; padding:3px 15px;}*/

.navbar-default .navbar-collapse {
	padding: 0;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar.navbar-default.sticky.fixed {
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
/*== banner start ==*/

.dr-main-banner {
	width: 100%;
	display: inline-block;
	position: relative;
	min-height: auto;
	background-position: center;
	/*margin-top: -72px;*/
}

.carousel-caption {
	width: 320px;
	height: 320px;
	background: rgba(49, 47, 47, 0.90);
	border-radius: 100%;
	position: absolute;
}

.top-heading {
	color: #b1b1b1;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	padding-top: 10px;
	display: inline-block;
}

.carousel-caption h3 {
	font-size: 35px;
	color: #ffffff;
	font-weight: normal;
	line-height: 40px;
	padding: 10px 30px 5px;
	text-shadow: none;
}

.carousel-caption h3 span {
	color: #f08109;
	font-weight: bold;
	text-shadow: none;
}

.carousel-caption p {
	font-size: 14px;
	color: #cccccc;
	font-weight: 300;
	text-shadow: none;
	padding-top: 5px;
	padding-left: 24px;
	padding-right: 24px;
}

.cover-btn {
	border: 2px solid #ff8400;
	display: inline-block;
	border-radius: 8px;
	line-height: 30px;
	text-shadow: none;
	font-size: 16px;
	padding: 5px 30px;
	color: #ff8400;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
	margin-top: 20px;
}

.cover-btn:hover,
.cover-btn:focus {
	background: #ff8400;
	color: #fff;
	text-decoration: none;
}

.dr-main-banner .carousel,
.dr-main-banner .carousel-inner,
.dr-main-banner .carousel-inner .item {
	height: auto;
}

.dr-main-banner .carousel-inner .item img {
	height: auto;
}

.dr-main-banner .carousel-caption {
	left: 16%;
	top: 27%;
}

.after-bg {
	width: 332px;
	height: 320px;
	border-radius: 100%;
	background: #3b3835;
	position: absolute;
	top: 26%;
	left: 15.6%;
	opacity: 0.3;
}
/*=== banner -bottom-sec ==*/

.banner-bottom-sec {
	display: inline-block;
	width: 100%;
	padding: 100px 0 70px;
}

.dr-main-banner {
	position: relative;
}

.content-inner-sec figure {
	position: relative;
	background: #f0810c;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
	margin: auto;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
	margin-top: -70px;
}

.content-inner-sec {
	text-align: center;
	padding: 20px 0 40px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	position: relative;
}

.content-inner-sec:after {
	background: url("../images/after-border.png");
	content: "";
	position: absolute;
	width: 4px;
	height: 199px;
	right: 0;
	top: 0;
	right: -17px;
}

.pro-img {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-repeat: no-repeat
}

.coments-sec li a p {
	font-size: 13px;
	display: inline-block;
	margin: 0 0 0 6px;
}

.coments-sec li a:hover .pro-img {
	background-position: 0 -24px
}

.pro-img.profile {
	background-image: url(../images/user-icon.png);
	background-position: 0 0
}

.pro-img.like {
	background-image: url(../images/heart-icon.png);
	background-position: 0px 2px
}

.coments-sec li a:hover .pro-img.like {
	background-position: 0 -19px
}

.pro-img.comnt {
	background-image: url(../images/chat-icon.png);
	background-position: 3px 3px
}

.coments-sec li a:hover .pro-img.comnt {
	background-position: 3px -16px
}

.content-inner-sec h4 {
	color: #303030;
	font-size: 16px;
	font-weight: normal;
	margin-top: 36px;
}

.content-inner-sec p {
	color: #585858;
	font-size: 13px;
	font-weight: 300;
	margin-top: 16px;
	min-height: 76px;
	line-height: 22px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
/*a.report-btn {background: no-repeat;  border: 2px solid #f08206;  display: inline-block;  padding:6px 40px; font-size: 13px;  font-weight: 300;  border-radius: 30px;transition:0.5s ease-in-out 0s; -webkit-transition:0.5s ease-in-out 0s;
-moz-transition:0.5s ease-in-out 0s;}
a.report-btn:hover, a.report-btn:focus{background:#ff8400; color: #fff; text-decoration: none; }*/

.content-inner-sec:hover {
	background: #fff;
	box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.09);
}
/*.content-inner-sec:hover a.report-btn {  background: #ee8126;  color: #fff;}*/

.dashed-border {
	border: 2px dashed #f0810c;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	left: -5px;
	position: absolute;
	top: -5px;
}

.content-inner-sec:hover .dashed-border {
	border-style: solid;
}

.banner-bottom-sec .col-sm-4::after {
	position: absolute;
	content: "";
	right: 0;
	top: 24%;
	background: url("../images/after-border.png");
	width: 4px;
	height: 100%;
	background-repeat: no-repeat;
}

.banner-bottom-sec .col-sm-4:last-child:after {
	display: none;
}

.dr-main-banner:after {
	background-image: url("../images/top-banner-bg.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 92px;
	background-position: center;
	bottom: -27px;
	content: "";
	position: absolute;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #7c7c7c;
	border: none;
	border-radius: 100%;
	margin: 0;
	vertical-align: middle;
}

.carousel-indicators li.active {
	border: 4px solid #f19838;
	background: #fff;
	top: 0;
	margin: 0;
	width: 18px;
	height: 18px;
}

.static-img-banner .carousel-caption {
	display: none;
}
/*=== choose-sec ===*/

.dr-choose-bg {
	float: left;
	width: 100%;
	padding: 70px 0 80px;
	background-image: url("../images/choose-bg.png");
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	background-color: #454545
}

.dr-choose-bg h3 {
	color: #ee8126;
	font-size: 28px;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.dr-choose-bg p {
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.dr-choose-bg figure {
	margin-top: 35px;
}

.dr-choose-bg p span {
	display: inline-block;
	width: 100%;
}
/*== blog sec ==*/

.dr-blog-sec {
	background: #f7f7f7;
	display: inline-block;
	width: 100%;
	padding: 70px 0 80px;
	font-family: 'Open Sans', sans-serif;
}

.dr-blog-sec h2 {
	color: #ee8126;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-bottom: 40px;
}

.blog-inner-sec {
	background: #fff;
	width: 100%;
	display: inline-block;
}

.blog-inner-sec figure img {
	width: 100%;
	min-height: 196px;
	border-radius: 5px 5px 0 0;
}

.blog-inner-sec figure {
	border-radius: 5px 5px 0 0;
}

.blog-inner-sec .content-sec {
	display: inline-block;
	width: 100%;
	padding: 35px 25px;
	min-height: 300px;
}

.date-sec {
	font-size: 16px;
	color: #a6a6a6;
	font-family: 'Open Sans', sans-serif;
}

.date-sec img {
	position: relative;
	top: -2px;
}

.content-sec h4 {
	color: #000000;
	font-size: 20px;
	padding: 10px 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

.content-sec p {
	color: #878784;
	line-height: 26px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.coments-sec {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 10px 20px 8px;
	margin-bottom: 0;
}

.coments-sec li {
	float: left;
	width: 33%;
	text-align: center;
}

.coments-sec li a img {
	margin-right: 5px;
}

.coments-sec li a {
	color: #565656;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

.coments-sec li:nth-child(2) {
	text-align: center;
	padding-left: 25px;
}

.coments-sec li:last-child {
	text-align: right;
}

.view-all-btn {
	display: inline-block;
	background: #ee8126;
	margin: auto;
	text-align: center;
	padding: 6px 40px;
	border: 1px solid #ee8126;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 60px;
	text-decoration: none;
	border-radius: 30px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}

.view-all-btn:hover {
	color: #ee8126;
	background: none;
	text-decoration: none;
}
/*== go started ==*/

.dr-go-started-sec {
	display: inline-block;
	width: 100%;
	background: rgba(48, 48, 48, 0.99) url("../images/contact-sale-bg.png");
	padding: 70px 0 80px;
	text-align: center;
}

.dr-go-started-sec h4 {
	color: #ee8126;
	font-size: 34.98px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 30px;
}

.dr-go-started-sec p {
	color: #cdcdcc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 24px;
	font-size: 18px;
	padding-bottom: 45px;
}

.dr-go-started-sec p span {
	display: inline-block;
	width: 100%;
}

.contact-sale {
	background: #ee8126;
	padding: 6px 40px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #ee8126;
	color: #fff;
	text-decoration: none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	font-size: 13px;
}

.contact-sale:hover,
.contact-sale:focus {
	background: none;
	color: #ee8126;
	text-decoration: none;
}
/*== footer ==*/

footer.main-footer {
	float: left;
	width: 100%;
}
/*.top-footer {  display: inline-block;  width: 100%;  background: #fff;  padding-top: 70px;  padding-bottom:85px;}*/

.top-footer h5 {
	color: #fff;
	font-size: 16px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 600;
	margin-bottom: 25px;
}

.top-footer li a {
	font-size: 12px;
	color: #fff;
	line-height: 2;
	text-decoration: none;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}

.top-footer li a:hover {
	text-decoration: underline;
}
/*.bottom-footer-sec { float:left;  width: 100%;  background: #323232;  text-align: center;  padding: 0px 0;}*/

.footer-social-sec li {
	display: inline-block;
	margin-right: 5px;
}

.footer-social-sec li a {
	width: 28px;
	height: 28px;
	background: #929292;
	display: inline-block;
	border-radius: 100%;
	line-height: 30px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}

.footer-social-sec li a i {
	font-size: 14px;
	color: #323232;
}

.footer-social-sec li a:hover {
	background: #ee8126;
	color: #fff;
}
/*.bottom-footer-sec .copy-right-text{ color: #939393; font-size: 12px;font-family: 'Open Sans', sans-serif;  padding-bottom: 20px;}*/

.bottom-footer-sec {
	position: relative;
}
/*.bottom-footer-sec:before{ position: absolute; content: ""; background:rgba(0, 0, 0, 0) url("../images/bootom-footer-bg.png"); background-repeat: no-repeat ; background-position:center 6px; width: 100%; height: 89px; top: -89px; left: 0;
}*/

.footer-social-sec {
	margin-bottom: 10px;
}
/*.row.bottom-footer-row {  margin-top: -66px;}*/

li span.text-sec {
	display: inline-block;
	width: 83%;
	vertical-align: top;
	line-height: 21px;
}

li span.icon-sec {
	display: inline-block;
	width: 12%;
}

.footer-links .contact-us li {
	line-height: 21px;
	margin-bottom: 15px;
	padding-right: 10px;
}

.footer-links .contact-us li:last-child img {
	margin-top: -8px;
}

.contact-us li a:hover {
	color: inherit;
}

li span.orange {
	color: #f08109;
}

.coments-sec li a:hover {
	color: #ee8126
}

.navbar-header {
	position: relative;
}
/*span.logo-bg {
position: absolute;
left: -80px;
top: -5px;
z-index: -1;
}*/

.col-sm-6.col-md-4:last-child .content-inner-sec:after {
	display: none;
}

.dr-main-banner .carousel-inner .item img {
	width: 100%
}
/* checkout page */

.dr-inner-banner {
	background: #323232;
	padding: 30px 0px;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin-top: 90px;
}

.inner-pages-wrapper .header nav.navbar.navbar-default {
	background-color: #fff;
}

.dr-inner-banner h2 {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
/* checkout tab */

.board {
	width: 100%;
	background: #fff;
	display: inline-block;
}

.board .nav-tabs {
	position: relative;
	border-bottom: 0;
	margin: 20px auto;
	box-sizing: border-box;
}

.board>div.board-inner {
	background-color: #fff;
	background-size: 30%;
}

p.narrow {
	width: 60%;
	margin: 10px auto;
}

.liner {
	height: 2px;
	background: #ddd;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.checkout-main-sec .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.checkout-main-sec .nav-tabs>li.active>a:focus {
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}

.checkout-main-sec span.round-tabs {
	width: 100%;
	display: inline-block;
	/*    border-radius: 100px;*/
	background: white;
	text-align: center;
	font-size: 14px;
}

.checkout-main-sec li.active span.round-tabs.one {
	color: rgb(34, 194, 34);
}

.checkout-main-sec li.active span.round-tabs.two {
	color: #febe29;
}

.checkout-main-sec li.active span.round-tabs.three {
	color: #3e5e9a;
}

.checkout-main-sec span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}

.checkout-main-sec li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #f1685e;
}

.checkout-main-sec .nav-tabs>li.active>a span.round-tabs {
	color: #e47809;
}

.checkout-main-sec .nav-tabs>li>a span {
	vertical-align: middle;
}

.checkout-main-sec .nav-tabs>li>a span label {
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
	margin: 5px 0px 0px 0px;
}

.checkout-main-sec .nav-tabs>li {
	width: 50%;
}

.checkout-main-sec .board-inner .nav-tabs>li {
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.checkout-main-sec .nav-tabs>li:last-child {
	border: none;
}

.checkout-main-sec .nav-tabs>li a {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	padding: 0;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: none;
}

.checkout-main-sec .nav-tabs>li a:hover {
	background: transparent;
	border: none;
}

.checkout-main-sec .tab-content {
	background: white;
	padding: 0px 0px 50px 0px;
}

.checkout-main-sec .tab-pane {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.checkout-main-sec .tab-content .head {
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.checkout-main-sec .btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}

.checkout-main-sec .btn.green {
	background-color: #5cb85c;
	color: #ffffff;
}

.checkout-main-sec .nav-tabs>li .glyphicon-home:before {
	content: url(../images/sign-up-normal.png);
}

.checkout-main-sec .nav-tabs>li .glyphicon-user:before {
	content: url(../images/wallet-icon-normal.png);
}

.checkout-main-sec .nav-tabs>li .glyphicon-gift:before {
	content: url(../images/confirmation-icon-normal.png);
}

.checkout-main-sec .nav-tabs>li.active .glyphicon-home:before {
	content: url(../images/sign-up-active.png);
}

.checkout-main-sec .nav-tabs>li.active .glyphicon-user:before {
	content: url(../images/wallet-icon-active.png);
}

.checkout-main-sec .nav-tabs>li.active .glyphicon-gift:before {
	content: url(../images/confirmation-icon-active.png);
}

.tab-inner-full {
	width: 100%;
	display: inline-block;
	padding: 50px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.tab-content p.title-text {
	font-size: 14px;
	color: #151f3c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
}

.tab-content .form-control,
.tab-content .login input[type="text"],
.tab-content .login input[type="password"],
.payment_method_other_payment form input[type="text"] {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: auto;
	font-size: 13px;
	padding: 6px 12px;
	margin-bottom: 10px;
	width: 100%;
}

.tab-content form label {
	font-size: 13px;
	color: #151f3c;
	/*font-weight: 400;font-family: 'Montserrat', sans-serif;*/
	width: 100%;
	display: inline-block;
}

.tab-content form sup {
	font-size: 18px;
	color: #151f3c;
	top: 0px;
}

.login .account-holder {
	width: 100%;
	display: inline-block;
	padding: 0px 85px 0px 35px;
}

.create-account .account-holder {
	width: 100%;
	display: inline-block;
	padding: 0px 35px 0px 35px;
}

.login .checkbox {
	display: inline-block;
}

.login a.forgot-password {
	float: right;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
	color: #ee8126;
	font-size: 14px;
}

.account-holder h3,
.head-title .radio label {
	font-size: 18px;
	font-weight: 500;
	color: #151f3c;
}

.address2 label span {
	color: #808596;
}

.postcode a {
	font-family: 'Montserrat', sans-serif;
	color: #ee8126;
	font-size: 13px;
}

.account-holder .btn.btn-primary,
.checkout_step .btn-primary,
.pricing-footer .btn-lg,
.lwa-submit-button input[type="submit"],
.lwa-register-form input[type="submit"],
.lwa-remember-buttons input[type="submit"],
button.next-ezcf-step,
.detail_step3 button,
.pricing-box .woocommerce div.product form.cart button.btn-lg {
	color: #fff;
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 1px solid #f08206;
	text-transform: uppercase;
	padding: 6px 40px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	background-color: #f08206;
	margin-top: 15px;
	float: right;
}

.account-holder .btn.btn-primary:hover,
.pricing-footer .btn-lg:hover,
.account-holder .btn.btn-primary.active,
.checkout_step .btn-primary:hover,
.lwa-submit-button input[type="submit"]:hover,
.lwa-register-form input[type="submit"]:hover,
.lwa-remember-buttons input[type="submit"]:hover,
button.next-ezcf-step:hover,
.detail_step3 button:hover,
.pricing-box .woocommerce div.product form.cart button.btn-lg:hover {
	color: #585858;
	border: 1px solid #f08206;
	background-color: transparent;
}
/* popup */

#myModal {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 9999;
}

.modal-dialog {
	margin: 6% auto;
}

.modal-content {
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 22px;
	background-color: #fff;
}

.modal-inner {
	border: 3px solid #edac63;
	padding: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

#myModal .modal-footer {
	text-align: center;
	border: none;
	padding: 15px 0px 21px;
}

.modal-title {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#myModal .modal-body {
	padding-top: 20px;
}

{
	font-size: 18px;
	color: #585858;
	text-transform: uppercase;
}

.icon span {
	width: 58px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0px 2px 7px rgba(99, 99, 99, 0.35);
	margin-bottom: 20px;
}

#myModal .modal-footer .btn.btn-default {
	color: #585858;
	width: 100%;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 2px solid #f08206;
	text-transform: uppercase;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}

#myModal a.close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	right: -20px;
	top: -20px;
	opacity: 1;
	font-size: 29px;
	line-height: 29px;
	border: 3px solid #e9e9e9;
	color: #585858;
	text-align: center;
}

#myModal .modal-footer .btn.btn-default:hover,
#myModal .modal-footer .btn.btn-default.active {
	color: #fff;
	border: 2px solid #f08206;
	background-color: #f08206;
}

.modal-open .modal-backdrop.in {
	opacity: 0.85;
}
/* radio button checkbox css */

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #d3d3d3;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 12px;
	color: #ee8126;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline: none;
	outline-offset: 0px;
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #428bca;
	border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
	outline: none;
	outline-offset: 0px;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
	background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
	background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
	background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
	background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
	background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
	background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
	background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #5cb85c;
}
/* steps css */

.checkout-steps {
	width: 100%;
	display: inline-block;
	padding: 35px 50px 30px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.checkout-steps .nav-tabs {
	position: relative;
	margin: 0px auto 40px;
	margin-bottom: 0;
	padding: 0px;
	border-bottom-color: #e0e0e0;
	position: relative;
	z-index: 2;
}

.checkout-steps>div.checkout-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 90%;
	margin: -10px auto 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.checkout-steps .nav-tabs>li.active>a,
.checkout-steps .nav-tabs>li.active>a:hover,
.checkout-steps .nav-tabs>li.active>a:focus {
	color: #e47809;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
	background-color: #eb9a47;
}

span.round-tab {
	width: 42px;
	height: 42px;
	line-height: 39px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #727272;
	z-index: 2;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	font-size: 18px;
	transform: translateX(-50%) translateY(-50%);
}

span.round-tab i {
	color: #555555;
}

.checkout-steps li.active span.round-tab {
	background: #fff;
	border: 2px solid #e47809;
}

.checkout-steps li.active span.round-tab i {
	color: #5bc0de;
}

span.round-tab:hover {
	border: 2px solid #333;
}

.checkout-steps .nav-tabs>li {
	width: 33.333%;
	text-align: center;
}

.checkout-steps .nav-tabs>li:first-child {
	text-align: left;
}

.checkout-steps .nav-tabs>li:last-child {
	text-align: right;
}

.checkout-steps li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #5bc0de;
	transition: 0.1s ease-in-out;
}

.checkout-steps li.active:after {
	content: none;
	position: absolute;
	left: 46%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #5bc0de;
}

.checkout-steps .nav-tabs>li a {
	width: 60px;
	height: 60px;
	margin: 0px auto 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	padding: 7px;
	background-color: #999;
	text-align: center;
}

.checkout-steps .nav-tabs>li a:hover {
	background: transparent;
}

.checkout-steps .tab-pane {
	position: relative;
	padding-top: 50px;
}

.checkout-steps h3 {
	margin-top: 0;
}

.checkout-step-top .account-holder {
	padding: 0px;
}

.checkout-main-sec .checkout-steps .tab-content {
	background-color: #fff;
}

.checkout-steps form .tab-pane {
	padding-top: 20px;
}

.checkout-step-top #myTab2 li {
	width: 50%;
}

.checkout-step-top #myTab2 li a {
	height: auto;
	width: 100%;
	margin: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e5e5e5;
	background-color: transparent;
	color: #585858;
	text-transform: inherit;
	min-height: 37px;
	line-height: 23px;
	padding: 6px 5px;
}

.checkout-step-top #myTab2 li.active a {
	border: 1px solid #f08206;
	background: #f08206;
	color: #fff;
}

.checkout-step-top #myTab2 li a .fa,
#hear_about_us_field_user_type .li_for_option label .fa {
	vertical-align: middle;
}

.checkout-step-top #myTab2 li a .fa-home:before,
#hear_about_us_field_user_type .li_for_option label .fa-home:before {
	content: url(../images/home-icon-grey.png);
	vertical-align: middle;
	margin-right: 5px;
}

.checkout-step-top #myTab2 li.active a .fa-home:before,
#hear_about_us_field_user_type .li_for_option input[type="radio"]:checked~.radio_label .fa-home:before {
	content: url(../images/home-icon.png);
	vertical-align: middle;
	margin-right: 5px;
}

.checkout-step-top #myTab2 li a .fa-key:before,
#hear_about_us_field_user_type .li_for_option label .fa-key:before {
	content: url(../images/key-icon-grey.png);
	vertical-align: middle;
	margin-right: 5px;
}

.checkout-step-top #myTab2 li.active a .fa-key:before,
#hear_about_us_field_user_type .li_for_option input[type="radio"]:checked~.radio_label .fa-key:before {
	content: url(../images/key-icon.png);
	vertical-align: middle;
	margin-right: 5px;
}

button.lookup {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 1px solid #323232;
	color: #323232;
	font-size: 13px;
	margin-top: 24px;
}

button.lookup:focus {
	background-color: #fff;
	box-shadow: none;
	outline: none !important;
}

button.lookup:hover {
	border: 1px solid #ee8126;
	background-color: #ee8126;
	color: #fff;
}

.checkout_step label {
	text-transform: uppercase;
}

div#selector .btn-box {
	width: 25%;
	padding: 0px 15px;
	display: inline-block;
	background: none;
	border: none;
	float: left;
	position: relative;
}

.btn-box .radio_label,
.li_for_option .radio_label {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0px;
	text-align: center;
	padding: 6px 12px;
	cursor: pointer;
	text-transform: inherit;
}

.radio:checked~.radio_label {
	border: 1px solid #ee8126;
	background-color: #ee8126;
	color: #fff;
}

.btn-box input[type="radio"] {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

div#selector button.btn.active,
div#selector button.btn:active {
	box-shadow: none;
	outline: none !important;
}

div#selector button:focus {
	outline: none !important;
}

div#selector {
	width: 100%;
	display: inline-block;
}

.address .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	border-radius: 3px;
}

.address .bootstrap-select .btn:focus,
.address .bootstrap-select .btn:hover {
	outline: none !important;
	box-shadow: none;
	background-color: #fff;
	border-color: #e5e5e5;
}

.address .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.head-title {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #f2f3f5;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

.head-title .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.head-title .radio label {
	text-transform: inherit;
}

.head-title .radio label::before {
	margin-top: 3px;
}

.head-title .radio label::after {
	top: 6px;
}

.additional-info textarea {
	min-height: 105px;
}

.your-plan-details {
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
}

.plan-box-inner {
	width: 100%;
	display: inline-block;
}

.plan-main-col {
	width: 100%;
	display: inline-block;
	padding: 15px 30px 0px;
	background: url(../images/flame.png) no-repeat 80% center;
}

.plan-main-col ul li {
	font-size: 13px;
	line-height: 27px;
	padding: 0px 0px 5px 25px;
	color: #7a7a7a;
	background: url(../images/check.png) no-repeat 0px 10px;
	background-size: 13px;
}

.plan-main-col ul li.not-selected {
	background: url(../images/cross.png) no-repeat 4px 11px;
	background-size: 9px;
}

.plan-addons {
	width: 100%;
	display: inline-block;
	border-radius: 0px 0px 3px 3px;
	background-color: #e8e8e8;
	padding: 15px 30px;
}

.plan-addons h4 {
	font-size: 16px;
	color: #6d6e76;
	padding-bottom: 4px;
}

.plan-addons ul {
	margin: 0px;
}

.plan-addons ul li {
	font-size: 13px;
	line-height: 27px;
	padding: 0px 0px 0px 25px;
	color: #7a7a7a;
	background: url(../images/check.png) no-repeat 0px 10px;
	background-size: 13px;
}

.plan-addons ul li.not-selected {
	background: url(../images/cross.png) no-repeat 4px 11px;
	background-size: 9px;
}

span.plan-name {
	float: right;
	color: #ee8126;
	padding-right: 21%;
}

.checkout-step-top {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.custab {
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 20px 0px 30px;
	transition: 0.5s;
}

.custab thead,
#order_review table.shop_table thead {
	background: #fafafa;
	font-size: 12px;
	color: #908d8a;
	font-weight: 400;
}

.custab thead tr th,
#order_review table.shop_table thead tr th {
	font-weight: 400;
	border-bottom: none;
}

.custab>tbody>tr>td,
.custab>tbody>tr>th,
.custab>tfoot>tr>td,
.custab>tfoot>tr>th,
.custab>thead>tr>td,
.custab>thead>tr>th {
	padding: 10px 15px;
}

.custab>tbody>tr>td,
#order_review table.shop_table tbody tr td {
	padding: 12px 15px;
}

.custab>tfoot>tr>td,
#order_review table.shop_table tfoot tr td {
	color: #151f3c;
	font-weight: 600;
}

.checkout_step .btn-primary {
	margin-top: 0px;
}

.land-details {
	width: 100%;
	display: inline-block;
}

.lead-occupier-detail {
	width: 100%;
	display: inline-block;
	padding-top: 15px;
}

.lead-occupier-detail h3 {
	padding-bottom: 12px;
}

.ac_details .cnf-checkbox label,
.ac_details .tnc-checkbox label {
	font-size: 13px;
	text-transform: inherit;
	font-weight: 500;
}

.ac_details p {
	font-size: 13px;
}

#step2 .checkout-step-top {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}

#step2 ul.list-inline.pull-right {
	width: 100%;
	text-align: center;
}

.cnf_ac_details p {
	font-size: 13px;
	padding-bottom: 15px;
	color: #898989;
}

.cnf_ac_details .form-group label {
	display: inline-block;
	width: auto;
}

.cnf_ac_details .form-group span {
	float: right;
}

#step3 ul.list-inline {
	width: 100%;
	text-align: center;
}

#step3 .checkout-step-top {
	border: none;
}

.gaurantee_text {
	width: 100%;
	display: inline-block;
	padding-top: 10px;
}

.gaurantee_text li {
	width: 100%;
	display: inline-block;
	padding: 0px 0px 20px 30px;
	font-size: 13px;
	color: #898989;
	background: url(../images/angle-right.png) no-repeat 5px 5px;
}

.checkout_step .btn-primary:focus {
	outline: none !important;
}
/* pricing table */

.pricing-main-sec {
	width: 100%;
	display: inline-block;
	padding: 0px 0px;
}

.pricing-sec-top {
	width: 100%;
	display: inline-block;
}

.pricing-sec-bottom {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}

.price h3,
.db-pricing-eleven .price span {
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
	padding-top: 15px;
	color: #777671;
}
/*============================================================
BACKGROUND COLORS
============================================================*/

.db-bk-color-one {
	background-color: #727272;
}

.db-bk-color-two {
	background-color: #ee8126;
}

.db-bk-color-three {
	background-color: #89d4d2;
}

.db-bk-color-six {
	background-color: #F59B24;
}
/*============================================================
PRICING STYLES
==========================================================*/

/* Removed on 30062020 as new design done */
/* thankyou */

.thankyou-sec {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: url(../images/flame.png) no-repeat center center #FFF;
	padding: 50px;
	border: 1px solid #e5e5e5;
}

.success-icon.text-center {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
}

.order-no {
	width: 100%;
	display: inline-block;
	padding: 15px 0px;
}

.order-no span {
	background: #efefef;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 20px;
	font-weight: 400;
	color: #333;
	font-size: 13px;
}

.thankyou-sec p {
	color: #878787;
	padding: 0px;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
}

.thankyou-sec .btn-success {
	color: #fff;
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 1px solid #f08206;
	text-transform: uppercase;
	padding: 6px 40px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	background-color: #f08206;
	margin-top: 15px;
}

.thankyou-sec .btn-success:hover {
	color: #585858;
	border: 1px solid #f08206;
	background-color: transparent;
}

.success-icon.text-center img {
	max-width: 66px;
}

.pricing-main-sec .pricing-inner-sec {
	max-width: 787px;
	margin: auto;
}
/*== testimonail ==*/

.dr-testimonial-sec {
	display: inline-block;
	width: 100%;
	background: rgba(48, 48, 48, 0.99) url("../images/contact-sale-bg.png");
	padding: 50px 0px;
	text-align: center;
}

.crausal-main {
	width: 100%;
	display: inline-block;
	padding: 0px 15px;
}

.dr-testimonial-sec .item h4 {
	color: #fff;
}

.testimonial-box {
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: left;
}

.owl-carousel .owl-item .rating-star {
	width: 100%;
	display: inline-block;
	margin: 10px 0px;
}

.owl-carousel .owl-item .rating-star img {
	width: auto;
	display: inline-block;
	padding-right: 2px;
}

.dr-testimonial-sec h2 {
	font-size: 28px;
	color: #ee8126;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-box h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 5px;
}

.testimonial-box h5 {
	font-size: 13px;
	color: #afafaf;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-box p {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 5px;
	line-height: 19px;
}

.testimonial-box a {
	font-size: 13px;
	color: #ee8126;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.dr-testimonial-sec .item {
	/*padding: 0px 15px;*/
	/*border-right: 1px solid #474747;*/
}

.dr-testimonial-sec .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-prev {
	float: left;
	position: relative;
	margin-left: -45px;
}

.owl-next {
	float: right;
	position: relative;
	margin-right: -45px;
}

.dr-testimonial-sec .owl-nav img {
	max-width: 16px;
}
/* updated css 3nov */

form.checkout.woocommerce-checkout label {
	font-size: 13px;
	color: #151f3c;
	/*font-weight: 400;
	font-family: 'Montserrat', sans-serif;*/
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	line-height: 22px;
}

.woocommerce form.checkout.woocommerce-checkout .form-row .input-text {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: auto;
	font-size: 13px;
	padding: 6px 12px;
	line-height: 1.42857143;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated span.select2 {
	border-color: transparent;
}

#customer_details .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	height: auto;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	padding: 1px 12px;
	height: auto;
}

.tab-content .form-control {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: auto;
	font-size: 13px;
}

.woocommerce form .form-row textarea {
	min-height: 105px;
	resize: none;
}

form.checkout.woocommerce-checkout h3 {
	font-size: 18px;
	font-weight: 500;
	color: #151f3c;
}

form.checkout .woocommerce-checkout-review-order table.shop_table {
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	margin: 20px 0px 30px;
}

#customer_details {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

#order_review thead {
	background: #fafafa;
	font-size: 12px;
	color: #908d8a;
	font-weight: 400;
}

#order_review thead tr th {
	font-weight: 400;
	border-bottom: none;
}

#customer_details h3 {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #f2f3f5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

header.entry-header {
	display: none;
}
/* new css */

form.lwa-register-form {
	padding-top: 20px;
}

.lwa-form table td {
	width: 100%;
	display: inline-block;
	padding: 0px;
}

.lwa-register-form p label input {
	margin-top: 5px;
}

form.lwa-form h3 {
	margin-bottom: 20px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.tab-content .login form.lwa-form input[type="text"],
.tab-content .login form.lwa-form input[type="password"] {
	margin-bottom: 15px;
}

td.lwa-remember-buttons input.lwa-button-remember {
	float: left;
	margin: 0px;
	padding: 6px 18px;
}

td.lwa-remember-buttons a.lwa-links-remember-cancel {
	float: right;
	padding-top: 5px;
}

td.lwa-remember-buttons a.lwa-links-remember-cancel:hover {
	color: #f08206;
}

div#order_review {
	margin-top: 20px;
}

div#order_review table.shop_table {
	border-radius: 0px;
}

div#order_review table.shop_table .variation p {
	font-size: 14px;
	font-weight: 400;
}

div#order_review table.shop_table .variation dt {
	font-weight: 600;
}

div#order_review .product-total,
div#order_review tfoot tr td {
	text-align: right;
}

p#billing_address_1_field,
p#billing_address_2_field {
	display: none;
}

.li_for_option {
	width: 25%;
	padding: 0px 15px;
	display: inline-block;
	background: none;
	border: none;
	float: left;
	position: relative;
}

.li_for_option input[type="radio"] {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

input[type="radio"]:checked~.radio_label {
	border: 1px solid #ee8126;
	background-color: #ee8126;
	color: #fff;
}

#hear_about_us_field_user_type .li_for_option {
	width: 50%;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.create-account .woocommerce-additional-fields .account-holder {
	padding: 0px;
}

.woocommerce form.checkout.woocommerce-checkout .form-row input.lookup.find_address {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 1px solid #323232;
	color: #323232;
	font-size: 13px;
	background-color: #fff;
}

.woocommerce form.checkout.woocommerce-checkout .form-row input.lookup.find_address:hover {
	border: 1px solid #ee8126;
	background-color: #ee8126;
	color: #fff;
}

.woocommerce-checkout .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

div#hear_about_us_field_user_title {
	padding-top: 15px;
	padding-bottom: 8px;
}

.woocommerce-checkout #payment {
	background: #fff;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0px;
}

.detail_step2 .create-account .account-holder {
	padding: 0px;
}

.detail_step2 .login .form-group {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.detail_step2 .login .form-group div {
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.ezcf_step input[type=checkbox]+label {
	font-weight: 500;
}

.ezcf_step .checkbox label::after {
	top: -1px;
	padding-left: 2px;
	padding-top: 0px;
}

.button-next-step button {
	display: inline-block;
	float: none;
}

.db-note {
	padding: 0px;
}

.bootstrap-select .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #e5e5e5;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
	color: #333;
	background-color: #fff;
	border-color: #e5e5e5;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
.bootstrap-select>.btn-default:hover {
	color: #333;
	background-color: #fff;
	border-color: #e5e5e5;
	box-shadow: none;
}

.bootstrap-select.open>.dropdown-toggle.btn-default:focus {
	outline: none !important;
}

.btn-group.bootstrap-select.open .dropdown-toggle {
	box-shadow: none
}

.detail_step3 #direct_debit_guarentee {
	border: none;
	width: 100%;
	display: inline-block;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 0px;
}

.woocommerce-checkout #payment .create-account .account-holder {
	padding: 0px;
}

.detail_step3 button.ezcf-confirm {
	display: inline-block;
	float: none;
	margin-top: 0px;
}

.detail_step3 button.prev-ezcf-step {
	display: inline-block;
	float: none;
}

.detail_step3 .create-account {
	margin-top: 15px;
}

.thankyou-sec ul.woocommerce-thankyou-order-details {
	margin: 30px 0px;
	text-align: center;
}

.woocommerce .thankyou-sec ul.order_details li {
	float: none;
	margin-right: 0;
	padding: 0px 20px;
	display: inline-block;
}

.thankyou-sec .woocommerce-order-details .product-total,
.thankyou-sec .woocommerce-order-details tfoot td {
	text-align: right;
}

.shop_table.order_details tr th,
.shop_table.order_details tr td {
	padding: 8px 15px;
}

.thankyou-sec h2 {
	font-size: 21px;
	padding-bottom: 16px;
	text-align: left;
}

.woocommerce .thankyou-sec ul.order_details li strong {
	font-weight: 500;
}

.shop_table.order_details thead {
	background: #fafafa;
	font-size: 12px;
	color: #908d8a;
	font-weight: 400;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
	font-weight: 500;
}

/* pricing */

.pricing-box .woocommerce div.product div.summary {
	width: 100%;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0px;
}



.pricing-box .woocommerce div.product form.cart {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.pricing-box .yith_wapo_groups_container {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	padding: 0px 10px;
	text-align: left;
}

.ywapo_input_container_checkbox {
	color: #7a7a7a;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	position: relative;
}

.ywapo_input_container_checkbox label {
	font-weight: 400;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
}

.ywapo_input_container_checkbox label span {
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

.pricing-box .woocommerce div.product form.cart button.btn-lg {
	float: none;
	margin: 0px;
	background-color: transparent;
	border-color: #fff;
	font-weight: 400;
}

.pricing-box .woocommerce div.product form.cart button.btn-lg:hover {
	background-color: #fff;
	color: #585858;
	border-color: #fff;
}

.pricing-box .woocommerce .ywapo_value_17.ywapo_group_container.form-row.form-row-wide {
	background-color: #f2f2f2;
	padding: 14px 10px;
}

.pricing-box .woocommerce .ywapo_value_17.ywapo_group_container.form-row.form-row-wide h3 {
	margin: 0px;
}

.pricing-box .woocommerce div.product_cat-standard-homeowner {
	margin-left: -1px;
	margin-right: -1px;
}

.ywapo_value_11,
.ywapo_value_12,
.ywapo_value_19,
.ywapo_value_23,
.ywapo_value_13,
.ywapo_value_14,
.ywapo_value_15,
.ywapo_value_16,
.ywapo_value_18,
.ywapo_value_20,
.ywapo_value_21,
.ywapo_value_22,
.ywapo_value_67,
.ywapo_value_69,
.ywapo_value_73,
.ywapo_value_75,
.ywapo_value_72,
.ywapo_value_74,
.ywapo_value_66,
.ywapo_value_68 {
	min-height: 290px;
}

.pricing-box input[data-req-dis="yes"] {
	display: none;
}

.pricing-box .ywapo_input_container_checkbox label.required-icon {
	padding-left: 20px;
	position: relative;
}

.pricing-box .ywapo_input_container_checkbox label.required-icon:before {
	content: url(../images/check-orange.png);
	position: absolute;
	z-index: 1;
	left: 0px;
}

h3#ship-to-different-address {
	display: none;
}

.woocommerce form .form-row .ywapo_input_container label {
	display: inline-block;
	padding-left: 20px;
}

.pricing-box .woocommerce form .form-row .ywapo_input_container input[type="checkbox"] {
	position: absolute;
	top: 4px;
}

.pricing-box .woocommerce form .form-row .ywapo_input_container label {
	display: inline-block;
	padding-left: 20px;
}

.create-account .woocommerce-shipping-fields h3#ship-to-different-address {
	padding-bottom: 7px;
}

.create-account .woocommerce-shipping-fields h3#ship-to-different-address label {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #151f3c;
	text-transform: inherit;
}

.create-account .shipping_address div#hear_about_us_field_user_title {
	padding-top: 0px;
}

.create-account .shipping_address {
	padding-bottom: 20px;
}
/* 13 nov */

.ds-log-in-form-outer {
	background: #f8f8f8;
	padding: 50px 0px;
}

.ds-log-in-form-outer form label {
	font-size: 13px;
	color: #151f3c;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	display: inline-block;
}

.ds-log-in-form-outer form .input {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: auto;
	font-size: 13px;
	padding: 6px 12px;
	margin-bottom: 10px;
	width: 100%;
}

.ds-log-in-form-outer form input[type="submit"] {
	color: #fff;
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 1px solid #f08206;
	text-transform: uppercase;
	padding: 6px 40px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	background-color: #f08206;
	float: left;
	margin: -3px 0 0 0
}

.tml-action-links {
	float: left;
	width: 100%;
}

.tml-action-links li {
	display: inline-block;
}

.ds-log-in-form-outer form input[type="submit"]:hover {
	color: #585858;
	border: 1px solid #f08206;
	background-color: transparent;
}

.tml-action-links li a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
	color: #ee8126;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.tml-action-links li:first-child a {
	margin-left: 0
}

.ds-log-in-form-outer .tml p {
	margin-bottom: 0;
	float: left;
	margin: 6px 0 6px 6px;
	width: 100%;
}

.ds-log-in-form-outer .tml p.tml-submit-wrap {
	width: auto;
	float: right;
}

.ds-log-in-form-outer .tab-inner-full .checkbox {
	float: left;
	display: inline-block;
}

.woocommerce-info {
	border-top-color: #1e85be;
	display: none;
}

.place-order {
	display: none;
}

.single-post-custom img {
	width: 100%;
}

.single-post-custom {
	margin-top: 30px;
}

#comments {
	margin-top: 50px;
	padding: 40px;
	margin-bottom: 50px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}

.single-post-custom h3 {
	color: #E7801F;
	font-weight: 700;
	margin-bottom: 10px;
}

.single-post-custom p {
	color: #717171;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 13px;
}

.details-cstm {
	/* border-top: 1px solid rgba(114,114,114,0.2); */
	/* border-bottom: 1px solid rgba(114,114,114,0.2); */
	display: flow-root;
	padding: 8px 10px;
	margin-bottom: 20px;
	background: rgba(114, 114, 114, 0.2);
	color: #717171;
	text-align: center;
	font-weight: 500;
	margin-top: 14px;
}

#comments h3 {
	text-align: center;
	color: #E7801F;
	font-weight: 700;
	margin-bottom: 10px;
}

#comments p.comment-notes {
	color: #717171;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

#comments p label {
	display: inline-block;
	width: 100%;
	color: #717171;
}

#comments p {
	margin-bottom: 20px;
}

#comments p input {
	width: 100%;
	min-height: 40px;
	padding-left: 10px;
}

#comments p textarea {
	width: 100%;
}

#comments p input[type=submit] {
	color: #fff;
	width: 200px;
	background: #ee8126;
	display: inline-block;
	border: none;
}

#comments p.form-submit {
	text-align: center;
}

.woocommerce-invalid label.control-label.required {
	color: #a00;
}

.woocommerce-invalid sup {
	color: #a00;
}

.ywapo_option_description .yith_wccl_tooltip>span {
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	max-width: 100%;
	border-radius: 3px;
	padding: 3px 6px;
	background: black;
	color: white;
	opacity: 0.75;
	border: 13px;
}

.ywapo_option_description .yith_wccl_tooltip {
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
	width: 163px;
	margin-left: -130px;
	z-index: 9999;
	left: 50px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	pointer-events: none;
}

.entry-content.container {
	margin: 50px auto !important;
	overflow: hidden;
}
/* Contact form css */

form.wpcf7-form p {
	float: left;
	width: 50%;
	padding: 0 15px 15px;
}

form.wpcf7-form p:nth-child(4),
form.wpcf7-form p:nth-child(5),
form.wpcf7-form p:nth-child(6) {
	width: 100%;
}

form.wpcf7-form p:nth-child(6) {
	text-align: center;
}

form.wpcf7-form p input[type=text],
form.wpcf7-form p input[type=email],
form.wpcf7-form p textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: auto;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	resize: none;
}

form.wpcf7-form p label {
	font-size: 13px;
	color: #151f3c;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	line-height: 22px;
}

form.wpcf7-form p input[type=submit] {
	color: #fff;
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 1px solid #f08206;
	text-transform: uppercase;
	padding: 6px 40px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	background-color: #f08206;
	margin-top: 15px;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	color: #398f14;
	text-align: center;
	float: left;
	width: 100%;
}
/* faq css */

.arconix-faq-wrap {
	background: #ee8126 !important;
	border: 0 !important;
	padding: 10px !important;
}

.arconix-faq-title {
	color: #fff !important;
	font-weight: bold;
}

.arconix-faq-content p {
	color: #fff !important;
}

button.next-ezcf-step.first_button {
	margin-top: -32px;
}

span.ywapo_label_price {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

div#viewplan {
	z-index: 10001;
}

ul.cnss-social-icon li.cn-fa-icon a {
	border: 1px solid #727272 !important;
	background-color: transparent !important;
	line-height: 13px;
}

ul.cnss-social-icon li.cn-fa-facebook:hover a {
	border: 1px solid transparent !important;
	background-color: #fff !important;
}

ul.cnss-social-icon li.cn-fa-twitter:hover a {
	border: 1px solid transparent !important;
	background-color: #fff !important;
}

ul.cnss-social-icon li.cn-fa-linkedin:hover a {
	border: 1px solid transparent !important;
	background-color: #fff !important;
}

ul.cnss-social-icon li.cn-fa-facebook:hover a i {
	color: #2E4DA7;
}

ul.cnss-social-icon li.cn-fa-twitter:hover a i {
	color: #1DA1F3;
}

ul.cnss-social-icon li.cn-fa-linkedin:hover a i {
	color: #BC3086;
}

#viewplan .plan_detail {
	text-align: center;
}

#viewplan .buttons_detail {
	padding-top: 25px;
}

.buttons_detail ul {
	margin-left: -10px;
	margin-right: -10px;
}

#viewplan .buttons_detail li {
	display: inline-block;
	width: 50%;
	padding: 0px 10px;
}

#viewplan .buttons_detail li .contact-sale {
	padding: 10px;
	background-color: transparent;
	display: inline-block;
	border-radius: 30px;
	width: 100%;
	border: 2px solid #ee8126;
	color: #ee8126;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

#viewplan .buttons_detail li .contact-sale:hover {
	padding: 10px;
	background-color: #ee8126;
	display: inline-block;
	border-radius: 30px;
	width: 100%;
	border: 2px solid #ee8126;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

#viewplan .modal-footer {
	border: none;
	padding-top: 5px;
}

#viewplan a.close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	right: -20px;
	top: -20px;
	opacity: 1;
	font-size: 29px;
	line-height: 29px;
	border: 3px solid #e9e9e9;
	color: #585858;
	text-align: center;
}

.content-area .post-6 .entry-content.container {
	margin: 5px auto 50px !important;
}
/*== popup css v ==*/

#viewplan .modal-dialog {
	width: 97% !important;
}

#viewplan .modal-dialog .modal-title {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.lisiting-outr {
	width: 30%;
	text-align: left;
	vertical-align: top;
	margin-right: 3%;
	display: inline-block;
	margin-bottom: 10px;
	float: left
}

.plumbing {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 10px 0;
}

.plumbing h4 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.lisiting-outr h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.lisiting-outr ul li {
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 21px;
	position: relative;
	padding-left: 20px;
}

.electric-section {
	text-align: left;
	width: 100%;
	display: inline-block;
}

.dr-add-on h3 {
	font-size: 18px;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.dr-add-on .lisiting-outr h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

.lisiting-outr.full-width {
	width: 100%;
	margin-right: 0;
}

.lisiting-outr h4 {
	margin-bottom: 5px;
	font-size: 18px;
}

.non-checked.lisiting-outr ul li:before {
	/* content: url(../images/cancel.png);    position: absolute;
	z-index: 1;    left: 1px;*/
	content: '';
	position: absolute;
	top: 6px;
	left: 1px;
	background: url(../images/cancel.png) no-repeat;
	background-size: 50%;
	width: 17px;
	height: 15px;
}

.checked.lisiting-outr ul li:before {
	content: url(../images/check-orange.png);
	position: absolute;
	z-index: 1;
	left: 1px;
}

.lisiting-outr.full-width ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 1px;
	background: url(../images/cancel.png) no-repeat;
	background-size: 50%;
	width: 17px;
	height: 15px;
}

ul.cnss-social-icon.footer-social-sec li a {
	line-height: 26px;
	color: #fff;
}

ul.cnss-social-icon.footer-social-sec li a i {
	color: #727272;
	font-size: 13px !important;
}

#viewplan .plan_detail {
	text-align: center;
	overflow-y: scroll;
	height: 330px;
}

#viewplan.modal {
	top: -50px;
}

div#ywapo_value_24 {
	padding-top: 5px;
}
/* banner form css */

#twabc-item-45 .carousel-caption {
	width: 500px;
	background-color: transparent;
}

#twabc-item-45 .cover-btn {
	display: none;
}

.slider-form-2 {
	width: 100%;
	max-width: 600px;
	display: inline-block;
}

.dr-main-banner #twabc-item-45 .carousel-caption {
	left: 10%;
}

form.slider-form {
	width: 100%;
	float: left;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	padding: 15px 20px 10px 20px;
	text-align: left;
}

form.slider-form h2 {
	color: #e47809;
	font-size: 22px;
	font-weight: 600;
}

form.slider-form p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.form-fields label {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #ccc;
}

.form-fields input.form-control {
	background-color: transparent;
	padding: 8px 5px;
	font-size: 13px;
	height: auto;
	line-height: 20px;
}

.send-butt {
	text-align: right;
}

.slider-form .send-butt button.submit {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 100%;
	display: inline-block;
	max-width: 120px;
	color: #fff;
	box-shadow: none;
	border: 1px solid #E7801F;
	background-color: #E7801F;
	margin-bottom: 10px;
}

.slider-form .checkbox {
	padding-left: 20px;
	margin: 0px 0px 5px;
}

.slider-form .send-butt button.submit:hover {
	border-color: #E7801F;
	background-color: #fff;
	color: #E7801F;
}

.pricing-inner-sec h4.text-center {
	color: #ee8126;
}

.contact li {
	width: 33%;
	float: left;
}

.Conatct_heading {
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 17px;
}

ul.contact li {
	background-color: whitesmoke;
	min-height: 329px;
	padding: 30px 47px 22px;
}

.variation-Add-Ons {
	display: none !important;
}

input#youremail,
input#yourname {
	color: white;
}

.contact label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

#post-262 iframe {
	width: 100%;
	height: 1749px;
}

.ywapo_option_description img {
	width: 10px;
}

.for-mobile {
	display: none;
}

.not-for-mobile {
	display: inline-block;
}

.navbar-brand>img {
	display: block;
	height: 25px;
}

input#ezcf_id,
input#collection_date_wo {
	display: none;
}

.amount small {
	font-size: 20px;
}

.slider-form-2 {
	background: rgba(0, 0, 0, 0.6);
}

.product-header-div small.custom_spanset {
	display: inline-block;
	position: relative;
	left: -10px;
	bottom: 1px;
	vertical-align: middle;
	display: block;
	font-weight: bold;
}

.custom_spanset_plus {
	bottom: 17px;
	position: relative;
	right: 10px;
	font-size: 12px !important;
	display: none
}

.dr-blog-sec a:hover {
	color: #ee8126;
	text-decoration: none;
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */

.download,
.icon1,
.icon3,
.icon2,
.landlord-icon-popup,
.home-icon-popup,
.email-icon,
.calender-icon,
.footer-icon2,
.footer-icon3,
.close-icon,
.footer-icon1,
.phone-icon {
	display: inline-block;
	background: url('../images/png.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.download {
	background-position: -10px -0px;
	width: 77px;
	height: 455px;
}

.icon1 {
	background-position: -10px -465px;
	width: 57px;
	height: 63px;
}

.icon3 {
	background-position: -10px -538px;
	width: 54px;
	height: 63px;
}

.icon2 {
	background-position: -10px -611px;
	width: 49px;
	height: 63px;
}

.landlord-icon-popup {
	background-position: -10px -684px;
	width: 39px;
	height: 30px;
}

.home-icon-popup {
	background-position: -10px -724px;
	width: 31px;
	height: 29px;
}

.email-icon {
	background-position: -51px -724px;
	width: 24px;
	height: 16px;
}

.calender-icon {
	background-position: -51px -750px;
	width: 22px;
	height: 22px;
}

.footer-icon2 {
	background-position: -10px -763px;
	width: 22px;
	height: 23px;
}

.footer-icon3 {
	background-position: -42px -782px;
	width: 22px;
	height: 23px;
}

.close-icon {
	background-position: -59px -684px;
	width: 17px;
	height: 17px;
}

.footer-icon1 {
	background-position: -10px -796px;
	width: 16px;
	height: 23px;
}

.phone-icon {
	background-position: -36px -815px;
	width: 13px;
	height: 17px;
}

.hide_new {
	display: none;
}

span.required {
	color: red;
	font-weight: 700;
	border: 0;
}

input#billing_Company {
	line-height: 22px;
}

p#billing_Company_group {
	margin: 0 0 -10px;
}

.row.woocommerce-invalid {
	border: 1px solid red;
}

.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 48.2842712474619px;
	height: 48.2842712474619px;
	margin-left: -24.14213562373095px;
	margin-top: -24.14213562373095px;
	border-radius: 100%;
	-webkit-animation-name: loader;
	animation-name: loader;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.loader .side {
	display: block;
	width: 6px;
	height: 20px;
	background-color: #ed7e22;
	margin: 2px;
	position: absolute;
	border-radius: 50%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.loader .side:nth-child(1),
.loader .side:nth-child(5) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-name: rotate0;
	animation-name: rotate0;
}

.loader .side:nth-child(3),
.loader .side:nth-child(7) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-name: rotate90;
	animation-name: rotate90;
}

.loader .side:nth-child(2),
.loader .side:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation-name: rotate45;
	animation-name: rotate45;
}

.loader .side:nth-child(4),
.loader .side:nth-child(8) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation-name: rotate135;
	animation-name: rotate135;
}

.loader .side:nth-child(1) {
	top: 24.14213562373095px;
	left: 48.2842712474619px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(2) {
	top: 41.21320343109277px;
	left: 41.21320343109277px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(3) {
	top: 48.2842712474619px;
	left: 24.14213562373095px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(4) {
	top: 41.21320343109277px;
	left: 7.07106781636913px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(5) {
	top: 24.14213562373095px;
	left: 0px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(6) {
	top: 7.07106781636913px;
	left: 7.07106781636913px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(7) {
	top: 0px;
	left: 24.14213562373095px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader .side:nth-child(8) {
	top: 7.07106781636913px;
	left: 41.21320343109277px;
	margin-left: -3px;
	margin-top: -10px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

@-webkit-keyframes rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-webkit-keyframes rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@keyframes rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-webkit-keyframes rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@keyframes rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader_outer {
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999999999999;
	position: fixed;
	top: 0;
	left: 0;
}

.manually_custom_fields {
	display: none;
}

a#manuall_address_link_1,
a#manuall_address_link_2 {
	color: #5386C8;
	font-weight: 500;
}

.fields_lead {
	margin-left: 13px !important;
}

.manually_custom_fields sup.required,
.form-row sup.required {
	font-size: 13px;
}

.checkout-cstm-btn {
	color: #fff;
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 50px;
	border: 1px solid #f08206;
	text-transform: uppercase;
	padding: 6px 30px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out0s;
	background-color: #f08206;
}

.checkout-cstm-btn:hover {
	color: #585858;
	border: 1px solid #f08206;
	background-color: transparent;
}

a#add_more_properties {
	color: #f08206;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	float: right;
}

.col-md-6.add_address_fields:nth-child(even) {
	clear: both;
	border-right: 1px solid #e5e5e5;
}

.col-md-6.add_address_fields {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.remove_address_block {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background: #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.add_prop_loader {
	display: none;
}

img.add_prop_loader {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -4px;
	margin-left: 5px;
}

p.form-row.fields_lead {
	width: 94%;
}

.covered_properties_2 .account-holder {
	padding: 27px 0px 0px 15px;
}

section.parterner_with_section {
	border: 2px solid #ed7e22;
	position: relative;
}

.parterner_with_section .col-md-9 .col-md-3 img {
	max-width: 156px;
	height: 150px;
	margin-top: 34px;
	margin: 17px 0;
}

section.parterner_with_section label {
	font-size: 25px;
	padding-left: 80px;
	color: #fff;
	transform: skew(45deg);
}

.parterner_with_section .skooze {
	transform: skew(-45deg);
	background: #ed7e22;
	height: 100%;
	min-height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -100px;
	border-right: 5px solid #ed7e22;
	right: 0;
}
/*9jan*/
/*9jan2019*/

.yearly_homeowner .pricing-box:last-child .summary h1.product_title {
	background-color: #89d4d2;
}

.yearly_homeowner .pricing-box:last-child .summary h1.product_title {
	background-color: #89d4d2;
}

.yearly_homeowner .pricing-box:last-child .db-pricing-eleven .pricing-footer,
.yearly_homeowner .pricing-box:last-child .db-bk-color-one {
	background-color: #89d4d2;
}

.yearly_homeowner .pricing-box:nth-child(2) .summary h1.product_title,
.yearly_homeowner .pricing-box:nth-child(2) .db-pricing-eleven .pricing-footer,
.yearly_homeowner .pricing-box:nth-child(2) .db-bk-color-one {
	background-color: #f89c4f;
}

.yearly_homeowner .pricing-box:nth-child(2) .circle-wrap:before,
.yearly_homeowner .pricing-box:nth-child(2) .pricing-inner_col:before {
	content: url(../images/circle-img1.png);
}

.yearly_homeowner .pricing-box:last-child .circle-wrap:before,
.yearly_homeowner .pricing-box:last-child .pricing-inner_col:before {
	content: url(../images/circle-img3.png);
}

.yearly_homeowner .pricing-box div[id^="ywapo_value"]:first-child {
	min-height: 265px;
}
/*120319*/

.ywapo_option_description .yith_wccl_tooltip {
	left: 25px;
}

.ywapo_option_description .yith_wccl_tooltip span:after {
	left: 108px;
}

.ywapo_miss_required {
    border: none;
}