/* Basic Css Start */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.custcontainer {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

/* Basic Css End */

/* Top-header Css Start */
.header-main-div {
    position: fixed;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: #fff;
}

.top-header {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ececece0;
}

.top-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-cust-fisrtlg {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
}

.col-cust-secondlg {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
}

.col-cust-thirdlg {
    width: 100%;
    max-width: 32%;
    min-width: 32%;
}

.header-info>.header-info-ul {
    display: flex;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0px;
}

.header-info>.header-info-ul>.header-info-li {
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-info>.header-info-ul>.header-info-li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #c9ccd4;
}

.header-info>.header-info-ul>.header-info-li a {
    color: #7E7E7E;
    font: 400 14px/18px "Inter Tight", serif;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0px;
}

.header-info>.header-info-ul>.header-info-li:hover>a {
    color: #333;
}

#news-add {
    overflow: hidden;
    position: relative;
    height: 18px;
    width: 100%;
    background: #f8f9fa;
    display: flex;
}

#news-add .news-add-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

#news-add .news-add-li {
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    font: 500 15px/20px "Roboto", serif;
    color: #7E7E7E;
}

.header-info-right {
    display: flex;
    justify-content: flex-end;
}

.header-info-right>.header-info-right-ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.header-info-right>.header-info-right-ul>.header-info-right-li {
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    font: 400 14px / 18px "Inter Tight", serif;
    color: #7E7E7E;
}

.header-info-right>.header-info-right-ul>.header-info-right-li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #dedfe2;
}

.header-info-right-li .language-dropdown {
    position: relative;
    text-decoration: none;
    color: #7E7E7E;
    font: 400 14px / 18px "Inter Tight", serif;
    font-weight: 500;
    margin-bottom: 0px;
}

.language-dropdown-ul {
    position: absolute;
    top: 100%;
    left: -38px;
    z-index: 2;
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    padding: 10px 15px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid #ececec;
    list-style-type: none;
}

.header-info-right-li:hover .language-dropdown-ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 25px;
}

.language-dropdown i {
    font-size: 9px;
    margin-left: 5px;
}

.language-dropdown-li {
    padding-bottom: 10px;
    display: block;
}

.language-dropdown-li:last-child {
    padding-bottom: 0px;
}

.text-brand {
    color: #009fc7;
}

.language-dropdown-li-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    contain: 2px;
    text-decoration: none;
    font: 400 14px / 18px "Inter Tight", serif;
    color: #7E7E7E;
}

.language-dropdown-li-a img {
    width: 100%;
    max-width: 15px;
    display: inline-block;
    min-width: 15px;
    height: 11px;
    margin-right: 5px;
}

/* Top-header Css End */

/* Middle Header Css Start */
.header-main {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ececec;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-main {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
}

.header-logo-div {
    display: block;
    width: 100%;
    max-width: 140px;
    min-width: 140px;
    height: 50px;
}

.header-logo-div img {
    width: 100%;
    height: 100%;
}

.header-left-div {
    width: 100%;
    max-width: 80%;
    min-width: 80%;
}

.header-left-div-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-main {
    width: 100%;
    min-width: 700px;
    max-width: 700px;
}

.serach-box-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
}

.serach-box-main-icon i {
    font-size: 20px;
    color: #7E7E7E;
}

.serach-box-main-icon {
    position: absolute;
    top: 9px;
    right: 20px;
}

.serach-box-main .serach-box-main-input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #ffffff1a;
    position: relative;
    padding: 10px 44px 10px 10px;
    border: none;
    border-radius: 4px;
    font: 400 16px / 20px "Inter Tight", serif;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
    /* border: 1px solid #287297; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.serach-box-main .serach-box-main-input:focus {
    border: none;
    outline: 0;
}

.serach-box-main .serach-box-main-input::placeholder {
    font: 400 14px / 18px "Roboto", serif;
    color: #7E7E7E;
}

.header-right-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    max-width: 380px;
    min-width: 380px;
}

.header-right-info-ul {
    padding-inline-start: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    list-style-type: none;
    margin-bottom: 0px;
}

.header-right-info-li-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    font: 400 16px / 20px "Inter Tight", serif;
    color: #7E7E7E;
}

.header-right-info-li-a i {
    font-size: 18px;
    margin-right: 5px;
    color: #287297;
}

.header-right-info-text {
    margin-bottom: 0px;
}

.header-right-info-li {
    position: relative;
}

.account-dropdown-ul {
    position: absolute;
    top: 100%;
    left: -63px;
    z-index: 2;
    width: 100%;
    max-width: 170px;
    min-width: 170px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 0 4px 4px;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    padding-inline-start: 0px;
    transition: 0.5s all ease-in-out;
    border: 1px solid #ececec;
    list-style-type: none;
}

.header-right-info-li:hover .account-dropdown-ul {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    transition: 0.5s all ease-in-out;
}

.account-dropdown-li-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;

}

.account-dropdown-li-a i {
    color: #7E7E7E;
    font-size: 15px;
}

.account-dropdown-li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.account-dropdown-li:last-child {
    padding-bottom: 10px;
    border-bottom: 0px solid #ccc;
}

.account-text-li-p {
    font: 400 16px / 20px "Roboto", serif;
    color: #7E7E7E;
    margin-bottom: 0px;
}

/* Middle Header Css End */

/*  Header Css Start  */
.header-div-end {
    width: 100%;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.header-end-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-end-left {
    width: 100%;
    max-width: 28%;
    min-width: 28%;
}

.header-end-right {
    width: 100%;
    max-width: 52%;
    min-width: 52%;
}

.all-categories-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ec2127;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    max-width: 235px;
    min-width: 235px;
}

.all-categories-btn-div {
    position: relative;
    display: inline-block;
}

.category-btn-text {
    font: 500 16px / 20px "Roboto", serif;
    color: #ffffff;
    margin-bottom: 0px;
}

.all-categories-icon i {
    font-size: 14px;
    color: #fff;
}

.all-categories-details {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #009fc733;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    min-width: 230px; height:400px; overflow-y:scroll;
    max-width: 230px;
    transition: 0.5s allease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}

.all-categories-btn-div:hover .all-categories-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s all ease-in-out;
}

.header-end-right-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.header-end-right-li-a {
    text-decoration: none;
    font: 500 18px/22px "Inter Tight", serif;
    color: #253D4E;
}

.header-end-right-li-xxx-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    max-width: 160px;
    min-width: 160px;
    padding: 15px;
    transition: 0.5s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    list-style-type: none;
    margin-bottom: 0px;
}

.header-end-right-xxx-li-a {
    font: 400 18px / 20px "Roboto", serif;
    color: #7E7E7E;
    text-decoration: none;
}

.header-end-right-li-a i {
    font-size: 14px;
    margin-left: 5px;
    color: #7E7E7E;
}

.header-end-right-xxx-li {
    padding-bottom: 10px;
}


.header-end-right-li {
    margin-right: 34px;
    position: relative;
}

.header-end-right-dropdown-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    max-width: 940px;
    min-width: 940px;
    padding: 35px 25px 35px 35px;
    transition: 0.5s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.header-end-right-li:hover .header-end-right-dropdown-div {
    opacity: 1;
    visibility: visible;
}

.header-end-right-dropdown-li-a {
    font: 500 18px/22px "Roboto", serif;
    color: #266b8e;
    margin-bottom: 10px;
    text-decoration: none;
}

.header-end-right-dropdown-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline-start: 0px;
}

.header-end-right-dropdown-li {
    width: 100%;
    max-width: 22%;
    min-width: 22%;
    list-style-type: none;
}

.header-end-others {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
}

.header-end-right-dropdown-ul-first {
    list-style-type: none;
    padding-inline-start: 0px;
    padding-top: 15px;
}

.header-end-others-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 10px;
}

.header-end-others-icon i {
    font-size: 35px;
    color: #000000;
}

.header-end-right-li:hover .header-end-right-li-xxx-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 25px;
}

.header-end-right-dropdown-li-first-a {
    font: 400 18px/20px "Roboto", serif;
    color: #7E7E7E;
    text-decoration: none;
}

.header-end-others-toptext {
    color: #287297;
    font: 700 20px/25px "Quicksand", serif;
    margin-bottom: 5px;
}

.header-end-right-dropdown-li-first {
    padding-bottom: 10px;
}

.header-end-others-parastext {
    font: 400 16px / 20px "Inter Tight", serif;
    color: #7E7E7E;
    margin-bottom: 0px;
}

.all-categories-details-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.all-categories-details-grid-left {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.all-categories-details-grid-right {
    width: 100%;
    max-width: 48%;
    min-width: 48%;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.all-categories-details-grid-li {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #9fa7b057;
    padding: 9px 9px;
    margin: 10px 0px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.all-categories-details-grid-li:hover {
    border: 1px solid #BCE3C9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.all-categories-detail-grid-li-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    column-gap: 10px;
}

.all-categories-detail-grid-li-a img {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #287297;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 5px;
    border-radius: 50%;
}

.all-categories-detail-text-p {
    font: 400 16px/20px "Roboto", serif;
    color: #253D4E;
    margin-bottom: 0px;
}

/*  Header Css End  */


/* Responsive Css Start */
.responsive-header {
    display: none;
    padding-top: 58px;
}

.responsive-header-div-flex {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.responsive-header-ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding-inline-start: 0px;
    width: 100%;
    max-width: 80%;
    min-width: 80%;
    margin-bottom: 0px;
}

.responsive-header-li {
    position: relative;
}

.responsive-account-dropdown-ul {
    position: absolute;
    top: 100%;
    left: -153px;
    z-index: 2;
    width: 100%;
    max-width: 170px;
    min-width: 170px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 0 4px 4px;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    padding-inline-start: 0px;
    transition: 0.5s allease-in-out;
    border: 1px solid #ececec;
    list-style-type: none;
}

.responsive-header-li:hover .responsive-account-dropdown-ul {
    opacity: 1;
    visibility: visible;
}

.responsive-header-li-a {
    text-decoration: none;
}

.responsive-header-li-a i {
    font-size: 18px;
    color: #009fc7;
}

/* Responsive Css End */

/* Advertisement Css Start */
.advertisement-div {
    width: 100%;
    height: 100%;
}

.advertisement-main-content-bg {
    width: 100%;
    height: auto;
    position: relative;
    background: #287297;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 30px;
    margin: 30px 0px;
    padding: 40px 40px;
}

.advertisement-main-content {
    width: 100%;
    max-width: 80%;
    min-width: 80%;
    margin: auto;
}

.advertisement-content-head {
    font: 700 60px / 70px "Roboto", serif;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.advertisement-pros-div {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 10px 10px;
    align-items: center;
}

.advertisement-pros-div-main:nth-child(1) {
    grid-column: span 3 / span 6;
}

.advertisement-pros-div-main:nth-child(2) {
    grid-column: span 3 / span 6;
}

.advertisement-pros-div-main:nth-child(3) {
    grid-column: span 3 / span 6;
}

.advertisement-pros-div-main:nth-child(4) {
    grid-column: span 3 / span 6;
}

.advertisement-pros-div-bg {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    text-decoration: none;
    color: #111;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.advertisement-pros-div-bg-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;

}

.advertisement-pros-div-bg-first {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009fc7;
    border: none;
    border-radius: 5px;
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
}

.advertisement-pros-div-bg-first i {
    font-size: 25px;
    color: #fff;
}

.advertise-content-short-para {
    font: 500 18px / 20px "Roboto", serif;
    text-overflow: ellipsis;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
}

.advertise-content-subpara {
    font: 500 16px / 20px "Roboto", serif;
    text-overflow: ellipsis;
    color: #253D4E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
}

/* Advertisement Css End */


@media(max-width:1499px) {
    .header-left-div {
        width: 100%;
        max-width: 84%;
        min-width: 84%;
    }

    .search-main {
        width: 100%;
        min-width: 550px;
        max-width: 550px;
    }

    .col-cust-fisrtlg {
        width: 100%;
        max-width: 35%;
        min-width: 35%;
    }

    .col-cust-secondlg {
        width: 100%;
        max-width: 27%;
        min-width: 27%;
    }

    .header-end-right-li-a {
        font: 500 16px / 20px "Inter Tight", serif;
    }

    .header-end-left {
        width: 100%;
        max-width: 23%;
        min-width: 23%;
    }

    .header-end-right {
        width: 100%;
        max-width: 54%;
        min-width: 54%;
    }

    .header-end-others {
        width: 100%;
        max-width: 18%;
        min-width: 18%;
    }

    .header-end-right-li {
        margin-right: 28px;
        position: relative;
    }


}

@media(max-width:1199px) {
    .header-end-right-li-a {
        text-decoration: none;
        font: 500 16px / 20px "Inter Tight", serif;
        color: #253D4E;
    }

    .header-end-right-li {
        margin-right: 22px;
        position: relative;
    }

    .header-end-right {
        width: 100%;
        max-width: 54%;
        min-width: 54%;
    }

    .header-end-others {
        width: 100%;
        max-width: 17%;
        min-width: 17%;
    }

    .header-right-info-li-a {
        font: 400 14px / 20px "Inter Tight", serif;
        color: #7E7E7E;
    }

    .header-right-content {
        max-width: 351px;
        min-width: 351px;
    }

    .header-left-div {
        width: 100%;
        max-width: 82%;
        min-width: 82%;
    }

    .search-main {
        width: 100%;
        min-width: 450px;
        max-width: 450px;
    }

    .header-info-right>.header-info-right-ul>.header-info-right-li {
        margin-right: 16px;
        font: 400 13px / 17px "Inter Tight", serif;
    }

    .header-info-right-li .language-dropdown {
        font: 400 13px / 18px "Inter Tight", serif;

    }

    .header-info>.header-info-ul>.header-info-li a {
        font: 400 13px / 17px "Inter Tight", serif;
    }

    .header-end-others-parastext {
        font: 400 12px / 19px "Inter Tight", serif;
    }

    .header-end-right-li-a {
        font: 500 14px / 19px "Inter Tight", serif;
    }

    element.style {
        opacity: 0;
        transform: translateY(0px);
    }

    #news-add .news-add-li {
        font: 500 14px / 20px "Roboto", serif;
    }

    .custcontainer {
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
    }

    .col-cust-fisrtlg {
        width: 100%;
        max-width: 34%;
        min-width: 34%;
    }

    .col-cust-secondlg {
        width: 100%;
        max-width: 24%;
        min-width: 24%;
    }

    .col-cust-thirdlg {
        width: 100%;
        max-width: 34%;
        min-width: 34%;
    }

    .header-end-others-div {
        column-gap: 5px;
    }

    .header-end-others-toptext {
        font: 700 16px / 20px "Quicksand", serif;
    }

    .header-end-left {
        width: 100%;
        max-width: 24%;
        min-width: 24%;
    }

    .header-end-right {
        width: 100%;
        max-width: 56%;
        min-width: 56%;
    }

    .header-end-others {
        width: 100%;
        max-width: 18%;
        min-width: 18%;
    }

    .advertisement-content-head {
        font: 700 47px / 50px "Roboto", serif;
        color: #253D4E;
        margin-bottom: 30px;
        text-align: center;
    }

    .advertisement-pros-div-bg-first {
        width: 100%;
        max-width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .account-dropdown-ul {
        position: absolute;
        top: 100%;
        left: -91px;
    }

    .header-info>.header-info-ul>.header-info-li {
        margin-right: 12px;
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
}

@media(max-width:991px) {
    .col-cust-fisrtlg {
        display: none;
    }

    .account-dropdown-ul {
        position: absolute;
        top: 100%;
        left: -133px;
        width: 100%;
        max-width: 153px;
        min-width: 153px;
    }

    .account-text-li-p {
        font: 400 14px / 18px "Roboto", serif;
        color: #7E7E7E;
        margin-bottom: 0px;
    }

    .col-cust-thirdlg {
        width: 100%;
        max-width: 50%;
        min-width: 50%;
    }

    .col-cust-secondlg {
        width: 100%;
        max-width: 35%;
        min-width: 35%;
    }

    .search-main {
        width: 100%;
        min-width: 380px;
        max-width: 380px;
    }

    .header-logo-main {
        width: 100%;
        max-width: 18%;
        min-width: 18%;
    }

    .header-logo-div {
        display: block;
        width: 100%;
        max-width: 116px;
        min-width: 116px;
        height: 37px;
    }

    .header-left-div {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
    }

    .header-right-info-text {
        display: none;
    }

    .header-right-content {
        width: 100%;
        max-width: 170px;
        min-width: 170px;
        display: none;
    }

    .search-main {
        width: 100%;
        min-width: 450px;
        max-width: 450px;
    }

    /* .header-end-others {
        display: none;
    } */
    .header-end-right {
        width: 100%;
        max-width: 74%;
        min-width: 74%;
    }

    .all-categories-btn {
        max-width: 30px;
        min-width: 30px;
    }

    .category-btn-text {
        display: none;
    }

    .all-categories-btn {
        justify-content: flex-start;
        column-gap: 10px;
    }

    .header-end-right-dropdown-div {
        left: -50%;
    }

    .all-categories-btn {
        max-width: 60px;
        min-width: 60px;
    }

    .header-end-left {
        width: 100%;
        max-width: 8%;
        min-width: 8%;
    }

    .header-end-right {
        width: 100%;
        max-width: 70%;
        min-width: 70%;
    }

    .header-end-others-parastext {
        font: 400 13px / 16px "Inter Tight", serif;
    }

    .header-end-others {
        width: 100%;
        max-width: 20%;
        min-width: 20%;
    }

    /* .header-end-others {
        display: none;
    } */

    .header-end-right-dropdown-div {
        width: 100%;
        max-width: 600px;
        min-width: 600px;
        padding: 17px 17px 17px 17px;
    }

    .header-end-right-dropdown-li-a {
        font: 500 14px / 19px "Roboto", serif;
    }

    .header-end-right-dropdown-li-first-a {
        font: 400 16px / 17px "Roboto", serif;

    }

    .advertisement-content-head {
        font: 700 37px / 47px "Roboto", serif;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: center;
    }

    .advertisement-pros-div-bg-first {
        width: 100%;
        max-width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .advertisement-pros-div-bg-first i {
        font-size: 15px;
    }

    .advertise-content-short-para {
        font: 500 15px / 18px "Roboto", serif;
    }

    .advertise-content-subpara {
        font: 500 14px / 18px "Roboto", serif;
    }

    .advertisement-pros-div-main:nth-child(1) {
        grid-column: span 4 / span 6;
    }

    .advertisement-pros-div-main:nth-child(2) {
        grid-column: span 4 / span 6;
    }

    .advertisement-pros-div-main:nth-child(3) {
        grid-column: span 4 / span 6;
    }

    .advertisement-pros-div-main:nth-child(4) {
        grid-column: span 4 / span 6;
    }

}

@media(max-width:767px) {
    .search-main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .header-div-end {
        display: none;
    }

    .responsive-header {
        display: block;
        padding-top: 100px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 7px;
    }

    .header-left-div {
        width: 100%;
        max-width: 82%;
        min-width: 82%;
    }

    .col-cust-secondlg {
        width: 100%;
        max-width: 40%;
        min-width: 40%;
    }

    .col-cust-thirdlg {
        width: 100%;
        max-width: 50%;
        min-width: 50%;
    }

    .advertisement-pros-div-main:nth-child(1) {
        grid-column: span 6 / span 6;
    }

    .advertisement-pros-div-main:nth-child(2) {
        grid-column: span 6 / span 6;
    }

    .advertisement-pros-div-main:nth-child(3) {
        grid-column: span 6 / span 6;
    }

    .advertisement-pros-div-main:nth-child(4) {
        grid-column: span 6 / span 6;
    }

    .advertisement-content-head {
        font: 700 30px / 40px "Roboto", serif;

    }

    .header-end-right-li-a {
        font: 500 13px / 19px "Inter Tight", serif;
    }
}

@media(max-width:661px) {
    .header-end-right {
        width: 100%;
        max-width: 90%;
        min-width: 90%;
    }

    .responsive-header {
        display: block;
        padding-top: 60px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 7px;
    }

    .header-end-right-li {
        margin-right: 17px;
        position: relative;
    }

    .header-end-right-ul {
        display: flex;
        justify-content: flex-end;
    }

    .header-end-right-li-a {
        font: 500 13px / 19px "Inter Tight", serif;
    }

    .top-header {
        display: none;
    }

    .header-div-end {
        display: none;
    }

    .search-main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .header-left-div {
        width: 100%;
        max-width: 75%;
        min-width: 75%;
    }

    .serach-box-main .serach-box-main-input::placeholder {
        font: 300 12px/15px "Inter Tight", serif;
    }

    .header-right-info-ul {
        justify-content: flex-end;
        column-gap: 10px;
    }

    .header-right-info-li {
        display: none;
    }

    .header-right-content {
        display: none;
    }

    .header-right-info-li:last-child {
        display: block;
    }

    .serach-box-main .serach-box-main-input {
        background-color: #ffffff4d;
        font: 400 14px / 20px "Inter Tight", serif;
    }

}

@media(max-width:576px) {
    .advertisement-pros-div-main:nth-child(1) {
        grid-column: span 12 / span 6;
    }

    .advertisement-pros-div-main:nth-child(2) {
        grid-column: span 12 / span 6;
    }

    .advertisement-pros-div-main:nth-child(3) {
        grid-column: span 12 / span 6;
    }

    .advertisement-main-content-bg {
        margin: 15px 0px;
        padding: 25px 15px;
    }

    .advertisement-pros-div-main:nth-child(4) {
        grid-column: span 12 / span 6;
    }

    .advertisement-content-head {
        font: 700 25px / 35px "Roboto", serif;

    }

    .header-logo-main {
        width: 100%;
        max-width: 14%;
        min-width: 14%;
    }

    .header-logo-div {
        display: block;
        width: 100%;
        max-width: 80px;
        min-width: 80px;
        height: 30px;
    }

    .header-left-div {
        width: 100%;
        max-width: 82%;
        min-width: 82%;
    }

    .search-main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .all-categories-icon-xxx i {
        display: none;
    }

}

@media(max-width:480px) {
    .account-dropdown-ul {
        position: absolute;
        top: 24px;
        left: -51px;
        z-index: 2;
        width: 100%;
        max-width: 140px;
        min-width: 62px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 0 0 4px 4px;
        transform: translateY(10px);
        visibility: hidden;
        opacity: 0;
        padding-inline-start: 0px;
        transition: 0.5s allease-in-out;
        border: 1px solid #ececec;
        list-style-type: none;
    }
    .all-categories-detail-text-p {
        font: 400 16px/20px "Roboto", serif;
        color: #253D4E;
        margin-bottom: 0px;
    }
    .responsive-header-ul {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        padding-inline-start: 0px;
        width: 100%;
        max-width: 85%;
        min-width: 85%;
        margin-bottom: 0px;
    }

    .account-text-li-p {
        display: none;
    }
    .all-categories-details {
     
        width: 100%;
        min-width: 364px;
        max-width: 364px;
    
    }
    .header-right-content {
        width: 100%;
        max-width: 40px;
        min-width: 40px;
    }

    .responsive-account-dropdown-ul {
        max-width: max-content;
        min-width: max-content;
        left: -38px;
    }

    .search-main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .header-left-div {
        width: 100%;
        max-width: 78%;
        min-width: 78%;
    }

    .all-categories-btn {
        max-width: 30px;
        min-width: 30px;
    }
}

@media(max-width:420px) {
    .responsive-header-ul {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        padding-inline-start: 0px;
        width: 100%;
        max-width: 84%;
        min-width: 84%;
        margin-bottom: 0px;
    }

    .responsive-header-li-a i {
        font-size: 14px;
        color: #009fc7;
    }
}