
body.arive .page-content .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 48px;
}
body.arive .page-content h1 {
  font: 24px/1.2 "FiraSans-Regular";
  color: #555;
  margin-bottom: 20px;
  letter-spacing: 0;
  margin-top: 51px;
  margin-bottom: 28px;
}

body.arive .page-content p.p {
  font: 16px/1.4 "FiraSans-Regular";
  color: #555;
  margin-bottom: 24px;
}
body.arive .page-content p.p a {
    color: #555;
}
.page-content .links a {
  color: #ff6a4c;
  font: 18px/0.9  "FiraSans-Regular";
  display: inline;
  border-bottom: 1px solid #ff6a4c;
}
.required-docs .row {
  margin-left: 0;
  padding-left: 36px;
}
.required-docs .row a {
  display: inline-block;
  border-bottom: 1px solid #ff6a4c;
  line-height: 1
}
.required-docs .row a:hover {
  border-bottom: 1px solid transparent;
}
.required-docs .row a, .required-docs .row span {
  color: #ff6a4c;
}
.required-docs .row .heading {
  color: #555;
  position: relative;
  font: 18px/1.3 "FiraSans-SemiBold";
  margin-bottom: 3px;
}
.required-docs .row .heading:after {
  position: absolute;
  top: 0;
  left: -36px;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/list-check.png") no-repeat center;
}
.required-docs .row .desc p {
  color: #999;
  font: 14px/1.5 "FiraSans-Regular";
}
.required-docs .row .desc {
    margin-top: 5px;
}
.page-content .links {
  padding-top: 6px;
}
.page-content .links li {
  margin-bottom: 40px;
  margin-left: 0;
}
body.arive .page-content .links  li {
  list-style-type: none; 
  margin-left: 0;
  text-transform: none;
}

body.arive .page-content {
  padding-bottom: 60px;
  
}
body.arive .page-top-part {
    text-align: center;
}
body.arive .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 48px;
  
}
body.arive .page-content h1 {
  font: 24px/1.2 "FiraSans-Regular";
  color: #555;
  margin-bottom: 20px;
  letter-spacing: 0;
  margin-top: 51px;
  margin-bottom: 28px;
}
body.arive .page-content h2 {
  font: 24px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 30px;
  margin-top: 50px;
}
body.arive .page-content p.p1 {
  font: 24px/1.5 "FiraSans-Regular";
  color: #555;
  margin-bottom: 40px;
}
body.arive .page-content li {
  
  color: #555;
  font: 16px/1.6 "FiraSans-Regular";
  margin-bottom: 40px;
}

.page-form {
  width: 330px;
  padding: 28px 30px;
  border-radius: 8px;
 margin-top: 0;  
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(131, 86, 178, 0.1);
}
.page-form .title {
  font-size: 30px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "FiraSans-Regular";
}
.page-form .subtitle {
  font: 14px/1 "FiraSans-Regular";
  margin-bottom: 18px;
  color: #555;
}
.page-form .input-field {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.page-form .input-field input {
  width: 100%;
  height: 66px;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  border-radius: 4px;
  font-family: "OpenSans-Regular";
  padding-left: 20px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
}
.page-form .input-field input:focus {
  border: 2px solid #50d68e;
}
.page-form .age h4 {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  font-family: "OpenSans-Regular";
}
.page-form .age ul {
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: flex-start;
}
.page-form .age li > div {
  position: relative;
  border: 2px solid transparent;
  font-size: 14px;
  color: #555;
  background: #fbfbfb;
  margin-right: 12px;
  border-radius: 6px;
  width: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 2px 2px #e3e3e3;
  font-family: "FiraSans-SemiBold";
  text-align: center;
}
.page-form .age li > div:after {
  background: url("../images/check.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.active > div {
  border-color: #50d68e;
}
.page-form .age li.active > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .age li.error > div {
  border-color: #ef4949;
}
.page-form .age li.error > div:after {
  background: url("../images/wrong.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.error > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .copy {
  padding-top: 34px;
}
.page-form .copy p {
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
.page-form .copy p a {
  text-decoration: underline;
  color: #8356b2;
  display: inline;
  text-decoration-color: #c7b7da;
}
.page-form .copy p a:hover {
  color: #ef4949;
  text-decoration: none;
}
.page-form .submit-field {
  text-align: left;
  margin-top: 34px;
}
.page-form .submit-field input {
  background: #50d68e;
  font-size: 20px;
  color: #fff;
  font-family: "FiraSans-Medium";
  width: 220px;
  height: 56px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 8px rgba(25, 132, 75, 0.5);
}
.page-form .submit-field input:hover {
  background-color: #ef4949;
  box-shadow: 0 5px 16px 0 rgba(255, 106, 76, 0.5);
}


.double-ariva-departure .coll {
  width: 365px;
  box-sizing: border-box;
  padding: 36px 26px;
  border-radius: 6px;
  background: #fff;
  
}
.double-ariva-departure {
  margin-bottom: 54px;
}
.double-ariva-departure .coll .icon {
  margin-bottom: 45px;
}
.double-ariva-departure .coll .desc .way-name {
  color: #555;
  font: 18px/1 "FiraSans-SemiBold";
  margin-bottom: 10px;
}
.double-ariva-departure .coll .desc p {
  color: #555;
  font: 16px/1.9 "FiraSans-Regular";
}
body.arive .main-content .page-content {
  width: 750px;
  max-width: 100%;
}

@media screen and (max-width: 1300px){
  body.arive .main-content {
    width: calc(100% - 420px);
  }
  .double-ariva-departure .coll {
    width: 49%;
  }
}
@media screen and (max-width: 1160px){


  .arive .right-form {
    margin-bottom: 80px;
    width: 100%;
    text-align: left;

  }
  body.arive .main-content .page-content,
  body.arive .main-content {
    width: 100%;
  }
  .double-ariva-departure .coll {
    padding: 35px 30px;
  }
  .double-ariva-departure {
    margin-bottom: 40px;
  }
   body.arive .page-content p.p {
    font-size: 16px;
    line-height: 1.7;
  }
  body.arive .page-content {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1100px){


  body.arive .page-content {
      width: 100%;
  }
 
  body.arive .page-content p.p1 {
    margin-bottom: 40px;
  }
  body.arive .page-title {
    margin-bottom: 28px;
  }
  body.arive .page-content p.p {
    font-size: 18px;
  }
  body.arive .page-content {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 780px) {
  .page-form .copy, .page-form .submit-field, 
  .arive .page-form .age, 
  .arive .page-form .input-field {
      width: 100%;
  }
  .arive .page-form {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.arive .page-title {
    font-size: 36px;
  }
  body.arive .page-content p.p1 {
    text-align: center;
    line-height: 1.4;
  }
  .arive.inner-page .breadcrumbs {
      margin-bottom: 18px;
      margin-top: 20px;
  }
  
  .required-docs .row .heading {
    margin-bottom: 5px;
  }
  .double-ariva-departure .coll:nth-child(1) {
    margin-bottom: 30px;
  }
  body.arive .page-content p.p {
    font-size: 16px
  }
  .double-ariva-departure .coll {
    padding: 35px 80px;
    width: 100%;
    max-width: 100%;
    
  }
  body.arive .main-content {
    width: 556px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .double-ariva-departure .coll {
    padding: 30px;
  }
}
@media screen and (max-width: 560px) {
  .arive .page-form {
      padding-left: 30px;
      padding-right: 30px;
  }
  body.arive .page-content p.p1 {
    font-size: 16px
  }
  .required-docs .row .heading {
    font-size: 16px;
  }
}

