body {
  padding: 0px;
  margin: 0px;
  font-family: 'Mulish';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype'), url('../fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype'), url('../fonts/Mulish-Medium.svg#Mulish-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-SemiBold.eot');
  src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.woff') format('woff'), url('../fonts/Mulish-SemiBold.ttf') format('truetype'), url('../fonts/Mulish-SemiBold.svg#Mulish-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype'), url('../fonts/Mulish-Bold.svg#Mulish-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.header_top {
  background: #fff;
  height: 85px;
  overflow: hidden;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
  height: 0;
}
.header_top_right {
  text-align: right;
}
.header_contact {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  margin-top: 18px;
  border-right: 1px solid #666;
  padding-right: 20px;
}
.header_contact a {
  color: #333;
}
.header_contact img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 46px;
  background: rgb(23, 122, 75);
  background: -moz-linear-gradient(45deg, rgba(23, 122, 75, 1) 0%, rgba(94, 186, 144, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(23, 122, 75, 1) 0%, rgba(94, 186, 144, 1) 100%);
  background: linear-gradient(45deg, rgba(23, 122, 75, 1) 0%, rgba(94, 186, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#177a4b', endColorstr='#5eba90', GradientType=1);
}
.logo {
  margin-top: 10px;
}
.logo img {
  width: 195px;
}
.header_cart {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 20px;
  position: relative;
  padding: 0 12px 10px 0;
}
.cart_count {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #177a4b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
}
.header_bottom {
  background: #333334;
  text-align: center;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu ul li {
  margin: 0 7px;
  position: relative;
}
.header_menu ul li a {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  z-index: 99;
  padding: 20px 0px;
  font-weight: 600;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
  color: #5eba90;
}
.home_why_section {
  padding: 60px 0;
}
.home_why_section_heading {
  font-family: 'Poppins';
  color: #1c1c1c;
  font-size: 28px;
}
.home_why_block {
  display: flex;
  border-right: 1px solid #ddd;
  margin-top: 50px;
}
.home_why_block:last-child {
  border-right: none;
}
.home_why_block img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.home_why_block_heading {
  font-weight: bold;
  color: #1c1c1c;
  font-size: 20px;
}
.home_why_block_text {
  margin-top: 10px;
  color: #555;
}
.home_mid_section {
  background: url("../images/bg.png") #0f0f0f no-repeat center;
  padding: 60px 0;
}
.home_mid_section_heading {
  font-family: 'Poppins';
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}
.home_mid_section_heading strong {
  color: #177a4b;
}
.home_mid_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}
.home_mid_section_text {
  color: #fff;
  margin-top: 20px;
}
.home_mid_section_btn {
  display: inline-block;
  color: #fff !important;
  margin-top: 25px;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_mid_section_btn:hover {
  color: #222 !important;
  background: #fff;
}
.home_mid_right_block {
  display: flex;
  margin-top: 35px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
	font-size: 15px;
}
.home_mid_right_block img {
  background: #177a4b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 8px;
}
.home_mid_right_block:nth-child(even) img {
  background: #fff;
}
.home_product_section {
  padding: 60px 0;
  text-align: center;
}
.home_product_btn {
  display: inline-block;
  margin-top: 50px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 5px;
  background: rgb(94, 186, 144);
  background: -moz-linear-gradient(top, rgba(94, 186, 144, 1) 0%, rgba(23, 122, 75, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(94, 186, 144, 1) 0%, rgba(23, 122, 75, 1) 100%);
  background: linear-gradient(to bottom, rgba(94, 186, 144, 1) 0%, rgba(23, 122, 75, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eba90', endColorstr='#177a4b', GradientType=0);
}
.home_progress_section {
  background: #0f0f0f;
  padding: 60px 0;
}
.home_process_block {
  display: flex;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.home_process_block img {
  background: #177a4b;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}
.home_mid_section_btn2 {
  display: inline-block;
  color: #fff !important;
  background: #177a4b;
  margin-top: 25px;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  margin-left: 5px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_mid_section_btn2:hover {
  color: #177a4b !important;
  background: #fff;
}
.home_project_block {
  margin-top: 40px;
  text-align: left;
	max-width: 20%;
}
.home_project_block_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.home_project_block_text {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
.home_project_block_btn {
  display: inline-block;
  background: #177a4b;
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 5px;
  margin-top: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_project_block_btn:hover {
  background: #5eba90;
}
.get_start_section {
  background: #177a4b;
  padding: 60px 0;
  text-align: center;
}
.get_start_section_heading {
  font-family: 'Poppins';
  color: #fff;
  font-size: 30px;
}
.get_start_section_text {
  color: #fff;
  padding: 0 15%;
  margin-top: 10px;
}
.get_start_section_text a {
  color: #fff;
}
.get_start_btn {
  display: inline-block;
  color: #177a4b !important;
  background: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.get_start_btn:hover {
  color: #fff !important;
  background: none;
}
.footer_top {
  background: #e1e1e1;
  padding: 45px 0;
}
.footer_logo {
  margin-top: 80px;
}
.footer_logo img {
  width: 180px;
}
.footer_top_heading {
  font-family: 'Poppins';
  color: #1b1b1b;
  font-size: 22px;
  text-transform: uppercase;
}
.footer_contact_info ul {
  padding: 0;
  margin: 15px 0 0;
}
.footer_contact_info ul li {
  color: #222;
  position: relative;
  list-style: none;
  font-weight: 500;
  padding-left: 27px;
  margin-top: 10px;
}
.footer_contact_info ul li a {
  color: #222;
}
.footer_contact_info ul li img {
  position: absolute;
  top: 4px;
  left: 0;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin-top: 2px;
}
.footer_menu ul li a {
  color: #222;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #177a4b;
  padding-left: 2px;
}
.footer_social {
  margin-top: 10px;
}
.footer_social a {
  margin-right: 3px;
}
.footer_social a img {
  width: 40px;
}
.footer_top_block {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 25px;
}
.footer_bottom {
  color: #fff;
  background: #000;
  padding: 18px 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.footer_bottom a {
  color: #fff;
}
#back-to-top {
  background: #177a4b;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
.home_banner_section {
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}
.banner_content {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner_box {
  display: flex;
  align-items: center;
  background: #000;
  min-height: 100%;
  position: relative;
}
.banner_box:before {
  background: url("../images/banner_circle.png") no-repeat center right;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 200px;
  left: -200px;
}
.banner_box:after {
  background: #000;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 2000px;
  right: -2000px;
}
.banner_content .row {
  min-height: 100%;
}
.banner_heading {
  font-family: 'Poppins';
  color: #177a4b;
  font-size: 30px;
  line-height: 38px;
}
.banner_text {
  color: #fff;
  margin-top: 20px;
}
.banner_btn {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 25px;
  border-radius: 5px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn:hover {
  background: #fff;
  color: #222 !important;
}
.home_instagram_section {
  padding: 60px 0;
  text-align: center;
}
.home_insta_heading {
  display: inline-block;
  vertical-align: top;
  font-family: 'Poppins';
  font-size: 28px;
  color: #1a1c1b;
  border-right: 1px solid #666;
  padding-right: 20px;
  margin-right: 18px;
}
.home_insta_name {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
}
.home_insta_name img {
  background: #5eba90;
  border-radius: 50%;
}
.insta_img {
  margin-top: 30px;
}
.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: #177a4b !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 250px 0 120px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
  position: relative;
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  z-index: 99;
  margin-bottom: 3px;
}
.breadcrumb-container {
  width: 100%;
  color: #fff;
  position: relative;
  font-size: 15px;
}
.breadcrumb-container a {
  color: #fff;
}
.woocommerce ul.products li.product a img {
  border: 1px solid #ddd;
}
.orderby {
	border: 1px solid #ccc !important;
	border-radius: 0;
	background: url("../images/dropdown.png") no-repeat center right 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 30px 10px 10px;
}
.woocommerce-loop-product__title {
  color: #333;
  font-weight: 500;
}
.woocommerce .products ul, .woocommerce ul.products {
	text-align: center;
}
.price, .home_product_block_price {
  color: #177a4b !important;
  font-family: 'Poppins';
  font-size: 20px !important;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order {
  display: inline-block !important;
  background: #177a4b !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 18px !important;
  line-height: normal !important;
}
.entry-summary .product_title {
	text-transform: none;
	font-size: 26px;
}
.woocommerce-product-gallery__image {
	border: 1px solid #ddd;
}
.quantity .plus, .quantity .minus {
  background: #222 !important;
  border-radius: 4px;
  height: 42px;
  width: 42px;
  padding: 0;
  font-size: 18px;
}
.quantity .input-text {
	height: 42px;
	border: 1px solid #ccc !important;
	border-radius: 4px;
}
.product_meta a {
	color: #177a4b;
}
.checkout-button {
  background: #177a4b !important;
  font-size: 16px !important;
}
.shop_table .woocommerce-Price-amount {
  color: #177a4b !important;
  font-family: 'Poppins';
  font-size: 17px;
}
.shop_table .product-name a {
	color: #666;
}
.woocommerce-input-wrapper input, .select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  min-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
	line-height: 46px !important;
	min-height: 46px;
}
#order_comments {
	border: 1px solid #ccc !important;
	resize: none;
	height: 150px;
	border-radius: 4px;
}
.home_product_block_heading a {
	color: #333;
	font-weight: 500;
}
.home_product_block_price {
  margin: 15px 0;
}
.home_product_block {
  margin-top: 30px;
  border-right: 1px solid #ddd;
}
.home_product_block:last-child {
  border-right: none;
}
.home_product_block_image img {
	width: 80%;
}
.inner_page_heading {
	font-family: 'Poppins';
	color: #222;
	font-size: 27px;
	line-height: 36px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #177a4b;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: #177a4b;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	margin-top: 20px;
	color: #555;
}
.about_page_mid_section {
	background: url("../images/bg.png") #0f0f0f no-repeat center;
	padding: 55px 0 40px;
	text-align: center;
	margin: 40px 0 50px;
}
.contact_form {
  margin-top: 12px;
}
.contact_form input {
  width: 100%;
  margin-top: 12px;
  min-height: 46px;
  border: 1px solid #ccc !important;
}
.contact_form textarea {
	resize: none;
	margin-top: 12px;
	height: 150px;
	border: 1px solid #ccc !important;
}
.contact_form .contact_btn input {
	width: auto;
	margin-top: 12px;
	min-height: 46px;
	border: none !important;
	background: #177a4b !important;
	font-size: 16px;
}
.contact_page_info {
	position:relative;
	padding-left:50px;
	color:#484848;
	margin-top:24px;
}
.contact_page_info a {
	color:#484848;
}
.contact_page_info strong {
	font-size:18px;
	color: #222;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:37px;
}
.contact_map {
	margin-top: 55px;
}
#post-23, .contact_map iframe, #post-21, #post-144 {
	margin-bottom: 0 !important;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	color: #555;
	margin-top: 3px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	width: 18px;
	height: 18px;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
}
.sign_page_box_inner {
  background: #177a4b;
  min-height: 100%;
  padding: 30px 20px;
  border-radius: 5px;
}
.sign_page_box {
  margin-top: 35px;
}
.sign_page_box_heading {
  font-family: 'Poppins';
  color: #fff;
  font-size: 20px;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #177a4b;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.footer_btn2 {
  background: #222;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.thankyou_btn {
  display: inline-block;
  color: #fff !important;
  background: #177a4b;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.inner_faq_heading {
  background: #fff;
  color: #222;
  text-align: left;
  font-weight: 600;
  padding: 10px 15px;
  margin-top: 25px !important;
}
.inner_faq_text {
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  padding: 15px;
}
.inner_faq_heading2 {
  background: #ddd;
  color: #111;
  font-size: 17px;
  padding: 14px 16px;
}
.inner_faq_text2 {
  color: #666;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 16px;
}
.footer_area_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_area_list ul li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
.footer_area_list ul li a {
	background: url(../images/footer_address.png) no-repeat center left 15px;
	display: block;
	border: 1px solid #ccc;
	color: #666 !important;
	font-weight: 500;
	border-radius: 30px;
	padding: 7px 20px 7px 38px;
}



/*========= Responsive =========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_contact, .header_bottom {
  display: none;
}
.home_project_block {
  min-width: 50%;
}
.header_top {
  height: auto !important;
}
.logo {
  margin-bottom: 10px;
}
.logo img {
  width: 125px;
}
.header_cart {
  margin: 0;
  position: fixed;
  top: 10px;
  right: 65px;
}
.home_banner_section {
  margin-top: 60px;
}
/*.home_banner_section img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}*/
.home_banner_section img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: left;
}
.banner_content {
  position: static;
  background: #000;
  padding: 30px 0;
}
.banner_btn {
  font-size: 16px;
  margin-top: 20px;
}
.banner_heading {
  font-size: 20px;
  line-height: 28px;
}
.banner_text {
  margin-top: 10px;
}
.banner_box::before {
  width: 65px;
  left: -65px;
}
.home_why_section_heading, .home_mid_section_heading, .get_start_section_heading, .home_insta_heading, .inner_page_heading {
  font-size: 25px;
  line-height: 33px;
}
.home_why_block {
  border-right: none;
  margin-top: 40px;
}
.home_why_section, .home_mid_section, .home_product_section, .home_progress_section, .get_start_section, .home_instagram_section {
  padding: 40px 0;
}
.home_mid_right {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.home_mid_right_block {
  margin-top: 25px;
}
.home_product_btn {
  font-size: 16px;
  padding: 10px 20px;
}
.home_process_block {
  margin-bottom: 5px;
}
.get_start_section_text {
  padding: 0;
}
.footer_logo img {
  width: 125px;
}
.footer_logo {
  margin-top: 0;
}
.footer_top_heading {
  margin-top: 35px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
}
.footer_top {
  padding: 35px 0;
}
.page .entry-header, .blog_page_header {
  padding: 140px 0 75px !important;
  margin: 0 0 35px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 25px;
}
.abt_right_img {
  margin-bottom: 25px;
}
.about_page_mid_section {
  padding: 40px 0 30px;
  margin: 30px 0 40px;
}
.contact_right {
  margin-top: 35px;
}
.footer_bottom {
  padding: 18px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header_cart {
  right: 85px;
}
.home_process_block {
  width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_cart {
  right: 100px;
}
.banner_content {
  position: absolute;
  background: none;
  padding: 0;
}
.home_banner_section img {
  height: 300px;
}
.home_mid_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  margin-top: 0;
}
.footer_logo img {
  width: 160px;
}
.footer_logo {
  margin-top: 120px;
}
.footer_top {
  padding: 0 0 35px;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 15px;
  padding: 21px 0px;
}
.header_menu ul li {
  margin: 0 3px;
}
.footer_contact_info ul li {
  font-size: 14px;
}
.footer_top_block {
  padding-left: 18px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_cart {
  right: 100px;
}
.home_mid_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  margin-top: 0;
}
.footer_logo img {
  width: 160px;
}
.footer_logo {
  margin-top: 120px;
}
.footer_top {
  padding: 0 0 35px;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header_cart {
  right: 100px;
}
.home_mid_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  margin-top: 0;
}
.footer_logo img {
  width: 160px;
}
.footer_logo {
  margin-top: 120px;
}
.footer_top {
  padding: 0 0 35px;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_cart {
  right: 100px;
}
.home_mid_right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  margin-top: 0;
}
.footer_logo img {
  width: 160px;
}
.footer_logo {
  margin-top: 120px;
}
.footer_top {
  padding: 0 0 35px;
}
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
