﻿.logo_circle @font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"),
    url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2"),
    url("../fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

/*-----------------------------------------------
       reset css here
-----------------------------------------------*/
* {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: "Poppins";
  font-weight: bold;
  position: relative;
  outline: none;
  outline: none;
  -ms-overflow-style: scrollbar;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}
a:active,
a:focus,
a:visited {
  text-decoration: none;
}
p {
  padding: 0;
  line-height: 1.4em;
  text-align: justify;
}
p.nom {
  margin-bottom: 0 !important;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
img {
  max-height: 100%;
  max-width: 100%;
}

/*loader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg.jpg) no-repeat;
  z-index: 99999;
}

.bglog {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-color: #04101e;
}
.single-chart {
  position: relative;
  justify-content: space-around;
}
.single-chart,
.imgsc {
  top: 50%;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 182px;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
}

.circle {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  animation: progress 0.5s ease-out forwards;
}
.imgsc {
  position: absolute;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #e00b0b;
}

.circular-chart.green .circle {
  stroke: #e00b0b;
}

.circular-chart.blue .circle {
  stroke: #e00b0b;
}

.percentage {
  fill: #666;
  font-size: 0.5em;
  text-anchor: middle;
}

/*-------------------------------------------------
       Heading css
-------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
button {
  outline: none !important;
}

/*-------------------------------------------------
       login
-------------------------------------------------*/

.loginbox {
  width: 476px;
  margin: auto;
  position: relative;
}

.logo {
  padding: 15px;
  text-align: center;
  background: #fff;
}
.icon_login {
  margin-bottom: 40px;
}
.login_bx {
  padding: 50px 0px 0px 0px;
}
.login_bx > h1 {
  font-size: 25px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: block;
  position: relative;
}
.small_txt {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.input_bx {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #333b4a;
  border-radius: 3px;
  padding: 10px 10px 10px 61px;
  border: none;
  font-weight: 500;
}

.input_bx::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.fxt {
  position: relative;
  top: 0px;
  margin-right: 10px;
}
.input_bx:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.input_bx::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.nbric {
  position: absolute;
  left: 21px;
  color: #fff;
  font-weight: 500;
  top: 18px;
  padding-right: 8px;
  line-height: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form_in {
  padding: 0px 20px;
  text-align: center;
}
.form_in .position-relative {
  margin-bottom: 22px;
}
.btn_all {
  height: 44px;
  border-radius: 50px;
  width: 140px;
  transition: all 0.5s ease-in-out;
  outline: none !important;
  text-transform: uppercase;
  font-weight: 600;
}
.tp_rs {
  position: relative;
}
.btn_green {
  background: #78a442;
  color: #ffffff;
  border: none;
}
.btn_green:hover {
  background: #669f1f;
  color: #ffffff;
}
.btn_main {
  margin: 30px 0px;
}
.otp_bx {
  column-gap: 20px;
}
.otp_bx .position-relative {
  width: 55px;
}
.otp_bx .position-relative .input_bx {
  padding: 5px;
  text-align: center;
  width: 52px;
}

.r_send {
  display: inline-block;
  border: none;
  background: none;
  color: #9eab05;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 20px;
  transition: all 0.5s ease-in-out;
}
.r_send:hover {
  color: #c0cf12;
}
.nbchng {
  font-size: 13px;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
.nbchng > a {
  color: #ffc728;
  font-weight: 600;
}

.loginbtn {
  border: none;
  font-size: 18px;
  color: #fff;
  background: #e00b0b;
  width: 100%;
  border-radius: 3px;
  padding: 10px 10px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.loginbtn:hover {
  background: #be0808;
  color: #fff;
}

.bottomlink > a {
  display: block;
  padding: 15px 0px;
  background: #9b0808;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.inbx {
  display: block;
}
.lnbtom {
  justify-content: space-between;
}
.lnbtom > span {
  color: #fff;
}
.lnbtom > span,
.rsd {
  font-weight: 500;
  font-size: 14px;
}
.rsd {
  border: none;
  background: none;
  color: #6e6d6d;
}
.small_txt > span {
  display: block;
}
/*-------------------------------------------------
       Fill the Details
-------------------------------------------------*/
.bluebg {
  background: #002940;
  position: relative;
}
.bluebg:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #002940;
}
.bluebg .logo {
  padding: 30px 0px;
}
.fill_pattern {
  padding-top: 60px;
  background: url(../images/fill-pattern.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.fill_pattern .login_bx > h1 {
  color: #002940;
}
.fill_pattern .login_bx > h1:before {
  background: #002940;
}

.cng_slt {
  margin-right: 10px;
}
.cng_slt .input_bx {
  width: 76px;
  padding: 5px;
  font-size: 13px;
  color: #002940;
}
.fill_form,
.btn_two {
  padding: 0px 30px;
}
.slt_name .position-relative .input_bx {
  border: 1px solid #eee;
  box-shadow: 0px 0px 11px -2px #bdc9e4;
}
.slt_name .position-relative .input_bx::-webkit-input-placeholder {
  /* Edge */
  color: #002940;
}

.slt_name .position-relative .input_bx:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002940;
}

.slt_name .position-relative .input_bx::placeholder {
  color: #002940;
}
.slt_name .position-relative {
  margin-bottom: 15px;
}

.btnskp,
.btngrn {
  width: 48%;
  border: none;
  transition: all 0.5s ease-in-out;
}
.btnskp {
  background: #f59123;
  color: #ffffff;
}
.btnskp:hover {
  background: #e9810f;
  color: #ffffff;
}
.btngrn {
  background: #9eab05;
  color: #ffffff;
}
.btngrn:hover {
  background: #bbca0a;
  color: #ffffff;
}

/*-------------------------------------------------
      Product
-------------------------------------------------*/

/*==navigation==*/
.nav_br {
  float: right;
  padding: 7px 7px;
  margin: 17px 0px;
  border-radius: 3px;
}
.flsx {
  column-gap: 20px;
  align-items: center;
}
#nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(3),
#nav-icon3.open span:nth-child(2) {
  background: #fff;
}

.navigation_bx {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: #f3f3f3;
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 76px;
  bottom: 0;
  width: 360px;
  z-index: 99;
}
.shownv {
  opacity: 1;
  visibility: initial;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}

.navigation_bx::-webkit-scrollbar {
  -webkit-appearance: none;
}

.navigation_bx::-webkit-scrollbar:vertical {
  width: 11px;
}

.navigation_bx::-webkit-scrollbar:horizontal {
  height: 11px;
}

.navigation_bx::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.profile_menu {
  display: flex;
  align-items: center;
  background: #1b212c;
}

.profile_menu,
.pdmus {
  padding: 20px;
}

.pd_menu {
  transition: all 0.5s ease-in-out;
}
.menu_txt {
  margin-bottom: 30px;
}
.profile_menu_img,
.profile_menu_text {
  float: left;
}
.profile_menu_img {
  width: 76px;
}
.profile_menu_text {
  width: calc(100% - 70px);
  padding: 10px 10px 10px 10px;
}
.img_crl {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 64px;
}
.img_crl > img {
  width: 30px;
  height: 30px;
}
.profile_menu_text > h2 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.profile_menu_text > a {
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
}
.cnt_txt {
  font-size: 11px;
  display: block;
  font-weight: 400;
}
.protxt {
  display: inline-block;
  font-weight: 500;
  border: 1px solid #3b3434;
  border-radius: 50px;
  padding: 4px 30px;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.menu_txt {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgb(126 142 177 / 10%);
  box-shadow: 0 2px 4px rgb(126 142 177 / 10%);
  padding: 15px;
  border-radius: 10px;
}
.bluedark {
  fill: #002940;
}
.menu_txt > ul {
  padding-left: 40px;
}
.menu_txt > ul > li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.menu_txt > ul > li:last-child {
  border-bottom: none;
}
.menu_txt > ul > li > a > svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -38px;
  top: 12px;
}
.menu_txt > ul > li > a {
  transition: all 0.5s ease-in-out;
  padding: 12px 0px;
  display: block;
  color: #002940;
  font-size: 15px;
  font-weight: 500;
}
.menu_txt > ul > li > a:hover {
  color: #d9251a;
}
.menu_txt > ul > li:first-child a {
  padding-top: 0;
}
.menu_txt > ul > li .nv_active {
  color: #d9251a;
}
.img_sv_crl {
  position: absolute;
  right: 0;
  top: 9px;
}
.menu_txt > ul > li:first-child a .img_sv_crl {
  top: -2px;
}
.menu_txt > ul > li:first-child a svg {
  top: 0px;
}

.mu_icon {
  position: absolute;
  left: -38px;
  top: 9px;
}
.mu_icon > img {
  transition: all 0.5s ease-in-out;
}
.menu_txt > ul > li > a:hover .mu_icon > img {
  transform: scale(1.1);
}
.menu_txt > ul > li:first-child a .mu_icon {
  top: -2px;
}
.menu_txt > ul > li:last-child a {
  padding-bottom: 0;
}
.logoutbx {
  text-align: center;
  border-top: 1px solid #eee;
}

.logbtn {
  transition: all 0.5s ease-in-out;
  background: #d9251a;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 44px;
  font-weight: 600;
  padding: 10px 44px;
  border-radius: 50px;
}

.logbtn > img {
  position: relative;
  top: -2px;
}

/*==navigation-end==*/

.headbx {
  box-shadow: 0px 4px 10px #171717;
  z-index: 99;
  top: 0;
  justify-content: space-between;
  background: #1b212c;
  height: 76px;
  position: relative;
}
.smlogo {
  float: left;
  margin: 18px 0px;
}

.product_main {
  position: relative;
  padding-bottom: 110px;
}
.blc_bg {
  background: #1b212c;
}
.pdindex {
  padding-bottom: 170px;
}
.pda_blc {
  padding: 20px 0px;
}
.text_h > h2 {
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #28303d;
}
.text_h > h2,
.text_h > span {
  color: #fff;
  font-weight: 500;
}
.text_h > span {
  font-size: 11px;
  color: #898888;
  padding: 14px 0px 0px 0px;
  display: inline-block;
}
.rtn_sr {
  width: 77px;
  float: right;
  margin-top: 7px;
}
.rtn_sr > span {
  background: #000;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  padding: 5px 11px;
  border-radius: 50px;
}
.rtn_sr > a > i {
  color: #cb2a2a;
  font-size: 19px;
  margin-left: 4px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.star > i {
  color: #fff;
  display: inline-block;
  margin-right: 3px;
}
.banner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px #ddd;
  padding: 10px;
  margin-top: -157px;
}
.banner .carousel-inner {
  text-align: center;
}
.banner .img_s {
  display: inline-block;
  padding: 30px 0px 50px 0px;
}

.banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
}
.banner .carousel-indicators {
  z-index: 8;
}
.banner .carousel-indicators .active {
  background-color: #cb2a2a;
  border: 1px solid #c6e3cf;
}
.banner .carousel-indicators {
  bottom: 10px;
}
.banner .icong,
.banner .vto {
  position: absolute;
  top: 15px;
  z-index: 1;
}
.banner .icong {
  right: 15px;
}
.banner .vto {
  left: 10px;
  top: 10px;
  background: #e00b0b;
  color: #ffff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 50px;
  padding: 4px 11px;
}
.banner .vto img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.click_bcw > a {
  display: flex;
  color: #1b212c;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.click_bcw .rd_color {
  color: #d40c18;
}
.click_bcw {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.productdetails > p {
  font-size: 12px;
  color: #898888;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
}

.sharebox {
  margin-bottom: 30px;
  column-gap: 10px;
}
.sharebox > li > a,
.sharebox > ul > li > a > img,
.sharebox > ul > li > a > span {
  transition: all 0.5s ease-in-out;
}
.sharebox > li {
  width: 32%;
  background: #eee;
}
.sharebox > li > a {
  padding: 10px;
}
.sharebox > li > a,
.sharebox > ul > li > a > span {
  display: block;
  text-align: center;
}
.sharebox > li > a > span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
}
.sharebox > li > a:hover img {
  transform: scale(1.1);
}

.socialmedia > h3 {
  font-size: 15px;
  color: #a70101;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.discriptionbox > h2 {
  font-weight: bold;
  font-size: 16px;
  color: #3f6939;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.discriptionbox > p {
  color: #292626;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding-bottom: 20px;
  display: block;
}
.ratebox > button {
  border: none;
  background: none;
  font-size: 13px;
  margin: 10px 0px 20px 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3f6939;
  border-bottom: 2px solid #3f6939;
  display: inline-block;
}
.tab_box .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.tab_box .nav-tabs .nav-item {
  margin-bottom: 0px;
}
.tab_box .nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  font-size: 13px;
  color: #002940;
  background: #eee;
  margin: 0px 8px;
  text-transform: uppercase;
}
.tab_box .nav-tabs .nav-item.show .nav-link,
.tab_box .nav-tabs .nav-link.active {
  background: #cb2a2a;
  color: #ffffff;
}
.tab_box {
  padding-top: 15px;
}
.tab_box .tab-content > .tab-pane {
  background: #eee;
  padding: 20px 20px;
}
.tb_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brdr {
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  margin: 15px 0px;
}
.dotpara > li {
  list-style: disc;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 16px;
}

.tb_top > span {
  font-size: 11px;
  font-weight: 600;
  color: #cb2a2a;
  display: inline-block;
}
.tb_social {
  display: flex;
  column-gap: 10px;
}
.tb_social > li {
  position: relative;
  margin-right: 5px;
}
.tb_social > li:last-child {
  margin-right: 0px;
}

.tb_social > li > a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 37px;
  box-shadow: 2px 2px 2px #929191;
  transition: all 0.5s ease-in-out;
}
.tb_social > li > a:hover {
  transform: scale(1.1);
}
.fb {
  background: #395196;
}
.tw {
  background: #00a9ff;
}
.ins {
  background: #ffc153;
}
.lik {
  background: #3d83d9;
}
.you {
  background: #d40c18;
}
.para_p {
  margin-top: 10px;
}
.para_p p {
  color: #040404;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  line-height: 17px;
}
.para_p > a {
  margin-top: 10px;
  font-size: 11px;
  color: #a70101;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.v_btn,
.w_btn {
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.v_btn > img,
.w_btn > img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.v_btn {
  background: #9eab05;
}
.v_btn:hover {
  background: #bfce10;
  transform: scale(1.1);
  color: #ffffff;
}
.w_btn {
  background: #002940;
}
.w_btn:hover {
  background: #08496d;
  transform: scale(1.1);
  color: #ffffff;
}
.slider_p > h3 {
  color: #3d3838;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.slider_p {
  margin-left: 20px;
}
.ptfixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #06101c;
  text-align: center;
  padding: 15px 10px;
}
.ptfixed > a,
.ptfixed > button,
.ptfixed > span {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.clmrwd {
  background: #d9251a;
  color: #fff;
}
.clmrwd:hover {
  background: #d9251a;
  color: #fff;
}

.yellowbtn {
  background: #e00b0b;
  color: #fff;
}
.yellowbtn:hover {
  background: #c70b0b;
  color: #fff;
}
.hmtop {
  position: relative;
  top: -3px;
}
.ptfixed > button {
  border: none;
}
.ptfixed > button > img {
  position: relative;
  top: -2px;
}
.profilebtn {
  background: #fff;
  color: #002940;
}
.profilebtn:hover {
  background: #fff;
  color: #002940;
}
.circleall img {
  background: #eee;
  border-radius: 50%;
  padding: 8px;
  margin-left: 10px;
}
.twobtn {
  gap: 5px;
}
.twobtn > a {
  font-size: 12px;
  height: 45px;
}
.twobtn img {
  padding: 5px;
}
/*.scroll_s { overflow-x: auto; }
.slide_b { width: 800px; }*/
.sld_pp {
  transition: all 0.5s ease-in-out;
}
.text_sp > h5 {
  font-size: 10px;
  padding: 6px;
  font-weight: 500;
  color: #040404;
  text-align: left;
}
.gr_bg {
  background: #eee;
  padding: 20px 0px;
}
.slide_b {
  display: flex;
}
.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 10px;
  padding-left: 7px;
}
.scroll_s .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 11px -2px #bdc9e4;
  margin-bottom: 10px;
  flex: 0 0 auto;
  width: 123px;
  margin-right: 10px;
  display: inline-block;
  border: none;
}
.whtbg {
  background: #fff;
  padding-top: 20px;
}

.btn_fixed {
  justify-content: center;
  background: #06101c;
  padding: 20px 10px 16px 10px;
  bottom: 0;
}
.headbx,
.btn_fixed {
  position: fixed;
  width: 100%;
}
.btn_fixed {
  z-index: 9;
}

.btn_fixed,
.btn_fixed > a,
.btn_fixed > button {
  display: flex;
}

.btn_fixed > a,
.btn_fixed > button {
  text-transform: uppercase;
  border: none;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
  width: 50%;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  height: 44px;
  font-weight: 600;
  padding: 10px 10px 10px 16px;
  border-radius: 50px;
}
.btn_fixed > a:last-child {
  margin-right: 0;
}
.btn_fixed > a > span,
.btn_fixed > button > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
}
.dnp {
  background: #fff;
  color: #002940;
  box-shadow: 0px 0px 11px -2px #bdc9e4;
}
.dnp > span {
  background: #002940;
}

.act {
  background: #e00b0b;
  color: #ffffff !important;
  box-shadow: 0px 0px 11px -2px #a70101;
}
.act > span {
  background: #fff;
}
.body_top {
  padding-top: 76px;
}

/*details*/
.double_details > ul {
  flex-wrap: wrap;
}
.double_details > ul > li {
  width: 50%;
  border-bottom: 1px solid #efeeee;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
.double_details > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.double_details > ul > li > span,
.double_details > ul > li > h6 {
  color: #040404;
}
.double_details > ul > li > span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.double_details > ul > li > h6 {
  font-size: 12px;
  font-weight: 500;
}
.double_details > ul > li:nth-child(odd) {
}
.list_w {
  margin-bottom: 15px;
}
.list_w > h6,
.list_w > p {
  color: #040404;
}
.list_w > h6 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.listbx > li {
  position: relative;
  padding: 3px 3px 3px 12px;
  font-weight: 500;
  display: block;
  font-size: 11px;
  color: #040404;
}
.listbx > li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f105";
  font-size: 12px;
  font-family: "FontAwesome";
}
.list_w > p {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
}
/*review*/
.reviewbx {
  margin-bottom: 30px;
}
.rv_img,
.rv_txt {
  float: left;
}
.rv_img {
  width: 62px;
  text-align: center;
}
.rv_txt {
  width: calc(100% - 62px);
  padding-left: 22px;
}
.start_date,
.star_rt {
  display: flex;
}
.start_date {
  align-items: center;
}
.star_rt {
  width: 100%;
  float: left;
}
.date_b {
  float: right;
  width: 100%;
}

.star_rt > li {
  margin-right: 4px;
}
.star_rt > li:last-child {
  margin-right: 0;
}
.star_rt > li > i {
  font-size: 12px;
  color: #ddd;
}
.star_rt > li > .active_star {
  color: #ff6969;
}
.date_b > span {
  text-align: right;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
}
.date_b > span,
.rv_txt > h5,
.rv_txt > p {
  color: #040404;
}
.rv_txt > h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rv_txt > p {
  font-size: 10px;
  text-align: left;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 5px;
}
.img_rv {
  display: flex;
}
.img_rv > li {
  width: 44px;
  border: 1px solid #eee;
  margin-right: 5px;
}
.img_rv > li > a {
  display: block;
}

.listdes table td {
  font-size: 12px;
  font-weight: 500;
  color: #002940;
  padding-bottom: 5px;
}
.dottb {
  width: 50px;
  text-align: center;
}
.img_sp {
  height: 100px;
  margin: auto;
  text-align: center;
}

.ptfixed {
  justify-content: center;
  column-gap: 5px;
}
/*-------------------------------------------------
      active-w
-------------------------------------------------*/
.toppd {
  padding-top: 20px;
}
.back_heading {
  margin-bottom: 20px;
}
.back_heading > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #898888;
  font-size: 15px;
}

.active_in .position-relative {
  margin-bottom: 15px;
}
.smallinput {
  width: 20%;
}
.lginput {
  width: 80%;
  padding-left: 20px;
}
.inputbox {
  background: #eee;
  border: 1px solid #eee;
  padding: 15px 10px 15px 18px;
  box-shadow: 0px 0px 5px 0px #ddd;
  font-size: 13px;
  color: #002940;
  font-weight: 500;
  width: 100%;
  border-radius: 50px;
}
.inht {
  height: 50px;
}
.inputbox select {
  width: 100%;
  border: none;
  background: none;
  padding: 4px 0px;
}

.input_ds > span {
  display: inline-block;
  font-size: 12px;
  color: #002940;
  font-weight: 600;
  background: #fff;
  padding: 1px 7px;
  z-index: 1;
  margin-bottom: 6px;
}
.input_all {
  border: 1px solid #002940;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 22px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #002940;
}
.input_ds {
  margin-bottom: 22px;
}
.heightfx {
  height: 48px;
}
.ermsg {
  color: red;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.dropd {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-arrow {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  color: #002940;
  font-size: 18px;
  z-index: 2;
  font-weight: bold;
  background: #eeeeee;
  width: 33px;
  border-radius: 50%;
  height: 43px;
}
.iconcld {
  position: absolute;
  right: 19px;
  text-align: center;
  top: 10px;
}
.twobx {
  justify-content: space-between;
  flex-wrap: wrap;
}
.twobx .position-relative {
  width: 47%;
}

.FileUpload_up input[type="file"] {
  position: absolute;
  left: 12px;
  top: 12px;
  opacity: 1;
  width: 100%;
  height: 51px;
}
.FileUpload_up > span {
  display: block;
  background: #dcdcdc;
  border-radius: 50px;
  padding: 5px 13px;
  margin-top: -1px;
  color: #848484;
  font-weight: 600;
  font-size: 13px;
}
.FileUpload_up {
  padding: 10px 10px 10px 10px;
}
.fixed_btm {
  padding-bottom: 90px;
}

.popup {
  position: fixed;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 99;
}
.showpop {
  opacity: 1;
  visibility: initial;
  overflow-y: auto;
}
.showpop::-webkit-scrollbar {
  -webkit-appearance: none;
}

.showpop::-webkit-scrollbar:vertical {
  width: 11px;
}

.showpop::-webkit-scrollbar:horizontal {
  height: 11px;
}

.showpop::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.popbx {
  position: absolute;
  width: 350px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  text-shadow: 3px 3px 18px #fff;
  background: #fff;
}
.poptxt {
  padding: 20px;
}
.poptxt > h3 {
  font-size: 25px;
  color: #d9251a;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.poptxt > p {
  text-align: center;
  display: block;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.poptxt > span {
  margin-bottom: 20px;
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 10px;
  font-size: 11px;
  color: #d9251a;
  font-weight: 600;
}
.poptxt > span > small {
  display: block;
  font-size: 10px;
}
.dwn_bx > span,
.dwn_bx > a {
  font-weight: 500;
}
.dwn_bx > span {
  font-size: 12px;
  color: #002940;
  display: block;
}
.dwn_bx > a {
  background: #000;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
}
.dwn_bx > a:hover {
  background: #002940;
}
.dwn_bx > a > img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.close_btn {
  position: absolute;
  right: -7px;
  top: -8px;
  cursor: pointer;
}

.profilepic {
  text-align: center;
  margin-top: -76px;
}
.picd {
  width: 96px;
  height: 106px;
  border-radius: 18px;
  margin-bottom: 10px;
  line-height: 90px;
  position: relative;
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
  display: inline-block;
}
.profilepic > span,
.profilepic > h5 {
  display: block;
}
.profilepic > span {
  font-size: 15px;
  color: #d4291e;
}
.profilepic > h5 {
  font-size: 20px;
  color: #002940;
  font-weight: bold;
}
.list_profile > ul > li {
  position: relative;
  padding: 17px 10px 17px 40px;
  border-bottom: 1px solid #eee;
}
.list_profile > ul > li:last-child {
  border-bottom: none;
}
.list_profile > ul > li > span {
  position: absolute;
  left: 0;
  top: 10px;
}
.list_profile > ul > li > h5 {
  color: #002940;
  font-size: 13px;
  font-weight: 600;
}
#popshow {
  display: inline-block;
}
/*-------------------------------------------------
     profile
-------------------------------------------------*/
.blue_Bg {
  background: #1b212c;
  padding: 15px;
}
.back_heading > h1 {
  color: #898888;
  font-weight: 600;
  font-size: 16px;
}
.back_heading > span {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
}
.mdfy .btn_fixed > a,
.btn_fixed > button {
  font-size: 13px;
}
.pdnow .profile_menu {
  padding: 0;
}
.pdnow .profile_menu_text > span {
  color: #838283;
  font-weight: 500;
}
/*-------------------------------------------------
     product code
-------------------------------------------------*/
.boxcode {
  position: absolute;
  background: #ffdbdb;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 300px;
  height: 300px;
  margin: 10% auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.boxcode .canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/*.hideback{overflow:hidden !important;}*/
.popcode {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.popcode .close_btn {
  position: absolute;
  right: 11px;
  top: 14px;
}
.cntrbx {
  text-align: center;
}
.cntrbx > h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0px;
  color: #86bf4e;
}
.cntrbx > span {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.cntrbx > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #aa1010;
}
.AlreadyGratified {
  background: linear-gradient(#eee, #ddd);
}
.imgrs {
  max-width: 100%;
  max-height: 100%;
}
/*-------------------------------------------------
     reward
-------------------------------------------------*/
.rewardpoint {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.rewardpoint > h2 {
  font-weight: bold;
  color: #002940;
  font-size: 16px;
}
.rewardpoint > h2 > span {
  background: #da241b;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  margin-left: 10px;
}
.rewardpoint > span {
  font-size: 14px;
  color: #002940;
  font-weight: 500;
}

.boxcoin {
  column-gap: 10px;
}
.coincnt,
.pointdetais {
  width: 50%;
  background: #fff;
  box-shadow: 0px 0px 6px 1px #eaeaea;
  padding: 10px 5px;
  border-radius: 5px;
  position: relative;
}
.prwrdimg {
  text-align: center;
  border-bottom: 1px solid #dddd;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
}
.redeemprice {
  column-gap: 5px;
}
.prwrd_cnt > h5 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}
.redeemprice > span,
.redeemprice > a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 7px;
  padding: 8px 13px;
}
.redeemprice > span {
  background: #000;
}
.redeemprice > a {
  background: #d9251a;
}
.redeemprice > a > img {
  margin-right: 5px;
}
.redeemprice > i {
  font-size: 24px;
  font-weight: bold;
  padding: 7px 5px;
  color: #000;
}

.rewardtab {
  margin-top: 30px;
}
.rewardtab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 6px 1px #eaeaea;
  margin-bottom: 10px;
}
.rewardtab .nav-tabs .nav-item {
  margin-bottom: 0px;
  width: 50%;
}
.rewardtab .nav-tabs .nav-link {
  border: none;
  font-weight: bold;
  padding: 12px 15px;
  font-size: 13px;
  border-bottom: 3px solid #fff;
  color: #878787;
  background: none;
  text-transform: uppercase;
}
.rewardtab .nav-tabs .nav-item.show .nav-link,
.rewardtab .nav-tabs .nav-link.active {
  background: none;
  border-bottom: 3px solid #d9251a;
  color: #d9251a;
}
.rewardtab {
  padding-top: 15px;
}
.pointtab {
  column-gap: 10px;
}
.pointtxt {
  background: url(../images/bgpoint.png) no-repeat;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.pointtxt > h4 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 32px 20px;
  color: #cb2929;
}
.tgwn {
  position: absolute;
  top: 0;
  right: 0;
  background: #d9251a;
  color: #fff;
  font-size: 12px;
  padding: 9px;
  border-radius: 0px 10px 0px;
}
.dtbox {
  background: #eee;
  padding: 10px 5px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
}
.dtbox > h5 {
  font-weight: 600;
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
.dtbox > ul > li {
  font-size: 9px;
  font-weight: 600;
  position: relative;
  padding: 5px 4px;
}
.dtbox > ul > li:before {
  position: absolute;
  right: -1px;
  top: 7px;
  width: 1px;
  height: 9px;
  background: #005baa;
  content: "";
}
.dtbox > ul > li:last-child:before {
  display: none;
}

.listpoint > ul > li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0px;
}
.transferpoint {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.trtxt > h6 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.trtxt > span {
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b;
}
.listpoint > ul > li > h5 {
  font-size: 20px;
  font-weight: bold;
  color: #0bb027;
}

/*-------------------------------------------------
     bank
-------------------------------------------------*/
.headingall > h1 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 10px 10px 20px 10px;
}
.actbk > .pointdetais {
  padding: 0;
}
.bankimg {
  text-align: center;
  padding: 16px 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actbk h6 {
  text-align: center;
  background: #eee;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  color: #000;
  text-transform: uppercase;
}
.inputbk {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 12px;
  font-size: 13px;
  display: block;
  border-radius: 50px;
}
.ckbx {
  text-align: center;
  display: block;
  margin: 11px 0px 5px 0px;
}
.ckbx input {
  position: relative;
  top: 2.5px;
}
.ckbx > label {
  font-size: 12px;
  font-weight: 500;
  color: #817c7c;
}
.upibox {
  margin-bottom: 10px;
}
.addac {
  margin-bottom: 15px;
}
.addac > a {
  background: #24c45d;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.upbox {
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 10px 6px 10px;
}
.uibox > span {
  position: relative;
  top: 11px;
  background: #f6f6f6;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.upck > label,
.upck ul li {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.upck {
  width: 80%;
}
.upck1 {
  width: 20%;
  text-align: right;
  position: relative;
  top: -5px;
}
.editbt,
.trashbtn {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  line-height: 31px;
}
.editbt {
  background: #005baa;
}
.trashbtn {
  background: #ff0000;
}

/*-------------------------------------------------
     product warranty
-------------------------------------------------*/
.boxwrty {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 0px 7px #ddd;
}
.imgctn,
.wrttop {
  padding: 10px;
}
.headbtn .rdspd {
  margin: 0;
}
.headbtn {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.imgctn {
  display: flex;
  align-items: center;
}
.imgpwbx {
  width: 40%;
  border-right: 1px solid #ddd;
  margin-right: 30px;
  text-align: center;
  padding: 0px 10px;
}
.cntpwt {
  width: 60%;
}
.cntpwt > h5,
.cntpwt > h6,
.cntpwt > span {
  display: block;
  margin-bottom: 5px;
}
.cntpwt > h5 {
  font-size: 16px;
  color: #474747;
  font-weight: 600;
}
.cntpwt > h6 {
  color: #898888;
  font-size: 12px;
}
.cntpwt > span {
  color: #474747;
  font-size: 12px;
  font-weight: 500;
}
.wrttop {
  border-top: 1px solid #ddd;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.wrttop > span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0px;
  color: #131415;
}
.wrttop > span > span {
  color: #a70101;
}
.btndown > a {
  background: #a70101;
  padding: 10px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: block;
}

.pro_wrty_img,
.pro_wrty_text {
  float: left;
}
.pro_wrty_img {
  width: 110px;
}
.pro_wrty_text {
  width: calc(100% - 110px);
}
.pro_wrty_text > h1,
.pro_wrty_text > span {
  color: #002940;
  display: block;
  margin-bottom: 5px;
}
.imgpd {
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0px 0px 18px #eee;
}
.imgpd img {
  border: 1px solid #eee;
}
.pro_wrty_text {
  padding-left: 10px;
}
.pro_wrty_text > h1 {
  font-size: 11px;
  font-weight: 600;
}
.pro_wrty_text > span {
  font-size: 10px;
  font-weight: 500;
}
.pro_wrty_text > span > b {
  color: #9eab05;
}
.pro_wrty_text > a {
  display: block;
  text-align: center;
  background: #d8231a;
  transition: all 0.5s ease-in-out;
  padding: 6px 8px;
  border-radius: 50px;
  font-size: 8px;
  color: #fff;
  font-weight: 500;
}
.pro_wrty_text > a:hover {
  background: #c0cf12;
}
.pro_wrty_text > a > img {
  position: relative;
  top: -2px;
}
.btnshow {
  text-align: center;
}
.btnshow > a {
  font-size: 11px;
  font-weight: 500;
  background: #509918;
  border-radius: 50px;
  padding: 4px 10px;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.btnshow > a:hover {
  background: #509918;
}
.product_wrty {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product_wrty:last-child {
  border-bottom: none;
}
.wrty_pro > ul {
  align-items: center;
}
.wrty_pro > ul > li {
  width: 50%;
}
.wrty_pro > ul > li > span {
  font-size: 12px;
  color: #002940;
  font-weight: 600;
}
.wrty_pro > ul > li > a,
.claimbx_btn {
  background: #d9241b;
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 4px 10px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.wrty_pro > ul > li > a:hover,
.claimbx_btn:hover {
  background: #d9241b;
  color: #fff;
}
.btnbd {
  background: #002940;
}
.wrty_pro > ul > li > span > b {
  margin-top: -2px;
  display: block;
  color: #d9241b;
  font-weight: bold;
  font-size: 15px;
}
.wrny_dtlsp > h5 {
  font-size: 14px;
  font-weight: 600;
  color: #002940;
  display: block;
  margin-bottom: 8px;
}
.dts_wrt {
  display: flex;
  width: 100%;
}
.dts_wrt > li {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.dts_wrt > li:first-child {
  width: 50px;
}
.dts_wrt > li:nth-child(2) {
  width: 20px;
  text-align: center;
}
.dts_wrt > li:last-child {
  margin-bottom: 0;
}
.loader_bg {
  background: rgb(0 41 64 / 50%);
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #9eab05;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: relative;
}
.loader,
.ldbx {
  width: 160px;
  height: 160px;
}
.loader,
.ldbx,
.ldma {
  margin: auto;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ldbx {
  position: absolute;
  top: 14px;
  left: 13px;
}
.diseble_frm {
  margin-bottom: 10px;
  border-bottom: 1px solid #353535;
  padding-bottom: 10px;
}

.diseble_frm > span {
  font-weight: 600;
  font-size: 12px;
  display: block;
  color: #898888;
}
.diseble_frm > h6 {
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-top: 7px;
  color: #fff;
}
.nonebr {
  border-bottom: none;
  margin-bottom: 0;
}
.WD1 {
  width: 30%;
}
.WD2 {
  width: 70%;
  margin-left: 10px;
}

.image {
  width: 40px;
  height: 40px;
  background-position: center center;
  filter: grayscale(100%);
  display: inline-block;
  margin: 10px;
}
.radio-img {
  margin: 0px 10px;
}

.image:hover {
  opacity: 1;
}

.radio-img > input {
  display: none;
}
.radio-img > .image {
  cursor: pointer;
}
.radio-img > input:checked + .image {
  border: 2px solid orange;
  filter: inherit;
  border-radius: 50px;
}

.emojifd {
  display: flex;
  justify-content: center;
}
.txthp {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: -10px;
}
.txarea {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  color: #002940;
}
.feefbtn {
  transition: all 0.5s ease-in-out;
  background: #9eab05;
  text-transform: uppercase;
  border: none;
  color: #fff;
  box-shadow: 0px 5px 11px -4px #9eab05;
  font-size: 12px;
  height: 38px;
  font-weight: 600;
  padding: 10px 31px;
  border-radius: 50px;
  margin-top: 10px;
}

.rdspd {
  margin: 20px 0px 10px 0px;
  font-size: 13px;
  border-radius: 50px;
  padding: 6px 17px;
}
.claimbx_btn img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.chgtx {
  text-align: right;
}
.rdspd1 {
  margin-top: 8px;
  background: #002940;
}
.allstatus {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.process_color {
  background: #f6ea0c;
}
.Reject_color {
  background: #f80000;
}
.Approve_color {
  background: #9eab05;
}
.diseble_frm > p {
  font-weight: normal;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #fff;
}
.btn_ok {
  padding: 4px 20px;
  border: none;
  border-radius: 3px;
  color: #fff;
  background-color: #d9251a;
}
.chtbtn {
  transition: all 0.5s ease-in-out;
  background: #d9251a;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 44px;
  font-weight: 600;
  padding: 10px 44px;
  border-radius: 50px;
}
.chtbtn:hover {
  transform: scale(1.1);
  color: #ffffff;
}
.btn_fixed .chtbtn {
  justify-content: center;
  font-size: 12px;
}
.bggray {
  background: #f6f6f6;
}
.pdga {
  padding: 20px;
  background: #1b212c;
}
.chalpanel ul li {
  position: relative;
}
.chalpanel ul li.company {
  padding-right: 60px;
  padding-left: 40px;
  padding-top: 15px;
}
.chalpanel ul li.company .msg_bx {
  background: #fff;
  padding: 13px 20px 20px 20px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 0px 10px 10px 40px;
  border: 1px solid #000;
}
.chalpanel ul li.company .msg_bx p {
  color: #000;
}

.chalpanel ul li.customer {
  padding-right: 60px;
  padding-left: 40px;
  padding-top: 15px;
}
.chalpanel ul li.customer .msg_bx {
  background: #000;
  padding: 13px 20px 20px 20px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 0px 10px 10px 40px;
}
.chalpanel ul li.customer .msg_bx p {
  color: #fff;
}

.chalpanel ul li .msg_bx p {
  margin-bottom: 0;
}
.img_chat {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.img_chat img {
  border-radius: 50%;
}
.rht_td {
  display: block;
  float: right;
  font-weight: normal;
  font-size: 13px;
  color: #c3c3c3;
  margin-top: 4px;
}
.chalpanel ul li {
  margin-bottom: 5px;
  overflow: hidden;
}
.chalpanel ul li:nth-child(even) {
  padding-left: 60px;
  padding-left: 40px;
  padding-top: 15px;
}
.chalpanel ul li:nth-child(even) .msg_bx {
  background: #fff;
  padding: 13px 20px 20px 20px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 10px 40px 0px 10px;
}
.chalpanel ul li:nth-child(even) .msg_bx p {
  color: #002940;
}
.chat_input {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ctwid {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 10px 44px 10px 19px;
  font-size: 13px;
  width: 100%;
  height: 42px;
}
.bgblock {
  background: #fff;
}
.btncirl_ct {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  border: 1px solid #ddd;
  margin-left: 10px;
  background: #fff;
}
.ctbx {
  width: 100%;
  position: relative;
}

.attechmt {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 7px;
  top: 1px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}
.attechmt input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 40px;
}

.poplg-txt p {
  font-size: 12px;
  margin-bottom: 0;
}
.poplg-txt h1 {
  font-size: 17px;
  font-weight: 600;
  margin: 10px;
  font-size: 17px;
  font-weight: 600;
  margin: 10px;
  color: #0145ac;
}
.pobtn {
  border-top: 1px solid #ddd;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
}

.btncnl_log,
.btncon_log {
  padding: 6px 13px;
  margin: 5px;
  border: none;
  width: 50%;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.btncnl_log {
  background: #e60707;
  color: #fff;
}
.btncnl_log:hover {
  background: #f14e4e;
  color: #fff;
}
.btncon_log {
  background: #0145ac;
  color: #ffffff;
}
.btncon_log:hover {
  background: #1b1b18;
  color: #ffffff;
}

.pdremove .popbx,
.pdremove .poptxt {
  padding: 0;
}
.pdremove .popbx {
  border-radius: 30px 30px 0px 0px;
}
.pdremove .poptxt img {
  margin: 30px 0px 0px 0px;
}
.pdremove .close_btn {
  top: -8px;
}
.coupanbx {
  background: #406a3c;
  padding: 20px;
}
.coupanbx > h3 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.coupancode {
  gap: 10px;
}
.code,
.copybox {
  width: 50%;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code {
  background: #fff;
  border: 2px dashed #ff6969;
  color: #ff6969;
  font-size: 22px;
}
.copybox {
  background: #c7e5d0;
  border: 2px solid #c7e5d0;
  color: #406a3c;
  font-size: 16px;
  cursor: pointer;
}
.webtxt {
  text-align: center;
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}
.webtxt > a {
  color: #baf6b4;
  margin-left: 5px;
}

.paratxt > p {
  font-size: 12px;
  color: #002940;
  margin-top: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 22px;
}

.focusbox {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #004a7f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.focusbox p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.focusbox > p > span {
  font-weight: bold;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

.optbtn {
  background: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
}
.login_bx_otp > h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.shapebox {
  display: none !important;
  position: relative;
}
.shapebox::before {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  height: 40px;
  background: #e60707;
  content: "";
}
.ps {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  top: 0;
  top: 54px;
  width: 42%;
}
.ps > p {
  margin-bottom: 5px;
}
.ps > p,
.ps > a {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
.ps > a {
  color: #fdfd31;
}
.sp_s {
  text-align: center;
}

@media only screen and (min-width: 212px) and (max-width: 640px) {
  .headbx,
  .btn_fixed,
  .navigation_bx {
    width: 100%;
  }
  .whtbg {
    background-size: cover;
  }
  .loginbox {
    width: 100%;
  }
  .imgpwbx {
    margin-right: 20px;
  }
  .cntpwt > h5 {
    font-size: 14px;
  }
  .btndown > a {
    font-size: 13px;
  }
  .btndown > a > img {
    width: 23px;
  }

  .ps {
    top: 60px;
    width: 60%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .navigation_bx {
    width: 640px;
  }
  .headbx,
  .btn_fixed {
    width: 100%;
  }
  .btn_fixed > a,
  .btn_fixed > button {
    width: 200px;
  }
}

@media only screen and (min-width: 1024px) {
}
