html {
    scroll-behavior: smooth;
    float: left;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    float: left;
    width: 100%;
}

p {
    color: #333;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 14px;
}

header {
    float: left;
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover;
{
    text-decoration: none;
}

nav li a {
    color: #2b1711;
    font-weight: 500;
    margin-left: 25px;
}

nav li button {
    margin-left: 50px;
}

nav .btn-1 {
    margin: 0 0 0px 20px;
}

.btn-1 {
    background: #714219;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    cursor: pointer;
    float: left;
    margin-bottom: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-2 {
    background: #996f44;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 14px;
    text-align: center !importnat;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-blog {
    background: #714219;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50px;
    cursor: pointer;
    float: left;
    text-align: left;
    font-size: 14px;
    margin-top: 11px;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-1:hover {
    background: #996f44;
}

.btn-2:hover {
    background: #714219 !important;
    color: #fff !important;
}

.btn-blog:hover {
    background: #996f44;
}

.banner {
    position: relative;
    background: url('../images/banner.jpg');
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
}

.logo {
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

img {
    max-width: 100%;
}

.banner-content {
    height: 100vh;
    /* margin-top: -100px; */
    display: flex;
    align-items: center;
}

.banner-text {
    padding-top: 50px;
}

.banner-text h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0;
    color: #46241b;
    font-size: 55px;
    text-shadow: -1px -1px 4px #00000059;
    line-height: 70px;
}

.banner-text h1 span {
    color: #8d5323;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 70px;
}

.home-banner h1 {
    font-size: 65px;
    letter-spacing: -1px;
}

.banner-text h2 {
    color: #333;
    font-weight: 400;
    line-height: 40px;
    margin: 18px 0;
    max-width: 589px;
    font-size: 22px;
    margin-bottom: 0;
}

.highlights {
    float: left;
    width: 100%;
    /* padding: 54px 0; */
    padding: 80px 0;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal h2 {
    padding: 6px 0;
    margin: 0 0;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content .owl-dots{display: none;}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close2 {
    color: #72644e;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #f1d2a3;
    color: #361313;
}

.modal-body {
    /* padding: 2px 16px; */
}

.modal-footer {
    padding: 6px 16px;
    background-color: #f1d2a3;
    color: white;
    float: left;
    width: 100%;
}

.moths-1 {
    position: relative;
    /* margin-top: -100px; */
    margin-left: -100px;
    max-width: 130px;
    width: 100%;
}

h3 {
    color: #333;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}

.highlights ul {
    list-style: square inside url("../images/dot.png");
    padding-left: 0;
    margin: 0;
    padding: 0;
}

.Highlights-image {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.highlights ul li {
    color: #333;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 14px;
}

.about {
    float: left;
    width: 100%;
    /* padding: 166px 0; */
    padding: 80px 0;
}

.about-img {
    max-width: 350px;
    width: 100%;
}

.sample-pages {
    float: left;
    width: 100%;
    padding: 80px 0;
    /* padding-bottom: 80px; */
}

.sample-pages h3 {
    margin: 0;
    margin-bottom: 30px;
}

.canberra-nature-map {
    background: url('../images/map-bg.jpg');
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    position: relative;
}

.canberra-nature-map iframe {
    box-shadow: 0px 2px 18px -7px rgb(0 0 0 / 66%);
    -webkit-box-shadow: 0px 2px 18px -7px rgb(0 0 0 / 66%);
    -moz-box-shadow: 0px 2px 18px -7px rgba(0, 0, 0, 0.66);
}

.canberra-nature-map h3 {
    margin-top: 0;
}

.articles {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.articles h3 {
    padding-bottom: 0;
}

.articles-carousel {
    float: left;
    width: 100%;
}


/* .item {
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 27%);
    -webkit-box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 27%);
    -moz-box-shadow: -1px 1px 5px 2px rgba(0, 0, 0, 0.27);
} */

.item h4 {
    padding: 0 15px;
}

.item p {
    padding: 0;
    padding-bottom: 15px;
}

.owl-nav {
    display: none;
}

footer {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: url('../images/footer-bg.jpg');
}
.footer-left-menu li:last-child {
    border: none;
    margin-top: 10px;
}
.footer-left-menu .btn-2{ color: #fff; }

footer p {
    text-align: center;
}

footer img {
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

.footer-left-menu {
    list-style: none;
}

.footer-left-menu li {
    border-bottom: solid 1px #ccaa7b;
    max-width: 250px;
}

.footer-left-menu a {
    color: #333;
    text-decoration: none;
    line-height: 39px;
}

.footer-left-menu i {
    font-size: 12px;
    margin-right: 5px;
}

.footer-right-menu {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
}

.footer-right-menu li {
    display: inline;
}

.footer-right-menu a {
    color: #333;
    text-decoration: none;
    margin: 5px 12px;
}

.moths-2 {
    position: relative;
    margin-top: -82px;
    max-width: 160px;
    width: 100%;
    float: right;
    margin-right: -120px;
}

.flip-btn {
    position: absolute;
    top: -80px;
    left: 25%;
}

.flip-btn a {
    background: #f0d6ab;
    padding: 12px 16px;
    color: #fff;
}

.float-right {
    float: right;
}

.inner-page {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.inner-page h2 {
    color: #333;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 0;
}

.inner-page h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.inner-page p {
    float: left;
    width: 100%;
    margin-top: 0;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.ceromitiai-olampra {
    padding-bottom: 80px;
}

.caloptilia-azaleella {}

.dash {
    float: left;
    background: #a9946e;
    width: 40px;
    height: 4px;
    margin-bottom: 30px;
}

.mrt-40 {
    margin-top: 40px;
}

.inner-page-banner .banner-text h1 {
    font-size: 45px;
}

.inner-page-banner .banner-text h2 {
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 0;
    text-align: justify;
}

.inner-page .row {
    /* display: flex; */
    /* align-items: center; */
}

.img-auto {}

.blog {
    max-width: 100%;
    float: left;
    width: 100%;
    margin-bottom: 0;
    /* background: #dbdbdbad; */
    padding: 10px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog:hover {
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #f1e8da;
}

.blog .dash {
    margin-bottom: 10px;
}

.blog-text {
    float: left;
    width: 100%;
    /* margin-left: 100px; */
    /* margin-top: -55px; */
    /* background: #f2d6a7; */
    padding: 15px 15px;
}

.blog-text i {
    /* color: #a9946e; */
}

.blog-text h6 {
    color: #333;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-style: italic;
}

.blog-text p {
    margin: 0;
}

.pb-30 {
    margin-bottom: 30px;
}

.blog-banner {
    /* margin-top: -100px; */
    float: left;
    width: 100%;
}

.blog-right {
    float: left;
    width: 100%;
}

.inner-page .row {
    display: block;
    align-items: unset;
}

.clear {
    float: left;
    width: 100%;
    height: 1px;
}

.blog {
    background: #cccccc59;
    margin-bottom: 30px;
}

.contact-us {}

.contact-us form {
    float: left;
    width: 100%;
}

.contact-us input {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: none;
    height: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    float: left;
    width: 100%;
}

.contact-us textarea {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    background: #f9f9f9;
    box-shadow: none;
    height: 116px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding-top: 13px;
    margin-bottom: 0;
}

.contact-us fieldset {
    border: none;
    float: left;
    width: 100%;
}

.content .links li a:hover,
.content .links li label:hover {
    background: none;
    color: #714219;
}

.home-page p {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .sample-pages .container {
        max-width: 1000px;
    }
    .supportresort-logo {
        float: right;
    }
}

@media only screen and (min-width: 1400px) {
    .highlights {
        /* padding: 173px 0; */
    }
    .modal {
        /* padding-top: 110px; */
    }
}

@media only screen and (min-width: 769px) {
    .pc-dn {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .hom-btn-btom{
    /* margin-top: -33px; */
}
    .hom-btn-btom .btn-2{
    margin: 0;
}
    .banner-content {height: auto;}
.sample-pages {
    padding: 0 0 0 0;
}
    .buy-now-form {
        padding: 25px !important;
    }
    .buy-banner h2 {
        line-height: 24px !important;
        font-size: 18px !important;
    }
    .buy-banner h1 {
        margin-top: -35px !important;
    }
    .Contact-banner-img {
        padding: 45px 0;
    }
    .pt-80 {
        padding-top: 30px;
    }
    .contributors-img {
        padding: 32px 0 15px 0;
    }
    .excerpts-details .blog img {
        width: 100%;
    }
    .excerpts-btn {
        margin-top: -70px;
        margin-top: -20px;
    }
    .excerpts-details .blog {
        margin-bottom: 0;
    }
    .pb-80 {
        padding-bottom: 30px;
    }
    .pb-30 {
        margin-bottom: 0;
    }
    .inner-page h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .inner-page {
        padding: 30px 0;
    }
    header {
        background: #f7daa5;
    }
    .blog-banner {
        display: none;
    }
    .inner-page-banner .banner-text h2 {
        line-height: 29px;
        font-size: 19px;
        margin-bottom: 0;
        text-align: center;
    }
    .inner-page-banner .banner-text h1 {
        font-size: 45px;
        margin-bottom: 0;
        line-height: 30px;
        margin-top: 0;
    }
    .home-banner h1 {
        line-height: 0;
    }
    .banner-text {
        padding-top: 30px;
    }
    .banner-text h2 {
        line-height: 31px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .banner-btn {
        margin-top: 0;
    }
    .banner img {
        max-width: 300px;
        margin: 0 auto;
        margin-top: -37px;
        display: block;
    }
    .owl-carousel2 .owl-nav {
        left: 36% !important;
        right: 36% !important;
        bottom: -29px !important;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        width: 34px !important;
        font-size: 25px !important;
    }
    .banner {
        background: url(../images/footer-bg.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ls-2 {
        margin-left: 0;
    }
    .xs-mt-4 {
        margin-top: -4px;
    }
    .moths-2 {
        display: none;
    }
    nav .content .links {
        background: #eccd9e;
    }
    .content .links li {
        margin: 0 20px;
        border-bottom: solid 1px #ddbe90;
    }
    .m-dn {
        display: none;
    }
    .banner-text h1 span {
        font-size: 23px;
    }
    .banner-text h1 {
        font-size: 30px !important;
        text-align: center;
        margin-bottom: 30px;
        /* margin-top: -67px; */
    }
    .btn-1 {
        font-size: 14px;
        /* margin-top: 15px; */
    }
    .btn-2 {
        font-size: 14px;
        text-align: center;
    }
    .moths-1 {
        margin-left: 0;
    }
    .highlights {
        padding-bottom: 0;
    }
    h3 {
        font-size: 25px;
    }
    .about-img {
        margin-bottom: 30px;
    }
    h3 {
        margin-bottom: 15px;
    }
    .about {
        padding: 30px 0;
    }
    .canberra-nature-map {
        padding: 30px 0;
    }
    .articles {
        padding: 30px 0;
    }
    .articles h3 {
        padding-bottom: 0px;
    }
    footer {
        padding: 30px 0;
    }
    .footer-left-menu li {
        max-width: 100%;
    }
    .supportresort-logo {
        margin-top: 0;
    }
    .logo {
        max-width: 250px;
    }
}

@media only screen and (max-width: 500px) {
    .btn-1 {
        font-size: 15px;
        /* margin-top: 15px; */
        letter-spacing: 0;
        padding: 5px 10px;
    }
    .btn-2 {
        font-size: 15px;
        letter-spacing: 0;
        padding: 5px 10px;
    }
}

@media (min-width:992px) and (max-width:1250px) {
    nav li a {
        margin-left: 0px;
    }
    .logo {
        max-width: 250px;
    }
    nav .content .links {
        margin-left: 20px;
    }
    .moths-2 {
        margin-right: 0;
    }
}

@media (min-width:901px) and (max-width:991px) {
    nav li a {
        margin-left: 0px;
    }
    .logo {
        max-width: 197px;
    }
    nav .content .links {
        margin-left: 20px;
    }
    .moths-2 {
        margin-right: 0;
    }
    nav .btn-1 {
        margin: 0 0 0px 0;
        padding: 6px 13px;
        font-size: 12px;
    }
    .content .links li a {
        padding: 8px 4px;
        font-size: 14px;
    }
    .btn-1 {
        padding: 3px 10px;
        text-align: left;
        font-size: 14px;
    }
    .btn-2 {
        padding: 3px 10px;
        text-align: left;
        font-size: 15px;
    }
}

@media (min-width:1200px) and (max-width:1570px) {
    .banner-text h1 span {
        color: #8d5323;
        font-size: 35px;
        line-height: normal;
    }
    .home-banner h1 {
        font-size: 50px;
    }
    .home-banner .banner-text {
        padding-left: 20px;
    }
    .home-banner img {
        padding-right: 10px;
    }
    .home-banner .banner-text {
        padding-top: 0;
    }
}

#myModal table {
    float: left;
    width: 100%;
}


/* #myModal tr{ float: left; width: 100%; } */

#myModal td {
    padding: 6px 5px;
    font-size: 15px;
}


/* 
.bl-1 {
    border-left: solid 10px #14896e;
}

.bl-2 {
    border-left: solid 10px #1c7ebb;
}

.bl-3 {
    border-left: solid 10px #5a5dc0;
}

.bl-4 {
    border-left: solid 10px #5d4e6d;
}

.bl-5 {
    border-left: solid 10px #5d632b;
}

.bl-6 {
    border-left: solid 10px #b7722b;
}

.bl-7 {
    border-left: solid 10px #eabe48;
}

.bl-8 {
    border-left: solid 10px #91a733;
}

.bl-9 {
    border-left: solid 10px #4f7537;
}

.bl-10 {
    border-left: solid 10px #5b5065;
}

.bl-11 {
    border-left: solid 10px #1a5b73;
}

.bl-12 {
    border-left: solid 10px #2548aa;
}

.bl-13 {
    border-left: solid 10px #674a9e;
}

.bl-14 {
    border-left: solid 10px #ce806f;
}

.bl-15 {
    border-left: solid 10px #bd6374;
}

.bl-16 {
    border-left: solid 10px #bb67ac;
}

.bl-17 {
    border-left: solid 10px #758cc2;
}

.bl-18 {
    border-left: solid 10px #5ebced;
}

.bl-19 {
    border-left: solid 10px #6794a2;
}

.bl-20 {
    border-left: solid 10px #de6b4b;
}

.bl-21 {
    border-left: solid 10px #0266a3;
}

.bl-22 {
    border-left: solid 10px #80489e;
}

.bl-23 {
    border-left: solid 10px #914a4b;
}

.bl-24 {
    border-left: solid 10px #766d40;
}

.bl-25 {
    border-left: solid 10px #4fc283;
}

.bl-26 {
    border-left: solid 10px #bac349;
}

.bl-27 {
    border-left: solid 10px #c9754e;
}

.bl-28 {
    border-left: solid 10px #9e3e4a;
}

.bl-29 {
    border-left: solid 10px #653e89;
}

.bl-30 {
    border-left: solid 10px #653d1e;
}

.bl-31 {
    border-left: solid 10px #646618;
}

.bl-32 {
    border-left: solid 10px #3a8838;
}

.bl-33 {
    border-left: solid 10px #fff;
} */

tr {
    display: flex;
    float: left;
    width: 100%;
}

td:nth-child(1) {
    width: 90%;
}

td:nth-child(2) {
    width: 10%;
    text-align: right;
}

.buy-now-form {
    float: left;
    width: 100%;
    padding: 50px;
    /* background: #fff5ec; */
    background: url('../images/footer-bg.jpg');
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}

.buy-now-form input[type=text] {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    background: #ffffffc4;
    margin-bottom: 20px;
    box-shadow: none;
    height: 50px;
    /* border: 1px solid #cdcdcd; */
    border-radius: 0;
    float: left;
    width: 100%;
}

.buy-now-form input[type=radio] {
    float: left;
    display: unset;
    width: 30px;
    margin-top: 7px;
}

.buy-now-form select {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    background: #ffffffc4;
    margin-bottom: 20px;
    box-shadow: none;
    height: 50px;
    /* border: 1px solid #cdcdcd; */
    border-radius: 0;
    float: left;
    width: 100%;
    border: none;
}

.buy-now-form textarea {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    background: #f9f9f9;
    box-shadow: none;
    height: 116px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding-top: 13px;
    margin-bottom: 0;
}

.form-moth {
    position: absolute;
    margin-top: -60px;
    margin-left: -60px;
    transform: rotate(353deg);
}

.form-moth2 {
    position: absolute;
    margin-top: -60px;
    margin-left: -60px;
    transform: rotate(353deg);
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.excerpts-details i {
    /* color: #a9946e; */
}

.isbn-btn {
    background: #714219;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    right: -18px;
    top: 50%;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    box-shadow: 2px 0px 5px -1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 0px 5px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.isbn-btn:hover {
    background: #996f44;
}

@media (min-width:992px) and (max-width:1399px) {
    .excerpts-page .blog-text p {
        min-height: 130px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
 .flip-book {
    background: url(../images/book-bg3.jpg) !important;
}
}
@media (min-width:768px) and (max-width:991px) {
    .excerpts-page .blog-text p {
        min-height: 100px;
    }
    .flip-book {
    background: url(../images/book-bg2.jpg) !important;
}
}

@media (min-width:577px) and (max-width:767px) {
    .excerpts-page .blog {
        min-height: 500px;
    }
}

@media (min-width:577px) and (max-width:900px) {
    .btn-1 {
        font-size: 11px;
        margin-top: 13px;
    }
    .btn-2 {
        font-size: 10px;
        margin-top: 13px;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .inner-page-banner .banner-text h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .excerpts-page .blog img {
        width: 100%;
    }
    .banner-content {
        height: auto;
        margin-top: 0;
    }
}

.supportresort-link {
    color: #333;
    text-decoration: underline;
}

.clear-link {
    color: #004DCF;
    text-decoration: underline;
}

.modal-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.owl-carousel2 .owl-nav {
    display: unset;
    margin: 0 auto;
    position: absolute;
    left: 46%;
    right: 45%;
    bottom: -42px;
}
.t-c h3{
    font-size: 24px;
    margin-bottom: 10px;
}

.inner-page p b{font-weight: 900;}

/* tr:nth-of-type(even) {
    background-color: rgb(203 203 203 / 26%);
} */
.bg-gray table{background-color: rgb(203 203 203 / 26%);}
nav .active{
    border-bottom: solid 2px #996f44;
    color: #996f44;
}
.footer-left-menu .active {
    color: #996f44;
    font-weight: 600;
}
body.header-fixed .fix-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.17);
     background: #fff;
}

.fix-nav {
    /* background: #fff; */
    transition: 0.7s all;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}
body.header-fixed .fix-nav .logo img {
    max-width: 250px;
    transition: 0.7s all;
}
body.header-fixed .fix-nav ul{
    margin: 6px 0;
}
body.header-fixed .fix-nav li{
    line-height: 0;
}
.share a{
    margin: 0 6px;
}
.share i{
    color: #714219;
    font-size: 21px;
}

@media only screen and (max-width: 900px) {
    .fix-nav{background: #f7daa5 !important;}
    #excerpts{margin-top: 0;}
    #buy{ margin-top: 75px; }
.contributors { margin-top: 50px; }
.fix-nav{height: 82px;}
.excerpts-banner{
    padding-top: 60px;
}
.contact-banner{
    padding-top: 60px;
}
header li:last-child {
  border-bottom: none !important;
}

header li:nth-last-of-type(2) {
  border-bottom: none !important;
}

}




#excerpts p{
width: auto;}


.inner-page .row .row{ display: flex; }


@media (min-width:768px) and (max-width:1199px) {

    .owl-carousel2 .owl-nav {
    left: 42%;
    right: 42%;
}
}


.e-row{ float: left; width: 100%; }
.e-box{ float: left; }
.e-box img{ float: left; }
.e-box p{ float: left; }
.w-col {width:auto;height:auto;float:left}
.w-col p{float:none;width:auto;}
.mr-10{margin-right:10px;}
.mr-25{margin-right:25px;}






@media (min-width:1200px) and (max-width:1570px) {

.book-btn button {
    padding: 5px 10px;
}
body.header-fixed .fix-nav .logo img {
    max-width: 200px;
}
body.header-fixed .fix-nav ul {
    height: auto;
    padding: 5px 0;
}
.btn-flip {
    margin-top: 15px;
}
.sample-pages h3 {
    margin: 0;
    margin-bottom: 15px;
}
.moths-1 {
    position: absolute;
}
.highlights {
    padding: 150px 0 80px 0;
}
.moths-1 {
    margin-top: -60px;
}
.about {
    padding: 150px 0 80px 0;
}
.sample-pages {
    padding: 80px 0 80px 0;
}
}


@media only screen and (min-width: 1571px) {

.highlights {
    padding: 150px 0 80px 0;
}
.moths-1 {
    margin-top: -60px;
}
.about {
    padding: 150px 0 0px 0;
}
.sample-pages {
    padding: 150px 0 0px 0;
}
.articles {
    padding: 150px 0 80px 0;
}
.blog-text {
    min-height: 235px;
}

}




@media only screen and (max-width: 1199px) {
.highlights {
    padding: 95px 0 80px 0;
}

.about {
    padding: 95px 0 0px 0;
}
.sample-pages {
    padding: 100px 0 0px 0;
}
.articles {
    padding: 95px 0 80px 0;
}
.inner-page {
    padding-top: 100px !important;
}

}

@media only screen and (max-width: 767px) {

.flip-book {
    background: none !important;
    box-shadow: none !important;
}
#contributors2 {
    padding-top: 100px;
}
}
