* {
    transition: all .5s
}



.fll {
    float: left
}

.flr {
    float: right
}

.fln {
    float: none
}

.bgwhite {
    background: #fff
}

.bgf2 {
    background: #f2f2f2
}

.bgblack {
    background: #000
}

.maxwnone {
    max-width: none
}

.maxw100 {
    max-width: 100%
}

.maxwauto {
    margin: auto
}

.maxw50 {
    max-width: 50px
}

.maxw70 {
    max-width: 70px
}

.maxw150 {
    max-width: 150px
}

.maxw250 {
    max-width: 250px
}

.maxw400 {
    max-width: 400px
}

.minwnone {
    min-width: 0
}

.minwauto {
    margin: auto
}

.min50 {
    min-width: 50px
}

.mcenter {
    margin: 0 auto
}

.hinherit {
    height: inherit
}

.height0 {
    height: 0
}

.height20 {
    height: 20px
}

.height40 {
    height: 40px
}

.height50 {
    height: 50px
}

.heightFull {
    height: 100vh
}

.height100 {
    height: 100%
}

.margin0 {
    margin: 0
}

.margin5 {
    margin: 5px
}

.mrgtop0 {
    margin-top: 0
}

.mrgtop5 {
    margin-top: 5px
}

.mrgtop10 {
    margin-top: 10px
}

.mrgtop15 {
    margin-top: 15px
}

.mrgtop20 {
    margin-top: 20px
}

.mrgtop30 {
    margin-top: 30px
}

.mrgtop40 {
    margin-top: 40px
}

.mrgtop50 {
    margin-top: 50px
}

.mrgtop80 {
    margin-top: 80px
}

.mrgbtm0 {
    margin-bottom: 0
}

.mrgbtm5 {
    margin-bottom: 5px
}

.mrgbtm10 {
    margin-bottom: 10px
}

.mrgbtm15 {
    margin-bottom: 15px
}

.mrgbtm20 {
    margin-bottom: 20px
}

.mrgbtm30 {
    margin-bottom: 30px
}

.mrgbtm40 {
    margin-bottom: 40px
}

.mrgbtm50 {
    margin-bottom: 50px
}

.mrgl0 {
    margin-left: 0
}

.mrgl5 {
    margin-left: 5px
}

.mrgl10 {
    margin-left: 10px
}

.mrgl20 {
    margin-left: 20px
}

.mrgl30 {
    margin-left: 30px
}

.mrgl40 {
    margin-left: 40px
}

.mrgl50 {
    margin-left: 50px
}

.mrgl70 {
    margin-left: 70px
}

.mrgr0 {
    margin-right: 0
}

.mrgr5 {
    margin-right: 5px
}

.mrgr10 {
    margin-right: 10px
}

.mrgr20 {
    margin-right: 20px
}

.mrgr30 {
    margin-right: 30px
}

.mrgr40 {
    margin-right: 40px
}

.mrgr50 {
    margin-right: 50px
}

.objfitob {
    object-fit: contain
}

.objfitcov {
    object-fit: cover
}

.pd0 {
    padding: 0
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd20 {
    padding: 20px
}

.pd30 {
    padding: 30px
}

.pd40 {
    padding: 40px
}

.pd70 {
    padding: 70px
}

.pdtop0 {
    padding-top: 0
}

.pdtop5 {
    padding-top: 5px
}

.pdtop10 {
    padding-top: 10px
}

.pdtop15 {
    padding-top: 15px
}

.pdtop20 {
    padding-top: 20px
}

.pdtop30 {
    padding-top: 30px
}

.pdtop40 {
    padding-top: 40px
}

.pdtop50 {
    padding-top: 50px
}

.pdbtm0 {
    padding-bottom: 0
}

.pdbtm5 {
    padding-bottom: 5px
}

.pdbtm10 {
    padding-bottom: 10px
}

.pdbtm15 {
    padding-bottom: 15px
}

.pdbtm20 {
    padding-bottom: 20px
}

.pdbtm30 {
    padding-bottom: 30px
}

.pdbtm40 {
    padding-bottom: 40px
}

.pdbtm50 {
    padding-bottom: 50px
}

.pdl0 {
    padding-left: 0
}

.pdl5 {
    padding-left: 5px
}

.pdl10 {
    padding-left: 10px
}

.pdl15 {
    padding-left: 15px
}

.pdl20 {
    padding-left: 20px
}

.pdl30 {
    padding-left: 30px
}

.pdl40 {
    padding-left: 40px
}

.pdl50 {
    padding-left: 50px
}

.pdr0 {
    padding-right: 0
}

.pdr5 {
    padding-right: 5px
}

.pdr10 {
    padding-right: 10px
}

.pdr15 {
    padding-right: 15px
}

.pdr20 {
    padding-right: 20px
}

.pdr30 {
    padding-right: 30px
}

.pdr40 {
    padding-right: 40px
}

.pdr50 {
    padding-right: 50px
}

.pstatic {
    position: static
}

.psticky {
    position: sticky
}

.pfixed {
    position: fixed
}

.prelative {
    position: relative
}

.pabsolute {
    position: absolute
}

.bsizing {
    box-sizing: border-box
}

.wauto {
    width: auto
}

.wfull {
    width: 100%
}

.w260p {
    width: 260px
}

.w13 {
    width: 13%
}

.w15 {
    width: 15%
}

.w17 {
    width: 17%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w30 {
    width: 30%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w30 {
    width: 30%
}

.w33 {
    width: 33.33%
}

.w40 {
    width: 40%
}

.w45 {
    width: 45%
}

.w55 {
    width: 55%
}

.w60 {
    width: 60%
}

.w90 {
    width: 90%
}

.w20p {
    width: 20px
}

.w40p {
    width: 40px
}

.winherit {
    width: inherit
}

.listtypenone {
    list-style-type: none
}

.dispib {
    display: inline-block
}

.dispit {
    display: inline-table
}

.dispi {
    display: inline
}

.dispb {
    display: block
}

.disptbl {
    display: table
}

.dispflex {
    display: flex
}

.dispiflex {
    display: inline-flex
}

.dispnone {
    display: none
}

.fsize8 {
    font-size: 8px
}

.fsize10 {
    font-size: 10px
}

.fsize11 {
    font-size: 11px
}

.fsize12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fsize13 {
    font-size: 13px
}

.fsize14 {
    font-size: 14px
}

.fsize15 {
    font-size: 15px
}

.fsize16 {
    font-size: 16px
}

.fsize17 {
    font-size: 17px
}

.fsize18 {
    font-size: 18px
}

.fsize20 {
    font-size: 20px
}

.fsize22 {
    font-size: 22px
}

.fsize24 {
    font-size: 24px
}

.fsize32 {
    font-size: 32px
}

.fsize36 {
    font-size: 36px
}

.fsize48 {
    font-size: 48px
}

.fweight400 {
    font-weight: 400
}

.fweight600 {
    font-weight: 600
}

.fweightbold {
    font-weight: 700
}

.fweightnormal {
    font-weight: 400
}

.fsitalic {
    font-style: italic
}

.outlinenone {
    outline: none
}

.cpointer {
    cursor: pointer
}

.cpointern {
    cursor: default
}

.tcenter {
    text-align: center
}

.tleft {
    text-align: left
}

.tright {
    text-align: right
}

.tdnone {
    text-decoration: none !important
}

.tdunderline {
    text-decoration: underline !important
}

.ttup {
    text-transform: uppercase
}

.ttcap {
    text-transform: capitalize
}

.jcenter {
    justify-content: center
}

.jstart {
    justify-content: start
}

.jend {
    justify-content: flex-end
}

.fwrap1 {
    flex-wrap: wrap
}

.fwrap0 {
    flex-wrap: nowrap
}

.fdrow {
    flex-direction: row
}

.fdcol {
    flex-direction: column
}

.whspacenwrap {
    white-space: nowrap
}

.jspacebetween {
    justify-content: space-between !important;
}

.jspaceevenly {
    justify-content: space-evenly
}

.aend {
    align-items: end
}

.afstart {
    align-items: flex-start
}

.acenter {
    align-items: center
}

.afend {
    align-items: flex-end
}

.ainherit {
    align-items: inherit
}

.mhfull {
    min-height: 100vh
}

.mh140 {
    min-height: 160px
}

.mh200 {
    min-height: 200px
}

.mh220 {
    min-height: 220px
}

.mh400 {
    min-height: 400px
}

.atop {
    top: 0
}

.atop10 {
    top: 10px
}

.at20 {
    top: 20px
}

.at30 {
    top: 30px
}

.at35 {
    top: 35px
}

.atop100 {
    top: 100px
}

.aleft {
    left: 0
}

.al20 {
    left: -20px
}

.al-10 {
    left: 10px
}

.aright {
    right: 0
}

.aright10 {
    right: 10px
}

.ar20 {
    right: -20px
}

.arp20 {
    right: 20px
}

.abottom {
    bottom: 0
}

.abottom10 {
    bottom: 10px
}

.abottom-30 {
    bottom: -30px
}

.bgnrp {
    background-repeat: no-repeat
}

.bgpcenter {
    background-position: center
}

.bgscover {
    background-size: cover
}

.bgscontain {
    background-size: contain
}

.borderred {
    border-color: red !important
}

.bordere0 {
    border: 1px solid #e0e0e0
}

.borderte0 {
    border-top: 1px solid #e0e0e0
}

.borderf2 {
    border: 1px solid #f2f2f2
}

.bordernone {
    border: none
}

.bordernoneimp {
    border: none !important
}

.bordercircular {
    border-radius: 50%
}

.border3 {
    border-radius: 3px
}

.border5 {
    border-radius: 5px
}

.border10 {
    border-radius: 10px
}

.border20 {
    border-radius: 20px
}

.btl0 {
    border-top-left-radius: 0 !important
}

.bbl0 {
    border-bottom-left-radius: 0 !important
}

.btr0 {
    border-top-right-radius: 0 !important
}

.bbr0 {
    border-bottom-right-radius: 0 !important
}

.br0 {
    border-right: 0 !important
}

.bl0 {
    border-left: 0 !important
}

.bshadownone {
    box-shadow: none
}

.fmont {
    font-family: Montserrat
}

.fmontb {
    font-family: Montserrat-Bold
}

.fluckyguy {
    font-family: luckyguy
}

.flexshrink {
    flex-shrink: 0
}

.rotate180 {
    transform: rotate(180deg)
}

.ovhidden {
    overflow: hidden
}

.ovyhidden {
    overflow-y: hidden
}

.ovxscroll {
    overflow-x: scroll
}

.ovyscroll {
    overflow-y: scroll
}

.tovhidden {
    text-overflow: hidden
}

.tovellipsis {
    text-overflow: ellipsis
}

.blurredPP {
    filter: blur(5px)
}

.opacity0 {
    opacity: 0
}

a.disabled {
    background: #ccc !important
}

.zi1 {
    z-index: 1 !important
}

.colorwhite {
    color: #fff
}

.color6e {
    color: #6e6e6e
}

.colorwhiteim {
    color: #fff !important
}

.colorblack {
    color: #000
}

.colorblackim {
    color: #000 !important
}

.col345 {
    color: #34353c
}

.col858 {
    color: #85868a
}

.col97 {
    color: #979797 !important
}

.colred {
    color: #faa !important
}

.bgorh {
    background: var(--button_primary_color)
}

.bgeee {
    background: #eee
}

.bge0 {
    background: #e0e0e0
}

.colororange {
    color: var(--button_primary_color)
}

.ffinherit {
    font-family: inherit
}

.fsinherit {
    font-size: inherit
}

.ffarial {
    font-family: arial
}

.maxfull {
    max-width: 1160px
}

.fo1 {
    order: 1
}

.fo2 {
    order: 2
}

.fo3 {
    order: 3
}

.fo4 {
    order: 4
}

.fo5 {
    order: 5
}

.noscrolly {
    overflow-y: hidden
}

.border0I {
    border: 0 !important
}

.visible-hidden {
    visibility: hidden
}

.colgreen {
    color: #06c281 !important
}

.col777 {
    color: #777
}

.bggreen {
    background-color: #06c281
}

@media(max-width: 1023px) {
    .smdispflex {
        display: flex
    }
}

@media(max-width: 767px) {
    .mobfsize14 {
        font-size: 14px
    }

    .mobfsize13 {
        font-size: 13px
    }

    .mobfsize12 {
        font-size: 12px
    }

    .mobfsize11 {
        font-size: 11px
    }

    .mobfsize10 {
        font-size: 10px
    }

    .mobfsize8 {
        font-size: 8px
    }

    .mobborder0 {
        border: 0 !important
    }

    .mobtcenter {
        text-align: center
    }

    .mobtleft {
        text-align: left
    }

    .mobtcenter {
        text-align: center
    }

    .mobtright {
        text-align: right
    }

    .mobmaxwnone {
        max-width: none !important
    }

    .mobmaxw300 {
        max-width: 300px
    }

    .mobmaxw220 {
        max-width: 220px
    }

    .mobmaxw150 {
        max-width: 150px
    }

    .mobflnone {
        float: none
    }

    .mobmrgl0 {
        margin-left: 0 !important
    }

    .mobmrglauto {
        margin-left: auto !important
    }

    .mobmrgl10 {
        margin-left: 10px
    }

    .mobmrgr0 {
        margin-right: 0
    }

    .mobmrgrauto {
        margin-right: auto
    }

    .mobmrgr10 {
        margin-right: 10px
    }

    .mobmrgt0 {
        margin-top: 0
    }

    .mobmrgt10 {
        margin-top: 10px
    }

    .mobmrgt20 {
        margin-top: 20px
    }

    .mobmrgt30 {
        margin-top: 30px
    }

    .mobmrgb0 {
        margin-bottom: 0
    }

    .mobmrgb5 {
        margin-bottom: 5px
    }

    .mobmrgb10 {
        margin-bottom: 10px
    }

    .mobmrgb20 {
        margin-bottom: 20px
    }

    .mobmrgb30 {
        margin-bottom: 30px !important
    }

    .mobmrgb40 {
        margin-bottom: 40px
    }

    .mobmrgb50 {
        margin-bottom: 50px
    }

    .mobpd0 {
        padding: 0
    }

    .mobpd0im {
        padding: 0 !important
    }

    .mobpd10 {
        padding: 10px
    }

    .mobpd20 {
        padding: 20px
    }

    .mobpdl0 {
        padding-left: 0
    }

    .mobpdl5 {
        padding-left: 5px
    }

    .mobpdl10 {
        padding-left: 10px
    }

    .mobpdr0 {
        padding-right: 0
    }

    .mobpdr5 {
        padding-right: 5px
    }

    .mobpdr10 {
        padding-right: 10px
    }

    .mobpdt0 {
        padding-top: 0 !important
    }

    .mobpdt10 {
        padding-top: 10px
    }

    .mobpdt30 {
        padding-top: 30px
    }

    .mobpdb0 {
        padding-bottom: 0
    }

    .mobpdb10 {
        padding-bottom: 10px
    }

    .mobmcenter {
        margin: 0 auto
    }

    .mobdisptbl {
        display: table
    }

    .mobdispb {
        display: block
    }

    .mobdispn {
        display: none
    }

    .mobdispib {
        display: inline-block
    }

    .mobwfull {
        width: 100% !important
    }

    .mobw33 {
        width: 33% !important
    }

    .mobfll {
        float: left
    }

    .mobdispflex {
        display: flex
    }

    .mobdispnone {
        display: none !important
    }

    .mobfdircolrev {
        flex-direction: column-reverse
    }

    .mobfdircol {
        flex-direction: column
    }

    .mobfdirrow {
        flex-direction: row
    }

    .mobfwrap1 {
        flex-wrap: wrap
    }

    .mobjcenter {
        justify-content: center
    }

    .mobacenter {
        align-items: center
    }

    .mfo1 {
        order: 1
    }

    .mfo2 {
        order: 2
    }

    .mfo3 {
        order: 3
    }

    .mfo4 {
        order: 4
    }

    .mfo5 {
        order: 5
    }

    .mobmhnone {
        min-height: 0 !important
    }

    .mobpfixed {
        position: fixed
    }

    .mobatop0 {
        top: 0
    }

    .mobatop60 {
        top: 60px
    }

    .mob-bgNone {
        background: 0 0 !important
    }

    .mob-op1 {
        opacity: 1
    }

    .mobTitle {
        font-size: 30px
    }
}
.colSideBox{
    margin-left: 5px;
}

.cnterV {
    top: 50%;
    transform: translate(0%, 50%)
}

img {
    display: initial
}

a img.avatar {
    display: inline
}


/*header*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap'); */

/* body::-webkit-scrollbar {
    width: .3rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
} */
#div-gpt-ad-1348469851754-0 {
    min-height: 105px;
}

.dropdown-menu {
    border-radius: 0px !important;
    border: 0 !important;
}

@media screen and (max-width: 991px) {
    .nav-justified>li>a {
        font-size: 10px !important;
        padding: 13.5px 0.25vh !important;
    }
}

.main-header {
    width: 100%;
    table-layout: auto;
    height: 50px;
}

.main-header td {
    border-right: 1px solid #dddddd;
}

.main-header td:last-child,
.main-header td:first-child {
    border-right: 0 !important;
}

#fluid-search {
    width: 40%;
}

.navbar {
    border: 0;
    min-height: 40px;
}

/*.btn-link{padding: 0 !important;}
.btn-link,
.btn-link a{ color: #222222; padding: 10px;}
.btn-link:hover,
.btn-link a:hover,
.btn-link:focus,
.btn-link a:focus {
    background: none!important;
    color: #f5861f!important;
    text-decoration: none!important;
}*/
.white-nav .dropdown-toggle {
    padding: 17.5px 15px;
}

.white-nav .input-group-addon {
    background: none;
    border: none;
}

.white-nav .nav>li>a {
    padding: 17.5px 8px;
}

.white-nav .form-control {
    border: none;
    box-shadow: none;
}

.radius-0 {
    border-radius: 0;
}

.nav-justified {
    table-layout: auto !important;
}

.nav-justified>li>a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 12px 0.25vh;
}

.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus,
.nav-justified>li>a:hover,
.nav-justified>li>a:focus {
    color: #ffffff;
    background-color: #e45c00 !important;
    border-color: #e45c00 !important;
}

/* utility classes */
.no-margin {
    margin: 0;
}

.no-margin-x {
    margin-right: 0;
    margin-left: 0;
}

.no-margin-y {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-y {
    padding-top: 0;
    padding-bottom: 0;
}

.no-pad-l {
    padding-left: 0 !important;
}

.padding-xs {
    padding: 5px;
}

.padding-xs-l {
    padding-left: 5px;
}

.padding-xs-r {
    padding-right: 5px;
}

.padding-xs-top {
    padding-top: 5px;
}

.padding-xs-bottom {
    padding-bottom: 5px;
}

.padding-xs-x {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-xs-y {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-sm {
    padding: 10px;
}

.padding-sm-l {
    padding-left: 10px;
}

.padding-sm-r {
    padding-right: 10px;
}

.padding-sm-top {
    padding-top: 10px;
}

.padding-sm-bottom {
    padding-bottom: 10px;
}

.padding-sm-x {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-sm-y {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.padding-md {
    padding: 15px;
}

.padding-md-l {
    padding-left: 15px;
}

.padding-md-r {
    padding-right: 15px;
}

.padding-md-top {
    padding-top: 15px;
}

.padding-md-bottom {
    padding-bottom: 15px;
}

.padding-md-x {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-md-y {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-lg {
    padding: 30px;
}

.padding-lg-l {
    padding-left: 30px;
}

.padding-lg-r {
    padding-right: 30px;
}

.padding-lg-top {
    padding-top: 30px;
}

.padding-lg-bottom {
    padding-bottom: 30px;
}

.padding-lg-x {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-lg-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-xl {
    padding: 60px;
}

.padding-xl-l {
    padding-left: 60px;
}

.padding-xl-r {
    padding-right: 60px;
}

.padding-xl-top {
    padding-top: 60px;
}

.padding-xl-bottom {
    padding-bottom: 60px;
}

.padding-xl-x {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-xl-y {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-xxl {
    padding: 120px;
}

.padding-xxl-l {
    padding-left: 120px;
}

.padding-xxl-r {
    padding-right: 120px;
}

.padding-xxl-top {
    padding-top: 120px;
}

.padding-xxl-bottom {
    padding-bottom: 120px;
}

.padding-xxl-x {
    padding-left: 120px;
    padding-right: 120px;
}

.padding-xxl-y {
    padding-top: 120px;
    padding-bottom: 120px;
}

.margin-xs {
    margin: 5px;
}

.margin-xs-l {
    margin-left: 5px;
}

.margin-xs-r {
    margin-right: 5px;
}

.margin-xs-top {
    margin-top: 5px;
}

.margin-xs-bottom {
    margin-bottom: 5px;
}

.margin-xs-x {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-xs-y {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-sm {
    margin: 10px;
}

.margin-sm-l {
    margin-left: 10px;
}

.margin-sm-r {
    margin-right: 10px;
}

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

.margin-sm-bottom {
    margin-bottom: 10px;
}

.margin-sm-x {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-sm-y {
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin-md {
    margin: 15px;
}

.margin-md-l {
    margin-left: 15px;
}

.margin-md-r {
    margin-right: 15px;
}

.margin-md-top {
    margin-top: 15px;
}

.margin-md-bottom {
    margin-bottom: 15px;
}

.margin-md-x {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-md-y {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-lg {
    margin: 30px;
}

.margin-lg-l {
    margin-left: 30px;
}

.margin-lg-r {
    margin-right: 30px;
}

.margin-lg-top {
    margin-top: 30px;
}

.margin-lg-bottom {
    margin-bottom: 30px;
}

.margin-lg-x {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-lg-y {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-xl {
    margin: 60px;
}

.margin-xl-l {
    margin-left: 60px;
}

.margin-xl-r {
    margin-right: 60px;
}

.margin-xl-top {
    margin-top: 60px;
}

.margin-xl-bottom {
    margin-bottom: 60px;
}

.margin-xl-x {
    margin-left: 60px;
    margin-right: 60px;
}

.margin-xl-y {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-xxl {
    margin: 120px;
}

.margin-xxl-l {
    margin-left: 120px;
}

.margin-xxl-r {
    margin-right: 120px;
}

.margin-xxl-top {
    margin-top: 120px;
}

.margin-xxl-bottom {
    margin-bottom: 120px;
}

.margin-xxl-x {
    margin-left: 120px;
    margin-right: 120px;
}

.margin-xxl-y {
    margin-top: 120px;
    margin-bottom: 120px;
}

.dark-nav a:link,
.dark-nav a:visited {
    text-decoration: none;
    color: #fff;
}

.navbar.white-nav a:link,
.navbar.white-nav a:visited {
    text-decoration: none !important;
    color: #000 !important;
}

.white-nav {
    /* background: #ffffff; */
}

#custom-bootstrap-menu-new {
    margin-top: 0px;
}

#custom-bootstrap-menu-new.affix {
    margin-top: 0px;
}

#custom-bootstrap-menu-new .btn-icons {
    display: none;
}

#custom-bootstrap-menu-new.affix .btn-icons {
    display: table-cell;
}

#custom-bootstrap-menu-new.navbar-static-top {
    /*            z-index: 99 !important;*/
}

.navbar-buttons .btn {
    color: #000 !important;
    background: none;
    border: none;
    padding: 17px 10px !important;
    position: relative;
    line-height: 0.9em;
    margin: 0;
    margin-right: 0;
    font-size: 15px !important;
    border-left: 1px solid #BAB0B0;
    border-radius: 0;
}

#custom-bootstrap-menu-new .btn-icons {
    display: none;
}


#custom-bootstrap-menu-new.affix .btn-icons {
    display: table-cell;
}

#custom-bootstrap-menu-new.affix .container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/*.header-social-nav {
    margin-top: 23px;
    display: inline-block;
    min-width: 118px;
}
.navbar-header {
    padding-right: 5px;
}

.header-banner-menu {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}*/
.border-top {
    border-top: 1px solid #d0d0d0;
}

/* @media (max-width: 991px) and (min-width: 768px) {
     .nav-justified > li > a {
         font-size: 9px !important;

     }
     .navbar-brand {
         padding: 17.5px 0px;
         height: 60px;
     }
     .caret-fix a {
         padding-left: 10px !important;
         padding-right: 0px !important;
         padding-top: 17.5px !important;
     }
     a.profile-fix {
         padding-right: 4px !important;
     }
     .top-nav .navbar-header {
         padding-left: 10px;
     }
     .header-search-bar {
                width: calc(18vw - 12px) !important;
     }
 }*/
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
    .tgp-logo-icon {
        display: table-cell;
    }

}

@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
    .tgp-logo-icon {
        display: table-cell;
    }
}

@media (min-width: @screen-xs-min) and (max-width: @screen-xs-max) {}

/*@media (max-width: 767px) {
    .white-nav .main-search-cat {
        width: 100%;
    }
    .white-nav #searchbar {
        margin-left: -30px;
    }
}*/

/*@media (max-width: 820px) {
    .header-search-bar {
               width: calc(18vw - 12px) !important;
    }
}*/

@media (max-width: 530px) {
    .navbar-buttons .btn {
        padding: 17px 6px !important;
    }

}

@media (max-width: 350px) {
    .navbar-buttons .btn {
        padding: 17px 2px !important;
    }

}

/*@media (min-width: 1401px) {
 .header-search-bar {
       width: calc(10vw - 12px) !important;
   }
}*/

.mobile-menu .dropdown-toggle {
    padding: 7px 8px !important;
}

.mobile-menu li a {
    padding: 7px 9px !important;
}

.flag-icon {
    line-height: .95em !important;
    border: 1px solid #ccc;
}

.top-nav {
    padding-left: 5px;
}

.nav-icon-holder {
    margin-top: 3px;
}

.fb-like.fb_iframe_widget {
    margin: 0px 10px;
    min-height: 28px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f5f5f5 !important;
    color: #222222 !important;
}

.main-header .btn-link {
    color: inherit;
}

.dropdown.active {
    background-color: #e45c00 !important;
}

.nav-justified>li>a {
    color: #fff !important;
}

a.btn-inverse:hover {
    color: #bc7100 !important;
}

.btn-link:hover,
.btn-link a:hover,
.btn-link:focus,
.btn-link a:focus {
    background: none !important;
    color: #f5861f !important;
    text-decoration: none !important;
}

.badge.message-badge-count {
    background-color: #a94442 !important;
    border: 1px solid #a94442;
    color: #FFF !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 3px 0px;
    margin-top: -17px;
    margin-left: -4px;
    top: 13px;
    position: absolute;
}

.top-msg-badge-fix {
    margin-top: -10px !important;
}

/*#top-mobile-banner-box{
    margin-top: -50px !important;
    padding-top: 10px;
}*/
a:focus,
button:focus {
    outline: none !important;
}

.navbar-header.visible-xs .badge.message-badge-count {
    width: 10px;
    height: 9px;
    font-size: 8px;
    top: 10px;
    margin-left: 0;
    margin-top: 0;
    padding: 1px;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
    .navbar-wrapper {
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .navbar-wrapper {
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

.marker {
    transform: rotate(-23deg);
    float: left;
    position: relative;
    left: 21px;
    top: -7px;
}

.link-force li a {
    color: #777777 !important;
}

#custom-bootstrap-menu-new.affix {
    position: static !important;
}

/*    #custom-bootstrap-menu-new.affix.stickyHeader, .stickyHeader{*/
.stickyHeader {
    position: sticky !important;
    z-index: 1 !important;
}

#topWhiteNavBar.stickyHeader {
    width: 100%;
    top: 0;
    background: #fff !important;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%) !important;
    /*        z-index: 999999999999 !important;*/
    z-index: 99999999 !important;
}

.adBanner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}

@media(max-width:600px) {
    #notModalBCtr {
        max-width: 320px !important;
        right: 10px !important;
    }
}

/*=========================================*/
/*=========================================*/
/*============ New Header Style ===========*/
/*=========================================*/
/*=========================================*/

* {
    outline: none;
}

.notif_img {
    object-fit: cover;
    border-radius: 50px;
    /* box-shadow: 0px 0px 3px 1px #999999ab; */
    border: none !important;
}

.pers_ntf {
    width: 45px;
    height: 45px;
}

.sys_ntf {
    width: 50px;
    height: 50px;
}

.ntf_wrp_cont {
    color: #0D88CE;
    font-weight: bold;
    padding: 20px 0px;
}

.notif_cont {
    padding: 10px;
}

.sys_ntf_ct {
    /*background-color: #E8F3FF;*/
    cursor: pointer;
}

.dev_vd {
    text-align: left;
    padding-left: 15px;
    font-family: 'Poppins';
}

.dev_vd h2 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--button_primary_color);
}

.drpCnt p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dev_vd p {
    color: #979797 !important;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.time_wrp>p {
    color: #979797 !important;
}

.dropDefCnt>p {
    color: #979797 !important;
}

.notif_wrap {
    justify-content: left;
    align-items: flex-start;
}

.ntf_actns {
    display: none;
}

.ntf_actns button {
    border-radius: 35px;
    border: none;
    padding: 7px 20px;
}

.ntf_dnd {
    background-color: transparent;
    color: #333;
}

.ntf_jn {
    background-color: var(--button_primary_color);
    color: #fff;
}

.time_wrp p {
    color: #3333339e;
    font-size: 11px;
}

.pers_p_wrp p {
    font-size: 12px;
}

.pers_p_wrp h2 {
    font-size: 13px;
}

@media(min-width: 769px) {
    .sys_ntf_ct:hover {
        background-color: #E8F3FF;
    }

    .sys_ntf_ct:hover div.ntf_actns {
        /* display: block !important; */
    }
}

@media(max-width: 768px) {
    .notif_cont {
        flex-direction: column-reverse;
    }

    .notif_cont div.w50 {
        width: unset !important;
    }

    .ntf_actns {
        display: none !important;
    }

    .sys_ntf {
        width: 40px;
        height: 40px;
    }

    .sys_ntf_ct {
        flex-direction: row !important;
        justify-content: space-between !important;
    }
}

/*Modal*/

.mdlBtn {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #BBBBBB;
    background: #FFFFFF;
}

.unReadNtfInf.mdlLnk {
    color: #979797 !important;
    font-weight: 500 !important;
}

.wrpCnts {
    max-width: 400px;
    background: rgb(255, 255, 255);
    right: -5px;
    min-width: 350px;
    top: 20px;
    display: flex;

    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%) !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

p#hoverModal:hover~#notifContainer {
    display: block !important;
}

.ntfHCont {
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    font-family: 'poppins';
    color: #999;
}

.ntfHCont p {
    margin-bottom: 0px;
}

.ntfHCont a {
    color: #999 !important;
    text-decoration: underline !important;
}

.ntifNRead {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #f2f2f2;
}

.unReadNtfBack {
    background-color: #FFF4E9 !important;
}

.nvHNotif {
    margin-bottom: 40px;
    padding: 20px 10px;
}

.nvHNotif>h2 {
    font-family: 'Poppins-bold';
    color: #000;
    font-size: 36px;
    padding-bottom: 5px;
    width: fit-content;
}

.nvHNotif>a {
    font-size: 18px;
    color: #999;
    text-decoration: underline;
    width: fit-content;
}

.nTfHldrDt {
    align-items: center;
    justify-content: center;
}

.NotifODot {
    width: 10px;
    height: 10px;
    background: var(--button_primary_color);
    border-radius: 5px;
    align-self: flex-end;
    margin-right: 15px;
}

.notifPagination {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.notifPagination ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: left;
    text-align: left;
    padding: 0px;
    position: relative;
}

.notifPagination ul li {
    list-style-type: none;
    text-decoration: none;
    padding: 5px 14px;
    top: 0px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin: 0 3px;
    width: 40px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.notifPagination ul li:hover:not(.disabled) {
    background: var(--button_primary_color);
    color: #fff;
}

.notifPagination ul li:hover a {
    color: #fff !important;
}

.notifPagination ul li a {
    text-decoration: none !important;
    font-size: 12px;
    padding: 5px 17px;
    margin-left: -15px;
}

.notifPagination ul li.active {
    color: #fff;
    background: var(--button_primary_color);
    font-size: 12px;
}

.notifPagination ul li.disabled {
    list-style-type: none;
    color: #9999998a;
    cursor: not-allowed;
}

.notifPagination ul li.ellipse.clickable {
    cursor: auto !important;
}

.notifPagination ul li span.ellipse.clickable {
    cursor: auto !important;
    pointer-events: none !important;
}

@media(max-width:768px) {
    .notifPagination ul {
        justify-content: center;
        text-align: center;
    }

    .notifPagination ul li:last-child,
    .notifPagination ul li:first-child {
        padding: 5px 14px;
        /* top: -7px; */
        position: absolute;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        margin: 0 3px;
        width: 40px;
        line-height: 23px;
    }

    .notifPagination ul li:last-child {
        right: 0;
    }

    .notifPagination ul li:first-child {
        left: 0;
    }
}

@media(min-width: 769px) {

    .notifPagination ul li:last-child,
    .notifPagination ul li:first-child {
        padding: 5px 14px;
        /* top: -7px; */
        position: absolute;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        margin: 0 3px;
        width: 40px;
        line-height: 23px;
    }

    .notifPagination ul li:last-child {
        right: 0;
    }

    .notifPagination ul li:first-child {
        right: 45px;
    }
}


#vrTpBrWrp {
    display: grid;
    grid-template-columns: 300px auto 300px;
    align-items: center;
    padding: 0px 0px;
}

.tbrSrchWrp {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
    padding: 10px 0px;
}

#srbrCont {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    /* overflow:hidden; */
}

#srbrCont form {
    display: flex;
}

#drpSrchBtn select {
    padding: 10px;
    border: none;
    background: #F2F2F2;
    border-right: 1px solid #E0E0E0;
    color: #969696;
    font-family: 'Poppins';
}

#srchFld {
    width: 100%;
    border: none;
    display: flex;
}

#srchFld input {
    width: 100%;
    padding: 0px 5px;
    box-shadow: none;
    border: 1px solid #e0e0e000;
    font-family: arial;
    font-size: 14px !important;
}

#srchFld i {
    font-size: 16px;
    align-self: center;
    color: var(--button_primary_color);
    padding: 10px;
    cursor: pointer;
}

#srchFld svg {
    width: 16px;
    align-self: center;
    color: var(--button_primary_color);
    cursor: pointer;
    /* margin: 10px; */
}

#srchFld i:hover,
#srchFld svg:hover {
    background-color: #F2F2F2;
}

.nwTpbr #nvBrLgo {
    width: 192px;
    object-fit: contain;
    /* height: 29px; */
    float: unset;
    margin: unset;
}

.nvIcnWrp {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0 10px;
    margin-left: 5px;
}

.nvIcnWrp i,
.nvIcnWrp svg {
    font-size: 22px;
    color: #969696;
    cursor: pointer;
}

.nvIcnWrp svg {
    width: 22px;

}

.adElipsis svg {
    height: 23px;
    padding: 3px 4px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.nvIcnWrp:hover i {
    color: var(--button_primary_color);
}

.drpNotifAction:hover svg path {
    fill: #C4C4C4 !important;
}

.nvIcnWrp:hover svg path {
    fill: var(--button_primary_color) !important;
}

.nvIcnWrp:hover .activeHover {
    color: var(--button_primary_color) !important;
}

#nTfS_icnd,
#srNtfS {
    fill: #BBBBBB !important;
    cursor: default;
}

span.ntfCont {
    width: 9px;
    height: 9px;
    background: #c00;
    position: absolute;
    border-radius: 7px;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
}

.nvIcnWrp.nvIcnCnt,
.nvIcnWrp.wrpIcnD {
    /* background: #f2f2f2; */
    /* padding: 2px 8px; */
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 200000;
}

.nvIcnWrp .flgSes {
    width: 27px;
    border-radius: 4px;
    object-fit: contain;
    /* box-shadow: 0px 0px 1px 1px #9999996e; */
    height: 20px;
}

.nvIcnCnt #accNdidn {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 5px;
    background: #fff;
}

.nvIcnCnt i,
.nvIcnCnt svg {
    font-size: 18px;
}

.accMenuItm {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer;
    border-bottom: 1px solid #F2F2F2;
}

.accMenuItm>img {
    /* min-width: 20px; */
    max-width: 20px;
}

.accMenuItm:hover {
    background: #F2F2F2;
}

.accNvDrpM {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F2F2F2;
    min-width: 250px;
    box-shadow: 0px 20px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 41px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 999999 !important;
}

#accLgnHlder:hover .accNvDrpM {
    display: block !important;
}

h3.accDrpUsr {
    white-space: nowrap;
    font-size: 20px;
    color: #969696;
    font-weight: bold;
    padding: 15px 15px;
    margin: 0;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accMenuItm span {
    margin-left: 15px;
    font-family: 'Togo regular';
}

.elVrtCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.notif_img {
    object-fit: cover;
    border-radius: 50px;
    /* border: 0.1rem solid #0d88ce; */
}

.pers_ntf {
    width: 45px;
    height: 45px;
}

.sys_ntf {
    width: 50px;
    height: 50px;
}

.ntf_wrp_cont {
    color: #0D88CE;
    font-weight: bold;
    padding: 20px 0px;
}

.notif_cont {
    padding: 10px;
}

.sys_ntf_ct {
    /*background-color: #E8F3FF;*/
    cursor: pointer;
}

.dev_vd {
    text-align: left;
    padding-left: 10px;
    font-family: 'Poppins';
}

.dev_vd h2 {
    font-size: 14px;
    font-weight: bold;
}

.dev_vd p {
    color: #333333a8;
    margin-bottom: 0px;
}

.notif_wrap {
    justify-content: left;
    align-items: end;
}

.ntf_actns {
    display: none;
}

.ntf_actns button {
    border-radius: 35px;
    border: none;
    padding: 7px 20px;
}

.ntf_dnd {
    background-color: transparent;
    color: #333;
}

.ntf_jn {
    background-color: var(--button_primary_color);
    color: #fff;
}

.time_wrp p {
    color: #3333339e;
    font-size: 11px;
}

.pers_p_wrp p {
    font-size: 12px;
}

.pers_p_wrp h2 {
    font-size: 13px;
}

/*Modal*/

.mdlBtn {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #333333ab;
    background: #F6F6F9;
}

.mdlLnk {
    color: #333 !important;
    font-weight: 500 !important;
}

.mdlLnk:hover {
    text-decoration: underline;
}

p#hoverModal:hover~#notifContainer {
    /* display: block !important; */
}

#mobileActiveIcn {
    color: var(--button_primary_color) !important;
}

.activeHeaderMenu {
    display: block !important;
}

#cbnewheader.stickyHeader {
    top: 75px !important;
    z-index: 9999 !important;
    min-height: unset;
}

#mobileDrps {
    overflow-x: hidden;
}

@media(max-width: 1024px) {
    .hdrRvmpWrp {
        padding-bottom: 10px;
        padding-top: 10px;
        background: #fff !important;
    }

    #vrTpBrWrp {
        grid-template-columns: 300px auto !important;
        align-items: center;
    }

    .mHdrFrMobile {
        display: grid !important;
    }

    .mHdrFrDesktop {
        display: none !important;
    }

    .mBrmWrp {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        /* overflow: scroll; */
        width: 100%;
    }

    #mBileAccDrp {
        box-shadow: 0px 20px 45px 0px rgb(0 0 0 / 6%) !important;
        width: 100% !important;
        top: 70px !important;
    }

    .nvHNotif {
        text-align: center !important;
    }

    .nvHNotif>h2 {
        font-size: 41px !important;
    }

    #cbnewheader.stickyHeader {
        top: 63px !important;
    }
}

@media(max-width: 1024px) {
    #vrTpBrWrp {
        grid-template-columns: 48% 50% !important;
    }

    #vrTpBrWrp #tgoWrp {
        margin-left: 20px !important;
    }

    #vrTpBrWrp #tgoWrp>img {
        /* width: 100% !important; */
        height: 29px;
        margin-left: -25px;
    }

    #mDalText {
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0 !important;
        margin-top: -30px;
    }

    #mDalText button {
        width: 100%;
        max-width: 250px;
        margin: 5px auto;
        padding: 8px 20px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #headerImg img {
        width: 100%;
        margin: 0 auto !important;
    }

    .dropdown-toggle {
        padding: 7px 15px !important;
    }
}

@media(min-width: 1025px) {

    .mHdrFrMobile,
    .mBrmWrp {
        display: none !important;
    }

    .mHdrFrDesktop {
        display: grid !important;
    }
}

@media(min-width: 769px) {
    .sys_ntf_ct:hover {
        background-color: #E8F3FF;
    }

    .sys_ntf_ct:hover div.ntf_actns {
        /* display: block !important; */
    }
}

@media(max-width: 768px) {
    .notif_cont {
        flex-direction: column-reverse;
    }

    .notif_cont div.w50 {
        width: unset !important;
    }

    .ntf_actns {
        display: none !important;
    }

    .sys_ntf {
        width: 40px;
        height: 40px;
    }

    .sys_ntf_ct {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    #vrTpBrWrp #tgoWrp {
        margin-left: 0px !important;
    }

    #vrTpBrWrp {
        grid-template-columns: 50% 50% !important;
        /* padding-bottom: 7px !important; */
    }

    .dropdown-toggle {
        padding: 7px 15px !important;
    }
}

@media(max-width: 425px) {
    .dropdown-toggle {
        padding: 0px !important;
    }

    .dropdown-toggle .caret {
        margin-left: 0px !important;
    }

    #mobileMenuFlg {
        width: auto !important;
        border: none !important;
    }

    #drpSrchBtn {
        min-width: 110px !important;
    }

    #drpSrchBtn .select-selected {
        padding: 8px 5px !important;
    }
}

#mobileMenuFlg {
    width: 100px;
    border: 1px solid #99999980;
    border-radius: 5px;
    margin: 0;
    margin-left: 10px;
}

#mobileMenuFlg .flgSes {
    width: 30px !important;
    box-shadow: none !important;
}

#accNdidn {
    width: 40px;
    border-radius: 50%;
    object-fit: contain;
    margin: 10px;
}


#mobileDrps::-webkit-scrollbar {
    width: .3rem;
}

#mobileDrps::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
}

#mobileDrps::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: 0.01px solid transparent;
}


.hdrRvmpWrp {
    padding: 0px !important;
}

#vrTpBrWrp {
    padding: 10px !important;
}

@media (min-width:1024px) {
    #vrTpBrWrp {
        padding: 0px !important;
    }
}


/*header*/

#cbnewheader {
    background: #000 !important;
}

#topWhiteNavBar,
#cbnewheader {
    border-radius: 0px !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.select-hide {
    display: none;
}

.select-items {
    position: absolute;
    background-color: #F2F2F2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999999;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

.select-items div,
.dropdown-menu>li>a {
    padding: 15px;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
    border-radius: 0px;
}

.select-items div,
.select-selected,
.dropdown-menu>li>a {
    color: #333;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-family: 'arial';
    border-radius: 5px;
    /*display:none;*/
}

.select-items div,
.select-selected,
.dropdown-menu>li>a {
    color: #333;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-family: 'arial';
    border-radius: 5px;
    /*display:none;*/
}

.select-selected {
    background-color: #fff;
}

.hdrSrpSlect {
    position: relative;
    font-family: Arial;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #969696 transparent transparent transparent;
}

* {
    transition: none;
}

.select-hide {
    display: none;
}

.select-items {
    position: absolute;
    background-color: #F2F2F2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999999;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

.select-items div,
.dropdown-menu>li>a {
    padding: 15px;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
    border-radius: 0px;
}

.select-items div,
.select-selected,
.dropdown-menu>li>a {
    color: #333;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-family: 'arial';
    border-radius: 5px;
    /*display: none;*/
}

.select-selected {
    display: none !important;
}

select.drpWrp {
    height: 100% !important;
}

/*base*/


.profile_icon {
    position: relative;
    border: 1px solid #f0f0f0;
    padding-bottom: 36px;
    width: 36px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    z-index: 1
}

.profile_icon_25 {
    padding-bottom: 25px;
    width: 25px
}

.profile_icon_50 {
    padding-bottom: 50px;
    width: 50px
}

.profile_icon img {
    position: absolute;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.breadcrumb>li+li:before {
    color: #ccc;
    content: "> ";
    padding: 0 5px
}

textarea.no-resize {
    resize: none
}

.glyphicon-lock {
    margin-right: 5px
}

.navbar-wrapper {
    height: 50px;
    margin-bottom: 20px
}

.navbar-header {
    height: 50px;
    overflow: hidden
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #000
}

#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background: #dfdfdf;
    border-bottom-width: 0;
    background-image: none;
    min-height: 35px;
    font-family: scada, Verdana, Arial, Helvetica, sans-serif
}

.navbar-fixed-top .navbar-collapse {
    max-height: 420px
}

#custom-bootstrap-menu.navbar-default .nav>li>a {
    color: #000;
    background-color: #dfdfdf
}

#custom-bootstrap-menu.navbar-default .navbar-toggle,
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    border-color: transparent;
    background-color: inherit;
    padding: 14px 10px;
    margin-right: 0;
    border-left: 1px solid #bab0b0;
    border-radius: 0;
    margin: 0
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    height: 4px;
    width: 25px
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000
}

#custom-bootstrap-menu.navbar-default .nav>li>a.caret1 {
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 10px 5px;
    margin-top: 0;
    background: 0 0;
    box-shadow: none;
    z-index: 1
}

#custom-bootstrap-menu.navbar-default .nav>li>a.caret1:hover,
#custom-bootstrap-menu.navbar-default .nav>li>a.caret1:focus {
    background: 0 0
}

#custom-bootstrap-menu.navbar-default .nav>li.homeicon>a {
    background-image: url(//www.togoparts.com/images/new_menu/home-v2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #a6a6a6;
    background-size: contain;
    text-indent: -9999px;
    padding: 9px 15px !important
}

#custom-bootstrap-menu.navbar-default .nav>li.messageicon {
    vertical-align: middle;
    display: none
}

#custom-bootstrap-menu.affix .nav>li.messageicon {
    display: table-cell
}

#custom-bootstrap-menu.navbar-default .nav>li.messageicon>a {
    font-size: 24px;
    padding: 5px 15px 3px;
    color: #000 !important;
    background: 0 0 !important
}

#custom-bootstrap-menu.navbar-default .nav>li.messageicon:hover {
    background: 0 0
}

#custom-bootstrap-menu.navbar-default .nav>li.messageicon .badge {
    top: 2px;
    position: absolute;
    right: 8px;
    box-sizing: content-box;
    text-align: center
}

#custom-bootstrap-menu.navbar-default .nav>li.homeicon.active>a {
    background-color: #f78620
}

#custom-bootstrap-menu.affix {
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0
}

#custom-bootstrap-menu-new.affix {
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0
}

#custom-bootstrap-menu .navbar-brand:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

#custom-bootstrap-menu .navbar-brand {
    width: 50%;
    padding: 0 0 0 15px
}

#custom-bootstrap-menu .navbar-brand img {
    width: 100%;
    max-width: 210px;
    vertical-align: middle;
    height: auto;
    display: inline-block
}

#custom-bootstrap-menu .navbar-brand-bike {
    width: 50%;
    padding: 0 5px 0 15px
}

#custom-bootstrap-menu .navbar-brand-bike:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

#custom-bootstrap-menu .navbar-brand-bike img {
    width: 38px;
    vertical-align: middle;
    height: auto;
    display: inline-block
}

/*desktop*/

@media(min-width: 768px) {
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible
    }

    .dropdown:hover .dropdown-menu {
        display: block
    }

    .nav-tabs .dropdown-menu,
    .nav-pills .dropdown-menu,
    .navbar .dropdown-menu {
        margin-top: 0
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, .2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px
    }

    #custom-bootstrap-menu.navbar-default .nav>li>a.caret1 {
        display: none
    }
}


. nav-justified {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nvIcnWrp .btn-group>.btn:first-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.dropdown-toggle::after {
    display: none !important;
}

/*desktop*/

@media(min-width: 768px) {
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible
    }

    .dropdown:hover .dropdown-menu {
        display: block
    }

    .nav-tabs .dropdown-menu,
    .nav-pills .dropdown-menu,
    .navbar .dropdown-menu {
        margin-top: 0
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, .2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px
    }

    #custom-bootstrap-menu.navbar-default .nav>li>a.caret1 {
        display: none
    }
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#country_dropdown {
    padding: 0;
    margin-top: 10px;
    z-index: 99999999;
}

.open>.dropdown-menu {

    display: block !important;
}


.section_color{
    background-color: white !important;
}

.share_link_input{
    background-color: white !important;
    padding: 10px;
 } 

.strava-check {
    height: 60px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: var(--floating_top_bar_strava_connect_bg_color);
    position: relative;
    /* margin-top: -20px; */
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFF;
    z-index: 0;
}

.strava-connect-btn {
    width: 155px;
    height: 40px;
    left: 281px;
    top: 120px;
    background: #ffffff !important;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: var(--button_primary_color);
    border: 0px;
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .pdf_img h1 {
        font-size: 30px !important;
    }

    .pdf_img h2 {
        font-size: 19px !important;
    }

    .pdf_img p {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 768px) {

    .strava-check {
        margin-top: 0px;
        padding: 10px;
    }

    span {
        text-align: left;
    }

    .strava-connect-btn {
        width: max-content;
        min-width: 90px;
        height: 35px;
        margin: 0 0 0 10px;
        padding: 0 10px;
    }
}

.sub_ovrd.strava-check {
    /* top: 20px; */
}

body div.modal {
    z-index: 100000000 !important;
}

div.modal-backdrop {
    z-index: 99999999;
}


.swal-overlay {
    z-index: 999999999 !important;
    /* Adjust the z-index as needed */
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999999999 !important;
    /* Adjust the z-index as needed */

}

.header {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.custom-enabled {
    cursor: pointer !important;
    position: relative !important;
}
/* added p */
 @media (min-width: 1024px) {  
        .distance-column {
            display: flex; 
            justify-content: center; 
            align-items: center;
        }
        .distance-column .distance-column-content {
            position: absolute; 
            left: 10%;
            width: 100%;
        }
 }

 .event_footer {
    padding-bottom: 5.75rem !important;
}
.floating-btn {
    bottom: 100px !important;
}