.w80{height:50px;}
.ml-5{margin-left:5px;}
.h-strong{font-weight:600; color: #0362ed; margin-top:10px !important;}
.home-data h4{font-size:25px; margin-top:15px;}
.home-data h5{font-size:25px; margin-top:15px;}
.home-data h6{font-size:25px; margin-top:15px;}
.mtb-5{margin-top:5px; margin-bottom:5px;}
.frm-head{
	background: #0362ed;
    color: #fff;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.frm-frm{
	border: solid 1px #e1e1e1;
    box-shadow: 0px 5px 5px 0px #0510362e;
	padding-bottom:15px;
}
.frm-enq{padding:10px;}

.from-price{font-size:12px !important; color:#111b19 !important;}
.big{color:#253551 !important;}
.f-box{border:solid 1px #acacac;
padding: 10px 10px 10px 10px !important;
height:38px !important;
}
.price-bot{
	margin-top:7px;
	background-color: #0362ed1c;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #0362ed;
}
.ageBandDiscountsIcon__xw4O {
    fill: #0362ed;
}
.bot-box{
padding: .75rem .5rem .75rem 1rem;
    background: #ebfaf7;
    border-radius: .5rem;
	display: flex;
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}
.bot-boxu{
	align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: .75rem;
    width: 100%;
}
.bot-boxu span{
	 
    line-height: 1;
}
.bot-boxu p{
	color: #000;
	    margin-bottom: 5px;
    line-height: 23px;
    
}
.str{font-weight:600; text-decoration:underline;}
.icon-UJ22 {
    fill: #008768;
	margin-top:5px;
}
.info-block_one-icon img{width:52px; margin-right:15px;}
.stip{
	
	padding:30px 10px 30px;
	color:#000;
	background-color:#ebfaf7;

}
/*.tour-detail_price > span{
	color: #0362ed;
	font-size: 32px;
	text-decoration: none;
}*/
/*.tour-detail_price del{
	position: relative;
    color: #999999;
    font-size: 20px;
    text-decoration: line-through;
}*/

/*------------Itinerary Start----------*/
.sessions {
  position: relative;
  padding-left: 2px;
  border-left: 3px solid #E0E0E0;
  margin-top: 2rem;
}

.sessions li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 20px;
  list-style: none;
}

.sessions li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #2c3f4f;
  box-shadow: 0 0 0 4px #ffecec;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 5px;
  transition: transform 0.3s ease;
}

.sessions li:hover::before {
  transform: scale(1.2);
  background-color: #2c3f4f;
}

.time {
  color: #2C3E50;
  
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.time span{color:var(--main-color);}



@media (max-width: 768px) {
  .sessions {
    padding-left: 2px;
  }
  .sessions li {
    margin-bottom: 1.5rem;
  }
  .time {
    font-size: 1rem;
  }
  p {
    font-size: 0.9rem;
  }
}
/*---------------Itinerary End-----------------*/




.logo img{height:65px;}
@media only screen and (max-width: 850px){
	.logo img{height:45px;}	
}

@media only screen and (max-width: 800px) {
  .d-none-sm {
     display:none !important;
  }
}


.accordion1 {
      
      margin-bottom: 10px;
	  margin-top:20px;
    }

    .accordion-header {
      
      
      cursor: pointer;
      position: relative;
    }

    .accordion-header::after {
      content: "\f107";
	  font-family: 'Font Awesome 6 Free';
      position: absolute;
      right: 15px;
      /*display: none;*/ /* shown on mobile only */
	  top: 0px;
	  transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
    }

    .accordion-content {
      
      
    }

    .accordion1.nested .accordion-content {
      display: none;
    }

    /* Desktop: all main accordions open */
    /*@media (min-width: 769px) {
      .accordion-content {
        display: block !important;
      }

      .accordion.nested .accordion-content {
        display: none !important;
      }

      .accordion.nested.open .accordion-content {
        display: block !important;
      }
    }*/

    /* Mobile View */
    /*@media (max-width: 768px) {*/
      .accordion-content {
        display: none;
      }

      .accordion1.open .accordion-content {
        display: block;
      }

      .accordion-header::after {
        display: block;
      }

      .accordion1.open .accordion-header::after {
        /*content: "X";*/
		transform: rotate(-180deg);
		color: var(--main-color);
      }

      /*.accordion1.first .accordion-header::after {
        display: none !important;
      }

      .accordion1.first .accordion-header {
        cursor: default;
      }

      .accordion1.first .accordion-content {
        display: block !important;
      }

      .accordion1.nested .accordion-content {
        display: block;
      }*/
    /*}*/
	
	
	.accordion-header .acc-btn{
	position:relative;
	cursor:pointer;
	line-height:26px;
	font-weight:600;
	font-size:16px;
	color: #444444;
	padding: 14px 10px 14px 0px;
	border-radius:4px;
	background-color: #f5f5f5;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 7px;
}

.accordion-header .acc-btn i{
	position:relative;
	font-size:16px;
	padding:15px 15px;
	border-radius:6px;
	margin-right:15px;
	color:var(--white-color);
	text-transform:capitalize;
	background-color:var(--main-color);
}

.accordion-header  .acc-btn.active{
	
}

.accordion-header  .icon-outer{
	position:absolute;
	right: 4px;
    top: -2px;
	font-size:16px;
	color:var(--black-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "flaticon_gymfit-flat";
}

.accordion-header  .icon-outer .icon{
    position: relative;
	width:60px;
	height:60px;
	opacity: 0.70;
	font-weight: 700;
	line-height:62px;
	text-align:center;
	display: inline-block;
    color:#444444;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-header  .acc-btn .open .icon-outer .icon{
	transform:rotate(-180deg);
}

.accordion-header .active-block .icon{
	opacity: 1;
	color: var(--main-color);
}
.o-auto{
	overflow-x:auto;
}
.tbl {
  font-family: 'Barlow', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tbl td, .tbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tbl tr:nth-child(even){background-color: #f2f2f2;}

.tbl tr:hover {background-color: #ddd;}

.tbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2c3f4f;
  color: white;
}
.bld{font-weight:700;}
hr {
    margin: 2rem 0 !important;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.mt-5{
	margin-top: 5px !important;
}
.mt-15{
	margin-top: 15px !important;
}

.box-btn {
    background-color: #f53;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 5px;
}
.extra_packages {
    background-color: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
	cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.extra_packages:hover {
    background-color: #051a53;
    color: #fff;
    
}

.extra_packages22 {
    border: solid 2px #000000;
    color: #000000;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    /* font-weight: bold; */
    width: 100%;
    display: block;
}
.extra_packages22:hover {
    border: solid 2px #051a53;
    color: #051a53;
    
}

.modal .extra_packages{
    display: none;
}
#btnbook .calendar-section, #btnbook .num_travellers_col{
	display: none;
}
.modal-open .ui-widget.ui-widget-content{
	z-index: 9999 !important;
}
.tour_booking_form .tour-detail-tabs{
	margin-top: initial;
}
.guest-selector-toggle {
    padding: 13px;
    border-radius: 6px;
   
    
   border: 1px solid rgb(0 0 0 / 22%);
    box-shadow: 0px 0px 3px #b2b2b2;
}
    border-image: initial;
}
/* Hide scrollbar for IE, Edge and Firefox */
.breadcrumb .container > .row, .tour-header .nav-pills, .tour-header-title > div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.breadcrumb .container > .row {
    overflow-x: auto;
    white-space: nowrap;
}
.tour-header .navbar > .nav {
	overflow: hidden;
}
.tour-header .nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
}
.ios,
.ios * {
    /* causes dom events events to be fired*/
    cursor: pointer;
}
.cursor-pointer{
	cursor: pointer;
}
.preloader_radiogroup{
	width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: 9;
    background: #fff;
	display: none;
}
.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

.d-block {
    display: block !important;
}
.row_price_chart th{
	color: #fff;
	width: 33.33%;
}
.row_price_chart th, .row_price_chart td{
	text-align: center;
}
.row_price_chart tr:nth-child(2n+1){
	background: #e3e3e3;
}
.row_price_chart tr td:first-child{
	font-weight: bold;
}

.currency_holder{
	/*position: fixed;
	bottom: 15px;
	left: 15px;*/
	z-index: 9;
}
.currency_holder select{
	background-color: #fff;
	padding: 4px .75rem;
	color: #2c3f4f !important;
}
.form-input {
    position: relative;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /*display: flex;
    margin-top: 18px;*/
}
.form-input select{
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 0 15px;
	/*padding-top: 25px;*/
	min-height: 40px;
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form-input select:focus ~ label, .form-input select.input-focused ~ label, .form-input.input-focused label{
	transform: translateY(-10px);
}
.y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-input label {
    /*position: absolute;*/
    top: 0;
    pointer-events: none;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fit label {
    top: -18px !important;
    transform: translateY(-0px) !important;
}
.form-input textarea, .form-input input, .form-input select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
	width: 100%;
    /* padding-top: 25px; */
    min-height: 40px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
::placeholder {
  color: #a4a4a4;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #a4a4a4;
}
.radio-group {
    position: relative;
    width: 100%;
}
.radio_div{
    padding: 15px;
    box-shadow: 0px 0px 4px #666;
    border-radius: 10px;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    cursor: pointer;
    margin-bottom: 10px;
}

.radio_div > div:last-child
{
   /*flex: 0 1 100%;*/
}
.radio_content{
    width: 100%;
    padding-right: 8px;
    line-height: 1.3;
}
.guest_heading{
	display: none;
}
.guest-option{
	font-size: 18px;
}
.guest-done-btn button, .checkout_btn .button{
	font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 8px 20px;
	color: #fff;
	/*background-color: var(--main-color);*/
}
.modal-backdrop2, .modal-backdrop3{
	z-index: -1;
}
.testimonial-block_two-author{
	padding: 0;
}
.testimonial-block_two-text{
	overflow-y: auto;
    max-height: 300px;
	padding-right: 10px;
}
#selected-cities{
	display: none;
}
.clearall{
	text-decoration: underline;
	color: #b95c47;
	font-weight: bold;
	cursor:pointer;
}
.city-tag {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #0d6efd;
	color: #fff;
	font-size: 14px;
}
.city-tag .remove-tag {
	margin-left: 8px;
	color: #fff;
	border-radius: 50%;
	cursor:pointer;
	/*margin-left: 1px;
    color: #0070fc;
    background: #f5f5f5;
    width: 14px;
    height: 14px;*/
}
.city-tag .remove-tag:hover {
	/*color: #ccc;*/
	opacity: 0.7;
}
.modal-backdrop.fade{
	visibility: hidden;
}
.modal-backdrop.show{
	visibility: visible;
}
.popup_show:not(.popup_guests) .modal-backdrop3{
	z-index: 1055;
}
.popup_show #changeDateModal{
	z-index: 1056;
}
.rating-box_one-review{
	display: inline;
}
#consultationModal{
	z-index: 1070;
}

@media screen and (max-width: 1200px){
    /*.radio_content{
		width: 95%;
	}*/
}
@media screen and (max-width: 767px){
    /*.radio_content{
		width: 93%;
	}*/
	#bookingModal .guest-selector-dropdown{
		display: none;
	}
	.modal-open .ui-widget.ui-widget-content{
		top: auto !important;
		left: 0 !important;
		bottom: -360px;
		transition: bottom 0.5s ease, opacity 0.5s ease;
		display: block !important;
		opacity: 0;
		visibility: hidden;
	}
	
	.popup_show .modal-backdrop2{
		z-index: 1055;
		visibility: visible;
	}
	
	.popup_date.modal-open .ui-widget.ui-widget-content{
		bottom: 0;
		opacity: 1;
		visibility: visible;
		position: fixed;
	}
	.modal-open .guest-selector-outer{
		position: fixed;
		bottom: -100%;
		top: auto;
		display: block !important;
	}
	.guest-selector-outer{
		opacity: 0;
		visibility: hidden;
		transition: bottom 0.5s ease, opacity 0.5s ease;
		/*transition: bottom 0.5s ease;*/
		z-index: 1055;
	}
	.popup_guests .guest-selector-outer .guest_heading{
		display: block;
	}
	.popup_guests .guest-selector-outer{
		bottom: 0;
		/*display: block !important;*/
		opacity: 1;
		visibility: visible;
		
	}
}
.radio_content .taxes_str, .timings_str {
	display: none;
}
.radio_div.selected .radio_content .taxes_str, .radio_div.selected .timings_str {
	display: block;
}
.radio_content_holder{
	display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    /*justify-content: space-between;*/
}
.radio_heading{
    font-size: 19px;
    font-weight: 500;
    margin-bottom:8px;
}
.radio_desc
{
   padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e4e4e4;
}
.radio_fees_holder {
	width: 100%;
}
.radio_fees
{
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/
    /*border-bottom: solid 1px #e4e4e4;*/
    font-size: 16px;
    line-height: 25px;
}
.radio_fees b
{
    color: #ff5533;
    font-size: 20px !important;
    font-size: 16px;
}
.taxes_str{
	margin-bottom:8px;
}
.radio_button{
    display:inline-block;
    min-width:20px;
    height: 20px;
    border-radius: 100%;
    background-color:#fff;
    border: 2px solid #757575;
    cursor:pointer;
    margin: 2px 0; 
}
.radio_button_inner{
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.radio_div.selected{
    border: 3px solid #ff5533;
}
.radio_div.selected .radio_button{
    background-color: #000;
    border-color: #000;
}
.radio_div.selected .radio_button_inner{
    background-color: #000;
}
.radio_div .time_capsule{
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    padding: 5px;
    /*margin-right: 10px;*/
    text-align: center;
    font-size: 14px;
}

.wrap_ul {
    position: relative;
    /*padding-right: 30px;*/
}
.wrap_ul .overlay {
    position: absolute;
    /*width: 120px;*/
    display: flex;
    /*padding: 3px;*/
    text-align: right;
    bottom: -10px;
    top: auto;
    right: 0;
    /*background: linear-gradient(0deg, #76767647, #cdcdcd54, transparent);*/
    cursor: pointer;
}
.radio_desc .wrap_ul .overlay{
	width: 85px;
}
.radio-group .wrap_ul .overlay {
    bottom: 0;
}
.wrap_ul .left-overlay{
    width: 20px;
    background-color: #ffffff40; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #ffffff02, #ffffff);
}
.wrap_ul .right-overlay{
   background: #fff;
}
.overview-section .wrap_content {
    max-height: 85px;
}
.wrap_content {
    max-height: 57px;
    overflow: hidden;
    transition: all 1s ease;
}
.testimonial-block_five .wrap_content{
	max-height: 90px;
}
.testimonial-block_five .wrap_ul .overlay{
	bottom: -1px;
}
.testimonial-block_five .wrap_ul.expand .overlay{
	bottom: 4px;
}
.radio_content .wrap_content {
    max-height: 40px;
}
.expand .wrap_content {
    max-height: none;
    padding-bottom: 5px;
}
.timings_str .wrap_content{
    gap: 10px;
    grid-template-columns: 80px 80px repeat(auto-fill, 80px);
}
.time_capsule.selected{
    border-color: #ff5533;
}
.timings_str.wrap_ul .overlay{
    bottom: -20px;
    right: auto;
}
.timings_str.wrap_ul .left-overlay {
    display: none;
}

.tour-header, .tour-footer{
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .25s ease 0s;
    transition: transform .25s ease 0s;
    transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
    position: fixed;
    top: 0;
    border-bottom: 1px solid var(--dividerFill);
    background: #fff;
    z-index: 9999;
}
.tour-header{
	z-index: 1001;
}
.tour-header.open, .tour-footer.open{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tour-footer{
    top: auto;
    bottom: 0;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.modal-open .tour-footer, .tour-footer.open{
    z-index: 999;
}
.footer-widget .footer-two_logo{
	width: 100%;
	max-width: 300px;
}

.ui-datepicker td, .ui-datepicker th{
    /*text-align: center;
    padding: 8px 12px;
    font-size: 14px;*/
}
.ui-datepicker td a, .ui-datepicker td span{
	padding: 10px 1px;
}

.travel-block_one-price span{
	margin-left: 0;
	text-decoration: none;
}
.travel-block_one-price > span{
	margin-left: 5px;
}
.travel-block_one-price del{
	text-decoration: line-through;
	font-size: 12px;
    color: var(--main-color);
}
.pmt_form label{
	/*display: none;*/
	margin-top: 20px;
    /*font-size: 13px;
    font-weight: 400;
    font-style: italic;*/
}
.pmt_form_new .banner-search-form{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.pmt_form_new .banner-search-form form{
	padding-right: 0;
}
.pmt_form_new .form-group:not(.form-radio) label{
	display: block;
}
.pmt_form_new .banner-search-form button.submit-btn{
	position: relative;
}
.form-radio input[type='radio'], .form-radio input[type='checkbox']{
	width: 16px;
	height: 16px;
	display: inline;
}
.page-wrapper.tour-detail-wrapper{
	overflow: visible;
}
.stky {
    position: sticky;
    top: 100px;
    overflow: auto;
}
.display_enquiry_form.stky::-webkit-scrollbar {
	display: none;
}
.page-title_two{
	overflow-x: auto;
}
.page-title_two::-webkit-scrollbar {
  display: none;
}
.page-title_two .bread-crumb li{
	display: table-cell;
}
.page-title_two .bread-crumb li:first-child::before{
	display: none;
}
.page-title_two .bread-crumb li:before{
	right: auto;
    left: -10px;
    font-size: 14px;
    content: "\2022";
}
.page-title_two .bread-crumb li:last-child:before{
	display: block;
}
.radio_footer .buton button{
	white-space: nowrap;
}
.border-top-light {
    border-top: 1px solid #DDD;
}
.border-light {
    border: 1px solid var(--color-border) !important;
}
.justify-between {
    justify-content: space-between !important;
}
.items-center {
    align-items: center !important;
}
.page-title .bread-crumb{
	display: none;
}
.mobile-menu .menu-backdrop{
	-webkit-transform: none;
	transform: none;
	width: 100%;
	transition: visibility 1000ms ease;
}
.booking_form_div .submit-btn-holder{
	display: none;
}

@media screen and (max-width: 1023px){
	li.dropdown > a > i {
		display: none;
	}
	
}
@media screen and (min-width: 992px){
	.stky {
		max-height: calc(100vh - 120px);
	}
	.display-mobile-only{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.tour-detail > .auto-container > .row{
		flex-direction: column-reverse;
	}
	.display-desktop-only{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.ui-widget.ui-widget-content{
		width: 450px;
	}
}
@media screen and (max-width: 767px){
	#bookingModal .modal-dialog{
		width: 100%;
		max-width: 100%;
	}
	.ui-widget.ui-widget-content{
		width: 100%;
	}
	
}
@media screen and (min-width: 576px){
	#bookingModal .modal-content{
		height: calc(100vh - 30px);
		overflow-y: auto;
	}
	#bookingModal .modal-header{
		position: sticky;
		top: 0;
		z-index: 99;
		background: #fff;
	}
}
@media screen and (min-width: 480px){
	.radio_footer{
		display: flex;
	}
}
@media screen and (max-width: 599px){
	.footer-two_copyright{
		margin-bottom: 0 !important;
	}
	.mobile-menu{
		width: 100%;
	}
	.mobile-menu .menu-backdrop{
		display: none;
	}
}