
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf')  format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf')  format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf')  format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder { 
    color:    #6f6f6f !important;font-family: 'Poppins-Light';   opacity:  1; font-size:14px
}
:-moz-placeholder { 
   color:    #6f6f6f !important;font-family: 'Poppins-Light';
   opacity:  1;font-size:20px
}
::-moz-placeholder { / Mozilla Firefox 19+ /
   color:    #6f6f6f !important;font-family: 'Poppins-Light';
   opacity:  1;font-size:20px
}
:-ms-input-placeholder { / Internet Explorer 10-11 /
   color:    #6f6f6f !important; font-family: 'Poppins-Light'; font-size:20px
}

p{font-family: 'Poppins-Light'; font-size:14px; line-height:26px; color:#989898; margin-top:0}
body{ padding:0px; margin:0; font-family: 'Poppins-Light';}
.clr{ clear:both;}
ul,li{ font-size:16px; color:#282828; list-style-type:none;}

.header-top{ width:100%; background:#e60012; padding:10px 20px; box-sizing:border-box;}
.logo{ width:85px; float:left;}
.logo img{ width:100%;}
.logo-right-section{ width:50%; float:right; padding:24px 0}
.logo-right-section ul{ margin:0; padding:0; list-style-type:none; text-align:right}
.logo-right-section ul li{ display:inline-block; padding-left:15px;}
.logo-right-section ul li a{ font-size:20px; color:#fff; font-family: 'Poppins-Regular'; text-decoration:none;}
.logo-right-section ul li a i{ margin-right:5px;}
.landing-banner-section{ width:100%;background:url(../images/banner.jpg) no-repeat ;background-attachment: fixed; background-size: cover;float:left}
.banner-section{ width:100%; }
.container_sec{margin:50px 0 0 0; padding:80px 0  }
.container_sec2{margin:50px;}
.container_sec2 h2{font-size: 34px;
    font-family: 'Poppins-Regular';
    color: #000; text-align:center;
    margin: 10px 0 30px;}
.banner-section h2{
	padding: 30px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: 'Poppins-Regular';
    font-size: 40px; text-transform:capitalize;
	
}
.serviceBox{
    padding: 35px 20px 25px;
    border: 1px solid #f4f4f4;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ border-color: #e60012 ; }
.serviceBox:before{
    content: "";
    border-top: 20px solid #e600120a;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{ border-top-color: #e60012 ; }
.serviceBox .service-icon{
    display: inline-block;
   
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ color: #fff; }
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
   
    position: absolute;
    top: 0;
    left: 0;
  
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-color: #e60012 ;
    /* background: #00000042 ; */
	/* padding:0 !important; */
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #064774;
	text-align:left;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #999;
    line-height: 27px;
    margin: 0;
	text-align:left;
}
.serviceBox .description span{text-align:left;}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
.banner-section p{ line-height:30px; color:#fff;font-family: 'Poppins-Regular'; text-align:center;}
.landing-banner-form{ width:49.1%; float:right; background:url(../images/black-bg.png) repeat; padding:0px 35px 0px 35px; box-sizing:border-box;}
.form-section{ width:590px; float:left; }
.form-section h1{ font-size:34px; font-family: 'Poppins-Regular'; color:#fff; margin:10px 0 30px;}
.col-left{ width:270px; float:left; margin:0px 10px 22px}
.col-left input[type="text"]{ width:100%; border-radius:3px; border:none; padding:0 0 0 10px; box-sizing:border-box; height:40px; font-size:12px;font-family: 'Poppins-Light';}
select {-moz-appearance: none;  -webkit-appearance: none;text-indent: 0.01px;  text-overflow: ""; background:#fff url("../images/arrow1.png") no-repeat scroll center !important;  background-position: 93% center !important;  width: 100%;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 40px;
	color:#292827;
    font-size: 14px !important;
    font-family: 'Poppins-Light' !important;}


.select-box{width:100%; border-radius:3px; border:none; padding:10px; box-sizing:border-box; height:55px; font-size:20px;font-family: 'Poppins-Light';}
.lan-form-button{ width:130px; height:40px;font-size:20px; color:#fff; text-align:center; background:#e60012; border:none; border-radius:3px; float:none; display:table; cursor:pointer; border-radius: 5px; }

.lan-form-button2{ width:160px; height:40px;font-size:20px; color:#fff; text-align:center; background:#ff9a00; border:none; border-radius:3px; float:none; display:table; cursor:pointer; border-radius: 5px; margin-top:30px; }

.landing-wrapper{ width:100%; padding:40px 5%;box-sizing:border-box;}
.map-left{ width:49%; float:left}
.map-right{ width:49%; float:right}
.map-left h2{ font-size:25px; color:#080808; margin:0px;font-family: 'Poppins-Medium';}
.landing-wrapper h3{ font-size:20px; color:#080808; margin:0px 0 5px;font-family: 'Poppins-Light';}
.map-left ul{ margin:0; padding:0}
.map-left ul li{ line-height:41px; margin-bottom:5px; width:100%; background:#f6f6f6; padding:0 25px; box-sizing:border-box;}

.package-in-info{ width:100%; padding:40px 0; float:left;}
.packages-pack {
    width: 20%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.packages-pack p {
    padding: 0 15px 25px 15px;
    font-size: 12px;
    color: #080808;
    margin: 0px;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}
.pack-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}.pack-content h4 {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;
}
.pack-content p{ font-size:22px; color:#fff !important; line-height:27px !important; margin-bottom:0; padding:0 !important}
.packages-pack p{padding:25px 15px; font-size:20px;color:#080808; margin:0px;font-family: 'Poppins-Regular'; line-height:30px}
.packages-pack p span{font-size:28px;  font-family: 'Poppins-Regular';}

.packages-pack:last-child{ margin-right:0px;}

.city-table{ width:100%;}
table{border-collapse: collapse;border-spacing: 0; text-align:center;}

.gray{ background:#f6f6f6;}
.city-table-info{ margin:25px 0 25px; }
.city-table-info table tr td{border: 1px solid #e7e7e7;padding:10px;box-sizing:border-box;width:20%;}
.footer-main {width: 100%;background: #171717;border-top: 5px solid #e60012;padding: 20px 0px;float: left;}
.wrapper {width: 1105px;margin: 0 auto;display: block;}
.copy_right {text-align: center;width: 100%; border-top: 1px solid #2f2f2f; padding-top: 20px;}
.footer_bottom p {color: #FFF;margin-bottom: 20px;font-size: 16px;line-height: 26px;}
.footer_bottom {background: #171717;padding: 0px 0 2px;clear: both;}
.footer-main a{ text-decoration:none;}
.view{ width:130px; border-radius:3px; text-align:center; display:table; color:#fff; background:#e60012; padding:5px 0; text-decoration:none; font-size:18px; margin:20px auto 0;}

.landing-banner-video{ width:50.9%; float:left;}
.landing-banner-video video{width:100%; height: 100%;}







.ca-container {
	position: relative;
	margin: 0 auto;
	width:100%;
	height: 200px;
	font-family: 'Poppins-Regular';
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:280px;
	height:100%;
	text-align:center;
}

.ca-item h3, .ca-item p {padding: 0 20px; font-family: 'Poppins-Light'; color: #fff; text-align:left;font-size:15px; text-align:center;}
.ca-item h3 {color: #fff;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
	text-align:center;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;}
.ca_item_border{border-bottom: 1px solid;
    width: 60px;
    margin-left: 20px;margin-bottom: 10px;}

.ca-more-wrap {
	height: 30px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	
}

.ca-more {
	padding: 2px 20px;
	background: #e60012;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size:13px;
}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	    padding: 15px;
	position:absolute;
	top:5px;    width: inherit;
	
	bottom:5px;
	overflow:hidden;
	/* -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); */
	/* -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2); */
	/* box-shadow:1px 1px 2px rgba(0,0,0,0.2); */
	
	/* background-image: -webkit-radial-gradient(50% 74%, 100px 100px, rgba(255, 255, 255, 0.4) 0%, rgba(51, 151, 219, 0) 100%); */
	/* background-image: -moz-radial-gradient(50% 74%, 100px 100px, rgba(255, 255, 255, 0.4) 0%, rgba(51, 151, 219, 0) 100%); */
	/* background-image: radial-gradient(50% 74%, 100px 100px, rgba(255, 255, 255, 0.4) 0%, rgba(51, 151, 219, 0) 100%); */
	background-position: 0 130px;
}


.ca-item-main img {width: 100%;}

.ca-content-wrapper{
	position:absolute;
	width:0px;
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

.ca-content{
	width:660px;
	overflow:hidden;
	background: #2980b9;
	border-radius: 15px;
}

.ca-content-text{
	font-size: 14px;
	font-style: italic;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#fff;
	border-bottom:2px solid #fff;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
	list-style: none;
}
.ca-content ul li a{
	color:#2980b9;
	background:#fff;
	padding:3px 6px;
	font-size:14px;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	text-shadow:none;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}

.ca-nav span.ca-nav-next{
	background-position: -24px;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
 .widget-title {
    margin-bottom: 30px;font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
	color:#827c7c;
}

.widget_menu ul {
    position: relative;
    list-style: none;
    margin-left: 0;
	padding:0;
}
.widget_menu  ul li {
    margin-bottom: 10px;
   
    line-height: 20px;
	color:#fff;
    padding-bottom: 10px;
   border-bottom: 1px solid #292424;
}
.widget_menu  ul li a{
	    color: #989898;
    font-size: 15px;
    font-weight: 400;
}

.benefit_text{
	border:1px solid #f5f5f5;
	padding:20px;
	
}
.benefit_text h5{
	font-size:16px;
}

.benefit_text p{
	font-size:13px;
	 font-family: 'Poppins-Regular';
}
.benefit_text_border{border-bottom: 1px solid;
    width: 100px;
    margin-bottom: 10px;}
	
	.benefit_text_1{
	border:1px solid #e8e8e8;
	padding:20px;	
}

.benefit_text_1 strong{
	
	color:black;
}




@media screen and (min-width:320px) and (max-width:479px) {
.logo{ width:50px; float:left;}
.logo-right-section {width: 75%; padding:0px;}	
.logo-right-section ul li{ padding-left:0px;}
.logo-right-section ul li a { font-size: 13px; }
.landing-banner-form{ width:100%;}
.form-section {width: 100%;}
.col-left {width: 100%;float: left;margin: 0px 0px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {width: 100%; height:45px;}
.lan-form-button2 {width: 100%; height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:100%; float:none; margin-bottom:25px;}
.map-right{ width:100%; float:none;}
.packages-pack {width:285px; margin:25px auto 0 !important; float:none;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.map-left ul li{padding: 0 16px;}
.col-left{ margin-bottom:10px;}
.landing-banner-video{ width:100%;}
.ca-container {
    position: relative;
    margin: 0 auto;
    width: 73%;
    height: 200px;
    font-family: 'Poppins-Regular';
}
.container_sec2 h2{font-size: 24px;
    font-family: 'Poppins-Regular';
    color: #000; text-align:center;
    margin: 10px 0 30px;}
	.landing-wrapper h3{ font-size:20px; color:#080808; margin:0px 0 5px;font-family: 'Poppins-Light'; line-height:30px;}
	.pack-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;
}
}

@media screen and (min-width:480px) and (max-width:550px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:20px 0 0;}	
.logo-right-section ul li{ padding-left:0px;}
.logo-right-section ul li a {font-size: 17px;}
.landing-banner-form{ width:100%;}
.form-section {width: 100%;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:100%; float:none; margin-bottom:25px;}
.map-right{ width:100%; float:none;}
.packages-pack {width:285px; margin:25px auto 0px !important; float:none;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.col-left{ margin-bottom:10px;}
.landing-banner-video{ width:100%;}


.pack-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;
}
}


@media screen and (min-width:551px) and (max-width:639px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:20px 0 0;}	
.logo-right-section ul li{ padding-left:0px;}
.logo-right-section ul li a {font-size: 17px;}
.landing-banner-form{ width:100%;}
.form-section {width: 100%;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:100%; float:none; margin-bottom:25px;}
.map-right{ width:100%; float:none;}
.packages-pack {width:285px; margin:25px auto 0px !important; float:none;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.landing-banner-video{ width:100%;}
.pack-content h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;
}
}


@media screen and (min-width:640px) and (max-width:767px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:20px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:100%;}
.form-section {width: 100%;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:100%; float:none; margin-bottom:25px;}
.map-right{ width:100%; float:none;}
.packages-pack {width:46.8%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.landing-banner-video{ width:100%;}
.pack-content h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede;
}
}


@media screen and (min-width:768px) and (max-width:910px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:20px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:63%;}
.form-section {width: 100%;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:47%; float:left; margin-bottom:25px;}
.map-right{ width:50%; float:right;}
.packages-pack {width:30.7%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.packages-pack p{ font-size:18px;}
.landing-banner-video{ width:100%;}
}

@media screen and (min-width:911px) and (max-width:991px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:25px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:49.1%;padding: 22px 35px;}
.form-section {width: 100%;}
.col-left {width: 45%;float: left;margin: 0px 8px 10px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:40px;}
.col-left input[type="text"]{ height:40px;}
.select-box{ height:40px; padding: 0px 10px;}
.map-left{ width:47%; float:left; margin-bottom:25px;}
.map-right{ width:50%; float:right;}
.packages-pack {width:31%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.packages-pack p{ font-size:18px;}
.form-section{ padding-bottom:0px;}
}


@media screen and (min-width:992px) and (max-width:1100px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:25px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:49.1%; padding: 20px 35px;}
.form-section {width: 100%; padding-bottom:0px;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:47%; float:left; margin-bottom:25px;}
.map-right{ width:50%; float:right;}
.packages-pack {width:31%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.packages-pack p{ font-size:20px;}

}


@media screen and (min-width:1101px) and (max-width:1200px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:25px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:49.1%; padding: 20px 35px;}
.form-section {width: 100%;padding-bottom:0px;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:47%; float:left; margin-bottom:25px;}
.map-right{ width:50%; float:right;}
.packages-pack {width:31%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.packages-pack p{ font-size:20px;}

}

@media screen and (min-width:1201px) and (max-width:1349px) {
.logo{ width:85px; float:left;}
.logo-right-section {width: 75%; padding:25px 0 0;}	

.logo-right-section ul li a {font-size: 21px;}
.landing-banner-form{ width:49.1%;}
.form-section {width: 100%;padding-bottom: 18px;}
.col-left {width: 45%;float: left;margin: 0px 10px 15px;}
.form-section h1 {font-size: 26px;}
.lan-form-button {height:45px;}
.col-left input[type="text"]{ height:45px;}
.select-box{ height:45px; padding: 0px 10px;}
.map-left{ width:47%; float:left; margin-bottom:25px;}
.map-right{ width:50%; float:right;}
.packages-pack {width:18.6%; float:left;}
.city-table-info{overflow:scroll;}
.wrapper {width: 98%;margin: 0 auto;display: block;}
.packages-pack p{ font-size:20px;}

}

/* brisabane page css */
.ozziee_brisabane {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-white_gray{
	background:#e6e6e61c;
}
.pt-80 {
    padding-top: 30px !important;
}
.pb-80 {
    padding-bottom: 30px !important;
}


@media (min-width: 1200px){
.hg_col_eq_last {
    padding-left: calc( ( 100vw - 1170px ) / 2 );
}
}
@media (min-width: 992px){
.hg_col_eq_last {
    padding-left: calc( ( 100vw - 970px ) / 2 );
}
}@media (min-width: 768px){
.hg_col_eq_last {
    padding-left: calc( ( 100vw - 1000px ) / 2 );
}
.package-in-info {
    width: 100%;
    padding: 40px 0;
    float: left;
    display: none;
}
}

@media (min-width: 1200px){
.hg_col_eq_last_2 {
    padding-right: calc( ( 100vw - 1170px ) / 2 );
}

}
@media (min-width: 992px){
.hg_col_eq_last_2 {
    padding-right: calc( ( 100vw - 970px ) / 2 );
}
}@media (min-width: 768px){
.hg_col_eq_last_2 {
    padding-right: calc( ( 100vw - 1000px ) / 2 );
}}
@media (max-width: 767px){
.media-container {
    min-height: 400px !important;
    height: 400px;
}}

