/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";


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

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

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

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

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

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

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

/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

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

html,
body {
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Class for clearing floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:after,
.cf:before {
  display: table;
  content: ''
}

.cf:after {
  clear: both;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Maven Pro';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  color: #000000;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}

main p a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  padding: 0 20px;
  position: relative;
}

h1,
.head1 {
  font-size: 5.7rem;
  line-height: 1.136;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: .04em;
}

h2,
.head2 {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
}

h3,
.head3 {
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 600;
}

h4,
.head4 {
  font-size: 1.2rem;
  line-height: 1.39;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: .1em;
}

h5,
.head5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 7px;
}

h6,
.head6 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 7px;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-weight: 400;
}

p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ml-auto {
  margin-left: auto;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.row>[class^='col'] {
  padding: 0 17px;
}

.row>div.offset-2 {
  margin-left: 16.66%;
}

.row.no-gutters {
  margin: 0;
}

.row.no-gutters>[class^='col'] {
  padding: 0;
}

.row>.offset-1 {
  margin-left: 8.33%;
}

.row .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%;

}

.row .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;

}

.row .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;

}

.row .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%;

}

.row .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;

}

.row .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.row .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.row .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.row .col-20pt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.btn,
._button-wrapper button {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: .2em;
  padding: 1.2em 2.004em;
  min-width: 188px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  background: #81c0dd;
  border: none;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  font-family: 'Maven Pro';
  font-weight: 700;
  text-transform: uppercase;
}

.btn-white.btn {
  background: #fff;
  font-size: .9rem;
  color: #000;
}

.btn:hover,
._button-wrapper button:hover {
  opacity: 0.8;
}
main{
  min-height: 100vh;
}
/* header css starts here */
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.header-nav ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav ul.menu li {
  margin-right: 5vw;
  line-height: 1;
}

.header-nav ul.menu li:last-child {
  margin-right: 0;
}

.header-nav ul.menu li a {
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8em;
  letter-spacing: .2em;
  position: relative;
  overflow: hidden;
}

.header-nav ul.menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transform: translateX(calc(-100% - 1px));
      -ms-transform: translateX(calc(-100% - 1px));
      transform: translateX(calc(-100% - 1px));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav ul.menu li a:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

header {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* banner section css starts here */
.main_banner .banner_wrapper {
  min-width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_banner .banner_wrapper .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main_banner .banner_wrapper .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right 40%;
     object-position: right 40%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main_banner .banner_wrapper .banner_content {
  position: relative;
  z-index: 1;
}

.banner_content h1,
.banner_content h4 {
  color: #fff;
}

/* aboutus section css starts here */
.about_us .about_content {
  max-width: 687px;
  margin: 50px 0 0 auto;
}

.about_us .about_content h2 {
  padding-bottom: 75px;
  margin: 0;
  position: relative;
}

.plank_icon {
  position: relative;
  padding-bottom: 32px;
  margin: 0;
}

.about_us .about_content h2::before,
.plank_icon::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 6px;
  background: url('../images/plank-gym-icon.png');
  width: 205px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.about_us .about_content h4 {
  margin-top: 32px;
}

.banner_content h4,
.about_content h4 {
  text-transform: uppercase;
}

section.about_us {
  padding: 3.3vmax 0;
}

.about_image_slider .about_image_wrap {
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.about_image_slider .about_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* parrallex background img css starts here */
section.parrallex_background {
  height: 700px;
}

.parrallex_background .parrallex_image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

/* map section css starts here */
section.map_section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

section.map_section .map_img_wrapper iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* get in touch section css starts here */
.get_touch_section .get_touch_main {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.get_touch_section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.get_touch_section .get_touch_main a.btn {
  margin-top: 17px;
}

.get_touch_section .get_touch_main a:not(.btn) {
  text-decoration: underline;
}
.get_touch_section .get_touch_main a:not(.btn):hover {
  color: #81c0dd;
}

.get_touch_section .get_touch_main .plank_icon::before {
  left: 0;
}

.get_touch_section .get_touch_main p {
  max-width: 465px;
  margin: 0 0 0 auto;
}
/* contact form popup css start here */
body.conatctform-popup {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

body.conatctform-popup::before {
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 1;
  top: 0;
  left: 0;
}

.conatctform-popup .ui-dialog.ui-widget-content {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 680px !important;
  margin: 0 auto;
  padding: 40px;
  overflow-y: auto;
  max-height: calc(100% - 30px);
}

.conatctform-popup .dialogbox-open .ui-dialog-titlebar {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.conatctform-popup .dialogbox-open .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  outline: none;
}

.conatctform-popup .dialogbox-open .ui-dialog-titlebar span {
  font-size: 22px;
  line-height: 1.2em;
  margin-right: 22px;
  color: #333;
  font-weight: 300;
}

.conatctform-popup .dialogbox-open #contact_popup {
  padding: 0;
}
.conatctform-popup .wpcf7 form.sent .wpcf7-response-output{
  border: none;
  color: #46b450;
  margin: 10px 0;
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
  color: #ff0000;
  border: none;
  margin: 10px 0;
  padding: 0;
}

.wpcf7-form>p br {
  display: none;
}

.wpcf7-form>p input[type="text"],
.wpcf7-form>p input[type="email"],
.wpcf7-form>p textarea {
  background-color: #fafafa;
  border: 1px solid #a9a9a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  height: 46px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.wpcf7-form>p input[type="submit"] {
  font-size: 1rem;
  line-height: normal;
  padding: 1.2em 2.004em;
  color: #fff;
  background-color: #272727;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  display: block;
  cursor: pointer;
}

.wpcf7-form>p .wpcf7-spinner {
  display: none;
}

.wpcf7-form>p textarea {
  height: 100px;
}

.wpcf7-form>p:first-of-type {
  margin-bottom: 0;
}

.wpcf7-form>p:nth-of-type(3),
.wpcf7-form>p:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 3px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-form>p label {
  font-size: 14px;
  color: #222;
  line-height: 1.5;
}

.wpcf7-form>p span.wpcf7-list-item {
  margin: 0;
}
/* contact form popup css ends here */

/* footer css starts here */
footer {
  background: #f2f2f2;
}
footer .map_main{
  padding-top: 4.3vmax;
  padding-bottom: 4.3vmax;
}
footer .copyright{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
footer ul.menu li {
  margin-right: 26px;
  position: relative;
}

footer ul.menu li::after {
  content: "";
  position: relative;
  left: 12px;
  width: 10px;
  top: -4px;
  height: 1px;
  display: inline-block;
  background: #000;
}

footer ul.menu li:last-child:after {
  display: none;
}

footer ul.menu li:last-child {
  margin-right: 0px;
}

footer ul li a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

footer ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 1;
}

footer ul li a:hover {
  color: #81c0dd;
}

footer ul li a:hover::after {
  background: #81c0dd;
}

footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
/* our family section css starts here */
section.family_section{
  background: #f2f2f2;
}
.family_section .family_image_slider{
  cursor: -webkit-grab;
  cursor: grab;
}
.family_section .family_section_wrapper{
  position: relative;
  padding-top: 8vmax;
  padding-bottom: 8vmax;
  min-height: auto;
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
          clip-path: ellipse(150% 100% at 50% 0%);
}
.family_section .family_section_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.35);
  top: 0;
  left: 0;
  right: 0;
}
.family_section .family_section_background{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.family_section .family_section_background img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.family_section .family_inner_wrap{
  background-color: #f2f2f2;
  margin: 0 10px;
  min-height: auto;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 467px;
}
.family_section .member_image_wrap{
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.family_section .member_image_wrap img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.family_section .family_image_slider .family_inner_slide{
  height: auto;
}
.family_section .member_content_wrap h2{
  font-size: 1.2rem;
  margin-bottom: 4%;
  margin-top: 8%;
}
.family_section .member_content_wrap p{
  margin-bottom: 8%;
  font-size: 0.9rem;
}
.family_section .member_content_wrap a.btn{
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 1.2em 2.004em;
  min-width: auto;
  background: #000;
}
.family_section .family_image_slider button.slick-arrow{
  position: absolute;
  top: 50%;
  left: 67px;
  font-size: 0;
  background-image: url(../images/right-arrow.svg);
  background-size: 30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}
.family_section .family_image_slider button.slick-arrow:hover{
  background-color: rgba(0, 0, 0, 1);
}
.family_section .family_image_slider button.slick-arrow.slick-prev{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.family_section .family_image_slider button.slick-arrow.slick-next{
  right: 64px;
  left: auto;
}
/* single family page css starts here */
.family-bio-details{
  position: relative;
  z-index: 1;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}
.family-bio-details .family-bio_bg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
  -o-object-position: 80% 27%;
     object-position: 80% 27%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.family-bio-details .family-bio_bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.family-bio-details .family-bio-content-wrapper .content-inner {
  max-width: 577px;
  border-radius: 30px;
  padding: 35px 50px;
  color: #fff;
  position: relative;
}
.family-bio-details .family-bio-content-wrapper .content-inner::before {
  content: "";
  position: absolute;
  background: rgba(129,192,221,1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 30px;
  mix-blend-mode: multiply;
  z-index: -1;
  border: 1px solid #0000001f;
}
.family-bio-details .family-bio-content-wrapper .content-inner p{
  margin-bottom: 1rem;
}
.family-bio-details .family-bio-content-wrapper .content-inner h1 {
  margin-bottom: 20px;
}
.family-bio-details .family-bio-content-wrapper .content-inner .family-sub-content ul{
  list-style-position: inside;
}
.family-bio-details .family-bio-content-wrapper .content-inner .family-sub-content ul li{
  margin-bottom: 1rem;
  font-weight: 400;
}
.family-bio-details .family-bio-content-wrapper.english {
  margin-bottom: 60px;
}
.family-bio-details .family-bio-content-wrapper.urdu{
  text-align: right;
}
.family-sub-content strong {
  margin-bottom: 1rem;
  display: block;
}
/* single family page css ends here */
/* 404 page css starts here */
.error_wrapper{
  background: url('../images/plank-gym-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error_wrapper .error_heading{
  color: #fff;
}
/* 404 page css ends here */
/* .page-id-192 main {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0 20px;
    position: relative;
} */
/* pms form css starts here */
#pms_register-form ul.pms-form-fields-wrapper input[type="text"], #pms_register-form ul.pms-form-fields-wrapper input[type="password"]{
  border: 1px solid #000;
  padding: 10px 15px;
}
#pms_register-form ul.pms-form-fields-wrapper .pms-user-login-field, #pms_register-form ul.pms-form-fields-wrapper .pms-user-email-field, #pms_register-form ul.pms-form-fields-wrapper .pms-first-name-field, 
#pms_register-form ul.pms-form-fields-wrapper .pms-last-name-field{
  width: calc(50% - 3px);
  display: inline-block;
}
#pms_register-form input[type="submit"]{
  cursor: pointer;
  background: #81c0dd;
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Maven Pro';
  font-weight: 700;
}
/* woocommerce css */
body.woocommerce-page .woocommerce {
  padding: 80px 0px;
}
/*shop page css*/
.woocommerce-shop.woocommerce .woocommerce {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}
.product-wrapper .product-listing {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.product-wrapper .product-listing > label {
  display: block;
}
.product-wrapper .product-listing > label .plan_wrapper {
  padding: 50px 50px;
  background-color: #E6E6E6;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.product-wrapper .product-listing > label .plan_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.product-wrapper .product-listing > label .plan_wrapper:hover:after {
  opacity: 1;
}
.product-wrapper .product-listing:nth-child(even) > label .plan_wrapper {
  background-color: #333333;
}
.product-wrapper .product-listing:nth-child(even) > label .plan_wrapper * {
  color: #fff !important;
}
.product-wrapper .product-listing > label .plan_wrapper .plan_wrapper_inner .subscription_name {
  color: #000;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  margin-bottom: 40px;
  padding-right: 20px;
}
.product-wrapper .product-listing > label .plan_wrapper .plan_wrapper_inner .product_desc {
  text-align: right;
  padding-right: 36px;
  border-right: 2px solid #000;
  margin-bottom: 40px;
}
.product-wrapper .product-listing:nth-child(even) > label .plan_wrapper .plan_wrapper_inner .product_desc {
  border-color: #fff;
}
.product-wrapper .product-listing > label .plan_wrapper .price_wrapper > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 10px;
  margin-bottom: 5px;
}
.product-wrapper .product-listing > label .plan_wrapper .price_wrapper > *:last-child {
  margin-bottom: 0;
}
.product-wrapper .product-listing > label .plan_wrapper .price_wrapper .reg_price * {
  font-size: 22px;
  color: #000;
}
.product-wrapper .product-listing > label .plan_wrapper .price_wrapper .sale_price * {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.product-wrapper .product-listing > label .plan_wrapper a.plan_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 38px;
  text-align: center;
  background-color: #fff;
  color: #000 !important;
  border-radius: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9;
  outline: none;
}
.product-wrapper .product-listing > label .plan_wrapper:hover a.plan_btn {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info {
  background-color: #3d9cd2;
  margin-bottom: 2.617924em;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0,0,0,.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
  border-top: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info:before {
  top: 1.05em;
  left: 1.5em;
  color: #fff;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-form-coupon-toggle + form.checkout_coupon {
  margin-top: 0;
  border: none;
  margin-bottom: 2.617924em;
  padding: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce .woocommerce-form-coupon-toggle + form.checkout_coupon button.button {
    height: 45px;
}
.woocommerce-checkout.woocommerce-page input:not([type="radio"]), 
.woocommerce-checkout.woocommerce-page .woocommerce input:not([type="radio"]), 
.woocommerce-checkout.woocommerce-page .woocommerce textarea, 
.woocommerce-checkout.woocommerce-page .woocommerce select {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
  width: 100%;
  line-height: 1.618 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods {
  list-style: none;
  flex-direction: column;
  border: 1px solid #aaa;
  border-radius: 15px;
  padding: 50px 20px;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li{
  margin-bottom: 30px;
  border: 1px solid #d6d4d4;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 9px 20px;
  border-radius: 10px;
  position: relative;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li:last-child{
  margin-bottom: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li > input[type="radio"] {
  display:none;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li > input[type="radio"] + label{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li > input[type="radio"]:checked + label:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  left: 0;
  border-radius: 8px;
  top: 0;
  border: none;
  z-index: -1;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  z-index: 1;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label img {
  max-width: 40px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  left: 30px;
  top: 9px;
  height: 40px;
}
.woocommerce-checkout.woocommerce-page .woocommerce textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .woocommerce form.checkout.woocommerce-checkout {
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .woocommerce .col2-set {
  margin-bottom: 20px;
  width: 52.9411764706%;
  float: left;
  margin-right: 5.8823529412%;
}
.woocommerce-checkout.woocommerce-page .woocommerce .col2-set > * {
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .select2-search--dropdown .select2-search__field {
  padding: 4px !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review_heading, 
.woocommerce-checkout.woocommerce-page .woocommerce #order_review {
  width: 41.1764705882%;
  float: right;
  margin-right: 0;
  clear: right;
}
form.checkout.woocommerce-checkout {
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 2.617924em;
  border-collapse: separate;
  border-radius: 0;
  border: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review table th,.woocommerce-checkout.woocommerce-page .woocommerce #order_review table td {
  padding: 1.41575em;
  vertical-align: middle;
  background-color: #f8f8f8;
  border: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review table th.product-name {
  width: 45%;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review table td {
  background-color: #fdfdfd;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment {
  background-color: transparent;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 50px 20px;
  border: 1px solid #d6d4d4;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li {
  padding: 9px 20px;
  cursor: pointer;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment .form-row.place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.617924em;
  background-color: #fafafa;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment .form-row.place-order button {
  float: none !important;
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap;
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  line-height: 1.618;
  -webkit-appearance: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment .form-row.place-order button:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment .form-row.place-order p {
  margin: 0 0 1.41575em;
}

/**/




/* media query starts here */
@media(min-width: 1512px) {
  .header-nav ul.menu li a {
    font-size: 12.8px;
  }
}
@media(min-width: 768px) and (max-width: 1511px) {
  .header-nav ul.menu li a {
    font-size: calc((.8 - 1) * 1.2vw + 1rem);
  }

  h1,
  .head1 {
    font-size: 6.69vw;
  }

  h4,
  .head4 {
    font-size: 1.298vw;
  }
}
@media(max-width:1140px){
  .get_touch_section .get_touch_main .plank_icon::before {
    left: -50px;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li img, 
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label, 
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span{
    position: initial;
  }
}
@media(max-width:991px) {
  .get_touch_section .get_touch_main .plank_icon::before {
    left: -100px;
  }
  .plank_icon {
    display: inline-block;
  }
  header .header-wrapper .header-nav .mobile-hamburg {
    text-align: right;
  }

  .header-wrapper .menu-trigger {
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: background-color 500ms ease-in-out 250ms;
    -o-transition: background-color 500ms ease-in-out 250ms;
    transition: background-color 500ms ease-in-out 250ms;
    margin: 0 0 0 auto;
    display: inline-block;
    z-index: 10;
    position: relative;
  }

  .header-wrapper .menu-trigger:after,
  .header-wrapper .menu-trigger:before {
    position: relative;
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    margin: auto;
  }

  .header-wrapper .menu-trigger:before {
    top: -5px;
  }

  .header-wrapper .menu-trigger:after {
    bottom: -5px;
  }

  header .header-wrapper .header-nav .nav_toggle {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .header-wrapper .header-nav .nav_toggle.open {
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-wrapper .menu-trigger.open {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .header-wrapper .menu-trigger.open:before {
    -webkit-transform: translateY(4px) rotate(-225deg);
    -ms-transform: translateY(4px) rotate(-225deg);
    transform: translateY(4px) rotate(-225deg);
  }

  .header-wrapper .menu-trigger.open:after {
    -webkit-transform: translateY(-7px) rotate(225deg);
    -ms-transform: translateY(-7px) rotate(225deg);
    transform: translateY(-7px) rotate(225deg);
  }
  .header-wrapper .header-logo a {
    position: relative;
    z-index: 1;
  }
  
  body.scroll-hidden {
    overflow: hidden;
  }
  
  .header-nav ul.menu li {
    margin: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  
  .header-nav ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .header-wrapper .header-nav .nav_toggle .menu-header-menu-container{
    overflow-y: auto;
    max-height: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .header-nav ul.menu li a {
    margin: 3vw 5vw;
    font-size: 6vmin;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .row{
    margin: 0 -20px;
  }
  .row>[class^='col'] {
    padding: 0 20px;
  }
  section.about_us, .get_touch_section{
    padding: 80px 0px;
  }
  section.map_section{
    padding-top: 80px;
    padding-bottom: 0;
  }
  .about_us .about_content h2::before, .plank_icon::before {
    top: 0;
    left: -100px;
    width: 100px;
    background-position: top center;
  }
  .about_us .about_content h2{
    display: inline-block;
  }
  .container{
    padding: 0 30px;
  }
  .aboutus_main .row .col-5, .aboutus_main .row .col-7{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_us .about_content {
    max-width: 100%;
  }
  .get_touch_section .get_touch_main .col-6{
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*Shop page css*/
  .product-wrapper .product-listing .activation_wrapper {
    margin: 0 auto;
    padding: 0 5px;
  }   
  .product-wrapper .product-listing > label .plan_wrapper {
    padding: 30px 30px;
  }
  .product-wrapper .product-listing > label .plan_wrapper .plan_wrapper_inner .subscription_name {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .product-wrapper .product-listing > label .plan_wrapper .plan_wrapper_inner .product_desc {
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .product-wrapper .product-listing > label .plan_wrapper .price_wrapper .reg_price *,.product-wrapper .product-listing > label .plan_wrapper .price_wrapper .sale_price * {
    font-size: 18px;
  }
  .product-wrapper .product-listing > label .plan_wrapper .price_wrapper > * {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li > input[type="radio"] + label{
    font-size: 14px;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label img{
    max-width: 35px;
    left: 5px;
  }
}
@media(max-width:767px) {
  /* .parrallex_background .parrallex_image_wrapper img{
    object-position: center !important;
    object-fit: contain;
  } */
  .conatctform-popup .dialogbox-open #contact_popup {
    overflow-y: hidden;
  }
  .wpcf7-form>p:nth-of-type(3), .wpcf7-form>p:nth-of-type(2) {
    width: 100%;
  }
  .conatctform-popup .ui-dialog.ui-widget-content{
    margin: 0 10px;
  }
  .header-nav ul.menu li a {
    font-size: 8.5vmin;
  }
  h1, .head1{
    font-size: 67px;
  }
  h2, .head2 {
    font-size: 40px;
  }
  h3, .head3 {
    font-size: 30px;
  }
  h4, .head4 {
    font-size: 18px;
  }
  .container {
    padding: 0 20px;
  }
  section.about_us {
    padding: 60px 0px;
  }
  .row>[class^='col'] {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_image_slider .about_image_wrap{
    padding-top: 100%;
  }
  .about_us .about_content {
    max-width: 100%;
    margin: 80px 0 0 auto;
  }
  .about_us .about_content h2 {
    padding-bottom: 30px;
    display: inline-block;
  }
  .about_us .about_content h2::before, .plank_icon::before, .get_touch_section .get_touch_main .plank_icon::before{
    top: -70px;
    left: 0;
    width: 100%;
    background-position: top center;
  }
  footer ul.menu{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul.menu li {
    margin-bottom: 10px;
  }
  footer .map_main {
    padding-bottom: calc(4.3vmax - 10px);
  }
  section.parrallex_background {
    height: 400px;
  }
  section.about_us, .get_touch_section {
    padding: 60px 0px;
  }
  .get_touch_section{
    padding-top: 80px;
  }
  .aboutus_main .row .col-5, .aboutus_main .row .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.map_section {
    padding-top: 60px;
  }
  .conatctform-popup .ui-dialog.ui-widget-content {
    overflow-y: auto;
    max-height: 100%;
    top: 0 !important;
    position: fixed !important;
    margin: 0 0px!important;
  }
  /*Shop page css*/
  .product-wrapper {
    gap: 30px 0;
  }
  .product-wrapper .product-listing {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce .col2-set .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first, 
  .woocommerce-checkout.woocommerce-page .woocommerce .col2-set .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last,
  .woocommerce-checkout.woocommerce-page .woocommerce .col2-set,
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review_heading,
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span {
    position: absolute;
}
}
@media(max-width:575px){
  .family_section .family_section_wrapper {
    padding-top: 8vmax;
    padding-bottom: 16vmax;
    -webkit-clip-path: ellipse(180% 100% at 50% 0%);
    clip-path: ellipse(180% 100% at 50% 0%);
  }
  .family_section .family_image_slider button.slick-arrow {
    position: absolute;
    top: auto;
    bottom: -60px;
    left: -60px;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-color: #000;
  }
  .family_section .family_image_slider button.slick-arrow.slick-next {
    right: 0;
    left: 60px;
  }
  #pms_register-form ul.pms-form-fields-wrapper .pms-user-login-field, #pms_register-form ul.pms-form-fields-wrapper .pms-user-email-field, #pms_register-form ul.pms-form-fields-wrapper .pms-first-name-field, 
  #pms_register-form ul.pms-form-fields-wrapper .pms-last-name-field{
    width: 100%;
  }
}
@media(max-width:479px){
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span {
  min-width: 214px;
  text-align: center;
  display: inline-block;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span {
  position: initial;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label img {
  left: 15px;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li {
  padding: 9px 15px;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 30px 15px;
}
.woocommerce-checkout.woocommerce-page .woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li > input[type="radio"] + label{
  font-size: 14px;
}
}
@media(max-width:400px){
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label span{
    min-width: 193px;
  }
}
@media(max-width:350px){
  .woocommerce-checkout.woocommerce-page .woocommerce #order_review ul.wc_payment_methods li label img{
    max-width: 35px;
    left: 5px;
  }
}
/* media query ends here */

