/* Css Start for Home Page theoneworldtravel*/

.usa_deals_main {
    padding: 45px 0;
    background: #ffffff;
}

.nation_flights {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    background: #20595e;
    padding: 8px 0 8px 10px;
    border-left: solid 4px #ff6600;
    color: #fff;
    line-height: 22px;
    border-radius: 0 20px 20px 0;
}

.bookflight_card {
    padding: 18px 15px;
    border-radius: 8px;
    display: table;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
    border: solid 2px #d3e3fd;
}

    .bookflight_card:hover {
        border: solid 2px #fe7000;
    }

.colums_ones {
    width: 55%;
    float: left;
    border-right: solid 1px #ddd;
}

    .colums_ones h4 {
        font-size: 17px;
        color: #333;
        margin: 0 0 0px 0;
        font-weight: 600;
    }

    .colums_ones p {
        font-size: 13px;
        margin: 8px 0 0 0;
        line-height: 13px;
        color: #777;
    }

.colums_twos {
    width: 30%;
    float: left;
    text-align: end;
}

    .colums_twos h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 0 0;
        color: #fe7000;
    }

        .colums_twos h3 span {
            font-size: 12px;
            font-weight: 400;
            color: #777;
        }

    .colums_twos p {
        font-size: 12px;
        margin: 4px 0 0 0;
        color: #777;
        line-height: 12px;
    }

.listdeals_lk {
    border-bottom: solid 1px #eaeaea;
    display: table;
    width: 100%;
    padding: 14px 0 14px 0;
}

.dmst_slou {
    padding: 0px 0 0px;
    border-radius: 8px;
    margin-bottom: 0px;
    width: 15%;
    float: left;
}

    .dmst_slou img {
        padding: 5px 0 0 0;
        width: auto;
        border-radius: 6px;
    }

.fullrow_bgGray {
    padding: 45px 0 0 0;
}

.matches_sect {
    border-radius: 8px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.noreferrer_left {
    width: 40%;
    float: left;
    border: solid 10px #fff;
    border-radius: 15px;
}

    .noreferrer_left img {
        width: 100%;
    }

.noreferrer_right {
    width: 60%;
    float: left;
    padding: 0 10px 0 10px;
    min-height: 185px;
    position: relative;
}

    .noreferrer_right h4 {
        font-size: 18px;
        margin: 15px 0 10px 0;
        color: #20595e;
        font-weight: 600;
    }

    .noreferrer_right p {
        font-size: 13px;
        margin: 0 0 0 0;
        color: #777;
        font-weight: 400;
    }

    .noreferrer_right a {
        background: #f60;
        color: #fff;
        padding: 5px 10px;
        transition: all .12s ease;
        text-decoration: none;
        border-radius: 3px;
        border: none;
        box-shadow: 0 4px #f04c2a, -5px 7px transparent;
        text-shadow: 0 2px 1px #b53920;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

.last_minsdl {
    padding: 55px 0 55px 0;
    background: #ffffff;
}

.pts_heading {
    margin: 0 0 30px 0;
    text-align: center;
}

    .pts_heading h3 {
        font-size: 30px;
        color: #376d72;
        margin: 0px 0 4px 0;
        font-weight: 600;
    }

.items_1 {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    position: relative;
}

    .items_1:hover .dest_img img {
        transform: scale(1.2);
    }

    .items_1 .dest_img img:hover {
        transform: scale(1.2);
    }

.dest_img {
    position: relative;
}

.location {
    float: left;
    position: absolute;
    height: auto;
    top: 18px;
    color: #fff;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 4px;
    left: 18px;
}

.dest_img img {
    width: 100%;
    transition: all .5s ease;
}

.deals_content {
    padding: 60px 15px 18px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .deals_content h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0px 0 6px 0;
        color: #ffffff;
    }

    .deals_content p {
        margin: 0 0 10px 0;
        font-size: 13px;
        color: #fff;
    }

    .deals_content a {
        background: #f60;
        color: #fff;
        padding: 5px 20px;
        transition: all .12s ease;
        text-decoration: none;
        border-radius: 3px;
        border: none;
        box-shadow: 0 4px #f04c2a, -5px 7px transparent;
        text-shadow: 0 2px 1px #b53920;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
    }

.travel_guide_main {
    padding: 50px 0px;
    background: #edf2fa;
}

.guide_slide {
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .guide_slide:hover {
        box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.17);
    }

    .guide_slide .guide_img {
        min-height: 210px;
        position: relative;
    }

        .guide_slide .guide_img h4 {
            position: absolute;
            bottom: 0;
            right: 10px;
            background: #ff6600;
            font-size: 13px;
            color: #fff;
            font-weight: 400;
            padding: 6px 10px;
            line-height: 14px;
            text-shadow: #454545 0 1px 1px;
        }

    .guide_slide .guide_review {
        padding: 10px 15px 10px 15px;
    }

        .guide_slide .guide_review a {
            text-decoration: none;
            color: inherit;
        }

    .guide_slide .post-date {
        float: left;
        margin-right: 10px;
        padding: 8px 15px;
        text-align: center;
        background: #fff;
        font-size: 26px;
        color: #f60;
        font-weight: 700;
        transition: background 0.20s linear 0s;
        border-right: solid 1px #20595e;
    }

    .guide_slide:hover .post-date {
        background: #fff7f3;
    }

    .guide_slide .post-date small {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        text-transform: capitalize;
    }

        .guide_slide .post-date small:before {
            content: "";
            display: block;
            margin-bottom: 5px;
            border-top: 1px solid #f60;
        }

    .guide_slide .post-title {
        margin: 0 0 10px 0;
        font-size: 18px;
        color: #20595e;
        font-weight: 600;
    }

        .guide_slide .post-title a {
            font-size: 20px;
            color: #444;
            margin-bottom: 6px;
            display: block;
            line-height: 20px;
            font-weight: 600;
        }

.guide_review p {
    margin: 0 0 0px 0;
    font-size: 13px;
    font-weight: 400;
}

.guide_slide:hover .post-title a {
    color: #ff6600;
    text-decoration: none;
}

.guide_review li a {
    color: #a9a9a9;
    text-transform: capitalize;
}

.guide_post_comment {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.guide_slide .guide_review .guide_post_comment li {
}

    .guide_slide .guide_review .guide_post_comment li a {
        font-size: 13px;
        color: #f60;
        font-weight: 400;
    }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: 40%;
        left: -15px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        transition: background 0.5s ease 0s;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: 40%;
        right: -15px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        transition: background 0.5s ease 0s;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

.owl-controls .owl-buttons {
    margin: 5px 0;
    position: unset;
    width: 10%;
    text-align: end;
    right: 0;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .owl-controls .owl-prev:after, .owl-controls .owl-next:after {
        font-size: 16px;
        line-height: 12px;
        position: relative;
        top: 2px ;
    }
}
/* Css End for Home Page Chea[faremart_us */