.container-header {
    background-color: #f5f5f5;
    height: 40px;
}

.header-menu {
    width: 96%;
}

.list-menu {
    list-style: none;
    margin-left: 37px;
}

.menu-items.box {
    border-right: solid 1px #e9e9e9;
    max-height: 40px;
}

.menu-items.box:first-child {
    border-left: solid 1px #e9e9e9;
}

.menu-items.box:hover {
    background-color: #fff;
}

li.menu-items {
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'TruenoRg';
    font-size: 10px;
}


/* li.menu-item {
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
} */

li.menu-item:last-child {
    padding-right: 5px;
}

li.menu-items a {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'TruenoRg';
}

li.menu-item a {
    font-size: 16px;
    text-transform: inherit;
    /* text-transform: uppercase; */
    font-family: 'TruenoRg';
}

a {
    color: unset;
}

a:hover {
    text-decoration: none;
    color: #ff1659;
}

img.smart-logo {
    object-fit: contain;
    width: 80%;
}

dl,
ol,
ul {
    margin-bottom: unset;
}


/*  Toggle for Language Switcher */

.id,
.eng {
    width: 19px;
    height: 19px;
    font-family: TruenoRg;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    background-color: #ff90ac;
    cursor: pointer;
}

.language .active {
    background-color: #ff1659;
    width: 26px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    font-family: TruenoSBd;
    pointer-events: none;
}


/* Navbar css */

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #f5f5f5!important;
}

a.navbar-brand {
    /* margin-left: -6px; */
}

@media screen and (min-width: 992px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: 0 4px !important;
        margin: 6px 0 0 0!important;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 3rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: TruenoRg;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 74px;
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: #f5f5f5;
        border-radius: 0px;
    }
}

#navbar .container {
    padding-right: 12px;
    padding-left: 12px;
}

#navbar {
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #e9e9e9;
}

.navbar {
    padding-right: 0px;
    padding-left: 0px;
    height: 80px;
}

@media (max-width: 768px) {
    .btn-primary {
        font-size: 14px !important;
    }
    .navbar-collapse.collapse.show #menu-primary-menu li {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #menu-primary-menu ul.dropdown-menu.show {
        box-shadow: none !important;
        padding-left: 7px;
    }
    .navbar-collapse.collapse.show #menu-primary-menu li a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: left;
    }
    .navbar-collapse.collapse.show #menu-primary-menu li ul li a {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: left;
        color: #676767;
        font-family: 'TruenoLt';
    }
    .panel-grid-cell .pt-tabs__navigation {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 80px;
        width: 110%;
    }
    .cright-section p {
        font-size: 12px;
        line-height: 20px;
    }
    .main-footer {
        background: #fafafa;
        padding-top: 35px;
        padding-bottom: 0px;
        /* margin: 32px 0 0px 0; */
    }
    .footer-info {
        padding: 15px;
    }
    .left-box {
        margin-bottom: 30px;
        text-align: left;
    }
    .right-box {
        padding-left: 0;
        text-align: center;
        margin-top: 25px;
    }
    .social-menu ul li {
        display: inline-block;
        margin-bottom: 5%;
        min-width: 58px;
    }
    .social-menu ul li:last-child {
        min-width: 29px;
    }
    .cright-section {
        text-align: left;
        padding-bottom: 35px;
        padding-top: 0px;
    }
    .cright-section .limg {
        text-align: left;
        margin-top: 10px;
        float: left;
    }
    .cright-section .cright-menu {
        float: left;
        width: 100%;
        text-align: left !important;
    }
    /* .footer-list {
        border-bottom: 1px solid #e9e9e9;
    } */
    .footer-content {
        padding: 0px 15px !important;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #262626;
    }
}


/* adds some margin below the link sets  */

.top-bar-row li.menu-items {
    max-height: 40px;
    line-height: 40px;
    min-width: 88px;
    text-align: center;
}

.top-bar-row li.menu-items a {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'TruenoRg';
}

.secondry-menu {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b7b;
}

.container {
    padding-left: 12px;
    padding-right: 12px;
}

.teritary {
    background-color: #f5f5f5;
    position: absolute;
    width: 100vw;
    left: -12px;
    z-index: 9;
    bottom: -40px;
}

.teritary li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #555555;
    min-width: 32.33%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'TruenoRg';
}

.mob-show {
    display: none;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar-toggler {
    padding: 0px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #f5f5f5!important;
}

#navbar .dropdown-toggle:after {
    vertical-align: middle;
    content: "";
    background: #fff url(../img/ic_arrow_down_small.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: inherit;
    background-position: center bottom -4px;
    border: none;
}

#navbar .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}


/*for the animation*/

#navbar .dropdown-toggle:after {
    /* transition: 0.5s; */
}

.searchform input {
    outline: none;
}

.searchform input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

.searchform input::-webkit-search-decoration,
.searchform input::-webkit-search-cancel-button {
    display: none;
}

.searchform input[type=search] {
    background: #fff url(../img/ic_search.svg) no-repeat center right 16px;
    background-size: auto;
    border: solid 1px #ccc;
    padding: 8px 13px 8px 16px;
    width: 288px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9d9d9d;
}

.searchform input[type=search]:focus {}

.cright-section .cright-menu li a {
    font-family: TruenoLt;
    font-size: 12px;
    line-height: 33px;
}

.searchform input:-moz-placeholder {
    color: #999;
}

.searchform input::-webkit-input-placeholder {
    color: #999;
}


/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: 1.5rem .5rem;
        margin: 0 .25rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: TruenoRg;
        color: #262626;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
    }
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: relative;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: #f5f5f5;
        border-radius: 0px;
    }
}


/* footer css start */

.sub-footer {
    padding: 35px 0px;
    margin: 32px 0;
}

.container-listmenu {
    margin: 50px 0 24px;
    padding: 4px 111px 44px 103px;
}


/* .footer-list {} */

.footer-list .ftitle {
    font-family: 'TruenoSBd';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #020202;
    margin-bottom: 16px;
}

.footer-list .mftitle {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'TruenoSBd';
    color: #020202;
}


/* .footer-list .footer-link {} */

.footer-list .footer-link ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

.footer-list .footer-link ul li {
    font-size: 15px;
    line-height: 2.06;
    font-family: 'TruenoRg';
    color: #555555;
}

.footer-list .footer-link ul li a {
    font-family: 'TruenoRg';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #555555;
}

.mftitle:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 20px;
    content: "\f106";
    float: right;
}

.mftitle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
}

.sepv-r {
    border-right: dashed .5px #c4c4c4;
}

.no-br {
    border: none;
}

.main-footer {
    background: #fff;
    padding: 32px 0px 0px 0px;
    /* margin: 32px 0 0px 0; */
}

.container-middlecontent {
    width: 1440px;
    height: 337px;
    margin: 50px 0 24px;
    padding: 38px 111px 44px 108px;
}

.footer-logo {
    margin-bottom: 24px;
}

.footer-about {
    font-family: 'TruenoLt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #555555;
}

.left-box {
    margin-bottom: 32px;
}

.right-box {
    padding-left: 6%;
}

.social-icon {}

.footer-bg {
    background-color: #fafafa;
}

.footer-content {
    padding: 48px 12px 48px 36px;
}

.footer-info {
    padding: 48px 0;
}

.fheading {
    font-family: 'TruenoSBd';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    margin-bottom: 25px;
}

.social-menu {}

.social-menu ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

.social-menu ul li {
    display: inline-block;
    margin-right: 0%;
}

.social-menu ul li:last-child {
    margin-right: 0;
}

.social-menu ul li a img {
    width: 28.62px;
    height: 28.62px;
}

.social-menu ul li a p {
    font-family: 'TruenoRg';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #555555;
}

.social-menu ul li a span {
    font-family: 'TruenoRg';
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff1659;
    display: block;
}

.small-footer {
    background: #FBFAF9;
    padding: 20px 0px;
    margin: 20px 0 0px 0;
}


/* new css for small footer  start*/

.small-footer .social-menu ul li a img {
    width: 30px;
    height: 30px;
}

.dis-none {}

.dis-none p {
    display: none;
}

.dis-none span {
    display: none !important;
}


/* new css for small footer end*/

.cright-section {
    padding: 10px 0px;
}

.cright-section p {
    font-family: 'TruenoRg';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #555555;
    margin-bottom: 0px;
}

.cright-section p a {
    font-weight: bold;
}

.cright-section p a {
    font-family: 'TruenoSBd';
    color: #000 !important;
}

.cright-section .limg {
    text-align: right;
}

.cright-section .cright-menu {
    /* float: left; */
    width: 70%;
}

.cright-section .cright-menu ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.cright-section .cright-menu li {
    display: inline-block;
    margin-right: 2%;
    min-width: 80px;
    padding: 12px 0px;
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #555555;
}

.cright-section .cright-menu li a {
    font-family: 'TruenoLt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #555555;
}

svg {
    fill: #9d9d9d;
}

svg:hover {
    fill: #ff1659;
}

#breadcrumb {
    background-color: #fff;
    margin-top: 24px;
}

#breadcrumb a {
    color: #ff1659;
    text-decoration: none;
    font-size: 14px;
}

#breadcrumb .make-boldNew {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .mob-show {
        display: block;
    }
    .searchform input[type=search] {
        background: #fff url(../img/ic_search.svg) no-repeat center right;
        background-size: auto;
        border: solid 1px #ccc;
        padding: 8px 13px 8px 16px;
        width: 288px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #9d9d9d;
    }
    #navbar .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        /* content: "\f107"; */
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        font-size: 20px;
        border-top: none;
        border-right: none;
        border-bottom: 0;
        float: right;
        border-left: none;
    }
    .ser-res {
        position: absolute;
        top: 12px;
        right: 45px;
        height: 18px;
    }
    .searchform input {
        outline: none;
    }
    .searchform input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }
    .searchform input::-webkit-search-decoration,
    .searchform input::-webkit-search-cancel-button {
        display: none;
    }
    .searchform input[type=search] {
        border: solid 1px transparent;
        padding: 8px 13px 8px 16px;
        width: 0px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .searchform input[type=search]:focus {
        width: 17rem;
        font-size: 14px;
        border: solid 1px #d8d8d8;
        color: rgb(0 0 0 / 0.2);
    }
    .searchform input:-moz-placeholder {
        color: #999;
    }
    .searchform input::-webkit-input-placeholder {
        color: #999;
    }
    .footer-info {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .footer-list .mftitle {
        font-size: 15px;
        margin-bottom: 0px;
        font-family: 'TruenoSBd';
        color: #020202;
        padding: 20px 0;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e9e9e9;
    }
}

#bc-title {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .ser-res {
        position: absolute;
        top: 20px;
        right: 45px;
    }
}

.navbar-nav ul.dropdown-menu.show {
    /* max-width: 288px; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #fafafa !important;
    top: 58px;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'TruenoRg';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.navbar-nav ul.dropdown-menu.show li a {
    font-size: 16px;
    text-transform: inherit;
    padding: 0px 6px;
}

.show .navbar-collapse {
    z-index: 999;
    position: relative;
    background: white;
    display: block;
}

#navbar li.menu-item {
    line-height: 40px;
}

#navbar #navbarSupportedContent a:hover {
    color: #ff1659;
}


/* add red dot to active links css start*/

#navbar .nav-item:hover .nav-link {
    color: #ff1659;
}

#navbar .nav-item.active .nav-link::before,
#navbar .nav-item:hover .nav-link::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 8px;
    color: #ff1659;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    bottom: 0px;
    left: 42%;
    top: 41px;
}

@media (max-width: 768px) {
    #navbar .nav-item:hover .nav-link::before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        font-size: 8px;
        color: #ff1659;
        -webkit-text-stroke: 1px #fff;
        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
    }
}

#breadcrumb {
    font-family: TruenoLt !important;
    margin-bottom: 24px;
}

#breadcrumb a {
    color: #ff1659;
    text-decoration: none;
    font-size: 14px;
    margin: 0 4px 0 0px;
    display: inline;
    margin: 0 4px 0 0;
    font-family: TruenoLt;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 16px;
}

.menu-items.box:first-child {
    border-left: solid 1px #e9e9e9;
    background: #fff;
    color: #ff1659;
}

.searchform input:focus {
    background: #fff url(../img/ic_close.svg) no-repeat right 16px center !important;
    border-color: #000 !important;
}

.qr-code.dropdown-menu {
    margin-left: -60px;
    border: none;
}

.qr-code {
    width: 198px;
    text-align: center;
    padding-bottom: 16px;
    border-radius: 0px;
    background: #f5f5f5;
}

.qr-code span {
    display: block;
}

.qr-code span+span {
    margin-top: 13px;
}

.qr-code span:nth-child(3) {
    padding-bottom: 16px;
}

.mobileMenu .list-menu {
    list-style: none;
    margin-left: 0px;
}

@media (max-width: 768px) {
    #navbarSupportedContent {
        margin-left: -12px;
        background: white;
        height: 100vh;
    }
    .navbar-collapse {
        top: 6px;
        z-index: 999;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        width: 100vw;
    }
    li.menu-item:last-child {
        padding-right: 0px;
    }
    .list-menu {
        list-style: none;
        margin-left: 10px;
    }
    #navbar li.menu-item {
        padding-left: 10px;
    }
}

.top-bar-menu-mob .QR-Code-mob {
    min-width: 156px;
}

.qr-code {
    min-width: 156px;
    object-fit: cover;
    object-position: center;
    max-height: 156px;
}

.top-bar-menu-mob .qr-code {
    padding-bottom: 0px;
}

.top-bar-menu-mob li a {
    font-family: 'TruenoRg';
    font-size: 14px;
    text-transform: capitalize;
    color: #7b7b7b;
    width: 100%;
}

.top-bar-menu-mob .navbar-collapse .dropdown-menu {
    max-width: 100%;
}

.top-bar-menu-mob .dropdown-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-block {
    margin-left: 16px;
}

.app-store,
.play-store {
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin: 4px auto;
}

.qr-code {
    min-width: 156px;
    object-fit: cover;
    object-position: center;
    max-height: 156px;
}

.qr-code {
    width: 198px;
    text-align: center;
    padding-bottom: 16px;
    border-radius: 0px;
    background: #f5f5f5;
}

.top-bar-right-menu li:nth-child(1) {
    text-align: center;
    background: #f5f5f5;
}

.searchform {
    /* display: none !important; */
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ff1659;
    text-decoration: none;
    background: none;
}


/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .searchform input[type=search] {
        width: 160px !important;
    }
    .list-menu {
        margin-left: 0px !important;
    }
    .inner-box {
        text-align: center;
        padding: 22px 18px;
        position: relative;
    }
    .slice-3700 img {
        width: 50px;
    }
    .inner-box p {
        font-size: 12px;
    }
    .powerup-plan-info ul li h2 {
        font-family: TruenoRg;
        font-size: 7px;
    }
    .powerup-plan-info ul li {
        padding-left: 1px;
        padding-right: 1px;
    }
    .plan-info ul li p span {
        font-family: TruenoLt;
        font-size: 7px;
    }
    .gb60 {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    li.menu-items {
        line-height: 38px !important;
        padding-left: 0px;
        padding-right: 10px;
    }
}

#menu-top-header-left .menu-items.box {
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #menu-primary-menu {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #menu-primary-menu li.menu-item {
        line-height: 38px !important;
        padding-left: 0px;
        padding-right: 10px;
    }
    .search-box .input-group .btn-search {
        width: auto;
    }
    .search-box .filter-list {
        height: 50px;
        width: 167px;
        border-radius: 0px;
    }
    .wd-full {
        width: auto;
    }
}

@media (max-width: 768px) {
    .social-menu ul li {
        min-width: auto !important;
        margin-right: 7px;
    }
}