/* CSS */
.header .logo img {
    max-height: 60px !important;
    width: 250px !important;
    /* height: 109px !important; */
}

.success_msg{
    color:green;
    font-weight:bold;
    font-size:20px;
}
a.phone,a.phone:hover{
    color:#013f99;
}
#fares_result .booking-form .form-header h1 {
    font-size: 24px!important;
}

#fares_result #booking {
    margin-top: 350px!important;
}

#fares_result #booking .section-center {
    top: 0!important;
}

#fares_result h2 {
    font-size: 0.9rem;
}

.destination_form #email,.destination_form #phone{
    display:none;
}

.booking-form.main #email,.booking-form.main #phone{
    display:none;
}

.flight-departure h5 {
    font-size: 10px;
}

a.book-now:hover {
    color: #fff!important;
}

.airline_logo {
    margin-bottom: 35px;
}

.flight-listing-page .flight-block .flight-area {
    align-self: center;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #013f99;
    font-weight: 600;
    height: 50px;
    border: none;
    padding: 0px 50px;
}

.destination_page .flight-detail {
    display: flex !important;
    margin-top: 20px;
    /* text-align: center; */
    align-items: center;
}

.flight_to_any img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.result img{
    width: 140px;
    padding: 0px 10px;
}

.flight-listing-page .flight-block .flight-area .flight-detail {
    align-items: center;
}
    
.flight_to_any .airline-name{
    text-align:center!important;
}
.flight_to_any .airline-name img {
    width: auto!important;
    height: 25px!important;
}
.flight_to_any .flight-detail{
    display:flex!important;
}
.flight_to_any .flight-button{
    margin-left:15px!important;
}
.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.ui-menu-item {
  padding: 10px;
  cursor: pointer;
}

.ui-menu-item:hover {
  background-color: #f0f0f0;
}
    
.container.d-flex.justify-content-right.justify-content-md-between {
    justify-content: right !important;
}

.navbar a{
    color:#fff;
}

.hero {
    background-image: url(../img/banner.jpg) !important;
    background-size: cover;
    background-position: center center;
    /*height: 600px;*/
}

.header{
    background-color:#013f99!important;
}




.section-header h2 {
    color: #013f99;
}

#contact a{
    color:#fff!important;
}

input::placeholder {
    color: rgb(255 255 255 / 67%)!important; /* Placeholder text color */
}

#inputEmail::placeholder{
    color:#747d7e!important;
}

#contact input::placeholder {
    color: #747d7e!important; /* Placeholder text color */
}

.services .service-item:hover h3 {
    border-color: #013f99;
}

.services .service-item .icon i {
    color: #013f99;
}

#preloader:before{
    color: #013f99!important;
}

.contact .info-container {
    background-color: #013f99;
}

.contact .info-item {
    background-color: #3971c3;
}

.contact .php-email-form button[type=submit] {
    background: #3971c3;
}

.services .service-item:hover .icon:before {
    background: #013f99;
}

.section-header h2:after {
    background: #013f99;
}

.about_us p,.faqs p,.privacy_policy p,.terms_conditions p{
    text-align:justify;
}
/* Main styles */
.destinations {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.destination-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.destination {
    flex-basis: calc(33% - 20px);
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 131 116 / 32%);
    transition: transform 0.3s ease;
    padding-bottom: 25px;
}

.destination:hover {
  transform: translateY(-5px);
}

.destination img {
    width: 100%;
    height: 210px;
    border-radius: 8px 8px 0 0;
}

.destination h2 {
  padding: 20px;
  margin-bottom: -20px;
  font-size: 24px;
  color: #013f99;
}

.destination p {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 25px;
}


.price-book {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.price {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.book-now {
  background-color: #013f99;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.section {
	position: relative;
	height: 80vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar>ul>li>a:before {
    background-color: #000!important;
}

.scroll-top,.scroll-top:hover{
    background:#000;
}
.footer-contact a{
    color:#fff;
}

.payments_accept {
    text-align: center;
    margin-bottom: 20px;
}

.topbar {
    background: #3971c3;
}

#booking {
	font-family: 'Montserrat', sans-serif;
}

.booking-form {
	padding: 0px 40px 40px;
	max-width: 642px;
	width: 100%;
	margin: auto;
	background: #013f9982;
}

.booking-form .form-header {
    padding: 15px;
    margin: 0px -40px 30px;
    background: #013f99;
    display: flex;
    justify-content: space-between;
}

.booking-form .form-header h1 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 35px;
	margin: 0;
	color: #fff;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 8px;
}

a.res_whatsapp,#call_to_reserve,.cus-btn{
    width:100%!important;
}

.airline_logo img{
    position: absolute;
    width: 70px;
    margin: -10px -20px;
    border-radius: 10px 0px;
    opacity: 0.7;
}

.airline_logo img {
    position: absolute;
    width: 50px;
    margin: -10px -20px;
    opacity: 0.7;
}
    
.form-btn {
    text-align: center;
    margin-top: 15px;
}

.booking-form .form-control {
	background-color: #013f99;
	height: 50px;
	padding: 7px 20px 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 50px;
	line-height: 50px;
	color: #2d343b;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	/*position: absolute;*/
	top: 15px;
	left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-group.input-not-empty .form-label {
	top: -10px;
	color: #fff;
	font-size: 14px;
}

/*.booking-form .form-group:not( .input-not-empty) .form-control:not( :focus) {*/
/*	color: transparent;*/
/*}*/

/*.booking-form .form-group .form-control:focus+.form-label {*/
/*	top: -10px;*/
/*	color: #fff;*/
/*	font-size: 14px;*/
/*}*/

.booking-form .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	color: #fff;
	font-weight: 700;
}

.booking-form .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #1c2126;
	background: #1c2126;
	border-radius: 50%;
}

.booking-form .form-checkbox input:checked+span {
	border-color: #fff;
}

.booking-form .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #087165;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #013f99;
    font-weight: 700;
    height: 50px;
    border: none;
    padding: 0px 50px;
}
.footer{
    background-color: #013f99;
}


.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "e072"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

@media (min-width:320px) and (max-width:667px){
    .booking-form {
        margin-top: 35px;
    }
    .topbar .contact-info i a, .topbar .contact-info i span {
        font-size: 13px!important;
    }
    .booking-form .form-header h1 {
        text-align: center;
        font-weight: 700;
        font-size: 22px!important;
    }
    .booking-form .form-header {
        padding: 10px!important;
    }

    .destination {
        flex-basis: calc(100% - 0px);
    }
    
    .footer .footer-links {
        display: inline-block !important;
        width: 100%!important;
    }
    .navbar ul{
        background: #013f99!important;
    }
    
    .popup-overlay {
        z-index:99999;
    }
    .popup-content a {
        display: inline-block;
        padding: 10px 25px;
        margin: 5px;
        border-radius: 5px;
        text-decoration: none;
        color: #fff!important;
        transition: background-color 0.3s ease;
    }
    
    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        padding: 25px 15px!important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        text-align: center;
        transform: translate(-50%, -50%) scale(0.5); /* Start with scaled down size */
        animation: bounceIn 0.5s ease forwards; /* Bounce-in animation */
        z-index: 99999;
        width: 90%;
    }
    
    .popup-content p {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0;
        color: #666;
        
    }
    
    .banner_txt {
        margin-top: 12%;
    }
    #booking.section {
        margin-top: -12%;
    }
    
    #fares_result .result {
        display: block!important;
    }
    
    .flight-button,.res_buttons {
        border-left:unset!important;
        border-top: unset!important;
        padding: unset!important;
    }
    
    .cus-btn{
        padding: 10px 62px!important;
    }
    
    #fares_result .group_button {
        display: flex !important;
        margin-top: 25px;
        justify-content: space-between;
        text-align: center;
    }

    .flight-departure h5 {
        font-size: 10px!important;
    }
    
    a.res_whatsapp,#call_to_reserve,.cus-btn{
        width:100%!important;
    }
    
    p.color-black.note {
        font-size: 10px;
        font-weight: bold;
    }
    
    a#callback {
        font-weight: bold;
        color: #013f99;
        font-size:12px;
    }
    
    #fares_result .flight-button h5 {
        text-align: center;
    }
    
    .airline_logo img {
        position: absolute;
        width: 50px;
        margin: -25px -20px;
        opacity: 0.7;
        text-align: center;
        margin-left: 5%;
    }
   
    .destination_page #booking.section {
        margin-top: -45%;
    }
    
    .destination_page .banner_txt {
        margin-top: -12%;
        display: none !important;
    }
    
    .destination_page .flight-departure{
        float: left!important;
    }
    
    .destination_page .flight-departure{
        float: inline-end!important;
    }
    
    .destination_page .flight-button {
        border-left: unset !important;
        border-top: unset!important;
    }
    
    .flight-listing-page .flight-block .flight-area{
        width:100%!important;
    }
    
    .callback .popup-content {
        width: 100%!important;
    }
    
}


/* ========== Result Page ========= */

    .cus-btn {
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.32px;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        width: fit-content;
        align-items: center;
        gap: 8px;
        transition: all 0.5s ease-in-out;
        border-radius: 10px;
        border: none;
        background: #013f99;
        box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
        color: #F8F8FF;
        margin-bottom:-10px;
    }
    
    #call_to_reserve{
        margin-bottom: -18px;
    }
    
  
    /* Base styles for the flight listing page */
    .flight-block {
        background-color: #013f991c !important;
        padding: 10px 20px;
        padding-bottom: 25px;
        border-radius: 15px;
        margin-bottom: 25px;
    }
    
    .airline-name h5,.flight-departure h5{
        font-size:10px;
    }
    
    .airline-name h5{
        margin-top: 10px;
    }
    
    .flight-listing-page .flight-block .flight-area .flight-button,
    .flight-listing-page .flight-block .flight-area .airline-name {
        width: 20%;
    }
    
    .flight-listing-page .flight-block .flight-area .flight-detail {
        margin-top: 16px;
    }
    
    .flight-listing-page .flight-block .flight-area .airline-name img {
        border-radius: unset!important;
        height: 45px;
        padding: 10px;
    }
    
    .flight-listing-page .flight-block .flight-area .flight-button .amount {
        /*display: flex;*/
        justify-content: center!important;
        text-align: center;
    }
    
    .amount h5 {
        font-weight: bold;
        text-align: center;
        margin-left: 0px;
        margin-bottom: -5px;
    }
    
    .flight-listing-page .flight-block .flight-area .airline-name {
        display: block;
        top: 30px;
        position: relative;
    }
    
    .flight-listing-page .flight-block .flight-area .flight-button {
        gap: 8px;
        display: block;
        margin-top: -50px;
        text-align:center!important;
    }
    
    .footer-newsletter {
        padding: 35px 0px;
        background: #3971c3;
        margin-bottom: -60px;
    }
    
    .inputEmail::placeholder{
        color: #999;
    }
    .newsletter-form button,.newsletter-form button:hover{
        background-color: #013f99;
        border-color: #013f99;
    }
    
    
    
    .res_bottom{
        margin:-10px 0px;
    }
    
    .res_bottom p{
        margin-bottom:0px!important;
    }

.flight-listing-page .flight-block .flight-area {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    width:70%;
}

#fares_result .result{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.flight-listing-page .flight-block .flight-area .flight-button .amount {
    /*display: flex;*/
    justify-content: center;
    gap: 8px;
}

.flight-listing-page .flight-block .flight-area .flight-button .amount {
    justify-content: flex-end!important;
}

.flight-listing-page .flight-block .flight-area .airline-name{
    text-align:center;
}

.icon-md.bg-primary.text-white.rounded-circle.position-absolute.top-50.start-50.translate-middle {
    background-color: rgb(1 63 153) !important;
    padding: 12px 10px!important;
}

.flight-detail-page input.btn.btn-primary.mb-0 {
    background: #013f99;
    border-color: #013f99;
}

@media (max-width: 1199px) {
    .flight-listing-page .flight-block .flight-area {
        justify-content: center;
        text-align: center;
        /*gap: 32px;*/
    }
}

.flight-listing-page .flight-block .flight-area .airline-name {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width: 1499px) {
    .flight-listing-page .flight-block .flight-area .airline-name {
        display: block;
    }
}

@media (max-width: 1199px) {
    .flight-listing-page .flight-block .flight-area .airline-name {
        width: 100%;
        text-align: center !important;
    }
    .flight-listing-page .flight-block .flight-area .airline-name:first-child {
        margin-bottom:20px;       
    }
    .amount h5 {
        margin-left: 5px;
    }
}

.flight-listing-page .flight-block .flight-area .airline-name img {
    border-radius: 50%;
}

.flight-listing-page .flight-block .flight-area .flight-detail {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1699px) {
    .flight-listing-page .flight-block .flight-area .flight-detail {
        gap: 8px;
    }
}

@media (max-width: 1199px) {
    .flight-listing-page .flight-block .flight-area .flight-detail {
        gap: 0px;
    }
}

.flight-listing-page .flight-block .flight-area .flight-button {
    /*display: flex;*/
    align-items: center;
    gap: 32px;
}

@media (max-width: 1599px) {
    .flight-listing-page .flight-block .flight-area .flight-button {
        gap: 8px;
        display: block;
    }
}

.flight-listing-page .flight-block .flight-area .flight-button .amount {
    /*display: flex;*/
    justify-content: center;
    gap: 8px;
}

@media (max-width: 1199px) {
    .flight-listing-page .flight-block .flight-area .flight-button .amount {
        margin-bottom: 8px;
    }
}

@media (max-width: 1199px) {
    .flight-listing-page .flight-block .flight-area .flight-button {
        margin: 0 auto;
        display: flex;
        width:100%;
    }
}

/* Styles for accordion button */
.flight-listing-page .accordion-button:not(.collapsed) i.fa-chevron-down:before {
    content: "\f077" !important;
}

/* Additional styles for time detail */
.time-detail {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .time-detail {
        padding-top: 10px;
        text-align: center;
    }
}

.time-detail .flight-date {
    padding: 12px;
    background: rgba(77, 115, 252, 0.10);
    border-radius: 5px;
    color: #ffffff;
}

/* Styles for detail block */
.detail-block {
    background: rgba(77, 115, 252, 0.10);
    padding: 64px 24px;
    border-radius: 10px;
}

.detail-block img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .detail-block {
        padding: 32px 24px;
    }
}

@media (max-width: 576px) {
    .detail-block {
        text-align: center;
    }
}

/* popup Design */
/* Styles for the overlay */
.popup,.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

/* Styles for the popup content */
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 25px 65px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: translate(-50%, -50%) scale(0.5); /* Start with scaled down size */
    animation: bounceIn 0.5s ease forwards; /* Bounce-in animation */
}

/* Close button */
.popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    padding: 0px 5px;
    font-weight: bold;
    color:#013f99;
}

.callback .popup-close {
    color:#fff!important;
    z-index:999!important;
}

.callback .popup-content {
    position: absolute;
    width: 47%;
    height: auto;
    background:unset!important;
}

.callback .booking-form .form-header h1 {
    font-size: 28px;
}

.callback #booking.section{
    height:69vh!important;
}

/* Popup content styles */
.popup-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #013f99;
    font-family: 'Lilita One', sans-serif;                                  
}

.popup-content p {
    font-size: 16px;
    margin: 10px 0;
    color: #666;
}

/* Buttons styles */
.popup-content a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff!important;
    transition: background-color 0.3s ease;
}

.popup-content .call-button {
    background-color: #013f99;
    font-weight: bold;
}

.popup-content .whatsapp-button {
    background-color: #4dc247;
    font-weight: bold;
}

/* Button hover effect */
.popup-content a:hover {
    background-color: #3971c3;
}

/* Bounce-in animation keyframes */
/* Bounce-in animation keyframes */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    60% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}


/*Sticky phone and whatsapp */
.phone_sticky {
    position: fixed;
    bottom: 22%;
    right: 17px;
    height: 42px;
    width: 42px;
    border-radius: 30px;
    background: #013f99;
    color: white;
    padding: 9px 10px;
    z-index: 9999;
}

.whatsapp_sticky {
    position: fixed;
    bottom: 12%;
    right: 17px;
    height: 42px;
    width: 42px;
    border-radius: 30px;
    background: #4dc247;
    color: white;
    padding: 7px 4px;
    z-index: 9999;
}

a.phone_sticky:hover {
    color: #fff;
}
.whatsapp_sticky .fa-lg{
    font-size:2.333333rem!important;
}

a.res_phone {
    height: 42px;
    width: 42px;
    border-radius: 12px;
    background: #013f99;
    color: white;
    padding: 9px 9px;
    z-index: 9999;
}

a.res_whatsapp {
    background: #4dc247;
    width: 22% !important;
    height: 42px;
    margin-left: 8px;
    border-radius: 5px;
}

.res_whatsapp svg{
    height: 100%!important;
    fill: rgb(255, 255, 255);
    stroke: none;
}

#fares_result .group_button {
    display: flex !important;
    margin-top: 25px;
    justify-content: space-between;
    text-align: center;
}

#fares_result form{
    width:100%!important;
}
.res_buttons {
    border-left: 3px dashed #311b927a;
    padding: 10px 20px;
}

.note{
    font-size: 14px;
}

a:hover {
    color: #fff;
}

a.res_whatsapp .whatsapp_sticky .fa-lg{
    font-size:2.333333rem!important;
}


/* Style for the sticky bar */
#sticky-bar {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Change to your desired background color */
    color: #fff; /* Change to your desired text color */
    z-index: 1000;
}

.sticky-bar-buttons {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

/* Style for the buttons */
.stick_btn {
    padding: 4px 20px;
    border: none;
    cursor: pointer;
}

.stick_btn.call {
    background-color: #007bff; /* Change to your desired button color */
}

.stick_btn.whatsapp {
    background-color: #25d366; /* Change to your desired button color */
}
.stick_button a {
    color:#fff!important;
}

.stick_button svg{
    width:25px!important;
    vertical-align:middle;
}

.stick_button-container {
    text-align: center;
}

.stick_button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Full width */
    margin: 0 auto; /* Center the buttons and separator */
}

.stick_button {
    padding: 10px 12px;
    background-color: #013f99;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0;
    flex-grow: 1; /* Distribute available space evenly */
    position: relative; /* To position the center line */
}

.stick_button:first-child {
    border-top:1px solid #013f99;
}

.stick_button:last-child {
    background-color: #0dc143;
}

/* Center Line */
.center-line {
    position: absolute;
    width: 6px; /* Adjust the width as needed */
    height: 100%;
    background-color: white;
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%);
}

.slimmenu-menu-collapser{
    font-size: 14px;
    font-weight: bold;
}
a.phone{
    background:none!important;
}
@media screen and (max-width: 768px){
    #sticky-bar{
        display:block!important;
    }
    footer#main-footer {
        margin-bottom: 45px;
    }
    .phone_sticky,.whatsapp_sticky{
        display:none!important;
    }
    img.pmnt_img {
        display: block!important;
        width: 100%!important;
    }
    i.fa.fa-phone-volume {
        padding: 0px 3px;
    }

}