html {
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #fff;
}

body::-moz-scrollbar {
    width: 0px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #fff;
}

body::-o-scrollbar {
    width: 0px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #fff;
}

body::-ms-scrollbar {
    width: 0px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #fff;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* header */
.navwrap {
    max-width: 100%;
    margin: auto;
    white-space: nowrap;
    /* -webkit-overflow-scrolling: touch; seems to confine overflow in error  */
}

.navwrap .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.navwrap .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-family: 'SST';
    font-weight: 100;
}

.navwrap .dropdown-content a:hover {
    color: #fff !important;
    background: #006ab2;
}

.phone-menu {
    display: block;
}

.navwrap nav ul li .navChild li a {
    text-align: left;
}

.navwrap nav ul li .navChild {
    display: none;
    position: absolute;
    right: -77% !important;
    width: 170px;
    z-index: 999;
}

.navChild {
    padding: 10px !important;
}

.navwrap nav ul .navChild a {
    background-color: #e01e26;
    color: white;
    display: block;
    padding: 12px;
    text-decoration: none;
    transition: 0.5s;
}

.navwrap nav ul .navChild a:hover {
    background: #eb373d;
    color: #fff;
    transition: 0.5s;
}

.navwrap nav ul li .navChild li {
    display: block;
    margin: 0;
    background: none;
}

.navwrap nav ul li.navParent {
    position: relative;
}


header.smaller {
    top: 0px;
    
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px #00000029;
    left: 0;
}

.navbar {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #6d7481;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    padding: 26px 10px;
}

.sub-menu-btn {
    padding-left: 0;
    list-style: none;
}

.hover-btn {
    position: relative;
}

.sub-btn {
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: -200px;
    top: 0;
    border: 1px solid #7d8390;
    background-color: #e9e9e9;
    display: none;
    transition: 0.5s;
    width: 200px;
}

.hover-btn:hover .sub-btn {
    display: block;
    transition: 0.5s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    box-shadow: 0px 3px 6px #00000029;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #6d7481;
}

.navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #6d7481;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #6d7481;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    padding-right: 60px;
}

.desktop-menu .dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    color: #6d7481;
    font-size: 16px;
}

.desktop-menu .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0px 3px 14px 0px rgba(58, 53, 65, .14);
}

.desktop-menu .dropdown-content {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: -140px;
    visibility: hidden;
    width: auto;
    padding: 0px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    background-color: #fff;
    box-shadow: 0px 3px 14px 0px rgba(58, 53, 65, .14);
    -webkit-box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
}

.dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(62, 57, 70, 0.05);
    opacity: 1;
}

.logoutwrap .dropdown-content i {
    font-size: 18px;
}

.desktop-menu .dropdown-content i {
    margin-right: 10px;
}

.profilelog {
    margin-left: 20px;
}

.avatar.avatar-online {
    position: relative;
}

.avatar.avatar-online::after {
    background-color: #56ca00;
}

.avatar.avatar-online::after,
.avatar.avatar-offline::after,
.avatar.avatar-away::after,
.avatar.avatar-busy::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}

.desktop-menu .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 12px 30px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
}

.desktop-menu .dropdown-content a:hover {
    color: #fff !important;
    background: #2c6589;
}

.desktop-menu span {
    color: #2c6589;
}

.desktop-menu {
    position: relative;
    background-color: #000;
    padding: 5px 0;
}

.headerRightmainAll ul {
    margin: 0;
}

.headerRightmainAll ul li {
    list-style: none;
}

.hc-offcanvas-nav .nav-container {
    display: block !important;
    left: -200px !important;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-500px, 0, 0);
}

header .toggle {
    width: auto;
    height: auto;
    right: 30px;
    top: 26px;
}

.container {
    max-width: 1300px;
}

.navbar-brand {
    width: 230px;
    margin-right: 0;
}

.sub-btn:last-child {
    list-style: none;
    padding-left: 0;
    position: absolute;
    left: -200px;
}

.page-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: initial;
    font-weight: bold;
}

.page-pretitle {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #e5002b;
    ;
    font-family: 'Poppins';
    padding: 8px 10px;
    border-radius: 3px;
}

.page-pretitle i {
    color: #fff;
}

/* .page-title a {
    background: transparent;
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 100px;
    transition: 0.3s;
} */

.page-title a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.pageflex {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
}

/* .pagebg {
    display: flex;
    align-items: center;
    gap: 20px;
} */

.text-success {
    color: #e5002b !important;
}

.page-wrapper {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;

}

.pageright {
    padding: 0px 50px 50px 20px;
}

.pagemargin {
    padding: 15px 0;
    background-color: #000;
    border-top: 1px solid #4f4949;
}

.pageleft {
    /* border: 1px solid #e9eaeb; */
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .125);
    /* padding: 40px 40px; */
}

.page-tabs {
    padding: 0px 40px;
}

.page-wrapper .nav-pills .nav-link {
    border-radius: 0;
}

.page-wrapper .nav-pills .nav-link.active,
.page-wrapper .nav-pills .show>.nav-link {
    color: #000;
    font-weight: normal;
    background-color: transparent;
    display: flex;
    gap: 20px;
    margin: 0 -25px;
    padding: 15px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    align-items: center;
    font-size: 14px;
}

.page-wrapper .nav-link {
    color: #000;
    font-weight: normal;
    display: flex;
    font-family: 'Poppins';
    gap: 20px;
    margin: 0px -25px;
    padding: 15px 20px;
    align-items: center;
    font-size: 14px;
}

.subheader {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #e5002b;
    margin: 0;
    font-family: 'Poppins'
}

.form-control {
    background-color: #e7ecec
}

.page-reg {
    padding: 30px 40px;
    color: #e5002b;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header {
    align-items: center;
    background: #fff;
    color: inherit;
    display: flex;
    padding-right: 0;
    padding-bottom: 30px;
    padding-top: 25px;
    font-size: 15px;
    font-family: 'Poppins';
}

.card-actions {
    margin: -.5rem -.5rem -.5rem auto;
    padding-left: .5rem;
}

.card-footer {
    background-color: #fff;
}

.card-footer .btn-list {
    --tblr-list-gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tblr-list-gap);
}

.page-wrapper .card-body {
    background-color: #fff;
    padding: 30px 20px;
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--tblr-bg-forms);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23a5a9b1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #e0e2e6;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    color: inherit;
    display: block;
    font-family: var(--tblr-font-sans-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 7px 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.tab-pane {
    border: none;
}

.card-header .card-title {
    font-size: 17px;
    font-weight: normal;
}

.card-body label {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 'Poppins';
}

.page-wrapper .card-body .form-select {
    color: inherit;
    font-family: var(--tblr-font-sans-serif);
    font-size: 13px;
    background-color: #e7ecec;
    font-weight: 400;
    line-height: 1.4285714286;
}

.page-wrapper .nav-link:hover {
    color: #000;
}

.footerwrapper {
    padding: 40px 0;
    color: #fff;
    background-color: #000;
    font-size: 14px;

}

.footerwrapper .list-inline-item a {
    color: #fff;
    font-family: 'Poppins';
}

.footerwrapper .list-inline-item a:hover {
    color: #fff;
    text-decoration: none;
}

.footerwrapper .list-inline {
    display: flex;
    justify-content: end;
}

.footerwrapper .list-inlineleft {
    display: flex;
    justify-content: left;
    font-family: 'Poppins';
}

.footerwrapper .list-inline-item:not(:last-child) {
    margin-right: 40px;
}

.phone-menu .nav li {
    display: inline-block;
    text-align: left;
    word-spacing: normal;
    margin-right: -5px;
    margin-left: 15px;
}

.navwrap {
    display: none;
}

.phone-menu .nav li>a {
    position: relative;
    transition: 0.5s;
}

.phone-menu .nav li:hover {
    color: #000 !important;
    transition: 0.5s;
    background-color: #f1f5f9;
    border-radius: 5px
}

.phone-menu .nav li:hover,
.phone-menu .nav>li>a:hover,
.phone-menu .nav li:focus,
.phone-menu .nav>li>a:focus {
    z-index: 105;
    color: #fff;
}

.phone-menu .nav li li {
    display: block;
}

.phone-menu .nav li a {
    display: block;
    padding: 7px 23px;
    /* padding: 7px 30px; */
    background: none;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    background: transparent;
    font-family: 'Poppins';
    border-radius: 100px;
}

.phone-menu .nav li:hover>a,
.phone-menu .nav a:hover,
.phone-menu .nav li:focus>a,
.phone-menu .nav a:focus {
    color: #e5002b;
    background-color: transparent;

}

.phone-menu .nav ul {
    position: absolute;
    z-index: 104;
    left: -999em;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
    background: #f2f2f2;
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 0;
}

.phone-menu .nav li:hover>ul {
    left: auto;
    top: auto;
    opacity: 1;
    transition: opacity 0.5s linear, top 0.5s;
}

.phone-menu.nav li:focus-within>ul {
    left: auto;
    top: auto;
    opacity: 1;
    transition: opacity 0.5s linear, top 0.5s;
}

.phone-menu .nav ul ul {
    transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
    z-index: 103;
}

.phone-menu .nav li li:hover ul {
    top: auto;
    margin-left: 100%;
    transform: translateY(-2.2rem);
    opacity: 1;
    transition: opacity 0.5s linear, margin 0.5s;
}

.phone-menu .nav li li:focus-within ul {
    top: auto;
    margin-left: 100%;
    transform: translateY(-2.2rem);
    opacity: 1;
    transition: opacity 0.5s linear, margin 0.5s;
}

/* arrows */
.phone-menu .nav li a:first-child:not(:last-child) {

    padding-right: 40px;

    /* make space for arrows*/
}

.phone-menu .nav li a:first-child:not(:last-child):after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
}

.phone-menu .nav>li>a:first-child:not(:last-child):after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(0, 0, 0);
    border-bottom: none;
    margin-top: 0px;
}

.phone-menu .nav li:hover a:first-child:not(:last-child):after {
    border-left-color: #000;
}

.phone-menu .nav li:focus-within a:first-child:not(:last-child):after {
    border-left-color: #000;
}

.phone-menu .nav>li:hover>a:first-child:not(:last-child):after {
    border-left-color: transparent;
    border-top-color: #000;
}

.phone-menu .nav>li:focus-within>a:first-child:not(:last-child):after {
    border-left-color: transparent;
    border-top-color: #000;
}

/* allow touch to play but probably won't work with this scrolling version*/
.phone-menu .nav .touch-only {
    display: none;
    left: -10px;
}

.touch-device .nav .touch-only {
    display: inline-block;
}

.touch-device .nav .touch-only a {
    background: #000;
    color: #000;
}

.phone-menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.phone-menu {
    overflow-x: auto;
    white-space: nowrap;
    overflow: hidden;
}

.phone-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

.phone-menu ul li {
    display: inline-block;
    margin-right: 10px;
    /* Adjust margin as needed */
}

.logoutwrap img {
    border-radius: 50% !important;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.card-footer .btn-list .btn-primary {
    background-color: #e5002b;
    border-color: #e5002b;
    display: flex;
    color: #fff;
    gap: 10px;
    box-shadow: none;
    transition: 0.3s;
    font-family: 'Poppins';
    font-size: 14px;
    align-items: center;padding: 5px 20px;
    border: 0px;
    cursor: pointer;
}

.card-footer .btn-list .btn-primary:hover {
 
    box-shadow: none;
    transition: 0.3s;
}

.phonenavs {
    padding: 0 30px;
}

.logoutwrap .float-right {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0px;
    margin-bottom: 0;
}

.headphone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-phone {
    display: flex;
}

.linedrop {
    margin: 0 -40px;
    height: 0;
    overflow: hidden;
    border-top: none;
    opacity: 1;
}


/* nav prev next start*/

nav {
    width: 100%;

}

nav .wrapper {
    position: relative;
    max-width: 1000px;
    padding: 0px 30px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-links li {
    list-style: none;
    padding: 8px 1px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0px 20px;
    border-radius: 0px;
    transition: all 0.3s ease;

    position: relative;
}

.nav-links li a:hover {
    background: transparent;
    color: #fff;
}

.hvr-underline-from-center::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #CA252B;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: -10px;
}

.hvr-underline-from-center:hover::before,
.hvr-underline-from-center:focus::before,
.hvr-underline-from-center:active::before {
    left: 0;
    right: 0;
}

.mega-links li a:hover::before {
    display: none !important;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.custom-navbar {
    overflow: hidden;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, 5%);
    padding: 0.5em 1000em;
    margin: 0 -1015em;
    background-color: #242526;
}

.mega-box .content {
    background: #242526;
    padding: 15px 40px;
    display: flex;
    width: 1150px;
    justify-content: space-between;
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 30px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #e5002b;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}

.content .row .mega-links {
    margin-left: -75px;
    border-left: 1px solid rgb(200, 194, 194);
}

.row .mega-links li {
    padding: 0 0px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 13px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

/* Style for the prev and next buttons */
#prev {
    display: inline-block;
    padding: 5px 10px;
    background-color: transparent;
    color: #c7c7c7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    position: absolute;
    left: 0px;
    top: 13px;
}

#next {
    display: inline-block;
    padding: 5px 10px;
    background-color: transparent;
    color: #c7c7c7;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}

#prev:hover,
#next:hover {
    background-color: transparent;
}

.navbar {
    max-width: 100%;
    margin: auto;

    white-space: nowrap;
    margin-right: 10px;
}


/* nav prev next end */
.number span {
    cursor: pointer;
}

.number {
    display: flex;
    gap: 7px;
}

.plus {
    width: 25px;
    height: 30px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #e7ecec;
    display: flex;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.minus {
    width: 25px;
    height: 30px;

    color: #fff;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #e7ecec;
    display: flex;
    vertical-align: middle;
    background-color: #e5002b;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.number input {
    height: 30px;
    width: 25px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e7ecec;
    border-radius: 4px;
    display: flex;
    background-color: #e7ecec;
    vertical-align: middle;
}

.pageright .card-body .form-check-inline .form-check-input {

    margin-top: 0px;
}

.container-fluid {
    max-width: 1600px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

.phonepadd {
    padding: 0;
}

.headerRightmainAll {
    display: none;
}

.page-wrapper .nav-pills .nav-link.active .showtick {
    display: block;
}

.page-wrapper .nav-pills .nav-link.active .hiddetick {
    display: none;
}

.page-wrapper .nav-link .showtick {
    display: none;
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.page-phone {
    display: none;
}

.page-desktop {
    display: block;
}

/* filter */


.phone-filter .btn-primary {
    background: transparent;
    color: #000;
    border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
}

.modal-dialog {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.radio {
    position: relative;
}

.radio input[type="radio"]+.radio-label::after {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #c1c1c1;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    right: 0;
}

.radio input[type="radio"]+.radio-label:first-child::after {
    margin-left: 0;
}

.radio-label {
    padding-left: 0 !important;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
}

.phone-filter .nav-pills .nav-link.active {
    background: transparent;
    color: #000;
    border-left: 2px solid #e5002b;
    border-radius: 0;
}

.phone-filter .nav-pills .nav-link h6 {
    color: #000;
    font-size: 13px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}




.radio input[type="radio"]:checked+.radio-label::after {
    background-color: #e5002b;
    box-shadow: inset 0 0 0 4px #fff;
}

.phone-filter .nav-pills .nav-link {
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0;
    font-family: 'Poppins';
    font-size: 13px;
    margin-bottom: 13px;
}

.phone-filter .nav-pills .nav-link:last-child {
    margin-bottom: 0;
}

.phone-filter .nav-pills .nav-link:hover {
    color: #e5002b;
}

.tab-border {
    border-right: 1px solid #bcbcbc;
}

.radio {
    padding-bottom: 20px;
}

.radio:last-child {
    padding-bottom: 0;
}

.tab-padd {
    padding-right: 0;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
}

.tab-padd-1 {
    padding-left: 15px;
    height: 200px;
    overflow-y: scroll;
    width: 100%;
}

.tab-padd-1 a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    transition: .4s;
    line-height: 30px;
    font-family: 'Poppins';

}

.tab-padd-1 .tab-content {
    padding-left: 0px;
}

.tab-padd-1 a:hover {
    color: #e5002b;
}

.appy-btn {
    border-radius: 0 !important;
    background: #e5002b !important;
    color: #fff !important;
    border-color: #e5002b !important;
    padding: .375rem 25px !important;
    border-radius: 3px !important;
}

.phone-filter ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    -ms-overflow-style: none;
    gap: 8px;
    /* overflow-x: scroll; */
    margin: 0;
}

.phone-filter button::after {
    display: none !important;
}

.phone-filter ul::-webkit-scrollbar {
    display: none !important;
    scrollbar-width: 0 !important;
}

.phone-filter .dropdown-menu.show {
    transition: .10s;
    box-shadow: 0px 3px 6px #00000029;
    top: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.phone-filter .show>.btn-primary.dropdown-toggle {
    background: transparent;
    box-shadow: none;
    color: #000;
}

.phone-filter .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.phone-filter .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #000;
    background: transparent;
    color: #000;
}

.phone-filter .dropdown-menu {
    padding: 20px 20px;
    width: 185px;
    z-index: 999999 !important;
    border-radius: 10px;
}

.phone-filter .dropdown-item:hover {
    background: #e5002b;
    color: #fff;
}

.phone-filter .dropdown-item {
    font-size: 13px;
}

.left-bx {
    display: none;
}

.recommend {
    display: none;
}

.phone-filter {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.categories-bg {
    display: none;
}

/* filter end */
header.smaller .desktop-menu {
    background-color: #000;
}

header.smaller .nav-links li a {
    color: #fff;
}

.megafirstborder {
    border-left: none !important;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; text-decoration: none;
  }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  


/* responsive */
@media (min-width: 1450px) {

    nav .wrapper {
        position: relative;
        max-width: 1100px;
    }
}

@media (max-width: 1366.5px) {

    nav .wrapper {
        position: relative;
        max-width: 950px;
        padding: 0px 30px;
        height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 1266px) {
    .navwrap .nav a {
        font-size: 14px;
        padding: 8px 5px;
    }

    .navwrap .nav {
        text-align: center;
    }
}

@media (max-width: 1199.5px) {
    .plus {
        width: 30px;
    }

    .minus {
        width: 30px;
    }

    nav .wrapper {
        max-width: 770px;
    }

    .page-wrapper .card-body {
        padding-left: 5px;
    }

    .page-wrapper .nav-link {
        font-size: 14px;
    }

    .page-wrapper .nav-pills .nav-link.active,
    .page-wrapper .nav-pills .show>.nav-link {

        font-size: 14px;
    }

    .page-tabs {
        padding: 0px 20px;
    }

    .page-reg {
        padding: 20px 20px;
    }

    .container-fluid {
        max-width: 1600px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
    }

    .pageright {
        padding: 0px 30px 50px 0px;
    }

    .subheader {
        font-size: 16px;
    }

    .bpagepadd {
        padding: 0;
    }

}

@media (max-width: 991.5px) {
    .page-wrapper {
        padding-bottom: 15px;
    }

    .mega-box .content {
        width: auto;
    }

    .footerwrapper .list-inline-item:not(:last-child) {
        margin-right: 20px;
    }

    .content .row .mega-links {
        margin-left: -60px;
    }

    .johnpadd {
        margin-top: 10px;
    }

    .tab-padd-1 .form-group {
        margin-bottom: 0;
    }

    .tab-padd-1 .card-body label {
        font-size: 15px;
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .tab-padd-1 .form-control {
        padding: 0;
        padding-left: 10px;
    }

    .tab-padd-1 .card-footer {
        padding: 10px 0;
    }

    .tab-padd-1 .card-footer .btn-list .btn-primary {
        padding: 0 6px;
        gap: 0;
        align-items: center;
    }

    .tab-padd-1 .page-tabs {
        padding: 0px 0px;
    }

    .tab-padd-1 .card-body {
        padding: 10px 0;
        padding-top: 0;
    }

    .categories-bg {
        display: block;
    }

    .page-reg {
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .page-title {
        font-size: 17px;
        line-height: 0px;
    }

    .nav-phone .navbar ul::-webkit-scrollbar {
        display: none !important;
    }

    .navbar {
        margin-right: 0;
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .nav-links li a {
        font-size: 15px;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0px 0px;
    }

    .desktop-item {
        font-size: 15px;
        padding: 0px 10px;
        border: 1px solid #ccc;
    }

    .navbar-brand img {
        width: 160px;
    }

    /* 
    .page-desktop {
        display: none;
    } */

    .page-phone {
        display: block;
    }

    .desktop-menu .toggle {
        left: 5px;
        right: unset;
        top: 5px;
        background-color: #fff;
        height: 31px;
        width: 30px;
    }

    .logoutwrap .float-right {
        top: -35px;
    }

    .desktop-menu {
        padding: 10px 0;
    }

    nav .wrapper {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        height: auto;
        margin-top: -10px;
    }

    .navbar .custom-navbar {
        overflow: scroll;
    }

    /* Hide the scrollbar for Chrome, Safari and Opera */
    .custom-navbar::-webkit-scrollbar {
        display: none;
    }

    .custom-navbar {
        scrollbar-width: none;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .card-header {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 15px;
        padding-left: 0;
    }

    .page-phone .card-body .form-group {
        margin-bottom: 10px;
    }

    .page-wrapper .card-body {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .card-body label {
        font-size: 15px;
        margin-bottom: 10px !important;
    }

    .page-wrapper .card-body .form-select {
        font-size: 14px;
    }

    .phonepadd {
        padding: 0;
    }

    #next {
        display: none;
    }

    #prev {
        display: none;
    }

    .card-footer .btn-primary {
        display: flex;
    }

    .card-header {
        display: block;
    }

    .card-header .card-actions {
        margin: auto;
        padding-left: 0;
    }

    .pageright {
        padding: 10px 40px;
    }

    .page-wrapper .nav-link {
        color: #000;
        font-weight: normal;
        display: flex;
        gap: 10px;
        margin: 0 0px;
        padding: 10px 15px;
        font-size: 15px;
        font-family: 'Poppins';
        padding-left: 0;
    }

    .page-wrapper .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #000;
        font-weight: normal;
        background-color: #fff;
        display: flex;
        gap: 10px;
        font-family: 'Poppins';
        margin: 0 0px;
        font-size: 15px;
        padding: 10px 20px;
        padding-left: 0;
    }

    .pageflex {
        justify-content: left;
        padding-top: 20px;
    }

    .page-wrapper .card-body .form-select {
        margin-bottom: 10px;
    }

    .footerwrapper .list-inline {
        justify-content: left;
    }

    .cateform {
        margin-bottom: 0 !important;
    }

    .pagemargin {
        padding: 20px 0;
        padding-bottom: 15px;
    }

    .flex-column {
        flex-direction: row !important;
    }

    .phone-menu .nav {
        padding-right: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .dropsec a {
        background: #fff !important;
    }

    .testi-box {
        margin: 8px 0;
    }

    .phone-menu .nav li {
        display: inline-block;
        text-align: left;
        word-spacing: normal;
        /*white-space fix*/
        margin-right: 10px;

    }

    .navwrap {
        display: none;
    }

    .phone-menu .nav li>a {
        position: relative;
        transition: 0.5s;
    }

    .phone-menu .nav li>a:hover {
        color: #e01e26 !important;
        transition: 0.5s;
    }

    .phone-menu .nav li:hover,
    .phone-menu .nav>li>a:hover,
    .phone-menu .nav li:focus,
    .phone-menu .nav>li>a:focus {
        z-index: 105;
        color: #fff;
    }

    .phone-menu .nav li li {
        display: block;
    }

    .phone-menu .nav a {
        display: block;
        padding: 7px 10px;
        background: none;
        color: #000;
        text-decoration: none;
        white-space: nowrap;
        position: relative;
        font-size: 13px;
        background: #f2f2f2;
        border-radius: 5px;
    }

    .phone-menu .nav li:hover>a,
    .phone-menu .nav a:hover,
    .phone-menu .nav li:focus>a,
    .phone-menu .nav a:focus {
        color: #000;
    }

    .phone-menu .nav ul {
        position: absolute;
        z-index: 104;
        left: -999em;
        top: 0;
        opacity: 0;
        transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
        background: #fff;
        box-shadow: 0px 3px 6px #00000029;
        padding-left: 0;
    }

    .phone-menu .nav li:hover>ul {
        left: auto;
        top: auto;
        opacity: 1;
        transition: opacity 0.5s linear, top 0.5s;
    }

    .phone-menu.nav li:focus-within>ul {
        left: auto;
        top: auto;
        opacity: 1;
        transition: opacity 0.5s linear, top 0.5s;
    }

    .phone-menu .nav ul ul {
        transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
        z-index: 103;
    }

    .phone-menu .nav li li:hover ul {
        top: auto;
        margin-left: 100%;
        transform: translateY(-2.2rem);
        opacity: 1;
        transition: opacity 0.5s linear, margin 0.5s;
    }

    .phone-menu .nav li li:focus-within ul {
        top: auto;
        margin-left: 100%;
        transform: translateY(-2.2rem);
        opacity: 1;
        transition: opacity 0.5s linear, margin 0.5s;
    }

    /* arrows */
    .phone-menu .nav li a:first-child:not(:last-child) {
        padding-right: 20px;
        /* make space for arrows*/
    }

    .phone-menu .nav li a:first-child:not(:last-child):after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -6px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #000;
    }

    .phone-menu .nav>li>a:first-child:not(:last-child):after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgb(0, 0, 0);
        border-bottom: none;
        margin-top: 0px;
    }

    .phone-menu .nav li:hover a:first-child:not(:last-child):after {
        border-left-color: #000;
    }

    .phone-menu .nav li:focus-within a:first-child:not(:last-child):after {
        border-left-color: #000;
    }

    .phone-menu .nav>li:hover>a:first-child:not(:last-child):after {
        border-left-color: transparent;
        border-top-color: #000;
    }

    .phone-menu .nav>li:focus-within>a:first-child:not(:last-child):after {
        border-left-color: transparent;
        border-top-color: #000;
    }

    /* allow touch to play but probably won't work with this scrolling version*/
    .phone-menu .nav .touch-only {
        display: none;
        left: -10px;
    }

    .touch-device .nav .touch-only {
        display: inline-block;
    }

    .touch-device .nav .touch-only a {
        background: #000;
        color: #000;
    }

    .phone-menu {
        display: block;
        padding: 10px 0;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-right: 0;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .nav-links li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .features-text p {
        display: none;
    }

    .navwrap nav ul li .navChild {
        right: 0 !important;
        width: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }

    .phone-banner {
        display: block;
    }

    .desk-top-banner {
        display: none;
    }

    .navbar-brand {
        width: 190px;
        margin-left: 60px;
    }


    .pl-0 {
        padding-left: 15px !important;
    }

    .navwrap .nav {
        text-align: left;
    }

    .about-titil h3 {
        padding-top: 0;
    }

    .phone-menu .nav::-webkit-scrollbar {
        display: none !important;
    }

    .mega-box .content {
        padding: 15px 40px;
        display: block;
    }

    .headerRightmainAll {
        display: block;
    }

    .card-footer {
        padding-bottom: 0;
        padding-top: 15px;padding-left: 0;
    }
    .card-footer .btn-list {
        justify-content: left !important;
      }
    .nav-links li:hover .drop-menu,
    .nav-links li:hover .mega-box {

        top: 0px;
    }

    .mega-box {
        margin: 0;
        padding: 0;
    }

    .nav-links li {
        padding-left: 0;
        margin-right: 7px;
    }

    .phone-filter .btn-primary {
        background: transparent;
        color: #000;
        border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
        border-radius: 20px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Poppins';
        padding: 5px 15px;
        box-shadow: none;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle {
        background: transparent;
        box-shadow: none;
        color: #000;
    }

    .phone-filter .btn-secondary {
        font-size: 13px;
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .phone-filter .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
    }

    .card-header .card-title {
        font-size: 17px;
    }

    .page-desktop {
        display: none !important;
    }

    .bpagepadd {
        display: none;
    }
}

@media (max-width: 767.5px) {
    .nav-links li a {
        font-size: 13px;
    }

    .navwrap {
        overflow-x: scroll;
    }

    .logoutwrap .float-right {
        top: -45px;
        right: 0px;
    }

    .footerwrapper .list-inline {
        display: block;
        text-align: left;
    }

}

@media (max-width: 499px) {
    .footerwrapper {
        padding: 10px 0;
    }

    .list-inline-item {
        font-size: 13px;
    }

    .navwrap .nav a {
        font-size: 12px;
    }

    .page-tabs .flex-column {
        flex-direction: column !important;
    }

    .phone-filter li img {
        width: 13px;
        margin-right: 4px;
    }

    .phone-filter .btn-primary {
        font-size: 12px;
        padding: 4px 10px;
    }

}

@media (max-width: 422px) {}

@media (max-width: 390px) {
    .navbar-brand {
        width: 140px;
    }

    .logoutwrap .float-right {
        top: -40px;
    }
}