@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans+Devanagari:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

/*ol, ul {
		list-style: none;
	}*/
blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn.btn-primary {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-secondary {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-success {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-danger {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-warning {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-cms.btn-save-draft {
  background: #fdb81a !important;
  color: #fff !important; }
  .btn.btn-cms.btn-save-draft:hover {
    background: #04554c !important; }
  .btn.btn-cms.btn-save-draft.alt {
    background: #04554c !important;
    color: #fff !important; }
    .btn.btn-cms.btn-save-draft.alt:hover {
      background: #1a385f !important; }

.btn.mark-read {
  padding: 3px 10px;
  background: #eee;
  float: right;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn.mark-read:hover {
    background: #06d6a0;
    color: #fff; }

.btn.btn-cms {
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Noto Sans Devanagari", sans-serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px; }
  .btn.btn-cms.mobile-btn {
    display: none; }
  .btn.btn-cms .left-icon.alt {
    margin-left: 0;
    margin-right: 10px; }
  .btn.btn-cms.cat-btn {
    border: 1px solid #e5e5e5;
    margin-left: 0; }
  .btn.btn-cms.normal-btn {
    background: #e5e5e5;
    color: #111;
    margin-bottom: 30px;
    cursor: inherit;
    margin-left: 0; }
    .btn.btn-cms.normal-btn:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: #e5e5e5 !important; }
  .btn.btn-cms.btn-green {
    background: #06d6a0;
    color: #fff; }
    .btn.btn-cms.btn-green:hover {
      background: #02b889 !important;
      color: #fff !important; }
    .btn.btn-cms.btn-green.reload-cache {
      margin-top: -25px;
      float: right; }
  .btn.btn-cms.btn-red {
    background: #d13938;
    color: #fff; }
    .btn.btn-cms.btn-red:hover {
      background: #d12524 !important;
      color: #fff !important; }
  .btn.btn-cms:hover {
    background: #f7f7f7 !important;
    color: #111;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn.btn-cms .left-icon {
    font-size: 18px;
    display: inline-block;
    top: 1px;
    margin-left: 10px; }
  .btn.btn-cms.feat-img-btn {
    display: inline-block;
    width: 100%;
    margin: 10px 0; }
    .btn.btn-cms.feat-img-btn.alt {
      width: auto;
      margin: 0 auto;
      display: table; }
    .btn.btn-cms.feat-img-btn .left-icon {
      position: relative; }

.btn.online-radio {
  background: #ffee32;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-left: 50px;
  position: relative;
  padding: 7px 25px 6px 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  float: left; }
  .btn.online-radio:hover {
    background: #0f75bc; }
    .btn.online-radio:hover .main-title {
      color: #fff; }
  .btn.online-radio .left-icon {
    position: absolute;
    left: 17px;
    top: 3px; }
    .btn.online-radio .left-icon img {
      width: 26px; }

.btn.btn-info {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-light {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc; }

.btn.btn-dark {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-link {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-green {
  background: #06d6a0;
  color: #fff;
  font-size: 13px;
  font-weight: 400; }

.btn.rounded-btn {
  background: #f36e20;
  color: #fff;
  padding: 3px 25px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  font-family: "Mukta", sans-serif;
  margin: 40px 0 0 0;
  line-height: 28px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important; }
  .btn.rounded-btn.alt-btn:hover {
    background: #fff !important;
    color: #56585a !important; }
  .btn.rounded-btn.calculate {
    height: 35px;
    background: #f36e20;
    color: #fff; }
    .btn.rounded-btn.calculate .left-icon {
      margin-right: 0; }
    .btn.rounded-btn.calculate:hover {
      background: #56585a; }
  .btn.rounded-btn.buy-btn {
    background: #56585a; }
    .btn.rounded-btn.buy-btn:hover {
      background: #fca311; }
  .btn.rounded-btn.soft-btn:hover {
    background: #333533;
    border-color: #333533; }
  .btn.rounded-btn:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 19px;
    display: none;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
  .btn.rounded-btn.appointment-btn {
    padding-left: 30px;
    padding-right: 30px; }
  .btn.rounded-btn.outline-btn {
    border: 1px solid #f36e20;
    color: #fff;
    background: #f36e20;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn.rounded-btn.outline-btn:after {
      background: #111; }
    .btn.rounded-btn.outline-btn:hover:after {
      background: #fff; }
    .btn.rounded-btn.outline-btn.blue-btn {
      border-color: #073b87;
      color: #073b87; }
      .btn.rounded-btn.outline-btn.blue-btn:hover {
        border-color: #073b87;
        background: #073b87; }
    .btn.rounded-btn.outline-btn.add-cart-btn {
      background: rgba(0, 0, 0, 0.8);
      text-transform: none;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      -ms-border-radius: 5px !important;
      border-radius: 5px !important;
      position: absolute;
      bottom: -50px;
      left: 0;
      font-size: 17px;
      color: #fff;
      width: 100%;
      text-align: center;
      font-weight: 500;
      margin: 0; }
      .btn.rounded-btn.outline-btn.add-cart-btn:hover {
        background: rgba(103, 84, 236, 0.9); }
    .btn.rounded-btn.outline-btn:hover {
      border-color: #56585a !important; }
    .btn.rounded-btn.outline-btn.circular-btn {
      -webkit-border-radius: 50px !important;
      -moz-border-radius: 50px !important;
      -ms-border-radius: 50px !important;
      border-radius: 50px !important;
      width: 37px;
      height: 37px;
      line-height: 37px;
      text-align: center;
      line-height: 37px;
      position: absolute;
      top: 37px;
      right: 27px;
      font-size: 17px;
      margin: 0;
      padding: 0 !important; }
      .btn.rounded-btn.outline-btn.circular-btn .left-icon {
        margin-right: 0;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg); }
      .btn.rounded-btn.outline-btn.circular-btn:hover {
        border-color: #111 !important; }
    .btn.rounded-btn.outline-btn.big-btn {
      padding: 10px 40px;
      font-size: 18px; }
  .btn.rounded-btn.white-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none; }
    .btn.rounded-btn.white-btn:after {
      background: #111; }
    .btn.rounded-btn.white-btn:hover:after {
      background: #fff; }
  .btn.rounded-btn.light-btn {
    background: #e1e2f6;
    color: #565acf; }
  .btn.rounded-btn.white-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none; }
    .btn.rounded-btn.white-btn:after {
      background: #fff; }
    .btn.rounded-btn.white-btn:hover:after {
      background: #fff; }
  .btn.rounded-btn.reverse {
    background: #fca311;
    padding: 10px 50px 10px 50px; }
    .btn.rounded-btn.reverse:hover {
      background: #fff;
      color: #fca311 !important; }
    .btn.rounded-btn.reverse.alt {
      margin-top: 50px;
      background: #565acf; }
      .btn.rounded-btn.reverse.alt:hover {
        background: #e1e2f6;
        border-color: #e1e2f6;
        color: #565acf !important; }
  .btn.rounded-btn .left-icon {
    margin-right: 5px; }
  .btn.rounded-btn:hover {
    color: #fff !important;
    background: #56585a;
    border-color: #56585a;
    color: #fff !important; }
    .btn.rounded-btn:hover .titles {
      color: #fff !important; }
    .btn.rounded-btn:hover:after {
      width: 20px;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }
  .btn.rounded-btn.text-btn {
    font-size: 12px;
    color: #ffee32;
    padding: 0;
    margin-top: 10px;
    position: relative;
    background: none;
    font-weight: 600;
    border: 0 !important;
    text-transform: uppercase; }
    .btn.rounded-btn.text-btn:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #111;
      position: absolute;
      transform-origin: 100% 50%;
      transform: scale3d(0, 1, 1);
      transition: transform 0.3s;
      bottom: -1px;
      left: 0;
      display: none; }
    .btn.rounded-btn.text-btn:hover {
      color: #707070 !important; }
      .btn.rounded-btn.text-btn:hover:before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1); }
  .btn.rounded-btn.arrow-btn {
    background: #fff !important;
    width: 41px;
    height: 41px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 4px solid #ffee32;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #111;
    margin: 0;
    bottom: 0;
    padding: 0;
    z-index: 98;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn.rounded-btn.arrow-btn .left-icon {
      margin-right: 0; }
    .btn.rounded-btn.arrow-btn:hover {
      border-color: #ffee32;
      background: #fff !important;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      color: #111 !important; }
      .btn.rounded-btn.arrow-btn:hover:before {
        color: #111 !important; }
  .btn.rounded-btn.btn-text {
    background: none;
    color: #111;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 18px 5px 16px;
    border: 0 !important; }
    .btn.rounded-btn.btn-text:before {
      content: "";
      background: #fdcb02;
      width: 39px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      z-index: -1;
      -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; }
    .btn.rounded-btn.btn-text:hover {
      border: 0 !important;
      color: #111 !important; }
      .btn.rounded-btn.btn-text:hover:before {
        -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;
        width: 100%; }
    .btn.rounded-btn.btn-text.btn-alt:before {
      background: #f36e20; }
    .btn.rounded-btn.btn-text.new-btn:before {
      background: #f36e20; }
    .btn.rounded-btn.btn-text.new-btn:hover {
      color: #fff !important; }

.btn.login-btn {
  background: #06d6a0;
  color: #fff;
  padding: 0 20px;
  font-weight: 400;
  display: table;
  margin: 30px 0 0 0;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  font-family: "Noto Sans Devanagari", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn.login-btn .left-icon {
    margin-right: 5px; }
  .btn.login-btn:hover {
    color: #fff !important;
    background: #03c592 !important;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    .btn.login-btn:hover .titles {
      color: #fff !important; }
  .btn.login-btn .titles.title-8 {
    display: inline; }

.btn.remove-btn {
  width: 24px;
  height: 24px;
  background: #d13938;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn.remove-btn:hover {
    background: #111; }

.btn.rounded-btn-only {
  background: #cd203b;
  color: #fff;
  padding: 9px 20px;
  font-weight: 400;
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px; }
  .btn.rounded-btn-only.cancel-btn {
    background: #ccc; }
  .btn.rounded-btn-only.big-btn {
    padding: 15px 30px;
    margin-top: 30px; }
  .btn.rounded-btn-only.medium-btn {
    padding: 9px 20px;
    margin-top: 30px;
    background: #fdb81a;
    color: #111 !important; }
  .btn.rounded-btn-only.outline-btn {
    background: none;
    border: 1px solid #111;
    color: #111; }
    .btn.rounded-btn-only.outline-btn:hover {
      border-color: #0f75bc; }
  .btn.rounded-btn-only.outline-white-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff; }
    .btn.rounded-btn-only.outline-white-btn:hover {
      border-color: #0f75bc; }
  .btn.rounded-btn-only.reverse {
    background: #b5c547; }
    .btn.rounded-btn-only.reverse:hover {
      background: #111; }
  .btn.rounded-btn-only .left-icon {
    margin-right: 5px; }
  .btn.rounded-btn-only:hover {
    color: #fff !important;
    background: #1a385f !important; }
    .btn.rounded-btn-only:hover .titles {
      color: #fff !important; }

.quick-access {
  width: 32px;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 10; }
  .quick-access a {
    width: 32px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    display: block;
    margin-top: 10px;
    color: #fff; }
    .quick-access a:nth-child(1) {
      margin-top: 0; }
    .quick-access a:hover {
      background: #fff;
      color: #111;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
  .quick-access .left-icon {
    font-size: 16px; }

.stock {
  border: 1px solid #ccc;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.quantity-box {
  padding: 0 !important;
  border: 1px solid #ccc;
  height: 36px;
  display: block;
  width: 100%;
  border-radius: 5px; }
  .quantity-box input[type="number"]::-webkit-inner-spin-button,
  .quantity-box input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .quantity-box input[type="number"] {
    -moz-appearance: textfield; }
  .quantity-box .quantity-arrow-minus, .quantity-box .quantity-arrow-plus {
    width: 38px;
    background: none;
    border: 0;
    height: 35px;
    line-height: 37px;
    float: left;
    cursor: pointer;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .quantity-box .quantity-arrow-plus {
    border-left: 1px solid #ddd;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    float: right; }
  .quantity-box .quantity-num {
    width: calc(100% - 76px);
    text-align: center;
    height: 34px;
    border: 0px solid #ccc;
    float: left;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 0;
    border-top: 0; }

.view-more-btn {
  display: table;
  margin: 30px auto 0 auto; }
  .view-more-btn .cart-btn {
    background: #fff;
    border: 0px solid #ccc; }
    .view-more-btn .cart-btn:hover {
      background: #d13938;
      color: #fff; }

.label-btn {
  font-size: 11px;
  float: left;
  padding: 5px 10px;
  background: #eee;
  color: #fff;
  line-height: 14px;
  font-family: "Noto Sans Devanagari", sans-serif;
  font-weight: 400;
  margin-right: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .label-btn:nth-child(1) {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }
  .label-btn.draft {
    background: #f3b301; }
  .label-btn.pending {
    background: #a2a5b9; }
  .label-btn.schedule {
    background: #1a385f; }
  .label-btn.un-published {
    background: #cd203b; }
  .label-btn.archive {
    background: #f3b301; }

.swal2-actions button {
  color: #111;
  font-size: 12px !important;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Noto Sans Devanagari", sans-serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  background: #06d6a0 !important;
  color: #fff; }
  .swal2-actions button:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  .swal2-actions button:hover {
    background: #02b889 !important;
    color: #fff !important; }
  .swal2-actions button.swal2-confirm {
    background: #06d6a0 !important;
    color: #fff; }
    .swal2-actions button.swal2-confirm:hover {
      background: #02b889 !important;
      color: #fff !important; }
  .swal2-actions button.swal2-deny {
    background: #d13938 !important;
    color: #fff; }
    .swal2-actions button.swal2-deny:hover {
      background: #d12524 !important;
      color: #fff !important; }
  .swal2-actions button.swal2-cancel {
    background: #d13938 !important;
    color: #fff; }
    .swal2-actions button.swal2-cancel:hover {
      background: #d12524 !important;
      color: #fff !important; }

.status-item .btn.btn-cms.cat-btn {
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Noto Sans Devanagari", sans-serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px; }
  .status-item .btn.btn-cms.cat-btn.unpaid {
    background: #1a385f;
    color: #fff; }
    .status-item .btn.btn-cms.cat-btn.unpaid:hover {
      background: #1a385f !important;
      color: #ddd !important; }
  .status-item .btn.btn-cms.cat-btn.paid {
    background: #04554c;
    color: #fff; }
    .status-item .btn.btn-cms.cat-btn.paid:hover {
      background: #04554c !important;
      color: #ddd !important; }
  .status-item .btn.btn-cms.cat-btn.cancel {
    background: #cd203b;
    color: #fff; }
    .status-item .btn.btn-cms.cat-btn.cancel:hover {
      background: #cd203b !important;
      color: #ddd !important; }
  .status-item .btn.btn-cms.cat-btn.pending {
    background: #fdb81a;
    color: #111; }
    .status-item .btn.btn-cms.cat-btn.pending:hover {
      background: #fdb81a !important;
      color: #ddd !important; }
  .status-item .btn.btn-cms.cat-btn:hover {
    background: #f7f7f7 !important;
    color: #111 !important;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.table-item .btn {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important; }

.text-link {
  color: #56585a; }
  .text-link:hover {
    color: #f36e20 !important; }

.header {
  position: relative; }
  .header .logo-box {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute; }
    .header .logo-box img {
      width: auto;
      height: 108px;
      display: block; }

a {
  color: #56585a;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline; }

a:hover {
  color: #f36e20;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:visited,
a:acitve {
  text-decoration: none; }

a:active {
  color: #56585a; }

a:focus {
  text-decoration: none;
  outline: 0; }

a img,
img {
  border: 0; }

p {
  padding: 10px 0; }

object {
  outline: 0;
  border: 0;
  float: left; }

button:focus {
  outline: 0; }

* {
  outline: 0;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #56585a;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased; }

.pagination {
  margin: 50px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 30px 0;
  border-top: 1px solid #ddd;
  text-align: center; }
  .pagination a {
    text-decoration: none;
    color: #111;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    .pagination a.page {
      position: relative;
      width: auto;
      height: auto;
      visibility: visible;
      opacity: 1; }
  .pagination a:hover {
    color: #56585a;
    background: #ccc; }
  .pagination .current {
    background: none;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0px 0;
    font-size: 14px;
    display: inline-block;
    padding: 8px 13px;
    line-height: 14px;
    font-weight: 600;
    background: #56585a;
    border: 1px solid #56585a;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

/*popup*/
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  background: #fff; }

.modalbox .modal_content {
  width: 100%;
  text-align: center;
  display: table;
  height: 100vh; }

.modalbox .modal_content .imagebox {
  max-width: 94%;
  margin: 0 auto;
  display: table-cell;
  padding: 3%;
  position: relative;
  vertical-align: middle; }

.modalbox .modal_content .imagebox img {
  max-width: 100%;
  height: auto; }

.modalbox .modal_content .imagebox .logobox img {
  max-width: 119px; }

.modalbox .modal_content a.close_btn {
  background: #d13938;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: arial, sans-serif; }

.modalbox .modal_content a.close_btn:hover {
  background: #222; }

.logobox {
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.close-box .arrows {
  position: relative;
  top: 2px;
  margin-left: 0; }

/*responsive part*/
@media (min-width: 992px) and (max-width: 1199px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%; }
  .logobox img {
    max-width: 220px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%; }
  .logobox img {
    max-width: 180px; } }

@media (max-width: 767px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%; }
  .logobox img {
    max-width: 180px; } }

@media (max-width: 480px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%; }
  .logobox img {
    max-width: 180px; } }

@media (max-width: 240px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%; }
  .logobox img {
    max-width: 180px; } }

.navigation_box ul li.more-menu ul {
  left: auto;
  right: 20%; }

.dropdown .dropdown-toggle {
  padding-right: 30px;
  position: relative; }
  .dropdown .dropdown-toggle:before {
    border: 0 !important;
    content: " \f107 ";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #222;
    top: 16px;
    right: 18px;
    position: absolute;
    font-size: 12px; }

.primary-panel {
  padding: 0 0 0 30px; }
  .primary-panel .menu-content .items.contact-line {
    align-items: center; }
    .primary-panel .menu-content .items.contact-line .item-boundary {
      border-left: 1px solid #e15716;
      display: block;
      padding: 50px; }
  .primary-panel .menu-content .items .item-box {
    margin-top: 30px; }
    .primary-panel .menu-content .items .item-box:nth-child(1) {
      margin-top: 0; }
    .primary-panel .menu-content .items .item-box .hoz-nav {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .primary-panel .menu-content .items .item-box .hoz-nav li a {
        color: #fff; }
        .primary-panel .menu-content .items .item-box .hoz-nav li a .social-icon {
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .primary-panel .menu-content .items .item-box .hoz-nav li a:hover .social-icon {
          color: #111;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
  .primary-panel .menu-content .items .menu-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
  .primary-panel .menu-content .items .menu-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .primary-panel .menu-content .items .menu-list li {
      position: relative;
      padding-left: 15px;
      display: inline-block;
      width: 100%;
      color: #fff;
      font-size: 16px;
      line-height: 22px; }
      .primary-panel .menu-content .items .menu-list li:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        position: absolute;
        top: 10px;
        left: 0; }

.side-box {
  padding: 0;
  display: block; }

.sidebar {
  float: left;
  width: 100%; }

.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block; }
  .sidebar li.mm-active .arrow:before {
    content: "\f077"; }
  .sidebar li .mm-collapse .arrow:before {
    content: "\f078"; }
  .sidebar li .mm-collapse .mm-active .arrow:before {
    content: "\f077"; }
  .sidebar li .nav {
    height: 0;
    overflow: hidden; }
    .sidebar li .nav.collapse {
      display: none;
      height: auto;
      overflow: visible; }
      .sidebar li .nav.collapse.in {
        display: block; }
  .sidebar li a {
    line-height: 41px !important;
    border-left: 0;
    padding-left: 0 !important;
    font-size: 35px;
    color: #56585a !important;
    height: auto;
    position: relative;
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    position: relative;
    display: block;
    padding: 0; }
    .sidebar li a.dropdown-toggle:before {
      top: 7px; }
    .sidebar li a:hover {
      color: #56585a !important; }
      .sidebar li a:hover span:after {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1); }
    .sidebar li a .left-icon {
      display: inline-block;
      color: #111;
      margin-right: 10px;
      font-size: 18px;
      width: 24px;
      text-align: right;
      position: relative;
      top: 2px; }
    .sidebar li a.selected {
      color: #111; }
      .sidebar li a.selected span:after {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1); }
  .sidebar li ul {
    padding-left: 0;
    padding: 0; }
    .sidebar li ul li {
      display: block;
      width: 100%;
      padding: 0 0 0 15px;
      position: relative; }
      .sidebar li ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        position: absolute;
        top: 18px;
        left: 0;
        display: none; }
      .sidebar li ul li ul {
        padding-left: 20px; }
      .sidebar li ul li .arrow {
        top: 10px; }
      .sidebar li ul li a {
        padding: 10px 0 !important;
        line-height: 32px !important;
        font-size: 16px !important;
        color: #56585a !important;
        height: auto;
        font-weight: 600;
        text-transform: none;
        display: block; }
  .sidebar li.job-nav {
    padding-bottom: 0; }

.sidebar .arrow {
  position: relative;
  top: 3px;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: none;
  margin-left: 5px; }

.sidebar .fa.arrow:before {
  content: "\f107"; }

.sidebar .active > a > .fa.arrow:before {
  content: "\f106"; }

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important; }

.sidebar .nav-second-level li a {
  padding-left: 37px; }

.sidebar .nav-third-level li a {
  padding-left: 52px; }

.navigation_box {
  background: none; }

.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline; }

.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg); }

.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important; }
  .navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
    text-align: left; }

.sidebar li .nav {
  position: relative;
  top: 8px; }

.sidebar li:last-child {
  border-bottom: 0; }

.navigation_box ul li a {
  padding: 5px 20px;
  float: left; }
  .navigation_box ul li a.job-link {
    padding-top: 0;
    padding-bottom: 0; }
    .navigation_box ul li a.job-link .btn.rounded-btn {
      top: 2px;
      position: relative; }

.navigation_box ul li a,
.navigation_box ul li.dropdown.open a {
  background: none !important;
  color: #56585a !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  font-family: "Mukta", sans-serif; }

.navigation_box ul li a.selected,
.navigation_box ul li.open a.selected {
  color: #f36e20 !important;
  background: #f0f0f0 !important; }
  .navigation_box ul li a.selected:hover,
  .navigation_box ul li.open a.selected:hover {
    color: #56585a !important; }

.navigation_box ul li.dropdown.open a {
  color: #f36e20 !important; }
  .navigation_box ul li.dropdown.open a.dropdown-toggle:before {
    color: #f36e20 !important; }
  .navigation_box ul li.dropdown.open a:hover.dropdown-toggle:before {
    color: #f36e20 !important; }

.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a:hover {
  color: #f36e20 !important; }

.navigation_box ul li.dropdown .dropdown-toggle:before {
  color: #333533 !important; }

.navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #333533 !important; }

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #111 !important; }

.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  color: #111 !important;
  font-size: 1px;
  text-transform: none;
  font-weight: 400 !important; }
  .navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
  .navigation_box ul li.dropdown .dropdown-menu li a:hover {
    color: #f36e20 !important;
    background: #fff !important; }

.dropdown .dropdown-toggle:before {
  top: 16px; }

.metismenu .has-arrow::after {
  transform: rotate(-135deg) translate(0, -50%); }

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(45deg) translate(0, -50%); }

.close-box img {
  display: block;
  height: 32px; }

.side-box {
  padding: 0;
  display: block; }

.sidebar {
  float: left;
  width: 100%; }
  .sidebar .btn.rounded-btn {
    font-size: 16px; }

.sidebar li {
  border-bottom: 1px solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block; }
  .sidebar li.mm-active .arrow:before {
    content: "\f077"; }
  .sidebar li .mm-collapse .arrow:before {
    content: "\f078"; }
  .sidebar li .mm-collapse .mm-active .arrow:before {
    content: "\f077"; }
  .sidebar li .nav {
    height: 0;
    overflow: hidden; }
    .sidebar li .nav.collapse {
      display: none;
      height: auto;
      overflow: visible; }
      .sidebar li .nav.collapse.in {
        display: block; }
  .sidebar li a {
    line-height: 20px !important;
    border-left: 0;
    padding-left: 0 !important;
    font-size: 16px;
    color: #56585a !important;
    height: auto;
    position: relative;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 0; }
    .sidebar li a.dropdown-toggle:before {
      top: 7px; }
    .sidebar li a:hover {
      color: #333533 !important; }
    .sidebar li a .left-icon {
      display: inline-block;
      color: #999;
      margin-right: 10px;
      font-size: 18px;
      width: 24px;
      text-align: right;
      position: relative;
      top: 2px; }
    .sidebar li a.selected {
      color: #f36e20 !important; }
  .sidebar li ul {
    padding-left: 0; }
    .sidebar li ul li {
      display: block;
      width: 100%;
      padding: 0; }
      .sidebar li ul li ul {
        padding-left: 20px; }
      .sidebar li ul li .arrow {
        top: 10px; }
      .sidebar li ul li a {
        padding: 10px 0 !important;
        line-height: 14px !important;
        font-size: 14px !important;
        color: #111 !important;
        height: auto;
        font-weight: 500;
        display: block; }
  .sidebar li.wishlist-icon a {
    position: relative; }
  .sidebar li.wishlist-icon .cart-num {
    padding: 0;
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    color: #fff;
    background: #f36e20;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-weight: 600;
    top: -2px;
    right: 0;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-left: 5px; }

.sidebar .arrow {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: right; }

.sidebar .fa.arrow:before {
  content: "\f107"; }

.sidebar .active > a > .fa.arrow:before {
  content: "\f106"; }

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important; }

.sidebar .nav-second-level li a {
  padding-left: 37px; }

.sidebar .nav-third-level li a {
  padding-left: 52px; }

.navigation_box {
  background: none; }
  .navigation_box li .sum-text {
    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 16px;
    margin-top: 5px; }

.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline; }

.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg); }

.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important; }
  .navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
    text-align: left; }

.sidebar li .nav {
  position: relative;
  top: 8px; }

.sidebar li:last-child {
  border-bottom: 0; }

.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500 !important;
  padding: 7px 0 !important;
  color: #111 !important;
  line-height: 18px !important; }
  .navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
  .navigation_box ul li.dropdown .dropdown-menu li a:hover {
    background: #fff !important; }

.dropdown-menu {
  top: 42px; }

.navigation_box ul li ul {
  background: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05); }
  .navigation_box ul li ul li {
    border: 0 !important; }
    .navigation_box ul li ul li a {
      padding: 9px 0 !important; }

.navigation_box ul li.dropdown .dropdown-menu {
  padding: 15px 15px 15px 15px !important;
  min-width: 14rem !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25); }
  .navigation_box ul li.dropdown .dropdown-menu li a:hover {
    color: #ffee32 !important; }

.navigation_box ul li ul li:first-child {
  border-top: 0 !important; }

.navigation_box ul li ul li ul.dropdown-menu {
  right: auto;
  left: 100%; }

.navigation_box ul li ul li.dropdown .dropdown-toggle:before {
  content: "\f105"; }

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #111 !important; }

.navigation_box ul li.dropdown.open .dropdown-toggle.selected {
  color: #111 !important; }
  .navigation_box ul li.dropdown.open .dropdown-toggle.selected:hover {
    color: #111 !important; }
  .navigation_box ul li.dropdown.open .dropdown-toggle.selected:before {
    color: #111; }

.navigation_box {
  margin: 0; }

.sticky-box {
  position: sticky;
  top: 100px; }

.navigation_box ul li.megamenu {
  display: flex;
  flex-wrap: wrap; }
  .navigation_box ul li.megamenu ul li {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    min-height: 60px;
    align-items: center;
    display: flex; }
    .navigation_box ul li.megamenu ul li:nth-child(2) {
      border-top: 0 !important; }
    .navigation_box ul li.megamenu ul li:nth-child(3) {
      border-top: 0 !important; }

.navigation_box.mains .megamenu.open {
  display: flex !important;
  flex-wrap: wrap; }

.navigation_box.mains .megamenu .dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 100%;
  max-height: 460px;
  overflow: auto; }

.get-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  justify-content: center;
  background: #fff;
  z-index: 9998;
  align-items: center;
  bottom: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  display: flex; }
  .get-box .btn {
    margin-top: 0; }
  .get-box .search-only {
    display: none; }

.navigation_box ul li.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.player-content {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .player-content .backdrop-particles {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0; }
  .player-content .live-box {
    width: 500px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .player-content .live-box .live-player {
      padding: 7px;
      background: #000;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
  .player-content .description {
    color: #999999;
    font-size: 18px;
    line-height: 1.4;
    display: block; }
  .player-content .streaming-title {
    font-size: 14px; }
    .player-content .streaming-title a:hover {
      text-decoration: underline; }
  .player-content.gradient-bg {
    background: linear-gradient(180deg, #fdb81a, #04554c);
    height: 100vh; }
    .player-content.gradient-bg .backdrop-particles {
      display: none; }
    .player-content.gradient-bg .titles {
      color: #fff; }
    .player-content.gradient-bg .description {
      color: #fff; }
    .player-content.gradient-bg .streaming-title {
      color: #fff; }
      .player-content.gradient-bg .streaming-title a {
        color: #fff; }
    .player-content.gradient-bg a {
      color: #fff; }
    .player-content.gradient-bg .footer .social-media a .left-icon {
      background: none;
      border-color: #fff;
      color: #fff; }
      .player-content.gradient-bg .footer .social-media a .left-icon:hover {
        background: #fff;
        color: #111; }
  .player-content.image-bg {
    background: url(../tmp-img/bg.jpg) no-repeat top center fixed;
    background-size: cover;
    background-color: #000; }
    .player-content.image-bg:before {
      content: "";
      width: 100%;
      height: 100%;
      position: fixed;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      z-index: -1; }
    .player-content.image-bg .backdrop-particles {
      display: none; }
    .player-content.image-bg .titles {
      color: #fff; }
    .player-content.image-bg .description {
      color: #fff; }
    .player-content.image-bg .streaming-title {
      color: #fff; }
      .player-content.image-bg .streaming-title a {
        color: #fff; }
    .player-content.image-bg a {
      color: #fff; }
    .player-content.image-bg .footer .social-media a .left-icon {
      background: none;
      border-color: #fff;
      color: #fff; }
      .player-content.image-bg .footer .social-media a .left-icon:hover {
        background: #fff;
        color: #111; }

@keyframes my-gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.dots-list {
  display: bock;
  margin: 10px auto 0 auto; }
  .dots-list a {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-indent: -9999px;
    border: 1px solid #111;
    background: #eee;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .dots-list a:nth-child(1) {
      margin-left: 0; }
    .dots-list a.active {
      background: #d13938;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      border-color: #d13938; }

.titles {
  font-size: 22px;
  font-weight: 700;
  color: #56585a;
  line-height: 28px;
  letter-spacing: -1px;
  display: block;
  font-family: "Noto Sans Devanagari", sans-serif; }
  .titles.experience-title {
    font-size: 180px;
    line-height: 1.1;
    margin-bottom: 0; }
  .titles.exp-subline {
    font-size: 50px;
    line-height: 1.1; }
  .titles.iso-title {
    color: #999;
    border-radius: 50px;
    border: 1px solid #999;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 10px; }
  .titles.location-title {
    font-size: 19px; }
    .titles.location-title span {
      font-weight: 400;
      margin-right: 50px; }
      .titles.location-title span span {
        font-weight: 700;
        margin-right: 0; }
  .titles.more-title {
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 26px; }
  .titles.small-section-title {
    margin-bottom: 50px; }
  .titles.page-small-title {
    color: #f36e20;
    font-weight: 600;
    font-family: "Noto Sans Devanagari", sans-serif;
    margin-bottom: 15px; }
  .titles.years-num {
    font-size: 130px;
    line-height: 130px;
    font-weight: 600;
    color: #fff;
    font-family: "Noto Sans Devanagari", sans-serif;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  .titles.white-title {
    color: #fff; }
  .titles.title-detail {
    font-size: 44px;
    line-height: 54px;
    margin-top: 20px; }
  .titles.section-link {
    position: relative;
    font-weight: 600;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 20px; }
    .titles.section-link.side-title {
      font-weight: 600;
      color: #56585a;
      display: block;
      font-family: "Noto Sans Devanagari", sans-serif;
      font-size: 31px; }
  .titles.page-sub-title {
    font-size: 44px;
    font-weight: 400;
    color: #56585a;
    line-height: 54px;
    margin-bottom: 37px;
    font-family: "Noto Sans Devanagari", sans-serif; }
  .titles.summary-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px; }
  .titles.title-abroad {
    font-size: 26px; }
  .titles.profile-title {
    font-weight: 400; }
  .titles.patient-title {
    font-weight: 600; }
  .titles.designation {
    color: #fca311;
    font-weight: 600; }
  .titles.white {
    color: #fff; }
  .titles.author-title {
    font-size: 16px;
    font-weight: 400; }
    .titles.author-title .date-line {
      color: #999; }
  .titles.subcat-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px; }
  .titles.page-slogan-title {
    font-weight: 400; }
  .titles.tags-dec {
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 400; }
  .titles.service-title {
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-size: 20px; }
  .titles.video-title {
    font-size: 42px;
    line-height: 48px; }
  .titles.red-title {
    color: #d13938;
    font-size: 54px;
    line-height: 60px; }
  .titles.tag-title {
    font-size: 16px;
    font-weight: 600;
    color: #fca311;
    line-height: 22px;
    margin-bottom: 27px;
    text-transform: uppercase; }
    .titles.tag-title.white {
      color: #fff; }
  .titles.normal-title {
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    font-size: 20px; }
  .titles.section-title {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
    font-weight: 600;
    font-family: "Noto Sans Devanagari", sans-serif;
    margin-bottom: 30px;
    letter-spacing: -1px;
    position: relative; }
    .titles.section-title.md-title {
      font-size: 36px;
      line-height: 45px;
      font-weight: 600; }
    .titles.section-title.alt-section-title {
      margin-bottom: 30px; }
    .titles.section-title.sub-title {
      font-size: 70px;
      line-height: 89px; }
    .titles.section-title.sub-heading {
      font-size: 30px;
      line-height: 38px;
      margin-top: 30px; }
    .titles.section-title.sub-heading-2 {
      font-size: 40px;
      line-height: 48px;
      margin-top: 30px; }
    .titles.section-title.deal-title {
      margin-bottom: -30px; }
    .titles.section-title.left-title:before {
      left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .titles.section-title.inner-section-title {
      font-size: 28px;
      line-height: 34px; }
    .titles.section-title.white-title {
      color: #fff; }
    .titles.section-title.title-news {
      margin-bottom: 0;
      font-size: 32px;
      line-height: 48px; }
  .titles.sub-line-title {
    font-size: 27px;
    line-height: 33px;
    margin-top: 20px; }
  .titles a {
    display: block; }
  .titles.white-txt {
    color: #fff; }
  .titles.author-name {
    font-weight: 700; }
  .titles a:hover {
    color: #e85442 !important; }
  .titles.title-small {
    font-weight: 400;
    font-size: 14px; }
  .titles.alt-title {
    font-family: "Noto Sans Devanagari", sans-serif; }
  .titles.news-title-1 {
    font-size: 60px;
    line-height: 66px; }
  .titles.news-break-title-1 {
    font-size: 60px;
    line-height: 66px; }
  .titles.news-break-title-2 {
    font-size: 56px;
    line-height: 63px; }
  .titles.news-break-title-3 {
    font-size: 50px;
    line-height: 56px; }
  .titles.news-title-inner {
    font-size: 46px;
    line-height: 52px; }
  .titles.news-title-top {
    font-size: 36px;
    line-height: 42px; }
  .titles.news-title-2 {
    font-size: 40px;
    line-height: 46px; }
  .titles.news-title-3 {
    font-size: 32px;
    line-height: 42px; }
  .titles.news-title-feat {
    font-size: 32px;
    line-height: 42px; }
  .titles.news-title-4 {
    font-size: 28px;
    line-height: 34px; }
  .titles.news-title-5 {
    font-size: 22px;
    line-height: 28px; }
  .titles.news-title-6 {
    font-size: 20px;
    line-height: 26px; }
  .titles.news-title-7 {
    font-size: 18px;
    line-height: 24px; }
    .titles.news-title-7.latest-title {
      font-weight: 500; }
  .titles.news-title-8 {
    font-size: 16px;
    line-height: 22px; }
  .titles.news-title-9 {
    font-size: 15px;
    line-height: 21px; }
  .titles.news-title-10 {
    font-size: 14px;
    line-height: 20px; }
  .titles.news-title-cat {
    font-size: 26px;
    line-height: 32px; }
  .titles.page-title-1 {
    font-size: 56px;
    line-height: 62px;
    word-break: break-word; }
  .titles.page-title-2 {
    font-size: 26px;
    line-height: 32px; }
  .titles.cat-title {
    font-size: 60px;
    line-height: 65px;
    color: #111;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 12px; }
    .titles.cat-title.alt {
      font-size: 22px;
      line-height: 26px; }
  .titles.bishesh-title {
    font-size: 29px;
    color: #fff; }
  .titles.anchor-cat-title {
    background: #111;
    color: #fff;
    padding: 5px 20px; }
  .titles .alt-title {
    color: #111; }
  .titles.title-1 {
    font-size: 50px;
    line-height: 56px; }
  .titles.title-2 {
    font-size: 32px;
    line-height: 38px; }
    .titles.title-2.section-title {
      font-size: 42px;
      line-height: 48px;
      font-weight: 400; }
  .titles.title-3 {
    font-size: 36px;
    line-height: 45px; }
  .titles.title-4 {
    font-size: 26px;
    line-height: 36px; }
  .titles.title-5 {
    font-size: 22px;
    line-height: 26px; }
  .titles.title-6 {
    font-size: 18px;
    line-height: 27px; }
  .titles.title-7 {
    font-size: 16px;
    line-height: 24px; }
  .titles.title-8 {
    font-size: 14px;
    line-height: 21px; }
  .titles.title-9 {
    font-size: 12px;
    line-height: 18px; }
  .titles.title-10 {
    font-size: 10px;
    line-height: 15px; }
  .titles.breaking-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 400; }
  .titles.info-message {
    color: #d13938;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px; }
  .titles.normal-message {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px; }
  .titles.page-title {
    font-size: 34px;
    line-height: 44px;
    color: #111;
    margin: 0 0 15px 0;
    font-weight: 500;
    font-family: "Noto Sans Devanagari", sans-serif; }
    .titles.page-title.search-title .keyword {
      color: #111; }
  .titles.section-cat-title {
    font-weight: 700;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 61px; }
    .titles.section-cat-title .alt-text {
      color: #ffbb00; }
    .titles.section-cat-title.next-title {
      font-size: 24px; }
    .titles.section-cat-title .span-wrap {
      position: relative;
      display: inline-block; }
      .titles.section-cat-title .span-wrap:before {
        content: "";
        width: 100px;
        background: #111;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .titles.section-cat-title .more-links {
      float: right; }
      .titles.section-cat-title .more-links a {
        font-size: 12px;
        color: #111;
        font-weight: 400;
        position: relative; }
        .titles.section-cat-title .more-links a:before {
          content: "";
          width: 0;
          height: 1px;
          background: #111;
          position: absolute;
          left: 0;
          bottom: -3px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .titles.section-cat-title .more-links a:hover:before {
          width: 100%;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
  .titles.section-cat-description {
    font-weight: 400;
    margin-bottom: 20px;
    color: #56585a;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    max-width: 750px;
    margin: 30px auto; }
  .titles.description {
    font-weight: 400;
    display: block; }
  .titles.slide-description {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px; }
  .titles.cat-sub-title {
    font-weight: 400; }
  .titles.package-title {
    font-size: 20px;
    line-height: 26px; }
  .titles.price-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-top: 20px; }
  .titles .unit-title {
    color: #84a9ac;
    font-size: 10px; }
  .titles.feedback-title {
    font-size: 24px; }
  .titles a:hover {
    color: #f36e20 !important; }

.small-title {
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 16px; }

.modal-title {
  padding: 18px 25px 10px 25px; }

.bigyaapan-show img {
  width: 100%;
  height: auto; }

.swal2-title {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #111; }

.swal2-html-container {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 14px; }

.swal2-popup {
  margin-top: 0;
  padding: 15px; }

.swal2-icon {
  margin-top: 0; }

.alert.sh-alert {
  position: relative;
  padding-left: 60px;
  color: #111;
  background: #26f9a1;
  border: 0; }
  .alert.sh-alert .left-icon {
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 30px; }

.headlines-box {
  background: rgba(232, 84, 66, 0.1);
  padding: 15px; }

a:hover .titles {
  color: #f36e20 !important; }

a:hover .main-title {
  color: #f36e20 !important; }

.alt-title {
  margin-top: 0;
  display: block; }
  .alt-title.option-box {
    font-size: 24px;
    margin-top: 0;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.01em;
    display: block;
    color: #fff; }
    .alt-title.option-box span {
      color: #fff !important; }
      .alt-title.option-box span:nth-child(2) {
        margin-left: 5px; }

.title-author {
  font-weight: 700; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

.footer {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%; }
  .footer .copyrights {
    font-size: 14px;
    padding: 15px 0;
    color: #f0f0f0; }
    .footer .copyrights .company-info a {
      color: #fff; }
    .footer .copyrights .designby a {
      color: #fff; }
  .footer .social-media {
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
    .footer .social-media a {
      padding: 0;
      margin-right: 10px;
      display: inline-block;
      margin-bottom: 10px; }
      .footer .social-media a:hover .left-icon {
        color: #fff;
        border-color: #111;
        background: #111;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .footer .social-media a .left-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
        color: #111;
        border: 1px solid #111;
        line-height: 40px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        text-align: center;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .header {
    height: auto;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 0; } }

@media only screen and (max-width: 687px) {
  .container {
    max-width: 100%; }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    padding: 0 15px; } }

@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%; }
  .player-content .live-box {
    width: 380px; }
  .header .logo-box img {
    height: 90px; } }

@media only screen and (max-width: 479px) {
  .player-content .live-box {
    width: 320px; }
  .header .logo-box img {
    height: 90px; } }

@media only screen and (max-width: 320px) {
  .player-content .live-box {
    width: 300px; } }
