@font-face {
	font-family: 'Helvetica Light';
	src: url('fonts/Helvetica.eot');
	src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	url('fonts/Helvetica.woff2') format('woff2'),
	url('fonts/Helvetica.woff') format('woff'),
	url('fonts/Helvetica.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Bold';
	src: url('fonts/Helvetica-Bold.eot');
	src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Helvetica-Bold.woff2') format('woff2'),
	url('fonts/Helvetica-Bold.woff') format('woff'),
	url('fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*============================*/


/*five stars*/

#half-stars-example .rating-group {
    display: inline-flex;
    padding-left: 16px;
    padding-top: 5px;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: #000;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ebe7e7;
    color: #C0C0C0;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}



.cart-item input[type="button"], .add--item {
    width: 25px;
    height: 25px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 13px;
    border-radius: 50px;
    color: #fff;
    padding: 0 0 2px 0;
    font-size: 14px;
    cursor: pointer;
}
.add-item img {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
input[type="button"] {
}
input.btnActions::placeholder{
	color: #000;
}
input.btnActions {
    margin: 0 0 15px 0;
    pointer-events: revert;
    font-size: 18px;
    background-color: #e7e4e4;
    font-weight: 600;
    opacity: 1;
    color: #000;
    letter-spacing: 1px;
}
.add-item {
    position: relative;
}



.cart-item {
  margin: 0.4rem 0.6rem;
  padding: 0.25rem;
  border-bottom: 1px dotted orange;
}
.cart-item input {
  float: right;
}

.cart-item {
    color: #707070;
    position: relative;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 14px;
    margin-bottom: 15px;
    font-size: 15px;
}

.payment-header span.toggle-menu {
	top: 44%;
}

.right-anchor {
	position: absolute;
	right: 10px;
	top: 72px;
}
.right-anchor a {
	color: #000;
	text-decoration: none;
	font-size: 25px;
	line-height: 10px;
}

.leaf-col img {
	width: 46px;
}
.leaf-col a{
	color: #fff;
	text-decoration: none;
}
#exampleFormControlTextarea1 {
	background-color: #e7e4e4;
	border: 0;
	display: block;
	height: auto!important;
	width: 100%!important;
	min-height: 200px;
	vertical-align: inherit;
	font-size: 20px;
}

i.fa.fa-star {
	color:#ebe7e7;
    color: #C0C0C0;
	font-size: 34px;
}

ul.rating-ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

ul.result-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 40px;
}
.rating-ul{
	list-style-type: none;
	padding:0;
	margin: 0;
}
.rating-ul i {
	transition: 0.25s ease;
}
.rating-ul .selected {
	color: #000!important;
}
ul.serv-ul li {
	position: relative;
}

ul.serv-ul {
	padding: 0 0 0 30px;
	margin: 0;
	list-style-type: none;
}
ul.serv-ul {
	column-count: 3;
}
ul.serv-ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

ul.serv-ul li:before {
	content: "";
	background-image: url(images/check.png);
	position: absolute;
	left: 0;
	width: 15px;
	background-size: cover;
	height: 15px;
	top: 3px;
}
.gallery--box img {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 300px;
	object-fit: cover;
}

.social--links.social--links--2 li{
	width: 25%;
}
.social--links.social--links--2 li i {
	width: 45px;
	font-size: 50px;
}
.social--links.social--links--2 li a{
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.company-sheeet.shadow--box .select-items {

	left: 37px;

}

h3.big-font {
	font-size: 50px;
	margin-bottom: 30px;
}

.custom-select i.fa {
	font-size: 30px;
	margin-right: 10px;
}
span.days-cal {
	width: 150px;
}
.timing-schedule {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.timing-schedule input {
	margin: 0;
	background-color: #e7e4e4;
	text-align: center;
	font-size: 17px;
	color: #000;
}

.timing-schedule li {
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: space-between;
	column-gap: 30px;
	margin-top: 40px;
}

.black-btn {
	display: block;
	text-align: center;
	padding: 60px 0;
}
.black-btn h2 {
	color: #222;
	font-size: 47px;
}

.black-btn h3 {
	color: #222;
	font-size: 33px;
	margin: 30px 0;
}

.black-btn p {
	color: #222;
	font-size: 30px;
}
.black-btn a {
    background-color: #222;
    border-radius: 15px;
    color: #fff;
    display: block;
    max-width: 440px;
    margin: auto;
    padding: 15px 10px;
    font-size: 19px;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 10px;
}
.accordion .accordion-item {
	border: 0;
	margin-top: 20px;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 14px 20px;
	color: #000000;
	font-size: 20px;
	border: none;
	background: none;
	outline: none;
	font-family: 'Helvetica Light';
	background-color: #e9e9e9;
	border-radius: 8px;
}
.accordion button:hover, .accordion button:focus {
	cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
	display: block;
}
.accordion button[aria-expanded="true"] .icon{

	background-color: red;
	border-color: red;
	color: #fff;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}
.accordion-content {
	color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
	transform: rotate(90deg);
}
.accordion button[aria-expanded=true] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 20px;
	margin: 20px 30px;
}
.cust-importer {
	padding: 30px 0;
}
.font-list .fa {
	color: #000;
	font-size: 40px;
	width: 60px;
}

.cust-importer .font-list {
	display: flex;
	margin-bottom: 30px;
	color: #000!important;

}
.custom-select ::-webkit-scrollbar {
  width: 5px;
}
 
.custom-select ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
 
.custom-select ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #fff;
}
.select-items {
    max-height: 200px;
    overflow: auto;
}
.cust-importer .font-list input {
	margin: 0;
	background-color: #e7e4e4;
	border: 0;
	color: #000;
	font-size: 15px;
}

.custom-importer img {
	max-width: 60px;
	margin: auto;
	display: block;
}
.custom-importer a {
	text-align: center;
	display: block;
	max-width: 200px;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
.payment--v .m-auto h4 {
	color: #222;
	font-size: 38px;
}
.payment--v .m-auto h3 {
	color: #222;
	font-size: 30px;
}
.payment--v .m-auto h2 {
	color: #625d5d;
	font-size: 30px;
	font-family: 'Helvetica Light';
	margin: 60px 0;
}
.custom-importer img {
	max-width: 60px;
}

.custom-importer {
	background-color: #e7e4e4;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}
.shadow--box {
	padding: 30px 30px 40px 30px;
	background-color: #fff;
	border-radius: 20px;
	margin: 35px 0 0 0;
}
section {
	background-color: #e7e4e4;
	color: #fff;
}
.shadow--box h3 {
	color: #222;
}

/*the container must be positioned relative:*/
.shadow--box .custom-select {
	position: relative;
	padding: 20px 0 0 0;
}

.shadow--box .custom-select select {
	display: none; /*hide original SELECT element:*/
}

.shadow--box .select-selected {
	background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.shadow--box .select-selected:after {
	position: absolute;
	content: "";
	background-image: url(images/caret-down.png);
	top: 40px;
	right: 14px;
	width: 16px;
	height: 16px;
	background-size: cover;
}
/*point the arrow upwards when the select box is open (active):*/
.shadow--box .select-selected.select-arrow-active:after {
	transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.shadow--box .select-selected {
	background-color: #e9e9e9;
	border-radius: 8px;
	width: 100%;
}

.shadow--box .select-items div, .select-selected {
	color: #000000;
	padding: 13px 20px;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
}
.shadow--box .select-items div {
	color: #fff;

}




/*style items (options):*/
.shadow--box .select-items {
	position: absolute;
	background-color: #074ea2;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.shadow--box .select-hide {
	display: none;
}

.shadow--box .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/*plan*/

section.plan-wrapper {
	padding-top: 310px;
}
section.plan-wrapper h1 {
	font-size: 70px;
	font-family: 'Helvetica Light';
}

.row.white--boxes {
	background-color: #ffffff87;
	padding: 40px 30px;
	border-radius: 20px;
	margin-top: 130px;
}

.row.white--boxes ul.lis--items li {
	color: #000;
	font-size: 23px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
	font-weight: 800;
}
.btn-call span img {
	max-width: 28px;
	margin-right: 10px;
}
.row.white--boxes ul.lis--items {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.row.white--boxes ul.lis--items li:before {
	position: absolute;
	content: "";
	left: 0;
	background-image: url(images/check.png);
	height: 20px;
	background-size: cover;
	width: 20px;
	top: 6px;
	background-repeat: no-repeat;
}

.text-end h2 {
	font-size: 60px;
}

.plan-wrapper .phone-number input {
	padding: 12px 17px;
	font-size: 17px;
	border-radius: 10px;
}
a.btn.btn-call {
	background-color: #000;
	width: 100%;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

a.btn.btn-call i {
	margin-right: 10px;
	font-size: 27px;
}

ul.social--links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.social--links {
	display: flex;
	column-count: 3;
	flex-wrap: wrap;
}

ul.social--links li a {
	text-decoration: none;
	padding: 14px;
	color: #000;
}
ul.social--links li i {

	float: left;
}
ul.social--links li a span {
	font-size: 14px;
	font-weight: 600;
}

ul.social--links li i {
	width: 30px;
	font-size: 33px;
}

ul.social--links li {
	width: 33%;
	margin-bottom: 20px;
}
















/*co-2page*/
section#co-2-header {
	position: absolute;
	left: 0;
	background-color: transparent!important;
	box-shadow: unset!important;
	width: 100%;
}
.co-2-page {
	min-height: 800px;
	background-position: center;
	background-size: cover;
}


.co-2-page h1 {
	font-size: 6rem!important;
}



.inner--sontent h2 {
	font-size: 90px;
}

.inner--sontent h3 {
	font-size: 50px;
}

.inner--sontent p {

	font-size: 35px;
}








/*be--page*/

.bg-000000 {
	background-color: #000;
}
section.be--header {
	position: absolute;
	width: 100%;
	background-color: transparent!important;
	box-shadow: unset;
}
.bg-fdda25 {
	background-color: #fdda25;

	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.e--height{
	height: 100vh;
}

.bg-ef3340 {
	background-color: #ef3340;
}

.row.be--page {
	align-items: center;
	justify-content: center;
}

/*be --page*/


/*lu page*/

section.lu--page {
	background-color: #ed2939;
	min-height: 280px;
}
section.lu--content {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	min-height: 380px;
}
section.lu--header {
	background-color: #ed2939!important;

}
.bg-00a1de{
	background-color: #00a1de;
}

.flags ul {
	display: flex!important;
	align-items: center;
	justify-content: flex-end;
	column-gap: 20px;
}

.flags li a {
	padding: 0!important;
}
/*lu page end*/








::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #71777d;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #71777d;
}

.abc {
	justify-content: space-between;
}
.field-container {
	width: 100%;
}
.logo{
	max-width: 300px;
}
textarea::placeholder {
	/*transform: translateY(70px);*/
}
textarea{
	min-height: 200px;
	display: table-cell;
	align-items: flex-start;
	justify-content: flex-start;
	vertical-align: baseline;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #71777d;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 

}
.unique {
	margin-top: -32px;
}

.unique .form-control, .unique input {
	width: 100%;
	padding: 9px 10px;

	font-style: normal;
	font-size: 20px;
}
.unique label {
	font-size: 18px;
	color: #545454;
	margin-bottom: 5px;
	display: block;
}
.middle-box {
	position: relative;
	left: 50%;
	transform: translate(-100%, -42%);
	background-color: #fff;
	max-width: 50%;
	margin: auto;
	display: block;
	border-radius: 10px;
	padding: 15px;
}
.middle-box h5 {
	color: #6e6d6d;
	text-align: center;
	font-size: 23px;
	position: relative;
	display: block;
	padding: 10px 0;
}

.middle-box h5:before {
	content: "";
	width: 50%;
	background-color: #6e6d6d;
	height: 1px;
	left: 25%;
	position: absolute;
	top: 0px;
}
.middle-box p {
	font-size: 22px;
	font-weight: 800;
}
.middle-box span {
	margin-left: 13px;
}
#contact-form .yellow-btn {

	font-size: 15px;
	border-radius: 8px;
	font-weight: 700;
	width: 150px;
	padding: 6px 10px;
	margin-top: 30px!important;
}
input#cardNumber {
	border: 0;
}
.card-input__input img {
	border-radius: 10px;
	height: 40px!important;
	max-width: 150px;
}

.d-flex.card-input__input{
	color: #71777d;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius:7px;
}
#contact-form div#rc-anchor-container {
	width: 100%!important;
	max-width: 100%!important;
	border-radius: 8px;
}
#contact-form .g-recaptcha> div {
	max-width: 100%!important;
	width: 100%!important;
	margin-bottom: 20px;
}
input:focus, textarea:focus, select:focus,
input:focus-visible, textarea:focus-visible, select:focus-visible{
	outline: none!important;
	box-shadow: unset!important;
	border-color: #ced4da;
}
.h4, h4 {
	font-size: 22px;
}
.h3, h3 {
	font-size: 26px;
}
.color-black{
	color: #000;
}
p{
	
}


.rounded-4 {
	border-radius: 15px;
}
.form-control,
select#selectbox,
textarea,
input {
    width: 100%;
    padding: 10px 10px;
    font-size: 17px;
    line-height: 1.5;
    color: #71777d;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 7px;
    margin-bottom: 0px;
}
select#selectbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	background-color: white;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Helvetica Bold';
	margin:15px 0;
}
p, div, a{
	font-family: 'Helvetica Light';
}
.about-us p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Helvetica Light';
	color: #e5e5e5;
}

/*product page*/

section.products-grid {
	background-color: #0c549b;

}
section{
	background-color: #0c549b;
	color: #fff;
}

p{
	font-size: 18px;
}
.products-grid p{
	font-size: 22px;
}
img{
	max-width: 100%;
	height: auto;
}

/*footer*/

.footer-area p{
	font-size: 14px;
}

.footer-area ul li a {
	list-style: none;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 14px;
}

.footer-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}

.footer-area ul li {
	display: inline-block;
	font-size: 13px;

}

/*footer end*/

.footer-area {
	background-color: #0c549b;
	padding: 20px 10px 25px 10px;

}
form.search-form {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #0c549b;
	border-radius: 50px;
	background-color: #fff;
}
.search-form img {
	max-width: 35px;
	height: auto;
	position: relative;
	right: 25px;
	top: 2px;
}
.yellow-btn {
	background-color: #ffd417;
	border: 0;
	font-size: 20px;
	border-radius: 15px;
	font-weight: 700;
	width: 240px;
	padding: 13px 10px;
	margin: 50px auto 30px auto;
	display: block;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #000;
}
.yellow-btn:hover {
	background-color: #0c549b;
	color: #ffff;
}
.d-flex-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bg-white {
	-webkit-box-shadow: 0px 0px 28px -11px rgba(0,0,0,0.46); 
	box-shadow: 0px 0px 28px -11px rgba(0,0,0,0.46);
}

body{
	background-color: #0c549b;
}
.products-grid .row p {
	font-size: 17px!important;

}
.products-grid .row img {
	max-width: 200px;
}
#pattern form.search-form input {
	font-style: normal;
	margin-bottom: 0;
}
form.search-form input {
	width: 100%;
	border: 0;
	background-color: white;
	border-radius: 50px;
	padding: 18px 32px;
	font-size: 21px;
}
form.search-form input:focus{
	outline: none;
}
section.main-wrapper {
	background-image: url(images/map.svg);
	background-size: cover;
	background-position: center;
	box-shadow: rgb(255 255 255 / 50%) 1000px 1000px 1000px 1000px inset;

}
.p-tag-2 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.text-justify{
	text-align: justify;
}
section.main-wrapper {
	border-top: 1px solid #0c549b;
}
#mySidenav ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
#mySidenav ul li.active a,
#mySidenav ul li a:hover{
	font-weight: bold;
	color: white;
	background-color:#11579d;
}
div#mySidenav img {
	position: absolute;
	right: 20px;
	top: 20px;
	max-width: 40px;
	cursor: pointer;
}
.op-tag{
	color: #0C549B;
	font-size: 20px;
	text-align: center;
}
.container{
	position: relative;
}
.sidenav {
	height: 100%;
	width: 43%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	background-color: rgb(255 255 255 / 93%);
	overflow-x: hidden;
	padding-top: 82px;
	transition: 0.5s;
	animation: animation--d 1s forwards;

}
.sidenav.movein {
	display: block!important;
}
.sidenav.moveout {
	animation: animation--out 1s ease alternate;
	display: block!important;
	transform:translatex(-100%);
}


/*for safari browser*/
@-webkit-keyframes animation--d {
	from{
		transform:translateX(-100%);
	}
	to{
		transform:translateX(0%);
	}
}

@keyframes animation--d{
	from{
		transform:translateX(-100%);
	}
	to{
		transform:translateX(0%);
	}
}

/*for safari browser*/
@-webkit-keyframes animation--out{
	from{
		transform:translateX(0%);
	}
	to{
		transform:translateX(-100%);
	}
}
@keyframes animation--out{
	from{
		transform:translateX(0%);
	}
	to{
		transform:translateX(-100%);
	}
}

.sidenav a {
	padding: 20px 10px 20px 10px;
	text-decoration: none;
	font-size: 20px;
	color: #11579d;
	display: block;
	transition: 0.3s;
	text-align: center;
	font-family: inherit;
}
.sidenav a:hover,
.offcanvas a:focus {
	color: #f1f1f1;
}
span.toggle-menu {
	position: absolute;
	left: 2%;
	top: 20%;
}
.sidenav .closebtn img {
	max-width: 56px;
	position: absolute;
	right: -10px;
	top: 10px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
}

/*===================================================*/

@media(min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px!important;
	}
}


@media(max-width: 1199px){
	span.toggle-menu {
		top: 40%;
	}
	.logo {
		max-width: 250px;
	}
	.footer-area p {
		font-size: 13px;
	}
	span.days-cal {
		width: 200px;
	}
	.timing-schedule li {
		column-gap: 15px;

	}
	.co-2-page h1 {
		font-size: 5rem!important;
	}
	.products-grid .row p {
		font-size: 19px;
	}
}
@media(max-width: 991px){
	.right-anchor {
    top: 43px;
}
	.payment-header span.toggle-menu {
		margin-top: 14px;
	}
	.right-anchor a {

		font-size: 20px;

	}
	.payment--footer.footer-area ul {
		display: block!important;
	}
	.company-sheeet.shadow--box .select-items {
		left: 0;
	}

	i.fa.fa-clock-o {
		display: none;
	}
	h3.big-font {
		font-size: 37px;
	}
	.gallery--box img {
		height: 200px;
	}
	.timing-schedule input {

		width: 90px;
	}
	.timing-schedule li {
		column-gap: 20px;
		font-size: 17px;
	}
	span.days-cal {
		width: 290px;
	}
	.timing-schedule input {
		font-size: 14px;
		padding: 10px 10px;

	}
	.co-2-page h1 {
		font-size: 4rem!important;
	}
	.inner--sontent h3 {
		font-size: 35px;
	}
	.inner--sontent h2 {
		font-size: 65px;
	}

	.payment-header .d-flex-mobile img {
		max-width: 210px;
	}
	span.toggle-menu {
		position: static!important;
	}
	.bg-fdda25,.e--height {
		height: 35vh;
	}
}

@media(max-width: 767px){
	.shadow--box .select-selected:after {
		top: 37px;
		width: 13px;
		height: 13px;
	}
	.select-selected {
		font-size: 16px;
	}
	.timing-schedule input {
		width: 100%;
		margin: 10px 0;
	}
	.timing-schedule li {
		display: block;
	}
	section.plan-wrapper {
		padding-top: 150px;
	}

	section.plan-wrapper h1 br {
		display: none;
	}
	.inner--sontent p {
		font-size: 25px;
	}
	.language-switcher.text-end {
		text-align: center!important;
	}
	.flags ul {
		padding: 7px 0 0 0;
		justify-content: center;
	}
}

@media(max-width: 575px){
	p {
    font-size: 17px;
}
	.right-anchor {
    top: 85px;
}
	.payment-header span.toggle-menu {
    margin-top: -13px;
}

	.right-anchor a {
    font-size: 19px;
}
.right-anchor a br{
    display: none;
}
	.payment-header .d-flex-mobile img {

		margin-left: 0!important;
		max-width: 200px;
}
	.company-sheeet img {
		width: 100%;
		margin-top: 10px;
	}

	.shadow--box {
		padding: 30px 20px 40px 20px;
	}
	.black-btn p {
		font-size: 25px;
	}
	.black-btn h3 {
		font-size: 28px;
	}
	.black-btn h2 {
		font-size: 40px;
	}
	.custom-importer {
		padding: 25px 20px;
	}
	.inner--sontent h2 {
		font-size: 40px;
	}
	.inner--sontent h3 {
		font-size: 25px;
	}

	section.lu--content {
		min-height: 250px;
	}
	section.lu--page {
		min-height: 200px;
	}

	.products-grid .row img {
		max-width: 100%;
	}
	h3 {
		word-break: break-all;
	}
	form.search-form input {
		padding: 12px 20px;
		font-size: 20px;
	}
	.search-form img {
		max-width: 32px;
		right: 15px;
		top: 0px;
	}
	.sidenav a {
		padding: 10px 10px 10px 10px;
		font-size: 25px;
	}
	div#mySidenav img {
		max-width: 33px;
	}
	.d-flex-mobile {
		flex-direction: row-reverse;
	}
	.op-tag {
		font-size: 18px;
		line-height: 22px;
	}
	span.toggle-menu {
		position: static!important;
		margin-top: -33px;
	}
	span.toggle-menu img {
		max-width: 27px;
	}
	.sidenav {
		width: 100%;
	}
	.unique .form-control, .unique input {
		width: 100%;
		padding: 8px 10px;
		font-size: 14px;
	}
	.abc .yellow-btn {
		margin: 20px auto 20px auto;
	}
}

@media(max-width: 480px){
	.payment-header .d-flex-mobile img {
		margin-left: 0!important;
		max-width: 160px;
	}
	.right-anchor {
   
    top: 65px;
}
	.select-selected {
		font-size: 15px;
	}
	.social--links.social--links--2 li {
		width: 50%;
	}
	h3.big-font {
		font-size: 28px;
	}
	ul.serv-ul {
		padding: 0;
		column-count: 2;
	}
	ul.social--links li a {
		padding: 10px 7px;
	}

	section.plan-wrapper h1 {
		font-size: 40px;
	}
	.row.white--boxes {
		padding: 40px 10px;
		margin-top: 130px;
	}
	.co-2-page h1 {
		font-size: 3rem!important;
	}
	.products-grid .row p {
		font-size: 13px!important;
	}

	.card-input__input img {
		height: auto!important;
		max-width: 100px;
	}

	.middle-box {
		left: 0%;
		transform: translate(0%, -35%);
		max-width: 100%;
	}
	h4{
		font-size: 20px;
	}
	.d-flex-mobile img {
		max-width: 200px;
	}
}

@media(max-width: 375px){
	.right-anchor a {
    font-size: 14px;
}
	.social--links.social--links--2 li i {
		width: 30px;
		font-size: 34px;
	}
	.products-grid .row p {
		font-size: 18px!important;
		text-align: center;
	}
	.products-grid .row .col-6{
		text-align: center;
		max-width: 100%;
		width: 100%;

	}
	ul.social--links {
		column-count: 1;
	}
	ul.social--links li {
		width: 50%;
	}
}