.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
    text-align: center;
}

.font-16 {
    font-size: 16px !important;
}

.font-15 {
    font-size: 15px !important;
}

/* Style the buttons inside the tab */
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    color: #fff;
    width: 245px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f78a2f;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #f78a2f;
}

/* Style the tab content */
.tabcontent {
    /* display: none; */
    padding: 6px 12px;
    border-top: none;
}

.tablinks {
    background-color: #0a7b39;
    border-radius: 30px 0px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.vertical-tab .nav-tabs {
    width: 27%;
    min-width: 27%;
    border: none;
    vertical-align: top;
    display: table-cell;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li a {
    color: #444;
    background: transparent;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 10px;
    margin: 0 10px 15px 0;
    border: 1px solid #eee;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}


.vertical-tab .nav-tabs li a:before {
    content: "";
    background: #eee;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before {
    background-color: #9c3140;
    height: 62%;
    bottom: 20%;
}

.vertical-tab .tab-content h3 {
    color: #9c3140;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}

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


    .season_tabs {
        min-height: 165px !important;;
    }


    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
    }

    .vertical-tab .nav-tabs li a {
        padding: 15px 10px 14px;
        margin: 0 0 15px;
    }

    .vertical-tab .tab-content {
        font-size: 14px;
        display: block;
    }
}

.vertical-tab .nav-tabs li.active a:hover, .vertical-tab .nav-tabs li.active a {
    color: #000;
}

.worldmap_projects_text {
    background-color: #0a7b39;
    padding: 10px 0 8px 9px;
    color: #fff;
    border-radius: 10px;
    /* text-align: center; */
    /*width: 67%;*/
}

.worldmap_projects_list {
    padding-left: 0px;
    list-style-type: none;
    font-size: 12px;
    text-decoration: underline;
    /* text-align: center; */
}

.worldmap_projects_list li a {
    color: #000;
}

.tabcontent {
    /* display: none; */
    padding: 6px 12px;
    border-top: none;
}

.tabcontent.active {
    display:  block;
}


.season_tabs {
    position: relative;
    min-height: 360px;
    clear: both;
    /* margin: 25px 0; */
    margin-top: 10px;
}

.season_tab {
    float: left;
    clear: both;
    width: 123px;
}

.season_tab label,
.season_tab .countryName {
    padding: 10px;
    margin-left: -1px;
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    display: table-cell;
    color: #000;
}

.season_tab .countryName.active {
    color: #f78a2f;
}

.season_tab [type="radio"] {
    display: none;
}

.season_content {
    position: absolute;
    top: 0;
    background: white;
    right: 0;
    left: 130px;
    bottom: 0;
    padding: 0px 20px 20px 20px;
}

.season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
}

[type="radio"]:checked ~ label {
    color: #f78a2f;
}

[type="radio"]:checked ~ label ~ .season_content {
    z-index: 1;
}

.season_tab label:hover {
    cursor: pointer;
}


.season_tabs1 {
    position: relative;
    min-height: 360px;
    clear: both;
    margin: 25px 0;

}

.season_tab1 {
    float: left;
    clear: both;
    width: 123px;
}

.season_tab1 .label1 {
    padding: 10px;
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    display: table-cell;
}

.season_tab1 [type="radio"] {
    display: none;
}

.season_content1 {
    position: absolute;
    top: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.season_content1 span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
}

[type="radio"]:checked ~ .label1 {
    color: #f78a2f;
}

[type="radio"]:checked ~ .label1 ~ .season_content1 {
    z-index: 1;
}

.season_tab1 .label1:hover {
    cursor: pointer;
}


@media (max-width: 1000px) {
    .tab button {
        margin-top: 20px;
    }
}
