body {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    background-image: url(images/page-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

a, a:visited, a:active {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a:hover {
    color: #ddd;
}

:hover {
    text-decoration: none !important;
}

:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 15px;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 600;
    color: #29b5d3;
    margin-bottom: 15px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    color: #29b5d3;
    margin-bottom: 15px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
    color: #29b5d3;
    margin-bottom: 15px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    margin: 15px 0;
}

p:last-child {
    margin: 0;
}

ol {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 35px;
}

ol>li {
    margin: 10px 0;
}

.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a:hover,.p_menu_wrap li a:hover {
    text-decoration: underline !important;
}

.primary-menu-wrap {
    width: 100%;
}

.menu-col-wrapper {
    padding: 20px 0;
    background: rgb(122, 230, 253);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 230, 253, 1)), color-stop(50%, rgba(90, 211, 236, 1)), to(rgba(44, 183, 213, 1)));
    background: linear-gradient(180deg, rgba(122, 230, 253, 1) 0%, rgba(90, 211, 236, 1) 50%, rgba(44, 183, 213, 1) 100%);
}

.p_menu_wrap>li {
    margin: 0 30px;
}

.p_menu_wrap>li:last-child {
    margin-right: 0;
}

.p_menu_wrap li a {
    font-weight: 600;
    text-decoration: none;
}

.logo-wrap {
    max-width: 300px;
}

.logo-wrap img {
    display: block;
    max-width: 100%;
}

/* Footer css */
.inner-footer {
    /*background: #000000;*/
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #29b5d3;
}

.footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-list li a {
    color: #fff;
    margin: 4px 15px;
    display: inline-block;
}

.copyright-bar p {
    /* margin: 0; */
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 10px;
}

/* Main Page COntent */
.page-inner-wrap {
    padding: 50px 0;
}

.font-oeb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

/* page sidebar css */
.menu-list-wrap {
    border: 1px solid #5b5b5b;
    border-radius: 3px;
    margin: 0 0 40px;
    padding: 20px 30px;
}

ul.link-menu-item {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.link-menu-item>li {
    padding: 8px;
    padding-left: 14px;
    padding-right: 0;
    position: relative;
}

ul.link-menu-item>li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

ul.link-menu-item>li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #666666;
    left: 0;
    top: 15px;
}

.list-title {
    color: #fff;
    margin: 0 0 20px;
}

.offer-table, .review-table {
    width: 100%;
    border: 2px solid #29b5d3;
    border-collapse: collapse;
    border-radius: 9px;
    margin: 50px 0;
}

.review-table {
    margin: 20px 0 50px;
}

.offer-table th, .offer-table td, .review-table th, .review-table td {
    border-bottom: 2px solid #29b5d3;
    padding: 20px;
}

.offer-table th, .review-table th {
    background: #29b5d3;
    color: #05404c;
    font-size: 17px;
    text-align: left;
}

.offer-table th.text-center {
    text-align: center;
}

.review-table th, .review-table td {
    font-size: 14px;
    padding: 12px 20px;
}

h4.t-name {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
}

.star-rattings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.star-rattings>img {
    width: 20px;
    padding-right: 3px;
}

.t-offer {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.t-condition {
    text-align: center;
    display: block;
}

a.t-button {
    display: block;
    padding: 16px 20px;
    background: #ddd;
    line-height: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e47100+0,fff000+50,e47100+100 */
    background: #e47100;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e47100), color-stop(50%, #fff000), to(#e47100));
    background: linear-gradient(to bottom, #e47100 0%, #fff000 50%, #e47100 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47100', endColorstr='#e47100', GradientType=0);
    /* IE6-9 */
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
}

a.t-button:hover {
    text-decoration: none !important;
}

.t-review-link a {
    color: #fff;
    text-decoration: none;
}

.t-review-link {
    display: block;
    margin: 12px 0 0;
    text-align: center;
}

.t-logo-image {
    display: block;
    width: 100%;
    max-width: 80px;
}

a.t-button:hover, .t-review-link a:hover {
    opacity: 0.8;
}

.r-header h2:after, .r-header h2:before {
    content: "";
    background-image: url(images/white-star.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.review-details {
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    padding: 30px 20px;
    margin: 0 0 40px;
}

.review-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-by {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    padding-right: 30px;
    text-align: center;
}

.review-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.r-logo>figure {
    padding-top: 100%;
    margin: 0;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 50%;
}

.r-logo>figure>a>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
    max-height: 100%;
}

.rv-by h3 {
    color: #fff;
    margin: 20px 0 0;
}

.review-by .star-rattings {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6px;
}

.review-by .star-rattings img {
    margin: 0 3px;
}

.r-header {
    padding: 15px;
    background: #5fd6ee;
    background-image: linear-gradient(0deg, #29b5d3 0%, #7de8ff 100%);
    border-radius: 8px;
    margin-bottom: 14px;
}

.r-header h2 {
    margin: 0;
    color: #000;
    position: relative;
    padding: 2px 30px;
    font-weight: 400;
    text-align: center;
    font-size: 26px;
}

.r-header h2:before {
    left: 0;
}

.r-header h2:after {
    right: 0;
}

.r-content {
    margin: 0 0 24px;
}

.r-button {
    max-width: 180px;
    margin: 0 0 8px;
}

.page-content-wrap ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.page-content-wrap ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin: 10px 0;
}

.page-content-wrap ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    background: #ff8b1a;
    transform: rotate(45deg);
    left: 0;
    top: 8px;
}

.full-star-color {
    background: linear-gradient(to bottom, #ff9318, #ffee00, #ffee00, #ff9318, #ff9318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.star-color-gray {
    color: #c2c2c2;
    font-size: 20px;
}

.payment:not(:empty):not(:last-child):after {
    content: ", ";
}

@media screen and (min-width: 992px) {
    .mt-md-5 {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .r-header h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .r-header h2 {
        font-size: 20px;
    }

    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    div#nav-icon {
        cursor: pointer;
        line-height: 0;
    }

    svg.hamburger {
        width: 30px;
        fill: #000;
    }

    #nav-icon>span {
        color: #000;
        display: block;
        text-transform: uppercase;
        margin-left: 6px;
        font-weight: 700;
        font-size: 14px;
    }

    .logo-wrap {
        max-width: 150px;
    }

    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
    }

    .menu.p_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }

    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-overlay {
        background: rgba(0, 0, 0, 0.5)/*rgba(230, 230, 230, 0.5)*/;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }

    .header-nvigation {
        z-index: 99999;
    }

    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.9);
        color: #0d1c26;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        display: block;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: block;
        line-height: 36px;
        padding: 0;
        border: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
    }

    #header-Navigation.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-overlay {
        display: block;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: rgb(87, 209, 235)/*#e6e6e6*/;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }

    .cnt-col {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
        width: 100%;
        padding: 12px 20px;
    }

    /* Table Responsive Design */
    .review-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .review-by {
        margin: auto;
        padding: 0;
    }

    .r-logo {
        max-width: 160px;
        margin: auto;
    }

    .r-button {
        margin: 0 auto;
    }

    tr.table-headings {
        display: none;
    }

    tr.table-data-row>td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3px;
        border-top: 2px solid #29b5d3;
        border-bottom: 2px solid #29b5d3;
    }

    tr.table-data-row>td:before {
        content: attr(data-heading);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #29b5d3;
        padding: 10px;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .table-details {
        padding: 10px 20px;
    }

    tr.table-data-row {
        border-bottom: 20px solid #000;
    }
}

@media screen and (max-width: 767px) {
    .page-content-sidebar {
        margin-top: 20px;
    }

    .menu-list-wrap+.menu-list-wrap {
        margin-bottom: 0;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}
