* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline:none!important;
}

ul, ol, li, a, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline:none!important;
}

.slick-dots li
 {
    position:static!important;
    width: 8px!important;
    height: 8px!important;
    margin: 0 2.7px 0 0!important;
}

.slick-dots li:last-child
 {
    margin: 0 0 0 0!important;
}

.slick-dots li button {
    width:8px!important;
    height:8px!important;
    padding:0!important;
    position:static!important;
}

.slick-dots li button:before {
    font-size:0px!important;
    opacity:1!important;
    width:8px!important;
    line-height:8px!important;
    min-width:8px!important;
    min-height:8px!important;
    max-height:8px!important;
    height:8px!important;
    color:#C4C4C4!important;
    position:static!important;
    display:block;
    background:#C4C4C4;
    border-radius:100%;
}

.slick-dots li.slick-active button:before {
    background:#FF8922!important;
}

/* Custom Scrollbar */
.scrollbar-new-design::-webkit-scrollbar {
  width: 12px; /* Scrollbar width */
}

/* Scrollbar Track */
.scrollbar-new-design::-webkit-scrollbar-track {
  background: #f8f8f8; /* Light gray background */
  border-radius: 10px;
}

/* Scrollbar Thumb */
.scrollbar-new-design::-webkit-scrollbar-thumb {
  background-color: #ff8615; /* Orange color */
  border-radius: 10px;
  border: 3px solid #f8f8f8; /* Creates the spacing effect */
}

/* Hover effect on thumb */
.scrollbar-new-design::-webkit-scrollbar-thumb:hover {
  background-color: #ff6f00;
}

/* Firefox (for cross-browser support) */
.scrollbar-new-design {
  scrollbar-width: thin;
  scrollbar-color: #ff8615 #f8f8f8;
}

.overflowHidden {
    overflow:hidden;
}

body .content {
    min-height:calc(100vh - 453.34px);
}

body {
    font-family: 'Gotham-Book';
    font-size: 14px;
    margin-top:96px;
    width:100%;
    overflow-x:hidden!important;
}

.siteContainer {
    width: 100%;
    padding:0 9px;
    display:flex;
}

/*--Header--*/
#header {
    border-bottom: 1px solid #E5E7EB;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:96px;
    margin-bottom:15px;
    position:fixed;
    width:100%;
    left:0;
    top:0;
    background:white;
    z-index:99;
}

#header .siteContainer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1184px;
    padding:0 9px;
}

#header .siteContainer .headerLeft {
    display:flex;
    align-items:center;
    gap:13px;
}

#header .siteContainer .headerLeft .menuIcon {
    width: 100%;
    max-width: 16px;
    min-height: 14px;
    cursor: pointer;
    display:none;
    flex-direction:column;
    gap:5px;
}

#header .siteContainer .headerLeft .menuIcon .menuBar1,
#header .siteContainer .headerLeft .menuIcon .menuBar2,
#header .siteContainer .headerLeft .menuIcon .menuBar3 {
    width: 16px;
    height: 2px;
    background-color:#111928;
    transition: 0.4s;
    border-radius: 50px;
}
#header .siteContainer .headerLeft .menuIcon.activeNav .menuBar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

#header .siteContainer .headerLeft .menuIcon.activeNav .menuBar2 {
    opacity: 0;
}

#header .siteContainer .headerLeft .menuIcon.activeNav .menuBar3 {
    transform: translate(0, -7px) rotate(45deg);
}

#header .siteContainer .headerLeft .logo {
    width:232px;
}

#header .siteContainer .headerLeft .logo svg {
    width:100%;
    height:unset;
}

#header .siteContainer nav ul {
    display:flex;
    align-items:center;
    gap:32px;
}

#header .siteContainer nav ul li {
    display:flex;
    align-items:center;
    position:relative;
}

#header .siteContainer nav ul li a {
    display:flex;
    align-items:center;
    gap:8px;
    font-family: 'Gotham-Medium';
    font-weight: inherit;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color:#111928;
}

#header .siteContainer nav ul li.activeDrop .navigationDropdown {
    display:flex;
}

#header .siteContainer nav ul li.activeDrop .shortDropdown {
    display:flex;
}

#header .siteContainer nav ul li .dropdownItemsOuter .container .dropdownItem> ul > li > a:hover, #header .siteContainer nav ul li a:hover, #header .siteContainer nav ul li .shortDropdown ul li a:hover {
    color:#FF8922!important;
}

#header .siteContainer nav ul li .navigationDropdown {
    width:100%;
    display:none;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    position:fixed;
    left:0px;
    top:80px;
    background:#ffffff;
    box-shadow: 0px 1px 2px 0px #0000001A;
    z-index: 9999;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:32px 0px;
    border-top:1px solid #E5E7EB;
    border-bottom:1px solid #E5E7EB;

    overflow-y: auto;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container {
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    gap: 20px;
    row-gap: 32px;
    align-items: flex-start;
    align-content: flex-start;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container .dropdownItem {
    display:flex;
    flex-direction:column;
    gap:16px;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container .dropdownItem h4 {
    font-family:'Gotham-Black';
    font-weight: inherit;
    font-size: 17px;
    line-height: 150%;
    color:#FF8922;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container .dropdownItem ul {
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:flex-start;
    justify-content:center;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container .dropdownItem ul li a {
    font-weight: inherit;
    font-size: 12px;
    line-height: 150%;
    color:#111928;
    text-align:left;
    font-family: 'Gotham-Book';
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsView {
    width:100%;
    min-height:83px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsView .viewAllButton {
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsView .viewAllButton span {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    line-height: 100%;
}

#header .siteContainer nav ul li.activeDropMobile .navigationDropdown, #header .siteContainer nav ul li.activeDropMobile .shortDropdown {
    left:0;
    transition:.5s;
}

#header .siteContainer nav ul li .shortDropdown {
    width: 350%;
    padding: 10px;
    display: none;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 45px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px #0000001A;
    z-index: 9999;
}

#header .siteContainer nav ul li .shortDropdown ul {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column;
}

#header .siteContainer nav ul li .shortDropdown ul li a {
    font-weight: inherit !important;
    font-size: 12px !important;
    line-height: 150% !important;
    color: #111928 !important;
}

/* #header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container, #header .siteContainer nav ul li .shortDropdown .dropdownItemsOuter .container {
    grid-template-columns: repeat(1, 1fr);
} */

#header .siteContainer nav>ul>li.activeDrop>a:before {
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    content: '';
    display: block;
    left: 0;
    top: 0;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter, #header .siteContainer nav ul li .shortDropdown .dropdownItemsOuter {
    padding:16px;
    height: calc(100% - 135px);
    overflow-y:auto;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container, #header .siteContainer nav ul li .shortDropdown .dropdownItemsOuter .container {
    gap:16px;
}

#header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container .dropdownItem ul li a, #header .siteContainer nav ul li
 .shortDropdown .dropdownItemsOuter .container .dropdownItem ul li a {
    padding:0px;
    border:0px;
    min-height:unset;
}
/*--New Nav Ends--*/



#header .siteContainer .headerButtons {
    display:flex;
    align-items:center;
    gap:10px;
}

#header .siteContainer .sitebutton {
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width:113px;
    min-height:48px;
    border-radius:8px;
}

#header .siteContainer .signinBtn {
    border: 1px solid #FF8922;
    background:white;
    color:#FF8922;
}

#header .siteContainer .signinBtn:hover {
    background:#FF8922;
    color:#ffffff;
}

#header .siteContainer .joinBtn {
    border: 1px solid #FF8922;
    background:#FF8922;
    color:#ffffff;
}

#header .siteContainer .joinBtn:hover {
    background:#e77919;
    color:#ffffff;
}

#header .siteContainer .sitebutton.dashboardBtn {
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width:113px;
    min-height:48px;
    border-radius:8px;
    border: 1px solid #FF8922;
    background:#FF8922;
    color:#ffffff;
}

/*--Newsletter--*/
#newsletter {
    display:flex;
    background:#FF8922;
    padding:53px 0 63px 0;
    justify-content:center;
}

#newsletter .siteContainer {
    display:flex;
    background:#FF8922;
    padding:0 9px;
    justify-content:space-between;
    max-width:1171px;
}

#newsletter .siteContainer .newsletterHeadings {
    display:flex;
    flex-direction:column;
}

#newsletter .siteContainer .newsletterHeadings h4 {
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#1B3047;
}

#newsletter .siteContainer .newsletterHeadings h5 {
    font-family: 'Gotham-Medium';
    font-weight: inherit;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#ffffff;
}

#newsletter .siteContainer .newsletterEmailBlock {
    width: 396px;
    height: 62px;
    border-radius: 10px;
    background:white;
    padding:5px;
    display:flex;
    align-items:center;
}

#newsletter .siteContainer .newsletterEmailBlock input#newsletterEmail {
    width: calc(100% - 129px);
    height: 57px;
    background:transparent;
    border:0px;
    padding:0 0 0 12px;
    font-family: 'Gotham-Book';
    font-weight: inherit;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#383838;
}

#newsletter .siteContainer .newsletterEmailBlock ::placeholder {
    font-family: 'Gotham-Book';
    font-weight: inherit;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#383838;
}

#newsletter .siteContainer .newsletterCheck {
    display:flex;
    align-items:center;
    margin-top:10px;
}

#newsletter .siteContainer .newsletterCheck label {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#383838;
}

#newsletter .siteContainer .newsletterCheck a {
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#383838;
    text-decoration:underline;
}

#newsletter .siteContainer .newsletterCheck a:hover {
    color:#ffffff;
}

#newsletter .siteContainer .newsletterEmailBlock #joinBtn {
    width: 129px;
    height: 52px;
    border-radius: 10px;
    background:#1B3047;
    font-family: 'Gotham-Medium';
    font-weight: inherit;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    cursor: pointer;
    border:0px;
}

#newsletter .siteContainer .newsletterEmailBlock #joinBtn:hover {
    background:#FF8922;
}

/*--Checkboxes New Design--*/
#newsletter .siteContainer .checkBoxContainer {
    display: block;
    position: relative;
    padding-left:23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Gotham-Medium';
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    color:#6C727F;
}

#newsletter .siteContainer .checkBoxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#newsletter .siteContainer .checkBoxContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius:4px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}

#newsletter .siteContainer .checkBoxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

#newsletter .siteContainer .checkBoxContainer input:checked ~ .checkmark {
  background-color:#FF8922;
  border-color:#FF8922;
}

#newsletter .siteContainer .checkBoxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#newsletter .siteContainer .checkBoxContainer input:checked ~ .checkmark:after {
  display: block;
}

#newsletter .siteContainer .checkBoxContainer .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--Footer--*/
#footer {
    background:#1B3047;
    padding:69px 0 36px 0;
    display:flex;
    align-items:center;
    justify-content:center;
}

#footer .siteContainer {
    display:flex;
    flex-direction:column;
    max-width:1280px;
}

#footer .siteContainer ul li {
    list-style-type:none;
}

#footer .siteContainer .footerTop {
    display:flex;
    gap:48px;
    color:#9CA3AF;
    padding-bottom:38px;
}

#footer .siteContainer .footerTop .column {
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:284px;
}

#footer .siteContainer .footerTop .column.column1.mobileColumn {
    display:none;
}

#footer .siteContainer .footerTop .column2, #footer .siteContainer .footerTop .column3, #footer .siteContainer .footerTop .column4 {
    gap:16px;
}

#footer .siteContainer .footerTop .column2 ul, #footer .siteContainer .footerTop .column3 ul, #footer .siteContainer .footerTop .column4 ul {
    display:flex;
    flex-direction:column;
    gap:16px;
}

#footer .siteContainer .footerTop .column2 ul li, #footer .siteContainer .footerTop .column3 ul li, #footer .siteContainer .footerTop .column4 ul li {
    display:flex;
    align-items:center;
    gap:8.5px;
}

#footer .siteContainer .footerTop .column2 a, #footer .siteContainer .footerTop .column3 a, #footer .siteContainer .footerTop .column4 a {
    font-family: 'Gotham-Book';
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#9CA3AF;
}

#footer .siteContainer .footerTop .column2 a:hover, #footer .siteContainer .footerTop .column3 a:hover, #footer .siteContainer .footerTop .column4 a:hover {
    color:#FA752A;
}

#footer .siteContainer .footerTop .column  h3 {
    font-family: 'Gotham-Bold';
    font-weight: inherit;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color:#ffffff;
}

#footer .siteContainer .footerTop .column.column1 .footerLogo {
    margin:0 0 48.51px 0;
}

#footer .siteContainer .footerTop .column.column1 .followUs {
    display:flex;
    flex-direction:column;
    gap:16px;
}

#footer .siteContainer .footerTop .column.column1 .followUs ul {
    display:flex;
    align-items:center;
    gap:16px;
}

#footer .siteContainer .footerBottom {
    border-top: 1px solid #374151;
    padding-top:33px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Gotham-Book';
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color:white;
}

@media screen and (max-width:1200px) {
    .slick-dots li
    {
        width: 6px!important;
        height: 6px!important;
        margin: 0 2px 0 0!important;
    }

    .slick-dots li button {
        width:6px!important;
        height:6px!important;
    }

    .slick-dots li button:before {
        width:6px!important;
        line-height:6px!important;
        min-width:6px!important;
        min-height:6px!important;
        max-height:6px!important;
        height:6px!important;
    }
}

@media screen and (min-width: 951px) {
    .backBlock {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #header {
        min-height:70px;
        padding:23px 0 14px 0px;
    }
    body {
        margin-top: 72px;
    }
    .menuIcon {
        display:flex!important;
    }
    #header .siteContainer .navigationDropdown, #header .siteContainer .shortDropdown {
        display: flex!important;
        align-items: flex-start;
        height: calc(100% - 72px);
        top: 72px!important;
        z-index: 9;
        max-height: unset;
        justify-content: flex-start!important;
        overflow: hidden;
        left: -100%!important;
        transition: .5s;
        width: 100% !important;
        position: fixed !important;
        padding: 0px!important;
    }

    #header .siteContainer .activeDropMobile .navigationDropdown, #header .siteContainer .activeDropMobile .shortDropdown {
        left:0!important;
    }

    #header .siteContainer .backBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        min-height: 52px;
        width: 100%;
        background: #F8F8F8;
        padding: 16px 24px 15px 24px;
        position: relative;
        border-top: 1px solid #E5E7EB;
    }
    #header .backBlock .backbutton {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 24px;
    }
    #header .backBlock span {
        font-family: 'Gotham-Bold';
        font-weight: inherit;
        font-size: 16px;
        line-height: 100%;
    }
    #header .siteContainer .navigationDropdown .dropdownItemsOuter {
        border-bottom: 0;
        height: calc(100% - 127px);
    }
    #header .siteContainer .navigationDropdown .dropdownItemsView {
        min-height: 74px;
    }
    #header .siteContainer .navigationDropdown .dropdownItemsView .viewAllButton {
        width: 100%;
        max-width: calc(100% - 48px);
        height: 34px;
        border: 1px solid #E5E7EB;
        border-radius: 8px;
        background: transparent;
        align-items: center;
        justify-content: center;
    }
    #header .siteContainer .headerBottom .container nav ul li a {
        min-height: 45px;
        padding: 13px 24px 12px 36px;
        justify-content: space-between;
    }
    #header .siteContainer .navigationDropdown .dropdownItemsView .viewAllButton svg {
        display: none;
    }
    #header .siteContainer nav {
        position:fixed;
        width:100%;
        height:calc(100% - 72px);
        top:72px;
        left:-100%;
        background:white;
        transition:.5s;
    }

    #header .siteContainer nav.activeNav {
        left:0;
        transition:.5s;
    }

    #header .siteContainer nav ul {
        flex-direction:column;
        gap:0px;
    }

    #header .siteContainer nav ul li {
        width:100%;
    }

    #header .siteContainer nav ul li a {
        width:100%;
        min-height: 45px;
        padding: 13px 24px 12px 36px;
        justify-content:space-between;
    }

    #header .siteContainer nav .viewAllButton a {
        justify-content:center;
    }

    #header .siteContainer nav ul li a svg {
        transform:rotate(-90deg);
    }

    #footer .siteContainer .footerTop {
        flex-direction:column;
        gap:30px;
        padding-bottom:28px;
    }

    #footer .siteContainer .footerTop .column2 a, #footer .siteContainer .footerTop .column3 a, #footer .siteContainer .footerTop .column4 a {
        font-size: 14px;
        line-height: 24px;
    }

    #footer .siteContainer .footerTop .column.column1.desktopCol .followUs {
        display:none;
    }

    #footer .siteContainer .footerTop .column.column1 .footerLogo {
        margin:0;
    }

    #footer .siteContainer .footerTop .column.column1.mobileColumn {
        display:flex;
    }

    #footer .siteContainer .footerBottom {
        padding-top:17px;
    }

    #newsletter .siteContainer {
        flex-direction:column;
        gap:20px;
    }

    #newsletter .siteContainer .newsletterEmailBlock {
        width:100%;
    }

    #newsletter .siteContainer .newsletterEmailBlock{
        height: 40px;
    }

    #newsletter .siteContainer .newsletterEmailBlock input#newsletterEmail {
        height: 40px;
    }

    #newsletter .siteContainer .newsletterHeadings {
        align-items: center;
        justify-content: center;
        gap:20px;
        text-align:center;
    }

    #newsletter .siteContainer .newsletterHeadings h4 {
        width:85%;
    }

    #newsletter .siteContainer .newsletterHeadings h5 {
        width:75%;
    }

    #newsletter .siteContainer {
        align-items:center;
    }

    #newsletter .siteContainer .newsletterRightBlock  {
        width:100%;
    }

    #newsletter .siteContainer .newsletterEmailBlock #joinBtn {
    height: 32px;
    font-size: 12px;
    line-height: 24px;
    }
}

@media screen and (min-width:761px) {
    #siteBanner .siteContainer .mobileConditions {
        display:none;;
    }
}

@media screen and (max-width:768px) {
    body {
        margin-top: 86px;
    }
}

@media screen and (max-width:760px) {
    #header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:650px) {
    #footer {
        padding: 24px 0 101px 0;
    }

    body {
        margin-top: 72px;
    }

    #header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container {
        grid-template-columns:1fr;
    }

    #header .siteContainer .signinBtn {
        width:76px;
        font-size:12px;
    }

    #header .siteContainer .joinBtn {
        width:67px;
        font-size:12px;
    }

    #header .siteContainer .headerLeft .logoBlock {
        width:160px;
    }

    #header .siteContainer .headerLeft .logoBlock svg {
        width:100%;
        height:unset;
    }

    #header .siteContainer .sitebutton {
        min-height: 34px;
    }


    #header .siteContainer .sitebutton.dashboardBtn {
        font-size: 12px!important;
        min-height: 34px!important;
    }

    #header .siteContainer .headerButtons {
        gap: 8px;
    }

    #additionalCategories .siteContainer .headingBlock {
        align-items: flex-start!important;
        flex-direction: column;
        gap:10px;
    }

    #additionalCategories .siteContainer .headingBlock .blockSearch {
        max-width:100%!important;
        width:100%!important;
    }
}

@media screen and (max-width:450px) {
    #header .siteContainer nav ul li .navigationDropdown .dropdownItemsOuter .container {
        grid-template-columns:1fr;
    }

    #header .siteContainer .headerLeft .logoBlock {
        width: 161px;
    }
}

#attachmentSearch::-webkit-search-cancel-button,
#attachmentSearch::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

#attachmentSearch::-moz-search-clear {
  display: none;
}

.mt-10{
margin-top:10px;
}