body {
    margin: 0;
    background: #F9FAFB;
}
header.main-header {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 7px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid #eee;
}
.main-header .nav-wrapper ul {
    margin: 0;
}
.main-header .nav-wrapper ul li {
    padding-top: 10px;
}
.custom-search .input-field {
    margin: 0;
}
.custom-search .input-field input {
    border-radius: 4px;
    margin-top: 7px !important;
    padding-right: 40px !important;
    margin-left: 0;
    height: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #F8F8F8 !important;
}
.custom-search {
    width: 30%;
    margin-right: 30px;
    float: left;
}
.custom-search .label-icon .material-icons {
    margin-top: 4px;
}
.profile-widget-header {
    float: right;
}
.profile-pic .img-circle {
    border-radius: 20px;
    display: inline-block;
}
.custom-search .input-field input:focus {
    border-bottom: none !IMPORTANT;
    box-shadow: none !important;
}
.profile-pic p {
    vertical-align: top;
    display: inline-block;
    margin: 0px;
    color: #000;
    padding-top: 2px;
    padding-left: 2px;
    text-transform: capitalize;
}
.profile-pic
{
    margin-right: 20px;
}
.m-0{
    margin-bottom: 0px !important;
}
.logo img {
    width: 200px;
    padding-top: 7px;
    padding-left: 20px;
}
.sidebar-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: auto;
    bottom: 0;
    background: #33414E;
    box-shadow: rgba(0, 0, 0, 0.08) 1px 0px 20px;
    z-index: 10;
}
.nav-menu .collapsible {
    border: none;
    box-shadow: none;
}
.nav-menu .collapsible-body {
    padding: 0;
}
.nav-sub-menu ul li a {
    padding: 0px 0px 0px 60px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.nav-sub-menu ul li{
    height: 45px;
    line-height: 45px;
    transition: all ease-in-out 0.4s;
}
.nav-sub-menu ul li:hover a{
    color: #fff;
    font-weight: 600;
}
.nav-menu .collapsible-header a {
    color: #fff;
}
.right-content-area {
    margin-left: 250px;
    position: inherit;
    margin-top: 60px;
    padding: 20px;
}
.admin-right-content
{
    margin-left: 0px !important;
}
.admin-title
{
    width: 100%;
    text-align: center;
}
.page-wrapper{
    padding: 10px 15px;
    margin-top: 60px;
}
.page-heading h2 {
    margin: 0;
    font-size: 26px;
    padding: 20px 0px 10px 0px;
    display: inline-block;
}
/*.image_cropper_container*/
/*{*/
/*height: 500px;*/
/*width: 150px;*/
/*}*/

.add-head h2
{
    margin-bottom: 30px;
}

.edit-icon, .delete-icon {
    display: inline-block;
}
.edit-icon a, .edit-icon a:hover {
    background: #42B2E0;
}
.delete-icon a, .delete-icon a:hover {
    background: #da6363;
}
.align-right {
    text-align: right;
}
/*.custom-table th.align-right {
    width: 25%;
}*/
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #42B2E0;
    -webkit-box-shadow: 0 1px 0 0 #42B2E0;
    box-shadow: 0 1px 0 0 #42B2E0;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #42B2E0;
}
.standard-form .btn, .standard-form .btn:hover{
    background: #42B2E0;
}
.standard-form .standard-btn button {
    float: right;
}
.close-model-icon.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.close-model-icon i {
    font-size: 40px;
    border-radius: 50px;
}
.custom-heading {
    font-size: 26px;
    margin: 0;
}
#delete {
    max-width: 400px;
}
.no-delete a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #42B2E0;
    padding: 10px;
}
.yes-delete a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #42B2E0;
    border: 1px solid #42B2E0;
    padding: 10px;
    color: #fff;
}
.delete-model p {
    text-align: center;
    padding-top: 20px;
}
.sidebar-main .collapsible-header, .sidebar-main .collapsible-body {
    border-bottom: none;
}
.expand-icons {
    position: absolute;
    right: 0;
    top: 15px;
}
.sidebar-main .collapsible-header {
    position: relative;
    background: #33414E;
    color: #fff;
}
.sidebar-main .collapsible li.active .expand-icons i {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.counter-widget h2 {
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.counter-widget span {
    text-align: center;
    font-size: 40px;
    padding-top: 0px;
    width: 100%;
    display: inline-block;
    line-height: 40px;
    padding-bottom: 12px;
}
.counter-widget {
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 0;
    border-radius: 5px;
    margin-bottom: 10px !important;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    min-height: 170px;
}
.views-widget {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.profile-widget-header li {
    display: inline-block;
}
.custom-table input {
    border: 1px solid #ccc !important;
    background: #fff !important;
    margin: 0 !IMPORTANT;
    padding: 10px !IMPORTANT;
    box-sizing: border-box !IMPORTANT;
    height: 30px !IMPORTANT;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: none !important;
}
.auth-form-main {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-top: 130px;
    padding: 60px 40px;
    background: #fff;
}
.auth-heading h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.auth-heading p {
    margin: 0;
}
.auth-form {
    padding-top: 30px;
}
.form-widget label {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.form-widget input {
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
}
.submit-btn button {
    background: #42B2E0;
    border: none;
    color: #fff;
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}
.submit-btn button:hover {
    background: #085071;
}
.remember {
    padding-top: 12px;
}
.forget {
    text-align: right;
}
.forget i {
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
}
.sign-in-link p {
    margin: 0;
}
.sign-in-link {
    text-align: center;
    padding-top: 30px;
}
.success-msg p {
    margin: 0;
    background: #c8f1af;
    padding: 10px;
    border-radius: 5px;
    color: green;
    border: 1px solid;
}
.success-msg a.close {
    float: right;
    margin-right: 10px;
    margin-top: 0;
    font-size: 26px;
    color: green;
}
.employee_datatable .dataTables_filter input {
    border: 1px solid #ccc !important;
    background: #fff !important;
    margin-top: 10px !important;
}
.employee_datatable #employee-table_length select {
    display: inline-block;
}
.logo a {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 16px 10px;
    background: #0F7C76;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.profile-ico
{
    font-size: 30px;
    color: #cccccc;
}
.andriod-view i, .apple-view i {
    font-size: 25px;
    display: inline-block;
}
.andriod-view p, .apple-view p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 5px;
}
.andriod-view i {
    color: #ACC747;
}
.apple-view i {
    color: #A4A4A4;
}
.andriod-view {
    border-right: 1px solid #ccc;
    margin-right: -10px;
    text-align: center;
}
.apple-view {
    padding-left: 0px;
    text-align: center;
}
.dashboard .page-heading {
    display: inline-block;
}
.custm-drop {
    float: right;
    margin-top: 13px;
    margin-right: 20px;
}
.buy-head p {
    font-size: 20px;
    margin-bottom: 0px;
}
.tournament-heading {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.random-match input {
    border: 1px solid #ccc !important;
    margin-top: 15px !important;
    width: 60px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    text-align: center !important;
}
.delete-icon button {
    background: red;
}
.reccurence {
    margin-left: -10px;
    margin-right: -10px;
}
.ocurence {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}
.ocurence input {
    width: 60px !IMPORTANT;
    display: inline-block;
    border: 1px solid #ccc !IMPORTANT;
    padding: 10px !important;
    box-sizing: border-box !IMPORTANT;
    border-radius: 5px !important;
    text-align: center;
    vertical-align: middle;
}
.start-on input {
    background: #e2e2e2 !important;
    border: none !important;
    padding: 10px !important;
    box-sizing: border-box !IMPORTANT;
}
.multiselect {
    width: 100%;
    min-height: 130px;
    border: solid 1px #ccc;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.multiselect.matches label {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    display:block;
}

.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}
.multiselect.matches input[type="checkbox"] {
    margin-right: 10px;
}
.custom-pagination .pagination li a.active {
    background-color: #0F7C76;
    color: #fff;
}
[v-cloak] {
    display:none;
}
.cstm-name .dollar {
    border: 2px solid #c30c0c;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 0;
    display: inline-block;
    width: 40px;
    margin-top: 8px;
    font-size: 20px;
    padding: 0px;
    height: 40px;
    vertical-align: middle;
    padding-top: 2px;
}
.auth-heading.login h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-bottom: 5px;
}
.auth-heading.login p {
    text-align: center;
    font-weight: 600;
}
.auth-main {
    background: #333333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.login-icon i {
    font-size: 120px;
    color: #fff;
}
.auth-heading.login {
    position: relative;
}
.login-icon {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
    height: 120px;
    background: #42B2E0;
    border-radius: 60px;
    margin: 0 auto;
}
.login-icon img {
    width: 80%;
    padding-top: 10px;
}
.per_page_record {
    text-align: right;
    margin-right: 20px;
}
.per_page_record input {
    width: 60px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    width: 100px !important;
    background: #fff !important;
}
.per_page_record  .select-wrapper .caret {
    z-index: 1;
}
.per_page_record .select-wrapper {
    display: inline-block;
}
.per_page_record h2 {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.total-show span {
    font-weight: bold;
    color: #0F7C76;
}
.total-show p
{
    padding-left: 15px;
}
.custom-pagination .pagination li a {
    cursor: pointer;
}
.custm-drop input.select-dropdown {
    background: #0F7C76;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
/*.nav-menu ul.collapsible li.active .collapsible-header {*/
/*background: #0F7C76;*/
/*}*/
.nav-sub-menu .active {
    background: #0F7C76;
}
.custom-table table.striped {
    /*width: 100%!important;*/
    /*overflow: scroll;*/
    /*display: inline-block;*/
    /*max-height: 600px;*/
}

@media(max-width: 992px){
    .sidebar-main {
        width: 220px;
    }
    .right-content-area {
        margin-left: 220px;
    }
}
@media(max-width: 600px) {
    .sidebar-main {
        position: initial;
        width: 100%;
        float: left;
    }
    .right-content-area {
        margin-left: 0;
    }
    .custom-search {
        width: 70%;
    }
}
.table-heading {
    margin: 0;
    font-size: 30px;
    padding: 15px;
    background: #0F7C76;
    color: white;
    line-height: 30px;
    padding-bottom: 20px;
}
.tournament-search input {
    margin: 0;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
}
.tournament-search {
    padding-left: 10px;
    padding-right: 10px;
}
.date-submit button {
    background: #0F7C76;
    display: inline-block;
    width: 100%;
    border: none;
    padding: 14px;
    color: #fff;
    margin-top: 14px;
    cursor: pointer;
}



.scroll>thead>tr>th,
.scroll>thead>tr>td {
    background: #33414E;
    color: #fff;
    top: 0px;
    position: sticky;
    border-radius: 0px;
    z-index: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.scroll-table {
    max-height: 800px;
    display: block;
    overflow: auto;
    width: 100%;
}
.custom-pagination {
    display: inline-block;
    width: 100%;
}
.profile-widget-header .dropdown-content {
    top: 63px !IMPORTANT;
    min-width: 130px !important;
}
.profile-widget-header .dropdown-content li {
    padding: 0 !important;
    text-align: center;
}
.card-footer.add-more {
    margin-top: 20px;
}

.start-on .select-month input, .start-on .select-year input {
    background: none !IMPORTANT;
    border: none !important;
    padding: 0 !important;
    box-sizing: initial !important;
}
.cstm-pre-loader {
    left: 0;
    text-align: center;
    position: fixed;
    top: 50%;
    z-index: 999;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.scroll-table tr td, .scroll-table tr th {
    min-width: 80px;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
}
.modal-close i{
    font-size: 30px;
}
.custom-table .match-status-heading {
    font-size: 30px;
    background: #0F7C76;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.on-going-tournament{
    background: #FFA500 !important;
}
.finished-tournament{
    background: #008000 !important;
}

.finished-tournament td, .on-going-tournament td {
    color: #fff;
}

.scroll-table tr td.align-right, .scroll-table tr th.align-right {
    text-align: center;
    min-width: 150px;
}

.copy_tournament {
    display: inline-block;
}
.collapsible li.active .collapsible-header {
    background: #0F7C76;
}
.collapsible li.active .collapsible-header.waves-teal {
    background: #33414E;
}
.close-match i {
    color: #fff;
    font-size: 24px;
    background: red;
    border-radius: 30px;
    cursor: pointer;
}
.selectmatch {
    position: relative;
}
.close-match {
    position: absolute;
    top: 0;
    right: 0;
}

.custom-table tr td, .custom-table tr th {
    font-size: 12px;
}

.custom-table .scroll-table tbody tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.line-br {
    border-bottom: 1px solid #000;
    margin-top: 20px;
}
.image-preview img {
    width: 100px;
}
#message {

    color: #fff;
}
.school-heading-field h5 {
    margin: 0;
    font-size: 16px;
    padding-top: 2px;
}
.school-heading-field  .input-field{
    margin: 0px;
}
.admin-portal .admin-portal-heading {
    margin: 0px;
    font-size: 20px;
    padding-bottom: 8px;
}
.existing-tab-list ul li {
    width: 100%;
    max-width: 280px;
    padding: 10px 0px;
    background: #0F7C76;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.radio-heading h3 {
    margin: 0;
    font-size: 18px;
}

.pick-date
{
    background-color: #ccc;
    border-radius: 3px;
    padding: 0px 20px;
    cursor: pointer;
}

.pick-date input[type=text]
{
    border: none !important;
}

.alert-head,
.radio-bt,
.alert-bt
{
    margin-top: 15px;
}

.result
{
    border: 1px solid #ccc;
    padding-left: 10px;
}

.result input[type=text]
{
    border-bottom: none;
    margin: 0;
}


.ra-matches .multiselect label {
    width: 100%;
    display: inline-block;
}

h2.content-heading {
    margin: 0;
    font-size: 30px;
    padding-top: 30px;
}
.result-filter input {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !IMPORTANT;
    padding: 0px 20px !IMPORTANT;
    box-sizing: border-box !IMPORTANT;
}
.pick-date input::placeholder, .pick-date input.date-tab{
    color: #fff !important;
}
.pick-date input {
    margin-bottom: 0 !important;
}
.create-alert a {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.select-all {
    margin-left: 10px;
    margin-bottom: 10px;
}
.background-disabled{
    background-color: #26a69a !important;
}

.invalid-feedback {
    color: red;
    float: left;
    margin-bottom: 10px;
}
.cstm-name label {
    font-size: 16px;
    color: gray;
}

.liscence-calender input.tab-date {
    color: #000000 !important;
    border-bottom: 1px solid rgba(0,0,0,0.42) !important;
}

.field-error
{
    max-width: 500px !important;
    width: 100%;
}

.field-error .modal-content
{
    text-align: center;
}

.error-icon i
{
    font-size: 3rem;
    color: red;
    vertical-align: top;
    padding-right: 7px;
    padding-top:4px;
}


.custom-table {
    margin-bottom: 30px;
}

/*alert page css */

.alert-main-page {
    position: relative;
}
.alert-cap {
    margin: 0;
    border: none;
    box-shadow: none;
}
.alert-cap .collapsible-header {
    background: #0F7C76;
    border: none;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    font-size: 30px;
    padding: 0px;
    line-height: 35px;
    margin-left: 10px;
    position: absolute;
    top: 30px;
    right: 0;
}
.alert-heading h2.content-heading {
    display: inline-block;
}
.alert-cap .collapsible-body {
    border: none;
    padding: 0px;
}
.alert-cap .collapsible-header i {
    width: auto;
    font-size: 20px;
    margin: 0;
    padding-left: 12px;
    padding-top: 10px;
}
.alert-cap .collapsible-header i.fa-minus {
    display: none;
}
.alert-cap .active .collapsible-header i.fa-minus {
    display: inline-block;
}
.alert-cap .active .collapsible-header i.fa-plus {
    display: none;
}

.valid-error {
    display: block;
    background: #26a69a;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.close-ok{
    display: inline-block;
    width: 100%;
}
.modal-close.valid-error {
    position: initial;
}

.alert-count .col.s3
{
    padding-left: 0;
}

.alert-msg
{
    padding-top: 12px;
}
.school-color-label {
    color: gray;
}

.image-preview, .image-preview-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.popup-img
{
    height: 500px !important;
}

.res-img
{
    height: 200px !important;
}

.ban-img
{
    height: 500px !important;
}

/* Always set the map height explicitly to define the size of the div
                                     * element that contains the map. */
#map {
    height: 425px !important;
}
/* Optional: Makes the sample page fill the window. */

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
#target {
    width: 345px;
}

.save-btn
{
    margin-right: 20px;
}
.show-pass span
{
    margin-bottom: 50px;
}
.main-map {
    position: relative;
}
.marker-map {
    position: absolute;
    top: 50%;
    text-align: center;
    cursor: pointer;
    background: url('../images/marker.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    left: 50%;
}

.stat-usage
{
    padding: 10px 0;
}

.stat-wid
{
    margin-top: 20px;
}

.stat-head
{
    padding: 20px 0;
}

.stat-usage h2
{
    font-size: 22px !important;
}
@media screen and (max-width: 1600px)
{
    .popup-img {
        height: 420px !important;
    }
}

@media screen and (max-width: 1400px)
{
    .popup-img {
        height: 350px !important;
    }
}

a {
    text-decoration: none !important;
}

/*zman landingpage css here*/

.main-front-page
{
    text-align: center;
}

.logo-title a
{
    background: #1aa8ac;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.logo-title
{
    margin-top: 50px;
}

.app-stores
{
    margin: 50px 0;
}

.align-left-in-big-screen,
.align-right-in-big-screen
{
    padding: 20px 10px;
}



@media (max-width: 768px){
    .phone-poster img
    {
        width: 100%;
    }

}

.terms-footer,
.terms-head
{
    text-align: center;
}

.footer span
{
    float: left;
}

.terms-head
{
    margin: 40px 0;
}
