.elementor-1077 .elementor-element.elementor-element-754d1383{--display:flex;--background-transition:0.3s;}.elementor-1077 .elementor-element.elementor-element-1dd409f4 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:17px;}.elementor-1077 .elementor-element.elementor-element-555336d8 > .elementor-widget-container{margin:-24px 0px 0px 0px;}.elementor-1077 .elementor-element.elementor-element-3f9d97b4{--e-image-carousel-slides-to-show:1;}.elementor-1077 .elementor-element.elementor-element-3f9d97b4 > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-1077 .elementor-element.elementor-element-427201e3 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1077 .elementor-element.elementor-element-427201e3 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1077 .elementor-element.elementor-element-427201e3{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1077 .elementor-element.elementor-element-427201e3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1077 .elementor-element.elementor-element-427201e3 .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;font-weight:300;}.elementor-1077 .elementor-element.elementor-element-427201e3 .elementor-icon-list-text{transition:color 0.3s;}/* Start custom CSS */.itn {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius:100px;
    background: #f3f3f3;
}

.itn li {
    flex: 1;
   
}

.itn li a {
    display: block;
    text-align: center;
    color: #000;
    padding: 15px 0;
    transition: background-color 0.3s;
     

}

/* Hover effect */
.itn a:hover {
    background-color: #fff;
    color:#000;
   
}

/* Active/Current page style */
.itn a.active {
    background-color: #fff;
    font-weight: bold;
     color:#000;
  
}

.itn li:first-child a {
    border-radius:100px 0 0 100px;
}

.itn li:last-child a {
    border-radius:100px 100px 100px 100px;
    background: #eb5239;
    color:#fff;
    font-weight: bold;
   
    text-transform: uppercase;
   
}

.itn li:last-child a:hover {
    
    color: #000
}


.itinerary_description ol,
.itinerary_description ul {
    font-size: 13px;
    margin-top: 25px;
    line-height: 1.69em;
}

.itinerary_description ol,
.itinerary_description ul {
    /*list-style: decimal;*/
    counter-reset: item;
    list-style-type: none;
}

.itinerary_description li {
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 60px;
}

.itinerary_description li:before { 
    content: ' ';
    position: absolute;
    top: 9px;
    left: 0px;
    display: block;
    height: 0;
    border-bottom: 2px dotted #dfdfdf;
    width: 50px;
}

.itinerary_description li:after { 
    content: counter(item) "  "; 
    counter-increment: item ;
    width: 20px;
    height: 20px;
    background: #272727;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    left: 15px;
    top: 0;
}

.itinerary_description {
    margin-bottom: 47px;
}



/* Responsive menu styling */
@media (max-width: 790px) {
    
    
    .itn li:last-child a {
   
    font-size:12px;
   
}}





/* Responsive menu styling */
@media (max-width: 600px) {
    .itn {
        flex-direction: column;
    }

    .itn a {
        padding: 10px 0;
    }
    
    .itn li:last-child a {
   
    font-size:12px;
   
}

}/* End custom CSS */