@charset "utf-8";
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Regular.woff2') format('woff2'),
        url('fonts/Aller-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Light.woff2') format('woff2'),
        url('fonts/Aller-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Bold.woff2') format('woff2'),
        url('fonts/Aller-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
	font-size: 14px;
	font-family:'Aller', Arial, sans-serif;
	font-weight: 400;
	background: #fff;
	color:#484848;
	overflow-x: hidden;
}
a {
	color: #FF6900;
	text-decoration: none !important;
	transition: all 250ms ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #FF6900;
}
a:focus {
	outline: none !important;
	text-decoration: none;
	box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0 0 20px;
}
b, strong, .fwbold {
    font-weight: 700;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
input[type='text'],
input[type='number'],
input[type='password'],
button,
textarea,
select,
option,
img,
.item,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.btn {
	background: #FF6900;
	border: 1px solid #FF6900;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	padding: 12px 20px;
	border-radius: 4px;
	cursor:pointer;
}
.btn:hover {
	background: #FF6900;
	color: #fff;
}
.whitebtn {
	background: #fff;
	color: #FF6900;
}
.whitebtn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.btnblank {
	color: #FF6900;
	background: transparent;
}
.btnblank:hover {
	background: #FF6900;
	color: #fff;
}
.btnlarge {
	font-size: 20px;
	padding: 16px 50px;
}
.mobile {
	display: none !important;
}
.fpurple {
	color: #FF6900;
}
.fpink {
	color: #FF6900;
}
/*-------------------------Header Css-----------------------------*/
header {
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	transition: all 300ms ease-out;
}
header.shrink {
	position: fixed;
}
.headertop {
	background-color: #484848;
	padding: 10px 0;
}
header .logo {
	display: block;
	margin: 0;
	width: 70px;
	transition: all 300ms ease-out;
}
header .logo img {
	width: 100%;
}
header .tollnumber {
	font-size: 17px;
	color: #fff;
}
header .tollnumber a {
	font-weight: 600;
	color: #FF6900;
}
header .searchbx {
	position: relative;
	margin: 0 15px;
}
header .searchbx input[type='text'] {
	border: 1px solid #484848;
    width: 100px;
    height: 40px;
    border-radius: 27px;
    color: #484848;
    font-size: 14px;
    padding: 0 22px 0 32px;
	transition: all 300ms ease-out;
}
header .searchbx input[type='text']:focus {
    width: 180px;
}
header .searchbx input[type='text']::placeholder {
	color: #484848;
	opacity: 1; /* Firefox */
}
header .searchbx input[type='text']:-ms-input-placeholder {
	color: #484848;
}
header .searchbx input[type='text']::-ms-input-placeholder {
	color: #484848;
}
header .searchbtn {
	position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: url(../images/search-icon-black.png) no-repeat center;
	background-size: 11px auto;
    outline: none;
    cursor: default !important;
	font-size: 0;
}
header .searchclose {
	position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: url(../images/close-black.png) no-repeat center;
	background-size: 11px auto;
    outline: none;
	font-size: 0;
	display: none;
}
header .headerbot {
	background-color: #fff;
	position: relative;
}
header .navbar {
	position: static;
	padding: 0;
	display:block;
}
header .forfullwidthmenu {
	position: relative;
}
header .forfullwidthmenu > .row {
	position: relative;
	z-index: 1;
}
header .forfullwidthmenu [class*="col"] {
	position: static;
}
.menuconainer {
	z-index: 1;
	margin-left: 180px;
}
.menubx {
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.menubx li {
	position: relative;
	display: inline-block;
	padding: 0;
}
.menubx > li {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.menubx > li:first-child {
	padding-left: 0;
}
.menubx > li:last-child {
	padding-right: 0;
}
.menubx li > a {
	font-size: 16px;
	color: #484848;
	display: block;
	position: relative;
	padding: 24px 22px;
	transition: none;
}
/* .menubx > li > a {
	border-bottom: 2px solid transparent;
} */
.menubx > li:hover,
.menubx > li.active {
	background: #FF6900;
}
.menubx > li:hover > a,
.menubx > li.active > a {
	color: #fff;
}
.menubx > li.menu-item-has-children {
    padding-right: 22px;
}
.menubx > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    height: 2px;
    margin-top: -6px;
    border: solid #FF6900;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: none;
    background: none;
}
.menubx > li:hover > a:before,
.menubx > li.active > a:before {
    border-color: #fff;
}
.menubx .sub-menu {
	display: none;
	background: #fff;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: auto;
	z-index: 9;
	min-width: 260px;
	max-width: 100%;
	padding: 5px 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-webkit-animation: fadeInMenu 300ms linear;
    animation: fadeInMenu 300ms linear;
}
.menubx>li:hover .sub-menu {
	display: block
}
.menubx .sub-menu > li {
	display: block;
	padding: 5px 0;
	height: auto;
}
.menubx .sub-menu > li + li {
	border-top: 1px solid #C8C8C8;
}
.menubx .sub-menu > li > a {
	padding: 10px 22px;
}
.menubx .sub-menu > li > a:hover,
.menubx .sub-menu > li > a.active {
	color: #FF6900;
}
.menubx .sub-sub-menu {
	width: 300px;
	position: absolute;
	display: none;
	left: 100%;
	top: -20px;
	padding: 20px 2px 20px 0;
	z-index: 1;
	background: 0 2px 6px rgba(0,0,0,0.3);
}
.menubx .sub-menu>ul>li:hover .sub-sub-menu {
	display: block
}
.menubx div.sub-menu li.has-submenu>a.sub-menu-link:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 2px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 0.2;
	box-shadow: none;
	background: 0 0
}
.menubx li.current-menu-parent>a.sub-menu-link:before, .menubx div.sub-menu li.has-submenu:hover>a.sub-menu-link:before {
	opacity: 1
}
.menubx .fullwidth {
	position: static;
}
.menubx .fullwidth .sub-menu {
	width: 100%;
    left: 0;
    padding: 50px;
}
.menubx .fullwidth h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
}
.menubx .fullwidth ul li {
	padding: 15px;
}
.menubx .fullwidth ul li + li {
	border: none;
}
.menubx .fullwidth ul li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0 20px 0 0 !important;
	border-bottom: 1px solid transparent;
}
.menubx .fullwidth ul li a:hover,
.menubx .fullwidth ul li a.active {
	border-bottom: 1px solid #fff;
}
.menubx .fullwidth ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    margin-top: -2px;
    border: solid #FF6900;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.fixedmenu {
	width: 55px;
	position: fixed;
	top: 45%;
	right: 15px;
	z-index: 1;
}
.fixedmenu a {
	display: block;
	margin-bottom: 15px;
}
.greybg {
	background: #f0f0f0;
}
.orangebg {
	background-color: #FF6900;
	color: #fff;
}
/*-------------------------Home Slider Section Css-----------------------------*/
.herobx {
    position: relative;
	width: 100%;
	color: #fff;
	font-size: 0;
}
.herobx .item {
	position: relative;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.herobx .item::before {
	content: "";
	display: block;
	padding-bottom: 41.66%;
}
.herobx .item .imgbx {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.herobx .item .imgbx::before,
.herobx .item .imgbx::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
}
.herobx .item .imgbx::before {
	background-image: url(../images/hero-bg1.png);
	mix-blend-mode: multiply;
}
.herobx .item .imgbx::after {
	background-image: url(../images/hero-bg2.svg);
}
.herobx .item.livaItem .imgbx::before,
.herobx .item.livaItem .imgbx::after {
	content: none;
}
.herobx .item .imgbx img {
	width: 100%;
	height: 100%; 
 	object-fit: cover;
}
.herobx .bannermain {  
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
}
.herobx .container {    
    /* position: relative; */
	height: 100%;
}
.herobx .bannertext {    
    position: absolute;
    width: 360px;
	max-width: 100%;
	left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.herobx .slidelogo {    
    width: 200px;
	max-width: 100%;
	margin-top: 20px;
}
.herobx h1 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 0px;
}
.herobx h1 span {
	display: block;
	font-size: 50%;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.herobx .btnbx {
	margin-top: 35px;
}
.herobx .btnbx .btn + .btn {
	margin-left: 15px;
}
.herobx .btnbx .btnblank {
	font-size: 14px;
    padding: 13px 50px;
    border: 1px solid #fff;
    color: #fff;
}
.herovideobx {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.herovideobx iframe,
.herovideobx video {
	min-width: 100%;
	min-height: 100%;
}
.owl-carousel {
	position: relative;
}
.slick-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    width: 100%;
    max-width: 1320px;
    left: 0;
    right: 0;
    margin: auto;
	padding: 0 12px;
	text-align: center;
}
.slick-slider .slick-dots li {
    width: 35px;
    height: 7px;
    margin: 0 7px;
}
.slick-slider .slick-dots button {
	width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #C4C4C4;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-dots button::before {
	display: none;
}
.slick-slider .slick-dots .slick-active button {
	background: #FF6900;
	border-color: #FF6900;
}
.slick-slider .slick-dots .slick-active:focus button {
	outline: none;
	box-shadow: none;
}
.slick-slider .slick-arrow, .slick-slider .slick-arrow:hover {
    position: absolute;
    left: -40px;
    top: 50%;
	z-index: 9;
    transform: translateY(-50%);
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 38px;
	font-size: 0;
}
.slick-slider .slick-arrow::before {
	display: none;
}
.slick-slider .slick-next, .slick-slider .slick-next:hover {
	transform: rotateY(-180deg) translateY(-50%);
    left: auto !important;
    right: -40px;
}
.slick-slider button.slick-arrow:hover {
	opacity: 0.8;
}
.mb-m1 {
	margin-bottom: -1px;
	font-size: 0;
}
.mt-m1 {
	margin-top: -1px;
	font-size: 0;
}
/*-------------------------Content Section Css-----------------------------*/
header.shrink + * {
    margin-top: 133px;
}
.contentbx {
	position: relative;
	width: 100%;
	clear: both;
	padding: 100px 0;
}
.contentbx h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.contentbx p {
	margin-bottom: 20px;
}
.contentbx p:last-child {
	margin-bottom: 0px;
}
.whitetext {
	color: #fff !important;
}
.bgimage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.parallex {
	background-attachment: fixed;
}
.boxshadow {
	background: #fff;
	transition: all 200ms ease-in-out;
}
.boxshadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}
.tabbx {
	position: relative;
	border-top: 1px solid #ead6bd;
	margin: 0 20px 40px;
}
.tabbx a {
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	color: #FF6900;
	text-align: center;
    padding-top: 30px;
	margin-top: -1px;
}
.tabbx a.active {
	font-weight: 500;
	color: #FF6900;
}
.tabbx .selected {
	position: absolute;
	left: 0;
	top: 0;
	background: #FF6900;
	height: 5px;
	width: 50%;
	transition: all linear 300ms;
}
.tabbx .selected.active {
	left: 50%;
}
.tabbxdiv {
	display: none;
	min-height: 500px;
}
.tabbxdiv1 {
	display: block;
}
.prodbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.prodbx .imgbx img {
	width: 100%;
	transition: all 200ms ease-in-out;
}
.prodbx .imgbx:hover img {
	transform: scale(1.05, 1.05);
}
.prodbx > a {
	display: block;
}
.prodbx .textbx {
	padding: 25px 15px;
}
.prodbx .textbx h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #FF6900;
	text-transform: capitalize;
}
.prodbx .textbx h4 {
	font-size: 22px;
	color: #484848;
	height: 52px;
	overflow: hidden;
	margin-bottom: 12px;
}
.prodbx .textbx > div {
	height: 70px;
	overflow: hidden;
}
.prodbx .btnblank {
	font-size: 14px;
	font-weight: 500;
	padding: 15px 40px;
	margin-top: 20px;
}
.productsec .slick-slider .item {
    padding: 20px;
}
.curvebx img {
	width: 100%;
}
.purplebg {
	background-color: #FF6900;
	color: #fff;
}
.purpledarkbg {
	background-color: #4B226E;
	color: #fff;
}
.faqlisting h4 {
	font-size: 22px;
	font-weight: 400;
    cursor: pointer;
	padding-bottom: 25px;
    margin-bottom: 25px;
	border-bottom: 1px solid #F2F2F2;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: right 8px;
    padding-right: 33px;
}
.faqlisting h4.active {
    background-image: url(../images/arrow-up.png);
}
.faqlisting .textbx {
    display: none;
    padding: 0px 0 25px;
    margin-bottom: 25px;
	border-bottom: 1px solid #F2F2F2;
}
.faqsec h2 {
	margin-bottom: 70px;
}
.viewallfaq {
	display: none;
}
.orangebg .faqlisting h4 {
    background-image: url(../images/arrow-down-white.png);
}
.orangebg .faqlisting h4.active {
    background-image: url(../images/arrow-up-white.png);
}
.contentbx ul {
	list-style: outside;
	margin-bottom: 20px;
	padding-left: 15px;
}
.contentbx ul li + li {
	margin-top: 5px;
}

.blogbx .textbx {
	position: relative;
	padding: 25px 25px 40px 25px;
	height: 100%;
}
.blogbx h3 {
	font-size: 21px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.blogbx a {
	color: #484848;
}
.blogbx a:hover {
	color: #FF6900;
}
.blogbx h3 strong {
	display: block;
	font-size: 15px;
	margin: 0 0 10px;
}
.blogbx .textbx .datebx {
	position: absolute;
	bottom: 20px;
}
.blogbx .imgbx {
	position: relative;
	overflow: hidden;
}
.blogbx .imgbx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 200ms ease-in-out;
}
.blogbx .imgbx:hover img {
	transform: scale(1.05, 1.05);
}
.blogbx .imgbx::before {
	content: "";
	display: block;
	padding-bottom: 56.97%;
}
.blogbx .imgbx::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 0;
    background: rgb(255,105,0, 0.6);
	background: linear-gradient(90deg, rgba(255,105,0,1) 0%, rgba(0,0,0,0) 100%);
    /* background: url(../images/blog-bg.png) no-repeat;
	background-size: cover; */
}
.blogbx .imgbx .textbx {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 53%;
	height: 100%;
	padding: 45px;
	color: #fff;
}
.blogbx .imgbx .textbx h3 {
	font-size: 36px;
}
.blogbx .imgbx .textbx h3 strong {
	font-size: 20px;
}
.blogbx .imgbx a {
	color: #fff;
}
.blogbx .imgbx .textbx .datebx {
	bottom: 30px;
	font-size: 18px;
}
.blogsec .h100 {
	height: 100%;
}
.blogsec .h100 > div {
	height: calc(50% - 12px);
}
.blogsec .h100 > div + div {
	margin-top: 24px;
}
.blogsec .h100 > div .blogbx {
	height: 100%;
	border: 1px solid #f9f9f9;
}
/*-------------------------Footer Css-----------------------------*/
footer {
    padding: 70px 0 0;
	clear: both;
	position: relative;
	width: 100%;
	background: #222222;
	font-weight: 100;
	color: #fff;
	font-size: 14px;
}
footer p:last-child {
	margin-bottom: 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #FF6900;
}
footer h3 {
	font-size: 22px;
	font-weight: 700;
	color: #FF6900;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li + li {
	margin-top: 12px;
}
.botfooter {
	padding: 25px 0;
	margin-top: 70px;
	text-align: center;
	border-top: 1px solid #343434;
}
.botfooter p {
	font-size: 11px;
}

.specbx .imgbx img {
	width: 90px;
	margin-bottom: 15px;
}
.specbx p {
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
}
/* .productdetailsec {
	background: url(../images/cloud-left.png) no-repeat left center;
	background-size: 150px auto;
} */
.prodetail + .prodetail {
	margin-top: 80px;
}
.prodetail .imgbx {
    position: relative;
    overflow: hidden;
}
.prodetail .imgbx img {
	width: 100%;
}
.prodetail h3 {
	font-size: 30px;
	color: #FF6900;
}
.prodetail p {
	font-size: 20px;
}
.prodetail:nth-child(odd) .row {
	flex-direction: row-reverse;
}
.prodetail:nth-child(odd) .textbx {
	padding-right: 20px;
}
.prodetail:nth-child(even) .textbx {
	padding-left: 20px;
}
.prodetail ul {
	font-size: 20px;
}
.orangebg .prodetail h3 {
    color: #fff;
}
/* .prodetail .imgbx::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: url(../images/wave-left.png) no-repeat left center;
    background-size: auto 100%;
}
.prodetail:nth-child(even) .imgbx::after {
    transform: rotate(-180deg);
} */
.specifications .prodetail .imgbx::after {
	display: none !important;
}
.havingproblems h2 {
	font-weight: 400;
	margin-bottom: 20px;
}
.havingproblems p {
	font-size: 32px;
}

.bloglisting .row > div {
    padding: 0 20px;
}
.bloglist .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.bloglist .imgbx img {
	width: 100%;
	transition: all 200ms ease-in-out;
}
.bloglist .imgbx:hover img {
	transform: scale(1.05, 1.05);
}
.bloglist .imgbx::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 0;
    background: rgb(255,105,0, 0.6);
	background: linear-gradient(90deg, rgba(255,105,0,1) 0%, rgba(0,0,0,0) 100%);
}
.bloglist .imgtextbx {
    width: 100%;
    padding: 25px 15px;
}
.bloglist .imgtextbx span {
	font-size: 18px;
}
.bloglist .imgtextbx .datebx {
	font-size: 13px;
	margin-top: 5px;
}
.bloglist .textbx {
	padding: 25px 15px;
}
.bloglist .textbx h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FF6900;
    text-transform: capitalize;
}
.bloglist .textbx h4 {
	font-size: 22px;
	color: #484848;
	min-height: 52px;
}
.blogdetail .detailbx {
	margin-top: 40px;
}
.blogdetail h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.blogdetail * + h4 {
	margin-top: 40px;
}
.termslinks {
	padding-right: 30px;
}
.termslinks ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}
.termslinks ul li {
	padding: 0 25px;
	border-bottom: 1px solid transparent;
}
.termslinks ul li + li {
    margin-top: 0;
}
.termslinks ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #484848;
	padding: 15px 0;
	border-bottom: 1px solid #f5f3f6;
	transition: none;
}
.termslinks ul li:last-child a {
	border-bottom: none;
}
.termslinks ul li:hover,
.termslinks ul li.active {
	background: #FF6900;
	border-color: #fff;
}
.termslinks ul li:hover a,
.termslinks ul li.active a {
	color: #fff;
	border-color: #FF6900;
}
.termspages h2 {
	text-align: left;
	color: #FF6900;
	margin-bottom: 30px;
}
.termspages p + h4 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.termspages .pdfbx {
    border: 1px solid #d8d8d8;
	font-weight: 500;
}
.termspages .icon {
	background: #f5f3f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	flex: 0 0 50px;
}
.termspages .icon img {
    width: 18px;
    margin-bottom: 5px;
}
.termspages .icon span {
	display: block;
    font-size: 8px;
}
.termspages .text {
	padding: 15px;
}
.termspages .text a:hover {
	text-decoration: underline !important;
}

.contentbx .pagination {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contentbx .pagination li + li {
	margin: 0;
}
.contentbx .page-link {
    color: #FF6900;
    border: 1px solid #FF6900;
}
.contentbx .page-link:hover {
    color: #fff;
    background-color: #FF6900;
    border-color: #FF6900;
}
.contentbx .page-item.active .page-link {
    background-color: #FF6900;
    border-color: #FF6900;
}
.nextblogsec {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.nextblog {
	font-size: 16px;
}
.nextblog strong {
	display: block;
	margin-bottom: 3px;
}
.nextblog a {
	display: block;
	margin-bottom: 3px;
	color: #484848;
	text-decoration: underline !important;
}
.nextblog a:hover {
	color: #FF6900;
}
.contactsec h2 {
	text-align: left;
}
.contactsec .leftbx {
	position: relative;
	padding: 70px 25px;
	background: #FF6900;
	/* background: #FF6900 url(../images/contact-bg.jpg) no-repeat left top / 100% auto; */
	color: #fff;
}
.contactsec .leftbx::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 49px;
	background: url(../images/contact-bottom.jpg) no-repeat center / cover;
}
.contactsec .leftbx a {
	color: #fff;
}
.contactsec .leftbx p a:hover {
	text-decoration: underline !important;
}
.contactsec .leftbx h4 {
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-size: 32px auto;
}
.contactsec .leftbx h4::before {
	content: "";
	position: absolute;
	left: -35px;
	top: 0px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.contactsec .leftbx h4.location::before {
	background-image: url(../images/icon-location.png);
}
.contactsec .leftbx h4.callnow::before {
	background-image: url(../images/icon-phone.png);
}
.contactsec .leftbx p {
	font-size: 15px;
} 
.contactsec .addressbx {
	padding-left: 35px;
	margin-bottom: 50px;
}
.contactsec .textlabel {
	flex: 0 0 90px;
}
.contactsec .textdetail {
	flex-grow: 1;
}
.contactsec .leftbx .borderbx {
	border: 1px solid #fff;
	border-radius: 7px;
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	/* font-weight: 500; */
}
.contactsec .leftbx .borderbx:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #FF6900;
	text-decoration: none !important;
}
.formbx {
	padding: 70px 0;
}
.formbx .form-group {
	position: relative;
	margin-bottom: 30px;
}
.formbx label {
	font-size: 17px;
	margin-bottom: 10px;
}
.formbx .form-control,
.formbx .calendar input {
	border-color: #B7B7B7;
	border-radius: 5px;
	font-size: 17px;
    color: #484848;
	padding: 15px 40px 15px 20px;
}
.formbx textarea.form-control {
	height: 150px;
	resize: none;
}
.formbx .form-control::-webkit-input-placeholder,
.formbx .calendar input::-webkit-input-placeholder {
    color: transparent;
}
.formbx .form-control:-ms-input-placeholder,
.formbx .calendar input:-ms-input-placeholder { 
    color: transparent;
}
.formbx .form-control::placeholder,
.formbx .calendar input::placeholder {
    color: transparent;
}
.formbx .form-control:focus {
	box-shadow: none;
	border-color: #FF6900;
}
.formbx .floatlabel {
	background: #fff;
    padding: 5px;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 49%;
	transform: translateY(-50%);
	line-height: 1;
    color: #484848;
	cursor: initial;
	transition: all ease-in-out 250ms;
}
.formbx textarea ~ .floatlabel {
	top: 17%;
}
.formbx .form-control.valid ~ .floatlabel,
.formbx .form-control.invalid ~ .floatlabel,
.formbx .form-control:focus ~ .floatlabel,
.formbx .calendar.active .floatlabel {
	top: 0;
	font-size: 14px;
    color: #484848;
}
.formbx .form-control.valid {
    border-color: #4CAF50;
    background: #fff url(../images/tick.svg) no-repeat right 15px center / 18px;
}
.formbx .form-control.invalid {
    border-color: #FF6900;
    background: #fff url(../images/close-icon.svg) no-repeat right 15px center / 18px;
}
.formbx span.error {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: #FF6900;
    left: 5px;
}
.formbx .successmsg {
	display: block;
	font-size: 18px;
    color: #4CAF50;
    border: 2px solid #4CAF50;
    padding: 5px 15px;
}
.formbx .calendar input {
	width: 100%;
	border: 1px solid #B7B7B7;
	background: #fff url(../images/calendar.svg) no-repeat right 20px center;
}
.formbx .phonenumber .form-control {
	padding-left: 70px;
}
.formbx .phonenumber .floatlabel {
	left: 70px;
}
.formbx .phonenumber .country-code {
    position: absolute;
    font-size: 18px;
    top: 48%;
    transform: translateY(-50%);
    left: 20px;
}
.react-datepicker-popper {
	z-index: 1;
	margin-top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
	display: none;
}
.react-datepicker-popper[data-placement^=bottom] {
	padding-top: 0 !important;
	top: auto !important;
	transform: none !important;
}
.react-datepicker {
	width: auto;
}
.react-datepicker-popper {
	width: auto;
}
.react-datepicker__month-container {
	float: left;
	width: 100%;
	padding: 10px !important;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
	display: none;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
	font-size: 25px !important;
	padding: 10px 60px;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
	color: #000 !important;
	display: inline-block;
	width: 45px !important;
	line-height: 40px !important;
	text-align: center;
	margin: 3px !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
.react-datepicker__navigation--previous {
	left: 25px !important;
	border: 1px solid #ccc !important;
	border-radius: 100px !important;
	top: 18px !important;
}
.react-datepicker__navigation--next {
	right: 25px !important;
	border: 1px solid #ccc !important;
	border-radius: 100px !important;
	top: 18px !important;
}
.react-datepicker__navigation {
	height: 45px !important;
	width: 45px !important;
}
.react-datepicker__day-name {
	color: #8A1078 !important;
	font-weight: 600 !important;
}
.react-datepicker__day--keyboard-selected {
	border-radius: 0px !important;
	background-color: #fff !important;
	color: #000 !important;
	border: 0px solid #871078 !important;
	font-weight: normal !important;
}
.react-datepicker__day--selected {
	border-radius: 0px !important;
	background-color: #fff !important;
	color: #000 !important;
	border: 2px solid #871078 !important;
	font-weight: normal !important;
	font-weight: normal !important;
}
.react-datepicker__month-select {
	border: 1px solid #ccc !important;
	font-size: 14px !important;
	padding: 3px 10px !important;
	border-radius: 3px !important;
}
.react-datepicker__year-select {
	border: 1px solid #ccc !important;
	font-size: 14px !important;
	padding: 3px 10px !important;
	border-radius: 3px !important;
}
.react-datepicker__header {
	background-color: #fff !important;
	padding: 10px !important;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
	top: 9px !important;
	height: 15px !important;
	width: 15px !important;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
	color: #ccc !important;
}
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
	color: #ccc !important;
}

.formbx .searchselect .css-yk16xz-control {
	font-size: 18px;
}
.formbx .searchselect .css-yk16xz-control,
.formbx .searchselect .css-1pahdxg-control {
	border-color: #B7B7B7;
	border-radius: 5px;
    font-weight: 500;
    color: #484848;
	padding: 9px 10px;
	height: 59px;
}
.formbx .searchselect .css-1okebmr-indicatorSeparator {
	display: none;
}
.formbx .searchselect .css-1wa3eu0-placeholder {
    color: #484848;
}
.formbx .btn .spinner-border-sm {
    margin-right: 5px;
}
.searchresult .row > div {
	margin-bottom: 40px;
}
.resultbx {
	height: 100%;
	padding: 40px;
	background: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 10px 0 rgba(0, 0, 0, 0.04);
	transition: all 200ms ease-in-out;
}
.resultbx h5 a {
	color: #484848;
}
.resultbx .btn {
    font-size: 14px;
    padding: 12px 22px;
}