.servicesHeader  button {
      padding: 12px 25px;
    border-radius: 25px;
    margin-right: 15px;
    margin-top: 10px;
    background: transparent;
}
.servicesHeader .btn-success {
    background: #60d158 !important;
    border: none !important;
    font-weight: 600;
}
.servicesHeader .btn-outline-success {
    color: #60d158 !important;
    border: 1px solid #60d158 !important;
    font-weight: 600;
    transition: .3s;
}
.servicesHeader .btn-outline-success:hover {
    background: #60d158 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    transition: .3s;
}
.servicesBrandRowFirst {
    position: relative;
}
.for-businesses,
.for-individuals,
.for-lenders,
.for-title-agents {
   /*background-color: #000000;*/
}

.for-businesses .nw_background_image {
        background-image: url(../images/services/for-businesses-banner.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.3;
        
}
.for-individuals .nw_background_image {
        background-image: url(../images/services/for-individuals-banner.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.3;
        
}
.for-lenders .nw_background_image {
        background-image: url(../images/services/for-lenders-banner.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.3;
        
}
.for-title-agents .nw_background_image {
        background-image: url(../images/services/for-title-agents-banner.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.3;
        
}
.servicesSecondSection {
    padding: 300px 0;
}
.text-center {
    text-align: center;
}
.servicesSecondSection h1{
   font-size: 56px;
   color: #fff;
   text-align: center;
}
.servicesSecondSection p{
     
    color: #fff;
    text-align: center;
 }

 #showServicesVideo {
    background-color: transparent;
    border: none;
 }
.servicesVideoBox video {
    border-radius: 10px !important;
    width: 100%;
}
 .iframeOverlayBg {
    position: fixed;
    top: 0;
    left: 0; 
    background: #0000008c;
    width: 100%;
    height: 100%;
    display: none;
    transition: .3s;
    
 }
 .iframeOverlayBg.active {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 200;
 }
.servicesThirdSection h2 {
    margin-top: 0px;
    line-height: 0.8em;
}
 
 
.servicesThirdSection .btn-outline-success {
    color: #60d158 !important;
    border: 1px solid #60d158 !important;
    font-weight: 600;
    transition: .3s;
}
.servicesThirdSection button {
    padding: 15px 25px;
    background-color: transparent !important;
    margin-top: 10px;
    border: 1.5px solid #61d159;
    color: #61d159;
    font-weight: 600;
    transition: .3s;
}
.servicesThirdSection button:hover {
    background-color: #61d159 !important;
    transition: .3s;
    color: #fff;
}
.servicesThirdSection .btn-outline-success:hover {
    background: #60d158 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    transition: .3s;
}
.servicesThirdSection img{
    max-width: 400px;
}
.servicesFourthContainer {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #f7f2f1;
    position: relative;
}
.servicesFourthContainer::before {
    background: #5fd158d6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.servicesFourthSec {
    margin-top: 50px;
}
.servicesFourthContainer .servicesFourthFirstColHeading { 
    font-size: 56px;
    color: #fff;
}
.servicesFourthContainer p{
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
}
.servicesFourthContainer .servicesFourthSecColHeading {
    color: #fff !important;
    font-size: 70px;
    font-weight: 600;
}

.servicesFifthContainer {
    padding: 50px 0;
}
.servicesFifthFirstRow .col-md-6 {
    display: block;
    margin: auto;
    float: unset !important;
}
.servicesFifthContainer .servicesFifthFirstRow h2, .servicesFifthContainer .servicesFifthFirstRow  p{
    text-align: center;
}
.servicesFifthSecRow {
    display: flex;
    align-items: center;
    margin-top: 100px;
    border: 1px solid #5fd158;
    background-color:  #5fd158;
    border-radius: 15px;
    overflow: hidden;
}
.servicesFifthSecRow .col-md-6 {
    padding: 0px;
}
.wealth-management img {
    border-radius: 15px;
}
.servicesFifthSecRow h2, .servicesFifthSecRow p{
    padding: 0px 40px;
    color: #fff;
}
.bg-success {
    background: #60d158 !important;  
  
}
.servicesBrand {
    padding: 100px 0;
    background-image: url(https://assets-global.website-files.com/61e3dfb18ff77bf377f7ce24/62b4cf81d560584cfb86b5ae_virtual-meeting.webp);
    background-size: cover;
     background-position: center center;
      background-repeat: no-repeat;
      position:relative;
}
 
.servicesBrand::before{
    content:"";
    width: 100%;
    background: #60d158 !important;
    opacity: 0.9;
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%;
}
.servicesBrand h2{
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.servicesBrandRowSec {
     margin-top: 35px !important;
}

.servicesFifthContainer {

}

.servicesFifthContainer  button {
    padding: 12px 25px;
    margin: auto;
    margin-top: 50px;
    background: transparent;
    display: block;
    font-size: 18px;
    transition: .3s;
}
.servicesFifthContainer  button:hover {
    background-color: #252525 !important;
    transition: .3s;
}
.servicesFifthContainer .btn-success {
        background: #60d158 !important;
    border: none !important;
    font-weight: 600;
    border-radius: 25px;
}

.servicesSixContainer {
    margin-bottom: 20px;
    padding: 100px 0;
    background-image: url(https://assets-global.website-files.com/61e3dfb18ff77bf377f7ce24/62b4cf81d560584cfb86b5ae_virtual-meeting.webp);
    background-size: cover;
     background-position: center center;
      background-repeat: no-repeat;
      position:relative;
}
#esign-banner-docudash {
    padding: 300px 0;
    margin-bottom: 20px;
    background-image: url(../../../site-assets/assets/images/esign-banner-docudash.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
.servicesSixContainer::before{
    content:"";
    width: 100%;
    background: #60d158 !important;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.servicesSixContainer .servicesSixFirstRow h4{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.servicesSixFirstRow .nw_title_line{
    margin: auto;
    background-color: #fff !important;
    margin-top: 20px;
    margin-bottom: 50px;
}
.servicesSixSecRow {
    margin-top: 50px;
}
.servicesSixSecRow i {
   border: 1px solid #60d158;
    position: absolute;
    color: #60d158;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 100px;
    height: 100px;
    font-size: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; 
    border-radius: 50%;
}
.servicesSixSecRow h4 {
    text-align: center;
    font-size: 20px;
    color: #5fd158;
    font-weight: 600;
    margin-top: 16px;
}
.servicesSixSecRow h5{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #001f5f;
}

.servicesSixSecRow p {
    text-align: center;
    font-size:16px;
    
    font-weight: 500;
}
.servicesSixSecBox {
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    border-radius: 15px;
    height: 200px;
    box-shadow: 0px 0px 20px 0px #00000038;
}
.servicesVideoBox{
    height: 300px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*background: #001f5f;*/
    color: #fff;
    border-radius: 15px;
}
.servicesEigthContainer h4{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.servicesEigthContainer .nw_title_line {
 
    margin: auto !important;
    margin-bottom: 50px !important;
}
.servicesVideoBox h4{
    font-size: 26px !important;
}
.servicesSeventhContainer  {
    padding: 100px 0;
}
.servicesSeventhContainer .servicesSeventhFirstRow {
    margin-bottom: 50px;
}
.servicesSeventhContainer .servicesSeventhFirstRow  .nw_title_line{
    margin: auto;
    margin-top: 20px;
}
.servicesSeventhContainer .servicesSeventhFirstRow  h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}

.servicesSeventhSecRow i {
    display: block;
    text-align: left;
    font-size: 46px;
    margin-bottom: 20px;
}
.servicesSeventhSecRow h4 {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #60d158;
}
.servicesSeventhSecRow p {
    text-align: left;
    font-size:16px;
    font-weight: 500;
}
.servicesSeventhSecRow a {
    font-size:16px;
    color: #60d158;
    letter-spacing: unset !important;
    font-weight: 500;
    text-decoration: underline;
}
.servicesSeventhSecCols {
    margin: 30px 0;
    border-radius: 15px;
    border: 1px solid #60d158;
    padding: 30px 30px;

}

.servicesSeventhThirdRow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesSeventhThirdRow p {
    text-align: center;
}

.servicesEigthContainer {
  padding-top: 110px;
    padding-bottom: 160px;
    /*background-color: #f7f2f1;*/
}

.servicesThirdSection .panel-group {
    margin-top: 30px;
}
.servicesEigthContainer .servicesEigthRow h4{
    font-size: 36px;
    font-weight: 600;

}

.servicesEigthContainer .servicesEigthRow p{
    font-size:16px;
    font-weight: 500;
}
.servicesEigthContainer .servicesEigthRow img{
    margin-top: 30px;
    margin-right: 20px;
}
 
.servicesEigthContainer .servicesEigthRow ul li{
      font-size: 20px;
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 10px;
    padding: 10px 20px;
    /* background: #5fd158; */
    color: #001f5f;
    border-radius: 5px;
    list-style: none;
}
.servicesEigthList i {
    color: #60d158;
    margin-right: 10px;
}
.servicesEigthList {
    display: flex;
    justify-content: center;
}


.servicesNineContainer {
    padding-top: 160px;
    padding-bottom: 160px; 
    margin-bottom: 50px;
    background-image: url(https://assets-global.website-files.com/61e3dfb18ff77bf377f7ce24/62b4cf81d560584cfb86b5ae_virtual-meeting.webp);
    background-size: cover;
     background-position: center center;
      background-repeat: no-repeat;
      position:relative;
}
.servicesNineContainer .nw_title_line {
    margin: auto;
    background-color: #ffffff !important;
    margin-top: 20px;
}
.servicesNineContainer::before{
    content:"";
    width: 100%;
    background: #60d158 !important;
    opacity: 0.9;
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%;
}
.servicesNineSec {
    margin-top: 50px;
}
.servicesNineContainer .servicesNineFirstColHeading { 
    font-size: 56px;
    color: #fff;
}
.servicesNineContainer p{
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
}
.servicesNineContainer .servicesNineSecColHeading {
    color: #fff !important;
    font-size: 70px;
    font-weight: 600;
}
 .servicesFifthFirstRow .nw_title_line{
    margin: auto;
    margin-top: 20px;

 }
 .servicesFourthContainer .nw_title_line {
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
 }
 .servicesFourthContainer {
     background-image: url(../../assets/images/world-of-document-bg.png);
     background-position: center center;
     background-size: cover;
     background-repeat:no-repeat ;
 }
@media(max-width: 1100px){
    .servicesSixContainer .container {
        width: 100%;
    }
    .servicesSixSecRow .col-md-3 {
        width: 50%;
        margin: 41px auto;
    }
}
@media(max-width: 992px){
    .servicesHeader {
        display: flex;
        align-items: center;
    }
    .servicesBrandRowSec { 
        display: flex;
    }
    .servicesThirdSection {
        display: flex;
    }
    .servicesFourthSec { 
        display: flex;
    }
    .servicesFourthContainer .servicesFourthSecColHeading { 
        font-size: 40px; 
    }
    .servicesFifthSecRow { 
        flex-direction: column;
    }
    .servicesFifthSecRow .col-md-6 {
       width: 100%;
    }
     
    .servicesFifthSecRow img {
        width: 100%;
     }
     .servicesSixSecBox {  
        margin: 70px 0;
    }
    .servicesEigthList { 
        margin-top: 50px;
    }
    .servicesEigthRow .row  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .servicesEigthContainer .servicesEigthRow h4 {
        text-align: center;
    }
     
    .servicesEigthContainer .servicesEigthRow p {
        text-align: center;
    }
    
    .servicesNineSec { 
        display: flex;
    }

    .servicesNineContainer .servicesNineSecColHeading { 
        font-size: 40px; 
    }
    .servicesNineContainer .servicesNineFirstColHeading {
        font-size: 40px; 
    }
    .servicesBrandRowSec img {
        width: 150px;
    }
    .servicesFourthContainer .servicesFourthFirstColHeading {
        font-size: 40px;
    }
    .servicesSixSecRow .col-md-3 {
        width: 85% !important;
        
    }
    }
    @media(max-width: 768px){
        .servicesHeader { 
            flex-direction: column;
        }
        .servicesHeader .col-md-6:last-child{
            margin-top: 40px;
        }
        .nw_post_title h1 { 
            text-align: center;
        }
        .nw_page_about_cont1 p { 
            text-align: center;
        }
        .nw_page_about_cont1 {
            text-align: center;
        }
        .servicesBrandRowSec {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .servicesBrandRowSec  img{
            margin: 20px 0;
        }
        .servicesThirdSection {
            display: flex;
            flex-direction: column;
        }
        .servicesThirdSection .col-md-6:last-child{
            margin-top: 40px;;
        }
        .servicesFourthContainer .servicesFourthFirstColHeading {
            font-size: 30px;
        }
        .servicesFourthContainer p { 
            font-size: 16px; 
        }
        .servicesFourthSec {
            display: flex;
            flex-direction: column;
        }
        .servicesFifthFirstRow h2{
            font-size: 30px;
        }
        .servicesFifthFirstRow p { 
            font-size: 16px; 
            padding: 0px 50px;
        }
        .nw_post_title .nw_title {
            width: unset !important;
        }
        .servicesThirdSection button { 
            margin: auto;
            margin-top: 20px;
            display: flex;
        }
        .servicesSeventhSecCols {
            margin: 30px 30px; 
        }
        .servicesFifthSecRow { 
            margin: 30px;
        }
        .servicesSeventhThirdRow p { 
            margin: 9px 50px;
        }
        .servicesSixSecRow .col-md-3 {
            width: 100% !important;
        }
        .servicesEigthContainer .servicesEigthRow ul li {
            font-size: 16px;
        }
        .servicesNineSec {
            display: flex;
            flex-direction: column;
        }
        .servicesNineContainer p { 
            max-width: 600px;
            margin: auto;
        }
        .servicesBrand h2 { 
            font-size: 30px;
        }
    }
 