.wpforms-field.wpforms-field-captcha, .wpforms-submit-container {
	text-align: right;
}



#sub-menu-menu-item-47818 {
	left: 0;
}


a.generate-back-to-top {
	  background-color: #000;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
}




.menu_item_conditions > a {
	text-transform: uppercase !important;
	font-weight: 800 !important;
	padding-top: 10px !important;
	color: #FFF5D0 !important;
}

.custom-carousel-nav-1 a {
  text-decoration: none;
}

.custom-carousel-nav-1 a:focus,
.custom-carousel-nav-1 a.is-active {
  text-decoration: underline;
  color: #0B5A54;
}

.custom-carousel-nav-2 a {
  text-decoration: none;
}

.custom-carousel-nav-2 a:focus,
.custom-carousel-nav-2 a.is-active {
  text-decoration: underline;
  color: #0B5A54;
}

/* Reviews */


r-p rp-review-inner {
	box-shadow: none;
	background-color: #fff;
	padding: 30px;
}

r-p rp-slider rp-review-text {
  
    font-size: 16px;
   
}

r-p rp-review-name, r-p rp-review-name a {
    text-transform: capitalize;
}

r-p rp-dot {
  
    border-radius: 0px;

}

r-p rp-review-inner {
    border-radius: 0px !important;
   
}


.gp-modal__overlay {

    backdrop-filter: none;
   
}


.gb-menu-toggle--clone {
	display: none;
	visibility: hidden;
}



/* Fix site footer to bottom of viewpoint start */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container.grid-container {
  width: 100%;
}

.site-footer {
  margin-top: auto;
}
/* Fix site footer to bottom of viewpoint end */

/* Align Menu Search Icon */
.ws_search_icon {
	display: flex;
    align-items: center;
}




h1 {
  font-size: clamp(32px, calc(32px + 18 * ((100vw - 768px) / 1152)), 50px);
line-height: 1.05;
}

h2 {
  font-size: clamp(28px, calc(28px + 8 * ((100vw - 768px) / 1152)), 36px);
  line-height: 1.12;
}

h3 {
  font-size: clamp(22px, calc(22px + 2 * ((100vw - 768px) / 1152)), 24px);
  line-height: 1.18;
}

.ws_splash_h1 {
	font-size: clamp(16px, calc(16px + 12 * ((100vw - 768px) / 1152)), 28px);
}


.ws_splash_h2 {
 font-size: clamp(34px, calc(34px + 11 * ((100vw - 768px) / 1152)), 45px);
line-height: 1.05;
 
}

.ws_splash_h2 mark {
 display: block;
}

.ws_splash_h3 {
	font-size: clamp(24px, calc(24px + 6 * ((100vw - 768px) / 1152)), 30px);
line-height: 1.15;
text-transform: uppercase;
} 

.ws_services_title {
	font-size: clamp(18px, calc(18px + 4 * ((100vw - 768px) / 1152)), 22px);
  line-height: 1.25;
	
}

.ws_page_h1 mark {
    background-color: transparent;
    color: var(--global-color-5);
	  display: block;
	font-size: clamp(28px, calc(28px + 8 * ((100vw - 768px) / 1152)), 36px);
  line-height: 1.12;
	padding-top: 5px;
	
}

.ws_archive_title {
  font-size: clamp(22px, calc(22px + 2 * ((100vw - 768px) / 1152)), 24px);
line-height: 1.18;
}



.inside-header.grid-container {
	max-width: 1400px;
	
}



.ws_list {
    line-height: 1.6;
    list-style-type: square;
	  font-weight: 600;
	font-size:18px;
	
}


.ws_breadcrumbs {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.ws_breadcrumbs a {
    color: var(--global-color-5);
	
}


	
	.ws_breadcrumbs {
        font-size: 15px
    }
}


@media (max-width: 1024px) {
	.site-header .header-image {
    max-width: 190px;
}
}

@media (max-width: 768px) {
	.site-header .header-image {
    max-width: 170px;
}
	
	.ws_list {
    line-height: 1.4;
    list-style-type: square;
		margin: 0 0 1.5em 2em;
}
	rp-dots {
		display: none !important;
	}
}