/*
Theme Name: Medical Hospital
Theme URI: https://www.themesglance.com/products/free-medical-wordpress-theme
Author: Themesglance
Author URI: https://www.themesglance.com/
Description: If you hail from the profession of medical science and want a theme that will help you serve better in your profession then Medical Hospital WordPress theme is perfect for you. This multipurpose medical theme is flexible to be used by Hospital, doctors, surgeons, general physicians, pharmacy, ayurvedic, optician, appointment booking, chiropractor, healthcare, medicare, medicine, pharmacy, emergency medical team, doctor appointment, doctor booking, cancer therapy, phsychic medical personnel, health centers, clinic, cardiology, surgery, covid intensive care unit, medical supply, surgeon, medical camp, pathology, emergency services, dentist, optometrist, laboratory, general hospital, cosmetic surgery, pediatric clinic, veterinary, psychiatrist, physiatrist, pharmacists, practitioners, clinics, opticians, general phycisians, dentist, hospitals etc. It can even be used by people involved in ambulance services. It can efficiently be used by a small clinic down the lane or a big multi-speciality hospital. Its minimal design and user-friendly interface is sure to make visitors adhere to it and spend quality time on your site. It has testimonial section to give a better insight of your work and service through your clients. It is fully responsive, translation ready with call to action (CTA) button. The Medical Hospital WordPress theme is built with clean and secure codes which reduces its load time and makes it a search engine optimized theme. You can share your useful content through social media icons embedded in it. This theme has an interactive yet simple design to give clients a soothing effect which is very necessary. Use this theme which is packed with stunning features and functionalities to show sincerity and dedication in your work. Demo: https://review.themesglance.com/medical-hospital-pro/ 
Requires at least: 5.0
Version: 1.1.7
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: medical-hospital
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, block-styles, block-patterns, custom-background, custom-logo, custom-menu, custom-header, featured-images, featured-image-header, footer-widgets, post-formats, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support, e-commerce, blog, portfolio

Medical Hospital WordPress Theme has been created by Themesglance(themesglance.com), 2018.
Medical Hospital WordPress Theme is released under the Terms of GNU GPL
*/

/* Basic Style */
*{
	margin:0;
	padding:0;
	outline:none;
}
body{
	margin:0;
	padding:0;
	-ms-word-wrap:break-word;
	word-wrap:break-word;
	background-color:#fff;
	font-size: 16px;
  letter-spacing: .51px;
	color:#666;
  overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
}
img{
	margin:0;
	padding:0;
	border:none;
	max-width:100%;
	height:auto;
}
section img{
	max-width:100%;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:10px 0;
}
p{
	margin:0 0 15px;
	padding:0;
	font-size: 15px;
  line-height: 1.8;
  color:#666;
}
a{
	text-decoration:none;
	color:#1776c6;
}
a:hover{
	text-decoration:none;
	color:#666;
}
a:focus, a:hover{
	text-decoration:none !important;
}
a:focus, input:focus, textarea:focus, button:focus{
  outline: 2px solid #1776c6;
}
ul{
	margin:0 0 0 15px;
	padding:0;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select, .wrap label, .entry-audio audio, span.woocommerce-input-wrapper, iframe{
  width:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
  clear:both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.sticky{
  position: fixed;
	margin:0;
	padding:0;
  left: 0;
}
.comment-list .comment-content ul {
	list-style:none;
	margin-left:15px;
}
.comment-list .comment-content ul li{
	margin:5px;
}
.bypostauthor{
	margin:0;
	padding:0;
}
input[type="text"], input[type="email"], input[type="phno"], textarea{
	border:1px solid #bcbcbc;
	width:100%;
	font-size:16px;
	padding:10px 10px;
	margin:0 0 23px 0;
	height:auto;
}

input[type="submit"] {
	border: none;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	padding:10px 35px;
	background:#1776c6;
	font-weight:bold;
	color:#fff;
	display:table;
}
input[type="submit"]:hover{
	background:#222;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4375em;
}
/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}
.widget_calendar td, .widget_calendar th,.wp-block-calendar td, .wp-block-calendar th {
	line-height: 2.5;
	padding: 0;
	text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1em;
  font-size: 20px;
}
#footer .widget_calendar caption{
  color: #fff;
}
.widget_calendar tbody a,.wp-block-calendar td a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}
.widget th, .widget td {
	padding: 0em;
}
span.page-links-title {
	clear: both;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  font-weight: bold;
}
span.page-number,span.page-links-title{
	display: block;
  float: left;
  margin: 2px 2px 2px 0;
	text-decoration: none;
  width: auto;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.page-links a span{
  background: #000;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active, #contact-us p a, #footer td#prev a, #slider .inner_carousel, .tags a:hover i {
	color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*wide block*/
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 

/* ---------Buttons--------- */
a.button{
	background:#1776c6;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
	font-weight:bold;
  display: inline-block;
}	

/*-------- Single post Header Image --------*/
.page-header {
  padding: 8%;
}
.page-header h1{
  display: block;
  font-size: 35px;
  color: #000;
  font-weight: bold;
}

/* --------- MENUS CSS --------- */
#sidelong-menu, #sidelong-topmenu {
  display: inline;
}
#sidelong-respmenu{
  display: none;
}
.nav-menu ul{
  margin:0;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  font-weight:bold; 
}
.nav-menu li{
  display:inline-block;
  margin:0;
  position:relative;
}
.nav-menu a{
  color: #000;
  padding: 20px 10px;
  display: block;
  font-weight: 500;
}
.nav-menu ul ul a:focus, #footer a:focus{
  outline: 2px solid #fff;
}
.nav-menu ul li a:active, .nav-menu ul li a:hover{
  color:#1776c6;
}
.nav-menu ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
  border: 1px solid #1776c6;
}
.nav-menu ul ul ul{
  left: 100%;
  top: 0;
}
.nav-menu ul ul a{
  color: #fff;
  padding: 10px;
  background: #1776c6;
}
.nav-menu ul ul a:hover{
  background: #fff;
  color: #1776c6;
  border-left: 4px solid #1776c6;
}
.nav-menu ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
}
.nav-menu ul li:hover > ul{
  display: block;
} 

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows ul .sf-with-ul{
  padding: 10px;
}
.sf-arrows .sf-with-ul, .topbar .sf-arrows .sf-with-ul{
  padding: 10px 25px 10px 10px;
}
.sf-arrows .sf-with-ul:after{
  content: '\f0dd';
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.topbar .sf-arrows .sf-with-ul:after{
  font-size: 14px;
}
.toggle-menu, a.closebtn{
  display: none;
}

/*----- PRELOADING -------- */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  top: 0;
  z-index:999999;
  background:#fff;
}
.tg-loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index:999999;
  border: 4px solid #333;
  top: 50%;
  left: 50%;
  animation: loader 2s infinite ease;
}
.tg-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #333;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.elementor-html .tg-loader, .elementor-html #overlayer, .elementor-html .preloader{
  display: none;
}
@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* Styles */
.preloader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 44%;
  left: 0;
  position: relative;
}
.preloader .preloader-container .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  border-radius: 50em;
}
.preloader .preloader-container .animated-preloader:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  background: white;
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  -ms-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50em;
  background: #333;
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  -ms-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; 
  left:0;
  margin:0 !important;
  width: 100%;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
  z-index: 99999 !important;
  background: #fff;
}

/* ---------HEADER--------- */
.menu-sec {
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.topbar {
  background: #000;
}
.topbar .nav li a {
  padding: 10px ;
  font-size: 12px;
  color: #fff;
}
.topbar .nav li a:hover{
  background: #1776c6;
  color: #fff;
}
.social-media i {
  font-size: 15px;
  color: #fff;
  border-right: solid 1px #333;
  padding: 11px;
}
.social-media i:hover {
  background: #1776c6;
}
.logo h1, .logo p.site-title{
	font-size:25px;
	font-weight:bold;
  line-height: 1.2;
}
.logo h1 a, .logo p.site-title a{
	color: #1776c6;
}
.logo p{
	font-size:12px;
}
#header {
  z-index: 999;
  width: 100%;
  height: auto;
}
.search-field{
  width: 100%;
  padding: 4%;
}
form.search-form {
  text-align: center;
}
input[type="search"] {
  border: solid 1px #bbb;
  color: #000;
}
#contact-us i {
  color: #fff;
  font-size: 25px;
}
#contact-us {
	background: #1776c6;
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
#contact-us p {
  color: #fff;
  font-size: 13px;
  opacity: 1;
}
#contact-us p.diff-lay {
  font-size: 16px;
  font-weight: 600;
}

/* ---------blog--------- */
.blog-sec,.grid-sec {
  border: 1px solid;
}
.blog-sec h2,.grid-sec h2 {
  font-size: 25px;
  font-weight: 600;
  color: #242424;
  letter-spacing: .40px;
}
.blog-sec h2 a,.grid-sec h2 a {
  color: #1776c6;
}
.blog-sec p,.grid-sec p {
  color: #666;
  font-size: 16px;
  letter-spacing: .51px;
}
h1.page-title, h1.search-title {
  background: #1776c6;
  color: #fff;
}
h2.entry-title{
  color: #1776c6;
  font-size: 30px;
  font-weight: 600;
}

/*------- Related Posts ------*/
#wrapper .related-posts{
  border-top: 1px solid;
}
#wrapper .related-posts h2.related-posts-main-title{
  font-size: 28px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}
#wrapper .related-posts h3{
  font-size: 22px;
  font-weight: 600;
}
#wrapper .related-posts h3 a{
  color: #1776c6;
}

/*-----------------Search pop up----------------*/
.wrap{
  padding: 30px 0;
}
.wrap input[type="search"]::placeholder{
  background: #fff;
  color: #000;
}
.wrap input[type="search"] {
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  border-left: solid #eee;
  border-width: 0 0 0 1px;
  color: #000;
  padding: 0;
  padding-right: 60px;
  width: 0;
  position: absolute;
  top: 4px;
  right: 0;
  margin: 6px 0;
  background: none;
  z-index: 9999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.wrap:focus input[type="search"], .wrap input[type="search"]:focus {
  width: 230px;
  z-index: 999;
  cursor: text;
  padding-right: 0;
  top: 5px;
  right: 58px;
  border: 2px solid #000;
  padding:10px;
  background: #fff;
}
.wrap input[type="submit"] {
  width: 50px;
  padding:  10px;
  background: url(images/search.png) no-repeat 12px center;
  text-indent: -10000px;
  position: absolute;
  top: 0px;
  right: 4px;
  z-index: 2;
  margin: 6px 0;
  cursor: pointer;
}
.wrap input[type="submit"]:hover{
  background-color: unset !important;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  padding: 10px;
  background: transparent;
  width: 95%;
}

/* Services */
.main-service-box:nth-child(odd){
  background: #1776c6;
  opacity: 0.92;
  background-repeat: no-repeat;
  margin: -2px;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}
.main-service-box:nth-child(even){
  background: #1776c6;
 	background-repeat: no-repeat;
 	margin: -2px;
 	background-size: 100% 100%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
.top-service {
	margin-top: -10em;
}
.main-service-box {
  padding: 4em 1em;
}
.main-service-box img {
  width: 50%;
}
.main-service-box strong {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.main-service-box a {
  background: #fff;
  padding: 6px 10px;
  border-radius: 50%;
}
.main-service-box a i {
  color: #1776c6;
  font-size: 12px;
}
/* About us */
.about h2 a {
	font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
	color: #000;
}
.about p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.textbox a {
  color: #fff;
  background: #1776c6;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
}

/* Homepage */
.post-info,.grid-post-info{
  font-size: 15px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.post-info i,.grid-post-info i{
  color: #058eff;
}
.post-info span,.grid-post-info span{
  color: #000;
}
.blogbtn a {
  color: #fff;
  background: #1776c6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
}
#blog_post small{
	color:#6d6d6d;
	margin:0 0 20px 0;
}

/* Woocommerce */
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background: #1776c6;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  background: #fff;
  color: #1776c6;
  border: 1px solid #1776c6;
  padding: 10px;
  margin-right: 10px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
  color: #666;
}
.woocommerce-info, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: #fff;
  border: 1px solid;
}
.woocommerce form .form-row .required{
  color: #df0000;
}
.woocommerce-product-gallery__image {
  padding: 5px;
}
.woocommerce a{
  text-decoration: none;
}
.woocommerce span.onsale{
	background: #1776c6;
	padding: 0;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px;
  text-align: center;
}
select.orderby {
  padding: 10px;
}
h2.woocommerce-loop-product__title, .woocommerce div.product .product_title {
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
	margin-bottom: 5px;
}
.woocommerce-notices-wrapper a.button.wc-forward,.woocommerce a.added_to_cart.wc-forward,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background: #1776c6;
	color: #fff !important;
	border-radius: 25px;
}
.woocommerce-notices-wrapper a.button.wc-forward{
  padding: 10px 12px !important;
  opacity: 1;
  text-decoration: none;
}
.woocommerce a.added_to_cart.wc-forward{
  padding: 6px 12px;
  margin: 5px 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #000;
	color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #000;
  color: #000;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #1776c6;
  padding: 12px;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
	color: #fff;
  text-decoration: none;
}
span.posted_in{
  display: block;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto 10px;
  font-size: 15px;
}
.related.products ul.products li.product{
  width: 29%;
  float: none;
  display: inline-table;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce  form.woocommerce-form-login.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce ul.products li.product a img, .woocommerce ul.products li.product .button{
  margin: 0;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2{
  max-width: 100%;
}
.woocommerce #sidebar{
  margin: 5% 0 !important;
}
.woocommerce-breadcrumb{
  margin-top: 4% !important;
}
.woocommerce-shop  #sidebar .widget,.single-product #sidebar .widget{
    margin-bottom: 20px;
}
/*------ Woocommerce widget css -----*/
#sidebar .woocommerce .widget_shopping_cart .cart_list li, #sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 10px 2em;
  margin-bottom: 10px;
}
.woocommerce.widget_shopping_cart .cart_list li{
  padding-bottom: 10px;
}
.woocommerce.widget_shopping_cart p{
  margin: 0;
}
#sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove, #footer .widget_shopping_cart .cart_list li a.remove{
  font-size: 20px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
  padding: 10px 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating{
  margin: 5px 0 5px;
  font-size: 14px;
  width: 5.5em;
}
#sidebar .woocommerce form{
  border:0;
}
#sidebar .woocommerce-product-search input[type="search"]{
  padding: 10px;
  width: 100%;
  border: 1px solid;
}
#footer .woocommerce-product-search input[type="search"]{
  padding: 10px;
  width: 100%;
  color: #fff;
  border: 1px solid;
}
.woocommerce-product-search button{
  width: 100%;
  padding: 10px;
  background: #1776c6;
  border:0;
  font-size: 15px;
  color: #fff;
  margin-top: 6px;
}
.woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce.widget_shopping_cart .buttons a:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover{
  background: #000;
  color: #fff ;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: #1776c6;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
#footer .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.woocommerce .widget_rating_filter ul li{
  padding-bottom: 10px;
}

.wp-block-woocommerce-cart.alignwide{
  margin-left: auto;
  margin-right: auto;
}
td.wc-block-cart-item__image{
  padding: 16px 0px 16px 16px !important;
}
td.wc-block-cart-item__total,.wc-block-components-totals-item,.wc-block-components-totals-coupon{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,.wp-block-woocommerce-cart-order-summary-block{
  border: 1px solid #dcdcdc;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
tr.wc-block-cart-items__header th{
  font-weight: 700;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 16px;
}
a.wc-block-components-product-name{
  color: #000;
  font-size: 20px;  
  font-weight: 600;
}
a.wc-block-components-product-name,button.wc-block-cart-item__remove-link,a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button{
  text-decoration: none !important;
}
button.wc-block-cart-item__remove-link{
  font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  text-align: left !important;
}
a.wc-block-components-totals-coupon-link,a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,.wc-block-components-totals-coupon__button.contained,button.wc-block-components-checkout-place-order-button{
  background: #1776c6;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 18px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
  text-decoration: none;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  font-size: 1.5em !important;
  padding: 10px !important;
  display: block !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
  padding-right: 0%;
}
button.wc-block-components-checkout-place-order-button:hover,a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-totals-coupon-link:hover, a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover{
  background-color:#000;
}
.wp-block-woocommerce-checkout-order-summary-block{
  border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
  padding: 10px;
}

li.wc-block-grid__product{
  border: 1px solid #dcdcdc;
  padding: 10px;
  max-width: 30.75% !important;
  float: left;
  margin: 0 3.8% 2.992em 0;
}
.wc-block-grid__product-onsale{
    padding: 5px 10px !important;
    background: #1776c6 !important;
    color: #fff !important;
    border-color: #1776c6 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
    margin: -0.5em -0.5em 0 0 !important;
}
.wc-block-grid__product-title{
  font-size: 22px !important;
  color: #fff !important;
  font-weight: 600; 
}
a.wc-block-grid__product-link{
  text-decoration: none !important;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart{
  padding: 10px 12px;
  border-radius: 8px !important;
  font-size: 16px;
}
span.woocommerce-Price-amount.amount{
  font-size: 16px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
  width: 100% !important;
}
h2.wp-block-heading.has-text-align-center{
  margin: 10px 0;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 60px;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  visibility: hidden;
  z-index: 3;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  background-color: #1776c6;
}
.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}
.back-to-top::before, .back-to-top::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}
.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #1776c6;
}
.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #000;
}
.back-to-top:hover, .back-to-top:focus {
  height: 40px;
  color: #fff;
}
.show-back-to-top {
  display: block;
  visibility: visible;
}
.scroll-left{
  left: 30px;
  right: auto;
}
.scroll-center{
  left: 50%;
  right: 50%;
}

/* Footer Section */
#footer{
	background: #000;
	color:#fff;
  clear:both;
}
#footer h3,#footer .wp-block-search__label{
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #007acc;
  margin-bottom: 10px;
}
#footer p {
  font-size: 16px;
  margin: 0;
  color:#fff;
}
#footer input[type="text"]{
  width:60%;
	padding:8px 5%;
	float:left;
	margin-right:2%;
	border-radius:5px;
}
#footer input[type="submit"]{
	width:100%;
	padding:11px 2%;
	border:none;
	background:#1776c6;
	margin:0;
}
#footer .search-field {
  margin: 0;
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 10px;
}
#footer form.search-form label {
  display: block;
  width: 100%;
}
#footer form.search-form{
	text-align: left;
}
#footer .copyright{
	text-align:center;
}
.copyright a {
  color: #fff;
  text-decoration: none !important;
}
.inner{
  background: #1776c6;
  padding: 15px;
}
.footerinner ul {
  margin: 0;
}
.footerinner ul li {
  list-style: none;
  padding: 6px 0;
  letter-spacing: 1px;
  font-size: 13px;
}
.footerinner ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}
.footerinner ul li a:hover{
  color: #1776c6;
}
#sidebar select,.footerinner select {
  padding: 10px;
  color: #000;
}
.textwidget {
  padding: 15px;
}
.footerinner .tagcloud a,.footerinner  .wp-block-tag-cloud a{
 	background: transparent;
  color: #fff !important;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
  border: 1px solid !important;
}  
.footerinner .tagcloud a:hover,.footerinner  .wp-block-tag-cloud a:hover{
  background: #1776c6;
  border: 1px solid #1776c6;
}
.woocommerce-account .addresses .title .edit{
  text-decoration: none ;
}
/* --------- Bradcrumbs --------- */
.bradcrumbs a ,.woocommerce-account .addresses .title .edit{
  background: #1776c6;
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.bradcrumbs a:hover{
	background:#000;
  color:#fff;
}
.bradcrumbs span{
	background:#1776c6;
	color:#fff;
	padding: 8px 15px;
}

/* Comments BOX */
#comments h2.comments-title{
	font-size:20px;
	font-weight:bold;
	border-top:2px dotted #7e7e7e;
	padding:40px 0 0 0;
}
#comments h3.comment-reply-title{
	font-size:20px;
	font-weight:bold;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea{
	padding:12px 10px;
	font-size:18px;
	margin:20px 0 0 0;
}
#comments input[type="submit"].submit{
	background:#1776c6 ;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:bold;
  margin: 20px 0;
  border: none;
  width: auto;
}
#comments input[type="submit"].submit:hover{
  background: #000;
  color: #fff;
}
#comments a.comment-reply-link{
	color:#000;
	background:#cecece;
	padding:5px 15px;
}
#comments a.comment-reply-link:hover{
	background:#1776c6;
}
#comments a time{
	color:#000;
	font-weight:bold;
	font-size:12px;
}
#comments p.comment-form-comment label{
  display: block;
}
#wrapper #comments ol li{
	padding: 20px;
}
ol.comment-list .comment-body{
  background: #fffafa;
  padding: 10px;
  margin-bottom:20px;
}
ol.comment-list li li{
  padding-left: 20px;
  padding-bottom:0;
}
.comment-author.vcard img {
  margin-right: 10px;
}
#wrapper #comments ul{
	margin:0 0 0 40px;
}
#comments .reply{
	text-align:right;
}
#comments .comment-author{
	width:100%;
	clear:both;
}
#comments a.comment-reply-link{
  color:#fff;
  background: #1776c6;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover, #comments input[type="submit"].submit:hover{
  background:#000;
  color:#fff;
}
.comment-meta.commentmetadata {
  margin: 10px 0;
}
.comment-meta.commentmetadata a{
  color: #1776c6;
}
#comments .comment-content{
	margin-left:7%;
}

/* --------- SLIDER--------- */
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon{
  background: transparent;
  width: auto;
  height: auto;
}
#slider{ 
  max-width:100%;
  background: #000;
}
#slider img {
  width: 100%;
  opacity: 0.7;
  height: 600px;
  object-fit: cover;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
}
span.slider-badge.mb-1{
  font-weight: 500;
}
#slider .inner_carousel h1 {
  font-weight: bolder;
  letter-spacing: 1px;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
}
#slider .inner_carousel p {
  font-size: 14px;
  color: #fff;
}
#slider .carousel-caption{
  top: 55%;
  transform: translateY(-50%);
}
.readbutton a {
  background: #1776c6;
  padding: 15px 25px;
  color: #fff;
  border-radius: 25px !important;
  font-size: 13px;
  font-weight: 500;
}
.readbutton a:hover, .textbox a:hover{
	background: #000;
}

/* Sidebar */
#sidebar form{
 	display: table;
	width: 100%;
}
#sidebar h3,#sidebar h2,#sidebar .wp-block-search__label{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1776c6;
  border-bottom: 2px solid;
  margin-bottom: 10px;
  width: 100%;
}
#sidebar input[type="search"] {
	padding:9px 10px;
	border: solid 1px #bbb !important;
  color: #000 !important;
	font-size:15px;
	color:#000;
	font-weight: normal;
	width:100%;
}
#sidebar input[type="submit"]{
  background: #1776c6;
  border: none;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  float: left;
  margin: 0;
  border-radius: 0;
}
#sidebar form.search-form label{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#sidebar aside{
  border: solid 1px #1776c6;
} 
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
}
#sidebar ul li {
  color: #000;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
}
#sidebar ul li a {
  font-size: 15px;
  color: #242424;    
  font-weight: bold;
}
#sidebar ul li a:hover{
	color:#1776c6;
}
#sidebar .tagcloud a,.wp-block-tag-cloud a{
	border: 1px solid;
	color:#000 !important;
	font-size:15px !important;
	padding:5px 18px;
	margin:0 0 5px;
	display:inline-block;
  text-decoration: none !important;
}
#sidebar .tagcloud a:hover,.wp-block-tag-cloud a:hover{
	background:#1776c6;
	color: #fff !important;
  border-color: #1776c6;
}
form.search-form label {
  float: left;
}
/* About Us Widget */
#sidebar .widget{
  padding: 10px;
  border: solid 1px #1776c6;
}
#sidebar .widget h3{
  padding-top: 0;
  margin-bottom: 10px;
}
#sidebar .widget p{
  margin-bottom: 10px;
}
#footer p.custom_author, #sidebar p.custom_author {
  font-size: 20px;
  font-weight: 700;
}
#footer p.custom_designation, #sidebar p.custom_designation{
  font-size: 16px;
  font-weight: 600;
}
#footer p.custom_desc, #sidebar p.custom_desc{
  font-size: 15px;
}
.social-links i{
  color: #1776c6;
}
.more-button a {
  background: #1776c6;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
}

/* Contact Us Widget */
#footer .widget{
  clear: both;
  padding: 15px 0;
}
span.custom_details {
  font-weight: 600;
}

/*------404 not found-------*/
.notfound h1{
  font-weight: bold;
  font-size: 60px;
  color: #000;
}

/* Page */
.title-box{
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#fff;
	text-transform:uppercase;
	padding:75px 0;
	font-weight:bold;
	margin-bottom:25px;
	background-color: #1776c6;
}
#wrapper ul{
	margin:0 0 0 10px;
	font-size:16px;
}
#wrapper ul li{
	line-height:25px;
}
#wrapper ol{
	margin:0 0 0 15px;
	font-size:16px;
	counter-reset: myCounter;
}
#wrapper ol li{
	padding:0 0 0 0;
}
#respond{
  border-top: 1px solid #121619;
}
/*block css*/
.main-wrap-box .alignfull,.main-wrap-box .alignwide,.main-wrap-box .aligncenter{
  margin-left: 0;
  margin-right: 0; 
  margin-bottom: 20px; 
}
.main-wrap-box .alignleft{
  margin-right: 10px;
}
.main-wrap-box .wp-block-button a{
  color: #fff;
  background: #1776c6;
  border-radius: 30px;
  text-decoration: none !important;
}
.main-wrap-box .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
.main-wrap-box .wp-block-button a:hover{
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
/*new block css*/
.alignfull img,.wp-calendar-table{
  width: 100%;
}
.wp-block-button.is-style-outline a{
  background-color: transparent !important;  
  color: #000 !important;
}
.wp-block-button.is-style-outline a:hover{
  color: #000 !important;
  background: transparent !important;
  border: 2px solid #000 !important;
}
.alignright{
  float: right;
}
.wp-block-search__button{
  background: #1776c6;
  color: #fff;
}
#footer .wp-block-search__input{
  width: 30%;
}
.wp-block-calendar{
  text-align: left;
}
#menu-testing-menu ul,#menu-testing-menu-2 ul,#menu-testing-menu-1 ul{
  display: block;
}
.wp-block-latest-comments__comment{
  display: flex;
}
.widget_recent_comments ol{
  padding-left: 1rem;
}
.widget_recent_comments, .wp-block-latest-comments__comment-meta,.wp-block-latest-comments__comment-excerpt{
  margin-left: 1em !important;
}
.footerinner .widget_calendar td{
  color: #fff;
}
/* Pagination */
.pagination {
	clear:both;
	position:relative;
	font-size:14px;
	line-height:13px;
	float:right;
} 
.pagination span, .pagination a {
	display:block;
  float:left;
  margin: 2px 5px 20px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#242424;
  border: 1px solid #d4d4d4;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover, .page-links a span:hover,span.page-links-title{
  color: #fff;
  background: #1776c6;  
}
.pagination .current, .page-links .current .page-number {
  padding: 10px 15px;
  background: #1776c6;
  border: 1px solid #1776c6;
}
span.page-links-title{
  line-height: 8px;
}

/* ------------Navigation Links------------*/
.navigation .nav-previous a, .navigation .nav-next a{
  color: #fff;
  background: #1776c6;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
}
.navigation .nav-previous a::before {
  content: "\f100";
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  margin: 0 8px 0 0;
  font-weight: 900;
}
.navigation .nav-next a::after {
  content: "\f101";
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  margin: 0 0 0 8px; 
  font-weight: 900;
}
.nav-previous {
  float: left;
  width: 50%;
  margin: 15px 0;
}
.nav-next{
  float: right;
  width: 50%;
  text-align: right;
  margin: 15px 0;
}
span.post-title {
  font-size: 20px;
  margin: 3%;
  font-weight: 600;
  line-height: 1.5;
  color: #1776c6;
}
.entry-content a, .comment-content a, #sidebar .textwidget a, .woocommerce-product-details__short-description a{
  text-decoration: underline;
}
.entry-content{
  margin-top: 20px;
}
#footer p a{
  color: #fff;
  text-decoration: none;
}
.tags a {
  font-size: 15px;
  color: #666;
  border:1px solid;
  display: inline-block;
}
.tags a:hover{
  background: #1776c6;
  color: #fff;
  border-color:#1776c6;
}
.tags a i{
  font-size: 12px;
  color: #1776c6;
}
p.comment-form-url label{
  display: block;
}
p.comment-form-url input{
  padding: 12px 10px !important;
  font-size: 18px;
  margin: 20px 0 0 0 !important;
  border: 1px solid #bcbcbc;
  width: 100%;
  height: auto;
}
#sidebar .wp-block-search__button{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 10px;
  margin-left: 5px;
}
.post-categories li ,.single-post ul{
  display: inline-block;
}
.post-categories li a{
  margin-right: 8px;
  margin-bottom: 8px;
  background-color:#1776c6;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.main-wrap-box .col-lg-8,.main-wrap-box .col-lg-4{
  margin-top: 30px;
}
/* Media Css*/
@media screen and (max-width: 1000px){
  .fixed-header{
    position: static;
  }
  .sf-arrows .sf-with-ul{
    padding: 10px;
  }
  .nav-menu .nav ul li a:focus, a.closebtn.responsive-menu:focus, .toggle-menu button:focus, .nav-menu .sub-menu > li > a:focus, .nav ul li a:focus{
    outline: 2px solid #fff;
  }
  .toggle-menu {
    display: none;
    width: 100%;
    top: 0;
    cursor: pointer;
    z-index: 999999;
    font-size: 20px;
    background: #000;
    border-bottom: 1px solid #333;
  }
  .nav-menu ul ul a:hover{
    background: none !important;
  }
  .nav-menu ul ul a{
    color: #fff;
  }
  .toggle-menu i {
    font-size: 25px;
    color: #fff;
  }
  .toggle-menu button {
    background: transparent;
    border: none;
    color: #fff;
  }
  .respside-nav {
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 110%;
    visibility: hidden;
    right: 0;
    overflow-y: scroll;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 60px;
  }
  body.show-main-menu .respside-nav{
    visibility: visible;
    top: 47px;
    transition: 0.5s top ease-in-out;
  }
  .respside-nav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 5px;
    font-size: 18px;
    display: block;
    color: #ffffff;
    border:none;
    background: transparent;
  }
  #sidelong-menu, #sidelong-topmenu{
    display: none;
  }
  .toggle-menu{
    display: block;
  }
  .nav-menu .nav ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .nav ul li a{
    padding: 10px 15px;
    display: block;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #333;
    background: none !important;
  }
  .nav ul li:first-child a{
    border-top: 1px solid #333;
  }
  .nav ul li:first-child ul li a{
    border-top: none;
  }
  .nav-menu .current_page_item > a, .nav-menu .current-menu-item > a, .nav-menu .current_page_ancestor > a {
    color: #1776c6;
  }
  .nav ul li ul li a:before{
    content:"__";
    padding-right: 10px;
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .nav-menu ul ul{
    position: static;
    width: 100%;
    background: none;
    border:none;
  }
  .nav-menu li,.single-post ul{
    display: block;
  }
  #sidelong-respmenu{
    display: inline;
  }
  #sidelong-menu, #sidelong-toppmenu,#slider .inner_carousel span.slider-badge.mb-1 {
    display: none;
  }
  .nav-menu ul li a:hover{
    color: #fff;
    border-left: 4px solid #fff;
  }
}
@media screen and (max-width: 767px){
  #slider .inner_carousel p{
    display: none;
  }
}
@media screen and (max-width: 720px) and (min-width: 320px){
	#slider .slide-cap h2, 	#slider .slide-cap p{
		display: none;
	}
	ol.children {
    margin: 0 !important;
	}
	ol.children img {
    width: 30px;
    border: solid 1px;
	}
	#comments .reply {
		float: left !important;
		margin-bottom: 5%;
	}
	#wrapper #comments ol li{
		padding:0 !important;
	}
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product,#sidebar input[type="submit"],
  #sidebar form.search-form label{
    width: 100%;
  }
  #sidebar form.search-form label{
    margin-bottom: 5px;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
      padding-left: 0px !important;
  }
  li.wc-block-grid__product{
      max-width:100% !important;
      float:none;
      flex: 100% !important;
  }
}
@media screen and (max-width: 460px) and (min-width: 320px){
  #slider .carousel-caption{
    top: 22%;
  }
}
@media screen and (max-width:720px) {	
	#contact-us{
		position: static;
		opacity: 1;
	}
  .alignwide{
    margin:0;
  }
	.top-service{
		margin: 0 auto;
	}
	#slider .inner_carousel p{
		display: none;
	}
  #slider .inner_carousel h1{
    font-size: 20px;
  }
  #slider .inner_carousel .readbutton a{
    padding: 10px 25px;
  }
  #slider .carousel-caption{
    top: 40%;  
  }
  #slider img{
    height: 200px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 721px){
  #slider img{
    height: 400px !important;
  }
  #slider .carousel-caption{
    top: 50%;
  }
}
@media screen and (max-width:767px){
  #contact-us{
    position: static;
  }
  .top-service{
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px){ 
  .top-service{
  	margin-top: 10px;
  }
  .related.products ul.products li.product{
    width: 48%;
    float: left;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
  }
  .alignwide {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main-wrap-box .alignleft{
    max-width: unset;
  }
  .wp-block-latest-comments__comment-excerpt{
    margin-left: 0.5em !important;
  }
  #sidebar .wp-block-search__button,#footer .wp-block-search__button{
    margin-left: 0px;
  }
  #sidebar input[type="search"],#footer .wp-block-search__input{
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width:991px){
  #footer .search-field, #footer input[type="submit"],  #footer .wp-block-search__button,#footer .wp-block-search__input, 
  #sidebar .wp-block-search__button,#sidebar form.search-form label,#sidebar input[type="submit"],#sidebar input[type="search"]{
    width: 100%;
  }
   #footer .wp-block-search__input,#footer .search-field, #sidebar input[type="search"]{
    margin-bottom: 5px;
  }
  .wp-block-search__inside-wrapper{
    display: block;
  }
  .wp-block-search__button{
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px){
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
      float: none;
      width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .alignwide {
    margin-left: -35px;
    margin-right: -35px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  
}
@media screen and (max-width: 1300px) and (min-width: 768px){
  .top-service{
    margin-top: -5em;
  }
}