body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #444444;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #444444;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
	height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 36px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 48px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 40px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 30px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
    margin-bottom: 30px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.section,
section {
    padding: 70px 0
}

.container.wide {
    max-width: 1400px
}

/*.container {
    max-width: 1170px
}*/

.container.smalls {
    max-width: 1000px
}

.header-navigation ul {
    margin-left: 15px
}

.header-navigation ul li {
    display: inline-block;
    margin-left: 15px
}

.header-navigation ul li em {
    color: #1C1C1C;
    margin-right: 5px;
    transition: all 0.4s;
}

.header-navigation ul li span {
    text-decoration: underline;
    color: #686868;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.4s;
    display: inline-block
}

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 0
}

.qst {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
}

.box-img {
    height: 260px;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    margin-top: 0px;
    position: relative
}

.box-img.large {
    height: 530px;
}

.box-img .action {
    position: absolute;
    padding: 8px 25px;
    font-size: 14px;
    color: #69BBC1;
    background: #fff;
    text-align: center;
    right: 0;
    bottom: 30px;
    z-index: 44;
    cursor: pointer;
}

.box-img .action:hover{
 background: #69BBC1;
    color: #fff
}

.img-box-top p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.img-box-top p:first-child {
    color: #AEAEAE;
    font-size: 14px
}

.img-box-top p:not(.social-share) span {
    display: inline-block;
    text-decoration: underline
}

.img-box-top p.social-share > span {
    display: inline-block;
    text-decoration: underline
}

.img-box-top p.social-share svg {
    width: 25px;
    height: 20px;
}

.img-box-top p.social-share a.s-twitter {
    margin-left: 10px;
}

.img-box-top p.social-share a.s-twitter svg {
    width: 25px;
    height: 25px;
}

.img-box-top p:first-child a {
    margin-left: 5px
}

.img-box-top p.social-share em {
    margin-right: 5px;
    color: #1C1C1C
}

.img-box-top p:first-child a {
    color: #AEAEAE;
}

.img-box-top p:last-child a {
    font-size: 16px;
    color: #707070
}

/*
.boat-img-area {
    padding: 100px;
}*/

.img-box-top {
    padding-bottom: 20px
}

.text_dark {
    color: #242424
}

.text_underline {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: underline
}

.content-info .h1 {
    margin: 0
}

.feature-list .list-box {
    margin-top: 20px;
    line-height: 20px
}

.feature-list .list-box span {
    color: #444444
}

.feature-list .list-box img {
    margin-right: 15px
}

.feature-list .list-box a {
    font-weight: 700;
    color: #3E4663;
    background: url(../img/btn-bg.png) no-repeat scroll 0 0/cover;
    display: block;
    padding: 17px 16px;
    font-size: 15px;
    text-align: center;
	width: 100%;
}
.qst:hover, .header-navigation a:hover span, .header-navigation a:hover em, .img-box-top a:hover , .img-box-top a:hover em{
    color: #329ca3 !important
}
.content-info p {
    color: #7D7D7D;
}

hr {
    border-color: rgba(112, 112, 112, 0.27);
    opacity: 1;
    margin: 30px 0
}

.column_count {
    column-count: 2
}

.inner-feature .heading {
    margin-bottom: 20px
}

.inner-feature .heading img {
    margin-right: 15px
}

.inner-feature .title,
.meta-text .title,
.title {
    color: #707070;
    font-size: 20px
}

.title {
    margin-bottom: 15px
}

.bullet_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-left: 15px
}

.bullet_list li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #99DDE2;
}

.meta-text .title {
    margin-bottom: 10px
}

.meta-img {
    min-width: 140px;
    margin-right: 25px;
}

.meta-text {
    position: relative;
    overflow: hidden;
    height: 110px;
}

.meta-text::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.meta-text.readmore {
    height: auto !important;
}

.meta-text.readmore::after {
    display: none
}

.readmore_btn {
    font-weight: 700;
    color: #3E4663;
    font-size: 14px
}

.text_light {
    color: #707070
}

.pricing {
    background: #F2F2F2;
    padding: 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.27);
    border-bottom: 1px solid rgba(112, 112, 112, 0.27);
    margin: 30px 0
}

.pricing_title img {
    margin-right: 15px
}

.pricing_title span {
    font-size: 20px
}

.pricing-right p {
    margin: 0;
    color: #444444;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #99DDE2
}

.pricing-right p:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none
}

.content-info {
    margin-top: 30px
}

.feature-list {
    margin-bottom: 30px
}

.copyright {
    padding: 20px 0;
    background: #F8F8F9;
}

.copyright p,
.copyright a {
    color: #848484;
    font-size: 14px;
}

.copyright-tag a {
    color: rgba(0, 0, 0, 0.87);
}

/*REsponsive*/

@media(max-width:991px) {
    body {
        font-size: 14px;
        line-height: 25px
    }

    .qst {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .meta-img {
        min-width: 110px;
        margin-right: 10px;
    }

    .inner-feature .title,
    .meta-text .title,
    .title {
        font-size: 16px;
    }

    .meta-text .title {
        margin-bottom: 5px;
    }

    .section,
    section {
        padding: 40px 0;
    }

    .box-img {
        height: 165px;
    }

    .box-img.large {
        height: 340px;
    }

    .pricing-right p {
        font-size: 18px;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 2px solid #99DDE2;
    }
    br{
        display: none
    }

}

@media(max-width:767px) {
    .header-navigation ul li span {
        display: none
    }

    .qst {
        font-size: 13px;
    }

    .site-logo {
        width: 125px;
    }

    .header-navigation ul {
        margin-left: 10px;
    }

    .header-navigation ul li em {
        margin-right: 0;
        color: #707070;
    }

    .header-navigation ul li {
        margin-left: 2px;
    }

    .header-navigation ul li a {
        display: block;
        width: 35px;
        text-align: center;
        height: 30px;
        background: #F1F1F1;
        font-size: 12px;
        line-height: 30px;
        color: #707070;
    }

    .boat-img-area {
        padding: 0px;
        padding-top: 70px;
    }

    .feature-list .list-box a {
        padding: 10px 16px;
    }

    .box-img {
        height: 135px;
    }

    .box-img.large {
        height: 280px;
    }



}

@media(max-width:575px) {
    .img-box-top p:first-child {
        font-size: 11px;
    }


    .img-box-top p:first-child a {
        margin-left: 2px;
    }

    .img-box-top p em {
        margin-right: 2px;
        font-size: 10px;
    }

    .img-box-top p:last-child a {
        font-size: 14px;
    }

    .box-img {
        height: 90px
    }

    .box-img.large {
        height: 330px;
    }

    h1,
    .h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .text_underline {
        font-size: 11px;
    }



    .pricing-right p {
        font-size: 16px;
        display: block;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .pricing {
        padding: 20px
    }

    .pricing .col-5 {
        position: relative
    }

    .pricing .col-5::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 2px;
        width: 2px;
        height: calc(100% + 30px);
        background: #99DDE2;
        transform: translateY(-50%);
    }
}


body .vri-bookform-container {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
}

body .vri-bookform-container .vri-medium-header {
    text-align: center;
    line-height: 1.2;
}

body .vri-itemdet-priceblock * {
    font-size: 14px !important;
    color: #707070;    
    font-weight: 400 !important;
    margin: 0 !important;
}

body .vri-itemdet-priceblock {
    text-decoration: none !important;
    border-bottom: 1px solid #707070;
    padding: 0;
    line-height: 1;
}

body .feature-list .list-box span {
    font-size: 14px;
}

.feature-list .list-box img {
    margin-right: 5px;
    max-width: 40px;
}

body .productDescription__head h2 {
    font-size: 18px;
    color: #707070;
    line-height: 22px;
}

body .meta-text,
body .content-info p:not(.pricing-right p) {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #707070;
}

body .pricing .col-sm-4 {
    width: 145px;
}

body .pricing .col-sm-8 {
    width: calc(100% - 145px);
}

body .pricing {
    padding: 30px 15px;
}

body .pricing-right p {
    font-size: 14px;
    padding-right: 10px;
    margin-right: 6px;
}

body .vricaldivcont {
    border-top: none;
	position: relative;
}

body .vricaldivcont:before {
    content: "";
    background: #99DDE5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

body .vri-bookform-container .vridivsearch .vricalform select,
body .vri-bookform-container .vridivsearch .vricalform input ,
body .vri-bookform-container .vridivsearch .vricalform {
    width: 100%;
	min-width: 100%;
}

body .vridivsearch .vrisfentry div {
    min-width: 100%;
}

body .vri-bookform-container .vridivsearch .vricalform label {
	margin: 8px 0 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #7d7d7d;
}

body .vridivsearch .vrisfentry .vrisfentrytimeslot label {
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	font-size: 0px;
	margin: 10px 0 0px;
}

body .vridivsearch .vrisfentry .vrisfentrytimeslot label:before {
	content: "Select Hourly Packages";
	font-size: 12px;
}

body .vrisfentrytimeslot > span {
    display: inline-block;
    float: none;
    width: 100%;
}

body .vrisfentry .vri-sf-input-wrap > span {
    display: block;
    position: relative;
    margin-right: 0;
}

body .col-lg-3.col-md-4 .vri-bookform-container .vridivsearch .vrisfentry + .vrisfentry:not(.vri-search-sessvals) {
  display: flex;
  justify-content: space-between;
}

body .col-lg-3.col-md-4 .vri-bookform-container .vridivsearch .vrisfentry + .vrisfentry:not(.vri-search-sessvals) label {
  position: relative;
  background: url(../img/icon-boat.svg) no-repeat left center;
    font-size: 0px;
    padding-left: 50px;
}

body .col-lg-3.col-md-4 .vri-bookform-container .vridivsearch .vrisfentry + .vrisfentry:not(.vri-search-sessvals) label:before {
      content: "Select Number of Boats";
        font-size: 12px;
        line-height: 14px;
        position: relative;
        top: 2px;
        width: 100px;
        display: inline-block;
}

body .vri-main-search-form .vricalform {
    margin-bottom: 2px;
}

body .vridivsearch form .vricalform input[type^="submit"],
body .vriordcancformbox table td input.btn {
    background: #17bcc7;
    border-radius: 0;
    font-size: 13px;
}

@media(max-width:991px) {

body .pricing-right p {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
}

.pricing_title span {
    font-size: 18px;
}

body .pricing .col-sm-4 {
    width: 128px;
}

body .pricing .col-sm-8 {
    width: calc(100% - 128px);
}
    
}

@media(max-width:575px) {

.content-info .h1 {
    margin: 0;
    font-size: 19px;
    line-height: 25px;
    width: 158px;
}
	
.feature-list .list-box a {
    font-size: 13px;
    line-height: 1;
}
	
.bullet_list li {
    font-size: 13px;
    line-height: 19px;
}
	
body .meta-text, body .content-info p:not(.pricing-right p) {
    font-size: 12px;
    line-height: 18px;
}
	
}

@media (max-width: 767px) {

hr {
    margin: 15px 0;
}

.boat-img-area {
    padding: 0px;
    padding-top: 30px;
}
	
}

@media (max-width: 991px) {
.inner-feature .title, .meta-text .title, .title {
    margin: 0;
}
}

.single__content {
    padding-top: 100px;
}

.single__content header {
    display: none;
}

body .vri-showprc-carats [class*="col-"] {
    width: 50%;
    padding: 10px 0
}

body .vri-showprc-carats {
    padding: 10px 0
}

body .vri-showprc-carats {
    display: flex;
    flex-wrap: wrap;
}

body .single__content .vri-showprc-mainimage {
    max-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

body .single__content .vri-showprc-extraimages{
    display: flex;
    align-items: center;
}

body .single__content .vri-showprc-extraimages a {
    margin-right: 10px;
}

body .single__content .vri-showprc-extraimages a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

body .box-img a.gallery-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mfp-zoom-in .mfp-container,
.mfp-zoom-in .mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-container,
.mfp-zoom-in.mfp-ready .mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-container,
.mfp-zoom-in.mfp-removing .mfp-bg {
  opacity: 0;
}

body .vri-bookform-container .vridivsearch {
    width: 100%;
}

body .vridivsearch .vri-search-sessvals {
    width: 100%;
    margin-right: 0;
}

body .item_buttons_box button.booknow {
    background: #17bcc7;
    border: none;
    color: #fff;
    width: 200px;
    border-radius: 0;
    padding: 17px;
}

body .vri-save-order-block input.booknow {
    background: #17bcc7;
    border: none;
    color: #fff;
    margin: 0;
    float: right;
    border-radius: 0;
    width: 200px;
    padding: 17px;
}

.post-edit-link {
	display: none;
}

.loginregistercont {
    width: 100%;
    padding: 50px 0 100px;
    display: flex;
    flex-wrap: wrap;
}

.loginregistercont > div {
    width: calc(50% - 30px);
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 16%);
    border-top:5px solid #99DDE5;
    margin: 0 15px;
}

@media(max-width:575px) {

body.home .single__content {
    padding-top: 75px;
}

}

@media(max-width:767px) {

.loginregistercont > div {
    width: calc(100% - 30px);
    margin: 15px 15px;
}
	
.loginregistercont {
    padding: 0 0 50px;
}
	
}

.loginregistercont > div h3 {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.loginregistercont > div table {
    width: 100%;
}

.loginregistercont > div tr td {
    display: block;
    text-align: left;
    width: 100%;
}

.loginregistercont > div tr td[align="right"] {
    padding: 10px 0 0;
}

.loginregistercont > div tr input:not([type="submit"]) {
    width: 100%;
    border: 1px solid #ddd;
    height: 45px;
    padding: 0 20px;
}

.loginregistercont > div tr input[type="submit"] {
    background: #17bcc7;
    border: none;
    color: #fff;
    border-radius: 0px;
    padding: 9px 35px;
    margin-top: -20px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .boat-img-area{
      padding: 0px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .boat-img-area{
      padding: 0px;
  }
}

.container {
	width: 100%;
}

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

body .vridivsearch .vrisfentry + .vrisfentry:not(.vri-search-sessvals) label:before {
    width: 80px;
}

.content-info .h1 {
    width: 250px;
}
	
.feature-list .list-box a {
    min-width: 200px;
}

}

@media (max-width: 991px) {

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


@media (max-width: 767px) {

body .vri-bookform-container {
    margin: 20px 0 50px 0;
}

}

@media (max-width: 575px) {

body .pricing-right p {
    font-size: 13px;
    padding-right: 0;
    margin-right: 0;
}
	
p.vri-itemdet-priceblock,
p.vri-itemdet-priceblock * {
    font-size: 11.5px !important;
}
	
.img-box-top p.social-share > span {
    font-size: 11px;
}

.img-box-top p.social-share svg {
    width: 20px;
    height: 17px;
}

.img-box-top p.social-share a.s-twitter {
    margin-left: 5px;
}

.img-box-top p.social-share a.s-twitter svg {
    width: 20px;
    height: 25px;
}

}

.social-share svg * {
    transition: 0.3s all;
}

.social-share a:hover svg * {
    fill: #99DDE5;
}

.vrisfentrysubmit input.pe-none {
    background: #ddd !important;
}

body .vri-ord-pickdrop-block,
body .vri-ord-udata {
    padding: 15px !important;
    border: 1px solid #ddd;
    background: transparent !important;
}

body .vri-ord-pickdrop-block h4,
body .vri-ord-udata h4 {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

#offlineccsubmit,
body .vri-ord-downpdf a, .vri-ord-downpdf a:link {
    background: #17bcc7 !important;
    border: none !important;
}

body .vri-ord-downpdf a, .vri-ord-downpdf a:link {
    background: grey !important;
}

#offline-cc-overlay-toggler {
	border: 1px solid #ddd !important;
}

body .vrivordcosts .vri-ord-item-block {
    width: 100%;
    min-width: 100%;
    margin: 0;
}

body .vri-ord-mid-container {
    margin: 0 -5px 15px;
}

body .vri-ord-item-entry-img img {
    display: block;
    margin: 5px auto;
}

body .vriordcancbox {
    margin-bottom: 20px;
}

body .offline-cc-overlay-outer .offline-cc-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 0;
}

.offline-cc-container select ,
.offline-cc-container input {
    height: 45px;
}

@media (max-width: 991px) {

#offline-cc-overlay-toggler {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}
	
}

body .plugin-container > .vridivsearch.vri-main-search-form {
	margin-bottom: 50px;
}

body .plugin-container > .vridivsearch.vri-main-search-form .vrisfentry input {
    margin-bottom: 10px;
}

body .plugin-container > .vridivsearch.vri-main-search-form .vricalform .vrisfentry {
    margin: 10px 0 !important;
    display: table !important;
}

body .vrilegenda {
    margin-right: 5px;
    font-weight: 400;
    padding: 5px 0;
    font-size: 13px;
}

body .vrilegenda > span:first-child {
    margin-right: 0px;
    width: 11px;
    height: 11px;
    position: relative;
    top: -1px;
}

body form .vriselectm {
    padding: 10px 9px;
    width: 100%;
}

body .vricaldivcont {
    width: 100%;
}

.payment-method-header {
	text-align: center;
    line-height: 1.2;
    flex: 100%;
    font-size: 1.2em;
	font-weight: bold;
    margin-bottom: 0px;
}
.payment-method{
	margin: 40px 0px;
	background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.price-content{
	display: flex;
}

.payment-method-note{
	width: 70%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-right: 20px;
}

.price-content .table-responsive{
	width: 30%;
}

@media (max-width: 991px) {
	.payment-method-note{
		width: 64%;
	}
	.price-content .table-responsive{
		width: 36%;
	}
}

@media (max-width: 767px){
	.payment-method {
		margin-top: 20px;
	}
	body .vri-bookform-container {
		margin: 20px 0 0px 0;
	}
	.payment-method img{
		width: 100%;
	}
	.price-content{
		display: block;
	}
	.payment-method-note,
	.price-content .table-responsive{
		width: 100%;
	}
	.price-content .table-responsive{
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

.vricontinuerentdiv {
    display: none;
}

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}

.payment-icons img {
    max-height: 70px;
}

.payment-icons span {
    color: #000;
    text-transform: uppercase;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    top: 1px;
}

body .vri-oconfirm-paym-block {
    margin: 0;
}

.checkout-row {
    padding: 25px 0 40px;
}

body .vri-oconfirm-paym-block ul li {
    padding: 5px 10px;
    font-size: 14px;
}

body .vri-oconfirm-paym-block .vri-medium-header {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991px) {

.vri-oconfirm-mainf-cont .vri-oconfirm-cfield-entry-textarea textarea {
    width: 100%;
    min-width: inherit;
}
	
}

@media (max-width: 767px) {

body .vri-save-order-block input.booknow {
    margin: 17px auto 0;
    float: none;
    width: 190px;
    padding: 14px;
}

.payment-icons {
    flex-direction: column;
}
	
}

.vri-showprc-carats .d-flex {
    position: relative;
    padding-left: 40px;
}

.vri-showprc-carats .d-flex img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 30px;
    max-height: 25px;
    transform: translateY(-50%);
}

body .vri-showprc-carats [class*="col-"] {
    padding: 10px 10px;
    font-size: 14px;
}

body .item_disclaimer {
    margin-top: 0;
    margin-bottom: 0;
}

body .item_buttons_box {
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {

body .vri-showprc-carats {
    border-bottom: none;
    padding-bottom: 0;
}

}

@media (max-width: 991px) {

.goback a {
    position: relative;
    top: 17px;
}
	
body .vri-showprc-carats [class*="col-"] {
    width: 100%;
}	
}

@media (max-width: 767px) {

body .item_buttons_box {
    margin: 10px 0 15px 0;
}
	
body .item_disclaimer {
    margin-bottom: 15px;
}
	
body .vri-showprc-carats [class*="col-"] {
    width: 50%;
}
	
body .vri-oconfirm-paym-block {
    padding: 30px 0 0;
}

.payment-method img {
    max-width: 500px;
    margin: 0 auto;
}
		
}

@media (max-width: 575px) {

body .vri-showprc-carats [class*="col-"] {
    width: 100%;
}

}

@media (min-width: 768px) {

body .vri-oconfirm-paym-block {
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
    padding: 35px 20px;
}

.vri-oconfirm-paym-block ul li {
    width: 100%
}

body .vri-save-order-block input.booknow {
    float: none;
    width: 100%;
    margin-top: 20px;
}

}

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

body .vri-oconfirm-mainf-cont .vridivcustomfield {
    width: 100%;
    margin: 5px 0;
}

body .vri-oconfirm-mainf-cont .vri-oconfirm-cfield-entry-textarea, body .vri-oconfirm-mainf-cont .vri-oconfirm-cfield-entry-checkbox {
    width: 100%;
}

}

.vrivordpaybutton {
    width: 100%;
    display: table;
    margin-bottom: 30px !important;
}

.vrivordpaybutton form[action*="paypal"] {
    float: right;
    background: #17bcc7;
    border: none;
    color: #fff;
    width: 200px;
    border-radius: 0;
    padding: 17px;
    position: relative;
    font-size: 17px
}

.vrivordpaybutton form[action*="paypal"] input[type="image"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

.vrivordpaybutton form[action*="paypal"]:before {
    content: "Pay Now";
}

.vri-ord-udata table,
.vri-ord-pickdrop-block table {
    width: 100%;
    margin: 0 !important;
}

.vri-ord-pickdrop-block > div {
    padding: 0 !important;
    margin: 0 !important;
}

.vri-ord-udata table td,
.vri-ord-pickdrop-block table td {
    border-bottom: 1px solid #dddddd;
	padding: 7px 15px 7px 0;
}

.vri-ord-udata table td:first-child,
.vri-ord-pickdrop-block table td:first-child {
    width: 27%;
}

.vri-ord-udata table td:nth-child(2),
.vri-ord-pickdrop-block table td:nth-child(2) {
    padding: 0 15px;
    border-left: 1px solid #ddd;
}

body .vri-ord-mid-container > .vri-ord-udata .vri-medium-header,
body .vri-ord-mid-container > div .vri-medium-header {
    margin-bottom: 0;
}

@media (max-width: 767px) {

.vri-ord-udata table td:first-child, .vri-ord-pickdrop-block table td:first-child {
    width: 100px;
}
	
}

.vri-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.vri-row .vri-col {
    width: 40%;
    padding: 0 6px;
}

.vri-row .vri-col:nth-child(2) {
    width: 60%;
    padding: 0 6px;
}


body .vri-ord-mid-container {
    margin: 0;
    display: block;
}

.vri-ord-mid-container > div {
    margin: 0 0 13px !important;
    padding: 18px !important;
}

@media (max-width: 991px) {

.vri-row {
    display: block;
    margin-bottom: 10px;
}

.vri-row .vri-col {
    min-width: 100%;
}

}

body .vri-ord-item-entry-img img {
    max-height: 250px;
}

body .vriordcancbox h3 {
    margin-bottom: 9px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

body .vriordcancbox a {
    color: #000;
    line-height: 1.2;
    display: table;
    padding: 10px 15px;
    border-radius: 6px;
}

@media (min-width: 576px) {

body .vri-ord-item-block .vri-ord-item-entry-main {
    display: flex;
    padding: 10px 0
}

body .vri-ord-item-block .vri-ord-item-entry-main img {
    max-width: 80px;
    margin-left: 15px;
}

body .vri-ord-item-entry-tariff span:first-child:after {
    content: ":";
}

body .vri-ord-item-entry-tariff {
    display: inline-block;
}

}

.vriprintdiv {
    height: 35px;
    width: 35px;
	margin-left: 15px;
}

.vriprintdiv a {
	background: #f8f8f8;
    text-align: center;
    height: 35px;
    width: 35px;
    display: table;
    line-height: 35px;
}


body .ga_monthly_schedule_wrapper table.table_fixed {
    width: 100%;
}

body .ga_appointments_calendar_header {
    text-align: center;
    display: table;
    width: 100%;
    padding: 10px 0;
    background: #fff !important;
    border-top: 5px solid #99DDE5;  
    padding: 0;
}

body #gappointments_calendar_slots .calendar_time_slots .slots-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

body .ga_appointments_calendar_header h3 {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;
}

body .ga_monthly_schedule_wrapper thead th {
    padding: 15px 0 !important;
}

body .ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_today span, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.ga_today span, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span {
    border: none !important;
    background: transparent !important;
    color: inherit !important;
    border-radius: 0px !important;
}

body .ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover span,
body .ga_wrapper_small .ga_monthly_schedule_wrapper td.selected span,
body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available:hover span,
body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.selected span,
body .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span,
body .ga_wrapper_large .ga_monthly_schedule_wrapper td.selected span {
    border: 2px solid #99dde5 !important;
    background: #99dde5 !important;
    color: #fff !important;
	border-radius: 0px !important;
}

body .ga_wrapper_medium .ga_monthly_schedule_wrapper td span,
body .ga_wrapper_large .ga_monthly_schedule_wrapper td span {
    width: 100%;
    height: 100$;
    line-height: 32px;
}

@media screen and (min-width: 581px) {
body .ga_monthly_schedule_wrapper td.ga_time_slots.selected:after {
    border-width: 8px 8px 0 8px;
    bottom: -8px;
}
	
body .ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
    border-width: 9px 9px 0 9px;
    bottom: -9px;
}
	
}

body .ga_monthly_schedule_wrapper td.selected:after {
    border-color: #99dde5 transparent transparent transparent !important;
}

body #gappointments_calendar_slots label.time_selected div {
    color: #000 !important;
}

body #gappointments_calendar_slots label.time_selected div {
    background: #99dde5 !important;
}

body #gappointments_calendar_slots.hide-alt .slot_large:nth-child(2) {
	display: none;
}

body #gappointments_calendar_slots.hide-default .slot_large:not(:nth-child(2)) {
	display: none;
}


.gform_validation_errors {
	display: none;
}

.gform_fields .gfield textarea,
.gform_fields .gfield select,
.gform_fields .gfield input:not([type="checkbox"]):not([type="radio"]) {
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 40px;
}

.gform_fields .gfield textarea {
	max-height: 120px;
	padding: 5px 10px;
}

.gform_fields .gfield label.gfield_label {
	display: none;
}

.gfield_validation_message {
	color: red;
	font-size: 12px;
}

.gchoice {
	display: flex;
	align-items: flex-start;
	line-height: 1.3;
}

.gchoice input {
	min-width: 15px;
	min-height: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.gfield_description.instruction {
	font-size: 13px;
	display: block;
}

.gform_footer input[type="submit"] {
   background: #17bcc7;
    border-radius: 0;
    font-size: 14px;
	width: 100%;
	color: #fff;
	border: none;
	height: 50px;
	font-weight: bold;
	margin-top: 15px;
}

#field_2_27,
#field_2_23,
#field_2_24,
#field_2_17,

#field_2_23, #field_2_24, #field_2_25, #field_2_26, #field_3_27 ,
#field_3_23, #field_3_24, #field_3_25, #field_3_26, #field_3_27 {
    transform: scale(0);
    height: 0px;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 0px !important;
	opacity: 0;
    position: absolute;
    visibility: hidden;
}

#field_2_18 ,
#field_3_18 {
	pointer-events: none;
}

#field_2_18 input ,
#field_3_18 input {
	padding: 0;
	border: none;
	height: auto;
}

.gform_fields .gfield legend.gfield_label {
	font-size: 15px;
}

.gform_fields .gfield legend.gfield_label span {
	display: none;
}

.gform_fields .gfield_radio {
	display: flex;
}

.gform_fields .gfield_radio > div {
	margin-right: 15px;
}

.gform_fields .gfield_radio > div input {
	margin: 0 5px 0 0;
}

.gform_fields .gfield_description.instruction {
	display: none;
}

.gform_fields .gfield_description {
	font-size: 13px;
	line-height: 1.3;
	display: block;
	padding-top: 10px;
}

@media(max-width: 1100px) {
	
	body .short-description h2 {
		font-size: 23px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	body .short-description h3 {
		font-size: 16px;    
		line-height: 20px;
		margin-bottom: 15px;
	}

	body .short-description img {
		margin-bottom: 20px;
	}

}

@media(max-width: 585px) {

	body .pricing [class*="col-"] {
		width: 100%;
	}

	body .pricing .col-5::after {
		display: none;
	}

	body .pricing_title  {
		justify-content: flex-start !important;
		margin-bottom: 15px;
	}
	
	.single-yacht-tours .heading-content {
		display: block !important;
	}
	
	.single-yacht-tours .heading-content .h1 {
        min-width: 100%;
    }
	
	.single-yacht-tours .heading-content .vri-itemdet-priceblock {
		display: table;
	}	

	body .single__content {
		padding-top: 50px;
	}	
	
}

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

	.feature-list [class*="col-"] {
		width: 50%;
	}

}

@media(min-width: 1101px) {

    body .short-description h2 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
    }
	
	body .short-description h3 {
		line-height: 1.2;
		margin-bottom: 19px;
	}	
	
}