		.close{
			color: #fff !important;
		}
		.close:hover{
			color:orangered !important;
		}
		.container {
            position: relative;
        }
        .content {
            padding: 40px 15px;
        }
        .popup {
            display: none;
        }
        .jumbotron {
            margin-top: 20px;
        }
      .modal-header{
        background-color:#202020;
       }
		.modal-header h4{
			color: #fff;
			font-weight:800;
			font-size:25px;
		}
       .modal-body{
        padding: 20px;
       }
       .modal-body label{
         font-size: 16px;
        color:#000;
       }
       .pad{
        padding-top:0px;
       }
       .btn-l{
		   width: 60%;
        height: 40px;
		   padding: 0px 20px;
          border-radius: 50px;
          border: 1px solid #751E21;
          background-color: #751E21;
          color: #fff;
          font-size: 16px;
          transition: all 0.5s ease-in-out 0s;
          margin-right: 30px;
       }
       .btn-l:hover{
          color:#fff !important;
          background-color: #B39759;
          text-shadow: none;
		   border: 1px solid #B39759;
       }
.modal-content{
	 
    border: 1px solid #674F2C !important;
   border-radius: 0px !important;
}
.formcontact input[type="text"], .formcontact select, .formcontact textarea, .formcontact input[type="tel"], .formcontact input[type="email"], .formcontact input[type="datetime-local"] {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    background: #F0F0F0;
	padding: 5px;
}
.pad h3{
	margin: 0px;
	padding-bottom: 10px;
	color:#202020;
}
.pad .oldpri{
	text-decoration: line-through;
	text-decoration-color: #751E21;
	font-size: 16px;
}
.pad .newpri{
	font-size: 22px;
	font-weight: 600;	
	color:#222222;
}
.pad h5{
	font-size: 20px;
	color: #751E21;
	font-weight: 600;
	font-style: italic;
}
.pads h5{
	font-size: 12px;
	color: #751E21;
	font-weight: 600;
}
.pads p{
	font-size: 12px;
}
.pad h1{
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 2px;
	/* background: #222222;
	color:#ffffff;
	padding: 10px;
	border: 2px dashed #ffffff;
	text-align: center; */
}
.pad .col-lg-1{
	padding-left: 0px;
	padding-right: 5px;
}
.pad .col-lg-12{
	padding-left: 0px;
	padding-right: 0px;
}
.modal-content .modal-footer {
    background-color: #000;color: #fff;
	text-align: left;
}
.modal-body .regular-checkbox:checked  {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #fff;
}
.modal-body a{
	color: #B39759;
}
.pad a{
	color:#751E21;
	font-weight:500;
}
.pad .train{
	-ms-transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
	padding-left: 15px !important;
}
.pad h6{
	color:#000000;
	font-size: 13px;
	padding-left: 10px;
}
.modal-footer {
     margin-top: 0px;
}
.pad h5{
	font-size:16px;
	font-style: normal;
}
.pad p{
	color:#751E21;
	font-weight:600;
	font-size: 25px;    
	margin-bottom:10px;
}
.pad h3{
	font-weight:600;
	font-size:23px;
}
.pad .btn{
	margin-top: 10px;
	margin-bottom: 15px;
}

.modal-body .regular-checkbox  {
	margin-top: 10px;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.modal-body .tag label{
	padding-left: 10px;
}
.modal-body .close{
	color:#000000 !important;
}
@media (min-width: 800px){
	.fade .modal-dialog{
		top:100px;
		width: 620px;
	}
}
@media (max-width: 1200px){
	h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
}
.modal-content hr {
		margin-top: 0px;
    margin-bottom: 0px;
	}
	.pad .btn {
    margin-bottom: 30px;
}
}
@media (max-width: 800px){
	.fade .modal-dialog{
		width: 550px;
	}
	.extra p{
		font-size: 12px;
	}
	.modal-body label{
		font-size: 12px;
	}
}
@media (max-width: 600px){
	.fade .modal-dialog{
		width: 360px;
	}
}
.extra h1{
	margin-bottom: 0px;
}
.modal-body .box{
	padding: 30px;
	background: #751E21;
	color: #fff;
	border-radius: 30px;
}