/*REMOVE CHATBOT*/

.page_c03b9f94667a4920bbec39329138e588 chat-widget {
    display: none !important;
}
/*END*/


/*The Blended Family landing page*/

.newlanding1 {
    position: relative;
    padding: 100px 0 100px;
   background-image: linear-gradient(to bottom right, #269dd8, #80bd4d);

 
}


.newlanding1 .innercon .content:nth-child(1) ul li {
     font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    color: white;
    padding: 10px 5px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}
 .newlanding1 .innercon .content:nth-child(1) ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
}

.newlanding1 .innercon .content:nth-child(1) .learn {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
    
}

.newlanding1 .innercon .content:nth-child(1) .learn::after {
    position: absolute;
    content: '';
    background-color: white;
    height: 2px;
    width: 87%;
    bottom: -10px;
    left: 0;
}



.newlanding1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
.newlanding1 .innercon .content:nth-child(1) {
  position: relative;
  padding-right: 50px;
}
.newlanding1 .innercon .content:nth-child(1) .slogan {
  color: white;
  font-family: "Playfair", serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 15px;
}
.newlanding1 .innercon .content:nth-child(1) .desc {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}
.newlanding1 .innercon .content:nth-child(1) .desc1 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 50px 0 15px;
  text-transform: uppercase;
}
.newlanding1 .innercon .content:nth-child(1) .desc2 {
  color: #8dc63f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  margin: 0 0 15px;
  text-shadow: 1px 1px #ffffff;
}

.newlanding1 .innercon .content:nth-child(1) .call {
  color: white;
 
  background-color:#269dd8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 25px;
  border: 0;
  outline: none;
  cursor: pointer;

}

.newlanding1 .innercon .content:nth-child(1) .call:hover{
  background-color:#78b843;
} 


.newlanding1 .innercon .content:nth-child(1) .star {
  width: 300px;
  height: auto;
}
.newlanding1 .innercon .content:nth-child(2) {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newlanding1 .innercon .content:nth-child(2) .banner {
    position: relative;
    width: 100%;
    height: 600px;
    object-fit: cover;
}


.bannerbot {
  position: relative;
  padding: 50px 0 70px;
  background: none;
  background-size: cover;
  background-color: #aed49159;
}
.bannerbot .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
    display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 0px;
}
.bannerbot .innercon .content{
  position: relative;
}

.bannerbot .innercon .content .info {
    font-family: "Poppins", sans-serif;
    
    font-size: 35px;
    color: #2baae1;
   font-weight: 600;
    margin: 20px 0 0;
}
.bannerbot .innercon .content .desc {
    font-family: "Poppins", sans-serif;
    
    font-size: 24px;
    color: black;
   font-weight: 300;
    margin: 20px 0 0;
}
.bannerbot .innercon .content:nth-child(2) {
  position: relative;
    display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bannerbot .innercon .content:nth-child(2) .call {
  color: white;
 
  background-color:#269dd8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 50px;
  border: 0;
  outline: none;
  cursor: pointer;

}

.bannerbot .innercon .content:nth-child(2) .call:hover{
  background-color:#78b843;
} 

.newlanding2 {
  position: relative;
  padding: 100px 0;
  background: none;
  background-size: cover;
}
.newlanding2 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.newlanding2 .innercon .title {
 font-family: "Playfair", serif;
  font-size: 50px;
  color: black;
  margin: 0 auto 20px;
  line-height: 1.5;
 
  font-weight: 500;
  text-align: center;
}

.newlanding2 .innercon .desc {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 18px;

   font-weight: 300;
    margin: 20px 0 30px;
}

.newlanding2 .innercon .holdbox{
  position: relative;
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  margin-top: 50px;
  max-width: 900px;
  margin: auto;


}
.newlanding2 .innercon .holdbox .content{

  border: 1px solid #25012e;;
  background-color: white;
  padding: 0;
;
}



.newlanding2 .innercon .holdbox .content .fill{
     font-family: "Poppins", sans-serif;
     font-size: 18px;
     font-weight: 600;
     margin: 20px 50px;

}

.newlanding2 .innercon .holdbox .content .fill span{

  color: #80bd4d;
  font-size: 30px;
  margin-right: 15px;
  text-transform: uppercase;
   font-family: "Playfair", serif;
}




.newcopy-landing {
  position: relative;
  padding: 30px 0 15px;
  background-color: #333333;

}
.newcopy-landing .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
text-align: center;
   font-family: "Poppins", sans-serif;
}
.newcopy-landing .innercon .content {
  position: relative;

  font-weight: 400;
  font-size: 12px;


  color: white;
  display: flex;
  align-items: center;
  justify-content: center;

}

.newcopy-landing .innercon .content.first {
  position: relative;

  font-weight: 400;
  font-size: 16px;


  color: white;
  display: flex;
  align-items: center;
  justify-content: center;

}



.newlanding3 {
    position: relative;
    padding: 100px 0 100px;
   background-image: linear-gradient(to bottom right, #269dd8, #80bd4d);

 
}


.newlanding3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
.newlanding3 .innercon .content:nth-child(1) {
  position: relative;
  padding-right: 50px;
}
.newlanding3 .innercon .content:nth-child(1) .slogan {
  color: #269dd8;
  font-family: "Playfair", serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin: 0px 0 20px;
  padding: 15px 0;
  background-color: white;
  position: relative;
}
.newlanding3 .innercon .content:nth-child(1) .slogan::after{
  position: absolute;
  content: '';
  background-color: white;
  width: 200px;
  height: 100%;
  right: -200px;
  bottom: 0;
}

.newlanding3 .innercon .content:nth-child(1) .slogan::before{
  position: absolute;
  content: '';
  background-color: white;
  width: 200px;
  height: 100%;
  left: -200px;
  bottom: 0;
}
.newlanding3 .innercon .content:nth-child(1) .desc {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}
.newlanding3 .innercon .content:nth-child(1) .desc1 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 50px 0 15px;
  text-transform: uppercase;
}
.newlanding3 .innercon .content:nth-child(1) .desc2 {
  color: #8dc63f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  margin: 0 0 15px;
}

.newlanding3 .innercon .content:nth-child(1) .call {
  color: white;
 
  background-color:#269dd8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 25px;
  border: 0;
  outline: none;
  cursor: pointer;

}

.newlanding3 .innercon .content:nth-child(1) .call:hover{
  background-color:#78b843;
} 


.newlanding3 .innercon .content:nth-child(1) .star {
  width: 300px;
  height: auto;
}
.newlanding3 .innercon .content:nth-child(2) {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newlanding3 .innercon .content:nth-child(2) .banner {
  position: relative;
  margin-top: 30px;
  height: 600px;
  width: 100%;
  object-fit: cover;
}

/*END*/

/*NEW*/

.homeframe{
    height:500px;    
}
.hold-star{
    text-align:center;
    }
.blockContainer.blockWrap_c3169699807d40388a2d1b4e6b43cb7b.fsMed.txa0.bmg0.lstsy1.bw0.sy0,
.blockContainer.blockWrap_bfd284dc99d34fd88560889504ff72f4.fsMed.txa0.bmg0.lstsy1.bw0.sy0,
.blockContainer.blockWrap_fcc4381a269e4284b3c21b8987c7c340.fsMed.txa0.bmg0.lstsy1.bw0.sy0{
    padding:0  !important;
}
.blockContainer.blockWrap_ab7ecb4b45014b9dacf30b9c41010f13.fsMed.txa0.bmg0.lstsy1.bw0.sy0 {
    display: none !important;
}
.block_ac91f915435e474a8ffc68112c82935d {
    display: none !important;
}

.block_e49f10e2559e4737a55520d5d6827d02{
    text-align:center;
    display:none;
    }
.block_b6ccf88d645840b6952cf6888a38d132{
    text-align:center;
    }
.block_b8c6ede3ce944c5c99d175cdaabcd108 .contentImg{
    width:auto !important;
}
.blockContent.block_fcc4381a269e4284b3c21b8987c7c340 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
/*END*/


/*FAQ*/
.blockContent.block_a6de40c027a84ca39cd868a360e367f6 h2 {
    font-size: 40px;
    font-family: 'adobegaramondpro';
    margin: 0 0 20px;
    color: #279ed8;
}
.panels {
  position: relative;
}
.panels .ques {
    font-family: "Libre Baskerville", serif;
    color: #353535;
    font-size: 19px !important;
    background: white;
    padding: 20px !important;
    margin-bottom: 15px !important;
    outline: none;
    border-radius: 0;
    border: 1px solid #dddddd;
}
.panels .holdcon {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #000000;
}
.panels .ui-icon {
  float: right;
  margin: 4px 0 0 0 !important;
  font-size: 20px !important;
}
/*END*/


/*LANDING PAGES*/
.block_c1004616ef604a5bbeaa2f5f04c5b354,
.block_bb1c4e75b9414481853f347c15014c4c{
    max-width:100% !important;
    padding:0 !important;
}
.page_caf8047f0014417baf039c40a32f6177  .footerContainer,
.page_caf8047f0014417baf039c40a32f6177  .headerAndNavContainer{
    display:none !important;
}
.page_a6e60783077847d58642933a7118d2b2  .footerContainer,
.page_a6e60783077847d58642933a7118d2b2  .headerAndNavContainer{
    display:none !important;
}
.page_cceb5c44674349aaaea4d0a69baf0707  .footerContainer,
.page_cceb5c44674349aaaea4d0a69baf0707  .headerAndNavContainer{
    display:none !important;
}
.page_caf8047f0014417baf039c40a32f6177 .blockContainer.blockWrap_c1004616ef604a5bbeaa2f5f04c5b354.fsMed.txa0.bmg0.lstsy1.bw0.sy0,
.page_a6e60783077847d58642933a7118d2b2 .blockContainer.blockWrap_bb1c4e75b9414481853f347c15014c4c.fsMed.txa0.bmg0.lstsy1.bw0.sy0{
    padding: 0;
}
.topmenu {
  position: relative;
  padding: 20px 0;
}
.topmenu .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.topmenu .innercon .content:nth-child(1) {
  position: relative;
}
.topmenu .innercon .content:nth-child(1) .logo {
  width: 300px;
}
.topmenu .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topmenu .innercon .content:nth-child(2) .hold {
  position: relative;
  text-align: right;
}
.topmenu .innercon .content:nth-child(2) .hold .top {
  color: #78b942;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.topmenu .innercon .content:nth-child(2) .hold .top span {
  font-weight: 600;
}
.topmenu .innercon .content:nth-child(2) .hold .num {
  color: #279ed8;
   font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.topmenu .innercon .content:nth-child(2) .hold .num .fa {
  background: #279ed8;
  color: white;
  padding: 8px 10px;
  border-radius: 50px;
  font-size: 15px;
  position: relative;
  top: -3px;
}
.topmenu .innercon .content:nth-child(2) .hold .num a {
  color: #279ed8;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.topmenu .innercon .content:nth-child(2) .hold .num a:hover {
  color: #78b942;
}



.landing1 {
    position: relative;
    padding: 100px 0 100px;
    background: url(https://www.transformationaloutsourcing.com/wp-content/uploads/2025/06/landing-page-bg.webp) no-repeat center;
    /*background: #279ed8;*/
    background-size: cover;
    border-bottom: 5px solid #7bba46;
}


.landing1 .innercon .content:nth-child(1) ul li {
     font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    color: white;
    padding: 10px 5px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}
 .landing1 .innercon .content:nth-child(1) ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
}

.landing1 .innercon .content:nth-child(1) .learn {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
    
}

.landing1 .innercon .content:nth-child(1) .learn::after {
    position: absolute;
    content: '';
    background-color: white;
    height: 2px;
    width: 87%;
    bottom: -10px;
    left: 0;
}



.landing1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
.landing1 .innercon .content:nth-child(1) {
  position: relative;
  padding-right: 50px;
}
.landing1 .innercon .content:nth-child(1) .slogan {
  color: white;
   font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 33px;
  margin: 0 0 15px;
}
.landing1 .innercon .content:nth-child(1) .desc {
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 15px;
}
.landing1 .innercon .content:nth-child(1) ul {
  padding: 0;
  margin: 0 0;
  list-style: none;
  border: 0px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}
.landing1 .innercon .content:nth-child(1) ul li {
    font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
	text-transform: capitalize;
  color: white;
  padding: 10px 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}
.landing1 .innercon .content:nth-child(1) ul li .check {
  width: 25px;
  margin-right: 10px;
}

.landing1 .innercon .content:nth-child(2) {
  position: relative;
  padding-left: 40px;
}
.landing1 .innercon .content:nth-child(2) .title {
   font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
  background: #78b942;
  margin: 0;
  border-bottom: 1px solid #b3bdc8;
}
.landing1 .innercon .content:nth-child(2) .title span {
  display: block;
  color: white;
  font-size: 17px;
}


.landing1 .innercon .content:nth-child(2) .form {
  background: white;
  padding: 40px 40px 0px;
}
.landing1 .innercon .content:nth-child(2) .form .what {
    font-family: "Source Sans Pro", sans-serif;
    color: #279ed8;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.landing1 .innercon .content:nth-child(2) .form .grids {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.landing1 .innercon .content:nth-child(2) .form .inputs {
  position: relative;
  margin-bottom: 10px;
}
.landing1 .innercon .content:nth-child(2) .form .inputs .info{
  font-family: "Source Sans Pro", sans-serif;
	color: black;
	font-size: 13px;
	
    margin: 0 0 5px;
}
.landing1 .innercon .content:nth-child(2) .form .inputs input, .landing1 .innercon .content:nth-child(2) .form .inputs textarea {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 4px;
  border: 1px solid #cacaca;
  font-size: 14px;
  padding: 8px 15px;
  outline: none;
	  color: black;
	
}

.landing1 .innercon .content:nth-child(2) .form .inputs select {
  width: 100%;
   font-family: "Source Sans Pro", sans-serif;
  border-radius: 4px;
  border: 1px solid #cacaca;
  font-size: 14px;
  padding: 13px 15px;
  outline: none;
	 color: black;
	
}
.landing1 .innercon .content:nth-child(2) .form .inputs input::placeholder, .landing1 .innercon .content:nth-child(2) .form .inputs textarea::placeholder {
  font-size: 14px;
 color: black;
}
.landing1 .innercon .content:nth-child(2) .form .inputs textarea {
  height: 100px;
}
.landing1 .innercon .content:nth-child(2) .form .inputs .send {
  width: 100%;
  padding: 15px 0;
  width: 100%;
  outline: none;
  border: 1px solid #25012e;
  background: #25012e;
  color: white;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
	margin-top: 20px;
}
.landing1 .innercon .content:nth-child(2) .form .inputs .send:hover {
  background: black;
}


.landing2 {
  position: relative;
  padding: 100px 0;
  background: none;
  background-size: cover;
}
.landing2 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.landing2 .innercon .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  color: #7bba46;
  margin: 0 auto 30px;
  line-height: 1.5;
  max-width: 900px;
  font-weight: 600;
  text-align: center;
}

.landing2 .innercon .holdlist {
   position: relative;
   max-width: 900px;
   margin: auto;
   text-align: justify;
   
}
.landing2 .innercon .holdlist p.desc {
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    font-size: 17px;
    color: #071b3b;
    line-height: 1.8;
    margin: 20px 0 0;
}
.landing2 .innercon .holdlist ul{
    list-style: none;
    column-count: 3;
    
}

.landing2 .innercon .holdlist ul li {
    position: relative;
    background-color: #279ed8;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-align: justify;
    font-size: 18px;
}
.landing2 .innercon .holdlist ul li .check{
    margin-right: 7px;
	    margin-left: 15px;
}

.footer-landing {
  position: relative;
  padding: 30px 0 30px;
}
.footer-landing .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0;
}
.footer-landing .innercon .content:nth-child(1) {
  position: relative;
  padding-right: 50px;
  border-right: 1px solid #b7b7b7;
}
.footer-landing .innercon .content:nth-child(1) .logo {
  width: 100%;
}
.footer-landing .innercon .content:nth-child(2) {
  position: relative;
  padding-left: 50px;
 font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
 display: flex;
    align-items: center;
    justify-content: flex-end;
  color: #072441;
}


.landinghelp3 .innercon .content .stars {
    width: 100px;
	    margin-top: -30px;
}
.landinghelp4 {
  position: relative;
  padding: 100px 0;
  background: #279ed8;
  background-size: cover;
   font-family: "Source Sans Pro", sans-serif;
}
.landinghelp4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}

.landinghelp4 .innercon .content:nth-child(2) {
    position: relative;
  
    padding: 50px;
    max-width: 100%;
    margin-left: 50px;
   
    
}


.landinghelp4 .innercon .content {
	 position: relative;
	text-align: center;
	
}

.landinghelp4 .innercon .content .title{
    color: white;
    font-size: 30px;
    font-family: "Source Sans Pro", sans-serif;
	margin: 0 100px;
}



.landinghelp4 .innercon .content .book{
    width: auto;
    padding: 15px 0;
    border: 0;
    outline: none;
    background: #af76be;
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 20px;
    padding: 10px 30px;
}

.landinghelp4 .innercon .content .book:hover{
   background: black;
}
.landinghelp4 .innercon .content .book .fa{
    margin-left: 10px;
    font-size: 20px;
}

.landinghelp3 {
  position: relative;
  padding: 10px 0 100px;
  background: url(images/newbgland2.jpg) no-repeat center;
  background-size: cover;
   font-family: "Source Sans Pro", sans-serif;
    margin-top: 80px;
    text-align: center;
}
.landinghelp3 .title{
    font-size: 40px;
    color: #431a4d;
    margin: 30px 0 50px;
    font-family: "Source Sans Pro", sans-serif;
     font-weight: 700;
}
.landinghelp3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.landinghelp3 .innercon .content {
    position: relative;
    background-color: #f2f8fd;
    padding: 70px 20px 50px;
    border: 2px solid #7bba46;
}

.landinghelp3 .innercon .content::after {
    position: absolute;
    content: '';
    width: 36px;
    height: 30px;
    background: url(https://www.smartypantzmarketing.com/wp-content/uploads/2025/05/helpqoute.png) no-repeat center;
    background-size: cover;
    top: -15px;
    left: calc(50% - 18px);
}

.landinghelp3 .innercon .content .revs{
    color: #082a59;
    font-size: 16px;
    
}
.landinghelp3 .innercon .content .author{
    color: #1d588f;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    
}

.landinghelp2 {
  position: relative;
  padding: 250px 0;
  background: url(images/newbglanding3.jpg) no-repeat center;
  background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}
.landinghelp2 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.landinghelp2 .innercon .content {
    position: absolute;
    background-color: #082a59;
    padding: 50px;
    max-width: 800px;
    margin: auto;
    top: 20px;
    left: calc(50% - 400px);
}

.landinghelp2 .innercon .content .title{
    color: white;
    font-size: 40px;
   font-family: "Source Sans Pro", sans-serif;
}

.landinghelp2 .innercon .content .desc{
    color: white;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
}

.landinghelp2 .innercon .content .book{
    width: auto;
    padding: 15px 0;
    border: 0;
    outline: none;
    background: linear-gradient(to top, #c72830, #c72830);
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 20px;
    padding: 10px 30px;
}

.landinghelp2 .innercon .content .book:hover{
   background: linear-gradient(to top, #077aff, #0068e0);
}
.landinghelp2 .innercon .content .book .fa{
    margin-left: 10px;
    font-size: 20px;
}



.landing2 .innercon .holdlist ul {
    list-style: none;
    column-count: 2;
}

.landing2 .innercon .holdlist {
    position: relative;
    max-width: 1000px;
    margin: auto;
    text-align: justify;
}

.landing2 .innercon .holdlist ul li {
    position: relative;
    background-color: #279ed8;
    padding: 10px 5px;
    border-radius: 25px;
    color: white;
    text-align: justify;
    font-size: 18px;
    margin: 0 0 20px;
}

.landinghelp {
  position: relative;
  padding: 100px 0 30px;
  background: #279ed8;
  background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 5px solid #7bba46;
}


.landinghelp .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.landinghelp .innercon .mtitle{
    color: white;
    font-family: "Source Sans Pro", sans-serif;
      font-size: 40px;
}

.landinghelp .innercon .desc{
    color: white;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 50px;
}
.landinghelp .innercon .desc span{
    
    display: block;
    
}

.landinghelp .innercon .holdgrids {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.landinghelp .innercon .holdgrids .content:nth-child(1){
  position: relative;
     border: 1px solid white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	    margin: 0 0 40px;
}

.landinghelp .innercon .holdgrids .content:nth-child(2){
  position: relative;
 
}

.landinghelp .innercon .holdgrids .content ul {
  position: relative;
  text-align: left;
  list-style: none;
 
}
.landinghelp .innercon .holdgrids .content ul li{
    color: white;
   font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
   
   
    padding: 15px 0;
}

.landinghelp .innercon .holdgrids .content ul .desc{
    color: white;
   font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
	margin-bottom: 15px;
   
   
   
}
.landinghelp .innercon .holdgrids .content ul li .check{
    margin-right: 8px;
}

.landinghelp .innercon .grids {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  max-width: 900px;
  margin: auto;
}
.landinghelp .innercon .grids .content {
  position: relative;
  padding: 20px 50px;
  text-align: center;
  background: #1e334f;
}
.landinghelp .innercon .grids .content .icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}



.landinghelp .innercon .grids .content .title {
    color: white;
    margin-top: 20px;
    font-size: 20px;
}
.landinghelp .innercon .grids .content .title span{
    display: block;
}


.landinghelp3 {
  position: relative;
  padding: 10px 0 100px;
  background: url(images/newbgland2.jpg) no-repeat center;
  background-size: cover;
   font-family: "Source Sans Pro", sans-serif;
    margin-top: 80px;
    text-align: center;
}
.landinghelp3 .title{
    font-size: 40px;
    color: #7bba46;
    margin: 30px 0 50px;
    font-family: "Source Sans Pro", sans-serif;
     font-weight: 700;
}
.landinghelp3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.landinghelp3 .innercon .content {
    position: relative;
    background-color: #f2f8fd;
    padding: 70px 20px 50px;
    
 
}

.landinghelp3 .innercon .content::after {
    position: absolute;
    content: '';
    width: 36px;
    height: 30px;
    background: url(https://www.smartypantzmarketing.com/wp-content/uploads/2025/05/helpqoute.png) no-repeat center;
    background-size: cover;
    top: -15px;
    left: calc(50% - 18px);
}

.landinghelp3 .innercon .content .revs{
    color: #082a59;
    font-size: 16px;
    
}
.landinghelp3 .innercon .content .author{
    color: #279ed8;
    font-size: 18px;
    font-weight: 600;
    
}

.landinghelp4 {
  position: relative;
  padding: 100px 0;
  background: #279ed8;
  background-size: cover;
   font-family: "Source Sans Pro", sans-serif;
       border-bottom: 5px solid #7bba46;
}
.landinghelp4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}

.landinghelp4 .innercon .content:nth-child(2) {
    position: relative;
  
    padding: 50px;
    max-width: 100%;
    margin-left: 50px;
   
    
}


.landinghelp4 .innercon .content {
	 position: relative;
	text-align: center;
	
}

.landinghelp4 .innercon .content .title{
    color: white;
    font-size: 40px;
    font-family: "Source Sans Pro", sans-serif;
	margin: 0 100px;
}


.landinghelp4 .innercon .content .desc{
    color: white;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
	margin: 20px 100px;
}



.landinghelp4 .innercon .content .book{
    width: auto;
    padding: 15px 0;
    border: 0;
    outline: none;
    background: #7bba46;
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 20px;
    padding: 10px 30px;
}

.landinghelp4 .innercon .content .book:hover{
   background: black;
}
.landinghelp4 .innercon .content .book .fa{
    margin-left: 10px;
    font-size: 20px;
}


.footer-landing {
  position: relative;
  padding: 30px 0 30px;
}
.footer-landing .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0;
}
.footer-landing .innercon .content:nth-child(1) {
  position: relative;
  padding-right: 50px;
  border-right: 1px solid #b7b7b7;
}
.footer-landing .innercon .content:nth-child(1) .logo {
  width: 100%;
}
.footer-landing .innercon .content:nth-child(2) {
  position: relative;
  padding-left: 50px;
 font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
 display: flex;
    align-items: center;
    justify-content: flex-end;
  color: #072441;
}


@media only screen and (max-width : 1024px){
/*The Blended Family landing page*/
.newlanding1 {
    position: relative;
    padding: 100px 20px 100px;
    background-image: linear-gradient(to bottom right, #269dd8, #80bd4d);
}
.bannerbot {
    position: relative;
    padding: 50px 20px 70px;
    background: none;
    background-size: cover;
    background-color: #aed49159;
}
.newlanding2 {
    position: relative;
    padding: 100px 20px;
    background: none;
    background-size: cover;
}
.newlanding3 {
    position: relative;
    padding: 100px 20px 100px;
    background-image: linear-gradient(to bottom right, #269dd8, #80bd4d);
}
.newcopy-landing {
    position: relative;
    padding: 30px 20px 20px;
    background-color: #333333;
}
/*END*/
  .topmenu {
    position: relative;
    padding: 20px 20px;
}
.landing1 {
    position: relative;
    padding: 100px 20px 100px;
    background: url(https://static.mywebsites360.com/ef42975764a9429186de3ad7fd575f4c/i/d77bd77021c7468eb2685738285f587e/1/5feFb8zhrk/largeimage2-160624-576d4e869035f.jpg) no-repeat center;
    background-size: cover;
}
.landing2 {
    position: relative;
    padding: 100px 20px;
    background: none;
    background-size: cover;
}
.landinghelp {
    position: relative;
    padding: 50px 20px 30px;
    background: #279ed8;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}
.landinghelp3 {
    position: relative;
    padding: 10px 20px 100px;
    background: url(images/newbgland2.jpg) no-repeat center;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 80px;
    text-align: center;
}
.landinghelp4 {
    position: relative;
    padding: 100px 20px;
    background: #279ed8;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}
.footer-landing {
    position: relative;
    padding: 30px 20px 30px;
}
}

@media only screen and (max-width : 768px){
    /*The Blended Family landing page*/
     .newlanding1 .innercon .content:nth-child(1) {
    position: relative;
    padding-right: 0px;
}
 .newlanding1 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
.newlanding1 .innercon .content:nth-child(2) {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannerbot .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0px;
}
.bannerbot .innercon .content:nth-child(2) {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newlanding3 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
}
.newlanding3 .innercon .content:nth-child(2) {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newlanding3 .innercon .content:nth-child(1) {
    position: relative;
    padding-right: 0px;
}
.newlanding1 .innercon .content:nth-child(2) .banner {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/*END*/
.landing1 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
}
.landing1 .innercon .content:nth-child(2) {
    position: relative;
    padding-left: 0px;
}
.landing2 .innercon .holdlist ul {
    list-style: none;
    column-count: 1;
}
.landing2 .innercon .title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #7bba46;
    margin: 0 auto 30px;
    line-height: 1.5;
    max-width: 900px;
    font-weight: 600;
    text-align: center;
}
.landinghelp .innercon .mtitle {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
}
.landinghelp3 .title {
    font-size: 25px;
    color: #7bba46;
    margin: 30px 0 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}
.landinghelp3 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
.landinghelp4 .innercon .content .title {
    color: white;
    font-size: 25px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 100px;
}
}


@media only screen and (max-width : 480px){
    /*The Blended Family landing page*/
    .newlanding3 .innercon .content:nth-child(1) .slogan::after {
    position: absolute;
    content: '';
    background-color: white;
    width: 200px;
    height: 100%;
    right: -200px;
    display: none;
    bottom: 0;
    
}
 .newlanding2 .innercon .holdbox .content .fill {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 20px;
}
.newlanding2 .innercon .title {
    font-family: "Playfair", serif;
    font-size: 50px;
    color: black;
    margin: 0 auto 20px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
.newlanding1 .innercon .content:nth-child(1) .slogan {
    color: white;
    font-family: "Playfair", serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    margin: 0 0 15px;
}
.bannerbot .innercon .content .info {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    color: #2baae1;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 1;
}
.newlanding3 .innercon .content:nth-child(2) .banner {
    position: relative;
    margin-top: 30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.newlanding1 {
    position: relative;
    padding: 50px 20px 100px;
    background-image: linear-gradient(to bottom right, #269dd8, #80bd4d);
}
/*END*/
    .hold-star {
    text-align: center;
    margin: 0 0 20px;
}
.landing1 {
    position: relative;
    padding: 50px 20px;
    background: url(https://static.mywebsites360.com/ef42975764a9429186de3ad7fd575f4c/i/d77bd77021c7468eb2685738285f587e/1/5feFb8zhrk/largeimage2-160624-576d4e869035f.jpg) no-repeat center;
    background-size: cover;
}
.landing2 {
    position: relative;
    padding: 50px 20px;
    background: none;
    background-size: cover;
}
.landing2 .innercon .holdlist ul li {
    position: relative;
    background-color: #279ed8;
    padding: 10px 5px;
    border-radius: 25px;
    color: white;
    text-align: left;
    font-size: 18px;
    margin: 0 0 20px;
}
.landinghelp {
    position: relative;
    padding: 50px 20px 0;
    background: #279ed8;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}
.landinghelp3 {
    position: relative;
    padding: 10px 20px 100px;
    background: url(images/newbgland2.jpg) no-repeat center;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 30px;
    text-align: center;
}
.landinghelp4 {
    position: relative;
    padding: 50px 20px;
    background: #279ed8;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}

.landing1 {
    position: relative;
    padding: 50px 20px 0;
    background: url(https://static.mywebsites360.com/ef42975764a9429186de3ad7fd575f4c/i/d77bd77021c7468eb2685738285f587e/1/5feFb8zhrk/largeimage2-160624-576d4e869035f.jpg) no-repeat center;
    background-size: cover;
}
.landing1 .innercon .content:nth-child(2) .form {
    background: none;
    padding: 0;
}
.topmenu .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}
.topmenu .innercon .content:nth-child(1) {
    position: relative;
    text-align: center;
}
.topmenu .innercon .content:nth-child(2) {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landinghelp4 .innercon .content .title {
    color: white;
    font-size: 25px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
}
.landinghelp4 .innercon .content .desc {
    color: white;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 20px 0px;
}
.footer-landing .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
}
.footer-landing .innercon .content:nth-child(2) {
    position: relative;
    padding-left: 0px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #072441;
}
.footer-landing .innercon .content:nth-child(1) {
    position: relative;
    padding-right: 0;
    border-right: 0px solid #b7b7b7;
    text-align: center;
}
.footer-landing .innercon .content:nth-child(1) .logo {
    width: 300px;
    text-align: center;
}
}
/*END*/



/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
    
}

.form-container {
    color: white;
    padding: 20px;
    background-color: #279ed8!important;
    border: solid 2px white;
}
.form-container h2 {
    font-size: 30px!important;
    line-height: 1.2;
}
.form-container2 {
    color: white;
    padding: 40px;
    background-color: rgba(39, 158, 216, 0.6)!important;
    border: solid 2px white;
}
.form-container h1 {
    font-size: 42px!important;
    line-height: 1.2;
}

/* Sitewide Banner */

.blockWrap_ee0cf8e2ac964791b43046877a3926d1{
background-color: #ffffff;
color: #AFB0B2; 
text-align: center;
padding: 5px;
border-bottom: 1px solid #eaeaea;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}

.headerContent, .navContent {
    max-width: 1800px;
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .blockContent.block_f7d9bbfe20e34160b36cd7686ade2cd3.layoutA a {
    width: 100%;
}
.blockContainer.blockWrap_ab7ecb4b45014b9dacf30b9c41010f13.fsMed.txa0.bmg0.lstsy1.bw0.sy0 {
    display: block !important;
}
.blockContent.block_ab7ecb4b45014b9dacf30b9c41010f13.layoutA {
    max-width: 100% !important;
    padding: 0 !important;
}
.blockContent.block_ab7ecb4b45014b9dacf30b9c41010f13.layoutA  a.button.ctaButton {
    width: 100%;
    text-align: center;
}
.block_ac91f915435e474a8ffc68112c82935d {
    display: block !important;
}


}