@charset "UTF-8";
/*
Theme Name: Saikungscuba
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: 'Liberal';
    src: url('fonts/Liberal-.eot');
    src: url('fonts/Liberal-.eot?#iefix') format('embedded-opentype'),
        url('fonts/Liberal-.woff2') format('woff2'),
        url('fonts/Liberal-.woff') format('woff'),
        url('fonts/Liberal-.ttf') format('truetype'),
        url('fonts/Liberal-.svg#Liberal-') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueRegular.eot');
    src: url('fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueRegular.woff2') format('woff2'),
        url('fonts/BebasNeueRegular.woff') format('woff'),
        url('fonts/BebasNeueRegular.ttf') format('truetype'),
        url('fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}




body {
    margin: 0;
   font-family: 'Raleway', sans-serif;
   font-weight: 400;
 
}
input[type="submit"], input[type="button"], button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none; 
  margin: 0; 
}
input,textarea{ font-family: 'Raleway', sans-serif; font-weight: 400;}
input[type="number"] {
    -moz-appearance: textfield;
}
h1, h2, h3, h4, h5, h6 { margin: 0;font-family: 'Bebas Neue';font-weight: normal;}
* { box-sizing: border-box;}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}
ul{padding: 0; margin: 0;}
a, a:hover, input[type="submit"], button { text-decoration:none;  }
*:focus { outline:none;}
ul li { list-style: none; }
.clear { clear: both; }
.container { width:1200px; margin:auto;}
.min_container {
  max-width: 1422px;
    margin: 0 auto !important;
    left: auto !important; 
        overflow: visible !important;
}
.container:after{ clear: both; display: table; overflow: hidden; } 
.main-menu-more {    display: none}
.navclsbtn {    display: none;}
.header_section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;  
      z-index: 9;
         -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
             background: #fff;
} 
 
.header_container{ max-width: 1310px; margin: auto; }
.header_container:after{ clear: both; display: table; content: ""; }
.logo {
    float: left;
        margin-bottom: -66px;
    width: 19%;
}
.he_right {
    float: right;
    width: 80%;
}
.top_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
        position: relative;
        padding-bottom: 10px;
}
.top_menu li a {
    color: #606060;
    font-size: 14px;
    letter-spacing: 1.68px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 9.5px 0px 9.5px 9px;
}
.top_menu {
    float: right;
    clear: both;
}
.he_topwidget {
    float: right;
    clear: both;
        padding-top: 19px; padding-bottom: 14px;
            -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.he_topwidget .widget {
    display: inline-block;
    vertical-align: middle;
}
.first_aidlink p {
    margin: 0;
}
.first_aidlink a {
    border: 2px solid #b4b4b4;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 6px 26.5px;
    display: inline-block;
}
.how_book p {
    margin: 0;
}
.how_book a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    display: inline-block;
    background: url(images/howtobook-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 17.5px 39.3px;
    min-width: 194px;
    text-align: center;
}
.he_social li {
    display: inline-block;
    vertical-align: middle;
}
 
.he_social li a {
    font-size: 0;
    display: inline-block;
    padding: 24px 26px;
}
li.fb{
   background: url(images/fb-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
li.inst{
   background: url(images/insta-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
li.mes{
   background: url(images/messeger-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
li.wts{
   background: url(images/whatsapp-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.how_book {
    margin: 0 12px;
}
.logo img {
    margin-left: -8px;
    width: 244px;
        -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top_menu li a{position: relative;}
.top_menu li a:hover:after,
.top_menu li.current-menu-item a:after{
  content: "";
  position: absolute;
  width: 13px;
  height: 35px;
  background: url(images/menu_bglt.png);
  background-repeat: no-repeat;
  background-position: left top;
  left: -12px;
  top: 0;
  background-size: contain;
}
.top_menu li a:hover:before,
.top_menu li.current-menu-item a:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 33px;
  background: url(images/menu_bgrt.png);
  background-repeat: no-repeat;
  background-position: left top;
  right: -22px;
  top: 2px;
  background-size: contain;
}
.top_menu li a:hover, .top_menu li.current-menu-item a{
     background: url(images/menu_bgcenter.png);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     color: #fff;
}
.wrapper {
    padding-top: 129px;
}

.hm_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
        object-fit: cover;
}
.hm_video .wpb_content_element {
    margin: 0;
    position: relative;
    padding-top: 41.8%;
}
.hm_video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 312px;
    background: url(images/water-bg1.png);
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.welcome_row h2 {
    color: #10a89c;
    font-size: 92px;
    text-transform: uppercase;
    line-height: normal;
      margin-bottom: 11px;
     font-family: bebas-neue-pro, sans-serif;
     font-weight:600;
}
.welcome_row p {
    color: #000000;
    font-size: 24px;
    margin: 0;
}
.welcome_row .wpb_content_element {
    margin: 0;
}
.welcome_row{ padding-top: 25px; }
.welcome_row .wpb_single_image {
    padding-top: 16px;
}
.welfetures_grid {
    padding-top: 89px; padding-bottom: 120px;
        position: relative;
    z-index: 1;
} 
.welfetures_grid>.vc_column_container>.vc_column-inner{
  padding-left: 20px;
    padding-right: 20px;
}
.welfetures_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper{
 box-shadow: 0 25px 45px rgba(0, 0, 0, 0.03);
border-bottom: 5px solid #c3c3c3;
border-radius: 25px;
    overflow: hidden;
    text-align: center;
    min-height: 559px;
}
.welfetures_grid .wpb_single_image {
    margin: 0;
    position: relative;
}
.welfetures_grid .wpb_single_image:after{
      content: "";
    position: absolute;
    width: 101%;
    height: 135px;
    background: url(images/water-bg2.png);
        bottom: -19px;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.welfetures_grid h3 {
       color: #595b5b;
    font-size: 36px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Bebas Neue';
    margin-top: 29px;
}
.welfetures_grid p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: 312px;
        min-height: 115px;
    margin: auto;
}
.welfetures_grid .wpb_content_element {
    margin: 0;
}
.welfetures_grid  .vc_btn3-container{ margin: 0; }
.welfetures_grid .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: transparent !important;
    border: 0;
    padding: 18px 52px;
    border-radius: 0;
        font-size: 14px;
    position: relative;
}
.welfetures_grid .vc_btn3-container a.vc_general:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 51px;
    background: url(images/readmore-btn-sm.svg);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.welfetures_grid .vc_btn3-container a.vc_general:hover{ color: #fff;}
.welfetures_grid .vc_btn3-container a.vc_general:hover:after{
  background: url(images/readmore-btn-sm-hover.svg);
 
}
.welfetures_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.19);
    border-color: #0d8c82;
}
.welfetures_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper{
     transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
section.hm_coursec {
       padding-top: 242px !important;
    background-position: top center !important;
        padding-bottom: 252px;
        overflow: visible !important;
}
.hm_coursec:after {
       content: "";
    position: absolute;
    width: 100%;
        height: 1254px;
    background: url(images/homr-section-bg1.jpg);
    top: -209px;
    left: 0;
    right: 0;
    background-size: 100% auto;
    background-position: top center;
    pointer-events: none;
        background-repeat: no-repeat;
}
.hm_coursec .vc_row {
    position: relative;
    z-index: 1;
}
.coures_slider .wpb_content_element {
    margin: 0;
}
.coures_slider h2 {
    color: #10a89c;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
        margin: 16px 0;

}
.coures_slider p {
    color: #000000;
    font-size: 24px;
    margin: 0;
}

.coures_slider .vc_btn3-container a.vc_general {
       color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/howto-btn1.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 0;
    padding: 26px 68px;
    border-radius: 0;
    position: relative;
    font-size: 18px;
}
.coures_slider .vc_btn3-container {
        margin: 31px 0 0 0;
}
 

 .hm_coursec:before {
   content: "";
    position: absolute;
    width: 100%;
    height: 312px;
    background: url(images/water-bg1.png);
    bottom: -7px;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;}


.coures_slider .owl-nav button {
    width: 64px;
    height: 63px;
    box-shadow: 0 13px 39px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    border-radius: 50%;
        margin-right: 20px;
}    
.coures_slider .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -129px 0;
    vertical-align: middle;
}
.coures_slider .owl-nav button.owl-next span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -112px 0;
    vertical-align: middle;
}
.coures_slider .owl-nav {
    margin-top: 45px;
    margin-left: 15px;
}

.or_shop_sec{
    padding-top: 202px !important;     padding-bottom: 270px;
}
.orshop_title h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}

.orshop_title h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Bebas Neue';
    margin-top: -79px; margin-bottom: 22px;
}
.orshop_title p {
    text-align: center;
    margin: auto;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    max-width: 865px;
}
.or_shop_sec:before {
    content: "";
    position: absolute;
    width: 610px;
    height: 614px;
    background: url(images/fish-bg-1.png);
    top: 25px;
    left: 0; 
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.hmshop_grid {
    text-align: center;
    box-shadow: 0 25px 20px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
    border-radius: 25px;
    padding-top: 50px;
           min-height: 376px;

}
.shopprd_slider .hm_prdt img {
    width: auto !important;
        margin: auto;
}
.shopprd_slider .owl-item{ padding: 0 16.5px; }
.or_shop_sec .wpb_text_column{ margin-bottom: 0; }
.shopprd_slider{ margin: 0 -16.5px; }
.hmshop_grid h3 {
        color: #595b5b;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.shopprd_slider .owl-stage-outer {
    padding-bottom: 63px;padding-top: 51px;
}


.shopprd_slider .owl-nav button {
    width: 64px;
    height: 63px;
    box-shadow: 0 13px 39px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    border-radius: 50%;
        margin-right: 20px;
        position: absolute;
}
.shopprd_slider .owl-nav button.owl-prev{
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
} 
.shopprd_slider .owl-nav button.owl-next{
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}    
.shopprd_slider .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -129px 0;
    vertical-align: middle;
        margin-left: -6px;
}
.shopprd_slider .owl-nav button.owl-next span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -112px 0;
    vertical-align: middle;
}
.or_shop_sec .vc_btn3-container {
    margin: 0;
}
.or_shop_sec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0;
       padding: 17.5px 34.5px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}
section.or_shop_sec{ background-position: top center !important; }

.or_shop_sec .wpb_raw_code {
    margin-bottom:0;
}

.who_sec h2{
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.who_sec h3{
        font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    margin-top: -81px;
    margin-bottom: 31px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.who_sec p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    max-width: 503px;
}

.who_sec .vc_btn3-container {
    margin: 0;
}

.hm_testimonia_sec .vc_btn3-container {
    margin: 30px 0 0;
}
.who_sec .vc_btn3-container a.vc_general, .hm_testimonia_sec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0;
    padding: 17.5px 52px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}

.who_sec {
    padding-top: 0 !important;
    margin-top: -55px;
}
.who_sec{ padding-bottom: 225px; overflow: visible !important; }

.who_sec:before {
    content: "";
    position: absolute;
    width: 1046px;
    height: 1280px;
    background: url(images/fish-bg-2.png);
    top: -568px;
    right: 0;
    background-size: 100% auto;
    background-position: top right;
    pointer-events: none;
    background-repeat: no-repeat;
}

.hm_testimonia_sec h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
        margin-left: -9px;
}
.hm_testimonia_sec h4 {
       font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #595b5b;
    font-size: 20px;
    margin-top: -48px;
        margin-bottom: 12px;
}
.hm_testimonia_sec h3 {
    color: #10a89c;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 27px;
}
.testimonials_cont p {
    margin: 0;
    line-height: 36px;
    font-size: 22px;
    letter-spacing: 0.66px;
    color: #6e6e6e;
    font-style: italic;
}
.testi_pic {
   width: 17.5%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.testi_info {
    float: left;
    width: 75%;
    margin-left: 15px;
    padding-top: 16px;
}
.test_author_row {
    clear: both;
    margin-top: 30px;
}
.testi_info h6 {
        color: #595b5b;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.test_star {
    font-size: 0;
/*    background: url(images/star.jpg);
*/    display: block;
  /*  padding: 10px 0;*/
    background-position: left;
    background-repeat: no-repeat;
}
.hm_testimonia_sec .vc_col-sm-5 {
    width: 46%;
    float: right;
}
.hm_testimonia_sec{ padding-top: 135px;     overflow: visible !important;
    padding-bottom: 120px;}
.hm_testimonia_sec:before {
    content: "";
    position: absolute;
    width: 1005px;
    height: 1059px;
    background: url(images/fish-bg-3.jpg);
    top: -3px;
    left: 0;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.testimonial_slider .owl-nav button {
    width: 64px;
    height: 63px;
    box-shadow: 0 13px 39px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    border-radius: 50%;
        margin-right: 12px;
}    
.testimonial_slider .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -129px 0;
    vertical-align: middle;
}
.testimonial_slider .owl-nav button.owl-next span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -112px 0;
    vertical-align: middle;
}
.testimonial_slider .owl-nav {
    margin-top: 40px;
    margin-left: 0px;
}
.ou_blogsec{ padding-top: 64px; overflow: visible !important; padding-bottom: 44px; }
.orblog_head h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.orblog_head h3 {
    font-size: 60px;
    color: #10a89c;
    margin-top: -77px;
    margin-bottom: 31px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.ou_blogsec:before {
    content: "";
    position: absolute;
    width: 487px;
    height: 767px;
    background: url(images/blog_bg.jpg);
        top: -400px;
    right: 0;
    background-size: 100% auto;
    background-position: top right;
    pointer-events: none;
    background-repeat: no-repeat;
}

.blg_list{
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.03);
background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;

border-bottom: 5px solid #c3c3c3; 
}
.latest_blog .owl-item{ padding: 0 20px; }
.latest_blog { margin: 0 -20px; }
.latest_blog .bg_mat {
    text-align: center;
       padding: 48px 35px;
       padding-top: 22px;
}
.latest_blog .es_img{ position: relative; }
.latest_blog .es_img:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 135px;
    background: url(images/water-bg2.png);
    bottom: 0px;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}
.blg_list .date {
       color: #2b685d;
    font-size: 16px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    font-family: "bebas-neue-pro",sans-serif;
    font-weight: 600;
        margin-bottom: 10px;
}
.blg_list .bg_mat h2 {
    color: #595b5b;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.9px;
    padding: 0;
    max-width: 289px;
    margin: auto;
    padding-bottom: 17px;
    min-height: 89px;
}
.blg_list .bg_mat h2 a{color: #595b5b;}
.blg_list .bg_mat p {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0.16px;
    line-height: 24px;
    margin: 0;
}
.blg_list .bg_mat .rd_mr a{
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm.svg);
    border: 0;
    padding: 17.5px 52px;
    border-radius: 0;
    font-size: 14px;
        display: inline-block;
    position: relative;
}
.latest_blog{ padding-top: 51px; }
.blg_list .rd_mr {
    margin-top: 30px;
}

.latest_blog .owl-nav button {
    width: 64px;
    height: 63px;
    box-shadow: 0 13px 39px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    border-radius: 50%;
        margin-right: 20px;
        position: absolute;
}
.latest_blog .owl-nav button.owl-prev{
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
} 
.latest_blog .owl-nav button.owl-next{
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}    
.latest_blog .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -129px 0;
    vertical-align: middle;
        margin-left: -6px;
}
.latest_blog .owl-nav button.owl-next span {
    font-size: 0;
    background: url(images/sprites.png);
    width: 15px;
    height: 26px;
    display: inline-block;
    background-position: -112px 0;
    vertical-align: middle;
}
.latest_blog .owl-stage-outer {
    padding-bottom: 52px;
}

.ou_blogsec .vc_btn3-container {
    margin: 0;
}
.ou_blogsec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0;
        padding: 17.5px 52.5px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}

.insta_head h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.insta_head .wpb_single_image {
    margin: -80px 0 0 0;
    text-align: center;
}

.insta_head{ margin-bottom: 71px; }
.footer_section {
   background: url(images/footer_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
   /* padding-top: 535px;
    margin-top: 95px;*/

    padding-top: 575px;
    margin-top: 0;
}

.inst_container {
    padding: 0 15px;
    text-align: center;
}

.ft1 {
    width: 78%;
    float: left;
}


.ft2 {
    width: 22%;
    float: right;
}


.foter1 p {
    margin: 0;
}
.foter1 {
    width: 55%;
    float: left;
}
.foter1 li {
    position: relative;
    padding-left: 61px;
       margin-bottom: 26px;
       min-height: 47px;
}
.foter1 li.location_icon{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.16px;
    line-height: 24px;
}
.foter1 li.call_icon a{font-size: 29px;
    color: #feffff;
    letter-spacing: 0.29px;
    font-family: 'Bebas Neue';
    font-weight: normal;
}
.foter1 li.mail_icon a {
    font-size: 18px;
    color: #feffff;
    letter-spacing: 0.18px;
        font-family: 'Raleway', sans-serif;
}
.foter1 ul {
    margin-top: 34px;
}
.footer_section h2.widget-title, .footer_section h2.widgettitle {

    color: #ffffff;
    font-size: 36px;
    letter-spacing: 1.08px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
    margin-top: 22px;

}
.foter2 {
    float: right;
    width: 45%;
}
.footer_section h2.widget-title:after, .footer_section h2.widgettitle:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 6px;
    background-color: #10a89c;
    border-radius: 8px;
    bottom: 0;
    left: 0;
}
.foter1 li.location_icon:before{
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/location-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}
.foter1 li.call_icon:before{
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/call-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: -7px;
}
.foter1 li.call_icon.wa_icon:before {
    background: url(images/wa-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
li.mail_icon {
    padding-top: 16px;
}
.foter1 li.mail_icon:before{
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/email-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.foter2 li a,.ft_hours li a {
    color: #ffffff;
    
    display: inline-block;
}
.foter2 li,.ft_hours li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #fff;
}
.foter2 li:before,.ft_hours li:before{
        content: "";
    position: absolute;
    width: 13px;
height: 13px;
    background: url(images/list-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
}
 
.ft_hours {
    padding-bottom: 8px;
}
section#text-7 .textwidget {
    margin-top: -16px;
}

.copyrights_sec p {
    text-align: center;
    margin: 0;
    color: #303131;
    font-size: 18px;
    letter-spacing: 0.18px;
}
.copyrights_sec p a{color: #303131;}
.copyrights_sec {
       padding-top: 286px;
    padding-bottom: 28px;
    background: url(images/footer-water.png);
    background-size: cover;
    background-position: bottom center;
}

.copyrights_sec p a:hover {
    color: #10a89c;
}
.foter2 li a:hover, .ft_hours li a:hover {
    color: #10a89c;
}
.ou_blogsec .vc_btn3-container a.vc_general:hover,
.who_sec .vc_btn3-container a.vc_general:hover,
.hm_testimonia_sec .vc_btn3-container a.vc_general:hover,
.or_shop_sec .vc_btn3-container a.vc_general:hover{
        background: url(images/readmore-btn-sm.svg) !important; 
        color: #fff;
}

.header_section.f-nav .logo img {
    width: 160px;
}
.header_section.f-nav .he_topwidget {
   
    padding-top: 7px;
    padding-bottom: 0px;
}
.header_section.f-nav {
    box-shadow: 0px 1px 30px #cecece;
}

.hm_testimonia_sec .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    padding-left: 50px;
}
.f-nav .top_menu {
    padding-bottom: 5px;
}

.inner_banner h1 {
    font-size: 92px;
    color: #fff;
    font-family: "bebas-neue-by-fontfabric";
    font-weight: 700;
    text-transform: uppercase;
}
.inner_banner {
        background-position: bottom center !important;
    padding-top: 112px !important;
    padding-bottom: 193px;
    background: url(images/inner_banner.jpg);
    background-size: cover !important;
    text-align: center;
}
section.inner_banner{background-position: center bottom -1px !important;    background-size: 100% auto !important;}



.allcorses_grid>.vc_column_container>.vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.allcorses_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper{
 
 -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.03);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.03);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.03);

border-bottom: 5px solid #c3c3c3;
border-radius: 25px;
    overflow: hidden;
    text-align: center;
    min-height: 559px;
    margin-bottom: 60px;
    background: #fff;
}
.allcorses_grid .wpb_single_image {
    margin: 0;
    position: relative;
}
.allcorses_grid .wpb_single_image:after{
      content: "";
    position: absolute;
    width: 101%;
    height: 135px;
    background: url(images/water-bg2.png);
        bottom: -19px;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.allcorses_grid h3 {
       color: #595b5b;
    font-size: 36px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Bebas Neue';
    margin-top: 29px;
}
.allcorses_grid p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: 312px;
        min-height: 115px;
    margin: auto;
}
.allcorses_grid .wpb_content_element {
    margin: 0;
}
.allcorses_grid  .vc_btn3-container{ margin: 0; }
.allcorses_grid .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase; 
    border: 0;
    padding: 18px 52px;
    border-radius: 0;
        font-size: 14px;
    position: relative;
     background: url(images/readmore-btn-sm.svg);
}
 
.allcorses_grid .vc_btn3-container a.vc_general:hover{ color: #fff;}
.allcorses_grid .vc_btn3-container a.vc_general:hover{
  background: url(images/readmore-btn-sm-hover.svg);
 
}
.allcorses_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.19);
    border-color: #0d8c82;
}
.allcorses_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper{
     transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.allcorses_grid {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.cours_sec {
    padding-top: 67px !important;
    padding-bottom: 26px;
}

.allcorses_grid .wpb_single_image figure,
.allcorses_grid .wpb_single_image .vc_single_image-wrapper{ display: block; }
.allcorses_grid .wpb_single_image img{ width: 100%; }


.cours_sec:before {
    content: "";
    position: absolute;
    width: 353px;
    height:342px;
    background: url(images/courses_fishbg.png);
    top: 4px;
    left: 0;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.cours_sec:after {
    content: "";
    position: absolute;
    width: 312px;
    height:509px;
    background: url(images/courses_fishbg2.png);
    top: 39%;
    right: 0;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.crsbtm_links {
    text-align: center;
}
.crsbtm_links .vc_btn3-container {
    margin:0 9.5px;
        width: 195px;
}
.crsbtm_links .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 17.5px 0px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm.svg);
    display: block;
    background-size: cover;
    background-position: center;
}
.crsbtm_links .vc_btn3-container a.vc_general:hover,
.crsbtm_links .vc_btn3-container a.vc_general:focus{
        background: url(images/readmore-btn-sm-hover.svg);
        background-size: cover;
    background-position: center;
    color: #fff;
}

.crsbtm_links{ padding-bottom: 60px; }

.crsbtm_links .shnow_btn a.vc_general{
     background: url(images/readmore-btn-sm-hover.svg);
        background-size: cover;
    background-position: center;
    color: #fff;
}
.crsbtm_links{overflow: visible !important;}
.crsbtm_links:before{
    content: "";
    position: absolute;
    width: 236px;
    height: 745px;
    background: url(images/courses_fishbg3.jpg);
        top: -690px;
    left: 0;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.padicr_col h3 {
    min-height: 157px;
}

.crspec_linksec {
    padding-top:40px !important;
}
.crspec_linksec h4 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.crspec_linksec h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    margin-top: -86px;
    margin-bottom: 35px;
}
.crspec_linksec p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.crspec_linksec .vc_btn3-container{
    width: 16.25%;margin-right: 4.34%;margin-bottom: 26px;
}
.crspec_linksec .vc_btn3-container a.vc_general{
        color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 18px 0px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm.svg);
    background-size: cover;
    background-position: center;
    display: block;
}
.crspec_linksec .vc_btn3-container:nth-child(5n){ margin-right:0; }
.crspec_linksec .vc_btn3-container a.vc_general:hover,
.crspec_linksec .vc_btn3-container a.vc_general:focus{
        background: url(images/readmore-btn-sm-hover.svg);
        color: #fff;
        background-size: cover;
    background-position: center;
}
.crspec_linkblock{ padding-top: 32px; }


.crspec_linksec:before,.allcorseinner_sec:before {
    content: "";
    position: absolute;
       width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 42px;
        left: -24px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.dpdriver_cnrow {
    padding-top: 245px; padding-bottom:120px;overflow: visible !important;
}
.dpdriver_sec h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    margin-top: -86px;
    margin-bottom: 35px;
}
.dpdriver_sec h4 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}

.specdriver_cont p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    max-width: 540px;
}
.dpdriver_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/deep-driver.jpg);
    width: 897px;
    height: 867px;
    display: block !important;
    right: 0;
    top: 63px;
}

.dpdriver_sec tr:nth-child(1) td {
    background-color: #10a89c;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    width: 25%;
    padding: 21.5px 0;
    border-top: 0;
    border-bottom: 0;
}
.dpdriver_sec tr td{ text-align: center;border: 1px solid #e6e6e6; color: #000000;    font-size: 18px;    font-weight: 500;     padding: 22px 0;  }
.dpdriver_sec table{ border-collapse: collapse; }
.dpdriver_sec tr td strong {
    font-weight: 700;
}
.dpdriver_sec tr td h5 {
    color: #10a89c;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
}
.dpdriver_sec tr td p{ margin: 0; padding-top: 2px; font-weight: 500; }
.dpdriver_sec h2 {
    color: #434242;
    font-size: 24px;
    text-align: center;
    font-family: "bebas-neue-by-fontfabric",sans-serif;
   margin: 15px 0 44px 0;
}
.dpdriver_sec h5 {
    color: #3e3e3e;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
}
.dpdriver_sec .wpb_content_element {
    margin: 0;
}

.dpdriver_sec .vc_btn3-container {
    margin: 20px 0 0 0;
}
.dpdriver_sec .vc_btn3-container a.vc_general {
       color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 17.5px 51.6px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm-hover.svg);
    background-size: cover;
    background-position: center;
}

.prcost_table{ padding-top: 25px; }
.dpdriver_sec .vc_btn3-container a.vc_general:hover{
        background: url(images/readmore-btn-sm.svg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.wrkdriver_cnrow{ padding-top: 263px;     padding-bottom: 332px;}
.spemrgin_lt .vc_column-inner>.wpb_wrapper{ margin-left: 54px; }

.wrkdriver_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/wreckdriver.jpg);
    width: 955px;
    height: 1064px;
    display: block !important;
    left: 0;
    top: -107px;
        z-index: -1;
}
.specdriver_cont,.dpdriver_sec{ overflow: visible !important; }

.nitroxair_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/nitrox.jpg);
    width: 897px;
    height: 867px;
    display: block !important;
    right: 0;
    top: 18px;
}
.nitroxair_cnrow {
    padding-top: 157px;    padding-bottom: 103px;
}

.nitroxair_cnrow p {
    max-width: none;
    margin-right: -30px;
        margin-bottom: 30px;
}

.underwater_cnrow:before{
    content: "";
    position: absolute;
    background: url(images/underwater-navigator.jpg);
    width: 981px;
    height: 1064px;
    display: block !important;
    left: 0;
    top: -107px;
    z-index: -1;
}
.underwater_cnrow .spemrgin_lt .vc_column-inner>.wpb_wrapper {
    margin-right: -95px;
    margin-left: 75px;
}
.underwater_cnrow {
    padding-top: 247px;padding-bottom: 391px;
}
.boyancy_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/boyancy-new.jpg);
    width: 871px;
    height: 867px;
    display: block !important;
    right: 0;
    top: 26px;
}
.boyancy_cnrow {
    padding-top: 189px;
    padding-bottom: 144px;
}
.boyancy_cnrow p {
    max-width: none;
    margin-right: -25px;
}
.dpdriver_sec .boyancy_cnrow h3 {
    line-height: 60px;
    margin-top: -80px;
}

.nightdriver_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/nightdriver.jpg);
    width: 981px;
    height: 1064px;
    display: block !important;
    left: 0;
    top: -107px;
    z-index: -1;
}
.nightdriver_cnrow{ padding-top: 247px;    padding-bottom: 343px; }
.nightdriver_cnrow .spemrgin_lt .vc_column-inner>.wpb_wrapper {
    margin-left: 77px;
}

.unwaterphoto_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/underwater-photography.jpg);
    width: 871px;
    height: 867px;
    display: block !important;
    right: 0;
    top: -23px;
    z-index: -1;
}
.unwaterphoto_cnrow{ padding-top: 233px;     padding-bottom: 162px;}
.unwaterphoto_cnrow .vc_col-sm-6:nth-child(1) .vc_column-inner>.wpb_wrapper {
    margin-right: -106px;
}
.unwaterphoto_cnrow p {
    max-width: 615px;
}
.dpdriver_sec .unwaterphoto_cnrow h4{letter-spacing: -6px;}


.emrprovider_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/emergency_provider.jpg);
    width: 981px;
    height: 1064px;
    display: block !important;
    left: 0;
    top: -61px;
    z-index: -1;
}
.emrprovider_cnrow{ padding-top: 172px;    padding-bottom: 171px; }

.dpdriver_sec .emrprovider_cnrow h3 {
    line-height: 60px;
    margin-top: -80px;
}
.emrprovider_cnrow p{    margin-bottom: 30px;}
.emrprovider_cnrow .spemrgin_lt .vc_column-inner>.wpb_wrapper{margin-left: 77px;}

.prcost_table2 tr td h5:nth-child(3) {
    margin-top: 20px;
}

.support_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/supoort.jpg);
    width: 871px;
    height: 867px;
    display: block !important;
    right: 0;
    top: -2px;
}

.dpdriver_sec .support_cnrow h3 {
    line-height: 60px;
    margin-top: -80px;
}
.support_cnrow {
    padding-top: 177px;padding-bottom: 201px;
}
 .support_cnrow p {
    max-width: none;
    margin-right: -36px;
}
.prcost_table2 tr td:nth-child(1) p {
    margin-bottom: 7px;
}

.sidemount_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/sidemount.jpg);
    width: 981px;
    height: 1064px;
    display: block !important;
    left: 0;
    top: -105px;
    z-index: -1;
}
.sidemount_cnrow{ padding-top: 302px; padding-bottom: 353px; }
.sidemount_cnrow .spemrgin_lt .vc_column-inner>.wpb_wrapper{margin-left: 75px;}

.drysuit_cnrow:before {
    content: "";
    position: absolute;
    background: url(images/drysuit.jpg);
    width: 871px;
    height: 867px;
    display: block !important;
    right: 0;
    top: -24px;
    z-index: -1;
}
.drysuit_cnrow {
    padding-top: 233px;padding-bottom: 207px;
}

.sidemount_cnrow p {
    margin-bottom: 30px;
}
.drysuit_cnrow p {
    max-width: none;
    margin-bottom: 30px;
    margin-right: -19px;
}

.dpdriver_sec_last{ padding-bottom: 72px; }


.fl_right {
    float: right !important;
        order: 2;
}
.dis_mob{ display: none !important; }

.abwel_title h2 {
    letter-spacing: 3.6px;
    font-size: 60px;
    text-align: center;
    color: #10a89c;
}

.abwel_title {
    padding-bottom: 82px;
}
.abtpage_sec {
    padding-top: 0 !important;padding-bottom: 63px;    overflow: visible !important;
}
.abtpage_sec:before{ top: 65px;
        width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
        background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.abtpage_sec:after{
     content: "";
    position: absolute;
    width: 703px;
    height: 797px;
    background: url(images/about_bg2.jpg);
    bottom: -122px;
    right: 0;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
    top: auto;
}
.insta_sec {
    position: relative;
    z-index: 1;
}

.abweareimg {
       position: absolute !important;
    right: 0 !important;
        top: 153px;
    left: auto !important;
        width: 44.877% !important;
}
.abweareimg img.vc_single_image-img {
    width: 100%;
}

.abweareimg .wpb_single_image .vc_figure,
.abweareimg .wpb_single_image .vc_single_image-wrapper{
    display: block !important;
}


.abweare_sec:before {
    content: "";
    position: absolute;
 
        left: -24px;
        top: 42px;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.abpadi_sec:before{ left: 0; }

.abweare_sec {
    padding-top: 150px !important;padding-bottom: 78px;
}

.abtwho_cont .wpb_image_grid .wpb_image_grid_ul .isotope-item{
        margin-right: 27px;
    position: initial !important;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.abweare_sec h4 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.abweare_sec h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    margin-top: -86px;
    text-transform: uppercase;
    margin-bottom: 35px;
        margin-left: 4px;
}

.abweare_sec p {
       color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 0;
    max-width: 605px;
}

.abweare_sec .wpb_gallery {
       padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 47px;
}
.abtwho_cont .wpb_image_grid .wpb_image_grid_ul .isotope-item:nth-child(1) {
    padding-top: 14px;
}
.abweare_sec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0;
        padding: 17.5px 48px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}
.abweare_sec .vc_btn3-container {
    margin: 0;
}
.abweare_sec .vc_btn3-container a.vc_general:hover,
.abweare_sec .vc_btn3-container a.vc_general:focus
{
        background: url(images/readmore-btn-sm.svg) !important;
    color: #fff;
}
.abtwho_cont .wpb_text_column {
    margin-bottom: 40px;
}

.abpadi_sec .abweareimg{    width: 49.77% !important;    top: 122px;}

.abpadi_sec{    padding-top: 186px !important;}
.abpadi_sec h3{ margin-bottom: 45px; }

.abpadi_sec .vc_btn3-container a.vc_general{    padding: 17.5px 41px;}

.abpadi_sec .abweareimg .wpb_single_image { margin-bottom: 0; }

button.submenu-expand {
    display: none;
}
.sub-menu .mobile-parent-nav-menu-item{ display: none !important; }


.top_menu ul.sub-menu {
    width: 264px;
    box-shadow: 13px 22px 45px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: -72px;
    display: none;
        border-radius: 4px;
    overflow: hidden;
    border-top: 2px solid #0f9f94;
}
.top_menu li.menu-item-has-children:hover ul.sub-menu{ display: block; }
.top_menu ul.sub-menu li {
    float: none;
    margin: 0;
    display: block;
    padding: 0;
}
.top_menu ul.sub-menu li a:hover, .top_menu ul.sub-menu li.current-menu-item a{
    background: #10a095;
}
.top_menu ul.sub-menu li a:hover:before, .top_menu ul.sub-menu li.current-menu-item a:before,
.top_menu ul.sub-menu li a:hover:after, .top_menu ul.sub-menu li.current-menu-item a:after{
    content: none;
}

.top_menu ul.sub-menu li a {
    color: #606060;
    letter-spacing: 0.84px;
    font-size: 14px;
    padding: 17px 27px;
    background: #fff;
}
.top_menu ul.sub-menu li.current-menu-item a,
.top_menu ul.sub-menu li:hover a{ color: #fff; }


.top_menu ul#menu-main-menu>li{ position: relative; }
.top_menu ul#menu-main-menu>li.menu-item-has-children:hover:after{
       width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #10a095;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top_menu ul#menu-main-menu>li.menu-item-has-children:hover:before{
       width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}


.top_menu ul.sub-menu li a:hover:before, .top_menu ul.sub-menu li.current-menu-item a:before,
.top_menu ul.sub-menu li a:hover:after, .top_menu ul.sub-menu li.current-menu-item a:after{ content: none; }
.top_menu ul.sub-menu li a:hover:after, .top_menu ul.sub-menu li.current-menu-item a:after{content: none;}
.top_menu ul.sub-menu li a:after, .top_menu ul.sub-menu li.current-menu-item a:after{ content: none; }


 

.csr_sec:before {
    content: none;   
}

.csr_sec .abweareimg {
    right: auto !important;
    left: 0 !important;
    width: 51.58% !important;
    top: -23px;
}
.charity_sec p{max-width: 616px;}

.csr_sec{
    padding-top: 171px !important;    padding-bottom: 0;    margin-bottom: -134px;
}
.csr_sec h3{ line-height: 60px;     margin-top: -80px;}

.corpotext .vc_column-inner>.wpb_wrapper{ margin-left: 136px; }

.csr_sec{ overflow: visible !important; }
.csr_sec .wpb_single_image {
    margin-bottom: 0;
}

.abr_partner_sec .allcorses_grid {
    margin: 0 auto !important;
    max-width: 1021px;
}
.abr_partner_sec .allcorses_grid>.vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.abr_partner_sec .allcorses_grid .wpb_single_image:after{
   background: url(images/water_bg_big.png);
    height: 150px;
    bottom: -1px;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
}
.abr_partner_sec .allcorses_grid p{ max-width: 388px; }
.abr_partner_sec .allcorses_grid .vc_btn3-container a.vc_general{
        padding: 17.5px 77.5px;
}
.abr_partner_sec .wpb_text_column{min-height: 295px;}
.abr_partner_sec .allcorses_grid>.vc_column_container>.vc_column-inner>.wpb_wrapper{ padding-bottom: 51px; }
.abr_partner_sec{    padding-top: 62px !important;}
.abr_partner_sec .allcorses_grid h3{ margin-top: 0; }
.abr_partner_sec .partner_grid1 .wpb_text_column{min-height: 205px;}
.abr_partner_sec:before{ top: 34px;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
        content: "";
    position: absolute;
    left: 0;

}
.abpadi_sec{
        padding-bottom: 8px;    padding-top: 186px !important;
}

.charity_sec{    padding-top: 91px !important;}

.abr_partner_sec:after {
    content: "";
    position: absolute;
    width: 414px;
    height: 645px;
    background: url(images/partner_bg2.png);
     right: 0;
         bottom: 123px;
         top: auto !important;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.ablearning_sec{    padding-top: 186px !important;}
.ablearning_sec .wpb_single_image {
    width: 598px;
    margin-top: -96px;
    margin-left: -15px;
        margin-bottom: 22px;
}
.ablearning_sec .vc_btn3-container{ margin-right: 3px; }
.ablearning_sec .vc_btn3-container a.vc_general{    padding: 17.5px 43px;}
.ablearning_sec .e_btn2 a.vc_general{padding: 17.5px 54px;    background: url(images/readmore-btn-sm.svg) !important;
    color: #fff;}

.page-id-307 .inner_banner h1 strong,
.abweare_sec h3 strong {
        text-transform: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}    

.venus_sec .allcorses_grid .vc_btn3-container a.vc_general{ padding: 17.5px 52.5px; }
.venus_sec .wpb_text_column{    min-height: 114px;}
.venus_sec:after{ bottom: -149px; }
.venus_sec{ overflow: visible !important; }

.orfacility_img {
    position: absolute !important;
    width: 50% !important;
    right: 0 !important;
    left: auto !important;
    top: 0;
}
.orfacility_img .wpb_single_image img{ width: 100%; }
.orfacility_img .wpb_single_image .vc_figure,
.orfacility_img .wpb_single_image .vc_single_image-wrapper{ display: block; }

.or_facilitysec li {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px 0;
    position: relative;
    padding-left: 25px;
}
.or_facilitysec li:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(images/list_icon_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}
.or_facilitysec:before{ left: 0; }
.or_facilitysec .abweareimg{     width: 51.5% !important;top: -51px;}
.or_facilitysec{    padding-top: 168px !important;    padding-bottom: 0;}
.or_facilitysec ul {
    padding-top: 13px;
    margin-right: -34px;
}
.or_facilitysec .wpb_gmaps_widget .wpb_wrapper{ padding:0 !important; }
.or_facilitysec .wpb_gmaps_widget {
    width: 531px;
    border-radius: 25px;
    overflow: hidden;
}
.or_facilitysec .wpb_gmaps_widget iframe {
    height: 346px;
}
.or_facilitysec .abtwho_cont .wpb_text_column {
    margin-bottom: 58px;
}
.or_facilitysec .abtwho_cont {
    margin-bottom: -94px;
}
.confined_sec h3{ line-height: 60px;margin-top: -84px; }
.confined_sec:before{ left: 0; }
.confined_sec .abweareimg{      top: 6px;  width: 51.5% !important;}
.confined_sec .abtwho_cont .vc_col-sm-5 .vc_column-inner>.wpb_wrapper{ padding-top: 159px; }
.confined_sec{ padding-bottom: 0px; }

.waterlocatons_sec .vc_row {
    margin: 0 auto !important;
    max-width: 1021px;
}
.waterlocatons_sec .wpb_content_element {
    margin: 0;
}
.waterlocatons_sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.waterlocatons_sec .vc_row .vc_column-inner>.wpb_wrapper{
     -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.03);
-moz-box-shadow:    0px 15px 45px 0px rgba(0, 0, 0, 0.03);
box-shadow:         0px 15px 45px 0px rgba(0, 0, 0, 0.03);

border-bottom: 5px solid #c3c3c3;
border-radius: 25px;
    overflow: hidden;
    text-align: center;
    min-height: 559px;
    margin-bottom: 30px;
    background: #fff;
        padding-bottom: 31px;
}
.waterlocatons_sec iframe {
    height: 307px;
}
.waterlocatons_sec h2 {
    color: #595b5b;
    font-size: 36px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Bebas Neue';
    margin-top:0px;
}
.waterlocatons_sec .wpb_text_column {
    max-width: 399px;
    margin: auto;
}
.waterlocatons_sec tr td {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0.33px;
    line-height: 21px;
    text-align: left;
    font-weight: 500;
    padding: 13px 0;
    border-bottom: 1px solid #e9e9e9;
    height: 101px;
}
.waterlocatons_sec tr td:nth-child(1){    width: 156px; font-size: 20px; color: #10a89c;font-family: 'Proxima Nova Lt';    font-weight: 600; }
.waterlocatons_sec table {
    border-collapse: collapse;
    border: 0;
}
.waterlocatons_sec .wpb_map_wraper{ position: relative; }
.waterlocatons_sec .wpb_map_wraper:after {
    content: "";
    position: absolute;
   background: url(images/water_bg_big.png);
    height: 150px;
    bottom: -1px; 
    width: 100%;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.waterlocatons_sec tr:last-child td{ border: 0; }
.confined_sec .abtwho_cont {
    margin-bottom: -94px;
}
.waterlocatons_sec:before {
    width: 314px;
    height: 512px;
    background: url(images/confined_bg1.jpg);
    left: 0;
    top: 559px;
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.waterlocatons_sec {
    padding-bottom: 70px;
}
.waterlocatons_sec:after {
       width: 614px;
    height: 650px;
    background: url(images/confined_bg2.jpg);
    right: 0;
    bottom: -1px;
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
        z-index: -1;
}

.openwaterven_sec .abtwho_cont .vc_col-sm-7 .vc_column-inner>.wpb_wrapper {
    padding-top: 159px;
}
.openwaterven_sec .abweareimg {
       top: -83px;
    width: 48% !important;
}
.openwaterven_sec {
    overflow: visible !important;
}
.openwaterven_sec p{    max-width: 580px;}
.openwaterven_sec .abtwho_cont {
    margin-bottom: -260px;
}
.openvenue_sec:before,
.openvenue_sec:after{ content: none; }

.wreck_divingsec h5 {
    font-size: 24px;
    color: #2b2b2b;
    letter-spacing: 1.44px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 29px;
    margin-bottom: 10px
}
.wreck_divingsec p a{ font-weight: 500; color: #595959; font-size: 20px; border-bottom: 1px solid #989898; }
.wreck_divingsec .abweareimg{    width: 45.51% !important; top: 120px; }

.wreck_divingsec p{    max-width: 665px;}


.wr_pricetitle h4 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.wr_pricetitle h3 {
    font-size: 60px;
    color: #10a89c;
    margin-top: -84px;
    margin-bottom:0px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
        font-family: 'Oswald', sans-serif;
}
.wr_pricesec th {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.63px;
   
    font-weight: normal;
    text-transform: uppercase;
    padding: 16px 45px;
    text-align: left;
}
.wr_pricesec tr td{
    color: #676767;
    font-size: 18px;
    letter-spacing: 0.4px;
   padding: 18px 45px;
    text-align: left;
    font-weight: 600;
}

.wr_pricesec tr:nth-child(even){
    background: url(images/table_tdbg1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wr_pricesec tr:nth-child(odd){
    background: url(images/table_tdbg2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wr_pricesec tr:nth-child(1){
     background: url(images/table_thbg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wr_pricesec table {
    max-width: 980px;
    margin: 0 auto 41px;
    border-collapse: collapse;
}

.wr_pricesec tr td:nth-child(1){ width: 80%; }
.wr_pricesec tr td:nth-child(2){
        width: 20%;
    text-align: right;
    color: #10a89c;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Proxima Nova Lt';
}
.wr_pricetitle{ margin-bottom:78px; }

.wr_pricesec .crsbtm_links:before{    bottom: 0;    top: auto;}
.wr_pricesec .crsbtm_links{ padding-top: 31px; }
.wreck_divingsec {
    padding-bottom: 0;
}
.wr_pricesec {
    margin-top: -55px;
}
.hongkong_sec .abweareimg{       width: 47.1% !important; top: 120px;}
.hongkong_sec{    padding-top: 225px !important;}
.hongkong_sec h3{    margin-bottom: 44px;}
.hongkong_sec p b {
    font-size: 60px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.6px;
    font-weight: normal;
    display: block;
    margin-top: 17px;
    padding-bottom: 9px;
}
.hongkong_sec p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 0;
    max-width: 497px;
}
.hongkong_sec2 .abweareimg {
    left: 0 !important;
    right: auto;
    width: 51.34% !important;
    top: -206px;
}

.hongkong_sec2:before{ content: none; }
.hongkong_sec2{ padding-top: 46px !important; }
.hongkong_sec{ padding-bottom: 0; }
.hongkong_sec2{ overflow: visible !important;padding-bottom: 8px; }
.hongkong_sec2:after {
    content: "";
    position: absolute;
    background: url(images/hong-kong_bg2.jpg);
    width: 322px;
    height: 514px;
    right: 0;
    bottom:156px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.fund_sec1{ padding-top:197px !important;  }
.fund_sec h3{ margin-bottom: 25px; }
.fund_sec .vc_btn3-container a.vc_general{     display: block;    padding: 17.5px 0px; }
.fund_sec .vc_btn3-container{    display: block !important;
    max-width: 195px;}
.fund_sec1 .abweareimg{top: 13px;    width: 46% !important;}    
.fund_sec p a{ color: #000; border-bottom: 1px solid #000000; }
.fund_sec2:before, .fund_sec1:before{ content: none; }
.fund_sec2 .abweareimg {
    left: 0 !important;
    top: -300px;
    width: 51.66% !important;
}
.fund_sec1 {
    padding-bottom: 0;
}
.fund_sec2 {
    padding-top: 130px !important;overflow: visible !important;padding-bottom: 0;
}
.fund_sec2 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-right: -115px;
    margin-left: -29px;
}
.fund_sec3:before,.fund_sec4:before,.fund_sec5:before,.fund_sec6:before,.fund_sec7:before,.fund_sec8:before{ content: none; }
.fund_sec3,.fund_sec4,.fund_sec5,.fund_sec6,.fund_sec7,.fund_sec8{ padding-top: 0 !important; overflow: visible !important; padding-bottom: 0; }
.fund_sec3 .abweareimg{width: 47.11% !important; top: -205px;}
.fund_sec4 .abweareimg {
    left: 0 !important;
    right: auto !important;
    width: 51.656% !important;
    top: -321px;
}
.fund_sec4{ padding-top: 111px !important; }
.fund_sec5 .abweareimg{/*width: 44.3% !important; right: 83px !important;*/     top: -130px;}

.fund_sec6 .abweareimg {
    left: 0 !important;
    width: 51.66% !important;
    top: -395px;
}
.fund_sec7 .abweareimg{ 
    width: 47.09% !important;
    top: -128px;
}
.fund_sec7{ padding-top: 55px !important; }
.fund_sec8 .abweareimg{ 
       width: 51.66% !important;
    top: -301px;
    left: 0 !important;
    right: auto;
}

.social_scuba1 {
    padding-top: 226px !important;
}
.social_scuba1 .abweareimg{ top: 121px;    width: 47.09% !important; }
.social_scuba2 .abweareimg{ right: auto !important; left: 0 !important;    width: 51.657% !important;     top: -270px;}
.social_scuba2:before, .social_scuba3:before{ content: none; }

.social_scuba2 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-right: -85px;
    margin-left: 0px;
}
.social_scuba2 .abtwho_cont .wpb_text_column {
    max-width: 500px;
}
.social_scuba2{ padding-top: 30px !important;    overflow: visible !important;padding-bottom: 0; }

.social_scuba2:after {
    content: "";
    position: absolute;
    background: url(images/hong-kong_bg2.jpg);
    width: 322px;
    height: 514px;
    right: 0;
    bottom: 186px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.social_scuba3 .abweareimg {
    width: 48.67% !important;    top: -80px;
}
.social_scuba3{ padding-top: 143px !important; overflow: visible !important; padding-bottom: 0; }

.social_scuba3 .vc_btn3-container{    max-width: 274px;}
.social_scuba3 .vc_btn3-container a.vc_general{ background: url(images/readmore-btn-bgbig.svg) !important;  }
.social_scuba3 .vc_btn3-container a.vc_general:hover{ background: url(images/readmore-btn-bgbig-hover.svg) !important;  }

.social_pricesec {
    margin-top: -217px;
}
.social_pricesec .vc_inner {
    margin: 0 auto;
    max-width: 1020px;
}



.wr_pricesec .bring_table tr:nth-child(1){
    background: url(images/table_thbg_small.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wr_pricesec .bring_table tr:nth-child(even){
    background: url(images/table_tdbg_small1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wr_pricesec .bring_table tr:nth-child(odd){
    background: url(images/table_tdbg_small2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wr_pricesec .bring_table tr td{
    position: relative;    padding: 19.5px 0px 19.5px 69px;
}
.wr_pricesec .bring_table tr td:before {
       background: url(images/list_icon_grey.svg);
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 46px;
    top: 24px;
}
.social_pricesec .vc_inner .vc_col-sm-5 {
    width: 44%;
}
.social_pricesec .vc_inner .vc_col-sm-7 {
    width: 56%;
}

.wr_pricesec .schdule_table tr:nth-child(1){
    background: url(images/table_thbg_big.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wr_pricesec .schdule_table tr:nth-child(even){
    background: url(images/table_tdbg_big1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wr_pricesec .schdule_table tr:nth-child(odd){
    background: url(images/table_tdbg_big2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wr_pricesec .schdule_table tr td{
    position: relative;    padding:18px 0px 18px 40px;
}
.wr_pricesec .schdule_table tr td strong {
    color: #10a89c;
    font-family: 'Proxima Nova Lt';
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
   /* width: 81px;*/
   width: auto;
}

.social_pricesec .crsbtm_links:before{ content: none; }

.social_pricesec:before {
        content: "";
    position: absolute;
    width: 236px;
    height: 745px;
    background: url(images/courses_fishbg3.jpg);
    top: 393px;
    left: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.social_pricesec:after {
    content: "";
    position: absolute;
    width: 468px;
    height: 537px;
    background: url(images/social_price_bg.png);
   right: 0; bottom: 54px;
    background-size: contain;
    background-position: top right;
    pointer-events: none;
    background-repeat: no-repeat;
}

.night_diving_sec{    padding-top: 129px !important;}
.night_diving_sec .wpb_video_widget {
    max-width: 480px;
    margin-bottom: 42px;
}

.night_diving_sec .abweareimg,.camping_sec .abweareimg{    top: 127px;    width: 47.09% !important;}

.camping_sec {
    padding-top: 229px !important;
    padding-bottom: 0;
    margin-bottom: -152px;
}
.schoolp_sec .abweare_sec p{max-width: 634px;}
.schoolp_sec .abweareimg{top: 135px;}

.corporate_sec1 .abweareimg{    width: 45.93% !important;top: 47px;}
.corporate_sec1{    padding-top: 20px !important;padding-bottom: 0; }

.corporate_sec2:before{ content: none; }
.corporate_sec2 .abweareimg {
    right: auto !important;
    left: 0 !important;
    width: 51.66% !important;
        top: 80px;
}
.corporate_sec2{ padding-top: 90px !important; padding-bottom:55px;overflow: visible !important;}
.corporate_sec2 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-left: -25px;
    margin-right: -65px;
}
.corporate_sec2 p{    max-width: 488px;}
.corporate_sec1 p{ max-width: 624px;}

.socialdy_sec1 .abweareimg{top: 10px;    width: 47.1% !important;}
.socialdy_sec1 p{    max-width: 481px;}
.socialdy_sec1{    padding-top: 197px !important; padding-bottom: 0;}
.socialdy_sec2 .abweareimg {
    right: auto !important;
    left: 0!important;
    width: 51.7% !important;
        top: -184px;
}
.socialdy_sec2:before{ content: none; }
.socialdy_sec2{ padding-top: 0 !important;    margin-top: -138px; overflow: visible !important; }

.socialdy_sec2 h5, .socialdy_sec3 h5 {
    font-size: 20px;
    font-weight: 600;
        font-family: 'Raleway', sans-serif; 
}
.socialdy_sec3:before,.socialdy_sec4:before{ content: none; }
.socialdy_sec3{    padding-top: 128px !important; overflow: visible !important; padding-bottom: 0; }
.socialdy_sec3 .abweareimg{ top: -55px;width: 47.09% !important; }
.abweare_sec p{    max-width: 495px;}

.socialdy_sec4 .abweareimg{ right: auto !important; left: 0 !important; top: 0;     width: 51.66% !important;    top: -209px;}
.socialdy_sec4{ padding-top: 0 !important; margin-top: -109px; overflow: visible !important;}
.socialdy_sec4 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-right: -37px;
    margin-left: -20px;
}

.socialdy_sec4 h3,.socialdy_sec2 h3{
	    line-height: 60px;
    margin-top: -81px;
}

.refresher_sec .wpb_single_image .vc_figure, .refresher_sec .wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}
.refresher_sec img.vc_single_image-img {
    width: 100%;
}
.corsecimg_row {
    position: absolute !important;
    right: 0 !important;
        top: 75px;
    left: auto !important;
    width: 45.877% !important;
}
.refresher_sec .corsecimg_row{ right: 44px !important;}
.allcorseinner_sec {
    padding-top: 150px !important;padding-bottom: 61px;
}
.allcorseinner_sec h3{margin-bottom: 44px; text-transform: uppercase; }
.refresher_sec .specdriver_cont p{
	    margin: 0 0 32px 0;
    max-width: 491px;
}
 
.allcorseinner_sec ul li:nth-child(1) {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.allcorseinner_sec ul li:nth-child(2) {
  font-size: 36px;
    color: #10a89c;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 14px;
}

.allcorseinner_sec ul li:nth-child(3) {
    font-size: 24px;
    color: #3e3e3e;
    font-weight: 600;
}
.allcorseinner_sec ul {
    text-align: center;
    overflow: hidden;
    margin-top: 26px;
}

.refresher_sec .specdriver_cont {
    margin-bottom: -57px;
}

.scubadiver_sec .corsecimg_row{    width: 45.508% !important; top: 15px; }

.scubadiver_sec p {
    margin-bottom: 30px;
}
.scubadiver_sec .vc_btn3-container {
    margin: 50px 0 0 0;
}
.scubadiver_sec .specdriver_cont {
    margin-bottom: -105px;
}
.allcorseinner_sec .prcost_table {
    padding-top: 0;
}

.allcorseinner_sec tr td:nth-child(2){    line-height: 29px;}

.openwatercor_sec tr td:nth-child(3) {
    line-height: 29px;
}
.adw_sec{    padding-top: 208px !important;}
.adw_sec .corsecimg_row{ top:14px;    width: 45.78% !important; }
.discoverscuba_sec .corsecimg_row{    width: 46.88% !important;}
.adw_sec .specdriver_cont{ margin-bottom: -229px; }
.adw_sec tr td:nth-child(1) {
    line-height: 29px;
}
.adw_sec p{margin-bottom: 30px;}

.rescue_sec tr td{ vertical-align: top; }
.rescue_sec .prcost_table tr td h5:nth-child(3) {
    margin-top: 32px;
}
.rescue_sec h2{ margin-bottom: 30px; }

.bubblemaker_sec .vc_col-sm-7 .vc_column-inner>.wpb_wrapper{ margin-left:-50px; }
.bubblemaker_sec .corsecimg_row{ top: 73px; }
.bubblemaker_sec{    padding-top: 181px !important;}
.bubblemaker_sec .specdriver_cont p{       margin: 0 0 30px 0; max-width: 620px;}
.bubblemaker_sec .specdriver_cont{ margin-bottom: -140px; }

.sealteam_sec .corsecimg_row{ left: 0 !important; right: auto !important;      top: -71px;    z-index: -1;  width: 51.56% !important; }
.sealteam_sec:before{ content: none; }
.sealteam_sec .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-left: -71px;
}
.sealteam_sec{    padding-top: 269px !important;padding-bottom: 110px;}
.sealteam_sec .specdriver_cont {
    margin-bottom: -139px;
}

.discoverscuba_sec .prcost_table tr td strong:nth-child(4) {
    margin-top: 23px;
    display: inline-block;
}

.divemastercr_sec1{    padding-top: 89px !important; padding-bottom: 0;}
.divemastercr_sec1 .corsecimg_row{    top: 43px;    width: 45.77% !important;}
.divemastercr_sec1 .specdriver_cont p{
        margin: 0 0 30px 0;
    max-width: 650px;
}

.divemastercr_sec2:before{ content: none; }

.divemastercr_sec2 .corsecimg_row{
        right: auto !important; 
    left: 0 !important;
        width: 51.566% !important;
        top: 0;
}

.allcorseinner_sec .wpb_single_image .vc_figure,
.allcorseinner_sec .wpb_single_image .vc_single_image-wrapper{ display: block; }
.allcorseinner_sec img{ width: 100%; }

.sealteam_sec .specdriver_cont img,
.bubblemaker_sec .specdriver_cont img{ width: auto; }
.divemastercr_sec2 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-right: -30px;
    margin-left: -20px;
}
.divemastercr_sec2{ padding-top: 94px !important; }
.divemastercr_sec2 h2 {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px 0;
}
.divemastercr_sec2 .specdriver_cont p {
    margin-bottom: 36px;
    max-width: 516px;
}
.divemastercr_sec2 .specdriver_cont {
    padding-bottom: 125px;
}
.divemastercr_sec2 tr td:nth-child(1) {
    line-height: 29px;
}
.dpdriver_sec tr td .td_btn{
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 17.5px 51.6px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm-hover.svg);
    background-size: cover;
    background-position: center;
    margin-top: 13px;
    display: inline-block;
}

.instructor_sec .corsecimg_row {
    width: 46.88% !important;
    top: 15px;
}
.instructor_sec{    padding-top: 92px !important;}
.instructor_sec h2 {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    text-align: left;
    margin-bottom: 33px;
}
.instructor_sec .specdriver_cont p {
    max-width: 547px;
    margin-bottom: 30px;
}
.instructor_sec .specdriver_cont {
    margin-bottom: -160px;
}
.instructor_sec tr td:nth-child(1) {
    line-height: 29px;
}
.instructor_sec tr td .td_btn {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 17.5px 51.6px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm-hover.svg);
    background-size: cover;
    background-position: center;
    margin-top: 13px;
    display: inline-block;
}
.instructor_sec tr td{vertical-align: top;    padding:30px 0 40px 0;}

.marinecon_sec1{    padding-top: 196px !important;}
.marinecon_sec1 .corsecimg_row{    top: 16px;    width: 45.77% !important;}
.marinecon_sec1 .specdriver_cont h3 {
    line-height: 60px;
}
.marinecon_sec1 .specdriver_cont {
    margin-bottom: -309px;
}
.marinecon_sec2:before{ content: none; }
.marinecon_sec2 .corsecimg_row {
    left: 0 !important;
    right: auto !important;
    width: 51.56% !important;
    top: -90px;
    z-index:-1;
}

.marinecon_sec2{    padding-top: 232px !important;}
.marinecon_sec2 .vc_col-sm-5 .vc_column-inner>.wpb_wrapper {
    margin-left: -8px;
}
.marinecon_sec2 .specdriver_cont {
    margin-bottom: -70px;
}

.marinecon_sec3:before{ content: none; }
.marinecon_sec3 .corsecimg_row {
    width: 43.73% !important;
    top: 0;
}
.marinecon_sec3{    padding-top: 182px !important;}
.marinecon_sec3 .specdriver_cont{ margin-bottom: -312px; }
.marinecon_sec3 .specdriver_cont p{ max-width: 612px; }

.flowchart_sec{    padding-top: 92px !important; padding-bottom: 111px; }
.flowchart_sec .wpb_single_image {
    max-width: 680px; 
        margin: 0 auto 55px;
}

 
.flowchart_sec .vc_btn3-container {
    margin: 0 3px;
    width: 195px;
}
.flowchart_sec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: 0;
    padding: 17.5px 0px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    background: url(images/readmore-btn-sm.svg);
    display: block;
    background-size: cover;
    background-position: center;
}
.flowchart_sec .flowbtn_1 a.vc_general {
    background: url(images/readmore-btn-sm-hover.svg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.flowchart_sec {
    text-align: center;
}

.shop_sec1:before{
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 38px;
    left: -24px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.shop_sec1{ 
        padding-top: 31px !important;
    background: url(images/shop_bg1.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
        padding-bottom: 36px;
 }

.title_mid h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.title_mid h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Bebas Neue';
    margin-top: -79px;
    margin-bottom: 22px;
}
.row_width {
    margin: 0 auto !important;
    max-width: 928px;
} 
.row_width .vc_column-inner {
    padding-top: 0 !important;
}
.shop_sec1 .woocommerce ul.products li {
    background: #fff;
    text-align: center;
   
   -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.1);
border-radius: 25px;

 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

     -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
 -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
                    position: relative;
                    min-height: 376px;
                     border-bottom: 4px solid transparent;
     margin-bottom: 33px;

}
.shop_sec1 .woocommerce ul.products li:hover {
    border-bottom: 4px solid #0f998e;
}

.shop_sec1 .woocommerce ul.products li:nth-child(3n){ margin-right: 0; }

.shop_sec1 .woocommerce ul.products li img.attachment-woocommerce_thumbnail {
    width: auto;
    display: block;
       margin: -45px auto 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button{ display: none; }

.shop_sec1 .woocommerce.columns-3 {
    margin-top: 29px;
}
.shop_sec1 .woocommerce ul.products li h2.woocommerce-loop-product__title {
    color: #595b5b;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
}
.shop_sec1 .woocommerce ul.products li:hover h2.woocommerce-loop-product__title {
   color:#0f998e;
}

.shop_sec1:after {
    content: "";
    position: absolute;
    width: 458px;
    height: 792px;
    background: url(images/shop_shape1.png);
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    top: 209px;
    pointer-events: none;
}

.shop_sec2 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
.promotions_row ul li {
     position: initial !important;
    margin-right: 3.55%;
    border: 1px solid #d7d7d7;
    width: 30.96%;
    margin-bottom: 33px;
    float: left;
}
.shop_sec2 .wpb_image_grid .wpb_image_grid_ul .isotope-item:nth-child(3n),
.promotions_row ul li:nth-child(3n){ margin-right: 0; }
.promotions_row ul li img{ width: 100%; }
.shop_sec2 .wpb_gallery {
    margin-top: 28px;
}

.shop_sec2:after {
    content: "";
    position: absolute;
    width: 449px;
    height: 870px;
    background: url(images/promo_shape2.png);
    left:0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
        top: -154px;
    pointer-events: none;
}
.shop_sec2{ overflow: visible !important; }

.brandlogo_slider .owl-item {
    padding: 0 16.5px;
}

.brand_item{
    
    -webkit-box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow:    0px 13px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow:         0px 13px 20px 0px rgba(0, 0, 0, 0.10);

border-radius: 25px;
min-height: 166px;
    padding-bottom: 33px;

        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-flow: column;
}
.brandlogo_slider {
    margin: 0 -16.5px;
}
.brand_item h3 {
    text-align: center;
    font-size: 20px;
    color: #585b5b;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.brandlogo_slider .owl-stage-outer {
  padding: 13px 0 45px;
}

.brand_item img {
    width: auto !important;
    
    display: block;
    margin: auto;
}
.shop_sec3{ padding-top: 88px; }

.brandlogo_slider .owl-dots button.owl-dot {
    background: #929292 !important;
    padding: 5px !important;
    border-radius: 50px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.brandlogo_slider .owl-dots {
    text-align: center;
}
.brandlogo_slider .owl-dots button.owl-dot.active{background: #10a89c !important;}

.visit_sec:before{
    content: none !important;
}

.visit_sec p{ max-width: 595px; }

.visit_sec .abweareimg{    width: 45.198% !important; top: 7px; }
.visit_sec {    padding-top: 61px !important;    padding-bottom: 68px;}
.visit_sec .brc_btn a.vc_general{
        background: url(images/brc_btn.svg) !important;
        padding: 17.5px 43px;
}
.visit_sec .brc_btn a.vc_general:hover{
    background: url(images/brc_btn.svg) !important;
}
.shoplocation_sec:before{ content: none; }
.shoplocation_sec{ padding-top: 0 !important; overflow: visible !important; padding-bottom: 239px;  }

.shoplocation_sec h2 {
    color: #3f3f3f;
    font-size: 36px;
    letter-spacing: 1.08px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
        margin-top: 10px;
}
.shoplocation_sec h2:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 5px;
    background-color: #10a89c;
    border-radius: 8px;
    bottom: 0;
    left: 0;
}
.loca_col1,.loca_col2{ float: left; margin-bottom: 0; }

.loca_col1 li.location_icon {
    font-size: 16px;
    color: #787878;
    letter-spacing: 0.16px;
    line-height: 24px;
}
.loca_col1 li {
    position: relative;
    padding-left: 61px;
    margin-bottom: 26px;
}
.loca_col1 li.mail_icon {
    padding-top: 16px;
}
.loca_col1 li.location_icon:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/location-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}
.loca_col1 li.call_icon a {
    font-size: 29px;
    color: #787878;
    letter-spacing: 0.29px;
    font-family: 'Bebas Neue';
    font-weight: normal;
}
.loca_col1 li.call_icon:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/call-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: -7px;
}
.loca_col1 li.call_icon.wa_icon:before {
    background: url(images/wa-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.loca_col1 li.mail_icon a {
    font-size: 18px;
    color: #787878;
    letter-spacing: 0.18px;
    font-family: 'Raleway', sans-serif;
}
.loca_col1 li.mail_icon:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/email-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.loca_col2 li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #3f3f3f;
}
.loca_col2 li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(images/list_icon_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
}
.loca_col2 {
    margin-left: 59px;
}
.shoplocation_sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
        margin-top: 27px;
}
.shoplocation_sec .wpb_gmaps_widget .wpb_wrapper iframe {
    height: 446px;
}
.shoplocation_sec .vc_col-sm-7{ width: 56.65%; }
.shoplocation_sec .vc_col-sm-5{ width: 43.35%;}
.visit_sec .brc_btn {
    margin-left: 26px;
}
.shoplocation_sec:after {
    content: "";
    position: absolute;
    width: 340px;
    height: 704px;
    background: url(images/locationshop_bg.png);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    bottom: -119px;
    pointer-events: none;
}

.promotions_sec .vc_column-inner{ padding-top: 0 !important; }
.promotions_sec .title_mid h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: -86px;
}
.promotions_sec h4 {
    font-size: 24px;
    color: #3f3f3f;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 25px;
}
.promotions_sec .promo_price {
    color: #10a89c;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 19px;
}
.promotions_sec p {
    margin: 0;
    line-height: normal;
    font-size: 24px;
    color: #3f3f3f;
    letter-spacing: 0.86px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
.promotions_sec p strong {
    color: #10a89c;
}


.promotions_sec .vc_btn3-container a.vc_general {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0;
    padding: 17.5px 54px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}
.promotions_sec .vc_btn3-container a.vc_general:hover{
	background: url(images/readmore-btn-sm.svg) !important;
    color: #fff;
}
.promotions_sec .wpb_text_column { margin-bottom: 37px; }
.promotions_sec .vc_btn3-container{ margin-bottom: 0; }
.promotions_sec {
    padding-top: 103px !important;    background: #fff !important;padding-bottom: 121px;
}
.promotions_sec .vc_col-sm-4{
width: 40%;
}
.promotions_sec .vc_col-sm-8{
	width: 60%;
}
.promotions_sec .vc_col-sm-4 .vc_column-inner>.wpb_wrapper{ margin-left: 80px; }
.promotions_sec .vc_col-sm-8>.vc_column-inner>.wpb_wrapper{ margin-left: 26px; }
.promotions_sec:after{ content: none; }
.regularpromo:after{    right: 0; left: auto;     background: url(images/promo_shape3.png);
background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    top: -399px;
}

.regularpromo:before {
    content: "";
    position: absolute;
    width: 409px;
    height: 796px;
    background: url(images/locationshop_bg2.png);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    bottom: -76px;
    pointer-events: none;
}
.regularpromo{ padding-bottom: 100px; }

.termscont_sec:before {
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 38px;
    left:-8px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.termscont_sec {
    padding-top: 0 !important;
    overflow: visible !important;
    padding-bottom: 51px;
}
.termscont_sec .wpb_single_image {
    margin-top: -58px;    margin-bottom: 27px;
}
.termscont_sec h3 {
    font-size: 20px;
    color: #676767;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}
.termscont_sec p {
    margin: 0 0 26px 0;
    font-size: 17px;
    line-height: 26px;
    color: #676767;
    letter-spacing: 0.44px;
}

.termscont_sec li {
    margin: 0 0 26px 0;
    font-size: 17px;
    line-height: 26px;
    color: #676767;
    letter-spacing: 0.44px;
    padding-left: 44px;
    position: relative;
}
.termscont_sec li i {
    position: absolute;
    color: #676767;
    font-size: 16px; 
    font-style: normal;
    left: 0;
    top: 0;
     font-family: 'Open Sans';
      font-weight: 700;
}
.termscont_sec h2 {
    font-size: 24px;
    color: #404040;
    letter-spacing: 1.44px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 39px;
        margin-top: 40px;
}
.termscont_sec li strong {
    font-weight: 700;
    color: #3a3a3a;
}

.termscont_sec:after {
    content: "";
    position: absolute;
    background: url(images/termc_bg2.jpg);
    width: 370px;
    height: 384px;
    left: 0;
    bottom: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.termscont_sec {
    background: url(images/termc_bg1.png);
    background-position: right 44%;
    background-repeat: no-repeat;
}

.testomialreviw_sec:before {
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 216px;
    left: -8px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.testomialreviw_sec{ padding-top:104px !important; }
.testimon_title h2 {
    color: #efefef;
    font-size: 130px;
    text-transform: uppercase;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
}
.testimon_title h3 {
    font-size: 60px;
    letter-spacing: 1.8px;
    color: #10a89c;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    margin-bottom: 35px;
        margin-top: -17px
}
.review_web {
    max-width: 919px;
    margin: 0 auto !important;
    padding-top: 30px; padding-bottom: 78px;
}
.review_web .vc_column-inner>.wpb_wrapper{
	background: #fff;
	-webkit-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 13px 39px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 13px 39px 0px rgba(0, 0, 0, 0.15);
border-radius: 25px;
    padding: 33.5px 0;
}
.review_web .wpb_single_image {
    margin: 0;
}
.testimon_title .vc_btn3-container .vc_general {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0 !important;
    padding: 17.5px 39px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
}
.testimon_title .vc_btn3-container .vc_general:hover{

     background: url(images/readmore-btn-sm.svg) !important;
     color: #ffffff !important;
}
.testimon_title .vc_btn3-container {
    margin-bottom: 0;
}

.testimon_title>.vc_column_container .vc_column-inner>.wpb_wrapper{ border-bottom: 1px solid #e8e8e8; padding-bottom: 54px; }

.alltestmonialcont p {
    margin: 0;
    line-height: 33px;
    font-size: 20px;
    letter-spacing: 0.66px;
    color: #6e6e6e;
    font-style: italic;
}
.testmonial_item:after{ clear: both; display: table; content: ""; }

.testmonial_item{
    -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.1);
border-left: 6px solid #c7c7c7;
    border-radius: 25px;
    margin-bottom: 51px;
    background: #fff;
    padding: 43px 44px;
}
.all_testimonial {
    padding-top: 81px;
}
.all_testimonial .testi_pic{ width: 92px; }

.test_star span{

    background: url(images/no-star.jpg);
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin-right: 2px;
}
.test_star span.active{

    background: url(images/star.jpg);
    padding: 10px;
}

.reviews_sec:before {
    content: "";
    position: absolute;
    width: 461px;
    height: 757px;
    background: url(images/reviews_shap1.png);
    top: 127px;
    right: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.reviews_sec:after {
    content: "";
    position: absolute;
    width: 252px;
    height: 751px;
    background: url(images/reviews_shap2.png);
    bottom:-165px;
    left: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.reviews_sec{ padding-bottom: 91px; overflow: visible !important; }

 

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
    display: block;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top:13%;
 
 right: 0;
 left: 0;
 margin: auto;
 
     width: 90%;
         max-width: 700px; 
  background-color: #fff; 

  border-radius: 20px;
    overflow: hidden;

    -webkit-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 13px 39px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 13px 39px 0px rgba(0, 0, 0, 0.15);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
      padding: 20px 25px;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
      position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    color: #aaa;
    background: none;
    border: 0;
    padding: 0;
    opacity: 0.6;
    cursor: pointer;
}
.modal-close img {
    width: 100%;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.leave_reviewblock  .modal-header h2 {
    color: #10a89c;
    font-size: 29px;
    letter-spacing: 0.1px;
}

.leave_reviewblock .frm_row {
    overflow: hidden;
}
.leave_reviewblock .frm_input {
    width: 100%;
    background: #efefef;
    border: 0;
    font-size: 16px;
    color: #878c98;
    padding: 16px 16px;
    border-radius: 3px;
}
.leave_reviewblock .frm_col {
    margin-bottom: 20px;
}
.leave_reviewblock .frm_col textarea.frm_input {
    height: 100px;
}
.leave_reviewblock .frm_col input[type="submit"] {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0 !important;
    padding: 17.5px 33px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.frm_col2 {
    width: 50%;
    padding: 0 10px;
    float: left;
}
.frm_col1 {
    width: 100%;
    padding: 0 10px;
}
.frm_row {
    margin: 0 -10px;
}

.add_rating {
  width: 160px;
  overflow: hidden;
}
.add_rating label {
  float: right;
  position: relative;
  width: 22px;
  height: 20px;
  cursor: pointer;
      margin-right: 10px;
}
.add_rating label:not(:first-of-type) {
  padding-right: 2px;
}
.add_rating label:before {
      content: "";
    background: url(images/no-star.jpg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.add_rating input {
  display: none;
}
.add_rating input:checked ~ label:before, .add_rating:not(:checked) > label:hover:before, .add_rating:not(:checked) > label:hover ~ label:before {
  background: url(images/star.jpg);
}

.getintouch_sec:before{
        top: 41px;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
    left: 0;
    content: "";
    position: absolute;
}
.getintouch_sec .wpb_single_image{
        width: 854px;
    margin: -190px 0 0 -201px;
}
.getintouch_sec .title_mid h3{
        font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: -86px;
    margin-bottom: 43px;
}
.getintouch_sec{ padding-top: 151px !important;     z-index: 1;}
.getintouch_sec p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.54px;
}
.getintouch_sec .loca_col1{
        float: none;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 49px;
}
.getintouch_sec .loca_col1 li.call_icon a{    color: #302f2f;}

.contactform_sec{ padding-top: 148px !important; padding-bottom: 142px; }

.contactform_sec .vc_row.wpb_row{
    -webkit-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 13px 39px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 13px 39px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
        border-radius: 25px;
        border-right: 5px solid #bfbfbf;
        overflow: hidden;
            position: relative;
    z-index: 1;
        margin: 0 15px !important;
}
.contactform_sec .vc_column_container>.vc_column-inner{ padding: 0; }
.contactform_sec .wpb_content_element {
    margin: 0;
}
.contactform_sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.contactform_sec .wpb_gmaps_widget .wpb_wrapper iframe {
    height: 646px;
}
.cnform_block .vc_column-inner>.wpb_wrapper {
    padding-top:48px;
    padding-left: 54px;
    padding-right: 40px;
}
.contactform_sec h2 {
    font-size: 36px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.contactform_sec input.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 0;
    background: #efefef;
    font-size: 16px;
    color: #878c98;
    letter-spacing: 0.59px;
    padding: 18px 24px;
    border-radius: 3px;
}
.contactform_sec .wpcf7-form-control::-webkit-input-placeholder { /* Edge */
 color: #878c98;
}

.contactform_sec .wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer */
 color: #878c98;
}

.contactform_sec .wpcf7-form-control::placeholder {
 color: #878c98;
}
.contactform_sec li {
    margin-bottom: 10px;
}
.enq_select select{
       -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   width: 100%;
    border: 0;
    background: #efefef;
    font-size: 16px;
    color: #878c98;
    letter-spacing: 0.59px;
    padding: 22px 24px;
    border-radius: 3px;
}
.enq_select{ position: relative; }
.enq_select:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background: url(images/sprites.png);
    background-position: -146px 0px;
    right: 25px;
    top: 25px;
    pointer-events: none;
}
.contactform_sec li textarea.wpcf7-form-control {
    width: 100%;
    border: 0;
    background: #efefef;
    font-size: 16px;
    color: #878c98;
    letter-spacing: 0.59px;
    padding: 22px 24px;
    border-radius: 3px;
    height: 130px;
}

.contactform_sec .wpcf7-submit {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm.svg) !important;
    border: 0 !important;
       padding: 17.5px 46px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.contactform_sec .wpcf7-submit:hover {
   
    background: url(images/readmore-btn-sm-hover.svg) !important;
    
}

.contactform_sec li:last-child {
    margin-bottom: 0;
    margin-top: 24px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 12px 0 0 0;
    background: #10a89c;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.contactform_sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1144px;
    background: url(images/contactus_bg.jpg);
    top: -80px;
    left: 0;
    background-size: contain;
}
.contactform_sec{ overflow: visible !important; }

li.meet {
    background: url(images/meetup_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.social_group {
    text-align: center; overflow: visible !important;    padding-bottom: 14px;
}
.social_group h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.social_group .vc_btn3-container { margin: 0; }
.social_group .vc_btn3-container a.vc_general{
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: url(images/readmore-btn-sm-hover.svg) !important;
    border: 0 !important;
    padding: 17.5px 57px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.social_group .vc_btn3-container a.vc_general:hover{
     color: #ffffff !important;
    background: url(images/readmore-btn-sm.svg) !important;
}
.social_group .vc_column-inner>.wpb_wrapper {
     padding-top: 378px;
     padding-bottom: 250px;
     position: relative;
}
.social_group:after {
        background: url(images/contact_img2.png);
    background-position: center;
    position: absolute;
    width: 1412px;
    height: 833px;
        top: -19px;
    left: 0;
    content: "";
    right: 0;
    margin: auto;
 }
.social_group .he_social {
    margin: 0 0 13px 0;
}
.social_group .vc_column-inner>.wpb_wrapper *{ position: relative;z-index: 1; }

.faq_item {
    position: relative;
    width: 100%;
    height: auto;
    background: url(images/faqtl_bg.png);
    max-width: 1144px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 17px;
   
}
.faq_block{
     counter-reset: my-sec-counter;
}
 
.faq_item .faq_title:before{
     counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) ". ";
} 
.faq_item.active .faq_title {
    padding-top: 35px;
    padding-bottom: 5px;
}
.faq_content{
            padding: 0px 56px 25px;
  display:none;
      font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.faq_content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.faqs_sec:before {
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 42px;
    left: -23px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.faqs_sec .title_mid h3{
        text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
        margin-top: -86px;
}
.faqs_sec {
    padding-top: 27px !important;
    padding-bottom: 42px;
    overflow: visible !important;
    background: url(images/faq_bgshap2.png);
    background-repeat: no-repeat;
    background-position: 100% 58%;
}

.faq_search {
    max-width: 840px;
    margin: 22px auto 54px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 13px 39px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 13px 39px 0px rgba(0, 0, 0, 0.1);
border: 2px solid #e6e6e6;
}
.faq_search .search_input {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #404042;
    padding: 24px 70px 23px 28px;
}

.faq_search input.search_submit {
   font-size: 0;
    border: 0;
    background: url(images/search_icon.svg);
    padding: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.faq_title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 56px;
    cursor: pointer;
}

.faq_title{position: relative;}
.faq_title:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(images/sprites.png);
    right: 42px;
    top: 26px;
    background-position: -157px 0px;
    pointer-events: none;
}

.faq_title.active:after{
    background-position: -172px 0px;
}
.faq_item.active .faq_title:after{
    background-position: -172px 0px;
    top: auto;
    bottom: 0px;
}

.faqs_sec:after {
    content: "";
    position: absolute;
    width: 253px;
    height:762px;
    background: url(images/faq_bgshap1.png);
    bottom: -166px;
    left: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.faq_item.set.active{
        background: url(images/faqcont_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.timecal_sec{position: relative;    padding-top: 86px;    padding-bottom: 64px;}
.timecal_sec:before {
        content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 42px;
    left: -24px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.calender_row{ overflow: hidden;
    border: 1px solid #c8e3e1;
    -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    max-width: 1157px;
    margin: 0 auto;
    background: #fff;

 }

 button.fc-listWeek-button{ display: none !important; }

.calender_row .fc-dayGridMonth-button, .calender_row .fc-timeGridWeek-button, .calender_row .fc-timeGridDay-button {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/day_bg.png) !important;
    padding: 8.5px 17px 9.5px;
    background-size: 100% 100% !important;
    margin-left: 5px !important;
}
.calender_row .fc-dayGridMonth-button.fc-button-active,
.calender_row .fc-timeGridWeek-button.fc-button-active,
.calender_row .fc-timeGridDay-button.fc-button-active {

    background: url(images/day_bghover.png) !important;
    background-size: 100% 100% !important;
}

.calender_row .fc-today-button{ float: left;

   float: left;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/today_bg.png) !important;
    padding: 13.5px 38.9px 13.5px;
    background-size: 100% 100% !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle;
}
.fc-prev-button,.fc-next-button{
    background: #f2f0f5;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px !important;
}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 24px;
    color: #353535;
}
.fc-theme-standard th {
    background: #10a89c;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: normal;
    letter-spacing: 1px;
    padding: 15px 0 !important;
}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
   padding: 12px 15px 0 0px;
    font-size: 15px;
    color: #595b5b;
    font-family: 'Open Sans';
    font-weight: 400;
}

.event_table {
    max-width: 1154px;
    margin: 0 auto 41px;
}
.event_table table {
    border: 0;
    border-collapse: collapse;
    background: #fff;
}
.event_table table th {
    background: #10a89c;
    text-align: left;
    color: #fff;
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 24px;
    padding: 21.5px 50px;
}
.event_table table td {
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    padding: 26px 50px;
}
.event_table table td:nth-child(1){width:35.88%;}
.event_table table td:nth-child(2){width:42.462%;}
.event_table table td:nth-child(3){width:21.658%;
    padding: 0 0;
    text-align: center;
}

.event_table h4 {
    font-size: 24px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.event_table h5 {
    font-size: 20px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.event_table li {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0.56px;
    margin-bottom: 6px;
}
.event_table a.book_btn {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/login_btnbg.png) !important;
    padding: 17.5px 42px;
    background-size: 100% 100% !important; 
    vertical-align: middle;
}
.event_table a.book_btn:hover{
    background: url(images/login_btnbg_hover.png) !important;
     color: #ffffff;
}

.booked_table table th{    background: #ff0000;}

.timecal_event_sec {
    position: relative;
    padding-bottom: 53px;
}
.timecal_event_sec:after{
        content: "";
    position: absolute;
    width: 382px;
    height: 384px;
    background: url(images/timetable_shape2.png);
    bottom: 38px;
    left: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.timecal_event_sec:before{
        content: "";
    position: absolute;
    width: 305px;
    height: 569px;
    background: url(images/timetable_shape1.png);
    top: 25%;
    right: 0;
    background-size: contain;
    background-position: top right;
    pointer-events: none;
    background-repeat: no-repeat;
}

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

.category_list li {
    display: inline-block;
    vertical-align: middle;
}
.category_list {
    text-align: center;
        margin-top: 66px;
        margin-bottom: 91px;
}
.category_list li a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/blog_btnbg.png);
    padding: 17.5px 0px;
    background-size: 100% 100% !important;
    width: 195px;
    display: block;
    vertical-align: middle;
}
.category_list li{     margin-right: 4.68%;}
.category_list li:last-child{ margin-right: 0; }
.category_list li a:hover{
    background: url(images/login_btnbg_hover.png);
    color: #ffffff;
}
.blogpage_sec {
    padding-top: 23px;
    position: relative;
        padding-bottom: 98px;
        background: url(images/faq_bgshap2.png);
    background-repeat: no-repeat;
    background-position: 100% 38%;
}

 
.all_blog .bg_mat {
    text-align: center;
    padding: 48px 35px;
    padding-top: 22px;
}
 
.all_blog:after{ clear: both; display: table; content: ""; }

.all_blog .blg_list {
    width: 30.92%;
    float: left;
    margin-right: 3.622%;
    margin-bottom: 33px;
}
.all_blog .blg_list:nth-child(3n){ margin-right: 0 }

.all_blog .es_img:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 135px;
    background: url(images/water-bg2.png);
    bottom: 0px;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}
.all_blog .es_img {
    position: relative;
}
.blogpage_sec:before {
       content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 90px;
    left: -13px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.all_blog .blg_list:hover{
        border-bottom: 5px solid #10a89c;
}
.blg_list .bg_mat .rd_mr a:hover{
    background: url(images/readmore-btn-sm-hover.svg);
}

.pagnav {
    clear: both;
    display: block;
}
.pagination h2.screen-reader-text {
    display: none;
}
.pagination {
    text-align: center;
    clear: both; 
    padding-top: 30px;
}
span.pg_btn {
     color: #403f3f;
    font-size: 18px;
    vertical-align: middle;   
}
.pagination svg.svg-icon {
        vertical-align: text-top;
   fill: #000000;
}
span.nav-next-text,
span.nav-prev-text{
    display: none;
}
.pagination .page-numbers{
     
        line-height: 40px;
    padding: 0px 8px;
        display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px; color: #000;
        text-align: center;
        position: relative;
        border-radius: 50px;
        background: url(images/pagination_icon.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 
.pagination a.prev.page-numbers, .pagination a.next.page-numbers{
     
}
.pagination span.page-numbers.current{  
     background: url(images/pagination_active_icon.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.all_blog {
    padding-bottom: 48px;
}

.blogpage_sec:after {
    content: "";
    position: absolute;
    width: 253px;
    height: 762px;
    background: url(images/faq_bgshap1.png);
    bottom: 98px;
    left: 0;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.page-header .page-title {
    margin-bottom: 35px;
    font-size: 28px;
}

.single_post {
    max-width: 1100px;
    margin: auto;
    -webkit-box-shadow: 0px 25px 49px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 25px 49px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 25px 49px 0px rgba(0, 0, 0, 0.1);
border-radius: 25px;
    padding: 48px 52px;
    border-bottom: 5px solid #b7b7b7;
        margin-bottom: 107px;
            position: relative;
    background: #fff;
    z-index: 1;
}
.single_post p img {
        margin: 16px 0;
}
.singlblog_sec {
    position: relative;
    padding-top: 65px;
}
.singlblog_sec:before {
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 29px;
    left: -13px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.singlblog_sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/post_bg.jpg);
    bottom: 11%;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% auto;
    pointer-events: none;
}
.single_post h2 {
    color: #585b5b;
    font-size: 60px;
    letter-spacing: 2.16px;
    margin-bottom: 15px;
}
.single_post .date {
    color: #2b685d;
    font-size: 16px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    font-family: "bebas-neue-pro",sans-serif;
    font-weight: 600;
    margin-bottom: 22px;
}
.single_post p {
    font-size: 18px;
        margin: 0 0 16px 0;
    color: #353535;
    line-height: 26px;
    letter-spacing: 0.75px;
}
.single_cover img {
    margin-bottom: 34px;
}

.single_post p strong {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}
.single_post p a {
    color: #10a89c;
    font-weight: 500;
}

.single_post table {
    margin-bottom: 30px;border-collapse: collapse;
}

.single_post table th {
    background: #10a89c;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 21px 33px;
}
.single_post table td {
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    color: #707070;
    font-weight: 600;
    padding: 21px 31px;
}
.single_post table td:nth-child(1){

    border-left: 1px solid #e9e9e9;
    padding-right: 0;
    width: 90%;
}
.single_post table td:nth-child(2){ font-size: 20px; color: #10a89c; letter-spacing: 1.44px;  font-family: 'Proxima Nova Lt';
    border-right: 1px solid #e9e9e9;
    padding-left: 0;
    width: 10%;
}
.single_post table tr:nth-child(odd) td {
    background: #f6f6f6;
}
.emailinfo p {
    margin-bottom: 6px;
    font-weight: 500;
}
.emailinfo {
    margin-bottom: 32px;
}

.post_tagd li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; margin-bottom: 10px;
}
.post_tagd li a {
    background: #f0f0f0;
    color: #676767;
    font-size: 16px;
    letter-spacing: 0.56px;
    display: inline-block;
    padding: 9px 18px;
}

.comments-area p.comment-form-url {
    display: none;
}
.comments-area {
    border-top: 1px solid #e9e9e9;
    margin-top: 53px;
    padding-top: 45px;
}

.comments-area h2 { color: #10a89c; font-size: 24px;  text-transform: uppercase; margin-bottom:24px; font-family: 'Oswald', sans-serif;
    font-weight: normal; letter-spacing: 1.44px; }

.comments-area p { margin-bottom: 15px !important;    line-height: normal; }

.comments-area p.comment-form-cookies-consent { color: #323334; margin-top: 10px; display: inline-block; letter-spacing: normal; }

.comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"], 
.comments-area textarea {
        width: 100%;
    background: #efefef;
    color: #878c98;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.18px;
    padding: 21px 24px;
    margin: 0 0 0;
    border: none;
    border-radius: 5px;
}

.comments-area textarea { height: 150px; }

.comments-area input[type="checkbox"] + label { display: inline-block; cursor: pointer; position: relative; padding-left: 30px; }

.comments-area input[type="checkbox"] + label:before { content: ""; display: block; width: 16px; height: 16px; position: absolute; top: 4px; left: 0; 
                                                                    border: 1px solid #a6a6a6; background-color: #dedede; border-radius: 2px; }

.comments-area input[type="checkbox"]  { display: none !important; }

.comments-area input[type="checkbox"]:checked + label:after { content: ""; display: block; position: absolute; top: 9px; left: 5px; width: 9px; height: 8px; 
                                                                           border-radius: 2px; background-image: url(images/tick.png); }

.comments-area input[type="submit"] {
        font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/blog_btnbg.png);
    padding: 17.5px 0px;
    background-size: 100% 100% !important;
    width: 195px;
    display: block;
    vertical-align: middle;
        border: 0;
        cursor:pointer;
}


.single_post ol.comment-list, .single_post ol.children { list-style-type: none; padding: 0; margin: 22px 0 0; display: inline-block; }

.single_post ol.comment-list li { position: relative; padding-left: 82px; padding-bottom: 34px; border-bottom: 1px solid #ebebeb; margin-bottom: 40px; }

.single_post ol.comment-list li:last-child { margin-bottom: 0px; border-bottom: none; }

.single_post ol.comment-list li img { width: 62px; height: auto; border-radius: 5px; position: absolute; left: 0; top: 4px; }

.single_post ol.comment-list b.fn {
    color: #000000;
    font-size: 19px;
    letter-spacing: 0.22px;
    font-weight: 500;
    margin-bottom: 9px;
    display: block;
}
.single_post ol.comment-list p { color: #48494e; font-size: 18px; line-height: 27px; letter-spacing: 0.18px; }

.single_post .comment-reply a { color: #48494e; font-size: 16px; font-weight: 400; letter-spacing: 0.16px; padding-left: 26px; position: relative; }

.single_post .comment-reply a:before { content: ""; position: absolute; width: 20px; height: 18px; background-image: url('images/reply-icon.png'); left: 0; top: 4px; }


.single_post .comment-respond h3, .single_post .comment-respond h3 a { color: #171717; font-size: 20px; letter-spacing: 0.22px; font-weight: 400; margin-bottom: 28px; }

.single_post .comment-respond h3 a { padding-left: 10px; text-decoration: underline; }

.single_post ol.comment-list .comment-author.vcard span, .single_post ol.comment-list .comment-metadata, .single_post .comments-title-wrap h2,
.single_post ol.discussion-avatar-list, .single_post h2 svg, .comments-area p.comment-notes, .comments-area p.comment-form-author label, 
.comments-area p.comment-form-email label, .comments-area p.comment-form-url label, .comments-area p.comment-form-comment label { display: none; }

.comments-area p.form-submit {
    margin-bottom: 0 !important;padding-top: 25px;
}
p.comment-form-cookies-consent {
    display: none !important;
}

.single_post .comments-title-wrap.no-responses h2 {
    display: block;
}

.recentpost_row {
    border-top: 1px solid #e6e6e6;
    padding-top: 50px;
}
.recentpost_head h2 {
    font-size: 48px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    letter-spacing: 2.88px;
}
.recentpost_head {
    overflow: hidden;    margin-bottom: 51px;
}
.recentpost_head a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/blog_btnbg.png);
    padding: 17.5px 68.5px;
    background-size: 100% 100% !important;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    float: right;
    display: inline-block;
    text-align: center;
}

 

.all_blog .blg_list .bg_mat p{max-width: 287px;}

.post_tagd {
    padding-top: 28px;
}

.author_img {
   width: 32px;
    vertical-align: middle;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}
.author_img img {
    width: 100%;
    height: 100%;
}

.post_author h5 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #5f5e61;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}
.post_author h5:after{
    content: "";
    width: 13px;
    height: 8px;
    background: url(images/sprites.png);
    display: inline-block;
    background-position: -186px 0px;
    margin-left: 5px;
}
.post_author {
    margin-bottom: 13px;
}
.blog-share li a {
    font-size: 0;
    display: block;
    padding: 24px 25.5px;
}
.blog-share li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: relative;
}
.blog-share li:after{
    content: "";
    position: absolute;
    width: 51px;
    height: 48px;
    background: url(images/sprites.png);
    top: 0;
    left: 0;
    pointer-events: none;
}
.blog-share li.fcb:after{
        background-position: -201px 0;
}
.blog-share li.liked:after{
        background-position: -302px 0;
}
.blog-share li.twt:after{
   background-position: -250px 0;
}
.blog-share li.lk:after{
       display: none;
}
.blog-share li.lk {
    width: 51px;
    height: 48px;
}
.blog-share li.lk button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    width: 51px;
    height: 48px;
    font-size: 0;
    cursor: pointer;
    width: 51px;
    height: 48px;
    background-image: url(images/sprites.png);
    background-position: -353px 0;
}
.blog-share {
    margin-top: 17px;
}
.single_cover {
    text-align: center;
}
.single_post video {
    width: 100%;
}

.hbook_sec .title_mid p{
        max-width: none;
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 30px; 
    margin: 0;
}

.hbook_sec .title_mid h3{
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        margin-top: -86px;
            margin-bottom: 30px;
}
.hbook_sec:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 42px;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}
.hbook_sec {
    padding-top: 37px !important;padding-bottom: 95px;
}

 
.book_stepsrow .vc_column-inner>.wpb_wrapper {
     -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    border-bottom: 4px solid #0f998e;
    text-align: center;
    padding: 33px 30px 0;
    min-height: 425px;
}
.book_stepsrow h2 {
    margin: 0 0 20px 0;
    position: relative;
    padding-top: 135px;
    font-size: 24px;
    color: #454545;
    letter-spacing: 1.8px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.book_stepsrow h2:before{
    background: url(images/step_1.svg);
    width: 125px;
    height: 118px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    content: "";
}
.book_stepsrow .step1 h2:before{background: url(images/step_1.svg);}
.book_stepsrow .step2 h2:before{background: url(images/step_2.svg);}
.book_stepsrow .step3 h2:before{background: url(images/step_3.svg);}
.book_stepsrow .step4 h2:before{background: url(images/step_4.svg);}
.book_stepsrow p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.book_stepsrow {
    padding-top: 51px;
}
.book_stepsrow .vc_btn3-container{ margin: 0; }

.book_stepsrow .vc_btn3-container a.vc_general{
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/login_btnbg_hover.png);
    padding: 17.5px 0px;
    background-size: 100% 100% !important;
    width: 195px;
    display: block;
    vertical-align: middle;
    border: 0;
}
.book_stepsrow .vc_btn3-container a.vc_general:hover {
    background: url(images/blog_btnbg.png);
    color: #ffffff;
}
.book_stepsrow .vc_column-inner>.wpb_wrapper .wpb_text_column{ margin-bottom: 28px; }

.bookprice_sec{ margin-top: 0;padding-top: 42px; }

.hbook_sec:after{
     content: "";
     position: absolute;
     width: 1400px;
     background:#dddddd;
     height: 1px;
     margin: auto;
     left: 0;
     right: 0;
     bottom: 0;
}

.bookprice_sec th a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.bookprice_sec tr td a{
     color: #676767;
    border-bottom: 1px solid #676767;
}
.bookprice_sec tr td:nth-child(1){ width: 68%; }
.bookprice_sec tr td:nth-child(2){width:32%;}
.bookregiter_sec h2 {
    font-size: 36px;
    color: #10a89c;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}
.bookregiter_sec p {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #878787;
}
.bookregiter_sec {
    padding-top: 47px;
    text-align: center;
}
.bookregiter_sec .vc_btn3-container {
    margin: 0;
}
.bookregiter_sec .vc_btn3-container a.vc_general {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/login_btnbg_hover.png);
    padding: 17.5px 0px;
    background-size: 100% 100% !important;
    width: 195px;
    display: block;
    vertical-align: middle;
    border: 0;
}
.bookregiter_sec .vc_btn3-container a.vc_general:hover{
    background: url(images/blog_btnbg.png);
     color: #ffffff;
}
.pay_sec:before{
    content: none;
}

.pay_sec .corsecimg_row{width: 51.92% !important;top: 89px;}

.pay_sec p {
    font-size: 20px;
    line-height: 30px;
    max-width: none;
    font-weight: 500;
    margin: 0;
}
.pay_sec li h2 {
    font-size: 24px;
    color: #2b2b2b;
    letter-spacing: 1.44px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.pay_sec li h2 strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 18px;
    text-transform: capitalize;
}
.pay_sec li p {
    font-size: 20px;
    color: #595959;
    margin-bottom: 11px;
    line-height: normal;
}
.pay_sec li b {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.pay_sec li a {
    color: #595959;
    border-bottom: 1px solid #595959;
}
.pay_sec{    padding-top: 117px !important;padding-bottom: 176px;}
.pay_sec ul {
    padding-top: 6px;margin-right: -50px;
}
.pay_sec ul li {
    padding-bottom: 33px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 35px;
}
.pay_sec ul li:last-child{ border: 0; }

.post-type-archive-product nav.woocommerce-breadcrumb {
    display: none;
}

.singleprd_sec{ position: relative;    padding-top: 2px; }
.singleprd_sec:before {
    content: "";
    position: absolute;
    width: 399px;
    height: 351px;
    background: url(images/about_fishbg.png);
    top: 46px;
    left:0px;
    background-size: 100% auto;
    background-position: top left;
    pointer-events: none;
    background-repeat: no-repeat;
}

.woocommerce .woocommerce-breadcrumb a {
       color: #000000;
    font-size: 17px;
    letter-spacing: 0.40px; 
    padding-right: 5px;
}
.woocommerce .woocommerce-breadcrumb a:after {
    content: ">";
    display: inline-block;
    margin-left: 3px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.40px;
}
.singleprd_block{ padding-top: 42px; }
.woocommerce span.onsale {
    display: none;
}

.woocommerce .singleprd_block div.product div.images{
    width: 41.75% ;
}
.woocommerce .singleprd_block div.product div.images .wpgis-slider-for img{
          
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    max-height: 388px;
    min-height: 448px;
    height: auto;
    object-fit: contain;
}
.woocommerce .singleprd_block .wpgis-slider-for{margin-bottom: 20px;border-radius: 25px; overflow: hidden; }
.woocommerce .singleprd_block .wpgis-slider-nav li{border-radius: 25px; overflow: hidden; position: relative;    padding: 0 10px;}
div#wpgis-gallery {
    margin: 0 -10px;
}
.woocommerce .singleprd_block .wpgis-slider-nav li img{border-radius: 25px;}
.woocommerce .singleprd_block .wpgis-slider-nav li.slick-current:after{
       background: rgba(16,168,156,0.38);
    content: "";
    width: calc(100% - 19px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 25px;
    pointer-events: none;
}
.woocommerce .singleprd_block .wpgis-slider-nav li img {
    max-height: 111px;
    min-height: 111px;
    object-fit: contain; 
}

#variation_pa_size select {
    display: block !important;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    margin: 0;
}
#variation_pa_size .variation_buttons_wrapper{ display: none; }

.woocommerce .singleprd_block div.product div.summary{ width: 53.10%;padding-top: 36px; }

.singleprd_block .product_title {
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; 
    font-weight: 600;
    margin: 0 0 14px 0;
}
.singleprd_block h3.prd_cat {
    font-size: 18px;
    color: #10a89c;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 6px;
}
.singleprd_block h3.prd_cat a {
    color: #10a89c;
}
.woocommerce .singleprd_block div.product p.price, .woocommerce .singleprd_block div.product span.price{
    margin: 0;
    font-size: 42px;
    color: #10a89c;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.singleprd_block .woocommerce-product-details__short-description p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.30px;
}
.singleprd_block .woocommerce-product-details__short-description {
    margin-top: 25px;margin-bottom: 30px;
}
.singleprd_block .variations .variation {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.singleprd_block .variations .label {
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
}
.singleprd_block .variations .label label {
    font-weight: normal !important;
}

.singleprd_block .variations .variation a.reset_variations {
      display: block!important;
    margin-top: -15px;
    margin-bottom: 0;
    clear: both;
    color: #10a89c;
    font-weight: 500;
    position: relative;
    top: 25px;
}
.singleprd_block .variations .value .variation_button.unselected span.phoen_swatches {
    border: 0;
    box-shadow: none;
}
.singleprd_block .variations .value{ vertical-align: middle; }

.singleprd_block .product_meta {
    display: none !important;
}

.singleprd_block .button-wrapper {
    clear: both;
    float: none;
    margin: 20px 0;
    width: 100%;
}

.singleprd_block .button-wrapper a#chart-button {
    color: #10a89c;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.78px;
        position: relative;
}
 
.singleprd_block .button-wrapper a#chart-button:after {
    content: ">";
    display: inline-block;
    margin-left: 0px;
    line-height: normal;
    font-size: 20px;
    color: #5d5d5d;
    font-weight: normal;
}
.singleprd_block .woocommerce div.product form.cart .variations {
    margin: 17px 0 30px;
}

.woocommerce .singleprd_block div.product form.cart .single_add_to_cart_button  {
    vertical-align: middle;
    float: none;
    clear: both;
    display: block;
    margin-top: 36px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(images/add_btn.png);
    padding: 18.5px 69px;
    background-size: 100% 100% !important;
    display: block;
    vertical-align: middle;
    border: 0;

}
.woocommerce .singleprd_block div.product form.cart .single_add_to_cart_button:hover{
     background: url(images/add_btn_hover.png);
}
.woocommerce .singleprd_block div.product form.cart div.quantity {
    float: none;
    margin: 0;
}
 
.singleprd_block .woocommerce-variation-price del {
    display: none !important;
}
.singleprd_block .woocommerce-variation-price .price ins{
    border: 0;
    text-decoration: none;
}

.singleprd_block .variations div#variation_pa_color {
    padding-left: 35px;
}

.singleprd_block .variation_buttons_wrapper .variation_button{
    margin-right: 2px;
    margin-bottom: 0;
}
.singleprd_block .variations_button {
    
}
.woocommerce .singleprd_block .qib-button.qib-button-wrapper{
        margin-top: 55px;
}

body.single-product .singleprd_block .qib-button.qib-button-wrapper {
    display: block;
    float: none;
    margin-right: 0;
}

.singleprd_block button.minus.qib-button {
        border: 1px solid #c9c9c9;
    border-right: 0;
}
.singleprd_block button.plus.qib-button {
        border: 1px solid #c9c9c9;
    border-left: 0;
}
.singleprd_block .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 15px;
    color: #000000;
    padding: 0 0;
    width: 45px;
    margin: 0 -6px;
    height: 35px;
        border: 1px solid #c9c9c9;
}
.singleprd_block .qib-button-wrapper button.qib-button,
.singleprd_block .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 35px;
    vertical-align: middle;
    color: #6b6b6b;
    font-size: 25px;
    padding: 0 0;
    width: 35px;

}
label.qt_lbl {
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 6px;
}
.singleprd_block .variations .value{
        margin-left: 4px;
}
#variation_pa_color .value {
    padding-left: 9px;
}

.prodcutinfo_row .wootabs{
    clear: both;
    border-top: 1px solid #c9c9c9;
    margin-top: 45px;
    padding-top: 41px;
}
.prodcutinfo_row h2 {
    font-size: 36px;
    color: #525252;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 21px;
}
.prodcutinfo_row .wootabs p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px 0;
}
.prodcutinfo_row .wootabs h4 {
    color: #10a89c;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.prodcutinfo_row .wootabs li {
    color: #000000;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 17px 0;
    position: relative;
    padding-left: 25px;
}
.prodcutinfo_row .wootabs li:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(images/list_icon_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}
section.related.products {
    clear: both;
    border-top: 1px solid #c9c9c9;
    margin-top: 62px;
    padding-top: 41px;
    padding-bottom: 43px;
}

.related ul.products li {
    background: #fff;
    text-align: center;
   
   -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 25px 45px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 25px 45px 0px rgba(0, 0, 0, 0.1);
border-radius: 25px;

 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

     -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
 -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
                    position: relative;
                    min-height: 376px;
                     border-bottom: 4px solid transparent;
     margin-bottom: 33px;

}
.related ul.products li:hover {
    border-bottom: 4px solid #0f998e;
}

.related ul.products li:nth-child(4n){ margin-right: 0; }

.related ul.products li img.attachment-woocommerce_thumbnail {
    width: auto;
    display: block;
       margin: -45px auto 0 !important;
} 
 
.related ul.products li h2.woocommerce-loop-product__title {
    color: #595b5b;
    font-size: 20px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
}
.related ul.products li:hover h2.woocommerce-loop-product__title {
   color:#0f998e;
}
.related ul.products.columns-4 {
    padding-top: 15px;
}
del {
    display: none !important;
}
p.price ins {
    text-decoration: none;
}
.singleprd_sec:after {
    content: "";
    position: absolute;
    width: 322px;
    height: 533px;
    background: url(images/single_prdshape.jpg);
    bottom: 23.6%;
    right: 0px;
    background-size: 100% auto;
    background-position: top right;
    pointer-events: none;
    background-repeat: no-repeat;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
        border: 0;    background-color: #10a89c !important;    color: #ffffff;
}
 
.woocommerce-message::before {
    content: "\e015";
    color: #ffffff;
}
.woocommerce-message a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
.custom_page:after{ content: none; } 

.custom_page{position: relative;padding-bottom: 70px;}

.variation p {
    margin: 0;
}
.product-name dl.variation {
    margin: 0;
    font-size: 16px;
}
.product-quantity label.qt_lbl {
    display: none;
}
.woocommerce-cart-form .qib-button-wrapper .quantity input.input-text.qty.text{
    margin: 0;
}
.woocommerce-cart-form table{ border:0 !important; }

.woocommerce-cart-form table th {
    font-size: 24px !important;
    color: #fff;
    background: #10a89c;
        text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
          padding: 13px 0px !important;
          font-weight: normal !important;
}

.woocommerce-cart-form table td{ border-top:3px solid #e4e4e4 !important;padding: 20px 0px !important;     font-size: 18px;    color: #4b4b4b;}
.woocommerce-cart-form td.product-name a { 
    font-size: 18px;
    color: #10a89c;
    display: block;
    font-weight: 500;
}
.woocommerce-cart table.cart .product-thumbnail{min-width:70px;width: 70px;padding-right: 0;padding-left: 28px !important;}
.woocommerce-cart table.cart .product-thumbnail img{    width: 115px;
    max-height: 100px;
    object-fit: contain;}
.woocommerce-cart table.shop_table th.product-name{     width: 48.4%;padding-left: 28px !important; }
.woocommerce-cart table.shop_table th.product-price {    width: 17%;}
.woocommerce-cart table.shop_table th.product-quantity {
    width: 18%;
}
.woocommerce-cart table.shop_table .product-quantity .qty {
   border: 2px solid #ebebec;
    width: 50px;
    height: 50px;
    font-size: 19px;
    color: #4d4d4d;
    margin-left: 20px;
}
.product-subtotal span.woocommerce-Price-amount {
       font-size: 24px;
   text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #10a89c;
}

.product-remove a.remove {
    
    border: 1px solid #a7a7a7;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 24px !important;
    color: #a7a7a7 !important;
    font-family: 'Raleway', sans-serif;


}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0;
    left: auto;
    color: #ffffff;
    background-color: #10a89c;
        font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.58px;
    font-weight: 600;  
    text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
        padding: 0;
    border-bottom: 1px solid;
}
 
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
background-color: #404042; 
    color: #ffffff;
}
.coupon .input-text {
    border: 1px solid #ebebec !important;
    width: 220px !important;
    height: 55px;
    font-size: 18px;
    color: #4d4d4d;
    padding: 15px !important;
}
.coupon .button {
    font-size: 18px !important;
    height: 55px;
    padding: 0 29px !important;
}
.actions button.button {
    font-size: 18px !important;
    height: 55px;
    padding: 0 29px !important;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 500px;
}
.cart_totals h2 {
    font-size: 33px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.cart_totals table {
    border: 0 !important;
    margin: 0 !important;
}
.cart_totals th, .cart_totals td {
    border: 0 !important;
    padding: 20px 0 !important;
    vertical-align: top !important;
    border-bottom: 1px solid #dedede !important;
    font-size:20px;
    font-weight: normal !important;
}
.cart_totals .first th {
    border-bottom:0 !important;
}
.cart_totals th {
    text-transform: uppercase;
    color: #222222;
    
}
.cart_totals td {
     color: #10a89c;
    
    text-align: right;
}
.cart_totals td[data-title="Shipping"] {
    font-weight: normal;
    color: #000;
    padding: 0 0 20px !important;
}
.cart_totals td[data-title="Shipping"] strong {
    font-family: "FuturaNewDemi-Reg";
}
.cart_totals td[data-title="Shipping"] a {
    background-color: #10a89c;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    padding: 4px 20px 7px;
}
.cart_totals a.checkout-button {
    margin:17px 0 0 0 !important;
       background: #10a89c  !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 21px 38px !important;
    width: auto !important;
    display: inline-block !important;
    font-weight: 600;
        font-family: 'Raleway', sans-serif;
}
.cart_totals .wc-proceed-to-checkout {
    text-align: right;padding-bottom: 0;
}
.shping_cart_sec .wpb_text_column {
    margin-bottom: 0;
}
.cart_totals a.checkout-button:hover{ background: #404042 !important;
    color: #ebebec !important;}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
      color: #fff;
}    


.woocommerce-info::before {
    color: #fff;
}
p.return-to-shop {
    text-align: center;
}
p.return-to-shop .wc-backward {
    padding: 15px 15px;
}
.post-type-archive-product .srt_decr {
    display: none;
}
.woocommerce-notices-wrapper {
    overflow: hidden;
    clear: both; 
}



.checkoutcontainer {
    max-width: 1341px;
    margin: auto;
    width: 95%;
        padding-top: 80px;
        padding-bottom: 95px;
}
.left_checkout {
    width: 62.2%;
    float: left;
}
.checkoutcontainer:after {
    content: "";
    clear: both;
    display: table;
}
.your_order {
    float: right;
    width: 32.9%;
    border: 0;
    padding: 25px 25px;
   background: #f3f3f3;
}
.chck_top form.checkout_coupon,
.chck_top form.login,
.chck_top form.register {
    border: 0;
    padding:47px 26px;
    margin:0;
    border-radius: 0;
    background: #f3f3f3;
        padding-top: 10px;
}
.checkoutcontainer form .form-row label,
.myacc_sec form .form-row label{color: #8e8e8e;    margin-bottom: 7px;font-size: 18px; line-height: normal;}
.chck_top .woocommerce-form-login p{color: #000; padding-bottom: 0; font-size: 16px; line-height: normal;}
.chck_top .woocommerce-form-login .form-row,
.chck_top .woocommerce-form-coupon .form-row{ width: 50% !important; float: none !important; clear: both; padding: 0 !important;    margin-bottom: 10px !important; }
.checkoutcontainer .form-row input:not(.woocommerce-form__input-checkbox),
.myacc_sec .form-row input:not(.woocommerce-form__input-checkbox){
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #8e8e8e;
    font-size: 18px;
    padding: 14.5px;
}
.woocommerce-form-coupon-toggle {
    margin-top: 25px;
}
.woocommerce-form-login>p {
    padding-bottom: 15px;
    color: #636363;
}
.woocommerce-form .woocommerce-button {
    padding: 15px 45px !important;

    font-size: 14px; 
    letter-spacing: 0.58px;
    font-weight: 700;
}
.woocommerce-form .woocommerce-form-login__rememberme {
    margin-top: 10px;
}

.woocommerce-form-login__rememberme input[type="checkbox"] + span{
    background:transparent;
    display: inline-block;
    margin:0!important;
    padding-left:28px!important;
    position:relative; 
    width:auto;
    cursor:pointer;
}
.woocommerce-form-login__rememberme input[type="checkbox"] + span:before{
     height: 21px;
    width: 21px;
    border-radius: 3px;
border: 1px solid #d2d2d2;
background:#ffffff;
    position: absolute;
    content: ""; 
    display: block;
    top: 0;
    left: 0; 
    bottom: 0;
    margin: auto;
}
.woocommerce-form-login__rememberme input[type="checkbox"] + span:after{
  left: 3px;
    top: 0;
    background-image: url(images/check.png);
    height: 13px;
    width: 18px;
    border-radius: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: "";
    display: block !important;
    opacity: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:after{
    opacity:1;
}
.woocommerce-form .woocommerce-form-login__rememberme input{ display: none; }

.woocommerce-notices-wrapper:after {
    content: "";
    clear: both;
    display: table;
}
/*.woocommerce-notices-wrapper {
    margin-bottom: 0;
}*/
.chck_top .woocommerce-form-login .form-row-last,
.myacc_sec .woocommerce-form-login .form-row:nth-child(2){
    padding-bottom: 25px !important;
}
p.lost_password {
    padding-bottom: 0;
    margin-top: 15px;
}
p.lost_password a {
       color: #10a89c;
    border-bottom: 1px solid;
}
.checkout_coupon p {
    color: #8e8e8e;
    font-size: 18px;
    line-height: normal;
        margin-bottom: 15px;
}
.woocommerce-form-coupon button.button {
    padding: 15px 30px;
    margin-top: 15px;
}
form.woocommerce-checkout {
    margin:0;
}
.checkoutcontainer ul.woocommerce-error {
    margin: 30px 0;
}
.woocommerce-billing-fields,.woocommerce-additional-fields {
    border: 0;
    padding: 32px 23px;
    margin: 0;
    border-radius: 0;
    background: #f3f3f3;
}
.woocommerce-billing-fields .form-row {
    width: 50% !important;
    clear: none;
    float: left;
    padding: 0 13px !important;
        margin-bottom: 18px !important;
}
.woocommerce-billing-fields__field-wrapper {
    margin: 0 -8px;
}
.woocommerce-billing-fields .form-row-wide{ clear: none !important; }
.woocommerce-billing-fields .form-row:nth-child(2n+1){clear: both !important;}
.woocommerce-billing-fields .select2-container .select2-selection--single{
      border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #8e8e8e;
    font-size: 18px;
    padding: 13px 14.5px;
    width: 100%;
    height: 55px;
}
.woocommerce .select2-container .select2-selection--single{
      border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #8e8e8e;
    font-size: 18px;
    padding: 13px 14.5px;
    width: 100%;
    height: 55px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{  right: 5px; height: 55px;}
#billing_address_2_field {
    padding-top: 29px !important;
}
p#billing_email_field {
        float: none !important;
    width: 100% !important;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
          font-size: 30px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; 
    margin-bottom: 20px;
}
.your_order table.shop_table .order-total td strong {
    font-weight: normal;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ font-size: 16px; }
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #8e8e8e;font-size: 18px; padding-left: 0; padding-right: 0; letter-spacing: 0.5px;}

.checkoutcontainer .form-row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8e8e8e; 
}
.checkoutcontainer .form-row input::-moz-placeholder { /* Firefox 19+ */
 color: #8e8e8e; 
}
.checkoutcontainer .form-row input:-ms-input-placeholder { /* IE 10+ */
 color: #8e8e8e; 
}
.checkoutcontainer .form-row input:-moz-placeholder { /* Firefox 18- */
 color: #8e8e8e; 
}
.woocommerce-shipping-fields {
    margin-top: 45px;
    margin-bottom:0px;
}
.woocommerce-additional-fields textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #8e8e8e;
    font-size: 18px;
    padding: 14.5px;

    height: 120px !important;
}
.your_order h3,.woocommerce-checkout-payment h2 {
    font-size: 30px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;

}

.your_order table.shop_table {
    border: 0;
}

.your_order table.shop_table td{ border:0; padding: 12px 0;      font-size: 16px;color: #222222; }

.your_order .cart-subtotal td{font-family: 'Oswald', sans-serif;
    text-transform: uppercase; font-weight: normal;}    
.your_order table.shop_table th{padding: 12px 0; }
.your_order table.shop_table th.product-name,
.your_order table.shop_table td.product-name {
    padding-right: 20px;
}
.your_order table.shop_table td.product-total {
    text-align: right;
    color:#10a89c;
    font-size:18px; 
    
    font-weight: normal;
        font-family: 'Oswald', sans-serif;
    text-transform: uppercase;

}
.cart-subtotal td,
.order-total td {
    text-align: right;
}
.cart_totals td{ font-weight: normal;}
.cart_totals .woocommerce-Price-amount { 
    font-size: 24px; 
     color: #10a89c;
text-transform: uppercase;
    font-family: 'Oswald', sans-serif; 
}
.cart_totals .includes_tax {
    display: block;font-size: 16px;
}
.cart_totals .includes_tax span.amount {
    font-size: 16px;
    color: #222;
}
.your_order table.shop_table .order-total th
{
    font-size: 24px;
    color: #222222; 
   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.your_order table.shop_table .order-total td {
   font-size: 30px;
    color:#10a89c; 
    text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 35px;
    width: 133px;
}
.your_order table.shop_table th.product-total {
    text-align: right;
}
.woocommerce-checkout-payment {
    background: none !important;
}
.place-order button {
  float: none !important;
    width: 100%;
    border-radius: 3px !important;
    background: #10a89c !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding: 18.5px 15px !important;
        margin-top: 30px !important;
}
.place-order {       padding: 30px 0 0 !important;}


/*.woocommerce-checkout-payment input[type="radio"] + label{
    padding-left:33px!important;
    position:relative;
    cursor:pointer;
    color: #000;
    text-transform: uppercase;
}
.woocommerce-checkout-payment input[type="radio"] + label:before{
    background: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #d6d6d6;
}
.woocommerce-checkout-payment input[type="radio"] + label:after{
       left: 7px;
    top: 7px;
       background: #10a89c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: "";
    display: block !important;
    opacity: 0;
}
.woocommerce-checkout-payment input[type="radio"]:checked + label:after{
    opacity:1;
}*/
/*.woocommerce-checkout-payment input[type="radio"]{ display: none; }*/
.payment_methods li {
    margin-bottom: 25px !important;
}
.woocommerce-checkout-payment ul.wc_payment_methods {
    padding: 0 !important;
}
.place-order button:hover{    background: #404042!important;
    color: #ffffff !important;}
.payment_method_paypal .about_paypal {
    color: #10a89c;
}

.dft_page:after {
    content: "";
    clear: both;
    display: table;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{

        box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #d8d8d8;
    padding: 15px;
        color: #000;
    font-size: 16px;


}
.select2-container--default .select2-selection--single .select2-selection__rendered{
        color: #000;      font-family: 'Raleway', sans-serif;   font-size: 16px;
}

.woocommerce-info a.showlogin, .woocommerce-info a.showcoupon {
    color: #fff; 
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered{ padding-left: 0; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
        background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
        border: 1em solid #ffffff;
            border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.payment_box.payment_method_cod p {
    margin: 0;
}
.woocommerce-privacy-policy-text p {
       line-height: 24px;
    color: #666;
    margin: 0;
    font-size: 16px;
}
.woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link {
    color: #10a89c;
}
form.woocommerce-checkout:after {
    clear: both;
    display: table;
    content: "";
}

.woocommerce-thankyou-order-received {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 500; 

}

.woocommerce ul.order_details li{ 
    font-size: 16px;
float: none; display: inline-block; }
.woocommerce ul.order_details {
    margin: 20px auto;
    list-style: none;
    text-align: center;
}
.woocommerce ul.order_details li strong {
    font-size: 18px;
}
.woocommerce ul.order_details li strong {
    display: block;
    
    text-transform: none; 

    font-weight: 500;
    margin-top: 7px;
}
.py_method p {
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.py_method {
    margin-bottom: 45px;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
     color: #10a89c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 25px; 
}
.product-name a {
    color: #10a89c;
}
.woocommerce .woocommerce-customer-details address{padding: 10px 12px;
    font-size: 18px;
    line-height: 27px;
    background: #fff;

}

.tax-product_cat .woocommerce-notices-wrapper {
    overflow: hidden;
    clear: both;
   /* margin-bottom: 40px;*/
}    

form.checkout_coupon.woocommerce-form-coupon {
    margin-bottom: 40px;
}
.woocommerce ul.order_details li.woocommerce-order-overview__email{    max-width: 250px;
    word-break: break-word;}

.lost_reset_password {
    max-width: 550px;
    margin: 0 auto 0;
}    
.lost_reset_password p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.lost_reset_password .woocommerce-form-row--first {
    float: none !important;
    width: 100% !important;
    clear: both;
}
.lost_reset_password button.woocommerce-Button {
    padding: 15px;
    margin-top: 15px;
}


.woocommerce-MyAccount-navigation li a {
    color: #222;
    font-size: 18px;
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
}

.woocommerce-MyAccount-navigation li.is-active a {
        background: #10a89c;
    color: #fff;
}
.admin-bar .shopaccount_page .woocommerce {
    background: #f7f7f7;
    padding: 25px;
}
.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #222;
    margin: 0 0 11px 0;
    line-height: 25px;
}
.woocommerce-MyAccount-content p a {
   color: #10a89c;
    border-bottom: 1px solid #10a89c;
}
.woocommerce-MyAccount-content table {
    background: #fff;
    font-size: 17px !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{    padding: 8px 8px;font-size: 16px; font-weight: 600;}
.woocommerce-MyAccount-orders a.woocommerce-button.button.view:hover{
        background-color: #404042 !important;
}
.woocommerce-MyAccount-content table a {
       color: #10a89c;
}
.woocommerce table.shop_table td{ font-size: 16px; }

.woocommerce-Address {
    background: #fff;
    padding: 17px;
    min-height: 170px;
}
.woocommerce-Address .woocommerce-Address-title {
    margin-bottom: 13px;
    text-transform: capitalize;
}
.woocommerce-Address a.edit {
      color: #10a89c;
    text-decoration: underline;
}

.woocommerce-MyAccount-content h3 {
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content #billing_address_2_field {
    padding-top: 0px !important;
}
.woocommerce-MyAccount-content form .form-row{    margin: 0 0 18px;    padding-left: 0;
    padding-right: 0;}
.woocommerce-MyAccount-content button.button {
    padding: 14px 25px !important;
    margin-top: 10px !important;
    font-size: 18px !important;

}
.woocommerce-MyAccount-content form .form-row-first, .woocommerce-MyAccount-content form .form-row-last{    width: 49%;}
.woocommerce-account .woocommerce-MyAccount-content{    width: 67%;}
.edit-account .form-row span {    color: #8e8e8e;}
.edit-account fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.edit-account fieldset legend {
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    color: #222;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce-account .addresses .title h3 {
     font-size: 22px;
    margin: 0;
    font-weight: normal;
        font-family: 'Oswald', sans-serif;
    text-transform: uppercase;

}
.woocommerce-Address address {
    line-height: 24px;
    color: #222;
    font-size: 16px;
}

.woocommerce-account .woocommerce { 
    padding: 20px;    
}
 
.woocommerce-account .woocommerce-error, 
.woocommerce-account .woocommerce-info, 
.woocommerce-account .woocommerce-message{    background-color: #ffffff;}

.woocommerce-MyAccount-navigation-link--downloads{ display: none; }

.woocommerce-MyAccount-content p mark {
    background: transparent;
    color: #10a89c;
}
.woocommerce-error::before {
    content: "\e016";
    color: #ffffff;
}

.woocommerce-form-login label {
    font-size: 16px;
}

.woocommerce-checkout-payment input[type="radio"] + label { display: inline-block; cursor: pointer; position: relative; padding-left: 30px; }

.woocommerce-checkout-payment input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 0;
    border: 1px solid #a6a6a6;
    background-color: #ffffff;
    border-radius: 50px;
}

.woocommerce-checkout-payment input[type="radio"]  { display: none !important; }

.woocommerce-checkout-payment input[type="radio"]:checked + label:after {
        content: "";
    display: block;
    position: absolute;
        bottom: 0;
    margin: auto;
    top: 0;
    left: 5px;
    width: 9px;
    height: 8px;
    background: #10a89c;
    border-radius: 50px;
} 

.woocommerce ul.order_details li:last-of-type {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.woocommerce-MyAccount-orders a.woocommerce-button.button.view {
    padding: 8px 15px;
}
.shopaccount_page .wpb_text_column {
    margin: 0;
}

.shopprd_slider ul.products li {
    background: #fff;
    text-align: center;
   
    text-align: center;
    box-shadow: 0 25px 20px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
    border-radius: 25px;
    padding-top: 50px; 

border-radius: 25px;

 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

     -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
 -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
                    position: relative;
                    min-height: 376px;
                     border-bottom: 4px solid transparent;
     margin-bottom: 33px;

}
.shopprd_slider ul.products li:hover {
    border-bottom: 4px solid #0f998e;
}

.shopprd_slider ul.products li:nth-child(3n){ margin-right: 0; }

.shopprd_slider ul.products li img.attachment-woocommerce_thumbnail {
    width: auto;
    display: block;
       margin: -45px auto 0 !important;
}
 
.shopprd_slider.columns-3 {
    margin-top: 29px;
}
.shopprd_slider ul.products li h2.woocommerce-loop-product__title {
    color: #595b5b;
    font-size: 20px !important;
     padding: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
}
.shopprd_slider ul.products li:hover h2.woocommerce-loop-product__title {
   color:#0f998e;
}
.shopprd_slider .woocommerce ul.products li.product,
.shopprd_slider .woocommerce-page ul.products li.product {
    width: 100%;
    float: none;
    margin: 0 !important;
}

.coures_slider .vc_btn3-container a.vc_general:hover {
    color: #fff;
}
.error-page {
    padding-top: 80px;
    padding-bottom:80px;
}
.error-page h2.page-title {
   margin-bottom: 10px;
    font-size: 40px;
}
.error-page p {
    margin: 0;
    font-size: 18px;
}

.faq_search.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.leave_reviewblock .frm_row .rf_error {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}
.leave_reviewblock .frm_row .rf_error.show {
    display: inline-block;
}
p.rev_suc {
    margin: 0;
    text-align: center;
    background-color: #10a89c;
    color: #fff;
    padding: 10px 15px;
    display: none;
}
.frm_row .loading {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 15px;
    position: relative;
    vertical-align: middle;
}
.frm_row .loading.visible {
    visibility: visible;
}
.frm_row .loading:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.welfetures_grid {
    text-align: center;
}
.welfetures_grid .vc_col-sm-4 {
    float: none !important;
    display: inline-block;
}

.sec_midtitle {
    margin-bottom: 45px;
}
.sec_midtitle h2 {
    font-size: 50px;
    letter-spacing: 1px;
    color: #10a89c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.corporate_sec2 p {
    max-width: 100% !important;
}

.sealteam_sec .specdriver_cont p{ margin-bottom: 25px; }

.night_diving_sec2:before{ content: none !important; }
.night_diving_sec2 .abweareimg {
    left: 0 !important;
    right: auto !important;
}
.divemastercr_sec3 .corsecimg_row {
    right: 0 !important;
    left: auto !important;
}
section.divemastercr_sec3 {
    padding-top: 0 !important;
}

.page-id-508 .wr_pricesec tr:nth-child(even), .page-id-508 .wr_pricesec tr:nth-child(odd) {
    background-size: 100% 100%;
}
 