.container,
.logo {
    position: relative;
}
.direct-contact select,
.form-text select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.blog-categry ul,
.blog-left-cont ul,
.follow-us ul,
.jcarousel ul,
ul {
    list-style: none;
}
@font-face {
    font-family: plantagenetcherokee;
    src: url(fonts/plantagenetcherokee.eot);
    src: url(fonts/plantagenetcherokee.eot?#iefix) format("embedded-opentype"), url(fonts/plantagenetcherokee.woff) format("woff"), url(fonts/plantagenetcherokee.ttf) format("truetype"),
        url(fonts/plantagenetcherokee.svg#plantagenetcherokee) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat.eot);
    src: url(fonts/Montserrat.eot?#iefix) format("embedded-opentype"), url(fonts/Montserrat.woff) format("woff"), url(fonts/Montserrat.ttf) format("truetype"), url(fonts/Montserrat.svg#Montserrat) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: trebuchetms;
    src: url(fonts/trebuchetms.eot);
    src: url(fonts/trebuchetms.eot?#iefix) format("embedded-opentype"), url(fonts/trebuchetms.woff) format("woff"), url(fonts/trebuchetms.ttf) format("truetype"), url(fonts/trebuchetms.svg#trebuchetms) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-BoldItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
a {
    text-decoration: none;
}
input[type="submit"] {
    cursor: pointer;
}
img {
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
body {
    font-family: Montserrat;
}
.banner h2,
.titles,
nav ul li a {
    font-family: 'Titillium Web';
}
.full-white,
.main,
header {
    width: 100%;
    float: left;
}
.full-white {
    background: url(../images/menu-bg.svg) left top repeat-x;
}
.container {
    width: 990px;
    margin: 0 auto;
}
.logo,
nav,
nav ul {
    width: auto;
    float: left;
}
.logo {
    margin: 22px 0px;
    z-index: 2;
}
nav ul li {
    float: left;
}
nav ul li a {
    color: #016938;
    padding: 12px 14px 12px;
    font-size: 14px;
    float: left;
}
nav ul li.select a,
nav ul li:hover a {
    background: #376213;
    color: #fff;
}
nav ul li li a,
nav ul li:hover li a {
    background: 0 0;
}
nav ul li:hover ul ul,
nav ul ul {
    display: none;
}
nav ul li li:hover ul,
nav ul li.ext:hover ul,
nav ul li:hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#528124', endColorstr='#3b6716', GradientType=0);
}
nav ul li:hover ul {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top:45px;
    background: #528124;
    background: -moz-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #528124), color-stop(100%, #3b6716));
    background: -webkit-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -o-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -ms-linear-gradient(top, #528124 0, #3b6716 100%);
    background: linear-gradient(to bottom, #528124 0, #3b6716 100%);
    padding-left: 155px;
    box-sizing: border-box;
}
nav ul li li a {
    padding: 13px 26px;
    border-right: solid 1px #144d1f;
}
nav ul li li,
nav ul li.ext {
    position: relative;
}
nav ul li:hover li:hover a {
    background: #376213;
}
nav ul li:hover li:hover li a {
    background: 0 0;
    border: none;
}
nav ul li li:hover ul,
nav ul li.ext:hover ul {
    background: #528124;
    background: -moz-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #528124), color-stop(100%, #3b6716));
    background: -webkit-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -o-linear-gradient(top, #528124 0, #3b6716 100%);
    background: -ms-linear-gradient(top, #528124 0, #3b6716 100%);
    background: linear-gradient(to bottom, #528124 0, #3b6716 100%);
    position: absolute;
    width: 360px;
    padding: 20px;
    top: 45px;
}
nav ul li.ext:hover ul {
    top:45px;
    width: 500px;
    right: 0;
    left: inherit;
}
nav ul li.ext:hover ul li {
    width: 48%;
}
nav ul li.ext:hover ul li:nth-child(2n) {
    float: right;
}
nav ul li.ext:hover ul li:nth-child(5) {
    margin-bottom: 5px;
}
nav ul li.ext:hover ul li ul {
    background: 0 0;
    top: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 7px;
}
nav ul li.ext:hover ul li ul li {
    width: 100%;
}
nav ul li.ext:hover ul li ul li a {
    border: none;
}
nav ul li li li {
    background: url(../images/aero.png) left 4px no-repeat;
    float: left;
    width: 100%;
    padding-left: 14px;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.pack > li {
    background: rgba(0, 0, 0, 0) !important;
    padding: 0;
    width: 50% !important;
}
.titles {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 5px;
}
nav ul li li:hover li ul,
nav ul li:hover li li a {
    padding: 0;
    background: 0 0;
    position: relative;
    float: left;
}
nav ul li li:hover li ul {
    top: 0;
    width: 100%;
}
nav ul li li li ul {
    width: 100%;
    float: left;
    background: 0 0;
}
nav ul li li li li {
    padding: 5px 15px;
    background: url(../images/aero.png) left 7px no-repeat;
    width: 100%;
    box-sizing: border-box;
}
nav ul li:hover li li a {
    font-size: 14px;
}
nav ul li:hover li:hover li li a {
    background: 0 0;
    border: none;
    font-size: 12px;
}
.banner {
    float: left;
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: -1;
    background-size: contain !important;
    height: 278px;
}
.banner img {
    width: 100%;
}
.banner h2 {
    position: absolute;
    right: 0;
    font-size: 30px;
    color: #fff;
    background: url(../images/slidetxt-bg.png) left top;
    top:88px;
    padding: 5px 18px;
    line-height: 46px;
    text-align: right;
    right: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 322px;
    background-position: right;
}
.thumb-slide {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    width: 100%;
    float: left;
    padding: 35px 0;
}
.left-side {
    width: 675px;
    float: left;
}
.right-side {
    width: 300px;
    float: right;
}
.wc-content {
    width: 630px;
    float: left;
    margin-bottom: 4px;
}
.left-side h1,
.wc-content h1 {
    font-family: trebuchetms;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #52813b;
    font-weight: 700;
    width: 100%;
    float: left;
    padding-bottom: 24px;
}
.future-cont h2,
.future-cont ul li h3 {
    font-family: "trebuchet MS";
    line-height: 20px;
    font-weight: 700;
}
.wc-content p {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    color: #6d6e70;
}
.wc-content p a {
    color: #52813b;
	text-decoration: underline;
}
.wc-content p a:hover {
    text-decoration: underline;
}
.future-cont {
    width: 630px;
    float: left;
    margin-top: 40px;
}
.withline {
    width: 100%;
    float: left;
    background: url(../images/line.png) left center repeat-x;
    margin-bottom: 20px;
}
.future-cont h2 {
    width: auto;
    float: left;
    background: #fff;
    padding-right: 20px;
    box-sizing: border-box;
    color: #52813b;
    font-size: 18px;
    text-transform: uppercase;
}
.future-cont ul {
    width: 100%;
    float: left;
}
.future-cont ul li {
    background: url(../images/featus-tours-bg.png) left top no-repeat;
    width: 298px;
    height: 271px;
    float: left;
    padding: 28px 15px 15px 25px;
    box-sizing: border-box;
    position: relative;
}
.future-cont ul li:nth-child(2n) {
    float: right;
}
.future-cont ul li h3 {
    color: #59595c;
    float: left;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
    padding: 0;
    height: 48px;
    width: 80%;
}
.future-cont ul li p {
    color: #77787b;
    float: left;
    font-size: 14px;
    height: 99px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 240px;
}
.future-cont ul li a {
    background: url(../images/next-arrow1.svg) left center no-repeat;
    padding: 0 0 0 24px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: right;
    line-height: 20px;
    color: #518024;
}
.future-cont ul li a:hover {
    background: url(../images/view-mouse-over.png) left center no-repeat;
    font-weight: 700;
    font-style: italic;
}
.abs-img {
    position: absolute;
    top: 2px;
    right: 2px;
}
.box-contain span.spn-rgt img,
.master-main a img {
    top: 5px;
    right: 3px;
    position: relative;
}
.partner-part {
    width: 100%;
    float: left;
    margin-top: 17px;
}
.partner-part h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-style: italic;
    color: #390;
}
.partner-part ul {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin: 18px 0 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    grid-row-gap: 10px;
}
.partner-part ul li {
    width: auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.partner-part ul li img{
    width:100%;
}


.bot-clss,
.design-package,
.design-package p,
.news-letter,
.testimonial,
.testimonial ul,
.testimonial ul li,
.testimonial ul li p {
    width: 100%;
    float: left;
}
.testimonial {
    margin-bottom: 39px;
}
.testimonial h2 {
    border-bottom: 2px solid #e2e3e3;
    color: #52813b;
    font-family: trebuchetms;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 17px;
}
.testimonial h2 a {
    color: #52813b;
}
.testimonial ul {
    height: 420px;
    border-bottom: 1px solid #a7a9ab;
}
.testimonial ul li {
    background: url(../images/left-courve.png) left top no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Titillium Web";
    color: #6d6e70;
    line-height: 22px;
}
.testimonial ul li p {
    height: 370px;
    overflow: hidden;
}
.bot-clss {
    color: #39632f;
}
.news-letter {
    background: url(../images/newslatter-bg.png) left top no-repeat;
    height: 323px;
    padding: 25px 22px;
    box-sizing: border-box;
}
.design-package {
    background: url(../images/designpack-bg.png) left top no-repeat rgba(0, 0, 0, 0);
    height: 200px;
    margin-bottom: 30px;
    padding: 44px 0 0;
    text-align: center;
}
.design-package h2 {
    color: #b6202e;
    font-family: "Titillium Web";
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom: 5px;
}
.design-package p {
    color: #221f1f;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 13px;
    text-align: center;
}
.design-package a {
    font-stretch: semi-expanded;
    font-family: Montserrat;
    height: 25px;
    line-height: 20px;
    padding: 5px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 112px;
    background: url(../images/view-btn-bg.png) left top no-repeat;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.design-package a:hover {
    background: url(../images/view-btn-bg.png) left bottom no-repeat;
}
.followus {
    width: 100%;
    float: left;
}
.followus h2 {
    width: auto;
    float: left;
    color: #59595c;
    font-family: trebuchetms;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 18px;
    padding-bottom:0px;
}
.followus ul {
    width: auto;
    float: right;
}
.followus ul li {
    width: auto;
    float: left;
    margin-right: 8px;
}
.followus ul li a {
    opacity: 0.6;
}
.followus ul li:hover a {
    opacity: 1;
}
footer {
    background: #49494b;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.left-side-foot {
    width: 440px;
    float: left;
}
.right-side-foot {
    width: 530px;
    float: right;
}
.left-side-foot ul {
    width: 100%;
    float: left;
}
.left-side-foot ul li {
    width: 146px;
    float: left;
}
.ft-title a,
.left-side-foot ul li a {
    color: #b3b5b7;
    font-family: trebuchetms;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.left-side-foot ul li ul,
.left-side-foot ul li ul li {
    width: 100%;
    float: left;
}
.copy-wrt,
.left-side-foot ul li ul li a,
.phlink,
.privcy,
.sitels,
.sitels a,
address {
    margin: 0;
    padding: 0 0 2px;
    color: #b3b5b7;
    font-style: normal;
    font-size: 12px;
}
.privcy {
    margin: 12px 0;
}
.privcy,
.privcy a {
    color: #52813b;
}
.privcy a:hover {
    color: #fff;
}
.content-link,
.content-link a {
    color: #8b8d90;
    font-size: 14px;
}
.cont-foot {
    width: 270px;
    float: left;
}
.copy-foot {
    width: 260px;
    float: right;
}
.sitels {
    width: 100%;
    float: left;
}
.sitels a:hover {
    text-decoration: underline;
}
.sitels ul {
    width: auto;
    float: left;
    margin-top: 10px;
}
.sitels ul li {
    width: auto;
    float: left;
    margin-right: 8px;
}
.sitels ul li a {
    opacity: 0.6;
}
.sitels ul li:hover a {
    opacity: 1;
}
.thumb-slide {
    background: #e9e9e9;
    height: 108px !important;
    margin: 0 auto;
    padding-top: 13px;
    position: relative;
}
.content-link {
    float: left;
    width: 100%;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}
.content-link a.active {
    color: #528124;
}
.common-cont {
    width: 630px;
    float: left;
}
.common-cont p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #6d6e70;
    padding: 0 0 20px;
    line-height: 24px;
}
.content-data {
    float: left;
    width: 629px;
    margin-top: 22px;
}
.content-data ul {
    float: left;
    width: 100%;
}
.content-data ul li {
    float: left;
    border-top: 1px solid #a9c092;
    padding: 43px 0 38px;
}
.about-image {
    float: left;
}
.about-right-data {
    float: right;
    width:calc(100% - 170px);
    margin-left: 20px;
}

.about-image img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.about-right-data h2 {
    color: #528124;
    font-family: "trebuchet MS";
    font-style: italic;
    font-size: 18px;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.about-bottom-data em,
.about-bottom-data p,
.about-right-data p {
    color: #6d6e70;
    line-height: 24px;
    float: left;
}
.about-right-data p {
    width: 100%;
    font-size: 15px;
    padding: 0;
    margin-top: 0;
}
.about-bottom-data {
    width: 629px;
    float: left;
    padding-top: 24px;
}
.about-bottom-data p {
    font-size: 14px;
}
.about-bottom-data em {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-top: 24px;
}
.about-bottom-data span {
    width: 100%;
    text-align: center;
    float: left;
    color: #45751b;
    font-size: 14px;
}
p.center-txt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 24px 0;
}
p span {
    color: #6d6e70;
}
.direct-contact {
    width: 100%;
    float: left;
    background: url(../images/enqury-bg.png) left top no-repeat;
    padding: 25px 22px;
    box-sizing: border-box;
    height:745px;      
}
.direct-contact p,
.direct-contact span {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    padding-bottom: 16px;
}
.direct-contact span {
    font-size: 14px;
    line-height: 10px;
    line-height: 18px;
    float: left;
    margin-left: 0;
    width: calc(100% - 30px);
}
.direct-contact input[type="checkbox"] {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.direct-contact h2,
.news-letter h2 {
    width: 100%;
    float: left;
    color: #fff;
    font-family: trebuchetms;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom:10px;
}
.direct-contact h3 {
    font-size: 18px;
}
.direct-contact input[type="email"],
.direct-contact input[type="tel"],
.direct-contact input[type="text"],
.direct-contact select,
.direct-contact textarea,
.news-letter input[type="email"],
.news-letter input[type="text"] {
    border: 1px solid #acb0af;
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    padding: 1px 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    resize: none;
    margin-bottom:5px;
}
.direct-contact input[type="text"].captcha {
    width: 160px;
    float: right;
}
.direct-contact select {
    height: 30px;
    background: url(../images/down-arrow.png) center right 8px no-repeat #fff;
}
.direct-contact input[type="submit"],
.news-letter input[type="submit"] {
    float: left;
    font-size: 18px;
    font-stretch: semi-expanded;
    font-family: Montserrat;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 112px;
    background: url(../images/button1.svg) left top no-repeat;
    border: none;
    color: #fff;
    letter-spacing: 1px;
}
.direct-contact input[type="submit"]{background:#ffffff !important;border-radius:8px;}
.news-letter .row input#submit_newsletter_button{background:#ffffff !important;border-radius:8px;}
.enqueries-form .form-text input#submit_contact_button{
    background:#49494b !important;border-radius:8px;color: #ffffff;
}
.enqueries-form .form-text input.inactive{opacity:0.2;}
.enqueries-form .form-text input.active{opacity:1;}
.box-contain h1,
.box-contain span {
    font-family: "trebuchet MS";
}
.direct-contact input[type="submit"] {
    font-size: 14px;
}
.direct-contact input[type="submit"]:hover,
.news-letter input[type="submit"]:hover {
    background: url(../images/button1-shadow.png) left top no-repeat;
}
.common-cont h2 {
    background: #fff;
    color: green;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 15px 0 0;
    width: auto;
}
.about-right-data p a,
.common-cont p a {
    color: #52813b;
    text-decoration: underline;
}
.common-cont p img {
    width: 100%;
}
.common-cont p a {
    float: none !important;
}
.back-to-top {
    float: left;
    width: 629px;
    text-align: right;
    margin-top: 5px;
}
.golf-travel-data p,
.golf-travel-mauritius-image p {
    font-size: 14px;
    color: #6d6e70;
    float: left;
    line-height: 20px;
}
.golf-travel-data {
    float: left;
    width: 629px;
    margin-top: 20px;
}
.golf-travel-data p {
    width: 100%;
    padding: 0 0 20px;
}
.golf-travel-mauritius-image {
    float: left;
    width: 629px;
    text-align: center;
}
.golf-travel-mauritius-image p {
    width: 100%;
}
.golf-travel-mauritius-image p a {
    color: #000;
    width: auto;
}
.golf-travel-bali-image {
    width: 629px;
    float: left;
    margin: 10px 0;
}
.golf-travel-bali-image p {
    width: auto;
    float: left;
    margin: 10px 0;
}
.golf-travel-bali-image h2 {
    width: 100%;
    float: right;
    color: #58595b;
    text-align: right;
    margin: 10px 9px 10px 0;
    font-size: 10px;
    font-style: italic;
}
.golf-travel-bali-image a {
    color: #52813b;
    width: auto;
    float: left;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    text-decoration: underline;
}
.nomarginbot {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.blog-center-main {
    float: left;
    margin: 56px 0 61px;
}
.blog-inner-cont {
    float: left;
    margin: 0;
    padding: 0;
}
.blog-left-cont {
    float: left;
    border-right: 1px solid #b6b7b8;
    padding: 0;
    margin: 0;
}
.blog-right-cont {
    float: right;
}
.blog-left-cont ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.blog-left-cont ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blog-left-box {
    float: left;
    width: 100%;
    height: 262px;
    box-sizing: border-box;
    margin-bottom: 13px;
}
.box-img {
    float: left;
    width: 31%;
}
.box-img img {
    width: 100%;
}
.box-contain {
    float: left;
    width: 69%;
    height: auto;
    min-height: 265px;
    padding: 25px 15px;
    box-sizing: border-box;
    box-shadow: 4px 5px 10px -4px #ccc;
    background: #eee;
}
.box-contain span {
    font-size: 15px;
    font-style: italic;
    color: #528124;
}
.box-contain h1 {
    margin: 0;
    padding: 0 0 30px;
    float: left;
    width: 100%;
}
.box-contain h1 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    float: left;
    padding: 0;
    font-style: normal;
}
.box-contain h1:hover {
    color: #000;
    text-decoration: underline;
    font-style: normal;
}
.box-contain p {
    font-size: 15px;
    line-height: 24px;
    min-height: 175px;
    margin: 0;
    padding: 0;
    color: #6d6e70;
}
.box-contain span.spn-rgt {
    float: right;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #518024;
    text-decoration: none;
}
.blog-categry,
.blog-categry ul,
.blog-newsletter,
.right-inner {
    float: left;
    width: 100%;
}
.box-contain span.spn-rgt:hover {
    font-style: italic;
    font-weight: 700;
}
.right-inner {
    margin-left: 25px;
}
.blog-categry {
    border-bottom: 2px solid #dbdbdc;
    padding: 0 0 40px;
}
.blog-categry h2,
.blog-newsletter h2 {
    font-family: "trebuchet MS";
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 22px;
    line-height: 18px;
    margin: 0;
    color: #6d6e70;
}
.blog-categry ul {
    margin: 0;
    padding: 0;
}
.blog-categry ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 34px;
    color: #6d6e70;
}
.blog-categry ul li a {
    color: #6d6e70;
}
.blog-categry ul li a:hover {
    color: #528124;
}
.blog-newsletter {
    border-bottom: 1px solid #dbdbdc;
    padding: 47px 0 15px;
    margin-bottom: 40px;
}
.news-text {
    padding-bottom: 10px;
}
.news-text input[type="email"],
.news-text input[type="text"] {
    color: #000000;
    font-size: 14px;
    font-family: Montserrat;
    font-style: italic;
    width: 95%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #acb0af;
    box-sizing: border-box;
}
.master-main h1 a,
.master-main span {
    font-family: "trebuchet MS";
}
.news-text input[type="submit"] {
    text-transform: uppercase;
    background: url(../images/button1.svg) no-repeat;
    color: #fff;
    text-decoration: none;
    width: 112px;
    height: 30px;
    border: none;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    float: left;
    padding: 0;
}
.form-text input[type="submit"],
.news-text input[type="submit"]:hover {
    background: url(../images/button1-shadow.png) left top no-repeat;
}
.follow-us,
.paging-btn,
.paging-btn ul {
    width: 100%;
    float: left;
}
.follow-us h2 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-right: 8px;
    color: #59595c;
    margin: 0;
}
.follow-us ul {
    float: left;
    padding: 0;
    margin: 0;
}
.follow-us ul li {
    float: left;
    margin-left: 3px;
}
.paging-btn {
    font-size: 15px;
    padding: 0 0 56px 6px;
}
.paging-btn ul li {
    width: auto;
    float: left;
    margin-right: 5px;
}
.paging-btn ul li a {
    width: 33px;
    height: 34px;
    line-height: 34px;
    display: block;
    background: url(../images/paging-bg.png) left top no-repeat;
    text-align: center;
    color: grey;
    float: left;
    text-decoration: none;
}
.blog-right-cont .followus ul li {
    margin-right: 5px;
}
.paging-btn a:hover,
.paging-btn ul li a.active {
    color: #fff;
    background: #518024;
}
.master-main {
    float: left;
    background: #e7e7e8;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.master-main span {
    font-size: 14px;
    font-style: italic;
    color: #528124;
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.master-main h1 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    float: left;
}
.master-main h1 {
    margin: 0;
    padding: 0 0 55px;
}
.master-main h1 a:hover {
    color: #000;
    text-decoration: underline;
}
.form-text label,
.form-text2 label,
.master-main p {
    font-size: 15px;
    line-height: 24px;
    color: #6d6e70;
    float: left;
}
.master-main p {
    margin: 0;
    padding: 0 0 25px;
    font-family: Montserrat;
    font-style: normal;
}
.master-main a {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #518024;
    text-decoration: none;
}
.master-main a:hover {
    font-weight: 700;
}
.blog-left-cont {
    width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
}
.master-main {
    width: 100%;
}
.blog-right-cont {
    width: 30%;
}
.blog-right-cont .right-inner {
    padding-left: 25px;
    box-sizing: border-box;
    margin-left: 0;
}
.enqueries-form {
    float: left;
    width: 100%;
}
.form-text,
.form-text2 {
    float: left;
    width: 100%;
    padding-bottom: 9px;
}
.form-text label,
.form-text2 label {
    font-style: italic;
    padding-top: 7px;
    width:175px;
    padding-right: 15px;
    box-sizing: border-box;
}
.form-text input[type="email"],
.form-text input[type="tel"],
.form-text input[type="text"],
.form-text select,
.form-text2 .full-width,
.form-text2 textarea {
    border: 1px solid #cfd0d2;
    padding: 0 10px;
    color: #000000;
    font-size: 14px;
    font-family: Montserrat;
    font-style: italic;
}
.form-text2 .full-width {
    height: 31px;
    line-height: 31px;
    width: 400px;
}
.form-text input[type="email"],
.form-text input[type="tel"],
.form-text input[type="text"],
.form-text select {
    height: 31px;
    line-height: 31px;
    width: 231px;
    float: left;
}
.form-text select {
    background: url(../images/down-arrow.png) center right 8px no-repeat #fff;
    width: 253px;
}
.form-text input[type="checkbox"] {
    margin-top: 15px;
}
.form-text2 textarea {
    height: 80px;
    resize: none;
    width: 231px;
    line-height: 22px;
    float: left;
}
.form-text input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    width: 112px;
    height: 30px;
    border: none;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    float: left;
    padding: 0;
}
.blog-inn-dtl p a,
.err_links a,
.left-link a,
.top-hdr h1 a:hover {
    text-decoration: underline;
}
.contact-box {
    float: left;
    width: 295px;
    height: 178px;
    background: #528124;
    border-radius: 20px;
    padding: 19px 0 0 23px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.contact-box h2 {
    color: #fff;
    font-family: trebuchetms;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin: 0;
}
.contact-box span,
.contact-box span a {
    color: #fff;
    font-size: 14px;
}
.destination,
.destination ul {
    width: 100%;
    float: left;
}
.destination ul li {
    width: 295px;
    float: left;
    margin-bottom: 40px;
}
.destination ul li:nth-child(2n) {
    float: right;
}
.image-desti {
    float: left;
    width: 100%;
    line-height: 0;
}
.titl-desti {
    background: #376213;
    color: #fff;
    float: left;
    font-family: "trebuchet MS";
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 16px 11px 16px 10px;
    width: 100%;
    box-sizing: border-box;
}
.titl-desti a {
    float: left;
    width: auto;
    color: #fff;
}
.aerolink {
    float: right;
}
.common-cont.container-2 {
    width: 675px;
}
.exclusive-barnbougle {
    float: left;
    width: 100%;
    background-color: #e2e2e4;
    padding: 20px 15px 15px;
    box-sizing: border-box;
}
.exclusive-left-image {
    float: left;
    width: 36.5%;
}
.exclusive-left-image img {
    float: left;
    width: 200px;
    height: 201px;
    text-align: center;
}
.exclusive-right-data {
    float: right;
    width: 63.5%;
}
.exclusive-desc {
    float: left;
    width: 331px;
}
.exclusive-desc h1 {
    width: 100%;
    font-size: medium;
    color: #360;
    text-transform: capitalize;
    padding: 0 0 15px;
}
.price-main-data {
    float: left;
    width: 331px;
}
.exclusive-desc h2 {
    width: 331px;
    font-size: larger;
    color: #6d6e70;
    font-style: italic;
    margin: 10px 0;
    padding: 0 15px 0 0;
    float: left;
    background: 0 0;
    font-weight: 400;
}
.pice-data,
.price {
    float: left;
    font-size: 14px;
    color: #6d6e70;
    line-height: 20px;
}
.price {
    width: 120px;
}
.pice-data {
    width: 200px;
}
.exclusive-heading-data,
h2.exclusive-heading {
    width: 100%;
    float: left;
}
h2.exclusive-heading {
    box-sizing: border-box;
    color: #fff;
    padding: 25px 0 25px 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    background-color: #360;
}
.exclusive-heading-left-desc {
    float: left;
    width: 515px;
    padding: 28px 0 0;
}
.exclusive-heading-left-desc p {
    padding-bottom: 28px;
}
.exclusive-heading-left-desc p a {
    color: #52813b;
    width: auto;
}
.exclusive-heading-left-desc h3 {
    float: left;
    width: 100%;
    color: #6d6e70;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.exclusive-heading-left-desc ul {
    float: left;
    width: auto;
    color: #52813b;
    font-size: 14px;
    padding: 0 0 24px 10px;
    list-style-type: square;
}
.exclusive-heading-left-desc ul li {
    float: left;
    width: 100%;
    color: #52813b;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 5px;
}
.testi-content-data h1,
.testi-content-data h2 {
    color: #528124;
    font-family: "trebuchet MS";
    margin: 0;
    font-style: normal;
}
.exclusive-heading-right-image {
    float: right;
    width: 150px;
}
.exclusive-heading-right-image img {
    width: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.exclusive-heading-right-image1 {
    float: right;
    width: 150px;
}
.exclusive-heading-right-image1 img {
    width: 150px;
    padding-top: 88px;
}
.exclusive-heading-right-image2 {
    float: right;
    width: 150px;
}
.exclusive-heading-right-image2 img {
    width: 150px;
    padding-top: 20px;
}
.testi-data {
    float: right;
    width: 100%;
}
.testi-content-data ul li {
    float: left;
    border-top: 1px solid #a9c092;
    padding: 20px 0;
}
.testi-content-data h1 {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}
.testi-content-data h2 {
    font-size: 15px;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.bannerblog h2,
.testimonial ul li p a {
    font-family: 'Titillium Web';
}
.testi-content-data p {
    float: left;
    width: 100%;
    color: #6d6e70;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.edpad {
    padding: 20px 0 0;
}
.make-pay {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.make-pay span {
    font-weight: 700;
    margin-bottom: 10px;
    float: left;
    color: #58595b;
}
.form-text label em {
    font-size: 11px;
}
.make-pay p {
    padding-bottom: 10px;
}
.testimonial ul li p a {
    float: left;
    width: auto;
    color: #52813b;
    font-size: 15px;
    margin-top: 10px;
}
.back-to-top a img {
    width: auto;
}
.row.submit-row {
    float: left;
}
.direct-contact input[type="submit"] {
    background: url(../images/button1-shadow.png) left top no-repeat;
}
.content-data ul li:first-child {
    border-top: none;
}
.content-data ul li:last-child {
    border-bottom: 1px solid #a9c092;
}
.inner-dtl h1 {
    padding-bottom: 44px;
}
.bannerblog {
    float: left;
    width: 100%;
    margin-top:0;
    position: relative;
    z-index: -1;
    height: 278px;
    background-size: contain !important;
    background-color: #cecfd1 !important;
}
.bannerblog h2 {
    position: absolute;
    right: 0;
    font-size: 34px;
    color: #fff;
    background: url(../images/slidetxt-bg.png) left top;
    top: 120px;
    padding: 5px 16px;
    line-height: 46px;
    text-align: right;
}
.igs-main-content-innerbody-div {
    border-bottom: 1px solid #a9c092;
    float: left;
    font-family: "trebuchet MS";
    font-size: 14px;
    padding: 0 0 14px;
    width: 629px;
}
.igs-main-content-innerbody-div ul {
    color: #52813b;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    list-style-type: square;
    margin: 0;
}
.igs-main-content-innerbody-div li {
    background: #eaeaeb;
    list-style: none;
    margin: 0 0 3px;
    padding: 0 11px;
}
.igs-main-content-innerbody-div a {
    background: url(../images/next-arrow1.svg) right center no-repeat rgba(0, 0, 0, 0);
    color: #528124;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size:15px;
}
.igs-main-content-contentpart-inner {
    color: #6d6e70;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 28px;
    width: 100%;
}
.igs-main-content-contentpart-inner h1,
.igs-main-content-contentpart-inner h2 {
    color: #58595b !important;
    font-family: "trebuchet MS" !important;
    padding: 0 !important;
}
.igs-main-content-contentpart-inner h1 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    margin: 10px 0 !important;
}
.igs-main-content-contentpart-inner h2 {
    float: left !important;
    font-size: 14px !important;
    font-style: italic !important;
    margin: 10px 9px 10px 0 !important;
    text-align: right !important;
    width: 620px !important;
}
.exclusive-heading-data p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 15px;
    color: #6d6e70;
    line-height: 24px;
}
.exclusive-heading-data ul {
    float: left;
    width: auto;
    color: #52813b;
    font-size: 14px;
    padding: 0 0 24px 10px;
    list-style-type: square;
}
.exclusive-heading-data ul li {
    float: left;
    width: 100%;
    color: #52813b;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 5px;
}
.exclusive-heading-left-desc p {
    float: left;
    width: 100%;
    color: #6d6e70;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px 0 0;
}
.igs-main-content-contentpart-inner ul {
    float: left;
    width: auto;
    color: #52813b;
    font-size: 14px;
    padding: 0 0 24px 10px;
    list-style-type: square;
}
.blog-cent-txt,
.blog-cent-txt ul,
.blog-cent-txt ul li,
.blog-inn-dtl,
.testmo-img {
    float: left;
    width: 100%;
}
.igs-main-content-contentpart-inner ul li {
    float: left;
    width: 100%;
    color: #52813b;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 5px;
}
.master-main a {
    text-transform: uppercase;
}
.master-main a:hover {
    font-style: normal;
}
.blog-left-cont {
    padding-bottom: 20px;
}
.blog-left-cont:last-child {
    padding-bottom: 0;
}
.testmo-img {
    text-align: center;
    margin: 10px 0 50px;
}
.blog-cent-txt ul li {
    border-top: 1px solid #d0d1d3;
    padding-top: 10px;
}
.blog-inn-dtl {
    position: relative;
}
.blog-inn-dtl h1,
.blog-inn-dtl p {
    float: left;
    width: 67%;
    font-family: Arial;
}
.blog-inn-dtl h1 {
    color: #4d4d4f;
    font-size: 18px;
    margin: 0;
    padding: 7px 0 0;
}
.blog-inn-dtl p {
    color: #77787b;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0 18px 10px 0;
    box-sizing: border-box;
}
.blog-inn-dtl p a {
    color: #52813b;
    float: none !important;
}
.blog-inn-dtl p a:hover {
    font-style: normal;
    font-weight: 400;
}
.blog-inn-dtl p img {
    float: right;
    width: 32%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 13%;
}
.jcarousel,
.jcarousel ul,
.thumb-slide a {
    position: relative;
}
.temp-gren-part {
    float: left;
    width: 100%;
    border-top: 1px solid #d0d1d3;
    margin-top: 25px;
}
.gren-inn {
    float: left;
    width: 100%;
    background: #48791e;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-height: 240px;
    margin: 10px 0;
}
.left-link {
    float: left;
    width: 70%;
}
.left-link a,
.left-link p {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 100%;
}
.left-link a {
    margin-bottom: 5px;
    text-transform: initial;
}
.left-link a:hover {
    font-style: normal;
    font-weight: 400;
}
.left-link p {
    font-family: Arial;
    margin: 0;
    padding: 7px 0 0;
}
.socil-icon {
    float: right;
    width: 30%;
}
.socil-icon ul {
    float: left;
    width: 100%;
}
.socil-icon ul li {
    float: left;
    width: auto;
    margin-right: 2px;
}
.temp-header,
.top-blog-temp,
.top-hdr span {
    width: 100%;
    float: left;
}
.top-hdr span {
    color: #6d6e70;
    font-size: 14px;
    font-style: normal;
}
.top-hdr h1 {
    float: left;
    width: auto;
    padding: 0 0 20px;
}
.top-hdr h1 a {
    float: left;
    width: 100%;
    font-family: "trebuchet MS";
    font-size: 18px;
    font-weight: 700;
}
.top-hdr h1 a:hover {
    color: #000;
    font-style: normal;
}
.main-hdr-temp {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.temp-logo {
    float: left;
    width: auto;
}
.temp-logo a {
    float: left;
    width: 141px;
}
.temp-logo a img {
    width: 100%;
}
.icon,
.temp-cont {
    float: right;
    width: auto;
}
.icon ul {
    float: left;
    width: 100%;
    margin-right: 40px;
}
.icon ul li {
    float: left;
    width: auto;
    margin-left: 1px;
}
.temp-link {
    float: right;
    width: auto;
    clear: both;
}
.temp-link ul {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
}
.temp-link ul li {
    float: left;
    width: auto;
    margin-right: 15px;
    color: #518724;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.common-cont h4,
.common-cont h5 {
    color: #6d6e70;
    line-height: 20px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.temp-link ul li:last-child {
    margin-right: 0;
}
.temp-link ul li a:hover {
    font-style: normal;
    font-weight: 400;
}
.temp-link ul li b a:hover {
    font-style: normal;
    font-weight: 700;
}
.temp-txt {
    float: left;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}
.common-cont h4 {
    font-size: 14px;
}
.common-cont h5 {
    font-size: 0.83em;
}
.common-cont .contentRegion p {
    padding-bottom: 0;
}
.direct-contact .row {
    float: left;
    width: 100%;
}
.common-cont > img {
    width: 100%;
}
.jcarousel-wrapper {
    position: relative;
    width: 100%;
}
.jcarousel {
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
.master-main a {
    float: left;
    clear: both;
}
.thumb-slide a p {
    display: none;
    float: left;
    width: 199px;
    height: 95px;
    background: rgba(55, 98, 19, 0.5);
    margin-left: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    top: 50%;
    padding-top: 25px;
}
.thumb-slide a:hover p {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.direct-contact .row,
.err_links,
.error_text {
    position: relative;
}
.phlink a {
    color: #b3b5b7;
    margin: 0;
    padding: 0 0 2px;
    font-style: normal;
    font-size: 12px;
}
ul.pack {
    width: 520px !important;
}
ul.pack > li {
    width: 100% !important;
}
ul.pack li ul {
    width: 100%;
}
ul.pack > li > ul > li {
    float: left;
    width: 50%;
    background: 0 0;
    padding: 5px 0;
}
ul.pack li ul li ul li {
    width: 100%;
}
ul.pack li ul li ul li a {
    text-transform: uppercase !important;
}
.Err_block {
    float: left;
    width: 542px;
}
.error_block {
    background: url(../images/404-error_bg.png) no-repeat rgba(0, 0, 0, 0);
    height: 401px;
    margin: 120px auto auto;
    width: 542px;
}
.error_text {
    color: #000;
    float: right;
    font-size: 16px;
    line-height: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 140px 50px 0 0;
    width: 250px;
    font-weight: 700;
}
.err_links {
    float: left;
    font: 700 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 20px 0 0 60px;
}
.err_links a {
    color: #000 !important;
}
.Sitemappage {
    font-size: 18px;
    line-height: 31px;
    float: left;
    width: 100%;
    margin-top: -20px;
}
.Sitemappage ul {
    color: #52813b;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    margin: 0;
}
.thank-inner a,
.thank-inner h1,
.thank-inner p {
    float: left;
    font-family: 'Titillium Web';
}
.Sitemappage ul li,
.Sitemappage ul li ul {
    margin-bottom: 20px;
}
.Sitemappage ul li ul li {
    margin-bottom: 0;
}
.Sitemappage ul li ul.golf-tu-stmp {
    margin-top: 20px;
}
.Sitemappage li a {
    color: #45751b;
}
.Sitemappage li li a {
    color: #77787b;
}
.Sitemappage li li {
    background: url(../images/get.png) left 5px no-repeat rgba(0, 0, 0, 0);
    margin-left: 50px;
    padding: 0 0 0 20px;
}
.thank-you-page {
    float: left;
    width: 100%;
    margin: 40px 0 100px;
}
.future-cont.golf-future-pakg,
.thank-inner a {
    margin-top: 20px;
}
.thank-inner {
    float: left;
    width: 100%;
}
.thank-inner h1 {
    width: 100%;
    font-size: 36px !important;
    color: #52813b;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 24px;
}
.thank-inner p {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #6d6e70;
    margin-bottom: 10px;
}
.thank-inner a {
    width: auto;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    background: #518024;
    padding: 10px 30px;
    box-sizing: border-box;
    color: #fff;
}
.enq_vali,
.news_vali {
    color: red;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 20px;
    right: 2%;
    top: 9%;
}
#Recaptcha_enq {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#recaptcha_error_contact {
    margin-left: 0;
    font-style: normal;
}
.form-text #Recaptcha_enq {
    transform: scale(1);
}
.enq_vali {
    float: right;
    position: absolute;
}
.news-letter .row {
    float: left;
    width: 100%;
    position: relative;
}
.news_vali {
    float: right;
    position: absolute;
}
.blog-newsletter .news-text {
    float: left;
    width: 100%;
    position: relative;
}
.manage-data-space {
    margin-top: 15px;
}
.manage-data-space p {
    margin-bottom: 15px;
}
nav ul li.ext ul li ul li a {
    font-size:14px;
}
#recaptcha_error_contact,
#recaptcha_error_package,
.vali {
    float: left;
    font-size: 14px;
    color: red;
    font-family: Montserrat;
    line-height: 20px;
}
.inactive {
    pointer-events: none;
    opacity: 0.5;
}
.vali {
    margin-top: 5px;
    margin-left: 5px;
}
.contact_form input[type="email"],
.package_form input[type="email"] {
    box-shadow: none !important;
}
.error-border {
    border: 1px solid red !important;
}
.finish-border {
    border: 1px solid #4a4a4a !important;
}
.active-border {
    border: 1px solid #4a90e2 !important;
}
#recaptcha_error_contact,
#recaptcha_error_package {
    text-align: left;
    width: 100%;
}
.blog-block-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d1d3;
}
.last-blg-blk {
    border-bottom: none !important;
}
.left-blog-data {
    float: left;
    width: 400px;
    padding: 28px 0 0;
    margin-bottom: 10px;
}
.right-blog-img {
    float: right;
    width: 200px;
    margin-top: 20px;
}
.left-blog-data span {
    color: #4d4d4f !important;
    font-family: Arial !important;
    font-size: 18px;
    margin: 0;
    padding: 7px 0 0;
    float: left;
    width: 100%;
}
.left-blog-data span a {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.blog-top-img {
    float: left;
    width: 100%;
}
.left-blog-data p {
    float: left;
    width: 100%;
    color: #77787b;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0 18px 10px 0;
    padding-bottom: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.left-blog-data p a span {
    float: left;
    color: #888888 !important;
    font-size: 14px;
    line-height: 20px;
}

.lft-ryt {
    float: left;
    width: 100%;
    position: relative;
}
.right-side {
    position: relative;
}
.direct-contact.is_stuck {
    background: #fff url(../images/enqury-bg.png) left top no-repeat;
    z-index: 9;
}
nav {
    float: right;
}
.fb_dialog {
    bottom: 85px !important;
    right: 6px !important;
}
.fb_reset > div {
    background: none !important;
    height: 60px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

header .full-white{
    background-color:#fff;
    padding:10px 0px;
}

header .logo img{
    max-width: 100%;
}
.common-cont ul {
    width: 100%;
    float: left;
}
.common-cont .golf_tours_ine_cnt ul li {
    width: 100%;
    list-style: inside;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #6d6e70;
    padding: 0 0 20px;
    line-height: 20px;
}

.common-cont ol {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom:30px;
}
.common-cont .manage-data-space ol li {
    list-style: auto;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #6d6e70;
    padding: 0 0 6px;
    line-height: 24px;
}

.backtotop a{
    font-size:15px;
}

.enquiries_radio_type{
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.enquiries_radio_type div{
    display:flex;
    align-items:center;
    column-gap:5px;
}

.enquiries_radio_type div input{
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.enquiries_radio_type div span{
    float:initial;
    padding-bottom:0;
}

.right-side .contact_form .row textarea#contact_message{
    height: 100px;
}

.follow-title ul li a svg{
    width:28px;
    height:28px;
}
.sitels ul li a svg{width:34px;height:34px;}

.header_social ul{
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
    width: 100%;
    margin-right: 14px;
    float: right;
}

.header_social ul li a {
    padding: 0;
}

.followus ul li a{opacity:1;}

.header_social ul li a svg g,
.header_social ul li a svg path,
.follow-title ul li a svg path{
    fill:#376213;
}
.follow-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 417px;
}
.header_social ul li:hover a{
    background:transparent;
}

.mobile_rgt .header_social{
    display:none;
}

.right-side .contact_form select, .enqueries-form .form-text input, 
.enqueries-form .form-text select, .enqueries-form .form-text2 textarea, 
.direct-contact .row textarea, .news-letter .row input{
    color: #59595c;
}

.direct-contact .row input, 
.enqueries-form .form-text input,
.direct-contact .row input::placeholder,
.direct-contact .row textarea::placeholder{
    color:#59595c;
}

.enquire_now_btn a{
    display:none;
    font-family: Montserrat;
    line-height: 20px;
    padding:7px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    background:#528124;
    color:#ffffff;
    margin-top:15px;
}

.golf_tour_contact .direct-contact{
    height: 330px;
    background-size: cover;
    border-radius: 18px;
    margin-bottom:30px;
}

@media only screen and (max-width:1023px) {
    header .logo img {
        max-width: 160px;
    }
    nav ul li a {
        padding: 18px 10px 19px;
    }
    .logo {margin:30px 0px;}
}

@media only screen and (max-height: 700px) {
    .direct-contact.is_stuck {
        position: relative !important;
        top: inherit !important;
        bottom: inherit !important;
    }
}

@media only screen and (max-width: 900px) {
    nav > ul > li > a {
        padding: 12px 5px 12px !important;
    }
    nav ul li.ext > ul {
        right: 50%;
        transform: translateX(27%);
    }
    .golf_tour_contact .direct-contact{background-size:contain;}
    .enquire_now_btn{
        text-align:center;
        margin-top:15px;
        float: left;
        width: 100%;
    }
    .enquire_now_btn a{
        display:inline-block;
        margin-top:0;
    }
}
@media only screen and (max-width: 800px) {
    nav ul li.ext:hover ul {
        left: 0;
        transform: translateX(0) !important;
    }

    header #nav{
        margin:0px 0px !important;
    }
    .mobile_rgt .header_social ul li a img{width:28px;}

}

@media only screen and (max-width:768px){
   
}

@media only screen and (max-width: 568px){
     .contact_form .chkbox{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        column-gap:10px;
        margin-top:10px;
    }

    .contact_form .chkbox label{
        width: calc(100% - 15px) !important;
        padding-top:0 !important;
    }

    .contact_form .chkbox input{margin-top:0 !important;}
}

@media only screen and (max-width: 425px){
    .contact_form .chkbox{align-items: flex-start;}
    .contact_form .chkbox input{margin-top:5 !important;}
    .enquire_now_btn a{width:100%; box-sizing: border-box;}
}
