@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "Ubuntu", sans-serif;
}
:root{
    --bg-color:#1B7CC1;
    --primary-color:#c7c8c9;
    --font-color:#a1a1a1;
}
img{
    max-width: 100%;
    display: block;
    height: auto;
}
ul{
    margin-bottom: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    background-color: #fff; 
}
/* navbar starts */
header{
    background-color: var(--bg-color);
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 14px 110px;
}

header .category{
    position: relative;
    display: flex;
    gap: 10px;
}
.dropdown-cont {
    display: flex;
    max-height: 545px;
    min-width: 750px;
    position: absolute;
    top: 40px;
    z-index: 1000;
    display: none;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-wrapper{
    --bs-gutter-x: 0;
}
.dropdown-cont .category-list{
    background-color: #f0f0f0;
    overflow-y: scroll;
    padding: 0px;
    border-radius: 3px 0 0 3px;
    max-height: 543px;
}
.dropdown-cont .category-list ul{
    margin-bottom: 0;
    padding: 0;
}
.dropdown-cont .category-list li{
    transition:all 0.5s;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
.dropdown-cont .category-list li a{
    color: #363636;
    margin-right: 0;
    text-decoration: none;
    display: block;
}
.dropdown-cont .category-list li.active{
    background-color: #fff;
    color: #1B7CC1;
}
.dropdown-cont .category-list li.active a {
    color: #1B7CC1;
}
.category-brand {
    padding: 20px;
}
.category-brand .brand-dt h4{
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
}
.category-brand .brand-dt ul{
    padding: 0;
    columns: 2;
}
.category-brand .brand-dt ul li{
    transition: all 0.4s;
    padding: 0 0 16px 0;
}
.category-brand .brand-dt ul li a{
    color: #1B7CC1;
}
.category-brand .brand-dt ul li a:hover{
    opacity: 0.5;
    text-decoration: none;
}
header .category span i{
    margin-left: 10px;
}
header .category span button{
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #72aed9;
    border-radius: 3px;
    padding: 6px 12px;
    cursor: pointer;
}
header .category span button:hover{
    opacity: 0.7;
}
header .search{
    position: relative;
    width: 500px;
}
header .search input{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 30px;
    height: 37px;
    border: 1px solid #5fa4d4;
    border-radius: 3px;
    display: block;
    width: 100%;
    background: #fff;
    color: #c7c8c9;
    padding: 0 70px 0 6px;
    margin: 0;
}
header .search span i{
    background-color:#c7c8c9;
    color: var(--bg-color);
    position: absolute;
    padding: 10px 25px;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0 3px 3px 0;
    height: 36px;
    width: 66px;
    cursor: pointer;
}
header .service p{
    font-weight: 500;
    margin-bottom: 0;
}

/* navbar ends   */

/* sub-heading starts  */
.sub-heading{
    background-color: #F0F0F0;
}
.sub-heading ol{
    margin-bottom: 0;
}
.sub-heading ol li{
    color: #a1a1a1;
    font-size: 13px;
}
.sub-heading ol li a{
    text-decoration: none;
    color: #1B7CC1;
    font-weight: 400;
}
.sub-heading .btn-group{
    display: flex;
    justify-content: space-between;
}
.sub-heading .my-btn{
    padding: 8px 10px;
    display: flex;
    gap: 10px;
}
.sub-heading .my-btn a{
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    padding: 2px 30px;
    outline: none;
    text-decoration: none;
}
.sub-heading .my-btn a:hover{
    opacity: 0.7;
}
.sub-heading .my-btn a:nth-child(1){
    background-color: #1B7CC1;
    color: #fff;
}
.sub-heading .my-btn a:nth-child(2){
    background-color: #fff;
    color: #a1a1a1;
}
/* sub-heading ends */

/*  side navbar starts */
.side-nav {
    height: 80vh;
    position: sticky;
    top: 80px;
}
.side-nav .selector {
    background-color: #fafafa;
    margin-top: 8px;
}
.side-nav .selector select {
    -webkit-appearance: none;  
    -moz-appearance: none;
    background: url('../assets/arrowdown.gif') no-repeat right center;
    appearance: none; 
    outline: none;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #cacaca;
    background-color: transparent;
}
.side-nav .search-input{
    position: relative;
}
.side-nav .search-input input{
    margin-top: 8px;
    background: #fff;
    border: 1px solid #cacaca;
    width: 100%;
    height: 26px;
    padding: 14px 8px;
    font-size: 13px;
    color: #cacaca;
    outline: none;
}
.side-nav .search-input span{
    color: #1B7CC1;
    position: absolute;
    top: 10px;
    right: 10px;
}
.side-nav .brands {
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 13px;
    padding: 19px 11px 10px 13px;
    overflow: hidden;
}
.side-nav #brand-list,#product-list{
    font-size: 14px;
}
.side-nav .brands h5{
    margin-bottom: 0;
    font-size: 18px;
    color: #1c7dc1;
    font-weight: 400;
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid #e3e3e3;
    padding-left: 6px;
}
.side-nav .brands ul {
    margin-bottom: 0;
    padding: 13px 7px 17px;
    border-bottom: 2px solid #e3e3e3;
    overflow-y: auto;
}  
.side-nav .brands span:hover{
    text-decoration: underline;
}
.side-nav .brands ul li a {
    font-size: 13px;
    display: inline;
    font-weight: 400;
    color: #5b5859;
}
.side-nav .brands ul li .see-all,a:hover{
    text-decoration: underline;
}
.side-nav .brands .see-all{
    font-size: 11px;
    font-weight: 400;
    color: #1B7CC1;
}
/* side navbar ends  */

.header .heading{
    color: #1B7CC1;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
.header p{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}
.social-links{
    margin-bottom: 80px;
}
.social-links .social-icons{
    display: flex;
    gap: 10px;
}
.social-links .social-icons li{
    list-style-type: none;
}
.social-icons li span{
    border-radius: 50%;
    font-size: 16px;
    padding: 8px 10px;
    color: #fff;
}
.social-icons li:nth-child(1) span{
    background-color: #808080;
}
.social-icons li:nth-child(2) span{
    background-color: #3B5998;
}
.social-icons li:nth-child(3) span{ 
    background-color: #00ACED;
}
.social-icons li:nth-child(4) span{
    background-color: #DD4B39;
}
.paginator {
    align-items: center;
    display: flex;
    justify-content: end;
}
.paginator span a i{
    font-size: 14px;
    font-weight: 900;
}
.paginator .current-page{
    font-size: 14px;
    margin: 20px 5px;
    color: #565656;
}
.paginator span a{
    color: #1B7CC1;
    text-decoration: none;
}
.section-border{
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 8px;
}
.pagination ul{
    margin: 20px 0;
    display: flex;
    font-size: 14px;
    gap: 15px;
}
.pagination .page-list li a{
    color: #c2c2c2;
}
.brand-available a{
    color: black !important;
    font-size: 13px;
}
.highlight a{
    font-weight: 600;
    color: #78ab46 !important; 
}
.product-header h3{
    text-align: center;
    padding-top: 20px;
    color: #428bca;
    font-weight: 400;
}
.product-item{
    padding-top: 20px;
}
.product-content{
    padding-bottom: 20px 0;
}
.product-content .file-img a{
    color: white;
    padding: 13px 15px 13px 15px;
    background-color: #f7921e;
    font-size: 20px;
}
.product-content .file-name h5 a{
    font-size: 19.5px;
    font-weight: 400;
    color: #78ab46;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: -2px;
}
.product-content .support-btn{
    color: #78AB46;
    border: 2px solid #78AB46;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
}
.product-content .seeprice-btn{
    margin-left: 20px;
    color: #eea236;
    border: 2px solid #eea236;
    background-color: transparent;
}
.page-content .page-list{
    padding: 10px 0;
}
.page-content .page-list h5 a{
    font-weight: 400;
    text-decoration: none;
    color: #428bca;
}
.page-content .page-list div{
    font-size: 14px;
    color: #565656;
    margin-bottom: 10px;
}
.page-content .page-list .header-under{
    margin-bottom: 0;
}

/* front page css starts  */

/* ################ */
.resource-search,
#search-results {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    min-width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.281);
    display: none; 
}
.resource-search ul,
#search-results ul {
    padding: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.resource-search ul li a,
#search-results ul li a{
    transition: all 0.3s;
    padding: 5px 10px;
    display: block;
    color: #565656;
    text-decoration: none;
    font-size: 14px;
}
.resource-search ul li a:hover,
#search-results .search-list li a:hover{
    color: #fff;
    background-color: #1B7CC1;
}
/* ################ */
#footer {
    position: relative;
    text-align: center;
    margin-top: 19px;
    background: #ebebeb;
    min-height: 44px;
    font-size: 11px;
    display: flex;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-nav a{
    color: #898989;
    
}
.footer-nav span{
    color: #898989;
}
footer li {
    display: inline-block;
    margin: 0 10px;
}

/* button style  */
.btn-home{
    padding: 3px;
    border-radius: 3px;
    width: fit-content; 
    display: inline-block;
    border: 1px solid #f7921e;
    margin: auto;

}
.btn-home a{
    padding: 12px 40px;
    background-color: #f7921e;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
}