/* DO NOT MODIFY THIS FILE -> promo_template.css
TO MODIFY YOUR LAYOUT, CREATE ANOTHER CSS FILE AND OVERWRITE THE CSS IN THAT OR MAKE A COPY OF THIS FILE AND MAKE CHANGES THERE.*/

/* Common styling starts */
.promo-template  * {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
}
.promo-template .hide {
	display: none;
}
.promo-template strong, .promo-template b {
	font-weight: 500;
}
.promo-template .blue {
	color: #23BAFE;
}
.promo-template a.blue:HOVER {
	color: #505050;
}
.promo-template .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 3% 5%;
	position: relative;
}
.promo-template .button {
	text-align: center;
	display: inline-block;
	padding: 15px 35px;
	background-color: #23BAFE;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid;
	font-size: 14px;
	min-width: 200px;
	text-transform: uppercase;
	margin: 10px 0;
}
.promo-template .button.white {
	color: #23BAFE;
	background-color: #fff;
}
.promo-template .button.transparent{
	background-color: transparent;
}
.promo-template .button:HOVER {
	background-color: #fff;
	color: #23BAFE;
}
.promo-template .button.white:HOVER{
	color: #fff;
	background-color: #23BAFE;
}
.promo-template .button.floating-button {
    border-radius: 0;
    background-color: #0066b1;
    max-width: 100%;
    border: 0;
    padding: 15px 0;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    max-height: 50px;
    transition: none;
    display: none;
    z-index: 1;
}
.promo-template .title {
	font-size: 40px;
	text-align: center;
	font-weight: 300;
}
.promo-template .title *{
	font-weight: 300;
}
.promo-template .sub-title {
	font-size: 26px;
}
.promo-template .caption {
	font-size: 18px;
	font-weight: 300;
}
.promo-template .description{
	line-height: 24px;
}
.promo-template .small{
	font-size: 12px;
}
.promo-template .disclaimer{
	font-size: 12px;
	font-weight: 300;
}
.promo-template .disclaimer .container-wrapper .disclaimer-arrow {
	overflow: hidden;
 	background: no-repeat #FFF;
 	background-image: url('/resources/images/device-strategies/blue-arrow.png');
 	background-position: 100% 150%;
 	display: inline-block;
 	width: 160px;
}
.promo-template .hide-desktop{
	display: none;
}
.promo-template .animate{
    animation-name: slideup;
    animation-duration: 1s;
}
@keyframes slideup {
    0% {
      bottom: -50px;
    }
    100% {
      bottom: 0;
    }
}
/* Common styling ends */



/* Phones colors starts */
.promo-template .dot.charcoal_black {
	background-color: #36454f;
}

.promo-template .dot.lightred {
	background-color: #ff0000;
}

.promo-template .dot.titanium {
	background-color: #B6AFA9;
}

.promo-template .dot.pink {
	background-color: #FE767A;
}

.promo-template .dot.yellow {
	background-color: #FAF189;
}

.promo-template .dot.shimmery_white {
	background-color: #ffffff;
}

.promo-template .dot.white {
	background-color: #F5F4F7;
}

.promo-template .dot.green {
	background-color: #A1E877;
}

.promo-template .dot.light_blue {
	background-color: #28c2fe;
}

.promo-template .dot.blue {
	background-color: #46ABE0;
}

.promo-template .dot.gold {
	background-color: #D4C5B3;
}

.promo-template .dot.silver {
	background-color: #D7D9D8;
}

.promo-template .dot.light_gray {
	background-color: #d3d3d3;
}

.promo-template .dot.dark_gray {
	background-color: #9a9a9a;
}

.promo-template .dot.gray {
	background-color: #99989B;
}

.promo-template .dot.rose_gold {
	background-color: #edccbb;
}

.promo-template .dot.black {
	background-color: #000000;
}

.promo-template .dot.black_sapphire {
	background-color: #00060e;
}

.promo-template .dot.white_pearl {
	background-color: #fefefe;
}

.promo-template .dot.gold_platinum {
	background-color: #d2ccb5;
}

.promo-template .dot.black_leather {
	background-color: #253529;
}

.promo-template .dot.metallic_gray {
	background-color: #5a656c;
}

.promo-template .dot.gunmetal_gray {
	background-color: #636162;
}

.promo-template .dot.silver_gold {
	background-color: #d6d6d6;
}

.promo-template .dot.white_bamboo {
	background-color: #c28d58;
}

.promo-template .dot.red {
	background-color: #FF0000;
}

.promo-template .dot.wine_red {
	background-color: #6A1B30;
}

.promo-template .dot.black-three {
	background-color: #393939;
}
/* Phones colors ends */


/* Common carousel styling starts*/
.promo-template .owl-carousel {
	padding: 0 40px;
}
.promo-template .owl-carousel .owl-stage{
	margin: 0 auto;
}
.promo-template .owl-carousel .owl-item {
	text-align: left;
}
.promo-template .owl-dot.active span {
	background: #02C7F5 !important;
}
.promo-template .owl-nav .owl-prev, .promo-template .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	background-size: 100% !important;
	text-indent: -10000px;
	top: 40%;
}
.promo-template .owl-nav .owl-prev {
	background: transparent
		url("/resources/images/wireless-home/icons/caro-left_arrow-on.svg")
		no-repeat center !important;
	left: 0;
}
.promo-template .owl-nav .owl-next {
	background: transparent
		url("/resources/images/wireless-home/icons/caro-right_arrow-on.svg")
		no-repeat center !important;
	right: 0;
}
.promo-template .owl-nav .owl-prev:HOVER, .promo-template .owl-nav .owl-next:HOVER {
	background-color: transparent !important;
}
.promo-template .owl-theme .owl-nav .owl-prev.disabled, .promo-template .owl-theme .owl-nav .owl-next.disabled{
	opacity: .2;
}
.promo-template .owl-nav .owl-prev.disabled:HOVER, .promo-template .owl-nav .owl-next.disabled:HOVER {
	background-color: transparent !important;
}
/* Common carousel styling ends*/



/* Section styling starts */
.promo-template .header1{
	background: #28C2FE;
	color: #fff;
	text-align: center;
	min-height: 500px;
}
.promo-template .header1 .container-wrapper{
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.promo-template .header1 .container-wrapper > div{
	flex: 1;
	text-align: center;
	margin: 20px 0;
}
.promo-template .header1 .button{
	color: #fff;
	border: 2px solid;
}
.promo-template .header1 .button:HOVER{
	background-color: #fff;
	color: #28C2FE;
}
.promo-template .header1 .image-wrapper{
	max-width: 400px;
	margin: 0 auto;
	display: none;
	position: relative;
}
.promo-template .header1 .text-wrapper{
	max-width: 400px;
	margin: 0 auto;
	display: none;
	position: relative;
}
.promo-template .header1 .title{
	margin: 10px 0;
}
/* Section styling ends */



/* Section styling starts */
.promo-template .header2{
	background: #F7F7F7 url(/resources/images/business/small-business/internet-header-bg.jpg) no-repeat center;
	color: #222;
	background-size: cover;
}
.promo-template .header2 .container{
	padding: 10% 5% 10%;
}
.promo-template .header2 .container-wrapper{
	max-width: 75%;
	width: 850px;
}
.promo-template .header2 .title{
	font-size: 50px;
	text-align: left;
}

.promo-template .header2 .description{
	font-weight: 400;
	margin: 30px 0 40px 0;
	width: 575px;
	max-width: 100%;
}
/* Section styling ends */

/* Section styling starts */
.promo-template .header3{
	background: #FFF url(/resources/images/business/small-business/csbs_wireless_header.png) no-repeat center;
	color: #222;
	background-size: cover;
}
.promo-template .header3 .hide-desktop {
    display: none;
}
.promo-template .header3 .container{
	padding: 10% 5% 10%;
}
.promo-template .header3 .container-wrapper{
	max-width: 75%;
	width: 650px;
}
.promo-template .header3 .title{
	font-size: 50px;
	text-align: left;
}

.promo-template .header3 .description{
	font-weight: 400;
	margin: 30px 0 40px 0;
	width: 560px;
	max-width: 75%;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .more-info .description{
	margin: 30px 0 40px;
	max-width: 95%;
    text-align: center;
}
.promo-template .more-info .container{
	padding-bottom: 0;
}
.promo-template .more-info .container-wrapper{
	border-bottom: 1px solid #666;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .how-it-works .container{
	padding-bottom: 0;
}
.promo-template .how-it-works .container-wrapper{
	border-bottom: 1px solid #666;
}
.promo-template .how-it-works .title{
	color: #222;
}
.promo-template .how-it-works .icon{
	text-align: center;
	width: 120px;
    margin: 0 auto;
}
.promo-template .how-it-works .label{
	font-size: 18px;
    font-weight: 500;
    margin: 20px 0 5px;
}
.promo-template .how-it-works .col-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 2% 0 4%;
}
.promo-template .how-it-works .col-wrapper > div{
	flex: 1;
	margin: 20px 0;
}
.promo-template .how-it-works .col-wrapper > div:FIRST-CHILD {
	margin-right: 2%;
}
.promo-template .how-it-works .col-wrapper > div:LAST-CHILD {
	margin-left: 2%;
}
.promo-template .how-it-works .list{
	margin: 25px 0 25px 25px;
}
.promo-template .how-it-works .list li{
	background: url(/resources/images/business/small-business/green-tick.png) no-repeat left 7px;
    background-size: 22px 22px;
    padding: 7px 10px 7px 35px;
    margin: 10px 0;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .testimonial{
	color: #222;
}
.promo-template .testimonial .container-wrapper{
	display: flex;
	align-items: center;
}
.promo-template .testimonial .container-wrapper > div{
	flex: 1;
}
.promo-template .testimonial .container-wrapper .text{
	padding: 0 0 0 5%;
}
.promo-template .testimonial .title{
	text-align: left;
}
.promo-template .testimonial .name{
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0 0;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .faqs .title{
	margin: 0 0 3%;
}
.promo-template .faqs .answer{
	display: none;
}

.promo-template  #faqs .question-answer{
line-height: 22px; margin: 20px 0px;
}
.promo-template #faqs .question{
position: relative; background-color: rgb(247, 247, 247); background-size: 21px 21px; cursor: pointer; padding: 15px 15px 15px 40px; font-size: 20px; transition: all 0.5s ease 0s; box-shadow: none;
}
.promo-template #faqs .answer{
display: none; padding: 10px 10px 10px 40px;
}
.promo-template #faqs .question::before {
    content: '+';
    padding: 0 15px;
    position: absolute;
    left: 0;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .carousel1 .item {
	/* background-color: #F3F3F3; */
	text-align: center;
	padding: 0 5px 25px;
	width: auto;
	display: block;
	position: relative;
}
/* .promo-template .carousel1 .item:HOVER {
	box-shadow: inset 0px 0px 0px 2px #02C7F5;
} */
.promo-template .carousel1 .item .pre-order {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	color: #484848;
	background-color: #FDFDFD;
	opacity: .9;
	padding: 10px 0;
	font-size: 14px;
}
.promo-template .carousel1 .item .sticker{
	position: absolute;
	left: 30px;
	top: 30px;
	color: #fff;
	background-color: #23BAFE;
	font-size: 14px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.promo-template .carousel1 .item img {
	max-width: 145px;
	margin: 0 auto;
}
.promo-template .carousel1 .item .device-color-options .dot {
	width: 22px;
	height: 22px;
	border-radius: 15px;
	display: inline-block;
	margin: 0 2px;
}
.promo-template .carousel1 .item .device-name {
	margin: 0px auto;
    font-weight: 300;
    color: #484848;
    max-width: 120px;
    min-height: 40px;
}
.promo-template .carousel1 .item a.button {
	padding: 3px;
	max-width: 160px
}
.promo-template .carousel1 .device-color-options{
	display: none;
}
.promo-template .carousel1 .button {
	margin: 25px auto 0;
    display: block;
    max-width: 100%;
    min-width: 100px;
    padding: 10px 20px;
}
/* Section styling ends */


/* Section styling starts */
.promo-template .carousel1a .title {
    margin: 0 0 30px;
}
/* Section styling ends */


/* Section styling starts */
.promo-template  .carousel2 .title{
	margin: 0 0 30px;
}
.promo-template  .carousel2 .item {
	background-color: #F3F3F3;
	/* width: 500px; */
	height: 252px;
	display: flex;
}
.promo-template  .carousel2 .item .promo-image {
	flex: .8;
	padding: 25px 0;
	width: 40%;
}
.promo-template  .carousel2 .item .promo-details {
	flex: 1;
	padding: 25px 10px;
	color: #444;
}
.promo-template  .carousel2 .item .promo-image img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}
.promo-template  .carousel2 .item .promo-details .promo-title {
	font-size: 36px;
	text-align: left;
	/* font-weight: 300; */
}
.promo-template  .carousel2 .item .promo-details .promo-title span {
	font-size: 16px;
	display: block;
	margin: 10px 0 0;
}
.promo-template  .carousel2 .item .promo-details .description {
	font-size: 12px;
	margin: 20px 0;
}
.promo-template  .carousel2 .item .promo-details .button {
	width: 200px;
	position: absolute;
	bottom: 25px;
	border-color: #23BAFE;
	min-width: 150px;
}
.promo-template  .carousel2 .item .sticker{
	position: absolute;
    top: 10%;
    font-size: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    background-color: #27c1fd;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    left: 2%;
    color: #fff;

}
.promo-template  .carousel2 .item .sticker.sale{
	background-color: #27CB00;
}

/* Section styling ends */


/* Section styling starts */
.promo-template .col-grid .col-wrapper{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
    justify-content: space-around;
}
.promo-template .col-grid .col-wrapper > div{
	width: 335px;
	margin: 30px 2%;
}
/* Section styling ends */


@media ( max-width : 1300px) {
	/* Section styling starts */
	/* Section styling ends */
}



@media ( max-width : 1050px) {
	/* Common styling starts */
	.promo-template .owl-carousel {
		padding: 0;
	}
	/* Common styling ends */



	/* Section styling starts */
	.promo-template .testimonial .title{
		font-size: 24px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template  .device-carousel{
		padding: 0;
	}
	.promo-template .carousel1 .container{
		padding: 5% 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .header1{
		min-height: 400px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .carousel2 .container{
		padding: 5% 0;
	}
	.promo-template .carousel2{
		padding: 20px 0 0;
	}
	.promo-template  .carousel2 .item {
		width: 500px;
	}
	.promo-template  .carousel2 .item .sticker{
		width: 55px;
		height: 55px;
		font-size: 15px;
	}
	/* Section styling ends */
}


@media ( max-width : 750px) {
	/* Common styling starts */
	.promo-template .title {
		font-size: 32px;
	}
	.promo-template .sub-title {
		font-size: 20px;
	}
	.promo-template .caption {
		font-size: 16px;
	}
	/* Common styling ends */


	/* Section styling starts */
	.promo-template .header1 .hide-mobile{
		display: block;
	}
	.promo-template .header1 .container-wrapper{
		flex-direction: column-reverse;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .header2 .title{
		font-size: 35px;
	}
	.promo-template .header2{
		background-position: 68% 0;
	}
	.promo-template .header2 .caption{
		line-height: 16px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .header3{
		background: #F3F3F3;
	}
	.promo-template .header3 .hide-desktop {
	    display: block;
	}
	.promo-template .header3 .title{
		font-size: 35px;
	}
	.promo-template .header3 .description{
		max-width: 100%;
	}
	.promo-template .header3 .caption{
		line-height: 16px;
	}
	.promo-template .header3 .container-wrapper{
		max-width: 100%;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .how-it-works .col-wrapper{
		flex-direction: column;
	}
	.promo-template .how-it-works .col-wrapper > div{
		margin: 20px 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .testimonial .container-wrapper{
		flex-direction: column;
	}
	.promo-template .testimonial .container-wrapper .text{
		padding: 5% 0 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .carousel1 .button {
		margin: 15px auto;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template  .carousel2 .item {
		height: 200px;
		width: 300px;
		align-items: center;
	}
	.promo-template  .carousel2 .item .sticker{
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
	.promo-template  .carousel2 .item .promo-image{
		height: 100%;
	}
	.promo-template  .carousel2 .item .promo-details .button {
		/* left: 0;
    	right: 0; */
		margin: 15px auto;
		position: relative;
		max-width: 150px;
		padding: 4px;
		font-size: 12px;
		bottom: 0px;
	}
	.promo-template .carousel2 .item .promo-details .promo-title {
		font-size: 22px;
	}
	.promo-template .carousel2 .item .promo-details .promo-title span {
		font-size: 14px;
	}

	.promo-template .carousel2 .item .promo-details .description {
		margin: 10px 0;
		font-size: 10px;
	}
	/* Section styling ends */
}



@media ( max-width : 500px) {
	/* Common styling starts */
	.footer-mobile{
		margin: 0 0 90px;
	}
	.promo-template .caption {
		font-size: 14px;
	}
	.promo-template  .button {
		font-size: 12px;
		padding: 10px 30px;
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.promo-template .container {
		padding: 10% 5%;
	}
	.promo-template .title{
		font-size: 26px;
	}
	/* Common styling ends */


	/* Section styling starts */
	.promo-template .header1{
		min-height: 500px;
	}
	.promo-template .header1 .container{
		padding: 5% 10%;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .header2 .button{
		border-color: #23BAFE;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .header3 .hide-desktop{
		background: url("/resources/images/business/small-business/csbs_wireless_header_mobile.png") no-repeat center;
		background-size: cover;
		width: 0;
		height: 0;
		padding: 50%;
	}
	/* Section styling ends */


	/* Section styling starts */
	/* .promo-template .testimonial .container{
		padding: 0;
	} */
	.promo-template .testimonial .container-wrapper .text{
		padding: 5%;
	}
	/* Section styling ends */


	/* Section styling starts */
	.promo-template .carousel1 .item {
		width: 300px;
	}
	/* Section styling ends */
}

@media(min-width: 751px){
	.promo-template .button.floating-button{
		display: none !important;
	}
}
