
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");

.smvd_r_message
{
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
}

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

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

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.smvd_thm1_card_primary
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: #30881c;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd_thm1_card_contact
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding-bottom: 3em;
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;

  margin-bottom: 2.5em;
  background-color: white;  
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.smvd_thm1_card_contact_sm
{
  max-width: 400px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: white;  
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.smvd_thm1_blue_btn {
  background-color: #107EBF;  
  border-color: #107EBF;
  color: #FFFFFF;
}

.smvd_thm1_blue_btn:hover,
.smvd_thm1_blue_btn:focus,
.smvd_thm1_blue_btn:active,
.smvd_thm1_blue_btn.active 
{ 
  background-color: #2F70B3;
  color: #FFFFFF;  
  font-family: 'Quicksand',  sans-serif;
}

.smvd_thm1_desc_text_md
{
  color: #4E4942 !important;
  text-decoration: none !important;
  font-family: 'Quicksand', cursive;  
  font-size: 1.2em;
  font-variant: normal !important;  
}


.samvadiLineOrange
{
  height: 2px;
  /*width: 25%;*/
  width: 80px;
  margin: 5px auto 0;
  border-bottom: 2px solid #E89F4C;
}

.smvd_thm1_blue_lg
{
  color: #107EBF !important;
  text-decoration: none !important;
  font-family: 'Quicksand', cursive;  
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 3px;
  font-variant: small-caps;
}

.extraFooterMarginBottom
{
  margin-bottom: 2em;
}

.extraFooterText
{
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
  
}

.mirrorImg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  
  filter: FlipH;
  -ms-filter: "FlipH";
}

.logoImgBgXs
{
  background: url(../img/Base-IsOn24-logo-v4-lightgrey-e9e9e9-300-300.png) fixed no-repeat;
  /* background-position: right; */
}

.smvd_thm1_card_logo_bg
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin: 1em;
  background: url(../img/Base-IsOn24-logo-v4-lightgrey-e9e9e9-300-300.png) fixed no-repeat;  
}

.pointerBlue {
  
  width: 150px;
  height: 40px;
  
  position: fixed;
  bottom: 20px;
  margin-left: -11em;
  z-index: 2;
  
  /* position: relative; */
  background: #3593C7;
  /* margin-left: -2em; */
}

.pointerBlue:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;/*#0095B3;*/
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.pointerBlue:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #3593C7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.pointerBlue:hover {
  background: #0E57A0;
  text-decoration: none;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);        
}      


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

.stickToBottomLeftDiv
{
  position: fixed;
  bottom: 100px;
  z-index: 2;
  /* margin-left: -5em; */
}

.footerNotificationSec
{
  background-color: transparent;
  padding-top: 0.3em;;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 5px;
}

.stickToBottomRightInDiv
{
  position: fixed;
  bottom: 42px;
  z-index: 2;
  margin-left: -5em;
}

.stickToBottomRightInDiv:hover
{
  color: white;
}

.smvd_thm1_cir_btn
{
  position: fixed;
  bottom: -20px;
  /* right: 10px;  */
  z-index: 2;
  width: 50px;
  height: 50px;
  
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: #3593C7;  
  color: white;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
}

.smvd_thm1_cir_btn:hover,
.smvd_thm1_cir_btn:focus,
.smvd_thm1_cir_btn:active 
{
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  
}

.smvd-thm1-textgrey-sm-robo
{  
  color: #606060;
  text-decoration: none !important;
  font-family: 'Roboto',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-sm
{  
  color: #606060;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-xs-im
{  
  color: #606060;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 0.7em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-lg-im
{  
  color: #606060;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
}

.label-yellow {
  background-color: #FCF6B1;
  color: black;
}

.roboImgBg
{
  background: url(../img/background_blue_sun-650X650.jpg) fixed no-repeat;
  /* background-color: red; */
}
.pointer {
  width: 400px;
  height: 60px;
  position: relative;
  background: #f39100;
}

.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;/*#0095B3;*/
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.pointer:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #f39100;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.pointer:hover {
  background: #DE6F34;
  text-decoration: none;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);      
  
}      

.smvd_input
{
  padding-top: 1em;
  padding-bottom: 1em;
}
.sm_pulse_first
{ 
  animation-delay:0s; 
  -moz-animation-delay:0s; 
  -webkit-animation-delay:0s;   
}

.sm_pulse_second                         
{ 
  animation-delay:5s; 
  -moz-animation-delay:5s; 
  -webkit-animation-delay:5s; 
}

.sm_pulse_third                         
{ 
  animation-delay:10s; 
  -moz-animation-delay:10s; 
  -webkit-animation-delay:10s; 
}

.sm_pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes pulse_animation 
{
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

@-moz-keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

@-ms-keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}


@-o-keyframes pulse_animation 
{
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.12); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.11); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }  
}

.wizImgBg
{
  background: url(../img/wizImg.png) fixed no-repeat;
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: lighten;
  
}

.footerMarginTop
{
  margin-bottom: 0; 
  bottom:0; 
  margin-top: 3em;
}

.eleMarginTop
{
  margin-top: 4em;
}

.eleMarginBottom
{
  margin-bottom: 4em;
}

.SpStar {
  background: #FF8B45;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.SpStar:before,
.SpStar:after {
  content: url('../img/pearly-icons/Pearly-Calls-tsp-80X80.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: #FF8B45;
}
.SpStar:before {
  transform: rotate(30deg);
}
.SpStar:after {
  transform: rotate(60deg);
}

.smvd-thm1-org-circle-btn {
  
  width: 110px;
  height: 110px;
  
  cursor: pointer;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: #FF8B45;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
  display: inline-block;
}

.smvd-thm1-org-circle-btn:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
}

.smvd-thm1-org-sq-btn {
  
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: #FF8B45;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
  display: inline-block;
}

.smvd-thm1-org-sq-btn:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
}


.smvd-thm1-blue-sq-btn-n 
{    
  background-color: #107EBF;    
}

.smvd-thm1-blue-sq-btn-n:hover 
{  
  background-color: #2F70B3;  
}

.smvd-thm1-blue-sq-btn-thin {
  
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  margin-bottom: 1em;
  background-color: #107EBF;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
  display: inline-block;
}

.smvd-thm1-blue-sq-btn-thin:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
}

.smvd-thm1-org-sq-btn-thin {
  
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  margin-bottom: 1em;
  background-color: #FF8B45;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
  display: inline-block;
}

.smvd-thm1-org-sq-btn-thin:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
}

/* power animation -start */
.powerAnimation2
{
  animation-delay: 10000;
  animation-name: power_animate2;
  animation-duration: 3000ms;   
  animation-fill-mode: forwards;  
  animation-duration: 5s; 
  animation-timing-function: ease-in-out;  
}

@keyframes power_animate2 {
  0%{
    opacity: 1;
    display: inline-flex;
    
  }
  10%{
    opacity: 1;
    display: inline-flex;
    
  }
  30%{
    transform: scale(1);
    display: inline-flex;
    opacity: 1;
  }
  
  40%{
    transform: scale(1);
    opacity: 1;
    display: inline-flex;
  }
  50%{
    transform: scale(1);
    opacity: 1;
    display: inline-flex;
  }
  
  70%{
    transform: scale(1);
    opacity: 1;
    display: inline-flex;
  }
  80%{
    transform: scale(1);
    opacity: 1;
    display: inline-flex;
  }
  
  90%{
    transform: scale(0.1);
    opacity: 0.5;
    display: inline-flex;
    transform: rotateX(90deg);     
  }
  
  100%{
    display: none;
    opacity: 0;
    
  }
}

.powerAnimation
{
  animation-name: power_animate;
  animation-duration: 3000ms;   
  animation-fill-mode: forwards;  
  animation-duration: 5s; 
  animation-timing-function: ease-in-out;  
}

@keyframes power_animate {
  0%{
    opacity: 1;
    
  }
  30%{
    transform: scale(1);
    opacity: 1;
  }
  
  40%{
    transform: scale(1);
    opacity: 1;
  }
  50%{
    transform: scale(1);
    opacity: 1;
  }
  
  70%{
    transform: scale(1);
    opacity: 1;
  }
  80%{
    transform: scale(1);
    opacity: 1;
  }
  
  90%{
    transform: scale(0.1);
    opacity: 0.5;
    transform: rotateX(90deg);     
  }
  
  100%{
    display: none;
    opacity: 0;
    
  }
}


@-webkit-keyframes power_animate {
  0%{
    opacity: 1;
    
  }
  98%{
    transform: scale(0.5);
    
  }
  100%{
    display: none;
    opacity: 0;
    
  }
}

@-moz-keyframes power_animate {
  0%{
    opacity: 1;
    
  }
  98%{
    transform: scale(0.5);
    
  }
  100%{
    display: none;
    opacity: 0;
    
  }
}

@-ms-keyframes power_animate {
  0%{
    opacity: 1;
    
  }
  98%{
    transform: scale(0.5);
  }
  100%{
    display: none;
    opacity: 0;
    
  }
}

@-o-keyframes power_animate {
  0%{
    opacity: 1;
    
  }
  98%{
    transform: scale(0.5);
  }
  100%{
    display: none;
    opacity: 0;
    
  }
}
/* 

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

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

.animationSecondPower
{ 
  animation-delay:10s; 
  -moz-animation-delay:10s;  
  -webkit-animation-delay:10s;  
}

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


.animationFirstPower
{ 
  animation-delay:4.8s; 
  -moz-animation-delay:4.8s; 
  -webkit-animation-delay:4.8s;    
}  */

/* power animation -end */
/* 
.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; 
}
*/

.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; 
} 

/* confetti animation -start */

.confettiWrapper {
  position: relative;
  /* min-height: 100vh; */
  min-height: 50vh;
  background: transparent;
}

[class|="confetti"] {
  position: absolute;
}

.rosa {
  background-color: #e3828f;
}

.orange {
  background-color: #f39100;
}

.hellblau {
  background-color: #5bc5f2;
}

.gruen {
  background-color: #a2bf16;
}

.senf-gelb {
  background-color: #caab29;
}

.tum-blau {
  background-color: #2F70B3;
}
/* confetti animation -end */

.smvd-thm1-btn-main-blue {
  
  background-color: #107EBF;
  border-color: #107EBF;
  color: #FFFFFF;
  font-family: 'Quicksand',  sans-serif;  
}

.smvd-thm1-btn-main-blue:hover,
.smvd-thm1-btn-main-blue:focus,
.smvd-thm1-btn-main-blue:active {
  background-color: #0E57A0;
  border-color: #0E57A0;
  color: white;
}

.smvd-thm1-btn-default {
  background-color: #A4AAA0;
  border-color: #A4AAA0;
  color: #FFFFFF;
}

.smvd-thm1-btn-default:hover,
.smvd-thm1-btn-default:focus,
.smvd-thm1-btn-default:active,
.smvd-thm1-btn-default.active,
.open .dropdown-toggle.smvd-thm1-btn-default {
  
  background-color: #858982;
  font-family: 'Quicksand',  sans-serif;  
}

.smvd-thm1-btn-default-text {
  color: #ffffff;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.7em;
  letter-spacing: 1.5px; 
}

.smvd-thm1-btn-primary {
  background-color: #FF8B45;
  border-color: #FF8B45;
  color: #FFFFFF;
}

.smvd-thm1-btn-primary:hover,
.smvd-thm1-btn-primary:focus,
.smvd-thm1-btn-primary:active,
.smvd-thm1-btn-primary.active,
.open .dropdown-toggle.smvd-thm1-btn-primary {
  
  background-color: #DE6F34;
  color: #FFFFFF;  
  font-family: 'Quicksand',  sans-serif;  
}

.smvd-thm1-textred-md
{
  color: #D6292B;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;
}

.smvd-thm1-btn-primary-text-sm {
  color: #ffffff;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px; 
}

.smvd-thm1-btn-primary-text {
  color: #ffffff;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2em;
  letter-spacing: 1.5px; 
}


.smvd-thm1-btn-primary-text-md {
  color: #ffffff;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px; 
}

.smvd-thm1-btn-primary-text-md-resp {
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px; 
}

.smvd-thm1-wizbar-text
{
  color:white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.smvd-thm1-textblue-nm
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;
}


.smvd-thm1-textblue-md-bld
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.smvd-thm1-textblue-md
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textblue-lg
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textblue-xl
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textblue-xxxl-bld
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2.2em;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.smvd-thm1-textblue-xxl-bld
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.smvd-thm1-textblue-xl-bld
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.smvd-thm1-textblue-sm
{
  color: #107EBF;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 0.8em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textorange-xxxl-lt-bld
{  
  color: #FF8B45;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2.2em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}


.smvd-thm1-textDblue-xxxl-bld
{
  color: #094074;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.smvd-thm1-textorange-xxl-lt-bld
{
  color: #FF8B45;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  font-weight: bold;
}


.smvd-thm1-textorange-sp-md
{  
  color: #FF8B45;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textorange-sp-big
{  
  color: #FF8B45;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2.5em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textorange-lg
{  
  color: #DE6F34;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textorange-lg-bold
{  
  color: #DE6F34;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.phIcon
{
  color: white; 
  font-size: 2em;
}


.smvd-thm1-textorange-xl
{  
  color: #DE6F34;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textorange-xxl_SP
{  
  color: #DE6F34;
  text-decoration: none !important;
  font-family: 'Alfa Slab One',  sans-serif;
  font-size: 2.5em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-xl
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-xxl
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.8em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textgrey-lg
{
  color: #60656D;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textgrey-lg-bld
{
  color: #60656D;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  font-weight: bolder;
}


.smvd-thm1-textgrey-md
{
  color: #60656D;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textgrey-nm
{
  color: #60656D;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;
}

.smvd-thm1-textblack-xl
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-xl-bld
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textblack-xl-bld-itl
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;  
  font-weight: bold;
  font-style: italic;
}

.smvd-thm1-textblack-xxl
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.8em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-lg-bld
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textblack-lg
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-md-nsp
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.1em;
}


.smvd-thm1-textred-mmd
{  
  color: #D6292B;
  text-decoration: none !important;
  font-family: 'Roboto',  sans-serif;
  font-size: 1.3em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-mmd
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.3em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-md
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textblack-nm-bld
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textblack-md-bld
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
  font-weight: bold;
}

.smvd-thm1-textblack-nm
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;  
}


.smvd-thm1-textblack-img-tag
{  
  color: black;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.2em;
  letter-spacing: 1.5px;  
}


.smvd-thm1-textwhite-xxl
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.8em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-xl
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.6em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-lg
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.4em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-mmd
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1.3em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-nm
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 1em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-sm
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 0.8em;
  letter-spacing: 1.5px;  
}

.smvd-thm1-textwhite-xs
{  
  color: white;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 0.7em;
  letter-spacing: 1.5px;  
}

.samvadiDividerOrangeDotted
{
  height: 1px;
  width: 100%;
  margin: 5px auto 0;
  border-bottom: 1px dotted #E89F4C;
}


.samvadiDividerBlueFull
{
  height: 1px;
  width: 100%;
  margin: 5px auto 0;
  border-bottom: 2px solid #107EBF;
}


.samvadiDividerBlue
{
  width: 20%;
  display: block;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #107EBF;
}

.spinnerColor
{
  color: #EEF8FE;
}

.smvd-thm1-blue-bg
{
  background-color: #107EBF; /* 85DCA2 */
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  /* padding-left: 0.1em;
  padding-right: 0.1em; */
  /*   
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; */
}


.smvd-thm1-progress-bg
{
  background-color: #107EBF; /* 85DCA2 */
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}

/* wizard steps bar -start   */
.wizard-progress {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.wizard-progress .step {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.wizard-progress .step:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 37px;
  background-color: #fff;
  height: 6px;
  width: 100%;
}
.wizard-progress .step .node {
  display: inline-block;
  border: 6px solid #fff;
  background-color: #fff;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -18px;
}
.wizard-progress .step.complete:before {
  background-color: #107EBF;
}
.wizard-progress .step.complete .node {
  border-color: #107EBF;
  background-color: #107EBF;
}
.wizard-progress .step.complete .node:before {
  font-family: FontAwesome;
  content: "\2713";
}
.wizard-progress .step.in-progress:before {
  background: #107EBF;
  background: -moz-linear-gradient(left, #107EBF 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #107EBF 0%, #fff 100%);
  background: linear-gradient(to right, #107EBF 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#107EBF', endColorstr='#fff',GradientType=1 );
}
.wizard-progress .step.in-progress .node {
  border-color: #107EBF;
}
/* wizard steps bar -end */

/* .smvd-thm1-card-simple-white-no-hover-no-xs */
/* keyframes for animation;  simple 0 to 360 */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* basic structure for the spRays setup */
.spRaysContainer	{ 
  position: relative; 
  /* width: 490px; 
  height: 490px; 
  margin: 100px 0 0 200px;  */
}

.spImgPhone { 
  width: 300px; 
  height: 233px; 
  text-indent: -3000px; 
  background: url(../img/pearly-icons/Pearly-Calls-tsp-80X80.png) 0 0 no-repeat; 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 2; 
}

.spImgMkt { 
  width: 300px; 
  height: 233px; 
  text-indent: -3000px; 
  background: url(../img/pearly-icons/Pearly-Bullhorn-tsp-80X80.png) 0 0 no-repeat; 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 2; 
}

.spImgCat { 
  width: 300px; 
  height: 233px; 
  text-indent: -3000px; 
  background: url(../img/pearly-icons/Pearly-Calender-Catering-tsp-80X80.png) 0 0 no-repeat; 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 2; 
}

.spNoRays	{ 
  /* background: none; */
  background: url(../img/no-ray.png) 0 0 no-repeat;  
  position: absolute; 
  top: -33px; 
  left: -35px; 
  width: 150px; 
  height: 150px; 
  border-radius: 50%;
}

.spRays	{ 
  background: url(../img/background_blue_sun-150X150.jpg) 0 0 no-repeat; 
  position: absolute; 
  top: -33px; 
  left: -35px; 
  width: 150px; 
  height: 150px; 
  border-radius: 50%;
  
  /* microsoft ie */
  animation-name: spin; 
  animation-duration: 40000ms; /* 40 seconds */
  animation-iteration-count: infinite; 
  animation-timing-function: linear;
}

.superPowerNum-1
{
  background-color: #107EBF;
  /* DE6F34 */
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  /*   
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  */
}

.superPowerNum-1::before {
  content: '#1';
  color: white;
  font-size: 1.3em; 
}

.superPowerNum-2
{
  background-color: #107EBF;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
}

.superPowerNum-2::before {
  content: '#2';
  color: white;
  font-size: 1.3em; 
}

.superPowerNum-3
{
  background-color: #107EBF;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
}

.superPowerNum-3::before {
  content: '#3';
  color: white;
  font-size: 1.3em; 
}

.smvd-thm1-card-sp
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  /* border-color: #107EBF; */
  border-left: 10em solid #107EBF;
  
  
  margin: 1em;  
  background-color: #ffffff; 
  
  padding-bottom: 2em; padding-top: 1em; margin-top: 1em;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  
  -webkit-box-shadow: 6px 6px 4px 0px rgba(16, 126, 191, 0.2);
  -moz-box-shadow:    6px 6px 4px 0px rgba(16, 126, 191, 0.2);
  box-shadow:         6px 6px 4px 0px rgba(16, 126, 191, 0.2);  
}

.smvd-thm1-card-white-sp
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  /* border-color: #107EBF; */
  border: 1px solid #107EBF;
  max-width: 650px;
  background: url(../img/background_blue_sun-650X650.jpg) 0 0 no-repeat; 
  
  margin: 1em;  
  background-color: #ffffff; 
  
  padding-bottom: 2em; padding-top: 1em; margin-top: 1em;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  
  -webkit-box-shadow: 6px 6px 4px 0px rgba(16, 126, 191, 0.2);
  -moz-box-shadow:    6px 6px 4px 0px rgba(16, 126, 191, 0.2);
  box-shadow:         6px 6px 4px 0px rgba(16, 126, 191, 0.2);  
}


.smvd-thm1-card-blue-carousel
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  margin: 1em;  
  background-color: #107EBF; 
  
  padding-bottom: 2em; padding-top: 1em; margin-top: 1em;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd-thm1-card-blue
{
  max-width: 1600px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  margin: 1em;  
  background-color: #107EBF;  
  /* 0C568E */
  padding-bottom: 2em; padding-top: 1em; margin-top: 1em;
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd-thm1-card-blue:hover,
.smvd-thm1-card-blue:focus,
.smvd-thm1-card-blue:active 
{
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);  
  
  -webkit-box-shadow: 12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  -moz-box-shadow:    12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  box-shadow:         12px 12px 10px 10px rgba(222, 111, 52, 0.2);
  
}

.smvd-thm1-card-static-dark
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: #107EBF;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd-thm1-card-static-free-width
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: #EEF8FE;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd-thm1-card-static
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  min-height: 600px;
  padding: 1.5em;
  margin-bottom: 2.5em;
  background-color: #EEF8FE;  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);  
}

.smvd-thm1-card-white-super-simple
{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin: 1em;
  background-color: white;  
}

.smvd-thm1-card-white-simple
{
  max-width: 1600px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  
  margin: 1em;
  
  background-color: white;  
  
  
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;    
  
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  
}
.smvd-thm1-card-white-simple:hover,
.smvd-thm1-card-white-simple:focus,
.smvd-thm1-card-white-simple:active 
{
  background-color: #EEF8FE;  
  cursor: pointer;
}

.smvd-thm1-label-blue-fx
{
  background-color: #107EBF; /* 85DCA2 */
  margin-top: -1.4em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding-top: 0.7em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}

.smvd-thm1-label-blue-blk-btm
{
  background-color: #1C1C1C; /* 85DCA2 */
  margin-top: -1.4em;
  margin-bottom: -1.7em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}


.smvd-thm1-label-blue-blk
{
  background-color: #1C1C1C; /* 85DCA2 */
  margin-top: -1.4em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding-top: 0.7em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
  /* border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px; */
}

.row-centered {
  text-align:center;
}

.col-centered {
  display:inline-block;
  float:none;
  /* reset the text-align */
  text-align:left;
  /* inline-block space fix */
  margin-right:-4px;
}

.redStar
{
  color: #DD6600 !important;
  font-size: 1em;
}

.samvadiCursor
{
  cursor: pointer;
}

/* checkbox -star */
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  /* z-index: 11; */
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #30881c;
  /* 107EBF */
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  /* font-size: 26.66667px; */
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #30881c;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


/* checkbox -end */


.isOnSpaceMarginTop
{
  padding-top: 5em !important; 
}

.isOnSpaceMarginBottom
{
  padding-bottom: 5em !important; 
}

.textJustify
{
  text-align: justify;    
}

.iFrameStyle
{
  width:560px;
  height:314px;
}

.videoFrame
{
  border-radius: 10px; 
  padding-top: 10px; 
  padding-bottom: 7px; 
  padding-left: 5px; 
  padding-right: 5px; 
  background-color: white;
  max-width: 610px;
  
  -moz-box-shadow: 2px 2px 5px #212121;
  -webkit-box-shadow: 2px 2px 5px rgba(33, 33, 33, 0.7);
  box-shadow: 2px 2px 5px rgba(33, 33, 33, 0.7);  
}

.actionBar
{
  background-color: #107EBF;
  padding: 1.5em;
  border-radius: 10px;
  margin-top: 3em;  
}

.stickToScreen
{
  position:fixed;
  z-index: 2;
}

.stickToBottomRight
{
  position: fixed;
  bottom: 0px;
  right: 0px; 
}

/* Small screen specific CSS -start*/
@media (max-width: 640px)
{      

  .smvd-thm1-textblue-md
  {
    color: #107EBF;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.1em;
    letter-spacing: 1.5px;
  }
    
  .extraFooterMarginBottom
  {
    margin-bottom: 10em;
  }
  
  .stickToBottomRightInDiv
  {
    position: fixed;
    bottom: 42px;
    z-index: 2;
    margin-left: -3em;
  }
  .stickToBottomRightInDiv:hover
  {
    color: white;
  }
  
  .smvd-thm1-btn-primary-text-md-resp {
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px; 
  }
  
  .smvd-thm1-textblack-md-bld
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-textgrey-sm
  {  
    color: #606060;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;  
  }
  
  
  .smvd-thm1-textgrey-sm-robo
  {  
    color: #606060;
    text-decoration: none !important;
    font-family: 'Roboto',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;  
  }  
  
  .smvd-thm1-textblack-md-nsp
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
  }
  
  .smvd-thm1-textDblue-xxxl-bld
  {
    color: #094074;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  
  .smvd-thm1-textred-mmd
  {  
    color: #D6292B;
    text-decoration: none !important;
    font-family: 'Roboto',  sans-serif;
    font-size: 1.1em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textwhite-mmd
  {  
    color: white;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textblack-mmd
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textblue-xl-bld
  {
    color: #107EBF;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  
  .smvd-thm1-textgrey-lg-im
  {  
    color: #606060;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textorange-xxl-lt-bld
  {
    color: #FF8B45;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  
  .smvd-thm1-textblue-xxl-bld
  {
    color: #107EBF;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;
    font-weight: bold;
  }  
  
  .pointer {
    width: 350px;
    height: 50px;
    position: relative;
    background: #f39100;
  }
  
  .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;/*#02A0BA;*/
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  
  .pointer:before {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #f39100;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  
  .pointer:hover {
    background: #DE6F34;
    text-decoration: none;
    
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; 
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }     
  
  .iFrameStyle
  {
    width:335px;
    height:280px;
  }
  
  .videoFrame
  {
    border-radius: 10px; 
    padding-top: 10px; 
    padding-bottom: 7px; 
    padding-left: 5px; 
    padding-right: 5px; 
    background-color:white;
  }
  
  .isOnSpaceMarginTop
  {
    padding-top: 1em !important; 
  }
  
  .isOnSpaceMarginBottom
  {
    padding-bottom: 1em !important; 
  }
  
  .smvd-thm1-textblack-xl
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textwhite-xl
  {  
    color: white;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textorange-sp-md
  {  
    color: #FF8B45;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  
  .smvd-thm1-textorange-sp-big
  {  
    color: #FF8B45;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.6em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-textblack-lg-bld
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-textgrey-lg
  {
    color: #60656D;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;
  }
  
  .smvd-thm1-textblack-xxl
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;  
  }
  
  
  .smvd-thm1-textgrey-xxl
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textgrey-md
  {
    color: #60656D;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1em;
    letter-spacing: 1.5px;
  }
  
  .smvd-thm1-textblack-xl-bld
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-textorange-xxxl-lt-bld
  {  
    color: #FF8B45;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.6em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-textblue-xxxl-bld
  {
    color: #107EBF;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.5em;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  
  .smvd-thm1-textblack-img-tag
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 0.9em;
    letter-spacing: 1.5px;  
  }
  
  
  .footerMarginTop
  {
    margin-bottom: 0; 
    bottom:0; 
    margin-top: 7em;
  }
  
  .eleMarginTop
  {
    margin-top: 2em;
  }
  
  .eleMarginBottom
  {
    margin-bottom: 2em;
  }
  
  
  .spNoRays	{ 
    background: url(../img/no-ray90X90.png) 0 0 no-repeat;  
    position: absolute; 
    top: -19px; 
    left: -21px; 
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
  }
  
  .spRays	{ 
    background: url(../img/background_blue_sun-90X90.jpg) 0 0 no-repeat; 
    position: absolute; 
    top: -19px; 
    left: -21px; 
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    
    /* microsoft ie */
    animation-name: spin; 
    animation-duration: 40000ms; /* 40 seconds */
    animation-iteration-count: infinite; 
    animation-timing-function: linear;
  }
  
  .spImgPhone { 
    width: 300px; 
    height: 233px; 
    text-indent: -3000px; 
    background: url(../img/pearly-icons/Pearly-Calls-tsp-80X80.png) 0 0 no-repeat; 
    background-size: 50px;
    
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2; 
  }
  
  .spImgMkt { 
    width: 300px; 
    height: 233px; 
    text-indent: -3000px; 
    background: url(../img/pearly-icons/Pearly-Bullhorn-tsp-80X80.png) 0 0 no-repeat; 
    background-size: 50px;
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2; 
  }
  
  .spImgCat { 
    width: 300px; 
    height: 233px; 
    text-indent: -3000px; 
    background: url(../img/pearly-icons/Pearly-Calender-Catering-tsp-80X80.png) 0 0 no-repeat; 
    background-size: 50px;
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2; 
  }
  
  .phIcon
  {
    color: white; 
    font-size: 1.5em;
  }
  .smvd-thm1-textorange-xxl_SP
  {  
    color: #DE6F34;
    text-decoration: none !important;
    font-family: 'Alfa Slab One',  sans-serif;
    font-size: 2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-card-white-sp
  {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #107EBF;
    max-width: 400px;
    background: url(../img/background_blue_sun-400X400.jpg) 0 0 no-repeat; 
    
    margin: 1em;  
    background-color: #ffffff; 
    
    padding-bottom: 2em; padding-top: 1em; margin-top: 1em;
    
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; 
    
    -webkit-box-shadow: 6px 6px 4px 0px rgba(16, 126, 191, 0.2);
    -moz-box-shadow:    6px 6px 4px 0px rgba(16, 126, 191, 0.2);
    box-shadow:         6px 6px 4px 0px rgba(16, 126, 191, 0.2);  
  }
  
  .smvd-thm1-textwhite-xxl
  {  
    color: white;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.6em;
    letter-spacing: 1.5px;  
  }    
  
  .smvd-thm1-textorange-xl
  {  
    color: #DE6F34;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;  
  }
  .smvd-thm1-textorange-lg
  {  
    color: #DE6F34;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textorange-lg-bold
  {  
    color: #DE6F34;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
    font-weight: bold;
  }
  
  .smvd-thm1-btn-primary-text {
    color: #ffffff;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.5px; 
  }
  
  .smvd-thm1-wizbar-text
  {
    color:white;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 0.8em;
    letter-spacing: 2px;
  }  
  
  .smvd-thm1-textblack-lg
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textblack-md
  {  
    color: black;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1em;
    letter-spacing: 1.5px;  
  }
  
  .smvd-thm1-textwhite-lg
  {  
    color: white;
    text-decoration: none !important;
    font-family: 'Quicksand',  sans-serif;
    font-size: 1.2em;
    letter-spacing: 1.5px;  
  }
  
  
}
/* Small screen specific CSS - end*/