/**********/

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p {
  font-size: 1rem;
  line-height: 1.7rem;
  color: #343434;
}

img {
	max-width: 100%;
}

ul,
ol {
	padding-left: 18px;
}

li {
	margin: 0 0 6px;
}

/***** header style *****/


#header {
  position: absolute;
  top: 0;
}

.header-outer {
  position: relative;
}

.header {
  padding: 1.1rem 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.nav-link {
  padding: 0 !important;
  margin: 0 1rem;
  color: #ffffff !important;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.navbar-nav li.nav-item {
  margin-right: 1.5rem;
}

li.nav-item:nth-last-child(1) {
  margin-left: 1rem;
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
  padding: 0 !important;
}

.nav-pills>.nav-link {
  margin: 1rem;
}

.navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
}

.navbar-toggler span {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  margin: 0 0 8px;
}

.show_menu .navbar-collapse {
  right: 0 !important;
}

.close_menu {
  display: none;
}

.show_menu .close_menu {
  opacity: 1;
  right: 36px;
  visibility: visible;
}

.icon-close-mobile-menu {
  width: 24px;
  height: 24px;
  display: block;
  filter: invert(98%) sepia(6%) saturate(249%) hue-rotate(247deg) brightness(116%) contrast(90%);
}


/******** header style close *********/



/************* banner style ************/

.split-outer {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0 0 7rem;
}

.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.hero h1 {
  font-size: 3.2rem;
  text-align: left;
  color: #fff;
  margin: 30px 0 0;
}

section.hero .content-box {
  padding-top: 40px;
}

section.hero .content-box p {
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.split-outer::before {
  width: 100%;
  height: 100%;
  background: #8f8fed !important;
  position: absolute;
  left: 0;
  background-position: center;
  top: 0;
  content: "";
  transition: all 10.2s ease;
  transform: scale(1.1);
}

.split-outer.half {
  height: 50vh;
}

.split-outer.home-banner::before {
  background: url("../images/Hero.webp") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.timesheet-banner::before {
  background: url("../images/timesheet/timesheet-banner.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.banner-payroll::before {
  background: url("../images/payroll/payroll-banner.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.banner-invoices::before {
  background: url("../images/invoices/invoices-banner.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.calculator-banner::before {
  background: url("../images/calculator/calculator-banner.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.banner-payroll-landing-page::before {
  background: url("../images/payroll/payroll-banner2.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}


.split-outer.banner-timesheet-landing-page::before {
  background: url("../images/timesheet/timesheet-banner2.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.banner-invoices-landing-page::before {
  background: url("../images/invoices/invoices-banner2.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.split-outer.banner-calculator::before {
  background: url("../images/calculator.jpg") no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.loaded .split-outer::before {
  transform: scale(1);
}


/************* banner style close ************/


/******* our insights start *******/

.blogbox_main {
  display: flex;
  flex-wrap: wrap;
  margin: 3.125rem 0 0; 
  padding: 0;
}
  
.blogbox_main li {
	width: 33%;
	padding: 1.875rem 2.375rem;
	transition: all 0.5s ease;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 0; 
  list-style: none;
}
    
    
.blogbox_main li:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	background: #F2F2F2; 
}
	  
.blogbox_main li:hover h5, 
.blogbox_main li:hover p,
.blogbox_main li:hover a {
	color: #0055FF; 
}
		
.blogbox_main li h5 {
	font-weight: 700;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 1rem; 
}
	  
.blogbox_main li p {
	line-height: 1.875rem;
	color: #343434; 
}
	  
.blogbox_main li a {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #343434;
	position: relative;
	display: inline-block;
	padding: 0.625rem 0 0;
	margin: 0.5rem 0 0;
	text-decoration: none;
	transition: all 0.5s ease; 
}
	  
.blogbox_main li a::before {
	content: '';
	width: 45%;
	height: 3px;
	background: #343434;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease; 
}
		
.blogbox_main li a:hover:before {
	width: 100%; 
}
		
.blogbox_main li a:hover {
	color: #0055FF; 
}

/******* our insights close *******/



/******** button style *******/

.secondary-btn-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.primary-button {
  background: #007bff;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 35px;
  border-radius: 4px;
  margin-top: 2rem;
  float: left;
  transition: all 0.5s ease;
  border: 0;
}

.primary-button:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

/******** button style close *******/




/********* heading styles ***********/

.common-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.0625rem;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 2rem;
  color: #000;
}

.primary-heading {
  font-family: "GT Eesti Pro Display";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.375rem;
  letter-spacing: 0em;
  text-align: center;
  max-width: 819px;
  margin: 3.5rem auto 2.5rem;
  color: #191e4f;
}

/********* heading styles close ***********/


/********* spacing style *********/

.mb-8 {
  margin-bottom: 8rem;
}

/********* spacing style close *********/


/******* common style *******/

.read-more {
  border-bottom: 2px solid #141414;
  padding: 0 0 5px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.read-more:hover {
  text-decoration: none;
}

/* Added by Sood */
.link_homepage {
  font-weight: 700;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid orange;
  padding-bottom: 0.5rem;
}

.link_homepage:hover {
  text-decoration: none;
  border-bottom: 2px solid #55b4b0;
}

.color-white {
  color: #fff !important;
}

.color-light-grey {
  color: #d1d1d1 !important;
}

.blue-bg {
  background: #007bff;
}

.color-blue {
  color: #007bff;
}

.light-green-bg {
  background-color: #e9fff1;
}

.text-normal {
  font-weight: 400 !important;
}

.custom-card {
  box-shadow: rgb(0 0 0 / 30%) 0 0 7px;
  padding: 30px 30px;
}

.list-style1 li {
  margin: 0 0 20px;
  list-style: none;
  position: relative;
  font-size: 1.1rem;
  padding-left: 50px;
}

.list-style1 li:before {
  content: '';
  width: 14px;
  height: 23px;
  border: 5px solid #04c94a;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.font-highlight {
  font-size: 106%;
}

.list-style4 {
  margin: 0;
  padding: 0;
}

.list-style4 li {
  font-size: 1.1rem;
  margin: 0 0 1rem;
}

.list-style4 li .tick {
  width: 40px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.list-style4 li .tick:before {
  content: '';
  width: 14px;
  height: 23px;
  border: 5px solid #04c94a;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/******* common style close *******/



/********** hubspot form style *********/

.hubspot_form {
  min-height: 210px;
  margin: 0 0 4.375rem;
}

/********** hubspot form style close *********/


/********** common content *********/

.img-box img {
  width: 100%;
}

/********** common content close *********/



/***** claculator page style start *****/


.claifornia_calculator .title_box {
  text-align: center;
}

.claifornia_calculator .title_box h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #363636;
  margin: 0 0 20px;
}

.claifornia_calculator .title_box p {
  font-size: 1.25rem;
}

.claifornia_calculator .calculator_box {
	display: block;
    margin: 40px auto 40px;
    width: 78%;
    background: #f3f4ff;
    padding: 40px 0px 0;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 20%) 0 0 16px;
}

.calculator_box .input-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0 40px 10px;
}

.calculator_box .input-container .left-box {
    width: 40%;
    font-size: 1.125rem;
    font-weight: 400;
}

.input-container select {
    color: #248dff;
    border: 0;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    width: auto;
}

.input-container select:focus {
	outline: none;
}

.input-container.start-day {
    justify-content: flex-start;
}

.start-day span {
    margin-left: 12px;
    color: #959595;
}

.text-600 {
    font-weight: 600 !important;
}

.calculator_box .input-container .right-box {
	width: 58%;
}

.scroll_btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
	cursor: pointer;
}

.box span {
	width: 20px;
	height: 20px;
  display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.2s;
}

.box span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}

.calculator_box .input-container input {
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #696969;
    background-color: #fdfdfd;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    height: 2.8rem;
    transition: all 0.15s ease-in-out;
}

.calculator_box .input-container input:focus {
	outline: none;
}

.submit-btn {
    display: block;
    width: 100%;
    text-align: right;
    padding: 30px 40px;
}

.submit-btn button {
    border: 0;
    background: #248dff;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
	transition: all 0.5s ease;
}

.submit-btn button:hover {
	background: #000;
}

.claifornia_calculator .calculator_box .total_input_box {
  display: block;
  width: 100%;
  background: #beddff;
  padding: 22px 0 0;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0;
  border-bottom: 1px solid #daebff;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .left_box,
.claifornia_calculator .calculator_box .total_input_box .main_full_box .right_box {
  width: 50%;
  padding: 0 16px;
  font-size: 1.125rem;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .left_box label,
.claifornia_calculator .calculator_box .total_input_box .main_full_box .right_box label {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .left_box {
  margin: 0;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .left_box h6 {
  font-weight: 700;
  font-size: 1.125rem;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .right_box {
  text-align: right;
}

.claifornia_calculator .calculator_box .total_input_box .main_full_box .sub_title p {
  font-size: .875rem;
  color: #248dff;
}

.claifornia_calculator .calculator_box .total_input_box .half_our {
  color: #248dff;
}

.claifornia_calculator .calculator_box .total_input_box .total_our {
  background: #248dff;
  border: transparent;
  color: #fff;
  font-size: 1.125rem;
  padding: 15px 0;
}

.inner-container {
    max-width: 79% !important;
    display: block;
    margin: auto;
	width: 100% !important;
}

.calculator_input {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0 0 20px;
}

.calculator_input .inner_calculator {
  display: flex;
  flex-wrap: wrap;
}

.calculator_input .inner_calculator .left_box {
  width: 40%;
  padding: 0 16px;
  font-size: 1rem;
}

.calculator_input .inner_calculator .left_box .choose_days {
  color: #248dff;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.calculator_input .inner_calculator .left_box .choose_days::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: -30px;
  background: url("../images/calculator/arrow-down.svg") no-repeat;
  opacity: 0.5;
}

.calculator_input .inner_calculator .left_box .start_day {
  color: #aeaeae;
  font-size: 12px;
  margin-left: 30px;
}

.calculator_input .inner_calculator .right_input_box {
  width: 60%;
  padding-right: 16px;
  margin: 0 0 5px;
}

.calculator_input .inner_calculator .right_input_box input {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #696969;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  height: 2.8rem;
  transition: all 0.15s ease-in-out;
}

.calculator_input .inner_calculator .right_input_box input:focus {
  color: #363636;
  background-color: #fff;
  border-color: #363636;
  outline: 0;
}

.calculator_input .inner_calculator .right_input_box input:hover {
  border-color: #aeaeae;
  color: #515151;
}

.hint.text-center {
  font-size: 0.875rem;
  color: #aeaeae;
}

.bggrey {
  background: #f3f3f3;
  padding: 80px 0;
  margin: 0 0 50px;
}

.calculator_body h2 {
  font-size: 2.25rem;
  color: #363636;
}

.calculator_body p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
}

.list_style1 ul {
  margin: 0;
  padding: 0;
}

.list_style1 ul li {
  list-style: none;
  margin: 0 0 4px;
}

.list_style1 ul li a {
  background: #007bff;
  color: #fff !important;
  padding: 1.5rem;
  display: inline-block;
  width: 100%;
  border-radius: 7px;
  font-size: 1.125rem;
  transition: all 0.5s ease;
}

.list_style1 ul li a:hover {
  background: #79baff;
}

.para-lead {
  font-size: 1.25rem !important;
  font-weight: 400;
}

.gb_box1 {
  display: inline-block;
  width: 84%;
  color: #515151;
  background-color: #dddddd;
  font-style: italic;
  font-size: 1.125rem;
  padding: 16px 10px;
  border-radius: 6px;
  margin: 20px 0 40px;
}

.gb_box1 p {
  margin: 0;
  font-weight: 600;
  color: #515151;
}

.list-style2 {
  display: block;
  width: 100%;
}

.list-style2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 31px 0 10px;
}

.list-style2 ul li {
  list-style: none;
  width: 23%;
  border: 1px solid #efefef;
  border-radius: 0.40rem;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
}

.list-style3 {
  display: block;
  width: 100%;
}

.list-style3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 31px 0 10px;
}

.list-style3 ul li {
  list-style: none;
  width: 31%;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
  padding-left: 0;
}

.list-style3 ul li .last-para {
  padding: 20px 0 0;
  margin: 30px 0 0;
}

.days_ofweek {
  position: absolute;
  background: #fff;
  width: 180px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  padding: 20px 22px;
  border-radius: 6px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.days_ofweek ul {
  margin: 0;
  padding: 0;
}

.days_ofweek ul li {
  color: #8b8b8b;
  padding: 6px 0;
  cursor: pointer;
}

.days_ofweek ul li:hover {
  color: #248dff;
}

.show_week {
  opacity: 1;
  visibility: visible;
}

/***** claculator page style close *****/


/******** payroll landing page ********/

.landing-page-design-1 #hero .container,
.landing-page-design-1 #header .container {
  max-width: 88%;
}

.landing-page-design-1 div#hero {
  padding-top: 80px;
}

.landing-page-design-1.split-outer {
  height: 108vh;
}

form.subscribe-form input {
  width: auto;
  min-width: 360px;
}

/****** payroll form ******/

.payroll-info-main-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #f3f3f3;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.enabled-form {
  overflow: hidden;
}

.enabled-form .payroll-info-main-box {
  opacity: 1;
  visibility: visible;
}

.step-common {
  display: none;
}

.step-common.active-box {
  display: block;
}

.back-form {
  cursor: pointer;
}

.form-control.error {
  border-color: red;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.msg-scuss {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.msg-scuss .inner-scuss {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 60px;
}

.form-floating input,
.form-floating textarea {
  padding: 21px px 10px;
  background: #fafcff;
}

i.required {
  color: red;
  font-weight: 500;
}

/****** payroll form close ******/

/******** payroll landing page close ********/



/******* common form style start ******/

.common-outer__loader,
.common-outer__status {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-outer__status img {
    width: 150px;
}

.full-width {
	max-width: 100%;
	width: 100%;
}

/******* common form style close ******/


/******* payroll feature section *******/ 

.feature-box {
    display: block;
    width: 100%;
}

.feature-box ul {
    margin: 80px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.feature-box ul li {
    list-style: none;
    width: 31%;
    text-align: center;
    box-shadow: rgba(0,0,0,0.2) 0 0 13px;
    border-radius: 9px;
    padding: 60px 30px 20px;
    background: #e9f4ff;
}

.feature-box ul li h3 {
    font-size: 20px;
    color: #007bff;
    margin: 0 0 20px;
}

.hubspot_form form {
    width: 65%;
    display: block;
    margin: auto;
    box-shadow: rgba(0,0,0,0.2) 0 0px 11px;
    padding: 40px 40px;
    border-radius: 10px;
}


/************ footer section *************/

.footer {
  padding: 4rem 0 2rem 0;
}

.footer-bg {
  position: relative;
  background-color: #f2f2f2;
}

.location__address {
  color: #000000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  margin-top: 10px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  list-style: none;
}

.footer-rhs__text {
  padding: 0;
  margin: 5px 0;
  line-height: 26px;
}

.primary-text-link {
  color: #000000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.copyright {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

/************ footer section close *************/



/******** responsive section start *******/

@media only screen and (max-width: 1199px) {

	html {
		font-size: 96%;
	}

	/***** banner *****/

	.hero {
		min-height: 100vh;
	}

	/***** banner close *****/
  
	/******* hour insights ******/
  
	.blogbox_main li {
		padding: 1.875rem 1.625rem; 
	}
  
  /******* hour insights close ******/
  
}

@media only screen and (max-width: 1024px) {

  html {
    font-size: 92%;
  }

  /******* header *******/

  .navbar-nav li.nav-item {
    margin-right: 0;
    width: 100%;
  }

  /******* header close *******/


  /****** banner *****/

  .hero {
    /* min-height: 600px; */
    min-height: auto;
  }

  .split-outer {
    /* height: 600px; */
    height: auto;
    padding: 110px 0 40px;
  }

  /****** banner *****/

  /******** calculator page style *******/

  .claifornia_calculator .calculator_box {
    width: 88%;
  }

  .claifornia_calculator .calculator_box {
    width: 100%;
  }

  /******** calculator page style close *******/
  
  .hubspot_form form {
	  width: 75%;
  }
  
  .inner-container {
	  max-width: 100% !important;
  }

}

@media only screen and (max-width: 991px) {

  .container {
    max-width: 90% !important;
  }

  /***** header *****/

  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }

  .nav-link {
    color: #f2f2f2 !important;
    margin: 0;
    padding: 13px 32px !important;
    border-bottom: 1px dotted #d3d7f9;
    font-size: 1.2rem;
  }

  .nav-item .btn.secondary-btn-outline.contact_sc {
    margin: 20px 0 0 20px;
    padding: 8px 15px;
    font-size: 1.2rem;
  }

  .close_menu {
    display: block;
    position: fixed;
    top: 30px;
    right: -360px;
    font-size: 28px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }

  .navbar .navbar-collapse {
    display: block !important;
    position: fixed;
    padding: 80px 0px 0;
    width: 320px;
    background: #191e4f;
    right: -330px;
    height: 100%;
    z-index: 9999;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 9px;
    transition: all 0.5s ease;
    overflow-y: auto;
  }

  /***** header close *****/
  
	/****** hour insights ****/
  
	.blogbox_main li {
		width: 50%; 
	}
	
	/****** hour insights close ****/

	/******** calculator page style *******/

  .list-style2 ul li {
    width: 47%;
    margin: 0 0 20px;
  }

  .list-style3 ul li {
    width: 100%;
  }
  
  .calculator_box .input-container {
	  padding: 0 20px 10px;
  }

  /******** calculator page style close *******/



}

@media only screen and (max-width: 768px) {

  /***** header *****/

  .header-outer {
    width: 100% !important;
    max-width: 100% !important;
  }

  /***** header close *****/


  /***** heading *****/

  .primary-heading {
    max-width: 100%;
    padding: 0 0.5rem;
    font-size: 2.7rem;
    line-height: 3rem;
    margin: 2rem auto;
  }

  /***** heading close *****/
  
  /******* hour insights ******/
  
	.blogbox_main {
		opacity: 1 !important;
		transform: translate(0px, 0px) !important; 
	}
  
  /******* hour insights close ******/
  
  

  /******** calculator page style *******/

  .list-style2 ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  /******** calculator page style close *******/
  
  
  /**** feature section ****/
  
  .feature-box ul li {
	  width: 100%;
	  margin: 0 0 40px;
  }
  
  .feature-box ul {
	  margin: 50px 0 0;
	}
	
	.hubspot_form form {
		width: 95%;
	}
  

}


@media only screen and (max-width: 767px) {

  /******* landing page style *******/

  .landing-page-design-1.split-outer {
    height: auto;
  }

  form.subscribe-form input {
    padding: 18px 10px;
  }

  .list-icons img {
    width: 70px;
  }

  /******* landing page style close *******/



  /******* heading style ******/

  .common-heading {
    font-size: 2rem;
  }

  /******* heading style close ******/

  /****** common css ******/

  .list-style1 {
    padding: 0 0 0 11px;
    margin: 2rem 0 0;
  }

  /****** common css close ******/

  /**** spacing ****/

  .pl-xs-1 {
    padding-left: 15px !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  /**** spacing close ****/

}

@media only screen and (max-width: 600px) {

  /****** header *****/

  #header {
    height: auto;
    z-index: 9;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    margin-left: 15px;
  }

  .navbar-collapse {
    background: #f2f2f2;
    height: 100vh;
  }

  .navbar-light .navbar-toggler {
    margin-right: 15px;
  }

  .header-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /****** header close *****/

  /******* footer ******/

    .copyright-outer .copyright {
      order: 2;
    }

    .copyright-outer {
      flex-direction: column;
    }

  /******* footer close ******/

}

@media (max-width: 599px) {

  html {
    font-size: 92%;
  }

  /***** header *****/

  section.hero h1 {
    font-size: 2.2rem;
  }

  /***** header close *****/

  /**** banner ****/

  div#hero .container {
    padding: 0;
  }

	/**** banner close ****/
  
	/******* hour insights ******/
  
	.blogbox_main li {
		width: 100%;
		padding: 1.875rem 0.938rem; 
	}
  
	/******* hour insights close ******/

	/****** spacing ******/

	.rmb-sm-3 {
		margin-bottom: 4.4rem !important;
	}
	
	.rmb-sm-0 {
		margin-bottom: 0.4rem !important;
	}

  /****** spacing ******/


  /******* common content *******/

  .img-box {
    margin-top: 2rem;
  }

  /******* common content close *******/
  
  /********** calculator page style *********/

  .calculator_body .container {
    max-width: 100% !important;
  }

  .calculator_input .inner_calculator .left_box {
    width: 100%;
  }

  .calculator_input .inner_calculator .right_input_box {
    width: 100%;
    padding: 0 16px !important;
  }
  
  .calculator_box .input-container .left-box,
  .calculator_box .input-container .right-box  {
	  width: 100%;
  }
  
  .input-container select,
  .input-container label {
	  margin: 0 0 0.9rem;
  }
  
  .submit-btn {
	  display: block;
	  width: 100%;
	  text-align: left;
	  padding: 10px 20px 30px;
  }
  
  .calculator_box .input-container {
	  margin: 0 0 8px;
  }
  
  .results-container .input-container:last-child {
	margin: 0;
  }
  
  .results-container.total_input_box .input-container label,
  .calculator_box .results-container.total_input_box .input-container span	{
	  width: 50%;
  }
  
  .results-container.total_input_box .input-container span {
	  text-align: right;
  }

  /********** calculator page style *********/
  
  .header {
	  padding: 15px;
  }
  
  .hubspot_form form {
	  width: 100%;
	  padding: 20px;
  }
  
  .hubspot_form form p {
	  margin: 0 0 2px;
	}

}

/******** responsive section close *******/

