@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1880px) {}
@media only screen and (max-width: 1780px) {}
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1550px) {
    .menu-box .tab_wrapper.right_side > ul {
        width: 30%;
    }
}
@media only screen and (max-width: 1440px) {
    .menu-box .tab_wrapper.right_side > ul {
        width: 31%;
    }
}
@media only screen and (max-width: 1366px) {
    .copyright-design .ccd {
        margin: 0px 125px 0px;
    }
    .menu-box .tab_wrapper.right_side > ul li {
        font-size: 65px;
    }
    
}
@media only screen and (max-width: 1280px) {
    .menu-box .tab_wrapper.right_side > ul li {
        font-size: 65px;
    }
    .menu-box .tab_wrapper.right_side .content_wrapper {
        width: 50%;
        float: right;
    }
    .menu-box .tab_wrapper.right_side > ul {
        width: 30%;
    }

}
@media only screen and (max-width: 1150px) {
    .nav-menu {
        left: 10px;
    }
}
@media only screen and (max-width: 1080px) {
    .menu-box .tab_wrapper.right_side > ul li {
        font-size: 55px;
    }
    .menu-box .tab_wrapper .tab_list.tab_list_menu {
        margin-left: 150px !important;
    }
    .menu-box .content_wrapper .tab_content ul li a {
        margin-top: 12px;
    }
    .sidebar .social-links-section .social-links {
        left: 14px 
    }

    .sidebar .social-links-section .plus-icon2 {
        padding: 2px 0px 6px;
    }
    .sidebar .social-links-section .plus-icon {
        padding: 4px 0px 6px;
    }
    .copyright-design .ccd {
        margin: 0px 0px 0px;
    }
}
@media only screen and (max-width: 1024px) {
    .sidebar {
        width: 8%;
    }
    .nav-menu {
        left: 18px;
    }
    .sidebar .social-links-section .social-links {
        left: 24px;
    }
    .sidebar .social-links-section .plus-icon {
        left: 24px;
    }
    .OverlayMenuPanelShow {
        width: 100%;
        left: 11%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 210px;
    }

}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
    .sidebar {
        width: 12%;
    }

    .menu-box .tab_wrapper .tab_list.tab_list_menu {
        margin-left: 55px !important;
        display: block;
    }
    .menu-box .tab_wrapper.right_side > ul li {
        font-size: 40px;
    }
    .menu-box {
        margin-top: 100px;
    }
    .OverlayMenuPanelShow {
		width: 100%;
		left: 11%;
	}
    .menu-box .tab_wrapper.right_side > ul {
        width: 38%;
    }
    .tab_wrapper.second_tab ul {
        margin-top: 120px !important;
    }
    .copyright-design {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .copyright-design .ccd {
        margin: 0px 30px 0px;
    }
    
}
@media only screen and (max-width: 575px) {
    .copyright-design {
        display: none;
    }
    .sidebar {
        width: 100%;
        background-color: #ffffff;
        border-right: none;
    }
    .OverlayMenuPanelShow {
        width: 100%;
        padding-bottom: 122px;
        left: 0;
    }
    .nav-menu {
        left: 270px;
    }
    .menu-box .tab_wrapper .tab_list.tab_list_menu {
        display: none;
    }
    .OverlayMenuPanelShow {
        display: block;
        width: 100%;
        height: 92%;
        position: fixed;
        top: 0;
        left: 0%;
        background: rgba(255,255,255,1);
        z-index: 9999;

    }
    
}

@media only screen and (max-width: 520px) {
    .nav-menu {
		left: 242px;
	}
}
@media only screen and (max-width: 420px) {
    .nav-menu {
		left: 192px;
	}
	.panel-title {
    	font-size: 35px;
	}
	.subtitle {
		font-size: 18px;
		line-height: inherit;
        padding: 0px;
	}
}
@media only screen and (max-width: 360px) {
    .nav-menu {
        left: 164px;
    }
}