@import url("font-awesome.min.css");
@font-face { font-family: 'Nunito'; src: url("../eot/nunito-light.eot"); src: url("../eot/nunito-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/nunito-light.woff2") format("woff2"), url("../woff/nunito-light.woff") format("woff"), url("../ttf/nunito-light.ttf") format("truetype"), url("../svg/nunito-light.svg#Nunito-Light") format("svg"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Nunito'; src: url("../eot/nunito-regular.eot"); src: url("../eot/nunito-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/nunito-regular.woff2") format("woff2"), url("../woff/nunito-regular.woff") format("woff"), url("../ttf/nunito-regular.ttf") format("truetype"), url("../svg/nunito-regular.svg#Nunito-Regular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Nunito'; src: url("../eot/nunito-bold.eot"); src: url("../eot/nunito-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/nunito-bold.woff2") format("woff2"), url("../woff/nunito-bold.woff") format("woff"), url("../ttf/nunito-bold.ttf") format("truetype"), url("../svg/nunito-bold.svg#Nunito-Bold") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Nunito'; src: url("../eot/nunito-semibold.eot"); src: url("../eot/nunito-semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/nunito-semibold.woff2") format("woff2"), url("../woff/nunito-semibold.woff") format("woff"), url("../ttf/nunito-semibold.ttf") format("truetype"), url("../svg/nunito-semibold.svg#Nunito-SemiBold") format("svg"); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../eot/sourcesanspro-semibold.eot"); src: url("../eot/sourcesanspro-semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/sourcesanspro-semibold.woff2") format("woff2"), url("../woff/sourcesanspro-semibold.woff") format("woff"), url("../ttf/sourcesanspro-semibold.ttf") format("truetype"), url("../svg/sourcesanspro-semibold.svg#SourceSansPro-SemiBold") format("svg"); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../eot/sourcesanspro-bold.eot"); src: url("../eot/sourcesanspro-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/sourcesanspro-bold.woff2") format("woff2"), url("../woff/sourcesanspro-bold.woff") format("woff"), url("../ttf/sourcesanspro-bold.ttf") format("truetype"), url("../svg/sourcesanspro-bold.svg#SourceSansPro-Bold") format("svg"); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../eot/sourcesanspro-regular.eot"); src: url("../eot/sourcesanspro-regulard41d.eot?#iefix") format("embedded-opentype"), url("../woff2/sourcesanspro-regular.woff2") format("woff2"), url("../woff/sourcesanspro-regular.woff") format("woff"), url("../ttf/sourcesanspro-regular.ttf") format("truetype"), url("../svg/sourcesanspro-regular.svg#SourceSansPro-Regular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../eot/sourcesanspro-light.eot"); src: url("../eot/sourcesanspro-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/sourcesanspro-light.woff2") format("woff2"), url("../woff/sourcesanspro-light.woff") format("woff"), url("../ttf/sourcesanspro-light.ttf") format("truetype"), url("../svg/sourcesanspro-light.svg#SourceSansPro-Light") format("svg"); font-weight: 300; font-style: normal; }
/* Fonts */
/* Font Size */
/* Colors */
/* Width Variables */
/* Gradient Color */
/* Box Shadows */
/* Text Animations */
/* Default Styles */
/* White Box */
/* Button Style */
/* ------------------- Typography ------------------- */
img { max-width: 100%; height: auto; }

a { color: #31B879; text-decoration: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
a:hover { color: #31B879; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { font-family: "Nunito"; color: #3C4240; }

.container { max-width: 1280px; }

.white-bg { background: #fff !important; }

.green-color { color: #31B879; }

.gray-bg { background: #FAFAFA !important; }

.border-zero { border: none !important; }

.pagination-contain { width: 100%; display: inline-block; margin: 0 0 45px 0; }
.pagination-contain ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
.pagination-contain ul li { display: inline-block; position: relative; padding: 0 10px; }
.pagination-contain ul li::before { width: 16px; height: 16px; display: block; position: absolute; left: -5px; top: 0; content: '/'; }
.pagination-contain ul li:first-child { padding-left: 0; }
.pagination-contain ul li:first-child::before { display: none; }
.pagination-contain ul li.current { font-weight: 600; }

/* Form Elements Style */
.form-field-contain { width: 100%; display: inline-block; position: relative; margin-bottom: 15px; }

.form-field-title { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; }

.required { color: #EA1305; }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="search"], input[type="url"], input[type="url"], textarea { width: 100%; display: inline-block; position: relative; background: #fff; border: 1px solid #E6E6E6; padding: 10px 15px; border-radius: 4px; height: 50px; }

textarea { height: 140px; }

button[type="button"], button[type="submit"], input[type="button"], input[type="submit"] { color: #31B879; text-decoration: none; display: inline-block; background: none; border-radius: 25px; border: 1px solid #E6E6E6; padding: 12px 35px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
button[type="button"] svg, button[type="submit"] svg, input[type="button"] svg, input[type="submit"] svg { fill: #31B879; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
button[type="button"]:hover, button[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:hover { color: #fff; text-decoration: none; background: #31B879; border: 1px solid #31B879; }
button[type="button"]:hover svg, button[type="submit"]:hover svg, input[type="button"]:hover svg, input[type="submit"]:hover svg { fill: #fff; }

input, button, select, textarea { outline: none; }

.checkbox-contain { width: 100%; display: inline-block; position: relative; padding: 7px 0 0 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Create a custom checkbox */ /* Hide the browser's default checkbox */ }
.checkbox-contain .checkmark { position: absolute; top: 5px; left: 0; width: 25px; height: 25px; background: #fff; border: 2px solid #d1d1d1; border-radius: 4px; /* Create the checkmark/indicator (hidden when not checked) */ }
.checkbox-contain .checkmark::after { width: 20px; height: 20px; left: 0px; top: 2px; content: "\f00c"; font-family: 'FontAwesome'; font-size: 14px; color: #31B879; position: absolute; display: none; }
.checkbox-contain input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; /* When the checkbox is checked, add a blue background */ }
.checkbox-contain input:checked ~ .checkmark { background-color: #fff; /* Show the checkmark when checked */ }
.checkbox-contain input:checked ~ .checkmark::after { display: block; }

/* ------------------- Main Site Code Start ------------------- */
body, html { margin: 0; height: 100%; }

body { margin: 0; padding: 0; font-family: "Source Sans Pro"; font-size: 16px; color: #7A807D; line-height: 1.4; overflow-x: hidden; background: #fff; }

/* Header Section */
#header-main { width: 100%; display: inline-block; position: fixed; left: 0; top: 0; z-index: 999; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); min-height: 80px; }
#header-main button.navbar-toggle { position: absolute; right: 15px; top: 15px; z-index: 999; background: none; border: 1px solid #fff; padding: 8px 12px; border-radius: 2px; color: #fff; }

#logo { width: 100%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; position: relative; padding: 0 15px; margin: 20px 0 15px 0; }

#header-right-menu { width: 100%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; position: relative; padding: 0 15px; margin: 15px 0; }
#header-right-menu > ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: center; }
#header-right-menu > ul > li { display: inline-block; position: relative; margin: 0; padding: 10px 12px; }
#header-right-menu > ul > li > a { display: inline-block; position: relative; padding: 0; color: #7A807D; text-decoration: none; }
#header-right-menu > ul > li > a::after { width: 0; height: 3px; display: block; position: absolute; content: ''; left: 0; right: 0; bottom: -12px; margin: 0 auto; background: #31B879; border-radius: 25px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#header-right-menu > ul > li > a:hover { color: #31B879; text-decoration: none; }
#header-right-menu > ul > li > a:hover::after { width: 20px; }
#header-right-menu > ul > li.current > a { color: #31B879; }
#header-right-menu > ul > li.current > a::after { width: 20px; }
#header-right-menu > ul > li:nth-last-child(2) { float: right; position: absolute; right: 170px; top: 0; }
#header-right-menu > ul > li:nth-last-child(2) > a { color: #7A807D; }
#header-right-menu > ul > li:nth-last-child(2) > a::after { background: #31B879; }
#header-right-menu > ul > li:last-child, #header-right-menu > ul > li.nav-button { float: right; padding: 0; }
#header-right-menu > ul > li:last-child > a, #header-right-menu > ul > li.nav-button > a { color: #fff; background: #31B879; border: 1px solid #31B879; padding: 10px 20px; border-radius: 25px; }
#header-right-menu > ul > li:last-child > a:hover, #header-right-menu > ul > li.nav-button > a:hover { color: #31B879; background: #fff; }
#header-right-menu > ul > li:last-child > a::after, #header-right-menu > ul > li.nav-button > a::after { display: none; }

/* Home Page Banner */
#home-banner-main { width: 100%; display: inline-block; position: relative; padding-top: 80px; }
#home-banner-main .slider-img { width: 100%; display: inline-block; position: relative; min-height: 600px; background: url(../jpg/slider-img-bg.jpg) no-repeat center top; background-size: cover; }
#home-banner-main .slider-img::before { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; content: ''; background: #31B879; opacity: 0.6; z-index: 1; }
#home-banner-main #slider-caption-main { width: 100%; display: inline-block; position: absolute; left: 0; top: 80px; z-index: 2; }

.slider-left-caption { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 15% 15px 0 15px; color: #fff; }
.slider-left-caption h1 { width: 100%; display: inline-block; margin: 0 0 15px 0; padding: 0; color: #fff; }
.slider-left-caption .slide-button-main { width: 100%; display: inline-block; position: relative; margin-top: 5px; }
.slider-left-caption .slide-button-main .trial-button { float: left; margin: 0 15px 15px 0; text-align: center; line-height: 1; }
.slider-left-caption .slide-button-main .trial-button a { display: block; color: #fff; text-decoration: none; background: none; border: 2px solid #fff; border-radius: 25px; padding: 14px 25px; margin-bottom: 5px; }
.slider-left-caption .slide-button-main .trial-button a:hover { color: #3C4240; text-decoration: none; background: #fff; }
.slider-left-caption .slide-button-main .trial-button span { font-size: 12px; }
.slider-left-caption .slide-button-main .slide-play-video { float: left; }
.slider-left-caption .slide-button-main .slide-play-video a { color: #fff; text-decoration: none; display: inline-block; padding: 10px 0; }
.slider-left-caption .slide-button-main .slide-play-video a:hover { color: #fff; text-decoration: none; }
.slider-left-caption .slide-button-main .slide-play-video a img { float: left; margin: 1px 5px 0 0; }

#slider-contact-sections { width: 100%; display: inline-block; position: absolute; left: 0; top: auto; bottom: 0; background: #31B879; z-index: 3; }
#slider-contact-sections .slider-contact-col4 { width: 100%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; position: relative; padding: 15px 15px; text-align: center; color: #fff; font-weight: 600; }
#slider-contact-sections .slider-contact-col4::before { width: 1px; height: 25px; display: block; position: absolute; left: 0; top: 15px; content: ''; background: #ffffff; opacity: 0.5; }
#slider-contact-sections .slider-contact-col4 svg { height: 20px; margin: 0 5px 0 0; }
#slider-contact-sections .slider-contact-col4:first-child::before { display: none; }

.modal.popup-content .modal-close { width: 32px; height: 32px; display: block; position: absolute; right: -15px; top: -15px; z-index: 9; }
.modal.popup-content .modal-close button { width: 32px; height: 32px; background: #EA1305; border-radius: 50%; color: #fff; text-decoration: none; opacity: 1; font-size: 21px; padding: 0; border: none; }
.modal.popup-content .modal-close button:focus, .modal.popup-content .modal-close button:hover { opacity: 1; }
.modal.popup-content iframe { width: 100%; display: inline-block; height: 260px; }

/* Home Page Section 1 New */
#business-percentage-main { width: 100%; display: inline-block; padding: 65px 0; background: #FAFAFA; }
#business-percentage-main .container { max-width: 980px; }

.business-percentage-col4 { width: 100%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; position: relative; padding: 0 15px; margin: 0 0 45px 0; }

.business-progress-bar { width: 100%; display: inline-block; max-width: 220px; position: relative; text-align: center; display: table; margin: 0 auto 30px auto; }

.circle-chart { width: 230px; height: 230px; }

.circle-chart__circle { stroke: #00acc1; stroke-width: 0.5; stroke-linecap: square; fill: none; animation: circle-chart-fill 2s reverse; /* 1 */ transform: rotate(-90deg); /* 2, 3 */ transform-origin: center; /* 4 */ }

.circle-chart__circle--negative { transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */ }

.circle-chart__background { stroke: #E6E6E6; stroke-width: 0.5; fill: none; }

.circle-chart__info { animation: circle-chart-appear 2s forwards; opacity: 1; }

.circle-chart__percent { alignment-baseline: central; text-anchor: middle; font-size: 6px; fill: #3C4240; }

.circle-chart__subline { alignment-baseline: central; text-anchor: middle; font-size: 3px; }

.success-stroke { stroke: #31B879; }

.warning-stroke { stroke: #ffbb33; }

.danger-stroke { stroke: #EA1305; }

@keyframes circle-chart-fill { to { stroke-dasharray: 0 100; } }
.circlechart.percentage-hide .circle-chart__percent { font-size: 0; }

.progress-bar-text { width: 100%; max-width: 230px; position: absolute; left: 0; right: 0; top: 32%; z-index: 9; display: block; margin: 0 auto; padding: 0 25px; }
.progress-bar-text h2 { width: 100%; display: inline-block; margin: 0 0 3px 0; padding: 0; color: #3C4240; font-weight: 600; }
.progress-bar-text p { font-size: 18px; font-weight: 500; line-height: 1.2; }

/* New Pertanage Section Style */
.business-percentage-inner { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 25px 15px; }

.business-per-col { width: 100%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; position: relative; padding: 0 15px; margin: 15px 0; text-align: center; }
.business-per-col::before { width: 1px; height: 90px; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; background: #E6E6E6; }
.business-per-col img { display: block; margin: 0 auto 10px auto; }
.business-per-col h2 { margin: 0 0 5px 0; padding: 0; font-size: 34px; }
.business-per-col:first-child::before { display: none; }

.business-per-col-nb { width: 100%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; position: relative; padding: 0 15px; margin: 15px 0; text-align: center; }
.business-per-col-nb::before { width: 1px; height: 90px; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; background: #ffffff; }
.business-per-col-nb img { display: block; margin: 0 auto 10px auto; }
.business-per-col-nb h2 { margin: 0 0 5px 0; padding: 0; font-size: 34px; }
.business-per-col-nb:first-child::before { display: none; }

.business-per-col-nb-3 { width: 100%; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; position: relative; padding: 0 15px; margin: 15px 0; text-align: center; }
.business-per-col-nb-3::before { width: 1px; height: 90px; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; background: #ffffff; }
.business-per-col-nb-3 img { display: block; margin: 0 auto 10px auto; }
.business-per-col-nb-3 h2 { margin: 0 0 5px 0; padding: 0; font-size: 34px; }
.business-per-col-nb-3:first-child::before { display: none; }

/* Home Page Section 1 */
#homepage-help-section { width: 100%; display: inline-block; padding: 65px 0; }

.top-text-section { width: 100%; display: inline-block; position: relative; margin-bottom: 65px; text-align: center; }
.top-text-section h2 { width: 100%; display: inline-block; margin: 0 0 15px 0; padding: 0; font-weight: 600; }

.section-grid-main { width: 100%; display: inline-block; }

.help-text-box { width: 100%; display: inline-block; position: relative; margin: 0 0 35px 0; padding-left: 40px; min-height: 120px; }
.help-text-box h4 { margin: 0 0 5px 0; padding: 0; font-size: 21px; font-weight: 600; }
.help-text-box h4 img { position: absolute; left: 5px; top: 5px; }
.help-text-box.cutom-space { padding-left: 50px; }
.help-text-box.cutom-space img { width: 32px; height: 32px; }

/* Home page Connect calender Section */
#home-connect-calender-contain { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

.connect-calender-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); margin: 0 0 30px 0; min-height: 150px; padding: 25px 15px 15px 15px; text-align: center; }
.connect-calender-box img { margin: 0 0 15px 0; }
.connect-calender-box p { margin: 0; }

.view-all { width: 100%; display: inline-block; position: relative; text-align: center; margin: 15px 0 0 0; font-weight: 600; font-size: 18px; }
.view-all a { position: relative; }
.view-all a::after { width: 100%; height: 2px; display: block; position: absolute; content: ''; left: 0; right: 0; bottom: -12px; margin: 0 auto; background: #31B879; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.view-all a:hover { text-decoration: none; }
.view-all a:hover::after { width: 0; }

/* Start Trail Section */
.green-round-bg-main { width: 100%; display: inline-block; position: relative; background: #31B879; color: #fff; }
.green-round-bg-main::before { width: 15%; height: 50%; display: block; position: absolute; right: 0; top: 0; content: ''; background: #FAFAFA; z-index: 1; }
.green-round-bg-main::after { width: 15%; height: 100%; display: block; position: absolute; right: 0; top: 0; content: ''; background: #fff; }
.green-round-bg-main .container { position: relative; z-index: 9; }
.green-round-bg-main .trail-text { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; }
.green-round-bg-main .trail-text h3 { color: #fff; }
.green-round-bg-main .start-trial-button { width: 100%; display: inline-block; position: relative; margin: 15px 0; text-align: center; padding-right: 85px; }
.green-round-bg-main .start-trial-button a { display: inline-block; color: #fff; text-decoration: none; background: none; border: 2px solid #fff; border-radius: 200px; padding: 12px 25px; margin-bottom: 3px; }
.green-round-bg-main .start-trial-button a:hover { color: #31B879; background: #fff; }
.green-round-bg-main .start-trial-button a.white_btn { font-size: 21px; font-weight: 600; color: #31B879; background: #fff; box-shadow: 1px 2px 2px rgba(0, 112, 60, 0.6); padding: 15px 40px; }
.green-round-bg-main .start-trial-button span { display: block; font-size: 12px; }
.green-round-bg-main .green-right-round { width: 100%; display: inline-block; position: relative; background: #31B879; padding: 45px 0; }
.green-round-bg-main .green-right-round .container > .row { align-items: center; }
.green-round-bg-main .green-right-round::after { width: 200px; height: 100%; display: block; position: absolute; right: 7.7777%; top: 0; content: ''; background: #31B879; z-index: 2; border-radius: 0 200px 200px 0; }

/* Home Page Feature Section */
#home-feature-section-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }
#home-feature-section-main .power-feature-box { width: 100%; display: inline-block; position: relative; margin: 0 0 25px 0; min-height: 260px; }
#home-feature-section-main .power-feature-box img { margin: 0 0 15px 0; }
#home-feature-section-main .power-feature-box h4 { margin: 0 0 10px 0; padding: 0; font-size: 21px; font-weight: 600; }

/* Home Page Customer review Section */
.customer-review-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

.customer-review-box { width: 100%; display: inline-block; position: relative; z-index: 1; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 25px 15px 15px 15px; text-align: center; border-radius: 6px; margin: 0 0 45px 0; }
.customer-review-box::after { width: 95%; height: 6px; display: block; position: absolute; z-index: -1; left: 0; right: 0; top: auto; bottom: -7px; margin: 0 auto; content: ''; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.customer-review-box blockquote { width: 100%; display: inline-block; position: relative; background: url(../png/quote-marks.png) no-repeat top center; padding: 45px 0 0 0; margin: 0 0 25px 0; }
.customer-review-box h5 { width: 100%; display: inline-block; position: relative; margin: 0; padding: 0; font-size: 18px; font-weight: 600; }

.customer-review-box-inner { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 25px 15px 0px 15px; margin-bottom: 40px; }
.customer-review-box-inner blockquote { margin: 0 0 5px 0; }
.customer-review-box-inner .quote-img-contain { top: 40px; }

.img-block-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }

.thumb-block-contain { width: 100%; display: inline-block; position: relative; padding: 15px 0; min-height: 180px; margin: 0 0 35px 0; }
.thumb-block-contain img { display: block; margin: 0 0 15px 0; }
.thumb-block-contain h4 { margin: 15px 0 5px 0; padding: 0; font-size: 18px; font-weight: 600; }

.small-business-owners-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

.business-owner-col-3 { width: 100%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; position: relative; padding: 0 15px; }

.business-owner-box { width: 100%; display: inline-block; position: relative; margin: 0 0 30px 0; min-height: 345px; }
.business-owner-box .business-owner-img { width: 100px; height: 100px; overflow: hidden; display: block; border-radius: 50%; position: relative; margin: 0 0 15px 0; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); border: 4px solid #fff; }
.business-owner-box .business-owner-img img { width: 105px; height: 105px; object-fit: cover; }
.business-owner-box .business-owner-text { width: 100%; display: inline-block; position: relative; }
.business-owner-box .business-owner-text h3 { margin: 0px 0 10px 0; padding: 0; font-size: 21px; font-weight: 600; }

.and-more-contain { width: 100%; display: inline-block; position: relative; padding: 0 15px; text-align: center; font-size: 28px; }
.and-more-contain a { color: #7A807D; text-decoration: none; }
.and-more-contain a:hover { color: #31B879; text-decoration: none; }

.how-get-started-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; background: #FAFAFA; }

.how-get-started-col6 { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 0 15px; }
.how-get-started-col6 .how-get-started-img { width: 100%; display: inline-block; position: relative; text-align: center; margin-bottom: 25px; }

.how-get-started-inner6 { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 0 15px; margin-bottom: 30px; font-size: 18px; min-height: 150px; }
.how-get-started-inner6 span.num-icon { width: 60px; height: 60px; display: block; margin: 0 0 15px 0; background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); border: 4px solid #fff; border-radius: 50%; text-align: center; color: #31B879; font-weight: 600; font-size: 26px; padding: 8px 3px; }

/* Reduce Section */
.reduce-main-contain { width: 100%; display: inline-block; position: relative; padding: 65px 0; background: #FAFAFA; }
.reduce-main-contain .container { max-width: 865px; }
.reduce-main-contain .reduce-col-6 { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 0 15px; }
.reduce-main-contain .reduce-text-contain { width: 100%; display: inline-block; position: relative; margin: 45px 0 15px 0; }
.reduce-main-contain .reduce-text-contain h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 21px; font-weight: 600; }

/* Send Reminder Section */
#send-reminder-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }

.phone-reminder-text-main { width: 100%; display: inline-block; position: relative; margin-top: 25%; }

.phone-reminder-text { width: 100%; display: inline-block; position: relative; margin: 0 0 45px 0; }
.phone-reminder-text h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 10px 0; padding: 0; font-size: 21px; }
.phone-reminder-text h3 img { margin: 0 5px 0 0; }

.green-round-bg-main.free-trail-contain::before { background: #fff; }
.green-round-bg-main.free-trail-contain::after { background: #FAFAFA; }
.green-round-bg-main.bg-hide::before { background: #fff; }

#loose-client-show-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0 150px 0; }
#loose-client-show-main .top-text-section { margin-bottom: 0; }

.loose-client-bubbles { width: 100%; display: inline-block; position: relative; }
.loose-client-bubbles .client-bubbles-box { width: 160px; height: 160px; display: inline-block; position: relative; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 50%; padding: 35px 15px 15px 15px; text-align: center; margin: 0 25px 25px 0; }
.loose-client-bubbles .client-bubbles-box h4 { width: 100%; display: inline-block; font-size: 18px; }
.loose-client-bubbles .client-bubbles-box h3 { width: 100%; display: inline-block; font-size: 21px; color: #31B879; }
.loose-client-bubbles .client-bubbles-box:first-child { margin-left: 25%; }
.loose-client-bubbles .client-bubbles-box:nth-child(2) { width: 230px; height: 230px; top: 120px; padding-top: 65px; }
.loose-client-bubbles .client-bubbles-box:nth-child(4) { margin-left: 15%; }
.loose-client-bubbles .client-bubbles-box:nth-child(5) { top: 120px; }
.loose-client-bubbles .client-bubbles-box:nth-child(6) { margin-left: 10%; top: 120px; }
.loose-client-bubbles .client-bubbles-box:nth-child(7) { margin-left: 10%; top: 20px; }

/* Appointment Reminder */
#appointment-reminder-main { width: 100%; display: inline-block; position: relative; background: #fff; padding: 65px 0; }
#appointment-reminder-main .appointment-rem-box { width: 100%; display: inline-block; position: relative; margin-bottom: 45px; min-height: 150px; }
#appointment-reminder-main .appointment-rem-box h4 { margin: 0 0 10px 0; padding: 0 0 0 35px; font-size: 21px; font-weight: 600; }
#appointment-reminder-main .appointment-rem-box h4 img { position: absolute; left: 0; top: 0px; }

.read-more { width: 100%; display: inline-block; position: relative; margin-top: 5px; }

/* ------------------- Inner Page Style ------------------- */
#lower-main-contain { width: 100%; display: inline-block; position: relative; background: #fff; padding-top: 80px; }

#all-integration-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; border-bottom: 1px solid #E6E6E6; }

.integrations-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 25px 15px; margin: 0 0 30px 0; min-height: 240px; }
.integrations-box h4 { margin: 15px 0 5px 0; padding: 0; font-size: 18px; font-weight: 600; }
.integrations-box h5 { margin: 0px 0 5px 0; padding: 0; font-size: 14px; font-weight: 400; }

.integration-contact-main { width: 100%; display: inline-block; position: relative; text-align: center; margin-top: 25px; }
.integration-contact-main h2 { width: 100%; display: inline-block; margin: 0 0 10px 0; padding: 0; }
.integration-contact-main .transprent-button { width: 100%; display: inline-block; position: relative; margin-top: 15px; }
.integration-contact-main .transprent-button a { color: #31B879; text-decoration: none; display: inline-block; background: none; border-radius: 25px; border: 1px solid #E6E6E6; padding: 12px 35px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; font-size: 18px; }
.integration-contact-main .transprent-button a svg { fill: #31B879; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.integration-contact-main .transprent-button a:hover { color: #fff; text-decoration: none; background: #31B879; border: 1px solid #31B879; }
.integration-contact-main .transprent-button a:hover svg { fill: #fff; }

/* Google Calender Page */
#google-cal-integration-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 45px 0 0 0; }
#google-cal-integration-main .container { max-width: 865px; position: relative; z-index: 9; }
#google-cal-integration-main::after { width: 100%; height: 100px; display: block; position: absolute; content: ''; left: 0; top: auto; bottom: 0; background: #fff; }

.google-cal-inte-grid { width: 100%; display: inline-block; position: relative; }

.google-cal-inte-col4 { width: 100%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; position: relative; padding: 0 15px; margin-bottom: 25px; }

.google-cal-inte-col8 { width: 100%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; position: relative; padding: 0 15px; }

.google-cal-icon-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 65px 15px; text-align: center; margin-bottom: 25px; }

.google-cal-text-contain { width: 100%; display: inline-block; position: relative; margin: 0 0 25px 0; }
.google-cal-text-contain h2 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; }

.google-cal-video { width: 100%; display: inline-block; position: relative; }
.google-cal-video iframe { width: 100%; display: inline-block; height: 310px; border-radius: 6px; }

.green-credit-button { width: 100%; display: inline-block; position: relative; text-align: center; }
.green-credit-button a { width: 100%; max-width: 220px; margin: 0 auto 3px auto; display: block; color: #fff; text-decoration: none; background: #31B879; border-radius: 25px; padding: 12px 25px; }
.green-credit-button span { font-size: 12px; }

/* Google Step Grid */
.google-step-grid-main { width: 100%; display: inline-block; position: relative; padding: 120px 0 0px 0; }
.google-step-grid-main .top-text-section { max-width: 865px; float: none; display: table; margin: 0 auto 65px auto; padding: 0 15px; }
.google-step-grid-main .container { max-width: 865px; }
.google-step-grid-main.custom-padding { padding-top: 45px; }

.google-step-contain { width: 100%; display: inline-block; position: relative; margin-bottom: 100px; }
.google-step-contain .google-step-text { width: 100%; display: inline-block; max-width: 350px; position: relative; padding-top: 45px; }
.google-step-contain .google-step-col6 { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 0 15px; }
.google-step-contain .google-step-col6 h4 { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; font-size: 16px; }
.google-step-contain .google-step-col6 h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 21px; font-weight: 600; }
.google-step-contain:nth-child(odd) .google-step-col6:first-child { order: 1; }
.google-step-contain:nth-child(odd) .google-step-col6:first-child img { float: left; }
.google-step-contain:nth-child(odd) .google-step-col6:nth-child(2) { order: 2; }
.google-step-contain:nth-child(odd) .google-step-col6:nth-child(2) .google-step-text { float: right; }
.google-step-contain:nth-child(even) .google-step-col6:first-child { order: 2; }
.google-step-contain:nth-child(even) .google-step-col6:first-child img { float: right; }
.google-step-contain:nth-child(even) .google-step-col6:nth-child(2) { order: 1; }
.google-step-contain:nth-child(even) .google-step-col6:nth-child(2) .google-step-text { float: left; }

.google-calender-faq-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }

.calender-faq-contain { width: 100%; display: inline-block; position: relative; margin: 0 0 35px 0; min-height: 150px; }
.calender-faq-contain h4 { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; font-size: 21px; }

.reduce-three-reminder-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; border-bottom: 1px solid #E6E6E6; }

.five-grid-contain-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }

.grid-col-2 { width: 100%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; position: relative; padding: 0 15px; }

/* Pricing Page Section */
#pricing-package-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }
#pricing-package-main::before { width: 100%; height: 465px; display: block; position: absolute; left: 0; top: 0; content: ''; background: #1fb56f; /* Old browsers */ background: -moz-linear-gradient(left, #1fb56f 0%, #1fb58a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #1fb56f 0%, #1fb58a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #1fb56f 0%, #1fb58a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fb56f', endColorstr='#1fb58a', GradientType=1); /* IE6-9 */ }
#pricing-package-main .container { position: relative; z-index: 9; }
#pricing-package-main .pricing-title { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; color: #fff; text-align: center; }
#pricing-package-main .pricing-title h1 { width: 100%; display: inline-block; position: relative; margin: 0 0 10px 0; padding: 0; color: #fff; font-size: 36px; }
#pricing-package-main .pricing-title ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: center; }
#pricing-package-main .pricing-title ul li { display: inline-block; position: relative; margin: 0 20px 15px 0; padding: 0 0 0 25px; }
#pricing-package-main .pricing-title ul li::before { width: 18px; height: 18px; display: block; position: absolute; left: 0; top: 3px; content: ''; background: url(../png/white-tick-icon.png) no-repeat left top; background-size: 18px; }

.country-option-dropdown { width: 100%; display: inline-block; margin: 0 0 15px 0; text-align: center; }
.country-option-dropdown .select2-container--default .select2-selection--single { border-color: #31B879; }

.package-price-main { width: 100%; display: inline-block; position: relative; }
.package-price-main .choose-package-type { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; text-align: center; color: #fff; }
.package-price-main .choose-package-type ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: center; }
.package-price-main .choose-package-type ul li { display: inline-block; position: relative; margin: 0 15px 10px 0; }
.package-price-main .choose-package-type ul li .checkbox-contain { color: #fff; font-weight: 600; }
.package-price-main .choose-package-type ul li .checkbox-contain .checkmark { background: none; border: 2px solid #fff; }
.package-price-main .choose-package-type ul li .checkbox-contain .checkmark::after { font-weight: 400; }
.package-price-main .choose-package-type ul li .checkbox-contain input:checked ~ .checkmark { background-color: #fff; }

.price-pack-col { width: 100%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 20%; position: relative; padding: 0 15px; }

.price-package-contain { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); margin-bottom: 45px; }
.price-package-contain .price-package-header { width: 100%; display: inline-block; position: relative; border-bottom: 1px solid #E6E6E6; text-align: center; padding: 25px 10px 15px 10px; }
.price-package-contain .price-package-header .price-popular-label { position: absolute; left: 0; top: 0; }
.price-package-contain .price-package-header h5 { width: 100%; display: inline-block; margin: 0 0 5px 0; padding: 0; color: #31B879; font-size: 18px; }
.price-package-contain .price-package-header h2 { width: 100%; display: inline-block; margin: 0 0 5px 0; padding: 0; font-size: 42px; }
.price-package-contain .price-package-header h2 span { width: 100%; display: inline-block; font-size: 16px; }
.price-package-contain .price-package-header .package-button { width: 100%; display: inline-block; position: relative; margin-top: 5px; }
.price-package-contain .price-package-header .package-button a { color: #31B879; text-decoration: none; display: inline-block; background: none; border-radius: 25px; border: 1px solid #E6E6E6; padding: 12px 35px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.price-package-contain .price-package-header .package-button a svg { fill: #31B879; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.price-package-contain .price-package-header .package-button a:hover { color: #fff; text-decoration: none; background: #31B879; border: 1px solid #31B879; }
.price-package-contain .price-package-header .package-button a:hover svg { fill: #fff; }
.price-package-contain .package-feature-list { width: 100%; display: inline-block; position: relative; padding: 15px; }
.price-package-contain .package-feature-list ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
.price-package-contain .package-feature-list ul li { width: 100%; display: inline-block; list-style: disc; margin: 10px 0 0 15px; padding: 0; }

.price-package-contain.active { border: 3px solid #31B879; box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2); }
.price-package-contain.active .price-package-header .package-button a { color: #fff; background: #31B879; border-color: #31B879; }

#all-plan-include-main { width: 100%; display: inline-block; position: relative; background: #fff; padding: 65px 0; border-bottom: 1px solid #E6E6E6; }
#all-plan-include-main .all-plan-inclue-box { width: 100%; display: inline-block; position: relative; min-height: 80px; margin-bottom: 45px; }
#all-plan-include-main .all-plan-inclue-box img { display: block; margin-bottom: 10px; }

/* Blog Page Section */
#blog-page-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; background: #FAFAFA; }

.page-title-contain { width: 100%; display: inline-block; position: relative; margin: 0 0 45px 0; text-align: center; }
.page-title-contain h1 { width: 100%; display: inline-block; position: relative; margin: 0 0 10px 0; padding: 0; font-size: 36px; }

.blog-grid-main { width: 100%; display: inline-block; position: relative; margin-bottom: 45px; }

.blog-post-col-4 { width: 100%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; position: relative; padding: 0 15px; }

.blog-post-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); min-height: 450px; margin-bottom: 30px; }
.blog-post-box .blog-post-img { width: 100%; display: inline-block; height: 226px; overflow: hidden; border-radius: 6px 6px 0 0px; }
.blog-post-box .blog-post-img img { width: 100%; height: 226px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.blog-post-box .blog-post-img img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.blog-post-box .blog-post-text { width: 100%; display: inline-block; position: relative; padding: 15px; }
.blog-post-box .blog-post-text h5 { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; font-size: 14px; color: #7A807D; }
.blog-post-box .blog-post-text h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; font-size: 21px; color: #7A807D; }
.blog-post-box .blog-post-text h3 a { color: #3C4240; text-decoration: none; }
.blog-post-box .blog-post-text h3 a:hover { color: #31B879; text-decoration: underline; }

.pagination-bottom-contain { width: 100%; display: inline-block; position: relative; text-align: center; }
.pagination-bottom-contain ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: center; }
.pagination-bottom-contain ul > li { display: inline-block; position: relative; margin: 0 10px 15px 0; font-size: 18px; }
.pagination-bottom-contain ul > li > a { width: 42px; height: 42px; display: inline-block; padding: 6px 5px 5px 5px; border-radius: 50%; border: 1px solid #E6E6E6; color: #7A807D; text-decoration: none; }
.pagination-bottom-contain ul > li > a:hover { color: #fff; text-decoration: none; background: #31B879; border-color: #31B879; }
.pagination-bottom-contain ul > li.current > a { color: #fff; text-decoration: none; background: #31B879; border-color: #31B879; }
.pagination-bottom-contain ul > li.disabled { cursor: not-allowed; }
.pagination-bottom-contain ul > li.disabled > a { cursor: not-allowed; }
.pagination-bottom-contain ul > li.disabled > a:hover { border: 1px solid #E6E6E6; background: none; color: #7A807D; }

/* Single Blog Page Section */
#single-blog-page-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

#singleblog-contain-inner { width: 100%; max-width: 865px; margin: 0 auto; position: relative; }

#single-blog-contain { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); margin-bottom: 45px; }
#single-blog-contain .single-blog-img { width: 100%; display: inline-block; position: relative; border-radius: 6px 6px 0 0px; }
#single-blog-contain .single-blog-img img { width: 100%; display: inline-block; position: relative; border-radius: 6px 6px 0 0px; }
#single-blog-contain .single-blog-text-contain { width: 100%; display: inline-block; position: relative; padding: 45px 45px; }
#single-blog-contain .single-blog-text-contain img { margin-bottom: 15px; }
#single-blog-contain .single-blog-text-contain h4 { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; font-size: 16px; color: #7A807D; }
#single-blog-contain .single-blog-text-contain h1 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 38px; }
#single-blog-contain .single-blog-text-contain h2 { width: 100%; display: inline-block; position: relative; margin: 10px 0 0 0; padding: 0; font-size: 28px; }
#single-blog-contain .single-blog-text-contain h3 { width: 100%; display: inline-block; position: relative; margin: 10px 0 0 0; padding: 0; font-size: 21px; }
#single-blog-contain .single-blog-text-contain ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
#single-blog-contain .single-blog-text-contain ul li { width: 100%; display: inline-block; position: relative; list-style-type: disc; padding: 0; margin: 0px 0 15px 15px; }

#single-bottom-blogs { width: 100%; display: inline-block; position: relative; padding: 25px 0 0 0; }
#single-bottom-blogs .top-text-section { margin-bottom: 15px; }
#single-bottom-blogs .blog-post-box { min-height: 320px; }
#single-bottom-blogs .blog-post-box .blog-post-img { height: 195px; }
#single-bottom-blogs .blog-post-box .blog-post-img img { height: 195px; }

/* Generic Information Page */
#generic-info-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }
#generic-info-main .container { max-width: 865px; }
#generic-info-main #generic-info-inner { width: 100%; display: inline-block; position: relative; }
#generic-info-main #generic-info-inner img { display: block; margin-bottom: 25px; }
#generic-info-main #generic-info-inner address { width: 100%; display: inline-block; position: relative; margin-bottom: 25px; }
#generic-info-main #generic-info-inner address h2 { width: 100%; display: inline-block; position: relative; margin: 10px 0; padding: 0; font-size: 30px; }
#generic-info-main #generic-info-inner address ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; margin-bottom: 25px; }
#generic-info-main #generic-info-inner address ul li { width: 100%; display: inline-block; position: relative; margin: 10px 0 10px 0; padding: 0 0 0 28px; }
#generic-info-main #generic-info-inner address ul li::before { width: 18px; height: 18px; display: block; position: absolute; left: 0; top: 3px; content: ''; background: url(../png/green-checkmark.png) no-repeat left; }

/* No results found Page */
#no-result-found-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; min-height: 450px; }
#no-result-found-main .container { max-width: 865px; }
#no-result-found-main .container #no-result-found-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 45px 25px; }
#no-result-found-main .container #no-result-found-box h2 { width: 100%; display: inline-block; position: relative; margin: 10px 0; padding: 0; font-size: 30px; }
#no-result-found-main .container #no-result-found-box h2 span { color: #31B879; }

/* Support Page Section */
#support-article-grid-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

.page-banner-main { width: 100%; display: inline-block; position: relative; }
.page-banner-main .banner-img-contain { width: 100%; display: inline-block; position: relative; }
.page-banner-main .banner-img-contain::before { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; content: ''; background: rgba(49, 184, 121, 0.9); }
.page-banner-main .banner-img-contain img { width: 100%; display: inline-block; }
.page-banner-main #support-search-contain { width: 100%; max-width: 620px; padding: 0 15px; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 9; }
.page-banner-main #support-search-contain h3 { width: 100%; display: inline-block; margin: 0 0 10px 0; padding: 0; color: #fff; font-size: 36px; font-weight: 600; text-align: center; }
.page-banner-main #support-search-contain .support-search-bar { width: 100%; display: inline-block; position: relative; }
.page-banner-main #support-search-contain .support-search-bar input[type="text"] { width: 100%; display: inline-block; height: 50px; padding: 5px 105px 5px 25px; border-radius: 200px; background: #fff; border: none; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
.page-banner-main #support-search-contain .support-search-bar button[type="submit"] { height: 40px; display: inline-block; position: absolute; right: 5px; top: 5px; background: #31B879; border: none; color: #fff; font-size: 16px; padding: 9px 25px; border-radius: 200px; z-index: 9; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.page-banner-main #support-search-contain .support-search-bar button[type="submit"]:hover { color: #fff; background: #3C4240; }
.page-banner-main #support-search-contain .support-search-bar #support-search-inputautocomplete-list { width: 100%; display: inline-block; position: absolute; left: 0; top: 0; z-index: 9; padding-top: 55px; }
.page-banner-main #support-search-contain .support-search-bar #support-search-inputautocomplete-list > div { width: 100%; display: inline-block; color: #00703C; background: #fff; padding: 10px 15px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
.page-banner-main #support-search-contain .support-search-bar #support-search-inputautocomplete-list > div:first-child { padding-top: 15px; border-radius: 25px 25px 0 0; box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); }
.page-banner-main #support-search-contain .support-search-bar #support-search-inputautocomplete-list > div:last-child { padding-bottom: 15px; border-radius: 0 0 25px 25px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

#support-article-grid-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }
#support-article-grid-main .support-article-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); margin-bottom: 30px; text-align: center; padding: 35px 15px; min-height: 270px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#support-article-grid-main .support-article-box img { display: block; margin: 0 auto 15px auto; }
#support-article-grid-main .support-article-box h3 { position: relative; margin: 10px 0; padding: 0; font-size: 18px; }
#support-article-grid-main .support-article-box .read-more { margin-top: 10px; }
#support-article-grid-main .support-article-box:hover { box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2); }

#support-collapse-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

.accordation-tab-contain { width: 100%; display: inline-block; position: relative; margin-bottom: 35px; }
.accordation-tab-contain h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 21px; font-weight: 600; }
.accordation-tab-contain .card { background-color: transparent; border: none; border-radius: 0; }
.accordation-tab-contain .card > .card-header { padding: 0; background-color: transparent; border-bottom: none; }
.accordation-tab-contain .card > .card-header > a { width: 100%; display: inline-block; position: relative; color: #3C4240; padding: 12px 15px 12px 0px; border-top: 1px solid #E6E6E6; }
.accordation-tab-contain .card > .card-header > a::before { width: 10px; height: 10px; display: block; position: absolute; right: 10px; top: 18px; content: ''; background: url(../png/arrow-right.png) no-repeat right top; }
.accordation-tab-contain .card > .card-header > a:hover { color: #31B879; }
.accordation-tab-contain .card:first-child > .card-header > a { border-top: none; }
.accordation-tab-contain .card .card-body { padding: 15px 0; }

#accordion-support-1, #accordion-support-2 { width: 100%; display: inline-block; position: relative; }

/* Review Page Section */
#review-contain-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }
#review-contain-main .integration-contact-main { margin: 0 0 35px 0; }

/* Tattoo Artist Page Section */
#tatto-artist-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; min-height: 750px; }
#tatto-artist-main::before { width: 100%; height: 570px; display: block; position: absolute; left: 0; top: 0; content: ''; background: url(../png/tatto-banner-img.png) no-repeat center top; background-size: cover; }

#tatto-artist-topsection { width: 100%; display: inline-block; position: relative; color: #fff; }

#tatto-artist-top-caption { width: 100%; display: inline-block; position: relative; margin: 0 0 25px 0; text-align: center; }
#tatto-artist-top-caption .container { max-width: 865px; }
#tatto-artist-top-caption h2 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; color: #fff; font-size: 28px; font-weight: 600; }
#tatto-artist-top-caption .start-trial-button-2 { width: 100%; display: inline-block; position: relative; margin: 15px 0; }
#tatto-artist-top-caption .start-trial-button-2 a { display: inline-block; color: #fff; text-decoration: none; background: none; border: 2px solid #fff; border-radius: 25px; padding: 12px 30px; margin-bottom: 3px; }
#tatto-artist-top-caption .start-trial-button-2 a:hover { color: #31B879; background: #fff; }
#tatto-artist-top-caption .start-trial-button-2 span { display: block; font-size: 12px; }

#tatto-artist-google-cal-main { width: 100%; display: inline-block; position: relative; margin-bottom: 45px; }
#tatto-artist-google-cal-main .container { max-width: 865px; background: #fff; border-radius: 25px; padding: 15px 15px; display: table; }
#tatto-artist-google-cal-main .container iframe { width: 100%; display: inline-block; }

#tatto-artist-faq-section { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

#accordion-faq-1 { width: 100%; display: inline-block; position: relative; }

.faq-accorditon { width: 100%; display: inline-block; position: relative; margin-bottom: 30px; }
.faq-accorditon .card { background-color: transparent; border: none; border-radius: 0; }
.faq-accorditon .card .card-header { padding: 0; margin-bottom: 0; background-color: transparent; border-bottom: none; }
.faq-accorditon .card .card-header > a { width: 100%; display: inline-block; position: relative; color: #3C4240; font-size: 18px; font-weight: 600; line-height: 1.2; padding: 0 0 0 35px; }
.faq-accorditon .card .card-header > a::before { width: 24px; height: 24px; display: block; position: absolute; left: 0; top: 0; content: "\f107"; font-family: 'FontAwesome'; font-size: 18px; color: #3C4240; padding: 1px 3px 1px 1px; text-align: center; background: #fff; border: 1px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.faq-accorditon .card .card-header > a[aria-expanded="true"]::before { transform: rotate(180deg); border: 1px solid #31B879; padding: 1px 3px 1px 1px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }
.faq-accorditon .card .card-body { padding: 15px 0 0 35px; }

.tatto-artist-review-contain { width: 100%; display: inline-block; position: relative; background: #fff; padding: 65px 0; }
.tatto-artist-review-contain .container { max-width: 540px; }
.tatto-artist-review-contain .customer-review-box { background: none; box-shadow: none; font-size: 18px; line-height: 1.6; margin-bottom: 0; }
.tatto-artist-review-contain .customer-review-box::after { display: none; }
.tatto-artist-review-contain .quote-img-contain { width: 100%; display: inline-block; position: relative; text-align: center; }
.tatto-artist-review-contain .quote-img-contain .quote-avatar { width: 86px; height: 86px; overflow: hidden; border-radius: 50%; display: inline-block; border: 3px solid #31B879; position: relative; z-index: 2; }
.tatto-artist-review-contain .quote-img-contain .quote-avatar img { width: 90px; height: 90px; object-fit: cover; }

#faq-page-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

#faq-title-contain { width: 100%; display: inline-block; position: relative; margin-bottom: 25px; padding: 0 15px; }
#faq-title-contain h1 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 36px; }
#faq-title-contain input[type="text"] { width: 100%; display: inline-block; height: 50px; border: 1px solid #E6E6E6; background: #fff; border-radius: 200px; padding: 5px 15px 5px 15px; margin-bottom: 15px; }
#faq-title-contain button[type="submit"] { width: 50px; height: 50px; display: block; position: absolute; right: 20px; top: 0; background: none; border: none; font-size: 16px; color: #3C4240; }

#faq-questions-main { width: 100%; display: inline-block; position: relative; }

#faq-mobile-toggle { width: 100%; display: inline-block; position: relative; margin: 0 0 35px 0; padding: 0 15px; }
#faq-mobile-toggle button { width: 100%; display: inline-block; }

#faq-question-col-left { width: 100%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; position: relative; padding: 0 15px; margin-bottom: 25px; }
#faq-question-col-left ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
#faq-question-col-left ul li { width: 100%; display: inline-block; position: relative; margin: 0 0 5px 0; padding: 0; }
#faq-question-col-left ul li a { width: 100%; display: inline-block; position: relative; color: #3C4240; text-decoration: none; padding: 12px 15px 12px 42px; border-radius: 200px; }
#faq-question-col-left ul li a img { height: 18px; position: absolute; left: 15px; top: 15px; }
#faq-question-col-left ul li a:hover { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 200px; }
#faq-question-col-left ul li.current a { color: #3C4240; text-decoration: none; width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 200px; }

#faq-question-col-right { width: 100%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; position: relative; padding: 0 15px; margin-bottom: 25px; }
#faq-question-col-right h2 { width: 100%; display: inline-block; position: relative; font-size: 26px; font-weight: 600; margin: 0 0 35px 0; padding: 0 0 0 35px; }
#faq-question-col-right h2 img { height: 26px; position: absolute; left: 0; top: 4px; }

#faq-questions-collapse { width: 100%; display: inline-block; position: relative; }
#faq-questions-collapse .faq-accorditon { border-top: 1px solid #E6E6E6; padding-top: 20px; }
#faq-questions-collapse .faq-accorditon:first-child { border-top: none; padding-top: 0; }

/* Contact Page Section */
#contact-page-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 0px 0 65px 0; min-height: 450px; }

#top-contact-page-section { width: 100%; display: inline-block; position: relative; padding: 65px 0; }
#top-contact-page-section > .container { max-width: 400px; }
#top-contact-page-section #contact-page-call-section { width: 100%; display: inline-block; position: relative; text-align: center; border-bottom: 1px solid #E6E6E6; padding-bottom: 45px; }
#top-contact-page-section #contact-page-call-section #call-no-contact { width: 100%; display: inline-block; position: relative; margin-bottom: 10px; color: #3C4240; font-size: 21px; }
#top-contact-page-section #contact-page-call-section #call-no-contact img { margin-right: 5px; }
#top-contact-page-section #contact-page-call-section #call-no-contact a { color: #3C4240; text-decoration: none; }
#top-contact-page-section #contact-page-call-section #call-no-contact a:hover { color: #3C4240; text-decoration: none; }
#top-contact-page-section #contact-page-call-section .call-us-button { width: 100%; display: inline-block; position: relative; margin-top: 15px; }
#top-contact-page-section #contact-page-call-section .call-us-button a { color: #31B879; text-decoration: none; display: inline-block; background: none; border-radius: 25px; border: 1px solid #E6E6E6; padding: 12px 35px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#top-contact-page-section #contact-page-call-section .call-us-button a svg { fill: #31B879; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#top-contact-page-section #contact-page-call-section .call-us-button a:hover { color: #fff; text-decoration: none; background: #31B879; border: 1px solid #31B879; }
#top-contact-page-section #contact-page-call-section .call-us-button a:hover svg { fill: #fff; }
#top-contact-page-section #contact-page-call-section .call-us-button a svg { margin-right: 5px; }
#top-contact-page-section::before { width: 400px; height: 400px; display: block; position: absolute; right: -200px; top: -200px; content: ''; background: #31B879; border-radius: 50%; }

#contact-page-form-main { width: 100%; display: inline-block; position: relative; padding: 0px 0 45px 0; border-bottom: 1px solid #E6E6E6; }
#contact-page-form-main > .container { max-width: 865px; }
#contact-page-form-main .top-text-section h2 { margin-bottom: 5px; }
#contact-page-form-main #contact-page-form { width: 100%; display: inline-block; position: relative; z-index: 9; }

.contact-form-6 { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 0 15px; }

.contact-form-12 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; position: relative; padding: 0 15px; }

.form-submit-contain { width: 100%; display: inline-block; position: relative; margin-bottom: 25px; text-align: center; }

#contact-map-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; }
#contact-map-main::before { width: 250px; height: 400px; display: block; position: absolute; left: -180px; top: -200px; content: ''; background: #31B879; border-radius: 200px; transform: rotate(40deg); }

#contact-map { width: 100%; display: inline-block; position: relative; text-align: center; }
#contact-map img { width: 100%; max-width: 865px; }

/* Article Page */
#top-breadcrumb-contain { width: 100%; display: inline-block; position: relative; background: #31B879; padding: 30px 0 15px 0; }
#top-breadcrumb-contain .pagination-contain { color: #fff; margin: 15px 0; }
#top-breadcrumb-contain input[type="text"] { width: 100%; display: inline-block; height: 50px; border: 1px solid #E6E6E6; background: #fff; border-radius: 200px; padding: 5px 15px 5px 15px; margin-bottom: 15px; }
#top-breadcrumb-contain button[type="submit"] { width: 50px; height: 50px; display: block; position: absolute; right: 20px; top: 0; background: none; border: none; font-size: 16px; color: #3C4240; }

#lower-article-main { width: 100%; display: inline-block; position: relative; background: #FAFAFA; padding: 65px 0; }

#article-mobile-toggle { width: 100%; display: inline-block; position: relative; padding: 0 15px; margin: 0 0 25px 0; }
#article-mobile-toggle button { width: 100%; display: inline-block; }

#article-left-menu { width: 100%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; position: relative; padding: 0 15px; margin-bottom: 25px; }
#article-left-menu h3 { width: 100%; display: inline-block; margin: 0 0 25px 0; padding: 0; font-weight: 600; font-size: 24px; }
#article-left-menu ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
#article-left-menu ul li { width: 100%; display: inline-block; position: relative; padding: 0; margin: 0; }
#article-left-menu ul li::before { width: 1px; height: 100%; display: block; position: absolute; left: 0; top: 0; content: ''; background: #E6E6E6; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#article-left-menu ul li a { width: 100%; display: inline-block; position: relative; color: #7A807D; text-decoration: none; padding: 0 0 0 15px; margin-top: 15px; }
#article-left-menu ul li a::before { width: 1px; height: 100%; display: block; position: absolute; left: 0; top: 0; content: ''; background: #E6E6E6; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#article-left-menu ul li a:hover { color: #31B879; text-decoration: none; }
#article-left-menu ul li a:hover::before { width: 2px; background: #31B879; }
#article-left-menu ul li:first-child a { margin-top: 0; }
#article-left-menu ul li.current a::before { width: 2px; background: #31B879; }
.breadcrumb-article a { color: #fff; }
#article-right-contain { width: 100%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; position: relative; padding: 0 15px; margin-bottom: 25px; }

#article-right-inner { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); padding: 45px 35px; }
#article-right-inner h1 { width: 100%; display: inline-block; margin: 0 0 15px 0; padding: 0; font-size: 32px; font-weight: 600; }
#article-right-inner .author-details { width: 100%; display: inline-block; position: relative; margin: 0 0 25px 0; padding-left: 30px; }
#article-right-inner .author-details img { position: absolute; left: 0; top: 0; border-radius: 50%; }
#article-right-inner #article-right-text { width: 100%; display: inline-block; margin: 0 0 25px 0; }
#article-right-inner #article-right-text ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; margin-bottom: 35px; }
#article-right-inner #article-right-text ul li { width: 100%; display: inline-block; position: relative; margin-bottom: 5px; }
#article-right-inner #article-help-review-main { width: 100%; display: inline-block; position: relative; }
#article-right-inner #article-help-review-main .article-help-review { width: 100%; display: inline-block; position: relative; background: #FAFAFA; border: 1px solid #E6E6E6; padding: 25px 15px; text-align: center; }
#article-right-inner #article-help-review-main .article-help-review ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
#article-right-inner #article-help-review-main .article-help-review ul li { display: inline-block; margin-right: 15px; }
#article-right-inner #article-help-review-main #article-details { width: 100%; display: inline-block; position: relative; margin: 25px 0 0 0; }
#article-right-inner #article-help-review-main #article-details .article-details-col { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 10px 15px; text-align: right; }
#article-right-inner #article-help-review-main #article-details .article-details-col:first-child { text-align: left; }

/* Search Result Section */
#search-result-main { width: 100%; display: inline-block; position: relative; padding: 65px 0; background: #FAFAFA; }
#search-result-main .container { max-width: 865px; }

.search-result-title { width: 100%; display: inline-block; position: relative; font-size: 21px; text-transform: uppercase; color: #3C4240; border-bottom: 1px solid #E6E6E6; padding-bottom: 10px; margin-bottom: 25px; }

.search-result-text-box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); margin: 0 0 15px 0; padding: 25px 35px; }
.search-result-text-box h3 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 21px; font-weight: 600; }
.search-result-text-box h3 strong { font-weight: 700; }

/* Booking Page */
.booking-top-banner { width: 100%; display: inline-block; padding: 25px 0 0 0; }
.booking-top-banner .row { align-items: center; }
.booking-top-banner .inner-slide-text { width: 100%; display: inline-block; max-width: 568px; margin: 0 0 15px 0; }
.booking-top-banner .inner-slide-text h2 { font-size: 42px; color: #000; margin: 0 0 15px 0; padding: 0; }
.booking-top-banner .inner-slide-text h2 span { color: #31B879; }
.booking-top-banner .inner-slide-text .inner-slide-button { width: 100%; display: inline-block; max-width: 200px; }
.booking-top-banner .inner-slide-text .inner-slide-button a { display: inline-block; color: #fff; text-decoration: none; background: #31B879; border-radius: 25px; padding: 12px 25px; margin-bottom: 5px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.booking-top-banner .inner-slide-text .inner-slide-button a:hover { color: #fff; text-decoration: none; background: #00703C; }
.booking-top-banner .inner-slide-text .inner-slide-button p.sm-text { font-size: 12px; line-height: 1.2; text-align: center; color: #3C4240; }
.booking-top-banner .inner-slide-img { width: 100%; display: inline-block; }
.booking-top-banner .inner-slide-img img { width: 100%; }

.who-it-for-main { width: 100%; display: inline-block; background: #FAFAFA; padding: 45px 0; }

.top-title-contain { width: 100%; text-align: center; max-width: 800px; margin: 0 auto 45px auto; }
.top-title-contain h6 { position: relative; padding-bottom: 10px; margin-bottom: 10px; }
.top-title-contain h6::after { width: 55px; height: 2px; background: #31B879; display: block; position: absolute; left: 0; right: 0; top: auto; bottom: 0; content: ''; border-radius: 200px; margin: 0 auto; }

.img-round-grid-main { width: 100%; display: inline-block; }
.img-round-grid-main .img-round-wid-box { width: 100%; position: relative; margin: 0 0 45px 0; padding: 10px 0 0 115px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; min-height: 100px; }
.img-round-grid-main .img-round-wid-box img { width: 108px; height: 108px; object-fit: cover; position: absolute; left: 0; top: 0; }
.img-round-grid-main .img-round-wid-box h3 { width: 100%; font-size: 21px; color: #3C4240; margin: 0 0 5px 0; padding: 0; }

.text_message_banner { position: relative; background: #fff; padding: 100px 0; }
.text_message_banner .text_message_caption { position: relative; }
.text_message_banner .text_message_caption h1 { font-size: 48px; margin: 0 0 15px 0; }
.text_message_banner .text_message_caption p { margin: 20px 0; }
.text_message_banner .text_message_caption a.green_btn { display: inline-block; font-size: 18px; font-weight: 600; color: #fff; text-decoration: none; background: #31B879; border: none; padding: 15px 30px; border-radius: 200px; outline: 0; box-shadow: 1px 2px 0 #00703C; }
.text_message_banner .text_message_caption a.green_btn:focus { outline: 0; box-shadow: none; }
.text_message_banner .text_message_caption a.green_btn:hover { color: #fff; background: #00703C; }

.text_reminder_help_text { position: relative; margin: 45px 0 75px 0; text-align: center; padding: 60px 0; }
.text_reminder_help_text::before { width: 100%; height: 30px; position: absolute; left: 0; top: 0; right: 0; content: ''; background: url(../png/top-section-graph.png) no-repeat center top; }
.text_reminder_help_text::after { width: 100%; height: 30px; position: absolute; left: 0; top: auto; right: 0; bottom: 0; content: ''; background: url(../png/bottom-section-graph.png) no-repeat center top; }
.text_reminder_help_text .container { max-width: 785px; }
.text_reminder_help_text .container h2 { font-size: 38px; font-weight: 600; margin: 0 0 20px 0; }

.helpful_tips_accordation_main { background: #FAFAFA; padding: 65px 0; }
.helpful_tips_accordation_main .container { max-width: 865px; }
.helpful_tips_accordation_main .top-text-section { margin-bottom: 45px; }
.helpful_tips_accordation_main .white_accordation_box { width: 100%; display: inline-block; position: relative; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
.helpful_tips_accordation_main .white_accordation_box .card { background: none; border: none; }
.helpful_tips_accordation_main .white_accordation_box .card .card-header { background: none; border: none; padding: 0; }
.helpful_tips_accordation_main .white_accordation_box .card .card-header h5 button.btn-link { width: 100%; text-align: left; font-size: 24px; font-weight: 600; color: #000; text-decoration: none; padding: 15px 60px 15px 30px; }
.helpful_tips_accordation_main .white_accordation_box .card .card-header h5 button.btn-link::after { width: 32px; height: 32px; position: absolute; right: 15px; top: 15px; font-family: "FontAwesome"; content: "\f107"; font-size: 32px; color: #7A807D; line-height: 1.2; text-align: center; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.helpful_tips_accordation_main .white_accordation_box .card .card-header h5 button.btn-link[aria-expanded="true"]::after { transform: rotate(-180deg); }
.helpful_tips_accordation_main .white_accordation_box .card .card-header h5 button.btn-link[aria-expanded="false"] { border-top: 1px solid #E6E6E6; }
.helpful_tips_accordation_main .white_accordation_box .card .card-header h5 button.btn-link:hover { color: #000; text-decoration: none; }
.helpful_tips_accordation_main .white_accordation_box .card .card-body { padding: 0 30px 15px 30px; }

/* ------------------- Footer Section ------------------- */
#footer { width: 100%; display: inline-block; position: relative; padding: 65px 0 0 0; }

.footer-widget-col { width: 100%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; position: relative; padding: 0 15px; }

.footer-widget-contain { width: 100%; display: inline-block; position: relative; margin: 0 0 35px 0; }
.footer-widget-contain h4 { width: 100%; display: inline-block; position: relative; margin: 0 0 15px 0; padding: 0; font-size: 18px; font-weight: 600; }
.footer-widget-contain ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
.footer-widget-contain ul li { width: 100%; display: inline-block; position: relative; margin: 10px 0 0 0; padding: 0; }
.footer-widget-contain ul li img { margin: 0 5px 0 0; }
.footer-widget-contain ul li a { color: #7A807D; text-decoration: none; }
.footer-widget-contain ul li a:hover { color: #31B879; text-decoration: none; }
.footer-widget-contain address { width: 100%; display: inline-block; position: relative; margin: 0 0 10px 0; }
.footer-widget-contain address img { margin: 0 3px 5px 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.footer-widget-contain address img:hover { opacity: 0.5; }

#footer-copyright { width: 100%; display: inline-block; position: relative; border-top: 1px solid #E6E6E6; }

.footer-copyright-col { width: 100%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; position: relative; padding: 15px 15px; font-size: 16px; }
.footer-copyright-col ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: right; }
.footer-copyright-col ul li { display: inline-block; position: relative; margin: 0; padding: 0 10px; }
.footer-copyright-col ul li::before { width: 1px; height: 12px; display: block; position: absolute; left: 0; top: 6px; content: ''; background: #7A807D; }
.footer-copyright-col ul li:first-child::before { display: none; }
.footer-copyright-col ul li a { color: #7A807D; text-decoration: none; }
.footer-copyright-col ul li a:hover { color: #31B879; text-decoration: none; }

/* ------------------- Responsive Style ------------------- */
/*------------  Desktop Screens ------------ */
@media (min-width: 768px) { #article-mobile-toggle, #faq-mobile-toggle { display: none; } }
@media (min-width: 992px) { #header-main button.navbar-toggle { display: none; } }
/*------------  Mobile Screens ------------ */
@media (max-width: 1200px) { #home-banner-main .slider-img { min-height: 520px; }
  #home-banner-main .slider-left-caption { padding-top: 10%; } }
@media (max-width: 1080px) { #home-banner-main .slider-img { min-height: 520px; }
  #home-banner-main .slider-left-caption h1 { font-size: 32px; }
  .green-round-bg-main .green-right-round::after { right: 4.778%; } }
@media (max-width: 991px) { #logo { -ms-flex: 0 0 180px; flex: 0 0 180px; max-width: 180px; }
  #header-right-menu { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; z-index: 999; background: #3C4240; padding: 0; overflow: hidden; height: 0; margin: 0; }
  #header-right-menu > ul { text-align: left; }
  #header-right-menu > ul > li { width: 100%; display: inline-block; border-top: 1px solid #2c3230; padding: 0; }
  #header-right-menu > ul > li:first-child { border-top: none; }
  #header-right-menu > ul > li > a { width: 100%; display: inline-block; padding: 10px 15px; color: #fff; }
  #header-right-menu > ul > li > a:hover { color: #fff; background: #31B879; }
  #header-right-menu > ul > li > a::after { display: none; }
  #header-right-menu > ul > li:nth-last-child(2) { position: relative; right: auto; }
  #header-right-menu > ul > li:nth-last-child(2) > a { color: #fff; }
  #header-right-menu > ul > li:nth-last-child(2) > a::after { display: none; }
  #header-right-menu > ul > li:last-child > a, #header-right-menu > ul > li.nav-button > a { border: none; border-radius: 0; padding: 10px 15px; background: #31B879; }
  #header-right-menu > ul > li:last-child > a:hover, #header-right-menu > ul > li.nav-button > a:hover { color: #fff; background: #31B879; }
  #header-right-menu.collapse { height: 100%; }
  .booking-top-banner .inner-slide-text h2 { font-size: 32px; }
  .business-owner-col-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .business-owner-col-3 .business-owner-box { min-height: 285px; }
  .grid-col-2 { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; }
  .footer-widget-col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; } }
@media (max-width: 880px) { #header-main button.navbar-toggle { border: 1px solid #31B879; color: #31B879; }
  #home-banner-main { background: none; min-height: auto; }
  #home-banner-main .slider-img { min-height: 420px; }
  #home-banner-main .slider-left-caption { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
  #home-banner-main .slider-left-caption h1 br { display: none; }
  #home-banner-main .slider-left-caption .trial-button, #home-banner-main .slider-left-caption .slide-play-video { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; text-align: center; }
  #home-banner-main .slider-left-caption .trial-button a { width: 100%; max-width: 220px; margin: 0 auto; }
  .green-round-bg-main::before, .green-round-bg-main::after { display: none; }
  .green-round-bg-main .start-trial-button { text-align: center; }
  .green-round-bg-main .start-trial-button span { margin-left: 0; }
  .green-round-bg-main .green-right-round::after { display: none; }
  .loose-client-bubbles .client-bubbles-box:first-child { margin-left: 12%; }
  .loose-client-bubbles .client-bubbles-box:nth-child(7) { margin-left: 15%; top: 120px; }
  .blog-post-box .blog-post-img { height: 150px; }
  .blog-post-box .blog-post-img img { height: 150px; } }
@media (max-width: 767px) { #home-banner-main .slider-img > img { height: 460px; object-fit: cover; }
  .booking-top-banner .inner-slide-text { max-width: 100%; text-align: center; }
  .booking-top-banner .inner-slide-text h2 br { display: none; }
  .booking-top-banner .inner-slide-text .inner-slide-button { max-width: 100%; }
  .booking-top-banner .col-md-6:nth-child(2) { display: none; }
  .business-owner-col-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .business-owner-col-3 .business-owner-box { min-height: auto; text-align: center; }
  .business-owner-col-3 .business-owner-box .business-owner-img { margin: 0 auto 15px auto; }
  .google-step-grid-main { padding-top: 45px; }
  .green-round-bg-main .trail-text { text-align: center; }
  .green-round-bg-main .trail-text br { display: none; }
  .green-round-bg-main .start-trial-button { padding-right: 0; }
  .calender-faq-contain { min-height: auto; }
  .reduce-three-reminder-main { padding: 45px 0 15px 0; }
  .phone-reminder-text-main { margin-top: 45px; }
  .phone-reminder-text { margin: 0 0 45px 0; text-align: center; }
  .how-get-started-col6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .how-get-started-inner6 { text-align: center; }
  .how-get-started-inner6 span.num-icon { margin: 0 auto 15px auto; }
  .footer-widget-col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .footer-copyright-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
  .footer-copyright-col ul { text-align: center; }
  .footer-copyright-col:first-child { padding-bottom: 0; }
  .loose-client-bubbles .client-bubbles-box:first-child { margin-left: 0; }
  .loose-client-bubbles .client-bubbles-box:nth-child(2) { top: 90px; }
  .loose-client-bubbles .client-bubbles-box:nth-child(4) { margin-left: 0; top: 80px; }
  .loose-client-bubbles .client-bubbles-box:nth-child(6) { top: 30px; }
  .loose-client-bubbles .client-bubbles-box:nth-child(7) { margin-left: 15%; top: 120px; }
  .google-cal-inte-col4 { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; }
  .google-cal-inte-col8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .price-pack-col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .blog-post-col-4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .blog-post-box .blog-post-img { height: 226px; }
  .blog-post-box .blog-post-img img { height: 226px; }
  #top-breadcrumb-contain { padding: 15px 0; }
  #faq-question-col-left, #faq-question-col-right, #article-left-menu, #article-right-contain { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  #faq-question-col-left, #article-left-menu { height: 0; overflow: hidden; }
  #faq-question-col-left.show, #article-left-menu.show { height: 100%; }
  .grid-col-2 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .business-percentage-col4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .business-per-col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; }
  .business-per-col:nth-child(4)::before { display: none; } }
@media (max-width: 640px) { .loose-client-bubbles .client-bubbles-box { margin: 0 15px 25px 0; } }
@media (max-width: 575px) { .top-text-section { margin-bottom: 15px; }
  .top-text-section br { display: none; }
  .google-step-grid-main .top-text-section { margin-bottom: 15px; }
  .help-text-box, .connect-calender-box { min-height: auto; }
  .help-text-box { padding-left: 0; text-align: center; }
  .help-text-box h4 { margin: 0 0 15px 0; }
  .help-text-box h4 img { position: relative; left: 0; top: 0; margin-right: 5px; }
  .help-text-box.cutom-space { padding-left: 0; }
  .thumb-block-contain { min-height: auto; text-align: center; }
  .thumb-block-contain img { margin: 0 auto 15px auto; }
  #home-feature-section-main .power-feature-box { text-align: center; margin: 0 0 45px 0; min-height: auto; }
  .reduce-main-contain .reduce-col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
  #appointment-reminder-main .appointment-rem-box { min-height: auto; text-align: center; }
  #appointment-reminder-main .appointment-rem-box h4 img { position: relative; margin: 0 3px 0 0; }
  .loose-client-bubbles .client-bubbles-box:nth-child(6) { top: 80px; }
  .integrations-box { min-height: auto; text-align: center; }
  .google-step-contain { margin-bottom: 65px; }
  .google-step-contain .google-step-col6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
  .google-step-contain:nth-child(odd) .google-step-col6:first-child, .google-step-contain:nth-child(even) .google-step-col6:first-child { order: 1; }
  .google-step-contain:nth-child(odd) .google-step-col6:first-child img, .google-step-contain:nth-child(even) .google-step-col6:first-child img { float: none; }
  .google-step-contain:nth-child(odd) .google-step-col6:nth-child(2), .google-step-contain:nth-child(even) .google-step-col6:nth-child(2) { order: 2; }
  .google-step-contain:nth-child(odd) .google-step-col6:nth-child(2) .google-step-text, .google-step-contain:nth-child(even) .google-step-col6:nth-child(2) .google-step-text { max-width: 100%; float: left; padding-top: 15px; }
  .google-cal-inte-col4, .google-cal-inte-col8 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .google-cal-text-contain { text-align: center; }
  .calender-faq-contain { text-align: center; min-height: auto; }
  #all-plan-include-main { text-align: center; min-height: auto; }
  #all-plan-include-main img { margin: 0 auto 10px auto; }
  .price-pack-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .price-package-contain .package-feature-list ul { text-align: center; }
  .blog-post-col-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .blog-post-box { min-height: auto; }
  #support-article-grid-main .support-article-box { min-height: auto; }
  .page-banner-main .banner-img-contain img { height: 140px; }
  .page-banner-main #support-search-contain h3 { font-size: 24px; }
  .contact-form-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  #article-right-inner { padding: 45px 15px; } }
@media (max-width: 480px) { #home-banner-main .slider-img { min-height: 500px; }
  #slider-contact-sections .slider-contact-col4::before { height: 100%; top: 0; }
  #slider-contact-sections .slider-contact-col4 svg { display: block; margin: 0 auto 5px auto; }
  .business-percentage-col4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .business-per-col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .business-per-col:nth-child(3)::before, .business-per-col:nth-child(5)::before { display: none; }
  .business-per-col:nth-child(4)::before { display: block; }
  #loose-client-show-main { padding: 65px 0; }
  .loose-client-bubbles { text-align: center; }
  .loose-client-bubbles .client-bubbles-box { display: block; }
  .loose-client-bubbles .client-bubbles-box:first-child, .loose-client-bubbles .client-bubbles-box:nth-child(2), .loose-client-bubbles .client-bubbles-box:nth-child(3), .loose-client-bubbles .client-bubbles-box:nth-child(4), .loose-client-bubbles .client-bubbles-box:nth-child(5), .loose-client-bubbles .client-bubbles-box:nth-child(6), .loose-client-bubbles .client-bubbles-box:nth-child(7) { top: 0; margin: 0 auto 25px auto; }
  .how-get-started-inner6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; min-height: auto; }
  .footer-widget-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .footer-widget-contain { text-align: center; }
  #single-blog-contain .single-blog-text-contain { padding: 45px 15px; }
  .grid-col-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media (max-width: 375px) { .blog-post-box.blog-post-img { height: 200px; }
  .blog-post-box.blog-post-img img { height: 200px; } }

/*# sourceMappingURL=style.css.map */
