﻿@media(max-width:768px)
{
  #afar{
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    }
}
#dropdownm{
  text-transform: capitalize;
}
input[type="text"],input[type="tel"],input[type="password"],select{
  height:40px;
  font-size:18px;
  color:black;
}

.bnddt, .trddt{
  display:none;
  padding-top:60px !important;
}
.bnddt form, .trddt form{
  padding-top: 30% !important;
}
.tyq p{
  font-size:15px;
  float:left;
  font-weight:normal;
}
.tyq img{
  
}
.tyq{
display:flex;
justify-contents:space-between;
border:.1px solid silver;
background:whitesmoke;
border-radius:5px;
padding:5px;
font-size:17px;
font-family: Trebuchet MS;
margin:12px 0;
font-weight:bold;
}
.modal-btn {
position: relative;
display: table-cell;
width: 100px;
height: 100px;
background-color: #2c3e50;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
border-radius: 50%;
font-size: 36px;
color: white;
text-align: center;
line-height: 2.75;
transition: box-shadow 250ms ease;
}
.modal-btn:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200vh;
opacity: 0;
z-index: 10;
visibility: hidden;
transition: background-color 250ms linear;
}

.modal-content {
position: absolute;
top: 10%;
left: 0;
right:0;
display:table;
width: 90%;
height: auto;
margin-top: -18%;
margin:auto;
padding: 30px;
min-width:250px;
max-width:500px;
background-color: white;
border-radius: 4px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
transform: scale(0);
transition: transform 250ms ease;
visibility: hidden;
z-index: 20;
}
.modal-content .close {
position: relative;
float: right;
font-size: 18px;
transition: transform 500ms ease;
z-index: 11;
}
.modal-content .close:hover {
color: #3498db;
transform: rotate(540deg);
}
.modal-content header {
position: relative;
display: block;
border-bottom: 1px solid #eee;
}
.modal-content header h2 {
margin: 0 0 10px;
padding: 0;
font-size: 28px;
}
.modal-content article {
position: relative;
display: block;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.75;
}
.modal-content footer {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
margin: 0;
padding: 10px 0 0;
}
.modal-content footer .button {
position: relative;
padding: 10px 30px;
border-radius: 3px;
font-size: 14px;
font-weight: 400;
color: white;
text-transform: uppercase;
overflow: hidden;
}
.modal-content footer .button:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transition: width 250ms ease;
z-index: 0;
}
.modal-content footer .button:hover:before {
width: 100%;
}
.modal-content footer .button.success {
margin-right: 5px;
background-color: #2ecc71;
}
.modal-content footer .button.danger {
background-color: #e74c3c;
}

#modal {
display: none;
}
#modal:checked ~ .modal-bg {
visibility: visible;
background-color: black;
opacity: 0.7;
transition: background-color 250ms linear;
}
#modal:checked ~ .modal-content {
visibility: visible;
transform: scale(1);
transition: transform 250ms ease;
z-index: 111;
}

.transition, .lli i:before, .lli i:after, .lli p {
transition: all 0.25s ease-in-out;
}

.flipIn, .lli {
animation: flipdown 0.5s ease both;
}



.lli p {
color: rgba(48, 69, 92, 0.8);
font-size: 17px;
line-height: 26px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
max-height: 800px;
opacity: 1;
transform: translate(0, 0);
margin-top: 14px;
z-index: 2;
}

.lli {
position: relative;
padding: 0;
margin: 0;
padding-bottom: 2px;
padding-top: 18px;
border-top: 1px dotted #dce7eb;
width:fit-content;
margin-bottom:-19px;
list-style:disclosure-closed;
}
.lli:nth-of-type(1) {
animation-delay: 0.5s;
}
.lli:nth-of-type(2) {
animation-delay: 0.75s;
}
.lli:nth-of-type(3) {
animation-delay: 1s;
}
.lli:last-of-type {
padding-bottom: px;
}
.lli i {
position: absolute;
transform: translate(-6px, 0);
margin-top: 9px;
right: 0;
}
.lli i:before, .lli i:after {
content: "";
position: absolute;
background-color: #000;
width: 3px;
height: 9px;
}
.lli i:before {
transform: translate(-2px, 0) rotate(45deg);
}
.lli i:after {
transform: translate(2px, 0) rotate(-45deg);
}
.lli input[type=checkbox] {
position: absolute;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
.lli input[type=checkbox]:checked ~ p {
margin-top: 0;
max-height: 0;
opacity: 0;
transform: translate(0, 50%);
}
.lli input[type=checkbox]:checked ~ i:before {
transform: translate(2px, 0) rotate(45deg);
}
.lli input[type=checkbox]:checked ~ i:after {
transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
0% {
  opacity: 0;
  transform-origin: top center;
  transform: rotateX(-90deg);
}
5% {
  opacity: 1;
}
80% {
  transform: rotateX(8deg);
}
83% {
  transform: rotateX(6deg);
}
92% {
  transform: rotateX(-3deg);
}
100% {
  transform-origin: top center;
  transform: rotateX(0deg);
}
}

.wrappe {
  margin: 4px auto;
  padding: 5px 0;
  border-radius: 8px
}


.card-no {
  border: none;
  outline: none;
  width: 90%;
  padding-left: 8px
}

.form-control {
  outline: none;
  border: none;
  box-shadow: none
}

.card-number {
  border-radius: 5px;
  padding:0;
}
.form-inline label {
  font-size: 1rem
}

.focused {
  border: 2px solid #9ab3f5
}

#form-footer a {
  margin: 0
}

#form-footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #777
}

@media(max-width:395px) {
  .form-inline label {
      font-size: 12px
  }

  #form-footer p {
      font-size: 11px
  }

  .card-no {
      width: 85%
  }
}

#scc svg, #scca svg{
  height: 144px;
  width: 144px;
  display: table;
  margin: auto;
}
#rrl{
  display: block;
  width:100%;
}
#rrg{
  display: none;
  width:100%;
}
  #scc, #scca{
    min-width: 300px;
display:none;
left: 0;
right: 0;
margin: 60px auto;
max-width: 400px;
width: 100%;
  }
  #ramsy, #ramsya{
    position:absolute;
    top:30%;
  }
  #ramsy, #ramsya{
    display:none;
width: 100%;
background: #ffffff4f;
overflow: hidden;
max-width: 400px;
margin: 60px auto;
}
#ramsy svg, #ramsya svg{
width:144px;
width:144px;
display:table;
margin:auto;
}
  

      @import url(https://fonts.googleapis.com/css?family=Gabriela);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.page {
position: relative;
max-width: 980px;
margin: 0 auto;
padding: 0 20px 40px;
}
.pcss3t {
margin: 0;
padding: 0;
border: 0;
outline: none;
font-size: 0;
text-align: left;
}
.pcss3t > input {
position: absolute;
display: none !important;
}
.pcss3t > label {
position: relative;
display: inline-block !important;
margin: 0;
padding: 0;
border: 0;
outline: none;
cursor: pointer;
transition: all 0.1s;
-o-transition: all 0.1s;	
-ms-transition: all 0.1s;	
-moz-transition: all 0.1s;	
-webkit-transition: all 0.1s;
width:50% !important;
}
.pcss3t > label i {
display: block;
float: left;
margin: 0 8px 0 -2px;
padding: 0;
border: 0;
outline: none;
font-family: FontAwesome;
font-style: normal;
font-size: 17px;
}
.pcss3t > input:checked + label {
cursor: default;
}
.pcss3t > ul {
list-style: none;
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding-top: 10px;
border: 0;
outline: none;
padding-left:0;
font-size: 13px;
}
.pcss3t > ul > li {
position: absolute;
width: 100%;
overflow: auto;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
opacity: 0;
transition: all 0.5s;
-o-transition: all 0.5s;	
-ms-transition: all 0.5s;	
-moz-transition: all 0.5s;	
-webkit-transition: all 0.5s;
}


.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
z-index: 1;
top: 0;
left: 0;
opacity: 1;
-webkit-transform: scale(1,1);
-webkit-transform: rotate(0deg);
}
.pcss3t-height-auto > ul {
height: auto !important;
}
.pcss3t-height-auto > ul > li {
position: static;
display: none;
height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t-height-auto > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t-height-auto > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t-height-auto > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
display: block;
}
.pcss3t .grid-row {
margin-top: 20px;
}
.pcss3t .grid-row:after {
content: '';
display: table;
clear: both;
}
.pcss3t .grid-row:first-child {
margin-top: 0;
}
.pcss3t .grid-col {
display: block;
float: left;
margin-left: 2%;
}
.pcss3t .grid-col:first-child {
margin-left: 0;
}
.pcss3t .grid-col .inner {
padding: 10px 0;
border-radius: 5px;
background: #f2f2f2;
text-align: center;
}
.pcss3t .grid-col-1 {
width: 15%;
}
.pcss3t .grid-col-2 {
width: 32%;
}
.pcss3t .grid-col-3 {
width: 49%;
}
.pcss3t .grid-col-4 {
width: 66%;
}
.pcss3t .grid-col-5 {
width: 83%;
}
.pcss3t .grid-col-offset-1 {
margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
margin-left: 85%;
}
.pcss3t .typography {
color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
margin: 40px 0 0 0;
padding: 0;
font-family: Gabriela, Georgia, serif;
text-align: left;
color: #333;
}
.pcss3t .typography h1 {
font-size: 40px;
line-height: 60px;
text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
font-size: 32px;
line-height: 48px;
text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
font-size: 26px;
line-height: 38px;
text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
font-size: 20px;
line-height: 30px;
}
.pcss3t .typography h5 {
font-size: 15px;
line-height: 23px;
text-transform: uppercase;
}
.pcss3t .typography h6 {
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
}
.pcss3t .typography p {
margin: 20px 0 0 0;
padding: 0;
line-height: 20px;
text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
.pcss3t .typography li {
position: relative;
margin-top: 5px;
padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
margin-top: 5px;
}
.pcss3t .typography ul li:before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 6px;
height: 4px;
background: #404040;
}
.pcss3t .typography ol {
counter-reset: list1;
}
.pcss3t .typography ol > li:before {
counter-increment:list1;
content: counter(list1)'.';
position: absolute;
top: 0;
left: 0;
}
.pcss3t .typography a {
text-decoration: underline;
color: #1889e6;
}
.pcss3t .typography a:hover {
text-decoration: none;
}
.pcss3t .typography .pic {
padding: 4px;
border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
display: block;
}
.pcss3t .typography .pic-right {
float: right;
margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
text-decoration: underline;
color: #1889e6;
cursor: pointer;
}
.pcss3t .typography .link:hover {
text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
margin-top: 0;
}
.pcss3t .typography .text-center {
text-align: center;
}
.pcss3t .typography .text-right {
text-align: right;
}
.pcss3t-steps > label {
cursor: default;
}
.pcss3t-effect-scale > ul > li {
-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
text-align: center;
}
.pcss3t-icons-top > label i {
float: none;
margin: 0 auto -10px;
padding-top: 17px;
font-size: 23px;
line-height: 23px;
text-align: center;
}
.pcss3t-icons-right > label i {
float: right;
margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
text-align: center;
}
.pcss3t-icons-bottom > label i {
float: none;
margin: -10px auto 0;
padding-bottom: 17px;
font-size: 23px;
line-height: 23px;
text-align: center;
}
.pcss3t-icons-only > label i {
float: none;
margin: 0 auto;
font-size: 23px;
}
.pcss3t > label {	
padding: 0 18px;
background: black;
font-size: 13px;
color:white;
border:.1px solid black;
line-height: 49px;
font-weight:bold;
}
.pcss3t > label:hover {
background: #f2f2f2;
color:black;
}
.pcss3t > input:checked + label {
background: #fff;
color:black;
}
.pcss3t > ul {
text-align: left;
}
.pcss3t-steps > label:hover {
background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
margin: 0 5px 5px 0;
border-radius: 5px;
background: #fff;
box-shadow: 0 2px rgba(0,0,0,0.2);
color: #808080;
opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
background: #fff;
opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
margin-bottom: 0;
padding-bottom: 5px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
color: #2b82d9;
opacity: 1;
}
.pcss3t-theme-1 > ul {
border-radius: 5px;
box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
.pcss3t-theme-1 > label {
  margin-right: 0;
}
.pcss3t-theme-1 > input:checked + label {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-radius: 5px;
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
  border-top-left-radius: 5px;
}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
padding: 5px;
background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
margin-right: 0;
margin-bottom: 0;
background: none;
border-radius: 0;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
color: #fff;
opacity: 1;
}
.pcss3t-theme-2 > label:hover {
background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
padding-bottom: 0;
background: #fff;
background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
color: #822bd9;
}
.pcss3t-theme-2 > ul {
margin: 0 -5px -5px;
border-radius: 0;
box-shadow: none;
}
@media screen and (max-width: 767px) {
.pcss3t-theme-2 > ul {
  margin-top: 5px;
}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
background: none;
border-right: 1px dotted rgba(255,255,255,0.5);
text-align: center;
color: #fff;
opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
background: none;
color: #d9d92b;
opacity: 0.8;
}
label {
font-size:15px;
}
.pcss3t-theme-3 > input:checked + label {
background: #d9d92b;
color: #000;
opacity: 1;
}
.pcss3t-theme-3 > ul {
border-top: 4px solid #d9d92b;
border-bottom: 4px solid #d9d92b;
border-radius: 0;
box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
margin: 0 10px 10px 0;
border-radius: 5px;
background: #78c5fd;
background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
line-height: 39px;
text-shadow: 0 1px rgba(0,0,0,0.5);
color: #fff;
}
.pcss3t-theme-4 > label:hover {
background: #90cffc;
background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
top: 1px;
background: #5f9dc9;
background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
text-shadow: none;
}
.pcss3t-theme-4 > ul {
border-radius: 5px;
box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
.pcss3t-theme-4 > label {
  margin-right: 0;
}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
padding: 15px;
border-radius: 5px;
background: #ad6395;
background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6395', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
margin-right: 10px;
margin-bottom: 15px;
background: none;
border-radius: 5px;
text-align: center;
color: #fff;
opacity: 1;
}
.pcss3t-theme-5 > label:hover {
background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
background: rgba(255,255,255,0.3);
color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-top: 10px;
margin-left: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
margin: 0 -15px -15px;
border-radius: 0 0 5px 5px;
box-shadow: none;
}
@media screen and (max-width: 767px) {
.pcss3t-theme-5 > input:checked + label:after {
  display: none;
}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
height: 370px;
}

#pry1{
  display:none;
}



#ctty::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
						#ctty{
							width: 100%;
							position:absolute;
							top:40px;
							left:120px;
							list-style:none;
  display: flex;
  overflow-x: scroll;
  padding:4px;
  justify-content: space-evenly;
  animation: ggt linear 20s infinite;
  scrollbar-width: none;  /* Firefox */
						}
						#ctty li{
	width: 50px;
  background-repeat: no-repeat !important;
  margin: 8px;
  padding-top: 18px;
  font-size:12px;
						}
						@keyframes ggt{
							from {
								padding-left:0;
							}
							to {
								padding-left:800px;
							}
						}
            .ajjg{
              margin-top:calc(-5px - 1vw);
            }
            .h div{
              border:.1px solid silver;
            }
            .jdropdown-header.jss_object{
              padding-left:6px;
            }

            .file-input {
              display: inline-block;
              text-align: left;
              background: #fff;
              padding: 0;
              width: 450px;
              position: relative;
              border-radius: 3px;
              font-size:14px;
            }
            
            .file-input > [type='file'] {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              z-index: 10;
              cursor: pointer;
            }
            
            .file-input > .button {
              display: inline-block;
              cursor: pointer;
              background: #eee;
              padding: 5px 10px;
              border-radius: 2px;
              margin-right: 8px;
            }
            
            .file-input:hover > .button {
              background: black;
              color: white;
            }
            
            .file-input > .label {
              color: #000;
              white-space: nowrap;
              opacity: .7;
            }
            
            .file-input.-chosen > .label {
              opacity: 1;
            }
              .blocker{
                z-index:9999 !important;
              }
              .modal{
                width:100% !important;
              }
              /* form */
            
            .modal a.close-modal{
              top:0 !important;
              right:0 !important;
            }
            .form{
              width: 100%;
              margin: 0 auto;
              border: 1px solid #ccc;
              border-radius: 0.35rem;
              padding: 1.5rem;
              
            }
            
            .form-step{
              display: none;
              transform-origin: top;
              animation: animate 0.5s;
            }
            
            .form-step-active{
              display: block;
              min-height:50vh;
            }
            
            .form-step small{
              position: absolute;
              left: 0;
              bottom: 0;
              visibility: hidden;
            }
            
            .form-step .error{
              position: relative;
               left: 0;
              bottom: 0;
              visibility: hidden;
            }
            
            .form-step.error small{
              visibility: visible;
              color: #e74e3c
            }
            
            .input-group{
              margin: 2rem 0;
            }
            
            @keyframes animate{
              from {
             transform: scale(1, 0);
                opacity: 0;
              }
              to {
                transform: scale(1, 1);
                opacity: 1;
              }
              
            }
            
            /* Buttons */
            .btns-group{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            }
            
            
            .btn,
            .btn2 {
              min-width: 130px;
              color: #fff;
              text-align: center;
              padding: 0.25rem;
              text-decoration: none;
              font-weight: bold;
              cursor: pointer;
              transition: all 0.3s ease;
              position: relative;
              display: block;
              outline: none;
              overflow: hidden;
              border-radius: 5px;
              border: none;
              line-height:2.5;
              font-size:17px;
              background-color: black
            }
            .btn:hover {
              box-shadow: 0 0 0 2px #fff, 0 0 0 3px  black;
              border-radius: 5px;
              padding-right: 24px;
              padding-left:8px;
            }
            .btn:hover::after {
              opacity: 1;
              right: 10px;
            }
            
            .btn::after {
              content: "\00BB";
              position: absolute;
              opacity: 0;
              font-size: 20px;
              line-height: 40px;
              top: 0;
              right: -20px;
              transition: 0.4s;
            }
            /* BUTTON PREV */
            .btn2:hover {
              box-shadow: 0 0 0 2px #fff, 0 0 0 3px  black;
              border-radius: 5px;
              padding-right: 8px;
              padding-left:24px;
            }
            .btn2:hover::after {
              opacity: 1;
              left: -100px;
            }
            
            .btn2::after {
              content: "\00AB";
              position: absolute;
              opacity: 0;
              font-size: 20px;
              line-height: 40px;
              top: 0;
              right: -20px;
              transition: 0.4s;
            }
            
            
            /* progress bar */
            
            /* .progress{
              
            } */
            .progress{
                 background-color:  black;
              width: 0%;
              transition: 0.3s;
            /*     background-color: #dcdcdc; */
            
            }
            
            .progressbar{
              position: relative;
              display: flex;
              justify-content: space-between;
              counter-reset: step;
              align-items: center;
              text-align: center;
              margin: 2rem 0 4rem;
              
            
            }
            
            .progressbar::before, .progress{
              content: "";
              position: absolute;
              height: 4px;
              width: 100%;
              top: 50%;
              transform: translateY(-50%);
              z-index: -1;
              background-color: #dcdcdc;
            }
            
            .progress-step{
              width: 2.1875rem;
              height: 2.1875rem;
              background-color: #dcdcdc;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              
              
            }
            
            .progress-step::before{
              counter-increment: step;
              content: counter(step);
              
            }
            
            .progress-step::after{
              content: attr(data-title);
              position: absolute;
              top: calc(100% + 0.5rem);
              font-size: 0.85rem;
              color: #666;
              }
            
            .progress-step-active{
             background-color: black;
             color: #f3f3f3;
              
            }
            
            /* Global Styling */
            .form input, .form select{
              display: block;
              width: 100%;
              padding: 0.2rem 12px;
              border: 1px solid #ccc;
              border-radius: 0.25rem;
              line-height:25px;
              font-size:18px;
            }
            
            .form label{
              display: block;
              margin-top: 0.5rem
            }
            
            .form .width-50{
              width: 50%;
            }
            
            .form .ml-auto{
              margin-left: auto;
            }
            
            .form .text-center{
              text-align: center
            }
            
            
            /* form */

            .gdt{
              background:transparent;
              color:black;
              border:1px solid black;
              padding:4px 8px;
              border-radius:5px;
              margin:40px auto;
              margin-bottom:0;
              display:table;
            }
