html, body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: #f6f3f0;
	letter-spacing:0.5px;
}

body{
	
	background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.no-border{ border:0px !important;}




/*-----modal-----*/

.modal{
	background-color:#fff;
	border-color: #fff !important;
}

.modal-header{
	background-color: #4d148c;
	border-radius: 0px;
    border: 0;
}

.modal-header img.brand{
	height:32px;
	margin: 0 auto;
}

.modal-footer{
	border:0;
	padding-top: 0;
}
 
.modal-footer .btn {
    background: #ff7a08;
    padding: 17px 25px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    border: 0;
	margin: 0 auto;
	display:none;
	border-radius: 0;
  }
    
  .track-list-total .btn {
    background: #ff7a08;
    padding: 15px 25px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    border: 0;
	margin: 10px auto 0;
	border-radius: 0;
	width: 350px;
  }
   
  .modal h3 {
  font-size: 17px;
  font-weight: 600;
  color: #ff7a08;
  margin:10px auto 15px;
  max-width:300px;
}

.modal p {
  font-size: 14px;
  max-width: 600px;
  margin:0 auto 15px;
  
}
  
  #modal-counter {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    position: relative;
  }
  .c-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 3px solid #462895;
    border-radius: 100%;
    animation: countdown-numb 1s ease infinite;
  }

    
  @keyframes countdown-numb {
    100% {
      width: 90px;
      height: 90px;
      opacity: 0;
    }
  }
  
  
  #c-circle-num {
    position: absolute;
  }
  
/*-----modal end-----*/

  header{
	  background-color: #4d148c;
  }
  
   header img.brand{
	  background-color: #4d148c;
	  height:30px;
  }
  
  .sub-header {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 15px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background-color: #ff7a08;
}


footer{
background: #ff7a08;
color: #fff;
font-size: 0.875rem;
padding-top:30px;
padding-bottom:30px;
}

footer h3{
font-size:20px;
margin-top:15px;
font-weight:bold;
}

.i-area{
	font-weight:bold;
	font-size:16px;
}

.i-area img{
	height:40px;
	margin:8px 0;
}

.question_answer_part{
	
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding:50px 15px;
  min-height: 60vh;
}

h4 {
  max-width: 400px;
  font-size: 18px;
  color: #ffffff;
  background: #462895;
  border-radius: 3px;
  padding: 10px 30px;
  margin: 20px auto 40px auto;
  box-sizing: border-box;
  font-weight: 700;
  text-align:center;
  
}

.track-box {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  position: relative;
  border: 1px solid #8c8c8c;
  padding: 3px;
}

.track-box input{
width: 100%;
padding: 0 15px;
border: 0px;
}

.track-box button {
  background: #ff7a08;
  padding: 17px 25px;
  font-weight: bold;
  width: fit-content;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  border: 0;
}

.track-list-total h5{
font-size: 18px;
color: #ffffff;
background: #462895;
border-radius: 3px;
width: 100%;
border: 0;
padding: 10px 15px;
font-weight: bold;
border-radius: 5px 5px 0 0;
margin-bottom:0px;
}

.track-list-total{
	padding-bottom:22px;
}

.barcode-total h3{
margin-top:20px;
margin-bottom: 0;
}


.barcode-box {
width: 335px;
position: relative;
overflow: hidden;
margin: 0 auto;
}

img.barcode {
  width: 330px;
}

p.pro-owner {
  position: absolute;
  top: 180px;
  z-index: 9999;
  right: 84px;
  color: #000 !important;
  font-size: 13px;
  text-align: left;
}


@media screen and (max-width: 775px){
	
	.i-area span{ display:block;}
	
}









  
  