/* body{
  background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%);
  overflow: hidden;
} */

/* lt green org */
/* F2FCEE */
/* blue icon color #759AB6 */
/* very dark #5A7B91 */
/* dark blue - #6F98B5 - RGB 111 152 181
medium blue #A6D1E1 - RGB 166 209 225 */

body { 
  font-family: 'Graphik Web',  sans-serif;
}
/* 
@keyframes smvd_ani_left {
  from {
    opacity: 0;
    transform: scale(.9, .9);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
} */

.smvd_text_align
{
  text-align: left;
}


.m-l
{
  margin-left: 1em;
}

.smvd_cursor
{
  cursor: pointer;
}

.smvd_sales_m
{
  margin-top: 5em;
  padding: 1em;
}

.smvd_logo_img
{
  width: 150px;
}

.smvd_plan_m1
{
  padding-top: 100px; margin-bottom: 30px;
}


.smvd_logo_img_bg
{
  background: url(/lp/cat_a/images/Base-IsOn24-logo-v4-lightgrey-e9e9e9-1024-300-more-op.png) top center no-repeat;
  background-position: left;
}
.smvd_plans_l
{
  margin-left: 4em;  
}

.smvd_plan_img_m
{
  margin-top: -8em;;
}

@keyframes smvd_ani_left {
  /* 0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  } */
  
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}


.smvd_animate_first
{
  -webkit-animation: smvd_ani_left 2s;
  -moz-animation: smvd_ani_left 2s;
  -ms-animation: smvd_ani_left 2s;
  -o-animation: smvd_ani_left 2s linear 2s;
  animation: smvd_ani_left 2s;
  /* animation: fade-left 2s ease-in; */
}

/* 
.changeColorWhiteSecond
{
  -webkit-animation: smvd_ani_left 4s;
  -moz-animation: smvd_ani_left 4s;
  -ms-animation: smvd_ani_left  4s;
  -o-animation: smvd_ani_left  4s;
  animation: smvd_ani_left  4s;
}

.changeColorWhiteThird
{
  -webkit-animation: smvd_ani_left  6s;
  -moz-animation: smvd_ani_left 6s;
  -ms-animation: smvd_ani_left  6s;
  -o-animation: smvd_ani_left  6s;
  animation: smvd_ani_left 6s;
} */

.smvd_show_ele{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.smvd_show_ele.active{
  transform: translateY(0);
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* animation scroll -end */

.animationFirst
{ 
  animation-delay:0.6s; 
  -moz-animation-delay:0.6s; 
  -webkit-animation-delay:0.6s;   
}

.animationSecond                         
{ 
  animation-delay:1.8s; 
  -moz-animation-delay:1.8s; 
  -webkit-animation-delay:1.8s; 
}

.animationThird                         
{ 
  animation-delay:3s; 
  moz-animation-delay:3s; 
  -webkit-animation-delay:3s; 
}

.animationFourth
{ 
  animation-delay:4.2s; 
  moz-animation-delay:4.2s; 
  -webkit-animation-delay:4.2s; 
}

.animationFive
{ 
  animation-delay:5.6s; 
  moz-animation-delay:5.6s; 
  -webkit-animation-delay:5.6s; 
}

.wvMargin
{
  margin-top: 0em;
}

.m-b
{
  margin-bottom: 15px;
}

.m-l-lg
{
  margin-left: 4em;
}

.m-t-sp
{
  margin-top: 21px;
}

.m-t
{
  margin-top: 15px;
}

.m-t-lg
{
  margin-top: 55px;
}

.p_sizedSectionForLg
{
  max-width: 1400px !important;
}


.plus_minus_icon
{
  font-size: 118px; 
  color: #FED73D;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
  
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);    
}

.plus_minus_icon:hover,
.plus_minus_icon:focus,
.plus_minus_icon:active 
{
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; 
  
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);   
}


.smvd_action_section
{
  padding-top:8em; 
  padding-bottom:10em;
}


.smvd_ft_section
{
  background-color: white;
  padding-top:4em; 
  padding-bottom:4em;
}

.smvd_faq_section
{
  background-color: #F2FCEE;
  padding-top:4em; 
  padding-bottom:4em;
  padding-left: 2em;
  padding-right: 2em;
}

.smvd_pad_card
{
  padding-top: 2em;
}

.stickToBottomCenterDiv
{
  position: fixed;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

.smvd_footer_Btn
{
  background-color: #738290;
  /* color: #3F4650; */
  /* border-radius: 5px; */
  border-bottom: 1px solid white;
  border-top: 0px;
  border-left: 0px;;
  border-right: 0px;;
}


.smvd_footer_Btn_2
{
  background-color: #738290;
  border: 1px solid white;
}

.smvd_footer_Dv
{
  background-color: #738290;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


.smvd_ft_text
{
  color: white !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-style:   normal;  
}


.smvd_ft_btn_text
{
  /* color: #738290 !important; */
  color: white;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_section_gyn
{
  padding-bottom: 16em;
  padding-top: 12em;
  margin-top: 6em
}

.smvd_section_gyn_logo
{
  margin-top: -28em; 
  margin-left: -0.8em; 
}

.smvd_section_gyn_text
{
  margin-top: 8em; 
}


/* Bubbles anumation -start */
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  /* background:#FFE685; */
  background:white;
  
  border-radius:50%;
  opacity:0.5;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
/* Bubbles animation -end */

.autoMt
{
  margin-top: 6em;
}

.footerMt
{
  margin-top: -8em;
}

.lineStyle
{
  border-top: 4px solid #FECE82; width: 330px; margin-bottom: 0.8em; margin-top: 1.2em;
}

.lineLongStyle
{
  border-top: 18px solid #FFECD4; 
  width: 100%;  
}


.footerActionItem
{  
  border-bottom: 1px solid #1B96AA;
}

.footerActionItem:hover
{  
  color: #136772 !important;
  
  cursor: pointer;
  border-bottom: none;
  
}


.smvd_action_tx
{
  color: #30881c !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 38px;
  font-stretch: 100%;
  font-weight: 500;
}

.margin_TM1
{
  margin-top: -18em;
}

.mainImgTM
{
  margin-top: 14em;
}

article {
  background: white;
  width: 100%;
  /* padding: 20px; */
  position: relative;
}

article::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 700px;
  width: 100%;
  /* background: url(/lp/notary/images/sm_bg_main.svg) bottom center; */
  background: url(/lp/cat_a/images/smvd-waves1.svg) top center no-repeat;
  
  
  background-size: 100%;
}



smvd_top_section_bg {
  background: white;
  width: 100%;
  /* padding: 20px; */
  position: relative;
}

smvd_top_section_bg::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 400px;
  width: 100%;
  background: url(/lp/notary/images/sm_bg_main.svg) bottom center;
  background-size: 100%;
}


/* 
.smvd_top_section_bg {
  background: white;
  width: 100%;
  position: relative;
}

.smvd_top_section_bg::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 800px;
  width: 100%;
  background: url(/lp/notary/images/smvd_bg_main_1.svg) bottom center;
  
  background-size: 100%;
} */



.smvd_img_bg_1
{
  background-image: url(/lp/cat_a/images/smvd-waves1.svg);
  background-position:center; 
  background-size: 100% 100%;
}


.smvd_bg_act
{
  background: #FEECA4;
  background-position:center; 
  background-size: 100% 100%;
  padding-top: 5em;
  padding-bottom: 6em;
}

.smvd_img_bg_7
{
  /* padding-top: 4em;
  padding-bottom: 6em; */
  /* background-image: url(/lp/notary/images/blob-1.png); */
  /* background-image: url(/lp/cat_a/images/smvd-waves1.png); */
  /* background-image: url(/lp/notary/images/smvd_y_wave-bg.png); */
  background-image: url(/lp/cat_a/images/smvd-waves.png);
  background-position:center; 
  background-size: 100% 100%;
}

.smvd_img_bg_3
{
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: url(/lp/notary/images/blob-2.png);
  background-position:center; 
  background-size: 100% 100%;  
}

.smvd_img_bg_4
{
  height: 200px;
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: url(/lp/notary/images/layer_1_bg.png);
  background-position:center; 
  background-size: 100% 100%;  
}

.smvd_img_bg_detail
{  
  background-image: url(/lp/notary/images/detail_bg.png) ;;
  background-position:top center;     
  padding-top: 4em;
  margin-top: 2em;
  padding-bottom: 2em;
  background-size: 25%;
  background-repeat: no-repeat;
  
}




/* .whyIsOnBg
{  
  background:fixed no-repeat url(../img/2020/webp/Superhero-pair-silhouettes-950x534-18op.webp);    
  background-position:center; 
}
*/


.smvd_quote
{
  color: #30881C;
}

.dotMargin
{
  margin-top: 8px;  
}

.smvd_lst_dot_sq {
  color: white;
  width: 8px;
  height: 8px;
  
  text-align: center;
  background-color: #6F98B5;  
}
.smvd_vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.smvd_vcenterTop {
  display: inline-block;
  vertical-align: top;
  float: none;
}


.smvd_vcenterBottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.smvd_tsp_bg_wt_1
{  
  background: rgba(255, 255, 255, 0.8);  
  
  min-width: 300px;
  padding-top: 0.5em;      
  padding-bottom: 0.5em;      
  padding-left: 1em;      
  padding-right: 1em;    
  
  border: 2px solid #6F98B5;  
  border-radius: 5px;
}


.smvd_icon_ht
{
  max-height: 80px;
  min-height: 80px;
}


.smvd_icon_ht_1
{
  max-height: 60px;
  min-height: 60px;
}


.smvd_icon_ht_2
{
  max-height: 50px;
  min-height: 50px;
}


.p_sizedSectionForLg
{
  max-width: 1100px !important;
}

.sizedSectionForXl
{
  max-width: 1500px !important;
}

.sizedSectionForSM
{
  max-width: 1400px !important;
}

.sizedTextBlock1
{
  max-width: 500px;
}


.sizedTextBlock
{
  padding-left: 0em;
  padding-right: 0em;
}

.smvd_features_card_1
{
  margin-top: 2em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  min-height: 480px;
  /* background: rgba(255, 255, 255, 0.8);   */
  background:#F2FCEE;
  
}


.smvd_features_card_1_sm
{
  margin-top: 2em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  min-height: 250px;
  background:#F2FCEE;  
}


.mt_xs_sm
{
  margin-top: 0px;
}

.smvd_text_card_nx
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 600px;
  background-color: #6F98B5;      
  border-radius: 10px;
}

.smvd_text_card
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 600px;
  background-color: white;      
}

.smvd_testimonials_card
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  
  background-color: white;      
}


.smvd_plans_h2
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}



.smvd_plans_h1
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_plans_card_primary
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  margin-top: -4em;
  
  background-color: white;
  border-top: 10px solid #30881c;     
  border-radius: 5px; 
  
  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);      
}

.smvd_plans_card_secondary
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  
  background-color: white;
  border-top: 10px solid #FED73D;     
  border-radius: 5px; 
  
  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
  
}

.smvd_plans_card_tertiary
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  
  background-color: white;
  border-top: 10px solid #5998C5;     
  border-radius: 5px; 
  
  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
  
}

.smvd_plans_card_quaternary
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  
  background-color: white;
  border-top: 10px solid #ba5624;     
  border-radius: 5px; 
  
  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
  
}



.smvd_thm1_whyICard
{
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  
  background-color: #F9F6F6;      
  
  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
}

.smvd_text_align
{
  text-align: left;
}

.smvd_action_section
{
  margin-top: -20em; 
  margin-bottom: 10em;
}

.smvd_btn_p1 {
  background-color: #30881c;
  border-color: #30881c;
  padding: 0.5em;
  max-width: 300px;  
}

.smvd_btn_p1:hover,
.smvd_btn_p1:focus,
.smvd_btn_p1:active,
.smvd_btn_p1.active,
.open .dropdown-toggle.smvd_btn_p1 {
  
  background-color: #2A7017;     
}

.smvd_btn_p2 {
  background-color: #FBDF9E;
  border-color: #FECE82;
  padding: 0.5em;
  max-width: 300px;
}

.smvd_btn_p2:hover,
.smvd_btn_p2:focus,
.smvd_btn_p2:active,
.smvd_btn_p2.active,
.open .dropdown-toggle.smvd_btn_p2 {
  
  background-color: #FEE687;
}

.smvd_btn_p3 {
  background-color: #5A7B91;
  border-color: #5A7B91;
  padding: 0.5em;
  max-width: 300px;  
}

.smvd_btn_p3:hover,
.smvd_btn_p3:focus,
.smvd_btn_p3:active,
.smvd_btn_p3.active,
.open .dropdown-toggle.smvd_btn_p3 {
  
  background-color: #5A7B91;     
}


.smvd_bg_1
{
  background-color: #F4F5FC;   
  width: 100%;
}

.smvd_bg_2
{
  /* background-color: #F9F6F6;    */
  background-color: #EDF8FD;
  width: 100%;
}


.smvd_bg_3
{
  background-color: white;   
  width: 100%;
}

.smvd_sec_dark
{
  background-color: #6F98B5; 
  padding-top: 2em;
  padding-bottom: 2em;
}

.smvd_section_pm_1
{
  /* background-color: #EDF8FD;  */
  background-color: #F9F6F6; 
  
  padding-top: 2em;
  padding-bottom: 2em;
}

.smvd_section_pm_2
{
  background-color: transparent; 
  padding-top: 2em;
  padding-bottom: 2em;
}

.smvd_section_pdt
{
  padding-top: 4em;
  padding-bottom: 4em; 
}

.smvd_lm_2
{
  margin-left: 2em;
}

.smvd_tm_xs_2
{
  margin-top: 0em;
}


.smvd_tm_xs_3
{
  margin-top: 0em;
}

.smvd_uneven_1
{
  margin-top: 6em;
}


.smvd_uneven_2
{
  margin-top: -2em;
}

.smvd_tm_ttl
{
  margin-top: 23em;
}

.smvd_tm_1
{
  margin-top: 1em;
}

.smvd_tm_2
{
  margin-top: 2em;
}

.smvd_tm_4
{
  margin-top: 4em;
}

.smvd_tm_5
{
  margin-top: 5em;
}

.smvd_tm_7
{
  margin-top: 7em;
}


.smvd_mainImg_sec
{
  margin-top: 7em;
}


.smvd_text_lt
{
  color: white !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 22px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_c_m
{
  margin-top: 4em;
}


.smvd_c_p
{
  margin-bottom: 14em;
}

.smvd_lp_auto_h1
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 42px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h1
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 42px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h2
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 32px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h2_b
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 32px;
  font-stretch: 100%;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_lp_h3
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 22px;
  font-stretch: 100%;
  font-style:   normal;  
}

.samvadi_cursor
{
  cursor: pointer;
}

.smvd_lp_h2_lt
{
  color: #ffffff !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 26px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h3_b
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 22px;
  font-stretch: 100%;
  font-weight: 600;
  letter-spacing: 1.5px;
}


.smvd_lp_h4
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 18px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h4_b
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_lp_h5
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 15px;
  font-stretch: 100%;
  font-style:   normal;  
}

.smvd_lp_h6
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-style:   normal;  
}


.smvd_lp_h7
{
  color: #3F4650 !important;
  font-family: 'Graphik Web',  sans-serif;
  font-size: 12px;
  font-stretch: 100%;
  font-style:   normal;  
}


.smvd_centered {
  text-align:center;
  /* margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: turquoise; */
}

/* .row-centered {
  text-align:center;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: turquoise;
} */
.wave-container {
  position: relative;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

.wave-container > svg {
  display: block;
}


.smvd_features_card_2
{
  /* padding-left: 3.5em;
  padding-right: 3.5em; */
  padding-top: 3em;
  padding-bottom: 3em;
  
  background-color: transparent;      
  
  max-width: 500px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


/* XS size */
@media (max-width: 767px) 
{  
  .smvd_text_align
  {
    text-align: center;
  }
  
  
  .smvd_plan_m1
  {
    margin-top: 0em; margin-bottom: -2em;
  }
  
  .smvd_plans_l
  {
    margin-left: 1em;  
  }
  
  .smvd_plans_card_primary
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    margin-top: 10em;
    
    max-width: 400px;
    align-content: center;
    
    background-color: white;
    border-top: 10px solid #30881c;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);      
  }
  
  .smvd_plan_m
  {
    margin-top: 8em;;
  }
  
  .smvd_show_ele_nx
  {
    position: relative;
    /* transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease; */
  }
  
  .smvd_show_ele_nx.active{
    transform: translateY(0);
    opacity: 1;
  }
  
  .smvd_plans_card_tertiary
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    max-width: 400px;
    
    background-color: white;
    border-top: 10px solid #5998C5;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
    
  }
  
  .smvd_plans_card_quaternary
  {
    border-top: 10px solid #ba5624;     
    
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    max-width: 400px;
    
    background-color: white;
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
    
  }
  
  .smvd_plans_card_secondary
  {
    max-width: 400px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    
    background-color: white;
    border-top: 10px solid #FED73D;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2); 
  }
  
  
  .wvMargin
  {
    margin-top: -3em;
  }
  
  .smvd_pad_card
  {
    padding-top: 0em;
    margin-top: -4em;
  }
  
  .smvd_img_bg_1
  {
    /* background-image: url(/lp/cat_a/images/smvd-waves1.svg); */
    background-image:none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,fee688+100 */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #fee688 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#fee688 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#fee688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee688',GradientType=0 ); /* IE6-9 */
    
    background-position:center; 
    background-size: 100% 100%;
  }
  
  .smvd_section_gyn
  {
    padding-bottom: 8em;
    padding-top: 6em;
    margin-top: 2em
  }
  
  .smvd_section_gyn_text
  {
    margin-top: 4em; 
  } 
  
  
  .autoMt
  {
    margin-top: 6em;
  }
  
  
  .smvd_lp_auto_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 30px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  .smvd_lp_h2_lt
  {
    color: #ffffff !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 24px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_section_pdt
  {
    padding-top: 1em;
    padding-bottom: 3em; 
  }
  
  .smvd_text_lt
  {
    color: white !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 20px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .mt_xs_sm
  {
    margin-top: 2em;
  }
  
  .footerMt
  {
    margin-top: 0em;
  }
  
  .smvd_tm_ttl
  {
    margin-top: 2em;
  }
  
  .smvd_lp_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 32px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .lineStyle
  {
    border-top: 4px solid #FECE82;
    width: 150px;
    margin-bottom: 0.8em;
    margin-top: 1.2em;
  }
  
  .smvd_lm_2
  {
    margin-left: 0em;
  }  
  
  .smvd_lp_h2_b
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  
  .margin_TM1
  {
    margin-top: -2em;
  }
  
  .smvd_lp_h3
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 16px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_mainImg_sec
  {
    margin-top: 1em;
  }
  
  .mainImgTM
  {
    margin-top: 2em;
  }
  .smvd_img_bg_detail
  {  
    background-image: url(/lp/notary/images/detail_bg.png) ;;
    background-position:top center;     
    padding-top: 4em;
    padding-bottom: 6em;
    background-size: 70%;
    background-repeat: no-repeat;
    
  }
  
  article {
    background: white;
    width: 100%;
    /* padding: 20px; */
    position: relative;
  }
  
  article::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 550px;
    width: 100%;
    /* background: url(/lp/notary/images/sm_bg_main.svg) bottom center no-repeat; */
    background: url(/lp/notary/images/top.svg) top center no-repeat;
    
    background-size: 100%;
  }
  
  
  .dotMargin
  {
    margin-top: 12px;      
  }
  
  .smvd_features_card_1
  {
    background:#F2FCEE;
    
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    min-height:0;
  }
  
  .smvd_features_card_2
  {
    padding-left: 1em;
    padding-right: 1em;
    
    padding-top: 14px;
    padding-bottom: 10px;
    
    /* border-bottom: 1px dotted #3F4650; */
    background-color: transparent;          
    
    max-width: 500px;
    display: block;
    
    margin-right: auto;
    margin-left: auto;
  }
  
  
  .smvd_tm_4
  {
    margin-top: 0em;
  }
  
  .smvd_tm_xs_3
  {
    margin-top: 0em;
  }
  
  .smvd_icon_ht
  {
    max-height: 60px;
    min-height: 60px;
  }
  
  .sizedTextBlock
  {
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .smvd_uneven_1
  {
    margin-top: 0em;
  }
  
  .smvd_uneven_2
  {
    margin-top: 0em;
  }
  .smvd_text_align
  {
    text-align: center;
  }
  
  .smvd_sec_dark
  {
    background-color: #6F98B5;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  .smvd_section_pm_1
  {
    background-color: #EDF8FD; 
    padding-top: 2em;
    padding-bottom: 2em;
    /* padding-left: 2em; */
  }
  
  .smvd_tm_xs_2
  {
    margin-top: 2em;
  }
  
  
  .smvd_tm_xs_3
  {
    margin-top: 2em;
  }
  
  
  .smvd_action_section
  {
    margin-top: -1em; 
    margin-bottom: 2em;
  }
  
  .mainImgTM
  {
    margin-top: 8em;
  }
  
  .smvd_c_m
  {
    margin-top: 2em;
  }
  
  .smvd_c_p
  {
    margin-bottom: 8em;
  }
  
  
  .smvd_text_card_nx
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 1em;
    padding-bottom: 2em;
    max-width: 600px;
    background-color: #6F98B5;      
    border-radius: 10px;
  }
  
  
  .secMt
  {
    margin-top: 0em;
  }
  
}

/* SM size */
@media (min-width: 768px)  and (max-width: 991px) 
{
  
  .smvd_text_align
  {
    text-align: center;
  }
  
  .smvd_plan_m1
  {
    margin-top: 0em; margin-bottom: 2em;
  }
  
  .smvd_plans_l
  {
    margin-left: 1em;  
  }
  
  .smvd_plan_m
  {
    margin-top: 8em;;
  }
  
  .smvd_plans_card_primary
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    
    max-width: 350px;
    
    margin-top: 0em;
    background-color: white;
    border-top: 10px solid #30881c;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);      
  }
  
  .smvd_plans_card_secondary
  {
    max-width: 350px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    
    background-color: white;
    border-top: 10px solid #FED73D;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2); 
  }
  
  .smvd_plans_card_tertiary
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    max-width: 350px;
    
    background-color: white;
    border-top: 10px solid #5998C5;     
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
    
  }
  
  
  .smvd_plans_card_quaternary
  {
    border-top: 10px solid #ba5624;     
    
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    max-width: 350px;
    
    
    background-color: white;
    border-radius: 5px; 
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
    
  }
  .wvMargin
  {
    margin-top: -3em;
  }
  
  .smvd_img_bg_1
  {
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #fee688 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#fee688 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#fee688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee688',GradientType=0 ); /* IE6-9 */
    
    background-position:center; 
    background-size: 100% 100%;
  }
  
  .smvd_section_gyn
  {
    padding-bottom: 6em;
    padding-top: 6em;
    margin-top: 2em
  }
  
  .smvd_section_gyn_text
  {
    margin-top: 4em; 
  } 
  
  
  
  .smvd_tm_ttl
  {
    margin-top: 4em;
  }
  
  .smvd_lp_h2_lt
  {
    color: #ffffff !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_testimonials_card
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-left: -2em;  
    background-color: white;      
  }
  
  .smvd_text_lt
  {
    color: white !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 20px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .secMt
  {
    margin-top: 7em;
  }
  
  .smvd_text_card_nx
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 1em;
    max-width: 600px;
    background-color: #6F98B5;      
    border-radius: 10px;
  }
  
  .mt_xs_sm
  {
    margin-top: 2em;
  }
  
  .footerMt
  {
    margin-top: 0em;
  }
  
  .smvd_lp_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 36px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .lineStyle
  {
    border-top: 4px solid #FECE82;
    width: 150px;
    margin-bottom: 0.8em;
    margin-top: 1.2em;
  }
  
  .smvd_lm_2
  {
    margin-left: 0em;
  }  
  
  .smvd_lp_h2_b
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  
  .smvd_lp_h3
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  
  .smvd_mainImg_sec
  {
    margin-top: 1em;
  }
  
  .smvd_c_p
  {
    margin-bottom: 16em;
  }
  
  .smvd_img_bg_detail
  {  
    background-image: url(/lp/notary/images/detail_bg.png) ;;
    background-position:top center;     
    padding-top: 4em;
    padding-bottom: 6em;
    background-size: 70%;
    background-repeat: no-repeat;
    
  }
  
  .smvd_c_m
  {
    margin-top: 6em;
  }
  
  .mainImgTM
  {
    margin-top: 14em;
  }
  
  article {
    background: white;
    width: 100%;
    /* padding: 20px; */
    position: relative;
  }
  
  article::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 950px;
    width: 100%;
    /* background: url(/lp/notary/images/sm_bg_main.svg) bottom center no-repeat; */
    background: url(/lp/notary/images/top.svg) top center no-repeat;
    background-size: 100%;
  }
  
  .smvd_features_card_2
  {
    padding-left: 1em;
    padding-right: 1em;
    
    padding-top: 14px;
    padding-bottom: 10px;
    
    /* border-bottom: 1px dotted #3F4650; */
    background-color: transparent;          
    
    max-width: 500px;
    display: block;
    
    margin-right: auto;
    margin-left: auto;
  }
  
  .smvd_tm_4
  {
    margin-top: 0em;
  }
  
  .smvd_tm_5
  {
    margin-top: -1em;
  }
  
  .smvd_tm_1
  {
    margin-top: 0em;
  }
  
  .smvd_icon_ht
  {
    max-height: 60px;
    min-height: 60px;
  }
  
  .smvd_features_card_1
  {
    background:#F2FCEE;
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    min-height:fit-content;
    
  }
  
  
  .smvd_thm1_whyICard
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: #F9F6F6;      
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  
  .smvd_testimonials_card
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: white;      
  }
  
  .sizedTextBlock
  {
    padding-left: 5em;
    padding-right: 5em;
  }
  
  .smvd_uneven_1
  {
    margin-top: 0em;
  }
  
  .smvd_uneven_2
  {
    margin-top: 0em;
  }
  .smvd_text_align
  {
    text-align: center;
  }
  
  .smvd_section_pm_1
  {
    background-color: #EDF8FD; 
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  
  
  .smvd_sec_dark
  {
    background-color: #6F98B5; 
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  
  .smvd_tm_xs_2
  {
    margin-top: 2em;
  }
  
  
  .smvd_tm_xs_3
  {
    margin-top: 0em;
  }
  
  .smvd_action_section
  {
    margin-top: -8em; 
    margin-bottom: 2em;
  }
  
  .autoMt
  {
    margin-top: 4em;
  }
  
  .smvd_lp_auto_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 30px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
}

/* MD size */
@media (min-width: 992px)  and (max-width: 1199px) 
{
  .wvMargin
  {
    margin-top: -3em;
  }
  
  .smvd_plan_m1
  {
    margin-top: 2em; margin-bottom: 1em;
  }
  
  .smvd_section_gyn_text
  {
    margin-top: 4em; 
  }
  
  .autoMt
  {
    margin-top: 4em;
  }
  
  .smvd_lp_auto_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 34px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_lp_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 40px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .lineStyle
  {
    border-top: 4px solid #FECE82;
    width: 250px;
    margin-bottom: 0.8em;
    margin-top: 1.2em;
  }
  
  
  .smvd_lm_2
  {
    margin-left: 0em;
  }  
  
  .smvd_lp_h2_b
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 26px;
    font-stretch: 100%;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  
  .smvd_mainImg_sec
  {
    margin-top: 5em;
  }
  
  .smvd_img_bg_detail
  {  
    background-image: url(/lp/notary/images/detail_bg.png) ;;
    background-position:top center;     
    padding-top: 4em;
    padding-bottom: 6em;
    background-size: 50%;
    background-repeat: no-repeat;
    
  }
  
  .smvd_icon_ht
  {
    max-height: 60px;
    min-height: 60px;
  }
  
  .smvd_action_section
  {
    margin-top: -8em; 
    margin-bottom: 2em;
  }
  
  .smvd_features_card_1
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background:#F2FCEE;
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    
  }
  
  .smvd_features_card_2
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: transparent;      
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .mainImgTM
  {
    margin-top: 8em;
  }
  
  
  .smvd_img_bg_1
  {
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #fee688 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#fee688 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#fee688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee688',GradientType=0 ); /* IE6-9 */
    
    background-position:center; 
    background-size: 100% 100%;
  }
}

/* Sub LG size */
@media (min-width: 1200px)  and (max-width: 1400px) 
{   
  
  .smvd_plan_m1
  {
    margin-top: 0em; margin-bottom: 2em;
  }
  
  .p_sizedSectionForLg
  {
    max-width: 1400px !important;
  }
  
  .smvd_section_gyn
  {
    padding-bottom: 8em;
    padding-top: 6em;
    margin-top: 2em
  }
  
  .wvMargin
  {
    margin-top: -25px;
  }
  .smvd_tm_5
  {
    margin-top: 1em;
  }
  
  .smvd_lp_auto_h1
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 34px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_mainImg_sec
  {
    margin-top: 6em;
  }
  
  .mainImgTM
  {
    margin-top: 8em;
  }
  
  .smvd_tm_ttl
  {
    margin-top: 23em;
  }
  
  .margin_TM1
  {
    margin-top: -14em;
  }
  
  .smvd_img_bg_detail
  {  
    background-image: url(/lp/notary/images/detail_bg.png) ;;
    background-position:top center;     
    padding-top: 4em;
    padding-bottom: 6em;
    background-size: 40%;
    background-repeat: no-repeat;    
  }
  
  .smvd_c_m
  {
    margin-top: 5em;    
  }
  
  .smvd_c_p
  {
    margin-bottom: 15em;
  }
  
  
  article {
    background: white;
    width: 100%;
    /* padding: 20px; */
    position: relative;
  }
  
  article::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 560px;
    width: 100%;
    /* background: url(/lp/notary/images/sm_bg_main.svg) bottom center; */
    background: url(/lp/notary/images/top.svg) center top no-repeat;
    
    background-size: 100%;
  }
  
  
  .smvd_tm_xs_3
  {
    margin-top: 0em;
  }
  
  .smvd_icon_ht
  {
    max-height: 60px;
    min-height: 60px;
  }
  
  .smvd_tm_xs_2
  {
    margin-top: 2em;
  }
  
  .sizedSectionForSM
  {
    max-width: 1200px !important;
  }
  
  .p_sizedSectionForLg
  {
    max-width: 1200px !important;
  }
  
  
  .smvd_features_card_1
  {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background:#F2FCEE;
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .smvd_features_card_2
  {
    /* padding-left: 3.5em;
    padding-right: 3.5em; */
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: transparent;      
    
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .smvd_lp_h3
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 20px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .smvd_lp_h2_b
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 28px;
    font-stretch: 100%;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  .smvd_lp_h4_b
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
  } 
  
  .smvd_lp_h5
  {
    color: #3F4650 !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 15px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  .smvd_action_section
  {
    margin-top: -12em; 
    margin-bottom: 4em;
  }
  
  
  .smvd_thm1_whyICard
  {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: #F9F6F6;      
    
    -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    -moz-box-shadow:    6px 6px 5px 5px rgba(222, 111, 52, 0.2);
    box-shadow:         6px 6px 5px 5px rgba(222, 111, 52, 0.2);  
  }
  
  .smvd_testimonials_card
  {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
    
    background-color: white;      
  }
  
  .p_sizedSectionForLg
  {
    max-width: 1100px !important;
  }
  
  
  .smvd_img_bg_1
  {
    /* background-image: url(/lp/cat_a/images/smvd-waves-sm.svg); */
    background-position:center; 
    background-size: 100% 100%;
    
    background-image:none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,fee688+100 */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #fee688 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#fee688 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#fee688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee688',GradientType=0 ); /* IE6-9 */
    
  }
  
  
  .smvd_pad_card
  {
    padding-top: 0em;
  }
  
  
  .smvd_lp_h2_lt
  {
    color: #ffffff !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
}


/* Mid LG size */
@media (min-width: 1401px) 
{   
  
  .p_sizedSectionForLg
  {
    max-width: 1300px !important;
  }
  
  .smvd_tm_ttl
  {
    margin-top: 26em;
  }
  
  
  .smvd_lp_h2_lt
  {
    color: #ffffff !important;
    font-family: 'Graphik Web',  sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-style:   normal;  
  }
  
  .autoMt
  {
    margin-top: 4em;
  }
  
  .smvd_img_bg_1
  {
    
    background-image:none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,fee688+100 */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #fee688 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#fee688 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#fee688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee688',GradientType=0 ); /* IE6-9 */
    background-position:center; 
    background-size: 100% 100%;
  }
  
}


/* wave animation */

/* .animate_span {
  display: inline-block;
  background-color: #DEEFB7;
  width: 8px;
  height: 80px;
  margin-left: 24px;
  animation: wave 6s linear infinite;
}


@keyframes wave {
  0%, 50%{
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(4);
    background-color: #FFE685;
  }
}


.a1 {
  animation-delay: 0s;
}
.a2 {
  animation-delay: .2s;
}
.a3 {
  animation-delay: .4s;
}
.a4 {
  animation-delay: .6s;
}
.a5 {
  animation-delay: .8s;
}

.a5 {
  animation-delay: .8s;
}

.a6 {
  animation-delay: 1s;
}

.a7 {
  animation-delay: 1.2s;
}

.a8 {
  animation-delay: 1.4s;
}

.a9 {
  animation-delay: 1.6s;
}

.a10 {
  animation-delay: 1.8s;
}

.a11 {
  animation-delay: 2s;
}

.a12 {
  animation-delay: 2.2s;
}

.a13 {
  animation-delay: 2.4s;
}

.a14 {
  animation-delay: 2.6s;
}

.a15 {
  animation-delay: 2.8s;
}

.a16 {
  animation-delay: 3s;
}

.a17 {
  animation-delay: 3.2s;
}

.a18 {
  animation-delay: 3.4s;
}

.a19 {
  animation-delay: 3.6s;
}

.a20 {
  animation-delay: 3.8s;
}

.a21 {
  animation-delay: 4s;
}

.a22 {
  animation-delay: 4.2s;
}


.a23 {
  animation-delay: 4.4s;
}

.a24 {
  animation-delay: 4.6s;
}

.a25 {
  animation-delay: 4.8s;
}

.a26 {
  animation-delay: 5s;
}


.a27 {
  animation-delay: 5.2s;
}


.a28 {
  animation-delay: 5.4s;
}

.a29 {
  animation-delay: 5.6s;
}

.a30 {
  animation-delay: 5.8s;
}

.a31 {
  animation-delay: 6s;
}


.a32 {
  animation-delay: 6.2s;
}


.a33 {
  animation-delay: 6.4s;
}

.a34 {
  animation-delay: 6.6s;
}

.a35 {
  animation-delay: 6.8s;
} */
