.section-p {
padding: 60px 0;
}
.section-head {
margin-bottom: 80px;
}
.ptble1{padding-bottom: 40px;}
.section-head h2 {
color: #002e5b;
display: block;
font-family: 'Montserrat', sans-serif;
letter-spacing: 2px;
font-size: 36px;
line-height: 25px;
float: left;
margin-top: 16px;
padding-right: 120px;
position: relative;
}
.section-head h2:after {
content: '';
position: absolute;
right: 60px;
bottom: -12px;
height: 50px;
width: 1px;
background: #ffad18;
}
.section-head p {
max-width: 90%;
color: #494949;
text-align: left;
font-size: 18px;
line-height: 28px;
display: block;
overflow: hidden;
padding-top: 15px;
}
.single-table {
height: 620px;
text-align: center;
box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
background: #fff;
}
.ptble1 .single-table {height: 520px;}
.single-table h6 {
font-size: 18px;
color: #ffb735;
font-weight: 400;
text-transform: uppercase;
position: relative;
padding: 25px 0;
line-height: 30px;
display: block;
}
.table_price {
background: #ffad18;
padding: 30px 0 0;
}
.single-table span.t-price {
color: #fff;
font-size: 32px;
position: relative;
font-weight: 600;
display: block;
}
.single-table a:hover {
color: #fff;
background: #ffad18;
}
.single-table .duration {
background: #fff;
color: #002e5b;
padding: 3px 11px;
margin-top: 10px;
display: inline-block;
margin-bottom: -1px;
border-radius: 2px 2px 0px 0px;
/* margin-bottom: 8px; */
box-shadow: 0px -3px 3px 0px rgba(117, 117, 117, 0.35);
}
.single-table span {
font-size: 15px;
}
.single-table .list-part {
padding: 40px 15px 30px;
}
.list-part {
border-top: 1px solid #dbdbda;
}
.list-part ul{list-style:none; width: 100%; margin:0px; text-align: center;}
.list-part p, .list-part ul li {
font-size: 15px;
color: #515151;
border-bottom: 1px solid #ddd;
padding: 10px 0;
margin-bottom: 20px;
}
.single-table a {
font-size: 13px;
color: #ffad18;
background: #fff;
width: auto;
padding: 10px;
font-weight: 600;
display: inline-block;
margin-bottom: 30px;
border: 1px solid #ffad18;
border-radius: 4px;
}
/* Style and fix the button on the page */
.open-button {
background-color: #1c87c9;
color: white;
padding: 12px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
opacity: 0.8;
position: fixed;
}
/* Position the Popup form */
.login-popup {
position: relative;
text-align: center;
width: 100%;
}
/* Hide the Popup form */
.form-popup {
display: none;
position: fixed;
left: 45%;
top:25%;
transform: translate(-45%,5%);
border:none;
z-index: 9;
}
/* Styles for the form container */
.form-container {
max-width: 300px;
padding: 20px;
background-color: #fff;
}
/* Full-width for input fields */
.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 5px;
margin: 5px 0 5px 0;
border: none;
background: #eee;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Style submit/login button */
.form-container .btn {
background-color: #8ebf42;
color: #fff;
padding: 12px 10px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Style cancel button */
.form-container .cancel {
background-color: #cc0000;
}
/* Hover effects for buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
table tr:nth-child(odd) {
color: #fff;
}
table tr:nth-child(odd) {
background-color: #fff;
}
table tr:nth-child(even) {
color: #fff;
}
table tr:nth-child(even) {
background-color: #fff;
}
table tr td {
padding: 0px;
}
@media only screen and (max-width: 767px) {
.section-head {
margin-bottom:30px;
}
.section-head p{
display:none;
}
.section-head h2{
margin-top:0px;
letter-spacing:0px;
font-size: 29px;
line-height: 20px;
margin-bottom: 40px;
}
.form-popup{
width:auto;
}
#popupForm{
width:auto;
}
.single-table{
margin-top:20px;
}

.single-table{height: 535px;}

.ptble1{padding-bottom: 110px;}