@import url(../fonts/fonts.css);
html {
  scroll-behavior: smooth;
  font-size: 16px !important;
}
body {
  font-size: 16px;
  font-family: "Axiforma" !important;
  font-weight: normal;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.stickerHeader {
  background-color: white;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 7%);
}
.p-4{
  padding: 1.5rem;
}
.w-100{
  width: 100%;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .mb-md-3{
    margin-bottom: 1rem !important;
  }
  .bootstrapNEW .col-md-1{
    flex: 0 0 auto;
    width: 8.3333333% !important;
  }
  .bootstrapNEW .col-md-2{
    flex: 0 0 auto;
    width: 16.666667% !important;
  }
  .bootstrapNEW .col-md-3{
    flex: 0 0 auto;
    width: 25% !important;
  }
  .bootstrapNEW .col-md-4{
    flex: 0 0 auto;
    width: 33.333333% !important;
  }
  .bootstrapNEW .col-md-5{
    flex: 0 0 auto;
    width: 41.6666667% !important;
  }
  .bootstrapNEW .col-md-6{
    flex: 0 0 auto;
    width: 50% !important;
  }
  .bootstrapNEW .col-md-7{
    flex: 0 0 auto;
    width: 58.333333% !important;
  }
  .bootstrapNEW .col-md-8{
    flex: 0 0 auto;
    width: 66.6666667% !important;
  }
  .bootstrapNEW .col-md-9{
    flex: 0 0 auto;
    width: 75% !important;
  }
  .bootstrapNEW .col-md-10{
    flex: 0 0 auto;
    width: 83.333333% !important;
  }
  .bootstrapNEW .col-md-11{
    flex: 0 0 auto;
    width: 91.6666667% !important;
  }
  .bootstrapNEW .col-md-12{
    flex: 0 0 auto;
    width: 100% !important;
  }
}
.pr-0{
  padding-right: 0 !important;
}
.pb-5{
  padding-bottom: 3rem !important;
}
.fixed-top{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1090;
}
.p-0{
  padding: 0 !important;
}
.px-4{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-3{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.d-none{display: none;}
.navbar{
  border-radius: 0;
}
.d-flex{display: flex !important;}
#header ul{
  clear: none!important;
    margin-top: 0px;
    padding-top: 0px !important;
    flex-flow: row nowrap;
    justify-content: end;
}
.navbar-nav>li>a {
  line-height: 35px;
  padding-top: 10px;
    padding-bottom: 10px;
}
.new2022 ul:first-child{
  padding-top: 10px;
}
.border-0{
  border: none !important;
}
#header, .header60{
  height: 74px;
}
.position-absolute{
  position: absolute;
}
.position-relative{
  position: relative;
}
.navbar-nav .nav-link{
  line-height: 1;
}
.pr-3{
  padding-right: 1rem !important;
}
.rounded-pill{
  border-radius: 50rem;
}
.justify-content-center{justify-content: center !important;}
.align-items-center{align-items: center !important;}
.flex-column{flex-direction: column;} .justify-content-start{justify-content: flex-start !important;}
.text-decoration-none{text-decoration: none !important;}
.border-bottom{
  border-bottom: 1px solid #dee2e6 !important;
}
.vh-100{
  height: 100vh;
}
button:focus{
  outline: none !important;
  outline-offset: 0 !important;
}
.btn{
  background: transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
  background-color: transparent;
}
.d-block{
  display: block;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.pt-4{
  padding-top: 1.5rem;
}
.mt-5{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 1.5rem;
}
.mb-3{
  margin-bottom: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.justify-content-between{
  justify-content: space-between;
}
.mb-0{
  margin-bottom: 0;
}
.align-items-center {
  align-items: center!important;
}

.d-flex {
  display: flex!important;
}
.flex-fill {
  flex: 1 1 auto!important;
}
.mx130{
  max-width: 220px;
}
.w-init{
  width: initial !important;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0 !important;
}.fontw400 {
  font-weight: 400;
}
.navbar-brand {
  padding: 13px 0 0 0;
}
.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}

body {
  margin: 0;
  background-color: #ffffff;
}
footer {
  padding: 10px 0;
}
.pt-50 {
  padding-top: 3rem;
}
.justify-content-start{
  justify-content:flex-start!important
}
.justify-content-end{
  justify-content:flex-end!important
}
.justify-content-center{
  justify-content:center!important
}
.justify-content-between{
  justify-content:space-between!important
}
.justify-content-around{
  justify-content:space-around!important
}
.justify-content-evenly{
  justify-content:space-evenly!important
}
.align-items-start{
  align-items:flex-start!important
}
.align-items-end{
  align-items:flex-end!important
}
.align-items-center{
  align-items:center!important
}
.align-items-baseline{
  align-items:baseline!important
}
.align-items-stretch{
  align-items:stretch!important
}
.align-content-start{
  align-content:flex-start!important
}
.align-content-end{
  align-content:flex-end!important
}
.align-content-center{
  align-content:center!important
}
.align-content-between{
  align-content:space-between!important
}
.align-content-around{
  align-content:space-around!important
}
.align-content-stretch{
  align-content:stretch!important
}
.align-self-auto{
  align-self:auto!important
}
.align-self-start{
  align-self:flex-start!important
}
.align-self-end{
  align-self:flex-end!important
}
.align-self-center{
  align-self:center!important
}
.align-self-baseline{
  align-self:baseline!important
}
.align-self-stretch{
  align-self:stretch!important
}
.order-first{
  order:-1!important
}
.order-0{
  order:0!important
}
.order-1{
  order:1!important
}
.order-2{
  order:2!important
}
.order-3{
  order:3!important
}
.order-4{
  order:4!important
}
.order-5{
  order:5!important
}
.order-last{
  order:6!important
}
.m-0{
  margin:0!important
}
.m-1{
  margin:.25rem!important
}
.m-2{
  margin:.5rem!important
}
.m-3{
  margin:1rem!important
}
.m-4{
  margin:1.5rem!important
}
.m-5{
  margin:3rem!important
}
.m-auto{
  margin:auto!important
}
.mx-0{
  margin-right:0!important;
  margin-left:0!important
}
.mx-1{
  margin-right:.25rem!important;
  margin-left:.25rem!important
}
.mx-2{
  margin-right:.5rem!important;
  margin-left:.5rem!important
}
.mx-3{
  margin-right:1rem!important;
  margin-left:1rem!important
}
.mx-4{
  margin-right:1.5rem!important;
  margin-left:1.5rem!important
}
.mx-5{
  margin-right:3rem!important;
  margin-left:3rem!important
}
.mx-auto{
  margin-right:auto!important;
  margin-left:auto!important
}
.my-0{
  margin-top:0!important;
  margin-bottom:0!important
}
.my-1{
  margin-top:.25rem!important;
  margin-bottom:.25rem!important
}
.my-2{
  margin-top:.5rem!important;
  margin-bottom:.5rem!important
}
.my-3{
  margin-top:1rem!important;
  margin-bottom:1rem!important
}
.my-4{
  margin-top:1.5rem!important;
  margin-bottom:1.5rem!important
}
.my-5{
  margin-top:3rem!important;
  margin-bottom:3rem!important
}
.my-auto{
  margin-top:auto!important;
  margin-bottom:auto!important
}
.mt-0{
  margin-top:0!important
}
.mt-1{
  margin-top:.25rem!important
}
.mt-2{
  margin-top:.5rem!important
}
.mt-3{
  margin-top:1rem!important
}
.mt-4{
  margin-top:1.5rem!important
}
.mt-5{
  margin-top:3rem!important
}
.mt-auto{
  margin-top:auto!important
}
.me-0{
  margin-right:0!important
}
.me-1{
  margin-right:.25rem!important
}
.me-2{
  margin-right:.5rem!important
}
.me-3{
  margin-right:1rem!important
}
.me-4{
  margin-right:1.5rem!important
}
.me-5{
  margin-right:3rem!important
}
.me-auto{
  margin-right:auto!important
}
.mb-0{
  margin-bottom:0!important
}
.mb-1{
  margin-bottom:.25rem!important
}
.mb-2{
  margin-bottom:.5rem!important
}
.mb-3{
  margin-bottom:1rem!important
}
.mb-4{
  margin-bottom:1.5rem!important
}
.mb-5{
  margin-bottom:3rem!important
}
.mb-auto{
  margin-bottom:auto!important
}
.ms-0{
  margin-left:0!important
}
.ms-1{
  margin-left:.25rem!important
}
.ms-2{
  margin-left:.5rem!important
}
.ms-3{
  margin-left:1rem!important
}
.ms-4{
  margin-left:1.5rem!important
}
.ms-5{
  margin-left:3rem!important
}
.ms-auto{
  margin-left:auto!important
}
.p-0{
  padding:0!important
}
.p-1{
  padding:.25rem!important
}
.p-2{
  padding:.5rem!important
}
.p-3{
  padding:1rem!important
}
.p-4{
  padding:1.5rem!important
}
.p-5{
  padding:3rem!important
}
.px-0{
  padding-right:0!important;
  padding-left:0!important
}
.px-1{
  padding-right:.25rem!important;
  padding-left:.25rem!important
}
.px-2{
  padding-right:.5rem!important;
  padding-left:.5rem!important
}
.px-3{
  padding-right:1rem!important;
  padding-left:1rem!important
}
.px-4{
  padding-right:1.5rem!important;
  padding-left:1.5rem!important
}
.px-5{
  padding-right:3rem!important;
  padding-left:3rem!important
}
.py-0{
  padding-top:0!important;
  padding-bottom:0!important
}
.py-1{
  padding-top:.25rem!important;
  padding-bottom:.25rem!important
}
.py-2{
  padding-top:.5rem!important;
  padding-bottom:.5rem!important
}
.py-3{
  padding-top:1rem!important;
  padding-bottom:1rem!important
}
.py-4{
  padding-top:1.5rem!important;
  padding-bottom:1.5rem!important
}
.py-5{
  padding-top:3rem!important;
  padding-bottom:3rem!important
}
.pt-0{
  padding-top:0!important
}
.pt-1{
  padding-top:.25rem!important
}
.pt-2{
  padding-top:.5rem!important
}
.pt-3{
  padding-top:1rem!important
}
.pt-4{
  padding-top:1.5rem!important
}
.pt-5{
  padding-top:3rem!important
}
.pe-0{
  padding-right:0!important
}
.pe-1{
  padding-right:.25rem!important
}
.pe-2{
  padding-right:.5rem!important
}
.pe-3{
  padding-right:1rem!important
}
.pe-4{
  padding-right:1.5rem!important
}
.pe-5{
  padding-right:3rem!important
}
.pb-0{
  padding-bottom:0!important
}
.pb-1{
  padding-bottom:.25rem!important
}
.pb-2{
  padding-bottom:.5rem!important
}
.pb-3{
  padding-bottom:1rem!important
}
.pb-4{
  padding-bottom:1.5rem!important
}
.pb-5{
  padding-bottom:3rem!important
}
.ps-0{
  padding-left:0!important
}
.ps-1{
  padding-left:.25rem!important
}
.ps-2{
  padding-left:.5rem!important
}
.ps-3{
  padding-left:1rem!important
}
.ps-4{
  padding-left:1.5rem!important
}
.ps-5{
  padding-left:3rem!important
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
.mx515 {
  max-width: 515px !important;
}
label.btn.btn-default.btn-danger.dar {
  background: #2eab9d;
  border: 1px solid #2eab9d;
}.text-lowercase{
  text-transform:lowercase!important
}
.text-uppercase{
  text-transform:uppercase!important
}
.text-capitalize{
  text-transform:capitalize!important
}

.usrPic img {
  border: none !important;
  box-shadow: 0px 0px 4px #0000002e;
  border-radius: 10px;
}
.userPic {
  box-shadow: 0px 0px 4px #0000002e;
  border-radius: 10px;
}
.shadowBtn{
  box-shadow: 0px 0px 4px #0000002e;
  border-radius: 6px;
  padding: 2px 8px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
  color: #00aeef !important;
  font-size: 16px !important;
}
.lftNav.sidebarRegister {
  background-color: #fff;
  border: solid 0px #ccc;
  flex-direction: column;
}
.sidebarRegister li{
  margin: 0 !important;
}
.sidebarRegister li a{
  text-transform:capitalize!important;
  border: none !important;
  border-bottom: 1px solid #dee2e6!important;
  padding-top: 13px;
    padding-bottom: 15px;
}
.lftNav.sidebarRegister li a:hover{
  color: #F95B5C !important;
}
.lftNav li.active > a:hover{
  color: #ffffff !important;
}
.navbar-responsive-collapse{
  overflow: hidden !important;
  height: 1px;
}
.navbar-toggle {
  position: absolute;
  right: 0;
  background: black;
  margin-top: 12px;
}
a:focus-visible, button:focus-visible{
  outline: none;
}
.ms-ctn {
  position: relative !important;
  padding: 10px 12px !important;
  height: auto;
  border: 0.7px solid #959595 !important;
  box-sizing: border-box;
  border-radius: 7px !important;
  padding-left: 20px !important;
}
.ms-ctn-focus{
  border: 0.7px solid #00aeef !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px #59c3ff !important;
  color: #00aeef !important;
  outline: none;
}
.brd {
  border: solid 1px #dcdcdc;
}#facebox .body {
  border-radius: 6px;
}
body .btn-danger:hover, body .btn-danger:focus, body .btn-danger:focus-visible {
  background-color: #1c1f23 !important;
  outline: none !important ;
  box-shadow: none !important;
  color: white !important;
}

body .btn-danger {
  padding: 8px 0;
}
.form-control, .ui-multiselect {
  height: 46px !important;
  padding: 6px 12px !important;
  border: 0.7px solid #959595 !important;
  box-sizing: border-box;
  border-radius: 7px !important;
}
.min-h-100vh{min-height: calc(100vh - 60px - 84px);}
.flex-0{
  flex: 0 !important; 
}
.btn-warning {
  background-color: #FFC940 !important;
}
.btn-warning:hover {
  background-color: #FFC940 !important;
  border-color: #FFC940 !important;
  opacity: 0.9 !important;
  color: #000 !important;
}
/* .pointer-none{
  pointer-events: none !important;
} */
/* .masthead{
  display: none !important;
} */
.navbar-collapse.collapse.d-flex{
  display: flex !important;
}
@media (max-width: 768px){
  #header ul{
    flex-flow: column;
    width: 100% !important;
  }
  li.nav-item a {
    line-height: 27px !important;
  }
}
@media (min-width: 768px){
    .navbar-collapse.collapse.d-flex {
        display: flex !important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .container, .container-md, .container-sm {
      max-width: 1200px !important;
  }
}
@media (min-width: 1024px){
  .mgnMdR0 {
      margin-right: 0 !important;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1500px !important;
    width: 100% !important;
  }
  .container.mx515 {
    max-width: 515px !important;
  }
}
.br10{
  border-radius: 10px;
} 
.sdw{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media (max-width: 767px){
  .br10{
    border-radius: 0px;
  } 
  .sdw{
    box-shadow: none !important;
  }
  #facebox{
    left: 0 !important;
  }
  .nav-item.d-flex.align-items-center{
    display: block !important;
  }
  .pt-50 {
    padding-top: 1.5rem;
  }
  .new2022 {
    top: 0;
    margin-top: 61px !important;
    width: 100%;
    position: absolute;
    height: auto;
    padding-left: 20px !important;
    background: white;
    border-color: #ffffff !important;
    height: 1px;
    flex-direction: column;
    left: 0;
  }
  .navbar1{
    justify-content: start !important;
  }
  .new2022 .navbar-right{
   margin-left: 0 !important;
   margin-bottom: 12px;
  }
  .new2022 .navbar-right li:first-child a{
   padding-left: 0 !important;
  }
}
.shadow-none{
  box-shadow: none !important;
}
.schSbFlds .ui-multiselect{
  background-color: #fff !important;
  height: 46px;
  border: 1px solid #959595 !important;
  border-radius: 7px !important;
}