.help_section .title-section {
  margin: 50px 0;
}
.help_section .title-section .title-text h2 {
  font-size: 1.8em;
}
.help_section .title-section .title-text small {
  text-align: right;
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .help_section .title-section .title-text h2 {
    font-size: 21px;
    text-align: center;
  }
  .help_section .title-section .title-text small {
    text-align: center;
  }
}
.help_section .main-section .holder-main-section .collapse-btn p {
  font-weight: bold;
  cursor: pointer;
}
.help_section .main-section .holder-main-section > ul > li {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .help_section .main-section .holder-main-section > ul > li {
    flex-wrap: wrap;
  }
}
.help_section .main-section .holder-main-section > ul > li .panel-collapse ul {
  padding-left: 20px;
}
.help_section .main-section .holder-main-section > ul > li .panel-collapse ul li {
  list-style: disc;
}
.help_section .main-section .holder-main-section > ul > li .row-info {
  display: block;
  padding: 15px 20px;
  width: 100%;
  border: 2px dashed #97b500;
  border-radius: 30px;
}
.help_section .main-section .holder-main-section > ul > li .row-info p {
  margin: 0;
}
.help_section .main-section .holder-main-section > ul > li .row-info .rotate-icon {
  right: 20px;
  top: 3px;
  margin-left: auto;
}
.help_section .main-section .holder-main-section > ul > li .row-info .collapsed .rotate-icon {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .help_section .main-section .holder-main-section > ul > li .row-icon {
    width: 100%;
    margin-right: 0 !important;
  }
}
.help_section .main-section .holder-main-section > ul > li .icon i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  display: block;
  padding: 10px;
  border: 1px dashed #97b500;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .help_section .main-section .holder-main-section > ul > li .icon i {
    border: 2px dashed #97b500;
    background-color: #fff;
    border-radius: 10px;
    margin: 5px auto;
  }
}
@media (max-width: 767px) {
  .help_section .collapse-btn p {
    font-size: 0.9rem;
    letter-spacing: -1px;
  }
}

@media (min-width: 1024px) {
  .header-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  .btns-holder a {
    margin-top: 10px;
  }
}

.top-information-holder {
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .top-information-holder {
    padding-top: 61px;
  }
}
@media (max-width: 767px) {
  .top-information-holder {
    background-color: #edf5e3;
  }
  .top-information-holder .top-information-mobile {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
  }
  .top-information-holder .top-information-mobile .circle {
    position: absolute;
    border-radius: 100%;
    content: "";
  }
  .top-information-holder .top-information-mobile .circle-1 {
    left: 30%;
    width: 120px;
    height: 120px;
    background-color: rgba(172, 204, 2, 0.1803921569);
    top: 40px;
  }
  .top-information-holder .top-information-mobile .circle-2 {
    left: 90%;
    width: 60px;
    height: 60px;
    background-color: #accc02;
    top: 200px;
  }
  .top-information-holder .top-information-mobile .img-holder {
    position: absolute;
    left: 5%;
    top: 5px;
  }
  .top-information-holder .top-information-mobile .img-holder img {
    width: 120px;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: rotate(-27deg);
  }
  .top-information-holder .top-information-mobile .logo-top {
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .top-information-holder .top-information-mobile .logo-top img {
    width: 100px;
  }
  .top-information-holder .top-information-mobile .action-process {
    position: relative;
  }
  .top-information-holder .top-information-mobile .action-process h2 {
    margin: auto;
    width: 60%;
    color: #000;
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .top-information-holder .top-information-mobile .action-process h2 .green-text {
    font-size: 40px;
    line-height: 27px;
    padding-top: 12px;
    display: inline-block;
  }
  .top-information-holder .top-information-mobile .action-process h3 {
    background-color: #d80027;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    padding: 9px 23px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .top-information-holder .top-information-mobile .action-process .arrow {
    left: 50%;
    position: absolute;
    top: 204px;
    transform: translate(-50%, -50%);
  }
  .top-information-holder .top-information-mobile .action-process .arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #d80027;
    border-right: 5px solid #d80027;
    transform: rotate(45deg);
    margin: -10px;
    animation: fade-scroll-arrow 2s infinite;
  }
  .top-information-holder .top-information-mobile .action-process .arrow span:nth-child(2) {
    animation-delay: -0.2s;
  }
  .top-information-holder .top-information-mobile .action-process .arrow span:nth-child(3) {
    animation-delay: -0.4s;
  }
}
.top-information-holder .btns-holder {
  display: inline-block;
}
.top-information-holder .btns-holder a {
  display: inline-block;
}
.top-information-holder .top-information {
  padding: 30px 0;
}
.top-information-holder .top-information .text-holder p {
  width: 30%;
  color: #fff;
  text-shadow: 0 1px 2px #000;
}
.top-information-holder .top-information .text-holder .small-text {
  color: #fff;
  font-size: 25px;
}
.top-information-holder .top-information .text-holder img {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 15px;
}
.top-information-holder .top-information .text-holder h1 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-shadow: 0 1px 2px #000;
  padding-bottom: 15px;
}

.five-step-holder {
  background-color: #f5f5f5;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  position: relative;
  display: grid;
  padding: 70px 0;
}
.five-step-holder h2 {
  font-size: 30px;
}
.five-step-holder .brush-paint {
  position: absolute;
  left: 0;
  top: 73px;
  margin-left: -553px;
}
@media (max-width: 767px) {
  .five-step-holder .brush-paint {
    margin-left: -606px;
  }
}
.five-step-holder .brush-paint img {
  width: 715px;
}
@media (max-width: 767px) {
  .five-step-holder .steps .step {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .five-step-holder .steps .step {
    width: 20%;
  }
}
.five-step-holder .steps .step .text-holder p {
  margin: 0;
  font-weight: bold;
}
.five-step-holder .steps .step .text-holder small {
  display: block;
  line-height: 15px;
  width: 90%;
  margin: auto;
}
.five-step-holder .steps .step .icon-holder .icon i {
  font-size: 57px;
  width: 100px;
  height: 100px;
  line-height: 69px;
  display: block;
  padding: 15px;
  margin: 20px auto;
  border-radius: 100%;
  border: 1px dashed #97b500;
  cursor: pointer;
  transition: 0.3s;
}
.five-step-holder .steps .step .icon-holder .icon i:hover {
  border: 1px dashed #000;
  color: #97b500;
}

.video-section {
  padding: 50px 0 0 0;
}
.video-section .video-placeholder {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  border-radius: 25px;
  background: center;
}
.video-section ._shadow {
  width: 51%;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .video-section .video-place {
    position: relative;
    top: 42px;
  }
}
.video-section .video-place .video {
  width: 66%;
  cursor: pointer;
  margin: auto;
  height: 206px;
  position: relative;
  border-radius: 20px;
  background-color: #707070;
  border: 1px solid #d9e6a9;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-section .video-place .video {
    width: 100%;
    margin-top: 25px;
  }
}
.video-section .video-place .video ._play {
  left: 40%;
  position: absolute;
  top: 35%;
  color: #d9e6a9;
  font-size: 32px;
  padding: 14px 14px 14px 20px;
  border: 4px solid #d9e6a9;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  line-height: 42px;
}
.video-section .video-place .video ._glassy {
  background-color: rgba(207, 207, 207, 0.0901960784);
  clip-path: polygon(0% 0, 0 100%, 100% 0, 0% 0%, 83% 0);
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-right: 25px;
}
.video-section .video-place .shape {
  background-color: #707070;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  clip-path: polygon(19% 0, 0 100%, 100% 0, 103% 38%, 100% 0);
  height: 76px;
  right: 80px;
  position: relative;
  width: 25%;
  margin: auto;
  z-index: 10;
  bottom: 2px;
}

.ask-section {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ask-section {
    padding: 150px 0;
  }
}
@media (max-width: 1023px) {
  .ask-section {
    padding: 35px 0;
  }
}
.ask-section .btns-holder {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80%;
}
.ask-section .brush-paint {
  bottom: 0;
  left: 91%;
  margin-bottom: -194px;
  margin-right: -203px;
  z-index: -1;
}
.ask-section .brush-paint img {
  width: 493px;
}
.ask-section .ask-holder {
  width: 80%;
  border: 2px solid rgba(151, 181, 0, 0.2901960784);
  border-radius: 20px;
  background-color: #FAFDF8;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 30px 20px 58px 20px;
  height: 126px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ask-section .ask-holder .road-apply {
  position: absolute;
  right: 0;
  width: 372px;
  bottom: -36%;
}
.ask-section .ask-holder .white-btn {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.ask-section .ask-holder .green-btn {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.ask-section .ask-holder p {
  font-size: 1.1rem;
  margin: 0 0 -12px 0;
}

.effect5 {
  position: relative;
}

.effect5:before, .effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 35px 20px #777;
  transform: rotate(-8deg);
}

.effect5:after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

#start-process-mobile {
  scroll-margin-top: 150px;
}

.start-process-mobile .section-title h2 {
  margin: 10px auto;
  width: 70%;
  font-size: 32px;
}
.start-process-mobile .body_x h3 {
  font-size: 20px;
  width: 80%;
  margin: 10px auto;
}
.start-process-mobile .body_x p {
  width: 60%;
  margin: 5px auto;
}
.start-process-mobile .body_x a {
  display: block;
  margin: 10px auto;
  width: 70%;
  font-size: 15px;
}
.start-process-mobile .body_x .green-btn, .start-process-mobile .body_x .white-btn {
  border-radius: 10px;
}
.start-process-mobile .mobile-road-apply {
  position: relative;
  right: 34px;
  margin-top: 44px;
}

@keyframes fade-scroll-arrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/*# sourceMappingURL=get-visa-country.min.css.map*/