.item-category a.loading,.owl-carousel .loading {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #5967b6;
}

.item-category a.loading:after,.owl-carousel .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#5967b6,#6774bc,#5967b6);
  animation: a 1s ease-in-out infinite;
}

@keyframes a {
  0% {
    transform: translate3d(-100%,0,0);
  }

  to {
    transform: translate3d(100%,0,0);
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

body {
  position: relative;
  background: #4e5db1;
  font-family: Hind Siliguri,sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #d7e8f5;
  font-weight: 400;
  padding-top: 180px;
  padding-bottom: 2.284rem;
  overflow-x: hidden;
  display: grid;
}

body.register {
  padding-top: 0;
  color: #173d76;
  padding-bottom: 0;
}

body.no-scroll {
  overflow: hidden;
}

@media (min-width:768px) {
  body .container {
    padding: 0 1rem;
  }
}

@media (min-width:992px) {
  body .container {
    position: relative;
    max-width: 1080px;
  }
}

@media (min-width:1200px) {
  body .container {
    max-width: 1080px;
  }
}

@media (min-width:1800px) {
  body .container {
    max-width: 1080px;
  }
}

@media only screen and (max-width:768px) {
  body {
    padding-top: 50px;
  }

  body .section-pages {
    padding: 0 0 2.284rem;
  }

  body .main-breadcrumb {
    display: none;
  }
}

a,button {
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: #2ca8f1;
}

a.btn-secondary,button.btn-secondary {
  padding: .3em .5em;
  background-color: #d80000;
  color: #d7e8f5;
  border-radius: 5px;
}

a.btn-secondary:hover,button.btn-secondary:hover {
  color: #fcfdfe;
  background-color: #a00;
}

a:hover,button:hover {
  color: #57baf4;
}

a.link {
  color: #4e5db1;
  font-size: 13px;
}

a.link:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 10px;
}

ul {
  list-style: none;
}

.font-small {
  font-size: 11px;
}

.color-grey {
  color: #9b9b9b;
}

.color-green {
  color: #24b724;
}

.color-red {
  color: #dc1f26;
}

.space-section {
  margin-bottom: 2.284rem;
}

.m-r-0 {
  margin-right: 0!important;
}

.m-r-1 {
  margin-right: .571rem!important;
}

.m-r-2 {
  margin-right: 1.142rem;
}

.m-b-05 {
  margin-bottom: .2855rem!important;
}

.m-b-1 {
  margin-bottom: .571rem;
}

.m-b-2 {
  margin-bottom: 1.142rem;
}

.m-b-3 {
  margin-bottom: 1.713rem;
}

.m-b-half {
  margin-bottom: .2855rem;
}

.m-l-auto {
  margin-left: auto;
}

.m-l-0 {
  margin-left: 0!important;
}

.m-l-1 {
  margin-left: .571rem!important;
}

.m-l-2 {
  margin-left: 1.142rem;
}

.m-t-1 {
  margin-top: .571rem;
}

.m-t-2 {
  margin-top: 1.142rem;
}

.m-t-4 {
  margin-top: 2.284rem;
}

.p-2 {
  padding: 1.142rem;
}

.p-b-1 {
  padding-bottom: .571rem;
}

.p-b-2 {
  padding-bottom: 1.142rem;
}

.p-b-3 {
  padding-bottom: 1.713rem;
}

.p-b-4 {
  padding-bottom: 2.284rem;
}

.p-t-1 {
  padding-top: .571rem;
}

.p-t-2 {
  padding-top: 1.142rem;
}

.p-t-3 {
  padding-top: 1.713rem;
}

.p-t-4 {
  padding-top: 2.284rem;
}

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

.p-l-1 {
  padding-left: .571rem;
}

.p-l-2 {
  padding-left: 1.142rem;
}

.p-l-3 {
  padding-left: 1.713rem;
}

.p-l-4 {
  padding-left: 2.284rem;
}

.p-r-1 {
  padding-right: .571rem;
}

.p-r-2 {
  padding-right: 1.142rem;
}

.p-r-3 {
  padding-right: 1.713rem;
}

.p-r-4 {
  padding-right: 2.284rem;
}

.img-responsive {
  width: 100%;
}

label {
  margin-top: .571rem;
}

hr {
  opacity: .1;
}

.main-page--confrim {
  text-align: center;
}

.main-page--confrim .card__body {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.main-page--confrim .card__body form {
  padding: 2.284rem 0;
}

.html-content>* {
  margin-bottom: 1rem;
}

.html-content ul {
  padding-left: 1.142rem;
}

.html-content p {
  line-height: 1.8;
}

.bg-dark-soft {
  background-color: #46549f;
}

.bg-lime {
  background-color: #f6fffd;
}

.bg-white {
  background-color: #fff;
}

.section-page {
  padding: 2.284rem 0;
}

.desktop-only {
  display: inherit;
}

@media only screen and (max-width:768px) {
  .desktop-only {
    display: none;
  }
}

.handhelds-only {
  display: none;
}

@media only screen and (max-width:768px) {
  .handhelds-only {
    display: inherit;
  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#lhnContainerDone {
  display: none;
}

.heading {
  font-size: 2em;
  margin-bottom: 1.142rem;
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.font-large {
  font-size: 1.286em;
  font-weight: 400;
}

.font-bold {
  font-size: 21px;
  font-weight: 600;
}

.font-medium {
  font-size: 13px;
  font-weight: 400;
}

.font-mini,.small-title {
  font-size: 11px;
}

.small-title {
  text-transform: uppercase;
  color: #4e5db1;
  letter-spacing: 1.8px;
  margin-bottom: .571rem;
  display: block;
  font-weight: 400;
}

.paragraph {
  font-size: 1.1em;
  line-height: 1.8;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.container--small {
  max-width: 670px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dir-col {
  -ms-flex-direction: column;
  flex-direction: column;
}

.dir-col-rev {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.dir-row-rev {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.warp-rev {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.nowarp {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.items-center {
  -ms-flex-align: center;
  align-items: center;
}

.items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-auto {
  -ms-flex: 1;
  flex: 1;
}

.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width:480px) {
  .m-dir-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-dir-col-rev {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .m-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-dir-row-rev {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-warp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-warp-rev {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .m-nowarp {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .m-items-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .m-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .m-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-content-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .m-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.items {
  margin-left: -.571rem;
  margin-right: -.571rem;
}

@media only screen and (max-width:768px) {
  .items {
    margin-left: 0;
    margin-right: 0;
  }

  .items .item-xs-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .items .item-xs-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .items .item-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .items .item-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .items .item-xs-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .items .item-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .items .item-xs-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .items .item-xs-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .items .item-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .items .item-xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .items .item-xs-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .items .item-xs-12,.items>[class^=item-xs-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.items>[class^=item-] {
  position: relative;
  padding: 0 .571rem;
}

.item-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.item-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.item-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.item-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.item-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.item-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.item-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.item-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.item-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.item-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.item-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.item-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.block {
  display: block;
}

@keyframes b {
  0% {
    background-color: #d7e8f5;
    color: #173d76;
  }

  45% {
    background-color: #aed1eb;
    color: #1f53a1;
  }

  55% {
    background-color: #9ac5e6;
    color: #235eb6;
  }

  to {
    background-color: #85b9e1;
    color: #2869cb;
  }
}

nav.announcement-header {
  z-index: 99;
  background-color: #1f53a1;
  position: fixed;
  top: 129px;
  width: 100%;
}

nav.announcement-header .announcement-header__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

nav.announcement-header .announcement-header__share ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.announcement-header .announcement-header__share ul li {
  margin-left: .5em;
}

nav.announcement-header .announcement-header__share ul li.announcement-header__share__item {
  font-size: 1.8em;
}

nav.announcement-header .announcement-header__share ul li.announcement-header__share__item a {
  color: #d7e8f5;
}

nav.announcement-header .announcement-header__share ul li:first-child {
  margin-left: 0;
}

nav.announcement-header .announcement-header__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

nav.announcement-header .announcement-header__message .fas {
  color: #f2f318;
  font-size: 1.3em;
  margin-right: .5em;
}

nav.announcement-header .announcement-header__message marquee {
  padding: .5em 0;
  color: #d7e8f5;
}

nav.menu-header {
  z-index: 99;
  background-color: #173d76;
  position: fixed;
  top: 90px;
  width: 100%;
}

nav.menu-header .menu-header__items {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.menu-header .menu-header__items li {
  display: -ms-flexbox;
  display: flex;
  color: #d7e8f5;
  margin-left: .5em;
  font-size: 1em;
  text-transform: uppercase;
}

nav.menu-header .menu-header__items li:first-child {
  margin-left: 0;
}

nav.menu-header .menu-header__items li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d7e8f5;
  padding: .5em;
}

nav.menu-header .menu-header__items li a .fas {
  font-size: 1.3em;
}

nav.menu-header .menu-header__items li a:hover {
  color: #aed1eb;
}

nav.menu-header .menu-header__right {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  right: 1em;
}

nav.menu-header .menu-header__right a.mobile-version {
  color: #d7e8f5;
  margin-right: .571rem;
}

nav.menu-header .menu-header__right a.mobile-version svg {
  fill: #d7e8f5;
}

nav.menu-header .menu-header__right a.mobile-version:after {
  content: "";
  clear: both;
  display: table;
}

nav.menu-header .menu-header__right a.livechat {
  background-color: #d7e8f5;
  padding: .5em;
  border-radius: 5px;
  color: #d80000;
  font-weight: 700;
  animation-name: b;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}

nav.menu-header .menu-header__right a.livechat:hover {
  color: #f20000;
  background-color: #aed1eb;
}

.color-whatsapp {
  color: #25d366;
}

.color-skype {
  color: #00aff0;
}

.color-line {
  color: #21b506;
}

.referral li::marker {
  font-size: 1.5em;
  font-weight: 700;
}

.bg-base {
  background-color: #4e5db1;
}

.bg-soft {
  background-color: #d7e8f5;
}

.bg-dark {
  background-color: #173d76;
}

.p-remove-r {
  padding: 0 0 0 .571rem!important;
}

.single_slider .expert_thumb {
  border-radius: 5px;
  overflow: hidden;
}

.single_slider .expert_thumb img {
  transition: .3s;
  transform: scale(1);
  width: 100%;
}

.single_slider .expert_thumb img:hover {
  transform: scale(1.03);
}

@keyframes c {
  0% {
    background-color: #717dc1;
    color: #fff;
  }

  45% {
    background-color: #4e5db1;
    color: #fff;
  }

  55% {
    background-color: #46549f;
    color: #fff;
  }

  to {
    background-color: #3e4a8e;
    color: #fff;
  }
}

.contacts li {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.contacts li a {
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: .2855rem;
  width: 100%;
  background-color: #717dc1;
  color: #fff;
  box-shadow: 0 4px 3px -3px #173d76;
  font-weight: 700;
  padding: .571rem;
  font-size: 1.2em;
}

.contacts li a.livechat {
  animation-name: c;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}

.contacts li a.livechat:hover {
  background-color: #404c91;
  animation-name: "";
}

.contacts li a i {
  font-size: 1.4em;
}

.contacts li a:hover {
  background-color: #404c91;
}

#banner-category {
  margin-left: -.21412rem;
  margin-right: -.21412rem;
}

.item-category {
  position: relative;
  padding: 0 .21412rem!important;
  min-height: 150px;
}

@media only screen and (max-width:768px) {
  .item-category {
    min-height: 150px;
  }
}

.item-category a {
  position: relative;
  display: block;
}

.item-category a.loading {
  min-height: 200px;
  border-radius: 5px;
}

.item-category a .item-category__title {
  z-index: 1;
  font-size: 1.8em;
  padding: .2855rem 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  background-color: rgba(215,232,245,.5);
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-shadow: 2px 2px 2px #173d76;
  transform: scale(1);
}

.item-category a img {
  border-radius: 5px;
  transform: scale(1);
}

.item-category a:hover {
  box-shadow: 0 8px 6px -6px #173d76;
}

.item-category a:hover .item-category__title {
  background-color: rgba(178,211,236,.5);
  color: #fcfdfe;
  text-shadow: 2px 2px 2px #173d76;
  -webkit-transition: .5s;
  top: -1px;
  transition: .5s;
  transform: scale(1.01);
}

.item-category a:hover img {
  transition: .5s;
  transform: scale(1.01);
}

.banner-category {
  min-height: 195.19px;
}

.payments-228 {
  background-color: #d7e8f5;
  border-radius: 5px;
  padding: .571rem 1.142rem;
  display: -ms-flexbox;
  display: flex;
}

.payments-228.owl-carousel {
  display: -ms-flexbox!important;
  display: flex!important;
}

.payments-228 .owl-item img {
  max-height: none!important;
  min-height: 1.142rem!important;
}

.owl-carousel {
  display: block!important;
}

.owl-carousel .loading {
  width: 100%;
  min-height: 327.5px;
  border-radius: 5px;
}

.owl-carousel .owl-item img {
  max-height: 20.4rem;
  min-height: 20.4rem;
}

.bubble {
  position: relative;
  font-size: 1.5em;
  padding: .2em .575em;
  font-weight: 700;
}

.bubble:before {
  content: "";
  position: absolute;
  background-image: url(../img/bubble.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 35px;
  background-size: contain;
  height: 35px;
  left: 0;
  top: 0;
  opacity: .4;
}

.card {
  transition: all .3s ease-in-out;
  position: relative;
  margin-bottom: 1.142rem;
}

.card .card-title {
  padding: .5em;
  background-color: #173d76;
  color: #d7e8f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card .card-body {
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .571rem;
  background-color: #717dc1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 4px 3px -3px #173d76;
  color: #fff;
}

.card .card-body .result-date {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .5;
  margin-bottom: 0;
}

.card .card-body .result-togel {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
}

header.global-header {
  background-color: #4e5db1;
  padding: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

header.global-header .global-header__inner {
  position: relative;
}

header.global-header .global-header__inner .main-logo a.logo {
  display: block;
  height: 90px;
}

header.global-header .global-header__inner .main-logo a.logo img {
  height: 100%;
}

header.global-header .global-header__inner .box-account {
  display: -ms-flexbox;
  display: flex;
}

header.global-header .global-header__inner .box-account .box-account__liga {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
}

header.global-header .global-header__inner .box-account .box-account__liga select {
  background-color: #d7e8f5;
  height: 2.284rem;
  border: 1px solid #d7e8f5;
  line-height: 32px;
  width: 100%;
  max-width: 100%;
  padding: 0 1.142rem;
  transition: all .3s;
  font-family: Hind Siliguri,sans-serif;
  font-size: 1em;
}

header.global-header .global-header__inner .box-account .box-account__language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language__menu {
  padding: .5em 0;
  position: absolute;
  background: #d7e8f5;
  display: none;
  right: 0;
  top: 70;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0 8px 6px -6px #173d76;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language__menu.opened {
  display: block;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language__menu li a {
  display: block;
  padding: .3em 1em;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language__menu li a:hover {
  background-color: #c3dcf0;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d7e8f5;
}

header.global-header .global-header__inner .box-account .box-account__language .my-language:after {
  font-family: Font Awesome\ 5 Solid;
  content: "\f0dd";
  margin-left: .5em;
}

header.global-header .global-header__inner .box-account .box-account__wd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.global-header .global-header__inner .box-account .box-account__wd a {
  margin-right: 1em;
  padding: .5em;
  text-transform: uppercase;
  background-color: #d7e8f5;
  border-radius: 5px;
  cursor: pointer;
  color: #173d76;
  font-weight: 700;
  font-size: 1em;
  border: none;
  height: 100%;
  box-shadow: 0 3px #173d76;
}

header.global-header .global-header__inner .box-account .box-account__wd a:hover {
  background-color: #c7dff1;
  color: #1a4687;
}

header.global-header .global-header__inner .box-account .box-account__wd a:nth-child(2) {
  color: #d7e8f5;
  background-color: #d80000;
}

header.global-header .global-header__inner .box-account .box-account__wd a:nth-child(2):hover {
  background-color: #c40000;
  color: #e7f1f9;
}

header.global-header .global-header__inner .box-account .account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
}

header.global-header .global-header__inner .box-account .account .my-account {
  font-weight: 700;
  color: #d7e8f5;
}

header.global-header .global-header__inner .box-account .account .my-account:after {
  font-family: Font Awesome\ 5 Solid;
  content: "\f0dd";
  margin-left: .5em;
}

header.global-header .global-header__inner .my-account__menu {
  padding: .5em 0;
  position: absolute;
  background: #d7e8f5;
  display: none;
  right: 0;
  top: 70;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0 8px 6px -6px #173d76;
}

header.global-header .global-header__inner .my-account__menu.opened {
  display: block;
}

header.global-header .global-header__inner .my-account__menu li a {
  display: block;
  padding: .3em 1em;
}

header.global-header .global-header__inner .my-account__menu li a:hover {
  background-color: #c3dcf0;
}

header.global-header .global-header__inner .box-login {
  margin-right: 9.136rem;
}

header.global-header .global-header__inner .box-login #toggleSearch {
  display: none;
}

header.global-header .global-header__inner .box-login .box-login__form {
  margin-left: 1.713rem;
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

header.global-header .global-header__inner .box-login .box-login__form .box-info-mobile {
  display: none;
}

header.global-header .global-header__inner .box-login .box-login__form input,header.global-header .global-header__inner .box-login .box-login__form select {
  background-color: #d7e8f5;
  height: 2.284rem;
  border: 1px solid #d7e8f5;
  line-height: 32px;
  width: 100%;
  max-width: 100%;
  padding: 0 1.142rem;
  transition: all .3s;
  font-family: Hind Siliguri,sans-serif;
  font-size: 1em;
}

header.global-header .global-header__inner .box-login .box-login__form input:first-child,header.global-header .global-header__inner .box-login .box-login__form select:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

header.global-header .global-header__inner .box-login .box-login__form input.code,header.global-header .global-header__inner .box-login .box-login__form select.code {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

header.global-header .global-header__inner .box-login .box-login__form input:focus::-webkit-input-placeholder,header.global-header .global-header__inner .box-login .box-login__form select:focus::-webkit-input-placeholder {
  opacity: 0;
}

header.global-header .global-header__inner .box-login .box-login__form input:focus::-moz-placeholder,header.global-header .global-header__inner .box-login .box-login__form select:focus::-moz-placeholder {
  opacity: 0;
}

header.global-header .global-header__inner .box-login .box-login__form input:focus:-ms-input-placeholder,header.global-header .global-header__inner .box-login .box-login__form input:focus::-ms-input-placeholder,header.global-header .global-header__inner .box-login .box-login__form select:focus:-ms-input-placeholder,header.global-header .global-header__inner .box-login .box-login__form select:focus::-ms-input-placeholder {
  opacity: 0;
}

header.global-header .global-header__inner .box-login .box-login__form input:focus::placeholder,header.global-header .global-header__inner .box-login .box-login__form select:focus::placeholder {
  opacity: 0;
}

header.global-header .global-header__inner .box-login .box-login__form input.code,header.global-header .global-header__inner .box-login .box-login__form select.code {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 150px;
}

header.global-header .global-header__inner .box-login .box-login__form select {
  max-width: 200px;
  background-color: transparent;
}

header.global-header .global-header__inner .box-login .box-login__form input {
  border-left: 1px solid #ddd;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header.global-header .global-header__inner .box-login .box-login__form img {
  width: 3.426rem;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 3px;
  background-color: #4e5db1;
  height: 32px;
  border: none;
}

header.global-header .global-header__inner .box-login .box-login__form button {
  position: absolute;
  text-transform: uppercase;
  background-color: #d7e8f5;
  border-radius: 5px;
  cursor: pointer;
  color: #173d76;
  font-weight: 700;
  font-size: 1em;
  border: none;
  right: -4.668rem;
  width: 4.468rem;
  height: 100%;
  box-shadow: 0 3px #173d76;
}

header.global-header .global-header__inner .box-login .box-login__form button:hover {
  background-color: #c7dff1;
  color: #1a4687;
}

header.global-header .global-header__inner .box-login .box-login__form .register {
  position: absolute;
  text-transform: uppercase;
  background-color: #d80000;
  border-radius: 5px;
  cursor: pointer;
  color: #d7e8f5;
  font-weight: 700;
  font-size: 1em;
  padding: .65em 5px;
  border: none;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: -9.336rem;
  width: 4.468rem;
  box-shadow: 0 3px #173d76;
}

header.global-header .global-header__inner .box-login .box-login__form .register:hover {
  background-color: #c40000;
  color: #e7f1f9;
}
