/*-----------------------------------------------------------------------------------

	Author: Semseo SRL
	Author URI: https://semseo.md
	Version: 1.0

-----------------------------------------------------------------------------------*/

/**
	* Table of Contents
	*
	* 1.0 - Toggle Panel
	* 2.0 - Do transfer button
	* 3.0 - 404 Page
	* 4.0 - Mastercard Fincombank
	* 5.0 - Mastercard Fincombank Child Pages
*/

/*--------------------------*/
/* 1. Toggle Panel
/*--------------------------*/

.toggle-panel {
  margin-top: 50px;
  margin-bottom: 50px;
}

.toggle {
  margin-bottom: 10px;
}

.toggle h3 {
  margin: 0px;
}

.toggle .open h3 a {
  background: #fff;
  border: 1px solid #333;
  font-weight: bold;
  font-weight: 400;
}

.toggle h3 a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 12px 14px 12px 14px;
  background-color: #1f9c9e;
  border: 1px solid #1f9c9e;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-radius: 4px;
}

.toggle.open h3 a {
  background: #f37735;
  border-color: #f37735;
  color: #ffffff;
}

.toggle h3 a:before {
  content: "";
  width: 18px;
  height: 16px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  background-image: url(/img/toggle-panel.png);
  top: 14px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -o-transform 0.2s ease-in-out;
}

.toggle.open h3 a:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.toggle > div {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  padding: 20px 25px;
  display: none;
  background: #f5f5f5;
  -webkit-box-shadow: 3px 14px 28px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 14px 28px rgba(0, 0, 0, 0.15);
  border: 1px solid #e7e7e7;
}

/*--------------------------*/
/* 2. Do transfer button
/*--------------------------*/

#btnP2pRequest {
  background: #f37735;
  border-radius: 4px;
  font-weight: 100;
}

/*--------------------------*/
/* 3. 404 Page
/*--------------------------*/

.not-found-container {
  background: #1f9c9e;
  width: 100%;
  padding: 120px 0 100px;
}

.not-found-container .title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-family: Roboto-Medium;
}

.not-found-container .title .char {
  display: inline-block;
}

.not-found-container .subtitle {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.not-found-container .error-code {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

.not-found-container .go-home {
  margin-top: 30px;
  display: table;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #f37735;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 100;
  border-radius: 4px;
  line-height: 2;
  font-family: Roboto-Medium;
}

.not-found-container img {
  max-width: 80%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .not-found-container .title {
    font-size: 250px;
  }
  .not-found-container .subtitle {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .not-found-container .title {
    font-size: 100px;
  }
  .not-found-container .subtitle {
    font-size: 16px;
  }
}

/*--------------------------*/
/* 4. Mastercard Fincombank
/*--------------------------*/

.mastercard-fincon .sub-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .sub-banner {
    height: 428px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon .sub-banner {
    height: 300px;
  }
}

.mastercard-fincon .sub-banner .order-now {
  position: absolute;
  top: auto;
  border-radius: 3px;
  height: 120px;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .sub-banner .order-now {
    top: 20px;
    right: 35px;
    width: 350px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon .sub-banner .order-now {
    top: 10px;
    right: 10px;
    width: 60%;
    height: auto;
    padding: 10px 10px 10px 10px;
  }
}

.mastercard-fincon .sub-banner .order-now h4 {
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-family: RobotoCondensed-Bold;
  color: #000;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .sub-banner .order-now h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon .sub-banner .order-now h4 {
    font-size: 18px;
  }
}

.mastercard-fincon .sub-banner .order-now a {
  display: inline-block;
  background-color: #007c84;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .sub-banner .order-now a {
    font-size: 20px;
    margin-top: 15px;
    padding: 4px 25px 4px 25px;
    margin: 15px auto 15px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon .sub-banner .order-now a {
    font-size: 15px;
    padding: 4px 25px 4px 25px;
    margin: 5px auto 5px;
  }
}

.mastercard-fincon h1 {
  margin-bottom: 20px;
}

/* Grid System */
.wrapper {
  overflow: hidden;
}

.col {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 30px;
}

.fullwidth .col {
  float: none;
  margin-left: 0;
}

/* grid4 col */
.grid4 .col {
  width: 22.6%;
}

/* grid3 col */
.grid3 .col {
  width: 31.2%;
}

/* grid2 col */
.grid2 .col {
  width: 48.4%;
}

/* clear col */
.grid4 .col:nth-of-type(4n + 1),
.grid3 .col:nth-of-type(3n + 1),
.grid2 .col:nth-of-type(2n + 1) {
  margin-left: 0;
  clear: left;
}

/* reset cols to 3-column */
@media screen and (max-width: 740px) {
  /* grid4 */
  .grid4 .col {
    width: 31.2%;
  }
  .grid4 .col:nth-of-type(4n + 1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4 .col:nth-of-type(3n + 1) {
    margin-left: 0;
    clear: left;
  }
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
  /* grid4 */
  .grid4 .col {
    width: 48.4%;
  }
  .grid4 .col:nth-of-type(3n + 1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4 .col:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }

  /* grid3 */
  .grid3 .col {
    width: 48.4%;
  }
  .grid3 .col:nth-of-type(3n + 1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid3 .col:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
  /* grid4 */
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
}

.mastercard-fincon .child-pages .col h4 {
  line-height: 20px;
  min-height: 40px;
}

.mastercard-fincon .child-pages .col img {
  max-width: 100%;
}

.mastercard-fincon .child-pages .col .excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 15px;
  min-height: 45px;
}

.mastercard-fincon .child-pages .col .details {
  display: inline-block;
  background-color: #007c84;
  padding: 6px 28px 6px 28px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 8px 3px rgba(174, 174, 175, 1);
  -moz-box-shadow: 0px 5px 8px 3px rgba(174, 174, 175, 1);
  box-shadow: 0px 5px 8px 3px rgba(174, 174, 175, 1);
}

.mastercard-fincon .advantages {
  margin-top: 20px;
}

.mastercard-fincon .advantages .col img {
  width: 54px;
  margin-right: 10px;
}

.mastercard-fincon .advantages .col a {
  text-decoration: none;
  color: #000;
}

.mastercard-fincon .advantages .col a:hover {
  color: #007c84;
}

.mastercard-fincon .text-content {
  margin-top: 40px;
  position: relative;
  padding: 20px 20px 20px 30px;
  background-color: #eaf2f8;
  z-index: 10;
  /* top: -25px; */
  border-radius: 3px;
  color: #000;
  font-size: 12px;
}

@media only screen and (max-width: 850px) {
  .mastercard-fincon .text-content {
    padding-top: 170px;
  }
}

.mastercard-fincon .text-content .order-now {
  position: absolute;
  top: auto;
  border-radius: 3px;
  height: 120px;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 850px) {
  .mastercard-fincon .text-content .order-now {
    top: 20px;
    right: 35px;
    width: 350px;
  }
}

@media only screen and (max-width: 850px) {
  .mastercard-fincon .text-content .order-now {
    top: 20px;
    left: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.mastercard-fincon .text-content .order-now h4 {
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-family: RobotoCondensed-Bold;
  color: #000;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .text-content .order-now h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon .text-content .order-now h4 {
    font-size: 18px;
  }
}

.mastercard-fincon .text-content .order-now a {
  display: inline-block;
  font-size: 20px;
  margin-top: 15px;
  background-color: #007c84;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  color: #fff;
  padding: 4px 25px 4px 25px;
  margin: 15px auto 15px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

.mastercard-fincon .text-content h3 {
  color: #007c84;
  margin-left: 20px;
}

.mastercard-fincon .text-content ul {
  padding-inline-start: 20px;
}

.mastercard-fincon .text-content ul li {
  list-style-type: disc;
  list-style-image: none;
  margin-top: 25px;
  color: #000;
  font-size: 10pt;
  line-height: 1.2;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon .text-content ul li:first-child {
    width: 45%;
  }

  .mastercard-fincon .text-content ul li {
    width: 70%;
  }
}

/*--------------------------*/
/* 5. Mastercard Fincombank Child Pages
/*--------------------------*/

.mastercard-fincon-single .sub-banner {
  margin: 15px 0 0 0;
  padding-bottom: 0;
  text-align: center;
}

.mastercard-fincon-single .sub-banner img {
  max-width: 100%;
}

.mastercard-fincon-single .text-content {
  position: relative;
  padding: 20px 20px 20px 30px;
  background-color: #eaf2f8;
  z-index: 10;
  /* top: -25px; */
  border-radius: 3px;
  color: #000;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) {
  .mastercard-fincon-single .text-content {
    margin: 0px 45px 30px 45px;
    min-height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .mastercard-fincon-single .text-content {
    margin: 0px 10px 30px 10px;
    min-height: 400px;
  }
}

.mastercard-fincon-single .text-content p {
  font-size: 14px;
  margin: 0 0 10px;
}

.mastercard-fincon-single .text-content .order-now {
  position: absolute;
  top: auto;
  border-radius: 3px;
  height: 120px;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 27px -3px rgba(110, 110, 111, 0.83);
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon-single .text-content .order-now {
    bottom: 20px;
    right: 35px;
    width: 350px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon-single .text-content .order-now {
    bottom: 20px;
    left: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.mastercard-fincon-single .text-content .order-now h4 {
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-family: RobotoCondensed-Bold;
  color: #000;
}

@media only screen and (min-width: 700px) {
  .mastercard-fincon-single .text-content .order-now h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 700px) {
  .mastercard-fincon-single .text-content .order-now h4 {
    font-size: 18px;
  }
}

.mastercard-fincon-single .text-content .order-now a {
  display: inline-block;
  font-size: 20px;
  margin-top: 15px;
  background-color: #007c84;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  -moz-box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  box-shadow: 0px 5px 8px 1px rgba(110, 110, 111, 0.83);
  color: #fff;
  padding: 4px 25px 4px 25px;
  margin: 15px auto 15px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

/*--------------------------*/
/* 4. Corona Pay
/*--------------------------*/

.get-coronapay {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.get-coronapay .coronapay-title {
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: -0.8px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 20px;
}

.get-coronapay label {
  display: block;
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 8px;
}

.get-coronapay .phone-group {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.get-coronapay .phone-group input[type="tel"] {
  background-color: #f5f5f5;
  height: 48px;
  padding: 12px 12px 12px 48px;
  width: 100%;
  max-width: 600px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  outline: none;
}

.get-coronapay .phone-group:before {
  position: absolute;
  content: " ";
  background-image: url(/files/images/countries.svg);
  background-clip: content-box;
  background-repeat: no-repeat;
  background-position: 53.84615384615385% 76.54723127035831%;
  width: 24px;
  height: 18px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);

  pointer-events: none; /* important */
}

.get-coronapay input[type="submit"] {
  display: block;
  color: #fff;
  background-color: #ff6414;
  width: 100%;
  max-width: 300px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.2px;
  padding: 16px;
  border: none;
  text-align: center;
  border-radius: 32px;
  box-sizing: border-box;
  cursor: pointer;
}

.get-coronapay input[type="submit"]:hover {
  opacity: 0.5;
}

.korona-phone span {
  height: 46px !important;
  line-height: 46px !important;
}

.korona-phone-input {
  background-color: #f5f5f5 !important;
  height: 48px;
  padding: 12px 12px 12px 48px;
  width: 100%;
  max-width: 600px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  outline: none;
}
