body .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products {
  clear: both;
  float: none;
}

.
body  .woocommerce div.product .product_title {
  line-height: 1.2;
  margin: 0 0 20px;
}
body .woocommerce div.product div.images .flex-control-thumbs {
  width: auto;
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
body .woocommerce div.product div.images .flex-control-thumbs li {
float: none;
width: 20%;
padding: 10px;
}


.list_style .row {
  border: solid 1px #ececec !important;
  border-top: none;
  margin: 0 !important;
  align-items: center;
  padding: 15px 0;
}
.list_style .row + .row {
  margin-top: 15px !important;
}
.instructions__pdf {
  margin-top: 20px;
}
.list_style .row .btn, .instructions__pdf .btn {
  font-size: 12px;
  margin: 0;
  padding: 12px 15px;
  border: none;
  color: #FFF;
  background: #bf1e2e;
}

.inside-page .list_style h3 {
  color: #bf1e2e;
  font-size: 18px;
  margin: 0;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 48%;
  flex: 0 0 50%;
  max-width: 50%;
}


/**/
body .woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: none;
    display: flex;
    flex-wrap: wrap;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
    margin: 0;
    padding: 0 10px;
    flex: 1;
    text-align: center;
    border: none !important;
    align-items: center;
    justify-content: center;
    display: flex;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li:after, body .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #333333;
  color: #FFF;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
  text-transform: uppercase;
}

body .yikes-custom-woo-tab-title {
  display: none;
}
/**/

.product_meta {
    font-size: 16px;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 20px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 18px !important;
	height: 46px !important;
	border-radius: 0 !important;
	font-weight: normal !important;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #bf1e2e !important;
    color: #fff !important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #bf1e2e !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}

.woocommerce div.product form.cart table td {
	font-size: 16px;
}
.woocommerce div.product form.cart .reset_variations {
	position: absolute;
    line-height: 1.5;
}


.single_variation_wrap .woocommerce-variation-price {
	background: #f7f7f7;
    padding: 15px;
    margin: 0 0 13px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #bf1e2e !important;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: solid 1px #ddd;
    background: #fff;
    height: 46px;
    margin: 0;
    padding: 0 10px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}

select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s,border .3s,background .3s,opacity .3s;
	font-size: 16px;
}
select:focus {box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;}

select {
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
}

.wpcf7-form-control-wrap select {
  max-width: 100%;
  width: 435px;
}

.product-footer .woocommerce-tabs {
    padding: 0 0 50px;
    border: none;
}
/**/

.inside-page .product-description ul, .inside-page .product-description ol {
	float: none;
}
.accordion-title {
    border: none;
    padding: 10px 0;
    color: #C22026 !important;
}
.product-description .accordion-item .accordion-inner {
    padding: 10px 0;
}
.product-description .accordion-item .accordion-inner::after {
	display: block;
	content: "";
	clear: both;
}
.product-description .accordion-item .accordion-title {
	display: inline-block;
  }
  
  .product-description .accordion-item .accordion-title span::after {
	display: inline-block;
	content: "+";
	margin: 0 0 0 6px;
  }
  
  .product-description .accordion-item .accordion-title.active span::after {
  
	content: "-";
  
  }
  
  .product-description .accordion-item .accordion-inner {
	padding: 10px 0;
  }
  
  .ksc {
	padding: 30px 0 0;
  }
  .inside-page .ksc h3 {
	  font-size: 20px;
	  color: #000000;
  }
  
  .ksc__select {
	  margin: 0 0 15px;
  }
  .ksc table {
	width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
	font-size: 16px;
	line-height: 1.2;
  }
  
  .ksc table thead th {
	background: #333;
	color: #FFF;
	font-weight: normal;
	border-color: #3e3e3e;
  }
  
  .ksc table td,
  .ksc table th {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin: 0;
	padding: 10px 15px;
	vertical-align: top;
  }
  .ksc table th:first-child {
	border-left: 1px solid #333;
  }
  
  .ksc table td:first-child {
	border-left: 1px solid #ececec;
  }
  
  .ksc table td p {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
  }
  
  .ksc table td p+p {
	margin: 0 0 15px;
  }
  
  .ksc table td.sku {
	min-width: 80px;
  }
  
  .ksc table td.numbers_of_units {
	min-width: 150px;
  }
  
  
  .ksc table tbody tr:nth-child(even) {
	background: #f3f3f3
  }
  
  .ksc table tbody tr:nth-child(odd) {
	background: #FFF
  }
  
  
  .p_box_row {
  
	margin: 0 !important;
  }
  
  .p_box {
	border: 1px solid #ececec !important;
	margin: -1px 0 0 -1px;
  }
  
  
  /**/
  
  .list_col4 {
  
	margin: 0 0 20px 18px;
  
  }
  
  
  /**/
.pr_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px -15px;
  }
  
  .pr_heading {
	width: 100%;
	padding: 0 15px;
  }
  
  .pr_heading h2 {
	padding: 0;
  margin: 0;
  font-size: 20px;
  }
  
  .pr_row .pr_item {
	width: 25%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .pr_row .pr_item .instructions__box {
	width: 100%;
  }
  
  .instructions__box {
	width: 250px;
	margin: 0;
	border: solid 1px #ccc;
  
  }
  
  body .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 15px;
    border: solid 1px #333;
  }
  
  
  .instructions__image .instructions__image__bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	font-size: 50px;
	position: relative;
  }
  
  .instructions__image .icon-play {
    border: solid 2px #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .instructions__image__bg::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
  }
  
  .instructions__image__bg:hover:before {
	opacity: 0.7;
  }
  
  .instructions__content {
	padding: 15px 18px;
  }
  .instructions__content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }  
  
  .box-image-bg {
	background-size: cover;
  }
  
  /**/
  
  .ksc__content .box {
	display: none;
  }



  @media (min-width: 768px) {

    .navbar .navbar-nav>li>.nav-link{
      border: solid 1px;
    }
    .navbar .navbar-nav>li:last-child > .nav-link {
      border-right: solid 1px;
    }

  }

  @media (min-width: 1200px) and (max-width: 1650px) {

  }


/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/



@media (max-width: 767px) {
.mobile-social { display: inline-block; }
.member1 {right:200px!important}
.member2 {right:80px!important}
.member3 {right:10px!important}

.service-icon .fas { font-size: 36px; } 

.container { max-width: 100% }

.btn { font-size: 16px; line-height: 16px; padding: 12px 25px; }	


.navbar .navbar-nav .nav-link {     padding: 15px 12px 15px 6px;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0; }
.dropdown-menu li a { font-size: 15px; line-height: 15px; }
.navbar-nav.sm-collapsible .sub-arrow { border-color: #00aeef !important; }


.navbar-toggler {  margin-top: -25px; }
.navbar-toggler .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #00aeef; position: relative;     transition: ease-in-out 0.4s; -webkit-transition: ease-in-out 0.4s; -moz-transition: ease-in-out 0.4s; -ms-transition: ease-in-out 0.4s; -o-transition: ease-in-out 0.4s;  }
.navbar-toggler .icon-bar+.icon-bar { margin-top: 4px; }
.navbar-toggler.open .icon-bar:nth-child(1) { top: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.navbar-toggler.open .icon-bar:nth-child(2) { display: none; }
.navbar-toggler.open .icon-bar:nth-child(3) { top: -4px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }


.navbar-nav.sm-collapsible .sub-arrow { border-color: #00aeef !important; }
.navbar-toggler-icon { height: auto; width: auto; }
.navbar-toggler { padding: 0; float: right; }
.dropdown-menu:after { display: none; }

.header { padding: 10px 15px; }

.navbar { display: block; }
.navbar-brand { text-align: center; }
.navbar-brand img { max-width: 240px; }

.social-menu { padding-left: 0; text-align: center; }
.social-menu ul li { padding: 0 5px; font-size: 20px;  }
.desktop-social { display: none; }

.simple-link { font-size: 16px; line-height: 16px; }
.slider-text { width: 100%; }
.home-slider .caption .title h1,
.home-slider .caption .title h2,
.home-slider .caption .title h3,
.home-slider .caption .title h4,
.home-slider .caption .title h5,
.home-slider .caption .title h6,
.home-slider .caption .title p {
	font-size: 18px;
	line-height: 18px;
}
.home-item .slider-img { height: 270px; }
.home-item .slider-img img { height: 100%; object-fit: cover; font-family: 'object-fit:cover;'; }
.slider-text p { font-size: 13px; line-height: 15px; margin: 0 0 10px; }
.home-slider .owl-dots { bottom: 20px; }
.home-slider .bottom-line { margin: 0 0 15px; height: 2px; width: 60%; }

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
	font-size: 18px;
	line-height: 20px;
}

.about-us { padding: 30px 0; }
.about-us p { font-size: 15px; line-height: 20px; }

.our-services .bottom-btn { margin-bottom: 30px; } 
.service-list { padding: 30px 0 0; }
.service-block { margin: 0 0 30px; }
.service-block .service-link { font-size: 20px; line-height: 20px; }
.service-block p { font-size: 14px; line-height: 18px; }
.service-icon { width: 70px; }
.service-detail { padding: 0 0 0 80px; }

.testimonial { padding: 40px 0; }
.testimonial .section-title { padding: 0 0 15px; }
.testimonial-slider .testi-detail { margin-top: -35px; }
.testimonial-slider .testi-detail p { font-size: 14px; line-height: 20px; }
.testimonial-slider .bottom-btn { padding: 15px 0 0; }
.testimonial-slider .top-coma span { font-size: 120px; line-height: 100px; }
.testimonial-slider .testi-detail span { font-size: 16px; line-height: 16px; }


.map iframe { height: 250px; }

.f-logo { text-align: center; padding: 0 0 15px; }
.f-logo img { width: 300px; }
.f-block { padding: 0 0 15px; text-align: center; }
.f-top { padding: 40px 0;  }
.copyright  { letter-spacing: 1px; font-size: 14px; }

/******** inner page start *********/
.banner-img { height: 200px; }
.inner-banner { margin: 0 0 30px }
.banner-img img { height: 100%; object-fit: cover; }

.banner-title h1,
.banner-title h2,
.banner-title h3,
.banner-title h4,
.banner-title h5,
.banner-title h6,
.banner-title p {
	font-size: 20px !important;
	line-height: 20px !important;
}

.banner-title { padding: 10px 40px; }

.inside-page { padding: 35px 0 40px; }
.inside-page p { font-size: 14px; line-height: 20px; }
.inside-page h1, .inside-page h2 { font-size: 18px; line-height: 18px; }
.inside-page ul, .inside-page ol { float: none; }
.inside-page ul li, .inside-page ol li { font-size: 16px; line-height: 20px; }
.inside-page h3, .inside-page h4 { font-size: 16px; line-height: 16px; }

/******** inner page end *********/

/********* 11-03-2019 start *********/
.slick-slide {
    height: 250px !important;
}
.slick-dots { bottom: 20px; }
/********* 11-03-2019 end *********/

}



@media (max-width: 576px) {

.container { max-width: 100% }

}

@media (min-width: 576px) {}


@media (min-width: 768px) {
    .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none !important; }
    .mobile-social { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {

.service-icon .fas { font-size: 42px; }
.header { padding: 15px 30px 0; }

.navbar { display: block;text-align: center; }
.navbar-expand-md .navbar-collapse { display: inline-block !important;  }
.navbar-brand img { max-width: 300px; }
.social-menu { padding-left: 0; display: inline-block; }
.navbar .navbar-nav .nav-link {  padding: 20px 14px 18px 14px; font-size: 15px; line-height: 15px; }
.social-menu ul li { padding: 0 5px; }

.dropdown-menu { margin: 0 -30px !important; }

.simple-link { font-size: 18px; line-height: 18px; }
.slider-text { width: 100%; }
.home-slider .caption .title h1,
.home-slider .caption .title h2,
.home-slider .caption .title h3,
.home-slider .caption .title h4,
.home-slider .caption .title h5,
.home-slider .caption .title h6,
.home-slider .caption .title p {
	font-size: 30px;
	line-height: 30px;
}

.slider-text p { font-size: 20px; line-height: 22px; margin: 0 0 20px; }
.home-slider .owl-dots { bottom: 20px; }
.home-slider .bottom-line { margin: 0 0 15px; height: 3px; }

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
	font-size: 24px;
	line-height: 24px;
}

.about-us { padding: 60px 0 40px; }
.about-us p { font-size: 16px; line-height: 24px; }
.our-services .bottom-btn { margin-bottom: 50px; } 
.service-list { padding: 30px 0; }
.service-block { margin: 0 0 30px; }
.service-block p { font-size: 16px; line-height: 20px; }
.service-icon { width: 70px; }
.service-detail { padding: 0 0 0 80px; }

.testimonial-slider .top-coma span { font-size: 150px; line-height: 110px; }
.testimonial-slider .testi-detail { margin-top: -30px; }
.testimonial { padding: 70px 0; }
.testimonial .section-title { padding: 0 0 30px; }
.testimonial-slider .testi-detail p { font-size: 18px; line-height: 24px; }
.testimonial-slider .bottom-btn { padding: 40px 0 0; }


.map iframe { height: 450px; }

.f-logo { text-align: center; padding: 0 0 15px; }
.f-logo img { width: 300px; }
.f-block { padding: 0; }
.f-top { padding: 40px 0;  }
.copyright  { letter-spacing: 1px; }

.btn {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 50px;
}

/******** inner page start *********/
.banner-title h1,
.banner-title h2,
.banner-title h3,
.banner-title h4,
.banner-title h5,
.banner-title h6,
.banner-title p {
	font-size: 26px !important;
	line-height: 26px !important;
}

.inside-page { padding: 35px 0 70px; }
.inside-page p { font-size: 16px; line-height: 26px; }
.inside-page h1, .inside-page h2 { font-size: 22px; line-height: 22px; }
/******** inner page end *********/
/********** 11-03-2019 ********/
.slick-slide {
    height: 400px !important;
}
/********** 11-03-2019 ********/

}

@media (max-width:1199px)
{
.h-logo {margin-top:60px}

.icon-cart { display:inline-block}
}

@media (max-width:1199px) and (min-width:768)
{
.social-menu { display:inline-block;}
}

@media (min-width: 992px) and (max-width: 1199px) {


.service-icon .fas { font-size: 48px; }

.header { padding: 15px 30px 0; }
	

.navbar { display: block;text-align: center; }
.navbar-expand-md .navbar-collapse { display: inline-block !important; width:100%; }
.navbar-brand img { max-width: 300px; }
.social-menu { padding-left: 0; display: inline-block;margin-bottom: 20px; display:inline-block;}
.navbar .navbar-nav .nav-link {  padding: 20px 22px 18px 22px; font-size: 18px; line-height: 18px; margin: 20px 0; }
.social-menu ul li { padding: 0 8px; }

.home-slider .caption .title h1,
.home-slider .caption .title h2,
.home-slider .caption .title h3,
.home-slider .caption .title h4,
.home-slider .caption .title h5,
.home-slider .caption .title h6,
.home-slider .caption .title p {
	font-size: 36px;
	line-height: 36px;
}

.slider-text p { font-size: 24px; line-height: 28px; }


.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
	font-size: 26px;
	line-height: 26px;
}

.about-us { padding: 100px 0 60px; }
.about-us p { font-size: 18px; line-height: 30px; }
.service-block p { font-size: 16px; line-height: 20px; }
.service-icon { width: 70px; }
.service-detail { padding: 0 0 0 80px; }

.testimonial { padding: 70px 0; }
.testimonial .section-title { padding: 0 0 30px; }
.testimonial-slider .testi-detail p { font-size: 20px; line-height: 26px; }
.testimonial-slider .bottom-btn { padding: 40px 0 0; }


.map iframe { height: 450px; }

.f-block { padding: 0; }
.f-top { padding: 60px 0 40px;  }
.copyright  { letter-spacing: 1px; }


/******** inner page start *********/
.inside-page { padding: 35px 0 70px; }
.inside-page p { font-size: 18px; line-height: 30px; }
/******** inner page end *********/

/********** 11-03-2019 ********/
.slick-slide {
    height: 600px !important;
}
/********** 11-03-2019 ********/

}


@media (min-width: 1200px) and (max-width: 1299px){


.service-icon .fas { font-size: 56px; }

.container { max-width: 1170px; }

.header { padding: 25px 30px; }
.navbar-brand img { max-width: 300px; }
.social-menu { padding-left: 0; }
.navbar .navbar-nav .nav-link {  padding: 15px 10px;
    font-size: 16px;
    line-height: 1; }
.social-menu ul li { padding: 0 8px; }
.home-slider .caption .title h1,
.home-slider .caption .title h2,
.home-slider .caption .title h3,
.home-slider .caption .title h4,
.home-slider .caption .title h5,
.home-slider .caption .title h6,
.home-slider .caption .title p {
	font-size: 36px;
	line-height: 36px;
}

.slider-text p { font-size: 24px; line-height: 28px; }


.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
	font-size: 26px;
	line-height: 26px;
}

.about-us p { font-size: 18px; line-height: 30px; }
.service-block p { font-size: 17px; line-height: 22px; }

.testimonial { padding: 70px 0; }
.testimonial .section-title { padding: 0 0 30px; }
.testimonial-slider .testi-detail p { font-size: 20px; line-height: 26px; }
.testimonial-slider .bottom-btn { padding: 40px 0 0; }


.map iframe { height: 520px; }

/********** 11-03-2019 ********/
.slick-slide {
    height: 650px !important;
}
/********** 11-03-2019 ********/

}


@media (min-width: 1300px) and (max-width: 1399px){
.container { max-width: 1270px; }

.header { padding: 25px 30px; }
.navbar-brand img { max-width: 300px; }
.social-menu { padding-left: 0; }
.navbar .navbar-nav .nav-link {  padding: 13px 15px;
  font-size: 18px; }
.social-menu ul li { padding: 0 8px; }

.about-us p { font-size: 18px; line-height: 30px; }
.service-block p { font-size: 17px; line-height: 22px; }

.testimonial { padding: 70px 0; }
.testimonial .section-title { padding: 0 0 30px; }
.testimonial-slider .testi-detail p { font-size: 20px; line-height: 26px; }
.testimonial-slider .bottom-btn { padding: 40px 0 0; }


.map iframe { height: 520px; }

}


@media (min-width: 1400px) and (max-width: 1499px){
.container { max-width: 1370px; }

.navbar-brand img { max-width: 340px; }
.social-menu { padding-left: 30px; }
.navbar .navbar-nav .nav-link {  padding: 13px 15px;
  font-size: 18px; }
.social-menu ul li { padding: 0 10px; }

}

@media (min-width: 1500px) and (max-width: 1599px){


.social-menu { padding-left: 30px; }
.navbar .navbar-nav .nav-link {  padding: 16px 13px; }
.social-menu ul li { padding: 0 10px; }


}

@media (min-width: 1600px) and (max-width: 1699px){

.social-menu { padding-left: 30px; }

}


@media (min-width: 1700px) and (max-width: 1799px){


}



@media (min-width: 1500px) and (max-width: 1549px){
.container { max-width: 1470px; }

}


@media (min-width: 1550px) {
.container { max-width: 1520px; }

}





/*---------- Large Desktop , Large Screen End ----------*/



@media (max-width: 991px) {
  .pr_row .pr_item {
    width: 33.33%;
  }

  /**/
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
  }

  .woocommerce form.woocommerce-checkout .form-row label {
    font-size: 16px;
    margin: 5px 0 5px;
  }

  .woocommerce form.woocommerce-checkout .form-row .input-text {
    font-size: 14px;
    padding: 10px;
  }
  .woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 39px;
  }
  .woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
  }
  .woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 37px;
    height: 37px;
}
.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
  padding-left: 10px;
  padding-right: 47px;
}

.woocommerce form.woocommerce-checkout .select2-results__option {
	padding: 5px 10px;
}

.woocommerce form.woocommerce-checkout .form-row .input-text#order_comments {
  height: 120px;
}

}

@media (max-width: 767px) {

.cartnotice  { width:100% ; float:none; }
  .inside-page h2.product_title {
    font-size: 28px;
  }
  body .woocommerce div.product div.images .flex-control-thumbs {
    margin: 5px -5px 0;
  }
  body .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
}
.pr_row .pr_item {
  width: 50%;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 14px;
  line-height: 1.2;
}

.ksc table {
  font-size: 14px;
}

.ksc table td p {
  font-size: 14px;
}
.inside-page .ksc h3 {
  font-size: 18px;
  line-height: 1.2;
}

/**/
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin: 0 0 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

}

@media (max-width: 479px) {
.pr_row .pr_item {
  width: 100%;
}
}
@media (max-width: 588px) and (min-width: 534px){
	.is-style-stripes{font-size:18px}
}
@media (max-width: 533px) and (min-width: 478px){
	.is-style-stripes{font-size:16px}
}
@media (max-width: 477px) and (min-width: 423px){
	.is-style-stripes{font-size:14px}
}
@media (max-width: 422px) and (min-width: 368px){
	.is-style-stripes{font-size:12px}
}
@media (max-width: 367px){
	.is-style-stripes{font-size:10px}
}