* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    font-family: 'Barlow', sans-serif;
}
.my-container {
    width: 95%;
    max-width: 1600px; 
    margin: 0 auto;
}

/* banner section */
.banner_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    min-height: 580px;
    padding-top: 280px;
}

.banner_container {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
}

.banner_container h2 {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 5px 2px;
    color: #000;
    text-align: center;
    font-weight: 700!important;
    font-size: 37px;
}

.banner_container h1 {
    color: #fff;
    font-weight: 800!important;
    font-size: 45px;
}


/* welcom section */
.welcom {
    background-color: #fff;
    padding: 80px 0;
}

.welcom .row {
    align-items: center;
}

.welcom img {
    width: 100%;
    display: block;
}
.welcom .col-lg-6 {
    padding: 0!important;
}

.welcom .description_col {
    padding-right: 100px !important;
}

.welcom h2 {
    width: 100%;
    max-width: 450px;
    padding: 15px 10px;
    border-radius: 8px;
    background-color: #394666;
    text-align: center;
    color: #fff;
    font-size: 28PX;
    font-weight: 700!important;
}

.welcom h4 {
    font-size: 24PX;
    font-weight: 800 !important;
    margin: 20px 0 30px;
}

.welcom p {
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
}

.welcom .breadcumb {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
    margin-top: -123px;
    margin-bottom: 100px;
}
.welcom .breadcumb h6 {
    font-size: 20px;
    font-weight: 800!important;
    display: flex;
    align-items: center;
}
.welcom .breadcumb span {
    color: #394666;
}
.welcom .breadcumb .fa {
    margin: 0 5px;
    font-size: 10px;
}

/* tab_details section */
.tab_details {
    padding: 50px 0 120px;
    background-color: #fff;
}

.tab_details .tab_container {
    background-color: #394666;
    padding: 50px 0 20px;
}

.tab_details .inner_container {
    width: 95%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.tab_details .inner_container .row {
    width: 100%;
    /* max-width: 850px; */
    margin: 0 auto!important;
    justify-content: center;
}

.tab_details .col-lg-3 {
    text-align: center;
    color: #fff;
}
.tab_details .col-lg-3 p{
    font-size: 18px;
}

.tab_details .col-lg-3 span {
    color: #00B8BB;
    margin-right: 3px;
}
.tab_details ul {
    justify-content: space-between;
    padding: 0 15px!important;
    border: none!important;
    position: relative;
    bottom: -45px;
}
/* .tab_details ul li{
    background: #FFFFFF;
    width: 240px;
    padding: 20px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
} */
.tab_details ul li button{
    font-size: 22px;
    font-weight: 500!important;
    border: none!important;
    color: #000;
    background: #FFFFFF;
    width: 285px;
    padding: 20px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #394666!important;
    box-shadow: 15px -7px 20px rgba(0, 0, 0, 0.15);
    font-weight: 700!important;
    letter-spacing: 1px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    color: #394666!important;
}


/* tab_section */
.tab_section{
    background-color: #fff;
}
.tab_section .my-container{
    background: rgba(57, 70, 102, 0.03);
    border-radius: 10px;
    padding-bottom: 50px;
}
.tab_section .tour_program{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.tab_section .tour_program h2{
    background: #00B8BB;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    font-weight: 600!important;
    font-size: 25px;
    letter-spacing: 1px;
}
.tab_section .tab-content{
    width: 100%;
    max-width: 85%;
    margin: 40px auto 0;
}
.tab_section .tab-pane{
    position: relative;
}
.tab_section .tab-pane::before{
    content: '';
    position: absolute;
    width:1px;
    height: 99.5%;
    top: 12px;
    left: 4.8%;
    z-index: 10;
    background:url('https://www.celtichorizontours.com/wp-content/themes/enfold/images/line-custom.png');
    background-repeat:repeat-y;
    opacity:1;
    

}


.tab_section .tab-content .image_col img{
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-top: -30px;
    margin-bottom: 30px;
}
/*.tab_section .tab-content .vectors{
    margin-top: 0!important;
    box-shadow: none!important;
    border: 1px dotted#394666!important;
    padding: 3px;
    width: 23px;
    height: 23px;
    background-color: #39466626;
    margin-bottom: 0;
}*/

/* css ad */
.tab_section .tab-content .image_col  .vectors {
    margin-top: 0!important;
    box-shadow: none!important;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    background-color: inherit;
    margin-bottom: 0;
    background:#fff;
}

.tab_section .tab-content .image_col {
    z-index: 100;
    text-align: center;
    position: relative;
}
.tab_section .tab-content .inner .row{
    background: #fff;
    padding: 40px 10px;
    border-radius: 15px;
    margin: 0 0 30px !important;
}
.tab_section .tab-content .date{
    color: #394666;
    display: flex;
    justify-content: space-between;
}
.tab_section .tab-content .date h4{
    padding: 0 0 6px 15px;
    width: 55%;
    border-bottom: 1px solid #00B8BB;
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 15px;
}
.tab_section .tab-content .date .calender{
    width: 35%;
    text-align: right;
    padding-right: 80px;
}
.tab_section .tab-content .date .calender h5{
    font-size: 18px;
}
.tab_section .tab-content .date .calender span{
    font-size: 18px;
    margin-right: 10px;
}
.tab_section .tab-content h6{
    font-size: 14px!important;
    margin: 15px 0;
    color: #000;
    font-weight: 500!important;
}
.tab_section .tab-content h6 span{
    margin-right: 20px;
}
.tab_section .tab-content p{
    margin-bottom: 35px;
    font-weight: 400!important;
}
.tab_section .tab-content p{
    margin-bottom: 35px;
    font-weight: 400!important;
}
.tab_section .tab-content .another_para{
    font-weight: 500!important;
    margin-bottom: 10px;
}
.tab_section .tab-content .last_para{
    margin-bottom: 50px;
}
.tab_section .tab-content a{
    color: #00B8BB;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.tab_section .tab-content .inner-content-area h4{
    font-size: 18px!important;
    margin: 0 0 20px;
}


@media only screen and (max-width:1230px){
    .tab_section .tab-content .date .calender{
        padding-right: 20px;
    }
}
@media only screen and (max-width:1200px){
    .tab_section .tab-pane::before{
        left: 5%;
    }
}
@media only screen and (max-width:991px){
    .banner_section {
        min-height: 450px;
        padding-top: 200px;
    }
    .responsive #top #wrap_all .container{
        width: 95%;
        max-width: 100%;
    }
    .tab_details ul li button{
        font-size: 14px;
        width: 200px;
    }
    .tab_details .col-lg-4 p {
        font-size: 16px;
    }
    .tab_section .tab-content .inner .row{
        padding: 20px 10px;
    }
    .tab_details .inner .col-md-10 {
        padding: 0!important;
    }
    .tab_section .tab-content .date h4 {
        font-size: 16px;
    }
    .tab_section .tab-content .date .calender h5 {
        font-size: 15px;
    }
    .tab_section .tab-content .date .calender {
        width: 55%;
    }
    .tab_section .tab-content .image_col  img{
        margin-top: -10px;
    }
    .welcom .description_col{
        padding-right: 0 !important;
    }
    .tab_section .tab-pane::before{
        left: 9.3%;
    }
    .tab_section .my-container{
        padding-bottom: 1px;
    }
}
@media only screen and (max-width:767px){
    .tab_section .tab-content .date h4{
        width: 45%;
    }
    .tab_section .tab-content .date .calender h5 {
        font-size: 12px;
    }
    .tab_details ul li button {
        width: 160px;
        padding: 12px 0;
    }
    .tab_details .col-lg-4 p {
        font-size: 14px;
    }
    .tab_details .col-lg-3 {
        width: 100%!important;
    }
    .tab_details ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .tab_details ul{
        bottom: 0;
    }
    .tab_details ul li button {
        width: 80%;
        padding: 15px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:576px){
    .banner_section {
        min-height: 400px;
        padding-top: 180px;
    }
    .banner_container h2{
        font-size: 25px;
        width: 280px;
    }
    .banner_container h1{
        font-size: 30px;
    }
    .welcom .breadcumb {
        margin-bottom: 50px;
    }
    .welcom .breadcumb h6{
        font-size: 16px;
    }
    .welcom h2{
        font-size: 25PX;
    }
    .welcom h4{
        font-size: 22PX;
    }
    .welcom {
        padding: 80px 0 0;
    }
    .tab_section .tour_program h2{
        font-size: 22px;
    }
    .tab_section .tab-content .date {
        flex-direction: column;
    }
    .tab_section .tab-content .date h4 {
        width: 100%;
    }
    .tab_section .tab-content .date .calender {
        width: 100%;
        text-align: left;
    }
    .tab_section .tab-content .inner .col-sm-2{
        padding: 0 5px!important;
    }
    .tab_section .tab-content .image_col  img{
        margin-top: 0;
    }
    /* .tab_details ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .tab_details ul{
        bottom: 0;
    }
    .tab_details ul li button {
        width: 80%;
        padding: 15px;
        margin: 0 auto;
    } */
    .tab_section .tab-pane::before{
        top: 25px;
        left: 10%;
    }
}
@media only screen and (max-width:450px){
    .tab_section .tab-content {
        max-width: 95%;
    }
    .tab_section .tab-content .image_col  img{
        border: 2px solid #fff;
    }
    /* .tab_details ul li button {
        width: 90px;
        padding: 12px;
    } */
    .tab_details .tab_container{
        padding: 30px 0 0px;
    }
    /* .tab_details .col-lg-3 {
        width: 100%!important;
    } */
    .tab_details .tab_container {
        padding: 30px 0 0px;
    }
    .tab_details{
        padding: 50px 0;
    }
    .welcom .breadcumb{
        padding: 20px;
    }
    .banner_section{
        padding-top: 140px;
    }
    .banner_container h1 {
        font-size: 28px;
    }
    .tab_section .tour_program h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width:370px){
    .tab_section .tab-pane::before{
        height: 99.3%;
    }
}

.button-class a.btn.btn-info {
    color: #fff;
    background-color: #00B8BB;
    border: none;
    width: 228px;
    height: 58px;
    padding: 16px;
    font-weight: 700;
    text-decoration: none;
    /* align-items: center; */
}
.title_2{
    text-align: center;
}
.button-class a{
    margin-bottom: 5px;
}