

.carousel-item img
{
	width: 100%;
}


.detailcenter
{
	text-align: center;
}

.cp-accordian-item h3
{
font-size: 20px;
    line-height: 37px;
    font-weight: 600;
    color: #1b375f!important;
}







/* footer */

.footerheading
{
 text-align: center;
 color: #555;
 float: left;
 width: 100%;
 font-size: 24px;
 margin-top: 25px;
}


 .img-section img
 { display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.img-section
{
    border: 1px solid #ccc;
    margin: 3%;
    border-radius: 5px;
    background: #fff
}


.footermedheading 
{
text-align: center;
color: #fff;
float: left;
width: 100%;
font-size: 20px;
margin-top: 25px;
}

/*.fa-mobile
{
font-size:80px!important;
color:#fff!important;
}

.fa-desktop
{
font-size:60px!important;
color:#fff!important;
}

.fa-envelope
{
font-size:60px!important;
color:#fff!important;
}*/


@media (min-width: 320px) and (max-width: 767px) {
.cp-topbar .tp-num
{
	font-size: 13px;
	float: inherit!important;
}
}

.blog-items.single-post {
    padding: 5px;
}


.hotel-info {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid #e6e7e8;
}

.main-block {
    transition: .4s;
}


.main-info {
    background: white;
}
.hotel-info {
    padding: 15px 22px 18px;
    position: relative;
}

.hotel-info .hotel-title {
    font-size: 1.42em;
    overflow: hidden;
}

.hotel-info .arrow {
    overflow: hidden;
    float: right;
}

/*.main-info .main-title a {*/
/*    color: white;*/
/*}*/
.main-info .main-title a {
    text-decoration: none;
}
a.more_btn {
    background-color: #712e25;
    padding: 8px 9px;
    border-radius: 13px;
    font-size: 22px;
}

.item {
    background-color: #222222;
    padding: 2px;
}


section.tours_packgess {
    padding: 37px;
}

section.sec_bb {
    padding: 43px;
    background-color: bisque;
}

/*......table...css start.......*/
  .custom-table thead th {
        background-color: #f06c00;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .custom-table tbody td {
        text-align: center;
        vertical-align: middle;
    }

    .custom-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    @media (max-width: 576px) {
        .custom-table {
            font-size: 13px;
        }
    }
    
    
    /*......new-css.............*/
    
    a.package_a {
    color: #000;
}
    
     .package-row {
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        padding: 15px 20px;
        margin-bottom: 10px;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .package-row:hover {
        background-color: #ffe9d6;
        border-color: #f06c00;
        color: #f06c00;
        cursor: pointer;
    }

    @media (max-width: 576px) {
        .package-row {
            font-size: 15px;
            padding: 12px;
        }
    }
    
    
    a.package_a {
    color: #000;
    font-size: 22px;
    text-align: center;
}