/* Font Import */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* Default CSS Modification */
body{
	background-color: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
}

a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}

h1{
	font-size: 69px;
}

.btn:focus{
	box-shadow: none;
}

.ptserif{
	font-family: 'PTSerif', sans-serif;
}

.rocked{
	font-family: 'Rocked', sans-serif;
}

.brandon{
	font-family: 'Brandon Text', sans-serif;
}

.light{
	font-weight: 300;
}


/* Main Sidebar */
.main-body .container-fluid{
	padding-left: 0;
	height: 100%;
}

.navbar-brand{
	color: #583478;
	display: none;
	font-size: 16px;
}

.main-sidebar{
	box-shadow: 0px 2px 33px rgba(0,0,0,0.13);
	max-width: 86px;
	z-index: 100;
}

.main-navbar{
	padding: 20px 15px;
	width: 71px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
/*	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
*/	display: block;
	height: 100%;
}

.navbar-nav .nav-link{
	color: #464157;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-align: center;
}

.link-bar{
	height: 3px;
	margin-top: -2px;
	width: 42px;
	margin: 10px 0;
}

.purple-bg{
	background: #7b5e92;
}

.yellow-bg{
	background: #ffb53c;
}

.teal-bg{
	background: #5dceb4;
}

.sky-bg{
	background: #3ea6da;
}

.ruby-bg{
	background: #bc3876;
}

.orange-bg{
	background: #ff9370;
}

.purple-color{
	color: #7b5e92;
}

.yellow-color{
	color: #ffb53c;
}

.teal-color{
	color: #5dceb4;
}

.sky-color{
	color: #3ea6da;
}

.ruby-color{
	color: #bc3876;
}

.orange-color{
	color: #ff9370;
}

.navbar .navbar-toggler{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(135,92,173,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon{
	width: 15px;
}

.navbar-numbers{
	background: #fff;
	padding-top: 42px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

.navbar-numbers a{
	display: block;
	font-family: 'PTSerif', sans-serif;
	margin-bottom: 24px;
}

.navbar-numbers a .part{
	color: #464157;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-align: center;
	position: relative;
	z-index: 5000;
}

.navbar-numbers .link-bar{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	z-index: 1;
}

.main-menu{
	background: #fff;
  /* border-bottom-right-radius: 14px; */
  box-shadow: 5.81px -29px 0px rgba(25,26,44,0.12);
  position: absolute;
  top: 0;
  height: auto;
  left: -450px;
  width: 450px;
  padding: 50px 20px 24px 45px;
  transition: all 0.1s linear;
}

.main-menu:after{
	content: '';
	background: #fff;
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: -40px;
	right: -1px;
	box-shadow: 5.81px 5.88px 0px rgba(25,26,44,0.12);
	border-radius: 14px;
	border-top-right-radius: 0;
	transform: rotate(-4deg) skew(-3.5deg);
}

.main-navbar:hover > .hover-bar{
	box-shadow: 0px -58px 33px rgba(0,0,0,0.13);
}

.main-navbar:hover > .main-menu{
	left: 0;
}


.hover-bar{
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 71px;
	/*box-shadow: 6px 0 9px -2px rgba(0,0,0,0.13);*/
	box-shadow: 0px 2px 33px rgba(0,0,0,0.13);
	z-index: 2000;
	display: block;
	cursor: pointer;
}

.main-menu:hover + .hover-bar{
	display: block;
}

.shadow-cover{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 71px;
	background: #fff;
	height: 100%;
}

.navbar-slant{
	position: absolute;
	bottom: -40px;
	right: 9px;
	height: 40px;
	width: 550px;
}

.main-menu > ul{
	margin:7px 0;
}

.main-menu li{
	position: relative;
	display: block;
	margin-bottom: 31px;
	padding-left: 12px;
}

.main-menu li > a {
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	text-decoration: none;
	-webkit-transform: translateZ(0) scale(1,1);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


.main-menu li .nav-text{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 43px;
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.main-menu:hover > .main-menu li .nav-text{
    opacity: 1;
}

.no-touch .scrollable.hover {
	overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
	overflow-y:auto;
	overflow:visible;
}

a:hover,a:focus {
	text-decoration:none;
}

nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

nav ul,nav li {
	outline:0;
	margin:0;
	padding:0;
}

.nav-text p.chapter-small{
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.8px;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: -6px;
	text-transform: uppercase;
}

.nav-text p.hover-title{
	color: #120d22;
	font-size: 17px;
	font-style: normal;
	line-height: 18px;
}

.small-bar{
	height: 3px;
	width: 42px;
	margin-top: 9px;
	opacity: 0.24;
	visibility: hidden;
}

.col.main-content{
	padding: 0;
}

button:focus{
	outline: 0;
}

.main-menu li.nav-item .nav-link.active .small-bar{
	visibility: visible;
}

.nav-text:hover > .small-bar{
	visibility: visible;
}

/* Main Banner CSS */
.main-banner{
	background: url('https://liveyourmessage.com/ug/personal-branding/img/main-bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 66px 50px 76px;
	position: relative;
}

@media (min-width: 1200px){
	.main-banner .container {
		max-width: 1200px;
	}
}

.banner-slant {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 20px;
    width: 100%;
}

.main-banner h6{
	color: #1a1725;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 4.5px;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.main-banner h1{
	font-size: 69px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 106px;
	margin-bottom: 9px;
	max-width: 580px;
}

.main-banner h3{
	font-size: 26px;
	letter-spacing: -0.5px;
	line-height: 31px;
	max-width: 450px;
}



/* Introduction CSS */
@media (min-width: 1200px){
	.container {
		max-width: 1000px;
	}
}

.introduction{
	padding: 78px 0 59px;
	position: relative;
}

/* About CSS */
.main-content{
	overflow: hidden;
}

.about-box{
	position: fixed;
	height: 650px;
	top: 35px;
	right: -231px;
	width: 231px;
	transition: all 0.3s linear;
	z-index: 100;
}

.about-box-show{
	right: 0;
}

.pull-button{
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 40px;
	background: #915bbe;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 6px 22px;
	cursor: pointer;
	visibility: visible;
	transition: visibility 0s, opacity 0.5s linear;
}

.pull-hide{
	visibility: hidden;
	transition: all 0.3s linear;
	opacity: 0;
}

#about-container{
	background: #fff;
	border-radius: 8px;
	width: 231px;
	box-shadow: 0px 7px 15px rgba(169,176,199,0.5);
	padding: 25px 0 40px;
}

#about-container h3{
	color: #000;
	font-size: 38px;
	margin-top: 29px;
	margin-bottom: 14px;
}

#about-container p{
	color: #3f4452;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

.btn-more{
	background: #915bbe;
	border-radius: 4px;
	color: #fff;
	font-family: 'Brandon Text', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 28px 7px 17px;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
}

.btn-more:hover{
	background: #823bbd;
}

.about-image{
	border-radius: 50%;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.about-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 175px;
}

.about-contents{
	padding: 0 30px 0 29px;
}

.arrow{
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2.5px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.btn i.arrow{
	position: relative;
	left: 9px;
	top: -1px;
}

.introduction h1{
	color: #2d1f39;
	letter-spacing: -0.7px;
	margin-bottom: 38px;
	text-align: center;
}

.introduction h2{
	color: #43354e;
	font-size: 42px;
	letter-spacing: -1.65px;
	line-height: 53px;
	margin-bottom: 25px;
}

.heading-divider{
	margin-bottom: 35px;
}

.introduction p{
	color: #2d3344;
	font-size: 19px;
	letter-spacing: -0.24px;
	line-height: 31px;
	margin-bottom: 15px;
}

.introduction ol{
	color: #2d3344;
	font-size: 19px;
	letter-spacing: -0.24px;
	line-height: 31px;
	margin-bottom: 31px;
}


.introduction h3{
	color: #000;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -0.8px;
	line-height: 42px;
	margin-bottom: 13px;
	margin-top: 49px;
}

.heading-divider2{
	margin-bottom: 44px;
}

.heading-divider2 img{
	height: 8px;
	width: 51px;
}

.introduction-image-section{
	margin-top: 20px;
/*	margin-bottom: 63px;*/
}

.introduction-image-container{
	/*background: #ededed;
	height: 326px;*/
	border-radius: 8px;
	width: 440px;
	margin-left: -104px;
}

.introduction-image-container img{
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

#introduction-content p{
	width: 570px;
	margin-left: auto;
}

.introduction-image-section2{
	margin-top: 20px;
	margin-bottom: 10px;
/*	margin-bottom: 66px; */
}

#introduction-content2 p{
	max-width: 570px;
}

.introduction-image-container.right{
	margin-left: -66px;
}

.introduction-quote-section{
	margin-top: 56px;
	margin-bottom: 56px;
}

.quotes-container{
	border: 1px solid #875cad;
	border-right: 0;
	border-left: 0;
	margin-left: -100px;
	padding: 22px 15px 38px 0;
	width: 355px;
}

.quotes-container.left{
	margin-left: 7px;
	margin-top: 8px;
	width: 100%;
}

.introduction-quote-section.quote-2{
	margin-bottom: 60px;
	margin-top: 50px;
}

.introduction h4{
	color: #885dae;
	font-size: 39px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -1.55px;
	line-height: 53px;
}

#introduction-quote p{
	max-width: 670px;
	margin-left: auto;
}

/* Download CSS */
.download{
	background: #FFE4DB url('https://liveyourmessage.com/ug/personal-branding/img/download-bg.png') no-repeat center center;
	background-size: cover;
	color: #2d3344;
	padding: 93px 0 53px;
	position: relative;
}

.download-top{
	position: absolute;
    top: -1px;
    left: 0;
    height: 40px;
    width: 100%;
}

.download-bottom{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 22px;
	width: 100%;
	z-index: 2;
}

.book-cover{
	position: relative;
}

.book-cover img{
	position: absolute;
	top:-102px;
	left: -15px;
	z-index: 5;
}

.download-content{
	margin-left: -16px;
}

.download h2{
	color: #8929a4;
	font-size: 70px;
	letter-spacing: -0.8px;
	margin-bottom: 22px;
}

.download p{
	color: #2d3344;
	font-size: 19px;
	letter-spacing: -0.2px;
	line-height: 31px;
	margin-bottom: 43px;
}

.btn-download{
	background: #54b6a1;
	border-radius: 5px;
	color: #fff;
	padding: 13px 66px 14px;
	font-family: 'Brandon Text', sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2.7px;
	text-transform: uppercase;
}

.btn-download:hover{
	background: transparent;
	border: 1px solid #54b6a1;
	color: #54b6a1;
}

/* Chapters CSS */
.chapter{
	padding: 60px 0 39px;
}

.chapter-title{
	background: #7b5e92;
	-webkit-clip-path: polygon(0 0, 100% 14%, 97% 90%, 2% 100%);
	clip-path: polygon(0 0, 100% 14%, 97% 90%, 2% 100%);
	display: inline-block;
	padding: 16px 55px 17px;
	margin-bottom: 25px;
}

.chapter-title h6{
	color: #fff;
	font-size: 18px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.chapter h1{
	color: #2d1f39;
	letter-spacing: -1px;
	line-height: 110px;
	margin-bottom: 25px;
	max-width: 940px;
}

.chapter-divider{
	margin-bottom: 40px;
}

.chapter h2{
	color: #43354e;
	font-size: 42px;
	letter-spacing: -1.63px;
	line-height: 53px;
	margin-bottom: 40px;
	padding-right: 10px;
}

.chapter p{
	color: #2d3344;
	font-size: 19px;
	letter-spacing: -0.24px;
	line-height: 31px;
	margin-bottom: 15px;
}

.chapter h3{
	color: #000;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -0.8px;
	line-height: 42px;
	margin-bottom: 23px;
	margin-top: 25px;
}

.chapter-small-divider img{
	height: 9px;
	width: 52px;
	margin-bottom: 10px;
}

.chapter-small-image-contents{
	margin-bottom: 67px;
	margin-top: 55px;
}

.chapter-image-container{
	background: #eee;
	border-radius: 8px;
	height: 488px;
	width: 550px;
	margin-top: 5px;
	margin-left: -17px;
}

.chapter-small-divider.chapter-divider-2{
	margin-bottom: -7px;
}

.chapter-big-image{
	background: #eee;
	border-radius: 8px;
	height: 326px;
	margin-bottom: 42px;
	margin-top: 40px;
}

.chapter.two .chapter-title{
	background: #ffb53c;
}

.chapter.three .chapter-title{
	background: #5dceb4;
}

.chapter.four .chapter-title{
	background: #3ea6da;
}

.chapter.five .chapter-title{
	background: #bc3876;
}

.chapter.six .chapter-title{
	background: #ff9370;
}

.chapter.last {
	padding-top: 30px;
}
.chapter.last .chapter-title {
    background: #ff9370;
}
.chapter.last h1 {
	font-size: 34px;
	line-height: 55px;
}

/* Media Queries*/
@media only screen and (min-width: 1600px){
@media (min-width: 1200px){
	.main-banner .container {
		max-width: 1600px;
	}
}

.main-banner h1{
	max-width: 900px;
	margin-bottom: 30px;
}

.main-banner h3{
	max-width: 600px;
}

}

@media only screen and (max-width: 1260px){
	.introduction-image-container{
		margin-left: -65px;
	}
	.quotes-container{
		margin-left: -60px;
	}
}

@media only screen and (max-width: 1199px){
	.main-banner{
		padding: 44px 50px 61px;
	}
	.main-banner .container{
		max-width: 960px;
	}
	.main-banner h6{
		font-size: 15px;
		letter-spacing: 4.6px;
		margin-bottom: 32px;
	}
	.main-banner h1{
		font-size: 60px;
		letter-spacing: -0.7px;
		line-height: 90px;
		margin-bottom: 11px;
		max-width: 500px;
	}
	h1{
		font-size: 60px;
	}
	.main-banner h3{
		font-size: 25px;
		line-height: 30px;
		letter-spacing: -0.3px;
		max-width: 380px;
	}
	.banner-slant{
		height: 13px;
	}
	.container{
		max-width: 825px;
	}
	.introduction{
		padding: 58px 0 90px;
	}
	.introduction h1{
		letter-spacing: -1px;
		margin-bottom: 27px;
	}
	.introduction h2{
		font-size: 35px;
		letter-spacing: -1.35px;
		line-height: 45px;
		margin-bottom: 27px;
	}
	.heading-divider img{
		width: 77px;
	}
	.heading-divider{
		margin-bottom: 30px;
	}
	.introduction p{
		font-size: 17px;
		letter-spacing: -0.2px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	.introduction ol{
		color: #2d3344;
		font-size: 19px;
		letter-spacing: -0.24px;
		line-height: 31px;
		margin-bottom: 31px;
	}

	.introduction h3{
		font-size: 30px;
		letter-spacing: -0.7px;
		line-height: 40px;
		margin-top: 50px;
	}
	.introduction h4{
		font-size: 34px;
		line-height: 48px;
	}
	#introduction-content p{
		width: 100%;
	}
	.introduction-image-section{
		margin-top: 30px;
/*		margin-bottom: 56px; */
	}
	.introduction-image-container{
		width: 350px;
		height: 272px;
		margin-left: -50px;
	}
	#introduction-content p{
		margin-left: -13px;
	}
	.introduction-image-container.right{
		margin-left: 15px;
		margin-top: 0;
	}
	.introduction-image-section2{
/*		margin-bottom: 35px; */
	}
	.heading-divider2{
		margin-bottom: 31px
	}
	.introduction-quote-section{
		margin-top: 39px;
		margin-bottom: 33px;
	}
	.quotes-container{
		margin-left: -47px;
		padding-left: 0;
		padding-right: 0;
		width: 300px;
	}
	.introduction-quote-section.quote-2{
		margin-top: 46px;
	}
	.quotes-container.left{
		padding-bottom: 26px;
	}
	.download{
		padding: 55px 0 40px;
	}
	.download h2{
		font-size: 55px;
		margin-bottom: 14px;
	}
	.download p{
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.download-top{
		height: 20px;
	}
	.book-cover img{
		top: -105px;
		left: -40px;
		width: 317px;
		height: 396px;
	}
	.btn-download{
		font-size: 15px;
		letter-spacing: 2.5px;
	}
	.chapter{
		padding: 101px 0 39px;
	}
	.chapter-title{
		padding: 13px 48px 14px;
		margin-bottom: 25px;
	}
	.chapter-title h6{
		font-size: 16px;
	}
	.chapter h1{
		line-height: 90px;
	}
	.chapter h2{
		font-size: 35px;
		letter-spacing: -1.35px;
		line-height: 45px;
		margin-bottom: 33px;
	}
	.chapter-divider{
		margin-bottom: 30px;
	}
	.chapter p{
		font-size: 17px;
		letter-spacing: -0.2px;
		line-height: 28px;
		margin-bottom: 28px;
	}
	.chapter h3{
		font-size: 30px;
		letter-spacing: -0.7px;
		line-height: 40px;
		margin-top: 33px;
	}
	.chapter-small-divider img{
		margin-bottom: 10px;
	}
	.chapter h4{
		font-size: 34px;
		line-height: 48px;
	}
	.chapter-divider img{
		width: 118px;
	}
	.chapter-image-container{
		height: 327px;
		width: 380px;
	}
	.chapter-small-image-contents{
		margin-bottom: 40px;
		margin-top: 39px;
	}
}

@media only screen and (max-width: 991px){
	.main-content{
		padding-left: 0;
		overflow: visible;
	}
	.introduction-image-container, .quotes-container, .chapter-image-container{
		width: 100%;
	}
	.navbar-brand{
		display: inline-block;
		letter-spacing: 0.5px;
		margin-left: 24px;
		padding-top: 11px;
	}
	.main-sidebar{
		max-width: 100%;
		width: 100%;
	}
	.main-sidebar .navbar{
		background: #fff;
		z-index: 1;
		box-shadow: 0px 2px 6px rgba(0,0,0,0.14);
		padding-top: 17px;
		padding-bottom: 16px;
	}
	.main-navbar{
		width: 100%;
		position: relative;
	}
	.container{
		max-width: 765px;
		padding-left: 30px;
	}
	.main-navbar:hover{
		width: 100%;
		z-index: 50;
		position: relative;
		box-shadow: none;
	}
	.main-navbar:hover > .main-menu{
		box-shadow: none;
	}
	.main-menu{
		margin-top: 15px;
		border-radius: 0;
		box-shadow: none;
		padding: 20px 0 0;
		position: relative;
		top: auto;
		left: 0;
		width: 100%;
		height: auto;
	}
	.main-menu:after{
		content: none;
	}
	.hover-bar{
		display: none;
	}
	.main-menu:hover + .hover-bar{
		display: none;
	}
	.shadow-cover{
		display: none;
	}
	.navbar-slant{
		display: none;
	}
	.main-menu li .nav-text{
		padding-left: 0;
	}
	.navbar-numbers{
		display: none;
	}
	.main-banner{
		background: url('https://liveyourmessage.com/ug/personal-branding/img/main-bg-tablet.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		padding: 589px 0 70px;
	}
	.introduction-image-container.right{
		margin-left: 0;
	}
	.main-banner h6{
		font-size: 19px;
		letter-spacing: 6px;
		margin-bottom: 50px;
	}
	.main-banner h1{
		font-size: 60px;
		line-height: 94px;
		margin-bottom: 23px;
		max-width: 100%;
	}
	.main-banner h3{
		font-size: 25px;
		letter-spacing: 0.5px;
		line-height: 30px;
		max-width: 590px;
		margin: 0 auto;
	}
	.banner-slant{
		height: 43px;
	}
	h1{
		font-size: 60px;
	}
	.about-box{
		display: none;
	}
	.introduction{
		padding: 61px 0 90px;
		padding-bottom: 33px;
	}
	.introduction h1{
		margin-bottom: 52px;
	}
	.introduction h2{
		font-size: 35px;
		letter-spacing: -1.4px;
		line-height: 47px;
		margin-bottom: 23px;
	}
	.introduction p{
		font-size: 17px;
		letter-spacing: -0.23px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	.introduction ol{
		color: #2d3344;
		font-size: 19px;
		letter-spacing: -0.24px;
		line-height: 31px;
		margin-bottom: 31px;
	}

	.heading-divider img{
		width: 65px;
	}
	.heading-divider{
		margin-bottom: 33px;
	}
	.introduction-image-container{
		margin-left: 0;
	}
	.introduction-image-section{
/*		margin-bottom: 17px; */
		margin-top: 44px;
	}
	#introduction-content p{
		margin-left: 0;
	}
	.introduction-image-section2{
		margin-top: 30px;
/*		margin-bottom: 0px; */
	}
	.introduction h3{
		font-size: 24px;
		line-height: 35px;
	}
	.introduction-quote-section, .introduction-quote-section.quote-2{
		margin-bottom: 50px;
	}
	.introduction h4{
		font-size: 30px;
		line-height: 40px;
	}
	.quotes-container{
		margin-left: 0;
	}
	.quotes-container.left{
		margin-left: 0;
	}
	.download{
		padding: 68px 0 50px;
	}
	.book-cover img{
		top: -69px;
		left: -10px;
		width: 285px;
		height: 354px;
		transform: rotate(-2deg);
	}
	.download h2{
		font-size: 48px;
		margin-bottom: 10px;
	}
	.download p{
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 27px;
	}
	.chapter{
		padding: 85px 0 39px;
	}
	.chapter-title h6{
		font-size: 14px;
	}
	.chapter-title{
		padding-left: 33px;
		padding-right: 33px;
		margin-bottom: 25px;
	}
	.chapter h1{
		line-height: 94px;
		max-width: 660px;
		margin: 0 auto 17px;
	}
	.chapter-divider img{
		width: 102px;
	}
	.chapter h2{
		font-size: 35px;
		letter-spacing: -1.4px;
		line-height: 47px;
	}
	.chapter p{
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 28px;
	}
	.chapter h3{
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.chapter h4{
		font-size: 30px;
		line-height: 40px;
	}
	.chapter-small-divider img{
		margin-bottom: 10px;
		width: 45px;
	}
	.chapter-small-image-contents{
		margin-bottom: 0;
		margin-top: 0;
	}
	.chapter-big-image, .chapter-image-container, .introduction-image-container{
		height: 250px;
	}
	.chapter-image-container{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px){
	.main-banner{
		text-align: center;
		padding-top: 319px;
		padding-bottom: 43px;
		padding-left: 0;
		padding-right: 0;
	}
	.main-banner h6{
		font-size: 12px;
		letter-spacing: 4px;
		line-height: 11px;
		margin-bottom: 18px;
	}
	.main-banner h1{
		font-size: 35px;
		letter-spacing: 0.5px;
		line-height: 55px;
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
	}
	.main-banner h3{
		font-size: 19px;
		letter-spacing: -0.25px;
		line-height: 24px;
		max-width: 295px;
	}
	.banner-slant{
		height: 30px;
	}
	h1{
		font-size: 35px;
		line-height: 55px;
	}
	.introduction{
		padding: 29px 0 175px;
	}
	.about-box{
		display: none;
	}
	.introduction h1{
		letter-spacing: 0px;
		margin-bottom: 8px;
	}
	.introduction h2{
		font-size: 23px;
		letter-spacing: -0.9px;
		line-height: 33px;
		margin-bottom: 9px;
	}
	.introduction .container, .download .container, .chapter .container{
		max-width: 390px;
	}
	.heading-divider{
		margin-bottom: 26px;
	}
	.introduction p{
		font-size: 15px;
		letter-spacing: -0.2px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.introduction ol{
		color: #2d3344;
		font-size: 19px;
		letter-spacing: -0.24px;
		line-height: 31px;
		margin-bottom: 31px;
	}

	.introduction h3{
		font-size: 20px;
		line-height: 26px;
		letter-spacing: -0.5px;
		margin-top: 25px;
		margin-bottom: 6px;
	}
	.heading-divider2{
		margin-bottom: 22px;
	}
	.heading-divider2 img{
		height: 6px;
		width: 30px;
	}
	.introduction-image-section{
		margin-top: 0;
	}
	.introduction-image-container{
		margin-top: 0;
		max-width: 100%;
		margin-bottom: 24px;
		height: auto;
	}
	.introduction-image-container img {
		width: 100% !important;
	}
	.introduction-image-section2{
		margin-top: 0;
		margin-bottom: 0;
	}
	.introduction h4{
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 32px;
	}
	#introduction-content p{
		margin-left: 0;
	}
	.quotes-container{
		padding: 14px 0 22px;
		margin-bottom: 24px;
	}
	#introductino-quote{
		margin-top: 0;
	}
	.introduction-quote-section{
		margin-top: 0;
		margin-bottom: 0;
	}
	.introduction-quote-section.quote-2{
		margin-top: 0;
		margin-bottom: 0;
	}
	.download{
		padding: 50px 0 58px;
	}
	.book-cover img{
		height: 215px;
		width: 170px;
		top: -170px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		transform: rotate(4deg);
	}
	.book-cover{
		margin-bottom: 78px;
	}
	.download-top{
		height: 15px;
	}
	.download h2{
		color: #4e2b6d;
		letter-spacing: 0.2px;
		font-size: 35px;
		margin-bottom: 18px;
		text-align: center;
	}
	.download p{
		font-size: 15px;
		line-height: 24px;
		max-width: 245px;
		margin: 0 auto 28px;
	}
	.mob-center{
		text-align: center;
	}
	.btn-download{
		font-size: 12px;
		letter-spacing: 2px;
		padding: 10px 44px 8px 45px;
	}
	.download-bottom{
		height: 7px;
	}
	.chapter{
		padding: 40px 0 170px;
	}
	.chapter.six {
		padding-bottom: 40px;
	}
	.chapter.last h1 {
		font-size: 24px;
	}
	.chapter-title{
		padding: 11px 35px 10px;
		margin-bottom: 20px;
	}
	.chapter-title h6{
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	.chapter h1{
		letter-spacing: 0px;
		line-height: 55px;
		margin-bottom: 10px;
		max-width: 320px;
	}
	.chapter-divider{
		margin-bottom: 20px;
	}
	.chapter-divider img{
		height: 9px;
		width: 48px;
	}
	.chapter h2{
		font-size: 23px;
		line-height: 33px;
	}
	.chapter p{
		font-size: 15px;
		letter-spacing: -0.2px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.chapter h3{
		font-size: 20px;
		letter-spacing: -0.5px;
		line-height: 26px;
		margin-bottom: 17px;
		margin-top: 0
	}
	.chapter-small-divider img{
		height: 6px;
    	width: 30px;
    	margin-bottom: 10px;
	}
	.chapter-image-container{
		max-width: 350px;
		margin-top: 0;
		margin-bottom: 24px;
	}
	.chapter-big-image{
		margin-top: 30px;
		margin-bottom: 30px;
		height: 250px;
	}
	.main-navbar{
		padding-bottom: 0;
	}
	.main-menu{
		height: auto;
		padding-bottom: 0;
	}
	.main-menu li{
		width: 100%;
		margin-bottom: 30px;
	}
	.main-sidebar .navbar{
		padding-top: 17px;
	}
	.nav-text p.hover-title{
		line-height: 24px;
	}

}

@media only screen and (max-width: 575px){
	.main-banner{
		background: url(https://liveyourmessage.com/ug/personal-branding/img/main-bg-mobile.jpg) no-repeat center center;
    	background-size: cover;
	}
}

@media only screen and (max-width: 350px){
	.main-banner .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	.introduction .container, .download .container, .chapter .container{
		max-width: 100%;
	}
}

@media only screen and (max-width: 345px){
	.download .container{
		max-width: 320px;
	}
}

/* Custom CSS */

.italic-font-style {
	font-style: italic;
}

.chapter-big-image {
	height: 100%;
}

.chapter-big-image img {
	width: 100%;
}

.chapter li{
	color: #2d3344;
	font-size: 19px;
	letter-spacing: -0.24px;
	line-height: 31px;
	margin-bottom: 20px;
}

h4.brandon {
    padding-bottom: 20px;
}

.chapter-small-divider {
    padding-bottom: 25px;
}

h1.rocked {
    padding-top: 25px;
}


/* modal */
/* 08. Modal CSS */
@media (min-width: 992px){
	.modal-lg {
    	max-width: 970px;
	}
}

.modal-content{
	border: 0;
	border-radius: 0;
	box-shadow: 0px 9px 22px rgba(97,106,159,0.5);
	overflow: hidden;
	position: relative;
	height: auto;
}

#mod-1{
	position: relative; width: 100%;
}

#mod-2{
	position: absolute;
	left: 880px;
	top: 0px;
	width: 100%;
}

.modal-main{
	padding: 40px 40px 85px;
}

.modal-title{
	background: #72b3bf;
	-webkit-clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
	clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
	display: inline-block;
	margin: 0 auto 26px;
	padding: 12px 39px;
	text-align: center;
}

.modal-title h5{
	color: #fff;
	font-size: 23px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.modal-details{
	margin-bottom: 66px;
}

.modal-details h4{
	color: #454151;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 34px;
	margin-bottom: 29px;
	text-transform: uppercase;
}

p.questions, p.details{
	color: #43354e;
	font-size: 16px;
	letter-spacing: 0.1px;
	line-height: 27px;
}

.business-choices{
	text-align: left;
	max-width: 646px;
	margin: 0 auto 70px;
}

/* Checkbox container */
.checkbox-container {
	background: #eef1f7;
	border-radius: 8px;
	color: #43354e;
    display: block;
    position: relative;
    padding: 18px 20px 18px 84px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 20px;
    height: 34px;
    width: 34px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #ced4e1;
    transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 17px;
    top: -13px;
    width: 14px;
    height: 35px;
    border: solid #45ca8b;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(50deg) skewY(15deg);
    -ms-transform: rotate(50deg) skewY(15deg);
    transform: rotate(50deg) skewY(15deg);
}



/* Modal 2 CSS */
#mod-2  .modal-title{
	background: #875cad;
}

#mod-2  .modal-details{
	margin-bottom: 0px;
}

#mod-2 p.questions{
	text-align: left;
	margin-bottom: 20px;
}

.signup-form{
	margin: 0 auto;
	max-width: 650px;
}

.dropdown{
	margin-bottom: 21px;
}

.btn-dropdown{
	background: #fff;
	border: 2px solid #cacfdb;
	border-radius: 8px;
	color: #43354e;
	font-size: 16px;
	padding: 17px 0 18px 99px;
	width: 100%;
	position: relative;
	text-align: left;
}

button#dropdownMenuButton:active{
	background-image: none;
}

button#dropdownMenuButton:focus{
	box-shadow: none;
}

.dropdown-box{
	background: #cad1e2;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 69px;
}

.down-caret{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.dropdown-toggle::after{
	content: none;
}

.dropdown-menu.show{
	width: 100%;
}

.dropdown-menu{
	border: 2px solid #cacfdb;
	padding: 0;
}

.dropdown-item{
	font-size: 16px;
	padding: 14px 0 14px 80px;
	cursor: pointer;
}

p.details{
	margin-bottom: 18px;
	text-align: left;
}

.form-control{
	border: 2px solid #cacfdb;
	border-radius: 8px;
	color: #43354e;
	font-size: 16px;
	margin-bottom: 22px;
	padding: 23px 30px 23px;
}

.form-control:focus{
	border: 2px solid #875cad;
	box-shadow: none;
}

#checkbox2-container{
	margin-top: -10px;
}

input{
	font-size: 16px;
}

input::-webkit-input-placeholder{
	color: #43354e;
	font-size: 16px;
}


/* Checkbox container */
.checkbox-2-container {
	background: #fff;
	border-radius: 8px;
	color: #43354e;
    display: block;
    position: relative;
    padding: 19px 108px 16px 17px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-2-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-2 {
    position: absolute;
    top: 50%;
    left: 0;
    height: 31px;
    width: 33px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #cacfdb;
    transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.checkbox-2-container:hover input ~ .checkmark-2 {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-2-container input:checked ~ .checkmark-2 {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-2-container input:checked ~ .checkmark-2:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-2-container .checkmark-2:after {
    left: 17px;
    top: -13px;
    width: 14px;
    height: 35px;
    border: solid #45ca8b;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(50deg) skewY(15deg);
    -ms-transform: rotate(50deg) skewY(15deg);
    transform: rotate(50deg) skewY(15deg);
}

#cell-no{
	margin-bottom: 30px;
}

.btn-modal-2{
	padding: 15px 30px;
}



/* Modal CSS */

#exit-modal .modal-open .modal{
	background: rgba(255,255,255,0.91);
}
#exit-modal .modal-content{
	background: transparent;
	border: 0;
	box-shadow: inherit;
	overflow: inherit;
}
#exit-modal .modal-top-header{
	background: rgba(255,255,255,1);
	border-radius: 7px;
	padding: 16px 0;
}
#exit-modal .modal-top-header h3{
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 9px;
	font-weight: bold;
	color: #5e1f84;
}
#exit-modal .modal-top-header p{
	font-size: 16px;
	line-height: 28px;
}
#exit-modal .modal-header{
	border: 0;
	padding: 0;
	height: 15px;
	position: relative;
	z-index: 5;
}
#exit-modal .modal-header .close{
  padding: 0;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #a282be;
  opacity: 1;
  position: absolute;
  right: -3px;
  top: 5px;
}
#exit-modal .close{
	color: #fff;
	font-weight: 400;
	text-shadow: none;
}
#exit-modal .close:focus, #exit-modal .close:hover{
	color: #fff;
	background: #9870bb;
}
#exit-modal .modal-box{
	background: #fff;
	border-radius: 7px;
	box-shadow: 0px 19px 19px rgba(43,27,52,0.21);
	min-height: 607px;
}
#exit-modal .modal-left, #exit-modal .modal-right{
	border-radius: 7px;
}
#exit-modal .modal-left{
	background: url(https://liveyourmessage.com/ug/personal-branding/img/modal-left.jpg) no-repeat 50% 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	padding: 45px 60px 100px 42px;
	position: relative;
	z-index: 4;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%; 
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) { 
	#exit-modal .modal-left{
		background: url(https://liveyourmessage.com/ug/personal-branding/img/modal-left@2x.jpg) no-repeat 50% 50%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		color: #fff;
		padding: 45px 60px 100px 42px;
		position: relative;
		z-index: 4;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%; 
	}
}
#exit-modal .modal-content h6{
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#exit-modal .modal-content h2{
	font-size: 51px;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 18px;
	position: relative;
	z-index: 5;
}
#exit-modal .modal-small-divider{
	background: #fff;
	width: 50px;
	height: 5px;
	opacity: 0.55;
	margin-bottom: 28px;
}
#exit-modal .modal-content .modal-line{
	font-size: 19px;
	line-height: 31px;
}
#exit-modal .modal-right{
	background: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 45px 35px 25px 35px;
}
#exit-modal ul.modal-ul{
	list-style: none;
	margin-bottom: 40px;
	padding-left: 0;
}
#exit-modal ul.modal-ul li{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 25px;
}
#exit-modal ul.modal-ul li:before{
	content: '';
	height: 10px;
	width: 10px;
	background: #875cad;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
#exit-modal .btn-modal{
	background-color: #07d38a;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 14px 50px;
	margin-bottom: 25px;
	width: 100%;
	text-transform: uppercase;
	border-radius: 0px;
}
#exit-modal .btn-modal:hover{
	background: #3aa58e; 
	color: #fff;
}
#exit-modal p.small-reserve{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}
@media only screen and (max-width: 1199px){
	#exit-modal .modal-lg{
		max-width: 795px;
	}
	#exit-modal .modal-top-header p{
		font-size: 15px;
		line-height: 24px;
		max-width: 685px;
    	margin-left: auto;
    	margin-right: auto;
	}
	#exit-modal .modal-content h6{
		font-size: 17px;
	}
	#exit-modal .modal-content h2{
		font-size: 46px;
		line-height: 55px;
	}
	#exit-modal .modal-content .modal-line{
		font-size: 18px;
		line-height: 29px;
	}
	#exit-modal ul.modal-ul li{
		font-size: 15px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 991px){
	#exit-modal .modal-lg{
		max-width: 720px;
	}
	#exit-modal .modal-top-header h3{
		font-size: 21px;
	}
	#exit-modal .modal-left{
		text-align: center;
		padding: 45px 0;
		border-top-right-radius: 7px;
		border-bottom-left-radius: 0;
	}
	#exit-modal .modal-right{
		border-bottom-left-radius: 7px;
	}
	#exit-modal .modal-content h6{
		font-size: 16px;
	}
	#exit-modal .modal-top-header p{
		font-size: 15px;
		line-height: 24px;
		max-width: 685px;
    	margin-left: auto;
    	margin-right: auto;
	}
	#exit-modal .modal-content h2{
		font-size: 37px;
		line-height: 45px;
	}
	#exit-modal .modal-small-divider{
		margin: 0 auto 25px;
	}
	#exit-modal .modal-content .modal-line{
		font-size: 16px;
		line-height: 29px;
		max-width: 600px;
		margin: 0 auto;
	}
	#exit-modal ul.modal-ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#exit-modal ul.modal-ul li{
		font-size: 15px;
		margin-bottom: 20px;
		width: 50%;
	}
	#exit-modal .btn-modal{
		margin: 0 auto 25px;
		padding: 12px 50px;
		width: auto;		
	}
	#exit-modal #exit-modal .mob-center{
		text-align: center;
	}
	#exit-modal .mob-center {
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	#exit-modal .modal-lg{
		padding: 0 20px;
	}
	#exit-modal .modal-top-header{
		display: none;
	}
	#exit-modal .modal-left{
		padding: 30px 25px;
	}
	#exit-modal .modal-content h6{
		font-size: 15px;
	}
	#exit-modal .modal-content h2{
		font-size: 30px;
		line-height: 41px;
	}
	#exit-modal .modal-content .modal-line{
		font-size: 15px;
		line-height: 25px;
	}
	#exit-modal .modal-right h6, #exit-modal ul.modal-ul{
		display: none;
	}
	#exit-modal .btn-modal{
		font-size: 16px;
		width: 100%;
	}
	#exit-modal p.small-reserve{
		font-size: 12px;
		line-height: 21px;
		max-width: 285px;
		margin: 0 auto;
	}
	#exit-modal .modal-right{
		padding: 25px 25px 33px; 
	}
	#exit-modal .modal-box{
		min-height: auto;
	}
}

/*Custom CSS*/

.introduction-image-section{
	margin-bottom: 10px;
}

span.bold-underline-text {
	text-decoration: underline;
	font-weight: bold;
}

#introduction-content ol, #introduction-content ul {
	width: 570px;
	margin-left: auto;
}

#success-modal .modal-details {
  margin-top: 60px;
}
#success-modal .modal-title {
	background-color: #a282be;
}
.comments-area {
	text-align: center;
}

#sign-up-modal .modal-dialog, #sign-up-modal2 .modal-dialog{
	max-width: 715px;
}

#sign-up-modal .modal-content, #sign-up-modal2 .modal-content{
	position: relative;
	overflow: hidden;
}

#sign-up-modal .modal-content:before, #sign-up-modal2 .modal-content:before{
	content: "";
	border-style: solid;
	border-color: #ebebeb #ebebeb transparent transparent;
	border-width: 35px;
	position: absolute;
	top: 0;
	right: 0;
}

#sign-up-modal button.close, #sign-up-modal2 button.close{
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 10;
	font-size: 30px;
	line-height: 30px;
}

#sign-up-modal button.close:focus,
#sign-up-modal button.close:active,
#sign-up-modal2 button.close:focus,
#sign-up-modal2 button.close:active{
	outline: none;
}

.form-control {
	background-color: #e8eaed;
	border: 2px solid #e8eaed;
	height: 60px;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	padding: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.form-control:focus {
	background-color: #f1f1f4;
	border-color: #ff9000;
}
#sign-up-modal .modal-body, #sign-up-modal2 .modal-body {
	padding: 40px 45px;
	text-align: center;
}


#sign-up-modal h4, #sign-up-modal2 h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #a077a8;
	margin: 0 0 10px;
}

#sign-up-modal h2, #sign-up-modal2 h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	margin: 0 0 25px;
} 

#sign-up-modal h3, #sign-up-modal2 h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #999999;
	margin: 0 0 30px;
}

#sign-up-modal .form-bx, #sign-up-modal2 .form-bx {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	position: relative;
}

#sign-up-modal .arrow, #sign-up-modal2 .arrow {
	position: absolute;
	bottom: 25px;
	right: -65px;
}

#sign-up-modal .form-group, #sign-up-modal2 .form-group {
	margin-bottom: 12px;
}

#sign-up-modal .btn-section .btn, #sign-up-modal2 .btn-section .btn {
	width: 100%;
	height: 60px;
	font-weight: 800;
	font-size: 23px;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 6px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #07d38a;
	border: none;
	outline: none;
}

.mobile-group {
	display: none;
}

.form-group .check-title {
	text-align: left;
}

.form-group .check-area {
	text-align: left;
	display: flex;
}

.form-group .check-area .checkbox-inline {
	flex: 0 0 65px;
	margin-bottom: 0px;
}

.form-group .check-area .checkbox-label {
	flex: 1 1 calc(100% - 60px);
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 5px;
}

.check-area input[type='checkbox'] {
	margin: 0px 10px;
}

#sign-up-modal .timezone-droplist {
	width: 100%;
	max-width: 450px;
	font-size: 18px;
	font-weight: 300;
}

#sign-up-modal .timezone-droplist option {
	font-size: 18px;
	font-weight: 300;
}

@media (max-width: 768px) {

	#sign-up-modal h4, #sign-up-modal2 h4 {
		font-size: 22px;
		line-height: 27px;
	}

	#sign-up-modal h2, #sign-up-modal2 h2 {
		font-size: 27px;
		line-height: 32px;
	}

	#sign-up-modal .modal-body, #sign-up-modal2 .modal-body {
		padding: 30px 20px;
	}

	#sign-up-modal h3, #sign-up-modal2 h3 {
		font-size: 22px;
		line-height: 27px;
	}

	#sign-up-modal .form-bx, #sign-up-modal2 .form-bx {
		max-width: inherit;
	}

	#sign-up-modal .timezone-droplist {
		max-width: inherit;
	}

	#sign-up-modal .form-bx .arrow, #sign-up-modal2 .form-bx .arrow {
		display: none;
	}

	#sign-up-modal .modal-dialog, #sign-up-modal2 .modal-dialog {
		max-width: 550px;
	}
}

@media (max-width: 576px) {

	#sign-up-modal h4, #sign-up-modal2 h4 {
		font-size: 20px;
		line-height: 25px;
	}

	#sign-up-modal h2, #sign-up-modal2 h2 {
		font-size: 25px;
		line-height: 30px;
	}

	#sign-up-modal .modal-body, #sign-up-modal2 .modal-body {
		padding: 25px 15px;
	}

	#sign-up-modal h3, #sign-up-modal2 h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.form-control {
		padding: 10px;
		font-size: 17px;
		line-height: 23px;
	}

	#sign-up-modal .form-bx .btn-section .btn, #sign-up-modal2 .form-bx .btn-section .btn {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 4px;
	}

	#sign-up-modal .form-bx .form-group, #sign-up-modal2 .form-bx .form-group { 
		margin-bottom: 8px;
	}

	.checkbox-radio-btn-group .btn {
		font-size: 20px;
		line-height: 25px;
	}
	.modal-main{
		padding: 30px 10px;
	}
}

.countdown-area {
  padding-top: 30px;
  margin: auto;
}

.countdown-area #countdown-value {
	width: max-content;
  zoom: 0.6;
  margin: auto;
  padding-top: 15px;
}

#countdown-value .flip-clock-divider .flip-clock-label {
	font-size: 20px;
	right: -91px;
}

#countdown-value .flip-clock-divider.hours .flip-clock-label {
	right: -95px;
}

#countdown-value .flip-clock-divider.minutes .flip-clock-label {
  right: -104px;
}

#countdown-value .flip-clock-divider.seconds .flip-clock-label {
  right: -109px;
}

@media (max-width: 640px) { 
	.countdown-area #countdown-value {
		zoom: 0.5;
	}
	#countdown-value .flip-clock-divider .flip-clock-label {
		font-size: 24px;
		right: -104px;
	}

	#countdown-value .flip-clock-divider.minutes .flip-clock-label {
    right: -114px;
	}

	#countdown-value .flip-clock-divider.seconds .flip-clock-label {
    right: -117px;
	}
}
