@media only screen and (max-width: 1300px) {
    .main-wrapper-inner .left-side {
        width: 300px;
    }
    .main-wrapper-inner .right-side {
        width: calc(100% - 320px);
    }
}

@media only screen and (max-width: 1200px) {
    .right-side .tab-block .primary-tab ul li {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .right-side .tab-block .primary-tab ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .page-data-dashboard #popupdata.popup {
        width: 80%;
    }
    .page-data-dashboard .main-wrapper {
        overflow: visible;
    }
    .page-data-dashboard .intro-inner:after {
        display: block;
        position: static;
        margin-top: 25px;
    }
    .page-data-dashboard .main-wrapper-inner .left-side {
        width: 250px;
    }
    .page-data-dashboard .main-wrapper-inner .right-side {
        width: calc(100% - 265px);
        padding-bottom: 50px;
    }
    .page-data-dashboard h1.page-header {
        margin-top: 40px;
    }
    .page-data-dashboard .left-side .sidebar-title {
        height: auto;
        padding: 15px 15px;
    }
    .prim-tabs li a .icon {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .right-side .tab-block .primary-tab ul li a {
        font-size: 14px;
    }
    .main-wrapper-inner {
        padding: 0 20px;
    }
    .right-side .tab-block .primary-tab ul li {
        width: 20%;
    }
    .right-side .content-block {
        height: auto;
    }
    .intro-inner {
        padding-right: 0;
    }
    .intro-inner>.left-item {
        width: 100%;
    }
    .intro-inner>.right-item {
        position: static;
    }
    #intro ul li {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body.overlay .pop-overlay {
        z-index: 99999;
   }
   #popupdata.popup.active {
        z-index: 100000;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .main-wrapper-inner .left-side {
        background: transparent;
    }
    .main-wrapper-inner .left-side,
    .main-wrapper-inner .right-side {
        width: 100%;
        margin-left: 0;
    }
    #intro.active {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #intro .intro-inner {
        position: relative;
        background: #fff;
        padding: 30px 25px;
    }
    #intro .left-item>h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    #intro .close {
        background: url("../images/close.png") no-repeat center;
        height: 15px;
        width: 15px;
        cursor: pointer;
        opacity: .8;
        position: absolute;
        top: 15px;
        right: 20px;
        /*to make close icon */
        /*position: fixed;
        top: 60px;
        right: 48px;*/
    }
    #intro ul li {
        font-size: 14px;
        padding-bottom: 7px;
    }
    .download-intro {
        padding: 15px 15px;
    }
    .main-wrapper-inner .right-side {
        background: transparent;
    }
    /************* for accordion ***********/
    .left-side .sidebar-title,
    .right-side .sidebar-title.view-mode {
        /*height: 40px;*/
        /*padding-top: 10px;*/
        font-size: 16px;
    }
    .sidebar-title {
        background-image: url("../images/down.png") !important;
        background-repeat: no-repeat !important;
        background-position: right 15px center !important;
    }
    .active-accord .sidebar-title {
        background-image: url("../images/up.png") !important;
    }
    .sidebar-title+ul {
        display: none;
        background-color: #fff;
    }
    .left-blocks {
        margin-bottom: 10px;
    }
    .sidebar-title.view-mode {
        display: block;
        background: #203565;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        padding-left: 25px;
        font-weight: 600;
        height: 55px;
        padding-top: 15px;
    }
    .right-side .tab-block .primary-tab {
        width: 100%;
    }
    .right-side .tab-block .primary-tab ul {
        padding-left: 25px;
        padding-right: 25px;
        border: none;
        margin-bottom: 0;
        max-width: none;
    }
    .right-side .tab-block .primary-tab ul li {
        padding: 0 0 5px;
        width: 100%;
        margin-bottom: 12px;
        border: none;
    }
    .right-side .tab-block .primary-tab ul li:not(:last-child) {
        border-bottom: 1px solid #e6e7e8;
    }
    .right-side .tab-block .primary-tab ul li a {
        display: flex;
        align-items: center;
    }
    .right-side .tab-block .tabs.active:after {
        width: 100%;
        height: 2px;
    }
    .right-side .prim-tabs li a .icon {
        margin-right: 20px;
        background-position: center;
        width: 28px;
    }
    .right-side .tab-block .secondary-tab {
        background: #fff;
        margin-top: 15px;
        padding-top: 15px;
    }
    /***********************************/
    .main-wrapper-inner {
       /*padding: 0 15px;*/
       padding: 0 0;
    }
    .regions-countries-tabs {
        position: static;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .right-side .content-block {
        width: 100%;
        background: white;
        float: left;
        margin-bottom: 15px;
    }
    #popupdata.popup.active {
        /*position: fixed;*/
        /*width: 90%;*/
        position: fixed;
        width: 90%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100000;
    }
    body.overlay .pop-overlay {
        position: fixed;
        z-index: 99999;
    }
    #popupdata.popup .popup-wrap {
        height: 390px;
    }
    #popupdata.popup .popup-title {
        font-size: 16px;
    }
    .popup-wrap .popup {
        width: calc(100% - 30px);
        margin: 0 10px;
    }
    .content-block .tab-pane:not(#intro) {
        /*height: auto;*/
        height: 300px;
        padding: 15px;
    }
    .right-side .content-block .tab-pane#maps {
        /*height: 300px;*/
    }
    .year-block {
        width: 100%;
        float: left;
        padding: 0;
    }
    .year-block .years-inner {
        flex-wrap: wrap;
        /*margin-top: 15px;*/
        background: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }
    .year-title {
        width: 100%;
        font-size: 16px;
    }
    #intro .intro-inner {
        height: calc(100vh - 140px);
        overflow-y: scroll;
    }
    #intro.active {
        z-index: 99999;
    }
    .page-data-dashboard .main-wrapper-inner .right-side,
    .page-data-dashboard .main-wrapper-inner .left-side {
        width: 100%;
    }
    .right-side .tab-block .secondary-tab {
        padding-bottom: 15px;
    }
    .left-side .sidebar-title,
    .right-side .sidebar-title.view-mode {
        /*height: auto;*/
        /*padding: 15px 15px;*/
        /*text-align: left;*/
    }
    .content-block .tab-pane:not(#intro) {
        overflow: auto;
    }
    .intro-inner .right-item {
        width: 190px;
    }
    .main-wrapper-inner .left-side .left-inner {
        padding-bottom: 0;
    }
    .main-wrapper-inner .left-side .indicator-blocks,
    .main-wrapper-inner .left-side {
        border-radius: 0;
    }
    .popup ul li.lisitingItem .sub-list .lisitingItem {
        width: 100% !important;
    }
    #sub-region-popup.popup ul li.lisitingItem>label,
    #region-popup.popup ul li.lisitingItem>label {
        font-size: 14px;
    }
}


/* Extra Small Devices, Phones */

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


/* Custom, iPhone Retina */

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