/*
Theme Name: Vantage Tag
Theme URI: https://polishyourimage.com/
Description: Vantage Tag
Version: 7.0
Author: PYI
Author URI: https://polishyourimage.com/
Tags: Vantage Tag
*/

/*Begin General*/

body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Noto Sans';
	font-weight: normal;
	font-size: 14px;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #404040;
}

/*.page-template-page-sr1 header,
.page-template-page-sr1 footer {
	display: none;
}*/

.wrapperOuter {
    overflow: hidden;
}

/* gutenberg start */

.wp-block-columns {
	position: relative;
}

.row {
	margin-bottom: 0 !important;
	position: relative;
}

.row .wp-block-column { 
	position: relative;
}

.wp-block-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.wp-block-cover .wp-block-cover__image-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.static.wp-block-cover {
	position: static;
}
.container-bg {
	position: relative;
}
.container {
	margin-left: auto !important;
	margin-right: auto !important;
}   
body .wp-block-columns {
    gap: 0;
    flex-wrap: wrap;
    align-items: inherit;			
}

body .equal-height {
	display: block;
}
.equal-height * {    
	min-height: 100%;
}
body .is-layout-flex {
    flex-wrap: wrap !important;
    align-items: unset !important;
}                
body .hide {
    display: none !important;
}

/* gutenberg end */

th, b, strong {      
	font-family: 'Noto Sans';
	font-weight: bold;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
	color: #0b9670;
}

a:hover {
	color: #213545;
}

::selection {
   color: #fff; 
   background: #0b9670 !important;
}

* { 
	outline:none!important;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Noto Sans';
	font-weight: 300;
	margin-bottom: 10px; 
	color: #213545;  
}

h1 {
	font-size: 77.77px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 45px;
}

h4 {
	font-size: 35px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 18px;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0; 
}

p {
	padding-bottom: 20px;
	margin: 0;
	line-height: 19px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

main ol li, 
main ul li {
	list-style-position: inside;
    line-height: 14px;
}

main ol, 
main ul {
	margin: 0;
	      
}

.wp-block-button__link,
.dbtn {
    opacity: 0;	
}

.dbtn .mText:last-child {
    display: none;
}
 
.single-product .woocommerce-notices-wrapper .woocommerce-message .button,
 .productWrap .contentBox .contentBoxInner .cart .button,
.consumerWrap .item .added_to_cart,
.wooWrap .return-to-shop .wc-backward, 
.accountWrap .woocommerce-MyAccount-content .button,
.wooWrap .woocommerce button.button, 
.wooWrap .woocommerce .wc-proceed-to-checkout .button, 
.wooWrap .woocommerce .actions .button, 
.wooWrap .woocommerce .actions .coupon .button, 
.wooWrap .btnbx,
.dbtn { 
    font-size: 15.71px !important;
    padding: 8px 13px 9px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    display: inline-block;
    overflow: hidden !important;
    z-index: 1;    
    font-family: 'Noto Sans';
    font-weight: 600;
    background: #036b9e !important;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    transform-style: preserve-3d;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
      
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.productWrap .contentBox .contentBoxInner .cart .button:hover,
.consumerWrap .item .added_to_cart:hover,
 .wooWrap .return-to-shop .wc-backward:hover, 
.accountWrap .woocommerce-MyAccount-content .button:hover,
.wooWrap .woocommerce button.button:hover, 
.wooWrap .woocommerce .wc-proceed-to-checkout .button:hover, 
.wooWrap .woocommerce .actions .button:hover, 
.wooWrap .woocommerce .actions .coupon .button:hover, .wooWrap .btnbx:hover,
.dbtn:hover {
	border-color: #000 !important;
    -webkit-transform: perspective(600px) rotateY(15deg);
    -o-transform: perspective(600px) rotateY(15deg);
    -moz-transform: perspective(600px) rotateY(15deg);
    transform: perspective(600px) rotateY(15deg);
    background: #000000 !important;  
}    

.single-product .woocommerce-notices-wrapper .woocommerce-message .button:after,
.productWrap .contentBox .contentBoxInner .cart .button:after, 
.consumerWrap .item .added_to_cart:after,
.wooWrap .return-to-shop .wc-backward:after, 
.accountWrap .woocommerce-MyAccount-content .button:after,
.wooWrap .woocommerce button.button:after, 
.wooWrap .woocommerce .wc-proceed-to-checkout .button:after, 
.wooWrap .woocommerce .actions .button:after, 
.wooWrap .woocommerce .actions .coupon .button:after, 
.wooWrap .btnbx:after,
.dbtn:before {
    background: transparent !important;
}      

.productWrap .contentBox .contentBoxInner .cart .button.added:after {
	margin-left: 10px !important;
}
 
.dbtn span {
	display: block;                   
}
 
.blankLink .wp-block-button__link:before,
.blankLink .wp-block-button__link:after,
.blankLink .mText {
	display: none !important;
}

.page-loaded .wp-block-button__link,
.page-loaded .dbtn {   
    opacity: 1;
    transition-delay: .3s;
}
 
.page-loaded .wp-block-button__link:hover,
.page-loaded .dbtn:hover {
	transition-delay: 0s;
}  

.wooWrap .woocommerce .wc-proceed-to-checkout .button:hover,  
.woocommerce-page .wooWrap .woocommerce .actions .button:hover {
	-webkit-transform: perspective(600px) rotateY(3deg);
    -o-transform: perspective(600px) rotateY(3deg);
    -moz-transform: perspective(600px) rotateY(3deg);
    transform: perspective(600px) rotateY(3deg);
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button {
    padding: 8px 13px 7px !important;
    margin-top: -10px;
    font-size: 14px !important;
    top: 6px;
}

body form.submitting button {
    -webkit-transform: inherit !important;
    -o-transform: inherit !important;
    -moz-transform: inherit !important;
    transform: inherit !important;   
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    -moz-transition: all 0s !important;         
    transition: all 0s !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    transition-delay: 0s !important;
}     
    
/* owl-stage start */
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage-outer .owl-item {
  display: inline-block;
  vertical-align: top;  
} 
/* owl-stage end */
           
.productWrap .contentBoxInner .description-content .readMore, 
.productWrap .contentBoxInner .description-content .readLess {
    color: #2d6a9a;
    cursor: pointer;
    transition: all .5s;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -.2px;
    position: relative;
    top: -27px;
    left: 7px;
    z-index: 1;
    background: #ffffff;
    padding-left: 9px;
    padding-right: 0px;
}

.productWrap .contentBoxInner .description-content.showlesscontent .readLess,
.productWrap .contentBoxInner .description-content.showmorecontent .readMore {
    opacity: 0;
    width: 0;
    display: inline-block;
    white-space: nowrap;
    visibility: hidden;
}
.productWrap .contentBoxInner .description-content .readLess:after,
.productWrap .contentBoxInner .description-content .readMore:after {
	content: '';
    display: inline-block !important;
    width: 12px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 2px;

}
.productWrap .contentBoxInner .description-content { 
    position: relative;
    text-align: right;  
    opacity: 0;
    transition: all .5s;
}
.page-loaded .productWrap .contentBoxInner .description-content {
	opacity: 1;
	transition-delay: .2s;
}
.productWrap .contentBoxInner .description-content .woocommerce-product-details__short-description {
    overflow: hidden;
    max-height: 217px;
    transition: all .5s;
    margin-bottom: 7px;
    padding-top: 4px;
    position: relative;
    padding-bottom: 0;   
    text-align: left;
}
.productWrap .contentBoxInner .description-content.showmorecontent .woocommerce-product-details__short-description {
     max-height: 1200px;        
}
.productWrap .contentBoxInner .description-content p:last-child {
	padding-bottom: 0;    
}
.productWrap .contentBoxInner .description-content:after {
    content: '';
    display: inline-block;
    background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,.6) 10%,#ffffff 100%);
    background-image: -o-linear-gradient(to bottom,rgba(255,255,255,.6) 10%,#ffffff 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,.6) 10%,#ffffff 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 10%,#ffffff 100%);
    position: absolute;
    bottom: 24px;
    width: 100%;
    height: 20px;
    left: 0;
    transition: all .5s;
}
.productWrap .contentBoxInner .description-content.noMoreLessContent:after {
	display: none;
} 
.productWrap .contentBoxInner .description-content.noMoreLessContent .woocommerce-product-details__short-description {
    max-height: initial;
    overflow: visible;
    margin: 0;
    transition: 0s;
}
.productWrap .contentBoxInner .description-content.showmorecontent:after {
	height: 0;
}
.productWrap .contentBoxInner .description-content.showmorecontent .readLess {
    transition-delay: .5s;
    top: 0;
}
 
.productWrap .contentBoxInner .description-content.showlesscontent .readMore {
    transition-delay: .5s;
}

.productWrap .contentBoxInner .description-content .readLess {
    transition-delay: 0s;
}
.productWrap .contentBoxInner .description-content .readMore {
    transition-delay: 0s;         
}      

.moment .productWrap .contentBoxInner .description-content.showlesscontent .readLess,
.moment .productWrap .contentBoxInner .description-content.showmorecontent .readMore {
    opacity: 0;        
    visibility: hidden; 
    transition: all 0s !important;
    transition-delay: 0s !important; 
}
.productWrap .contentBoxInner .description-content .readMore:hover, 
.productWrap .contentBoxInner .description-content .readLess:hover {
	opacity: .7;
}   
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs img:hover {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs img {
	transition: all .5s !important;
	-webkit-transform: scale(1);              
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
 
.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: 1px solid #e3e3e3;
}

.grecaptcha-badge {
	z-index: 91 !important;
}


/* additional1 css start */
 
.navBox ul.nav-menu li {
	display: inline-block;
	vertical-align: middle;
    margin-left: 52px;
    position: relative;
}
.navBox ul.nav-menu li:first-child {
	margin-left: 0;
}
.header .navBox .current-menu-parent .indicator-box a,
.header .navBox ul li.current-menu-item>a,
.header .navBox .current-menu-parent li.current-menu-item>a,
.header .navBox .current-menu-item .indicator-box a,.navBox ul li ul li a:hover {
    color: #1b3546;
}
.navBox ul li .indicator:after, .navBox ul li .indicator:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    height: 3px;
    width: 10px;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navBox ul li .indicator:after {
    left: 6px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.navBox ul li .indicator {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 20px;
    display: inline-block;
}

/* header */

/* mini cart css */

.mini-cart {
    display: inline-block;
    position: absolute;
	right: 0;
	top: -7px;
	padding: 38px 10px 8px;
	z-index: 91;
}

.mini-cart i {
	color: #fff;
	font-size: 18px; 
	cursor: pointer;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
}

.mini-cart i:before,
.mini-cart i:after {
	content: '';
}

.mini-cart .misha-cart {
    width: 100%;
    padding: 0 2px;
    line-height: 9px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 92;
    cursor: pointer;
}

.mini-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    width: 400px;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    padding-top: 80px;
    margin-right: -18px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all .5s;
    border-left: 3px solid #f7f7f7;
    visibility: hidden;
}
.mini-cart-active .mini-cart-sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  visibility: visible;
}

.mini-cart-sidebar .close {
    position: absolute;
    right: 36px;
    top: 38px;
}

.mini-cart-sidebar .close i {
    font-size: 28px;
    color: #1b3546;
    cursor: pointer;
    transition: all .5s;
}

.mini-cart-sidebar .close i:hover {
  color: #019a6e;
}

.mini-cart-sidebar .mini-cart-sidebar-inner ul {
    height: calc(100vh - 260px);
    overflow-y: auto;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li {
    list-style: none;
    text-align: left;
    padding: 20px 70px 19px 20px !important;
    position: relative;
}

.mini-cart-sidebar .mini-cart-sidebar-inner ul li:nth-child(even) {
  background: #eee;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li a {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal !important;
    transition: all .5s;
    display: block;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li a:hover {
    color: #f26c4f;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li img {
  width: 86px !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  float: none !important;  
  margin-top: 0px;
  border: 1px solid #f1f1f1;
}

.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxLeft,
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight {
  display: inline-block;
  vertical-align: middle;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxLeft {
  width: 31%;
  margin-right: 10px;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight {
  width: 63%;
}
.mini-cart-sidebar p {
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;  
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight .variation * {
  margin-bottom: 0 !important;
  float: left;
  padding: 0;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight .variation dt:nth-child(3) {
  clear: both;
}

.mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight .variation p {
    padding-bottom: 0;
    line-height: normal;
    margin: 3px 4px 0;
}
.mini-cart-sidebar .mini-cart-sidebar-inner li dl, 
.mini-cart-sidebar .mini-cart-sidebar-inner dl {
    border: none !important;
    padding: 0 !important;
    font-size: 15px;
    padding-bottom: 6px !important;
    margin: 0;
}
.mini-cart-sidebar .mini-cart-sidebar-inner li dl:before,
.mini-cart-sidebar .mini-cart-sidebar-inner li dl:after {
  content: '';
  display: table;
  clear: both;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li .quantity {
    display: table;
    color: #777;
    margin-top: 4px; 
    clear: both;
    font-size: 14px;
    transition: all .5s;
}
.mini-cart-sidebar .mini-cart-sidebar-inner ul li:after {
    content: '';
    display: table;
    clear: both;
}
.mini-cart-sidebar ul li a.remove {
    position: absolute;
    right: 36px;
    top: 20px;
    text-align: center;
    color: #1b3546 !important;
    height: 19px;
    width: 19px;
    border: 2px solid #1b3546;
    line-height: 15px;
    border-radius: 50%;
    transition: all .5s;
    font-size: 18px !important;
    font-weight: bold !important;
}
.mini-cart-sidebar ul li a.remove:hover {
    color: #0b9670 !important;
    border-color: #0b9670;
}
.mini-cart-sidebar p.woocommerce-mini-cart__buttons {
    padding-top: 32px;
    border-top: 1px solid #000;
    margin-right: 30px;
}
.mini-cart-sidebar p.woocommerce-mini-cart__buttons a { 
     margin:  0 10px;
     color: #fff;
     line-height: normal;
}

.mini-cart-sidebar .boxRight h6 {
 	font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    transition: all .5s;
}

.mini-cart-sidebar .mini-cart-sidebar-inner ul li a:hover .quantity,
.mini-cart-sidebar .mini-cart-sidebar-inner ul li a:hover h6 {
    color: #0b9670;
} 

.mini-cart-sidebar p.woocommerce-mini-cart__buttons a:last-child {
    margin-right: 0;
}

.mini-cart-sidebar .mini-cart-sidebar-inner p.woocommerce-mini-cart__total {
    padding-top: 20px;
    text-align: center;
    margin-right: 30px;
    color: #1b3649;
    font-size: 22px;
}

.mini-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    cursor: crosshair;
}
.mini-cart-active .mini-cart-overlay {
    opacity: .7;
    visibility: visible;
}

.mac.Chrome .header .mini-cart-sidebar,
.Firefox.mac .header .mini-cart-sidebar,
.mac.Safari .header .mini-cart-sidebar {
  width: calc(400px + 18px);
  padding-right: 18px;
}
.mini-cart-sidebar p.woocommerce-mini-cart__buttons {
  padding-bottom: 48px;              
} 
.Chrome.mac .mini-cart-sidebar .close,     
.Firefox.mac .mini-cart-sidebar .close,
.mac.Safari .mini-cart-sidebar .close {
  right: 30px;
} 

.topBar.header {
	z-index: 991;                        
}  
.menu-active .topBar.header {
    z-index: 99;                      
}          
.topBar {
	padding: 9px 0px 8px;
	border-bottom: 3px solid #000000;
}

.topBar .wp-block-media-text figure {
	width: 18px;
	margin-bottom: 0;
	margin-right: 8px;
}

.topBar .wp-block-media-text:last-child figure {
    width: 17px;
} 

.topBar .wp-block-media-text,
.topBar .wp-block-media-text figure,
.topBar .wp-block-media-text .wp-block-media-text__content {
	display: inline-block;
	vertical-align: middle;
}

.topBar  .rightBox ul li a,
.topBar .wp-block-media-text .wp-block-media-text__content h4 {
	margin-bottom: 0;
	font-size: 14px;
	color: #464747;
	font-family: 'Noto Sans';
    font-weight: normal;
    letter-spacing: -.3px;
}
.topBar .leftBox {
   text-align: center;  
    display: flex;
    flex-direction: column;
    justify-content: center;
}  
.topBar  .rightBox ul li a {
    letter-spacing: -.3px;
    text-transform: capitalize;
}

.topBar .wp-block-media-text .wp-block-media-text__content h4 strong {
	text-transform: uppercase;  
    font-family: 'Noto Sans';
    font-weight: 900;
}     

.topBar  .rightBox {
	text-align: right;      
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topBar .iconBox {
	position: relative;
	padding-right: 38px;
}

.topBar  .rightBox ul.list li {
	display: inline-block;
	position: relative;
	padding-right: 16px;
}

.topBar  .rightBox ul.list li:after {
	content: '';
	background: #989a99;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 10px;
}

.topBar .rightBox ul.list li:last-child:after {
	display: none;
}

.header.unscroll .rightBox h4 a:hover,
.topBar  .rightBox ul li a:hover {
	color: #0b9670;
}

.topBar .rightBox ul.list,
.topBar .rightBox .mini-cart {
	display: inline-block;
	vertical-align: middle;
}

.wrapperOuter {
	position: relative;
}

.header .logoBox figure {
	margin-bottom: 0;
}

.header .logoBox a {
	display: inline-block;
}

.header.unscroll .logoBox img {
    width: 232px;
}

.header.unscroll {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 30px 0 20px;
	z-index: 99;      
}

.header.unscroll .rightBox {
	text-align: right;
    padding-top: 33px;
}

.header.unscroll .rightBox h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	margin-top: -10px;
    font-family: 'Noto Sans';
    font-weight: normal;
    letter-spacing: .3px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
}

.header.unscroll .rightBox h4 a {
	color: #fff;
    font-weight: 600;
}

.header .bottomMenu .menuBar .navBox {
	text-align: center;
}

.header.unscroll .navbar-toggler {
	display: none;
}

.header.unscroll .bottomMenu {
	padding-top: 82px;
}

.header .menuBar .navBox ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 17.05px;
	letter-spacing: 1.7px;
    font-weight: 500;
    position: relative;
}

.header .menuBar .navBox ul li  ul li a {
	font-size: 14px;        
}

.header .navBox ul li .indicator:before,
.header .navBox ul li .indicator:after {
	display: none;
}

.header .navBox ul li .indicator {
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
    height: 20px;
    top: 4px;
    left: 3px;
}

.header .menuBar .navBox .logoBox,
.header .menuBar .navBox .svgBox {
	display: none;
}

.header.mini-cart-active {
    z-index: 999;
}

.header {
	z-index: 9;
	transition: all .3s;
}

.header.scroll {
	position: fixed !important;          
	top: -100%;
	left: 0;
	width: 100%;
	background: #1b3546;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 30px 0px;
	z-index: 99;
}

.header.scroll {
    transition: all 1.5s;
}

.scrolling_up.scrolling .header.scroll {
	top: 0;
    transition: all 1s;
}

.header.scroll .logoBox img {
	width: 232px;
}

.header.scroll .menuBox {
	text-align: right;
	position: static;
}

.header.scroll .menuBox .phone {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0;
}

.menu-active .header .elementor-menu-toggle {
	overflow: visible;
	z-index: 999;
}

.header.scroll .mini-cart,
.header.scroll .menuBox .phone,
.header .navbar-toggler {
	box-shadow: 0 0 0;
	padding: 8px 5px 5px;
	position: relative;
	color: #fff;
	z-index: 1;
    width: 34px;
    height: 34px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

.header .navbar-toggler {
	padding-top: 5px;
}

.header.scroll .menuBox .phone a {
	color: #fff;
	display: inline-block;
    font-size: 16px;
}

.topBar .mini-cart:before {
	height: 100%;
	top: 0;
    display: none;
}

.topBar .cartBox {
    position: absolute;
    right: 0;
    top: -7px;
    padding: 38px 10px 8px;
    z-index: 91;
    width: 40px;
    height: 64px;
    z-index: 1;
}

.topBar .cartBox:before {
    content: '';
    background: #0b9670;
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    left: 0;
    top: -2px;
    z-index: -1;
    transition: all 1s;
    pointer-events: none;
}

.topBar .cartBox .mini-cart {
    position: static;
    padding: 0;
}
  
.header.scroll .menuBox .phone:before,
.header .navbar-toggler:before,
.mini-cart:before {
	content: '';
	background: #019a6e;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: -1;
	transition: all 1s;
	pointer-events: none;
}

.menu-active .header.scroll .menuBox .phone:before, 
.menu-active .header .navbar-toggler:before, 
.menu-active .header.scroll .mini-cart:before,
.scrolling_up.scrolling .header.scroll .menuBox .phone:before,
.scrolling_up.scrolling .header .navbar-toggler:before,
.scrolling_up.scrolling .header.scroll .mini-cart:before {
	height: calc(100% + 30px);
	transition-delay: 1s;
}

.header.scroll .mini-cart .misha-cart,
.header .navbar-toggler span,
.header.scroll .mini-cart i,
.header.scroll .menuBox .phone i {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s;
}

.scrolling_up.scrolling  .header.scroll .mini-cart .misha-cart,
.scrolling_up.scrolling .header .navbar-toggler span,
.scrolling_up.scrolling .header.scroll .mini-cart i,
.scrolling_up.scrolling .header.scroll .menuBox .phone i {
	opacity: 1;
	visibility: visible;
	transition-delay: 1.8s, 1.8s;
}

.header.scroll .menuBox .iconBox {
	padding-right: 0;
}

.header.scroll .menuBox .mini-cart {
	position: relative;
	top: 0;
	margin: 0 6px;
}

.header.scroll .mini-cart .misha-cart {
    top: -3px;
}

.menu-active .header .navbar-toggler {
	padding: 0;
	width: auto;
	height: auto;
	position: fixed;
	right: 15px;
	top: 26px;
	z-index: 999;
}

.menu-active .header .navbar-toggler:before {
	display: none;
}

.menu-active .header .navbar-toggler span {
 	width: 30px;
    height: 3px;
    opacity: 1;
    visibility: visible;
} 
.header .navbar-toggler span {
    width: 24px;
    height: 2px;
    margin-top: 5px;
    display: block;
    background: #fff;
    transform: inherit;
    position: relative; 
}

.header .navbar-toggler span:first-child {
	margin-top: 0;
}

.menu-active .scrolling_up.scrolling .header .navbar-toggler span {
	transition-delay: 0s;
}

.menu-active .header .navbar-toggler span:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: 0px;
}

.menu-active .header .navbar-toggler span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
    top: -8px; 
}

.menu-active .header .navbar-toggler span:nth-child(2)  {
	display: none;
}



/* inner page header*/

.inner .header.unscroll, 
.home .innerHeader {
    display: none;
}

.inner .header.innerHeader {
    display: block;
}

.header.unscroll.innerHeader {     
    top: 0;
    padding-bottom: 24px;
    transition: all .5s;
    position: relative;
    z-index: 9;
}

.header.innerHeader:before {
    content: '';
    background: -webkit-linear-gradient(top, #0a2536 0%, transparent 30%);
    background: -moz-linear-gradient(top, #0a2536 0%, transparent 30%);
    background: -o-linear-gradient(top, #0a2536 0%, transparent 30%);
    background: linear-gradient(top, #0a2536 0%, transparent 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header.innerHeader .bottomMenu {
    padding-top: 18px;
}

.header.innerHeader.scroll .bottomMenu {
    padding-top: 5px;
}

.header .menuBar .navBox .current-menu-parent .indicator-box a, 
.header .menuBar .navBox ul li.current-menu-item>a, 
.header .menuBar .navBox .current-menu-parent li.current-menu-item>a, 
.header .menuBar .navBox .current-menu-item .indicator-box a, 
.navBox ul li ul li a:hover {
    color: #fff;
}

.header .menuBar .navBox .current-menu-parent .indicator-box a:before, 
.header .menuBar .navBox ul li.current-menu-item>a:before, 
.header .menuBar .navBox .current-menu-parent li.current-menu-item>a:before, 
.header .menuBar .navBox .current-menu-item .indicator-box a:before {
    width: 100%;
    left: 0;
    right: 0;
}
 
.woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #464747;
    margin-top: -2px;
    display: inline-block;
}
.accountWrap .woocommerce form.register {
    min-height: 266px;
}
.accountWrap .woocommerce button.button.woocommerce-form-login__submit:after {
    width: 155%;
}

/* bannerWrap */

.bannerWrap {
	text-align: center;
    padding: 237px 0px 260px;
    /*min-height: calc(100vh - 56px);*/
    justify-content: flex-start;
    flex-direction: column;
    min-height: 922px;   
}     

.bannerWrap .wp-block-cover__image-background {  
   /* background-attachment: fixed;*/
     background-position: center center !important;
}    
  
.fleetWrap .box .wp-block-cover__image-background,      
.bannerWrap .wp-block-cover__image-background {
	background-size: cover;
	background-repeat: no-repeat;
}

.fleetWrap .box .wp-block-cover__image-background {
    background-position: top center !important;
}

.single-product .wooBanner:before,
.archive .wooBanner:before,
.bannerWrap .wp-block-cover__image-background:before {
	content: '';
	background: -webkit-linear-gradient(top, #0a2536 0%, transparent 30%);
	background: -moz-linear-gradient(top, #0a2536 0%, transparent 30%);
	background: -o-linear-gradient(top, #0a2536 0%, transparent 30%);
	background: linear-gradient(top, #0a2536 0%, transparent 30%);
	width: 100%;
	height: 59%;  
	position: absolute;
	left: 0;
	top: 0;
}

.bannerWrap .headTitle label {
	color: #213545 !important;
	font-size: 103.01px;
	line-height: 101px;
    text-transform: uppercase;
    font-weight: 100;
}

.bannerWrap .headTitle span {
	display: table;
	margin: 0 auto;
	background: #213545;
	color: #fff;
    font-size: 37px;
    padding: 6px 17px;
    letter-spacing: .8px;
	text-transform: uppercase;
}

.bannerWrap .flagText ul {
    position: relative;
    display: inline-block;
    padding-left: 30px
}

.bannerWrap .flagText ul li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	position: relative;
     padding-right: 30px;
	font-size: 19px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.bannerWrap .flagText ul li:after,
.bannerWrap .flagText ul:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 100%;
    height: 19px;
    width: 8px;
    position: absolute;
    left: 7px;
    top: -1px;
}

.bannerWrap .flagText ul li:after {
    left: auto;
    right: 10px;
}

.bannerWrap .flagText {
	z-index: 1;
	padding: 40px 12px 132px;    
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
}

.bannerWrap .flagText:before {
	content: '';
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%);
    background: linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 100%);
	width: 150vw;
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	z-index: -1;
}

/* fleetWrap */

.fleetWrap {
	background: -webkit-linear-gradient(top, #d9d4ac -20%, #fff 60%);
	background: -moz-linear-gradient(top, #d9d4ac -20%, #fff 60%);
	background: -o-linear-gradient(top, #d9d4ac -20%, #fff 60%);
	background: linear-gradient(top, #d9d4ac -20%, #fff 60%);
}

.fleetWrap .box .group .wp-block-cover__image-background {
	min-height: 424px;
	position: static;
    transform-style: preserve-3d;
    transition: all 1s;
}

.fleetWrap .box .group:hover .wp-block-cover__image-background {
    -webkit-transform: perspective(600px) rotateY(3deg);
    transform: perspective(600px) rotateY(3deg);
}

.fleetWrap .box .group .wp-block-cover__image-background:before {
	content: '';
	background-image: -webkit-linear-gradient(158deg, #0a2536 0%, transparent 35%);
	background-image: -moz-linear-gradient(158deg, #0a2536 0%, transparent 35%);
	background-image: -o-linear-gradient(158deg, #0a2536 0%, transparent 35%);
	background-image: linear-gradient(158deg, #0a2536 0%, transparent 35%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.fleetWrap .lastBox .group .wp-block-cover__image-background:before {
    background-image: -webkit-linear-gradient(150deg, rgba(0,0,0,.1) 12%, transparent 70%);
    background-image: -moz-linear-gradient(150deg, rgba(0,0,0,.1) 12%, transparent 70%);
    background-image: -o-linear-gradient(150deg, rgba(0,0,0,.1) 12%, transparent 70%);
    /*background-image: linear-gradient(150deg, #142029 12%, transparent 70%);*/
    background-image: linear-gradient(150deg, rgba(0,0,0,.1) 12%, transparent 70%);
}  

.fleetWrap .mdBox .group .wp-block-cover__image-background:before {
    background-image: -webkit-linear-gradient(150deg, #083104 18%, transparent 70%);
    background-image: -moz-linear-gradient(150deg, #083104 18%, transparent 70%);
    background-image: -o-linear-gradient(150deg, #083104 18%, transparent 70%);
    background-image: linear-gradient(150deg, #083104 18%, transparent 70%);
}


.fleetWrap .mdBox .group1 {
	margin-bottom: 19px;
}

.fleetWrap .mdBox .group .wp-block-cover__image-background {
	min-height: 203px;
}

.fleetWrap .box .group {
	position: relative;
}

.fleetWrap .wp-block-cover__inner-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 22px 33px;
	width: 100%;
	height: 100%;
}

.fleetWrap .wp-block-cover__inner-container p:last-child {
	padding-bottom: 0;
}

.fleetWrap .wp-block-cover__inner-container p {
	font-size: 44.01px;
	line-height: 42px;
    font-weight: 300;
    letter-spacing: -1.6px;
}

.fleetWrap .box .blankLink a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent !important;
    z-index: 1;
}

.fleetWrap .gridBox {
	margin-top: -102px;
	z-index: 1;
	--bs-gutter-x: 1.2rem;
}

/* consumerWrap */

.consumerWrap {
	padding: 45px 0px 55px;
}

.titleBox {
	overflow: hidden;
}

.scnTitle {
	text-align: center;
    font-size: 36px;
    letter-spacing: -.8px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 20px;
    position: relative;
}

.scnTitle:after,
.scnTitle:before {
	content: '';
	background: #eceaeb;
	width: 100vw;
	height: 7px;
	position: absolute;
	top: calc(50% - 3.5px);
    z-index: -1;
}

.scnTitle:before {
	right: calc(100% + 11px);
}

.scnTitle:after {
	left: calc(100% + 11px);
}

.consumerWrap .owl-stage {
    display: flex;
    height: 100%;  
}

.consumerWrap .owl-stage-outer .owl-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.consumerWrap .item .color-box {
	text-align: center;
}

.consumerWrap .item {
	margin-bottom: 20px;
    list-style: none;
    background: #f8f8f8;
    padding: 30px 15px 54px !important;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.consumerWrap .item .color-box .featuredImg {
    /*width: 173px;*/
    max-width: 173px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column; 
}

.consumerWrap .item .color-box .featuredImg a {
	display: inline-block;
}
.consumerWrap .item .color-box .textGrid {
	padding-top: 6px;
}

.consumerWrap .item .color-box .textGrid .moreBtn {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
}

.consumerWrap .item .color-box .textGrid .entry-title {
	margin-bottom: 0;
}

.consumerWrap .item .color-box .textGrid .entry-title a {
	color: #213545;
	font-size: 30px;
    letter-spacing: -1.8px;
}

.consumerWrap .item .color-box .textGrid .entry-title a:hover {
	color: #0b9670;
}

.consumerWrap .item .color-box .textGrid .price ins {
	text-decoration: none;
}

.consumerWrap .item .color-box .textGrid .call,   
.consumerWrap .item .color-box .textGrid .price {
    text-decoration: none;
    color: #213545;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -.4px;
    position: relative;
    z-index: 1;
}
.productWrap .contentBox .contentBoxInner .call:hover,
.consumerWrap .item .color-box .textGrid .call:hover {
    color: #0b9670 !important;
}
               
 
.productWrap .contentBox .price {
    position: relative;
}

.product_cat-fleet-carts .productWrap .contentBox .price:after,
.product_cat-fleet-carts .productWrap .contentBox .price:before,
.consumerWrap  .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:after,
.consumerWrap  .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:before {
    display: inline-block;
    font-size: 15px;
}

.product_cat-fleet-carts .productWrap .contentBox .price:before,
.consumerWrap  .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:before {
    margin-right: 4px;
}

.product_cat-fleet-carts .productWrap .contentBox .price:after,
.consumerWrap  .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:after {
    margin-left: 0px;    
}

.consumerWrap .item .color-box .textGrid .moreBtn a {
	display: inline-block;
    line-height: normal;
}

.consumerWrap .item .color-box .textGrid .moreBtn .btnbx {
    background: #019a6e !important;
}

.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button {
	background: #019a6e !important;
	padding-left: 41px !important;
    padding-right: 14px !important;
}
.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button:hover {
    background: #000000 !important;
}

.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
    left: 15px;
}
 
.productWrap .contentBox .contentBoxInner .cart .button:before,
.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
	display: inline-block;
	font-size: 0;
	/*width: 18px;
    height: 18px;
	background: #fff;
    background-size: 9px;*/
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: calc(50% - 9px);
    transition: all .5s;
}

.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child:after {
	display: none;
}

.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button:hover .mText:last-child:before {
	color: #000;
}

.consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button.added {
	display: none;
}

.consumerWrap .item .moreBtn .added_to_cart {
	background: #0b9670 !important;
}

.consumerWrap .item .color-box .textGrid .contentText p {
	font-size: 14px;
	line-height: normal;
    letter-spacing: -.1px;
    color: #6f7173;
}

.consumerWrap .item .color-box .textGrid .contentText {
    margin-bottom: 8px;
    margin-top: 5px;
    position: relative;          
    z-index: 1;
}

.consumerWrap .item .color-box .textGrid .contentText p:last-child {
	padding-bottom: 0;
}

.consumerWrap .item .color-box .moreBtn .infoBtn.dbtn {
	background: #1b3546 !important;
} 
.consumerWrap .item .color-box .moreBtn .infoBtn.dbtn:hover {
    background: #000000 !important;
}

.consumerWrap .item .color-box .moreBtn .dbtn {
	margin-right: 3px;
}

.consumerWrap .item .color-box .moreBtn .dbtn:last-child {
	margin-right: 0px;
}

.consumerWrap .owl-nav-btn button span,
.consumerWrap .owl-dots {
	display: none;
}

.consumerWrap .sliderBox {
	position: relative;
    margin-bottom: 39px;
}

.consumerWrap .owl-nav-btn button {
	background: #727272;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	position: absolute;
	top: calc(50% - 20px);
	transition: all .5s;
}

.consumerWrap .owl-nav-btn button.owl-prev {
	left: -77px;
}

.consumerWrap .owl-nav-btn button.owl-next {
	right: -77px;
}

.consumerWrap .owl-nav-btn button:hover {
	background: #019a6e;
}

.consumerWrap .owl-nav-btn button:before {
	content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 9px;
    top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.consumerWrap .owl-nav-btn button.owl-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.consumerWrap .owl-nav-btn button.owl-next:before {
	top: 10px;
    left: 9px;
}

.consumerWrap .bottomGrid ul:before {
    display: none !important;
}

.tax-product_cat .shopWrap .bottomGrid ul.products, 
.consumerWrap .bottomGrid .proBox {
	display: grid; 
    grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 20px; 
    grid-row-gap: 20px;
}

.consumerWrap .bottomGrid {
	padding-top: 5px;
	--bs-gutter-x: 1.2rem;
}

.consumerWrap .bottomGrid .scnTitle {
    margin-bottom: 12px;
}

/* shop page */

.single-product .wooBanner,
.archive .wooBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none; 
    font-size: 20px;
}

.woocommerce nav.woocommerce-pagination {
    margin: 20px 0 0px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    padding: 14px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #1d2f3d !important;
    color: #fff !important;
}

/* shop Page*/

.shopWrap .woocommerce-ordering select {
    border-color: #dedede !important;
    padding-right: 22px;
    cursor: pointer;
}

.post-type-archive .innrBnner {
  text-align: center;
}
.post-type-archive .shopWrap ul.products:before {
  display: none !important;
}
.shopWrap ul li.product a.woocommerce-LoopProduct-link {
  display: block;
  width: 100%;  
  height: 100%;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  position: relative;
}
.shopWrap ul li.product .product-image {
  display: block;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f2f2;
}
.page-loaded.post-type-archive .shopWrap ul.products {
  opacity: 1;
  transition-delay: .2s;
}
.woocommerce .product span.onsale,
.woocommerce .shopWrap .products span.onsale {
  background: #cccccc;
  float: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: inherit;
  min-height: inherit;
  padding: 0;
  font-size: 13px;
  position: absolute;
  top: 10px !important;
  margin: 0 !important;
  left: auto !important;
  right: 10px !important;
  color: #000;
  line-height: 41px;    
}
.woocommerce .product .oncustom {
  background: #cccccc;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  line-height: 20px;
  padding: 3px 8px;
}
.woocommerce .shopWrap ul li.product .product-text {
  display: block;
  padding: 22px 12px 25px;
  text-align: center;
}
.woocommerce .shopWrap ul li.product .product-text h2 {
  padding: 0;
  font-size: 28px;
  margin-bottom: 8px;
  color: #0e2b3d;
}
.woocommerce .shopWrap ul li.product .product-text .price {
  color: #193648;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.woocommerce .shopWrap ul li.product .product-text .dbtn {
    margin-top: 10px;
}

.woocommerce .shopWrap ul li.product .product-text .price del {
	display: none;
}
.woocommerce ins {
  text-decoration: none;
}
.woocommerce .shopWrap ul li.product .product-text .star-rating {
  margin: 0 auto 15px;
}
.woocommerce .shopWrap ul li.product .product-text .button  {
  margin-top: 0;
}
.woocommerce .shopWrap ul li.product .product-text .button:after {
  content: '' !important;
  animation: none !important;
}
.woocommerce .shopWrap ul li.product .product-text .wc-forward {
  display: table;
  margin: 0 auto;
  padding: 0;
  margin-top: 8px;  
}
.woocommerce .shopWrap .yith-wcwl-add-to-wishlist .feedback {
  font-size: 0;
}
.woocommerce .shopWrap .yith-wcwl-add-to-wishlist .feedback i {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.woocommerce-shop .shopWrap ul.products li.product {
    width: 100% !important; 
    float: none;
    margin: 0;
}
.woocommerce-shop .shopWrap.wooWrap ul.products { 
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px; 
    margin: 0;
    list-style: none;
} 

.woocommerce-shop .woocommerce-ordering select {
    border-color: #ccc;
}
 
.productWrap .contentBox .priceBox form.grouped_form table td {
    vertical-align: middle !important;
    padding: 15px !important;
} 

.productWrap .contentBox .priceBox form.grouped_form table td.woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0;
    text-align: left;
}           
.productWrap .contentBox .priceBox form.grouped_form table {
   background: #ffffff;
   margin-bottom: 25px;
}
.productWrap .contentBox .priceBox form.grouped_form table tr {
    border-bottom: 1px double #cfcfc9;
}
.productWrap .contentBox .priceBox form.grouped_form table tr:last-child {
  border-bottom: none;
}

/* Product Details Page*/
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #007391 !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #007391 !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .dbtn { 
  padding: 13px 23px;
  margin-top: -22px;
}  

.productWrap .gallaryBox {
  position: relative;
  overflow: hidden;         
}
.single-product .productWrap .gallaryBox .onsale {
  right: auto !important;
  left: 10px !important;
  min-height: auto;
}
.productWrap .gallaryBox .woocommerce-product-gallery {
  width: 100% !important;   
}
.productWrap .gallaryBox .woocommerce-product-gallery {
  display: grid;
}
.detailWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  text-align: center;
  border: 1px solid #cecece; 
  min-height: 730px;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  /*height: 100%; */
}
.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__image { 
    display: table;
    width: 100%;
}
.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  margin: 0 auto;
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
  /*padding: 5px;
  margin: 0 auto !important;
  width: 85% !important; */
}
.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
 /* margin: 50px;*/
/* padding: 10px; */
 display: table-cell;      
 /*height: 100%;*/
 vertical-align: middle;
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport {
  text-align: center;
  border: 1px solid #e3e3e3; 
 /* display: flex;
  flex-direction: column;
  justify-content: center;   */
  width: 100%; 
  /*height: auto !important;*/   
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  
  /*min-height: 100%;*/
  display: block;
  border: none;
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  display: table !important;
  text-align: center;
  /*height: 100%; */
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 10px !important;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.productWrap .contentBox .priceBox:after,
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs:after {
  content: '';
  display: table;
  clear: both;
}

.productWrap .gallaryBox .woocommerce-product-gallery__trigger {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #d1d1d1;
    border-radius: 50% !important; 
    top: auto !important;
    right: 23px !important;
    top: 23px !important;       
    z-index: 1 !important;
}      
 
.productWrap .gallaryBox .woocommerce-product-gallery__trigger::before {
    border-color: #477ca6 !important;
    top: 7px !important;
    left: 7px !important;
    width: 8px !important;
    height: 8px !important;
    transition: all .5s;
}

.productWrap .gallaryBox .woocommerce-product-gallery__trigger::after {
    background-color: #477ca6 !important;
    top: 14px !important;
    left: 18px !important;
    transition: all .5s;
}

.productWrap .gallaryBox .woocommerce-product-gallery__trigger:hover::before {
     border-color: #213545 !important; 
}

.productWrap .gallaryBox .woocommerce-product-gallery__trigger:hover:after {
    background-color: #213545 !important; 
}

.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  border: 1px solid #e2e2e2;
  height: 108px;
  float: none !important;
  margin-right: 5px !important;
  position: relative;
  vertical-align: middle;
  transition: all .5s;       
  margin-bottom: 5px !important;  
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;        
 /* padding: 10px;*/           
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0px !important;
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li:hover {
    box-shadow: 0px 0px 5px rgb(33 53 69 / 40%);          
}
.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0 !important; 
    width: 100% !important;          
    height: 100% !important;   
}
.productWrap .contentBox h1 {
    font-size: 40.01px;
    line-height: 34px;
    color: #213545;
    font-weight: bold;
    letter-spacing: -1.9px;
    margin-bottom: 14px;    
    opacity: 0;
    transition: clip-path 1s, opacity .5s !important;
    padding-bottom: 8px;
}
.productWrap .contentBox .contentBoxInner .call {
    display: table;
    margin-bottom: 10px;
}

.productWrap .contentBox .contentBoxInner .call,
.productWrap .contentBox .price {
    font-size: 30.01px !important;
    color: #213545 !important;
    font-family: 'Roboto-Black'; 
    letter-spacing: -.6px;
    padding-bottom: 16px;
    padding-left: 2px;
} 
.productWrap .contentBox .price bdi span {
    font-size: 17px;
    position: relative;
    display: inline-block;
    top: -11px;
    left: 0px;
     opacity: 0;
    -webkit-transform: scale(1) translate(0px, 0px);
    -moz-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
    transition: opacity .5s, transform .5s;
    transition-delay: 0s, 0s;
} 
.page-loaded .productWrap .contentBox .price bdi span { 
    animation: bounceeffect 1.5s ease-in-out alternate;
    opacity: 1; 
   -webkit-transform: scale(1, 1) translate(0px, 0px);
   -moz-transform: scale(1, 1) translate(0px, 0px);
   -o-transform: scale(1, 1) translate(0px, 0px);
   transform: scale(1, 1) translate(0px, 0px);
   transition: opacity .5s, transform .5s;
   transition-delay: 1s, 1s;
   animation-delay: .7s;

} 

@keyframes bounceeffect {
  
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate(0px, 0px);
    -moz-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, -5px);
    -moz-transform: scale(1, 1) translate(0px, -5px);
    -o-transform: scale(1, 1) translate(0px, -5px);
    transform: scale(1, 1) translate(0px, -5px);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.15, 0.8) translate(0px, 0px);
    -moz-transform: scale(1.15, 0.8) translate(0px, 0px);
    -o-transform: scale(1.15, 0.8) translate(0px, 0px);
    transform: scale(1.15, 0.8) translate(0px, 0px);

  }
  60% { 
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 5px);
    -moz-transform: scale(1, 1) translate(0px, -5px);
    -o-transform: scale(1, 1) translate(0px, -5px);
    transform: scale(1, 1) translate(0px, -5px);
  }


  80% {
    opacity: 1;
      -webkit-transform: scale(1.15, 0.8) translate(0px, 0px);
    -moz-transform: scale(1.15, 0.8) translate(0px, 0px);
    -o-transform: scale(1.15, 0.8) translate(0px, 0px);
    transform: scale(1.15, 0.8) translate(0px, 0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px); 
    -moz-transform: scale(1, 1) translate(0px, 0px);
    -o-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
  }
}

.productWrap .contentBox .priceBox {
    background: #f5f5f5;
    padding: 27px 30px 30px;
    margin: 40px 0 50px;
}

.productWrap .contentBox table {
    margin-bottom: 30px !important;
}

.productWrap .contentBox table tr {
  border: 2px double #e2e2e2;
}

.productWrap .contentBox .contentBoxInner th,
.productWrap .contentBox .contentBoxInner td {
    vertical-align: middle !important;   
}

.productWrap .contentBox .contentBoxInner th {
    font-size: 15px;
    line-height: 16px !important;
    font-weight: normal;
    padding: 16px 8px;
    color: #464747;
    letter-spacing: -.7px;
    width: 17% !important;
}

.productWrap .contentBox .contentBoxInner th label {
    text-transform: uppercase;
    color: #213545;
    display: block;
}

.productWrap .contentBox .contentBoxInner th .addColorName:empty {
	display: none;
}

.productWrap .contentBox .contentBoxInner th span {
    display: inline-block;
    max-width: 100px;
    font-size: 14px;  
	line-height: 15px;
    letter-spacing: -.3px;   
    text-align: left; 
    margin-top: 4px; 
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.productWrap .contentBox .contentBoxInner .tawcvs-swatches {
    margin: 0 !important;
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .reset_variations, 
.productWrap .contentBox .contentBoxInner .reset_variations {
    margin-top: 8px;
    width: auto;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    margin-right: 6px;
    display: none !important;
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
    width: 50px;
    height: 50px;
    margin: 0;
}

.woocommerce div.product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    outline: 1px solid #f5f5f5;
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
    margin: 3px 15px 3px 0 !important;
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper:last-child {
    margin-right: 0px !important;
}

.woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch__tooltip {
    display: none;
}

.cartWrap .qib-container .qib-button,      
.productWrap .contentBox .contentBoxInner .qib-container .qib-button {
    background: #2d6a9a !important;
    color: #fff !important;
    border: none !important;
    font-size: 25px !important;
    line-height: 25px !important;
    transition: all .5s !important;  
}
.cartWrap .qib-container .qib-button:hover,
.productWrap .contentBox .contentBoxInner .qib-container .qib-button:hover {
    background: #000 !important;
}
.cartWrap .qib-container .qty,
.cartWrap .qib-container .qib-button,
.productWrap .contentBox .contentBoxInner .qib-container .qib-button,
.productWrap .contentBox .contentBoxInner .qib-container .qty {
    width: 41px !important;
    height: 41px !important;
}

.single-product .productWrap .contentBox .contentBoxInner .qib-container .qty {
	margin: 0 2px !important;
	font-size: 23px !important;
	padding-left: 4px !important;
}

.single-product .productWrap .contentBox .contentBoxInner .qib-container .plus,
.single-product .productWrap .contentBox .contentBoxInner .qib-container .minus {
	font-size: 0px !important;
	position: relative;
}

.single-product .productWrap .contentBox .contentBoxInner .qib-container .minus:before {
	content: '';
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
}

.single-product .productWrap .contentBox .contentBoxInner .qib-container .plus:before {
	content: '';
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 1px);   
} 

.single-product .productWrap .contentBox .contentBoxInner .qib-container .plus:after {
	content: '';
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 7px);  
}

.cartWrap .qib-container .qty,
.productWrap .contentBox .contentBoxInner .qib-container .qty {
    border: 1px solid #e2e2e2 !important;
    font-size: 23px !important;
    font-weight: 500;
    color: #404040;
    width: 42px !important;
}
.cartWrap .qib-container .qty {
    font-size: 15px !important;
}
.wooWrap .woocommerce table.shop_table th.product-quantity {
    text-align: center;
}
.productWrap .contentBox .contentBoxInner .cart .button:after {
   display: none !important;
}  
.product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .simple_cart_form,
.productWrap .contentBox .contentBoxInner .single_variation_wrap {
    background: #f8f7f7;
    padding: 22px 20px 17px;      
    text-align: right;
}
.product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .wc-forward, 
.productWrap .contentBox .contentBoxInner .single_variation_wrap .wc-forward {
    display: table;
    margin-left: auto;
    max-width: 172px;
    margin-right: 56px;
    text-align: center;
    padding-top: 0;
}
.productWrap .contentBox .contentBoxInner .cart button.button {
    opacity: 1 !important;
    border-radius: 0px !important;
    background: #0b9670 !important;
    height: auto !important;
    padding: 13px 17px 12px 44px !important;
    letter-spacing: .8px;
    margin-left: 8px !important;  
}

.productWrap .contentBox .contentBoxInner .cart .button:before {
    content: '';
    left: 13px;
    top: calc(50% - 9px);     
    /*left: 17px;
    top: calc(50% - 9px);
    background-position: 5px 4px;
    transform: inherit !important;*/
}

.productWrap .contentBox .priceBox form {
  margin-bottom: 6px !important; 
}
.productWrap .contentBox .priceBox form .out-of-stock {
  padding-bottom: 0;
}
.productWrap .contentBox .priceBox h3 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #213545;
  line-height: 60px;
}
.productWrap .contentBox .priceBox h3 p {
  line-height: normal;
  padding-bottom: 0;
}
.productWrap .contentBox .priceBox label {
  display: block;
  margin-bottom: 15px;
}
.productWrap .contentBox .priceBox .dbtn {
    font-size: 32.63px;
    letter-spacing: .2px; 
    border: 5px solid #fff;
    overflow: hidden;
    color: #000000 !important;
}
.productWrap .contentBox .priceBox .dbtn {
  padding: 12px 40px 12px; 
} 
.productWrap .contentBox table {
  width: 100%;
  margin-bottom: 33px;
}

.productWrap .contentBox table tr td:first-child {
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 10px;
}
.productWrap .contentBox table td {
  font-size: 22px;
  line-height: 22px;
  padding-top: 14px;
  padding-bottom: 10px; 
}
.productWrap .contentBox table td {
  padding-right: 10px;
}
.productWrap .contentBox .textfield p {
  font-size: 22px;
  line-height: 40px;
  padding-bottom: 12px;
}
.productWrap .contentBox .textfield p label {
  font-size: 16px;
}
.productWrap { 
  padding-bottom: 40px;
}
.productWrap .contentBox .textfield p span {
  text-transform: uppercase;
}
.productWrap .contentBox .accordion-button {
  font-size: 30px; 
  text-transform: uppercase;
  color: #128bab;
  border: none;
  background: #f5f5f5;
  padding: 23px 70px 23px 28px;
  box-shadow: 0 0 0 0;
  border-radius: 0;
}
.productWrap .contentBox .accordion-collapse {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
}
.productWrap .contentBox .accordion-body {
  padding: 0px 70px 23px 28px;
}
.productWrap .contentBox .accordion-button:after { 
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 40px;
  height: 20px;
  position: relative;
  top: calc(50% - 10px);
  right: -44px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.productWrap .contentBox .textfield p:last-child {
  padding-bottom: 0; 
}
.productWrap .contentBox .accordion-button.collapsed:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.productWrap #reviews #comments h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; 
}
.productWrap #reviews #comments ol.commentlist li img.avatar {
  border-radius: 50%;
  width: 52px !important;
  height: auto !important;
  padding: 0 !important; 
}
.woocommerce .productWrap #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 64px;
  border-radius: 0px;
  padding: 15px;
}
.woocommerce .productWrap #reviews #comments ol.commentlist li .comment-text .meta {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 18px;
}
.woocommerce .productWrap #reviews #comments ol.commentlist li .comment-text .description p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;  
}
.productWrap .comment-respond #reply-title {
  font-size: 24px;
  line-height: 32px;
  color: #128bab;
  margin-bottom: 5px;
  display: block;
}

.productWrap .woocommerce-product-gallery ul.flex-direction-nav {
    opacity: 0;
    visibility: hidden;
}
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li {
    display: inline-block;
    width: auto !important;
    position: absolute;
    top: calc(50% - 20px);
    margin-bottom: 0;
    left: 0;
    z-index: 1;
}
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a {
	font-size: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ccc;    
  position: relative;
}

.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a:after,
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a:before {
	content: '';
	display: inline-block;
	background: #000;
	width: 2px;  
  height: 19px;
  transition: all .5s;
  transform: rotate(45deg);
  transition: all .5s;  
  position: absolute;
  top: 5px;
} 
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a:after {
  top: 16px;
  left: 1px;
  position: relative;
  transform: rotate( 130deg);
} 
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li.flex-nav-next a {
	transform: rotate(180deg);
}

.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a:hover:after,
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li a:hover:before {
	background: #128bab;
}
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li.flex-nav-prev {

}
.productWrap .woocommerce-product-gallery ul.flex-direction-nav li.flex-nav-next {
  left: auto;
  right: 0;
}

.productWrap .comment-respond .comment-form-rating label {
  margin-bottom: 10px;
}
.woocommerce .productWrap #review_form #respond {
  margin-top: 34px;
}
.woocommerce .productWrap #review_form #respond .stars {
  padding-bottom: 0; 
}
.woocommerce .productWrap #review_form #respond p {
  margin: 0 0 10px;
  padding-bottom: 0;
}
.woocommerce #review_form #respond .comment-form-comment textarea {
  margin-bottom: 0;
} 
.single-product .singleBnrWrap {
  text-align: center;
}
.productWrap .secTitle {
  text-align: center;
  margin-bottom: 20px;
}
.productWrap .contentBox .priceBox .stock.out-of-stock {
    color: #666666;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 2px 10px;
    line-height: 20px;
    font-size: 16px;
} 

.productWrap .contentBox .priceBox form.variations_form button,
.productWrap .contentBox .priceBox form.simple_cart_form .product_type_simple {
    padding: 14px 20px 12px !important;
}
.productWrap .contentBox .priceBox form.grouped_form .single_add_to_cart_button:before,
.productWrap .contentBox .priceBox form.variations_form button:before {
  display: none;
}
.productWrap .contentBox .priceBox form.grouped_form .single_add_to_cart_button:after, 
.productWrap .contentBox .priceBox form.variations_form button:after,
.productWrap .contentBox .priceBox form.simple_cart_form .product_type_simple:before {
    right: 6px; 
    font-size: 12px;  
    top: calc(50% - 6px);
    position: absolute;
}

.productWrap .contentBox .priceBox form.variations_form .added_to_cart.wc-forward,
.productWrap .contentBox .priceBox form.simple_cart_form .added_to_cart.wc-forward {
    display: table;
    clear: both;  
}
.productWrap .contentBox .priceBox form.variations_form table tr {
    border-bottom: 1px double #cfcfc9;
} 
.productWrap .contentBox .priceBox form.variations_form table tr:last-child {
  border-bottom: none;
}
.productWrap .contentBox .priceBox form.variations_form table tr th,
.productWrap .contentBox .priceBox form.variations_form table tr td {
    vertical-align: middle;
    position: relative;
}
.productWrap .contentBox .priceBox form.variations_form table tr td {
  padding-right: 0;
}
.productWrap .contentBox .priceBox form.variations_form table tr .label label {
    margin-bottom: 0;
    line-height: 30px; 
}
.productWrap .contentBox .priceBox form.variations_form table tr td .reset_variations {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.productWrap .contentBox .priceBox form.variations_form table {
    margin: 0 0 20px !important;
}
.productWrap .contentBox .priceBox form.variations_form table select {
  cursor: pointer;
}
.productWrap .contentBox .priceBox form.variations_form .woocommerce-variation.single_variation .woocommerce-variation-price {
  margin-bottom: 15px;
}

.productWrap .releaseBox {
    padding: 14px 0 40px;
}

.productWrap .releaseBox .breadcrumb {
    margin-bottom: 10px;
}

.productWrap .contentBox .contentBoxInner .single_variation_wrap .button:after {
    margin-left: 0 !important;
}

.productWrap .contentBoxInner .cartBox .moreBtn {
    background: #f8f7f7;
    padding: 20px 20px 21px;
    text-align: right;
    margin-bottom: 28px;
}

.productWrap .contentBoxInner .cartBox .dbtn {
    background: #0b9670 !important;
    padding: 9px 17px 7px 17px !important;
    /*margin-bottom: 20px;*/
}

.productWrap .contentBoxInner .cartBox .dbtn:hover {
    background: #000 !important;
}
 

/* pswp */ 
body .pswp {
  position: fixed !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  transition: all .5s !important;
  opacity: 0 !important;
  visibility: hidden;
  height: 100% !important;    
  z-index: -1; 
}
body .pswp.pswp--open {
  opacity: 1 !important;
  visibility: visible !important; 
  z-index: 999; 
}
body .pswp .pswp__item .pswp__zoom-wrap {
  transition: all .5s !important;
}
body .pswp .pswp__bg {
  background: rgba(0,0,0,.8);
}
body .pswp .pswp__container {
  transition: all .5s;
}
body .pswp .pswp__item .pswp__zoom-wrap img {
  animation-name: pswp-zoom;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  padding: 50px;
}
@keyframes pswp-zoom { 
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    50% {
        opacity: 1;
    }
}
body .pswp .pswp__caption {
  display: none;
}

.search-no-results .woocommerce-info {
  border: none !important;
  min-height: 125px;
  text-align: center;
  font-size: 22px; 
  padding: 64px 12px 59px;
  flex-direction: column;
  justify-content: center;
  display: flex; 
  background: transparent;
  margin-bottom: 0;
}
.search-no-results .woocommerce-info::before {
  display: none;
} 
.navigation .navigation {
  text-align: center;
  display: block;
}
.navigation .navigation .nav-links a,
.navigation .navigation .nav-links span {
  margin: 0 4px;
}

/* woocommerce css start */

/*wooBanner */
.woocommerce-page .wooBanner {
	min-height: inherit;
	padding-bottom: 80px;
    z-index: 1;
}
 
.wooWrap {
  padding: 20px 0 76px;
} 
.wooWrap h1 {
  margin-bottom: 20px;
}
.wooWrap .woocommerce table.shop_table {
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.wooWrap .woocommerce table.shop_table th { 
  font-size: 18px;
  color: #213545;
  padding: 14px 20px;
  line-height: 20px;
  font-weight: bold;
}
.wooWrap .woocommerce table.shop_table td {
  font-weight: normal;
  font-size: 15px;
  color: #1b3546;
  padding: 25px 20px;
  line-height: 20px; 
  border-color: #ccc;
}
.wooWrap .woocommerce table.shop_table td .wishlist-out-of-stock {
  color: #ff0000;
}
.wooWrap .woocommerce table.shop_table td.product-name .variation dd p {
  padding-bottom: 0;
  line-height: normal;
}
.wooWrap .woocommerce table.cart .product-thumbnail img {
  width: 80px;
}
.wooWrap .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions a {
  margin: 0 5px 5px 0;
}
.wooWrap .woocommerce table.shop_table td a {
  color: #000000;
}
.wooWrap .woocommerce table.shop_table td a:hover {
  color: #0b9670;
}
.wooWrap .woocommerce .quantity .qty {
  border: 1px solid #cccccc; 
  padding: 3px; 
}
.wooWrap .woocommerce a.remove {
    color: #1b3546 !important; 
    border: 2px solid #1b3546;
    width: 21px;
    height: 21px;
    line-height: 17px;
    font-size: 18px;
    padding-left: 1px;
    font-weight: bold !important;
}
.wooWrap .woocommerce a.remove:hover {
  border-color: #0b9670;
  background: transparent;
  color: #0b9670 !important;
}
.wooWrap .woocommerce .cart .actions button.button:disabled {
  padding: 11px 24px 10px;
}
.wooWrap .woocommerce .coupon input[type='text'] {
  height: 50px;
  padding: 13px 22px 14px 19px !important;
  max-width: 240px;
  width: 100% !important;
  position: relative;
  margin: 0 10px 0 0 !important;
  border: 1px solid #cccccc !important;
  font-size: 14px;
  float: none !important;
}
.cartWrap .woocommerce table.cart td.actions .coupon {
  text-align: left;
}

.woocommerce-page .cartWrap .woocommerce .cart-collaterals button.button,
.woocommerce-page .wooWrap .return-to-shop .wc-backward,
.woocommerce-page .accountWrap .woocommerce-MyAccount-content .button,
.woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button,
.woocommerce-page .wooWrap .woocommerce .actions .button, 
.woocommerce-page .wooWrap .woocommerce .actions .coupon .button { 
  padding: 13px 20px 11px !important;

} 
.woocommerce-page .wooWrap .woocommerce button.button {
    padding: 8px 20px 7px !important;
    min-height: 38px;
}
.woocommerce-cart .wooWrap .woocommerce .actions .button, 
.woocommerce-cart .wooWrap .woocommerce .actions .coupon .button {
    padding: 8px 20px 8px !important;
    min-height: 38px;
}
.woocommerce-page .wooWrap .woocommerce button.button:after,
.woocommerce-cart .wooWrap .woocommerce .actions .button:after, 
.woocommerce-cart .wooWrap .woocommerce .actions .coupon .button:after {
    background-size: auto 42px !important;
}

.woocommerce-page .wooWrap .woocommerce .actions .button,
.wooWrap .woocommerce .actions button.button {
/*	padding: 17px 20px 17px !important;*/
} 
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 39% !important;
}
.wooWrap .return-to-shop {
  padding-bottom: 0;
}
.checkoutWrap h3,
.wooWrap .woocommerce .cart-collaterals h2 {
  font-size: 26px;
  margin-bottom: 10px;           
  font-weight: 600;
  text-transform: capitalize;  
}
.wooWrap .woocommerce .cart-collaterals table.shop_table th {
  border-color: #cccccc;
  padding: 14px 12px;
  font-size: 15px; 
  font-weight: normal;
  vertical-align: middle;
} 
.wooWrap .woocommerce .cart-collaterals table.shop_table td {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: 20px;
  border-color: #cccccc;  
  padding: 14px 12px;
  vertical-align: middle;
}
.wooWrap .woocommerce .woocommerce-cart-form {
  margin-bottom: 40px;  
}
.wooWrap .woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.wooWrap .woocommerce .wc-proceed-to-checkout .button {
  display: block !important;
  margin-bottom: 0;
}
.wooWrap .woocommerce .wc-proceed-to-checkout .button .mText {
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -o-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);  
}

.wooWrap.relatedWrap {
    padding-bottom: 29px;
} 

.relatedWrap .btnbx.loading::before,
.woocommerce button.button.loading::before,
.woocommerce #respond input#submit.loading::before, .woocommerce a.button.loading::before, 
.woocommerce button.button.loading::before, .woocommerce input.button.loading::before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.relatedWrap .btnbx.loading::before { 
    top: calc(50% - 12.5px);
    right: 14px; 
    display: none;
}
.relatedWrap .btnbx.loading {
    padding-right: 40px;
}

.tax-product_cat .shopWrap .bottomGrid ul.products li,
.single .shopWrap .bottomGrid ul li {
    width: 100% !important;
    margin: 0 !important;
}
.tax-product_cat .shopWrap .bottomGrid ul.products, 
.single .shopWrap .bottomGrid ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.relatedWrap .scnTitle {
    margin: 0 0 20px 56px;
    text-transform: capitalize;
}

.relatedWrap .scnTitle:after, 
.relatedWrap .scnTitle:before {
    opacity: 1;
}

.relatedWrap .scnTitle:before {
    right: calc(100% + 35px);
}

.relatedWrap .scnTitle:after {
    left: calc(100% + 30px);
}

.relatedWrap.consumerWrap .bottomGrid {
    padding-top: 0;
}


/* checkoutWrap */

 .select2-container.select2-container--focus .select2-selection {
 	border-color: #ccc !important;
 }

.accountWrap .select2-container--default .select2-selection--single,
.accountWrap form .form-row input.input-text,
.cartWrap .select2-container--default .select2-selection--single,
.checkoutWrap .select2-container--default .select2-selection--single,
.cartWrap select, .cartWrap input[type='tel'], .cartWrap textarea, .cartWrap input[type='email'], .cartWrap input[type='text'], 
.cartWrap input[type='password'], .cartWrap input[type='number'], .cartWrap input[type='search'],
.checkoutWrap select, .checkoutWrap input[type='tel'], .checkoutWrap textarea, .checkoutWrap input[type='email'], .checkoutWrap input[type='text'], 
.checkoutWrap input[type='password'], .checkoutWrap input[type='number'], .checkoutWrap input[type='search'] {
  border: 1px solid #cccccc;
  height: 38px !important;
  width: 100%;
  padding: 7px 12px; 
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  text-align: left;
  box-shadow: 0 0 0 !important;
}
.accountWrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.cartWrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkoutWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
  padding: 0;
  color: #464747;
}

.woocommerce-edit-address .accountWrap .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    line-height: 26px;
}

.accountWrap .select2-container--default .select2-selection--single .select2-selection__arrow ,
.cartWrap .select2-container--default .select2-selection--single .select2-selection__arrow ,
.checkoutWrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 6px;
}
.wooWrap .woocommerce-message,
.wooWrap .woocommerce-info {
    border-top-color: #007391;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 26px;
}
.wooWrap .woocommerce-message::before,
.wooWrap .woocommerce-info::before {
  color: #007391;
  top: 33px;
}

.wooWrap .woocommerce-message .woocommerce-Button,
.wooWrap .woocommerce-info .woocommerce-Button {
    margin-top: -20px;
    top: 7px;
}

.checkoutWrap .woocommerce form.checkout_coupon {
  border-radius: 0px;
  margin-top: 0;
  border: 1px solid #ccc; 
}
.checkoutWrap .woocommerce form.checkout_coupon button.button {
    padding: 9px 20px 7px !important;
}
.checkoutWrap .woocommerce form .form-row textarea {
  height: 170px;  
}
.woocommerce .woocommerce-checkout-payment .sv-wc-payment-gateway-payment-form-saved-payment-method span.title,                   
.woocommerce .accountWrap .edit-account form .form-row label,
.accountWrap form .form-row label,
.checkoutWrap .woocommerce form .form-row label {
  font-size: 15px;
  line-height: 22px !important;
  margin-bottom: 5px; 
}
.woocommerce .woocommerce-checkout-payment .sv-wc-payment-gateway-payment-form-saved-payment-method span.title {
    color: #fff;   
}
.checkoutWrap .woocommerce form .form-row label.woocommerce-form-login__rememberme {
    position: relative;
    top: 8px;              
}
.checkoutWrap .woocommerce form .form-row-first, .checkoutWrap .woocommerce form .form-row-last, .checkoutWrap .woocommerce-page form .form-row-first, 
.checkoutWrap .woocommerce-page form .form-row-last {
  width: 49%;
}
.checkoutWrap .woocommerce .woocommerce-checkout-review-order table.shop_table td {
    font-size: 14px;
    padding: 10px 20px;
}
.checkoutWrap .woocommerce .woocommerce-checkout-review-order table.shop_table th:last-child,
.checkoutWrap .woocommerce .woocommerce-checkout-review-order table.shop_table td:last-child {
  text-align: right;
}
.checkoutWrap .woocommerce #customer_details {
  margin-bottom: 25px;
}
.checkoutWrap .woocommerce #payment {
  border-radius: 0px;
  padding: 13px 0 7px;  
    background-image: -webkit-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: -moz-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: -o-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: linear-gradient(to top, rgba(255,255,255,1) 0%, #e0dbb1 80%);
} 
.woocommerce-checkout .checkoutWrap #payment div.payment_box {
    background-color: #036b9e !important;
    color: #fff !important;
} 
.woocommerce-checkout .checkoutWrap #payment div.payment_box::before {
    border-color: #036b9e;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
/* my account */
 
.accountWrap .woocommerce h2 { 
  margin-bottom: 20px;
  font-size: 36px;
}
.accountWrap .woocommerce .woocommerce-LostPassword {
  padding-bottom: 0;
  margin-top: 7px;
}
.accountWrap .woocommerce .woocommerce-form-login__rememberme {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 7px; 
}
.accountWrap .woocommerce .woocommerce-form-login__rememberme input {
  position: relative;
  top: 1px;
}
.accountWrap .woocommerce .lost_reset_password {
  max-width: 580px;  
}
.accountWrap .woocommerce .lost_reset_password .form-row {
  width: 100%;
  max-width: 350px; 
  float: none;
}
.accountWrap .woocommerce .lost_reset_password .form-row .button {
  width: 100%;
  margin-top: 4px;  
    padding: 7px 20px 7px !important;
    line-height: 20px !important;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
  width: 25%;
}
.accountWrap .woocommerce-MyAccount-navigation li {
  list-style: none;
  border-bottom: 6px solid #fff;
  margin-bottom: 0;
  background-color: #cccccc;
  transition: all .5s;
}
.accountWrap .woocommerce-MyAccount-navigation li a {
  color: #000000;
  display: block;
  padding: 13px 20px;
  line-height: 18px;
  text-transform: uppercase;
}
.accountWrap .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: none;
}
.accountWrap .woocommerce-MyAccount-navigation li.is-active a,
.accountWrap .woocommerce-MyAccount-navigation li a:hover {
  background: #1b3546;
  color: #ffffff;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
  width: 71%;
  padding: 20px 40px;
  border: 1px solid #cccccc;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content p:last-child {
  padding-bottom: 0;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-info {
  margin-bottom: 0;
}
.woocommerce-account .accountWrap form .form-row-first, 
.woocommerce-account .accountWrap form .form-row-last, 
.woocommerce-account .accountWrap form .form-row-first, 
.woocommerce-account .accountWrap form .form-row-last {
  width: 49%;
}
.woocommerce-account .accountWrap form .form-row span em {
  font-size: 14px;
  display: block;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce-account .accountWrap fieldset legend {
  margin-top: 12px;
}
.woocommerce-account .accountWrap .woocommerce-address-fields .button,
.woocommerce-account .accountWrap .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 7px;
  margin-left: 2px;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  border: none;
  margin: 0;  
  table-layout: fixed;
}

.woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button:after {
    background-size: auto 40px !important;
    width: calc(100% + 34px);
}

.accountWrap .woocommerce-MyAccount-content h3 {
	font-size: 26px;
    font-weight: 500;
}
.woocommerce-edit-address .accountWrap .woocommerce-MyAccount-content h3 {
    margin-bottom: 0 !important;
}
.woocommerce-edit-address .accountWrap .woocommerce-MyAccount-content .title {
    margin-bottom: 15px;
}
.accountWrap .woocommerce-Address .edit {
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: normal;
}

.accountWrap .woocommerce form.register {
	margin-top: 0;
}

.cartWrap .cart-collaterals .woocommerce-shipping-destination {
  padding-bottom: 0;
}
.cartWrap .woocommerce .cart-collaterals button.button {
  width: 100%;
}
.cartWrap .woocommerce-shipping-calculator .form-row {
  padding-left: 0;
  padding-right: 0;
}
.wooWrap .wc_payment_methods label {
  cursor: pointer;
}
.wooWrap .payment_box p:last-child {
  padding-bottom: 0;
}
.wooWrap .wc_payment_methods label img {
  margin-right: 10px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.accountWrap .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  transform: rotate(100deg) !important;
}
.checkoutWrap .woocommerce-customer-details .woocommerce-customer-details--email,
.checkoutWrap .woocommerce-customer-details .woocommerce-customer-details--phone,
.accountWrap .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-bottom: 10px;
}
.checkoutWrap .woocommerce .woocommerce-customer-details address,
.accountWrap .woocommerce .woocommerce-customer-details address {
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 20px;
}
.accountWrap .woocommerce .woocommerce-customer-details {
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true], 
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #1b3546;
    color: #ffffff !important;
}
.select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #1b3546 !important;
}
.checkoutWrap .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 22px;                                
}    

.checkoutWrap .woocommerce-shipping-fields label.checkbox #ship-to-different-address-checkbox {
    position: absolute;
    right: 10px;
    top: calc(50% - 11.5px);
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    opacity: 0;      
    display: block !important;
    margin: 0;
    cursor: pointer;
    z-index: 9;
}
.checkoutWrap .woocommerce-shipping-fields label.checkbox span:before {
    position: absolute;
    left: 6px;
    bottom: 8px;
    height: 2px;
    width: 0%;
    content: "";
    transform: translateX(4px) rotate(-45deg);
    transform-origin: left bottom;
    opacity: 1; 
    transition: all 0.3s;
    background: #128bab;
    transition-delay: 0s;
}
.checkoutWrap .woocommerce-shipping-fields label.checkbox input:checked ~ span:before {
    opacity: 1;
    width: 11px;
    transition-delay: .3s;
}

.checkoutWrap .woocommerce-shipping-fields label.checkbox span:after {
    position: absolute;
    left: 4px;
    bottom: 13px;
    height: 2px;
    width: 0%;
    content: "";
    transform: translateX(0px) rotate(45deg);
    transform-origin: left bottom;
    opacity: 1; 
    transition: all 0.3s;
    background: #128bab;
    transition-delay: .3s;
}
.checkoutWrap .woocommerce-shipping-fields label.checkbox input:checked ~ span:after {
    opacity: 1;
    width: 8px;
    transition-delay: 0s;
}
.checkoutWrap .woocommerce-shipping-fields #ship-to-different-address label.checkbox {
    position: relative;
    padding-left: 30px;
     cursor: pointer;    
}
.checkoutWrap .woocommerce-shipping-fields #ship-to-different-address label.checkbox:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #cccccc;
    width: 21px;
    height: 21px;
    background: #ffffff;
}
 
#ship-to-different-address .checkbox input {
  position: relative;
  top: -3px;  
}
.woocommerce div.product div.images img {
  transition: all 0s;
  cursor: zoom-in;         
   width: auto !important; 
}
.woocommerce div.product div.images img.zoomImg {
    width: auto !important;
}
.wooWrap .wc_payment_methods input {   
  margin-right: 5px !important;
  position: relative;
  top: 1px;
}

/* woocommerce-order-received */
.woocommerce .blockUI.blockOverlay {
   z-index: 9 !important;
}

.woocommerce-order-received .woocommerce-order table.woocommerce-table {
  border-spacing: 0px;
}
.woocommerce-order-received .woocommerce-order table.woocommerce-table td {
  padding: 14px 20px;
}
.woocommerce-order-received .woocommerce-order table.woocommerce-table td.product-name .wc-item-meta strong {
    margin-top: 2px;
}
.woocommerce-order-received .woocommerce ul.order_details li,
.woocommerce-order-received .woocommerce ul.order_details li strong {
    font-weight: normal;
    font-size: 15px; 
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
    font-size: 36px;
}

/* globalWrap */

.globalWrap {
    padding: 11px 0px 15px;
}

.globalWrap:after {
    content: '';
    background: -webkit-linear-gradient(left, #44d3ee 0%, #2c62fd 100%);
    background: -o-linear-gradient(left, #44d3ee 0%, #2c62fd 100%);
    background: -moz-linear-gradient(left, #44d3ee 0%, #2c62fd 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.globalWrap .wp-block-media-text {
    text-align: right;
    position: relative;
    padding-right: 135px;
}

.globalWrap .wp-block-media-text figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content h2 {
    color: #fff;
    font-family: 'Noto Sans';
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: -.1px;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content h2 strong {
    font-family: 'Noto Sans';
    font-weight: bold;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content p:last-child {
    padding-bottom: 0;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content p {
    color: #fff;
    font-family: 'Noto Sans';
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -.53px;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content p a {
    color: #37c6ad;
    border-bottom: 1px solid #37c6ad;
    line-height: 11px;
    display: inline-block;
    font-family: 'Noto Sans';
    font-weight: bold;
}

.globalWrap .wp-block-media-text .wp-block-media-text__content p a:hover {
    color: #fff;
    border-color: transparent;
}

/* wooWrap */
.woocommerce-edit-account .wooWrap .woocommerce button.button,
.woocommerce-edit-address .wooWrap .woocommerce button.button {
    padding: 8px 20px 8px !important;
    line-height: 20px !important;
}
 
/* errorWrap Start */
.error404 .innrBnner {
  text-align: center;
  padding-top: 50px;
}
.errorWrap {
  padding: 80px 0 100px;
  text-align: center;
  position: relative;
} 
.errorWrap h2 {
    font-size: 44px;
}
 
.errorWrap form input {
    border: 1px solid #cccccc;
    color: #464747; 
    margin-right: -5px; 
    width: 100%;
    background: #ffffff;
}
.errorWrap form label {
    vertical-align: top;
    max-width: 270px;
    width: 100%;
}
.errorWrap form {
  position: relative;
}
.errorWrap form .btnbx {
    padding: 8px 13px 7px !important;
    margin-left: -3px;    
}
.errorWrap form .btnbx:before {
    background-size: auto 40px !important;
}
.errorWrap textarea::-webkit-input-placeholder,
.errorWrap input::-webkit-input-placeholder {
  color: #464747 !important;
}
.errorWrap textarea:-moz-placeholder,
.errorWrap input:-moz-placeholder { 
  color: #464747 !important;
}
.errorWrap textarea::-moz-placeholder,
.errorWrap input::-moz-placeholder {
  color: #464747 !important;
}
.errorWrap textarea:-ms-input-placeholder,
.errorWrap input:-ms-input-placeholder {  
  color: #464747 !important;
}
/* errorWrap End */

/* privacyWrap start */
.privacyWrap {
  padding: 20px 0 40px;
  position: relative;
}
.privacyWrap ol,
.privacyWrap ul {
    margin: 0 0 20px 20px;
}
.privacyWrap ol li,
.privacyWrap ul li {
  list-style: inherit;
  margin-bottom: 10px;
}
.privacyWrap h2 {
    font-size: 34px;
}
.privacyWrap h3 {
    font-size: 28px;
}

/* blogWrap */

.blogWrap {
    padding-top: 20px;
    padding-bottom: 76px;
    position: relative;
}
 
.consumerWrap.blogWrap .item {
    padding-bottom: 30px !important;
}
 
.blogWrap article .textGrid .excerptBox {
  margin-bottom: 10px;
}
.blogWrap article .featuredImg a {
    height: 230px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgba(24,47,63,.1); 
}
.blogWrap article .btnbx {
    padding: 8px 13px 6px !important;
}
.blogWrap article .btnbx:hover {
  color: #ffffff;
}
.blogWrap .postgridWrap {
  margin-bottom: 30px;
}
.blogWrap .taxonomy-description {
  text-align: center;
}      
.blogWrap article {
    background: #f2f2f2;  
    height: 100%;    
}
.blogWrap .textGrid {
    text-align: center;
    padding: 20px;
}
.blogWrap .textGrid .entry-title {
    font-size: 25px;
}
.blogWrap .textGrid .entry-title a {
    color: #213545;  
} 
.blogWrap .textGrid .entry-title a:hover {
    color: #0b9670;
}
.pagination span,
.pagination a {
    color: #fff;
    transition: all .5s;
    margin: 0 1px;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
} 
.pagination .current, 
.pagination a:hover {
  color: #fff;
  background: #0b9670;
} 
.pagination {
  text-align: center;
  margin-top: 20px;
  display: block;
}  

.blogWrap .search-page .page-title {
    text-align: left;
}

.checkoutWrap.wooWrap {
    padding-bottom: 50px;
}


/* additional1 css end */

/* additional2 css start */

 /*         
.topBar .leftBox .carBox figure img { 
	opacity: 0;
	-webkit-transform: translate3d(-30px, 0px, 0px);
	-moz-transform: translate3d(-30px, 0px, 0px);
	-o-transform: translate3d(-30px, 0px, 0px);
	transform: translate3d(-30px, 0px, 0px);
	transition: opacity .5s, transform 1s;
	transition-delay: 0s, 0s;
}

.topBar .leftBox .carBox figure img {
	animation: careffect 2s linear;
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
  transition: opacity .5s, transform 1s;
	transition-delay: 0s, 2s;
}*/

@keyframes careffect {
	0% {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		-moz-transform: translate3d(-30px, 0px, 0px);
		-o-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(8px, 0px, 0px);
		-moz-transform: translate3d(8px, 0px, 0px);
		-o-transform: translate3d(8px, 0px, 0px);
		transform: translate3d(8px, 0px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}

}

.topBar .wp-block-media-text .wp-block-media-text__content h4 strong {
	display: inline-block;  
}
/*
.topBar .wp-block-media-text .wp-block-media-text__content h4 strong { 
	animation: caretextffect 1s linear;  
	animation-delay: 1s;
}

@keyframes caretextffect {
	from {
		-webkit-transform: rotateX(40deg); 
		-moz-transform: rotateX(40deg); 
		-o-transform: rotateX(40deg); 
		transform: rotateX(40deg); 
	}
	 
	to {
		-webkit-transform: rotateX(0deg); 
		-moz-transform: rotateX(0deg); 
		-o-transform: rotateX(0deg); 
		transform: rotateX(0deg); 
	}
}*/


.topBar .worldBox figure img {
    opacity: 0;
  -webkit-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
  transition: opacity .5s, transform .5s;
  transition-delay: 0s, 0s;
}

.page-loaded .topBar .worldBox figure img { 
    animation: bounceeffect 1.5s ease-in-out alternate;
    opacity: 1; 
  -webkit-transform: scale(1, 1) translate(0px, 0px);
  -moz-transform: scale(1, 1) translate(0px, 0px);
  -o-transform: scale(1, 1) translate(0px, 0px);
  transform: scale(1, 1) translate(0px, 0px);
    transition: opacity .5s, transform .5s;
  transition-delay: 1s, 1s;
    animation-delay: 1s;  

}   

@keyframes bounceeffect {
  
  0% {
  	opacity: 0;
    -webkit-transform: scale(1) translate(0px, 0px);
    -moz-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
  }
  25% { 
  	opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, -5px);
    -moz-transform: scale(1, 1) translate(0px, -5px);
    -o-transform: scale(1, 1) translate(0px, -5px);
    transform: scale(1, 1) translate(0px, -5px);
  }

  40% {
  	opacity: 1;
    -webkit-transform: scale(1.15, 0.8) translate(0px, 0px);
    -moz-transform: scale(1.15, 0.8) translate(0px, 0px);
	  -o-transform: scale(1.15, 0.8) translate(0px, 0px);
	  transform: scale(1.15, 0.8) translate(0px, 0px);

  }
  60% { 
  	opacity: 1;
	  -webkit-transform: scale(1, 1) translate(0px, 5px);
    -moz-transform: scale(1, 1) translate(0px, -5px);
    -o-transform: scale(1, 1) translate(0px, -5px);
    transform: scale(1, 1) translate(0px, -5px);
  }


  80% {
  	opacity: 1;
	  -webkit-transform: scale(1.15, 0.8) translate(0px, 0px);
    -moz-transform: scale(1.15, 0.8) translate(0px, 0px);
    -o-transform: scale(1.15, 0.8) translate(0px, 0px);
    transform: scale(1.15, 0.8) translate(0px, 0px);
  }

  100% {
  	opacity: 1;
  	-webkit-transform: scale(1, 1) translate(0px, 0px); 
    -moz-transform: scale(1, 1) translate(0px, 0px);
    -o-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
  }
}

.topBar .worldBox .wp-block-media-text__content h4 {
    -webkit-transform: translate3d(-24px, 0px, 0px);
    -moz-transform: translate3d(-24px, 0px, 0px);
    -o-transform: translate3d(-24px, 0px, 0px);
    transform: translate3d(-24px, 0px, 0px);
    opacity: 0;
   -webkit-transition: transform 1s, opacity .5s;
    transition: transform 1s, opacity .5s;
    transition-delay: 0s;
}
.page-loaded .topBar .worldBox .wp-block-media-text__content h4 {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    -webkit-transition: transform .8s, opacity .5s;
    transition: transform .8s, opacity .5s;
    transition-delay: 0s;   
}
        
.bannerWrap .flagText ul:before, 
.bannerWrap .flagText ul li:after{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: all 2s;
}
.page-loaded .bannerWrap .flagText ul:before, 
.page-loaded .bannerWrap .flagText ul li:after {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition-delay: .5s;   
}
.page-loaded .bannerWrap .flagText ul li:after {
	transition-delay: 1s;
}
.fleetWrap .box .group .wp-block-group__inner-container {
	position: relative;
	overflow: hidden;
}
.fleetWrap .box .group .wp-block-group__inner-container:before,
.fleetWrap .box .group .wp-block-group__inner-container:after {
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #213545;
  content: '';
  opacity: 0.4;
  z-index: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; 
}
.fleetWrap .box .group .wp-block-group__inner-container:before {
  -webkit-transform: skew(150deg) translateX(60%);
  transform: skew(150deg) translateX(60%);
}

.fleetWrap .box .group .wp-block-group__inner-container:after {
  -webkit-transform: skew(-150deg) translateX(-60%);
  transform: skew(-150deg) translateX(-60%);
}
.fleetWrap .box .group.in-viewport-once .wp-block-group__inner-container:after {
  -webkit-transform: skew(-150deg) translateX(-140%);
  transform: skew(-150deg) translateX(-140%);
  transition-delay: .8s;
  opacity: 0;

}
.fleetWrap .box .group.in-viewport-once .wp-block-group__inner-container:before {
  -webkit-transform: skew(150deg) translateX(140%);
  transform: skew(150deg) translateX(140%);
  transition-delay: .8s;
  opacity: 0;
}
.fleetWrap .box .group .wp-block-cover__image-background:before {
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.fleetWrap .box .group.in-viewport-once .wp-block-cover__image-background:before {
	opacity: 1;
	visibility: visible;
	transition-delay: 1.2s;
}
.fleetWrap .box .group .wp-block-cover__inner-container p {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transition: all 1s;
}
.fleetWrap .box .group.in-viewport-once .wp-block-cover__inner-container p { 
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transition-delay: 1.6s;
}
/*.fleetWrap .box:nth-child(2) .group1.in-viewport-once .wp-block-group__inner-container:after {
	transition-delay: 1.9s;
}
.fleetWrap .box:nth-child(2) .group1.in-viewport-once .wp-block-group__inner-container:before {
	transition-delay: 2.2s;
}*/
.fleetWrap .box:nth-child(2) .group1.in-viewport-once .wp-block-cover__image-background:before {
	transition-delay: 2s;
}
.fleetWrap .box:nth-child(2) .group1.in-viewport-once .wp-block-cover__inner-container p {
	transition-delay: 2.4s;
}
/*.fleetWrap .box:nth-child(2) .group2.in-viewport-once .wp-block-group__inner-container:after {
	transition-delay: 3.1s;
}
.fleetWrap .box:nth-child(2) .group2.in-viewport-once .wp-block-group__inner-container:before {
	transition-delay: 3.4s;
}*/
.fleetWrap .box:nth-child(2) .group2.in-viewport-once .wp-block-cover__image-background:before {
	transition-delay: 2.8s;
}
.fleetWrap .box:nth-child(2) .group2.in-viewport-once .wp-block-cover__inner-container p {
	transition-delay: 3.2s;
}
/*.fleetWrap .box:nth-child(3) .group.in-viewport-once .wp-block-group__inner-container:after {
	transition-delay: 4.3s;
}
.fleetWrap .box:nth-child(3) .group.in-viewport-once .wp-block-group__inner-container:before {
	transition-delay: 4.6s;
}*/
.fleetWrap .box:nth-child(3) .group.in-viewport-once .wp-block-cover__image-background:before {
	transition-delay: 3.6s;
}
.fleetWrap .box:nth-child(3) .group.in-viewport-once .wp-block-cover__inner-container p {
	transition-delay: 4s;
}
.title,
.questWrap h2,
.scnTitle2,
.scnTitle label {
	position: relative;
  opacity: 0;
  transition: clip-path 1s, opacity .5s;
}

.page-loaded .productWrap .contentBox h1,
.page-loaded .wooWrap .scnTitle label,   
.page-loaded .title, 
.questWrap h2.in-viewport-once, 
.scnTitle2.in-viewport-once,
.scnTitle.in-viewport-once label {
	animation: triangle 1.5s linear;
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
  transition-delay: 1.5s,.5s;
  animation-delay: .5s;
}
@keyframes triangle {
  0% {
    -o-clip-path: polygon(0 0, 0 50%, 0 50%, 0% 100%);
    -moz-clip-path: polygon(0 0, 0 50%, 0 50%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 0 50%, 0 50%, 0% 100%);
    clip-path: polygon(0 0, 0 50%, 0 50%, 0% 100%);
  }
  70% {
    -o-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
     -moz-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
  }

  100% {
    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); 
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);   
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    
  }
    
}

.scnTitle:after,
.scnTitle:before {
	opacity: 0;
	transition: all 1s;
}
.scnTitle:after {
	-webkit-transform: translate(-20px, 0px);
	-moz-transform: translate(-20px, 0px);
	-o-transform: translate(-20px, 0px);
	transform: translate(-20px, 0px);
}
.scnTitle:before {
	-webkit-transform: translate(20px, 0px);
	-moz-transform: translate(20px, 0px);
	-o-transform: translate(20px, 0px);
	transform: translate(20px, 0px);
}
.scnTitle.in-viewport-once:after,
.scnTitle.in-viewport-once:before {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition-delay: 1.2s;
}


  
.advantageWrap .bottom-icon figure {
    position: relative;
}
.advantageWrap .bottom-icon figure:after {
    box-shadow: 2px 2px #b4b825; 
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    top: -8px;
    left: -8px;
    padding: 8px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.advantageWrap .bottom-icon .in-viewport-once figure:after {      
    animation: borderEffect 10s linear;
    -webkit-transform: rotate(-225deg); 
    -moz-transform: rotate(-225deg); 
    -o-transform: rotate(-225deg); 
    transform: rotate(-225deg); 
    opacity: 0;
    transition-delay: 1.3s;
}

@keyframes borderEffect {

  0% {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0;
  }

  10% {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 1;
  }

  30%,70% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(-225deg); 
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg); 
    opacity: 1;
  }
    
  92%,
  100% { 
    -webkit-transform: rotate(-225deg); 
    -moz-transform: rotate(-225deg); 
    -o-transform: rotate(-225deg); 
    transform: rotate(-225deg); 
    opacity: 0;
  }

}
.footer:after,
.footer:before,
.advantageWrap .topBox img {
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	-webkit-transform: translate(0px, -30px);
	-moz-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
}
.footer.in-viewport-once:after,
.footer.in-viewport-once:before,
.advantageWrap .topBox .in-viewport-once img {
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.footer.in-viewport-once:after {
	transition-delay: .8s;
}

/* menu arrow effects */

.navBox .arrowBox {
	position: fixed;
	width: 100%;
	height: 100vh;
	transform: 0;
	left: 0;
}       
.navBox .arrowBox:before {
    content: '';
    background: #213545;
    width: 100px;
    height: 100px;
    position: fixed;
    top: -155px;          
    left: calc(50% - 50px);
    border-radius: 50%;
    -webkit-transform: translate(0px,55px) scale(1);
    -o-transform: translate(0px,55px) scale(1);
    transform: translate(0px,55px) scale(1);
    transition: all 1s ease-in-out;
    transition-delay: .2s;

 }

.menu-active .navBox .arrowBox:before {
    top: 0;
    left: calc(50% - 491px);
    width: 100vh;
    height: 100vh;
    -webkit-transform:translate(0px,0px) scale(10);
    -o-transform:translate(0px,0px) scale(10);
    -moz-transform:translate(0px,0px) scale(10);
    transition-delay: 2.5s;
}
.navBox .arrowBox:after {
	content: '';
	display: table;
	clear: both;
}
.navBox .arrowBox .leftArrow,
.navBox .arrowBox .rightArrow {
	overflow: hidden;
	width: 50%;
	height: 100vh;
	position: relative;
	left: 0;
}
.navBox .arrowBox .leftArrow {
	float: left;
}
.navBox .arrowBox .rightArrow {
	float: right;
}
.navBox .arrowBox .leftArrow:before,
.navBox .arrowBox .rightArrow:after {
	  content: '';
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    position: absolute;
    z-index: 999;
    width: 15px;
    height: 20px;
    bottom: 0;
    background-position: center !important;
    transition: all 5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-delay: 1s;
    opacity: 0;
    visibility: hidden;
}
.navBox .arrowBox .leftArrow:before {
	left:0;
}
.navBox .arrowBox .rightArrow:after {
	right: 0;
}
.menu-active .navBox .arrowBox .leftArrow:before {
	-webkit-animation: arrowEfect 2.5s ease-in-out;             
	animation: arrowEfect 2.5s ease-in-out;
	bottom: calc(100% - 18px);
	left: calc(100% - 17px);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition-delay: 5s;
	opacity: 0;
	visibility: hidden;
}
.menu-active .navBox .arrowBox .rightArrow:after {
	-webkit-animation: arrowEfect2 2.5s ease-in-out;
	animation: arrowEfect2 2.5s ease-in-out;
	bottom: calc(100% - 18px);
  right: calc(100% - 17px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-delay: 5s;    
  opacity: 0;
  visibility: hidden;
}            
@keyframes arrowEfect {
  0% {
   opacity: 0;
   visibility: hidden;
   bottom: 0;
   left: 0;
   -webkit-transform: rotate(-180deg);
   -moz-transform: rotate(-180deg);
   -o-transform: rotate(-180deg);        
   transform: rotate(-180deg);
  }
  35%,40% {
  	-webkit-transform: rotate(-180deg);
  	-moz-transform: rotate(-180deg);
  	-o-transform: rotate(-180deg);
  	transform: rotate(-180deg);
    opacity: 1;
    visibility: visible;
  }
  50% {
    bottom: calc(100% - 18px);
    left: 0;
  }
  52% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: calc(100% - 18px);
  }
  98% {
    left: calc(100% - 17px);
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
  	opacity: 0;
  	visibility: hidden;
  }
    
}
@keyframes arrowEfect2 {
  0% {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  35%,40% {
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(18);
    opacity: 1;        
    visibility: visible;
  }
  50% {
    bottom: calc(100% - 18px);
    right: 0;
  }
  52% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: calc(100% - 18px);       
  }
  98% {
    right: calc(100% - 17px);
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
  	opacity: 0;
  	visibility: hidden;
  }                     
    
}             

/* menu arrow effects */ 

.consumerWrap .item .color-box {
    overflow: hidden;
}
.consumerWrap .item .color-box .featuredImg a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 2s;
}
.consumerWrap .item .color-box:hover .featuredImg a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
 /* -webkit-filter: drop-shadow(0px 3px 4px #213545);
  filter: drop-shadow(0px 3px 4px #213545);*/
}         
.questWrap h2 em:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-10px, 0px);
	-moz-transform: translate(-10px, 0px);
	-o-transform: translate(-10px, 0px);
	transform: translate(-10px, 0px);
	transition: 1s;
}
.questWrap h2.in-viewport-once em:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition-delay: 1.1s;
}

/* tabWrap */
.maintabWrap .tabWrap {
	background: -webkit-linear-gradient(#edecec 0%, #fff 70%);
	background: linear-gradient(#edecec 0%, #fff 70%);
}
.maintabWrap .tabWrap .clrBox {
	background: #213545;
}
.maintabWrap .tabWrap .clrBox .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
}
.maintabWrap .tabWrap .tab-title-view .tab-title {
	text-align: center;
}
.maintabWrap .tabWrap .tab-title-view .tab-title p {
  color: #ffffff;
  padding: 12px 0px;
  text-transform: capitalize;
  font-size: 17px;
  cursor: pointer;
  transition: all .5s; 
  font-family: 'Noto Sans';
  font-weight: 500; 
  display: inline-block;  
  position: relative;
  margin-bottom: 0;
}
.maintabWrap .tabWrap .tab-content.active-content {
	opacity: 1;	
  visibility: visible;
  max-height: 3000px; 
  height: 100% !important;
}  
.maintabWrap .tabWrap .tab-title-view .tab-title p:before {
	-webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	-moz-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	-o-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	transition: all .5s;
	content: '';
  width: 100%;
  height: 5px;
  background: #2d6a9a;
  position: absolute;
  top: 0;
  left: 0;
}  
.maintabWrap .tabWrap .tab-title-view .tab-title.active-tab p:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}
.maintabWrap .tabWrap .tab-content-view {
  padding: 25px 15px 20px;
}
.maintabWrap .tabWrap .tab-content {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s; 
	overflow-y: auto;  
  overflow-x: hidden;  
}
.maintabWrap .tabWrap .tab-content-view,
.maintabWrap .tabWrap .row.tab-title-view {
  --bs-gutter-x: 0rem;
  gap: inherit; 
  flex-wrap: wrap;   
}
.maintabWrap .tabWrap .container-fluid {
	padding: 0;
}
.maintabWrap .kwBox {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}
.maintabWrap .kwBox h2 {
	font-size: 41.96px;
	font-family: 'Noto Sans';
  font-weight: bold;
  margin-bottom: 0;
}
.maintabWrap .kwBox h2 sub {
	font-size: 23px;
	bottom: 0;
	left: -2px;
}
.maintabWrap .kwBox h2 sup {
	top: -3px;
  left: 1px;
  font-size: 40px;
}
.maintabWrap .kwBox h2 label {
	margin-right: -5px;
}
.maintabWrap .kwBox .col:nth-child(3) h2 label {
	margin-right: 0px;
}
.maintabWrap .kwBox p {
	position: relative;
	top: -8px;    
	padding-bottom: 0;
    color: #575757;
}
.maintabWrap .prolistBox {
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
	--bs-gutter-x: 30px;
}
.maintabWrap .prolistBox:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #b3b3b3;
	-webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	-moz-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	-o-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	transition: all 1s;
	display: block;
	margin-bottom: 32px;
}
.maintabWrap .prolistBox.in-viewport-once:before {
	transition-delay: 1s;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.maintabWrap .prolistBox .tabList2 {
	padding-left: 32px;
}
.maintabWrap p {
  margin-bottom: 19px;
  line-height: 19px;
  padding-bottom: 0;
  font-size: 14px;
  color: #575757;
}
.maintabWrap p strong {
  color: #213545;           
  font-family: 'Noto Sans';
  font-weight: bold;
  text-transform: uppercase;
}
.maintabWrap ul {
	margin:  20px 0 20px 10px;
}
.maintabWrap ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 12px;
	line-height: 18px; 
}
.maintabWrap ul li:before {
	content: '';
  width: 5px;
  height: 5px;
  background: #1b3546;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 6px;
}
.productWrap {
	padding-bottom: 16px !important;
}

/* tabWrap */

body form:after {
  content: '' !important;
  display: inline-block !important;
  height: 6px;
  width: 400px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 200px);
  background-color: #019a6c;
  z-index: 100;              
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0;
  border-radius: 5px;
} 
body form.wpcf7-form.submitting:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: .1s;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}

.buyWrap .vantage-image {
    text-align: center;
    margin-bottom: 11px;
}

.buyWrap .vantage-image img {
  width: 30px;
}

.buyWrap p {
  font-family: 'Noto Sans';
  font-weight: normal;
  color: #000000;
  letter-spacing: -.32px;
  line-height: 20px;
}

.buyWrap .wp-block-button {
	width: 100%;
	text-align: center;
  margin-top: -2px;
}

.buyWrap p a {
	color: #2d6a9a; 
  letter-spacing: 0;
  font-family: 'Noto Sans';
  font-weight: 600;
}
.buyWrap p a:hover {
	color: #0b9670;
}

.tagWrap.buyWrap .scnTitle2 {
    letter-spacing: 0;
    margin-bottom: 16px;
}
.buyWrap .container {
	max-width: 1020px;
  text-align: center;
}

.buyWrap .wp-block-button .wp-block-button__link {
    font-weight: bold;
    letter-spacing: 0;
    padding: 8px 14px 6px !important;
}
.tagWrap.buyWrap {
	padding-bottom: 55px;
}

/* pro-badge */
.pro-badge {
  position: absolute;
  top: -7px;
  left: 0px;
  background: -webkit-linear-gradient(#9c2e29 , #c3372f);
  background: -moz-linear-gradient(#9c2e29 , #c3372f);
  background: -o-linear-gradient(#9c2e29 , #c3372f);
  background: linear-gradient(#9c2e29 , #c3372f);
  display: inline-block;
  padding: 6px 54px 6px;  
  pointer-events: none;
  -webkit-transform: rotate(-36deg) translate(-76px);
  -moz-transform: rotate(-36deg) translate(-76px);
  -o-transform: rotate(-36deg) translate(-76px);
  transform: rotate(-36deg) translate(-76px);
  z-index: 9;
}
.pro-badge span.oncustom {         
  color: #fff !important;
  font-size: 19px !important;    
  text-transform: uppercase;
  font-weight: normal;      
  position: static !important;
  padding: 0 !important;
  background: transparent !important; 
  font-family: 'Roboto-BoldItalic';
  line-height: normal !important;         
}
/* pro-badge */ 

/* specialistWrap */
.specialistWrap .modal-inr .wp-block-cover__image-background {
  background-size: cover !important;
  position: relative;       
} 
.specialistWrap .modal-inr .wp-block-cover__image-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
}
.bookWrap.specialistWrap .inrText {
  position: relative;
  z-index: 1;
  padding: 20px 20px 10px;    
}
.bookWrap.specialistWrap .inrText:before {
    content: '';
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bookWrap.specialistWrap .inrText .title {
  margin-bottom: 0px;       
  z-index: 11;
}
.specialistWrap .inrText p {     
  color: #213545 !important;
  z-index: 11;
  position: relative;
} 
body .bookWrap.specialistWrap .bookForm {  
  transform: inherit !important;
  opacity: 1 !important;
  transition-delay: inherit !important;    
}      
 
.modalWrap .modal-group .modal-content {
    position: fixed;
    top: 0;   
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 999;
    background: transparent !important;     
    opacity: 0;
    visibility: hidden !important;
    transition: all .5s;
    border-radius: 0;
    border: none;
    pointer-events: inherit;        
    transition-delay: 0s;
}
.modalWrap .modal-group .modal-content:after {
    content: '';
    display: inline-block;
    background: rgba(33,53,49,.6);    
    position: fixed;
    top: 0;   
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    opacity: 0;
    visibility: hidden !important;
    transition: all .5s;
}    
.modalWrap .modal-group.active .modal-content:after {
    opacity: 1;   
    visibility: visible !important;
    transition-delay: 0s;   
}        
.modalWrap .modal-group.active .modal-overlay .wp-block-button__link,
.modalWrap .modal-group.active .modal-content {
    opacity: 1;   
    visibility: visible !important;
    transition-delay: 0s;      
}
.modalWrap .modal-overlay .wp-block-button__link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;          
    z-index: 1;
    cursor: crosshair;
    font-size: 0;
    background: transparent !important;
    border-radius: 0% !important;
    transform: inherit !important;
    opacity: 0;
    visibility: hidden !important;
    transition: all .5s;
    font-size: 0 !important;
}
.modalWrap .modal-group .modal-content>.wp-block-group__inner-container {    
    max-width: 1200px;
    margin: 25px auto !important; 
    text-align: left;                                 
    position: relative;
    overflow: hidden; 
    opacity: 0;
    /*-webkit-transform: perspective(600px) rotateY(5deg) scale(.8); 
    -moz-transform: perspective(600px) rotateY(5deg) scale(.8); 
    -o-transform: perspective(600px) rotateY(5deg) scale(.8); 
    transform: perspective(600px) rotateY(5deg) scale(.8); */

    -webkit-transform: scale(.8); 
    -moz-transform: scale(.8); 
    -o-transform: scale(.8); 
    transform: scale(.8); 
    -webkit-transition: opacity .5s,transform 1s;  
    transition: opacity .5s,transform 1s;      
    transition-delay: 0s,0s;      
} 
.modalWrap .modal-group.active .modal-content>.wp-block-group__inner-container {
  opacity: 1;
  /*-webkit-transform: perspective(600px) rotateY(0deg) scale(1);
  -moz-transform: perspective(600px) rotateY(0deg) scale(1);
  -o-transform: perspective(600px) rotateY(0deg) scale(1);
  transform: perspective(600px) rotateY(0deg) scale(1);*/

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);  
  transform: scale(1);
  -webkit-transition: opacity .5s,transform 1s;  
  transition: opacity .5s,transform 1s;     
  transition-delay: .3s,.4s;                   
}        
  
.modalWrap .modal-group .modal-content .modal-inr .wp-block-columns {
    display: flex;
    gap: inherit;
    flex-wrap: wrap;
    align-items: inherit;      
}  
.modalWrap .modal-group .modal-content .modal-inr {
    position: relative;
    z-index: 9;
    max-height: 100%;
    overflow-y: auto; 
    overflow-x: hidden; 
    transition: all 1s;        
}
.modalWrap .modal-group .modal-content .modal-inr>.wp-block-group__inner-container {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 20px;
  position: relative;
}
.modalWrap .modal-group .modal-button {
    z-index: 9991;
    width: 40px;      
    position: relative;  
    opacity: 0;     
    visibility: hidden;
    transition: all .5s; 
}   
.modalWrap .modal-group.active .wp-block-group__inner-container .modal-button {
    opacity: 1;
    visibility: visible;                              
}                                
.modalWrap .modal-group .modal-button .close:nth-child(1) {
    position: absolute;
    z-index: 9;
    text-align: right;
    top: 10px;
    right: 12px;
}
.modalWrap .modal-group .modal-button .close:nth-child(1) .wp-block-button__link {
    cursor: pointer;
    font-size: 20px !important;
    width: 40px !important;
    height: 40px !important;
    position: fixed;
    left: auto;
    right: 20px;
    padding: 0 !important;
    background: #0b9670 !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 41px;
    top: 20px; 
    box-shadow: none;  
}
.modalWrap .modal-group .modal-button .close:nth-child(1) .wp-block-button__link:hover {
    background: rgba(11, 150, 112, .5); !important;
    color: #000000 !important;
}
.modalWrap .modal-group .modal-content .close.modal-overlay .dbtn {        
  display: none; 
}     
.modalWrap .modal-group .modal-content p:last-child {
  padding-bottom: 0;
}
  
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:before {    
  border-color: #2d6a9a !important;              
  transition: all .5s;                   
}
/* specialistWrap */ 

/* additional2 css end */

/* additional3 css start */


p:empty {
	display: none;
}

/* footer */

.footer {
	padding: 42px 0 25px;
  border-top: 4px solid #0b9670;
}
.footer:after {
  content: '';
  width: 50px;
  height: 65px;
  display: inline-block;
  position: absolute;
  top: -42px;
  left: calc(50% - 25px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.footer:before {
  content: '';
  background-image: linear-gradient(to top, #0b9670 0%, #213545 80%);
  background-image: -webkit-linear-gradient(to top, #0b9670 0%, #213545 80%);
  background-image: -moz-linear-gradient(to top, #0b9670 0%, #213545 80%);
  background-image: -o-linear-gradient(to top, #0b9670 0%, #213545 80%);
  -webkit-clip-path: polygon(50% 24%, 83% 0%, 50% 100%, 18% 0%);
  -moz-clip-path: polygon(50% 24%, 83% 0%, 50% 100%, 18% 0%);
  -o-clip-path: polygon(50% 24%, 83% 0%, 50% 100%, 18% 0%);   
  clip-path: polygon(50% 24%, 83% 0%, 50% 100%, 18% 0%);   
  width: 100px;
  height: 75px;
  display: inline-block;
  position: absolute;
  top: -45px;  
  left: calc(50% - 50px);
}
.page-template-page-sr1 h5,
.footer h5 {
	color: #213545 !important; 
  font-size: 15px;     
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: -.3px;
}
.footer h5 a {
    color: #213545;
}
.footer h5 a:hover {
    color: #0b9670;          
} 
.footer ul li {
	list-style: none;
  line-height: 22px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: -.3px;
  color: #464747;
}
.footer ul li a {
	color: #464747;
	display: inline-block;
}
.footer ul li a:hover {
	color: #0b9670;
}
.footer ul li u {
	text-decoration: none;
	border-bottom: 1px solid #828383;
	line-height: 14px;
    display: inline-block;
}
.footer .box {
	border-right: 1px solid #c7c7c7;
	padding: 0 38px;
}
.footer .box:last-child {
	border: none;
}
.footer .contactBox ul li:last-child {
  margin-top: 8px;
}


/* copyRightWrap */

.copyRightWrap {
	background: #eceaeb;
	padding: 15px 0;
}
.copyRightWrap .leftBox,
.copyRightWrap .rightBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copyRightWrap .social li {
	display: inline-block;
	list-style: none;  
	margin-left: 28px;
}
.copyRightWrap .social li:first-child {
  margin-left: 0;
}
.copyRightWrap .social li a {
	color: #213545;
	font-size: 22px;
}
.copyRightWrap .rightBox {
	text-align: right;
}
.copyRightWrap .leftBox p {
	 font-size: 11px;
    padding-bottom: 2px;
    line-height: 16px;
    color: #464747;
    letter-spacing: -.2px;
}
.copyRightWrap .leftBox p a {
	color: #464747;
}
.copyRightWrap .leftBox p:last-child {
	padding-bottom: 0;
  font-size: 10px;
}
.copyRightWrap .social li a:hover,
.copyRightWrap .leftBox p a:hover {
	color: #0b9670;
}
.copyRightWrap .leftBox p em {
	font-style: normal;
	margin: 0 3px;
}
.copyRightWrap .leftBox p strong {
	border-bottom: 1px solid #aeadad;
  display: inline-block;
  line-height: 12px;
  font-weight: bold;
  transition: all .5s;
}
.copyRightWrap .leftBox p strong:hover {
  border-bottom: 1px solid transparent;
}
 

/*default form css start*/

.file label,
.select .select-styled,
input.input-text, .select2-container .select2-choice, 
select,
input[type='tel'],
textarea, 
input[type='email'],
input[type='text'],
input[type='password'],
input[type='number'],
input[type='search'] {
  font-size: 14px;
  color: #464747;
  height: 38px;
  background: #ffffff;
  border: 1px solid transparent;  
  width: 100%;
  padding: 8px 9px 9px;
  line-height: 24px;
  border-radius: 0 !important;
  letter-spacing: -.3px;
  font-family: 'Noto Sans';
    font-weight: normal;
}
 
.select .wpcf7-select {
   display: none;
}
.select .select-styled {
   cursor: pointer; 
   position: relative;
   padding: 6px 12px 7px;
   padding-right: 40px;
}
.select .select-styled:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #787979;
  position: absolute;
  right: 19px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg); 
  -o-transform: rotate(45deg); 
  transform: rotate(45deg);
  transition: all .5s;
}
.select .select-styled:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #787979;
  position: absolute;
  right: 13px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg); 
  -moz-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg); 
  transform: rotate(-45deg);
  transition: all .5s;
}

.select .select-styled.active:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.select .select-styled.active:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select .select-options {
    display: block !important;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 24%);
    background: #036b9e; 
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 38px;
    z-index: 10;
    left: 0;
    max-height: 246px;
    overflow-y: auto; 
}
.select .active ~ .select-options {
    opacity: 1;
    visibility: visible; 
}
.select {
  position: relative;
} 
.select .select-options li {
  list-style: none;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 0px;
  transition: all .5s;
  cursor: pointer;
  line-height: 20px;
  color: #fff;
}
.select .select-options li:hover {
  background-color: #000000;
  color: #ffffff;
}
  

.file br {
  display: none;    
}
.file label {
    padding: 10px 10px 9px;
    cursor: pointer;  
}
.file #file-upload-filename {
    font-size: 14px;
    margin-top: 5px;
}
 
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #464747 !important;
  opacity: 1 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
  color: #464747 !important;
  opacity: 1 !important;
}


textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
  color: #464747 !important;
  opacity: 1 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
  color: #464747 !important;
  opacity: 1 !important;   
}

  
body form {   
  position: relative;
  z-index: 1;
}
body form.submitting:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.7);
  z-index: 99;
}       
.wpcf7-form .ajax-loader {
   display: none !important;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #ff0000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ff0000 !important;
}
textarea {
  min-height: 185px; 
  margin-bottom: 0;
  padding: 6px 12px 7px;
}

.formWrap .box p {
  padding-bottom: 0;
}
form .wpcf7-not-valid-tip {
  display: none;
}
body .formSuccess {
  border: 1px solid #cccccc;
  padding: 5px !important;
  font-size: 16px !important;
  text-align: center;
  color: #cccccc;
  margin: 20px auto;
  line-height: 20px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 15px 0 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  line-height: 16px;
  padding: 6px 10px !important;
}
.wpcf7 form .btnbx .ajax-loader,
.wpcf7 form .btnbx .mText:nth-child(2) {
  display: none;
}

/* radio/checkbox */
  
.formWrap .wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  top: 1px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #cccccc;
}
.formWrap .wpcf7-radio .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #2d6a9a;
  position: absolute;
  top: 4px;
  left: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all .5s;
  z-index: 1;
} 
.formWrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    margin-right: 16px;
    padding-left: 22px;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-radio input,
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0px;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  margin-right: 7px; 
  margin-top: 3px;
  font-size: 12.95px;
  color: #464747;
} 
.formWrap .wpcf7-form-control-wrap .wpcf7-radio input:checked ~ .wpcf7-list-item-label:before {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.formWrap i {
  font-style: normal;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #cccccc;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label:before {
  position: absolute;
  left: 4px;
  top: 12px;
  height: 2px;
  width: 0%;
  content: "";
  -webkit-transform: translateX(4px) rotate(-45deg);
  -moz-transform: translateX(4px) rotate(-45deg);
  -o-transform: translateX(4px) rotate(-45deg);
  transform: translateX(4px) rotate(-45deg);
  transform-origin: left bottom;
  opacity: 1;
  transition: all .1s;
  background: #036b9e;
  transition-delay: 0s;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
  width: 10px;
  transition-delay: .1s;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label:after {
  position: absolute;
  left: 3px;
  top: 8px;
  height: 2px;
  width: 0%;
  content: "";
  -webkit-transform: translateX(0px) rotate(45deg);
  -moz-transform: translateX(0px) rotate(45deg);
  -o-transform: translateX(0px) rotate(45deg);
  transform: translateX(0px) rotate(45deg);
  transform-origin: left bottom;
  opacity: 1;
  transition: all 0.1s;
  background: #036b9e;
  transition-delay: .1s;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
  width: 6px;
  transition-delay: 0s;
}
 
/*default form css end*/


/* questWrap */

.questWrap {
	padding: 68px 0 87px;
}
.questWrap form .buttonBox button {
  letter-spacing: 0;
  padding: 8px 16px 9px !important;
}

.questWrap .wp-block-cover__image-background {
	background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover;
}
.questWrap h2 {
	font-size: 33.52px;
  letter-spacing: -.3px;
  margin-bottom: 3px;  
}
.questWrap h2 em {
  font-style: normal;
  letter-spacing: -.6px;
  margin-left: 5px;
}
.questWrap h2 em:after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-left: 7px;
  margin-top: -6px;
  vertical-align: middle;
}

.questWrap p {
    line-height: 20px;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: .28px;
    font-weight: 300;
}
.questWrap form .row {
	--bs-gutter-x: .6rem;
}
.questWrap form input {
    margin-bottom: 11px;
}
.questWrap form .buttonBox {
	text-align: right;
}
.questWrap form .rightBox .wpcf7-form-control-wrap {
	width: 100%;
  margin-bottom: 11px;
  display: inline-block;
}

/* tagWrap */

.tagWrap {
    background-image: linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: -webkit-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: -moz-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    background-image: -o-linear-gradient(to top, #ffffff 0%, #e0dbb1 80%);
    padding: 50px 0 70px;
}
.scnTitle2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000;
}
.tagWrap .scnTitle2 {
  margin-bottom: 40px;
}
.tagWrap .box {
  max-width: 1160px;
  margin: 0 auto;
}
.tagWrap .box ul li {
  list-style: none;
  position: relative;
  padding-left: 31px;
  line-height: 20px;
  color: #000;
  letter-spacing: -.3px;
}
.tagWrap .box ul li:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
.tagWrap .row {
  --bs-gutter-x: 5.5rem; 
}

/* advantageWrap */

.advantageWrap {
  text-align: center;
  padding: 40px 0 38px;
}
.advantageWrap .wp-block-cover__image-background {
  background-size: cover;
  background-repeat: no-repeat;
}
.advantageWrap:after {
  content: '';
  background-image: linear-gradient(to top, rgba(18, 47, 10, 1) 10%, transparent 100%);
  background-image: -webkit-linear-gradient(to top, rgba(18, 47, 10, 1) 10%, transparent 100%);
  background-image: -moz-linear-gradient(to top, rgba(18, 47, 10, 1) 10%, transparent 100%);
  background-image: -o-linear-gradient(to top, rgba(18, 47, 10, 1) 10%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.advantageWrap .topBox {
    z-index: 1;
    position: relative;
    max-width: 1020px;
    margin: 0 auto 460px;
}
.advantageWrap .topBox img {
  width: 27px;
}
.advantageWrap .topBox figure {
  margin-bottom: 14px;
}
.advantageWrap .topBox p {
  line-height: 20px; 
  color: #000;
  letter-spacing: -.3px;
  padding-bottom: 17px;
}
.advantageWrap .topBox p a {
  color: #2d6a9a;
  border-bottom: 1px solid;
      display: inline-block;
    line-height: 16px;
}
.advantageWrap .topBox p a:hover {
  color: #000;
  border-bottom: 1px solid transparent;              
}
.advantageWrap .scnTitle2 {
  margin-bottom: 15px;
}
.advantageWrap .wp-block-buttons {
  display: block;
}
.advantageWrap .wp-block-buttons .wp-block-button__link {
  background: #000 !important;
  letter-spacing: 0;
  padding: 8px 14px 6px !important; 
}
 
.advantageWrap .bottom-icon figure {
  border: 3px solid #b4b825;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advantageWrap .bottom-icon figure img {
  width: auto;
  margin: 0 auto;
  height: 36px;
}

.advantageWrap .bottom-icon {
  position: relative;
  z-index: 1;
  max-width: 1190px;
  margin: 0 auto;
}
.advantageWrap .bottom-icon h3 {
  color: #fff;   
  font-size: 18.54px;
  font-weight: normal;
}
.advantageWrap .bottom-icon h3 strong {
  font-weight: normal;
}

/* specialistWrap */

.specialistWrap > .container > .wp-block-cover > .wp-block-cover__image-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
} 
.specialistWrap .wp-block-cover {
    min-height: inherit !important; 
}
.specialistWrap .titleBox {
  overflow: visible;
}
.specialistWrap .titleBox img {
  width: 52px !important;
  transition: all 0s;
}
.specialistWrap .titleBox h2 {
  color: #fff;
  font-size: 39.94px;
  line-height: 38px;
  margin-bottom: 2px;
}
.specialistWrap .wp-block-media-text__media {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 16px 0 0 !important;
}
.specialistWrap .wp-block-media-text__content {
  display: inline-block;
  vertical-align: middle;
}
.specialistWrap .wp-block-media-text__content p {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 0;
    letter-spacing: .7px;
    color: #fff !important;
}
.specialistWrap .reqBox,
.specialistWrap .titleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialistWrap .reqBox .wp-block-button__link {
    width: 100%;
    padding: 7px 14px 6px !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 80%);
    letter-spacing: 0;
    text-align: center;
}
.specialistWrap {
  padding: 18px 0 !important;
}    
.specialistWrap .reqBox .row {
  --bs-gutter-x: .6rem;
}    
.specialistWrap .reqBox .leftBox .wp-block-button__link {
  text-transform: inherit;
  cursor: pointer;   
}
.specialistWrap .reqBox .wp-block-buttons {
  display: block;
}

/* bookWrap */

.bookWrap {    
  padding: 14px 0 87px;
}
.page-loaded .bookWrap {
  background: #182f3f;
}
.bookWrap .wp-block-cover {
  z-index: inherit;
}
.bookWrap .wp-block-cover__image-background {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right !important;
}
.breadcrumb {
  color: #000;
  font-family: 'Noto Sans';
  margin-bottom: 28px;
  font-size: 12px;
  text-transform: capitalize;
}
.breadcrumb a {
  color: #000;
  font-weight: normal;
}
.breadcrumb a:hover {
  color: #0b9670;
}
.breadcrumb .divider {
  margin: 0 6px;
  font-weight: normal;
}
.breadcrumb label {
  font-weight: bold;
  color: #000;      
}            
.title {
  color: #2d6a9a;
  text-transform: uppercase;
  font-size: 40.01px;
  line-height: 38px;
  letter-spacing: -.9px;
  margin-bottom: 25px;
  opacity: 0;
  transition: clip-path 1s, opacity .5s !important;  
}

.page-loaded .productWrap .contentBox h1,
.page-loaded .title {
  opacity: 1;
  transition-delay: 1.5s,.5s !important;
  animation-delay: .5s; 
}
.bookWrap p {
  color: #404040 !important;
  padding-bottom: 19px;
}
.bookWrap .wp-block-media-text__media img {
  width: 22px;
}
.bookWrap .wp-block-media-text,
.bookWrap .wp-block-media-text__content,
.bookWrap .wp-block-media-text__media {
  display: inline-block;
}
.bookWrap .wp-block-media-text__content a {
  color: #404040;
}
.bookWrap .wp-block-media-text__content a:hover {
  color: #4081a9;
}
.bookWrap .wp-block-media-text:last-child p a:hover {
  border-bottom: 1px solid transparent;
}
.bookWrap .wp-block-media-text__media {
  margin-bottom: 0;
  margin-right: 9px;
}
.bookWrap .contactBox .wp-block-media-text:first-child .wp-block-media-text__media img {
  width: 20px;
}
.bookWrap .wp-block-media-text {
  margin-right: 20px;
}
.bookWrap .wp-block-media-text:last-child img {
  width: 17px;
}

.bookWrap .wp-block-media-text:last-child p a {
  color: #2d6a9a;
  border-bottom: 1px solid #2d6a9a;
  line-height: 16px;
  display: inline-block;
}
.bookWrap .bookForm h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 34.01px;
  line-height: 33px;
  margin-bottom: 3px;
  font-weight: 200;
}
.bookWrap .inrText p strong {
  font-size: 19px;
  font-weight: normal;
  display: inline-block;
  line-height: 25px;
}
.bookWrap .bookForm {
  margin-top: 12px;
}
.bookWrap .bookForm .book-heading {
  padding: 10px 20px 13px;
}
.bookWrap .bookForm .book-heading p {
  color: #fff !important;
  font-size: 13px;
  padding-bottom: 0;
  line-height: 16px;
}
.bookWrap .bookForm form {
  background: #fff;
  padding: 19px;
}
.bookWrap .bookForm form .select-styled,
.bookWrap .bookForm form textarea,
.bookWrap .bookForm form input {
  border: 1px solid #e0e0e0;
  height: 33px;
  font-size: 12.95px;
  padding: 6px 12px 7px;
  width: 100%;
  line-height: 18px;
}
.bookWrap .bookForm .box {
    margin-bottom: 9px;
}
.bookWrap .bookForm .row {
  --bs-gutter-x: .8rem;
}
.bookWrap .bookForm i {
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
    letter-spacing: -.3px;
}
.bookWrap .bookForm .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 492px;
  grid-row-gap: 5px;
  margin-bottom: 14px;
  grid-column-gap: 5px;
}
.bookWrap .bookForm.lpbookForm .wpcf7-checkbox {     
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bookWrap .bookForm form textarea { 
  min-height: 128px;
}
.bookWrap .bookForm form .buttonBox {
  margin-bottom: 0;
  text-align: right;
}
.bookWrap .bookForm form button {
  font-size: 14.52px !important;
  background: #019a6e !important;
  padding: 7px 12px 8px !important;
  letter-spacing: 0;
}
.bookWrap .bookForm form button span:first-child:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center center;
  background-size: 100%;
  margin-left: 7px;
  margin-top: -4px;
}

footer {
  position: relative;
  z-index: 1;
}
.bookWrap .wpcf7 form .wpcf7-response-output {
  color: #ff0000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0b9670 !important;
  color: #0b9670 !important;
}  
.questWrap .wpcf7 form.sent .wpcf7-response-output {      
  color: #ffffff !important;
}

/* careersWrap */

.careersWrap .bookForm form .wpcf7-file {
    border: none;
    height: auto;
    padding-left: 0;
    font-size: 11px;
}
.careersWrap .bookForm form b {
    font-weight: normal;
    font-size: 11px;
}
.careersWrap .bookForm form .filerow .item2 p {
    text-align: right;
}
.careersWrap .bookForm form .filerow .item3 p {
    padding-left: 26px;
}
.bookWrap .select .select-options {
    top: 33px;
}     
.bookWrap .select .select-styled:before {
    width: 7px;
    right: 33px;
}
.bookWrap .select .select-styled:after {
    width: 7px;
    right: 29px;
}
.bookWrap .select .select-options li {
  font-size: 12px;
}
.bookWrap .bookForm .box .item1, 
.bookWrap .bookForm .box .item2,
.bookWrap .bookForm .box .item3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.careersWrap:after {
  height: 150px;
  background-image: linear-gradient(to top, #182f3f 35%, transparent 100%);
  background-image: -webkit-linear-gradient(to top, #182f3f 35%, transparent 100%);
  background-image: -moz-linear-gradient(to top, #182f3f 35%, transparent 100%);
  background-image: -o-linear-gradient(to top, #182f3f 35%, transparent 100%);
}
.careersWrap .wp-block-cover__image-background {
  height: 100% !important; 
}

/* dealerWrap */

ul.listBox {
  margin:  0 0 35px 34px;
}
ul.listBox li {
  list-style: none;
  position: relative;
  padding-left: 38px;
  line-height: 19px;
  margin-bottom: 20px;
}
ul.listBox li label {
    border: 2px solid #2d6a9a;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
ul.listBox li label:before {
    content: '';
    background: #2d6a9a;
    position: absolute;
    left: 7px;
    top: 15px;
    height: 2px;
    width: 12px;
    -webkit-transform: translateX(4px) rotate(-45deg);
    -moz-transform: translateX(4px) rotate(-45deg);
    -o-transform: translateX(4px) rotate(-45deg);
    transform: translateX(4px) rotate(-45deg);
    transform-origin: left bottom;
    border-radius: 5px;
}
ul.listBox li label:after {
    content: '';
    background: #2d6a9a;
    -webkit-transform: translateX(0px) rotate(45deg);
    -moz-transform: translateX(0px) rotate(45deg);
    -o-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
    transform-origin: left bottom;
    position: absolute;
    left: 6px;
    top: 10px;
    height: 2px;
    width: 7px;
    border-radius: 5px;
}
.dealerWrap .bookForm .radioBox {
  font-size: 12.95px;
  display: inline-block;
  letter-spacing: -.2px;
  margin-right: 15px;
}
.dealerWrap .bookForm {
    margin-top: 8px;
}
.dealerWrap .bookForm .book-heading {
  padding-bottom: 10px;
}
.dealerWrap .bookForm form textarea {
  min-height: 82px;
  padding-top: 7px;
}
.dealerWrap .bookForm form .btnPosition {
  position: relative;
} 
/* golfoperationWrap */

.golfoperationWrap {
  padding: 13px 0 43px;
}
.golfoperationWrap .listBox li strong {
  font-weight: 600;
}
.golfoperationWrap ul.listBox li label {
    border: 2px solid #225175;
}
.golfoperationWrap ul.listBox li label:after,
.golfoperationWrap ul.listBox li label:before {
  background: #225175;
}
.golfoperationWrap .unitrow .imageBox img {
  border-radius: 70px;
  transition: all 1s;
}
.page-loaded .golfoperationWrap .unitrow .imageBox img {  
  border-radius: 0px;
  border-top-right-radius: 70px;
  transition-delay: .5s; 
}
.golfoperationWrap .wp-block-separator {
    opacity: 1;
    background: #b3b3b3;
    margin: 20px 0 42px;
}
.golfoperationWrap h2 {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -1.4px;
}
   
.golfConsumerWrap .bottomGrid .proBox {
    /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
}

.golfoperationWrap .golfConsumerWrap h2 {
    font-size: 35.98px;
    letter-spacing: -1px;
    font-weight: 300;     
}
.golfoperationWrap .golfConsumerWrap {
    padding: 12px 0px 27px;
}
 
.consumerWrap.golfConsumerWrap .bottomGrid .proFcWrap {
    /*max-width: 1126px;*/
    max-width: 744px;      
    margin: 0 auto;  
}
  
ul.tagList {
  margin-left: 3px;
}
ul.tagList li {
  list-style: none;
  position: relative;
  padding-left: 11px;
  line-height: 22px;
}
ul.tagList li:before {
  content: '';
  background: #2a85cb;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.golfoperationWrap .unitBox:nth-child(2):after {
  content: '';
  display: table;
  clear: both;
}
.golfoperationWrap .unitBox:nth-child(2) .wp-block-image {
  float: right;
}
.golfoperationWrap .unitBox:nth-child(2):after,
.golfoperationWrap .unitBox:nth-child(2):before {
  content: '';
  background: #b3b3b3;
  width: 1px;
  height: calc(100% - 60px);
  top: 0;
  position: absolute;
}
.golfoperationWrap .unitBox:nth-child(2):after {
  right: 0;
}
.golfoperationWrap .unitBox:nth-child(2):before {
  left: 0;
}
.golfoperationWrap .unitBox:nth-child(2) .wp-block-image img {
  width: 140px;
}
.golfoperationWrap .unitBox:nth-child(3) .wp-block-image img {
  width: 140px;
}
.golfoperationWrap .unitrow2 {
  padding-bottom: 20px;
}
.golfoperationWrap .lineBox2 {
  margin-bottom: 36px;
}
.golfoperationWrap .unitBottombox .imageBox {
  width: 25%; 
}
.golfoperationWrap .unitBottombox .textBox {
    width: 75%;
    margin-top: 26px;
    padding-left: 0px;
}
.golfoperationWrap .unitBottombox .textBox p {
  padding-left: 12px;           
}
.golfoperationWrap .unitBottombox h2 {
  margin-bottom: 14px;
}
.golfoperationWrap .unitBottombox .imageBox .taginfinityBox {
  position: relative;
}    
.golfoperationWrap .unitBottombox .imageBox figure {
  position: absolute;
  top: -46px;
  right: 0;
}
.golfoperationWrap .unitBottombox .imageBox .animationBox {
  -webkit-transform: translate(15px, 0px);
  -moz-transform: translate(15px, 0px);
  -o-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
  transition: all 1s;
  z-index: 1;
  position: relative;      
}
.golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);     
  transition-delay: 1.5s;
}
.golfoperationWrap .unitBottombox .imageBox .animationBox figure {
  top: -20px;
  left: 33px;
}       
.golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
  top: 96px;
  left: 113px;
  transition: all 2s;  
  -webkit-transform: rotate(-90deg) translate(122px, -125px); 
  -moz-transform: rotate(-90deg) translate(122px, -125px); 
  -o-transform: rotate(-90deg) translate(122px, -125px);      
  transform: rotate(-90deg) translate(122px, -125px); 
}
.golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -moz-transform: rotate(0deg) translate(0px, 0px);
  -o-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  transition-delay: 2s;         
}
.golfoperationWrap .unitBottombox .imageBox figure img {
  width: 188px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.golfoperationWrap .unitBottombox.in-viewport-once .imageBox figure img {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;    
}
.golfoperationWrap .unitBottombox .imageBox .animationBox figure img {    
  width: 118px;
}
.golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child img {
  width: 156px;    
}  

.golfoperationWrap .unitBottombox .listRow {
    max-width: 1060px;
    margin: 0 auto;
}
.shopWrap {
  padding-top: 14px;
}
.golfoperationWrap .unitBox .wp-block-image img {
  opacity: 0;
  -webkit-transform: translate3d(0px, 15px, 0px);
  -moz-transform: translate3d(0px, 15px, 0px);
  -o-transform: translate3d(0px, 15px, 0px);
  transform: translate3d(0px, 15px, 0px);    
  transition: all 1s;
}
.golfoperationWrap .unitBox.in-viewport-once .wp-block-image img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition-delay: 1.5s;
}  
.bookWrap .bookForm {
  opacity: 0;
  -webkit-transform: translate3d(0px, -15px, 0px);
  -moz-transform: translate3d(0px, -15px, 0px);
  -o-transform: translate3d(0px, -15px, 0px);
  transform: translate3d(0px, -15px, 0px);
  transition: all 1s;
}
.page-loaded .bookWrap .bookForm {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition-delay: 1.5s;
}
.bookWrap .bookForm form .select-styled {
  padding-right: 50px;
}

/* browser check */

.mac.Firefox .advantageWrap .wp-block-buttons .wp-block-button__link,
.mac.Safari .advantageWrap .wp-block-buttons .wp-block-button__link {
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}
   
.mac.Safari .bookWrap .bookForm form button {
  padding-bottom: 8px !important;
  padding-top: 7px !important; 
}
     
.mac.Firefox .file label, .mac.Firefox input.input-text, .mac.Firefox .select2-container .select2-choice, 
.mac.Firefox select, .mac.Firefox input[type="tel"], .mac.Firefox textarea, 
.mac.Firefox input[type="email"], .mac.Firefox input[type="text"], .mac.Firefox input[type="password"], .mac.Firefox input[type="number"], 
.mac.Firefox input[type="search"] {
  padding: 9px 9px 9px;
}
.mac.Firefox .productWrap .contentBox .contentBoxInner .cart button.button:before, 
.mac.Firefox .consumerWrap .sliderBox .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
      background-position: 5px 5px !important;
}

.mac.Firefox .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
      background-position: 5px 4px !important;
}     
.mac.Firefox .select .select-styled {
  padding-top: 6px;
  padding-bottom: 9px;
}

/*galleryWrap - start*/

.galleryWrap figure.wp-block-gallery {
   margin-bottom: 0 !important;
   gap: 0;        
}    
.galleryWrap figure.wp-block-gallery figure {
  position: relative;
}
.galleryWrap .gallery-with-pop figure a {
  width: 100%; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 104px;
  display: block;   
  background-color: #eee;
  transform-style: preserve-3d;
  transition: all .5s;
}
 
.galleryWrap figcaption {
  color: #fff;
  text-transform: capitalize;   
  background: rgba(0,0,0,.6);
  width: 100%;  
  padding: 10px;
}
 
#baguetteBox-overlay #close-button.baguetteBox-button {
  background-color: #0b9670 !important;
  width: 40px !important; 
  height: 40px !important; 
  border-radius: 50%;
}
#close-button.baguetteBox-button:before {      
  content: 'X'; 
  display: block !important;  
  font-family: 'Noto Sans';
  font-weight: 600;    
  font-size: 20px;   
  position: static;
  background: transparent;
  width: auto;
  height: auto; 
  color: #fff;
}     
#close-button.baguetteBox-button:hover:before {
  color: #000;
}
#baguetteBox-overlay .full-image figure {
  position: relative;
}
#baguetteBox-overlay .full-image figcaption {
  left: 0;
  bottom: auto !important;
  margin-top: -32px;
  text-transform: capitalize;  
}
#baguetteBox-overlay .full-image {
  padding: 20px;
}
.baguetteBox-button svg {
  transition: all .5s;
  opacity: 0;
}
.baguetteBox-button svg g {
  stroke: #fff;
  transition: all .5s;
  stroke-width: 2;
}
.baguetteBox-button svg:hover g {
  stroke: #000;
}
.baguetteBox-button#close-button svg {
 display: none;
}
.baguetteBox-button:before,
.baguetteBox-button:after {
    content: '';
    display: block;
    position: absolute;
    display: none;
    background: #019a6e;
    width: 4px;
    height: 35px;
    border-radius: 5px;
    transition: all .5s;
}
.baguetteBox-button:before {
    top: -11px;
}
.baguetteBox-button:after {
  top: 11px;
}
.baguetteBox-button:hover:before,
.baguetteBox-button:hover:after {
  background: #fff;
}
.baguetteBox-button#previous-button:after,
.baguetteBox-button#previous-button:before {
  left: 12px;
} 
.baguetteBox-button#previous-button:before {
  transform: rotate(45deg);
}
.baguetteBox-button#previous-button:after {
  transform: rotate(-45deg);
}
.baguetteBox-button#next-button:before,
.baguetteBox-button#next-button:after {
  right: 12px;
}
.baguetteBox-button#next-button:before {
  transform: rotate(-45deg);
}
.baguetteBox-button#next-button:after {
  transform: rotate(45deg);
}
.baguetteBox-button#next-button:before,
.baguetteBox-button#next-button:after,
.baguetteBox-button#previous-button:before,
.baguetteBox-button#previous-button:after {
  display: block;
}
.baguetteBox-button {
  background: transparent !important;
}

/* aboutWrap */

.aboutWrap .numberBox h3 {
  text-align: center;
  font-size: 15.58px;
  color: #575757;
  font-weight: normal;
  margin-bottom: 30px;
}
.aboutWrap .numberBox h3 label {
  display: block;
  color: #2d6a9a;
  font-size: 45.86px;
  font-weight: bold; 
  letter-spacing: -1.7px;
  line-height: 39px;
}
.aboutWrap .imgBox .row {
    --bs-gutter-x: .3rem;
}
.galleryWrap .gallery-with-pop .leftBox figure a {
  min-height: 320px;
}
.aboutWrap .imgBox figure {
  margin-bottom: 4px;
  overflow: hidden;
}
.aboutWrap .gallery-with-pop figure:hover a {
  -webkit-transform: perspective(100px) rotateY(3deg);
  transform: perspective(100px) rotateY(3deg);
}
.aboutWrap .imgBox .midBox > figure > a {
  min-height: 213px;
}     
.aboutWrap .inrText .title {
    margin-bottom: 18px;
}
.aboutWrap blockquote h3 {
  font-size: 30px;
  color: #2d6a9a;
  letter-spacing: -.6px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.aboutWrap blockquote p {
  color: #848383 !important;
  text-transform: uppercase;
}
.aboutWrap blockquote p:last-child {
  padding-bottom: 0;
}
.aboutWrap blockquote {
  position: relative;
  padding-left: 14px;
  margin-top: 3px;
}
.aboutWrap blockquote:before {
  content: '';
  background: #848383;
  width: 4px;
  height: calc(100% - 12px);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
} 
.aboutWrap blockquote figure a {
  display: inline-block;
  transition: all .3s; 
}
.aboutWrap blockquote figure:hover a {
transform: translate3d(0px, -3px, 0px);
}
.aboutWrap blockquote figure {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 7px;
  vertical-align: middle;
}
.aboutWrap blockquote img {  
  width: 22px;
}
.aboutWrap .inrText p a {
  color: #2d6a9a;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 14px;
}
.aboutWrap .inrText p a:hover {
  color: #0b9670;
  border-bottom: 1px solid transparent;
}
.aboutWrap {
  padding-bottom: 45px;
}

/* abbusinessWrap */

.abbusinessWrap {
  padding: 37px 0 22px;
  text-align: center;
} 
.abbusinessWrap figure img {
  width: 28px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.abbusinessWrap.in-viewport-once figure img {
    opacity: 1;
    visibility: visible;
    transition-delay: .8s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.abbusinessWrap figure {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.abbusinessWrap figure:before {
  content: '';
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 38px;
  height: 40px;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: calc(50% - 19px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.abbusinessWrap.in-viewport-once figure:before {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.abbusinessWrap h3 {
  color: #2d6a9a;
  font-size: 18px;
  font-weight: 600;
}
.abbusinessWrap p a {
  color: #2d6a9a;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 14px;
}
.abbusinessWrap p a:hover {
  color: #0b9670;
  border-bottom: 1px solid transparent;
}

/* contactWrap */

.contactWrap .inrText {
    max-width: 530px;
}
.contactWrap .textBox .row {
  --bs-gutter-x: .4rem;
}
.contactWrap .textBox .iconBox {
    padding: 26px 40px;
}
.contactWrap .iconBox .wp-block-media-text {
  display: block;
  margin-right: 0;
  margin-bottom: 25px;
  position: relative;
}
.contactWrap .iconBox .wp-block-media-text__media {
  border: 1px solid #acacac;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.contactWrap .iconBox .wp-block-media-text__media img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.contactWrap .iconBox .wp-block-media-text__content p {
  font-size: 18px;
  letter-spacing: -.3px;
  line-height: 22px;
}
.contactWrap .iconBox .wp-block-media-text__content p:last-child {
  padding-bottom: 0;
}
.contactWrap .iconBox .wp-block-media-text__media,
.contactWrap .iconBox .wp-block-media-text__content {
  vertical-align: top;
}
.contactWrap .iconBox .wp-block-media-text__content {
    width: calc(100% - 52px);
    position: absolute;
    top: 5px;
    left: 50px;
}
.contactWrap .iconBox .wp-block-media-text:last-child p a {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.contactWrap .iconBox .wp-block-media-text:nth-child(2) a {
  color: #2d6a9a;
  border-bottom: 1px solid #2d6a9a;
  display: inline-block;
}
.contactWrap .iconBox .wp-block-media-text em {
  font-style: normal;
  margin: 0 3px;
}
.contactWrap .bookForm {
    height: 100%;
    background: #fff;
}
.contactWrap .iconBox .wp-block-media-text:nth-child(2) a:hover {
  border-bottom: 1px solid transparent;
}
.bookWrap .texttitleBox .book-heading {
  padding: 11px 20px 8px !important;
}
.contactWrap .wp-block-media-text__content a {
  color: #213545;
}
.contactWrap .iconBox .wp-block-media-text__content p {
  color: #213545 !important;
}
.bookWrap .wp-block-cover__image-background:before {
  content: '';
  background-image: linear-gradient(to top, #182f3f 0%, transparent 50%);
  background-image: -webkit-linear-gradient(to top, #182f3f 0%, transparent 50%);
  background-image: -moz-linear-gradient(to top, #182f3f 0%, transparent 50%);
  background-image: -o-linear-gradient(to top, #182f3f 0%, transparent 50%);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-loaded .contactWrap .rightBox .bookForm {
  transition-delay: 1.8s;
} 


/* additional3 css end */
   

/* productWrap */

.productWrap .contentBox .woocommerce-product-details__short-description ul li {
    line-height: 20px;
    list-style-position: outside;  
}
.productWrap .contentBox .woocommerce-product-details__short-description ul {
    margin-bottom: 20px;
    margin-left: 30px;
}






/* postWrap start*/
.postWrap {
  /*padding: 70px 0;*/
  padding: 14px 0 70px;
}
.postWrap .featuredImg {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(24,47,63,.1);    
} 
/*.postWrap .contentGrid,*/

.postWrap .breadcrumb label a {
   font-weight: bold;  
}

.postWrap.newsWrap .leftBox {
    padding-left: 12px;
}

.postWrap .relatedGrid {
  padding-top: 40px;
  padding-bottom: 0;  
}
.postWrap .featuredimg {
    margin-bottom: 40px;
}
.postWrap .relatedGrid .postgridWrap:last-child {
  margin-bottom: 0;
}
.postWrap .relatedGrid .featuredImg {
  height: auto;
  background: transparent !important;
  margin-bottom: 0 !important;
}

/* Post Image Start*/
.wp-block-image figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
img.alignright,
.wp-block-image .alignright {
    margin-left: 20px;
    float: right;
    margin-bottom: 10px;
    max-width: 50%;     
}
img.alignleft,
.wp-block-image .alignleft {
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
    max-width: 50%;        
}
img.aligncenter,
.wp-block-image .aligncenter {
  margin: 0 auto 10px;
    display: block;
}
img.alignnone {
  display: block;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    /*.golfConsumerWrap .bottomGrid .proBox li:last-child {
        grid-column: span 2;
        width: 50%;
        margin: 0 auto;
    } */
    .golfConsumerWrap .bottomGrid .proBox li:last-child {
        /*grid-column: span 2;
        width: 50%;
        margin: 0 auto; */           
    }       
}     
@media (max-width: 767px) {
  img.alignnone,
  img.alignright,
  img.alignleft,
  img.aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none !important;
    margin: 10px 0 10px !important;
    display: block;
    max-width: 100%; 
  }
  .postWrap .navigation .nav-links .nav-previous {
    margin-bottom: 0;
  }

   

}

/* Post Image End */

/* postInfo start */
.postInfo .box .image {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
}
.postInfo .box {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  margin-right: 7px;
}
.postInfo .box:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.postInfo .box .name { 
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;  
}
.postInfo label {
  border-right: 1px solid #cccccc;
  padding-right: 12px;
}
.postInfo .box:first-child,
.postInfo .box .image {
  /*border-right: none;
  padding-right: 0;*/
}        
 .postInfo .box a {
    color: #404040;
}
.postInfo .box a:hover {
    color: #0b9670;        
}
/*.postWrap .contentGrid h1 {
  font-size: 35px;
  line-height: 40px;
}

.postWrap .contentGrid h2 {
  font-size: 32px;
  line-height: 38px;  
}
.postWrap .contentGrid h3 {
  font-size: 29px;
  line-height: 35px;  
}
.postWrap .contentGrid h4 {
  font-size: 26px;
  line-height: 30px; 
}
.postWrap .contentGrid h5 {
  font-size: 23px;
  line-height: 26px; 
}
.postWrap .contentGrid h6 {
  font-size: 20px;
  line-height: 25px;       
}*/

.postWrap .contentGrid h1 {
  font-size: 25.01px;
  line-height: 32px;
  color: #2d6a9a;
}
.postWrap .contentGrid h2 {
  font-size: 22px;
  line-height: 30px;  
}
.postWrap .contentGrid h3 {
  font-size: 20px;
  line-height: 30px;  
}
.postWrap .contentGrid h4 {
  font-size: 18px;
  line-height: 28px; 
}
.postWrap .contentGrid h5 {
  font-size: 16px;
  line-height: 26px; 
}
.postWrap .contentGrid h6 {
  font-size: 14px;
  line-height: 24px;       
}

.postWrap .contentGrid .postInfo {
    background: #ececec;
    border-left: 5px solid #1e2f3f;
    padding: 1px 9px;
    margin-top: 18px;
    margin-bottom: 17px;
}
.postWrap .postInfo .box {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0px;
    color: #000;
}
.postWrap .postInfo .box:first-child {
    font-weight: bold;
}
.postWrap .postInfo label {
    border-right: none; 
    position: relative;  
    padding-right: 9px;
}

.postWrap .postInfo label:last-child {
    padding-right: 0;
}

.postWrap .postInfo label:after {
    content: '';
    background: #b7b7b7;
    width: 2px;
    height: calc(100% - 8px);
    position: absolute;
    right: 2px;
    top: 5px;
}

.postWrap .postInfo label:last-child:after {
    display: none;
}

.postWrap .contentGrid li,
.postWrap .contentGrid p {
    color: #000;
}

.postWrap .contentGrid .post-navigation {
    border-top: 1px solid #e6e6e6;
    padding-top: 21px;
    margin-top: 9px;

}

.postWrap .contentGrid .post-navigation .nav-previous {
    position: relative;
    padding-left: 53px;
}

.postWrap .contentGrid .post-navigation a {
    color: #4584c7;
    font-size: 12.01px;
    line-height: 19px;
    display: inline;
    background: linear-gradient(to right, #2a85cc 0%, #2a85cc 98%);
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 100% 1px;
    transition: all 1s linear;
}

.postWrap .contentGrid .post-navigation a:hover {
    color: #4584c7;
    background-size: 0px 1px;
}

.postWrap .contentGrid .post-navigation .nav-next a:before,
.postWrap .contentGrid .post-navigation .nav-previous a:before {
    content: '';
    background-color: #727272;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 19px);
    transition: all .5s;
}

.postWrap .contentGrid .post-navigation .nav-next a:hover:before,
.postWrap .contentGrid .post-navigation .nav-previous a:hover:before {
    background-color: #4584c7;
}

.postWrap .contentGrid .post-navigation .nav-next a:before {
    left: auto;
    right: 0;
}

.postWrap .contentGrid .post-navigation .nav-next {
    position: relative;
    padding-right: 53px;
}

.postWrap .contentGrid .entry-content ol, .postWrap .contentGrid .entry-content ul {
  margin: 0 0 20px 35px;
}
.postWrap .contentGrid .entry-content ol li {
  list-style: decimal;
} 
.postWrap .contentGrid .entry-content ul li {
    list-style: disc; 
}

.postWrap .contentGrid .entry-content li {
  margin-bottom: 8px;
  line-height: 16px;        
}

.cptSingleWrap .contentGrid {
  padding-top: 0;
}
.postWrap .postInfo {
  margin-top: 10px;
      margin-bottom: 4px;
}
.cptSingleWrap .featuredImg {
  margin-bottom: 45px;
}
.cptSingleWrap .relatedGrid {
  padding-top: 20px;
}
.cptSingleWrap .relatedGrid .postgridWrap {
  margin-bottom: 0;
}
.navigation .nav-links:after {
  content: '';
  display: table;
  clear: both;
}
.navigation .nav-links .nav-next {
  width: 50%;
  text-align: right;
  float: right;
  padding-left: 10px;
}
.navigation .nav-links .nav-previous {
  width: 50%;
  text-align: left;
  float: left;
  padding-right: 10px;
}  
/*.navigation .nav-links .nav-previous a,
.navigation .nav-links .nav-next a {     
    color: #1b3546;
}   
.navigation .nav-links .nav-previous a:hover,
.navigation .nav-links .nav-next a:hover {       
    color: #0b9670;
}*/


.category-33 .newsWrap .rightBox h2,
.category-33 .newsWrap .leftBox {
    display: none;
}

.category-33 .newsWrap .rightBox {
    width: 100%;
    display: grid; 
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 30px;
}

.category-33 .newsWrap .rightBox .box {
    text-align: center;
}


/* sr1modalWrap*/
body.page-template-page-sr1 .sr1modalWrap {
    /*display: none !important;*/
}    

#once-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 999;   
    display: flex;
    text-align: center; 
    border-radius: 0;
    border: none;
    pointer-events: inherit;
    padding: 20px;
    justify-content: center;
    flex-direction: column; 
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}
.shown {  
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity .5s, visibility .5s;
} 
               
#once-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 1;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    cursor: crosshair;
}

.shown .overlay {
   opacity: 1 !important;
    visibility: visible !important;
    transition: opacity .5s, visibility .5s;
}

.shown .inner {
   /* opacity: 1;
    visibility: visible !important;
    transition-delay: .3s;*/
}
#once-popup .inner .popup-content {
/*       display: table-cell;
     vertical-align: middle;*/
}
 
    
.sr1modalWrap .colorBox {
      padding: 38px 40px 50px;
      cursor: default;
}
#once-popup .inner .popup-close {
    opacity: 0;
    color: #000000;
    transition: opacity .5s, color .5s, background 1s;
    transition-delay: 0s, 0s, 0s;
}
.shown .inner .popup-close {    
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    background: #ccc;
    right: 34px;
    z-index: 99;
    top: 12px;  
    font-weight: 300;
    font-size: 23.06px;
    line-height: 22px;
    padding-left: 0;
    cursor: pointer;
    opacity: 1 !important;
    color: #000000;
    transition: opacity .5s, color .5s, background 1s !important;
    transition-delay: 1.5s, 0s, 0s !important;             
}
.shown .inner .popup-close:hover {
     background: #c9a860;
     color: #fff;
     transition-delay: 0s !important;
}

.sr1modalWrap .colorBox .topTitle {
    font-family: 'Noto Sans';
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    font-size: 48.29px;
    letter-spacing: -1.4px;
    margin-bottom: 15px;
}

.sr1modalWrap .colorBox .topTitle strong {
    font-family: 'Conv_Classic Robot Bold';
    letter-spacing: 2px;
    font-size: 82.78px;
    line-height: 70px;
    display: table;
    margin: -4px auto 0;
    color: #c9a860;
}
.sr1modalWrap .colorBox .carBox .wp-block-cover {
      position: relative;
    min-height: 172px;
    z-index: 1;
}
#once-popup .inner .container {
       max-width: 986px;
       position: relative;
}

.sr1modalWrap .colorBox .carBox .wp-block-cover .wp-block-cover__image-background {
      background-repeat: no-repeat;
    background-size: cover;
}

.sr1modalWrap .colorBox .row {
     --bs-gutter-x: 0.3rem;
} 
.sr1modalWrap .colorBox .carBox {
    margin-bottom: 5px;
}

.sr1modalWrap .colorBox .wp-block-buttons a.wp-block-button__link {
      background: #c9a860 !important;
    font-size: 16px !important;
    padding: 7px 16px 8px !important;
    font-family: 'Noto Sans';
    letter-spacing: .1px;
}
.sr1modalWrap .colorBox .wp-block-buttons {
    margin-top: 16px;
}

.sr1modalWrap .modal-inr {
    position: relative;
    z-index: 9;
    max-height: 90vh;
    overflow-y: auto;
}

/* newsWrap */

.newsWrap .title {
    margin-bottom: 48px;
}
.blogWrap.newsWrap {
    padding-top: 14px;
    padding-bottom: 58px;
}
.newsWrap .leftBox .row {
    --bs-gutter-x: 3.8rem;
}
.newsWrap .entry-title {
    font-size: 14px !important;
    font-weight: normal;
}
.newsWrap .entry-title a {
    color: #2a85cc !important;
    line-height: 19px;
    display: inline;
    background: linear-gradient(to right, #2a85cc 0%, #2a85cc 98%);
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 100% 1px;
    transition: all 1s linear;
}
.newsWrap a:hover {
    background-size: 0px 1px;
}
.newsWrap article {
    background: none;
}
.newsWrap .textGrid {
    padding: 0;
}
.newsWrap .date {
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.newsWrap .rightBox h2 {
    color: #213545;
    font-size: 33px;
    font-weight: 500;     
    letter-spacing: -1.4px;
    margin-bottom: 20px;
}
.newsWrap .postgridWrap .featuredImg {
    margin: 0 14px 16px;   
    position: relative;  
    display: inline-block;
}
.newsWrap .postGrid .featuredImg {
    position: relative;  
}
.newsWrap .postGrid .featuredImg:before,
.newsWrap .postgridWrap .featuredImg:before {
    content: '';
    background-image: linear-gradient(to top, #253544 0%, transparent 8%);
    background-image: -webkit-linear-gradient(to top, #253544 0%, transparent 8%);
    background-image: -moz-linear-gradient(to top, #253544 0%, transparent 8%);
    background-image: -o-linear-gradient(to top, #253544 0%, transparent 8%);
    display: inline-block;
    width: 100%;  
    height: 0;
    position: absolute;  
    bottom: 0;
    left: 0;
    transition: all .5s;
}
.newsWrap .postGrid .featuredImg:hover:before, 
.newsWrap .postgridWrap .featuredImg:hover:before {
    height: 100%;
}      



.newsWrap .leftBox {
    width: 71%;
    border-right: 1px solid #b3b3b3;
    padding: 0 28px 0 38px;
}
.newsWrap .rightBox {
    width: 29%;
    padding-left: 40px;
}
.newsWrap .rightBox .box {
    margin-bottom: 20px;
}
.newsWrap .rightBox .box:last-child {
    margin-bottom: 0;    
}    
.newsWrap .rightBox.relatedBox .featuredImg {
    min-height: inherit;
    background-color: transparent !important; 
    margin-bottom: 10px;  
    display: inline-block;                
}
.blogWrap .search-page article .textGrid .excerptBox {
    line-height: 16px;
    margin-bottom: 15px;
} 
.search-page .color-box article {
    background: none;
} 
.blogWrap .search-page .textGrid .entry-title a {  
    font-size: 20px !important;  
    margin-bottom: 10px;
    display: inline-block;
        letter-spacing: 0 !important;
} 
.blogWrap .search-page .textGrid .date {
    margin-bottom: 5px;  
} 
.consumerWrap .search-page .item .color-box .textGrid {
    padding-top: 15px; 
}
.blogWrap .search-page .textGrid .excerptBox ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 8px;
    line-height: 16px;  
}
.blogWrap .search-page .textGrid .excerptBox ul {
    max-width: 180px;
    margin: 0 auto;  
}    

/* product_cat-pre-order */

.product_cat-pre-order .productWrap .contentBox .priceWrap h3 {
    display: inline-block;  
    margin-bottom: 0;
    vertical-align: middle;  
    margin-right: 8px;
}
.product_cat-pre-order .productWrap .contentBox .priceWrap p {   
    display: inline-block;
    padding-bottom: 0;  
    vertical-align: middle;
    font-size: 18px;
}

.product_cat-pre-order .productWrap .contentBox .priceWrap {
    margin-bottom: 20px;
}
.product_cat-pre-order .productWrap .contentBox .contentBoxInner .cartBox {
    background: #f8f7f7;
    padding: 22px 20px; 
    text-align: right; 
    margin-bottom: 10px; 
} 
.product_cat-pre-order .productWrap .contentBox .contentBoxInner .cartBox form { 
    margin-bottom: 0;   
}

body .mini-cart-sidebar p.woocommerce-mini-cart__buttons a .mText ~ .mText {
    display: none;
}                 

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

                                    THEME STYLE RESPONSIVE CSS START

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

.navBox ul.nav-menu li .not-clickable {
    display: inline-block;
    position: relative;
} 

.navBox ul.nav-menu li ul li .not-clickable {
    display: block;    
}

@media (pointer:coarse) {
  
    .navBox ul.nav-menu li.has-children .blank { 
        display: inline-block; 
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        cursor: pointer;
    }  
    .navBox ul.nav-menu li.has-children.on .sub-menu li.has-children.on .blank,
    .navBox ul.nav-menu li.has-children.on .blank:not(.sub-menu li.has-children .blank) {
        opacity: 0;
        visibility: hidden;               
    }   
          
}             

/* sm .container {max-width: 540px;} */
@media (min-width: 576px) {
	/*h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}*/
}

/*  md .container {max-width: 720px;} */
@media (min-width: 768px) {
}

/* lg .container {max-width: 960px;} */
@media (min-width: 992px) {
}

/* xl .container {max-width: 1140px;} */
@media (min-width: 1200px) {
}

/* xxl .container {max-width: 1320px;} */
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
	.container {
	    max-width: 1380px;
	    width: 100%; 
	}
    .newsWrap .rightBox {
        margin-top: -8px;
    }

}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                      Extra Screen

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 1600px) {

  .footer ul li a br {
    display: none;
  }

}

@media (min-width: 1600px) {

	.topBar .rightBox ul.list {
        margin-right: 5px;
    }


     .topBar .leftBox .wp-block-media-text:nth-child(2) figure {
        margin-right: 6px;
     }

    .fleetWrap .container {
		max-width: 1386px;
	}
	.fleetWrap .leftBox {
		width: 49.8%;
	}

	.fleetWrap .mdBox {
    	width: 23.56%;
	}

	.fleetWrap .lastBox {
    	width: 26.4%;
	}

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
        /*left: 13px;*/
        left: 10px;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn a {
        padding: 8px 16px 8px !important;
        font-size: 16px !important;
        letter-spacing: -.1px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .btnbx {
        padding: 8px 44px 8px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button {
        padding-left: 41px !important;
        padding-right: 14px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn a.infoBtn  {
        letter-spacing: .2px !important;
        padding: 8px 16px 8px 15px !important;
        margin-right: 4px;
    }

    .globalWrap .container {
        max-width: 1150px;
    }

    footer .globalWrap .container {
        max-width: 1176px;
    }

    .innerHeader.header.unscroll .logoBox img {
        width: 230px;
    }

    .innerHeader .rightBox,
    .innerHeader .logoBox {
        width: 19%;
    } 

    .innerHeader .bottomMenu {
        width: 62%;
    }

    .scroll.innerHeader .logoBox {
        width: 21.5%;
    }
  
    .scroll.innerHeader .bottomMenu {
        width: 67.5%;     
    }

    .scroll.innerHeader .rightBox {
        width: 11%;
    }

    .innerHeader .navBox ul.nav-menu li {
        margin-left: 30px;
    }

    .innerHeader .navBox ul.nav-menu li ul li,
    .innerHeader .navBox ul.nav-menu li:first-child {
        margin-left: 0;
    }

    .productWrap .imgSlide {
        width: 52.2%;
    }

    .productWrap .contentBox {
        width: 47.8%;
        padding-left: 9px;
    }
    .copyRightWrap .container {
		max-width: 1170px;
	}
	.footer .container {
	    max-width: 1240px;
	} 
  .questWrap form .leftBox {
    width: 30.8%;
  }
  .questWrap form .rightBox {
    width: 69.2%;
  }
  .footer .productBox {
    width: 18.7%;
    padding-left: 50px;
  }
  .footer .aboutBox {
    width: 15.6%;
  }
   .footer .partnerBox {
    width: 24%;
   }
  .footer .contactBox {
    width: 21.5%;
  }
  .footer .corpBox {
    width: 20%;
  }
  .footer .box {
    padding-left: 55px;
  }
  .footer .box:last-child {
    padding-left: 40px;
  }
  .advantageWrap .bottom-icon .circleBox:first-child figure img {
    height: 40px;
  }
  .advantageWrap .bottom-icon .circleBox:last-child figure img,
  .advantageWrap .bottom-icon .circleBox:nth-child(2) figure img {
    height: 34px;
  }
  .advantageWrap .bottom-icon .circleBox:nth-child(3) figure img {
    height: 38px;
  }
  .bookWrap .textBox {
    width: 58.3%;
  }
  .bookWrap .blankBox {
    width: 41.7%;
  }
  .dealerWrap .textBox {
    width: 59.3%;
  }
  .dealerWrap .blankBox {
    width: 40.7%;
  }
  .golfoperationWrap ul.listBox {
      margin: 8px 0 35px 48px;
  }
  .golfoperationWrap .listBox li {
    padding-left: 40px;
  }

  .careersWrap .wp-block-cover__image-background { 
    background-position: center right !important;
    background-size: cover;
  }

  .golfoperationWrap .unitBottombox .listRow {
    max-width: 990px;
    margin-left: 0px;
    margin-right: 0;
  }
  .contactWrap .textBox {
    width: 92.5%;
  } 
  .contactWrap .blankBox {
    width: 7.5%;
  }
  .contactWrap .leftBox {
    width: 36.5%;
  }
  .contactWrap .rightBox {
    width: 63.5%;
  }  

  .productWrap .contentBox .contentBoxInner th span {
  	   padding-left: 1px;
  } 

  .productWrap .contentBox .contentBoxInner th {
  	    padding: 16px 8px 16px 10px;     
  }

  .productWrap .contentBox table td {
  	padding-left: 5px !important;   
  }
  
    .sr1modalWrap .colorBox .imageBox1 .carBox:first-child {
         width: 41%;
    }
    .sr1modalWrap .colorBox .imageBox1 .carBox:last-child {
        width: 59%;
    }
    
    .sr1modalWrap .colorBox .imageBox2 .carBox:first-child {
         width: 57%;
    }
    .sr1modalWrap .colorBox .imageBox2 .carBox:last-child {
        width: 43%;
    }
    
    .sr1modalWrap .colorBox .imageBox3 .carBox:first-child {
         width: 33%;
    }
    .sr1modalWrap .colorBox .imageBox3 .carBox:last-child {
        width: 67%;
    }


              

}


@media (min-width: 1441px) {

  .golfoperationWrap .unitrow .textBox {
    width: 53.5%;
  }
  .golfoperationWrap .unitrow .imageBox {
    width: 46.5%;
    padding-top: 6px;
  }
  .golfoperationWrap .unitBox .leftTox {
    width: 55%;
  }
  .golfoperationWrap .unitBox .rightImage {
    width: 45%;
    padding-left: 0;
  }
  .golfoperationWrap .unitBox:first-child .rightImage {
    margin-top: -28px;
  }
  .specialistWrap .container {
    max-width: 1290px; 
  }
  .specialistWrap .titleBox {
    width: 63%;
  }
  .specialistWrap .reqBox {
    width: 37%;
  }
  .golfoperationWrap .unitBox:first-child {
    width: 35.5%;
    padding-right: 53px;
  }
  .golfoperationWrap .unitBox:nth-child(2) {
    width: 35.3%;
    padding-left: 38px;
    padding-right: 58px;
  }
  .golfoperationWrap .unitBox:last-child {
      width: 29%;
      padding-left: 40px;
  }
  .aboutWrap .textBox {
    width: 39%;
  }
  .aboutWrap .numberBox {
    width: 10%;
    padding-left: 0px;
  }
  .aboutWrap .imgBox {
    width: 51%;
  }
  .aboutWrap .container {
    max-width: 1400px;
  }
  .aboutWrap .leftBox {
    width: 30.5%;
  }
  .aboutWrap .midBox {
    width: 46%;
  }       
  .aboutWrap .rightBox {
    width: 23%;
  } 
  .abbusinessWrap .container {
    max-width: 690px;
  } 

}


@media (max-width: 1439px) {

	.consumerWrap .owl-nav-btn button.owl-prev {
		left: 0px;
	}

	.consumerWrap .owl-nav-btn button.owl-next {
		right: 0px;     
	}
}

@media (min-width: 1025px) {

	.header.scroll .navBox .svgBox .svgImg svg {
		    width: 80%;
	}
}


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

    .consumerWrap .item .color-box .textGrid .moreBtn .btnbx {
        padding: 8px 25px 8px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button {
        padding-left: 41px !important;
        padding-right: 14px !important;
    }

    .consumerWrap .item .color-box .moreBtn .dbtn.infoBtn,
    .consumerWrap .item .moreBtn .added_to_cart,
    .consumerWrap .item .color-box .moreBtn .dbtn {
        font-size: 15px !important;
        padding: 8px 11px 9px !important;  
    }

    .innerHeader .navBox ul.nav-menu li {
        margin-left: 10px; 
    }
    .innerHeader .navBox ul.nav-menu li a {
        font-size: 14px;
        letter-spacing: .8px;
    }

    .innerHeader .navBox ul.nav-menu li ul li,
    .innerHeader .navBox ul.nav-menu li:first-child {
        margin-left: 0;
    }

    .scroll.innerHeader .logoBox {
        width: 21.5%;
    }
  
    .scroll.innerHeader .bottomMenu {
        width: 67.5%;     
    }

    .scroll.innerHeader .rightBox {
        width: 11%;
    }  

    .sr1modalWrap .colorBox .topTitle {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .sr1modalWrap .colorBox .topTitle strong {
        font-size: 68px;
    }    
    .sr1modalWrap .colorBox {
        padding: 34px 38px 44px;
    }
    .sr1modalWrap .colorBox .carBox .wp-block-cover {
        min-height: 135px;  
    }

        
}

 
@media (min-width: 1200px) {
	.questWrap .container {
    	max-width: 915px;
	}
 
  .specialistWrap .leftBox {
    width: 63.4%;
  }
  .specialistWrap .rightBox {
    width: 36.6%;
  }

}

@media (min-width: 1400px) and (max-width: 1440px) {
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure {
    left: 35px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
    left: 98px;    
    -webkit-transform: rotate(-90deg) translate(121px, -108px);
    -moz-transform: rotate(-90deg) translate(121px, -108px);
    -o-transform: rotate(-90deg) translate(121px, -108px);         
    transform: rotate(-90deg) translate(121px, -108px);
  }
  .golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);     
    transform: rotate(0deg) translate(0px, 0px);
  }
}

/* Laptop screen */
@media (min-width: 1200px) and (max-width: 1440px) { 

	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 16px;
	} 

	.header.innerHeader .logoBox img {
	    width: 200px;
	}

    .header.innerHeader .bottomMenu {
        padding-top: 14px !important;
    }

    .header.innerHeader.scroll  .bottomMenu {
        padding-top: 5px !important;  
    }

    .innerHeader .navBox ul.nav-menu li {
        margin-left: 10px;
    }
    .header .menuBar .navBox ul li a {
        font-size: 14px;
        letter-spacing: .7px;
    }

    .header .menuBar .navBox ul li ul li a {
        font-size: 13px;
    }
  
    .innerHeader .navBox ul.nav-menu li ul li,
    .innerHeader .navBox ul.nav-menu li:first-child {
        margin-left: 0;
    }

    .innerHeader .rightBox,
    .innerHeader .logoBox {
        width: 20%;
    }

    .innerHeader .bottomMenu {
        width: 60%;
    }

	.bannerWrap .headTitle label {
		font-size: 96px;
		line-height: 96px;
	}

	.bannerWrap .headTitle span {
		font-size: 35px;
	}

	.fleetWrap .wp-block-cover__inner-container p {
		font-size: 40px;
		line-height: 38px;
	}

	.consumerWrap .item .color-box .textGrid .entry-title a {
		font-size: 24px;
	}
    .consumerWrap .item .color-box .textGrid .call, 
    .consumerWrap .item .color-box .textGrid .price {
        font-size: 20px;
    }

    .product_cat-fleet-carts .productWrap .contentBox .price:after,
    .product_cat-fleet-carts .productWrap .contentBox .price:before,
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:after, 
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:before {
        font-size: 14px;
    }

    .consumerWrap .item .color-box .textGrid .contentText p {
        font-size: 12px;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .btnbx {
        padding: 8px 25px 8px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .dbtn.add_to_cart_button {
        padding-left: 30px !important;
        padding-right: 14px !important;  
    }

    .consumerWrap .item .color-box .moreBtn .dbtn.infoBtn,
    .consumerWrap .item .moreBtn .added_to_cart,
    .consumerWrap .item .color-box .moreBtn .dbtn {
        font-size: 13px !important;
        padding: 8px 11px 8px !important;   
    }

	.scnTitle {
		font-size: 35px;
	}

    .scroll.innerHeader .logoBox {
        width: 21.5%;
    }
  
    .scroll.innerHeader .bottomMenu {
        width: 67.5%;     
    }

    .scroll.innerHeader .rightBox {
        width: 11%;
    }

	/* shopWrap */
	  .woocommerce .shopWrap ul li.product .product-text h2 {
	    font-size: 26px;
	  }
	  .woocommerce .shopWrap ul li.product .product-text .price {
	    font-size: 18px;
	  }
	  .woocommerce .shopWrap ul li.product .product-image {
	    height: 230px; 
	  }
	  .single-product .relatedWrap ul li.product .product-image {
	    height: 180px;  
	  }
	  .single-product .relatedWrap ul li.product .product-text h2 {
	      font-size: 20px;
	  }

    .globalWrap .container {
        max-width: 1050px;
    }

    .productWrap .contentBox h1 {
        font-size: 36px;
    }

    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 28px !important;
    }

    .productWrap .contentBox .contentBoxInner th {
        width: 19% !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 14px !important;
    }
    .header.unscroll .bottomMenu {
        padding-top: 60px;
    }
        
    .errorWrap h2 {
        font-size: 34px;
    }
    .bannerWrap {
        padding: 200px 0px 230px;    
        min-height: 780px;
    }

    /*ADDITIONAL 2 STYLE start*/

    /* tabWrap */
	.maintabWrap .tabWrap .clrBox .wp-block-group__inner-container {
		max-width: 800px;
	}
	.maintabWrap .tabWrap .tab-title-view .tab-title p {
	  font-size: 16px;
	}  
	.maintabWrap .kwBox {
		max-width: 1035px;
	}
	.maintabWrap .kwBox h2 {
		font-size: 38px;
	}
	.maintabWrap .kwBox h2 sub {
		font-size: 20px;
	}
	.maintabWrap .kwBox h2 sup {
	  font-size: 35px;
	}
	.maintabWrap .kwBox h2 label {
		margin-right: -5px;
	}
	.maintabWrap .kwBox p {
		top: -12px;
	}
	.maintabWrap .prolistBox {
		padding-top: 15px;
		--bs-gutter-x: 15px;
	}
	.maintabWrap .prolistBox:before {
		margin-bottom: 25px;
	}
	.maintabWrap .prolistBox .tabList2 {
		padding-left: 20px;
	}
	/* tabWrap */
  /* pro-badge */
  .pro-badge {
    top: -12px;
    padding: 9px 53px 8px;
  }
  .pro-badge span.oncustom {        
    font-size: 17px !important;         
  }
  .modalWrap .modal-group .modal-content>.wp-block-group__inner-container {
    max-width: 1140px; 
  }
  /* pro-badge */

  .footer .box {
	    padding: 0 26px;
	}
  .specialistWrap .titleBox h2 {
    font-size: 36px;
  }
   .footer .aboutBox {
    width: 17%;
  }
  .footer .partnerBox {
    width: 22%; 
  }
  .footer .corpBox,
  .footer .contactBox {
    width: 20.5%;
  } 
   .specialistWrap .reqBox {
    width: 42%;
  }
  .specialistWrap .titleBox {
    width: 58%;
  }
  .tagWrap .row {
      --bs-gutter-x: 1rem;
  }
  .bookWrap .bookForm h2 {
    font-size: 30px;
  }
  .golfoperationWrap .golfConsumerWrap h2,
  .golfoperationWrap h2 {
    font-size: 28px;
  }
  .golfoperationWrap .unitBox:nth-child(2) {
    padding: 0 25px;
  }
  .golfoperationWrap .unitBox:first-child {
    padding-right: 25px;
  }  
  .golfoperationWrap .unitBox:nth-child(3) {
    padding-left: 25px;
  }
  .careersWrap .bookForm form .filerow .item3 p {
      padding-left: 20px;
  }
  .aboutWrap .numberBox {
    width: 12%;
  }
  .aboutWrap .imgBox {
    width: 42%;
  }
  .aboutWrap .textBox { 
    width: 46%;
  }
  .galleryWrap .gallery-with-pop .leftBox figure a {
      min-height: 294px;
  }
  .aboutWrap .imgBox .midBox > figure > a {
    min-height: 195px;
  }
  .galleryWrap .gallery-with-pop figure a {
    min-height: 95px;
  }
  .aboutWrap .numberBox h3 label {
    font-size: 38px;
  }
  .aboutWrap blockquote h3 {
    font-size: 26px;
  }
  .contactWrap .textBox .iconBox {
    padding: 26px 25px;
  }
  .contactWrap .iconBox .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .contactWrap .iconBox .wp-block-media-text {
    margin-bottom: 20px;
  }
   .blogWrap .textGrid .entry-title {
     font-size: 22px;
    }   
    /* postWrap start*/
    .postWrap .featuredImg {  
      min-height: 400px;  
    } 
    .postInfo .box .image {
      width: 55px;
      height: 55px;
    }
    .postInfo .box {
      font-size: 16px;
      line-height: 20px;
    } 
    
    /*.postWrap .contentGrid h1 {
      font-size: 32px;
      line-height: 35px;
    }
    .postWrap .contentGrid h2 {
      font-size: 30px;
      line-height: 35px;  
    }
    .postWrap .contentGrid h3 {
      font-size: 27px;
      line-height: 30px;  
    }
    .postWrap .contentGrid h4 {
      font-size: 24px;
      line-height: 28px; 
    }
    .postWrap .contentGrid h5 {
      font-size: 21px;
      line-height: 23px; 
    }
    .postWrap .contentGrid h6 {
      font-size: 18px;
      line-height: 20px;          
    }*/

    .sr1modalWrap .colorBox .topTitle {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .sr1modalWrap .colorBox .topTitle strong {
        font-size: 68px;
    }    
    .sr1modalWrap .colorBox {
        padding: 34px 38px 44px;
    }
    .sr1modalWrap .colorBox .carBox .wp-block-cover {
        min-height: 135px;  
    }

    .newsWrap .leftBox {
        padding: 0 14px 0 14px;
    }
    .newsWrap .rightBox {
        padding-left: 20px;
    }
    .newsWrap .leftBox .row {
        --bs-gutter-x: 1rem;
    }
    .newsWrap .rightBox h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .category-33 .newsWrap .rightBox {
        grid-template-columns: repeat(5, 1fr);
    }


}

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

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 44px;
        height: 44px;
    }
      .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 10px !important;
    }

 	.golfoperationWrap .unitBottombox .imageBox .animationBox figure img {
	    width: 105px;
	}
	.golfoperationWrap .unitBottombox .imageBox .animationBox figure {
		top: 0;
		left: -14px;
	}
	.golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child img {
		width: 138px;
	}
	.golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
		top: 108px;
		left: 58px;
		-webkit-transform: rotate(-90deg) translate(122px, -121px);
		-moz-transform: rotate(-90deg) translate(122px, -121px);
		-o-transform: rotate(-90deg) translate(122px, -121px);
		transform: rotate(-90deg) translate(122px, -121px);
	}
	.golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
		-webkit-transform: rotate(0deg) translate(0px, 0px);
		-moz-transform: rotate(0deg) translate(0px, 0px);
		-o-transform: rotate(0deg) translate(0px, 0px);
		transform: rotate(0deg) translate(0px, 0px);
	}   


}

@media (min-width: 1440px) and (max-width: 1499px) {
	
	.consumerWrap .owl-nav-btn button.owl-prev {
		left: -52px;
	}

	.consumerWrap .owl-nav-btn button.owl-next {
		right: -52px;     
	} 

    .consumerWrap .item .moreBtn .added_to_cart,
    .consumerWrap .item .color-box .moreBtn .dbtn {
        font-size: 15px !important;
        padding: 8px 11px 9px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child:before {
        top: 2.1px;
    }

}

@media (min-width: 1400px) and (max-width: 1439px) {
    
    .consumerWrap .owl-nav-btn button.owl-prev {
        left: -41px;
    }

    .consumerWrap .owl-nav-btn button.owl-next {
        right: -41px;     
    } 

    .consumerWrap .owl-nav-btn button {
        width: 36px;
        height: 36px;
    }

    .consumerWrap .owl-nav-btn button:before {    
        background-size: 90%;
        left: 7px;
        top: 8px;
    }

    .consumerWrap .owl-nav-btn button.owl-next:before {
        top: 9px;
        left: 7px;
    }
}

 

@media (max-width: 1200px) {

	.topBar .blankBox {
		display: none;
	}
    .topBar .leftBox {
        text-align: left;
    } 


}




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

    .consumerWrap .owl-nav-btn button.owl-prev {
        left: -28px;
    }

    .consumerWrap .owl-nav-btn button.owl-next {
        right: -28px;     
    } 

    .consumerWrap .owl-nav-btn button {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
    }

    .consumerWrap .owl-nav-btn button:before {    
        background-size: 90%;
        left: 7px;
        top: 8px;
    }

    .consumerWrap .owl-nav-btn button.owl-next:before {
        top: 9px;
        left: 7px;
    }

    .consumerWrap .item .moreBtn .added_to_cart,
	.consumerWrap .item .color-box .moreBtn .dbtn {
	    margin-right: 1px;
		font-size: 13px !important;
		padding: 8px 8px 8px !important;
	}

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button {
        padding-left: 30px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
        /*background-position: 4px center;*/
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
        /*width: 16px;
        height: 16px;
        left: 8px;
        top: calc(50% - 8px);*/
        width: 18px;
        height: 18px;
        left: 7px;
        top: calc(50% - 8px);
        background-size: 14px;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child:before {
        font-size: 16px;
        line-height: 11px;
    }

	.wooWrap .woocommerce table.cart .product-thumbnail img {
	    width: 100px;
	}

	.shopWrap ul.products.columns-5 li.product .product-image {
      height: 166px;
  	}



}
 
@media (max-width: 1441px) {

  .bookWrap .inrText:before {
    content: '';
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .bookWrap .inrText {
    position: relative;
    z-index: 1;
    padding: 20px 20px 10px;
  }
  .bookWrap .inrText.inrTextTop .title {
    margin-bottom: 0;
  }
  ul.tagList li { 
      line-height: 18px;
      margin-bottom: 6px;
  }


}

/* Laptop screen */
@media (min-width: 992px) and (max-width: 1199px) { 
    .blogWrap .textGrid .entry-title {
        font-size: 22px;  
    }  
	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 16px;
	}
   .btnbx {
      font-size: 13px;
   }  
	.header.unscroll .logoBox img {
	    width: 180px;
	}
      
	.header.scroll .logoBox img {
	    width: 180px;
	}

	.header .menuBar .navBox ul li a {
		font-size: 13px;
        letter-spacing: .2px; 
	}     

	.header .menuBar .navBox ul li  ul li a {
		font-size: 13px;
	}

    .header .navBox ul li .indicator {
        top: 3px;
        height: 17px;
    }

    .header.innerHeader .bottomMenu {
        padding-top: 10px;
    }

    .innerHeader.header .rightBox {
        padding-top: 26px;
    }

    .innerHeader.header.scroll .rightBox {
        padding-top: 0px;       
    }

    .header.innerHeader.scroll .bottomMenu {
        padding-top: 2px;
    }

    .innerHeader .navBox ul.nav-menu li {
        margin-left: 8px;
    }

    .innerHeader .navBox ul.nav-menu li ul li,
    .innerHeader .navBox ul.nav-menu li:first-child {
        margin-left: 0;
    }

    .innerHeader .rightBox,
    .innerHeader .logoBox {
        width: 21%;
    }

    .innerHeader .bottomMenu {
        width: 58%;
    }

	.bannerWrap .headTitle label {
		font-size: 86px;
		line-height: 86px;
	}

	.bannerWrap .headTitle span {
		font-size: 32px;
	}

    .fleetWrap .wp-block-cover__inner-container {
        padding: 20px 20px;
    }

	.fleetWrap .wp-block-cover__inner-container p {
		font-size: 34px;
		line-height: 36px;
	}

	.fleetWrap .box .group .wp-block-cover__image-background {
		min-height: 360px;
	}

	.fleetWrap .mdBox .group .wp-block-cover__image-background {
	    min-height: 170px;
	}

	.consumerWrap .item .color-box .textGrid .entry-title a {
		font-size: 23px;
	}

    .consumerWrap .item .color-box .textGrid .entry-title {
        margin-bottom: 5px;
    }
    .consumerWrap .item .color-box .textGrid .call, 
    .consumerWrap .item .color-box .textGrid .price {
        font-size: 20px;
    }

	.scnTitle {
		font-size: 32px;
	}

    .consumerWrap .item {
        padding-bottom: 86px !important;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn {
        bottom: 12px;
    }

	.consumerWrap .item .color-box .textGrid .moreBtn a {
		font-size: 13px !important;
		padding: 7px 8px 7px !important;
		display: table;
		margin: 5px auto 0px;
		min-width: 150px;
	}

	.consumerWrap .item .color-box .moreBtn .dbtn:last-child {
		margin-right: auto;
	}
    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child {
        /*background-position: 5px 4px;*/  
    }
	.consumerWrap .owl-nav-btn button.owl-prev {
		left: -20px;
	}

	.consumerWrap .owl-nav-btn button.owl-next {
		right: -20px;
	}

    .consumerWrap .owl-nav-btn button {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
    }

    .consumerWrap .owl-nav-btn button:before {    
        background-size: 90%;
        left: 7px;
        top: 8px;
    }

    .consumerWrap .owl-nav-btn button.owl-next:before {
        top: 9px;
        left: 7px;
    }

	.checkoutWrap h3,
	.wooWrap .woocommerce .cart-collaterals h2 {
	    font-size: 26px;
	}

    .scroll.innerHeader .logoBox {
        width: 21.5%;
    }
  
    .scroll.innerHeader .bottomMenu {
        width: 65.5%;     
    }

    .scroll.innerHeader .rightBox {
        width: 13%;
    }

	/* shopWrap */
	  .woocommerce .shopWrap ul li.product .product-text h2 {
	    font-size: 26px;
	  }
	  .woocommerce .shopWrap ul li.product .product-text .price {
	    font-size: 18px;
	  }
	  .woocommerce .shopWrap ul li.product .product-image {
	    height: 230px; 
	  }
	  .single-product .relatedWrap ul li.product .product-image {
	    height: 166px;  
	  }
	  .single-product .relatedWrap ul li.product .product-text h2 {
	      font-size: 20px;
	  }

	  .productWrap .imgSlide ul li {
      width: 19%;
      min-height: 100px;
	  }
	  .productWrap .contentBox h1 {
	      font-size: 25px;
	  }
	  .productWrap .contentBox .priceBox {
	      padding: 23px 15px 17px 15px;
	  }
	  .productWrap .contentBox .priceBox h3 {
	    font-size: 34px;
	  }
	  .productWrap .contentBox .priceBox .dbtn {
	    font-size: 20px;
	  }
	  .productWrap .contentBox .priceBox .dbtn, 
	  .productWrap .contentBox .priceBox .dbtn .mText:last-child {
	     padding: 12px 26px 12px;
	  } 
  	.productWrap .contentBox table td {  
	    font-size: 20px;
	    line-height: 20px;
  	}
  	.productWrap .contentBox .textfield p {
	    font-size: 20px;
	    line-height: 30px;
  	}
  	.productWrap .contentBox .accordion-button {
	    padding: 20px 60px 20px 20px;
	    font-size: 22px;
  	}
  	.productWrap .contentBox .accordion-button:after {
	    right: -50px;
	    background-size: 20px !important;
	    width: 30px;
	    height: 15px;
	    top: calc(50% - 7.5px);
  	}
  	.productWrap .contentBox .accordion-body {
    	padding: 0px 60px 20px 20px;
  	}
  	.productWrap .contentBox .pr-specifics h6 {
    	font-size: 25px;
  	}       
  	.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li {
    	height: 88px;    
  	}
  	.productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
   		/* padding: 20px;*/
  	}   
  	.productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport {
    	min-height: inherit;
  	}
    .woocommerce-shop .shopWrap.wooWrap ul.products {
      grid-column-gap: 20px;  
  	}

	/* wooWrap */
 
  	.wooWrap .woocommerce .cart-collaterals table.shop_table td,
  	.wooWrap .woocommerce table.shop_table td {
    	font-size: 15px;
  	}
  	.wooWrap .woocommerce .quantity .qty {
	    width: 50px;
	    height: 50px; 
  	}
  	.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
    	width: 26%; 
  	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    width: 70%;
	    padding: 20px 25px;
	}
  	.woocommerce-account .addresses .title h3 {
    	font-size: 24px;
  	}

    .accountWrap .woocommerce-Address .edit {
        top: 2px;
        font-size: 16px;
    }
  	.woocommerce-account address {
    	font-size: 14px;  
  	}
  	.wooWrap .woocommerce table.cart .product-thumbnail img {
    	width: 100px;
  	}
  	.accountWrap .woocommerce .addresses h2,
  	.accountWrap .woocommerce .woocommerce-order-details h2 {
    	font-size: 30px;  
  	}
  	.accountWrap .woocommerce .woocommerce-customer-details {
   	 margin-bottom: 5px;
  	}

    .single-product .wooBanner:after, 
    .archive .wooBanner:after  {
	    content: '';
	    background: -webkit-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
	    background: -moz-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
	    background: -o-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    bottom: 0;
  	}

    .globalWrap .container {
        padding-right: 20px;
    }

    .productWrap .contentBox h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 26px !important;
    }

    .productWrap .contentBox .contentBoxInner th,
    .productWrap .contentBox .contentBoxInner td {
        display: block;
        width: 100% !important;
        padding: 10px 10px !important;
        margin-bottom: 0;
    }
    .product_cat-pre-order .productWrap .contentBox .priceWrap p {
        font-size: 16px;  
    }
    .productWrap .contentBox .contentBoxInner th span {
        max-width: inherit;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 10px !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 44px;
        height: 44px;
    }

    .productWrap .contentBox .contentBoxInner .qib-container .qty {
        font-size: 20px !important;
    }

    .productWrap .gallaryBox .woocommerce-product-gallery__trigger {
         right: 15px !important;
        top: 15px !important;   
    }
    .accountWrap .woocommerce h2 { 
        font-size: 30px;
    }

    .errorWrap h2 {
        font-size: 34px;
    }
    .privacyWrap h2 {
        font-size: 30px;
    }
    .privacyWrap h3 {
        font-size: 24px;
    }
    .woocommerce-order-received .woocommerce ul.order_details li, .woocommerce-order-received .woocommerce ul.order_details li strong {
          font-size: 16px;
      }
      .woocommerce-order-received .woocommerce-order table.woocommerce-table td {
          padding: 14px 20px;
      }

      .woocommerce-order-received .woocommerce .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
        font-size: 30px;
    }

    .wooWrap .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions a {
        padding: 10px 15px 9px !important;
    }

    /* additional2 css start */

    /* tabWrap */
	.maintabWrap .tabWrap .clrBox .wp-block-group__inner-container {
		max-width: 800px;
	}
	.maintabWrap .tabWrap .tab-title-view .tab-title p {
	  font-size: 16px;
	}  
	.maintabWrap .kwBox {
		max-width: 1035px;
	}
	.maintabWrap .kwBox h2 {
		font-size: 38px;
	}
	.maintabWrap .kwBox h2 sub {
		font-size: 20px;
	}
	.maintabWrap .kwBox h2 sup {
	  font-size: 35px;
	}
	.maintabWrap .kwBox h2 label {
		margin-right: -5px;
	}
	.maintabWrap .kwBox p {
		top: -12px;
	}
	.maintabWrap .prolistBox {
		padding-top: 15px;
		--bs-gutter-x: 15px;
	}
	.maintabWrap .prolistBox:before {
		margin-bottom: 25px;
	}
	.maintabWrap .prolistBox .tabList2 {
		padding-left: 20px;
	}
	/* tabWrap */
  	/* pro-badge */
	  .pro-badge {
	    top: -12px;
	    padding: 7px 50px 6px;
	    -webkit-transform: rotate(-36deg) translate(-70px); 
	    -moz-transform: rotate(-36deg) translate(-70px);       
	    -o-transform: rotate(-36deg) translate(-70px); 
	    transform: rotate(-36deg) translate(-70px); 
  	}
  	.pro-badge span.oncustom {        
	    font-size: 15px !important;         
  	}
  	/* pro-badge */
  	.modalWrap .modal-group .modal-content>.wp-block-group__inner-container {
	    max-width: 930px;
	}

	.footer .productBox {
    width: 18%;
  }
	.footer .box {
	    padding: 0 18px;
	}
  .questWrap h2 {
    font-size: 28px;
  }
  .specialistWrap .titleBox h2 {
    font-size: 32px;
  }
  .specialistWrap .wp-block-media-text__media {
    margin-right: 10px !important;
  }
  .specialistWrap .titleBox {
    width: 54%;
  }
  .specialistWrap .reqBox {
    width: 46%;
  }
  .specialistWrap .reqBox .wp-block-button__link {
    font-size: 14px !important;
    padding: 6px 14px 7px !important;
  }
  .specialistWrap .leftBox {
    width: 63%;
  }
  .specialistWrap .rightBox {
    width: 37%;
  }
  .advantageWrap .topBox {
    margin-bottom: 230px;
  }
  .tagWrap .row {
      --bs-gutter-x: 1rem;
  }
  .copyRightWrap .social li {
    margin-left: 20px;
  }
  .copyRightWrap .social li a {
    font-size: 20px;
  }
  .footer .aboutBox {
    width: 17%;
  }
  .footer .partnerBox {
    width: 21%;
  }
  .footer .corpBox,
  .footer .contactBox {
    width: 22%;
  } 
  .title {
    font-size: 34px;
    line-height: 34px;
  }
  .bookWrap .bookForm h2 {
    font-size: 28px;
    line-height: 28px;
  }   
  .bookWrap .blankBox {
    width: 35%;
  }
  .bookWrap .textBox {
    width: 65%;
  }
  .advantageWrap .bottom-icon h3 {
    font-size: 17px;
  }
  .questWrap h2 em:after {
    margin-top: 0;
  }
  .golfoperationWrap .golfConsumerWrap h2,
  .golfoperationWrap h2 {
    font-size: 28px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image {
      float: none;
  }
  .golfoperationWrap .unitBox .row {
      flex-flow: column-reverse;
    }
  .golfoperationWrap .unitBox img {
    width: 130px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image img {
      width: 120px;
  }
  .golfoperationWrap .unitBox:nth-child(3) .wp-block-image img {
      width: 120px;
  }
  .golfoperationWrap .unitBox:first-child {
    padding-right: 20px;
  }
   .golfoperationWrap .unitBox:nth-child(2) {
    padding: 0 20px;
   }
   .golfoperationWrap .unitBox:nth-child(3) {
    padding-left: 20px;
   }
   .golfoperationWrap .unitBottombox .textBox {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 45px;
   }
   .golfoperationWrap .unitBottombox .imageBox .animationBox figure img {
    width: 105px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure {
    top: 0;
    left: -50px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child img {
    width: 138px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
    top: 105px;
    left: 18px;
    -webkit-transform: rotate(-90deg) translate(119px, -115px);
    -moz-transform: rotate(-90deg) translate(119px, -115px);
    -o-transform: rotate(-90deg) translate(119px, -115px);
    transform: rotate(-90deg) translate(119px, -115px);
  }
  .golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }     
   .careersWrap .bookForm form .filerow .item3 p {
      padding-left: 10px;
  }
  .careersWrap .bookForm form .filerow .item2 {
    padding-left: 0;
  }
   .galleryWrap .gallery-with-pop .leftBox figure a {
      min-height: 260px;
  }
  .aboutWrap .imgBox .midBox > figure > a {
    min-height: 172px;
  }
  .galleryWrap .gallery-with-pop figure a {
    min-height: 84px;
  }
  .aboutWrap .numberBox h3 label {
    font-size: 38px;
  }
  .aboutWrap blockquote h3 {   
    font-size: 26px;
  }
   .aboutWrap .numberBox {
    width: 14%; 
  }
  .aboutWrap .imgBox {
    width: 46%; 
  }
  .aboutWrap .textBox {
    width: 40%;
  }
  .contactWrap .textBox .iconBox {
    padding: 26px 25px;
  }
  .contactWrap .iconBox .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .contactWrap .iconBox .wp-block-media-text {
    margin-bottom: 20px;
  }
  .contactWrap .textBox {
    width: 83.3333333333%;
  }   
  /* postWrap start*/
    .postWrap .featuredImg {
      min-height: 380px;  
    } 
    .postInfo .box .image {
      width: 55px;
      height: 55px;
    }
    .postInfo .box {
      font-size: 16px;
      line-height: 20px;
    }  
    /*.postWrap .contentGrid h1 {
      font-size: 32px;
      line-height: 35px;
    }
    .postWrap .contentGrid h2 {
      font-size: 30px;
      line-height: 35px;  
    }
    .postWrap .contentGrid h3 {
      font-size: 27px;
      line-height: 30px;  
    }
    .postWrap .contentGrid h4 {
      font-size: 24px;
      line-height: 28px; 
    }
    .postWrap .contentGrid h5 {
      font-size: 21px;
      line-height: 23px; 
    }
    .postWrap .contentGrid h6 {
      font-size: 18px;
      line-height: 20px;          
    }*/

    .postWrap .contentGrid h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .postWrap .contentGrid h2 {
      font-size: 20px;
      line-height: 28px;  
    }
    .postWrap .contentGrid h3 {
      font-size: 18px;
      line-height: 28px;  
    }
    .postWrap .contentGrid h4 {
      font-size: 16px;
      line-height: 26px; 
    }
    .postWrap .contentGrid h5 {
      font-size: 15px;
      line-height: 24px; 
    }
    .postWrap .contentGrid h6 {
      font-size: 13px;
      line-height: 24px;       
    }

    .postWrap .contentGrid .post-navigation .nav-next a:before, 
    .postWrap .contentGrid .post-navigation .nav-previous a:before {
        background-size: 12px;
        width: 35px;
        height: 35px;
    }
    .postWrap .contentGrid .post-navigation .nav-previous {
        padding-left: 46px;
    }
    .postWrap .contentGrid .post-navigation .nav-next {
        padding-right: 46px;
    }
   .sr1modalWrap .colorBox .topTitle {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .sr1modalWrap .colorBox .topTitle strong {
        font-size: 68px;
    }    
    .sr1modalWrap .colorBox {
        padding: 34px 38px 44px;
    }
    .sr1modalWrap .colorBox .carBox .wp-block-cover {
        min-height: 135px;  
    }

    .newsWrap .leftBox {
        padding: 0 14px 0 14px;
    }
    .newsWrap .rightBox {
        padding-left: 20px;
    }
    .newsWrap .leftBox .row {
        --bs-gutter-x: 1rem;
    }
    .newsWrap .rightBox h2 {
        font-size: 28px;
        margin-bottom: 15px;
    } 

    .category-33 .newsWrap .rightBox {
        grid-template-columns: repeat(4, 1fr);
    }
        
	
	

}

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

  ul.listBox li label {
    width: 27px;
    height: 27px;
  }
  ul.listBox li label:before {
    top: 15px;
  }
  ul.listBox li label:after {
    top: 10px;
  }
  ul.listBox {
    margin: 0 0 20px 20px;
  }
  .aboutWrap .inrText {
    padding: 20px 0px 10px;
  }
  .aboutWrap .numberBox h3 {
    margin-bottom: 20px;
    font-size: 14.58px;

  }

}

@media (min-width: 992px) {
    .cartWrap .woocommerce table.cart td.actions .coupon {
      max-width: 450px;
      width: 100%;  
    } 

    .header.scroll .menuBox .navBox,
    .header.scroll .menuBox .navbar-toggler {
    	display: none;
    }

    .home .header.scroll.innerHeader {
    	display: block;
    }

}


/* Laptop screen */
@media (min-width: 768px) {

    .header .menuBar .navBox ul li .dynamic {
        max-height: 435px;          
        overflow-y: auto;
    }                 
	.header .menuBar .navBox ul li ul {
		background-color: #1b3546;
		width: 205px;                         
		position: absolute;
		top: 30px;
		left: 0;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: perspective(600px) rotateX(-90deg);
	    -o-transform: perspective(600px) rotateX(-90deg);
	    -moz-transform: perspective(600px) rotateX(-90deg);
	    transform: perspective(600px) rotateX(-90deg);
	    -webkit-transform-origin: 0 0 0;
	    transform-origin: 0 0 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);               
	}
	.header .menuBar .navBox ul li:hover ul {
		z-index: 9;
		visibility: visible;
		opacity: 1;
	    -webkit-transform: perspective(600px) rotateX(0deg);
	    -o-transform: perspective(600px) rotateX(0deg);
	    -moz-transform: perspective(600px) rotateX(0deg);
	    transform: perspective(600px) rotateX(0deg);
	}

    .header .menuBar .navBox ul li .sub-menu li .sub-menu {
        left: 205px;
        top: 0;
        opacity: 0 !important;
        visibility: hidden !important;
        -webkit-transform: perspective(600px) rotateX(-90deg) !important;
        -o-transform: perspective(600px) rotateX(-90deg) !important;
        -moz-transform: perspective(600px) rotateX(-90deg) !important;
        transform: perspective(600px) rotateX(-90deg) !important;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }

    .header .menuBar .navBox ul li .sub-menu li:hover .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: perspective(600px) rotateX(0deg) !important;
        -o-transform: perspective(600px) rotateX(0deg) !important;
        -moz-transform: perspective(600px) rotateX(0deg) !important;
        transform: perspective(600px) rotateX(0deg) !important;
    }

    .header .navBox ul li ul li .indicator {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header .menuBar .navBox .indicator-box {
        display: block;
        position: relative;
    } 
   .header .menuBar .navBox ul li .sub-menu li.has-children .indicator-box a {
        padding-right: 30px;
    }

    .header .menuBar .navBox ul li .sub-menu .indicator-box .indicator {
        position: absolute;
        right: 11px;
        left: auto;
        top: 9px;
    }  
    .header .menuBar .navBox ul.nav-menu li a:before {
        content: '';
        background: #fff;
        height: 1.5px;
        width: 0;
        position: absolute;
        left: 50%;     
        top: -6px;
        transition: all .5s;
    }

    .header .menuBar .navBox ul.nav-menu li ul li a:before {
        top: -2px;
    }
    .innerHeader.header .navBox .current-menu-parent .indicator-box a, 
    .innerHeader.header .navBox ul li.current-menu-item> a, 
    .innerHeader.header .navBox .current-menu-parent li.current-menu-item>a, 
    .innerHeader.header .menuBar .navBox ul li.current-menu-ancestor .indicator-box > a:before,
    .header .menuBar .navBox .current-menu-item .indicator-box a:before, 
    .header .menuBar .navBox ul.nav-menu li ul li.current-menu-item > a:before,
    .innerHeader.navBox ul li ul li a:hover
    .header .menuBar .navBox ul li.current-menu-ancestor .indicator-box > a:before,
    .header .menuBar .navBox li.current_page_ancestor .indicator-box > a:before,
    .header .menuBar .navBox ul.nav-menu li a:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }


    .header .menuBar .navBox ul.nav-menu li ul li.current-menu-item > a, 
    .header .menuBar .navBox ul.nav-menu li ul li.current-menu-parent .indicator-box > a,
    .header .menuBar .navBox ul li ul li a:hover,
	.header .menuBar .header .navBox ul li.current-menu-parent ul li.current-menu-item>a,
    .header .menuBar .navBox ul.nav-menu li ul li.current-menu-item .indicator-box > a,
	.header .menuBar .header .navBox ul.nav-menu li ul li a:hover {
	    background: #019a6e !important;	
        color: #fff !important;
	}
    .header .menuBar .navBox ul.nav-menu li ul li a {
        display: block;
        color: #ffffff;
        padding: 8px 10px;
        text-align: left;
        line-height: normal;
    }
	.header .menuBar .navBox ul.nav-menu li ul li {
		display: block;
		margin: 0;
        text-align: left;
	}

	.mobileOnly {
	    display: none;
	  }

    .postWrap.newsWrap .title {
        margin-bottom: 42px;
    }


}

/* Landscape phones and down */
@media (max-width: 991px) { 

	/*nav*/
    .navBox ul.nav-menu li ul li .not-clickable {
        display: inline-block;
    }          
	.header.scroll .navBox {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #364f63;
	    z-index: 99;
	    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	    -o-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	    -moz-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
	    transition: all .5s linear;
	    transition-delay: 1s;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    text-align: center;
	    padding: 50px 0;
        visibility: hidden;
	}
	.menu-active .header.scroll .navBox {
	    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    transition-delay: 0s;                     
        visibility: visible;
	}

	.header.scroll .navBox .svgBox {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100vh;
	    z-index: 1;
	    opacity: .025;
	}
	.header.scroll .navBox .svgBox .svgImg {
	    width: 100%;
	    height: 100%;
	    -webkit-clip-path: circle(0% at 50% 50%);
	    -o-clip-path: circle(0% at 50% 50%);
	    -moz-clip-path: circle(0% at 50% 50%);
	    clip-path: circle(0% at 50% 50%);
	    transition: all .5s;
	    animation: svgscaleeffect 1s linear;
	}
	@keyframes svgscaleeffect {
	     0% {       
	        opacity: 1;
	        -webkit-clip-path: circle(50% at 50% 50%);
	        -o-clip-path: circle(50% at 50% 50%);
	        -moz-clip-path: circle(50% at 50% 50%);
	        clip-path: circle(50% at 50% 50%);
	    }
	    25% {
	        opacity: 1;  
	        -webkit-clip-path: circle(30% at 50% 50%); 
	        -o-clip-path: circle(30% at 50% 50%); 
	        -moz-clip-path: circle(30% at 50% 50%);
	        clip-path: circle(30% at 50% 50%);
	    }
	    50% {
	        opacity: 0.799147;
	        -webkit-clip-path: circle(20% at 50% 50%);
	        -o-clip-path: circle(20% at 50% 50%);
	        -moz-clip-path: circle(20% at 50% 50%);
	        clip-path: circle(20% at 50% 50%);
	    }
	    75% {
	        opacity: 0.899283;
	        -webkit-clip-path: circle(10% at 50% 50%);
	        -o-clip-path: circle(10% at 50% 50%);
	        -moz-clip-path: circle(10% at 50% 50%);
	        clip-path: circle(10% at 50% 50%);
	    }
	    100% {
	        opacity: 0;
	        -webkit-clip-path: circle(0% at 50% 50%);
	        -o-clip-path: circle(0% at 50% 50%);
	        -moz-clip-path: circle(0% at 50% 50%);
	        clip-path: circle(0% at 50% 50%);
	    }
	}
	.menu-active .header.scroll .navBox .svgBox .svgImg {
	    -webkit-clip-path: circle(50% at 50% 50%);
	    -o-clip-path: circle(50% at 50% 50%);
	    -moz-clip-path: circle(50% at 50% 50%);
	    clip-path: circle(50% at 50% 50%);
	    animation: svgscaleeffect2 1s linear;
	}
	@keyframes svgscaleeffect2 {
	    0% {
	        opacity: 0;
	        -webkit-clip-path: circle(0% at 50% 50%);
	        -o-clip-path: circle(0% at 50% 50%);
	        -moz-clip-path: circle(0% at 50% 50%);
	        clip-path: circle(0% at 50% 50%);
	    }
	    25% {
	        opacity: 0.899283;
	        -webkit-clip-path: circle(10% at 50% 50%);
	        -o-clip-path: circle(10% at 50% 50%);
	        -moz-clip-path: circle(10% at 50% 50%);
	        clip-path: circle(10% at 50% 50%);
	    }
	    50% {
	        opacity: 0.799147;
	        -webkit-clip-path: circle(20% at 50% 50%);
	        -o-clip-path: circle(20% at 50% 50%);
	        -moz-clip-path: circle(20% at 50% 50%);
	        clip-path: circle(20% at 50% 50%);
	    }
	    75% {
	        opacity: 1;  
	        -webkit-clip-path: circle(30% at 50% 50%); 
	        -o-clip-path: circle(30% at 50% 50%);          
	        -moz-clip-path: circle(30% at 50% 50%); 
	        clip-path: circle(30% at 50% 50%); 
	    }
	    100% {
	        opacity: 1;
	        -webkit-clip-path: circle(50% at 50% 50%);
	        -o-clip-path: circle(50% at 50% 50%);
	        -moz-clip-path: circle(50% at 50% 50%);
	        clip-path: circle(50% at 50% 50%);
	    }
	}
	.header.scroll .navBox .svgBox .svgImg svg {
	    width: 100%;
	    height: 100%;
	}
	.header.scroll .navBox .svgBox .svgImg .svg {
	    height: 100%;
	}
	@keyframes svgrotate {
	    0%,100% {
	        -webkit-transform: rotate(0deg);
	        -o-transform: rotate(0deg);
	        -moz-transform: rotate(0deg);
	        transform: rotate(0deg);
	    }
	    50% {
	        -webkit-transform: rotate(35deg);
	        -o-transform: rotate(35deg);
	        -moz-transform: rotate(35deg);
	        transform: rotate(35deg);
	    }
	    
	}
	.header.scroll .navBox .svgBox .svgImg .svg img {
	    width: 80%;
	    height: 100%;
	}

	.header.scroll .navBox .svgBox .svgImg .svg img {
	    animation: svgrotate 20s linear infinite; 
	    animation-delay: .3s;
	}

	.header.scroll .navBox .logoBox img {
		width: 220px;
		margin-bottom: 20px;
	}

	.header.scroll .navBox .fullBox .logoBox img {
	    width: 270px;
	}

	.header.scroll .navBox .fullBox {
		position: relative;
	    overflow-y: auto;
	    max-height: 100vh;
	    padding: 0 20px;
	    z-index: 9;
	    /*margin: auto;
	    width: auto;*/
	    text-align: left;
	}

	.header.scroll .navBox .fullBox .menuContent {
	    max-width: 900px;
	    margin: 0 auto;
	}
	.header.scroll .navBox .rightBox {
	    text-align: right;
	}
	.header.scroll .navBox ul.nav-menu li:last-child {
	    margin-bottom: 0;
	}
	.header.scroll .navBox .fullBox .leftBox {
	    position: relative;
	}
	.header.scroll .navBox .fullBox .leftBox:after {
	    content: '';
	    width: 4px;
	    height: 100%;
	    display: inline-block;
	    position: absolute;
	    top: 0;
	    background-image: linear-gradient(100deg, #fff, transparent 45%); 
	    background-image: -webkit-linear-gradient(100deg, #fff, transparent 45%);
	    background-image: -moz-linear-gradient(100deg, #fff, transparent 45%);
	    background-image: -o-linear-gradient(100deg, #fff, transparent 45%);
	    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	    transition: all 1s;
	    z-index: -1;
	    right: 0;
	}
	.menu-active .header.scroll .navBox .fullBox .leftBox:after {
	    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    transition-delay: .5s;
	}
	.header.scroll .navBox .rightBox .logoBox {
	    margin-bottom: 15px;
	}
	.header.scroll .navBox .rightBox ul.list:after,
	.header.scroll .navBox .rightBox .logoBox:after {
	    content: '';
	    width: 100%;
	    height: 4px;
	    display: inline-block;
	    background-image: linear-gradient(100deg, #fff, transparent 45%);
	    background-image: -webkit-linear-gradient(100deg, #fff, transparent 45%);
	    background-image: -moz-linear-gradient(100deg, #fff, transparent 45%);
	    background-image: -o-linear-gradient(100deg, #fff, transparent 45%);
	    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	    transition: all 1s;
	}
	.menu-active .header.scroll .navBox .rightBox ul.list:after,
	.menu-active .header.scroll .navBox .rightBox .logoBox:after {
	    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	    transition-delay: .5s;
	}
	.header.scroll .navBox .rightBox ul.list:after {
	    margin-top: 20px;
	}
	.header.scroll .navBox .rightBox li {
	    list-style: none;
	    display: inline-block;
	    opacity: 0;
	    transition: all .5s;
	}
	.menu-active .header.scroll .navBox .rightBox li {
	    opacity: 1;
	    transition-delay: .8s;
	}
	.header.scroll .navBox .rightBox ul.list li {
	    position: relative;
	    padding-right: 16px;
	}
	.header.scroll .navBox .rightBox,
	.header.scroll .navBox .leftBox {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	}    
	.header.scroll .navBox .rightBox ul.list li:after {
	    content: '';
	    background: #fff;
	    width: 3px;
	    height: 3px;
	    border-radius: 50%;
	    position: absolute;
	    right: 4px;
	    top: 10px;
	}
	.header.scroll .navBox .rightBox ul.list li:last-child {
	    padding-right: 0;
	}
	.header.scroll .navBox .rightBox ul.list {
	    margin-bottom: 20px;
	}
	.header.scroll .navBox .rightBox ul.list li:last-child:after {
	    display: none;
	}
	.header.scroll .navBox .rightBox .social li a {
	    font-size: 22px;
	    display: inline-block;
	}
	.header.scroll .navBox .rightBox .social li {
	    margin-right: 28px;
	}
	.header.scroll .navBox .rightBox .social li:last-child {
	    margin-right: 0;
	}
	.header.scroll .navBox .rightBox li a {
	    color: #fff;
	}
	.header.scroll .navBox .rightBox li a:hover {
	   color: #019a6e; 
	}
	.header.scroll .navBox ul.nav-menu {
	    overflow: hidden;
	}
	.header.scroll .navBox ul.nav-menu li {
	    display: block;
	    margin: 0 auto 10px;
	    line-height: normal;
	    overflow: hidden;  
	}

	.header.scroll .navBox ul.nav-menu li.menu-item-has-children {
		padding-right: 16px;
	}

	.header.scroll .navBox ul.nav-menu li a {
	    background-image: -webkit-linear-gradient(to right, #019a6e 45%, #fff 55%);
	    background-image: -moz-linear-gradient(to right, #019a6e 45%, #fff 55%);
	    background-image: -o-linear-gradient(to right, #019a6e 45%, #fff 55%);
	    background-image: linear-gradient(to right, #019a6e 45%, #fff 55%);
	    background-size: 220% 100%;
	    background-position: 100% 50%;
	    background-repeat: no-repeat;
	    color: transparent !important;
	    -webkit-background-clip: text;
	    opacity: 0;
	    font-size: 40px;
	    /*letter-spacing: -13px;*/
	    transition: background 1s, opacity .5s, transform .5s, letter-spacing .5s;
        text-transform: uppercase; 
	}

	.header.scroll .navBox .logoBox img,
	.header.scroll .navBox ul li .indicator {
	    transition: all .5s;
	    opacity: 0;
	}

	.menu-active .header.scroll .navBox .logoBox img,
	.menu-active .header.scroll .navBox ul li .indicator,
	.menu-active .header.scroll .navBox ul.nav-menu li a {
	    opacity: 1;
	    /*letter-spacing: 0px;*/
	    transition-delay: .5s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(2) a {
	    transition-delay: .6s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(3) a {
	    transition-delay: .7s;
	}
	.menu-active .header.scroll .navBox ul li .indicator,
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(4) a {
	    transition-delay: .8s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(5) a {
	    transition-delay: .9s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(6) a {
	    transition-delay: 1s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(7) a {
	    transition-delay: 1.1s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(8) a {
	    transition-delay: 1.2s;
	}
	.menu-active .header.scroll .navBox ul.nav-menu li:nth-child(9) a {
	    transition-delay: 1.3s;
	}

	.header.scroll .navBox ul.nav-menu li.current-menu-ancestor .indicator-box > a,
	.header.scroll .navBox ul.nav-menu li.current-menu-item > .indicator-box > a,
	.header.scroll .navBox ul.nav-menu li.current_page_parent > .indicator-box > a,
	.header.scroll .navBox ul.nav-menu li.current-menu-parent > .indicator-box > a,
	.header.scroll .navBox ul.nav-menu li.current-menu-ancestor > a,
	.header.scroll .navBox ul.nav-menu li.current_page_item > a,
	.header.scroll .navBox ul.nav-menu li.current-menu-item >a,
	.header.scroll .navBox ul.nav-menu li .indicator-box:hover a,
	.header.scroll .navBox ul.nav-menu li a:hover {
	    background-position: 0% 50%; 
	}

	.header.scroll .navBox ul.nav-menu li .indicator-box:hover a,
	.header.scroll .navBox ul.nav-menu li a:hover {
	    transition-delay: 0s !important;
	}

	.header.scroll .navBox ul li .indicator:after,
	.header.scroll .navBox ul li .indicator:before {
	    background: #fff;
	}
	.header.scroll .navBox ul li .indicator {
	    top: 0px;
	    background-size: 16px;
	    left: 6px;
	    width: 18px;
	    height: 20px;
	}

	.header.scroll .navBox .fullBox ul li ul li .indicator {
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	}

	.header.scroll .navBox .fullBox ul li ul li .child-active .indicator {
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

	.header.scroll .navBox ul li .child-active .indicator {
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	    transition-delay: 0s;
	}

	.header.scroll .navBox ul.nav-menu li ul.sub-menu {
	    opacity: 0;
	    visibility: hidden;
	    height: auto;
	    max-height: 0px;
	    transition: all .5s;
	}
	.header.scroll .navBox ul.nav-menu li .child-active ~ ul {
	    margin-top: 10px;
	    max-height: 900px;
	    opacity: 1;
	    visibility: visible;
	}
	.header.scroll .navBox ul.nav-menu li ul li a {
	    font-size: 30px;
	    transition-delay: 0s !important;
	}

	.header.scroll .navBox ul.nav-menu li ul li ul li  a {
	    font-size: 25px;
	}
	.header.scroll .navBox ul li .child-active .indicator:after {
	    transform: rotate(130deg);
	} 
	.header.scroll .navBox ul li .child-active .indicator:before {
	    transform: rotate(52deg);
	}

	.header.scroll .bottomMenu {
		display: none;
	}
	/********/
    

    .header.scroll .navBox .fullBox .logoBox img {
        width: 210px;
    }
    .header.scroll .navBox .svgBox .svgImg .svg img {
        width: 96%;
        height: 100%;
    }

    .header.scroll .navBox .fullBox {
        padding: 0 20px;
    }
        
    .bannerWrap .wp-block-cover__image-background {
        background-attachment: inherit;
    }

    .topBar .leftBox {
        width: 100%;
        text-align: center;
    }  

    .topBar .rightBox, 
    .header.unscroll {
        display: none !important;
    }
    .topBar {
        z-index: 1;
    }

    .header.scroll {
        z-index: 992;
        top: 0 !important;
        padding: 26px 0px 16px;
        transition: all .5s;
        display: block; 
        margin-top: -1px; 
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #ffffff;
    }

    /*.scrolling_down .header.scroll, 
    .scrolling .header.scroll {
        top: 0;
        transition: all .5s;
    }*/

    .scrolling .header.scroll {
        top: 0 !important;
    }   

    .header.scroll .menuBox .phone:before, 
    .header .navbar-toggler:before, .mini-cart:before, 
    .scrolling_up.scrolling .header.scroll .menuBox .phone:before, 
    .scrolling_up.scrolling .header .navbar-toggler:before, 
    .scrolling_up.scrolling .header.scroll .mini-cart:before {
        /*height: calc(100% + 23px);*/
        height: 100%;
        transition-delay: 0s;
    }

    .header.scroll .menuBox .phone:before, 
    .header .navbar-toggler:before, 
    .mini-cart:before {
        /*top: -23px;*/
        top: 0;
    }

    .header.scroll .mini-cart .misha-cart, 
    .header .navbar-toggler span, 
    .header.scroll .mini-cart i, 
    .header.scroll .menuBox .phone i {
        opacity: 1;
        visibility: visible;
    }

    .header.scroll .mini-cart i,
    .header.scroll .menuBox .phone i {
        top: 3px;
        position: relative;
    }

    .header.scroll .mini-cart i {
        top: 5px;
    }

    .header.scroll .mini-cart .misha-cart {
        top: 3px;
    }

    .header.scroll .mini-cart, 
    .header.scroll .menuBox .phone, 
    .header .navbar-toggler {
        height: 38px;      
    }

    .errorWrap h2 {
        font-size: 34px;
    }

    .productWrap .contentBox .contentBoxInner .call {
        margin: 0 auto 10px;
    }



    /* postWrap start*/
    .postWrap .featuredImg {
      min-height: 320px;  
    } 
    .postInfo .box .image {
      width: 48px;
      height: 48px;
    }
    .postInfo .box {
      font-size: 15px;
      line-height: 18px;
    }  
    /*.postWrap .contentGrid h1 {
      font-size: 26px;
      line-height: 32px;
    }
    .postWrap .contentGrid h2 {
      font-size: 24px;
      line-height: 30px;  
    }
    .postWrap .contentGrid h3 {
      font-size: 22px;
      line-height: 28px;  
    }
    .postWrap .contentGrid h4 {
      font-size: 20px;
      line-height: 26px; 
    }
    .postWrap .contentGrid h5 {
      font-size: 19px;
      line-height: 22px; 
    }
    .postWrap .contentGrid h6 {
      font-size: 16px;
      line-height: 20px;                   
    }  */

    .postWrap .contentGrid h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .postWrap .contentGrid h2 {
      font-size: 20px;
      line-height: 28px;  
    }
    .postWrap .contentGrid h3 {
      font-size: 18px;
      line-height: 28px;  
    }
    .postWrap .contentGrid h4 {
      font-size: 16px;
      line-height: 26px; 
    }
    .postWrap .contentGrid h5 {
      font-size: 15px;
      line-height: 24px; 
    }
    .postWrap .contentGrid h6 {
      font-size: 13px;
      line-height: 24px;       
    }

    .postWrap .contentGrid .post-navigation .nav-next a:before, 
    .postWrap .contentGrid .post-navigation .nav-previous a:before {
        background-size: 12px;
        width: 35px;
        height: 35px;
    }
    .postWrap .contentGrid .post-navigation .nav-previous {
        padding-left: 46px;
    }
    .postWrap .contentGrid .post-navigation .nav-next {
        padding-right: 46px;
    }       
    
}
   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 

	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 16px;
	}
	.btnbx {
		font-size: 13px;
	}  

	.header.unscroll .logoBox img {
	    width: 180px;
	}

	.header.scroll .logoBox img {
	    width: 180px;
	}

    .header.scroll {
        padding: 20px 0px;
        position: relative !important;          
    }

    .header.unscroll .bottomMenu {
        padding-top: 50px;
    }

	.header .menuBar .navBox ul li a {
		font-size: 15px;
	}

	.header .menuBar .navBox ul li  ul li a {
		font-size: 14px;
	}

	.topBar .rightBox ul li a, 
	.topBar .wp-block-media-text .wp-block-media-text__content h4 {
		font-size: 12px;
	}

	.topBar .wp-block-media-text figure {
		width: 16px;
	}

	.topBar .rightBox ul.list li {
    	padding-right: 16px;
	}

    .topBar .rightBox ul.list li:after {
        top: 7px;
    }

	.header.scroll .navBox .logoBox img {
		width: 200px;
	}

	.header.scroll .navBox ul.nav-menu li a {
		font-size: 22px; 
	}

	.header.scroll .navBox ul.nav-menu li ul li a {
		font-size: 20px;
	}

    .header.scroll .navBox ul.nav-menu li ul li ul li a {
        font-size: 18px;
    }
       
	.header.scroll .navBox ul li .indicator {
	    top: 1px;
	    background-size: 13px;
	}
    .header.scroll .navBox .fullBox ul li ul li .indicator {
        top: 3px;
        background-size: 12px;
    }

    main {
        margin-top: 111px;  
    }

	.bannerWrap {
        min-height: 560px;
        padding: 100px 0px 246px;
	}
  
	.bannerWrap .headTitle label {
		font-size: 70px;
		line-height: 70px;
	}

	.bannerWrap .headTitle span {
		font-size: 28px;
	}

	.bannerWrap .flagText {
		padding-bottom: 130px;
	}

    .bannerWrap .flagText ul li {
        font-size: 17px;
        line-height: 17px;
    }

	.fleetWrap .wp-block-cover__inner-container p {
		font-size: 32px;
		line-height: 34px;
	}

	.fleetWrap .box .group .wp-block-cover__image-background {
		min-height: 360px;
	}

	.fleetWrap .mdBox .group .wp-block-cover__image-background {
	    min-height: 170px;
	}

	.fleetWrap .gridBox {
		--bs-gutter-x: 1rem;
	}

	.fleetWrap .wp-block-cover__inner-container {
		padding: 20px;
	}

	.consumerWrap .item .color-box .textGrid .entry-title a {
		font-size: 23px;
	}

    .consumerWrap .item .color-box .textGrid .entry-title {
        margin-bottom: 5px;
    }
.consumerWrap .item .color-box .textGrid .call, 
    .consumerWrap .item .color-box .textGrid .price {
        font-size: 20px;
    }

    .product_cat-fleet-carts .productWrap .contentBox .price:after,
    .product_cat-fleet-carts .productWrap .contentBox .price:before,
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:after, 
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:before {
        font-size: 14px;
    }

	.scnTitle {
		font-size: 32px;
	}

	.consumerWrap .item .color-box .textGrid .moreBtn a {
		font-size: 13px !important;
		padding: 7px 8px 7px !important;
		display: table;
		margin: 5px auto 0px;
	}
    .consumerWrap .item .color-box .textGrid .moreBtn a,
    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button, 
    .consumerWrap .item .moreBtn .added_to_cart {
        min-width: 150px;
    }

    .consumerWrap .item {
        padding-bottom: 88px !important;
    }
    .golfConsumerWrap .bottomGrid .proBox li:last-child {
        /*grid-column: span 2;
        width: 50%;
        margin: 0 auto; */     
    }      
    .consumerWrap .item .color-box .textGrid .moreBtn {
        bottom: 12px;
    }

	.consumerWrap .item .color-box .moreBtn .dbtn:last-child {
		margin-right: auto;
	}

	.consumerWrap .owl-nav-btn button {
		width: 36px;
		height: 36px;
		top: calc(50% - 18px);
	}

	.consumerWrap .owl-nav-btn button:after {
		top: 17px;
	}

	.consumerWrap .owl-nav-btn button.owl-prev {
		left: -18px;
	}

	.consumerWrap .owl-nav-btn button.owl-next {
		right: -18px;
	}


    .consumerWrap .owl-nav-btn button:before {    
        background-size: 90%;
        left: 7px;
        top: 8px;
    }

    .consumerWrap .owl-nav-btn button.owl-next:before {
        top: 9px;
        left: 7px;
    }

	.consumerWrap .bottomGrid .proBox {
		display: block;
	}
    .consumerWrap.golfConsumerWrap .bottomGrid .proBox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }
    .consumerWrap {
        padding: 45px 0px 35px;
    }
    .blogWrap { 
        padding-bottom: 60px;
    }
    .blogWrap .textGrid .entry-title {
        font-size: 22px;   
    }

	/* shopWrap */
	  .woocommerce .shopWrap ul li.product .product-text h2 {
	    font-size: 24px;
	  }
	  .woocommerce .shopWrap ul li.product .product-text .price {
	    font-size: 16px;
	  }
	  .woocommerce .shopWrap ul li.product .product-image {
	    height: 200px; 
	  }
	  .single-product .relatedWrap ul li.product .product-image {
	    height: 166px;  
	  }
	  .single-product .relatedWrap ul li.product .product-text h2 {
	      font-size: 20px;
	  }
	  .relatedWrap ul li.product {
	    margin-bottom: 20px;
	  }

    .productWrap .imgSlide .gallaryBox picture {
        width: 300px;
        margin: 0 auto;
  } 
  .productWrap .imgSlide {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .productWrap .gallaryBox {
    /*min-height: 450px;*/
  }
  .productWrap .imgSlide ul li {
    width: 19.1%;
    min-height: 91px;
  }
  .productWrap .contentBox .priceBox {
    margin: 18px 0 28px;
    text-align: center;
  }
  .productWrap .contentBox .priceBox label form.cart .button {
      float: none;
  }
  .productWrap .contentBox .priceBox form.variations_form .quantity,
  .productWrap .contentBox .priceBox form.simple_cart_form .quantity {
      float: none; 
      display: inline-block;
      vertical-align: top;  
  }
  .productWrap .contentBox .priceBox form.variations_form .added_to_cart.wc-forward,
  .productWrap .contentBox .priceBox form.simple_cart_form .added_to_cart.wc-forward {
    margin: 0 auto;
  }
  .productWrap .contentBox h1 {
    font-size: 25px;
    text-align: center;
  }
  .productWrap .contentBox .priceBox h3 {
    font-size: 34px;
  }
  .productWrap .contentBox .priceBox .dbtn {
    font-size: 20px;
  }
  .productWrap .contentBox .priceBox .dbtn, 
  .productWrap .contentBox .priceBox .dbtn .mText:last-child {
    padding: 12px 26px 12px;
  }   
  .productWrap .contentBox table td {  
    font-size: 20px;
    line-height: 20px;
  }
  .productWrap .contentBox .textfield p {
    font-size: 18px;
    line-height: 28px;
  }
  .productWrap .row {
    padding-top: 30px;
  }
  .productWrap .contentBox table {
    margin-bottom: 28px;
  }
  .productWrap .contentBox .accordion-button  {
    font-size: 20px;
    padding: 15px 40px 15px 20px;
  }
  .productWrap .contentBox .accordion-body {
    padding: 0px 40px 15px 20px;
  }
  .productWrap {
    padding-bottom: 40px;
  }
  .productWrap .contentBox .accordion-button:after {
    background-size: 20px !important;
    width: 30px;
    height: 15px;
    top: calc(50% - 7.5px);
    right: -28px;
  }
  .productWrap .contentBox .pr-specifics h6 {
    font-size: 20px;
  }
  .productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li {
    height: 80px;   
  }
  .productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport {
    min-height: inherit;
  }
  .productWrap .gallaryBox .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
 
  .single-product .woocommerce-notices-wrapper .woocommerce-message .dbtn {
    margin-top: 0;
  }

  .woocommerce-shop .shopWrap.wooWrap ul.products {
    grid-column-gap: 20px;  
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

    .tax-product_cat .shopWrap .bottomGrid ul.products,
    .single .shopWrap .bottomGrid ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }

	/* wooWrap */

	.cartWrap .woocommerce table.cart td.actions .coupon {
	    max-width: 436px;
	    width: 100%;
	}

	.woocommerce-page .cartWrap .woocommerce .cart-collaterals button.button,
	.woocommerce-page .wooWrap .return-to-shop .wc-backward, 
	.woocommerce-page .accountWrap .woocommerce-MyAccount-content .button, 
	.woocommerce-page .wooWrap .woocommerce button.button, 
	.woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button, 
	.woocommerce-page .wooWrap .woocommerce .actions .button, 
	.woocommerce-page .wooWrap .woocommerce .actions .coupon .button {
	  /* padding: 16px 20px 16px !important;*/
	}

    .woocommerce-page .wooWrap .woocommerce .actions .button, 
    .wooWrap .woocommerce .actions button.button {
        /*padding: 18px 20px 16px !important;*/
    }

    .woocommerce-page .wooWrap .woocommerce .actions .coupon button.button {
        /*padding: 17px 20px 17px !important;*/
    }
    .woocommerce-page .wooWrap .woocommerce button.button, .woocommerce-cart .wooWrap .woocommerce .actions .button, 
    .woocommerce-cart .wooWrap .woocommerce .actions .coupon .button {
        padding: 8px 20px 8px !important;
    }
     .woocommerce-page .cartWrap .woocommerce .cart-collaterals button.button, .woocommerce-page .wooWrap .return-to-shop .wc-backward, 
     .woocommerce-page .accountWrap .woocommerce-MyAccount-content .button, .woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button, .woocommerce-page .wooWrap .woocommerce .actions .button, .woocommerce-page .wooWrap .woocommerce .actions .coupon .button {
        padding: 10px 14px 10px !important;   
    }
    .wooWrap .woocommerce .cart-collaterals table.shop_table td,
    .wooWrap .woocommerce table.shop_table td { 
      padding: 10px;   
      font-size: 13px;
    }
    .wooWrap .woocommerce .quantity .qty {
      width: 50px;
      height: 50px; 
    }
    .woocommerce-page .wooWrap .return-to-shop .wc-backward,
    .woocommerce-page .accountWrap .woocommerce-MyAccount-content .button,
    .woocommerce-page .wooWrap .woocommerce button.button, 
    .woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button, 
    .woocommerce-page .wooWrap .woocommerce .actions .button, 
    .woocommerce-page .wooWrap .woocommerce .actions .coupon .button {
        font-size: 13px !important;  
    }       
  .checkoutWrap .woocommerce form.checkout_coupon button.button {
        padding: 7px 20px 7px !important;
    }
    .checkoutWrap .woocommerce form.checkout_coupon input[type='text'] {
        padding: 6px 12px 7px;
    }
  .woocommerce-downloads .accountWrap .woocommerce-MyAccount-content .button,
  .woocommerce-orders .accountWrap .woocommerce-MyAccount-content .button {
    position: relative;
    top: 21px;
  }
  .woocommerce-downloads .accountWrap .woocommerce-info,
  .woocommerce-orders .accountWrap .woocommerce-info {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .woocommerce-downloads .accountWrap .woocommerce-info::before,
  .woocommerce-orders .accountWrap .woocommerce-info::before {
    top: 21px;
  }
  .wooWrap .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 60% !important;
  }
  .checkoutWrap h3,
  .wooWrap .woocommerce .cart-collaterals h2 {
    font-size: 23px;
  }
  .wooWrap .woocommerce table.shop_table th {
    font-size: 15px;
    padding: 10px;
  }
  .accountWrap .select2-container--default .select2-selection--single,
  .accountWrap form .form-row input.input-text,
  .cartWrap .select2-container--default .select2-selection--single,
  .checkoutWrap .select2-container--default .select2-selection--single,
  .cartWrap select, .cartWrap input[type='tel'], .cartWrap textarea, .cartWrap input[type='email'], .cartWrap input[type='text'], 
  .cartWrap input[type='password'], .cartWrap input[type='number'], .cartWrap input[type='search'],
  .checkoutWrap select, .checkoutWrap input[type='tel'], .checkoutWrap textarea, .checkoutWrap input[type='email'], .checkoutWrap input[type='text'], 
  .checkoutWrap input[type='password'], .checkoutWrap input[type='number'], .checkoutWrap input[type='search'],
  .accountWrap form .form-row input.input-text, .checkoutWrap .select2-container--default .select2-selection--single, .checkoutWrap select, .checkoutWrap input[type='tel'], .checkoutWrap textarea, .checkoutWrap input[type='email'], .checkoutWrap input[type='text'], .checkoutWrap input[type='password'], .checkoutWrap input[type='number'], .checkoutWrap input[type='search'],
  .checkoutWrap .select2-container--default .select2-selection--single, .checkoutWrap select, .checkoutWrap input[type='tel'], .checkoutWrap textarea, .checkoutWrap input[type='email'], .checkoutWrap input[type='text'], .checkoutWrap input[type='password'], .checkoutWrap input[type='number'], .checkoutWrap input[type='search'] {
    font-size: 14px;
  }
  .checkoutWrap .woocommerce form .form-row-first, .checkoutWrap .woocommerce form .form-row-last, .checkoutWrap .woocommerce-page form .form-row-first, .checkoutWrap .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content {
    width: 74%;  
    padding: 10px; 
  }
    .woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
      width: 23%;   
    }
    .woocommerce-account .addresses .title h3 {
      font-size: 24px;
    }
    .accountWrap .woocommerce-MyAccount-navigation li a {
        padding: 12px 10px;
    }

    .accountWrap .woocommerce-Address .edit {
        top: 2px;
        font-size: 16px;
    }

  .accountWrap .woocommerce-Address .edit {
  	top: 0;
  }

  .accountWrap .woocommerce-MyAccount-content h3 {
		font-size: 23px;
	}
  .woocommerce-account address {
    font-size: 14px;  
  }
  .accountWrap .woocommerce .col2-set .col-1, .accountWrap .woocommerce .col2-set .col-1 {
    float: none;
    width: 100%;
    text-align: left;
  }
  .accountWrap .woocommerce .col2-set .col-2, .accountWrap .woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
  } 
  .wooWrap .woocommerce table.cart .product-thumbnail img {
    width: 100px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th, .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th {
    font-size: 16px;
    padding: 14px 8px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td, .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
    font-size: 14px;
    padding: 16px 8px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button {
    padding: 8px 16px 7px;
    font-size: 16px;  
  }
  .accountWrap .woocommerce .addresses h2,
  .accountWrap .woocommerce .woocommerce-order-details h2 {
    font-size: 30px;  
  }
  .checkoutWrap .woocommerce .woocommerce-customer-details .col-1,
  .accountWrap .woocommerce .woocommerce-customer-details .col-1 {
    margin-bottom: 30px;
  }
  .accountWrap .woocommerce .woocommerce-customer-details {
    margin-bottom: 5px;
  }
  .cartWrap .woocommerce .cart-collaterals button.button, 
  .wooWrap .return-to-shop .wc-backward, .accountWrap .woocommerce-MyAccount-content .button, 
  .wooWrap .woocommerce button.button, .wooWrap .woocommerce .wc-proceed-to-checkout .button, 
  .wooWrap .woocommerce .actions .button, .wooWrap .woocommerce .actions .coupon .button {
      padding: 14px 20px 13px !important;
  } 
  body .wishlistWrap .woocommerce table.shop_table .product-add-to-cart a {
    font-size: 16px !important;
    padding: 10px 14px 9px !important;
  }
  .checkoutWrap .woocommerce form.checkout_coupon .form-row-first {
      width: 49% !important;
  }
  .checkoutWrap .woocommerce form.checkout_coupon .form-row-last {
      width: 50% !important;
  }

  .accountWrap .woocommerce h2 {
  	font-size: 28px;
  }

  .accountWrap .woocommerce form.register { 
    margin: 0;
  }

  .accountWrap #customer_login .u-column2 {
  	margin-top: 30px;
  }

  .single-product .wooBanner:after, 
  .archive .wooBanner:after {
    content: '';
    background: -webkit-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
    background: -moz-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
    background: -o-linear-gradient(top, transparent 30%, rgba(255,255,255,.4) 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

    .globalWrap {
        padding-right: 10px;
    }

    .productWrap .contentBox h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 26px !important;
    }

    .productWrap .contentBox .contentBoxInner th,
    .productWrap .contentBox .contentBoxInner td {
        /*display: block;
        width: 100% !important;
        padding: 10px 10px !important;
        margin-bottom: 0;*/
    }

    .productWrap .contentBox .contentBoxInner th span {
        max-width: inherit;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 10px !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 44px;
        height: 44px;
    }

    .productWrap .contentBox .contentBoxInner .qib-container .qty {
        font-size: 20px !important;
    }

    .productWrap .gallaryBox .woocommerce-product-gallery__trigger {
        right: 15px !important;
        top: 15px !important;   
    }

    .productWrap .gallaryBox .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
    /*    padding: 50px;*/
    } 

    .productWrap .contentBox h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 24px !important;
        text-align: center;
    }

    .productWrap .contentBox .price bdi span {
        font-size: 15px;
        top: -8px;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 10px !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 44px;
        height: 44px;
    }

    .productWrap .contentBox .contentBoxInner .qib-container .qty {
        font-size: 20px !important;
    }

    .productWrap .contentBoxInner .cartBox {
        text-align: center;
    }
    .productWrap .contentBoxInner .cartBox .moreBtn {
        text-align: center;
    }  
    .cartWrap .qib-container .qty {
        font-size: 16px !important;
    }
    .cartWrap .qib-container .qty,
    .cartWrap .qib-container .qib-button {
        width: 30px !important;
        height: 30px !important;
    }
    .cartWrap .qib-container .qib-button {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .product_cat-pre-order .productWrap .contentBox .contentBoxInner .cartBox {
        text-align: center;
    }
    .product_cat-pre-order .productWrap .contentBox .priceWrap p {
        font-size: 16px;  
    }
    .woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__placeholder { 
        margin-top: -1px;
    } 
   .privacyWrap h2 {
        font-size: 26px;
    }
    .privacyWrap h3 {
        font-size: 22px;
    }

    .single-product .productWrap .contentBox .contentBoxInner .qib-container .qty {
    	font-size: 20px !important;
    }
    .product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .simple_cart_form, 
    .productWrap .contentBox .contentBoxInner .single_variation_wrap {
        text-align: center;
    }
    .product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .wc-forward, 
    .productWrap .contentBox .contentBoxInner .single_variation_wrap .wc-forward {
        margin: 0 auto;
    }
    .woocommerce-order-received .woocommerce ul.order_details li, .woocommerce-order-received .woocommerce ul.order_details li strong {
        font-size: 14px;
            margin-bottom: 10px;
      }
    .woocommerce-order-received .woocommerce-order table.woocommerce-table td {
      padding: 14px 20px;
    } 

     .woocommerce-order-received .woocommerce .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
        font-size: 26px;
    }
    .wooWrap .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions a {
        padding: 10px 12px 9px !important;
            top: 0;
    }
    .woocommerce.single-product .contentBoxInner form.cart.variations_form .reset_variations, .productWrap .contentBox .contentBoxInner .reset_variations {
        /*text-align: left;*/
        margin-right: 0;
    }

    .productWrap .contentBox table td {
    	text-align: right;
    }

    body form:after {
	  width: 300px;
	  left: calc(50% - 150px);
	}
	/* tabWrap */
	.maintabWrap .tab-title-view {
		padding-top: 0;
	}
	.maintabWrap .tabWrap .clrBox .wp-block-group__inner-container {
		max-width: 580px;
	}
	.maintabWrap .tabWrap .tab-content-view {
		padding: 15px;
	}
	.maintabWrap .tabWrap .tab-title-view .tab-title p {
	  font-size: 16px;
	}  
	.maintabWrap .kwBox {
		max-width: 100%;
		padding-top: 0;
	}
	.maintabWrap .kwBox h2 {
		font-size: 32px;
	}
	.maintabWrap .kwBox h2 sub {
		font-size: 15px;
		left: 0;
	}
	.maintabWrap .kwBox h2 sup {
	  font-size: 25px;
	}
	.maintabWrap .kwBox h2 label {
		margin-right: -5px;
	}
	.maintabWrap .kwBox p {
		top: -7px;
	}
	.maintabWrap .prolistBox {
		padding-top: 6px;
		--bs-gutter-x: 12px;
	}
	.maintabWrap .prolistBox:before {
		margin-bottom: 15px;
	}
	.maintabWrap .prolistBox .tabList2 {
		padding-left: 12px;
	}
	/* tabWrap */
  /* pro-badge */
  .pro-badge {
    top: -8px;
    padding: 7px 56px 6px;      
    -webkit-transform: rotate(-36deg) translate(-70px);
    -moz-transform: rotate(-36deg) translate(-70px);
    -o-transform: rotate(-36deg) translate(-70px);
    transform: rotate(-36deg) translate(-70px);       
  }
  .pro-badge span.oncustom {        
    font-size: 15px !important;         
  }
  /* pro-badge */
  .modalWrap .modal-group .modal-content>.wp-block-group__inner-container {
    max-width: 705px;    
  } 
  .productWrap .bottomBox {
    padding-top: 0;
  }      

  .footer .box {
	    padding: 0 30px;
	    margin-bottom: 35px;
	}
	.footer .corpBox,
	.footer .contactBox {
		margin-bottom: 0;
	}
  .specialistWrap .wp-block-media-text__content {
    text-align: left;
  }
	.footer .partnerBox {
		border: none;
	}
	.copyRightWrap .rightBox {
	    text-align: center;
	    margin-top: 15px;
	}
	.copyRightWrap .leftBox {
		text-align: center;
	}
  .copyRightWrap .social li {
    margin-left: 20px;
  }
  .copyRightWrap .social li a {
    font-size: 20px;
  }
	.questWrap h2 {
    font-size: 26px;
  }
  .specialistWrap .titleBox h2 {
    font-size: 30px;
  }
  .specialistWrap .wp-block-media-text__media {
    margin-right: 10px !important;
  }
  .specialistWrap .reqBox .wp-block-button__link {
    font-size: 14px !important;
    padding: 6px 14px 7px !important;
  }
  .specialistWrap .leftBox {
    width: 63%;
  }
  .specialistWrap .rightBox {
    width: 37%;
  }
  .advantageWrap .bottom-icon h3 {
    font-size: 16px;
  }
  .advantageWrap .topBox {
    margin-bottom: 135px;
  }
  .tagWrap .row {
      --bs-gutter-x: 1rem;
  }
  .specialistWrap {
    text-align: center;
    padding: 20px 0 27px !important;
  }
  .specialistWrap .titleBox {
    margin-bottom: 14px;
  }
  .specialistWrap .wp-block-media-text__content p {
    font-size: 15px;
  }
  .specialistWrap .titleBox img {
      width: 45px !important;
  }
  .scnTitle2 {
    font-size: 26px;
    line-height: 26px;
  }
 
  .tagWrap .tagBox {
    margin-bottom: 20px;
  }
  .tagWrap {
    padding-bottom: 30px;
  }
  .copyRightWrap {
    padding: 20px 0;
  }
  .title {
    font-size: 30px;
    line-height: 30px;
  }
  .bookWrap .bookForm h2 {
    font-size: 24px;
    line-height: 24px;
  }   
  .bookWrap .blankBox {
    width: 25%;
  }
  .bookWrap .textBox {
    width: 75%;
  }
  .specialistWrap .reqBox {
    max-width: 470px;
    margin: 0 auto;
  }
  .advantageWrap:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -o-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
  }
  .advantageWrap .bottom-icon h3 strong {
    display: block;
  }
  .questWrap h2 em:after {
    margin-top: 0;
  }
   ul.listBox li label {
    width: 27px;
    height: 27px;
  }
  ul.listBox li label:before {
    top: 15px;
  }
  ul.listBox li label:after {
    top: 10px;
  }
  ul.listBox {
    margin: 0 0 20px 12px;
  }
  .golfoperationWrap .golfConsumerWrap h2 {
     font-size: 28px;
  }
  .golfoperationWrap h2 {
    font-size: 24px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image {
      float: none;
  }
  .golfoperationWrap .unitBox .row {
      flex-flow: column-reverse;
    }
  .golfoperationWrap .unitBox img {
    width: 130px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image img {
      width: 120px;
  }
  .golfoperationWrap .unitBox:nth-child(3) .wp-block-image img {
      width: 120px;
  }
  .golfoperationWrap .unitBox:first-child {
    padding-right: 20px;
  }
   .golfoperationWrap .unitBox:nth-child(2) {
    padding: 0 20px;
   }
   .golfoperationWrap .unitBox:nth-child(3) {
    padding-left: 20px;
   }
   .golfoperationWrap .unitBottombox .textBox {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 30px;      
    width: 72%;
   }
   .golfoperationWrap .unitrow .imageBox img {
      border-radius: 25px;
  }
  .page-loaded .golfoperationWrap .unitrow .imageBox img {
    border-top-right-radius: 25px;
  }

  .golfoperationWrap .unitBottombox .imageBox {
      width: 28%;
  }
  .golfoperationWrap .unitBottombox .imageBox figure {
    top: -35px;
  }
  .golfoperationWrap .unitBottombox .imageBox figure img {
    width: 130px;
  }
   .golfoperationWrap .unitBottombox .imageBox .animationBox figure img {
    width: 85px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure {
    top: 0;
    left: -25px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child img {
    width: 115px;    
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
    top: 80px;
    left: 18px;
    -webkit-transform: rotate(-90deg) translate(87px, -80px); 
    -moz-transform: rotate(-90deg) translate(87px, -80px); 
    -o-transform: rotate(-90deg) translate(87px, -80px); 
    transform: rotate(-90deg) translate(87px, -80px);     
  }
  .golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }      
  .bookWrap .select .select-styled:before {
      right: 15px;
  }
  .bookWrap .select .select-styled:after { 
      right: 10px;
  }
  .bookWrap .bookForm form .select-styled {
      padding-right: 28px;
  }
  .galleryWrap .gallery-with-pop .leftBox figure a {
      min-height: 260px;
  }
  .aboutWrap .imgBox .midBox > figure > a {
    min-height: 172px;
  }
  .galleryWrap .gallery-with-pop figure a {
    min-height: 84px;
  }
  .aboutWrap .numberBox h3 label {
    font-size: 32px;
    line-height: 32px;
  }
  .aboutWrap blockquote h3 {
    font-size: 26px;
  }
   .aboutWrap .numberBox {
    width: 25%;
  }
  .aboutWrap .imgBox {
    width: 100%; 
    margin-top: 15px;
  }
  .aboutWrap .textBox {
    width: 75%;
  }
  .aboutWrap .inrText {
    padding: 20px 0px 10px;
  }
  .contactWrap .textBox .iconBox {
    padding: 26px 20px;
  }
  .contactWrap .iconBox .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .contactWrap .iconBox .wp-block-media-text {
    margin-bottom: 20px;
  }
  .contactWrap .textBox {
    width: 100%;
  }
  .bookWrap .inrText p strong {
    font-size: 16px;
  }
    .sr1modalWrap .colorBox .topTitle {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .sr1modalWrap .colorBox .topTitle strong {
        font-size: 68px;
    }    
    .sr1modalWrap .colorBox {
        padding: 34px 38px 44px;
    }
    .sr1modalWrap .colorBox .carBox .wp-block-cover {
        min-height: 135px;  
    }        

    .newsWrap .leftBox {
        padding: 0 10px 0 10px;
    }
    .newsWrap .rightBox {
        padding-left: 16px;
    }
    .newsWrap .leftBox .row {
        --bs-gutter-x: 1rem;
    }
    .newsWrap .rightBox h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .category-33 .newsWrap .rightBox {
        grid-template-columns: repeat(3, 1fr);
    }

}
     
@media (max-width: 767px) { 
 
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
    .btnbx {
      font-size: 13px;
    }    

    .woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__placeholder { 
        margin-top: -1px;
    }
    .topBar .rightBox,
    .header.unscroll {
		display: none !important;
	}

    .topBar .rightBox ul li a, .topBar .wp-block-media-text .wp-block-media-text__content h4 {
        font-size: 12px;
    }


	.header.scroll {
		top: 0 !important; 
        padding: 14px 0px;
        position: relative !important;   
	}
    .scrolling .header.scroll {
        top: 0 !important;
    }   
    /*.scrolling_down .header.scroll,
    .scrolling .header.scroll {
        top: 0;
    }*/

    .header.scroll .logoBox {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

	.header.scroll .logoBox img {
	    width: 140px;
	}

	.header.scroll .menuBox .mini-cart {
		margin: 0 2px;
	}

	main {  
		margin-top: 99px;
	}
  
	.header.scroll .mini-cart .misha-cart, 
	.header .navbar-toggler span, 
	.header.scroll .mini-cart i, 
	.header.scroll .menuBox .phone i {
		opacity: 1;
		visibility: visible;
	}

  	.mini-cart-sidebar {
    	width: 300px;     
  	}

	 .mini-cart-sidebar .mini-cart-sidebar-inner ul li img {
	    width: 70px !important;
	    margin-right: 10px;
	 }
	 .mini-cart-sidebar .mini-cart-sidebar-inner ul li .boxRight {
	      width: 59%;
	 }
	 .mini-cart-sidebar p.woocommerce-mini-cart__buttons a {   
      	padding: 9px 12px 9px !important;
      	font-size: 14px !important;
      	margin: 0 6px;
	 }

	.Chrome .header .mini-cart-sidebar,
	.Firefox .header .mini-cart-sidebar,
	.Safari .header .mini-cart-sidebar {
	    width: calc(300px + 18px);
	    padding-right: 0px;    
	 }
	.Chrome .header .mini-cart-sidebar .close,
	.Firefox .header .mini-cart-sidebar .close,
	.Safari .header .mini-cart-sidebar .close {
	    right: 30px;
	}

	.mini-cart-sidebar .mini-cart-sidebar-inner ul li {
		padding-right: 50px;
	}

	.mini-cart-sidebar ul li a.remove {
		right: 30px;
	}

	.mini-cart-sidebar .boxRight h6 {
	  	font-size: 16px;
	}

	.mini-cart-sidebar .mini-cart-sidebar-inner p.woocommerce-mini-cart__total {
	  	font-size: 20px;
	}

	.header.scroll .navBox .logoBox img {
		width: 200px;
	}

	.header.scroll .navBox ul.nav-menu li a {
		font-size: 22px;   
	}

	.header.scroll .navBox ul.nav-menu li ul li a {
		font-size: 20px;
	}

    .header.scroll .navBox ul.nav-menu li ul li ul li a {
        font-size: 18px;       
    }
	
	.header.scroll .navBox ul li .indicator {
	    top: 0px;
        background-size: 100%;
        width: 12px;
        height: 15px;
	}

    .header.scroll .navBox ul li ul li .indicator {
        width: 12px;
    }

    .bannerWrap .wp-block-cover__image-background:before {
        background: -webkit-linear-gradient(top, #0a2536 -10%, transparent 10%);
        background: -moz-linear-gradient(top, #0a2536 -10%, transparent 10%);
        background: -o-linear-gradient(top, #0a2536 -10%, transparent 10%);
        background: linear-gradient(top, #0a2536 -10%, transparent 10%);
    }

	.bannerWrap {
		min-height: 390px;
		padding: 60px 0px 220px;
	}

	.bannerWrap .headTitle label {        
        font-size: 42px;
        line-height: 44px;
	}

	.bannerWrap .headTitle span {
		font-size: 15px;
	}  

	.bannerWrap .flagText ul li {
        font-size: 16px;
        line-height: 16px;
	}

    .bannerWrap .flagText ul {
        padding-left: 20px;
    }

    .bannerWrap .flagText ul li {
        padding-right: 20px;
    }

	.bannerWrap .flagText ul:before, 
    .bannerWrap .flagText ul li:after {
        height: 16px;
	}

    .bannerWrap .flagText ul:before {
        left: 1px;
    }

    .bannerWrap .flagText ul li:after {
        right: 2px;
    }

	.bannerWrap .flagText {
		padding-bottom: 100px;
	}

	.fleetWrap .wp-block-cover__inner-container p {
		font-size: 30px;
		line-height: 32px;
	}

	.fleetWrap .mdBox .group .wp-block-cover__image-background,
	.fleetWrap .box .group .wp-block-cover__image-background {
		/*min-height: 360px;*/
        min-height: 270px;
        background-position: center center !important;
	}

    .fleetWrap .leftBox .group .wp-block-cover__image-background:before {
        background-image: -webkit-linear-gradient(184deg, #0a2536 0%, transparent 65%);
        background-image: -moz-linear-gradient(184deg, #0a2536 0%, transparent 65%);
        background-image: -o-linear-gradient(184deg, #0a2536 0%, transparent 65%);
        background-image: linear-gradient(184deg, #0a2536 0%, transparent 65%);
    }

    .fleetWrap .box .group .wp-block-cover__image-background:after {
        content: '';
        background: #0a2536;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .5;
    }

	.fleetWrap .gridBox {
		--bs-gutter-x: 1rem;
		margin-top: -80px;
	}

	.fleetWrap .wp-block-cover__inner-container {
		padding: 10px;
		text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
	}

	.fleetWrap .mdBox {
		margin: 20px 0px;
	}

    .fleetWrap .mobileOnly {
        margin-top: 14px;     
    }

    .fleetWrap .mobileOnly .row {
        --bs-gutter-x: 1rem;
    }

	.consumerWrap {
	    padding: 53px 0px 40px;
	}
    .golfoperationWrap .golfConsumerWrap {
        padding: 25px 0px 15px;
    }
    .golfoperationWrap .golfConsumerWrap .wp-block-separator {
        margin-top: 15px;
    }	 
    .golfConsumerWrap .bottomGrid .proBox li:last-child {
       /* grid-column: span 2;
        width: 50%;
        margin: 0 auto; */     
    }  
	.consumerWrap .bottomGrid .box:last-child {
		padding-top: 24px;
	}

	.consumerWrap .item .color-box .textGrid .entry-title a {
		font-size: 20px;
        letter-spacing: 0;
	}

    .consumerWrap .item .color-box .textGrid .entry-title {
        margin-bottom: 5px;
    }
    .consumerWrap .item .color-box .textGrid .call, 
    .consumerWrap .item .color-box .textGrid .price {
        font-size: 18px;
    }

    .product_cat-fleet-carts .productWrap .contentBox .price:after,
    .product_cat-fleet-carts .productWrap .contentBox .price:before,
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:after, 
    .consumerWrap .bottomGrid .product_cat-fleet-carts .color-box .textGrid .price:before {
        font-size: 14px;
    }

    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button .mText:last-child:before {
        font-size: 18px;
        line-height: 11px;
        left: 4px;
        top: 3px;
    }

	.scnTitle {
		font-size: 28px;
	}

	.scnTitle:after, .scnTitle:before {
		height: 4px;
		top: calc(50% - 2px);
	}

	.consumerWrap .item .color-box .textGrid .moreBtn a {
		font-size: 13px !important;
		padding: 6px 8px 7px !important;
		display: table;
		margin: 5px auto 0px;
	}

    .consumerWrap .item .color-box .textGrid .moreBtn a,
    .consumerWrap .item .color-box .textGrid .moreBtn .add_to_cart_button, 
    .consumerWrap .item .moreBtn .added_to_cart {
        min-width: 150px;
    }

    .relatedWrap.consumerWrap .owl-item, 
    .relatedWrap.consumerWrap .item, 
    .relatedWrap.consumerWrap .item .color-box {
        height: auto;
    }

	.consumerWrap .item .color-box .moreBtn .dbtn:last-child {
		margin-right: auto;
	}

	.consumerWrap .owl-nav-btn button {
		width: 34px;
		height: 34px;
		top: calc(50% - 17px);
	}

	.consumerWrap .owl-nav-btn button:after, 
	.consumerWrap .owl-nav-btn button:before {
        height: 15px;
        left: 7px;
        top: calc(50% - 7.5px);             
        background-size: 90%;
	}

	.consumerWrap .owl-nav-btn button.owl-next:before {
	     top: 9px;
         left: 6px;
	}

	.consumerWrap .owl-nav-btn button.owl-prev {
		/*left: 10px;*/
        left: -4px;
	}

	.consumerWrap .owl-nav-btn button.owl-next {
		/*right: 10px;*/
        right: -4px; 
	}

    .consumerWrap .sliderBox {
      margin-bottom: 20px;  
    }     
    .blogWrap .textGrid .entry-title {
        font-size: 20px;   
    }    
    .woocommerce-shop .shopWrap.wooWrap ul.products,
    .consumerWrap .bottomGrid .proBox,
    .shopWrap.consumerWrap .bottomGrid .proBox,
    .tax-product_cat .shopWrap .bottomGrid ul.products {
		/*display: block;  */
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

    .tax-product_cat .shopWrap .bottomGrid ul.products li,
    .single .shopWrap .bottomGrid ul li {
        margin-bottom: 20px !important;   
    }

	.consumerWrap .item {
		padding: 20px 10px 88px !important;
	}

    .consumerWrap .item .color-box .textGrid .moreBtn {
        bottom: 12px;
    } 
	.productWrap .imgSlide .gallaryBox picture {
      width: 300px;
      margin: 0 auto;
  } 
  .productWrap .imgSlide {
      max-width: 500px;
      margin: 0 auto 20px;
  } 
  .productWrap .imgSlide ul li {
      width: 19.1%;
      min-height: 91px;
  }
  .productWrap .contentBox .priceBox {
      margin: 18px 0 28px;
      text-align: center;
      padding: 27px 15px 30px;
  }
  .productWrap .contentBox .priceBox label form.cart .button {
      float: none;
  }
  .productWrap .contentBox .priceBox form.variations_form .quantity,
  .productWrap .contentBox .priceBox form.simple_cart_form .quantity {
      float: none; 
      display: inline-block;
      vertical-align: top;  
  }
  .productWrap .contentBox .priceBox form.variations_form .added_to_cart.wc-forward,
  .productWrap .contentBox .priceBox form.simple_cart_form .added_to_cart.wc-forward {
    margin: 0 auto;
  }
  .productWrap .contentBox .priceBox form.variations_form table tr td .reset_variations {
      bottom: -12px;
      font-size: 15px;  
  }
  .productWrap .contentBox .priceBox form.variations_form table {
    table-layout: auto;
  }
  .productWrap .contentBox h1 {
      font-size: 24px;
  }
  .productWrap .contentBox .priceBox h3 {
    font-size: 30px;
  }
  .productWrap .contentBox .priceBox .dbtn {
    font-size: 20px;
  }
  .productWrap .contentBox .priceBox .dbtn, 
  .productWrap .contentBox .priceBox .dbtn .mText:last-child {
    padding: 12px 26px 12px;
  }
  .productWrap .contentBox .accordion-button {
    font-size: 20px;
  }
  .productWrap .contentBox table td {  
    font-size: 18px;
    line-height: 18px;
  }
  .productWrap .contentBox .priceBox form.grouped_form table tr td .quantity input {
      width: 100%;
      min-width: 46px;
      padding-right: 4px;
  }
  .productWrap .contentBox .textfield p {
    font-size: 16px;
    line-height: 24px;
  }
  .productWrap .contentBox table {
    margin-bottom: 28px;
  }
  .productWrap .contentBox .accordion-button  {
    font-size: 20px;
    padding: 15px 40px 15px 20px;
  }
  .productWrap .contentBox .accordion-body {
    padding: 0px 40px 15px 20px;
  }
  .productWrap {
    padding-bottom: 40px !important;
  }
  .productWrap .contentBox .accordion-button:after {
    background-size: 20px !important;
    width: 30px;
    height: 15px;
    top: calc(50% - 7.5px);
    right: -28px;
  }
  .productWrap .contentBox .textfield p label {
    font-size: 12px;
  }
  .productWrap .contentBox h6.dscTitle,
  .productWrap .contentBox h6 {
    padding-bottom: 15px;
  }
  .productWrap .row {
    padding-top: 30px;
  }
  .productWrap .contentBox table {
    margin-bottom: 28px;
    table-layout: fixed;
  }  
  .productWrap .contentBox .pr-specifics h6 {
    font-size: 20px;
  }
  .productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs li {
    height: 90px;         
	/*padding: 6px;*/
  }   
  .productWrap .gallaryBox .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
  .productWrap .gallaryBox .woocommerce-product-gallery .flex-viewport {
    min-height: inherit;
  }
  .productWrap .contentBox h1 {
    text-align: center;
  }
 
  .talkWrap .box .customer:last-child {
    margin-right: 0;
  }
  .productWrap .contentBox .priceBox .dbtn {
    float: none !important;
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-message  {
    font-size: 14px;
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-message .dbtn {
    margin-top: 0;
  }

  /* shopWrap */

    .relatedWrap .proBox li {
        margin-bottom: 20px !important;
    }

    .relatedWrap .scnTitle {
        margin: 0 auto 20px;
    }

    .relatedWrap .scnTitle:before {
        right: calc(100% + 26px);
    }

    .relatedWrap .scnTitle:after {
        left: calc(100% + 26px);
    }

  .woocommerce-cart .cart-collaterals .cart_totals {
        width: 100% !important;
    }


  .woocommerce-page .shopWrap .woocommerce-result-count,
   .woocommerce-page .shopWrap .woocommerce-ordering {
   		float: none;
  }

  .woocommerce-page .shopWrap .woocommerce-result-count {
  	text-align: left;
  	margin-bottom: 0;
  }
 .shopWrap .woocommerce-ordering select {
    padding-top: 7px;
 }
    .woocommerce .shopWrap ul.products li.product .product-text h2 {
    font-size: 24px;
  }
  .woocommerce .shopWrap ul.products li.product .product-text .price {
    font-size: 16px;
  }
  .woocommerce .shopWrap ul.products li.product .product-image {
    height: 230px; 
  }

  .woocommerce .shopWrap {
      padding: 45px 0 59px;  
  }
   .single-product .relatedWrap ul li.product .product-image {
    height: 166px;  
  }
  .single-product .relatedWrap ul li.product .product-text h2 {
      font-size: 20px;
  }
  .relatedWrap ul li.product {
     margin-bottom: 20px;
  }
  .woocommerce .relatedWrap {
      padding: 0 0 40px;
     text-align: center;
  }
   .woocommerce .productWrap #reviews #comments ol.commentlist li .comment-text {
     margin: 0 0 0 45px; 
     padding: 15px 10px;
     font-size: 16px; 
   }
  .productWrap #reviews #comments ol.commentlist li img.avatar { 
    width: 35px !important;
    height: 35px !important; 
  }
  .productWrap #reviews #comments ol.commentlist li .star-rating {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .woocommerce .productWrap #reviews #comments ol.commentlist li .comment-text .meta {
    font-size: 16px;
  }

    .post-type-archive .shopWrap ul.products li.product {
      margin: 0 !important;
  }

	/* wooWrap*/

	.woocommerce-page .wooBanner {
		padding-bottom: 60px;
	}

    .woocommerce-page .wooWrap .woocommerce .actions .button, 
    .wooWrap .woocommerce .actions button.button {
        padding: 17px 20px 17px !important;
    }

   .wooWrap .woocommerce .woocommerce-cart-form {
    margin-bottom: 25px;
  }
  .woocommerce-page .wooWrap .return-to-shop .wc-backward,
  .woocommerce-page .accountWrap .woocommerce-MyAccount-content .button,
  .woocommerce-page .wooWrap .woocommerce button.button, 
  .woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button, 
  .woocommerce-page .wooWrap .woocommerce .actions .button, 
  .woocommerce-page .wooWrap .woocommerce .actions .coupon .button {
    font-size: 14px !important;  
    
  }
  .woocommerce-page .wooWrap .woocommerce button.button, .woocommerce-cart .wooWrap .woocommerce .actions .button, 
    .woocommerce-cart .wooWrap .woocommerce .actions .coupon .button {
        padding: 8px 20px 7px !important;
    }
     .woocommerce-page .cartWrap .woocommerce .cart-collaterals button.button, .woocommerce-page .wooWrap .return-to-shop .wc-backward, 
     .woocommerce-page .accountWrap .woocommerce-MyAccount-content .button, .woocommerce-page .wooWrap .woocommerce .wc-proceed-to-checkout .button, .woocommerce-page .wooWrap .woocommerce .actions .button, .woocommerce-page .wooWrap .woocommerce .actions .coupon .button {
        padding: 12px 20px 12px !important;
    }
  .woocommerce #payment #place_order {
    width: auto !important;
  }
  .wooWrap .woocommerce .coupon input[type='text'] {
    max-width: inherit;
    width: 50% !important;  
    margin: 0 5px 0 0 !important;
  }
  .wooWrap .woocommerce .cart-collaterals table.shop_table th,
  .wooWrap .woocommerce table.shop_table th {
    font-size: 16px;  
  }
  .wooWrap .woocommerce .cart-collaterals table.shop_table td,
  .wooWrap .woocommerce table.shop_table td {
    font-size: 15px;
    padding: 16px 15px;
  }
  .wooWrap .woocommerce .quantity .qty {
    width: 50px;
    height: 50px; 
  } 
  .wooWrap .woocommerce table.shop_table td:before {
    font-weight: normal !important;
  }
  .checkoutWrap h3,
  .wooWrap .woocommerce .cart-collaterals h2 {
    font-size: 22px; 
  }
  .wooWrap {
    padding: 60px 0 60px;
  } 
  .wooWrap .woocommerce-message,
  .wooWrap .woocommerce-info {
    font-size: 14px;
  }
  .woocommerce-shop .shopWrap.wooWrap ul.products {
     /*grid-template-columns: repeat(1, minmax(0, 1fr));*/ 
  }
    
  .accountWrap .select2-container--default .select2-selection--single,
  .accountWrap form .form-row input.input-text,
  .cartWrap .select2-container--default .select2-selection--single,
  .checkoutWrap .select2-container--default .select2-selection--single,
  .cartWrap select, .cartWrap input[type='tel'], .cartWrap textarea, .cartWrap input[type='email'], .cartWrap input[type='text'], 
  .cartWrap input[type='password'], .cartWrap input[type='number'], .cartWrap input[type='search'],
  .checkoutWrap select, .checkoutWrap input[type='tel'], .checkoutWrap textarea, .checkoutWrap input[type='email'], .checkoutWrap input[type='text'], 
  .checkoutWrap input[type='password'], .checkoutWrap input[type='number'], .checkoutWrap input[type='search'],
  .accountWrap form .form-row input.input-text, .checkoutWrap .select2-container--default .select2-selection--single {
    font-size: 14px;
  }
 
  .checkoutWrap h3 {
    margin-bottom: 10px;
  }
  .checkoutWrap .woocommerce #customer_details,
  .checkoutWrap .woocommerce-billing-fields {
    margin-bottom: 20px;
  }
  .checkoutWrap .woocommerce .woocommerce-checkout-review-order table.shop_table td {
    font-size: 14px;
    padding: 14px 20px;
  }
  .checkoutWrap .woocommerce form.checkout_coupon button.button {
    width: 100%;
    padding: 8px 20px 8px !important;
  }
  .checkoutWrap .woocommerce form.checkout_coupon button.button:before {
    background-size: auto 50px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px;
  }
  .woocommerce-page  .wooWrap .woocommerce-message .woocommerce-Button, .wooWrap .woocommerce-info .woocommerce-Button {
    font-size: 14px !important;
  }
  .woocommerce-account .addresses .title h3 {
    font-size: 20px;
  }

  .accountWrap .woocommerce-Address .edit {
  	top: 0;
    font-size: 16px;
  }

   .accountWrap .woocommerce-MyAccount-content h3 {
		font-size: 22px;
	}

    .woocommerce-edit-address .wooWrap .woocommerce button.button {
        padding: 8px 20px 8px !important;
        line-height: 20px !important;
    }
  .woocommerce-account address {
    font-size: 14px;  
  }
  .woocommerce-account .accountWrap form .form-row-first, .woocommerce-account .accountWrap form .form-row-last, .woocommerce-account .accountWrap form .form-row-first, .woocommerce-account .accountWrap form .form-row-last {
    width: 100%;
  }
  .wooWrap .wc_payment_methods label img {
    margin-right: 6px !important;
    max-height: 26px !important;  
  }
  .wooWrap .wc_payment_methods input {
    margin-right: 5px !important;
    position: relative;
    top: 2px;                         
  }
  .checkoutWrap .woocommerce-shipping-fields #ship-to-different-address label.checkbox:before {
    top: 2px;
  }     
  .wooWrap .payment_box p,
  .wooWrap .wc_payment_methods label {
    font-size: 13px;
    line-height: 20px;
  }
  .wooWrap .woocommerce-checkout-payment {
    padding-left: 12px;
    padding-right: 12px;
  }
  .woocommerce-checkout .wooWrap #payment .payment_method_paypal .about_paypal {
    line-height: 24px; 
  }
  .checkoutWrap .woocommerce-shipping-fields #ship-to-different-address {
      font-size: 20px;
      margin-top: 20px;     
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th, .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th {
    font-size: 16px;
    padding: 14px 8px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td, .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
    font-size: 14px;
    padding: 16px 8px;
  }
  .woocommerce-account .accountWrap .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button {
    padding: 8px 16px 7px;
    font-size: 16px;  
  }  

  .woocommerce-order-received .checkoutWrap .woocommerce .woocommerce-customer-details .col-1,
  .accountWrap .woocommerce .woocommerce-customer-details .col-1 {
    margin-bottom: 30px;
  }
  .woocommerce-order-received .checkoutWrap .woocommerce .woocommerce-customer-details,
  .accountWrap .woocommerce .woocommerce-customer-details {
    margin-bottom: 5px;
  }

  .accountWrap .woocommerce h2 {
  	font-size: 28px;
  }
  .accountWrap .woocommerce form.register button.button {
    padding: 7px 20px 8px !important;
  }

  .accountWrap .woocommerce form.register {
  	max-width: 600px;
    margin: 0 auto;
  }

  .accountWrap #customer_login .u-column2 {
  	margin-top: 30px;
  }

    .woocommerce nav.woocommerce-pagination ul li {
    font-size: 16px;
  }

    .globalWrap {
        padding-right: 0px;
    }

    .globalWrap .wp-block-media-text .wp-block-media-text__content h2 {
        font-size: 13px;
    }

    .globalWrap .wp-block-media-text .wp-block-media-text__content p {
        font-size: 10px;
    }

    .globalWrap .wp-block-media-text figure {
        width: 116px;
    }

    .globalWrap .wp-block-media-text {
        padding-right: 126px;
        max-width: 310px;
        margin: 0 auto;
    }
    .header.scroll .navBox .fullBox .leftBox:after {
        width: 100%;
        height: 4px;
        background-image: linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -webkit-linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -moz-linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -o-linear-gradient(170deg, transparent 75%, #fff 100%);
        right: auto;
        left: 12px;
        margin-top: 20px;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    }
    .header.scroll .navBox .fullBox .menuContent .row {
        flex-flow: column-reverse;
    }
    .header.scroll .navBox .rightBox {
        text-align: left;
    }
    .header.scroll .navBox .fullBox .leftBox {
        padding-top: 40px;
    }
    .header.scroll .navBox .rightBox ul.list:after, 
    .header.scroll .navBox .rightBox .logoBox:after {
        background-image: linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -webkit-linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -moz-linear-gradient(170deg, transparent 75%, #fff 100%);
        background-image: -o-linear-gradient(170deg, transparent 75%, #fff 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    .header.scroll .navBox .fullBox {
        padding: 0 20px;
    }

    .productWrap .contentBox h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 26px !important;
    }

    .productWrap .contentBox .contentBoxInner th,
    .productWrap .contentBox .contentBoxInner td {
        display: block;
        width: 100% !important;
        padding: 10px 10px !important;
        margin-bottom: 0;
        text-align: center;
    }

    .productWrap .contentBox .contentBoxInner th label {
        text-align: center !important;
    }

    .productWrap .contentBox .contentBoxInner th span {
        max-width: inherit;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 10px !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 44px;
        height: 44px;
    }

    .productWrap .contentBox .contentBoxInner .qib-container .qty {
        font-size: 20px !important;
    }  

    .productWrap .gallaryBox .woocommerce-product-gallery__trigger {
        right: 15px !important;
        top: 15px !important;   
        width: 28px !important;
        height: 28px !important;
    }

    .productWrap .contentBox h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .productWrap .contentBox .contentBoxInner .call,
    .productWrap .contentBox .price {
        font-size: 24px !important;
        text-align: center;
    }

    .productWrap .contentBox .price bdi span {
        font-size: 15px;
        top: -8px;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
        margin-right: 8px !important;
        margin-bottom: 2px !important;
    }

    .woocommerce.single-product .contentBoxInner form.cart.variations_form .tawcvs-swatches .swatch {
        width: 30px;
        height: 30px;
    }
    .productWrap .contentBox .contentBoxInner .cart .button:before {
        top: calc(50% - 9px);
    }
    .productWrap .contentBox .contentBoxInner .qib-container .qty {
        font-size: 20px !important;
    }

    .productWrap .contentBox .contentBoxInner .qib-container {
        display: table !important;
        max-width: 130px;
        margin: 0 auto 10px;
    }
     .product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .wc-forward, 
    .productWrap .contentBox .contentBoxInner .single_variation_wrap .wc-forward {
        margin: 0 auto;
    } 
    .productWrap .contentBox .contentBoxInner .single_variation_wrap .button.single_add_to_cart_button {
        margin-left: 0 !important; 
    }
   
   .product-type-simple .productWrap .contentBox .contentBoxInner .cartBox .simple_cart_form,
    .productWrap .contentBox .contentBoxInner .single_variation_wrap {
        text-align: center;
    }
    .product_cat-pre-order .productWrap .contentBox .contentBoxInner .cartBox {
        text-align: center;
    }
    .product_cat-pre-order .productWrap .contentBox .priceWrap p {
        font-size: 16px;  
    }  
    .single-product .productWrap .contentBox .contentBoxInner .qib-container .qty {
    	font-size: 20px !important;
    }

    .productWrap .contentBox .showlesscontent {
        text-align: center;
    }

    .productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs img {
        width: 100% !important;
    }
    .productWrap .releaseBox {
        padding: 14px 0 25px;
    }

    .productWrap .contentBoxInner .cartBox .moreBtn {
        text-align: center;
    }
    .cartWrap .qib-container .qty {
        font-size: 16px !important;
    }
    .cartWrap .qib-container .qty,
    .cartWrap .qib-container .qib-button {
        width: 30px !important;
        height: 30px !important;
    }
    .cartWrap .qib-container .qib-button {
        font-size: 20px !important;
        line-height: 20px !important;
    } 
  	.errorWrap h1 {
	    font-size: 56px;
  	}
    .error404 main {
        margin-top: 76px;
    }
    .errorWrap {
        padding: 50px 0 62px;
    }
    .errorWrap form .btnbx {
        padding: 8px 13px 9px !important; 
        font-size: 14px !important;
    }

    .privacyWrap h2 {
        font-size: 24px;
    }
    .privacyWrap h3 {
        font-size: 20px;
    }
    .privacyWrap {
        padding: 60px 0 40px
    }
    .consumerWrap.blogWrap .item {
        padding-bottom: 0px !important;
    }
    .checkoutWrap.wooWrap {
        padding-bottom: 20px;
    }

     .woocommerce-order-received .checkoutWrap .woocommerce .woocommerce-customer-details .col-1 {
        margin-bottom: 30px;
    }
      .woocommerce-order-received .checkoutWrap .woocommerce .woocommerce-customer-details {
        margin-bottom: 5px;
      }

      .woocommerce-order-received .woocommerce ul.order_details li, .woocommerce-order-received .woocommerce ul.order_details li strong {
        font-size: 14px;
            margin-bottom: 10px;
      }
       .woocommerce-order-received .woocommerce-order table.woocommerce-table td {
          padding: 14px 20px;
          font-size: 14px;
      }
      .woocommerce-order-received h1 {
        text-align: left;
      }

      .woocommerce-order-received ul.order_details {
        margin-bottom: 20px !important;
      }

     .woocommerce-order-received .woocommerce .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce .woocommerce-order-details h2 {
        font-size: 24px;
    }

    .woocommerce-order-received .checkoutWrap {
        padding-bottom: 55px;
    }
    .wooWrap .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions a {
        padding: 10px 12px 9px !important; 
    }
    .woocommerce.single-product .contentBoxInner form.cart.variations_form .reset_variations, .productWrap .contentBox .contentBoxInner .reset_variations {
        text-align: center;
        margin-right: 0;
    }
    .woocommerce div.product form.cart.variations_form .tawcvs-swatches, .woocommerce.archive form.cart.variations_form .tawcvs-swatches, 
    .woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
        justify-content: center;
    }
	
	.productWrap .gallaryBox .woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	/* additional2 css start */
	.navBox .arrowBox .leftArrow:before, .navBox .arrowBox .rightArrow:after {
		width: 13px;
		height: 18px;
		background-size: 13px !important;
		opacity: 0;
		visibility: hidden;
	}
	.menu-active .navBox .arrowBox .rightArrow:after {
		right: calc(100% - 13px);
		bottom: calc(100% - 16px);
		opacity: 0;
		visibility: hidden;
	}
	.menu-active .navBox .arrowBox .leftArrow:before {
    left: calc(100% - 13px);
    bottom: calc(100% - 16px);
    opacity: 0;
    visibility: hidden;
	}


	@keyframes arrowEfect {
	  0% {
	   opacity: 0;
	   visibility: hidden;
	   bottom: 0;
	   left: 0;
	   -webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
	   -o-transform: rotate(-180deg);
	   transform: rotate(-180deg);
	  }
	  45%,50% {
	  	-webkit-transform: rotate(-180deg);
	  	-moz-transform: rotate(-180deg);
	  	-o-transform: rotate(-180deg);
	  	transform: rotate(-180deg);
	  }
	  50% {
	    bottom: calc(100% - 16px);
	    left: 0;
	    opacity: 1;
	    visibility: visible;
	  }
	  52% {
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	  }
	  98% {
	    left: calc(100% - 13px);
	    opacity: 1;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	  }
	  100% {
	  	opacity: 0;
	  	visibility: hidden;
	  }
	    
	}
	@keyframes arrowEfect2 {
	  0% {
	    opacity: 0;
	    visibility: hidden;     
	    bottom: 0;
	    right: 0;
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);       
	    transform: rotate(180deg);
	  }
	  45%,50% {
	  	-webkit-transform: rotate(180deg);
	  	-moz-transform: rotate(180deg);
	  	-o-transform: rotate(180deg);
	  	transform: rotate(180deg);
	  }
	  50% {
	    bottom: calc(100% - 16px);
	    right: 0;
	    opacity: 1;
	    visibility: visible;
	  }
	  52% {
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	  }
	  98% {
	    right: calc(100% - 13px);
	    opacity: 1;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	  }
	  100% {
	  	opacity: 0;
	  	visibility: hidden;
	  }
	    
	}
	body form:after {
	  width: 300px;
	  left: calc(50% - 150px);
	}
	/* tabWrap */
	.maintabWrap .tab-title-view {
		padding-top: 0;
	}
	.maintabWrap .tabWrap .clrBox .wp-block-group__inner-container {
		max-width: 580px;
	}
	.maintabWrap .tabWrap .tab-content-view {
		padding: 15px;
	}
	.maintabWrap .tabWrap .tab-title-view .tab-title p {
	  font-size: 16px;
	}  
	.maintabWrap .kwBox {
		max-width: 100%;
		padding-top: 0;
		text-align: left;
	}
	.maintabWrap .kwBox h2 {
		font-size: 32px;
	}
	.maintabWrap .kwBox h2 sub {
		font-size: 15px;
		left: 0;
	}
	.maintabWrap .kwBox h2 sup {
	  font-size: 25px;
	}
	.maintabWrap .kwBox h2 label {
		margin-right: -5px;
	}
	.maintabWrap .kwBox p {
		top: -7px;
	}
	.maintabWrap .prolistBox {
		padding-top: 6px;
		--bs-gutter-x: 12px;
	}
	.maintabWrap .prolistBox:before {
		margin-bottom: 15px;
	}
	.maintabWrap .prolistBox .tabList2 {
		padding-left: 12px;
	}
	/* tabWrap */
	.tagWrap.buyWrap {
    padding-bottom: 60px;
	}
  /* pro-badge */
  .pro-badge {
    top: -12px;
    left: 5px;      
    padding: 7px 38px 6px;
    -webkit-transform: rotate(-40deg) translate(-62px);
    -moz-transform: rotate(-40deg) translate(-62px);
    -o-transform: rotate(-40deg) translate(-62px);
    transform: rotate(-40deg) translate(-62px);
    width: 180px;                        
  }
  .pro-badge span.oncustom {        
    font-size: 13px !important;         
  }
  /* pro-badge */
  .modalWrap .modal-group .modal-button .close:nth-child(1) .wp-block-button__link {
    line-height: 30px;
    font-size: 15px !important;
    width: 30px !important;
    height: 30px !important;  
    top: 9px;           
    right: 9px;
  }  
  .modalWrap .modal-group .modal-content>.wp-block-group__inner-container {
    max-width: 95.5%;    
  }
  .modalWrap .modal-group .modal-content .modal-inr>.wp-block-group__inner-container  {
    padding: 10px;
  }
  .bookWrap .inrText.inrTextTop .title {
    font-size: 23px;
    line-height: 25px;  
  }   
  .specialistWrap .inrText p {
    padding-bottom: 6px;
  }
  .dekstopOnly {       
    display: none;
  }
  .productWrap .bottomBox {
    padding-top: 0;
  }      

  .footer .box {
	    padding: 0 12px;
	    max-width: 230px;
    	margin: 0 auto 35px;
	}
	.footer .box:before {
		content: '';
		background: #d2d2d2;
	}
	.footer .corpBox {
		margin-bottom: 0;
	}
  .specialistWrap .wp-block-media-text__content {
    text-align: left;
  }
	.copyRightWrap .rightBox {
	    text-align: center;
	    margin-top: 15px;
	}
  .copyRightWrap {
    padding: 20px 0;
  }
	.copyRightWrap .leftBox {
		text-align: center;
	}
	.footer .aboutBox,
	.footer .contactBox {
		border: none;
	}
  .questWrap h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .questWrap h2:after {
    margin-top: 0;
  }
  .questWrap {
    padding: 50px 0 60px;
    text-align: center;
  }
  .file label, .select .select-styled,
  input.input-text, .select2-container .select2-choice, 
  select, input[type='tel'], textarea, input[type='email'], 
  input[type='text'], input[type='password'], 
  input[type='number'], 
  input[type='search'] {
    font-size: 14px;
    text-align: left;
  }
  .questWrap form .buttonBox {
    text-align: center;
  }
    .specialistWrap .titleBox h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .specialistWrap .wp-block-media-text__media {
    margin: 0px 10px 0 0 !important;
  }
  .specialistWrap .reqBox .wp-block-button__link {
    font-size: 14px !important;
    padding: 6px 14px 7px !important;
    max-width: 258px;
  }
  .specialistWrap .leftBox {
    width: 63%;
  }
   .advantageWrap .bottom-icon h3 {
    font-size: 14px;
  }
  .specialistWrap .rightBox {
    width: 37%;
  }
  .advantageWrap .topBox {
    margin-bottom: 135px;
  }
  .tagWrap .row {
      --bs-gutter-x: 1rem;
  }
  .specialistWrap {
    text-align: center;
    padding: 30px 0 35px !important;
  }
  .specialistWrap .titleBox {
    margin-bottom: 14px;
  }
  .specialistWrap .wp-block-media-text__content p {
    font-size: 14px;
  }
  .specialistWrap .titleBox img {
      width: 45px !important;
  }
  .scnTitle2 {
    font-size: 24px;
    line-height: 24px;
  }
  .tagWrap .tagBox {
    margin-bottom: 20px;
  }
  .tagWrap {
    padding: 57px 0 30px;
  }
  .advantageWrap {
      padding: 47px 0 35px;
  }
  .tagWrap .scnTitle2 {
    margin-bottom: 25px;
  }
  .footer:after {
    width: 35px;
    height: 45px;
    top: -26px;
    left: calc(50% - 17.5px);
  }
  .footer {
    padding: 60px 0 40px;
  }
  .select .select-options li {
    font-size: 13px;
    text-align: left;
  }
  .copyRightWrap .social li {
    margin-left: 15px;
  }
  .copyRightWrap .social li a {
    font-size: 20px;
  }
  .title {
    font-size: 28px;
    line-height: 28px;
  }
  .bookWrap .bookForm h2 {
    font-size: 24px;
    line-height: 24px;
  }  
  .bookWrap {
    padding: 55px 0 60px;
  } 
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
    margin-right: 0;
  }
  
  .bookWrap .bookForm .book-heading {
      padding: 10px 20px 13px;
  }
  .specialistWrap .reqBox {
    max-width: 470px;
    margin: 0 auto;
  }
  .advantageWrap .circleBox:nth-child(4),
  .advantageWrap .circleBox:last-child {
    width: 50%;
  }
  .advantageWrap .circleBox {
    margin-bottom: 15px;
  }
  .advantageWrap:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
    background-image: -o-linear-gradient(to bottom, rgba(255,255,255,.8) 20%, transparent 80%);
  }
  .questWrap h2 em {
    display: block;
  }
  .footer:before {
    width: 76px;
    height: 53px;
    top: -26px;
    left: calc(50% - 38px);
  }
  .questWrap h2 em:after {
    margin-top: 0;
  }
   ul.listBox li label {
    width: 27px;
    height: 27px;
  }
  ul.listBox li label:before {
    top: 15px;
  }
  ul.listBox li label:after {
    top: 10px;
  }
  ul.listBox {
    margin: 0 0 20px 12px;
  }
 
 
  .shopWrap {
      padding-top: 50px;
  }
  .breadcrumb {
    margin-bottom: 15px;
  }
  .golfoperationWrap .golfConsumerWrap h2 {
     font-size: 28px;
  }  
   .golfoperationWrap h2 {
    font-size: 24px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image {
      float: none;
  }
  .golfoperationWrap .unitBox .row {
      flex-flow: column-reverse;
    }
  .golfoperationWrap .unitBox img {
    width: 130px;
  }
  .golfoperationWrap .unitBox:nth-child(2) .wp-block-image img {
      width: 120px;
  }
  .golfoperationWrap .unitBox:nth-child(3) .wp-block-image img {
      width: 120px;
  }
   .golfoperationWrap .unitBox {
    margin-bottom: 20px;
   }
   .golfoperationWrap .unitBottombox .row {
    flex-flow: column-reverse;
   }
   .golfoperationWrap .unitBottombox .textBox {
    margin-top: 0;
    width: 84%;
    width: 100%;
    padding-left: 12px;
   }
   .golfoperationWrap .unitrow .imageBox img {
      border-radius: 25px;
  }
  .page-loaded .golfoperationWrap .unitrow .imageBox img {
    border-top-right-radius: 25px;
  }
  .golfoperationWrap .unitBottombox .imageBox {
      width: 100%;
  }
  .golfoperationWrap .unitBottombox .imageBox figure {
    position: relative;      
    display: inline-block;
    margin-bottom: 0;
  }
   .golfoperationWrap .unitBottombox .imageBox .taginfinityBox {
    margin-top: 30px;
  }    
  .golfoperationWrap .unitBottombox .imageBox figure {
    top: -108px;    
    left: 65px;
    right: auto;
  }
  .golfoperationWrap .unitBottombox .imageBox figure img {
    width: 130px;
  }
   .golfoperationWrap .unitBottombox .imageBox .animationBox figure img {
    width: 85px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure {
    top: 20px;      
    left: 0px;
    margin-bottom: -20px;
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child img {
    width: 115px;    
  }
  .golfoperationWrap .unitBottombox .imageBox .animationBox figure:last-child {
    top: 95px;
    left: -35px;    
    -webkit-transform: rotate(-90deg) translate(72px, -70px);
    -moz-transform: rotate(-90deg) translate(72px, -70px);
    -o-transform: rotate(-90deg) translate(72px, -70px);
    transform: rotate(-90deg) translate(72px, -70px);  
  }
  .golfoperationWrap .unitBottombox.in-viewport-once .imageBox .animationBox figure {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }      
  .golfoperationWrap .unitBottombox .imageBox img {
    width: 100px;
  }
  .golfoperationWrap {
    padding: 50px 0 20px;
  }
  .golfoperationWrap .textBox {
    margin-bottom: 20px;
  }
  .golfoperationWrap .wp-block-separator {
    margin-bottom: 30px;
  }
  .golfoperationWrap .unitBox:nth-child(2):after,
  .golfoperationWrap .unitBox:nth-child(2):before {
    width: 100px;
    height: 2px;
  }
  .golfoperationWrap .unitBox:nth-child(2):after {
    top: auto;
    bottom: 0;
    right: auto;
  }
  .golfoperationWrap .unitBox:nth-child(2):before {
    left: 12px;
  }
  .golfoperationWrap .unitBox:nth-child(2) {
    padding-top: 20px;
  }
  .golfoperationWrap .unitrow2 {
    padding-bottom: 0;
  }
  .golfoperationWrap .lineBox2 {
    margin: 0px 0 24px;
  }
  .bookWrap .bookForm {
    opacity: 0 !important;
    -webkit-transform: translate3d(0px, -15px, 0px) !important;
    -moz-transform: translate3d(0px, -15px, 0px) !important;
    -o-transform: translate3d(0px, -15px, 0px) !important;
    transform: translate3d(0px, -15px, 0px) !important;
    transition: all 1s !important;
  }
  .bookWrap .bookForm.in-viewport-once {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important;
    transition-delay: 1.5s !important;
  }
  .careersWrap .bookForm form .filerow .item2 p {
      text-align: left;
  }
  .careersWrap .bookForm form .filerow .item3 p {
    padding-left: 0;
  }
  .bookWrap .select .select-styled:before {
      right: 15px;
  }
  .bookWrap .select .select-styled:after { 
      right: 10px;
  }
  .bookWrap .bookForm form .select-styled {
      padding-right: 28px;
  }
  .bookWrap .inrText.inrTextTop {
    padding-bottom: 0;
  }
  ul.tagList li:before {
    top: 8px;
  }
  .dealerWrap .bookForm {
    margin-top: 12px;
  }
  .galleryWrap .gallery-with-pop .leftBox figure a {
      min-height: 260px;
  }
  .aboutWrap .imgBox .midBox > figure > a {
    min-height: 172px;
  }
  .galleryWrap .gallery-with-pop figure a {
    min-height: 84px;
  }
  .aboutWrap .numberBox h3 label {
    font-size: 32px;
    line-height: 32px;
  }
  .aboutWrap blockquote h3 {
    font-size: 26px;
  }
   .aboutWrap .numberBox {
    width: 25%;
  }
  .aboutWrap .imgBox {
    width: 100%; 
    margin-top: 15px;
  }
  .aboutWrap .textBox {
    width: 75%;
  }
  .aboutWrap .inrText {
    padding: 20px 0px 0px;
  }
  .aboutWrap {
    padding-bottom: 30px;
  }
  .abbusinessWrap h3 {
    font-size: 16px;
  }
  .specialistWrap > .container > .wp-block-cover > .wp-block-cover__image-background {
    background-position: 56% center !important;
  }
  .aboutWrap blockquote p {
    font-size: 12px;
  } 
  #baguetteBox-overlay #close-button.baguetteBox-button {
    width: 30px !important;
    height: 30px !important;
  }
  #close-button.baguetteBox-button:before {
    font-size: 15px;
  }
  .contactWrap .textBox .iconBox {
    padding: 26px 20px 26px;             
  }

  .contactWrap .iconBox .wp-block-media-text:nth-last-child(2) {
    margin-bottom: 0;         
  } 
  .contactWrap .iconBox .wp-block-media-text:last-child p a {
    display: table;
  }
  .contactWrap .iconBox .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 20px;
  }  
  .contactWrap .iconBox .wp-block-media-text {
    margin-bottom: 20px;
  }
  .contactWrap .bookForm {
    height: auto; 
  }
  .bookWrap .inrText p strong {
    font-size: 16px;
  }
  .checkoutWrap .woocommerce-shipping-fields label.checkbox span:before {
    bottom: 7px;
  }
  .checkoutWrap .woocommerce-shipping-fields label.checkbox input:checked ~ span:after {
    bottom: 12px;        
  }
     
  .navigation .nav-links {
        font-size: 14px;
    }

    .navigation .nav-links .nav-previous {
        width: 100%;
        text-align: left;         
        float: none;
        padding-right: 0;
        margin-bottom: 20px;        
    }
    .navigation .nav-links .nav-next {
        width: 100%;
        text-align: left;
        float: none;
        padding-left: 0;
    }
    .contactWrap .iconBox .wp-block-media-text__content p br {
        display: none;  
    }
    .sr1modalWrap .colorBox .topTitle {
         font-size: 25px;
         margin-bottom: 8px;
        line-height: 1;
    }
    .sr1modalWrap .colorBox .topTitle strong {
        font-size: 48px;
        line-height: 52px;
        margin-top: 0;
    }
    .sr1modalWrap .colorBox {
        padding: 40px 12px;  
    }         
    .sr1modalWrap .colorBox .carBox .wp-block-cover {       
        min-height: 130px;
    }
    .shown .inner {
        padding: 20px 0;
    }
    #once-popup .inner .container-fluid,       
    #once-popup .inner .container {
        padding: 0;
    } 
    .shown .inner .popup-close {
        right: 12px;
    }   
    .sr1modalWrap .colorBox .wp-block-buttons a.wp-block-button__link { 
        font-size: 14px !important;
    }

    .newsWrap .leftBox {
        padding: 0 12px 0 12px;
        width: 100%;
        border: none;
    }
    .newsWrap .leftBox:after { 
        content: '';
        background: #b3b3b3;
        width: 150px;
        height: 1px;
        display: block;
        margin: 25px auto;
    }
    .newsWrap .rightBox {
        padding-left: 12px;
        width: 100%;
    }
    .newsWrap .leftBox .row {
        --bs-gutter-x: 1rem;
    }
    .newsWrap .rightBox h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .newsWrap .postgridWrap .featuredImg {
        margin: 0 0px 16px;
    } 
    .newsWrap .rightBox {
        max-width: 350px;
        margin: 0 auto;
    } 
    .newsWrap .postgridWrap {
        max-width: 350px;
        margin: 0 auto 25px;
    }  
    .blogWrap.newsWrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .newsWrap .title {
        margin-bottom: 25px;
    }
    .blogWrap .search-page .postgridWrap {
        max-width: 350px;
        margin: 0 auto 25px;
    }

    .postWrap {
        padding: 50px 0;
    }

    .postWrap .contentGrid .postInfo {
        border-width: 3px;
    }

     .postWrap .postInfo .box {
        font-size: 11px;
        line-height: 18px;
     }

    .postWrap .contentGrid .post-navigation .nav-next {
        margin-top: 20px;
      }

      .postWrap .contentGrid .post-navigation .nav-next {
        padding-right: 0;
        padding-left: 46px;
      }

      .postWrap .contentGrid .post-navigation .nav-next a:before {
        left: 0;
        right: auto;
      } 

    .category-33 .newsWrap .rightBox {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }

     
}      

@media (max-width: 575px) {


    .topBar .wp-block-media-text:last-child {
        margin-top: 0;
    }

    .header.scroll {
        top: 0 !important;
    }      
    .scrolling .header.scroll {
        top: 0 !important;
    } 
    .header.scroll .navBox ul.nav-menu li a {
        font-size: 22px;
    } 
    .header.scroll .navBox ul.nav-menu li ul li a {
        font-size: 20px;    
    } 
    .header.scroll .navBox ul li .indicator {
        width: 10px;
        height: 14px;      
    }
    .fleetWrap .wp-block-cover__inner-container p {
        font-size: 26px;
        line-height: 26px;      
    }                        

    .fleetWrap .mdBox .group .wp-block-cover__image-background,
    .fleetWrap .box .group .wp-block-cover__image-background {
        /*min-height: 280px;*/
        min-height: 210px;
    }

    .wooWrap .woocommerce .cart-collaterals table.shop_table td, .wooWrap .woocommerce table.shop_table td {
    font-size: 14px;
  }
  .wooWrap .woocommerce .coupon input[type='text'] { 
    width: 100% !important;
    margin: 0 0px 10px 0 !important;
  }
  .wooWrap .woocommerce .wc-proceed-to-checkout .button, .wooWrap .woocommerce .actions .button, .wooWrap .woocommerce .actions .coupon .button {
    width: 100% !important;
  } 
  .accountWrap .woocommerce .woocommerce-form-login__rememberme {
    font-size: 15px;  
  }
  .accountWrap .woocommerce form.login {
    padding: 20px 10px; 
  }
  .accountWrap .woocommerce-info {
    position: relative;
    padding: 11px 20px 79px 43px; 
  }
  .woocommerce-page .wooWrap .woocommerce-message .woocommerce-Button, .wooWrap .woocommerce-info .woocommerce-Button {
    position: absolute !important;
    bottom: 20px; 
    font-size: 14px;
    padding: 9px 18px 8px;
    left: 20px;
    top: auto;
  } 

  .wooWrap .woocommerce-message::before, .wooWrap .woocommerce-info::before {
    top: 13px;
  }

  /* shopWrap */

   .woocommerce .shopWrap ul.products {
     grid-template-columns: auto;  
    margin: 0 auto !important; 
  }

  .shopWrap ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px !important; 
  }

	.checkoutWrap .woocommerce form .form-row-first, .checkoutWrap .woocommerce form .form-row-last, .checkoutWrap .woocommerce-page form .form-row-first, .checkoutWrap .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.wooWrap.checkoutWrap .woocommerce-info::before {
		top: 32px;
	}
  	.blogWrap { 
		padding-bottom: 60px;
	}

	.Safari .checkoutWrap #payment #place_order {
		padding-top: 7px !important;
		padding-bottom: 8px !important;
	}    

    /* errorWrap */
	.errorWrap form input { 
		margin-right: 0px;
		margin-bottom: 10px;
	} 
	.errorWrap form {
		max-width: 260px;
		margin: 0 auto; 
	} 
	.errorWrap form .btnbx {
		display: block;
		width: 100%;
		margin-left: 0px;
		max-width: 100%;
	}  
	.errorWrap form label {
		vertical-align: top;
		max-width: 100%;
		width: 100%;
		display: block;
	} 

	.consumerWrap .owl-nav-btn button {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}

  	.consumerWrap .owl-nav-btn button:after, 
  	.consumerWrap .owl-nav-btn button:before {
		background-size: 85%;
		height: 12px;
		top: calc(50% - 6px);
		left: 6px;
  	}

   .consumerWrap .owl-nav-btn button.owl-next:before {
        left: 5px;
   }

    body form:after {
	  width: 200px;
	  height: 4px;
	  top: calc(50% - 2px);
	  left: calc(50% - 100px);
	}
    /* pro-badge */
	.pro-badge {     
		top: -15px;     
		left: 10px; 
	}
	.pro-badge span.oncustom {        
		font-size: 12px !important;         
	}
	/* pro-badge */

	.bookWrap .wp-block-media-text {
      margin-right: 0;
      margin-bottom: 0;
      display: block;
  }
  .bookWrap .wp-block-media-text:first-child p {
    padding-bottom: 10px;
  }
	.specialistWrap .wp-block-media-text__media {
    display: block;
    margin: 0 0 10px !important;
  }
  .specialistWrap .wp-block-media-text__content {
    display: block;
    text-align: center;
  } 
  .specialistWrap {
    padding-bottom: 30px !important;
  }
  .bookWrap .bookForm form .buttonBox {
    text-align: center;
  }
  .Safari .advantageWrap .wp-block-buttons .wp-block-button__link {
      padding: 7px 14px 7px !important;
  } 
  .aboutWrap .textBox {
    width: 100%;
  }
  .aboutWrap .numberBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 5px;
  }
  .aboutWrap .numberBox h3 {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .sr1modalWrap .colorBox .carBox .wp-block-cover {
       min-height: 92px;
    }
    .bookWrap .bookForm.lpbookForm .wpcf7-checkbox {     
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }       
      

}

/* Landscape phones and down */
@media (max-width: 374px) {  
	.header.scroll .logoBox img {
	    width: 126px;
	}

	main {
		margin-top: 61px;
	}

    .header.scroll .navBox .fullBox {
        padding: 0 12px;
    }

    .globalWrap .wp-block-media-text .wp-block-media-text__content h2 {
        font-size: 11px;
    }

    .globalWrap .wp-block-media-text figure {
        width: 106px;
    }
    .globalWrap .wp-block-media-text {
        padding-right: 112px;
    }
}

@media (max-width: 480px) {
.specialistWrap .rightBox,
  .specialistWrap .leftBox {
    width: 100%;
  }
  .specialistWrap .leftBox {
    margin-bottom: 10px;
  }
  .tagWrap .tagBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .topBar .wp-block-media-text .wp-block-media-text__content h4 span {
        display: block;
        margin-top: -2px;
    }

    .topBar {
        padding: 6px 0px 4px;
    }
    main {
        margin-top: 92px; 
    }   
}
