@-ms-viewport{
  width: device-width;
}


@font-face {
	font-family:"Toledo Regular";
	src:url("../fonts/Toledo__.eot?") format("eot"),
	url("../fonts/Toledo__.woff") format("woff"),
	url("../fonts/Toledo__.ttf") format("truetype"),
	url("../fonts/Toledo__.svg#Toledo") format("svg");
	font-weight:normal;
	font-style:normal;}

*{
margin:0px auto;
font-family:"Toledo Regular";
}

.section{
	min-height: 100vh;
}
.section1{
	background: url('../images/bg.jpg') center 100%;
}
@media(max-width: 992px){
.terms, .terms:hover, .terms:focus{
	 color: #411a0a;
    text-decoration: none;
    
    display: block;
    position: absolute;
    top: -51px;
    right: 0;
    margin-top: -35px;
}
.section2 {
    padding-bottom: 110px !important;
}
	}
@media(min-width: 992px){
.terms, .terms:hover, .terms:focus{
	color: #411a0a;
    text-decoration: none;
    margin-top: -65px;
    display: block;
}

.top-img img{
	max-width: 100% ;
        /*margin-top: 50px;*/
}
.labels img{
	    max-width: 470px;
    margin: 5px auto 10px auto;
}

.watch img{
	max-width: 320px;
}
}

@media(max-width: 500px){
.labels:after {
        content: "";
    position: absolute;
    background: url('../images/arrow2.png') no-repeat center;
    background-size: 100% !important;
    width: 30px !important;
    height: 94px !important;
    right: 0px !important;
    bottom: -75px !important;
}
}
@media(min-width: 1200px){
	.labels:after {
    content: "";
    position: absolute;
    background: url('../images/arrow3.png') no-repeat center 100%;
        background-size: 100% 100%;
    width: 105px;
    height: 39px;
    right: -84px;
    bottom: 8px;
}

.hello{
        margin-bottom: -175px;
    }
}
@media(max-width: 1200px){

	.watch {
		margin-top: 50px;
		display: block;
	}

	.labels:after {
    content: "";
       content: "";
    position: absolute;
    background: url('../images/arrow2.png') no-repeat center 100%;
    width: 50px;
    height: 114px;
    right: 0px;
    bottom: -110px;
}
}
	.myinput {
    background: #ffb900;
    color: #1a0502;
    border-radius: 7px;
    margin-bottom: 10px;
    border: none !important;
}
.myinput:focus{
	border: none !important;
	box-shadow: none !important;
}
.myinput::-webkit-input-placeholder {
   color: #1a0502;
}

.myinput:-moz-placeholder { /* Firefox 18- */
   color: #1a0502;
}

.myinput::-moz-placeholder {  /* Firefox 19+ */
  color: #1a0502;
}

.myinput:-ms-input-placeholder {  
  color: #1a0502;
}

.myform {
    background: url('../images/form.png');
    padding: 30px 30px 120px 30px;
    background-size: 100% 100%;
    max-width: 320px;
    min-height: 420px;
    margin-top: 80px;
}

#submit {
    background: #ff9000;
    border: none;
    padding: 5px 15px;
    border-radius: 10%;
    color: #331306;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.section2{
	background-color: #fff0c5;
}
.relative{
	position: relative;
}
.watch img:hover{
 -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.labels img:hover{
	-webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.thankyou{

    text-align: center;
    color: #FFB400;
    font-size: 30px;
    /* vertical-align: middle; */
    margin-top: 24px;
    display: none;
}
.strip{
	background: #150a06;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section2{
	    padding-bottom: 55px
}

ul.social {
    list-style: none;
        padding: 0 0 0 10px;
    margin: 0px auto;
    display: block;
}

ul.social li {
    display: inline-block;
    width: 25px;
    margin: 0px 5px;
    list-style: none;
}

ul.social img {
    width: 25px;
}

.labels img {
    
    margin: 5px auto 10px auto;
}

.pop-cont {
    max-height: 300px;
    max-height: 50vh;
    overflow: auto;
    padding-right: 30px;
}

.pop-cont::-webkit-scrollbar {
    width: 1em;
}
 
.pop-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(204, 145, 72);
}
 
.pop-cont::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.nav-tabs li:hover a, .nav-tabs li.active a{
   background-color: #6A1F00 !important;
   color: #FFF !important;
  
       
           border: 1px solid #6A1F00 !important;
    border-radius: 50%!important;
}

.menu_tab {
   padding: 5px 10px !important;
}

ul.nav.nav-tabs li {
   float: none;
   display: inline-block;
}

ul.nav li a {
   text-transform: uppercase;
   padding: .5em 1em;
   display: block;
 
   text-transform: capitalize;
   font-size: 16px;
   color: #34180E;
}

ul.nav.nav-tabs {
   margin: 0px auto;
   text-align: center;
   border:none !important;
}

table {
    width: 100%;
        margin-bottom: 30px;
}
div#main {
    margin-bottom: 0px;
}
th, td{
        padding: 0px 5px;
}
.tab-pane h1{
        font-size: 26px;
    font-weight: bold;
}