@media (min-width: 768px) {
    .g-customheight--md {
        min-height: 257px;
    }
}

.bg-offer{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/fixed-line-bg-boost.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
}


.modal-custom {
    width: 100% !important;
    height:60% !important;
    position: absolute;
    bottom: 0%;
    border-radius: 20px 20px 0px 0px;
    background-color: #F9F9F9;
}

@media (max-width: 767px) {
    .modal-custom {
        width: 100% !important;
        height: 60% !important;
        position: absolute;
        bottom: 0%;
        border-radius: 20px 20px 0px 0px;
        background-color: #F9F9F9;
    }
	.bg-offer{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/fixed-line-bg-boost.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
		width: 100%;
	}
}

.g-custom-bottomv1 {
	top: 100%;
}

.g-custom-right {
	right: 2%!important;
}
.g-custom-left {
	left: 89%!important;
}

.g-min-height-custom{
	min-height: 62px;
}

.g-min-height-custom1{
	min-height: 76px;
}

.g-min-height-custom3{
	min-height: 86px;
}	

@media (max-width: 768px) {
	.g-custom-left {
		left: 63%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}
	.g-min-height-custom{
		min-height: 62px;
	}
	
	.g-min-height-custom1{
		min-height: auto;
	}
	.g-min-height-custom3{
		min-height: 144px;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .g-custom-left {
		left: 75%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}
	.g-min-height-custom{
		min-height: 155px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles for tablets in portrait mode */
	.g-custom-left {
		left: 75%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}
	.g-min-height-custom{
		min-height: 30px;
	}
	.g-min-height-custom1{
		min-height: 130px;
	}
	.g-min-height-custom2{
		min-height: 160px;
	}
	.g-min-height-custom3{
		min-height: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles for tablets in landscape mode */
	.g-custom-left {
		left: 80%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}
	.g-min-height-custom{
		min-height: 63px;
	}
	.g-min-height-custom1{
		min-height: 130px;
	}
	.g-min-height-custom2{
		min-height: 130px;
	}
	.g-min-height-custom3{
		min-height: 144px;
	}
}
