.TopInterRoutes{
    padding: 30px 0px;
}

.TopInterRoutes .RVM_title{
    display: flex;
    justify-content: center;
}

.custom_row {
display: flex !important;
flex-wrap: wrap !important;
}

.custom_margin{
  margin-bottom: 20px;
}

.TopInterRoutes .RVM_titl_h {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.TopInterRoutes .RVM_title h1.RVM_titl_h::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    background: #0b9d78;
    left: -70px;
    top: 55%;
    transform: translateY(-50%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.TopInterRoutes .RVM_title h1.RVM_titl_h::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    background: #0b9d78;
    right: -70px;
    top: 55%;
    transform: translateY(-50%);
 clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}


.TopInterRoutes .international_list {
    padding: 6px 8px;
    /* margin-bottom: 20px; */
    /* border-radius: 10px; */
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border: 1px solid transparent; /* The transparent border is necessary for the gradient to show */
    border-image: linear-gradient(45deg, #e3a428, #0b9d78) 1; /* Apply gradient to the border */
}

.TopInterRoutes .international_list > a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.TopInterRoutes .international_list span.text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.TopInterRoutes .international_list:hover {
     scale: 1.01;
}

.TopInterRoutes .international_list .icon {
    min-height: 40px;
    min-width: 40px;
    width: 100%;
    max-width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #e3a428 0%, #d08a1d 100%);
    position: relative;
}





.international_para .bodySection h2{
        font-size: 26px;
    font-weight: 600;
}

.international_para .bodySection p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.international_para .bodySection ul {
    margin-left: 25px;
    padding:0;
}

.international_para .bodySection ul li {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.bodySection ol {padding-left:25px;}
.bodySection ol li {
    margin-bottom: 8px;
}
.international_para .bodySection h3 {
    font-size: 24px;
    font-weight: 600;
}

.international_para .bodySection ul li {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}


/* ========================= */

/* =======css============== */
.center_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 65%);
    z-index: 9999;
    display: none;
    opacity: 0;
    /* transition: opacity 0.3s ease; */
    transition: all 0.ss ease-out;
}
.center_modal.show { display: block; opacity: 1; }
.center_content {
    max-width: 560px;
    width: 100%;
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 10%);
    text-align: center;
    /* transition: transform .3s ease-out; */
    animation: modalDown 0.3s ease-out;
    border: 0px solid #dbae1d;
    border-bottom: 6px solid #0b9d78;
}
.modal-close {
position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 10;
    background: #eee;
    border: none;
    box-shadow: none;
}
.center_content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
.center_content p {
    color: #666;
    font-weight: 600;
    font-size: 15px;
}
.modal-close img {
    width: 18px;
    height: 18px;
    opacity: 0.5;
}
.cntr_popup h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #242524;
}
.cntr_popup p {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.btn_boxes {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0;
}
.btn_boxes a.cntr_popup img {
    width: 22px;  
    height: auto; 
    margin-right:5px;
}
.cntr_popup svg {margin-right:6px;}
.btn_boxes a.cntr_popup:hover {text-decoration: none;}
.btn_boxes a.cntr_popup {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0 0 0px 0;
    position: relative;
    top: 5px;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    padding: 7px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
        background: #0b9d78
}
.btn_boxes a.cntr_popup:hover {
    background: #dbae1d;
}
ul.center_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.center_list li {
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.center_list li svg {
    margin-right: 5px;
}


/* ==================== */

/* ===========bottom_popup============== */
.second_modal {
    width: 1040px;
    position: fixed;
    bottom: 18px;
    left: 50%;
    right: inherit;
    z-index: 999;
    background: #fff;
    border-radius: 15px;
    box-shadow: 10px 0px 12px 0px rgba(0, 0, 0, 10%);
    transform: translateX(-50%) translateY(200%);
    display: block;
    transition: all 0.3s ease-in-out;
    animation: bottomup 0.3s ease-in-out;
    border-radius: 12px;
}
.second_modal.bottomfix {
    transform: translateX(-50%) translateY(0%);
        transition: all 0.3s ease-in-out;
    animation: bottomup 0.3s ease-in-out;
}
.second_modal_content {
    width: 100%;
    padding: 15px 20px 15px;
    max-width: 100%;
    box-shadow: 0px 0px 12px 0px #00000021;
    border-radius: 12px;
    position: relative;
    border: 0px solid #dbae1d;
    border-bottom: 6px solid #0b9d78;
}
.second_modal_content::before {
    content: '';
    background: url("/resources/images/bottom_popup.svg");
}
/* .second_popup h2 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #242524;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}
.second_popup p {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
} */
.second_popup .botm-modal-close {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 10;
    transform: translateY(-50%);
}
.second_popup .modal-close img {
    width: 100%;
    height: auto;
    opacity: 1;
}
.second_tfn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background: url(/resources/images/airlinepage-img/btm_popup_bg.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding: 10px 0;
    background-size: 100%;
}
.help_tfnsec {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.second_tfn a.cntr_popup {
    font-weight: 600;
    font-size: 24px;
    color: #dbae1d;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0 0 6px 0;
    position: relative;
    top: 5px;
}
.second_popup .row {
    align-items: center;
}
.botm_box {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.second_tfn a.cntr_popup:hover {text-decoration: none; color: #fff;}
.second_tfn h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
      margin: 0 0 15px 0;
    display: none;
}
a.second_popup {
    background: #da9823;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 7px 10px;
    margin: 0 0px 0 10px;
    border-radius: 8px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.second_popup h2 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #242524;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 7px 0;
}

.second_popup p {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
}
.second_popup img {
    width: 30px;
    height: auto;
    margin-right: 6px;
}

@media screen and (max-width:1199px) and (min-width:1025px) {
	div.second_modal {width:96%;}
	.second_modal_content .col-lg-6 {width:50%; float:left;}
	a.second_popup {margin: 0 0px 0 7px; font-size: 18px;}
	
}

@media screen and (max-width:1024px) and (min-width:768px) {
	div.second_modal {width:540px;}
	div.help_tfnsec {    justify-content: center;}
	
}


@media screen and (max-width:767px) {
	
ul.center_list {display:none;}	
div.btn_boxes { flex-direction: column; margin-bottom:0;}
.btn_boxes a.cntr_popup {margin-bottom:12px; min-width: 236px;}
div.center_content {padding:15px; width:92%; max-width:300px; } 
.center_content h2 {font-size:20px;}
span.modal-close { top: -4px;    border-radius: 50%; right: 0px;}

div.help_tfnsec { flex-direction: column;}
a.second_popup {    margin: 0 0px 8px 0px;    padding: 4px 10px; display: flex;   align-items: center; justify-content: center;}
.second_tfn h3 {display:block;    margin: 0 0 5px 0; font-size:13px; }
div.second_modal {width:92%; max-width: 300px;     bottom: 6px;}
div.second_modal_content {padding:7px 12px;}
a.second_popup { min-width: 230px; font-size:16px;}
.second_box {display:none;}
div.second_tfn {padding:0 0;}
a.second_popup:last-child {margin-bottom:0;}
.second_popup img {width:26px; margin-right: 3px;}
.btn_boxes a.cntr_popup {    justify-content: center;}

.bodySection h1 {
    font-size: 23px;
    line-height: 1.5;
}

.bodySection h2 {
    font-size: 21px!important;
    line-height: 1.5;
}

.bodySection h3 {
    font-size: 19px!important;
    line-height: 1.5;
}


}




