.vbtn-outline-success:hover {
            background: #1dbf73 !important;
        }
.btn-outline-danger:hover {
            background: #dc3545 !important;
        }

.pkslider-width{
			width: auto!important;
		}

@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");


.slider-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
/* service slider text */
.serviceslidertext {
    position: absolute;
  top: 25%;
  left: 25%;
  /* transform: translate(0, -400%); */
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  text-shadow: 0px 0px 2px #fff;
  text-align: center;
  }

.left-slide {
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.left-slide > div {
  height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    padding: 0 15%;
}

.left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
  /* margin-left: 40px;
  margin-right: 40px; */
}

.right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.down-button,.up-button{

  background-color: #fff!important;
  border: none!important;
  color: #aaa!important;
  cursor: pointer!important;
  font-size: 16px!important;
  padding: 15px!important;
}
.down-button:hover,.up-button:hover{
  color: #222!important;
}

button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}

button:hover {
  color: #222;
}

button:focus {
  outline: none;
}

.slider-container .action-buttons button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.slider-container .action-buttons .down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


/* pk service slider style */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 350px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1300px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 500px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: 300px;/*calc(250px * 14);*/
}
.slider .slide {
  height: 500px;
  width: 460px;
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.slide > img{
    min-height: 310px;
    width: 460px;
    margin: 10px;
}
/* end */


/* {{-- pk - modal css for pop ups --}} */
/* Modal Wrapper */
.modal-wrappers {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 999!important; /* Ensure it appears above other content */
}

.helpwrappers{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 999!important; /* Ensure it appears above other content */
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1!important; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
z-index: 999!important;

}
     .helpcontent{
        padding:40px 4px!important;

 }


/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 40px;
border: 1px solid #888;
max-width: 500px; /* Adjust width as needed */
width: 90%; /* Make sure it doesn't take full width */
}
@media (max-width: 767px) {
.modal-content {
                        padding: 20px!important;
             }
 .helpcontent{
        padding:20px 4px!important;

 }
}
@media (max-width: 1400px) {
.helpcontent {
margin-top: 2%;
}
}



/* The Close Button */
.close {
font-weight: 500;
position: absolute;
top: 8px;
right: 10px;
  font-size: 3rem !important;
cursor: pointer;
color: #000; /* Color of the close icon */
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.homeactivitypopup{
border-top-right-radius: 25px !important;
border-bottom-right-radius: 25px !important;
margin-bottom: 1rem!important;
}

/* new queryform css */

.multi-step-form {
        display: none;
    }

    .form-step {
        display: none;
    }

.form-step.active {
        display: block;
  text-align: left!important;
    /* margin-left: 40px!important; */
  margin-top:20px!important;
        padding: 0 10%;
    }

.multi-step-form {
        display: none;
    }

    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }


    button {
        margin: 10px 0;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #9c65f2;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #3b2560;
  color: #fff;
    }


.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-top: 15px;
}

.multisteps-form__progress-btn {
transition-property: all;
transition-duration: 0.15s;
transition-timing-function: linear;
transition-delay: 0s;
position: relative;
padding-top: 20px;
color: rgba(108, 117, 125, 0.7);
text-indent: -9999px;
border: none;
background-color: transparent;
outline: none !important;
cursor: pointer;
letter-spacing: 1px;
font-weight: 500;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn {
text-indent: 0;
}
}
.multisteps-form__progress-btn:before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 13px;
height: 13px;
content: '';
-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
border: 2px solid currentColor;
border-radius: 50%;
background-color: #fff;
box-sizing: border-box;
z-index: 3;
}
.multisteps-form__progress-btn:after {
position: absolute;
top: 5px;
left: calc(-50% - 13px / 2);
transition-property: all;
transition-duration: 0.15s;
transition-timing-function: linear;
transition-delay: 0s;
display: block;
width: 100%;
height: 2px;
content: '';
background-color: currentColor;
z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
display: none;
}
.multisteps-form__progress-btn.js-active {
color: #9c65f2;
letter-spacing: 1px;
font-weight: 500;
}
.multisteps-form__progress-btn.js-active:before {
-webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
background-color: currentColor;
}

.inputytypetextbox{
width: 100%;
  border-radius: 10px;
font-size: 1.5rem;
}

.questionp{
margin-top: 3rem;
/* margin-left: 5px; */
font-size: large;
font-weight: 400;
}

.radiodiv {
display: inline-flex;
align-items: baseline;
font-size: large;
}

.datetimeinput{
width:30%;
border-radius: 10px;
}

.inputtextarea{
width: 100%;
  height: 60px;
border-radius: 10px;
}

.typeemail{
margin-top: 20px;
margin-bottom: 20px;
}

.form-gif{
width: 20px;
height:auto;
margin-right:30px;
}
.datetime-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.questionp {
width: 48%;
box-sizing: border-box;
}

.datetimeinput {
width: 100%;
padding: 8px;
margin-top: 8px;
}
.fullwidth{
width: 100%!important;
}

@media (max-width: 768px) {
.questionp {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
}


