
.custom-header{
  height: 80px;
  background: #0f88af;
  color: #fff;
}
.dominika-header .menu-wrap .main-navigation .nav .main-menu-list li a{
  color: #fff;
  font-size: 16px;
}
.dominika-header .menu-wrap .menu-mobile-icon{
  top: 0px;
}
header .menu-wrap .main-navigation .nav .main-menu-list li:last-child{
  display: block;
}
.navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.w-hide{
  display: none;
}
h1{
  font-family: "AA Bebas Neue";
    font-size: 170px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00799f;
    margin: 0 0 10px;
    line-height: 150px;
}
h2{
  color: #606060;
  font-size: 34px;
  text-transform: uppercase;
}
.banner p{
  color: #606060;
  font-weight: 600;
  margin-top: 30px;
}
.sub{
  height: 500px;x`
}
.banner{
  display: flex;
  justify-content: space-between;
  margin: 120px 40px 0 100px;
}
.banner .bg{
  background: url(../images/new/banner.jpg);
  background-repeat: no-repeat;
  background-position: right;
  min-height: 800px;
  background-size: contain;
}
.banner>div{
  width: 100%;
}
.m-hide{
  display: block;
}
.form{
  background: #ebf3fa;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  margin-top: 100px;
  padding: 50px 0px;
}
.form h2{
  color: #00799f;
  text-align: center;
  font-size: 39px;
}
.input-wrap{
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.input-wrap input{
  width: 87%;
  border: none;
  outline: none;
}

.form-bg img{
  height: 750px;
  position: absolute;
  top: -85px;
}
.submit{
  width: 285px;
  height: 60px;
  background: #0f88af;
  border-radius: 5px;
  outline: none;
  border:none;
  color: #fff;
  font-size: 22px;
}
.form>div:first-child{
  width: 40%;
}
.form>div:last-child{
  padding-right: 100px;
  width: 60%;
  z-index: 1;
}
.iban{
  background: url(../images/new/iban-bg.jpg); 
  width: 100%;
  min-height: 1368px;
  padding: 100px 0px;
  margin: 50px 0px;
}
.iban h2{
  text-align: center;
  color: #00799f;
  font-size: 47px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 10px;
}
.iban h2:nth-child(2){
  color: #606060;
  font-size: 34px;
}
.border{
  width: 85px;
  height: 10px;
  margin: 20px auto;
  border-radius: 5px;
  background: #00799f;
}
.iban-listing{
  text-align: left;
  margin: auto;
  max-width: 1400px;
  margin-top: 90px;
  padding: 0 2%;
}
.iban-listing:last-child{
  padding: 0 5%;
  max-width: 100%;
  margin-top: 150px;
}
.iban-listing h2{
  text-align: left;
  font-weight: 100;
  margin: 20px 0px;
  position: relative;
  color: #606060;
}
.iban-listing h2:before{
  content: '';
  width: 17px;
  height: 17px;
  background: #00799f;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -30px;
  top: 20px;
}
.iban-listing p{
  color: #606060;
  font-weight: 500;
  margin-top: 30px;
  margin: 0px;
}
.kto{
  position: relative;
  margin-top: 100px;
}
.kto h2{
  
  text-align: center;
  color: #00799f;
    font-size: 47px;
    line-height: 45px;
    font-weight: 500;
}
.kto img{
  width: 100%;
}
.kto-content h2{
  color: #606060;
  text-align: left;
  font-weight: 500;
  line-height: 50px;
  font-size: 32px;
}
.kto-content{
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 126px;
  right: 0px;
  top: 180px;
  height: 480px;
}
.kto-content>div:nth-child(odd){
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
.kto-content>div:nth-child(even){
  width: 100%;
  justify-content: center;
  display: flex;
}
.kto-content>div{
  
 
}
.kto-content img{
  width: fit-content;
}
.tpe{
  background: url(../images/new/iban-bg.jpg);
  width: 100%;
  min-height: 1368px;
  padding: 100px 0px;
  margin: 50px 0px;
}
.tpe h2{
  color: #00799f;
    font-size: 47px;
    line-height: 45px;
    font-weight: 500;
}
.custom-container{
  max-width: 1400px;
  padding: 0 2%;
  margin: auto;
  margin-top: 150px;
}
.tpe .box{
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.tpe .box:first-child{
  margin-right: 20px;
}
.tpe .box ul li{
  color: #606060;
  text-align: left;
  font-weight: 500;
  line-height: 40px;
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
.tpe .box ul li:before{
  content: '';
  width: 17px;
  height: 17px;
  background: #00799f;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}
.box-head{
  position: absolute;
  top: -60px;
  background: #00799f;
  padding: 20px 30px;
  color: #fff;
  font-size: 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 60px;
}
.type2{
  padding: 0 5%;
  max-width: 100%;
  margin-top: 150px;
}
.type2 .border{
  margin: 20px 0px;
}
.type2 h3{
  color: #606060;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.type2 p{
  color: #606060;
}
.aye {
  padding-top: 100px;
  padding-bottom: 40px;
}
.aye ul{
  max-width: 600px;
}
.aye ul li{
  color: #606060;
  text-align: left;
  font-weight: 500;
  line-height: 40px;
  
  margin-bottom: 70px;
  position: relative;
  padding-left: 30px;
}
.aye ul li h3{
  font-weight: 500;
  font-size: 28px;
}
.aye ul li:before{
  content: '';
  width: 17px;
  height: 17px;
  background: #00799f;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0px;
  top: 15px;
}
.aye h2{
  color: #00799f;
  font-size: 47px;
  line-height: 45px;
  font-weight: 500;
}
.aye ul li p{
  line-height: normal;
}
.last-form{
  margin-bottom: 300px;
}
.och{
  padding: 100px 0px 50px 0px;
}
.och h2{
  text-align: center;
  color: #00799f;
  font-size: 47px;
  line-height: 45px;
  font-weight: 500;
}
.och ul li{
  color: #a3aaaf;
  text-align: left;
  font-weight: 500;
  line-height: 35px;
  position: relative;
  padding-left: 30px;
  font-size: 25px;
  margin-bottom: 35px;
}
.och ul li:before{
  content: '';
  width: 17px;
  height: 17px;
  background: #00799f;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}
.och ul:nth-child(2){
  margin-top: 100px;
}
.och h3{
  color: #00799f;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
}
.blue{
  color: #00799f !important;
}