/*=============Text Color============*/
.textblue {
    color: #0052a4;
}

/*=============Text Color============*/

/*====================== Banner ===============*/
@media (max-width: 820px) {
    .my-breadcrumb {
        height: 25vh;
        background-position: right;
    }
}

.align-self-end.mb-4 {
    margin-bottom: 0px !important;
}

/*====================== Banner ===============*/

/*=================OUR CABS===============*/
.card__header {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #000000 !important;
}

img.img-fluid {
    height: 211px;
    width: 100%;
}


@media (max-width: 490px) {
    .card__img {
        height: 20rem;
    }
}

.col-md-4 .grid__item {
    margin-bottom: 40px;
}

.card__btn {
    font-size: 14px;
    padding: 8px 0px;
}

/*=================OUR CABS===============*/

/*=====================Footer=============*/
.footer-widget ul li {
    display: block;
    /* float: left; */
    /* width: 50%; */
    margin-bottom: 12px;
}

.custom_footer_img img{
    width: 55%;
    background: #fff;
    border-radius: 5px;
    padding: 4px;
}

.left-text {
    text-align: left;
}

@media (min-width: 769px) {
    .single-cta i {
        float: none;
    }
}

@media (max-width: 769px) {
    .text-center {
        text-align: left !important;
    }

    .left-text {
        text-align: left !important;
    }
}

/*=====================Footer=============*/

/*======================Button Color=======================*/
.bluebtn {
    background-color: #0052a4;
    color: #ffffff;
}

.bluebtn:hover {
    color: #fdd340;
}

#book_now a {
    background-color: #0052a4;
    color: #ffffff;
}

#book_now a:hover {
    color: #fdd340;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: none;
}

/*======================Button Color=======================*/

/*==========================Tour Packages==================*/
.package-content .card {
    box-shadow: 1px 1px 4px 0px #02020273;
}

.white-text {
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.tour_pakg .card__content {
    padding: 2rem 0rem;
}

@media (max-width: 490px) {
    .tour_pakg .card__content {
        padding: 0;
        position: absolute;
    }
}

/*========================== EnD Tour Packages==================*/

/* our Cabs */


.our_cabs .card__content {
    padding: 2rem 0rem;
}

@media (max-width: 490px) {
    .our_cabs .card__content {
        padding: 0;
    }
}

/* EnD our Cabs */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    padding: 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
}


@media (max-width:490px) {
    .dropdown-content {
        background: none;
    }


}

/*========================== Kashmir Tour Packages Start==================*/

.cusotm_box_shadow {
    box-shadow: 0px 0px 30px 5px rgb(193 192 192 / 50%);
    transition: 0.5s;
    padding: 10px;
    border-radius: 20px;
}

.cusotm_box_shadow:hover {
    box-shadow: 0px 0px 30px 5px rgb(104 104 104 / 50%);
}

.cusotm_box_shadow .overflow-hidden img,
.cusotm_box_shadow .overflow-hidden {
    border-radius: 20px;
    transition: 1s;
    overflow: hidden;
}

.cusotm_box_shadow:hover .overflow-hidden img {
    transform: scale(1.1);
}

.custom_list_style_tour {
    display: flex;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.custom_list_style_tour li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_list_style_tour li {
    word-break: break-word;
    margin-right: 8px;
    margin-left: 8px;
}

.custom_list_style_tour li:first-child {
    margin-left: 0px;
}

.custom_list_style_tour li:not(:last-child):after {
    border-left-style: solid;
    border-left-width: 2px;
    height: 12px;
}

.custom_list_style_tour li:last-child:after {
    display: none;
}

.custom_list_style_tour li:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px;
    content: "";
    border-color: #4a4a4a;
}

.card__content {
    text-align: center;
}

.custom_ratting_list ul,
.custom_date_list li {
    display: inline-block;
}

.custom_ratting_list ul li {
    display: inline-block;
    color: #f59600;
}

.custom_date_list li i {
    display: inline-block;
    color: #f59600;
}

.custom_date_list li {
    margin-right: 10px;
}

.custom_itterny_list ul {
    display: flex;
    flex-wrap: wrap;
}

.custom_itterny_list li::marker {
    content: ">";
}

.custom_itterny_list li:first-child::marker {
    content: "";
}

.custom_itterny_list ul li {
    margin: 0 10px 0 0;
    padding: 0 10px 0;
    font-weight: 700;
}

.custom_itterny_list ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.custom_icon_list {
    padding: 0 10px;
}

.custom_icon_list ul li {
    display: inline-block;
    text-align: center;
}

.custom_icon_list p {
    text-align: center;
    margin: 0;
    font-size: 12px;
}

.custom_icon_list .col-md-2>div {
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 12px 5px 8px;
    text-align: center;
    box-shadow: 0 0 3px 0px #000;
    transition: 0.5s;

}

.custom_icon_list .col-md-2:hover>div {
    box-shadow: 0 0 5px 0px #000;
}

.custom_icon_list .col-md-2 {
    padding: 0 5px;
}

.custom_icon_list .col-md-2>div i {
    transition: 0.5s;
    font-size: 30px;
}

.cusotm_social_icon {
    display: flex;
}

.cusotm_social_icon a {
    font-weight: 700;
    padding: 1rem 3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cusotm_social_icon a:nth-child(1) {
    background-color: #009d00;
    color: #fff;
}

@media(min-width:769px) {
    .cusotm_box_shadow:nth-child(even) .row {
        flex-direction: row-reverse;
    }
}

@media(max-width:768px) {
    .custom_padding>.row {
        padding: 0 10px;
    }

    .cusotm_box_shadow .heading-1 {
        margin-top: 20px;
    }

    .custom_icon_list {
        padding: 0 10px;
    }

    .cusotm_social_icon {
        justify-content: space-between;
    }

    .cusotm_social_icon a {
        padding: 0.5rem 1rem;
    }
    .custom_itterny_list ul li{
        font-size: 13px;
    }
}

/*========================== Kashmir Tour Packages EnD ==================*/


/*========================== Navbar Start ==================*/


#navbarDropdownMenuLink i {
    transform: rotate(180deg);
    font-size: 12px;
}

@media (max-width: 568px) {
    .navbar-links li.navbar-dropdown .dropdown {
        display: none;
        padding: 0;
    }

    .navbar-links li.navbar-dropdown:hover .dropdown {
        display: block;
    }
}

/*========================== Navbar EnD ==================*/

.Account-name{

            color:#d3d1d1;
}

/*======================== tours packjages page  start ================*/


.custom_accordian .accordion-body p{
    font-size: 0.8em;   
}

.custom_accordian .accordion-body ul{
    list-style: none;
    font-size: 0.8em;  
}

/*======================== tours packjages page  EnD ================*/