body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins' !important;
}
img {
	max-width: 100%;
	height: 0 auto;
}
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;
}
a {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    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;
}

.form-control {
	box-shadow: none !important;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	background-size: contain;
	-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.3);
}
.logo img {
  width: 153px;
  margin-bottom: -68px;
}
.header_right {
	text-align: right;
}
.header_menu {
	display: inline-block;
	vertical-align: top;
}
.header_search {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	margin: 28px 0 0 30px;
}
.header_cart {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	margin: 26px 0 0 15px;
	padding: 0 9px 7px 0;
}
.header_cart_count {
	background: #bfbbba;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
}
.home_banner_section {
	text-align: center;
	margin-top: 80px;
}
.banner_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.banner_heading {
	font-weight: 500;
	font-size: 35px;
	line-height: 46px;
	color: #fff;
	padding: 0 10%;
}
.banner_btn {
	display: inline-block;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 11px 30px;
	margin-top: 20px;
	font-size: 19px;
	-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_new_arrival_section {
	padding: 70px 0;
}
.home_new_arrival_section_heading {
	font-size: 35px;
	color: #ef6c67;
	font-weight: 500;
}
.new_arrival_box {
	margin-top: 40px;
}
.new_arrival_box_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_arrival_box:hover .new_arrival_box_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.new_arrival_box_heading {
	font-weight: 500;
	font-size: 17px;
	color: #222;
	margin-top: 15px;
	line-height: 1.2;
}
.new_arrival_box_heading a {
	color: #222;
}
.new_arrival_box_price {
	font-weight: bold;
	font-size: 18px;
	color: #ef6c67;
	margin-top: 5px;
}
.new_arrival_box_price strike {
	color: #c0bbba;
	font-weight: 500;
}
.new_arrival_box_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-size: 15px;
	margin-top: 15px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_arrival_box_btn:hover {
	background: #bfbbba;
	color: #111 !important;
}
.home_steps_section {
	background: #000;
	padding: 70px 0;
}
.home_steps_section_heading {
	font-size: 32px;
	line-height: 42px;
}
.home_steps_right_inner {
	background: #fff;
	padding: 20px;
}
.home_steps_block img {
	width: 50px;
	filter: brightness(0) saturate(100%) invert(72%) sepia(6%) saturate(6446%) hue-rotate(311deg) brightness(90%) contrast(111%);
}
.home_steps_block_text {
	color: #666;
	margin-top: 10px;
}
.home_testimonial_section {
	background: url("../images/testimonial_bg.png") #bdb8b7 no-repeat center left;
	background-size: contain;
	padding: 70px 0;
}
.home_testimonial_subheading {
	font-size: 17px;
}
.home_testimonial_heading {
	font-weight: 500;
	font-size: 35px;
}
.home_testimonial_quote img {
	width: 80px;
	margin-top: 30px;
}
.footer_top {
	padding: 50px 0;
	border-top: 1px solid #ddd;
}
.footer_logo img {
	width: 160px;
}
.footer_social {
	margin-top: 40px;
}
.footer_social a {
	margin-right: 8px;
}
.footer_social img {
	width: 30px;
	filter: brightness(0) saturate(100%) invert(72%) sepia(6%) saturate(6446%) hue-rotate(311deg) brightness(90%) contrast(111%);
}
.footer_top_heading {
	color: #ef6c67;
	font-size: 22px;
	font-weight: 500;
}
.footer_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.footer_menu ul li {
	position: relative;
	list-style: none;
	margin: 2px 0 0;
	padding-left: 18px;
}
.footer_menu ul li:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transform: rotate(-45deg);
}
.footer_menu ul li a {
	color: #555;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	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: #bfbbba;
	padding-left: 3px;
}
.stellarnav .menu_active {
	color: #bfbbba !important;
	padding-left: 3px !important;
}
.footer_contact_info ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.footer_contact_info ul li {
	position: relative;
	color: #555;
	list-style: none;
	margin: 10px 0 0;
	padding-left: 35px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	filter: brightness(0) saturate(100%) invert(72%) sepia(6%) saturate(6446%) hue-rotate(311deg) brightness(90%) contrast(111%);
}
.footer_contact_info ul li a {
	color: #555;
}
.footer_bottom {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.footer_bottom_payment img {
	height: 30px;
}
.footer_copyright {
	color: #555;
	font-size: 14px;
}
.footer_copyright a {
	color: #555;
}
#back-to-top {
	width: 40px;
	background: #bfbbba;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
	border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_banner {
	/* background: url("../images/inner_banner.jpg") no-repeat center top -80px; */
	background-size: cover !important;
	background-position: center !important;
	margin-top: 80px;
	padding: 100px 0;
	position: relative;
}
.inner_page_banner:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_banner_container {
	position: relative;
	z-index: 9;
}
.inner_banner_heading {
	color: #fff;
	font-weight: 500;
	font-size: 35px;
}
.inner_page_banner_heading {
	color: #fff;
	font-weight: 500;
	font-size: 35px;
	text-align: center;
}
.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
	color: #ef6c67;
	font-size: 15px;
}
.inner_page_container {
	padding: 70px 0;
}



/*------------ Abhishek-----------*/
.alert-danger {
	color: #f2091e;
	font-size: 12px;
	padding: 5px 10px 8px;
  }
#banner_slider .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 55;
	background: none;
  }
  #banner_slider .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 55;
	background: none;
  }
  .new_arrival_box_img {
	display: block;
  }
  .prd_dtls_name {
	color: #111;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
  }
  .banner-form-item {
	display: inline-block;
  }
  .banner-check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
	color: #6a6a6a;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 25px 10px 0 0;
    border: 2px solid #bfbbba;
  }
  .banner-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .banner-check .checkmark {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 10px 30px;
    text-align: center;
  }
  .banner-check:hover input ~ .checkmark {
    background-color: #fff;
  }
  .banner-check input:checked ~ .checkmark {
    background-color: #8e8b8a;
    border-color: #8e8b8a;
	color: #fff;
  }
  .banner-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .banner-check input:checked ~ .checkmark:after {
    display: block;
  }
  .banner-check .checkmark:after {
    left: 15px;
    top: 15px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .example-tooltip-red {
    background: #b71c1c;
  }
  .prd_dtls_details_text ul, .inner_text ul {
	padding: 0;
	margin: 0;
  }
  .prd_dtls_feature_list ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.prd_dtls_feature_list ul li, .prd_dtls_details_text ul li, .inner_text ul li {
	position: relative;
	list-style: none;
	margin: 7px 0 0;
	padding-left: 18px;
	color: #666;
}
.prd_dtls_feature_list ul li span {
	color: #ef6c67;
	font-weight: 600;
}
.prd_dtls_feature_list ul li:before, .prd_dtls_details_text ul li:before, .inner_text ul li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transform: rotate(-45deg);
}
.prd_dtls_date_container {
	margin-top: 20px;
  }
  .prd_dtls_date_container .mdc-text-field, .mat-mdc-form-field-focus-overlay {
	background-color: transparent !important;
	padding-left: 0;
  }
  .prd_dtls_date_container .mat-mdc-form-field-flex {
	min-width: 322px;
  }
  .mat-mdc-form-field-hint-wrapper {
	padding: 5px 0 20px !important;
	color: #999;
  }
  .prd_dtls_details_text {
	color: #666;
	margin-top: 30px;
  }
  .prd_dtls_contact_txt {
  background: url(../images/instagram.png) #ffe2e4 no-repeat center left 20px;
    background-size: auto;
  background-size: 30px;
  border: 2px solid #ef6c67;
  padding: 12px 20px 12px 75px;
  color: #222;
  font-size: 15px;
  border-radius: 5px;
  margin-top: 30px;
}
  #thumbslider .owl-item img {
	padding: 0 2px;
	height: 130px;
	object-fit: cover;
  }
  .term_heading {
	color: #222;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 12px;
  }
  .term_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #ef6c67;
	width: 35px;
  }
  .inner_text_heading {
	color: #ef6c67;
	font-weight: 500;
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.2;
  }
  .inner_text {
	color: #666;
	font-size: 15px;
	margin-top: 10px;
  }
  .contact_page_info {
	position:relative;
	padding-left:45px;
	color:#ef6c67;
	margin-top:25px;
}
.contact_page_info a {
	color:#ef6c67;
}
.contact_page_info strong {
	color:#111;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
	filter: brightness(0) saturate(100%) invert(72%) sepia(6%) saturate(6446%) hue-rotate(311deg) brightness(90%) contrast(111%);
}
.contact_form {
	margin-top: 15px;
}
.contact_form .form-control {
	border-color: #ddd !important;
	margin-top: 12px;
	min-height: 46px;
	resize: none;
	border-radius: 0;
  }
  .contact_form_btn {
	background: #111;
	border: none;
	margin-top: 20px;
	color: #fff;
	padding: 12px 20px;
  }
  .book_now_btn {
	background: #111;
	border: none;
	margin-top: 20px;
	color: #fff;
	padding: 12px 50px;
  }
  .howwork_block_icon {
	border: 1px solid #ef6c67;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 25px;
	margin: 0 auto;
	position: relative;
  }
  .howwork_block_icon strong {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	background: #ef6c67;
	color: #fff;
	top: 0;
	right: -5px;
	font-weight: 600;
	line-height: 35px;
  }
  .howwork_block_text {
	font-weight: 500;
	font-size: 22px;
	margin-top: 10px;
	color: #ef6c67;
  }
  .howwork_block {
	border-right: 1px solid #ddd;
  }
  .howwork_block:last-child {
	border-right: none;
  }
  .howwork_block_bottom_text {
	color: #666;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
  }
  .howwork_block_bottom_text a {
	color: #ef6c67;
	font-weight: 500;
  }
  .accordion .accordion-button {
	padding: 16px 0;
	box-shadow: none !important;
	background: none !important;
	font-weight: 500;
	color: #ef6c67 !important;
	font-size: 17px;
  }
  .accordion .accordion-body {
	padding: 5px 0 15px;
	color: #666;
  }
  .accordion .accordion-body a {
	color: #333;
	font-weight: 500;
  }


  /*Cart*/
  .cartheading {
	background: #ddd;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 500;
	display: none;
  }
  .prd_name {
	font-size: 14px;
	line-height: 22px;
  }
  .prd_name span {
	font-weight: 500;
	color: #000;
  }
  .cart_proceed_inner {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #c0bbba;
  }
  .cart_total .headings {
	background: #f9f9f9;
	color: #222;
	font-size: 16px;
	min-height: 40px;
	padding: 13px 10px 2px;
	text-align: center;
	font-weight: 500;
  }
  .cart_total .subtotal {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	padding: 12px 10px;
	font-weight: 500;
  }
  .alltotal {
	color: #000;
	font-size: 20px;
	padding: 12px 10px;
	font-weight: 500;
  }
  .common_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-size: 15px;
	margin-top: 15px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.common_btn:hover {
	background: #bfbbba;
	color: #111 !important;
}
  .empty_cart_btn a {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-size: 15px;
	margin-top: 15px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.empty_cart_btn a:hover {
	background: #bfbbba;
	color: #111 !important;
}
.cart_price {
	font-size: 17px;
	font-weight: 500;
  }
  .prdrow {
	border: 1px solid #c0bbba;
	padding: 10px;
	background: #f9f9f9;
  }


  .checkout_form {
	margin-top: 15px;
}
.checkout_form .form-control {
	border-color: #ddd !important;
	margin-top: 12px;
	min-height: 40px;
	resize: none;
	border-radius: 0;
	font-size: 14px;
  }
  .checkout_form_btn {
	background: #111;
	border: none;
	margin-top: 20px;
	color: #fff;
	padding: 12px 20px;
  }

  .checkout_form .form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 5px;
  }
  .checkout_form .has-feedback {
	position: relative;
  }
  .checkout_form .form-control-feedback {
	position: absolute;
	margin-top: 8px;
	height: 23px;
	color: #bbb;
	line-height: 24px !important;
	font-size: 15px;
	top: 0px;
	width: 34px;
	text-align: center;
  }
  .has-feedback-left {
	padding-left: 45px !important;
	-webkit-appearance: none;
	position: relative;
  }

  .shipping-check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
	color: #6a6a6a;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 25px 10px 0 0;
    border: 2px solid #bfbbba;
    min-width: 215px;
  }
  .shipping-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .shipping-check .checkmark {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 10px 30px;
    text-align: center;
  }
  .shipping-check:hover input ~ .checkmark {
    background-color: #fff;
  }
  .shipping-check input:checked ~ .checkmark {
    background-color: #8e8b8a;
    border-color: #8e8b8a;
	color: #fff;
  }
  .shipping-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .shipping-check input:checked ~ .checkmark:after {
    display: block;
  }
  .shipping-check .checkmark:after {
    left: 15px;
    top: 15px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .profile_heading {
	color: #111;
	font-weight: 500;
	font-size: 20px;
  }
  
  .profile_heading_image {
	width: 25px;
  }
  .profile_heading_image1 {
	width: 30px;
  }
  .header_mobile_menu_btn {
	display: inline-block;
	width: 26px;
	border-top: 2px solid #ef6c67;
	border-bottom: 2px solid #ef6c67;
	height: 20px;
	position: relative;
	margin-top: 5px;
}
  .header_mobile_menu_btn:before {
	border-top: 2px solid #ef6c67;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 70%;
	transform: translate(0, -50%);
  }
  .offcanvas-title img {
  width: 95px;
}
.offcanvas-header .btn-close {
	box-shadow: none !important;
}
.mobile_menu_list ul {
  padding: 0;
  margin: 0;
}
.mobile_menu_list ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.mobile_menu_list ul li:last-child {
  border-bottom: none;
}
.mobile_menu_list ul li a {
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
}
.mobile_menu_list .menu_active {
	color: #ef6c67;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #ef6c67;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_page_heading {
  color: #ef6c67;
  font-weight: 600;
  font-size: 26px;
  margin-top: 10px;
}
.thankyou_text {
  color: #666;
  font-size: 15px;
  margin: 20px 0;
}
.thankyou_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-size: 15px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #bfbbba;
	color: #111 !important;
}
.error_page_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

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

@media only screen and (min-width : 320px) and (max-width : 1023px) {
.header_menu {
	display: none;
}
.logo img {
  width: 95px;
  margin-bottom: -35px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_new_arrival_section_heading, .home_steps_section_heading {
  font-size: 26px;
  line-height: 1.2;
}
.home_new_arrival_section, .home_steps_section, .inner_page_container {
  padding: 40px 0;
}
.new_arrival_box_heading {
  font-size: 15px;
}
.new_arrival_box_price {
  font-size: 16px;
}
.new_arrival_box {
  margin-top: 25px;
}
.home_steps_right {
  margin-top: 30px;
}
.home_steps_block_text {
  font-size: 15px;
}
.home_steps_block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_logo img {
  width: 95px;
}
.footer_social img {
  width: 22px;
}
.footer_social {
  margin-top: 15px;
}
.footer_top_block {
  margin-top: 35px;
}
.footer_top {
  padding: 5px 0 40px;
}
.inner_page_banner {
  margin-top: 60px;
  padding: 60px 0;
}
.inner_page_banner_heading {
  font-size: 27px;
}
.howwork_block_icon {
  width: 80px;
  height: 80px;
}
.howwork_block_text {
  font-size: 18px;
  margin-bottom: 30px;
}
.term_heading {
  font-size: 23px;
}
.contact_right {
  margin-top: 40px;
}
.contact_form_btn {
  padding: 10px 18px;
  font-size: 15px;
}
#thumbslider .owl-item img {
  height: 100px;
}
.prd_dtls_name {
  font-size: 23px;
  margin-top: 30px;
}
.book_now_btn {
  padding: 12px 20px;
  font-size: 15px;
}
.footer_bottom {
  padding: 15px 0 60px;
}
.howwork_block {
  border-right: none;
}
}

@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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_steps_right, .prd_dtls_name, .contact_right {
    margin-top: 0;
}
.howwork_block_text {
    margin-bottom: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.footer_logo img {
  width: 120px;
}
.home_steps_section_heading {
  font-size: 27px;
  line-height: 37px;
}
}

/* 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) {
.home_steps_right, .prd_dtls_name, .contact_right {
    margin-top: 0;
}
.howwork_block_text {
    margin-bottom: 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) {
.home_steps_right, .prd_dtls_name, .contact_right {
    margin-top: 0;
}
.howwork_block_text {
    margin-bottom: 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) {
.home_steps_right, .prd_dtls_name, .contact_right {
    margin-top: 0;
}
.howwork_block_text {
    margin-bottom: 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) {

} 




