
.download-page {
    background-color: #f0f4f7;
    padding: 20px 0;
}
.download-search-form {
    width: 60%;
    display: flex;
    padding: 0 20px;
}
.download-search-form .form-group {
    padding: 0 10px;
    width: 26%;
}

.download-search-form  .btn-primary {
    min-width: 134px;
    padding: 10px 15px;
    text-transform: none;
    margin-top: 29px;
}

.right_filter_page {
    width: 40%;
    padding: 0 30px 0 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.right_filter_page label {
    padding-right: 10px;
}

.right_filter_page .form-control {
    width: 88px;
    margin-right: 10px;
}
.download_content_panel table {
    margin-top: 20px;
    border: none;
    font-size: 18px;
    margin-bottom: 0;
}
.download_content_panel table th, .download_content_panel table td {
    border: none;
    border-top: 1px solid #ccc;
     padding: 12px 30px;
}
.download_content_panel .btn-primary {
    padding: 4px;
    font-size: 14px;
    min-width: 110px;
}
.download_content_panel .pagination {
    border-top: 1px solid #ccc;
}
.download_content_panel .pagination .nav-links {
    justify-content: flex-end;
    padding-top: 10px;
    padding: 10px 30px 0 30px;
    margin: 0;
}
.download_content_panel .pagination .page-numbers {
    background-color: #cbcbcb;
    color: #444;
    padding: 6px 16px;
}
.download_content_panel .pagination .page-numbers.current, .download_content_panel .pagination .page-numbers:hover {
    color: #fff;
}

.download-pdf {
    width: 28px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/download-pdf.png);
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
}
.cat-name {
    color:#630944;
}

.category_three_block{
	margin-left: -40px;
	margin-right: -40px;
}
.category_three_block .productsinner {
    position: relative;
    width: 100%;
    padding: 25px;
	margin-bottom: 20px;
   
}

.category_three_block .productLoopImage {
    display: inline-block;
    margin-bottom: 10px;
    min-height: 260px;
    width: 100%;
	 background: #f6f6f6;
	padding:40px 15px;
}
.category_three_block .productsinner h3 {
    font-size: 22px;
    font-weight: 500;
	margin-bottom: 10px;
}

.category_three_block .productsinner .loopDesc {
    color: #5c5c5c;
    line-height: 19px;
}

.category_three_block .productLoopImage img {
    max-height: 180px;
    margin: 0px auto;
}
.category_tabs{
	margin-bottom: 64px;
	margin-top: 30px;
}

.category_tabs .ui-widget.ui-widget-content {
    border: none;
    background-color: #f6f6f6;
    padding: 0;
	    font-family: 'KohinoorDevanagari';
}

.category_tabs .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
}

.category_tabs .ui-state-active a, .category_tabs .ui-state-active a:link, .category_tabs .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
    background-color: #7d2055;
}

.category_tabs .ui-tabs .ui-tabs-nav li {
	border-radius: 0;
	    margin: 0;
	 border: none;	
    font-size: 18px;
}

.category_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}
.category_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1em 4em;
    text-decoration: none;
}
.category_tabs .ui-tabs .ui-tabs-panel {
    padding: 2em 4em;
}

.category_tab .ui-accordion .ui-accordion-header{
	border: none;
	border-bottom: 1px solid #ccc;
}
.category_tabs .delear-form-contactfom {
    max-width: 400px;
}
.category_tabs .ui-widget{
	font-family: 'KohinoorDevanagari';
}
.category_tabs .ui-accordion .ui-accordion-content {
    max-height: 100%;
}

.category_tabs .ui-accordion .ui-accordion-header, .category_tabs .ui-accordion .ui-accordion-content {
	border-radius:0;
	font-size: 18px;
	border: none;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
    
}
.category_tabs .ui-accordion .ui-accordion-header {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	position: relative;
	letter-spacing:0;
	    padding-right: 25px;
}
.category_tabs .ui-accordion .ui-accordion-header:focus{
	outline: none;
}
.category_tabs .ui-icon{
	background-image:none;
	color: #707070;
	position: absolute;
    right: 0;
    top: 16px;
}
.category_tabs .ui-icon:before{
	content: "\f067"
}
.category_tabs .ui-state-active .ui-icon:before{
	content: "\f068"
}

@media (max-width:1199px) {
.category_three_block .productsinner {
	padding: 25px 0;
}	
.category_three_block {
    margin-left: -15px;
    margin-right: -15px;
}

}

@media (max-width:1024px) {
.download-search-form {
    width: 68%;
}
.right_filter_page {
    width: 32%;
}
}

@media (max-width:991px) {
.right_filter_page {
    width: 100%;
    padding: 15px 30px 0px 15px;
}
.download-search-form {
    width: 100%;
}   
 
.download_content_panel table {
    font-size: 15px;
}

}

@media (max-width:767px) {
.download-search-form .form-group {
    width: 100%;
}
.download-search-form {
    flex-wrap: wrap;
}
.download-search-form .btn-primary {
    margin-top: 0;
}
.download_content_table {
    overflow: auto;
}
.download_content_panel table th, .download_content_panel table td {
    white-space: nowrap;
}
.category_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1em;
}
.category_tabs .ui-tabs .ui-tabs-panel {
    padding: 1em;
}	

	.desktop_category_slider{
		display: none;
	}	
	.mobile_category_slider{
		margin: 0;
		padding-bottom: 10px;
	}	
.mobile_category_slider .owl-nav {
    top: 50%;
}	
.mobile_category_slider .owl-carousel .owl-item img {
    width: 100%;
}	
#mobile-slider {
	display: block;
}	
.category_tabs .ui-tabs .ui-tabs-nav li {
    font-size: 15px;
}	
.category_tabs .ui-accordion .ui-accordion-header, .category_tabs .ui-accordion .ui-accordion-content {
	font-size: 15px;	
}
	.category_tabs .ui-icon{
		top: 12px;
	}
.category_tabs {
    margin-bottom: 35px;
    margin-top: 0;
}	
	.category_three_block .productLoopImage {
		min-height: 50px;
	}	
.category_three_block .productsinner {
    padding: 15px 0;
}
	
}

/*************Custom Css********************/

.global-site-dropdown {
    border: solid 1px #eee;
    border-radius: 2px;
    background: #f0f4f7;
    width: 75%;
}

label.global-site-dropdown select {
    padding: 5px 15px;
    width: 100%;
    display: none;
}

label.global-site-dropdown::after {
    background: transparent;
    content: '\e824';
    font-family: 'revicons';
    font-size: 12px;
    transform: rotateZ(270deg);
    padding: 0;
    right: 5px;
    width: auto;
}

div.custom-select {
    margin: 0;
    border: 0;
    height: auto;
    background: transparent;
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 5px 15px;
    cursor:pointer;
}

.global-site-dropdown ul.select-options {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 999;
    background: #f0f4f7;
    border: solid 1px #eee;
    border-top: 0;
    width: 101%;
    left: -1px;
    transition: all ease .3s !important;
    opacity: 0;
}

.global-site-dropdown .select {
    z-index: 999;
}

.global-site-dropdown.show-dropdown-menu ul.select-options {
    opacity: 1;
    display:block;
}

.global-site-dropdown ul.select-options li {
    border-right: 0;
    border-top: solid 1px #eee;
    padding: 10px 15px;
    cursor:pointer;
    transition: .3s !important;
    color:#000;
}

.global-site-dropdown ul.select-options li:hover {
    background: #630944;
    color:#fff;
}

.desktop_home_slider .owl-carousel .owl-nav .owl-next span:after, .desktop_home_slider .owl-carousel .owl-nav .owl-prev span:after, .mobile_slider_home .owl-carousel .owl-nav .owl-next span:after, .mobile_slider_home .owl-carousel .owl-nav .owl-prev span:after {
    font-family: 'revicons';
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
}

.desktop_home_slider .owl-carousel .owl-nav .owl-prev span:after, .mobile_slider_home .owl-carousel .owl-nav .owl-prev span:after {
    content: '\e824';
}

.desktop_home_slider .owl-carousel .owl-nav .owl-next span:after, .mobile_slider_home .owl-carousel .owl-nav .owl-next span:after {
    content: '\e825';
}

.desktop_home_slider .owl-carousel .owl-nav span, .mobile_slider_home .owl-carousel .owl-nav span {
    background: #787a7b;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 0;
}

.desktop_home_slider .owl-carousel .owl-nav span:hover, .mobile_slider_home .owl-carousel .owl-nav span:hover {
    background:#000;
}

.desktop_home_slider .owl-carousel button.owl-dot, .mobile_slider_home .owl-carousel button.owl-dot {
    height: 13px;
    width: 13px;
    background: #e5e5e5;
}

.desktop_home_slider .owl-carousel button.owl-dot.active, .mobile_slider_home .owl-carousel button.owl-dot.active {
    background: #fff;
}

.desktop_home_slider .owl-nav, .mobile_slider_home .owl-nav  {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s !important;
}

.desktop_home_slider:hover .owl-nav, .mobile_slider_home:hover .owl-nav  {
    opacity: 1;
}

body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline-block;
}

body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0;
    content: '\e824';
    font-family: 'revicons';
    transform: rotateZ(270deg);
    margin-left: 10px;
    vertical-align: 1px;
    font-size: 10px;
}

body .global-site {
    width: auto;
    display: inline-flex;
    align-items: center;
}

.global-site-dropdown {
    width: 200px;
}

.locationwebtitle {
    margin-right: 50px;
    display:none;
}

.continuelocation a {
    background: #630944;
    color: #fff;
    display: block;
    padding: 6px 15px;
    border-radius: 2px;
    margin-left: 10px;
}

.continuelocation a:hover {
    background: #740053;
    color:#fff;
}

.download_mobile {
    display: none !important;
}

.global-site.mobile-global {
    display:none;
}

#siq_mobile .siq_searchicon {
    display: none;
}

.global-site.mobile-global.mainhubglobal {
    display: block;
    background: #f0f4f7;
    padding: 15px 0px;
}

.global-site.mobile-global.mainhubglobal > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.global-site.mobile-global.mainhubglobal .locationwebtitle {
    display: block;
    margin-right: 10px;
}

.global-site.mobile-global.mainhubglobal .global-site-dropdown .custom-select-global {
    background: #fff;
    border: solid 1px #d8d8d8;
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 5px 15px;
}

.global-site.mobile-global.mainhubglobal ul {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    border: solid 1px #d8d8d8;
    border-top: 0;
    position: absolute;
    z-index: 99;
    display:none;
}

.global-site.mobile-global.mainhubglobal ul.show-dropdown-menu-hubesite {
    display:block;
}

.global-site.mobile-global.mainhubglobal li {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 5px 15px;
    color: #000;
}

.global-site.mobile-global.mainhubglobal .global-site-dropdown {
    margin: 0;
    cursor:pointer;
}

.global-site.mobile-global.mainhubglobal .closedlocation {
    margin-left: 50px;
    font-size: 24px;
}

.global-site.mobile-global.mainhubglobal .closedlocation a {
    color: #595959;
}

.global-site.mobile-global.mainhubglobal .global-site-dropdown .custom-select-global i {
    font-size: 13px;
    margin-left: -5px;
    margin-right: 8px;
}

.global-site.mobile-global.mainhubglobal .global-site-dropdown::after {
    top: 4px;
}

.global-site.mobile-global.mainhubglobal li:hover {
    background: #630944;
    color: #fff;
}

.top_header_menu {
    text-align: right;
}

@media only screen and (min-width: 768px) {

    .mobile_slider_home {
        display: none;
    }
    
    .search-form-header.mobile_search {
        display: none;
    }
    
    .social-icon ul li.downlaod a {
        font-size: 16px;
        padding-left: 15px;
        border-left: solid 1px;
        color: #595959;
    }

}

@media only screen and (max-width: 1399px) {

    body .search-form-header {
        width: 195px;
    }
    
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 20px 15px;
        font-size: 14px;
    }

}


@media only screen and (max-width: 1199px) {

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 20px 10px;
        font-size: 12px;
    }

    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin-left: 8px;
        font-size: 7px;
    }

    body .search-form-header {
        width: 140px;
    }
    
    .locationwebtitle {
        margin-right: 11px;
        font-size: 13px;
    }
    
    .global-site-dropdown {
        width: 140px;
    }
    
    div.custom-select {
        font-size: 13px;
    }
    
    .global-site-dropdown ul.select-options li {
        font-size: 13px;
    }
    
    .continuelocation a {
        padding: 6px 10px;
        margin-left: 10px;
        font-size: 13px;
    }

}

@media only screen and (max-width: 999px) {
    
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        transform: rotateZ(90deg);
        content:'\e824';
    }

    .header-inner .toggle {
        margin-top: 7px;
    }
    
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
        padding-left:10px;
    }
    
    #site-header .header-top-right .top_header_menu {
        display: none;
    }
    
    body .global-site.mobile-global {
        display: block;
        text-align: left;
        padding: 20px 0;
        position: static;
        background: #f0f4f7;
        width: 100% !important;
        position:static;
        height: auto !important;
    }
    
    body .global-site-dropdown {
        width: 100%;
        display: inline-block;
        background: #fff;
        margin: 0;
    }
    
    .continuelocation {
        display: inline-block;
        float: right;
    }
    
    div.custom-select {
        font-size: 14px;
    }
    
    .locationwebtitle {
        margin: 0 0 15px 0;
        color: #000;
        font-size:14px;
    }
    
    .global-site-dropdown ul.select-options {
        background: #fff;
        padding: 0;
    }
    
    .global-site-dropdown ul.select-options li {
        list-style: none;
        font-size:14px;
    }
    
    .continuelocation a {
        font-size:14px;
        padding:5px 10px;
    }
    
    .download_mobile {
        display: block !important;
    }
    
    body .header-inner .toggle {
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
        padding-left: 8px;
        align-items: initial;
    }
    
    .nav-toggle .toggle-inner {
        height: auto;
        padding-top: 0;
        display: block;
        margin-top: 25px;
    }
    
    .toggle-inner .toggle-text {
        display: none;
    }
    
    .header-top-right {
        display: flex;
        align-items: center;
    }
    
    .global-site.mobile-global.mainhubglobal .global-site-dropdown {
        width: 160px;
    }
    
    .global-site.mobile-global.mainhubglobal .locationwebtitle {
        width: 100%;
        text-align: center;
    }
    
    .global-site.mobile-global.mainhubglobal .closedlocation {
        margin-left: 20px;
    }

}

@media only screen and (max-width: 992px) {
    
    .header-navigation-wrapper {
        display: block !important;
        float: right;
        margin: 5px 0;
    }
    
}

@media only screen and (max-width: 991px) {
    
    .download-page .right_filter_page {
        justify-content: initial;
        padding: 15px 30px 0px 30px;
    }
    
    .download-page .right_filter_page label, .download-page .right_filter_page span {
        font-size: 15px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    #mobile-slider-home .owl-carousel .owl-item img {width:auto;}
    
    .mobile_slider_home .owl-nav{display:none;}
    
    body .header-top {
        margin-bottom:0;
    }

    .desktop_home_slider {
        display: none;
    }
    
    body .header-top-right {
        width: auto;
    }

    body .header-inner .toggle {
        margin-top: 8px;
    }
    
    .global-site-dropdown ul.select-options {
        width:101.5%;
    }
    
    .header-top {
        margin-bottom: 10px;
    }
    
    body .main-menu {
        display:none;
    }
    
    .search-form-header.mobile_search {
        display: block;
        width: auto;
    }
    
    .search-form-header.mobile_search input.form-control {
        display: none;
    }
    
    .search-form-header.mobile_search button {
        font-size: 20px;
        color: #757173;
        margin-top: 17px;
    }
    
    .desktop_home_slider .owl-dots, .mobile_slider_home .owl-dots {
        display:block;
    }
    
    .custom-logo-link img {
        height: auto !important;
        width: 137px !important;
        min-width: 135px !important;
    }
    
    div.custom-select {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right:21px;
    }
    
    body #siq_mobile .siq_dockwrap {
        display: none;
    }
    
    .nav-toggle .toggle-inner {
        margin-top:5px;
    }
    
    body .header-inner {
        padding-bottom:15px;
    }
    
    .dsize , .dupdate {
        display: none;
    }
    
    .global-site.mobile-global.mainhubglobal .global-site-dropdown::after {
        top: 9px;
    }
    
    .download_content_panel .pagination .nav-links {
        justify-content: center;
    }
    
    .download_content_panel .pagination .page-numbers {
        padding: 6px 11px;
    }
    
    .download_content_panel .pagination  .dots {
        transform: inherit;
    }
  
}

@media only screen and (max-width: 529px) {
    
    .download_content_panel table th.dtitle {
        width: 25%;
    }
    
    .download_content_panel table th, .download_content_panel table td {
        white-space: normal;
        padding: 12px;
        font-size: 14px;
    }
    
    .download_content_panel table th.dd {
        width: 25%;
    }
    
    .download_content_panel table th.dcat {
        width: 50%;
    }
    
    .download_content_panel .btn-primary {
        min-width: 80px;
    }
    
    .download-pdf {
        display: table;
        margin-bottom: 10px;
    }
    
}

@media only screen and (max-width: 359px) {

    label.global-site-dropdown::after {
        top: 0px;
        height: 30px;
        right: 1px;
    }
    
    .global-site.mobile-global.mainhubglobal .global-site-dropdown::after {
        top: 4px;
    }

    .nav-toggle .toggle-inner {
        padding: 0;
    }

}