/*
Template: UpSell - E-Book Landing Page
Author: Pixelosaur, http://pixelosaur.com/
Version: 1.1
Color Scheme: Yellow Background - Deep Blue Button
*/

/* ============ Google Fonts ============ */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);

/* ============ Color Schemes ============ */

.black {
  background-color: #2c2c2c;
}
.blue {
  background-color: #37bec4;
}
.orange {
  background-color: #ee5a3e;
}
.lightBlue {
  background-color: #96bfc5;
}
.green {
  background-color: #b6c04c;
}
.purple {
  background-color: #695da7;
}
.red {
  background-color: #cc2227;
}
.grey {
  background-color: #f5f6f7;
}
.darkBlue {
  background-color: #2c3e50;
}
.yellow {
  background-color: #d0d0d0;
}
.deepBlue {
  background-color: #154377;
}
.turquoise {
  background-color: #1abc9c;
}
.carrot {
  background-color: #e67e22;
}
.brightBlue {
  background-color: #00b8df;
}

/* ========== Background Images ========== */

.productShowcaseOne {
  background: url(../img/3d-curved-bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.pricingTables {
  background: transparent url(../img/mountain-view.jpg) no-repeat center center;
  background-size: cover;
}

/* ========== Hover Effects ========== */


.socialButtons img {
  opacity: 0.7;
}
.socialButtons img:hover,
.mediaProof img:hover {
  opacity: initial;
  background-color: transparent;
}
/* Media Proof Logo Effects */
.mediaProof img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
  opacity: 0.6;
  vertical-align: bottom;
}
.mediaProof img:hover {
  -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  filter: initial;
}

/* ========== Button Styles ========== */

.buyButton,
.watchVideo,
.buyButtonPricing {
  width: 100%;
  height: 60px;
  border: 2px solid #f8f8f8;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 2px;
  outline: none;
}
.buyButtonPricing {
  width: 60%;
  margin: 0 auto 20px auto;
  display: inline-block;
}
.buyButton {
  padding-top: 0.5rem!important;
}
.buyButton span {
  text-transform: initial;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.watchVideo,
.watchVideo:hover,
.watchVideo:active,
.watchVideo:focus {
  background-color: transparent;
  position: relative;
  outline: none;
  padding-left: 1.375rem;
  line-height: 1.5rem;
}
.watchVideo span {
  font-size: 1.75rem;
  vertical-align: middle;
  padding: 0 0.5rem 0 0;
}

/* ========== Image Styles ========== */

/* Logo Dimensions */
#logo img {
  height: auto;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 10px;
}
/* E-Book Image Dimensions */
#productHero {
  max-width: 320px;
  height: auto;
  margin: 40px auto;
  display: block;
}

/* ========== Column and Showcase Icon Font Styles ========== */

.showcaseOne span,
.showcaseTwo span,
.cols span {
  font-size: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto 20px auto;
}
.cols span {
  box-shadow: none;
  font-size: 2rem;
  border: 2px solid #154377;
  width: 52px;
  height: 52px;
  color: #154377;
  line-height: 48px;
}

/* ========== Pricing Table Styles ========== */

.pricing {
  background-color: #ffffff;
  text-align: center;
  border-top: 4px #154377 solid;
  margin-bottom: 20px;
}
.pricing .planPriceAlt {
  border-top: 2px solid #0d2b4c;
  border-bottom: 2px solid #0d2b4c;
}

/* ========== Typography Styles ========== */

body,
p,
h2,
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
p {
  font-size: 1.125em;
  text-align: center;
}
h1,
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
h2 {
  font-size: 1.75rem;
  font-family: Poppins,sans-serif;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
header p {
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 20px;
}
header p,
h1,
h2,
h3,
#logo a {
  color: #f8f8f8;
  text-align: left;
}
.benefits h3,
.benefits h4,
.benefits p,
.pricingTables p,
.pricingTables h4,
.testimonials h3,
h3 {
  color: #2c2c2c;
}
.newsletter h3 {
  color: #2884CC;
}
.showcaseOne h4,
.showcaseOne p,
.showcaseOne span,
.showcaseTwo h4,
.showcaseTwo p,
.showcaseTwo span {
  color: #f8f8f8;
  font-weight: 400;
}
.showcaseOne h4,
.showcaseOne p,
.showcaseOne span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.author .authorInfo li:first-child {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.author .authorInfo li:last-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.pricing .planPrice p,
.pricing .planPriceAlt p {
  font-weight: 400;
  font-size: 2rem;
  color: #154377;
}
.pricing .planName h3:span {
  font-size: 1rem;
  text-transform: initial;
}
.pricing .planPriceAlt p {
  color: #f8f8f8;
}
.testimonials p {
  font-style: italic;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
}

/* ========== Required Layout Styles ========== */

body {
  overflow-x: hidden;
}
.topBar {
  padding: 10px 0 10px 0;
  background-color: #0587c2;
}

.btmbar2{
  background-color: #FFD;
  padding-top: 2px;
}
header {
  padding: 0 2% 20px;
}
#logo a,
.socialButtons a {
  display: block;
}
ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.content {
  margin-top: 70px;
  padding: 0 2%;
}
.benefits,
.pricingTables,
.testimonials,
.newsletter,
.authorNote {
  padding-top: 80px;
  padding-bottom: 80px;
}
.socialButtons li,
.mediaProof li {
  display: inline-block;
}
.mediaProof {
  padding: 30px 0 20px 0;
}
.mediaProof li {
  margin-bottom: 10px;
}
.cols {
  padding-bottom: 20px;
}
.showcaseOne,
.showcaseTwo {
  display: inline-block;
  margin: 20px 0;
}
.showcaseOne span {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.pricingTables > div,
.testimonials > div {
  padding: 0 2%;
}
.pricing .planName h3 {
  padding: 40px 5px;
}
.pricing .planPrice p,
.pricing .planDetails p,
.pricing .planPriceAlt p {
  text-align: center;
  padding: 20px 5px;
  margin-bottom: 0;
}
.table {
  display: table;
}
.table .tableCell {
  display: table-cell;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #FFC300;
}
.author ul {
  width: auto;
}
.author img,
.author .authorInfo {
  display: inline-block;
  vertical-align: middle;
}
.author img,
.bookAuthor img {
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.author img {
  width: 64px;
  height: 64px;
}
.author .authorInfo {
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
.authorNote,
.benefits,
.testimonials,
.pricing .planPrice {
  background-color: #f8f8f8;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.bookAuthor img {
  margin: 0 auto;
  display: block;
  float: none;
}

input[type="email"]:focus {
  box-shadow: none;
}
#mc_msg {
  padding: 10px 20px;
}
.newsletter span {
  text-align: center;
  color: #333;
}
#newsletter-form span.error {
  background: red;
  background: rgba(224, 0, 0, 0.8);
  border: 1px solid red;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: -15px;
}
.newsletter .spinner {
  height: 40px;
  margin: 0 auto;
  width: 80px;
}
.newsletter .square {
  background: #fff;
  background: rgba(49, 49, 49, 0.6);
  height: 15px;
  width: 15px;
  display: inline-block;
}
.square {
  -webkit-animation-name: zoom-out;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-out;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: zoom-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1799dd;
  border-radius: 3px;
  float: left;
  height: 24px;
  margin: 2px;
  width: 24px;
}
.square:nth-child(2) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.square:nth-child(3) {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.square:nth-child(4) {
  -moz-animation-delay: 450ms;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
@-webkit-keyframes zoom-out {
  from,
  to {
    -webkit-transform: scale(0);
  }
  45%,
  55% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom-out {
  from,
  to {
    -moz-transform: scale(0);
  }
  45%,
  55% {
    -moz-transform: scale(1);
  }
}
@keyframes zoom-out {
  from,
  to {
    transform: scale(0);
  }
  45%,
  55% {
    transform: scale(1);
  }
}
.newsletter .success {
  margin: 40px 0 30px 0;
  min-height: 80px;
  text-align: center;
  color: #2c3e50;
  font-size: 1.5rem;
}
.newsletter .success .icon {
  color: #2c3e50;
  display: inline-block;
  font-size: 18px;
  height: 24px;
  line-height: 1.5;
  margin-right: 3px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
/* Footer Styles */
footer {

}
.footerNav {
  text-align: center;
  font-size: 0.75rem;
}
.copyright {
  font-size: 0.75rem;
  text-align: center;
}
.copyright,
.footerNav a {
  padding: 6px;
}
.footerNav a {
  display: inline-block;
  color: #f8f8f8;
}
#privacy {
  font-size: 0.75rem;
}
.paymentSystem {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
}
.paymentSystem img {
  margin-right: .5%;
  margin-bottom: 5px;
}

/* =========== Media Queries =========== */

@media only screen and (min-width: 40.063em) {
  #logo a {
    display: inline-block;
  }
  .socialButtons > ul {
    text-align: right;
  }
  #productHero {
    float: right;
    margin: 0 auto;
    max-width: initial;
  }
  header {
    padding: 80px 0;
  }
  header p,
  h1,
  h2 {
    text-align: initial;
  }
  .pricingTables > div,
  .testimonials > div {
    position: relative;
    padding: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media only screen and (min-width: 740px) {
  input[type="email"],
  input[type="submit"] {
    display: inline-block !important;
    width: 60%;
    margin-left: 4%;
  }
  input[type="submit"] {
    width: 30%;
  }
}
@media only screen and (min-width: 989px) {
  .buyButton,
  .watchVideo {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 64.063em) {
  header h1 {
    padding-top: 0.5rem;
  }
  .buyButton,
  .watchVideo {
    width: initial;
    margin-right: 2%;
  }
  .content {
    padding: 0;
  }
  .productShowcaseOne img {
    padding-bottom: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0;
    display: inline-block;
  }
  h4,
  .showcaseOne p,
  .showcaseTwo p,
  .benefits p {
    text-align: left;
  }
  .showcaseOne,
  .showcaseTwo {
    margin: 10px 0;
  }
  .showcaseOne span,
  .showcaseTwo span,
  .cols span {
    margin: 0 0 20px 0;
  }
  .authorNote h4,
  .authorNote p {
    text-align: left;
  }
  .copyright {
    text-align: left;
  }
  .footerNav {
    text-align: right;
  }
}

input[type=text], select {
  padding: 18px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #15a7e9;
    border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
}
input[type=email], select {
  padding: 18px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #15a7e9;
    border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

textarea {
   box-sizing: border-box;
   border: 2px solid #15a7e9;
   border-radius: 4px;
}

input[type=submit] {
  width: 100%;
  background-color: #0587c2;
  font-size:14px;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  outline: none;
  background-color: #FFC300;
  color: #23202A;
}
.dogi{width: 100%; background-color: #2884CC; font-size:14px; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer;}
.boxi {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
.top {
  text-align: right;
  color: #FFF;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.topx {
  text-align: right;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
}

.topx a{
  color: #FFF;
}

.hero {
 background-image: url('../img/taxholes-man.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0587c2;
  background-position: right bottom;
  background-size: 690px 620px;
}
.bolder{
  font-weight: 600;
}
.bg_bg{
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-size: 300px 300px;
}
.yellowg{
  background-image: url() ;
  background-repeat: no-repeat;
  background-size: 1100px 380px;
  background-position: center;

}
.dd_txt{
  font-size: 40px;
  color: #0587c2;
  line-height: 40px;
  font-weight: 600;
  line-height: 32px;
  font-family: Poppins,sans-serif;
    font-weight: 600;
  }

.imigi {
  float: left;
}

.bg_blue{
  background-color: #FFF;
}

@media only screen and (max-width: 660px) {
 .top, .topx{
   text-align: center !important;
 }
 .top {
   padding-top: 30px!important;
 }
 .hero{
   padding-top: 40px;
   padding-bottom: 40px;
   background-size: 120% 350px;
 }
 .bg_bg{
   padding: 30px 0 30px 0;
   background: none !important;
 }
 .mobi_ss{
   margin-bottom: 50px !important;
 }

 .yellowg{
   background-size: 100% 160px;
   background-position: center;
   background-position: 0px 100%;

 }
 .comtxt {
  line-height: 30px !important;
 }
.top {
  padding-top: 0px !important;
}
.topx{font-size: 25px !important;}
#logo{
  width: 40%;
}

#logo img {
  margin-top: 15px !important;
  max-width: 100%;
}
.spe{
margin-bottom: 29px !important;
text-align: center;
}
.sidetxt{
  margin-right: 0px !important;
  font-size: 18px !important;
    padding: 2px !important;
    line-height: 25px !important;
    margin-bottom: 100px;
}
}

@media only screen and (max-width: 420px) {
  h1 {
    font-size: 28px !important;
  }
  .miz{
    bottom: 0px !important;
  }
  .ss_txt{
    font-size: 30px !important;
    font-weight: 700;
  }

}

@media only screen and (max-width: 330px) {
  h1 {
    font-size: 24px !important;
  }
  .comtxt{font-size: 25px !important;}
}

.sidetxt{
  font-size: 25px !important;
  padding: 15px;
 line-height: 39px;
}
.phone_txt{ font-size: 17px !important;}
.cenn{
  text-align: right;
  padding-top: 55px;
}

.ss_txt{
  font-size: 35px;
  color: #23202A;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  }
  .hero_txt {
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: -60px;
    line-height: 25px;
    text-shadow: 2px 2px 1px #2884CC;

  }

  @media only screen and (max-width: 1027px) {
    .hero_txt {
      margin-top: 4px;
    }

  }

/*Mobile sticky footer Start*/
.fix-mobile{
    position: fixed;
    bottom: 5px;
    color: #005aaa;
    display:none;
    z-index: 999;
}
.phone-call{
    width: 55px;
}

.left-pin{
    width: 12%;
    display: inline-block;
}
.left-part{
    display: inline-block;
    width: 75%;
    vertical-align: top;
    text-align: center;
}
.right-part{
    display: inline-block;
    width: 12%;
}

.fix-mobile .bottom-table td{

    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.last-tbl, .first-tbl{
    background-color: #005aaa !important;
}

.second-tbl{
    background-color: #fff !important;

}
}
.bottom-table{
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 0px solid white;
}

.loc-name {
    position: relative;
    top: -20px;
    margin-bottom: -30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.first-tbl{

}
.second-tbl{
    width: 100%;
}
.last-tbl{

}

.disable_mob_phone_btn{
        display: none;
 }
.enable_mob_phone_btn{
        display: inline-block;
        font-size: 30px;
}


@media only screen and (max-width: 600px) {
	.fix-mobile {
		display: inline-block;
	}

	.footer {
		margin-bottom: 30px;
	}

  #logo a {
    text-align: center;
  }
  .cenn{
    padding-top: 0px !important;
  }
  .dd_txt{
    line-height: 40px !important;
  }
  .comtxt{font-size: 30px !important;}
}
/*Mobile sticky footer End*/

.formtt{
  text-align: center !important;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
  font-family: Poppins,sans-serif;
  text-transform: uppercase;
}
.mobi {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.yel{
  color: #FFC300
}

.comtxt {
 line-height: 10px;
 text-align:center;
 color:#fff;
 font-size: 40px;
 text-transform: uppercase;
 padding-bottom: 10px;
}

.sidetxt{
  margin-top: 50px;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

.yel{
  color: #FFC300}
  .servic_txt{
  padding-top: 15px;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  line-height: 25px;
}
.space{
  padding: 15px;
}
