﻿body
{
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 400;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, button, select, textarea
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=checkbox], input[type=radio]
{
    -webkit-appearance: auto;
    -moz-appearance: revert;
    appearance: auto;
}
select
{
    background-image: url(../image/select_menu_icon.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
button
{
    outline: 0;
    cursor: pointer;
}
a
{
    color: #08abe9;
    text-decoration: none;
}
a:hover
{
    color: #222;
    text-decoration: none;
}
#wrap
{
    float: left;
    width: 100%;
}
.container
{
    position: relative;
    width: 1350px;
    margin: 0 auto;
    padding: 0;
}
.container:after
{
    content: " 0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.header-divider
{
    display: none;
}
#header
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: -103px;
    z-index: 10;
    transition: all .7s ease-in-out;
}
#header .top-bar
{
    float: left;
    width: 100%;
    padding: 5px 0;
}
#header .top-bar *
{
    line-height: 8px;
}
#header .top-bar ul
{
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#header .top-bar ul li
{
    float: left;
    width: auto;
    margin: 4px 8px 4px 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #000;
}
#header .top-bar ul li:last-child
{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
#header .top-bar ul li a
{
    font-family: "Montserrat";
    font-size: 10px;
    color: #222;
    text-transform: uppercase;
}
#header .top-bar ul li a:hover
{
    opacity: .7;
}
#header .logo
{
    float: left;
    width: auto;
}
#header .logo img
{
    width: 225px;
    height: auto;
    vertical-align: top;
}
#header .main-nav
{
    float: right;
    width: auto;
}
#header .main-nav ul
{
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#header .main-nav ul li
{
    float: left;
    width: auto;
}
#header .main-nav ul li:first-child a
{
    margin-left: 0;
}
#header .main-nav ul li a
{
    position: relative;
    display: block;
    margin: 24px 10px;
    padding: 4px 0;
    font-family: "Montserrat";
    font-size: 13px;
    color: #222;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
}
#header .main-nav ul li a:hover
{
    color: #08aae8;
}
#header .main-nav ul li a:before
{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #08abe9;
    content: '';
    opacity: 0;
    -ms-transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
#header .main-nav ul li a:hover:before
{
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#header .main-nav ul li.current_page_item a
{
    color: #08aae8;
}
#header .main-nav ul li.current_page_item a:before
{
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#header .main-nav ul li:last-child a
{
    background-color: #08aae8;
    padding: 13px 18px;
    margin: 15px 5px;
    margin-right: 0;
    border: 0;
    border-radius: 50px;
    color: #fff;
    -ms-transition: background 1s,border-color 1s;
    -webkit-transition: background 1s,border 1s;
    transition: background 1s,border 1s;
}
#header .main-nav ul li:last-child a:hover
{
    background: #08b3f5;
    border-color: #08b3f5;
    border: 0;
}
#header .main-nav ul li:last-child a:hover:before
{
    content: none;
}
.header-divider.stiky
{
    display: block;
    height: 102px;
}
#header.stiky
{
    position: fixed;
    top: 0;
}
#header.stiky .top-bar
{
    display: none;
}
#middle
{
    float: left;
    width: 100%;
}
#customersReviews
{
    float: left;
    width: 100%;
    padding: 30px 0;
}
#customersReviews h2
{
    position: relative;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
#customersReviews h2:after
{
    content: "";
    display: block;
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
    border-style: solid;
    border-bottom-width: 0;
}
#customersReviews .btnBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
}
#customersReviews .btnBox .findBtn
{
    display: inline-block;
    padding: 18px 52px;
    background-color: #08aae8;
    border-radius: 50px;
    box-shadow: 0 0 0 0 #171f2b;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
#customersReviews .btnBox .findBtn:hover
{
    background-color: #0093dd;
}
#footer
{
    float: left;
    width: 100%;
    background: #23262d;
    position: relative;
}
#footer .footer
{
    padding-top: 70px;
    padding-bottom: 30px;
}
#footer .footer .row
{
    margin: 0 -5px;
}
#footer .footer .row:after, #footer .footer .row:before
{
    content: "";
    display: table;
    clear: both;
}
#footer .footer .widget
{
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 5px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    vertical-align: top;
}
#footer .footer h4
{
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
#footer .footer .contact-info
{
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
#footer .footer .contact-info li
{
    margin: 10px 0 0 0;
}
#footer .footer .contact-info li:first-child
{
    margin-top: 0;
}
#footer .footer .contact-info li:before
{
    padding-right: 10px;
    font-family: "Material Design Icons";
    font-size: 21px;
    color: #fff;
    vertical-align: middle;
}
#footer .footer .contact-info li:nth-child(1):before
{
    content: "";
}
#footer .footer .contact-info li:nth-child(2):before
{
    content: "";
}
#footer .footer .contact-info li:nth-child(3):before
{
    content: "";
}
#footer .footer .contact-info li:nth-child(4):before
{
    content: "";
}
#footer .footer .contact-info li:nth-child(4) span
{
    padding-left: 31px;
    display: block;
}
#footer .footer .contact-info li
{
    color: #fff;
}
#footer .footer .contact-info li a
{
    color: #fff;
    text-decoration: none;
}
#footer .footer .contact-info li a:hover
{
    color: #08abe9;
    text-decoration: none;
}
#footer .footer .menu
{
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
#footer .footer .menu li
{
    line-height: 30px;
}
#footer .footer .menu li a
{
    color: #fff;
    text-decoration: none;
}
#footer .footer .menu li a:hover
{
    color: #08abe9;
    text-decoration: none;
}
#footer .bottom
{
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 1px solid #3d4655;
}
#footer .bottom:after, #footer .bottom:before
{
    content: "";
    display: table;
    clear: both;
}
#footer .bottom .text
{
    float: left;
    width: auto;
    font-family: "Montserrat";
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
#footer .bottom .text a
{
    color: #fff;
    text-decoration: none;
}
#footer .bottom .text a:hover
{
    color: #fff;
    text-decoration: underline;
}
#footer .bottom .review-logos
{
    float: right;
    width: auto;
}
#footer .bottom .review-logos img
{
    padding-left: 10px;
}
#footer .bottom .social-icons
{
    float: left;
    width: auto;
    clear: left;
    padding-top: 5px;
}
#footer .bottom .social-icons a
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    width: 24px;
    height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#footer .bottom .social-icons a:after, #footer .bottom .social-icons a:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}
#footer .bottom .social-icons a:before
{
    background-color: #fff;
}
#footer .bottom .social-icons a:after
{
    opacity: 0;
    background-color: #08abe9;
}
#footer .bottom .social-icons a:hover:after
{
    opacity: 1;
}
#footer .bottom .social-icons a .icon
{
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    fill: #333c49;
}
#footer .bottom .social-icons a:hover .icon
{
    fill: #fff;
}
#footer .badge_bottom
{
    float: left;
    padding-top: 6px;
}
#footer .badge_bottom img
{
    width: 170px;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-close
{
    color: #fff!important;
    font-weight: 700;
    top: 17px!important;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a
{
    padding: 5px 10px!important;
    text-transform: uppercase;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#inner_banner
{
    position: relative;
    float: left;
    width: 100%;
    height: 473px;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
}
#inner_banner.small_header
{
    height: 300px;
}
#inner_banner:before
{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
#inner_banner .container
{
    top: 50%;
    transform: translateY(-50%);
}
#inner_banner h1
{
    margin: 0 0 20px 0;
    font-family: "Montserrat";
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
}
#inner_banner p
{
    margin: 0 0 20px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}
#inner_banner p:last-child
{
    margin-bottom: 0;
}
#inner_banner h3
{
    margin: 0 0 20px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}
#inner_banner h3:last-child
{
    margin-bottom: 0;
}
#inner_banner .button
{
    display: inline-block;
    min-width: 183px;
    padding: 14px 18px;
    background-color: #08aae8;
    border-radius: 50px;
    transition: background 1s,border 1s;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#inner_banner .button:hover
{
    background-color: #399fdd;
    color: #fff;
    text-decoration: none;
}
#inner_section
{
    float: left;
    width: 100%;
    padding: 70px 0 70px 0;
}
#inner_section .row
{
    margin-left: -15px;
    margin-right: -15px;
}
#inner_section .row:after, #inner_section .row:before
{
    content: "";
    display: table;
    clear: both;
}
#inner_section .col-12
{
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#inner_section h2
{
    margin: 0 0 25px 0;
    font-family: "Montserrat";
    font-size: 40px;
    color: #222;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
#inner_section h3
{
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 27px;
}
#inner_section p
{
    margin: 0 0 25px 0;
    font-size: 15px;
    color: #222;
    line-height: 30px;
}
#inner_section p:last-child
{
    margin-bottom: 0;
}
#shopper_review_page #merchant_page .paging
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 0 0 0;
}
#shopper_review_page #merchant_page .paging .sa_page
{
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 17px;
}
#shopper_review_page #merchant_page .paging .arrow
{
    padding-left: 4px;
}
#shopper_review_page #merchant_page label[for="sa_sort"]
{
    margin: 0 10px 0 auto;
}
#shopper_review_page #merchant_page #sa_sort
{
    box-sizing: border-box;
    height: 32px;
    padding: 5px 25px 5px 10px;
    margin-bottom: 0!important;
    outline: 0;
    border-radius: 5px;
}
#shopper_review_page #merchant_page .paging
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 0 0 0;
}
#shopper_review_page #merchant_page .paging .sa_page
{
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 17px;
}
#shopper_review_page #merchant_page .paging .arrow
{
    padding-left: 4px;
}
#shopper_review_page #merchant_page label[for="sa_sort"]
{
    margin: 0 10px 0 auto;
}
#shopper_review_page #merchant_page #sa_sort
{
    box-sizing: border-box;
    height: 32px;
    padding: 5px 25px 5px 10px;
    margin-bottom: 0!important;
    outline: 0;
    border-radius: 5px;
}
.fl-numbers
{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.fl-numbers .inner
{
    width: 100%;
    float: left;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.fl-numbers .col-2
{
    width: 30%;
    float: left;
}
.fl-numbers .col-2 img
{
    width: 250px;
    height: auto;
    margin: 0 auto;
}
.fl-numbers .col-10
{
    width: 70%;
    float: left;
}
.fl-numbers .col-10 h3
{
    font-weight: 600!important;
}
#cta-footer
{
    background-color: #08aae8;
    padding: 30px 0;
    width: 100%;
    float: left;
    position: relative;
}
#cta-footer .cta-data
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 780px;
    margin: 0 auto;
}
#cta-footer h3
{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin: 0;
}
#cta-footer p
{
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 0;
}
#ctxcg
{
    background-color: #fff;
    border-radius: 5px;
    padding: 14px 38px;
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin: 0 auto;
    display: block;
    color: #08aae8;
    transition: background .3s,border .3s;
}
#ctxcg:hover
{
    background-color: #23262d;
    color: #fff;
}