/*home page*/

.layout-card-body ul li {
    background-color: #ff3d03 !important;
    border-bottom: 1px dashed #fff !important;
}

/* About Yadadri section*/

.about_title_bg {
    background: #ab0010;
    color: #ffffff;
    padding: 0 15px;
}
.title_about h4 {
    font-size: 20px;
    margin-bottom: 13px;
}
.title_about h3 {
    float: left;
    font-size: 26px;
    padding-right: 20px;
    margin: 0;
}
.title_right:before {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    content: "";
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    top: 18px;
}
.about_yadadri p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    /* color: #92a7bb;*/
}
blockquote .type1 {
    font-weight: 300;
}
.about_img img {
    width: 100%;
    height: 365px;
}
blockquote {
    clear: left;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 5px solid #eec106;
    font-size: 15px;
    font-style: italic;
    padding: 10px 2%;
    line-height: 28px;
}
/* Footer section*/

.footer_bg {
    background: url("../images/banners/footer_banner.jpg") no-repeat center;
    background-size: cover;
}
.footer_widgets_text h3 {
    border-bottom: 3px solid #2e2e2e;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #eef1f4;
    font-size: 20px;
}
.footer_widgets_text .small_line {
    width: 100px;
    background-color: #eec106;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    margin: 12px 0px 0px 0px;
}
.footer_widgets_text p span {
    font-size: 13px;
    color: #bfc4c7;
}
.footer_widgets_text p {
    margin-bottom: 2px;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
}
.footer_widgets_text p i {
    font-size: 12px;
    float: left;
    margin: 5px 7px 0px 0px;
    padding-bottom: 5px;
    color: #eec106 !important;
}
.footer_widgets_text p:nth-of-type(2n) {
    margin-bottom: 20px;
}
.footer_widgets_text .subscribe-form {
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
}

.footer_widgets_text .subscribe-form .fa {
    font-size: 14px;
    padding: 0px 12px 0px 13px;
    color: #2c3e50;
    width: 13%;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    border-right: 1px dashed #d4d4d4;
    float: left;
}
.footer_widgets_text .subscribe-form p input[type="email"] {
    width: 133px;
    border: none;
    background-color: #fff !important;
}
.footer_widgets_text .subscribe-form p input {
    margin: 0;
    padding: 13px 0px 11px 10px;
    float: left;
}
.footer_widgets_text .subscribe-form .btn-subscribe {
    right: 0;
    position: absolute;
    top: 0;
    border: 0px;
    padding: 11px 16px 13px 16px;
    min-height: 50px;
    border-radius: 0px 1px 1px 0px;
    font-size: 14px;
    background-color: #eec106;
}

.btn-subscribe:before {
    background: #546d87 !important;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-radius: 0 2px 2px 0;
}
.social_icons {
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 0px;
}
.social_icons li {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0;
    position: relative;
}
.social_icons li a {
    border: rgba(238, 193, 6, 0.4);
}
.social_icons li a i {
    font-size: 13px;
}
.social_icons li:first-child a,
.social_icons li:first-child a {
    border-left: 1px solid rgba(238, 193, 6, 0.4);
}
.social_icons li a {
    line-height: 50px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    padding: 0;
    float: left;
    text-align: center;
    font-size: 18px;
    z-index: 2;
    position: relative;
    min-width: 53px;
}
.copyright {
    float: left;
    width: 100%;
    clear: both;
    padding: 25px 0px;
    /* background-color: #fff; */
}
.copyright p a {
    color: #92a7bb;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    float: left;
    margin-bottom: 0;
}
.footer_links {
    float: right;
    margin: 0;
}

.quick-links li a {
    font-size: 13px;
    color: #92a7bb;
    padding: 0px 7px;
    line-height: 22px;
}
.footer_links li {
    float: left;
    display: inline;
    padding-bottom: 0;
}

/*signin page*/

.header_banner {
    background: #f9b92b;
    background-image: url("../images/banners/footer_banner.jpg");
    background-repeat: no-repeat;
    text-align: center;
    height: 215px;
}

.main_title {
    float: left;
    width: 100%;
    margin: 0;
    padding: 90px 41px 90px 54px;
    position: relative;
}
.main_title h1 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #ffffff;
    float: left;
}

.main_title .breadcrumb {
    float: right;
    font-size: 15px;
    margin: 5px 15px 0px 0px;
    padding: 0;
    text-decoration: none !important;
    background-color: transparent;
}
.main_title .breadcrumb a {
    font-size: 15px;
    line-height: 20px;
    color: #92a7bb;
    transition: all 300ms linear 0s;
}
.main_title .breadcrumb a:hover {
    color: #eec106 !important;
    text-decoration: none !important;
}

.main_title .breadcrumb .fa {
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #92a7bb;
    border-radius: 2px;
    margin: 2px 10px;
    font-size: 14px;
    color: #92a7bb;
}
.main_title .breadcrumb .current {
    color: #eec106;
}
.page_hed {
    padding: 70px 54px 30px 54px;
}
.page_hed h3 {
    font-size: 26px;
    color: #2c3e50;
}
.page_hed h3 span .fa {
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background-color: #2c3e50;
}
.page_hed h3 span {
    border-right: 1px solid #eaeaea;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    position: relative;
}

.btn-yellow {
    color: #3c342b;
    cursor: pointer;
    float: right;
    font-size: 15px;
    border-radius: 2px !important;
    padding: 10px 16px 10px 16px;
    border-radius: 2px;
    background-color: #eec106;
    transition: all 300ms linear 0s;
}
.btn-yellow:hover {
    background-color: #546d87;
}
.fs12 {
    font-size: 12px !important;
    font-family: "Eurostar" !important;
}
.mb60 {
    margin-bottom: 60px;
}

.page_hed h4 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 20px;
}
.page_hed p {
    color: #6e8497;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 14px;
}
.page_hed p a {
    color: #eec106;
    font-size: 13px;
    font-weight: 600;
}
.page_hed p a:hover {
    color: #546d87;
    text-decoration: none;
}
#loginform {
    text-align: center;
}
#loginform label {
    float: left;
    clear: both;
}

label {
    color: #2c3e50;
}

#loginform input[type="checkbox"] {
    margin-right: 3px;
    margin-top: -1px;
    width: auto;
    padding: 6px;
    position: relative;
    top: 2px;
}
#loginform input[type="submit"] {
    background-color: #eec106;
    color: #3c342b;
    cursor: pointer;
    border: 0;
    float: right;
    font-size: 15px;
    width: auto;
    padding: 10px 15px;
    border-radius: 2px;
}

/*register page*/

.form-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
#reg_form {
    text-align: center;
}
.form-wrapper form {
    background: #fff;
    float: left;
    padding: 50px;
    width: 100%;
}
.column.first {
    margin-left: 0px;
}
.dt-sc-one-half {
    width: 48.9%;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.form-wrapper p input {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    color: #466885f7;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    padding: 0.375rem 0.75rem;
    height: 45px;
    width: 100%;
    -webkit-appearance: none;
}
#reg_form .button {
    float: none;
    border-radius: 2px !important;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 20px;
    background-color: #eec106;
}
.newsletter-form {
    position: relative;
}
.newsletter-form > input {
    margin: 0;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    color: #92a7bb;
    display: inline-block;
    font-size: 13px;
    padding: 11px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.newsletter-form .button {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #eaeaea;
    padding: 11px 26px;
    font-size: 13px;
    background-color: #eec106;
    transition: all 300ms linear 0s;
    border-radius: 0px 2px 2px 0px;
}

/*online booking*/

.contact-form select {
    -moz-appearance: none;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    color: #466885f7;
    cursor: pointer;
    height: 45px;
    text-indent: 0.01px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    line-height: 43px;
    margin: 10px 0px;
}
.contact-form select option {
    background-color: #f8f8f8;
    padding: 15px 0px 14px 10px;
    font-size: 12px;
}
.contact-form .form-control {
    margin: 10px 0px;
    height: 45px;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 2px;
    font-size: 12px;
}
.cont_form p {
    color: #466885f7;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 15px;
    margin-top: 30px;
}
.cont_form ul li {
    color: #466885f7;
    padding-bottom: 7px;
    font-size: 14px;
}
.cont_form ul li i {
    margin-right: 5px;
}
.cont_form ul {
    list-style-type: none;
    list-style-position: inside;
}
.medium_btn {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 71px 0px 17px;
    border-radius: 2px;
    line-height: 50px;
    display: inline-block;
}
.section_field {
    position: relative;
    margin-right: 20px;
    float: left;
    margin-bottom: 40px;
}
.sec-button {
    background-color: #eec106;
    color: #3c342b;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}
.medium_btn span {
    width: 50px;
    font-size: 14px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.sec-button span {
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    /* transition: width 0.1s ease 0s; */
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e2b704;
}
.submit_button a {
    text-decoration: none;
}
.fade:not(.show) {
    opacity: 1 !important;
}

.quota_sec {
    line-height: 33px;
    margin-bottom: 0px !important;
    font-size: 13px;
    color: #6e8497;
}

.quota_sec font i {
    margin-right: 3px;
    font-size: 12px;
}
.table-bordered {
    border: 1px solid #eceeef;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table-2 .table thead tr td {
    border: 1px solid #ed5001 !important;
    text-align: center;
    color: #ed5001;
    font-weight: bold !important;
}

.online_book {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px;
    background-color: #fff;
}

td {
    background-color: #ffffff;
    line-height: normal;
    color: #2c3e50;
}

.table-bordered td {
    font-size: 12px;
}

.table-bordered thead tr td {
    border: 1px solid #ed5001 !important;
    text-align: center;
    color: #ed5001;
    font-weight: bold !important;
    font-size: 13px;
    padding: 12px;
}
.tab_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.dropbtn {
    cursor: pointer;
    padding: 5px 8px 5px 10px;
    background-color: #92278f;
    color: white;
    text-align: left;
    border-radius: 0 !important;
    border: 1px solid #92278f;
    font-family: "Eurostar" !important;
    font-size: 15px;
    width: 100% !important;
}
/*.nav_tb {
    border-bottom: 0px !important;
    width: 18%;
    margin-right: auto;
    margin-left: auto;
}*/
.select_drp {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: red;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #fff !important;
}

.dropdown-content a:hover {
    background-color: red;
    color: #fff;
    border-radius: 0px !important;
    border-color: #e9ecef0a #e9ecef14 #fff #dee2e600 !important;
}
.dropdown-content a:focus {
    background-color: red;
    color: #fff;
}
.select_drp:hover .dropdown-content {
    display: block;
    animation: 0.3s ease-in 0s fadeInUp;
}

.select_drp:hover .dropbtn {
    background-color: #92278f;
    color: red;
}

/*Members Page*/

.pili_hed h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
    margin-top: 20px;
}
.pili_hed p {
    color: #6e8497;
    font-size: 14px;
    margin-bottom: 0px;
}
.pili_hed {
    margin-bottom: 40px;
}
.frmcont {
    padding: 44px 54px 44px 54px;
}

.px68 {
    padding-left: 68px;
    padding-right: 68px;
}
.px53 {
    padding-left: 53px;
    padding-right: 53px;
}
