* {
    margin: 0;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #282828;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    counter-reset: step-inner-box;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts-nct/montserrat-regular-webfont.eot');
    src: url('../fonts-nct/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts-nct/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts-nct/montserrat-regular-webfont.woff') format('woff'), url('../fonts-nct/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts-nct/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts-nct/montserrat-bold-webfont.eot');
    src: url('../fonts-nct/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts-nct/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts-nct/montserrat-bold-webfont.woff') format('woff'), url('../fonts-nct/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts-nct/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts-nct/montserrat-light-webfont.eot');
    src: url('../fonts-nct/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts-nct/montserrat-light-webfont.woff2') format('woff2'), url('../fonts-nct/montserrat-light-webfont.woff') format('woff'), url('../fonts-nct/montserrat-light-webfont.ttf') format('truetype'), url('../fonts-nct/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts-nct/montserrat-medium-webfont.eot');
    src: url('../fonts-nct/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts-nct/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts-nct/montserrat-medium-webfont.woff') format('woff'), url('../fonts-nct/montserrat-medium-webfont.ttf') format('truetype'), url('../fonts-nct/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}


/*-------Sticky Footer----------*/

html,
body {
    height: 100%;
    padding: 0 !important;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: 0px;
}

.page-wrap:after {
    content: "";
    display: block;
}


/*--------------General CSS---------*/

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
}

a {
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #f85964;
}

a:hover,
a:focus {
    color: #e7376d;
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 1.8;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 400;
}


/*-----------------------main styles starts here-----------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: none;
    border-radius: 0px;
    border-color: #FFFFFF;
    background-color: transparent;
    -webkit-text-fill-color: #3a4e57;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-input-placeholder {
    color: #a7adb4;
}

input::-moz-placeholder {
    color: #a7adb4;
}

input::-ms-placeholder {
    color: #a7adb4;
}

input.textbox::-ms-input-placeholder {
    color: #a7adb4;
}

input.textbox::-ms-input-placeholder {
    color: #a7adb4;
}


/*===================================== PLACE HOLDER CSSS END HERE ====================================*/


/*===================================== Commen Butons ===================================*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.large-btn {
    font-weight: 700;
    border-radius: 26px;
    font-size: 16px;
    padding: 14px 30px;
    border: none;
    color: #fff;
    min-width: 180px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7c7d+0,f8457f+100 */
    background: #ff7c7d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff7c7d 0%, #f8457f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff7c7d 0%, #f8457f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff7c7d 0%, #f8457f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff7c7d', endColorstr='#f8457f', GradientType=0);
    /* IE6-9 */
}

.large-btn:hover,
.large-btn:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7c7d+0,f8457f+100 */
    background: #ff7c7d;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff7c7d 0%, #f8457f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff7c7d 0%, #f8457f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff7c7d 0%, #f8457f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff7c7d', endColorstr='#f8457f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.medium-btn,
.close-btn {
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.42857;
    background-color: #39aa35;
    border: none;
    color: #fff;
    padding: 11px 30px;
    min-width: 120px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.medium-btn:hover,
.medium-btn:focus {
    background-color: #20891c;
    color: #fff;
}

.small-btn {
    background-color: #39aa35;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    min-width: 70px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.small-btn:hover,
.small-btn:focus {
    background-color: #20891c;
    color: #fff;
}

.close-btn {
    background-color: transparent;
    border: 1px solid #f20f30;
    color: #f20f30;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.close-btn:hover,
.close-btn:focus {
    background-color: #f20f30;
    color: #fff;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #aaa7a4;
    line-height: 1.8;
}

.control:focus {
    color: #282828;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #dcdbda;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #fff;
    border: 1px solid #c0c0c0;
}

.control input:checked~.control__indicator {
    background: #fff;
    border-color: #ff6666;
}

.control input:disabled~.control__indicator {
    background: #fff;
    border: 1px solid #d6dde1;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #28292b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}


/*custom radio and checkbox*/

.centerdiv {
    margin: 0 auto;
    float: none;
}

.main-menu>li>a {
    color: #000;
}

.navbar-comman {
    padding-left: 2rem;
    padding-right: 2rem;
}

.title-hm {
    background-color: #313131;
    font-size: 24px;
    color: #fff;
    padding: 2rem 2rem 1.5rem 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.list-heading-mg {
    background-color: #89c035;
    float: left;
    width: 100%;
}

.list-heading-mg>li,
.list-td-mg>li {
    float: left;
    vertical-align: middle;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.list-td-mg {
    background-color: #555555;
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #313131;
}

.list-td-mg>li {
    font-size: 13px;
    font-weight: 400;
    float: left;
    width: 14.4%;
    line-height: 30px;
}

.list-heading-mg>li {
    width: 14.4%;
}

.ckbx-mg {
    display: inline-block;
}

.ckbx-mg .control {
    color: #fff;
    margin-bottom: 0;
}

.ckbx-mg .control__indicator {
    border-radius: 50%;
    border-color: #6dc33a;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-width: 2px;
    top: -15px;
}

.ckbx-mg .control input:checked~.control__indicator,
.ckbx-mg .control:hover input~.control__indicator,
.ckbx-mg .control input:focus~.control__indicator {
    background: #6dc33a;
    border-color: #6dc33a;
}

.ckbx-mg .control--checkbox .control__indicator:after {
    width: 9px;
    height: 15px;
    border: solid #555555;
    border-width: 0 2px 2px 0;
}

.mg-list,
.map-home {
    padding: 0;
}

.home-section {
    width: 100%;
    float: left;
}

.mg-list {
    width: 43%;
    float: left;
    background-color: #313131;
}

.map-home {
    width: 57%;
    float: left;
}

.list-td-mg .nm-mg {
    position: relative;
    padding-right: 40px;
    min-width: 140px;
}

.nm-mg img {
    position: absolute;
    right: 5px;
    top: 5px;
}

.list-heading-mg .lbl-mg {
    min-width: 140px;
    text-align: center;
}

.list-td-mg>li:last-child {
    text-align: center;
}

.active-td-mg {
    background-color: #23770c;
    border-bottom: 0;
}

.icon-up {
    width: 25px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
}

.icon-car {
    width: 45px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.green-nm {
    display: inline-block;
    vertical-align: middle;
}

.icon-mobile {
    width: 20px;
    height: 26px;
    display: inline-block;
    vertical-align: bottom;
}

li.green-mg {
    min-width: 140px;
}

.main-menu .dropdown-menu {
    padding: 0;
}

.main-menu .dropdown-menu .dropdown-item {
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.mg-list-inner {
    width: 100%;
    float: left;
    height: 88.3vh;
    overflow-x: auto;
}

.map-home .mg-list-inner {
    background-color: #195309;
    height: 88.3vh;
}

.geofence {
    background-color: #195309;
    height: 88.3vh;
}

.nm-mg a {
    color: #fff;
}

.list-td-mg:hover,
.list-td-mg:focus {
    background-color: #23770c;
}


/* golferlogbook started */

.glog-bk {
    background: #313131;
}

.glog-bk .mg-list {
    width: 100%;
}

.glog-bk .table {
    color: #fff;
}

.glog-bk .table thead th {
    vertical-align: bottom;
    border: 0px;
    background: #8AC136;
}

.glog-bk .table tbody tr {
    background: #555555;
}

.glog-bk .table tbody tr td {
    border-color: #313131;
}

.glog-bk .table tbody tr:hover {
    background-color: #23770c;
    color: #fff;
}

.glog-bk .mg-list-inner {
    height: auto;
    overflow-x: visible;
}

.mg-list-sub-title {
    margin-top: 3rem;
}

.mg-list-sub-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #8AC136;
    font-weight: 700;
    margin-bottom: 15px;
}

.mg-list-sub-title p {
    font-size: 14px;
    color: #fff;
}

.mg-list-sub-title p span {
    font-weight: 600;
}

.mg-list-hole-title {
    background: #454545;
    position: relative;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
}

.mg-list-hole-title h6 {
    color: #fff;
    padding-left: 1.5rem;
    margin-bottom: 0px;
}

.mg-list-hole-title h6 span {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #262626;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 8px;
}

.white-color{
    color: white;
}
.width-20>li{
    width: 20% !important;
}
.width-40{
    width: 40% !important;
}
/* .glog-bk .list-heading-mg>li {
    width: auto;
    padding: 10px 32px;
} */


/* .glog-bk .list-heading-mg>li,
.glog-bk .list-td-mg>li {
    width: auto;
    padding: 10px 32px;
} */


/* golferlogbook end */

@media (max-width: 1500px) {}

@media (max-width: 1300px) {}

@media (max-width: 1100px) {
    .mg-list,
    .map-home {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-comman {
        padding-left: 15px;
        padding-right: 15px;
    }
    #nav-icon1 {
        width: 35px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #330099;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (max-width: 767px) {}

@media (max-width: 420px) {
    .mg-list-inner {
        overflow-x: scroll;
    }
    .list-heading-mg,
    .list-td-mg {
        width: 580px;
    }
}