.xldacdn .accordion {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
.xldacdn .accordion li {
  position: relative;
}
.xldacdn .accordion li .xltbc {
  display: none;
  padding: 10px;
  color: #6b97a4;
}
.xldacdn .accordion .xltbhd {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  user-select: none;
  position: relative;
}
.xldacdn .xltbhd.active .inactikn{
  display:block !important;
}
.xldacdn .xltbhd .actikn{
  display:none;
}
.xldacdn .xltbhd .inactikn{
  display:none !important;
}
.xldacdn .xltbhd.active .tbxicon.actikn{
  display:none !important;
}

.xldacdn .tbxicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 100%;
    text-align: center;
    line-height: inherit;
}
/*1*/
.xld-acdn1 .accordion .xltbhd:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #550527;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.xld-acdn1.xlft .accordion .xltbhd:before{
    left: -10px;
}
.xld-acdn1.xright .accordion .xltbhd:before{
    right: -10px;
}
.xld-acdn1 .accordion:before {
    content: "";
    width: 1px;
    height: 80%;
    background: #550527;
    position: absolute;
    top: 20px;
}
.xld-acdn1.xlft .accordion:before{
    left: 24px;
}
.xld-acdn1.xright .accordion:before{
    right: 24px;
}
/*2*/
.xld-acdn2 .accordion li:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #d82d5b;
    position: absolute;
    top: 25px;
    z-index: -1;
}
.xld-acdn2.xlft .accordion li:after{
    left: -26px;
}
.xld-acdn2.xright .accordion li:after{
    right: -26px;
}

.xld-acdn2 .accordion li:last-child:after{
    display: none;
}

/*3*/
.xld-acdn3 .accordion .xltbhd:before {
    content: '';
    width: 6px;
    background: #000;
    position: absolute;
    top: 0;  
    z-index: 1;
    height: calc(100% + 1010px);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}
.xld-acdn3.xlft .accordion .xltbhd:before{
    left: 0;
}
.xld-acdn3.xright .accordion .xltbhd:before{
    right: 0;
}
.xld-acdn3 .accordion .xltbhd.active:before {
    opacity: 1;
}
.xld-acdn3 .accordion li{
  overflow:hidden;
}

.thepack-accorcheckbx label {
    cursor: pointer;
    padding-left: 26px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.thepack-accorcheckbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.thepack-accorcheckbx .accorcheckbx-checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
}
.accorcheckbx-checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 10px;
    font-weight: bolder;
}
.accorcheckbx-checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b';
}

.thepack-accorcheckbx .accorcheckbx-checkmark:after {
    content: "";
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    display: none;
}
.thepack-accorcheckbx input:checked ~ .accorcheckbx-checkmark:after {
    display: block;
}
.thepack-accorcheckbx label.active .tooltip {
    display: block;
}
.thepack-accorcheckbx .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none;
}
.thepack-accorcheckbx .tooltip:before {
    content: "";
    border-bottom: 10px solid #f2f2f2;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%;
}

.xlacrdfaqsrch .faq-header {
  background: #303f94;
  text-align: center;
  color: white;
}

.xlacrdfaqsrch #myInput {
  width: 50%;
  font-size: 18px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #ddd;
}

/* Style the buttons */
.xlacrdfaqsrch .btn {
  border: none;
  outline: none;
  background-color: #80a0e4;
  color: #ffffffb3;
  cursor: pointer;
  font-size: 14px;
}

.xlacrdfaqsrch #myUL {
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.01);
}

.xlacrdfaqsrch #myUL li a {
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  border: 1px solid lightgrey;
  margin-top: -1px;
  padding: 10px 0px 10px 0px;
  margin: 0;
  text-decoration: none;
  font-size: 16px; 
  color: #565555;
  display: block;
}

.xlacrdfaqsrch #myUL li a:hover:not(.header) {
    background-color: #e4ecf9;
    border: 1px solid grey;
}

.xlacrdfaqsrch .filterDiv {
  display: none; /* Hidden by default */
  transition: all 0.3s;
  margin-bottom: 4px;
}

.xlacrdfaqsrch .show {
  display: block;
}

.xlacrdfaqsrch .accordion-thumb {
  font-weight: bold;
  background: white;
}

/* Active answer */
.xlacrdfaqsrch .filterDiv.is-active .accordion-thumb::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xlacrdfaqsrch .accordion-thumb::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-top: -5px;
  margin-right: 1rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.xlacrdfaqsrch .accordion-panel {

  display: none;
}

.xldhvracd {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.xldhvracd ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.xldhvracd ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.xldhvracd ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.xldhvracd ul li div a {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 3;
    text-decoration: none;
    transition: all 200ms ease;   
}

.xldhvracd ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: all 400ms ease;
}

.xldhvracd ul li div a h2 {
  color: #fff;
  text-overflow: clip;
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.xldhvracd ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.xldhvracd ul:hover li { width: 8%; }

.xldhvracd ul:hover li:hover { width: 60%; }

.xldhvracd ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.xldhvracd ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

  .xldhvracd { height: auto !important; }

  .xldhvracd ul li,
  .xldhvracd ul li:hover,
  .xldhvracd ul:hover li,
  .xldhvracd ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    transition: none;
  }
  .xldhvracd ul li div a * {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}
.xldhvracd ul li:hover div{
      background: transparent !important;
}
.xldhvracd ul li:first-child div{
  border-left-width:0px !important;
}

ul.resp-tabs-list {
    position: relative;
}  
.appTab .resp-tabs-container{
    position: relative;
    width: 50%;
    height: 631px;
    float: left;
}

.appTab .tabs_item {
    background-size: 100% 100%;
    height: 631px;
    left: 50%;
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    z-index: 0;
}
.appTab .resp-tabs-container:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 0px;
    z-index: 0;
    right: 0px;
    bottom: 0px;
}
.appTab .resp-tab-content-active {
    animation-name: noanimx;
}
.appTab .resp-tabs-container img {
      border-radius: 38px
}
.appTab .resp-tabs-list:before {
    content: '';
    width: 1px;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 45px;
}
.appTab .resp-tab-active .appikwrp .inner:before {
    opacity: 0;
}
.appTab .appikwrp{
    display: table-cell;
    vertical-align: middle;
}
.appTab .appiktxt {
    display: table-cell;
    vertical-align: middle;
}
.appTab .appikwrp .inner {
    width: 70px;
    height: 70px;
    background: blue;
    position: relative;
    border-radius: 50%;
    text-align: center;
}
.appTab .appikwrp .inner i {
    background:blue;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70px;
    font-size: 40px;
    position: relative;
}
.appTab .appikwrp .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.appTab .appikwrp .inner i {
    color: #fff;
}
.appTab .resp-tab-active .appikwrp .inner i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
@media only screen and (max-width: 768px) {

  .appTab .tabs_item {
     position: relative;
     -webkit-transform: translateX(0%);
     transform: translateX(0);
     margin: 0px auto;
     left: 0;
  }
  .appTab .resp-tabs-container:before{
    display: none;
  }
  .appTab .resp-tabs-container{
    height:auto !important;
  }
}

.xlfloatab {
    width: 300px;
    position: fixed;
    top: 0px;
    height: 100%;
  -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;
  z-index: 2;
}

.xlfloatab .tabs {
  position: absolute;
  width: 4em;
    top: 50%;
    transform: translateY(-50%);  
}
.xlfloatab .tabs .tab {
  background-color: #303c48;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xlfloatab .tabs .tab:hover {
  background-color: #445667;
}

.xlfloatab .tabs .tab .tab-name {
  text-align: center;
}
.xlfloatab .tabs .tab .tab-name span {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  white-space: nowrap;
}
.xlfloatab .tabs .tab.active {
  background-color: #596f85;
}
.xlfloatab .contents {
    background-color: #303c48;
    padding: 15px;
    height: 466px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.xlfloatab .contents .content {
  max-height: 100%;
  display: none;
  overflow: auto;
}
.xlfloatab .contents .content.active {
  display: block;
}

.xlfloatab.right {
  right: -300px;
}
.xlfloatab.right .tabs {
  left: -4em;
}

.xlfloatab.left {
  left: -300px;
}
.xlfloatab.left .tabs {
  right: -4em;
}

.xlfloatab.right.showing {
  right: 0;
}

.xlfloatab.left.showing {
  left: 0;
}

.content.active{
    animation: xldflofadeIn .5s;
    animation-fill-mode: both 
}
@keyframes xldflofadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    } 
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.flotingovrlyxld{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1;
    display: none;
}
.xldfloatoverlay .flotingovrlyxld{
    display:block;
}
.flotingovrlyxld  {
    animation: xldfltabfade .5s;
    animation-fill-mode: both
}
@keyframes xldfltabfade {
    from {

        opacity:0
    }
    to {
        opacity:1
    }
}

.xltbstpr .steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;  
    display: flex;
    display: -webkit-flex;  
}
.xltbstpr .steps ul li {
    position: relative;
    z-index: 99;
}
.xltbstpr .title-text {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
}
.xltbstpr .title-number {
    font-size: 13px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;  
}

.xltbstpr .content h3 {
    display: none;
}

.xltbstpr .actions ul {
    width: 100%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;  
    display: flex;
    display: -webkit-flex;  
}
.xltbstpr .actions ul li {
    margin: 0 5px;
}
.xltbstpr .actions ul li a {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;  
}
.xltbstpr .content {
  background: #fff;
  padding: 30px 30px 71px 30px;
}
.xltbstpr .actions {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
}

.xltbstpr .wizard > .steps li a:before {
    content: "";
    width: 112px;
    height: 2px;
    position: absolute;
    left: -112px;
    top: 48px;
}
.xltbstpr .wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: -112px;
    top: 48px;
    transition: all 0.6s ease;
}
.xltbstpr .wizard > .steps li.checked a:after {
    width: 112px;
}


.xltbstpr .wizard > .steps li:first-child a:before {
  display: none; }
.xltbstpr .wizard > .steps li:first-child a:after {
  display: none; }


.xldswitcher ul {
    padding-left: 0;
    list-style: none;
}
.xldswitcher ul>li {
    display: inline-block;
}
.xldswitcher ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.xldswitcher ul li.active a {
    color: #989898;
}
.xldswitcher ul li.year .tbicon{
    padding-left: 5px;
}
.xldswitcher ul li.month .tbicon{
    padding-right: 5px;
}

.xldswitcher .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
}
.xldswitcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.xld-tab2 .switch.on .slider {
    background: red;
}
.xld-tab2 .switch.off .slider {
    background: yellow;
}
.xld-tab2 .slider:before {
    background-color: green;
}

.xld-tab1 .switch.on .slider {
    background: black;
}
.xld-tab1 .switch .slider {
    border:2px solid black;
}
.xld-tab1 .switch.on .slider:before {
    background: white;
}
.xld-tab1 .slider:before {
    border:2px solid black;
}

.xldswitcher .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}
.xldswitcher .switch.off .slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

.xlvtab1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.xlvtab1 .tbinr{
  position: relative;
}
.xlvtab1 .tab_content{
    overflow: hidden;
    padding: 35px;
}
.xlvtab1 .tabs { 
  display: table;
  position: relative;
  margin: 0;
  padding: 0;
  width: 33.33%;
  float: left;
  list-style-type: none;
}

.xlvtab1 .tabs li {
  padding: 0;
  position: relative;
}
.xlvtab1 .tabs a {
  color: #888;
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  
}

.xlvtab1 .tabs_item {
  display: none;
}

.xlvtab1 .tabs_item:first-child {
  display: block;
}

.xlvtab1.xld-tab1 li a{
    padding: 15px 20px 15px 40px;
    color: #303F9F;
    background: #f9f9f9;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);  
  
}

.xlvtab1.xld-tab2 .tabs li a{
    width: 100%;
    border: 0;
    color: #8799a3;
    padding: 15px 30px;
}

/*1*/
.xlvtab1.xld-tab1 li:first-child a { 
  border-top-width: 0px !important;
}
/*4*/
.xlvtab1.xld-tab4.left .tabs{
    border-right: 2px solid #e7e7e7; 
}
.xlvtab1.xld-tab4.right .tabs{
    border-left: 2px solid #e7e7e7; 
}
.xlvtab1.xld-tab4.left .tabs li a:after{
    right: 0px;
}
.xlvtab1.xld-tab4.right .tabs li a:after{
    left: 0px;
}

.xlvtab1.xld-tab4.left .tabs li.current a:after {
    opacity: 1;
    right: -2px;
}
.xlvtab1.xld-tab4.right .tabs li.current a:after {
    opacity: 1;
    left: -2px;
}

.demoTab.nvcenter ul.resp-tabs-list{
  margin:0px auto;
  text-align: center;
}

.demoTab.nvright ul.resp-tabs-list,.demoTab.nvleft ul.resp-tabs-list{
  width: 100%;
}

.demoTab.nvright ul.resp-tabs-list li{
  float: right;
}

.demoTab.nvcenter .resp-tabs-list li{
    float: none;
}
/*1*/
.demoTab.styleone .resp-tabs-list li.resp-tab-active .inrtab div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -2px;
    height: 2px;
    background: black;
}
.demoTab li.resp-tab-active .inrtab{
    /*margin-top: -12px;*/
    color: #444;
    background: white;
    position: relative;
}

.demoTab.styleone .resp-tabs-list li .inrtab {
    background: #7a81f4;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}
/*2*/

.demoTab.styletwo .resp-tab-item{
  position:relative;
  margin:0px 10px;
}
.demoTab.styletwo .resp-tab-item span:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.demoTab.styletwo .resp-tab-item.resp-tab-active span:after {
    width: 100%;
    opacity: 1;
}
.demoTab.styletwo .resp-tab-item span:after {
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

/*3*/

.demoTab.stylethree .resp-tab-item span:after {
    content: "";
    width: 0;
    border-top: 3px solid #00a6ff;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s ease 0s;
    left: auto;
    right: 0;
}
 .demoTab.stylethree .resp-tab-item span:hover:after,.demoTab.stylethree .resp-tab-item.resp-tab-active span:after {
    width: 100%;
}
/*5*/
.demoTab.stylefive .resp-tab-item:last-child .inrtab:before{
    display:none;
}
.demoTab.stylefive .resp-tab-active .inrtab{
  background:#ff007a;
}
.demoTab.stylefive .resp-tab-item:last-child .inrtab:after,.demoTab.stylefive  .resp-tab-item:last-child .inrtab div:after {
  display:none;
}
.demoTab.stylefive .inrtab:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #fff;
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -8px;
    top: 11px;
    z-index: 2;
}
.demoTab.stylefive .resp-tab-active .inrtab:before {
    border-left: 10px solid #ff007a;
}
.demoTab.stylefive .resp-tab-active .inrtab:after,.demoTab.stylefive  .inrtab div:after {
    content: "";
    border-left: 10px solid #ff007a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 11px;
    right: -10px;
    z-index: 1;
}
.demoTab.stylefive .inrtab:after {
    border-left: 10px solid red;
}
