/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730945605
Updated: 2024-11-07 02:13:25

*/
.vis-container{
    margin: auto;
    display: flow-root;
    box-sizing: content-box;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.vis-container-mid{
    margin: auto;
    display: flow-root;
    box-sizing: content-box;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.vis-container-small{
    margin: auto;
    display: flow-root;
    box-sizing: content-box;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.vis-inline{
	width: 100%
}
.vis-inline img{
       width: 100%;
}
.vis-olay{
	width: 45%;
        color: #000
}
.vis-olay h2{
	font-weight: 700;
	margin: auto;
	margin-bottom: 30px
}
.vis-olay span{
	font-weight: 400;
        display: block
}
.scroller{
        margin-top: 50px;
    	width: 100%;
    	display: inherit;
}
.scroller-box{
    	padding: 0;
}
.scroll-section ul li.active {
    background-color: #FCCA00;
    color: #000;
}
.scroll-section ul{
    background: #F3F3F3;
    margin-left: 0;
}
.scroll-section ul li{
      padding-left: 0
}
.scroll-section ul li a{
    height: 56px;
    padding: 0 40px;
}
.scroll-section ul li.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffcc00;
}
.uk-subnav-divider>::before{   
    height: 56px;
    margin-right: 0px
}
.option{
    background: #F3F3F3
}
.option-box{
    padding: 40px 0
}

.mid-content{
    text-align: center;
    margin: auto;
    padding: 20px;
background: #EDECEB
}
.mid-content-text{
 width: 70%;
    margin: auto;
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
}
.offer-icon img{
    width: 45px;
    height: 45px;
    padding: 3px;
    object-fit: contain;
}
.offer-icon{
   top: -7%;
   background: #FFCC00;
    padding: 10px;
    border-radius: 100px;
}
.offer-bo-x h3{
      font-family: "Lato", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: 45px !important;
    text-align: center;
}
.offer-bo-x{
   padding: 15px;
       margin-bottom: 25px !important;
}
.offer-bo-x p{
  color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.offer-bo-x:hover{
  background: #FFCC00 url(https://vishealthcare.com.au/wp-content/uploads/2025/07/travel-agent.png);
}
.offer-head h2{
  text-align: center;
    width: 457px;
    margin: auto;
    font-size: 35px !important;
    font-weight: 600;
}
.offer-content{
  padding: 40px 0 60px 0;
}
.offer-content p{
  text-align: center;
    width: 750px;
    margin: auto;
    font-size: 16px;
    color: #000;
margin-bottom: 15px;
}




@media (max-width: 991px) {
   .vis-olay{
	width: 100%;
   }
   .vis-container{
       margin: auto;
    	width: 90%;
  }
  .offer-head h2, .offer-content p{
      width: 100%
  }
}