
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.single-post .date {
    font-size: 14px;
    font-family: "Lora", serif;
    color: #dd3e3e;
    margin-bottom: 10px;
}

.single-post .post-title {
    font-weight: 400;
    margin-bottom: 15px;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
}

h2,
h3,
h4,
h5 {
    color: #252525;
    margin: 0;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.single-post p {
    font-size: 14px;
}

.single-post .post-metas {
    margin-bottom: 30px;
}

.single-post .post-metas {
    margin-bottom: 30px;
}

.widget .search-widget {
    max-width: 270px;
    position: relative;
}

.widget .search-widget input:focus {
    outline: none !important;
}

.widget .search-widget input {
    width: 100%;
    padding: 15px 20px;
    padding-right: 50px;
    background: #ebebeb;
    border: none;
    font-size: 14px;
}

.widget .search-widget button {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    border: none;
    background-color: transparent;
}

.widget .widget-title {
    margin-bottom: 30px;
}

.widget {
    padding-left: 25px;
    margin-bottom: 50px;
}

.single-post .post-metas .post-meta a {
    color: #252525;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.single-post .post-metas .post-meta {
    display: inline-block;
    font-size: 18px;
    font-family: "Lora", serif;
    font-style: italic;
    color: #b7b7b7;
    margin-top: 3px;
}

.single-post p {
    font-size: 14px;
}

.single-post blockquote {
    margin: 30px 0;
    border-left: 2px solid #dd3e3e;
    padding: 8px 28px;
    font-size: 18px;
    font-family: "Lora", serif;
    font-style: italic;
    color: #636363;
}

.single-post blockquote span {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #dd3e3e;
    font-style: normal;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

p {
    font-size: 16px;
    color: #636363;
    line-height: 1.8;
}

.widget .widget-title {
    margin-bottom: 30px;
    font-size: 24px;
}

.widget ul a {
    display: block;
    position: relative;
    color: #636363;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 25px;
    text-decoration: none;
}

.widget ul a:hover,
.widget ul a:hover:after {
    color: #dd3e3e;
}

.widget ul {
    list-style: none;
    padding-left: 0 !important;
}

.widget ul a:after {
    position: absolute;
    content: "\f0da";
    font-family: 'FontAwesome';
    left: 0;
}

/* right side columm  -  -------------------------------------------------------------- */

.widget {
    padding-left: 25px;
    margin-bottom: 50px;
}

.widget .widget-title {
    margin-bottom: 30px;
}

.widget .recent-post-widget .rp-thumb {
    width: 83px;
    height: 83px;
    float: left;
    margin-right: 30px;
}
.widget .recent-post-widget .rp-thumb img 
{
    max-width: 100%;
}

.widget .recent-post-widget .rp-content p {
    font-size: 14px;
    font-family: "Lora", serif;
    font-style: italic;
    color: #dd3e3e;
    line-height: normal;
    margin-bottom: 18px;
}

.widget .recent-post-widget .rp-content p {
    font-size: 14px;
    font-family: "Lora", serif;
    font-style: italic;
    color: #dd3e3e;
    line-height: normal;
    margin-bottom: 18px;
}

.widget .recent-post-widget .rp-content h5 {
    font-size: 18px;
    line-height: 1.4;
}

.widget .recent-post-widget .rp-item {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}


.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

    


    .widget .tags a {
    display: inline-block;
    min-width: 75px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #636363;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    }

   card:hover{border-left:3px solid gray !important;}
        body{background-color:#FFECE1;}

        /* About */
        .container{max-width: 1230px;padding: 0 20px;margin: 0 auto;width: 100%;}
        a{transition: 0.5s ease all;color: #000;font-size: 17px;text-decoration: none;}
        a:hover{opacity: 0.7;}
        section{padding: 60px 0;}
        img{width: 100%;}
        .about-section .container,.service-section .container{display:flex;align-items:center;gap:30px;}
        .about-section .container img{display:block;max-width:100%;}
        .about-section .container .img-col,.about-section .container .content-col{width:50%;}
        .service-section .container .img-col figcaption{margin-top: 30px;}
        .about-section .container .content-col h2,.service-section h2{text-transform: uppercase;letter-spacing: 1px;font-size: 30px;margin-bottom: 7px;color: #032d60;font-weight: bold;}
        .service-section h2{margin-bottom: 20px;}
        .about-section .container .content-col h2 span{color: #093755;}
        .about-section .container .content-col p:not(:last-child){margin-bottom: 20px;}
        .btn-primary{background:#0b5cab;display:inline-block;border:1px solid #0b5cab;padding:8px 15px;border-radius:8px;color:#fff;transition:0.5s ease all;cursor:pointer;}
        .btn-primary:hover{background:#0b5cab40;color:#0b5cab;}

        /* Service Section */
        .about-section .content_info h3{font-size:22px;}
        .service-section .content-col .content_info h3{font-size:24px;margin-bottom:5px;color:#032d60;}
        .service-section .content-col .content_info{margin-bottom:20px;}

        /* Arrival Section */
        .destination-arrival{background-color: #fef2f4; box-shadow: 0 0 0 100vmax #fef2f4; clip-path: inset(0 -100vmax);}
        .destination-arrival .container h2{color: #000;width: 100%;padding-bottom: 40px;text-align: center;font-size: 36px;}
        .destination-arrival .card .card-content{padding:20px;}
        .destination-arrival .cards-container{display:flex;flex-wrap:wrap;gap:29px;}
        .destination-arrival .card .card-content span{font-weight:300;text-transform:uppercase;letter-spacing:2px;font-size:11px;padding-bottom:15px;display:inline-block;}
        .destination-arrival .card .card-content h4{font-size:16px;margin-bottom:10px;color:#032d60;margin-top:0;height:46px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal;}
        .destination-arrival .card .card-content p{font-size:14px;margin-bottom:15px;line-height:1.4;letter-spacing:0.8px;color:#181818;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal;}
        .destination-arrival .card .card-content .btn{margin-top:10px;font-weight: bold;position: relative;text-transform: uppercase;color: #0b5cab;padding-left: 0;}
        .destination-arrival .card .card-content .btn:after{content:"";position:absolute;top:50%;right:0px;display:inline-block;border-bottom:2px solid #0b5cab;border-right:2px solid #0b5cab;height:8px;width:8px;transform:translateY(-50%) rotate(-45deg);}
        .destination-arrival .card{width:calc( 33% - 17px);background-color:#FFF;box-shadow:1px 1px 8px 0px #ddd;}


        .pricing_blocks{background-color: #fef2f4; box-shadow: 0 0 0 100vmax #fef2f4; clip-path: inset(0 -100vmax);}
        .pricing_blocks .price_card .btn{margin-top:20px;display: block;}

        .pricing_blocks ul li{width:25%;padding:0 15px;text-align:left;font-size:22px;text-transform:uppercase;font-weight:300;}
        .pricing_blocks .lines .line{height:3px;background:#8a033e;margin-bottom:5px;}
        .pricing_blocks .lines .line:last-child{margin-bottom:0;}
        .pricing_blocks .lines{text-align:right;display:block;text-align:-webkit-right;}
        .pricing_blocks .price_card{background-color:#fff;padding:20px;text-align: center;}
        .pricing_blocks .price_card p{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal;height: 48px;}
        .pricing_blocks .price_card h4{font-size:50px;font-weight:300;}
        .pricing_blocks .price_card h4 sup{font-weight:bold;}
        .pricing_blocks .price_card span{display:block;font-size:11px;max-width:50%;margin:10px auto 20px;}
        .pricing_blocks .price_wrap{margin:0 -24px;}


        .customer_service h1{font-size: 52px;font-family: 'Poppins';font-weight: bold;}
        .services_section.destination-arrival .cards-container .card{width:calc(50% - 17px);}
        .services_section.destination-arrival .card .card-content h4{height: auto;}

        .faq_section .panel{margin-bottom:10px;border-bottom:1px solid #000;padding-bottom:10px;}
        .faq_section .panel-default>.panel-heading{color:#333;background-color:#fff;border-color:#e4e5e7;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
        .faq_section .panel-default>.panel-heading a{display:block;padding:10px 15px;}
        .faq_section .panel-default>.panel-heading a:after{content:"";position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:right;transition:transform .25s linear;-webkit-transition:-webkit-transform .25s linear;}
        .faq_section .panel-default>.panel-heading a[aria-expanded="true"]{background-color:#eee;}
        .faq_section .panel-default>.panel-heading a[aria-expanded="true"]:after{content:"\2212";-webkit-transform:rotate(180deg);transform:rotate(180deg);}
        .faq_section .panel-default>.panel-heading a[aria-expanded="false"]:after{content:"\002b";-webkit-transform:rotate(90deg);transform:rotate(90deg);}
        .faq_section .panel>.panel-heading h4{margin-bottom: 0;}

        /* Responsive */


        @media (max-width:1199px){
            .videoTab-section .container .yt-video,.videoTab-section .container .tabs{width:47%;}
            .destination-arrival .card .card-img{height:250px;}
            .pricing_blocks .price_wrap [class*="col-"]{margin-bottom: 20px;}
        }
        @media (max-width:991px){ 
            .destination-arrival .card{width:calc(50% - 17px);} 
            .pricing_blocks .lines,.pricing_blocks ul {display: none !important ;}

            .customer_service h1{font-size: 44px;}
            .customer_service figure{margin-top: 20px;}
        }

        @media (max-width:767px){
            section{padding: 35px 0;}
            .videoTab-section .yt-video{padding: 27.45%;}
            .about-section .container .img-col,.about-section .container .content-col,.service-section .container .img-col,.service-section .container .content-col{width:100%;}
            .about-section .container,.videoTab-section .container,.service-section .container{flex-wrap: wrap;}
            h2,.about-section .container .content-col h2 {font-size: 20px;}
            .videoTab-section h2{padding-bottom: 10px;}
            .btn-group{flex-wrap: wrap;gap: 15px;}
            .btn{width: 100%;text-align: center;}
            .destination-arrival .card{width: 100%;}
            .destination-arrival .card .card-content .btn:after{left:75px;right:0;margin:0 auto;}


            .services_section.destination-arrival .cards-container .card{width:100%;}
            .customer_service h1{font-size: 30px;}

        }

	 /* add for image main content posting */
.post-thumb img {height: 220px !important;}
.post-thumb + .post-content > .date {display: none;}

/* added Jan1/23 */

section.content ul{padding-left: 30px;margin-bottom: 30px;}   
section.content ul li {list-style: disc;margin-bottom: 10px;}


