.tlphneRow {
	display:none;
}


body {
	background-color: rgba(240, 240, 240, 1);
}

h4 {
	color: #697176;	
}

h5 {
	color: #697176;	
}

td {
	color: #697176;	
}

th {
	color: #697176;
	font-weight: 100;
}

	.container {
		background-color: white;
	}

	.jumbotron {
		height: 300px;
		padding-top: 20px;
		padding-bottom: 76px;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 0px 0px 5px 5px;
		background-color: white;
		background-size: cover;		
	}

	.table > tbody > tr > td {
     vertical-align: middle;
	}

	.navbar-brand {
		padding: 6px 15px;
		height: auto;
	}
	

	label {
		font-size: 11px;
		font-weight: 100;
	}

	.footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
    color: #777;
    border-top: .05rem solid #e5e5e5;
	}
	
	.progress {
		margin-top: 20px;
	}
	
.evntDscrptn {
line-height: 21pt;
}
	
.bankChoiceMobile {
	display: none;
}
.bankChoiceDesktop {
	display: inline;
}

#whatsapppppp{
	display: none;
}

@media only screen and (max-width: 768px) {	
	.nav-tabs > li:not(.active) {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	
	.nav-tabs > li:not(.active) {
		display: none;
	}
	
    .pmntMthdDscrptn {
        display: none;
    }
	.bankChoiceMobile {
		display: inline;
		font-size: 13px;
	}
	.bankChoiceDesktop {
		display: none;
	}
	
	#whatsapp{
		display: inline;
	}
	
	.rsrvtnLneTable{
		font-size: 11px;
	}
	.table > thead > tr > th {
		font-size: 11px;
	}
	.table>thead>tr>th {
		padding: 2px;
	}
	.table>tbody>tr>td {
		padding: 2px;
	}
	.rsrvtnLneTable > tr > td > h4 {
		font-size: 11px;
	}
	.rsrvtnLneTable > tr > td > h6 {
		font-style: italic;
	}
	.rsrvtnLneTableTtls > tr > td > h4 {
		font-size: 11px;
	}
}




.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}


.btn-twitter {
	color: #fff;
	background-color: #1DA1F2;
}
.btn-twitter:hover {
	color: #fff;
	background-color: #1397e8;
}
.btn-twitter:focus {
	color: #fff;
}


.btn-whatsapp {
	color: #fff;
	background-color: lightGreen;
}
.btn-whatsapp:hover {
	color: #fff;
	background-color: green;
}
.btn-whatsapp:focus {
	color: #fff;
}





/*sweetalert*/


.sa {

    width: 144px;
      height: 140px;
      padding: 26px;
      background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    
    }
    .sa-success {
      border-radius: 50%;
      border: 4px solid #A5DC86;
      box-sizing: content-box;
      height: 80px;
      padding: 0;
      position: relative;
      background-color: #fff;
      width: 80px;
    }
    .sa-success:after, .sa-success:before {
      background: #fff;
      content: '';
      height: 120px;
      position: absolute;
      transform: rotate(45deg);
      width: 60px;
    }
    .sa-success:before {
      border-radius: 40px 0 0 40px;
      width: 26px;
      height: 80px;
      top: -17px;
      left: 5px;
      transform-origin: 60px 60px;
      transform: rotate(-45deg);
    }
    .sa-success:after {
      border-radius: 0 120px 120px 0;
      left: 30px;
      top: -11px;
      transform-origin: 0 60px;
      transform: rotate(-45deg);
      animation: rotatePlaceholder 4.25s ease-in;
    }
    .sa-success-placeholder {
      border-radius: 50%;
      border: 4px solid rgba(165, 220, 134, 0.25);
      box-sizing: content-box;
      height: 80px;
      left: -4px;
      position: absolute;
      top: -4px;
      width: 80px;
      z-index: 2;
    }
    .sa-success-fix {
      background-color: #fff;
      height: 90px;
      left: 28px;
      position: absolute;
      top: 8px;
      transform: rotate(-45deg);
      width: 5px;
      z-index: 1;
    }
    .sa-success-tip, .sa-success-long {
      background-color: #A5DC86;
      border-radius: 2px;
      height: 5px;
      position: absolute;
      z-index: 2;
    }
    .sa-success-tip {
      left: 14px;
      top: 46px;
      transform: rotate(45deg);
      width: 25px;
      animation: animateSuccessTip .75s;
    }
    .sa-success-long {
      right: 8px;
      top: 38px;
      transform: rotate(-45deg);
      width: 47px;
      animation: animateSuccessLong .75s;
    }
    
    @keyframes animateSuccessTip {
      0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
      }
      70% {
        width: 50px;
        left: -8px;
        top: 37px;
      }
      84% {
        width: 17px;
        left: 21px;
        top: 48px;
      }
      100% {
        width: 25px;
        left: 14px;
        top: 45px;
      }
    }
    @keyframes animateSuccessLong {
      0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
      }
      84% {
        width: 55px;
        right: 0;
        top: 35px;
      }
      100% {
        width: 47px;
        right: 8px;
        top: 38px;
      }
    }
    @keyframes rotatePlaceholder {
      0%, 5% {
        transform: rotate(-45deg);
      }
      100%, 12% {
        transform: rotate(-405deg);
      }
    }