/********** Global **********/
html,
body {
    margin: 0px;
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
    background: #fff;
    color: #3E3E3E;
}

header,
nav,
section,
footer {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: 0;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

.contentSizeContainer {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0px;
}

/** Typography **/
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 45px;
    line-height: 50px;
    color: #292929;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #292929;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #292929;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #3E3E3E;
}

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

#pbLogo {
    display: inline-block;
}

#pbLogo img {
    height: 48px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    display: inline-block;
}

#pbLogo p {
    display: inline-block;
    position: relative;
    top: 7.5px;
    font-family: 'Quicksand', sans-serif;
    font-size: 32px;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 0;
}

#pbLogo:hover {
    opacity: 0.8;
}

h2.sectionTitle {
    font-size: 45px;
    line-height: 44px;
}

h2.sectionTitle span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #363F48;
    font-weight: 400;
    margin: 14px 0 38px 0;
}



/** Notifications boxes on change **/
.notifyChange {
    max-width: 1200px;
    padding: 60px 0 0 0;
    margin: 0 auto;
}

.notifyChange .error,
.notifyChange .success {
    display: block;
    background: #FF4242;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 24px;
    max-width: 1200px;
    margin: 0 auto 6px auto;
}

.notifyChange .success {
    background: #10C469;
}

.notifyChange i {
    position: relative;
    left: -5px;
    font-weight: 400;
}

/** Grids and Layouts **/
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.col-of-2 td {
    width: 50%;
}

.col-of-3 td {
    width: 33%;
}

.col-of-4 td {
    width: 25%;
}

.loginlist{ float: right; margin-left: 15px;}
.loginlist a{    padding: 6px 25px;
    display: inline-block;
    background: #37a000;
    border-radius: 28px;}
.bookingmenuwrap nav a{ padding:6px}
.bookingpagewarp .tab-set .booking-tab:hover,
.bookingpagewarp .tab-set .booking-tab.pressed-tab {
    color: #8dc73f;
    box-shadow: 0 4px 0px -2px #8dc73f;
}
.bookingpagewarp .custom-table .btn-secondary:hover,
.bookingpagewarp .custom-table .btn-secondary {
    background-color: #37a000;
    border: 1px solid #37a000;
    color: #fff;
}
.bookingpagewarp .custom-table tr,
.bookingpagewarp .custom-table th,.bookingpagewarp .custom-table td,
.bookingpagewarp .custom-table{border-collapse: collapse; border: 1px solid #ddd;}
.bookingpagewarp .custom-table th {background: #9cabb5;
    color: #fff;}
.site-header-container .nav-drawer-trigger{ line-height: 1.5em}
.nav-drawer .nav-list li a{color: #fff}
.nav-drawer .nav-list li {
    display: block;
    padding: 0.5rem 0rem;
}
.nav-drawer .nav-list li a:hover ,.nav-drawer .nav-list li a:visited,.nav-drawer .nav-list li a:focus{ color: #8dc73f}
@media only screen and (max-width: 1024px) {
    table {
        /*display: block;*/
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    table tbody,
    table tr,
    table td {
        /*display: block;*/
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.alignFloat {
    height: 0px;
    clear: both;
}

/********** 404 PAGE **********/
.pageNotFound {
    background: #EFF3F6;
    padding: 80px 10px 20px 10px;
    text-align: center;
}

.pageNotFound h2 {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto 60px auto;
    font-size: 25px;
}

.pageNotFound h2 span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin: 17px 0 0 0;
}

.pageNotFound h2 a {
    opacity: 0.6;
}

.pageNotFound h2 a:hover {
    opacity: 1;
}

/********** HEADER **********/
/** Top bar **/
header .topBar {
    width: 100%;
    background: #363F48;
    height: 64px;
    padding: 0 10px;
}

header .topBar table {
    height: 100%;
    width: 1200px;
}

header .topBar #helpfulLinks a {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 16px;
}

header .topBar #helpfulLinks a:hover {
    text-decoration: underline;
}

header .topBar #helpfulLinks a:first-of-type::after {
    content: '\2022';
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 2px;
    margin: 0 7px 0 10px;
    text-decoration: none;
}

header .topBar #accLinks {
    text-align: right;
}

header .topBar #accLinks a {
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 0;
    font-size: 16px;
}

header .topBar #accLinks a i {
    font-size: 14px;
    margin: 0 4px 0 0;
}

header .topBar #accLinks a:hover {
    color: #41A6DF;
}

header .topBar #accLinks #register {
    background: #41A6DF;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 0 20px;
    text-transform: capitalize;
    line-height: 0;
    font-size: 16px;
}

header .topBar #accLinks #register i {
    font-size: 14px;
    position: relative;
    left: -4px;
    margin: 0;
    top: -1px;
}

header .topBar #accLinks #register:hover {
    background: #363F48;
}

@media only screen and (max-width: 1024px) {
    header .topBar {
        height: auto;
        padding: 10px;
    }

    header .topBar table,
    header .topBar #accLinks {
        text-align: center;
    }

    header .topBar #accLinks {
        padding: 10px 0 0 0;
    }

    header .topBar #helpfulLinks a,
    header .topBar #accLinks a,
    header .topBar #accLinks #register {
        font-size: 14px;
    }

    header .topBar #accLinks #register {
        padding: 8px;
        margin: 0 0 0 10px;
        font-size: 14px;
    }

    header .topBar #accLinks #register i {
        position: relative;
        left: -2px;
        margin: 0;
    }
}

/** Menu bar **/
header .menuBar {
    background: #41A6DF;
    height: 84px;
    padding: 0 10px;
}

header .menuBar table {
    height: 100%;
    width: 1200px;
}

header .menuBar #navLinks {
    text-align: right;
}

header .menuBar #navLinks a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 0 38px;
}

header .menuBar #navLinks a:hover {
    color: #363F48
}

/** Home Menu bar **/
header .homeMenu {
    background: none;
    height: 84px;
    margin: 0 0 -84px 0;
}

header .homeMenu #navLinks a:hover {
    color: #41A6DF
}

@media only screen and (max-width: 1024px) {
    header .menuBar,
    header .menuBar #navLinks {
        text-align: left;
    }

    header .menuBar #navLinks a {
        font-size: 14px;
        color: #fff;
        margin: 0 10px;
    }
}

/********** PAGE TITLE **********/
.pageTitle {
    background: url(/assets/images/home-bg.jpg) center fixed;
    background-size: 100%;
}

.pageTitle .overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 60px 10px;
}

.pageTitle h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 22px; /*45px*/
    line-height: 50px;
    color: #fff;
    text-align: center;
}


/********** ACC DASHBOARD NAV **********/
.accountNav {
    background: #363F48;
    width: 100%;
    padding: 0 10px;
}

.accountNav .container {
    max-width: 1200px;
    margin: 0 auto;
}

.accountNav .container a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 5px;
    border: 0px solid red;
    width: 120px;
    margin: 0;
    padding: 12px 0 0px 0;
    text-align: center;
}

.accountNav .container a::after {
    content: '\25B2';
    display: block;
    margin: 0;
    padding: 4px 0 0 0;
    color: #EFF3F6;
    opacity: 0;
    font-size: 14px;
}

.accountNav .container a.active::after,
.accountNav .container a:hover::after {
    opacity: 1;
}

/********** Account Content **********/
.accountContent {
    background: #EFF3F6;
    padding: 0px 10px 80px 10px;
}

.accountContent h2 {
    max-width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    font-size: 25px;
}

.accountContent h2 span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0 0;
}

/********** Profile overview **********/
.accOverview {
    width: 1230px;
}

.accOverview td {
    padding: 0 15px;
}

.accOverview #box {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background: #fff;
    padding: 40px;
}

.accOverview h2 {
    font-size: 17px;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: capitalize;
}

.accOverview p {
    margin: 0 0 2px 0;
}

.accOverview p span {
    font-weight: bold;
    min-width: 140px;
    display: inline-block;
}

.accOverview p a {
    color: #41A6DF;
}

.accOverview p a i {
    font-size: 12px;
    margin: 0 0 0 2px;
}

.accOverview p a:hover {
    color: #000;
}

/********** Manage subscription **********/
.subscriptionPlan {
    width: 1200px;
}

.subscriptionPlan tr {
    vertical-align: top;
}

/** Update card details **/
.subscriptionPlan #payment {
    width: 75%;
}

.subscriptionPlan #payment #box {
    border: 1px solid #E3E3E3;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #fff;
    padding: 40px;
    height: 100%;
}

.subscriptionPlan #payment h2 {
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0 0 32px 0;
    padding: 0;
}

.subscriptionPlan #payment #ccNo {
    display: inline-block;
    width: 60%;
    padding: 0 36px 0 0;
}

.subscriptionPlan #payment #expiry {
    display: inline-block;
    width: 25%;
}

.subscriptionPlan #payment #cvc {
    display: inline-block;
    width: 14%;
}

.subscriptionPlan #payment p {
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0 2px 0;
    padding: 0;
}

.subscriptionPlan #payment input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    padding: 12px;
}

.subscriptionPlan #payment #expiry input {
    width: 80px !important;
    display: inline-block;
    margin: 0 6px 0 0;
}

.subscriptionPlan #payment input[type="submit"] {
    background: #41A6DF;
    width: 240px;
    margin: 38px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.subscriptionPlan #payment input[type="submit"]:hover {
    background: #363F48;
}

/** Update plan selection **/
.subscriptionPlan #overview {
    width: 25%;
}

.subscriptionPlan #overview #box {
    border: 1px solid #E3E3E3;
    border-left: 1px solid #41A6DF;
    border-radius: 0px 8px 8px 0;
    background: #41A6DF;
    text-align: center;
    padding: 40px;
}

.subscriptionPlan #overview h2 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.subscriptionPlan #overview #price {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    margin: 6px 0 12px 0;
    font-weight: bold;
}

.subscriptionPlan #overview #price::after {
    content: '/mo';
    font-size: 14px;
    font-weight: 400;
    position: relative;
    left: 4px;
}

.subscriptionPlan #overview p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 17px 0 32px 0;
    padding: 0;
}

.subscriptionPlan #overview a {
    text-align: center;
    cursor: pointer;
    background: #EDEDED;
    padding: 14px 34px;
    color: #444;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}

.subscriptionPlan #overview a:hover {
    background: #363F48;
    color: #fff;
}

/********** Transactions **********/
.recTransactions {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background: #fff;
    padding: 40px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.recTransactions .dataTables_length {
    border: 0px solid red;
}

.recTransactions .dataTables_length select {
    width: 80px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin: 0 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recTransactions .dataTables_filter {
    float: right;
    position: relative;
    top: -33px;
}

.recTransactions .dataTables_filter input {
    width: 220px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin: 0 0 0 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recTransactions tr {
    vertical-align: top;
}

.recTransactions td {
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #E3E3E3;
    padding: 12px 4px;
}

.recTransactions table thead {
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    border-bottom: 2px solid #E3E3E3;
}

.recTransactions table thead #no {
    width: 40px !important;
}

.recTransactions table thead #date {
    width: 80px !important;
}

.recTransactions table thead #amount {
    width: 90px !important;
}

.recTransactions table thead #comments {
    width: 200px !important;
}

.recTransactions table thead #invoice,
.recTransactions table thead #email,
.recTransactions table thead #transaction {
    width: auto;
}

.recTransactions table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

.recTransactions .dataTables_info {
    border: 0px solid red;
    margin: 40px 0 0 0;
    opacity: 0.7;
}

.recTransactions .dataTables_paginate {
    float: right;
    position: relative;
    top: -22px;
}

.recTransactions .dataTables_paginate a {
    margin: 0 0 0 10px;
    cursor: pointer;
    opacity: 0.7;
}

.recTransactions .dataTables_paginate a:hover {
    opacity: 1;
}

/********** Update Profile **********/
.updateProfile {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background: #fff;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.updateProfile .uploadLogo {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 40px 0;
}

.updateProfile .uploadLogo .iconContainer {
    width: 200px;
    float: left;
    margin: 0 60px 0px 0;
}

.updateProfile .uploadLogo img {
    max-width: 100%;
    max-height: 120px;
    display: block;
    margin: 0 0 60px 0;
}

.updateProfile .uploadLogo input {
    border: 0;
    background: #41A6DF;
    color: #fff;
    border-radius: 6px;
    padding: 14px 24px;
    display: inline-block;
    margin: 20px 0 40px 0;
}

.updateProfile label {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

.updateProfile label input,
.updateProfile label select {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    padding: 10px;
    margin: 6px 0 24px 0;
}

.updateProfile label select,
.updateProfile label select option {
    padding: 5px 10px;
}

.updateProfile label input:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.updateProfile input[type="submit"] {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-weight: 700;
    background: #41A6DF;
    font-size: 16px;
    padding: 15px 80px;
    margin: 30px 0 0 0;
    cursor: pointer;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.updateProfile input[type="submit"]:hover {
    background: #363F48;
}

/********** PAYMENT PAGE **********/
.paymentPage {
    background: #EFF3F6;
    height: 100vh;
    display: table;
    width: 100%;
}

.paymentPage .overlay {
    display: table-cell;
    vertical-align: middle;
}

.paymentPage .box {
    background: #fff;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.paymentPage img {
    height: auto;
    max-width: 400px;
    max-height: 180px;
    display: block;
    margin: 0 auto;
}

.paymentPage h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 18px auto;
}

.paymentPage p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.paymentPage p i {
    color: rgba(0, 0, 0, 0.3);
    margin: 0 5px 0 25px;
}

.paymentPage hr {
    display: block;
    height: 1px;
    border: 0;
    width: 100%;
    margin: 30px auto 40px auto;
    background: #D3D3D3;
}

.paymentPage input,
.paymentPage textarea {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    padding: 12px;
    margin: 24px 0 0 0;
}

.paymentPage textarea {
    resize: none;
    height: 80px;
}

.paymentPage input[type="submit"],
.paymentPage #customButton {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    border: 0;
    color: #fff;
    background: #41A6DF;
    width: 100%;
    font-size: 16px;
    padding: 15px 0px;
    margin: 18px 0 0 0;
    font-weight: 700;
    cursor: pointer;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.paymentPage input[type="submit"]:hover,
.paymentPage #customButton:hover {
    background: #363F48;
}

.paymentPage .notifyChange {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .paymentPage {
        height: auto;
        display: block;
        padding: 20px 10px;
    }

    .paymentPage .overlay {
        display: block;
    }

    .paymentPage .box {
        padding: 20px;
    }

    .paymentPage p {
        display: block;
    }

    .paymentPage p i {
        color: rgba(0, 0, 0, 0.3);
        margin: 0px;
        padding: 0;
    }

    .paymentPage input,
    .paymentPage textarea,
    .paymentPage input[type="submit"],
    .paymentPage #customButton {
        padding: 20px;
    }
}

/********** LOGIN,REGISTER,FORGOT PW PAGES **********/
.loginRegister {
    background: #EFF3F6;
    padding: 100px 10px;
}

.loginRegister .box {
    background: #fff;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 30px;
}

.loginRegister h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 10px 0;
    text-align: center;
}

.loginRegister p {
    margin: 0;
    padding: 16px 0 4px 0;
    text-align: left;
    font-weight: 600;
}

.loginRegister input {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loginRegister input[type="submit"] {
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    border: 0;
    color: #fff;
    background: #41A6DF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px;
    margin: 24px 0 18px 0;
    cursor: pointer;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.loginRegister input[type="submit"]:hover {
    background: #363F48;
}

.loginRegister a {
    color: #41A6DF;
}

.loginRegister #forgotPW {
    float: right;
}

.loginRegister a:hover {
    color: #363F48;
}

.loginRegister .notifyChange {
    padding: 20px 0 0 0;
}

.loginRegister .appendInput {
    float: right;
    background: #E3E3E3;
    border-radius: 0 4px 4px 0;
    padding: 12px 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-top: -45px;
    position: relative;
}

/********** HOME PAGE **********/
/** Home banner **/
.homeBanner {
    background: url(../../../assets/images/Background.jpeg) center fixed;
    /*background-size: auto 100%;*/
    background-size: cover;
    text-align: center;
}

.homeBanner .overlay {
    background: rgba(0, 0, 0, 0.30);
    padding: 220px 10px 28px 10px;
}

.homeBanner h3 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
}

.homeBanner h2 {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    margin: 28px 0 48px 0;
    text-transform: capitalize;
}

.homeBanner a {
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    border: 0;
    color: #fff;
    background: #41A6DF;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0px;
    width: 270px;
    margin: 0 6px 10px 6px;
    cursor: pointer;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.homeBanner a:first-of-type {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.homeBanner a i {
    position: relative;
    left: 6px;
    top: -0.7px;
    font-size: 14px;
}

.homeBanner a:hover {
    background: #363F48;
}

.homeBanner p {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 30px;
}

.homeBanner img.arrow {
    transform: rotate(180deg) scaleX(-1);
    position: relative;
    left: 3px;
    top: 6px;
}

.homeBanner img.stripePowered {
    display: block;
    margin: 120px auto 0px auto;
}
/** How it works **/
.aboutPB {
    background: #fff;
    padding: 120px 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutPB img {
    float: right;
    width: 50%;
    display: block;
    margin: 0 0 0 60px;
}

.aboutPB ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.aboutPB ul li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.aboutPB ul li::before {
    content: '\f05d';
    font-family: FontAwesome;
    color: #79C447;
    font-size: 15px;
    margin: 0 7px 0 0;
}

.aboutPB a i {
    opacity: 0.6;
    font-size: 14px;
}

.aboutPB a i:hover {
    opacity: 1;
}

/** Features **/
.theFeatures {
    background: #EFF3F6;
    padding: 100px 10px;
    text-align: center;
}

.theFeatures table {
    margin-top: -10px;
    width: 1230px;
}

.theFeatures table td {
    padding: 65px 15px 0 15px;
}

.theFeatures #box {
    border: 1px solid #E3E3E3;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}

.theFeatures #box i {
    border: 0px solid #3DAD61;
    background: #363F48;
    height: 68px;
    width: 68px;
    line-height: 68px;
    border-radius: 68px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: -64px auto 0 auto;
    display: block;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.theFeatures #box:hover i {
    background: #41A6DF;
}

.theFeatures #box h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin: 18px 0;
    text-transform: capitalize;
}

/** Testimonials **/
.testimonials {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 10px;
}

.testimonials tr {
    vertical-align: top;
}

.testimonials td:first-of-type {
    padding: 0 40px 0 0;
}

.testimonials td:first-of-type a {
    background: #41A6DF;
    margin: 18px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.testimonials td:first-of-type a i {
    font-size: 13px;
    position: relative;
    left: 4px;
    top: -1px;
}

.testimonials td:first-of-type a:hover {
    background: #363F48;
}

.testimonials .comment {
    background: #EFF3F6;
    border-radius: 5px;
    padding: 30px;
}

.testimonials .triangle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #EFF3F6;
    margin: 0 0 12px 46px;
}

.testimonials h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.testimonials h3 a {
    display: block;
    font-weight: 400;
    margin: 4px 0 0 0;
}

.testimonials .fa-star,
.testimonials .fa-star-half-o {
    color: #FFD925;
    font-size: 16px;
    margin: 6px 0 0 0;
    padding: 0;
}

/** Pricing **/
.prodPricing {
    background: #EFF3F6;
    padding: 100px 10px;
    text-align: center;
}

.prodPricing table {
    text-align: left;
    margin-top: 70px;
    width: 1240px;
}

.prodPricing table td {
    padding: 0 20px;
}

.prodPricing table tr {
    vertical-align: top;
}

.prodPricing .header {
    background: #41A6DF;
    border-radius: 8px 8px 0 0;
    padding: 36px;
}

.prodPricing .header h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.prodPricing .header h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 0 0;
    font-weight: 400;
    color: #fff;
}

.prodPricing .header span {
    float: right;
}

.prodPricing .planContent {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 36px;
    border: 1px solid #E3E3E3;
    border-top: 0;
}

.prodPricing .planContent p {
    margin: 0 0 3px 0;
}

.prodPricing .planContent p::before {
    content: '\f05d';
    font-family: FontAwesome;
    color: #79C447;
    font-size: 15px;
    margin: 0 5px 0 0;
}

.prodPricing .planContent a {
    float: right;
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    border: 0;
    color: #fff;
    background: #363F48;
    font-size: 16px;
    padding: 14px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

.prodPricing .planContent a:hover {
    background: #41A6DF;
}

.prodPricing #faq h5 {
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
}

.prodPricing #faq h5::before {
    content: 'Q';
    color: #41A6DF;
    margin: 0 12px 0 0;
}

.prodPricing #faq p {
    margin: 8px 0 34px 28px;
}

.prodPricing #faq p a {
    color: #41A6DF;
    font-weight: 600;
}

.prodPricing #faq p a:hover {
    opacity: 0.5;
}

#noStripeQu {
    border-radius: 8px;
    background: none;
}

/** Contact us **/
.contactUs {
    text-align: center;
    background: url(/assets/images/home-bg.jpg) center fixed;
    background-size: auto 100%;
}

.contactUs .overlay {
    background: rgba(255, 255, 255, 0.95);
    padding: 100px 10px;
}

.contactUs a.email {
    margin: 0 0 0px 0;
    color: #41A6DF;
}

.contactUs a.email i {
    margin: 0 6px 0 0;
}

.contactUs a.email:hover {
    color: #222;
}

.contactUs a.button {
    background: #41A6DF;
    margin: 14px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 14px 68px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.contactUs a.button:hover {
    background: #363F48;
}

/********** Footer **********/
footer .links {
    background: #363F48;
    padding: 36px 10px;
    text-align: center;
}

footer .links a {
    color: #fff;
    font-size: 16px;
}

footer .links a::after {
    content: '\2022';
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 12px;
}

footer .links a:last-of-type::after {
    display: none;
}

footer .links a:hover {
    color: #41A6DF;
}

footer .info {
    background: #45505B;
    padding: 36px 10px;
    text-align: center;
}

footer .info p {
    color: #96A0A9;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px 0;
    padding: 0;
}

footer .info p span {
    display: inline-block;
    font-size: 24px;
    margin: 0 6px;
    position: relative;
    top: 3px;
}

footer .info a i {
    font-size: 32px;
    color: #fff;
    margin: 20px 3px 0 3px;
}

footer .info a:hover {
    opacity: 0.5;
}

.info-sidebar-text p {
    font-size: 14px;
}


@media only screen and (min-width: 769px) {
    /*****for mobile view righ side menu tab*******/
    .site-header{
        display: none;
    }
    /***********End*******************/
}

@media only screen and (max-width: 768px) {
    /*****for mobile view righ side menu tab*******/
    .insideHeader{
        display: none;
    }
    .site-header{
        display: block;height: 80px;
    }
    /***********End*******************/

    .mobile_hide{
        display: none !important;
    }
    #select_date_sticky{
        margin: 0 0 0px 0;
    }
    .payment-info-content{
        margin-bottom: 0px;
    }
    .show-editable-summary .faqs-info-block{
        display: block;
    }
    .preview_table{
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 680px) { .bookingpagewarp .tab-set .booking-tab    {width: 46%;}}
@media only screen and (max-width: 500px) {
    .pageTitle {
        background-size: auto 100%;
    }

    .pageTitle .overlay {
        padding: 60px 10px;
    }

    .pageTitle h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h2.sectionTitle {
        font-size: 38px;
        line-height: 38px;
    }
    .accountNav .container {
        text-align: center;
    }

    .accountNav .container a {
        font-size: 14px;
        position: relative;
        top: 0px;
        width: auto;
        padding: 14px 8px;
        text-align: center;
    }

    .accountNav .container a::after {
        display: none;
    }
    .accOverview td {
        padding: 5px 0px;
    }

    .accOverview #box {
        padding: 20px;
    }
    .subscriptionPlan #payment {
        width: 100%;
    }

    .subscriptionPlan #payment #box {
        border: 1px solid #E3E3E3;
        border-radius: 8px;
        padding: 20px;
    }

    .subscriptionPlan #payment #ccNo,
    .subscriptionPlan #payment #expiry,
    .subscriptionPlan #payment #cvc {
        display: inline-block;
        width: 100%;
        padding: 0px 0 12px 0;
    }

    .subscriptionPlan #overview #box {
        border: 1px solid #E3E3E3;
        border-radius: 8px;
        text-align: center;
        padding: 20px;
    }

    .recTransactions {
        padding: 20px;
    }

    .recTransactions .dataTables_filter {
        float: none;
        position: relative;
        top: 0px;
        margin: 5px 0 25px 0;
    }

    .recTransactions table,
    .recTransactions td,
    .recTransactions table thead,
    .recTransactions table thead td,
    .recTransactions table tbody {
        width: 100% !important;
    }

    .recTransactions .dataTables_paginate {
        float: none;
        position: relative;
        top: 0px;
    }

    .recTransactions .dataTables_paginate a {
        margin: 10px 10px 0 0;
    }
    .updateProfile {
        padding: 10px;
    }

    .updateProfile label {
        width: 100%;
        padding: 0;
    }
    .loginRegister {
        padding: 60px 10px;
    }

    .loginRegister .box {
        padding: 10px;
    }
    .homeBanner .overlay {
        background: rgba(0, 0, 0, 0.30);
        padding: 120px 10px 60px 10px;
    }

    .homeBanner h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .homeBanner h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .homeBanner p {
        margin: 0px;
    }

    .homeBanner img.arrow {
        display: none;
    }

    .homeBanner img.stripePowered {
        margin: 40px auto 0px auto;
    }
    .aboutPB {
        background: #fff;
        padding: 60px 10px;
        text-align: center;
    }

    .aboutPB img {
        float: none;
        width: 100%;
        display: block;
        margin: 0 0 20px 0px;
    }
    .theFeatures {
        padding: 60px 10px;
    }

    .theFeatures table {
        margin-top: 0px;
    }

    .theFeatures table td {
        padding: 10px;
    }

    .theFeatures #box {
        border: 1px solid #E3E3E3;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
    }

    .theFeatures #box i {
        margin: 0px auto 0 auto;
    }
    .testimonials {
        padding: 60px 10px;
    }

    .testimonials td:first-of-type {
        padding: 0 0px 0 0;
    }

    .testimonials .comment {
        margin: 20px 0 0 0;
        padding: 20px;
    }
    .prodPricing {
        padding: 60px 10px;
    }

    .prodPricing table {
        margin-top: -20px;
    }

    .prodPricing table td {
        padding: 30px 0 0 0px;
    }

    .prodPricing .planContent a {
        float: none;
        margin: 0 0 20px 0;
    }
    .gift_card_content{
        padding-top: 60px !important;
    }
}