* {
	box-sizing: border-box;
}

body {
	background: #EFF3F6;
}

.hubworks_landing_wrap {
	width: 100%;
	float: left;
	font-size: 1vw;
}

.hubworks_landing_wrap .hubworks_landing_section, .hubworks_landing_wrap .mobile_app_full_Section,
	.hubworks_landing_wrap .web_app_full_Section {
	width: 100%;
	float: left;
}

.hubworks_landing_wrap .mobile_app_Section {
	width: 50%;
	float: left;
}

.hubworks_landing_wrap .web_app_Section {
	float: left;
}
.web_app_Section .centerSection {
    display: inline-block;
    transform: scale(1);
    transform-origin: center top;
}
.mobile_landing_header {
	background-color: #47a5c6;
	padding: 1vw;
	position: relative;
}

.web_landing_header {
	background-color: #38ca73;
	padding: 1vw;
}
.web_landing_header .web_landing_content{font-size:1.5vw;vertical-align: middle;font-family: 'Roboto', sans-serif;}
.web_landing_header .web_landing_action{font-size:1.5vw;vertical-align: middle;}


.phone_field #sso-cust-contact{
	padding-left: 80px !important;
}

.announcement {
	background-color: #fff;
	position: absolute;
	top: -1px;
	font-size: 0.8vw;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 0 0 8px 8px;
}

.hubworks_landing_wrap .hub-app-launch {
	background-color: #fff;
	margin-top: 15px;
	position: relative
}

.hubworks_landing_wrap .hub-app-launch:after {
position: fixed;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% + 10px);
    background-color: #fff;
    z-index: -1;
    width: calc(50% - 20px);
    height: 100%;
    overflow: hidden;
}

.hubworks_landing_wrap #topbar {
	min-height: 35px;
	padding: 5px 15px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.hubworks_landing_wrap .breadcrumb>li {
	color: #888;
	display: inline-block;
}

.hubworks_landing_wrap .breadcrumb {
	float: left;
	position: relative;
	padding: 1px 25px 0 0;
	margin-bottom: 0;
	font-size: 13px;
	border-radius: 0;
	background-color: transparent;
	    transform: scale(1);
    transform-origin: left top;
}

.hubworks_landing_wrap .hub-app-launch .btn-metro_zipSchedule {
	border: 0 none;
	font-size: 21px;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.hubworks_landing_wrap .landing-apps .service-icon_zipSchedule h3 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 10px 15px 10px;
	margin: 0;
}

.hubworks_landing_wrap .centerSection .landing-apps {
	width: 168px;
	border-radius: 15px;
	box-shadow: 0 1px 2px #ccc;
	margin: 15px 13px;
	padding: 0;
	max-width: 168px;
	display: inline-block;
	text-align: center;
	float: none;
}

.hubworks_landing_wrap .landing-apps .service-icon_zipSchedule div .appmkt-icons
	{
	/* width: 80px !important;
	height: 80px; */
	margin: 25px auto 7px auto;
}

.white {
	color: #fff;
}

/* mobile Section */
.mobile_app_launch {
	padding: 15px 0 0 15px;
}

.mobile_app_section {
	background-color: #fff;
	padding: 10px 45px 10px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	position: relative;
	display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.mobile_app_section .img_wrapper {
	display: inline-flex;
	width: 160px;
	vertical-align: middle;
	margin-right: 5px;
}

.mobile_app_section .img_wrapper img {
	width: auto;
	height: 50px;
}

.mobile_app_section .mob_app_description {
	display: inline-flex;
	vertical-align: middle;
	    width: calc(54% - 11px);
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
	padding: 0 10px;
}

.mobile_app_section .mob_app_description h5{
	font-size: 18px;
}

.download_links {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	/* padding: 0 10px; */
}

.download_links .btn-store {
   color: #777777;
   display: block;
   /* padding: 2px 25px;
   border-color: #dddddd; */
   text-align: left;
   width: 160px;
   margin: 0 auto;
}

/* .download_links .btn-store:focus, .download_links .btn-store:hover {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
} */

.download_links .btn-store .btn-label, .download_links .btn-store .btn-caption
	{
	display: block;
	text-align: left;
	line-height: 1.1;
}

.download_links .btn-store .btn-label {
	font-size: 8px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.height-width-25 {
	height: 25px;
	width: 25px;
}

.download_links img {
	display: inline-block;
    width: 138px;
    height: 39px;
    vertical-align: middle;
    object-fit: cover;
}

.download_links .btn-store .btn-caption {
	font-size: 16px;
}

.mobile_landing_img, .web_landing_img {
    height: 4vw;
    width: 4vw;
    text-align: center;
    line-height: 3vw;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.web_landing_img {
	border-radius: 50%;
}

.mobile_landing_img img, .web_landing_img img {
    height: 2.5vw;
    width: 2.5vw;
}

.mob_landing_description, .mob_app_name {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
}

.mob_landing_description {
padding: 1.1vw;
    font-size: 1.5vw;
    font-family: 'Roboto', sans-serif;
}

.mob_landing_description.noViewMore{
	width:100%;
	text-align:center;
}

.mob_app_name {
	border-right: 1px solid #f1f1f1;
	padding-right: 15px;
}

.mobile_app_features {
    padding: 10px 40px;
    background-color: #fff;
    margin-top: -11px;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%);
    margin-bottom: 10px;
    border-radius: 0 0 7px 7px;
    position: relative;
}

.feature_img_wrapper, .feature_description, .qr_code,  .get_it {
	display: inline-block;
	vertical-align: middle;
}
.expand{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.expand img {
	cursor: pointer;
}

.feature_img_wrapper {
	width: 12%;
}

.feature_img_wrapper img {
	height: 150px;
	width: 80px;
	margin-right: 15px;
	/* padding-top: 20px; */
}

.feature_description {
	width: 60%;
	padding: 0 20px;
}

.features_detail {
	border-right: 1px solid #ccc;
	width: 100%;
	float: left;
}

.feature_description h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

.feature_description p {
	font-size: 12px;
	margin: 0;
	color: #47a5c6;
}

.feature_description ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.feature_description ul li:before {
	content: "\2714\0020";
	margin-right: 5px;
	position: absolute;
	left: -5px;
	top: 0px;
}

.feature_description ul li {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}

.qr_code {
	width: 25%;
	text-align: center;
}

.qr_code img {
	height: 120px;
	width: 120px;
}

.qr_code a {
	font-size: 12px;
	text-decoration: none;
	color: #47a5c6;
}

.qr_code a img {
	height: 13px;
	width: 13px;
	vertical-align: middle;
}

.qr_code small {
	font-size: 10px;
	font-weight: bold;
}

.qr_code small + div{
	line-height: 6px;
}
.zipschudels_blue {
	background: #54A2F2;
}

.hubworks_landing_wrap .video_section {
	cursor: pointer;
	float: right;
}

.hubworks_landing_wrap .video_section button {
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.5);
	padding: 6px;
	font-size: 0.9vw;
}

.hubworks_landing_wrap .video_section button:hover,
	.hubworks_landing_wrap .video_section button:focus,
	.hubworks_landing_wrap .video_section button:active {
	background-color: #3071a9;
}

.moble_app_scroll {
	max-height: 700px;
	overflow-y: auto;
}

.rotate-180 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.iframe-block {
	width: 100%;
	height: calc(100vh - 60px);
	border:0 none;
}

button.close.iframe-close {
	position: absolute;
	right: 30px;
	color: white;
	z-index: 1;
	top: 15px;
	background-color: red;
	height: 40px;
	width: 40px;
	opacity: 1;
	font-size: 38px;
	border-radius: 50%;
}

button.close.iframe-close span {
	height: 40px;
	line-height: 30px;
}

.qr_img img{
	height:120px;
	width :120px;
}



@media screen and (min-device-width: 1600px) and (max-device-width:
	1680px) {
	.hubworks_landing_wrap .centerSection .landing-apps {
		margin: 15px 8px;
	}
}

@media screen and (min-device-width: 1900px) and (max-device-width:
	1920px) {
	.hubworks_landing_wrap .centerSection .landing-apps {
		margin: 15px 17px;
	}
}
.session_ends{
    position: fixed;
    white-space: nowrap;
    right: 50px;
    left: inherit;
    bottom: 15px;
    color: red;
    font-size: 20px;
    background-color: #f6eff2;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
    transform:none;
}
@media only screen and (max-width: 1024px) {
	.session_ends{
    right: inherit;
    left: 50%;
    transform:translateX(-50%);
}
	.hubworks_landing_wrap .web_app_Section{
	padding:0;
	}
	.alta-announcement{
	display:none;
	}
	.web_app_Section{
	width:100%;
	}
	.hubworks_landing_wrap .hub-app-launch:after {
    left: 0;
    width: 100%;
}
.web_landing_header .web_landing_content {
    font-size: 3vw;
}
.web_landing_header .web_landing_action {
    font-size: 3vw;
}
.mobile_landing_img, .web_landing_img {
    height: 5vw;
    width: 5vw;
    text-align: center;
    line-height: 3.5vw;
    }
    .mobile_landing_img img, .web_landing_img img {
    height: 3.5vw;
    width: 3.5vw;
}
    .web_landing_header {
    background-color: #38ca73;
    padding: 2vw;
}
.hubworks_landing_wrap .breadcrumb {

	    transform: scale(1.7);
}
.web_app_Section .centerSection {
    
    transform: scale(1.2);
}
}

@media only screen and (max-width: 768px) {
	.session_ends{
    right: inherit;
    left: 50%;
    transform:translateX(-50%);
}
	.hubworks_landing_wrap .web_app_Section{
	padding:0;
	}
	.alta-announcement{
	display:none;
	}
	.web_app_Section{
	width:100%;
	}
	.hubworks_landing_wrap .hub-app-launch:after {
    left: 0;
    width: 100%;
}

.web_landing_header .web_landing_content {
    font-size: 3.5vw;
}
.web_landing_header .web_landing_action {
    font-size: 3.5vw;
}
.mobile_landing_img, .web_landing_img {
    height: 7vw;
    width: 7vw;
    text-align: center;
    line-height: 5vw;
    }
    .mobile_landing_img img, .web_landing_img img {
    height: 4.5vw;
    width: 4.5vw;
}
    .web_landing_header {
    background-color: #38ca73;
    padding: 2vw;
}
.hubworks_landing_wrap .breadcrumb {

	    transform: scale(1.4);
}
.web_app_Section .centerSection {
    
    transform: scale(1.1);
}
}
