﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?2302");

@import url("/LisbonTheme/Theme.LisbonTheme.css?2045&2302");



@import url("/LisbonTheme/Theme.LisbonTheme.css?1400&2045&2302");

body {
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
    font-size: 17px;
}
.Heading1 {
    font-size: 40px;
    font-weight: 300;
    color: #263238;
    line-height: 55px;
}

.Heading2 {
    font-weight: 400;
    font-size: 20px;
    color: #47555c;
    line-height: 30px;
}

.Heading3 {
    font-size: 30px;
    font-weight: 600;
    color: #263238;
    line-height: 42px;
}

.Heading4 {
    color: #47555c;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.Heading4.black {
    color: #263238;
}

.Text_large {
    font-size: 22px !important;
    color: #263238;
    font-weight: 600;
}

.Text_large.white {
    color: #fff;
}

.Text_Note.darkgrey {
    color: #888;
}

.opacity {
    color: #d7dee2;
    font-size: 14px;
    font-weight: 400;
}

.SectionWebsite.Transparent .Section {
    color: #78909c;
    min-height: 350px;
    padding: 20px 20px 60px;
    transition: all 240ms ease-out;
}

.SectionWebsite.Transparent .Section.section-active {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 10px rgba(244, 244, 244, 0.5);
}

.black-description {
    color: #263238;
}

.coming {
    color: #263238;
    font-size: 18px;
    font-weight: 600;
}

.provide {
    color: #68777f;
    font-size: 14px;
    font-weight: 400;
}

/*------------------------------------*\
             General Styles
\*------------------------------------*/

body {
    background-color: #fff;
   
    overflow-x: hidden;
}

img {
    vertical-align: middle;
}

.Website .SectionWebsite .ThemeGrid_Container {
    max-width: 1180px;
    position: relative;
}


.margin-bottom {
    margin-bottom: 15px;
}

a, 
a:link, 
a:visited {
    color: #fff;
    font-weight: 600;
}

a.white, 
a.white:link, 
a.white:visited {
    color: #fff;
}

.desktop a:hover, 
.desktop a:link:hover, 
.desktop a:visited:hover {
    color: #AF0015;
    text-decoration: none;
}

.desktop a.white:hover, 
.desktop a.white:link:hover, 
.desktop a.white:visited:hover {
    color: #ccc;
    text-decoration: none;
}

.Button,
a.Button {
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #d0021b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.Button[disabled] {
    color: #fff !important;
    background-color: #C7CFD4 !important;
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    color: #d0021b;
    background-color: #fff;
}

a.Button.Preview {
    width: 180px;
}

a.Button.Samples {
    width: 240px;
}

.Button.ButtonDefault, 
.Button.Is_Default {
    background-color: #d0021b;
}

.desktop .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover {
    background-color: #d0021b;
    border-color: transparent;
    color: #fff;
}

.Button.ButtonDefault:hover:active, 
.Button.Is_Default:hover:active {
    background-color: #AF0015;
}

input.Button {
    height: 50px;
    line-height: 50px;
}

.Button:hover:active,
a.Button:hover:active {
    border-bottom: 0;
    background-color: #fbfbfb;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}

input.Button:focus {
    border-bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}

.Button.Cancel,
.desktop .Button.Cancel:hover {
    border: 0;
}

/* OS Buttons */

.Button.Os-Button-Default, 
a.Button.Os-Button-Default {
    border-radius: 4px;
    border: 1px solid #a61b00;
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ff007a;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.desktop .Button.Os-Button-Default:hover, 
.desktop a.Button.Os-Button-Default:hover {
    background-image: linear-gradient(180deg, #e83c1a 0%, #e94828 100%);
    border: 1px solid #b63112;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13), 0 1px 4px rgba(0, 0, 0, 0.28), inset 0 1px 0 #ff0078;
}

.desktop .Button.Os-Button-Default:hover:active, 
.desktop a.Button.Os-Button-Default:hover:active {
    background-image: linear-gradient(to top, #e52601 0%, #ce2200 100%);
    border: 1px solid #a61b00;
    box-shadow: 1px -5px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ff007a, inset 0 1px 1px rgba(53, 1, 1, 0.43) !important;
}

.Button.Os-Button, 
a.Button.Os-Button {
    color: #384142 !important;
    border-radius: 4px;
    border: 1px solid #cfd8dc;
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.5);
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
}

.desktop .Button.Os-Button:hover, 
.desktop a.Button.Os-Button:hover {
    background-image: none;
    border: 1px solid #cfd8dc;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(123, 123, 123, 0.28), inset 0 1px 0 white;
}

.desktop .Button.Os-Button:hover:active, 
.desktop a.Button.Os-Button:hover:active {
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.07) !important;
}

/*------------------------------------*\
             Layout Structure 
\*------------------------------------*/

.hero-video {
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    
    
}



.SubPage .hero-video {
    height: 390px;
}

.SubPage .hero-video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(/SilkUI/img/BannerHeroVideo.png?1676&2118&2845);
    background-size: cover;
}

.hero-video > div {
    height: 100%;
}

.hero-video .VideoContainer {
    height: 100%;
    overflow: hidden;
}

.hero-video .VideoContainer video {
    object-fit: cover;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.Header {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0;
    height: 70px;
    line-height: 70px;
    
}



.video-intro {
    position: absolute;
    bottom: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 35%;
}

.big-text {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
}

.actions-intro {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.actions-intro .icon {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    -webkit-animation-name: upandDown;
            animation-name: upandDown;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
}

@-webkit-keyframes upandDown {
    0%, 100% {

        -webkit-transform: translateY(0) translateZ(0);
    }

    50% {

        -webkit-transform: translateY(7px) translateZ(0);
    }
}

@keyframes upandDown {
    0%, 100%  {

        transform: translateY(0) translateZ(0);
    }

    50% {

        transform: translateY(7px) translateZ(0);
    }
}

.footer-top {
    background-color: #DFDFDF;
    font-size: 26px;
    font-weight: 600;
    color: #374247;
    background-image: url(/SilkUI/img/SILKp9.png?1676&2118&2845);
    background-position: right;
    background-size: 800px;
    background-repeat: no-repeat;
}

.SectionWebsite.Transparent.UsePadding.footer-bottom {
    padding: 25px 0;
}

.SectionWebsite.Transparent.UsePadding.footer-top {
    padding: 10px 0;
}

.footer-bottom {
    background-color: #263238;  
    color: #fff;
    text-align: left;
}

.Text_Note {
    color: #fff;
}

.Website .Footer {
    position: relative;
    z-index: 99;
}

.Website .Footer .SectionWebsite .ThemeGrid_Container {
    max-width: 1280px;
    position: relative;
}

.Footer a,
.Footer a:link,
.Footer a:visited {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-left: 40px;
    -webkit-transition: color 300ms ease;
            transition: color 300ms ease;
    font-weight: 400;
}

.Footer a:first-child {
    margin-left: 0;
}

.desktop .Footer a:hover,
.desktop .Footer a:link:hover,
.desktop .Footer a:visited:hover {
    color: #fff;
}

.hero-text {
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}



.hero-text .light {
    font-weight: 300;
}

.hero-text .bold {
    font-weight: 600;
}

.hero-text-small {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.see-video {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 20, 0.25);
    text-align: center;
    font-size: 16px;
    z-index: 2;
    padding: 12px 0px;
}

.see-video .fa {
    margin-right: 5px;
}

.GotoTop {
    cursor: pointer;
}


/*------------------------------------*\
             Header / Menu 
\*------------------------------------*/

.Header_center {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.Header_Title {
    display: table-cell;
    padding: 0;
}

.Header_Menu {
    display: table-cell;
    padding-top: 0;
    vertical-align: top;
}

.Menu_TopMenus {
    height: 70px;
}

.Menu_TopMenuActive {
    background-color: transparent;
    border-top: 0;
    box-shadow: none;
    height: 70px;
    line-height: 70px;
}

.Header_Menu a, 
.Header_Menu a:link, 
.Header_Menu a:visited {
    color: #fff;
    font-weight: 300;
}

.Header_Menu a:hover,
.Header_Menu a:link:hover,
.Header_Menu a:visited:hover {
    color: #fff;
}

.Menu_TopMenu a:link, 
.Menu_TopMenu a:visited, 
.Menu_TopMenu a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.Menu_TopMenuActive a:link, 
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link, 
a.Menu_SubMenuItemActive:visited {
    color: #fff;
    font-weight: 400;
}

/*------------------------------------*\
             Hero Intro 
\*------------------------------------*/

.UsePadding.hero-intro {
    padding: 50px 0 90px;
}

.separator-edited .Separator {
    border-bottom: 1px solid #d3dadb;
}

/*------------------------------------*\
             Mobile Section
\*------------------------------------*/

.UsePadding.mobile {
    padding: 0 0 160px 0;  
}

.responsive-image {
    max-width: 100%;
}

.clickable {
    cursor:pointer;
}

.mobile.home .Columns2 > .Column {
    padding: 0 20px;
}

.Columns2 > .Column.ColFirst {
    padding-left: 0;
}

.mobile.home .Columns2 > .Column.ColLast {
    padding-right: 0;
    width: 41%;
}

.mobile.home .Columns2 > .Column.ColFirst {
    padding-left: 0;
    width: 59%;
}

.Post .Post_icon img {
    border: 0;
    border-radius: 0;
}

.Post_content {
    padding-left: 25px;
}

.Post .Post__label {
    color: #263238;
    font-weight: 600;
}

.Post__description {
    margin-top: 5px;
    color: #68777f;
}

.absolute-image-left {
    left: -10px;
    position: absolute;
    top: -25px;
}

.New-color {
   color: #68777f; 
}

/*------------------------------------*\
               Responsive
\*------------------------------------*/

.absolute-image {
    bottom: -110px;
    right: 50px;
    position: absolute;
}

.UsePadding.responsive {
    padding: 0 0 180px 0;
}

/*------------------------------------*\
             Bottom - Area
\*------------------------------------*/

.UsePadding.bottom-area {
    padding: 90px 0;
    background-color: #fff;
}

.bottom-area .Columns3 > .Column:not(.ColLast) {
    border-right: 1px solid #cfd8dc;
}

.image-card {
    height: 145px;
}


/*------------------------------------*\
             Tabs Custom
\*------------------------------------*/

.tabs-custom .Tabs {
    border: 0;
}

.tabs-custom .Tabs_header {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(118, 118, 118, 0.25);
}

.tabs-custom .Tabs_header.fixed,
.Wrapper-search.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.tabs-custom .Wrapper-search .Tabs_header {
    background-color: transparent
}

.tabs-custom .Tabs__tab {
    display: inline-block;
    background-color: transparent;
    padding: 17px 17px;
    border-bottom: 1px solid transparent;
    border-top: 0;
    color: #78909c;
    border-left: 0;
    font-size: 18px;
    height: 60px;
}

.tabs-custom .Tabs__tab.active {
    border-top: 0;
    color: #CE2200;
    border-bottom: 1px solid #CE2200;
}

.tabs-custom .Tabs__tab.PH:empty {
    padding: 0;
}

.tabs-custom .Tabs__tab .fa {
    margin-right: 10px;
    width: auto;
}

.tabs-custom .Tabs_body {
    background-color: transparent;
    padding: 40px 0 170px 0;
}

.tabs-custom .Tabs_body.changed {
    padding: 100px 0 170px 0;
}

.link-separator {
    height: 20px;
    width: 1px;
    background-color: #d3dadb;
    margin: 0 15px;
}

.link-separator.patterns {
    margin: 15px 15px 0;
}

.Wrapper-search {
    border-bottom: 1px solid #d3dadb;
    background-color: #fff;
    height: 60px;
}

.tabs-custom.search .Tabs_header {
    text-align: left;
    border-bottom: 0;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    height: 60px;
}

.Tabs__tab_Search {
    display: inline-block;
    float: right;
    padding: 10px 0;
    position: relative;
}

.Tabs__tab_Search input[type="text"],
.Tabs__tab_Search input[type="search"]{
    border: 0;
    box-shadow: none;
    background-color: #f1f1f1;
    border-radius: 20px;
    color: #78909c;
    font-size: 14px;
    padding-left: 40px !important;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
}



.Tabs__tab_Search .fa {
    position: absolute;
    top: 22px;
    left: 15px;
}

.Tabs__tab_Search .resetSearch .fa {
    position: absolute;
    top: 22px;
    right: 15px;
    left: auto;
    cursor: pointer;
}


.phone .Tabs__tab_Search{
    width:100%;
}

.Tabs__tab_Search .search-wrapper input{
    width: 330px;
}

.phone .Tabs__tab_Search .search-wrapper input{
    width:100%;
}

.phone .search-results .results_title,
.phone .search-results .MobileResultsValues,
.phone .search-results .WebResultsValues,
.tablet.portrait .search-results .results_title,
.tablet.portrait .search-results .MobileResultsValues,
.tablet.portrait .search-results .WebResultsValues{
    width:100%;
    display:block;
}

.phone .search-results .MobileResultsValues div,
.phone .search-results .WebResultsValues div,
.tablet.portrait .search-results .MobileResultsValues div,
.tablet.portrait .search-results .WebResultsValues div{
    padding:5px 0 5px 0;
}

.phone .Tabs_header,
.tablet .Tabs_header {
    display: table;
    line-height: 1.43; 
}

.phone .Tabs__tab,
.tablet .Tabs__tab {
    height: auto;
    width: auto;
}

/*------------------------------------*\
                Samples
\*------------------------------------*/

.counter {
    color: #263238;
    font-size: 36px;
    font-weight: 600;
}

.total {
    color: #263238;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
    top: -2px;
    position: relative;
}

.link-separator.big {
    margin-top: 15px;
}

.border .Columns2 > .Column.ColLast {
    border-left: 1px solid #d7dee2;
    padding-right: 0
}

.border .Columns2 > .Column.ColFirst {
    padding-left: 0;
} 

.border .Columns2 > .Column {
    width: 50%;
    padding: 0 60px;
}

.sample-grid {
    width: 100%;
    position: relative;
}
.sample-grid .left,
.sample-grid .right{
    width: 50%;
    padding: 50px 0;
    display: inline-block;
    color: #fff;
}

.sample-grid .right {
    padding-left: 40px;
}

.sample-grid:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #0580c4;
    background-image: linear-gradient(149deg, rgba(145, 145, 144, 0.4) 0%, transparent 100%);   
}

.sample-grid:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    background-color: #274153;
    background-image: linear-gradient(149deg, rgba(130, 130, 130, 0.2) 0%, transparent 40%)
}


.Tabs_header_Inside {
    width: 100%;
}

.Tabs__tab_Inside {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
    color: #78909c;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    margin:  0 10px;
}

.Tabs__tab_Inside.active {
    color: #b80005;
    border-bottom: 1px solid #b80005;
    font-weight: 600;
    padding-bottom: 5px;
}

.Tabs_body_Inside {
    width: 100%;
    padding-top: 25px;
}

.Tabs__content_Inside {
    display: none;
    height: 0;
    margin-top: 0;
    opacity: 0;
    
    
    
    
}

.Tabs__content_Inside.active {
    display: block;
    height: auto;
    opacity: 1;
}

.Website .SectionWebsite.fullwidth .ThemeGrid_Container {
    max-width: 1280px;
    position: relative;
}

.title-sample {
    font-size: 16px;
    color: #263238;
}

.samples-mobile .Columns2 > .Column {
    padding: 0 10px;    
}

.samples-mobile .Columns2 > .Column.ColFirst {
    padding-left: 0;
}

.samples-mobile .Columns2 > .Column.ColLast {
    padding-right: 0;
}

.samples-mobile .MediumLeftColumns > .Column.ColFirst {
    width: 35%;
    padding-right: 22px;
    padding-left: 0px;
}

.samples-mobile .MediumLeftColumns > .Column.ColLast {
    width: 65%;
    padding-left: 0;
    padding-right: 0px;
}


.samples-mobile .MediumRightColumns > .Column.ColFirst {
    width: 65%;
    padding-right: 0;
    padding-left: 0px;
}

.samples-mobile .MediumRightColumns > .Column.ColLast {
    width: 35%;
    padding-left: 22px;
    padding-right: 0px;
}

.samples-web .Columns3 > .Column {
    padding: 0 6.333px;
}

.samples-web .Columns3 .Column.ColFirst {
    padding-left: 0;
    padding-right: 13.666px;
}

.samples-web .Columns3 .Column.ColLast {
    padding-right: 0;
    padding-left: 13.666px;
}

.edited-verticalalign .TableVerticalAlign .Cell2 {
    padding-left: 15px;
}

/*------------------------------------*\
               Patterns
\*------------------------------------*/

.patterns-list .TitlePatterns {
    line-height: 30px;
}

.patterns-list .Title {
    color: #263238;
    font-size: 22px;
}

.patterns-list .CounterPatterns  {
    color: #d0021b;
    font-size: 30px;
    font-weight: 300;
    line-height: 28px;
}

[class^="Silk-"], 
[class*=" Silk-"],
[class^="SilkMobile-"], 
[class*=" SilkMobile-"] {
    color: #263238;    
}

/*------------------------------------*\
           Patterns Display
\*------------------------------------*/

.Tabs_header_Vertical {
    width: 180px;
}

.Tabs__tab_Vertical {
    display: block;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 5px;
}

.Tabs__tab_Vertical .SectionIndex a.active,
.Tabs__tab_Vertical .SectionIndex a.active:hover {
    border-left-color: #CE2200;
    color: #CE2200;
}

.SectionIndex a.active, 
.SectionIndex a:hover {
    color: #CE2200;
}

.Tabs__tab_Vertical .SectionIndex a:hover {
    border-left: solid 2px transparent;
}

.SectionIndex a {
    border-left: solid 2px transparent;
    color: #CE2200;
    font-weight: 600;
    display: block;
    padding-left: 10px;
    margin: 5px 0;
}

.Tabs_body_Vertical {
    width: calc(100% - 180px);
    
}

.Tabs__content_Vertical{ 
    display: none;
    height: 0;
    
    margin-top: 0;
    opacity: 0;
    
    
    width: 100%;
}

.Tabs__content_Vertical.active {
    display: block;
    height: auto;
    opacity: 1;
}

.tabs-patterns .Tabs,
.mobile-samples .Tabs,
.web-samples .Tabs{
    text-align: left;
}

.tabs-custom .Tabs_body.changed .Tabs_header_Vertical {
    position: fixed;
    top: 110px;
}

.tabs-custom .Tabs_body.changed .Tabs_body_Vertical {
    margin-left: 180px
}

.Tabs__tab_Vertical.open .SectionIndex {
    display: block;
}

.Tabs__tab_Vertical .SectionIndex {
    display: none;
    
    padding: 5px 0 0;
    width: auto !important;
}

.Tabs__content_Vertical .Section_header {
    border-bottom: 0;
    padding-bottom: 0;
}
.Tabs__content_Vertical .Section__title.Heading2 {
    color: #263238;
    font-size: 30px;
    font-weight: 600;    
}

.Tabs__content_Vertical .Section__title.Heading2 [class^="Silk-"] {
    width: 30px; 
    margin-right: 10px;
    color: #7b8b93;
}

.Tabs__content_Vertical .Section_content {
    padding-top: 5px;
}

.Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst {
    padding-right: 60px;
    padding-left: 0;
}

.Tabs__content_Vertical .MediumRightColumns > .Column.ColLast {
    padding-right: 0;
    padding-left: 20px;
    border-left: 1px solid #d7dee2;
}

.Tabs_body_Vertical .Section {
    margin: 40px 0 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #d7dee2;
}

.Tabs_body_Vertical .Tabs__content_Vertical .Section:first-child {
    margin: 0;
}

.Tabs_body_Vertical .Alert:last-child {
    margin-bottom: 0
}

.Tabs_body_Vertical .Columns .Column.empty {
    display: inline-block;
}

/*------------------------------------*\
               Responsive
\*------------------------------------*/

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu{
    color: #fff;
}

.Page.active .Header_ButtonMenu {
    color: #fff;
}

.tablet .absolute-image-left,
.phone .absolute-image-left {
    position: relative;
    left: 0;
    text-align: center;
    top: 0;
}

.tablet .mobile.home .Columns2.tab_BreakMiddle > .Column,
.phone .mobile.home .Columns2.tab_BreakMiddle > .Column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}

.tablet .mobile.home .Columns2 > .Column,
.phone .mobile.home .Columns2 > .Column {
    padding: 0;
}

.tablet .UsePadding.mobile,
.tablet .UsePadding.responsive,
.phone .UsePadding.mobile,
.phone .UsePadding.responsive  {
    padding: 0 0 40px 0;
}

.tablet .absolute-image,
.phone .absolute-image {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.tablet .footer-top,
.phone .footer-top {
    display: none;
}

.tablet .bottom-area .Columns3 > .Column:nth-child(2) {
    border-right: 0;
}

.tablet .bottom-area .Columns3 > .Column:nth-child(3) {
    margin-top: 90px;
}

.tablet .Post__description br,
.phone .Post__description br {
    display: none;
}

.tablet .absolute-image-left img,
.tablet .absolute-image img {
    width: 500px;
}

.tablet .Application_Menu, 
.phone .Application_Menu {
    top: 70px;
    background: #263238;
    height: 100vh;
}

.phone .big-text {
    font-size: 28px;
    text-align: center;
    line-height: 40px;
}

.phone .video-intro {
    left: 0;
    padding: 0 10px;
    width: 100%;
}

.phone .Heading1 {
    font-size: 26px;
    line-height: 30px;
}

.phone .Heading2 {
    font-size: 16px;
    line-height: 24px;
}

.phone .UsePadding.bottom-area {
    padding: 50px 0;
}

.phone .bottom-area .Columns3 > .Column:not(.ColLast),
.phone .whats-new .Columns3 > .Column:not(.ColLast) {
    border-right: 0;
    padding-bottom: 50px !important;
}

.phone .UsePadding.mobile {
    padding:0
}

.phone .footer-bottom {
    text-align: center;
}

.phone .footer-bottom .ThemeGrid_Width6 {
    width: 100%;
}

.phone .hero-text {
    font-size: 35px;
    line-height: 40px;
}

.tablet.landscape .border .Columns2 > .Column {
    padding: 0 35px
}

.tablet .tabs-custom .Tabs_body.changed{
    padding: 120px 0 60px 0;
}

.phone .tabs-custom .Tabs_body.changed {
    padding: 100px 0 60px 0;    
}

.phone .border .Columns2 > .Column.ColFirst {
    margin-bottom: 20px;
}

.phone .Tabs__tab, 
.tablet .Tabs__tab {
    min-width: 105px;
}

.tablet .sample-grid .left,
.tablet .sample-grid .right,
.phone .sample-grid .left,
.phone .sample-grid .right {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    height: 100%;
}

.tablet .sample-grid .left br,
.tablet .sample-grid .right br,
.phone .sample-grid .left br,
.phone .sample-grid .righ br {
    display: none;
}

.tablet .sample-grid .left img,
.tablet .sample-grid .right img,
.phone .sample-grid .left img,
.phone .sample-grid .righ img {
  margin-top: 20px  
}

.tablet .sample-grid:before,
.phone .sample-grid:before {
    width: 100%;
    height: 50%;
}

.tablet .sample-grid:after,
.phone .sample-grid:after {
    width: 100%;
    height: 50%;
    top: 50%;
}

.tablet .sample-grid .right,
.phone .sample-grid .right {
    padding-left: 0;
    width: 100%;
}

.tablet .sample-grid .TableVerticalAlign,
.phone .sample-grid .TableVerticalAlign { 
    width: 100%;
}

.tablet .sample-grid .TableVerticalAlign .Cell2,
.phone .sample-grid .TableVerticalAlign .Cell2 {
    display: none;
}

.tablet .Tabs_header_Inside,
.phone .Tabs_header_Inside {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.tablet .tabs-custom .Tabs_body {
    padding: 60px 0 60px 0;
}

.phone .tabs-custom .Tabs_body {
    padding: 40px 0 60px 0;
}

.phone .padding-left {
    padding: 0 20px;
}


.phone .samples-mobile .Columns3.mob_BreakAll > .Column:not(:last-child),
.phone .samples-web .Columns3.mob_BreakAll > .Column:not(:last-child) {
    margin-bottom: 50px;
}

.phone .border .Columns2 > .Column.ColLast {
    border-left: 0;
}

.phone .samples-web .Columns3 .Column.ColFirst {
    padding-right: 0;
}

.phone .samples-web .Columns3 .Column.ColLast {
    padding-left: 0;
}

.phone .padding-mobile {
    padding: 0 20px;
}

.phone .tabs-patterns .Tabs_header_Vertical,
.phone .mobile-samples .Tabs_header_Vertical,
.phone .web-samples .Tabs_header_Vertical{
    display: none;
}

.phone .tabs-patterns .Tabs_body_Vertical,
.phone .mobile-samples .Tabs_body_Vertical,
.phone .web-samples .Tabs_body_Vertical{
    width: 100%;
}


.phone .tabs-custom .Tabs_body.changed .tabs-patterns .Tabs_body_Vertical,
.phone .tabs-custom .Tabs_body.changed .mobile-samples .Tabs_body_Vertical,
.phone .tabs-custom .Tabs_body.changed .web-samples .Tabs_body_Vertical{
    margin-left: 0;
}

.phone .tabs-patterns .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst,
.phone .mobile-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst,
.phone .web-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst{
    padding-right: 0;
}

.tablet.portrait .tabs-patterns .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst,
.tablet.portrait .mobile-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst,
.tablet.portrait .web-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColFirst{
    padding-right: 0;
    width: 100%;
}


.tablet.portrait .tabs-patterns .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast,
.phone .tabs-patterns .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast,
.tablet.portrait .mobile-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast,
.phone .web-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast,
.tablet.portrait .mobile-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast,
.phone .web-samples .Tabs__content_Vertical .MediumRightColumns > .Column.ColLast{
    display: none;
}

.tablet.portrait .tabs-patterns .Tabs_body_Vertical .Section,
.phone .tabs-patterns .Tabs_body_Vertical .Section,
.tablet.portrait .mobile-samples .Tabs_body_Vertical .Section,
.phone .web-samples .Tabs_body_Vertical .Section,
.tablet.portrait .mobile-samples .Tabs_body_Vertical .Section,
.phone .web-smples .Tabs_body_Vertical .Section{
    padding-bottom: 20px;
}


.CustomWeb.InlineDropdown,
.CustomMobile.InlineDropdown{
    width: 100%;
    margin-bottom: 10px
}


.CustomWeb .InlineDropdown_label,
.CustomMobile .InlineDropdown_label{
    cursor: pointer;
    min-width: auto;
    width: 100%;
    border: 1px solid #d7dee2;
    border-radius: 3px;
    text-align: left;
    padding: 10px 10px;
}

.CustomWeb .InlineDropdown_text,
.CustomMobile .InlineDropdown_text{
    display: inline-block;
    width: 50%;
}

.CustomWeb .InlineDropdown_icon,
.CustomMobile .InlineDropdown_icon {
    width: 50%;
    text-align: right;
}

.CustomWeb .DropdownMenu,
.CustomMobile .DropdownMenu {
    border: 1px solid #d7dee2;
    box-shadow: none;
    width: 100%;
}

.CustomWeb .DropdownMenu .PH > a:hover,
.CustomMobile .DropdownMenu .PH > a:hover{
    color: #d0021b;
}

.tablet .tabs-custom .Tabs_body .preview-mobile .MediumRightColumns > .Column.ColLast,
.phone .tabs-custom .Tabs_body .preview-mobile .MediumRightColumns > .Column.ColLast,
.tablet .tabs-custom .Tabs_body .mobile-samples .MediumRightColumns > .Column.ColLast,
.phone .tabs-custom .Tabs_body .mobile-samples .MediumRightColumns > .Column.ColLast{
    display: none;
}

.tablet .preview-mobile .Tabs_body_Vertical .Column.ColFirst,
.tablet .mobile-samples .Tabs_body_Vertical .Column.ColFirst{
    padding-right: 0;
    width: 100%;
}

.Others_Menu .Label {
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 0;
    font-size: 16px;
    border-radius: 35px;
    padding: 3px 12px;
}

/*------------------------------------*\
              Animations 
\*------------------------------------*/

.animate {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    visibility: hidden;
    will-change: transform;
}

.left-to-right {
    -webkit-animation-name: lefttoright;
            animation-name: lefttoright;
    visibility: visible !important;    
}

@-webkit-keyframes lefttoright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30%) translateY(0) translateZ(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
    }
}

@keyframes lefttoright {
    0% {
        opacity: 0;
        transform: translateX(-30%) translateY(0) translateZ(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) translateZ(0);
    }
}

.bottom-right {
    -webkit-animation-name: bottomright;
            animation-name: bottomright;
    visibility: visible !important;    
}

@-webkit-keyframes bottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%) translateY(10%) translateZ(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
    }
}

@keyframes bottomright {
    0% {
        opacity: 0;
        transform: translateX(30%) translateY(10%) translateZ(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) translateZ(0);
    }
}


/*------------------------------------*\
              Icon Font
\*------------------------------------*/

@font-face {
    font-family: 'SilkUIFont';
    src:url('/SilkUIFonts/fonts/SilkUIFont.eot?rstmb3');
    src:url('/SilkUIFonts/fonts/SilkUIFont.eot?rstmb3#iefix') format('embedded-opentype'),
        url('/SilkUIFonts/fonts/SilkUIFont.ttf?rstmb3') format('truetype'),
        url('/SilkUIFonts/fonts/SilkUIFont.woff?rstmb3') format('woff'),
        url('/SilkUIFonts/fonts/SilkUIFont.svg?rstmb3#SilkUIFont') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="Silk-"], [class*=" Silk-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'SilkUIFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Silk-Gallery:before {
    content: "\e900";
}
.Silk-InputIcon:before {
    content: "\e902";
}
.Silk-MoveOnDevice:before {
    content: "\e656";
}
.Silk-CardFlip:before {
    content: "\e655";
}
.Silk-CardImage:before {
    content: "\e657";
}
.Silk-FileUpload:before {
    content: "\e658";
}
.Silk-Logo:before {
    content: "\e652";
}
.Silk-LiverpoolTheme:before {
    content: "\e64e";
}
.Silk-LisbonTheme:before {
    content: "\e64f";
}
.Silk-TokyoTheme:before {
    content: "\e650";
}
.Silk-DublinTheme:before {
    content: "\e651";
}
.Silk-SampleApp3:before {
    content: "\e600";
}
.Silk-SampleApp2:before {
    content: "\e601";
}
.Silk-SILKUI:before {
    content: "\e602";
}
.Silk-SampleApp1:before {
    content: "\e603";
}
.Silk-Responsivetables:before {
    content: "\e654";
}
.Silk-CSS:before {
    content: "\e653";
}
.Silk-CharacterCount:before {
    content: "\e604";
}
.Silk-Accordion:before {
    content: "\e605";
}
.Silk-Alert:before {
    content: "\e606";
}
.Silk-Badge:before {
    content: "\e607";
}
.Silk-Ballon:before {
    content: "\e608";
}
.Silk-BallonFooter:before {
    content: "\e609";
}
.Silk-BlankSlate:before {
    content: "\e60a";
}
.Silk-BottomMenu:before {
    content: "\e60b";
}
.Silk-Box:before {
    content: "\e60c";
}
.Silk-BreadCrumb:before {
    content: "\e60d";
}
.Silk-Bullets:before {
    content: "\e60e";
}
.Silk-ButtonDropdown:before {
    content: "\e64d";
}
.Silk-ButtonGroup:before {
    content: "\e60f";
}
.Silk-ButtonsArea:before {
    content: "\e610";
}
.Silk-Calendar:before {
    content: "\e611";
}
.Silk-CardBackground:before {
    content: "\e659";
}
.Silk-CardLeftImage:before {
    content: "\e612";
}
.Silk-CardSimple:before {
    content: "\e613";
}
.Silk-CardSimpleImage:before {
    content: "\e614";
}
.Silk-Carousel:before {
    content: "\e615";
}
.Silk-Columns2:before {
    content: "\e616";
}
.Silk-Columns3:before {
    content: "\e617";
}
.Silk-Columns4:before {
    content: "\e618";
}
.Silk-Columns5:before {
    content: "\e619";
}
.Silk-Columns6:before {
    content: "\e64c";
}
.Silk-Counter:before {
    content: "\e61a";
}
.Silk-DisableBackNavigation:before {
    content: "\e61b";
}
.Silk-DisplayOnDevice:before {
    content: "\e61c";
}
.Silk-Email3Rows:before {
    content: "\e61d";
}
.Silk-EmailSection:before {
    content: "\e61e";
}
.Silk-FeedbackAjaxWait:before {
    content: "\e61f";
}
.Silk-Fieldset:before {
    content: "\e620";
}
.Silk-GlobalSearch:before {
    content: "\e621";
}
.Silk-IconBadge:before {
    content: "\e622";
}
.Silk-IconDropdown:before {
    content: "\e623";
}
.Silk-Iframe:before {
    content: "\e624";
}
.Silk-InfiniteScroll:before {
    content: "\e64b";
}
.Silk-Info:before {
    content: "\e625";
}
.Silk-LayoutEmail:before {
    content: "\e626";
}
.Silk-LayoutLogin:before {
    content: "\e627";
}
.Silk-LayoutPopup:before {
    content: "\e628";
}
.Silk-ListItem:before {
    content: "\e629";
}
.Silk-ListItemGroup:before {
    content: "\e62a";
}
.Silk-ListItemToggle:before {
    content: "\e62b";
}
.Silk-LoadOnVisible:before {
    content: "\e62c";
}
.Silk-MediumLeftColumn:before {
    content: "\e62d";
}
.Silk-MediumRightColumn:before {
    content: "\e62e";
}
.Silk-Modal:before {
    content: "\e62f";
}
.Silk-NavigationBar:before {
    content: "\e64a";
}
.Silk-Panel:before {
    content: "\e630";
}
.Silk-Post:before {
    content: "\e631";
}
.Silk-ProgressBar:before {
    content: "\e632";
}
.Silk-RangeSlider:before {
    content: "\e633";
}
.Silk-ResponsiveImages:before {
    content: "\e634";
}
.Silk-ScrollToElement:before {
    content: "\e635";
}
.Silk-Search:before {
    content: "\e636";
}
.Silk-Section:before {
    content: "\e637";
}
.Silk-SectionExpandable:before {
    content: "\e638";
}
.Silk-SectionIndex:before {
    content: "\e639";
}
.Silk-Select2:before {
    content: "\e63a";
}
.Silk-Separator:before {
    content: "\e63b";
}
.Silk-SmallLeftColumn:before {
    content: "\e63c";
}
.Silk-SmallRIghtColum:before {
    content: "\e63d";
}
.Silk-StackedIcon:before {
    content: "\e63e";
}
.Silk-TabsClient:before {
    content: "\e63f";
}
.Silk-TileIcon:before {
    content: "\e640";
}
.Silk-TileIconText:before {
    content: "\e641";
}
.Silk-TileNumber:before {
    content: "\e642";
}
.Silk-Toggle:before {
    content: "\e643";
}
.Silk-ToggleOnDevice:before {
    content: "\e644";
}
.Silk-Tooltip:before {
    content: "\e645";
}
.Silk-UserInitials:before {
    content: "\e646";
}
.Silk-VerticalAlign:before {
    content: "\e647";
}
.Silk-Video:before {
    content: "\e648";
}
.Silk-Wizard:before {
    content: "\e649";
}



@font-face {
  font-family: 'SilkMobile';
  src:  url('./SilkMobile.eot?3b1fv4');
  src:  url('./SilkMobile.eot?3b1fv4#iefix') format('embedded-opentype'),
    url('./SilkMobile.ttf?3b1fv4') format('truetype'),
    url('./SilkMobile.woff?3b1fv4') format('woff'),
    url('./SilkMobile.svg?3b1fv4#SilkMobile') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="SilkMobile-"], [class*=" SilkMobile-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SilkMobile' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.SilkMobile-Elasticsearch:before {
  content: "\e94b";
}
.SilkMobile-InputMask:before {
  content: "\e94a";
}
.SilkMobile-NotificationReceiver:before {
  content: "\e948";
}
.SilkMobile-PincodeUnlock:before {
  content: "\e949";
}
.SilkMobile-DropArea:before {
  content: "\e946";
}
.SilkMobile-DraggableItem:before {
  content: "\e947";
}
.SilkMobile-PincodeRegister:before {
  content: "\e950";
}
.SilkMobile-InAppChat:before {
  content: "\e951";
}
.SilkMobile-Screens:before {
  content: "\e952";
}
.SilkMobile-Flow:before {
  content: "\e953";
}
.SilkMobile-desktop:before {
  content: "\e945";
}
.SilkMobile-mobile:before {
  content: "\e944";
}
.SilkMobile-StackedCards:before {
  content: "\e90d";
}
.SilkMobile-CenterContent:before {
  content: "\e943";
}
.SilkMobile-ActionSheet:before {
  content: "\e900";
}
.SilkMobile-Alert:before {
  content: "\e901";
}
.SilkMobile-Animate:before {
  content: "\e902";
}
.SilkMobile-AnimatedLabel:before {
  content: "\e903";
}
.SilkMobile-Badge:before {
  content: "\e904";
}
.SilkMobile-BlankSlate:before {
  content: "\e905";
}
.SilkMobile-BottomBarItem:before {
  content: "\e906";
}
.SilkMobile-Card:before {
  content: "\e907";
}
.SilkMobile-CardAction:before {
  content: "\e908";
}
.SilkMobile-CardBackgroud:before {
  content: "\e909";
}
.SilkMobile-CardItem:before {
  content: "\e90a";
}
.SilkMobile-CardSectioned:before {
  content: "\e90b";
}
.SilkMobile-Carousel:before {
  content: "\e90c";
}
.SilkMobile-ChatMessage:before {
  content: "\e90e";
}
.SilkMobile-Column2:before {
  content: "\e90f";
}
.SilkMobile-Column3:before {
  content: "\e910";
}
.SilkMobile-Column4:before {
  content: "\e911";
}
.SilkMobile-Column5:before {
  content: "\e912";
}
.SilkMobile-Column6:before {
  content: "\e913";
}
.SilkMobile-ColumnSmallLeft:before {
  content: "\e914";
}
.SilkMobile-ColumnSmallRight:before {
  content: "\e915";
}
.SilkMobile-Counter:before {
  content: "\e916";
}
.SilkMobile-CSS:before {
  content: "\e917";
}
.SilkMobile-DisplayOnDevice:before {
  content: "\e918";
}
.SilkMobile-FlipContent:before {
  content: "\e919";
}
.SilkMobile-FloatingActions:before {
  content: "\e91a";
}
.SilkMobile-FloatingContent:before {
  content: "\e91b";
}
.SilkMobile-Gallery:before {
  content: "\e91c";
}
.SilkMobile-HorizontalScroll:before {
  content: "\e91d";
}
.SilkMobile-IconBadge:before {
  content: "\e91e";
}
.SilkMobile-LightBoxItem:before {
  content: "\e91f";
}
.SilkMobile-ListItemContent:before {
  content: "\e920";
}
.SilkMobile-MarginContainer:before {
  content: "\e921";
}
.SilkMobile-MasterDetail:before {
  content: "\e922";
}
.SilkMobile-Notification:before {
  content: "\e923";
}
.SilkMobile-Prancheta-57:before {
  content: "\e924";
}
.SilkMobile-Prancheta-58:before {
  content: "\e925";
}
.SilkMobile-Prancheta-59-cópia:before {
  content: "\e926";
}
.SilkMobile-Prancheta-59:before {
  content: "\e927";
}
.SilkMobile-ProgressBar:before {
  content: "\e928";
}
.SilkMobile-ProgressCircle:before {
  content: "\e929";
}
.SilkMobile-ProgressCircleFraction:before {
  content: "\e92a";
}
.SilkMobile-RangeSlider:before {
  content: "\e92b";
}
.SilkMobile-Search:before {
  content: "\e92c";
}
.SilkMobile-Section:before {
  content: "\e92d";
}
.SilkMobile-SectionExpandable:before {
  content: "\e92e";
}
.SilkMobile-SectionGroup:before {
  content: "\e92f";
}
.SilkMobile-Separator:before {
  content: "\e930";
}
.SilkMobile-Sidebar:before {
  content: "\e931";
}
.SilkMobile-SplitScreen:before {
  content: "\e932";
}
.SilkMobile-SubMenu:before {
  content: "\e933";
}
.SilkMobile-SVG_Calendar:before {
  content: "\e934";
}
.SilkMobile-SVG_Counter:before {
  content: "\e935";
}
.SilkMobile-SVG_Gestures:before {
  content: "\e936";
}
.SilkMobile-SVG_Swipe:before {
  content: "\e937";
}
.SilkMobile-SVG_System:before {
  content: "\e938";
}
.SilkMobile-SVG_UserAvatar:before {
  content: "\e939";
}
.SilkMobile-Tabs:before {
  content: "\e93a";
}
.SilkMobile-Tag:before {
  content: "\e93b";
}
.SilkMobile-Timeline:before {
  content: "\e93c";
}
.SilkMobile-Tooltip:before {
  content: "\e93d";
}
.SilkMobile-UserAvatar:before {
  content: "\e93e";
}
.SilkMobile-VerticalAlign:before {
  content: "\e93f";
}
.SilkMobile-Video:before {
  content: "\e940";
}
.SilkMobile-Wizard:before {
  content: "\e941";
}
.SilkMobile-WizardItem:before {
  content: "\e942";
}




.PatternsDummyPlaceholder{
    background:lightgray;
    text-align: center;
    padding: 75px 0;
    border:  5px solid darkgray;
    font-weight: bold;
    font-size: 18px;
    
    
}

.tabs-custom .Tabs__tab [class^="SilkMobile-"]{
    margin-right: 10px;
    font-size: 16px;
    margin-top: 4px;
}

.tablet.portrait .Tabs__tab_Search {
    float: right;
}

.tablet.portrait .Tabs__tab_Search .search-wrapper input {
    width: 350px;
}

.preview-device {
    color: #78909c;
    font-size: 16px;
    cursor: pointer;
    transition: all 100ms ease-out;
}

.preview-device.selected {
    color: #ce2200;
}

.preview-device:hover {
    color: #ce2200;    
}

.phone-support-message {
    height: 100%;
}

.phone-support-message .Card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.phone-support-message .Card_Title {
    font-size: 18px;
}

.phone-support-message .Card_Text {
    font-size: 13px;
}

.phone-support-message .Card_Actions {
    font-size: 12px;
    color: #999;
}

/* V2 VERSION */
.SubPage .hero-video .Heading2 {
    color: #fff;
    font-weight: 300;
}

.Font-14 {
    font-size: 14px;
}

.hero-text-heading-big {
    font-size: 55px;
}

.hero-text .TableVerticalAlign {
    display: inline-block;
}

.hero-text .TableVerticalAlign .Cell2 {
    padding-left: 20px;
}

.big-card {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 50px;
    color: #68777f;
    transition: all 270ms cubic-bezier(0.4, 0, 1, 1);
}

.big-card:hover {
    box-shadow: 0 26px 30px rgba(0, 0, 0, 0.11);  
}

.templates-overview .Columns2 > .Column {
    width: 50%;
    padding: 0 10px;
}

.templates-overview .Columns2 > .Column.ColFirst {
    padding-left: 0;
}

.templates-overview .Columns2 > .Column.ColLast {
    padding-right: 0;
}

.SectionWebsite.UsePadding.templates-overview {
    margin-top: -70px;
    padding: 0 0 70px;
}

.SectionWebsite.UsePadding.patterns-overview {
    padding: 70px 0;
}

.Website .SectionWebsite .ThemeGrid_Container {
    max-width: 1280px;
    position: relative;
}

.tab-header-all {
    display: inline-block;
    color: #78909c;
    border-left: 0;
    font-size: 18px;
    padding: 15px 17px;
    position: relative;
    top: 2px;
    height: 60px;
}

.tab-header-all a, 
.tab-header-all a:link, 
.tab-header-all a:visited {
    font-weight: 400;
    color: #78909c;
}

.desktop .tab-header-all a:hover {
    color: #78909c
}

.Tabs__tab.tab-header-all {
    top: 0;
}

.Tabs__tab.tab-header-all.active a {
    color: #CE2200;
}


.templates .Columns3 > .Column {
    width: 33.333%;
    padding: 0 10px;
}

.templates .Columns3 .Column.ColFirst {
    padding-left: 0;
    padding-right: 10px;
}

.templates .Columns3 .Column.ColLast {
    padding-right: 0;
    padding-left: 10px;
}

.video-container {
    cursor: pointer;
}

.popup-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 300ms ease-out;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.7);
}

.tablet .popup-video,
.phone .popup-video {
    display: none !important;
}

.popup-video.visible {
    opacity: 1;
    pointer-events: auto;
} 

.popup-video .VideoContainer {
    width: 900px;
    box-shadow: 0 12px 104px rgba(0, 0, 0, 0.88);
    overflow: hidden;
    height: 506px;
} 

.popup-video > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popup-video .popup-video-close {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    width: 100px;
    text-align: right;
    color: #fff;
}

a.btn-white-secondary, 
a.btn-white-secondary:link, 
a.btn-white-secondary:visited {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 15px;
    transition: all 250ms ease-out !important;
}

a.btn-white-secondary:hover {
    background-color: #fff;
    color: #d0021b !important;
}

a.btn-white-secondary.with-hover {
    display: inline-block;
}

a.btn-white-secondary.with-hover:hover {
    background-color: #fff;
    color: #0088cc !important;
}

.new-negative-margin {
    margin-top: -28px;
}

.new-negative-margin .Label.Blue {
    margin: 0;
    padding: 3px 12px;
    font-size: 10px;
}

.tab-pattern-title {
    margin-left: 10px;
}

.Components .tab-pattern-title,
.Flows-Samples .tab-pattern-title {
    margin-left: 0;
}

/* Version V2 Responsive */

.tablet .max-width-image,
.phone .max-width-image {
    max-width: 100%;   
}

.phone .hero-text-heading-big {
    font-size: 28px;
}

.phone.SubPage .hero-video .Heading2 br {
    display: none;
}

.phone.SubPage .hero-video .Heading2 {
    margin-top: 20px;
}

.phone .video-container {
    display: none;
}

.phone.SubPage .hero-video {
    height: 380px;
}

.phone .footer-bottom .ThemeGrid_Width5 {
    width: 100%;
}

.phone .margin-bottom-phone {
    margin-bottom: 20px;
}

.tablet .remove-line-break br,
.phone .remove-line-break br{
    display: none;
}


.tablet .templates .Columns3.tab_BreakLast > .Column.ColFirst {
    padding-right: 10px;
    padding-left: 0px;
}

.tablet .templates .Columns3.tab_BreakLast > .Column {
    padding-left: 10px;
    margin-bottom: 20px;
}

.tablet .templates .Columns3.tab_BreakLast > .Column.ColLast {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
}

.tablet .big-card {
    padding: 50px 50px;
}

.tablet .templates .Columns3.tab_BreakLast > .Column.ColLast {
    padding-right: 20px;
}

.tablet .templates .Columns3.tab_BreakLast > .Column.ColLast .big-card {
    width: 50%;
}

.tablet .templates .Columns3.tab_BreakLast > .Column.empty {
    display: none;
}


.phone .Tabs__tab {
    width: 50%;
}

.phone .tabs-custom.search .Tabs_header {
    padding: 0;
}

.phone .big-card {
    padding: 50px 20px;
}

.phone .Tabs__tab_Search {
    padding: 10px 20px;
    background-color: #fff;
}

.phone .Tabs__tab_Search .fa {
    left: 35px;
}

.tab-header-all a [class^="SilkMobile-"] {
    color: #78909c;
}
 
.tabs-custom .Tabs__tab.active [class^="SilkMobile-"] {
    color: #CE2200;
}

.search-results .WebResultsValues div {
    padding: 0px 0 10px 0;
}

.search-results .WebResultsValues div:last-child {
    padding: 0;
}

.play-video-animation {
    position: relative;
}

.play-video-animation:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-animation: pulse-video 1600ms ease-out 3 800ms;
    animation: pulse-video 1600ms ease-out 3 800ms;

}

@keyframes pulse-video {
    0% {
        transform: scale(1) translateZ(0);
    }

    50% {
        transform: scale(1.3) translateZ(0); 
    }

    100% {
        transform: scale(1) translateZ(0);
    }
}

@-webkit-keyframes pulse-video {
    0% {
        -webkit-transform: scale(1) translateZ(0);
    }

    50% {
        -webkit-transform: scale(1.3) translateZ(0); 
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
    } 
}


figure {
    margin: 0;
}

.pswp {
    z-index: 1000;
}


div.Menu_DropDownPanel a, div.Menu_DropDownPanel a:link, div.Menu_DropDownPanel a:visited {
    color: #ffffff;
    height: auto;
    font-size: 16px;
    text-transform: uppercase;
}
.Menu_DropDownPanel {
    background-color: #2a2a2a;
   
}

.Menu_DropDownArrow {
 
    border-width: 5px 5px 0;
    padding-top: 1px;
    padding-left: 2px;
}
.Menu_TopMenu .Menu_DropDownArrow {
    
    top: 46%;
   
}

.Page.UseHeaderFade .Header .Header_background {
    display: block;
}
.Header {
   
    height: 100px;
    line-height: 100px;
}
.Header .Application_Title img {
    max-height: 75px;
    
}
.Header_center {
   
    border-bottom: none;
}
.Header.active {
    background: rgba(0,0,0,.2);
}
.desktop .Header_Menu, .Header_Menu .ListRecords {
    display: block;
    text-align: right;
}
.Header.active {
    position: fixed;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.Header_background {
    background-color: #333;
    border-bottom-color: #333;
}
.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-transform: uppercase;
}
.Header.active {
    background: #333;
}
.Login_Info, .AppSwitcherContainer, a.Login_Info_Username, a.Login_Info_Username:link, a.Login_Info_Username:visited {
    color: #fff;
    font-size: 100%;
    font-weight: normal;
}

/* About US*/

.Container-AboutUS {
    position: relative;
    height: auto;
    margin-top: 25px;
    text-align: justify;
    width: 40%;
    margin: auto;
}
.tablet .Container-AboutUS {
   width: 60%;
   
}
.phone .Container-AboutUS {
   width: 80%;
   
   text-align: left;
   
}
 .AboutTitle{
    
    font-size: 50px;
    font-weight: bold;
    color: #006c67;
}
.tablet .AboutTitle{
    
    font-size: 40px;
    
}
.phone .AboutTitle{
    
    font-size: 30px;
    
}
.About_Para {
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
}
.v-mis .Columns2 > .Column.ColFirst {
    padding-left: 0;
    border-right: 1px solid #003738;
}
.phone .v-mis .Columns2 > .Column.ColFirst {
    padding-left: 0;
    border-right: 0px solid #003738;
}
.v-mis .Columns2 > .Column {
    width: 50%;
    padding: 0 30px;
}
.About_Para a {
    color: #0a48f8 !important;;
}
.ab-us .margin-contaner {
    margin: 0px 245px !important;
}
.ab-us{
padding-top: 120px;
}
.phone .About_Para a {
    
    
}
.ab-us input[type="text"] {
    height: 40px;
}
.ab-us  td {
    padding-bottom: 15px;
}
.tablet .ab-us .margin-contaner {
    margin: 0px 25px !important;
}
.phone .ab-us .margin-contaner {
    margin: 0px 25px !important;
}
.About_Para a:hover {
    color: #0a48f8 !important;;
}
.vision-italic-text{
    margin-left: -38px;
    font-style: italic;
}
.phone .vision-italic-text {
    margin-left: -22px;
   
}
.Mgs_Bold{
    font-weight: bold;
    color: #006c67;
    width: auto;
    font-size: 18px;
}
/* End About Us*/


/*partner*/

.parti-con .partner-heading{

font-size: 50px;
    font-weight: bold;
    color: #006c67;
}


.parti-con .frame {
    height: 300px;      /* equals max image height */
    width: 300px;
    background: #F4F4F6;
    

    
   
}
.parti-con .frame-back {
  height: 300px;
    width: 300px;
    background: #006c68;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    letter-spacing: .7px;
    line-height: 20px;
}

.parti-con .responsive-container {
    position: relative;
    width: 100%;
   
}

.parti-con .dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.parti-con .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.parti-con .img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.parti-con .img-container img {
    vertical-align: middle;
    display: inline-block;
}
.parti-con .width-75{
width: 75%;

}
.parti-con .tablet .width-75, .phone .width-75{
width: 100%;
}
.tablet .parti-con .partner-heading, .phone .parti-con .partner-heading {
    font-size: 35px;
    
    margin-top: 18px;
    display: block;
}
/*enter partner*/
/*Contact US Style*/
.Contact_US_Container
 {
    position: relative;
    margin: 1% 5% 0% 5%;
    height: auto;
    padding: 0% 18% 5% 18%;
    background: rgba(254, 255, 255, 0.08);
}

.tablet .Contact_US_Container {
    margin: 0% 3% 0% 0%;
    padding: 0% 6% 5% 6%;
   
}
.phone .Contact_US_Container {
   
    padding: 2%;
}
.Contact_US_Container .MediumRightColumns > .Column.ColFirst {
    width: 63%;
    padding-right: 20px;
    padding-left: 0px;
    border-right: 2px solid #eee;
}

.Contact_US_Container .MediumRightColumns > .Column.ColLast {
    width: 37%;
    padding-left: 20px;
    padding-right: 0px;
}
.phone .Contact_US_Container .MediumRightColumns > .Column.ColFirst {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px solid #ddd;
}

.phone .Contact_US_Container .MediumRightColumns > .Column.ColLast {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.Contact_Us_Heading{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
}
.letter-spacep8{
    letter-spacing: .8px;
}
.checkbox_valign{
    vertical-align: bottom !important;
    margin-right: 10px !important;
}
.phone .cc_subh{
   font-size: 13px;
}

.company-text{ 
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #aeadad;
    }
    
    .Contact_US_Container input[type="text"]{
    
    height: 45px;
    border-radius: 0px;
}

.Button_contact{
  
    font-weight: bold;
    font-size: 18px;
    width: 50%;
    height: 60px;
    background-color: #006c67;
    color: white;
    cursor: pointer;
}

.tablet .Contact_Us_Heading {
    font-size: 25px;
}

.tablet .company-text {
    
    font-size: 16px;
}

.tablet .font-tab {
    font-size: 14px !important;
}

/* End of Contact US Style*/


.heding-d-c-c-popup{
font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.desktop .title .ThemeGrid_Container {
    padding-left: 10px !important;
    padding-right: 50px !important;
}

.margin-contaner {
    
}
.pricing{
font-size:45px;
font-weight:bold;
text-transform:uppercase;
margin-bottom:30px;


}
.Price-block{
text-align: center;

    margin: 0px 15px;
}
.tablet .Price-block {
   
    margin: 0px 0px;
}
.Price-block--header{
font-size: 18px;
font-weight: bold;
color: #fff;
padding: 10px 0px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.Price-block--headerContent{
font-size: 16px;
 padding: 10px 0px;
 color: #fff;
}
.Price-block--headerContent .amount{
font-size: 65px;
font-weight: bold;
}
.tablet .Price-block--headerContent .amount {
    font-size: 30px;
   
}
.Price-block--headerContent .currency{
font-size: 18px;
line-height: 60px;
vertical-align: top;
}
.tablet .Price-block--headerContent .currency {
    font-size: 18px;
    line-height: 30px;
    
}
.Price-block--body{
padding: 25px;
border: 1px solid #ddd;
text-align: left;

}
.tablet .Price-block--body {
    padding: 20px 10px;
   
   
}
.tablet .Price-block--body .TableVerticalAlign .Cell1, .tablet .Price-block--body .TableVerticalAlign .Cell2 {
    display: block;
    
}

.tablet .Price-block--body .TableVerticalAlign {
    display: block;
}
.Price-block--body .key {
    font-size: 14px;
    color: #555;
    display: block;
}
.Price-block--body .Label {
  
    min-width: 100px;
    display: block;
    text-align: center;
}


.Price-block--body .value {
    font-size: 16px;
    color: #999;
    display: block;
}
.Price-block--footer{
color: #fff;
padding: 10px 0px;
}
.Price-block--footer a:hover {
    color: #fff !important;
}
.basic-header--bg{background: #0d4b4b;}
.permium-header--bg{background: #0d4b4b;}
.permiumplus-header--bg{  background: #0d4b4b;}

.basic-headerContent--bg{background: #003838;}
.permium-headerContent--bg{background: #003838;}
.permiumplus-headerContent--bg{background: #003838;}

.basic-footer--bg{background: #0d4b4b;}
.permium-footer--bg{background: #0d4b4b;}
.permiumplus-footer--bg{background: #0d4b4b;}

.Price-block--footer  a{
color: #fff;
}

.Price-block--body tr {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.Price-block--body td {
    padding: 15px 5px;
}

.Price-block--body td>div {
   color:gray !important;
}
.Blue {
    /* background-color: #8baabe; */
    background-color: #d9edf7;
    border-color: #c8dee9;
    color: #31708f;
    padding: 10px;
}
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform:     translateY(-30px);
        transform:         translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform:     translateY(-15px);
        transform:         translateY(-15px)
    }
}
.desktop .Price-block {  
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  color: white;
}
.desktop .Price-block:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.phone .MainContent {
    padding-top: 99px !important;
}
.phone .Application_Menu {
    top: 99px;
}
.phone .Header, .tablet .Header {
  
    line-height: 60px;
    padding: 20px 0px;
}
/*
@media screen and (max-width: 1680px) and (min-width: 1440px)
{

.Price-block--body .key {
    
    width: 300px;
}
.services .Price-block--body .key {
    
    width: 210px;
}
}

@media screen and (max-width: 1280px) and (min-width: 1440px)
{

.Price-block--body .key {
    
    width: 300px;
}
.services .Price-block--body .key {
    
    width: 210px;
}
}

*/






/*Pricing*/



/*Pricing table and price blocks*/
.price-head h1 {
text-align: center;
margin-top: 2em;
font-size: 3em;
color: #fff;
}
.price-head h3 {
    color: #404042;
    font-size: 3em;
    text-decoration: none;
    font-weight: 700;
}
.pricing-grids {
    width: 100%;
    margin: auto;
}

/*----*/
.pricing-grid1,.pricing-grid2,.pricing-grid3 {
width: 32%;
float: left;
text-align: center;
margin-right: 2%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
padding: 0;
border: none;
border-radius: 0.7em;
-webkit-border-radius: 0.7em;
-o-border-radius: 0.7em;
-moz-border-radius: 0.7em;
}
 .pricing-grid3{
     margin-right: 0;
 }
.pricing-grid1:hover,.pricing-grid2:hover,.pricing-grid3:hover {
    transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
.pricing-grid1:nth-child(3){
    margin-right:0;
}
.price-value h2 a,.price-value.two h3 a,.price-value.three h4 a{
    font-size: 1.8em;
    color:#fff;
}
.price-value,.price-value.two,.price-value.three {
    background: #383a3a;
    padding: 2.8em 1.5em 1.5em;
    border-bottom:2px solid #383a3a;
    border-top-left-radius:0.7em;
    -webkit-border-top-left-radius:0.7em;
    -o-border-top-left-radius: 0.7em;
    -moz-border-top-left-radius:0.7em;
    border-top-right-radius:0.7em;
    -webkit-border-top-right-radius:0.7em;
    -o-border-top-right-radius:0.7em;
    -moz-border-top-left-radius: 0.7em;
    position: relative;
}
.price-value.two{
   background: #383a3a;
    border-bottom: 2px solid #fff;
}
.price-value.three {
        background: #383a3a;
    border-bottom: 2px solid #fff;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
    padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
    list-style: none;
}
.price-value ul li{
    list-style: none;
}
.price-value  h5 span{
color: #fff;
font-size: 17px;
}
.price-value  label{
color: #817d94;    
font-size: 17px;
}
.price-value.two h5 span{
    color:#fff;
}
.price-value.two h5  label{
    color:#fff;
}
.price-value.three h5 span{
    color: #fff;
}
.price-value.three h5  label{
    color:#fff;
}
.price-value h5 {
padding: 11px 0;
}
.sale-box,.sale-box.two,.sale-box.three{
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 130px;
    width: 143px;
    text-align: center;
    z-index: 0;
    right:0;
    border-top-right-radius: 0.7em;
    -o-border-top-right-radius: 0.7em;
    -moz-border-top-right-radius: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale{
font-size: 14px;
color: #444;
background: #c4c4c4;
text-transform: uppercase;
padding: 58px 35px 17px 40px;
width: 281px;
text-align: center;
display: block;
position: absolute;
left: -47px;
top: -41px;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: rotate(-44deg);
-ms-transform: rotate(-44deg);
transform: rotate(40deg);
box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.sale-box.two.sale-box span.on_sale{
    background: #c4c4c4;
}
.sale-box.three.sale-box span.on_sale{
    background:#05AEA7;
}
.pricing-grid1 ul li a,.pricing-grid2 ul li a,.pricing-grid3 ul li a{
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: normal;
}
.pricing-grid1 ul li.whyt a,.pricing-grid2 ul li.whyt a,.pricing-grid3 ul li.whyt a{
    background:#f4f4f4;
}
.pricing-grid1:hover div.price-bg ul li a,.pricing-grid1:hover div.price-value h3 a{
 color:#333;
 font-weight: bold;
}
.pricing-grid2:hover div.price-bg ul li a,.pricing-grid2:hover div.price-value h3 a{
 color:#333;
 font-weight: bold;
}
.pricing-grid3:hover div.price-bg ul li a,.pricing-grid3:hover div.price-value h3 a{
    color:#333;
    font-weight: bold;
}
.price-bg {
    background: #fff;
}
.price-bg ul {
    padding: 0;
}
.price-bg ul li{
    list-style: none;
}
.cart1,.cart2,.cart3{
    padding: 2.7em 0em 2.7em;
    display: block;
    border-bottom: 2px solid#ffd500;
}
.cart2{
border-bottom: 2px solid#f96d70;
}
.cart3{
border-bottom: 2px solid#04dbdd;
}
.cart1 a,.cart2 a,.cart3 a{
    color: #FFF;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.8em 2em;
    text-decoration: none;
    background: orange;
    text-transform:uppercase;
    -webkit-appearance:none;
    border-radius:1em;
    -webkit-border-radius:1em;
    -o-border-radius:1em;
    -moz-border-radius:1em;
    outline: none;
}
.cart2 a{
    background:#fa6e6f;
}
.cart3 a{
    background: #04dbdd;
}
.cart1 a:hover,.cart2 a:hover,.cart3 a:hover{
    color: orange;
}

.price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
    font-size: 25px;
    color: #fff !important;
}

.pricing-grids h2, .pricing-grids h1, .pricing-grids h3, .pricing-grids h4, .pricing-grids h5, .pricing-grids h6 {
    margin: 0;
}
.phone .pricing-grid1, .phone .pricing-grid2, .phone .pricing-grid3 {
    width: 100%;
}

.pricing-grid3:hover div.price-value h3 a {
    color: #fff !important;
}
/*----*/
/*---start-pricing-tabels-----*/


.Form a.SmartInput_Undo:after {
   display: none;
}
.tablet .Application_Menu {
   
    top: 100px;
  
}
