html, body {
height: 100%;
}

body {
display: flex;
flex-direction: column;
}

article {
flex: 1 0 auto;
}

#mainNav {
    background-color: transparent;
    border-bottom: 0px;
}


#mainNav .navbar-nav > li.nav-item > a {
  text-transform: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  padding: 10px 5px;
  letter-spacing: normal;
}

#mainNav .navbar-toggler{
    color:#fff;
    border:none;
    font-size: 30px;
}

#navbarResponsive.show ul li a{
    color: #fff;
}

.nav-item {
    margin-right: 20px;
}

header.masthead{
    background: no-repeat 70%;
}

header.masthead .post-heading h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 52px;
  margin-top: 110px;
}

header.masthead .post-heading .subheading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.btn-custom {
  width: 240px;
  height: 50px;
  background: #FF2C2C;
  border-radius: 57px;
  border-color:transparent;
}

.btn-custom:hover {
    background-color: #E83232!important;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
  padding: 0;
}

footer {
  background: #133664;
}

footer p.up {
    margin-top:0px;
}

footer p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
footer .footer-mail {

  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  display: inline-block;
  margin: 30px 0;




}




footer p.copyright{
    color: #6B92C6!important;
}

footer ul, footer ul li a {
  color: white;
  list-style-type: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding: 0;
}

ul.flist li {
    margin-bottom:25px;
}

footer img.soc {
  width: 30px;
  margin-right: 15px;
}

p.sec1_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #13204B;
  margin-bottom: 15px;
}

.img-fluid.loope {
  width: 41%;
  position: absolute;
  top: 38%;
  left: 50%;
}

.asterix {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 62px;
}

.ce {
  width: 140px;
}

.risk_title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
}

.try_now {
  margin-top: 15px;
  background: #FF2C2C;
  border-radius: 57px;
  width: 240px;
  height: 50px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #FEFEFE;
  border-color:transparent;
}

.try_now:hover {
    background-color: #E83232!important;
}

.risk_list {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #13204B;
  list-style-image: url(../../assets/img/list_point50.png);
  padding-left: 20px;
}

.risk_list li{
   margin-top: 15px; 
}

#tit2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
  margin: 5px 0px;
  margin-bottom: 15px;
}

#tit2_1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
  margin: 5px 0px;
  margin-bottom: 15px;
}

#tit2_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
  margin: 5px 0px;
  margin-bottom: 10px;
}

.risk_list2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #848998;
  list-style-image: url(../../assets/img/arrow_list50.png);
}

.big_ban {
  background-image: url('../../assets/img/ban_big.png');
  background-size: cover;
  border-radius: 15px;
}

#tit3_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
  padding: 0px;
  margin: 20px 0;
}

#tit3_1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
}

.lets_start {
  background: #FF2C2C;
  border-radius: 57px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  text-transform: none;
  width: 240px;
  height: 50px;
  border-color:transparent;
}

.lets_start:hover {
    background-color: #E83232!important;
}

@media (min-width: 576px) {
  #tit3_2 {
    background-position: right center;
  }
}

#tit4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
}

.tit4_2_1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
  margin-bottom: 0px;
}

.tit4_2_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
  margin-top: 5px;
}

#tit5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
}

.tit5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #596077;
  margin: 0;
}

.tit6 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #13204B;
}

.tit6_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #596077;
}

.tit5_2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #596077;
  margin: 0;
}

#uploading, #suit, #notsuit, #payment {
    display:none;
}

.head_intro {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #13204B;
    margin-top:80px;
    margin-bottom: 20px;
}

.head_intro1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #13204B;
    margin-top:80px;
    margin-bottom: 20px;
}

.text_intro {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #596077;
    margin-top: 0px;
    margin-bottom:27px;
}

#send_photo {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    background: #3BC5CE;
    border-radius: 10px;
    padding-top: 26px;
    padding-bottom: 26px;
    border:none;
    margin-top: 0px;
    margin-bottom: 40px;
}



#instruction {
    margin-top:0px;
    background: #F2F6FC;
    border-radius: 20px;
    margin-bottom: 80px;
}

.title_instruction {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #13204B;
}

.img_instruction {
    width:50%;
    margin:0px auto;
}

.icon-attach {
position: relative;
top: -2px;
}

.text_instruction {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #13204B;
}

.uploading_progress {
    border: 1px solid #CED6EC;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
   /* height: 72px; */
    max-height: 92px;
}

.uploading {
    border: 1px solid #CED6EC;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 20px 20px 20px;
    margin-bottom: 40px;
    height: 72px;
}

.uploading_text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    color: #848998;
    margin-bottom: 8px;
    margin-top: 0;
}

#uploaded_photo_s, #uploaded_photo_ns, #uploaded_photo_pm {
    width:75px;
    padding: 0px 12px;
    max-height:40px;
    margin-top: 0px;
}

.btn_view_res {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FEFEFE;
    background: #347BDB;
    border-radius: 57px;
    width:300px;
    height:50px;
    margin-top:0px;
    margin-bottom: 60px;
    text-transform: none;
}

.btn_view_res:hover, .btn_send_eml:hover {
    background-color: #2D6CC1!important;
    color: #fff;
}

.btn_send_eml {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FEFEFE;
    background: #347BDB;
    border-radius: 57px;
    height:50px;
    margin-top:30px;
    text-transform: none;
    display: inline;
}

.btn_send_eml_neg {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #347BDB;
    background: #FFFFFF;
    border-radius: 57px;
    height:50px;
    margin-top:30px;
    text-transform: none;
    border: 1px solid #ABB6D6;
}

.tit_reason {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #13204B;
}

.list_reason {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #13204B;
    margin-bottom:15px;
}

.price {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #13204B;
}

.pp_text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #596077;
    margin-left:  20px;
    margin-top:5px;
}

.text_asterix {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #848998;
}

#email {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    border: 1px solid #ABB6D6;
    height: 44px;
    padding-left: 15px;
}

#email::placeholder {
	color: #ABB6D6
}


#email:focus::-webkit-input-placeholder {
  color: transparent
}

#email:focus::-moz-placeholder {
  color: transparent
}

#email:focus:-moz-placeholder {
  color: transparent
}

#email:focus:-ms-input-placeholder {
  color: transparent
}




@media (min-width: 992px) {
  #phone_bottom {
    width: 43%;
    height: 145%;
    margin-top: -31%;
    z-index: 3;
  }
}

@media (max-width: 991px) {
   
   .open-menu {
    background-color:#073776!important;
   } 
   
    .risk_title {
        font-size: 20px;
    }
    
    .sec1_2 {
        font-size: 13px;
    }
    
  #phone_bottom {
    width: 100%;
  }
  .big_ban {
    background-image: url('../../assets/img/ban_min.png');
  }
  
  .closer {
    margin-bottom:-40px;
  }
  
  #headrow {
    background-color: rgba(7, 55, 118, 0.5);
  }
}

@media (max-width: 384px) {
.navbar-brand {
 	width: 70%;
}


}


