* {
  margin: 0;
  padding: 0;

}


body,
html {
  font-family: sans-serif;
  /* background:linear-gradient(to bottom, white 0%, #FFF9EB 60%); */
  background-repeat: no-repeat;
  background-image: url(../images/nnb-1.jpg);
  background-position: center center;
  background-size: cover;
 

}



.paperforpaint-title h1{
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}



.paperforpaint{
  width: 5.8cm!important;
  box-shadow: none!important;
  margin: 0!important;

}

.paperforpaint-1 h1{
  font-size: 15px;
  display: flex;
  
}

.paperforpaint-1 h2{
  font-size: 15px;
  text-align: justify;
 
}

.paperforpaint-border span{
  font-size: 20px;
}

.paperforpaint-border p{
  font-size: 30px;
  margin: 0;
}


.paperforpaint-1 p{
  font-size: 15px;
  text-align: justify;
  display: flex;
  
  
}


.paperforpaint-border h3{
  font-size: 15px;
  margin-bottom: 20px;
}

.paperforpaint-border{
  
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.firstimg {
  width: 50%;
  margin: 0 auto;
}

.firstimg img {
  width: 100%;
}

.list {
  width: 80%;
  margin: 0 auto;
  background-color: #1E528D;
  padding: 25px;
  border-radius: 50px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 8px #eb8e97bc;
  margin-bottom: 10px;
}

.list-1 {
  background-color: #fffef9;
  border-radius: 40px;
  padding: 20px;

}

.listh1 {
  text-align: center;
  margin: 0px 0 20px 0;
}

.listh1 h1 {
  margin: 0;
  padding: 6px 10px;
  color: #D23F38;
  border: solid 2px #D23F38;
  text-align: center;
  display: inline-block;
  letter-spacing: 4px;
  font-size: 25px;
  font-weight: bold;
}


.listp p {
  margin: 0;
  font-size: 20px;
  color: #606060;
  text-align: justify;
  letter-spacing: 1px;
}


.listp {
  margin-bottom: 5px;
}

.input {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 46%;



}


.input-1 {

  width: 96% !important;
  margin: 0px auto 0 auto;
}

.input label {
  font-size: 20px;
  color: #606060;



}


.input input {
  height: 50px;
  padding-left: 15px;
  font-size: 18px;
  border: none;
  background-color: #f5dcdc;
  border-radius: 0 8px 8px 0px;
  color: #606060;
  width: 100%;



}

.input select:invalid {
  color: #606060;
}

.input select {
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: none;
  background-color: #f5dcdc;
  border-radius: 8px;
  color: #606060;
  padding-left: 15px;
  -webkit-appearance:none;
}


.input select:focus {
  outline: none;
}

.input input:focus {
  outline: none;
}



.inputbox {
  display: flex;
  justify-content: space-around;
}





.inputimg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;




}


.inputimg img {
  width: 100%;
}

.box {
  display: flex;
  align-items: center;
  background-color: #f5dcdc;
  border-radius: 8px;
  padding: 0 10px;
}



/* -------- */

.input-ture {

  margin-top: 20px;
}

.checkmark {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  transition: .25s ease-in-out;
  margin-right: 10px;
}

.msg_box2 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.msg_box2 input:checked~.checkmark {
  background: #D23F38;
}

.msg_box2 .checkmark:after {
  margin-top: 2px;
  margin-left: 7px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.msg_box2 input:checked~.checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  display: none;
}

.msg_box2 {

  width: 100%;
  position: relative;

  user-select: none;
  font-size: 1em;
  color: #666;
  margin-top: 30px;
  margin-bottom: 30px;

}

.msg_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;



}

/* ------- */

.divBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;


}


.divBtn-1 {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 20px;



}

.divBtn button {
  background: linear-gradient(to bottom, #F6B5BB 0%, #EB8E98 60%);
  background-repeat: no-repeat;
  border: none;
  padding: 10px;
  font-size: 20px;
  color: white;
  border-radius: 50px;
  width: 70%;
  letter-spacing: 2px;
}

.divBtn button:focus {
  outline: none;
}

.divBtn-1 button {

  background-repeat: no-repeat;
  border: none;
  padding: 10px;
  font-size: 20px;
  color: white;
  border-radius: 50px;
  width: 80%;
  letter-spacing: 2px;
}

.divBtn-1 button:focus {
  outline: none;
}


.inputbtn p {
  margin: 0;
  font-size: 23px;
}

.divBtn button:hover {
  background-color: #3c2e74e1;
  box-shadow:  2px 2px 3px #eb8e97a4;
}

.inputbtn button:hover {
 
  box-shadow:  2px 2px 3px #eb8e97a4;
}
.pink button{
background: linear-gradient(to bottom, #F6B5BB 0%, #EB8E98 60%);}

 .lightpink  button {
  background: linear-gradient(to bottom, #f6b5bcd3 0%, #eb8e97ce 60%);}

  .lightpink button:hover {
 
    box-shadow:  2px 2px 3px #eb8e97a4;
  }
  
  .pink{
    background: linear-gradient(to bottom, #F6B5BB 0%, #EB8E98 60%);
    color: white;
    text-shadow: 0.1em 0.1em 0.05em #f57783;
  }
  
.pink button:hover {
 
  box-shadow:  2px 2px 3px #eb8e97a4;
}

.lightpink p{
margin: 0;
font-size: 23px;
color: white;
letter-spacing: 2px;
}


.blue button:hover {
 
  box-shadow:  2px 2px 3px #6379aac7;
}

.gary button:hover {
 

}
.gary button{
background-color: #84848492;
}




.nnfooter {
  width: 37%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -180px;
  position: relative;
  z-index: 1;
}


.nnfooter img {
  width: 100%;

}


.list-end{
background-color: white; 
margin-top: 10px;
border:  solid 4px #eb8e98;
border-radius: 22px;
width: 50%;
margin: 20px auto 50px auto;
box-shadow: 10px 10px 0px #f6bebd;
}

.list-end-1{
  width: 90%!important;
  margin: 25px auto 35px auto!important;
}


.modal-dialog-1 {
  max-width: 650px!important;

}

.modal-header button:focus{
  border: none;
  outline: none;
}

.list-end-h1{
  background-color: #eb8e98;
  border-radius: 15px 15px 0 0;
  padding: 15px 10px;

 
}


.list-end-p{
  padding: 20px 10px;
}

.list-end-p p{
  margin: 0;
  color: #606060;
    text-align: center;
    letter-spacing: 1px;
    font-size: 23px;
}


.list-end-h1 h1{
margin: 0;
font-size: 35px;
text-align: center;
color: white;
letter-spacing: 1px;
}


.list-end-code{
  width: 55%;

  margin: 0px auto 30px auto;
  
}


.list-end-code svg{
  padding: 15px;
  background-color: #fce0e2;
}

.list-end-code img{
  width: 100%;
}

.list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;


}

.list-btn p{
  margin: 0;
  display: block;
  font-size: 21px;
  letter-spacing: 1px;
 
}

.list-btn button {
  width: 38%;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 50px;
}

.list-btn button:hover{
  box-shadow: 2px 2px 3px #aaa;
}





.list-btn button:focus{
  outline: none;
}


.btns{
  background: linear-gradient(to bottom, #6379aac7 0%, #2c467f 60%);
  color: white;
  text-shadow: 0.1em 0.1em 0.05em #182f60
}

.btnss{
  background: linear-gradient(to bottom, #84848487 0%, #848484 60%);
  color: white;
  text-shadow: 0.1em 0.1em 0.05em #5f5f5f
}

.listcheck{
  display: flex;
  justify-content: center;
  align-items: center;


 
}

.listcheck p{
  margin: 10px 15px 10px 15px!important;

}

.listcheck label{
  margin: 0;
}

.listcheckp{
  font-size: 18px!important;
  color: #606060;
  text-align: justify;
}

.listbg{
  background-color: #ffe7e5;
  border-radius: 13px;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px;
}

.listbg p{
  font-size: 19px!important;
}

.dot{
  display: flex;

}


.btns p {
  margin: 0;
  font-size: 21px;
  color: white;
  text-shadow: 0.1em 0.1em 0.05em #182f60;
}



.btnss p{
  margin: 0;
  font-size: 21px;
  color: white;

}



.line{
border-top: dotted 3px #aaaa; 
}

.black button{
  background-color:#5f5f5f!important ;
}



.nnfooter-1{
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 15px;
}

.nnfooter-1 img{
  width: 100%;
}

.graybtn{
  background-color: rgba(170, 170, 170, 0.635)!important;
}

.graybtn p{
  margin: 0;
  font-size: 23px;
  color: white;
}


.nncode{
  background-color: transparent!important;
  border: none!important;
  padding: 0px!important;;
  border-radius: 0px!important;;

  box-shadow: none!important;;
}

.nncode p{
  margin: 0;
  padding: 0 20px;
  color: #878787;
  font-size: 14px;
}


@keyframes bounce {  
  0% { transform: translateY(0px);               }    
  50% { transform: translateY(-30px);                  }     
  100% { transform: translateY(0px);} 
  }



@media screen and (max-width: 767px) {

  .height{
    height: 100vh;
  }

  .divBtn button{
    width: 80%;
  }

  .msg_box2 {
    margin-top: 50px;
    margin-bottom: 50px;}

  .divBtn-1 button{
    width: 85%;
  }

  .divBtn-1 {
    margin-bottom: 13px;}

  .list-btn button {
    width: 40%;
    margin-right: 7px;
    margin-left: 7px;}


   

  .list-btn {
    width: 100%;
  }

  .list-end {
    box-shadow: 7px 7px 0px #f6bebd;
}

  .list-end-code {
    width: 70%;}

  .list {
    border-radius: 30px;
  }

  .list-1 {
    background-color: #fffef9;
    border-radius: 30px;
  }

  .firstimg {
    width: 85%;
    margin: 0 auto;
  }

  .inputbox {
    display: flex;
    flex-direction: column;
  }

  .input {
    width: 100% !important;
  }

  .list {
    width: 100%;
    padding: 15px;
  }

  .input-1 {
    width: 100% !important;
  }

  .nnfooter {
    width: 60%;
    margin-top: -60px;
  }

  .msg_btn {
    width: 100%;
    /* text-align: center; */
  }

  .list-end{

    width: 100%;

}

.nnfooter-1 {

  margin-top: 20px!important;
  width: 100%;
}
}






@media screen and (min-width: 768px)and (max-width: 1023px) {





  .list-end {
    width: 70%;}



  .divBtn-1 button {
 
    padding: 10px;}

.height{
  height: 100vh;
}

  .divBtn-1 {
    margin-bottom: 20px;}


  .list-btn button {
    width: 38%;
    margin-right: 7px;
    margin-left: 7px;
  }


 

  .list-end-code{
    width: 60%;}



  .list {
    width: 95%;
  }

  .nnfooter {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    margin-top: -80px;
    position: relative;
    z-index: 1;
  }

  .firstimg {
    width: 65%;
  }

  .listh1 h1 {
    font-size: 30px;
  }

  .listp p {
    margin: 0;
    font-size: 22px;
  }

  .input select {
    font-size: 20px;
  }


  .input input {
    font-size: 20px;
  }

  .input label {
    font-size: 20px;
    color: #606060;


  }



}


@media screen and (min-width: 1024px)and (max-width: 1199px) {

 

  .list-end {
    width: 70%;}

  .height{
    height: 100vh;
  }


  .divBtn-1 button {
padding: 15px;}

  .list-btn button {
    width: 38%;}



  .list-end-code{
    width: 45%;}


  .nnfooter {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .nnfooter-1 {
  margin-top: 20px!important;}

  .firstimg {
    width: 65%;
  }

  .listh1 h1 {
    font-size: 30px;
  }

  .listp p {
    margin: 0;
    font-size: 22px;
  }

  .input select {
    font-size: 20px;
  }


  .input input {
    font-size: 20px;
  }

  .input label {
    font-size: 20px;
    color: #606060;


  }

  .list {
    width: 90%;
    margin: 10px auto 0 auto;
  }


}


@media screen and (max-width: 390px) {




}


@media screen and (min-width: 500px) and (max-width: 1199px){

  .container-1{
    max-width: 100%!important;
}
}



.paperh1{
  text-align: center;
  margin: 15px 0;
  
}

.paperh1 h1{
  font-size: 26px;
  color: #D23F38;
  border: solid 2px #D23F38;
  display: inline-block;
  padding: 10px;
  letter-spacing: 1px; 
}


.paper{
  background-color: white;
  padding: 10px;
  margin: 30px auto;
  width: 100%;
  box-shadow: rgb(69 69 69 / 40%) 0px 0px 12px 0px;
  

}

.papertable{
  width: 52%!important;
  margin: 0!important;
}

.papertable td, .papertable th {
  border: 1px solid #dee2e6;
  vertical-align: middle!important;
  color: #606060;

}

.papertable td{

  text-align: center;


}


.paperflex{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.paperborder p{
font-size: 40px;
margin: 0;
color: #606060;
}

.paperborder{

  text-align: center;
  border: solid 2px #D23F38;
}

.paperpbox{
  width: 52%;
  padding: 30px;
}

.paperborder span{
  font-size: 14px;
  margin-left: 6px;
  color: #606060;
}

.paperp p{
  margin-top: 8px;
  text-align: center;
  margin-bottom: 0;
  color: #606060;
  white-space: nowrap;

}

.papertable-1{
  width: 100%!important;
  margin: 0!important;

}

.papertable-1 td, .papertable-1 th {
  border: 1px solid #dee2e6;
  vertical-align: middle!important;
  color: #606060;
  text-align: justify;

}

 .papertable-1 td {
  text-align: justify;


}



.papertable-2{
  width: 100%!important;
  margin: 0!important;

}

.papertable-2 td, .papertable-2 th {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top:none!important ;
  vertical-align: middle!important;
  color: #606060;
  text-align: justify;

}

 .papertable-2 td {
  text-align: center;


}



.paperflex-1{
  padding:0px 0px!important;
}

.paperflex-1box{
  margin-bottom: 20px;
}


.paperflex-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.paperflex-phonebox{
  width: 90%;
  margin: 0 auto;
  font-size: 19px;
}


@media screen and (max-width: 767px) {

.paperpbox {
    width: 52%;
    padding: 15px;
}


}












