


* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  -o-moz-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  background: var(--pageBg);
  font-family: JioType-Medium;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

:root {
  --scrollbar-track-color: transparent;
  --scrollbar-color: rgba(0,0,0,.3);
  --scrollbar-size: .375rem;
  --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
}

a:hover {
  color: var(--specialLinkCol);
}


.overflowing-element::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.overflowing-element::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
.overflowing-element::-webkit-scrollbar-thumb {
  background-color: var(--themeColor);
  /* Add :hover, :active as needed */
}
.overflowing-element::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
}
.overflowing-element::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
}

::-moz-selection {
  background: rgba(12, 82, 115, 0.8);;
  color: #fff;
}

::selection {
  background: rgba(12, 82, 115, 0.8);;
  color: #fff;
}

@font-face {
  font-display: swap;
  font-family: JioType-Medium;
  src: url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Medium.ttf"), 
  url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Medium.woff");
}

@font-face {
  font-display: swap;
  font-family: JioType-Bold;
  src: url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Bold.ttf"),
  url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Bold.woff");
}

@font-face {
  font-display: swap;
  font-family: JioType-Light;
  src: url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Light.ttf"),
  url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Light.woff");
}

@font-face {
  font-display: swap;
  font-family: JioType-Black;
  src: url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Black.ttf"),
  url("https://static.jiocloud.com/web2.0/common/fonts/JioType-Black.woff");
}


/****** Themes - Light/Dark ******/
    html[data-theme='light'] {
        transition: all ease .6s;
        --pageBg: #fff;
        --txt-color: #141414;
        --subtxt-color: rgba(0, 0, 0, .7);
        --logo-color: #fff;
        --header-bg: rgba(0, 120, 173, 1);
        --header-bg-moz: rgba(0, 120, 173, 1);
        --m-header-bg: rgba(0, 120, 173, 1);
        --hamburger-color: #141414;
        --nav-color: #fff;
        --btn-color: #fff;
        --lang-color: #141414;
        --lang-drop-bg: #f6f6f6;
        --hero-txt: #141414;
        --m-login-color: #141414;
        --m-exp-jc-btn-bg: rgba(234, 68, 83, .8);
        --m-logo-color: #fff;
        --backupTxtColor: #141414;
        --onDevicesHeading: var(--pri-color);
        --backup-bg: #80B5DB;
        --safe-secure-bg: #c6b9a7;
        --organize-files-bg: #CACECE;
        --newDevicetxtColor: #141414;
        --featureAudioHeadingTxtColor: #fff;
        --featureAudiotxtColor: #fff;
        --m-sliderDotsBg: #141414;
        --lightTxt: #141414;
        --brdrColor: #141414;
        --footerBg: #f5f5f5;
        --footer-txt-color: #141414;
        --footer-border-color: #a6a6a6;



        
        /* JDS THEME COLORS */
        --themeColor : #0078AD;
        --themeTxtColor: #141414; 
        --specialLinkCol: #0c5273;
        --logo-color: #fff;
        --errorTxt: #EB0532;
        --successTxt: #0b7f06;
        --badge-color: #a3610b;
        --section-bg-color: #f5f5f5;
        --border-color: #b5b5b5;
        --buttonBgSecondary: #0078AD;

        --active-color: #0b7f06;
        --active-bg: #0b7f06;
        --inactive-color: #a3610b;
        --inactive-bg: #a3610b;
        --pending-color:#3163ee;
        --pending-bg:#3163ee;
        --renewal-warning-color: #EB0532;
        --toggle-bg-color: #E0E0E0;

        --pri-color : #141414;
        --sec-color : #595959;
        --ter-color : #b5b5b5;

        --logoSize: 30px;
    }
    
    html[data-theme='dark'] {
        transition: all ease .6s;
        --pageBg: var(--pri-color);
        --txt-color: #141414;
        --subtxt-color: #fff;
        --logo-color: #fff;
        --header-bg: rgba(000, 000, 000, 0.2);
        --header-bg-moz: rgba(000, 000, 000, 0.7);
        --hamburger-color: #fff;
        --nav-color: #fff;
        --btn-color: #fff;
        --lang-color: #fff;
        --lang-drop-bg: #f6f6f6;
        --hero-txt: #fff;
        --m-login-color: #fff;
        --m-exp-jc-btn-bg: rgba(234, 68, 83, 0.9);
        --m-logo-color: #fff;
        --backupTxtColor: #fff;
        --onDevicesHeading: #fff;
        --backup-bg: #405a6d;
        --safe-secure-bg: #635c53;
        --organize-files-bg: #656767;
        --newDevicetxtColor: #fff;
        --featureAudioHeadingTxtColor: #fff;
        --featureAudiotxtColor: #fff;
        --m-sliderDotsBg: #fff;
        --lightTxt: #fff;
        --brdrColor: #fff;
        --footerBg: var(--pri-color);
        --footer-txt-color: #fff;
        --footer-border-color: #fff;



        
         /* JDS THEME COLORS */
        --themeColor : #0078AD;
        --themeTxtColor: #141414; 
        --specialLinkCol: #0c5273;
        --logo-color: #0078AD;
        --errorTxt: #EB0532;
        --successTxt: #0b7f06;
        --badge-color: #a3610b;
        --section-bg-color: #f5f5f5;
        --border-color: #b5b5b5;

        --active-color: #0b7f06;
        --active-bg: #0b7f06;
        --inactive-color: #a3610b;
        --inactive-bg: #a3610b;
        --pending-color:#3163ee;
        --pending-bg:#3163ee;
        --renewal-warning-color: #EB0532;
        --toggle-bg-color: #E0E0E0;

        --pri-color : #141414;
        --sec-color : #595959;
        --ter-color : #b5b5b5;
    }

html[data-theme='dark'] .jc-logo:hover {
  background: var(--themeColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

html[data-theme='dark'] .desktop-header,
html[data-theme='dark'] .m-mobile-header {
  -webkit-box-shadow: 0 0px 10px #696767;
          box-shadow: 0 0px 10px #696767;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

html[data-theme='dark'] .desktop-header:hover,
html[data-theme='dark'] .m-mobile-header:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: var(--themeColor);
}
@-moz-document url-prefix() {
   ::-moz-scrollbar-thumb {
      background: var(--themeColor);
  }
}
::-webkit-scrollbar-thumb:hover {
  background: var(--themeColor);
}

.faq-main .sticky-nav {
  /* height: 94vh; */
  overflow-y: auto;
  position: fixed;
  width: 22.3%;
  top: 80px;
  /* left: 0; */
}

.card-body a {
  color: var(--specialLinkCol);
}

/* .faq-main .scrollable-cat::-webkit-scrollbar {
  width: 8px;
}

.faq-main .scrollable-cat::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 50px;
  width: 2px !important;
}

.faq-main .scrollable-cat::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #707070;
}

@-moz-document url-prefix() {
  .faq-main .scrollable-cat::-moz-scrollbar-thumb {
      background: transparent linear-gradient(250deg, #F28121 0%, #E94057 40%, #D146CD 100%) 0% 0% no-repeat padding-box;
  }
} */
.categories-menu {
	background: #F5F5F5;
}

.faq-main .scrollable-cat::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .7);
}

@-moz-document url-prefix() {
  .desktop-header {
      /* background-color: rgba(255, 255, 255, 0.95) !important; */
  }
}

#jcAbout .desktop-header {
  float: left;
  /* transition: all 1.5s ease; */
  padding: 0 2.5vw 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  line-height: 72px;
  z-index: 2;
  background: var(--header-bg);
  opacity: 1;
  -webkit-backdrop-filter: saturate(250%) blur(11px);
  backdrop-filter: saturate(250%) blur(11px);
  /* transition: all .4s linear; */
}

#jcAbout .desktop-header:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#jcAbout .desktop-header .header-fix-w {
  margin: 0 auto;
}

#jcAbout .desktop-header .jc-logo {
  margin-top: -2px;
}

#jcAbout .desktop-header .jc-logo span.NeueCloudFilled {
  color: var(--logo-color);
  font-size: var(--logoSize);
  vertical-align: bottom;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  float: left;
  line-height: 72px;
}

#jcAbout .desktop-header .jc-logo a {
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

#jcAbout .desktop-header .jc-logo a:hover {
  cursor: pointer;
  float: left;
  text-decoration: none;
  position: absolute;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

#jcAbout .desktop-header .jc-logo span.logo-txt {
  color: var(--logo-color);
  margin-left: 15px;
  font-size: 18px;
  line-height: 72px;
  float: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#jcAbout .desktop-header .m-ham {
  cursor: pointer;
}

#jcAbout .desktop-header nav.desk-nav {
  /* width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
			 justify-content: space-evenly; */
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}

#jcAbout .desktop-header nav.desk-nav ul {
  padding: 0;
  margin: 0 auto;
}

#jcAbout .desktop-header nav.desk-nav li .new {
  border-radius: 10px;
  font-size: 7px;
  cursor: pointer;
  background: var(--buttonBgSecondary);
  color: var(--pageBg);
  line-height: 11px;
  padding: 1px 3px;
  text-align: center;
  margin-top: -4px;
  margin-left: auto;
  display: block;
  width: 26px;
}

#jcAbout .desktop-header nav.desk-nav .dropdown {
  display: inline-block;
  font-family: JioType-Bold;
  font-weight: 700;
  list-style-type: none;
  font-size: 16px;
  margin: 0;
}

#jcAbout .desktop-header nav.desk-nav .more-options-dropdown {
  text-align: right;
  margin: 0;
  position: relative;
}

#jcAbout .desktop-header nav.desk-nav .dots {
  cursor: pointer;
  color: var(--nav-color);
  font-family: Bold;
  padding: 5px 0 5px 5px;
}

#jcAbout .desktop-header nav.desk-nav .drop-menu {
  width: auto;
  backdrop-filter: blur(20px);
  backdrop-filter: brightness(1);
  padding: 7px 10px 10px 10px;
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  box-shadow: 0 0 6px #00000029;
  border-radius: 5px;
  background-color: var(--pageBg);
}



#jcAbout .desktop-header nav.desk-nav .drop-menu li {
  font-size: 14px;
  line-height: 20px;
  margin: auto;
  padding: 5px 8px;
  display: block;
  text-align: left;
  min-width: 150px;
}

.desktop-header nav.desk-nav li {
  display: inline-block;
  font-family: JioType-Bold;
  font-weight: 700;
  list-style-type: none;
  font-size: 16px;
  margin: 0 2.5vw;
  line-height: normal;
  color: var(--nav-color);
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, transparent 90%, #fff 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size .4s ease;
}

.desktop-header nav.desk-nav li a {
  background-image: linear-gradient(to bottom, transparent 90%, #fff 0);
  background-size: 0% 100%;
  padding: 2px 0;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size .4s ease;
}

.desktop-header nav.desk-nav li a:hover {
  /* background-size: 100% 100%; */
  cursor: pointer;
}

nav.desk-nav ul.drop-menu li {
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-decoration: unset;
  transition: unset;
  color: var(--pri-color);
}

nav.desk-nav ul.drop-menu li a {
  background-image: linear-gradient(to bottom, transparent 90%, #0078AD 0);
  color: var(--pri-color);
}

.link5 {
  position: relative;
}

.desktop-header nav.desk-nav a {
  color: var(--nav-color);
}

#jcAbout .desktop-header nav.desk-nav a {
  text-decoration: none;
}

#jcAbout .m-mobile-header a.m-login {
  display: none;
}

#jcAbout .desktop-header .btn-login {
  width: 100px;
  float: right !important;
  text-align: center;
  padding: 5px;
  background: var(--nav-color);
  color: var(--pri-color);
  font-family: JioType-Bold;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: letter-spacing ease .3s;
  transition: letter-spacing ease .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin-top: 20px;
}

#jcAbout .desktop-header .btn-login:hover {
  letter-spacing: 5px;
}

#jcAbout .desktop-header select.selectpicker {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
}

#jcAbout .desktop-header .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#jcAbout .desktop-header .icon-user-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

#jcAbout .desktop-header .icon-user-profile img {
  border-radius: 50%;
}

#jcAbout .desktop-header .lang-switch {
  width: auto;
  float: right;
  font-family: JioType-Medium;
  margin: 0 1.5vw 0 2vw !important;
}

#jcAbout .desktop-header .lang-switch .bootstrap-select .dropdown-toggle .filter-option {
  position: unset !important;
  margin-right: 3px;
}

#jcAbout .desktop-header .lang-switch .bootstrap-select {
  background: transparent !important;
}

#jcAbout .desktop-header .lang-switch .form-control:focus {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#jcAbout .desktop-header .lang-switch button.btn-light {
  border: 0;
  outline: 0;
  background: transparent !important;
  color: var(--lang-color);
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: -20px !important;
}

#jcAbout .desktop-header .lang-switch button.btn-light:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#jcAbout .desktop-header .lang-switch .filter-option {
  font-size: 12px;
}

#jcAbout .desktop-header .lang-switch .filter-option-inner {
  color: var(--lang-color);
  outline: 0;
}

#jcAbout .desktop-header .lang-switch .dropdown-toggle:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#jcAbout .desktop-header .lang-switch .dropdown-toggle::after {
  margin-left: 2px;
  border: none;
  border: solid var(--lang-color);
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -15px 0 0 10px;
  float: right;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu {
  background: var(--lang-drop-bg);
  -webkit-box-shadow: 0 1px 10px #e8e8e8;
  box-shadow: 0 1px 10px #e8e8e8;
  border-radius: 10px;
  border: 0;
  top: -20px !important;
  left: -7px !important;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu li {
  font-size: 12px;
  padding: 0 10px;
  margin: 0 10px;
  border-bottom: #acacac solid 1px;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu li:last-child {
  border-bottom: 0;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu li a {
  padding: 5px;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu li a:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

#jcAbout .desktop-header .lang-switch .dropdown-menu .dropdown-item.active,
#jcAbout .desktop-header .lang-switch .dropdown-menu .dropdown-item:active {
  background: none !important;
  color: inherit;
}

#jcAbout .toggle-switch {
  width: auto;
  float: right;
  margin: 0 0 0 0;
}

#jcAbout .toggle-switch .switch {
  position: relative;
  display: inline-block;
}

#jcAbout .toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#jcAbout .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

#jcAbout .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 33px;
  width: 33px;
  left: -10px;
  top: -5px;
  bottom: 4px;
  border-radius: 50%;
  background: url("../images/icon-light-mode.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

#jcAbout .toggle-switch input:checked+.slider:before {
  height: 32px;
  width: 32px;
  background: url("../images/icon-dark-mode.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/********** MOBILE DRAWER STYLES ************/
#drawer-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: fixed;
  z-index: 9;
  visibility: hidden;
  left: 0;
}

.m-drawer-main {
  width: 100%;
  float: left;
  position: fixed;
  min-height: 30vh;
  z-index: 10;
  top: -100vh;
  left: 0;
  background-color: rgba(75, 75, 75, 0.8);
  -webkit-backdrop-filter: saturate(2.5) blur(8px);
          backdrop-filter: saturate(2.5) blur(8px);
}

.m-drawer-main .m-nav-inner {
  width: 100%;
  float: left;
}

.m-drawer-main .m-nav-inner .header-utils {
  width: 100%;
  float: left;
  color: #fff;
}

.m-drawer-main .m-nav-inner .header-utils .NeueCloudFilled {
  font-size: 40px;
  line-height: 21px;
}

.m-drawer-main .m-nav-inner ul {
  margin: 7vh 0 2vh;
  padding: 0;
}

.m-drawer-main .m-nav-inner li {
  display: block;
}
.m-drawer-main .m-nav-inner li .new{
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px;
  font-size: 8px;
  background: var(--btnGlobalBg);
  color: var(--pageBg);
  line-height: 11px;
  padding: 1px 3px;
  text-align: center;
  margin-top: -4px;
  margin-left: auto;
}

.m-drawer-main .m-nav-inner li a {
  color: #fff;
  font-family: JioType-Bold;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 43px;
  letter-spacing: 1px;
  cursor: pointer;
}

.m-drawer-main .m-nav-inner li a:hover {
  text-decoration: none;
  color: #f2f2f2;
}

.m-drawer-main .m-nav-inner li.active {
  color: #f2f2f2;
  opacity: .5;
}

.m-drawer-main .m-nav-inner .NeueFile_Cancel {
  font-size: 23px;
  color: #fff;
  text-shadow: none;
  color: #fff;
  opacity: 1 !important;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

/***ONLY DESKTOP**/
@media screen and (min-width: 992px) {
  .scrollable-cat{
    /* height: 70vh; */
    overflow-y: auto;
    width: 100%;
	 float: left;
	 padding-right: 15px;
  }
  
  .position-fixed {
    position: fixed !important;
  }
}
/***ONLY DESKTOP**/



#faq-wrapper {
  width: 100%;
  float: left;
}

#faq-wrapper .faq-inner {
  max-width: 1600px;
  /* margin: 55px auto 0; */
  margin: 0 auto;
}

#faq-wrapper .faq-inner .rows-holder {
	width: 100%;
	float: left;
	margin: 25px 0 auto;
	/* min-height: calc(100vh - 55px); */
}

#faq-wrapper .faq-mob-inner {
  max-width: 1600px;
  margin: auto;
}

#faq-wrapper {
  width: 100%;
  float: left;
	margin: 72px 0 auto;
}

#faq-wrapper .productTab{
	width: 45%;
    float: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
	  padding-left: 2px;
    justify-content: flex-start;
}

.activeTab {
    color: var(--specialLinkCol) !important;
    border-bottom: solid 3px var(--themeColor);
}

/* More menu underline on hover changes */
.desktop-header nav.desk-nav li:hover {
  background-size: 100% 100%;
  cursor: pointer;
}

.desktop-header nav.desk-nav li.txt-more {
  /* width: 55px; */
  margin-left: 2.5vw !important;
}

nav.desk-nav li ul.drop-menu li {
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-decoration: unset;
  transition: unset;
}

nav.desk-nav li ul.drop-menu li a:hover {
  background-size: 100% 100%;
  cursor: pointer;
}

.cursor-pointer{
  cursor: pointer;
}

#faq-wrapper .productTab span{
	font-family: "JioType-Medium";
    font-size: 16px;
    color: var(--pri-color);
    margin: 0;
    margin-right: 30px;
    text-align: left;
    padding: 0 2px 3px 2px;
    text-transform: uppercase;
    cursor: pointer;
}

#faq-wrapper h1 {
  font-family: JioType-Black;
  font-size: 32px;
  margin: 8px 0 0 0;
  color: var(--pri-color);
}

#faq-wrapper .faq-search-wrap {
  /* width: 40%;
  float: right;
  position: relative;
  margin-right:1.9%; */
}

#faq-wrapper .faq-search-wrap input.faq-search {
  width: 100%;
  border: 1px solid #70707021;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  padding: 8px 20px;
  background: #fff;
  border-radius: 25px;
  font-family: JioType-Medium;
  font-size: 16px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

#faq-wrapper .faq-search-wrap input.faq-search:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #999;
}

#faq-wrapper .faq-search-wrap input.faq-search:focus {
  outline: 0;
}


#faq-wrapper .faq-search-wrap input.faq-search::-webkit-search-cancel-button {
  position: relative;
  right: -5px;
  top: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  color: var(--pri-color);
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  cursor: pointer;
}

#faq-wrapper .faq-search-wrap .search-drop-main {
  width: 92.5%;
  margin: 0 3.5%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 9;
  border-radius: 24px;
  padding: 24px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

#faq-wrapper .faq-search-wrap .search-drop-main:hover {
  -webkit-box-shadow: 0 1px 3px #00000029;
          box-shadow: 0 1px 3px #00000029;
}



#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable {
  width: 100%;
  float: left;
  max-height: 280px;
  overflow-y: auto;
}



#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable ul {
  margin: 0;
  padding: 0;
}

#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable li {
  cursor: pointer;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  line-height: 20px;
  font-family: JioType-Medium;
  font-size: 16px;
  position: relative;
}

#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable li a{
  text-decoration: none;
  font-family: JioType-Medium;
  font-size: 16px;
  color: var(--pri-color);
}
#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable li p{
  text-decoration: none;
  font-family: JioType-Medium;
  font-size: 16px;
  color: var(--pri-color);
  margin-bottom: 5px;
}
.highLighted {
  font-family: JioType-Bold;
}
#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable li span {
  color: var(--sec-color);
  display: block;
  font-size: 12px;
  margin-top: 3px;
  left: 0;
  top: 20px;
  position: static;
}

#faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable li:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

#faq-wrapper .faq-inner .faq-main {
  width: 100%;
  float: left;
}

#faq-wrapper .faq-inner .faq-main h2 {
  font-family: JioType-Bold;
  font-size: 20px;
  margin: 0 0 15px;
  color: var(--pri-color);
  width: 94%;
}



#faq-wrapper .faq-inner .faq-main section.faq-content {
  width: 100%;
  float: left;
  background: #fff;
	padding: 0;
	border-radius: 10px;
	/* box-shadow: 0px 0px 6px #00000029; */
  /* overflow-y:auto;
  max-height:86vh; */
}

#faq-wrapper .faq-inner .faq-main section.faq-content h1 {
  font-family: JioType-Medium;
  font-size: 20px;
  margin: 0;
  color: var(--pri-color);
}

#faq-wrapper .faq-inner .faq-main section.faq-content .back-button {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: var(--pri-color);
  vertical-align: middle;
  padding-right: 12px;
  line-height: 38px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion {
  margin-top: 0px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion i.Neueaddfilefilled {
  color: var(--sec-color);
  display: inline-block;
  font-size: 18px;
  margin-top: 4px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion i.NeueVideo {
  display: inline-block;
  font-size: 18px;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
} 

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion span.videoIcon {
  vertical-align: middle;
  margin-left: 5px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion i.Neuesubtract {
  margin-top: 4px;
  display: inline-block;
  font-size: 18px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-header {
  border-bottom: 0;
  padding: 5px 0;
}


#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-header p{
  font-family: JioType-Bold;
  font-weight: bold;
  text-decoration: none;
  color: var(--pri-color);
  margin-bottom: 0;
  font-size: 18px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-header a{
  font-family: JioType-Medium;
  text-decoration: none;
  color: var(--pri-color);
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body {
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ul{
  margin: 15px 0 0 0;
  /* background: #f5f5f5; */
  border-radius: 10px;
  list-style: disc;
  list-style-position: outside;
  padding: 10px 25px;
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol li > ul{
  margin-left: 20px;
  padding-top: 0;
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol li > ul:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ul li > ul{
  margin-left: 40px;
  padding-top: 0;
  list-style: circle;
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ul li {
  line-height: 24px !important;
  margin: 12px 0;
  font-family: JioType-Medium;
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol li {
  line-height: 18px !important;
  margin: 12px 0;
  font-family: JioType-Medium;
  color: var(--sec-color);
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol li:last-child{
  margin-bottom: 5px !important;
  /* padding-bottom: 0 !important; */
}
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol{
  /* text-indent: 10px; */
  list-style-position: inside;
  margin-bottom: 0;
}


#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body p {
  margin: 0;
  margin-top : 24px;
  font-family: JioType-Medium;
  font-size: 16px;
  color: var(--sec-color);
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body div.video-position-align {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body div.video-content-position {
  float: left;
  display: flex;
  align-items: flx-start;
  justify-content: center;
  flex-direction: column;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card,
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card:last-child .card-header {
  border: none;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-header {
  background: transparent;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .btn {
  font-family: JioType-Medium;
  font-size: 16px;
  color: var(--pri-color);
  padding: 0;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .btn.collapsed {
  font-family: JioType-Medium;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  text-align: left;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .btn-link:hover,
#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .btn-link:focus {
  text-decoration: none;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}

#faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion li + li {
  margin-top: 10px;
}
/* sourceMappingURL=styles.css.map */


/********* NO INTERNET PAGE STYLES ************/

.no-internet-main {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 99999999;
}

.no-internet-main .no-internet {
  width: 300px;
}

.no-internet-main .no-internet .graphic-holder {
  position: relative;
  width: 90%;
  height: 300px;
  margin: auto;
}

.no-internet-main .no-internet .graphic-holder .graphic-back {
  position: absolute;
  right: 0;
  top: 0;
}

.no-internet-main .no-internet .graphic-holder .graphic-front {
  position: absolute;
  z-index: 1;
  right: 17%;
  top: 20%;
}

.no-internet-main .no-internet .graphic-holder img {
  max-width: 100%;
  height: auto;
}

.error-msg-holder {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "JioType-Medium";
}

.error-msg-holder h1 {
  font-size: 50px;
}

.error-msg-holder p {
  color: #707070;
}


/* Try Again Button Wrapper */

.btn-wrapper {
  margin: auto;
  text-align: center;
}

.btn-try-again {
  padding: 5px 45px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  font-family: "JioType-Bold";
  color: #fff;
  text-transform: uppercase;
  background: var(--themeColor);
  box-shadow: 0px -2px 6px #00000029;
  border-radius: 23px;
  opacity: 1;
}

.btn-try-again:hover {
  color: #fff;
  background: var(--themeColor);
}

.btn-try-again:focus {
  outline: 0;
}

/* New category changes -- START */
#faq-accordion {
  width: 98%;
  float: left;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #00000029;
}

#faq-accordion .card {
  border: 0 ;
  padding: 0;
  margin: 0 0 10px 0;
}

#faq-accordion .card:last-child {
  /* border-top: #707070 solid 1px;
  padding-top: 20px;   */
  margin-top: 10px;

}

#faq-accordion h2 {
  padding: 0;
  margin: 0;
}
/* main link */

#faq-accordion h2 .btn {
  font-family: "JioType-Medium";
  font-size: 16px;
  color: var(--pri-color);
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
#faq-accordion h2 .btn-link:hover {
  text-decoration: none;
}
/* Chevrons */

#faq-accordion h2 span.NeueExpand,
#faq-accordion h2 span.NeueCollapse {
  /* margin-right: 10px; */
}

#faq-accordion h2 .btn[aria-expanded="true"] span.NeueExpand {
  transform: rotate(-180deg);
  transition: all ease-in .3s;
}

#faq-accordion h2 .btn[aria-expanded="false"] span.NeueExpand {
  transform: rotate(0);
  transition: all ease-in .3s;
}
/*  */

#faq-accordion h2 button.active {
  color: var(--specialLinkCol) !important;
  transition: all ease-in .3s;
}

#faq-accordion h2 .btn:focus {
  box-shadow: none;
}

#faq-accordion .card-body {
  padding: 0;
  margin: 0;
}
/* Internal Links */

#faq-accordion .card-body span {
  padding: 5px 0;
  font-family: "JioType-Medium";
  font-size: 14px;
  color: var(--sec-color);
  cursor: pointer;
  margin: 5px 0 !important;
  width: auto;
  display: block;
  /* text-align: center; */
}
/* Highlighted */

#faq-accordion .card-body span.active {
  background: #EFEFEF;
  border-radius: 5px;
  color: var(--specialLinkCol);
  width: 92%
}

#faq-accordion .card .card-header h2 {
    width: 100%;
}
/* New category changes -- END */

/****** MEDIA QUERY FOR MOBILES *********/
@media (max-width: 991px) {
  .header-title{
    padding: 10px 0 0 !important;
  }
  .videoContainerMain .videoContainer{
    width: 100% !important;
  }
  .how-to-videos .faq-side-nav-search{
    top: -146px;
  }
  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-header p {
  
  }
  .scrollable-cat{
    width: 100%;
  }
  .faq-main{
    overflow-y:auto;
  }
  #jcAbout {
    /***** Mobile LANGUAGE SELECTION MODAL *****/
  }
  #jcAbout .desktop-header .btn-login {
    display: none;
  }
  #jcAbout .m-mobile-header {
    width: 100%;
    min-height: 53px;
    position: fixed;
    z-index: 10;
    padding: 0 4vw 0 4vw;
    background: var(--header-bg);
    -webkit-box-shadow: 0 1px 10px #e8e8e8;
            box-shadow: 0 1px 10px #e8e8e8;
    opacity: 1;
    -webkit-backdrop-filter: saturate(200%) blur(10px);
            backdrop-filter: saturate(200%) blur(10px);
    float: left;
    border-bottom: #acacac solid 1px solid 1px;
  }
  #jcAbout .m-mobile-header .NeueDragHandle {
    font-size: 25px;
    color: var(--hamburger-color);
  }
  #jcAbout .m-mobile-header .NeueCloudFilled {
    color: var(--m-logo-color);
    font-size: 40px;
    margin-top: -4px;
  }
  #jcAbout .m-mobile-header a.m-login {
    font-family: JioType-Bold;
    font-weight: bold;
    font-size: 14px;
    color: var(--nav-color);
    text-transform: uppercase;
    display: block;
    cursor: pointer;
  }
  #jcAbout .m-mobile-header a.m-login:hover {
    text-decoration: none;
  }
  #jcAbout #m-lang-modal .modal-content {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 85vh;
    background: #4c4c4c;
  }
  #jcAbout #m-lang-modal .modal-content .close {
    opacity: 1;
  }
  #jcAbout #m-lang-modal .modal-content .NeueFile_Cancel {
    font-size: 23px;
    color: #fff;
    text-shadow: none;
    color: #fff;
    opacity: 1 !important;
  }
  #jcAbout #m-lang-modal .modal-content .NeueFile_Cancel:focus {
    border: 0;
    outline: 0;
    text-shadow: none;
  }
  #jcAbout #m-lang-modal .modal-content .m-lang-items {
    width: 100%;
    float: left;
  }
  #jcAbout #m-lang-modal .modal-content .m-lang-items ul {
    margin: 0;
    padding: 0;
  }
  #jcAbout #m-lang-modal .modal-content .m-lang-items li {
    width: 100%;
    list-style-type: none;
    display: block;
    color: #fff;
    font-family: JioType-Bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 2vh 0;
  }
  #jcAbout #m-lang-modal .modal-content .m-lang-items li.active {
    color: var(--specialLinkCol);
  }
  #jcAbout #m-lang-modal .modal-content .modal-header {
    border-bottom: 0;
  }
  #jcAbout #m-lang-modal .modal-content .modal-footer {
    border-top: 0;
    text-align: center;
    border-radius: 10px;
  }
  #jcAbout #m-lang-modal .modal-content .modal-footer button {
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: JioType-Bold;
    font-weight: bold;
    background: var(--themeColor);
    border-radius: 30px;
    padding: 7px 20px;
    text-align: center;
    border: 0;
    color: #fff;
  }

  /* No Internet */
  .no-internet-main .no-internet .graphic-holder {
    width: 75%;
    height: 250px;
  }
  .no-internet-main .no-internet .graphic-holder .graphic-front {
      width: 55%
  }
  .faq-main .sticky-nav {
    overflow: unset;
    width: auto;
    height: unset;
    position: unset;
  }
  #cat-name-desk {
    display: none;
  }
  .back-container {
    display: flex;
    align-items: center;

  }
  #faq-wrapper .faq-inner .faq-main h2 {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
  }
  
  #faq-wrapper .faq-inner .faq-main section.faq-content {
		width:100%;
		margin: 0 auto;
    padding: 2% 0;
    max-height: unset;
  }

  #faq-wrapper .faq-inner .faq-main .faq-content h2 {
	  width : 95%;
  }
  #faq-wrapper .faq-inner .faq-main li {
    /* padding: 0 0 15px; */
    /* border-bottom: #707070 solid 1px; */
  }
  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ul li {
    border-bottom: none;
  }
  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body ol li {
    border-bottom: none;
  }

  #faq-wrapper .faq-inner .faq-main li span.NeueEnter_Folder {
    color: #707070;
    font-size: 16px;
  }
  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card {
    /* margin-right: 15px; */
    }

  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion .card-body {
	 /* margin: 0 20px 0 0; */
	 margin-right: 0;
	 /* padding-right: 20px; */
   padding: 0;
  }

  #faq-wrapper .faq-search-wrap input.faq-search {
    width: 93%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  padding-left: 20px;
  }

  #faq-wrapper .faq-search-wrap .search-drop-main .search-drop-scrollable {
    /* max-height: 40vh; */
  }
  #faq-wrapper .faq-search-wrap {
    width: 100%;
    /* margin: -40px auto 0 auto; */
    max-width: 100%;
  }
  .faq-home .faq-search-wrap {
    width: 96% !important;
  }
  #faq-wrapper .faq-inner .faq-main li a {
    width: 90%;
  }

  #faq-wrapper .faq-inner .faq-main section.faq-content h2 span {
    color: var(--specialLinkCol);
    vertical-align: middle;
  }

  #faq-wrapper .faq-inner .faq-main section.faq-content .myaccordion i.NeueVideo {
    color : var(--pri-color);
  } 
  #faq-wrapper .faq-inner .faq-main section.faq-content h2 a, a:hover {
    text-decoration: none;
    color: var(--pri-color);
  }
  #faq-wrapper .faq-inner .faq-main section.faq-content h2 a span {
    vertical-align: middle;
    color: var(--pri-color);
  }

  #faq-accordion {
    margin-top: 24px;
    width: 100%;
  }

  #faq-accordion .card-body span {
    /* color: var(--pri-color); */
  }

  #faq-wrapper .productTab{
	width: 100%;
	float: unset;
	margin: 56px auto 5px auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 25px;
  }

  #faq-wrapper .productTab span{
	font-size: 14px;
    margin: 0 6% 0 0;
    padding: 5px 5px 0 5px;
    text-align: center;
  }
  .faq-search-cont{
    margin-top: 10px;
  }

	
}

/*************************/



.category-back-btn,
.category-back-btn:hover {
  color: var(--specialLinkCol);
  font-weight: bold;
}

#search-result .card-ft {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0 !important;
}

#search-result .category-name {
  font-family: JioType-Black !important;
  font-size: 24px !important;
}

@media screen and (max-width: 767px) {
  #search-result .faq-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}












#faq-wrapper .faq-home {
  max-width: 1048px;
  margin: auto;
}

.faq-toggle-wrap {
  width: 60%;
  margin: 0 auto;
  background: var(--section-bg-color);
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.faq-toggle-wrap .tabs {
  display: flex;
  position: relative;
  border: #2f2e33 1A solid 1px;
  border-radius: 99px;
  box-shadow: 0 0 12px #000 1A;
}
.faq-toggle-wrap .slide-item-opaque {
  opacity: 0;
  position: absolute;
}
.faq-toggle-wrap .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  height: 48px;
  padding-top: 10px;
  color: var(--pri-color);
  width: 33%;
  font-size: 16px;
  font-family: "JioType-Bold";
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  z-index: 2;
}
.faq-toggle-wrap input[id="radio-1"]:checked ~ .glider {
  transform: translateX(0);
}
.faq-toggle-wrap input[id="radio-2"]:checked ~ .glider {
  transform: translateX(100%);
}
.faq-toggle-wrap input[id="radio-3"]:checked ~ .glider {
  transform: translateX(200%);
}

.faq-toggle-wrap input[id="radio-1"]:checked ~ label[for="radio-1"] {
   color: #fff;
}
.faq-toggle-wrap input[id="radio-2"]:checked ~ label[for="radio-2"] {
   color: #fff;
}
.faq-toggle-wrap input[id="radio-3"]:checked ~ label[for="radio-3"] {
   color: #fff;
}

.faq-toggle-wrap .glider {
  position: absolute;
  display: flex;
  height: 48px;
    margin: 4px;
  width: 33%;
  z-index: 1;
  border-radius: 99px;
  transition: 0.3s ease-out;
  background: var(--themeColor);
}

.category-head {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   grid-gap: 32px;
}

.category-card {
   width: 160px;
   height: 160px;
   border-radius: 16px;
   padding: 16px;
   background: var(--section-bg-color);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 8px;
   cursor: pointer;
}

.category-card .icon {
   font-size: 50px;
}

.category-card p {
   padding: 0;
   margin: 0;
   font-family: JioType-Bold;
   font-size: 16px;
   text-align: center;
}
.faq-details .jc-faq-search {
  max-width: 85%;
}
.jc-faq-search {
   display: flex;
   gap: 15px;
   position: relative;
   max-width: 75%;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}

.jc-faq-search form {
   width: 100%;
}

.jc-faq-search span {
   font-size: 20px;
   position: absolute;
   left: 15px;
   top: 15px;
}

.jc-faq-search input {
   width: 100%;
   height: 48px;
   background: var(--section-bg-color);
   border-radius: 24px;
   border: 0;
   padding: 0 15px 0 45px;
}

.faq-details .jc-faq-search {
  margin: 0;
}

#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4 {
   display: none;
}

.show {
   display: block !important;
}

.show-flex {
   display: flex !important;
}
@media screen and (max-width: 767px) {
   .faq-toggle-wrap {
       width: 96%;
   }

   .category-head {
       gap: 24px;
   }
}



.copyLink {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'JioType-Medium' !important;
  margin-top:15px; 
  padding: 4px 16px; 
  display: inline-block; 
  cursor: pointer;
  border: solid 1px var(--toggle-bg-color); 
  border-radius: 5px;
  color: var(--specialLinkCol);
  width: 120px;
  background-color: var(--btn-color);
}

.copyLink:hover {
  background-color: var(--themeColor);
  color: #fff;
}

.NeueLink {
  padding: 0 5px 0 0;
  font-size: 12px;
}

.icon-name {
  font-size: 13px;
  font-family: 'JioType-Medium';
}

.copyLink .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: 'JioType-Medium';
}

.copyLink .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copyLink:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}












.faq-container{
  padding: 0 75px;
}
.faq-inner h1 { 
  font-family: "JioType-Black";
  font-weight: bold;
  font-size: 48px;
  margin: 0;
  color: var(--pri-color);
}
#accordion .card { border: 0; }
#accordion .card-header {
  background: transparent;
  padding: 0;
  border-bottom: solid 1px  var(--toggle-bg-color);
  position: relative;
}
.accordion-title,
.accordion-title:hover{
  display: block;
  color: var(--pri-color);
  padding: 20px 30px 20px 0 !important;
  line-height: 24px;
  border-bottom: solid 1px var(--toggle-bg-color);
  font-family: "JioType-Medium";
  font-size: 16px;
}
.how-to-videos .accordion-title,
.how-to-videos .accordion-title:hover{
  pointer-events: none;
  border: 0 !important;
}
.card-body {
  padding: 10px 0 0px;
}
.card-body p {
  margin: 0 0 10px;
  color: var(--sec-color);
  font-family: "JioType-Medium";
  font-size: 16px;
  line-height: 24px; 
}
.card-body ol{
  margin: 0; 
  padding: 0;
} 
.card-body ul {
  margin: 0; 
  padding: 0;
}  
.card-body li { 
  margin: 0 0 10px 17px;
  padding: 0; 
  line-height: 24px; 
  color: var(--sec-color);
  font-family: "JioType-Medium";
  font-size: 16px;
}   
.card-ft {
  padding: 0 0 10px;
  border-bottom:solid 1px var(--toggle-bg-color);
}            
.ul { 
  margin: 10px 0 0;
}                  
li { margin: 0 0; padding: 0; list-style-type: disc; }
a { color: var(--specialLinkCol); }
a.accordion-title:after {
  float: right !important;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(0%, 0);
  margin-top: -20px;
  font-size: 45px;
  font-family: "JioType-Light";
  color: var(--themeColor);;
  font-weight: 100;
  line-height: 0;
  margin-bottom: 10px;
  content: "+"; /* Default is plus */
}
.collapsing {
  transition: all ease .3s;
}
.card-link.collapsed:after {
  float: right !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, 0);
  content: "+";
  margin-top: -4px;
}

.card-link:not(.collapsed):after {
  content: "\005F"; /* When expanded, change to minus */
}
.how-to-videos .card-link:not(.collapsed):after,
.how-to-videos .card-link.collapsed:after{
  display: none;
}
.selected-li{
  color:var(--themeColor);
}
.faq-side-nav{
  /* height: 94vh;
  overflow-y: auto; */
  position: fixed;
  right: 0;
  border-left: solid 1px var(--toggle-bg-color);
}
.faq-side-nav-search{
  /* height: 94vh; */
  /* overflow-y: auto; */
  position: fixed;
  right: 0;
  z-index: 1;
}
.faq-side-nav-list{
  width: 85%;
}
.faq-side-nav-list ul{
  list-style-type: none;
}
.faq-side-nav-list li{
  list-style-type: none;
  padding: 12px 0;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "JioType-Medium";
  font-size: 16px;
  line-height: 24px;
  margin-left: 9px;
  border-bottom: 1px solid var(--Primary-grey-40, #E0E0E0);
}
#selected-list-item-title{
  font-family: "JioType-Black";
  font-size: 24px;
  line-height: 28px;
  margin: 16px 0 0 0;
}
.faq-search-cont{
  position: relative;
}
#search-input {
  width: 85%;
  padding: 10px 10px 10px 35px;
  border-radius: 24px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box; 
  background-color: var(--footerBg);
}
#search-input::placeholder {
  font-family: "JioType-Medium";
  color: var(--pri-color);
  font-size:16px;
  line-height: 24px;;
}
.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; 
  color:var(--pri-color); 
  pointer-events: none;
}

.faq-breadcrumb-cont ul.breadcrumb {
  padding: 10px 0;
  list-style: none;
  background-color: transparent;
}

.faq-breadcrumb-cont ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  margin-left: 0;
}

.faq-breadcrumb-cont ul.breadcrumb li+li:before {
  padding: 8px 5px 8px 10px;
  color: #B5B5B5;
  color: var(--pri-color);
  content: "\003E";
}

/* .faq-breadcrumb-cont ul.breadcrumb li+li:after {
  padding: 8px 5px 8px 10px;
  color: #B5B5B5;
  content: "\003E";
} */

.faq-breadcrumb-cont ul.breadcrumb li  {
  color: var(--specialLinkCol);
  text-decoration: none;
}

.faq-breadcrumb-cont ul.breadcrumb li:hover {
  color: #01447e;
  text-decoration: none;
}

#category-product-name {
  text-transform: Capitalize;
  font-family: 'JioType-Medium';
}

#current-category-name {
color: var(--pri-color);
font-family: 'JioType-Medium';
}

.faq-breadcrumb-cont ul.breadcrumb li a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.topic-modal-btn{
  display: none;
}

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

  .mobile-margin {
      margin-top: -68px;
    }
  
    .faq-side-nav {
      display: none;
    }
  
    .faq-side-nav-search {
      margin-top: 20px !important;
      position: relative;
      z-index: 9;
      top: -135px;
    }
  
    .faq-details .faq-breadcrumb-cont {
      margin-top: 75px !important;
    }
  
    .how-to-videos .faq-breadcrumb-cont {
      margin-top: 41px !important;
    }
  
    .modal-backdrop.show {
      opacity: 0.4 !important;
    }
  
    .accordion-title span {
      flex-grow: 1;
      width: 93%;
      display: inline-flex;
  
    }
  
    a.accordion-title:after {
      font-size: 35px;
    }
  
    .faq-container {
      padding: 0px 16px;
    }
  
    .select-container {
      width: 100%;
      max-width: 300px;
      margin-bottom: 20px;
    }
  
    .faq-breadcrumb-cont ul.breadcrumb {
      margin-bottom: 0;
      font-size: 16px;
    }
  
    #topic-select {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ccc;
      background-color: #f9f9f9;
      box-sizing: border-box;
    }
  
    .form-select {
      position: relative;
      /* Ensure the dropdown is positioned relative to the select element */
    }
  
    .dropdown-menu.show {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1050;
      /* Ensure dropdown appears above other content */
    }
  
    #topicModal .modal-dialog {
      margin-top: 145px;
    }
  
    .modal-content {
      border-radius: 16px;
      background: var(--Global-white, #FFF);
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    }
  
    #topicModal .modal-dialog ul {
      margin: 0;
      max-height: 70vh;
      overflow-y: auto;
      /* padding: 20px; */
    }#topicModal .modal-body {
      padding: 0;
    }
    
    #topicModal .modal-dialog li {
      list-style-type: none;
      display: flex;
      padding: 12px 20px;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      margin: 0;
      cursor: pointer;
    }

    #topicModal .modal-dialog li:hover {
      background: var(--section-bg-color);
    }
    
    .topic-modal-btn,
    .topic-modal-btn:hover,
    .topic-modal-btn:focus,
    .topic-modal-btn:active {
      /* display: block; */
      width: 100%;
      background-color: #ffffff;
      border: transparent;
      display: flex;
      padding: 12px 0px;
      flex-direction: column;
      align-items: flex-start;
      color: var(--themeColor);
      border-bottom: solid 1px var(--toggle-bg-color);
      box-shadow: none;
    }

    #topic-modal-btn.btn-primary:not(:disabled):not(.disabled).active, 
    #topic-modal-btn.btn-primary:not(:disabled):not(.disabled):active {
      color: var(--themeColor);
      background: none;
      box-shadow: none;
    }

    #topic-modal-btn:after {
      content: "\d7";
      font-family: 'Tej-icofont';
      display: flex;
      flex-direction: row;
      position: absolute;
      right: 20px;
      font-size: 20px;
    }
    
    #faq-wrapper .faq-inner .rows-holder {
      margin: 10px 0 auto;
    }



  #faq-wrapper .faq-search-wrap .search-drop-main {
    width: 98%;
    margin: 0 1%;
  }
}


#selected-list-item-title {
    margin: 30px 0 0 0 !important;
}
.toast-main{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999
}
.toast-msg {
  cursor: pointer;
  min-width: 280px;
  width: auto;
  /* background: transparent linear-gradient(261deg, #B24DF5 0%, #106AC3 52%, #000066 100%) 0% 0% no-repeat padding-box; */
  background: var(--section-bg-color);
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  opacity: 1;
  padding: 15px 10px 15px 10px;
  text-align: left;
  position: fixed;
  z-index: 9999999;
  font-size: 17px;
  color: var(--pri-color) !important;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toast-msg span {
  color: var(--pri-color);
  font-size: 17px;
  vertical-align: middle;
  padding: 0 0 0 10px;
  display: inline-block;
}
.toast-msg .msg{
  font-family: JioType-Medium;
  font-size: 13px;
}
.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.faq-breadcrumb-cont h3{
  color: var(--Light-Primary-Grey-100, #141414);
  font-family: JioType-Black;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.72px;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
  }
  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
  }
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}




.videoContainerMain {
  width: 100%;
  /* margin: 0 auto; */
}

.videoContainerMain .videoContainer iframe {
  height: 100%;
}

.videoContainerMain .videoContainer {
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
  /* margin-top: 30px ; */
  margin-bottom: 20px;
  background-color: #f6f6f6;
  box-shadow: 0px 0px 6px #00000029;
  width:75%;
}


.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress li{
  list-style-type: none;
  margin: 0 0 10px 51px;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #E0E0E0;
  /* display: none; */
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}

.StepProgress-item::before {
  display: inline-block;
    content: '';
    position: absolute;
    left: -23px;
    height: 38%;
    width: 10px;
    top: 65%;
}

.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}

.StepProgress-item.is-done::before {
  border-left: 2px solid green;
}

.StepProgress-item.is-done::after {
  content: "âœ”";
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}

.StepProgress-item.current::before {
  /* border-left: 2px solid green; */
  display: none;
}

.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 1px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -51px;
  font-size: 14px;
  text-align: center;
  color: #000000A6;
  border: 2px solid #000000A6;
  background-color: white;
}

.StepProgress strong {
  display: inline-block;
}
.main-text{
  margin-bottom: 20px !important;
}
.how-to-videos .topic-modal-btn{
  margin-top: -112px;
}



.how-to-videos-search-landing .videoContainerMain .videoContainer {
  margin-top: 30px;
}
.how-to-videos-search-landing .StepProgress li{
  list-style-type: none;
  margin: 0 0 10px 0;
  }

  .how-to-videos-search-landing .StepProgress-item::before {
  display: inline-block;
    content: '';
    position: absolute;
    left: -23px;
    height: 38%;
    width: 10px;
    top: 65%;
  }

  .how-to-videos-search-landing .StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 30px;
    height: 30px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
  }

  .how-to-videos-search-landing .StepProgress-item.current::after {
  content: counter(list);
  padding-top: 1px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -45px;
  font-size: 14px;
  text-align: center;
  color: #000000A6;
  border: 2px solid #000000A6;
  background-color: white;
  }

  .how-to-videos-search-landing .StepProgress {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;

  }

  #faq-wrapper.how-to-videos .faq-inner .faq-main section.faq-content .myaccordion .StepProgress li {
    line-height: 24px !important;
    margin: 0 0 10px 46px !important;
  }

  #sub-cat-list-desk ul {
    height: calc(100vh - 180px); /*180px = header height(56) + breadcrumb row height(118) + 5px extra*/
    overflow-y: auto;
  }

  .spinner_loader {
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: none;
}

.small_loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--specialLinkCol);
    width: 50px;
    height: 50px;
    -webkit-animation: spin_small_loader 2s linear infinite;
    /* Safari */
    animation: spin_small_loader 2s linear infinite;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 45%;
}

@keyframes spin_small_loader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@media screen and (max-width: 360px) {
  .category-head {
    gap: 12px;
  }
}


.separator {
  float: right; 
  margin-top:30px; 
  height: 12px; 
  border: var(--nav-color) solid 1px;
}