body.no-30-day-trial .container-fluid .row-fluid .footer-section-free-trial {
  display: none;
}

body.no-30-day-trial .calculate-lp {
  padding-top:0;
  padding-bottom: 0;
  margin-bottom: -7px;
}

/*================================================================================
Calculator LP
===============================================================================*/




body .row-fluid .calculator-body .wrapper{
  max-width:100%;
  padding:0;
}




@media (max-width:767px){

  .calculator-body{
    background:#f6f6f6;
  }


}



/*Global Section Styling*/

.pricing-page .body-container-wrapper h2{
  font-size: 35px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
  line-height:45px;
}


.pricing-page .body-container-wrapper h4{
  font-size: 18px;
  line-height:28px;
  color: #696969;
  margin:0;
}

.pricing-page .body-container-wrapper p{
  font-size: 18px;
  line-height:28px;
  color: #696969;
}

.pricing-page .body-container-wrapper p span{
  font-weight:bold;
}

.pricing-page .home-hero-banner{
  padding-bottom: 72px;
}

.pricing-page .home-hero-banner h1{
  margin-bottom: 11px;
  font-weight:bold;
}

/*End Of Global Styling*/




/*==============================================================
Pricing Hero Styling
==================================================================*/

.pricing-page .pricing-hero{
  background-color: #00ABE8;
  background-image: linear-gradient(0deg, #30C9FF 0%, #00ABE8 28%, #00369A 100%);
  padding: 160px 0 93px 0; 
  position: relative;
}
.pricing-page .pricing-hero:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-image: url(https://www.creditrepaircloud.com/hubfs/assets_nov_2022/Swoosh%20circles.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}


.pricing-hero h3{
  font-size: 23px;
  line-height: 33px;
  color: #f8f8f8;
  font-weight: 300;
  margin:0 auto;
}


/*=========================================================================
Pricing Section1 Styling
==========================================================================*/

.pricing-section1{
  padding:89px 0px;
  background:#ffffff;
}


/*=========================================================================
Pricing table Styling
==========================================================================*/

.pricing-col{
  border: solid 2px #b9c2c4;
}

.pricing-heading{
  padding: 45px 0px 26px;
  position: relative;
  background: #50dbda;
}

.pricing-col .pricing-list{
  padding-top:16px;
  background:#ffffff;
}

.pricing-page .pricing-col h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 36px;
  letter-spacing: 1.7px;

}

.pricing-page .pricing-col h4{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ffffff;
  background:#3ab8b7;
  width: 100%;
  max-width: 155px;
  height: 39px;
  line-height: 38px;
  margin: 0 auto;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  transition:all .4s ease-in-out;
}

/*.pricing-page .pricing-col h4:hover{
background: rgba(58, 184, 183, 0.88);
}*/

.pricing-page .pricing-col h4 span{
  font-weight:bold;
}

.pricing-col h5{
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #02abd5;
  padding-bottom: 48px;
}

.pricing-col h6{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #3ab8b7;
  line-height:22px;
  padding-bottom: 10px;
}

.pricing-page .pricing-col p{
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  color:#656b6f;
  text-transform: uppercase;
  margin-bottom: 7px;
}

body .container-fluid .row-fluid .pricing-col .cta_button{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background:#50dbda;
  max-width:183px;
  border: none;
  transition:all .4s ease-in-out;
}

body .container-fluid .row-fluid .pricing-col .cta_button:hover{
  background: #00a9a8;
}


.pricing-col ul{
  margin:0;
}

.pricing-col ul li{
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color:#656b6f;
  margin:0;
  text-align:left;
}

.pricing-col .pricing-list ul li{
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  color: #656b6f;
  padding:6px 0;
}

.pricing-col .pricing-list li:nth-child(odd) {
  background:#f8f8f8;;
}

body .container-fluid .row-fluid .optional-pricing{
  padding: 30px 32px 0px;
  min-height: 236px;
  background:#f8f8f8;
}

.pricing-col .optional-pricing.list-style li:before{
  color:#656b6f;
}

.pricing-cta{
  background: #fff;
  // padding:20px 0px;
}

.pricing-list .cell-wrapper{
  padding-bottom: 29px;
}

.pricing-cta .cell-wrapper{
  padding: 33px 0 40px;
  background:#ffffff;
}

//body .container-fluid .row-fluid .pricing-list{
  min-height:364px;
}

/*======================================================================
First Pricing col Styling
=====================================================================*/

.pricing-col1{
  background: #00ccff;
  border:none;

}

@media(min-width:767px){

  .pricing-col1{
    margin-top: -42px;
  }

}

.pricing-col1 .pricing-heading{
  background:none;
}

.pricing-page .pricing-col1 h4{
  background: #02abd5
}


/*.pricing-page .pricing-col1 h4:hover{
background:#00a9a8;
}*/

.pricing-page .pricing-col.pricing-col1 p{
  color:#ffffff;
}

body .container-fluid .row-fluid .pricing-col1  .optional-pricing{
  background:none;
}

.pricing-col.pricing-col1 .optional-pricing ul li{
  color:#ffffff;
}

.pricing-col1 .pricing-list li:nth-child(odd) {
  background:rgba(0,204,255,0.2);
}

.pricing-col1 .pricing-list{
  padding: 0px 5px;
  background:none;
}

.pricing-col1 .pricing-list .cell-wrapper{
  background: #ccf5ff;
  padding-top: 58px;
}

.pricing-col1 .optional-pricing.list-style li:before{
  color:#ffffff;
}

.pricing-col1 .pricing-cta{
  padding: 0px 5px 5px;
  background:none;
}

.pricing-col1  .pricing-cta .cell-wrapper{
  background: #ccf5ff;
  padding: 33px 0 40px;
}

body .container-fluid .row-fluid .pricing-col1 .cta_button {
  background: #ff2e63;
}

body .container-fluid .row-fluid .pricing-col1 .cta_button:hover{
  background: #d92c58;
}




/*======================================================================
Pricing Section2 Styling
=====================================================================*/



.pricing-section2{
  padding:100px 0 90px;
}

.pricing-section2 h2{
  padding-bottom:21px;
}

body.pricing-page .body-container-wrapper .pricing-section2 ul li p{
  line-height:20px;
}

.bottom-text{
  padding-top:31px;
}

.bottom-text p{
  margin-bottom:10px;
}



/*======================================================================
Pricing Section3 Styling
=====================================================================*/

.pricing-section3{
  padding: 134px 0 0;
}

.pricing-section3 h3{
  margin-bottom:6px;
  text-transform:uppercase;
  font-size: 20px;
  line-height:30px;
  color: #696969;
}

.pricing-section3 p{
  font-size: 20px;
  line-height:30px;
  color: #696969;
}

.pricing-section3 .cta_button{
  margin-bottom:40px;
  background: #00ccff;
  border: none;
  max-width: 345px;
  padding: 12px 0;
  text-align: center;
  margin-top: 5px;
  transition: all .4s ease-in-out;
}


.pricing-section3 .cta_button:hover{
  background:#00a2cb;
}


/*======================================================================
Pricing Section4 Styling
=====================================================================*/

.pricing-section4{
  padding: 128px 0 113px;
}

.pricing-section4 h2{
  margin-bottom: 34px;
}

.pricing-section4 ul li a{
  font-size: 20px;
  line-height: 30px;
}

body .container-fluid .row-fluid .small-wrapper{
  max-width:930px;
  margin:0 auto;
  display: block;
  float: none;
}


/*======================================================================
Pricing Section6 Styling
=====================================================================*/

.pricing-section6{
  padding: 117px 0 119px;
}

.pricing-section6 .cta_button{
  max-width:251px;
  background:#00ccff;
  border-color:#00ccff;
  margin-top:4px;
  transition:all .4s ease-in-out;
}


.pricing-section6 .cta_button:hover{
  background: #00a2cb;
  border-color:#00a2cb;
}

/*================================================================================
Pricing Accordion
=================================================================================*/

.accordion h3{
  font-size: 20px;
  line-height: 30px;
  color:#0cf;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 300;
  cursor:pointer;
  display: inline-block;
}





/*=============================================================================
Pricing Page Responsiveness
================================================================================*/


@media(max-width:1024px){

  .pricing-section1 {
    padding: 113px 0 79px;
  }


  .pricing-page .pricing-hero {
    padding-top: 133px;
    padding-bottom: 56px;
  }

  .pricing-heading {
    padding: 43px 0 26px;
  }

  .pricing-col1 .pricing-list .cell-wrapper{
    padding-top: 40px;
  }


  .pricing-list .cell-wrapper {
    padding-bottom: 29px;
  }

  .pricing-col .pricing-list {
    padding-top: 9px;
  }

  .pricing-col1 .pricing-cta .cell-wrapper {
    padding: 24px 0 28px;
  }


  .pricing-cta .cell-wrapper {
    padding: 25px 0 0px;
  }

  .pricing-page .pricing-col h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
  }

  body.pricing-page .body-container-wrapper .pricing-col h4{
    font-size: 16px;
    letter-spacing: -0.7px;
    max-width: 124px;
    height: 31px;
    line-height: 33px;
  }

  .pricing-col h5{
    font-size:15.2px;
    padding-bottom: 36px;
  }

  .pricing-col h6{
    font-size:9.6px;
    line-height:20px;
    padding-bottom: 2px;
  }

  .pricing-col1 .pricing-list {
    padding: 0 5px;
  }

  .pricing-col .pricing-list ul li {
    font-size: 12.8px;
    line-height:24px;
  }

  .pricing-page .pricing-col p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
  }

  .pricing-col ul li {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
  }

  body .container-fluid .row-fluid .optional-pricing {
    padding: 30px 7px 0px;
  }


  body .container-fluid .row-fluid .pricing-col .cta_button {
    font-size: 11.2px;
    line-height: 21px;
    max-width:127px;
  }

  /*Pricing Section2 Styling*/


  .pricing-section2 {
    padding: 81px 0 90px;
  }


  .pricing-section2  .list-style li{
    font-size:12px;
  }

  .pricing-section2 .list-style li:before{
    top:-2px;
  }

  .pricing-page .body-container-wrapper .pricing-section2 h4 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }

  body.pricing-page .body-container-wrapper .pricing-section2 ul li p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }

  /*Pricing Section3 styling*/


  .pricing-section3 p{
    font-size: 20px;
    line-height: 26px;
  }

  /*pricing section4 Styling*/

  .pricing-section4 {
    padding: 97px 0 86px;
  }

  .pricing-section4 ul li a {
    font-size: 16px;
    line-height: 25px;
  }

  /*pricing section5 Styling*/

  body .row-fluid  .pricing-success-story-cm {
    padding: 85px 0 82px;
  }


  body .row-fluid .pricing-success-story-cm .text-container .heading h2{
    font-size: 25px;
    line-height:35px;
    letter-spacing: 0.5px;
  }


  body .row-fluid .pricing-success-story-cm .text-container {
    max-width: 389px;
  }

  body .row-fluid .pricing-success-story-cm .text-container .heading h2{
    padding-left:50px;
  }


  .pricing-success-story-cm{
    background-position:right center;
  }

  body .container-fluid .row-fluid .pricing-success-story-cm .wrapper{
    padding:0px 75px;
  }


  /*pricing section6 Styling*/

  .pricing-page .body-container-wrapper .pricing-section6  h4 {
    font-size: 18px;
    line-height: 26px;
  }



}


@media(max-width:767px){

  body .container-fluid .row-fluid .optional-pricing{
    min-height:165px;
  }   

  .pricing-col{
    margin-bottom:50px;
  }

  body.pricing-page .body-container-wrapper .pricing-col h4{
    max-width:80%;
    z-index:1;
  }
  .pricing-col .pricing-list {
    padding-top: 29px;
    position: relative;
    top: -16px;
    z-index: 0;
  }

  .pricing-col1 .pricing-list{
    top:-39px;
  }

  body .container-fluid .row-fluid .pricing-col1 .optional-pricing {
    padding: 0px 7px 0;
  }


  .pricing-col1 .pricing-list .cell-wrapper {
    padding-top: 50px;
  }

  .pricing-col1 .pricing-cta .cell-wrapper {
    padding: 24px 13px 28px;
  }

  .pricing-cta .cell-wrapper {
    padding: 25px 13px 32px;
  }

  body .container-fluid .row-fluid .pricing-col .cta_button{
    max-width:100%;
  }

  .pricing-section1 {
    padding: 48px 0 5px;
  }

  /*Pricing Section2 Styling*/

  .pricing-section2 {
    padding: 51px 0 60px;
  }


  .pricing-page .body-container-wrapper .pricing-section2 h4,
  body.pricing-page .body-container-wrapper .pricing-section2 ul li p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.7px;
  } 

  .pricing-section2 .list-style li:before {
    top: 0px;
  }

  .pricing-section2 .list-style li{
    font-size:17.7px;
  }

  .pricing-section3 {
    padding: 105px 0 0;
  }


  .pricing-section4 {
    padding: 56px 0 56px;
  }

  body .row-fluid .pricing-success-story-cm {
    padding: 362px 0 63px;
  }


  body .row-fluid .pricing-success-story-cm{
    background:url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/Pricing-mobile_image.png') no-repeat!important;
    background-size: cover!important;
  }


  body .container-fluid .row-fluid .pricing-success-story-cm .wrapper {
    padding: 0 20px;
  }


  body .row-fluid .pricing-success-story-cm .text-container .heading h2{
    padding-left:0;
    margin-bottom:90px;
  }


  body .row-fluid .pricing-success-story-cm .text-container .heading h2:before{
    top: -46px;
    left: 0;
  }


  body .row-fluid .pricing-success-story-cm .text-container .heading h2:after {
    right: 0;
    bottom: -50px;
  }

  .pricing-section6 {
    padding: 102px 0 86px;
  }



}













/*==============================================================
About  Page Styling
==================================================================*/

body .container-fluid .row-fluid .about-small-wrapper{
  max-width:600px;
  margin:0 auto;
  float:none;
  display:block;
}

body .container-fluid .row-fluid .about-small-wrapper p{
  text-align:left;
}

.logo-list ul{
  text-align:center;
}

.logo-list ul li{
  display:inline-block;
  margin-right: 49px;
  margin-bottom: 37px;
}



.about-section4{
  padding:100px 0 0;
}



/*==============================================================
About Hero  Styling
==================================================================*/


.about-hero h3 {
  font-size: 23px;
  line-height: 33px;
  color: #f8f8f8;
  font-weight: 300;
  max-width: 525px;
  margin: 0 auto;
}

/*==============================================================
About Section1  Styling
==================================================================*/

.about-section1{
  padding: 98px 0 96px;
}


.logo-list{
  margin-top: 17px;
}




/*==============================================================
About Section2  Styling
==================================================================*/



.about-section2{
  background-image: linear-gradient(to top,rgba(255,46,99,0.05),rgba(0,204,255,0.1));
  padding: 81px 0px 150px;
}

body .container-fluid .row-fluid .about-section2 .wrapper{
  max-width: 1100px;
}

body .container-fluid .row-fluid .about-section2 h2{
  color:#00ccff;
  letter-spacing: 0.7px;
  margin-bottom: 22px;
}





/*==============================================================
About Section3  Styling
==================================================================*/

.about-section3{
  padding: 111px 0px 100px;
}

.about-section3 .logo-list{
  margin-top: 30px;
}

.about-section3 .logo-list ul{
  text-align:left;
}

.about-section3 .logo-list ul li{
  margin-right: 27px;
  margin-bottom: 39px;
}


/*==============================================================
About Section4  Styling
==================================================================*/

.about-section4 h5{
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #ff2e63;
  text-transform:uppercase;
  padding-top: 9px;
  padding-bottom: 4px;
}

body .container-fluid .row-fluid .about-section4 p{
  line-height: 34px;
  margin-bottom: 40px;
}

body .container-fluid .row-fluid .about-section4 p a{
  color:#696969;
}


.about-section4 .span6 .cta_button{
  position:relative;
  background: #fff;
  color: #00ccff;
  border: 2px solid #00ccff;
  max-width: 236px;
  transition:all .4s ease-in-out;
}

.about-section4 .span6 .cta_button:hover{
  background: rgba(0, 203, 255, 0.5);
  color:#ffffff;
}

.about-section4 .span6 .cta_button:after{
  content:"";
  position:absolute;
  top: 20px;
  right: 20px;
}


.about-section4 .span6:first-child .cta_button:after{
  background:url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/kit.png') no-repeat;
  width:14px;
  height:13px;
  top: 14px;
  right: 59px;
}

.about-section4 .span6:last-child .cta_button:after{
  background:url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/msg.png') no-repeat;
  width:19px;
  height:14px;
  top: 13px;
  right: 27px;
}


.about-section4 .widget-type-linked_image{
  margin-top: 23px;
}


/*================================================================================
About Page Responsive Styling
===============================================================================*/


@media(max-width:1024px){

  .pricing-page .home-hero-banner.about-hero {
    padding-bottom: 81px;
    padding-top: 161px;
  } 

  .about-section1 {
    padding: 79px 0 68px;
  }

  body .container-fluid .row-fluid .about-section1 .about-small-wrapper{
    max-width: 678px;
  }

  .about-section2{
    padding: 81px 0 90px;
  }

  body .container-fluid .row-fluid .about-section2 h2 {
    margin-bottom: 6px;
  }

  .about-section4 {
    padding: 89px 0 0;
  }


}


@media(max-width:767px){

  .pricing-page .home-hero-banner.about-hero {
    padding-bottom: 62px;
    padding-top: 112px;
  }

  .about-section1 {
    padding: 49px 0 0px;
  }

  .logo-list ul li:first-child{
    max-width: 83px;
  }

  .logo-list ul li:nth-child(2){
    max-width: 177px;
  }

  .logo-list ul li{
    margin-right: 8px;
    max-width: 60px;
    vertical-align: middle;
  }

  .about-section2 {
    padding: 53px 0 83px;
  }

  .about-section3 {
    padding: 82px 0 16px;
  }

  .about-section3 .logo-list ul {
    text-align: center;
  }

  .about-section3 .logo-list ul li{
    margin-right: 8px;
    max-width: 130px;
    text-align: center;
  }

  .about-section4 {
    padding: 78px 0 0;
  }

  .about-section4 .align-right,
  .about-section4 .align-left{
    text-align:center;
  }

  .about-section4 .span6:last-child{
    margin-top:25px;
  }




}



/*================================================================================
Team Member Cm Styling
===============================================================================*/

body .container-fluid .row-fluid .float-right{
  float:right;
}


body .container-fluid .row-fluid .team-member-cm .span8{
  margin-left:13px;
}

.team-member-cm {
  padding-top: 70px;
  display: block;
}

.team-member-cm .span4{
  text-align:center;
}

body .container-fluid .row-fluid .team-member-cm h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #696969;
}


.team-member-cm h5{
  font-size: 16px;
  font-weight:300;
  line-height: 26px;
  color: #696969;
}

.team-member-cm img{
  border-radius: 100%; 
  width: 238px;
  height: 238px;
  object-fit: cover;
  object-position: center;
}

body .container-fluid .row-fluid .team-member-cm p{
  font-size: 18px;
  line-height:24px;
  color: #696969;
  border-top: solid 1px rgba(105,105,105,0.5);
  margin-top: 14px;
  padding-top: 16px;
}


/*================================================================================
Team CM Responsive Styling
===============================================================================*/


@media(max-width:1024px){

  body .container-fluid .row-fluid .team-member-cm .span8 {
    margin-left: 19px;
    padding-left: 38px;
  }

  body .container-fluid .row-fluid .team-member-cm .span8.align-right{
    margin: 0;
    padding-right: 38px;
    padding-left:0;
  }

}


@media(max-width:767px){

  .team-member-cm {
    padding-top: 40px;
  }

  body .container-fluid .row-fluid .float-right{
    float:none;   
  }

  body .container-fluid .row-fluid .team-member-cm .span8 {
    margin-left: 0px;
    padding-left: 0px;
  }

  body .container-fluid .row-fluid .team-member-cm .span8.align-right{
    margin: 0;
    padding-right: 0px;
    padding-left:0;
    text-align: left;
    padding-top: 26px;
  }

  body .container-fluid .row-fluid .team-member-cm .span8.align-left{
    padding-top: 26px;
  }

}


/*==============================================================
About Media Inquiries  Page Styling
==================================================================*/


.about-inquiry-section3{
  background-color: rgba(0, 203, 255, 0.1);
  padding: 92px 0 101px;
}

body .container-fluid .row-fluid .close-form-button{
  max-width:42px;
  height:44px;
  text-align:right;
  float:right;
  cursor:pointer;
} 






/*===============================================================================
Contact Form Styling
================================================================================*/

.about-inquiry-section3 form{
  max-width:495px;
  display:block;
  margin:0 auto;
}


.contact-form label{

}

body .container-fluid .row-fluid .contact-form input,
body .container-fluid .row-fluid .contact-form textarea,
body .container-fluid .row-fluid .contact-form select{
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
  color: #02abd5;
  background-color: #ffffff;
  border: solid 2px #b9c2c4;
  height:50px;
  margin-bottom: 37px;
}

.contact-form textarea{

}

body .container-fluid .row-fluid .contact-form .hs-button{
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #00ccff;
  font-size: 14px;
  line-height:24px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  color: #00ccff;
  height:45px;
  max-width:166px;
  width:100%;
  display:block;
  margin:0 auto;
  padding:0;
  transition:all .4s ease-in-out;
}

body .container-fluid .row-fluid .contact-form .hs-button:hover{
  background: rgba(0, 203, 255, 0.5);
  color:#ffffff;
}

.contact-form ::-webkit-input-placeholder { /* Webkit Browsers */
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}
.contact-form :-ms-input-placeholder { /* IE10 */
  font-size: 14px;
  font-weight: normal;
  line-height:24px;
}


body .container-fluid .row-fluid .contact-form input:focus,
body .container-fluid .row-fluid .contact-form textarea:focus, 
body .container-fluid .row-fluid .contact-form select:focus{
  border: solid 2px #e4e4e4;
}
.input select option:first-child {
  display: none;
}
.hs-error-msgs{
  position:relative;
}

body .row-fluid .hs-error-msgs li{
  text-align:left;
}


/*==============================================================================
Responsive Styling 
===============================================================================*/

@media(max-width:1024px){


}


@media(max-width:767px){

  .about-inquiry-section3 {
    padding: 92px 0 73px;
  }   

  .pricing-page .body-container-wrapper .about-inquiry-section3 h2{
    margin-top: 26px;
    line-height: 34px;
    margin-bottom: 24px;

  }

  body .container-fluid .row-fluid .contact-form .hs-button{
    max-width:100%;
  }


}





/*================================================================================
Contact Page  Styling
===============================================================================*/

.contact-hero{
  background-color: #00ABE8;
  background-image: linear-gradient(0deg, #30C9FF 0%, #00ABE8 28%, #00369A 100%);
  padding: 155px 0 136px 0; 
  position: relative;
}
.contact-hero:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-image: url(https://www.creditrepaircloud.com/hubfs/assets_nov_2022/Swoosh%20circles.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero h3 {
  font-size: 23px;
  line-height: 33px;
  color: #f8f8f8;
  font-weight: 300;
  margin: 0 auto;
  max-width: 704px;
}

.contact-hero h3 span{
  font-weight:bold;

}

.contact-hero .contact-grp h3 span{
  display: block;
  padding-top: 19px;
  cursor: pointer;

}

.contact-grp{
  padding-top: 99px;
}

.img-grp{
  position:relative;
  transition:all .4s ease-in-out;
}

.img-grp:hover .normal-img{
  opacity:0;
}

.img-grp:hover .hover-img{
  opacity:1;
}

.hover-img{
  position:absolute;
  top:0;
  opacity:0;
  width:100%;
}




.contact-section1 {
  padding: 98px 0 90px;
}


.contact-section2{
  padding: 108px 0 0;
} 

.contact-section3{
  padding: 38px 0 0;
}

.contact-section3 .widget-type-linked_image{
  margin-top: 12px;
}

body .container-fluid .row-fluid .contact-section2 .wrapper,
body .container-fluid .row-fluid  .contact-section3 .wrapper{
  max-width:600px;
}

.contact-section2 p,
.contact-section3 p{
  text-align:left;
}

/*================================================================
Contact Section 4 styling
==============================================================*/

.contact-section4{
  padding: 91px 0px 76px;
}


body.pricing-page .body-container-wrapper .contact-section4 h2{
  color:#00ccff;
  padding-bottom: 77px;
  letter-spacing: 0.7px;
}


/*================================================================
Contact Team CM styling
==============================================================*/


body.pricing-page .body-container-wrapper .contact-team-member-cm h4{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 23px;
  text-align: center;
  color: #696969;
  line-height:26px;
}

body .container-fluid .row-fluid .contact-team-member-cm ul li{
  display:inline-block;
  margin: 0px 5.333% 33px 0px;
}

body .container-fluid .row-fluid .contact-team-member-cm ul li:last-child{
  margin-right:0;
}



/*================================================================
Contact Page Responsive styling
==============================================================*/

@media(max-width:1024px){

  .pricing-page .contact-hero {
    padding-top: 145px;
    padding-bottom: 79px;
  }

  .contact-grp {
    padding-top: 58px;
  }

  body .container-fluid .row-fluid  .contact-grp .img-grp {
    max-width: 115px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .contact-hero .contact-grp h3 {
    font-size: 20px;
    line-height: 27px;
  }


  .contact-section1 {
    padding: 98px 0 81px;
  }

  .contact-section1 li a{
    font-size:18px;
  }

  .contact-section2 {
    padding: 80px 0 63px;
  }


  body .container-fluid .row-fluid .contact-section2 .wrapper, body .container-fluid .row-fluid .contact-section3 .wrapper {
    max-width: 764px;
  }

  .pricing-page .body-container-wrapper .contact-section2 p{
    text-align:center;
  }


  .contact-section3 .widget-type-linked_image {
    margin-top: 61px;
  }



}

@media(max-width:767px){

  .pricing-page .contact-hero {
    padding-top: 123px;
    padding-bottom: 15px;
  }


  .pricing-page .home-hero-banner h1{
    font-size: 39px;
    line-height: 49px;
  } 

  .contact-grp {
    padding-top: 42px;
  }


  body .container-fluid .row-fluid .contact-grp .span3{
    margin: 0 auto 56px;
  }


  .hover-img {
    left: 0;
    right: 0;
    margin: 0 auto;
    width:100%;
  }

  .contact-section1 {
    padding: 50px 0 56px;
  }

  .contact-section2 {
    padding: 59px 0 46px;
  }

  body .container-fluid .row-fluid .about-small-wrapper{
    padding:0px 20px;
  }

  .contact-section3 {
    padding: 61px 0 0;
  }

  .contact-section3 .widget-type-linked_image {
    margin-top: 17px;
  }

  .contact-section4 {
    padding: 79px 0 36px;
  }

  body.pricing-page .body-container-wrapper .contact-section4 h2 {
    color: #0cf;
    padding-bottom: 33px;
  }



}



@media(min-width:320px) and (max-width:400px){

  body .container-fluid .row-fluid .contact-grp .span3{
    max-width: 140px;
    float: left;
  }


}

@media (max-width: 480px) and (min-width: 375px){
  body .container-fluid .row-fluid .contact-grp .span3 {
    max-width: 163px;
    float: left;
  }
}



/*================================================================
Case Study Page  styling
==============================================================*/


.case-study-hero{
  color:#fff;
  padding: 239px 0 144px;
}

.case-study-hero h1{
  margin-bottom: 10px;
}

.case-study-hero h3{
  font-size: 23px;
  font-weight: normal;
  line-height: 33px;
  color: #f8f8f8;
  max-width: 440px;    
  margin-bottom: 6px;
}

.case-study-hero p{
  font-size: 18px;
  color: #f8f8f8;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}

.case-study-hero p span{
  font-weight: bold; 
  display:block;
}

/*================================================================
Case Study Page Section 1 styling
==============================================================*/

.case-study-section1{
  padding: 47px 0px 33px;
}

.case-study-section1 h2{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #02abd5;
  line-height: 60px;
  margin-bottom: 5px;
}


.case-study-section1 p{
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #696969;
  line-height: 30px;
}

.case-study-section1 i{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #02abd5;
  line-height: 60px;
  margin-bottom: 5px;
}

/*================================================================
Case Study Page Section 2 styling
==============================================================*/

.case-study-section2{
  padding-bottom: 114px;
}


body .container-fluid .row-fluid .case-study-section2 .wrapper{
  max-width: 799px;
}

.case-study-section2 blockquote{
  font-size: 40px;
  line-height:50px;
  font-weight: normal;
  color: #696969;
  border: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  position:relative;
}
.case-study-section2 blockquote:before{
  position: absolute;
  content: '';
  left: -9%;
  height: 33px;
  width: 40px;
  background: url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/quote-left2x.png?t=1468436929648') no-repeat;
  background-size: contain;
  top: 12px;
}

.case-study-section2 blockquote:after{
  position: absolute;
  content: '';
  right: -9%;
  width: 40px;
  background: url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/quote-right2x.png?t=1468436929648') no-repeat;
  bottom: 7px;
  background-size: contain;
  height: 33px;
}

.case-study-section2 h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #696969;
  text-transform: uppercase;
}

.case-study-section2 p{
  font-size: 20px;
  line-height: 30px;
  color: #696969;
  padding-top: 5px;
}

.padding-top{
  padding-top:100px;
}

.testimonial-grp{
  padding-top: 85px;
}


/*===============================================================================
Case Study Responsive Page Styling
================================================================================*/

@media(max-width:1024px){

  .case-study-hero {
    padding: 175px 0 99px;
  }

  .case-study-section1 {
    padding: 29px 0 14px;
  }

  .testimonial-grp {
    padding-top: 61px;
  }

  .padding-top {
    padding-top: 70px;
  }

  .case-study-section2 {
    padding-bottom: 67px;
  }

  .case-study-section2 blockquote{
    max-width: 571px;
    margin: 0 auto;
  } 

  .section-success-stories {
    padding: 81px 0 85px;
  }

  .section-success-stories .heading {
    margin-bottom: 108px;
  }

  .row-fluid .section-success-stories .three-col{
    padding: 80px 20px 25px;
    margin: 0 1%;
  } 

  .section-success-stories .three-col p {
    line-height: 20.8px;
    font-size: 12.8px;
  }

}

/* Landscape */
@media only screen and (min-width: 320px) 
  and (max-width: 767px)
  and (orientation: landscape) {    
    .case-study-section2 blockquote{
      max-width: 100%;
    }
}

@media(max-width:767px){

  .case-study-hero {
    padding: 363px 0 59px;
  }  



  .case-study-hero h1 {
    margin-bottom: 10px;
    font-size: 39px;
    line-height: 49px;
  }

  .case-study-section1 {
    padding: 50px 0 34px;
  }

  .case-study-section1 h2{
    margin-bottom:0;
  }

  .case-study-section1 p{
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 19px;
  }

  .testimonial-grp {
    padding-top: 110px;
  }

  .case-study-section2 blockquote:before{
    top: -53px;
    left:0;
  }


  .case-study-section2 blockquote:after{
    bottom: -43px;
    right:0;
  }

  .testimonial-grp .padding-top {
    padding-top: 102px;
  }

  .case-study-section2 {
    padding-bottom: 49px;
  }

  .section-success-stories {
    padding: 49px 0 0px;
  }

  .section-success-stories .heading {
    margin-bottom: 83px;
  }


  .section-success-stories h2{
    font-size:30px;
    line-height:40px;
  }  


  body .row-fluid .section-success-stories .three-col{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 104px;
  } 

  body .row-fluid .section-success-stories .three-col:last-child{
    margin-bottom:63px;
  }


}





/*=================================================================================
Contact Thank You Page STYLING
=================================================================================*/

.pricing-page .contact-ty-hero{
  padding-top: 168px;
  padding-bottom: 89px;
}


.about-hero.contact-ty-hero h3{
  max-width:100%;
}

body .container-fluid .row-fluid .contact-ty-section1 .wrapper{  
  max-width: 920px;
}

.contact-ty-section1{
  padding-top: 101px;
}

.contact-ty-section1 h3{
  font-size: 28px;
  font-weight: normal;
  line-height: 33px;
  text-align: center;
  color: #4a4a4a;
}

.margin-t-40{
  margin-top: 40px;
}

/*=================================================================================
Contact Thank You Page Responsive  STYLING
=================================================================================*/

@media(max-width:1024px){

  .pricing-page .home-hero-banner.about-hero.contact-ty-hero{
    padding-bottom: 58px;
    padding-top: 126px;
  }


  body .container-fluid .row-fluid .contact-ty-hero .wrapper{
    max-width:500px;
  }



}


@media(max-width:767px){

  .pricing-page .home-hero-banner.about-hero.contact-ty-hero {
    padding-bottom: 57px;
    padding-top: 103px;
  }

  .contact-ty-section1 {
    padding-top: 50px;
  }

  .contact-ty-section1 .margin-t-40 {
    margin-top: 24px;
  }


}


/*=================================================================================
Generic Thank You Page STYLING
=================================================================================*/


.pricing-page .generic-ty-hero{
  padding-top: 173px;
  padding-bottom: 85px;

}

.generic-ty-hero h1{
  max-width: 720px;
  margin: 0 auto;
  line-height: 55px;
}

.generic-ty-section1{
  padding:100px 0 118px;
}

.generic-ty-section1 h3{
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #4a4a4a;
  max-width: 680px;
  margin: 0 auto;
  line-height: 31px;
}

.generic-ty-section1 .cta_button{
  max-width: 410px;
  margin-top: 47px;
}

.generic-ty-section1 .margin-t-40 {
  margin-top: 62px;
}


/*=================================================================================
Generic Thank You Page Responsive  STYLING
=================================================================================*/

@media(max-width:1024px){



}


@media(max-width:767px){

  .generic-ty-section1{
    padding-top: 50px;
    padding-bottom:50px;
  }

}


/*====================================================================================
Lp Page Styling
====================================================================================*/

/*LP Header Styling*/

.header-tb-padding{
  padding: 18px 0px 25px;
}

.header-tb-padding .logo-img img{
  max-height: 50px;
  width: auto;
}

.lp-footer.footer{
  padding: 71px 0px 71px;
}

.lp-footer.footer .logo-group{
  margin-top: 43px;
}

.lp-footer.footer .logo-group img{
  max-height: 30px;
  width: auto !important;
}

.lp-hero{
  background-color: #00ABE8;
  background-image: linear-gradient(0deg, #30C9FF 0%, #00ABE8 28%, #00369A 100%);
  padding: 108px 0 91px 0; 
  position: relative;
}
.lp-hero:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-image: url(https://www.creditrepaircloud.com/hubfs/assets_nov_2022/Swoosh%20circles.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-ebook{
  padding: 141px 0px 167px;
}

.lp-ebook p{
  font-size: 18px;
  font-weight: normal;
  color: #323a45;
  line-height:21px;
}

.lp-ebook h6{
  font-size: 17.7px;
  font-weight: normal;
  line-height: 1.58;
  color: #696969;
  padding: 11px 0px 6px;
}

.lp-ebook ul li{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #696969;
}

.lp-ebook .ebook-image img{
  position: relative;
  top: -12px;
}

.lp-form.form-style h3{
  display:none;
}


.lp-form.form-style{
  padding: 67px 30px 65px;
}


/*======================================================================
LP responsive Styling
=========================================================================*/


@media(max-width:1024px){

  .lp-ebook {
    padding: 60px 0 46px;
  }   

  .lp-ebook p {
    font-size: 16px;
    line-height: 20px;
  } 

  .lp-ebook h6 {
    font-size: 16px;
    line-height: 21px;
  }

  .lp-ebook ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .lp-form.form-style {
    padding: 39px 10px 40px;
  }

  body .row-fluid .form-style form .hs-button{
    font-size:11.2px;
    height: 36px;
  }


}


@media(max-width:767px){

  .lp-hero {
    padding: 68px 0 58px;
  }


  .lp-hero h1{
    font-size: 39px;
    line-height: 49px;
  } 

  .lp-ebook {
    padding: 53px 0 52px;
  }

  .download-ebook.lp-ebook .span4:first-child{
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto; 

  } 

  .download-ebook.lp-ebook .span4:nth-child(2){ 
    margin-top: 35px;
    margin-bottom: 34px;

  }


  .footer .copyright p{

    text-align:center;

  }



}




/*============================================================================================
Download whitepaper Ebook Styling
=============================================================================================*/

.light-blue-bg{
  background:#00ccff;
}

.dark-blue-bg{
  background:#02abd5;
}

.download-lp-hero{
  padding: 57px 0 55px;
}

body .container-fluid .row-fluid .download-lp-hero .wrapper{
  max-width: 1160px;
  margin: 0 auto;
}


.download-lp-hero h1{
  max-width: 1000px;
  margin: 0 auto;
  line-height: 55px;
}

.download-lp-ebook{
  padding: 49px 0px 52px;
}


.download-lp-ebook h3{
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #fff;
  max-width: 861px;
  margin: 0 auto;
}

body .container-fluid .row-fluid .download-lp-ebook .wrapper{
  max-width: 1000px;
}


.download-lp-ebook .padding-top{
  padding-top: 109px;
}

.download-lp-ebook .ebook-image{
  position: relative;
  top: -98px;
}

.download-lp-form h3{
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #323a45;
  padding-bottom: 26px;
}

.download-lp-ebook p{
  color:#ffffff;
  line-height:20px;
}

body .container-fluid .row-fluid .download-lp-form{
  border: none;
  max-width: 370px;
  float: right;
}


@media(max-width:767px){


  body .container-fluid .row-fluid  .download-lp-form{
    float:none;
  } 

}

.ebook-testimonial{
  padding: 129px 0px 112px;
}


body .container-fluid .row-fluid .ebook-testimonial .wrapper{
  max-width: 880px;
}

body .container-fluid .row-fluid .ebook-testimonial-img{
  width: 100%;
  max-width: 183px;
  border-radius: 100%;
  height: 183px;
  margin: 0 auto;
  float: none;
}

.ebook-testimonial h2{
  padding: 40px 0px 38px;
}


.ebook-testimonial p{
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #4a4a4a;
  line-height: 30px;
}


@media(max-width:1024px){

  .download-lp-ebook.dark-blue-bg .padding-top {
    padding-top: 40px;
  } 

  .download-lp-ebook .ebook-image{
    top:0px;
  }

  .download-lp-ebook.dark-blue-bg  p {
    margin-top: 46px;
  }


  .ebook-testimonial {
    padding: 83px 0 67px;
  }


}


@media(max-width:767px){

  .download-lp-hero {
    padding: 107px 0 63px;
  }

  .download-lp-hero.light-blue-bg  h1 {
    font-size: 39px;
    line-height: 49px;
  }

  .download-lp-ebook h3{
    line-height:30px;
  }

  body .container-fluid .row-fluid .download-lp-form{
    margin-top:64px;
    max-width: 100%;
  }

  .ebook-testimonial {
    padding: 85px 0 70px;
  }


}




/*============================================================================================
Calculator LP Styling
=============================================================================================*/
.calculator-lp-hero{
  background-color: #00ABE8;
  background-image: linear-gradient(0deg, #30C9FF 0%, #00ABE8 28%, #00369A 100%);
  padding: 89px 0 70px 0; 
  position: relative;
}
.calculator-lp-hero:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-image: url(https://www.creditrepaircloud.com/hubfs/assets_nov_2022/Swoosh%20circles.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}


.calculator-lp-hero h1{
  line-height: 54px;
}

.calculate-lp{
  padding: 48px 0 134px;
}

.calculate-lp h3{
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #323a45;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 88px;

}
.calculator-redesign-v2-revised-cm{
  overflow: hidden;
}
.calculate-lp .calculator-redesign-v2-revised-cm h3{
  padding-bottom: 0;
}

body .container-fluid .row-fluid .calculate-lp .lp-form{
  max-width:370px;
}

.calculator-image{
  text-align: center;
}

.calculator-left-col p{
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  color: #323a45;
  margin: 0;
  padding-top: 11px;
}


@media(min-width:768px){

  body .container-fluid .row-fluid .calculator-left-col{
    width: 62.999%;
  }


  body .container-fluid .row-fluid .calculator-right-col{
    width: 37%;
    margin: 0;  
  }

}



/*======================================================================================
Calculator LP ResponSive Styling
=========================================================================================*/


@media(max-width:1024px){

  .calculator-lp-hero {
    padding: 75px 0 45px;
  }

  .calculate-lp h3{
    padding-bottom: 53px;
  }

  .calculate-lp {
    padding: 48px 0 42px;
  }

  body .container-fluid .row-fluid .calculator-right-col {
    width: 32%;
    margin: 0;
    margin-left: 48px;
  }

  body .container-fluid .row-fluid .calculator-left-col {
    width: 60.999%;
  }


  body .row-fluid .calculator-right-col .form-style form .hs-button{
    margin-top: 27px;
  }



}


@media(max-width:767px){

  .calculator-lp-hero {
    padding: 56px 0 45px;
  }

  .calculator-lp-hero h1 {
    font-size: 39px;
    line-height: 49px;
  }    

  .calculate-lp h3 {
    padding-bottom: 38px;
  }    

  body .container-fluid .row-fluid .calculator-right-col {
    width: 100%;
    margin: 0 auto;
    display:block;
    float:none;
    text-align:center;
  }

  body .container-fluid .row-fluid .calculator-left-col {
    width: 100%;
    margin: 0 auto;
    display:block;
    float:none;
    text-align:center;
  } 

  body .container-fluid .row-fluid .calculate-lp .lp-form{
    max-width:100%;
    margin-top: 32px;
  }

  body .row-fluid .footer .address{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
  }

  .lp-footer.footer .logo-group {
    margin-top: 31px;
  }

  .lp-footer.footer {
    padding: 71px 0 45px;
  }



}




/*============================================================================================
Download Whitepaper Thankyou LP Styling
=============================================================================================*/

.download-ty-hero{
  background-color: #00ABE8;
  background-image: linear-gradient(0deg, #30C9FF 0%, #00ABE8 28%, #00369A 100%);
  padding: 168px 0 89px 0; 
  position: relative;
}
.download-ty-hero:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-image: url(https://www.creditrepaircloud.com/hubfs/assets_nov_2022/Swoosh%20circles.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}


.download-ty-section1{
  padding: 86px 0 113px;

}

body .container-fluid .row-fluid .download-ty-section1 .wrapper{
  max-width: 875px;
}


.download-ty-section1 p{
  font-size: 25px;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 31px;
  margin-bottom: 20px;
}

.download-ty-section1 p:nth-child(3){
  margin-bottom: 27px;
  padding-top: 7px;
}

.download-ty-left img{
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}


@media(min-width:768px){

  body .container-fluid .row-fluid .download-ty-left{
    width: 40%;
  }

  body .container-fluid .row-fluid .download-ty-right{
    margin: 0;
    width: 53%;
    padding-top: 20px;
  }

}


/*====================================================================================
Download Thank You Page Responsive Styling
======================================================================================*/


@media(max-width:1024px){

  .download-ty-hero{
    padding-top: 139px;
    padding-bottom: 46px;
  }

  .download-ty-hero h1{
    line-height:55px;
  }

  .download-ty-section1 {
    padding: 86px 0 85px;
  }



}


@media(max-width:767px){

  .download-ty-hero {
    padding-top: 119px;
    padding-bottom: 55px;
  }

  .download-ty-hero h1{
    font-size: 33px;
    line-height: 43px;
  } 

  .download-ty-section1 {
    padding: 86px 0 62px;
  }

  .download-ty-right{
    margin-top: 46px;
  }


}




/*============================================================================================
Resource Page Styling
=============================================================================================*/

.download-ty-hero p{
  font-size: 23px;
  font-weight: normal;
  text-align: center;
  color: #f8f8f8;
  line-height:20px;
}




.resource-section1{
  padding: 86px 0;
}



.resource-section1{
  background:url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/Recommened-bg.png') no-repeat;
  background-position:bottom center;
  background-size:cover;
  padding:75px 0;
  position:relative;
}

.resource-section1:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  background:url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/Recommened-top-bg.png') no-repeat;
  width:361px;
  height:361px;

}


body .container-fluid .row-fluid .resource-section1 .wrapper{
  max-width: 1142px;
}


.resource-section1 h2{
  font-size: 39px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  line-height: 46px;
  margin-bottom: 7px;
}

.resource-section1 h3{
  font-size: 25px;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 30px;
}

.resource-section1 a.cta_button{
  margin-top: 29px;
  max-width: 302px;
}

.resource-left-col{
  max-width: 408px;
  text-align: right;
}

.resource-right-col{
  padding-top:100px;
}

.resource-section2{
  padding: 129px 0 81px;
}



.resource-section2 h2{
  color: #696969;
  padding-bottom: 68px;
}


.resource-section2 h6{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #4a4a4a;
  line-height:20px;
  margin: 0; 
  padding: 10px 0px;
}


.resource-section2 .span3{
  margin-bottom: 34px;
}


.resource-section3{
  padding: 131px 0 90px;

}

body .container-fluid .row-fluid .resource-section3 .wrapper{
  max-width: 762px;
}

body .container-fluid .row-fluid  .resource-section3 .span2 img{
  float: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.resource-section3 h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #696969;
  line-height:45px;
  margin: 0;
  padding-bottom: 79px;
}


.resource-section3 h5{
  font-size: 18px;
  font-weight: bold;
  color: #00ccff;
  line-height:28px;
  padding-bottom: 4px;
  letter-spacing: .5px;
}


.resource-section3 p{
  font-size: 18px;
  font-weight: normal;
  color: #4a4a4a;
  line-height:20px;
}

.resource-row{
  margin-bottom:19px;
}



/*===============================================================================
Resource Page Responsive Styling
=================================================================================*/


@media(max-width:1024px){

  .resource-section1{
    padding: 16px 0 128px;
  }

  .resource-section1 h2{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
  } 


  .resource-section1:before {
    background: url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/tablet-bg.png') no-repeat;
    width: 184px;
    height: 184px;
    z-index:1;
  }

  .resource-left-col img {
    position: relative;
    top: 63px;
    z-index: 0;
  }

  .resource-section2 {
    padding: 83px 0 44px;
  }

  .resource-section3 {
    padding: 85px 0 73px;
  }

  .resource-section3 h2{
    padding-bottom:88px;
  }

  .resource-section3 p, 
  .resource-section3 h5{
    font-size: 16px;
  }

  .resource-section3 h5{
    line-height:26px;
  }


}


@media(max-width:767px){

  .resource-section2 {
    padding: 55px 0 44px;
  }    

  .resource-hero h1{
    font-size:39px;
    line-height:49px;
  }  

  .resource-left-col{
    text-align:center;
    max-width:100%;
  }

  .resource-section2 h2 {
    padding-bottom: 27px;
  }

  .resource-section3 {
    padding: 52px 0 54px;
  }

  .resource-section3 h2 {
    padding-bottom: 50px;
  }

  body .container-fluid .row-fluid .resource-section3 .span2 img{
    margin:0;
    text-align:left;
    padding-bottom: 8px;
  }

  .resource-section1 {
    background: url('//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/Resource-mobile-bg.png') no-repeat;
    background-size: cover;
  }

  .resource-section1 a.cta_button{
    width:100%;
    max-width:100%;
  }


}




/*=============================================================
Error Page Styling
===============================================================*/

.error-page-hero{
  padding-top: 176px;
  padding-bottom: 72px;
}


.error-page-hero h1{
  line-height:55px;
}

.error-section1{
  padding: 75px 0px;
}

.error-section1 h3{
  font-size: 25px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  color: #323a45;
}


.error-section1 h3 span{
  display: block;
  color: #00ccff;
  padding-top: 40px;
  padding-bottom: 39px;
  font-weight:bold;
}





/*New Styling*/


.ebook-form .hs_i_want_to label{
  display:block;
}
.ebook p{
  margin-top:25px;
}
.ebook ul li{
  list-style: disc;
  color:#fff;
}
.ebook .content{
  text-align:left;
}
@media(min-width:768px){

  .download-lp-ebook .ebook-image.no-top{
    top: 18px;
  }

}

/*================Experts Page Styling==============*/

.experts-hero.download-ty-hero p{
  line-height: 34px;
  margin-bottom: 6px;
}

.experts-hero h1{
  margin: 0;
}

body .experts-hero{
  padding-bottom: 94px;
}

@media(max-width: 767px){

  body .experts-hero {
    padding-bottom: 67px;
    padding-top: 147px;
  }

  .experts-hero.download-ty-hero p{
    margin-bottom: 0;
  }

  body .experts-hero h1 {
    line-height: 47px;
  }

}

/*================ Experts Page Styling - May 2022 ==============*/
.experts-hero-v2 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.experts-hero-v2 > div {
  position: relative;
  z-index: 1;
}
.experts-hero-v2 h1 {
  letter-spacing: 1px;
  font-weight: 700;
}
@media(min-width: 768px){
  .experts-hero-v2 h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
  
.experts-module-group {
  padding: 64px 20px 72px;
  background: #ffffff;
}
.experts-module-group .wrapper {
  max-width: 1007px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.experts-module-group h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #484848;
  padding: 0;
  margin: 0 0 48px;
}
.experts-module-group .disclaimer {
  text-align: center;
  margin: 82px 0 0;
  padding: 0;
}
.experts-module-group .disclaimer p {
  margin: 0;
  padding: 0;
}


/*=======software Training Styling============*/

.software-training{
  padding: 55px 0 70px;
  position: relative;
}   

body .row-fluid .software-training .wrapper{
  max-width: 797px;
}

.software-training:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(//1151181.fs1.hubspotusercontent-na1.net/hubfs/1151181/Assets_july_2016/Recommened-top-bg.png?t=1477335399966) no-repeat;
  width: 361px;
  height: 361px;
}

.software-training .col {
  text-align: center;
}

.software-training img {
  border-radius: 100% !important;
  margin-bottom: 30px;
  max-width: 180px !important;
  height: 180px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.software-training .col {
  text-align: center;
  padding-bottom: 57px;
}

.software-training .col h4{
  font-size: 16px;
  line-height: 14px;
  letter-spacing:0;
  color: #696969;
  margin:0 0 10px;
}

.software-training .col p{
  font-size: 16px;
  line-height: 14px;
  margin:0;
  color:#696969;
}

.software-training h2{
  font-size: 37px;
  line-height: 45px;
  color: #4a4a4a;
  letter-spacing: -0.6px;
  padding-bottom: 20px;
  margin: 0;
}

.software-training p{
  font-size: 18px;
  line-height: 32px;
  color: #4a4a4a;
}

.software-training p a{
  color: #00ccff;
}

.software-training ul{
  margin: 20px 0 0;
}

.software-training li{
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 20px;
  color: #4a4a4a;
}

.software-training li span{
  position: absolute;
  left:10px;
}  

body .row-fluid .software-training .hs-error-msgs li{
  padding:0;
}

.software-training form{
  width: 100%;
  max-width: 523px;
  margin: 0 auto;
}

.software-training .hs_submit{
  width: 60.4%;
  float: left;
}

.software-training .hs_email{
  width: 39.6%;
  float: left;
}

.software-training form input{
  height: 45px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #e4e4e4;
  padding-left: 26px;
}

.software-training form .hs_submit input{
  height: 45px;
  border-radius: 0 3px 3px 0;
  border: 0;
}

body .software-training form .hs-button{
  font-size: 15px;
  line-height: 0.1px;
  line-height: 20px;
}

body .row-fluid .software-training .hs-error-msgs{
  position: relative;
}

body .row-fluid .software-training .hs-error-msgs li label{
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: -14px;
}

.software-training .schedule-form{
  margin: 45px 0 60px;
}

/* Placeholder Text */
.software-training ::-webkit-input-placeholder { /* Webkit Browsers */
  color:#4a4a4a;
  font-size: 15px;
  letter-spacing:.1px;
  font-family: futura-pt;
}
.software-training :-moz-placeholder { /* Firefox 18- */
  color:#939191;
  font-size: 16px;
  letter-spacing:.6px;
  text-align:left;
  font-family: futura-pt;
}
.software-training ::-moz-placeholder { /* Firefox 19+ */
  color:#939191;
  font-size: 16px;
  letter-spacing:.6px;
  text-align:left;
  font-family: futura-pt;
}
.software-training :-ms-input-placeholder { /* IE10 */
  color:#939191;
  font-size: 16px;
  letter-spacing:.6px;
  text-align:left;
  font-family: futura-pt;
} 

@media(min-width: 768px) and (max-width:1300px){

  .software-training:before{
    width: 230px;
    height: 230px;
    background-size: 230px;
  }

}

@media(max-width: 1024px){

  .software-training:before{
    display:none;
  }

  .software-training{
    padding: 40px 0 60px;
  }

  .software-training .col{
    padding-bottom: 51px;
  }

  .software-training h2 {
    font-size: 33px;
    line-height: 40px;
    padding-bottom: 21px;
  }

  .software-training .schedule-form {
    margin: 25px 0 46px;
  }

}

@media(max-width: 767px){

  .software-training .col{
    padding-bottom: 40px;
  }

  .software-training p{
    line-height: 25px;
  }

  .software-training .left-col p{
    font-size: 16px;
  }

  .software-training .left-col{
    margin-bottom: 20px;
  }

  .software-training h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 10px 23px;
    text-align: center;
  }

  .software-training .schedule-form {
    margin: 23px 0 10px;
  }

  .software-training .hs_email {
    width: 100%;
    float: none;
  }

  .software-training .hs_submit {
    width: 100%;
    float: none;
  }

  body .row-fluid .software-training form .hs-button {
    font-size: 13px;
    line-height: 0;
    line-height: 17px;
  }

  .software-training form input{
    margin-bottom: 20px;
  }

  .software-training {
    padding: 40px 0 28px;
  }

}


/*======experts section2 Styling==============*/

.experts-sec2 h2{
  letter-spacing:0;
}

.experts-sec2 h6{
  line-height: 19px;
  padding: 4px 0;
  width: 100%;
  max-width: 181px;
  margin: 0 auto;
}

.experts-sec2 .span3 {
  margin-bottom: 46px;
}

.experts-sec3{
  padding-bottom: 95px;
}

.experts-sec3 h2{
  line-height: 42px;
  padding-bottom: 82px;
}  

.experts-sec3 h5{
  line-height: 21px;
  letter-spacing: 0;
}

.experts-sec3 .resource-row {
  margin-bottom: 25px;
}


@media(max-width: 1024px){

  .experts-sec2 {
    padding: 80px 0 46px;
  }

  .experts-sec3 .resource-row {
    margin-bottom: 17px;
  }

  .experts-sec3 h2 {
    padding-bottom: 75px;
  }

  .experts-sec3 h5 {
    line-height: 19px;
  }

  .experts-sec3 p{
    line-height: 19px;
  }

  .experts-sec3{
    padding: 80px 0 74px;
  }

}

@media(max-width: 767px){

  .experts-sec2 .span3 {
    margin-bottom: 40px;
  }

  .experts-sec2 {
    padding: 50px 0 52px;
  }

  .experts-sec2 h2 {
    margin: 0;
    padding: 0 10px 38px;
  }

  .experts-sec2 h6 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.4px;
    padding: 10px 0 0;
  }

  .experts-sec3 h5 {
    padding-bottom: 5px;
  }

  body .container-fluid .row-fluid .experts-sec3 .span2 img {
    padding-bottom: 10px;
  }

  .experts-sec3 .resource-row {
    margin-bottom: 15px;
  }

  .experts-sec3 {
    padding: 50px 0 56px;
  }

}




/*========================================================================= 
Custom & Global Module Styling
=========================================================================*/    


/*=======================================
Resource Ebook CM Styling
=======================================*/

.resource-ebook-cm{
  margin-bottom: 34px;
}

.resource-ebook-cm ul{
  padding:0px;
  margin:0px;
  text-align:center;
}

.resource-ebook-cm ul li{
  display:inline-block;
  padding: 0px;
  width: 100%;
  width: 22.76923%;
  margin-left: 2.564102564%;
}

.resource-ebook-cm ul li:first-child{
  margin:0px;
}

.resource-ebook-cm ul li.hide{
  display:none;
}

.resource-ebook-cm .ebook-img{}

.resource-ebook-cm .ebook-img img{
  max-width:160px;
}


@media(max-width:1024px) and (min-width:768px){

  .resource-ebook-cm ul li{
    width: 21.76923%;
  }    

}



@media(max-width:767px){

  body .row-fluid .resource-ebook-cm ul li{
    width:100%;
    margin-left:0px;
    margin-bottom:34px;
  }


}

.resource-ebook-cm{}

.resource-ebook-cm{}

.resource-ebook-cm{}

.resource-ebook-cm{}

.resource-ebook-cm{}


.resource-section2 .widget-type-linked_image img{
  max-width:160px;
}    




/* Media Inquiries CTA - popup */
body .guana-modal-container .mfp-container .mfp-content .guana-modal .free-trial-pop-up.for-media-inquiries form div.actions{
  text-align:center;
}
body .guana-modal-container .mfp-container .mfp-content .guana-modal .free-trial-pop-up.for-media-inquiries form .hs-button.primary{
  position: relative;
  right: auto;
  top: auto;
}

/*============ Facebook Entrance =============*/

body .row-fluid .calculator-body.form-wrapper form {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.calculate-lp.form-wrapper h3{
  padding-bottom:38px;
}

@media (max-width:900px){

  body .row-fluid .calculator-body.form-wrapper .wrapper {
    padding:0 20px;
  }

}




body.millionaire-template blockquote{  
  margin-top: 50px;  
  margin-bottom: 50px;
}
@media (max-width: 1024px) and (min-width: 768px){
  body.millionaire-template blockquote{    
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px){
  body.millionaire-template blockquote{
  }
}



.search-results-section{
  padding: 80px 0; 
}

.search-results-section .hs-search-results__listing li:not(:last-child) {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}

.hs-error-msgs li a {
    cursor: pointer!important;
}