@import url("//cdn.web-fonts.ge/fonts/bpg-web-002-caps/css/bpg-web-002-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/alk-rex-bold/css/alk-rex-bold.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-extrasquare-mtavruli/css/bpg-extrasquare-mtavruli.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-mrgvlovani-caps/css/bpg-mrgvlovani-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-banner-caps/css/bpg-banner-caps.min.css");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body,
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

body {
    line-height: 1;
    background: #eff4f7;
    counter-reset: section
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    border: none;
    outline: none;
    list-style-type: none
}

a:hover {
    text-decoration: none
}

button:focus,
button:hover {
    border: none;
    outline: none
}

@font-face {
    font-family: "Mbold";
    src: url("../../assets/fonts/mbold.ttf")
}

@font-face {
    font-family: "Mregular";
    src: url("../../assets/fonts/mregular.ttf")
}

@font-face {
    font-family: "BPGLarge";
    src: url("../../assets/fonts/HelveticaNeueLTGEO-55Roman.eot") format("embedded-opentype"), url("../../assets/fonts/HelveticaNeueLTGEO-55Roman.otf") format("opentype"), url("../../assets/fonts/HelveticaNeueLTGEO-55Roman.woff") format("woff"), url("../../assets/fonts/HelveticaNeueLTGEO-55Roman.ttf") format("truetype")
}

.container {
    max-width: 1250px
}

.header {
    width: 100%;
    float: left;
    height: 500px;
    position: relative;
    background: #1c2938;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 97%, 59% 93%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 97%, 59% 93%, 0 100%, 0 0)
}

.header .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

.header-nav {
    width: 100%;
    float: left;
    margin-top: 15px;
    position: relative
}

.header-nav__logo {
    float: left
}

.header-nav__logo img {
    height: 120px;
    float: left
}

.header .in-navigation {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px;
    position: absolute;
    right: -30px;
    top: 35px
}

.header .in-navigation>ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    display: inline-block
}

.header .in-navigation>ul>li {
    display: inline-block;
    list-style: none;
    position: relative
}

.header .in-navigation>ul>li>a {
    font-family: "Mbold";
    color: #fff;
    display: block;
    padding: 20px 11px;
    text-transform: uppercase;
    font-size: 14px
}

.header .in-navigation>ul>li.active a,
.header .in-navigation>ul>li:hover>a {
    color: #00a79d
}

.header .in-navigation>ul>li.register {
    padding: 0px 20px;
    margin: 0px 20px;
    border-radius: 5px;
    background: #00a79d
}

.header .in-navigation>ul>li.register svg {
    fill: #fff;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    height: 18px
}

.header .in-navigation>ul>li.register a {
    font-family: "Mbold"
}

.header .in-navigation>ul>li.register a:hover {
    color: #fff
}

.header .in-navigation .in-dropdown {
    position: relative
}

.header .in-navigation .in-dropdown>a:after {
    content: "\eac8";
    font-family: "IcoFont";
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: bottom
}

.header .in-navigation .in-dropdown ul {
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    height: auto;
    width: 200px;
    z-index: 99;
    border-radius: 5px;
    padding-left: 0;
    margin-bottom: 0;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    opacity: 0
}

.header .langs {
    width: 100px!important
}

.header .in-navigation .in-dropdown ul li {
    position: relative
}

.header .in-navigation .in-dropdown ul li a {
    display: block;
    padding: 10px 15px;
    color: #242424;
    font-size: 13px;
    font-family: "BPGLarge";
    border: none
}

.header .in-navigation .in-dropdown ul li:hover>a {
    color: #037c70
}

.header .in-navigation .in-dropdown ul li:hover>ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: block
}

.header .in-navigation .in-dropdown>ul {
    left: 0;
    top: 100%;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.header .in-navigation .in-dropdown:hover>ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.header .in-navigation .in-dropdown.overflow-element ul {
    left: auto;
    right: 100%;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.header .in-navigation .in-dropdown.overflow-element>ul {
    left: auto;
    right: 0
}

.header-title {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-title h1 {
    font-family: "Mbold";
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 1px;
    width: 80%
}



/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    width: 50%;
    right: 15px;
    top:75px;
    position: absolute;
    padding: 4px 0;
    min-height: 42px;
    z-index: 99999999;
}


.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    margin-top:-28px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    z-index:700;
    cursor: pointer;
    color:#fff;
    background: #037c70;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family:Mbold;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    z-index: 999999;
    float: left;
    width: 100%;
    left: 0;
    position: fixed;
    background: rgba(1,0,0,.9);
    margin-top: 80px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 45px;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 15px 30px;
    margin: 0;
    text-align: left;
    font-family: Mregular;
    font-size:13px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 20px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #037c70;
    border: none !important;
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:before {
    content: "";
    position: absolute;
    z-index: 3;
    background:#037c70;
    left: 0;
    top: 0;
    width: 51px;
    height: 41px;
}

.mean-container .mean-nav ul li a.mean-expand:after {
    content:"\eac8";
    font-family:IcoFont;
    position:absolute;
    z-index:4;
    left:15px;
    top:12px;
    color:#fff;
}


.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}

footer {
    background: #fff;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 50px rgba(1, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(1, 0, 0, 0.1);
    padding: 50px 0;
    position: relative
}

footer h2 {
    font-family: "Mbold";
    font-size: 16px;
    color: #00a79d
}

footer ul {
    width: 100%;
    float: left;
    margin-top: 10px
}

footer ul li {
    width: 100%;
    font-family: "BPGLarge";
    margin-top: 15px
}

footer ul li a {
    color: #00a79d;
    font-size: 14px
}

footer ul li a:hover {
    color: #037c70
}

.footer_sicial li {
    display: inline-block;
    padding-right: 7px;
    padding-bottom: 10px;
    float: left;
    width: auto
}

.footer_sicial li a:hover {
    background-color: #037c70;
    color: #fff
}

.footer_sicial li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00a79d;
    color: #fff
}

.footer-copyright {
    width: 100%;
    background: #1c2938;
    padding: 30px 0;
    font-family: "Mbold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-copyright__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-copyright__author p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #00a79d
}

.footer-copyright__author p i {
    float: left;
    font-size: 20px;
    margin-right: 5px;
    margin-top: -3px
}

.footer-copyright__author img {
    height: auto!important;
}

.content {
    width: 100%;
    float: left;
    padding: 50px 0
}

.speadbar {
    width: 100%;
    float: left;
    position: absolute;
    overflow: hidden;
    top: 205px
}

.speadbar h1 {
    float: left;
    font-family: "Mbold";
    font-size: 21px;
    color: #fff;
    text-align: center
}

.speadbar ul {
    float: right;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speadbar ul li {
    font-family: "BPGLarge";
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.speadbar ul li:after {
    content: "\ea7c";
    font-family: IcoFont;
    float: right;
    margin: 0px 5px 0
}

.speadbar ul li:last-child:after {
    display: none
}

.speadbar ul li a {
    color: #fff
}

.content-login {
    width: 50%;
    margin: auto
}

.content-login .tab-content {
    background: #fff;
    padding: 15px
}

#login .nav-tabs {
    width: 100%;
    float: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#login .login {
    position: relative!important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

#login .nav-tabs .nav-item {
    margin-left: 0
}

#login .nav-tabs .nav-item:last-child {
    margin-right: 0
}

#login .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 14px;
    color: #242424;
    padding: 20px 45px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

#login .nav-tabs .nav-item.show .nav-link,
#login .nav-tabs .nav-link.active {
    border-color: #037c70;
    background: #037c70;
    color: #fff
}

.login {
    width: 100%;
    float: left;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 5px;
    position: absolute;
    -webkit-box-shadow: 15px 30px 50px rgba(1, 0, 0, 0.1);
    box-shadow: 15px 30px 50px rgba(1, 0, 0, 0.1);
    top: -380px;
    right: 30px;
    background: #fff
}

.login-form {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.login-form label {
    width: 100%;
    font-family: "Mbold";
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    color: #00a79d
}

.login-form input {
    width: 100%;
    border: 2px solid #f2f2f2;
    padding: 21px 20px;
    font-family: "BPGLarge";
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    color: #1c2938;
    -webkit-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in
}

.login-form input.error {
    border-color:  #00a79d!important;
}
.login-form select.error {
    border-color:  #00a79d!important;;
}

.error .select2-selection {
    border-color:  #00a79d!important;;
}
.login-form input:focus {
    border-color: #00a79d!important;;
}

.help-block {
    display: none;
}

.login-form textarea {
    width: 100%;
    border: 2px solid #f2f2f2;
    padding: 20px;
    font-family: "Mbold";
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    color: #00a79d;
    -webkit-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in
}

.login-form textarea.error {
    border-color: red
}

.login-form textarea:focus {
    border-color: #00a79d
}

.login h3 {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0 20px;
    font-size: 13px;
    font-family: "Mbold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login h3:before {
    left: 0
}

.login h3:after {
    right: 0
}

.login h3:after,
.login h3:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 16px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23dedede' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.login-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-remember a {
    color: #037c70;
    font-family: "BPGLarge";
    font-size: 12px;
    margin-top: 5px
}

.login-btns {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login .userlogin-buttons__social ul {
    width: 100%;
    float: left;
    margin-top: 10px
}

.login .userlogin-buttons__social ul,
.login .userlogin-buttons__social ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login .userlogin-buttons__social ul li {
    height: 45px;
    border-radius: 35px;
    border: 1px solid #dedede;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Mbold";
    line-height: 48px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
    padding: 0 25px;
    background: #d34836;
    border-color: #d34836
}

.login .userlogin-buttons__social ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0
}

.login .userlogin-buttons__social ul li a i {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    margin-top: 15px
}

.login .userlogin-buttons__social ul li:last-child {
    background: #3b5998;
    border-color: #3b5998
}

.login .userlogin-buttons__social ul li:last-child a {
    color: #fff
}

.btn-submit {
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    background: #037c70;
    font-family: "Mbold";
    cursor: pointer;
    font-size: 15px
}

.btn-register {
    width: 100%;
    outline: none;
    float: left;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    color: #242424;
    background: #f2f2f2;
    font-family: "Mbold";
    cursor: pointer;
    font-size: 15px
}

.btn-register:hover {
    color: #242424
}

.alert {
    font-family: "BPGLarge";
    padding: 20px 30px;
    font-size: 13px
}

.alert-success {
    background: #037c70;
    border-color: #037c70;
    color: #fff
}

.alert-danger {
    background: #00a79d;
    border-color: #00a79d;
    color: #fff
}

.profile-tab {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #1c2938;
    z-index: 400
}

.profile-tab .nav-tabs {
    width: 100%;
    float: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-tab .nav-tabs .nav-item {
    margin-left: 0
}

.profile-tab .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.profile-tab .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 14px;
    color: #242424;
    padding: 15px 30px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

.profile-tab .nav-tabs .nav-item.show .nav-link,
.profile-tab .nav-tabs .nav-link.active {
    border-color: #037c70;
    background: #037c70;
    color: #fff
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-family: "BPGLarge"!important
}

.content-list {
    width: 100%;
    float: left;
    margin-top: 15px
}

.content-list__img {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.content-list__img .vip-status {
    left: 10px;
    top: 15px
}

.content-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-list__desc {
    padding: 0 15px;
    width: calc(100% - 150px);
    float: right
}

.content-list__desc h1 {
    font-size: 16px
}

.content-list__desc h1 a {
    color: #037c70;
    font-family: "Mbold"!important
}

.content-list__desc ul {
    width: 100%;
    float: left;
    margin-top: 7px
}

.content-list__desc ul li {
    float: left;
    font-family: "Mbold";
    font-size: 11px;
    color: #00a79d;
    margin-right: 10px
}

.content-list__desc ul li:last-child {
    margin-right: 0
}

.content-list__desc ul li span {
    float: left;
    margin-right: 5px
}

.content-list__desc ul li u {
    text-decoration: none
}

.content-list__desc .address {
    float: left;
    width: 100%;
    font-family: "BPGLarge";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.content-list__desc .address span {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    overflow: hidden;
    background: #037c70;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-list__desc .address p {
    font-size: 12px;
    font-family: "BPGLarge";
    color: #00a79d
}

.content-profile__item {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(1, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(1, 0, 0, 0.1)
}

.content-profile__item h1 {
    font-family: "Mbold";
    font-size: 16px;
    color: #00a79d;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left
}

.content-profile__item h1 a {
    color: #037c70;
    font-family: "BPGLarge";
    font-size: 14px
}

.content-profile__content {
    margin-top: 15px;
    float: left;
    width: 100%
}

.content-profile__content .chartjs-size-monitor {
    font-family: "BPGLarge";
    color: #00a79d;
    font-size: 13px
}

.content-profile__content-alert {
    width: 100%;
    float: left;
    padding: 15px 0
}

.content-profile__content-alert h2 {
    width: 100%;
    float: left;
    font-family: "BPGLarge"
}

.content-profile__content-alert a {
    float: left;
    padding: 15px 30px;
    background: #f2f2f2;
    font-family: "BPGLarge";
    font-size: 13px;
    color: #00a79d;
    border-radius: 5px;
    margin-top: 15px
}

.content-profile__content .this-ul {
    width: 100%;
    float: left
}

.content-profile__content .this-ul li {
    width: 100%;
    font-family: "Mbold";
    font-size: 14px;
    float: left;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    border-bottom: 1px dashed #ececec
}

.content-profile__content .this-ul li span {
    width: 40px;
    height: 40px;
    background: #037c70;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    float: left;
    margin-right: 15px
}

.content-profile__content .this-ul li a {
    color: #037c70
}

.products-list .products-list__content {
    margin: -10px
}

.products-list .products-list__item {
    margin: 10px;
    width: calc((100% - 20px) / 1)
}

.products-list .products-list__head {
    display: none
}

.products-list .product-card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(1, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(1, 0, 0, 0.1)
}

.products-list .product-card .product-card__action--compare,
.products-list .product-card .product-card__action--wishlist,
.products-list .product-card .product-card__addtocart-icon {
    display: none
}

.products-list .product-card .product-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.products-list .product-card .product-card__badges {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.products-list .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.products-list .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.products-list .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-list .product-card .product-card__rating-label,
.products-list .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.products-list .product-card .product-card__rating-stars {
    margin-right: 7px
}

.products-list .product-card .product-card__rating-label {
    line-height: 1
}

.products-list .product-card .product-card__fit .status-badge__text {
    display: block
}

.products-list .product-card .product-card__fit .status-badge__tooltip {
    display: none
}

@media (min-width:768px) {
    .products-list .product-card .product-card__image {
        padding: 16px 24px;
        width: 260px
    }
    .products-list .product-card .product-card__badges {
        top: 16px;
        left: 16px
    }
    .products-list .product-card .product-card__fit {
        position: absolute;
        bottom: 24px;
        left: 258px
    }
    .products-list .product-card .product-card__info {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        padding: 20px 20px 57px 0
    }
    .products-list .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        padding: 0;
        height: 38px;
        line-height: 36px;
        border-top: 1px solid #ebebeb;
        text-align: center;
        width: 180px;
        right: 20px
    }
    .products-list .product-card .product-card__name {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px
    }
    .products-list .product-card .product-card__features {
        font-size: 14px;
        padding-top: 10px
    }
    .products-list .product-card .product-card__features li+li {
        margin-top: 2px
    }
    .products-list .product-card .product-card__footer {
        width: 220px;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0 22px 49px;
        border-left: 1px solid #ebebeb
    }
    .products-list .product-card .product-card__prices {
        padding: 28px 0;
        font-size: 20px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .products-list .product-card .product-card__price--old {
        font-size: 15px;
        margin-left: 6px
    }
    .products-list .product-card .product-card__addtocart-full {
        display: block;
        height: 36px;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 10px
    }
    .products-list .product-card .product-card__compare,
    .products-list .product-card .product-card__wishlist {
        font-size: 13px;
        line-height: 16px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 7px 10px 5px
    }
    .products-list .product-card .product-card__compare svg,
    .products-list .product-card .product-card__wishlist svg {
        position: relative;
        top: -1px;
        margin-right: 8px
    }
    .products-list .product-card .product-card__wishlist svg {
        margin-left: -3px;
        margin-right: 7px
    }
    .products-list .product-card .product-card__compare svg {
        margin-left: -2px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .products-list .product-card .product-card__image {
        width: 192px;
        padding-left: 16px;
        padding-right: 16px
    }
    .products-list .product-card .product-card__fit {
        left: 190px
    }
    .products-list .product-card .product-card__footer {
        width: 180px;
        padding: 0 16px 49px
    }
    .products-list .product-card .product-card__prices {
        padding: 24px 0
    }
    .products-list .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        width: 148px;
        right: 16px
    }
    .products-list .product-card .product-card__compare,
    .products-list .product-card .product-card__wishlist {
        margin-top: 1px
    }
}

@media (max-width:767.98px) {
    .products-list .product-card {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .products-list .product-card .product-card__image {
        padding: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: relative
    }
    .products-list .product-card .product-card__image img {
        width: 180px;
        max-width: 100%
    }
    .products-list .product-card .product-card__fit {
        position: absolute;
        bottom: 14px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        left: 15px;
        right: 15px
    }
    .products-list .product-card .product-card__badges {
        top: 16px;
        left: 16px
    }
    .products-list .product-card .product-card__info {
        padding: 0 20px 20px
    }
    .products-list .product-card .product-card__features {
        padding-top: 12px
    }
    .products-list .product-card .product-card__footer {
        border-top: 1px solid #ebebeb;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 58px
    }
    .products-list .product-card .product-card__prices {
        padding-top: 20px;
        padding-bottom: 16px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .products-list .product-card .product-card__price--old {
        font-size: 15px;
        margin-left: 6px
    }
    .products-list .product-card .product-card__addtocart-full {
        height: 30px;
        padding: 0 16px;
        font-size: 15px;
        margin-right: 8px
    }
    .products-list .product-card .product-card__compare,
    .products-list .product-card .product-card__wishlist {
        height: 30px;
        width: 32px;
        padding: 0
    }
    .products-list .product-card .product-card__compare svg,
    .products-list .product-card .product-card__wishlist svg {
        margin-left: 0;
        margin-right: 0
    }
    .products-list .product-card .product-card__compare span,
    .products-list .product-card .product-card__wishlist span {
        display: none
    }
    .products-list .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px;
        height: 38px;
        line-height: 36px;
        border-top: 1px solid #ebebeb
    }
}

.social-links__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px
}

.social-links__item {
    margin: 4px
}

.social-links__item a {
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: inherit;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.social-links__item a:hover {
    opacity: 0.8
}

.social-links__item--facebook a {
    background: #3c5a99;
    color: #fff
}

.social-links__item--twitter a {
    background: #00a2e8;
    color: #fff
}

.social-links__item--youtube a {
    background: #e52e2e;
    color: #fff
}

.social-links__item--instagram a {
    background: #815dc7;
    color: #fff
}

.social-links__item--rss a {
    background: #ffc338;
    color: #664729
}

.status-badge {
    display: inline-block;
    vertical-align: middle;
    cursor: default
}

.status-badge__body {
    position: relative;
    min-height: 23px;
    border-radius: 11.5px;
    min-width: 31px
}

.status-badge__icon {
    fill: currentColor;
    position: absolute;
    top: calc(50% - 6.5px);
    opacity: 0.85;
    left: 9px
}

.status-badge__icon svg {
    display: block
}

.status-badge__text {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 12px
}

.status-badge__tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.status-badge__tooltip:focus {
    outline: none
}

.status-badge--has-text .status-badge__tooltip {
    display: none
}

.status-badge--has-icon .status-badge__text {
    padding-left: 28px
}

.status-badge--style--success .status-badge__body {
    background-color: #e2f2da;
    color: #44782a
}

.status-badge--style--failure .status-badge__body {
    background-color: #f2dada;
    color: #993d3d
}

.status-badge--style--warning .status-badge__body {
    background-color: #f2eeda;
    color: #786b2a
}

.status-badge--style--unknown .status-badge__body {
    background-color: #ebebeb;
    color: #6a6a6a
}

.tag-badge {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    font-family: "Mbold";
    padding: 4px 14px 0
}

.tag-badge:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 3.5px;
    right: 3.5px;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.tag-badge--theme {
    color: #fff
}

.tag-badge--theme:before {
    background: #1a79ff
}

.tag-badge--sale {
    color: #fff
}

.tag-badge--sale:before {
    background: #f33
}

.tag-badge--new {
    color: #fff
}

.tag-badge--new:before {
    background: #37f
}

.tag-badge--hot {
    color: #fff
}

.tag-badge--hot:before {
    background: #7acc2b
}

.tags {
    font-size: 13px
}

.tags__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin: -2px
}

.tags__list a {
    display: block;
    margin: 2px;
    background: #f2f2f2;
    padding: 4px 11px;
    color: inherit;
    border-radius: 1.5px;
    -webkit-transition: background 0.12s;
    -o-transition: background 0.12s;
    transition: background 0.12s
}

.tags__list a:hover {
    color: inherit;
    background: #e5e5e5
}

.tags__list a:active {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background: #d9d9d9
}

.tags--sm .tags__list a {
    padding: 2px 8px
}

.teammate {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09)
}

.teammate__info {
    padding: 14px 16px 16px;
    text-align: center
}

.teammate__position {
    font-size: 14px;
    color: #6c757d
}

.timer,
.timer__dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.product-card .product-card__action svg {
    fill: currentColor;
    display: block
}

.product-card .product-card__action:focus {
    outline: none
}

.product-card .product-card__action:active {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.product-card .product-card__action:last-child {
    border-bottom-left-radius: 2px
}

.product-card .product-card__action--loading,
.product-card .product-card__action--loading:hover {
    cursor: default;
    background: transparent;
    color: transparent;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.product-card .product-card__action--loading:before {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.5);
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: ""
}

.product-card .product-card__image {
    display: block
}

.product-card .product-card__image img {
    max-width: 100%;
    height: auto
}

.product-card .product-card__rating {
    color: #6c757d;
    font-size: 0.8125rem
}

.product-card .product-card__features {
    color: #6c757d;
    font-size: 13px;
    line-height: 21px
}

.product-card .product-card__features ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-card .product-card__features li {
    position: relative;
    font-family: "Mbold";
    padding-left: 12px
}

.product-card .product-card__features li span {
    float: left;
    margin-right: 5px
}

.product-card .product-card__features li u {
    text-decoration: none
}

.product-card .product-card__features li:before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 9px;
    opacity: 0.7;
    left: 3px
}

.product-card .product-card__name a {
    color: inherit
}

.product-card .product-card__name a:hover {
    text-decoration: none
}

.product-card .product-card__meta {
    font-size: 12px;
    line-height: 1;
    color: #999
}

.product-card .product-card__prices {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #262626
}

.product-card .product-card__price--new {
    color: #262626
}

.product-card .product-card__price--old {
    font-weight: 400;
    text-decoration: line-through;
    color: #999
}

.product-card .product-card__addtocart-full {
    background: #1a79ff;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: background-color 0.15s, color 0.15s;
    -o-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s
}

.product-card .product-card__addtocart-full:focus {
    outline: none
}

.product-card .product-card__addtocart-full:hover {
    background: #333;
    color: #fff
}

.product-card .product-card__addtocart-full:active {
    background: #4d4d4d;
    color: #fff
}

.product-card .product-card__compare,
.product-card .product-card__wishlist {
    border: none;
    background: transparent;
    color: #262626;
    fill: #d9d9d9;
    border-radius: 2px;
    -webkit-transition: background 0.15s, fill 0.15s;
    -o-transition: background 0.15s, fill 0.15s;
    transition: background 0.15s, fill 0.15s
}

.product-card {
    font-family: "BPGLarge";
    margin-bottom: 25px
}

.product-card .product-card__name a {
    font-family: "Mbold";
    color: #037c70
}

.products-list .product-card .product-card__image {
    padding: 16px 24px;
    width: 260px;
    min-height: 240px
}

.products-list .product-card .product-card__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.products-list .product-card .product-card__badges {
    top: 20px
}

.product-card__price--current {
    font-family: "Mbold";
    text-align: center;
    font-weight: normal;
    font-size: 18px
}

.rating {
    margin-left: -5px
}

.rating h4 a {
    color: #00a79d
}

.rating form {
    float: left
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left
}

.rating ul li {
    margin-right: 10px
}

.rating ul li a {
    color: #0a4a71
}

.rating .star {
    font-size: 14px;
    padding-right: 5px;
    color: #dedede;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.rating .star:hover {
    text-decoration: none;
    color: #037c70
}

.rating .star.hover,
.rating .star.hovered {
    color: #00a79d
}

.dates,
.views {
    float: left;
    font-family: "Mbold";
    font-size: 12px;
    margin-left: 20px;
    color: #00a79d
}

.dates i,
.views i {
    padding-right: 5px
}

.card-btns {
    width: 100%;
    float: left
}

.card-btns a,
.card-btns button {
    width: 100%;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    padding: 15px 30px;
    text-align: center;
    border-radius: 5px;
    font-family: "BPGLarge"
}

.card-btns a {
    background: #037c70;
    color: #fff
}

.pagination {
    margin-bottom: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.pagination .page-item {
    margin-right: 6px
}

.pagination .page-item:last-child {
    margin-right: 0
}

.page-link {
    font-size: 15px;
    line-height: 18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    font-family: "Mbold";
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    background-color: #f0f0f0;
    color: #262626
}

.page-link:hover {
    background-color: #037c70;
    color: #fff
}

.page-link:active {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background-color: #037c70;
    color: #fff
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 2px
}

.page-item.disabled .page-link {
    background-color: #f0f0f0;
    color: #b3b3b3
}

.page-item.active .page-link {
    background-color: #1a79ff;
    color: #fff;
    cursor: default
}

.pagination__dots {
    position: relative;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 4px
}

.pagination__dots:after,
.pagination__dots:before {
    display: block;
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit
}

.pagination__dots:before {
    top: -5px
}

.pagination__dots:after {
    bottom: -5px
}

.page-item--dots,
.page-link--with-arrow {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.page-link__arrow {
    display: block;
    margin: 3px 0 4px;
    fill: currentColor;
    opacity: 0.8;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.page-link__arrow svg {
    display: block
}

.page-link__arrow--left {
    margin-left: -1px;
    margin-right: 1px
}

.page-link__arrow--right {
    margin-left: 1px;
    margin-right: -1px
}

@media (max-width:575.98px) {
    .page-link {
        padding: 5px 9px
    }
}

.btn-click {
    padding: 20px 45px;
    border-radius: 5px;
    color: #fff;
    background: #037c70;
    font-family: "Mbold";
    font-size: 13px;
    cursor: pointer
}

.edit-profile {
    width: 100%;
    float: left
}

.edit-profile__avatar {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.edit-profile__avatar-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%
}

.edit-profile__avatar-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.edit-profile__avatar-info {
    padding: 30px;
    color: #00a79d;
    font-family: "BPGLarge";
    font-size: 13px
}

.edit-profile__avatar-info #upload {
    display: none
}

.edit-profile__avatar-info a {
    color: #037c70;
    font-family: "Mbold";
    font-size: 14px;
    float: left;
    padding-bottom: 2px;
    border-bottom: 1px dashed #037c70
}

.edit-profile__avatar-info figcaption {
    width: 100%;
    float: left;
    color: #1c2938;
    padding-top: 10px
}

.edit-profile__content {
    width: 100%;
    float: left;
    border-radius: 5px
}

.edit-profile__content .login {
    padding: 0;
    margin: 15px 0 0
}

.edit-profile__content h1 {
    font-family: "Mbold";
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.edit-profile__content h1:after {
    content: "";
    width: 70%;
    height: 15px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dedede' fill-opacity='0.9' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: 0
}

.edit-profile .inside-div {
    float: left;
    width: 100%;
    margin-top: 15px
}

#cats {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-direction: normal
}

.cats-item {
    break-inside: avoid-column;
    column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: block;
    overflow: hidden
}

.cats-item figure {
    width: 50px;
    height: 50px
}

.cats-item figcaption {
    color: #00a79d;
    top: 40px;
    right: 20px;
    font-family: "Mbold";
    font-size: 14px
}

.cats-item ul {
    width: 100%;
    float: left
}

.cats-item ul li {
    width: 100%;
    float: left;
    font-family: "Mbold";
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec
}

.cats-item ul li a {
    color: #037c70;
    width: 100%;
    float: left;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in
}

.cats-item ul li a span {
    float: right;
    color: #88888888;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in
}

.cats-item ul li a:hover {
    color: #00a79d
}

.cats-item ul li a:hover span {
    color: #00a79d
}

.brands {
    width: 100%;
    float: left
}

.brands .brand {
    width: 100%;
    margin: 20px 0;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1)
}

.brands .brand h1 {
    font-family: "Mbold";
    width: 100%;
    float: left;
    font-size: 18px
}

.brands-list {
    width: 100%;
    float: left;
    margin-top: 20px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-direction: normal
}

.brands-list__item {
    break-inside: avoid-column;
    column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #ececec
}

.brands-list__item:after {
    content: attr(data-number);
    position: absolute;
    color: #88888888;
    font-size: 14px;
    font-family: "Mbold";
    right: 0;
    top: 15px
}

.brands-list__item a {
    width: 100%;
    float: left;
    color: #037c70;
    font-family: "Mbold";
    font-size: 14px
}

.s-vip {
    background: #edfce3!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.filter {
    width: 100%;
    float: left;
    padding: 40px 0
}

.filter .product-card {
    border-radius: 5px;
    overflow: hidden
}

.filter .products-list .products-list__item {
    width: 100%!important;
    margin: 0 0 20px
}

.filter-block {
    width: 100%;
    padding: 20px;
    float: left;
    background: #fff;
    -webkit-box-shadow: 5px 10px 30px rgba(1, 0, 0, 0.2);
    box-shadow: 5px 10px 30px rgba(1, 0, 0, 0.2);
    border-radius: 5px
}

.filter-block__title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2
}

.filter-block__title h1 {
    font-family: "Mbold";
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-block__title h1 a {
    color: #00a79d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #ececec;
    border-radius: 50%;
    width: 25px;
    margin-top: 1px;
    height: 25px;
    float: right
}

.filter-block .content-this {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px
}

.filter-block .content-this .hide-all,
.filter-block .content-this .show-all {
    width: 100%;
    float: left;
    background: transparent;
    font-family: "Mbold";
    font-size: 13px;
    color: #037c70;
    margin-top: 20px;
    text-align: center;
    cursor: pointer
}

.filter-block .content-this .hide-all {
    display: none
}

.filter-block .content-this .styled-checkbox {
    position: absolute;
    opacity: 0
}

.filter-block .content-this .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.filter-block .content-this .styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede
}

.filter-block .content-this .styled-checkbox:hover+label:before {
    background: #037c70
}

.filter-block .content-this .styled-checkbox:focus+label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.filter-block .content-this .styled-checkbox:checked+label:before {
    background: #037c70
}

.filter-block .content-this .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.filter-block .content-this .styled-checkbox:disabled+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd
}

.filter-block .content-this .styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    background: #fff;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-block .content-this ul {
    float: left;
    margin-top: -10px;
    height: 200px;
    position: relative;
    overflow: hidden
}

.filter-block .content-this ul:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 80px #fff;
    box-shadow: inset 0 0 80px #fff
}

.filter-block .content-this ul li {
    font-family: "Mbold";
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-block .content-this ul li label {
    float: left
}

.filter-block .content-this ul li label span {
    float: right;
    font-size: 11px;
    color: #c4c4c4;
    font-family: "Mbold";
    margin-left: 7px;
    margin-top: 2px
}

.filter-block .content-this .without-hide {
    height: auto
}

.filter-block .content-this .without-hide:after {
    display: none
}

.filter-block .content-this .show-ul {
    height: auto
}

.filter-block .content-this .show-ul:after {
    display: none
}

.ui-slider-horizontal {
    height: 7px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px
}

.ui-widget.ui-widget-content {
    background: #f2f2f2;
    border: none
}

.ui-widget-header {
    background: #037c70;
    border-color: #037c70;
    border: 1px solid #037c70
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: #fff;
    border-radius: 50%;
    border-color: #037c70;
    border: 5px solid #037c70
}

.amount {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-family: "Mbold";
    color: #242424;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 5px
}

.add-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.add-wishlist img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px
}

.filter-result {
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 15px;
    font-family: "Mbold";
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    margin-bottom: 20px
}

.filter-result ul li {
    padding: 15px 30px;
    font-size: 12px;
    float: left;
    border-radius: 35px;
    border: 1px solid #f2f2f2
}

.modal-body li label [for=cityInput0] {
    padding-left: 15px
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0 2rem 0;
    list-style: none;
    margin: 50px 0px
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    pointer-events: none
}

.step--active,
.step--complete {
    cursor: pointer;
    pointer-events: all
}

.step:not(:last-child):after,
.step:not(:last-child):before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.25rem;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: width;
    z-index: -1
}

.step:before {
    width: 100%;
    background-color: #e6e7e8
}

.step:after {
    width: 0;
    background-color: #037c70
}

.step__icon:before {
    display: block;
    color: #fff;
    font-family: IcoFont;
    content: "\eed6"
}

.step--active .step__icon:before {
    color: #fff
}

.step--before__active .step__icon {
    background: #037c70
}

.step--before__active .step__icon:before {
    color: #fff
}

.step--complete:after {
    width: 100%!important;
    opacity: 1;
    -webkit-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out
}

.step__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 0.25rem solid #e6e7e8;
    border-radius: 50%;
    color: transparent;
    font-size: 2rem
}

.step--complete.step--active .step__icon {
    color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out
}

.step--incomplete.step--active .step__icon {
    border-color: #037c70;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.step--complete .step__icon {
    -webkit-animation: bounce 0.5s ease-in-out;
    animation: bounce 0.5s ease-in-out;
    background-color: #037c70;
    border-color: #037c70;
    color: #fff
}

.step__label {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    margin-top: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Mbold"
}

.step--incomplete.step--inactive .step__label {
    color: #888888
}

.step--incomplete.step--active .step__label {
    color: #037c70
}

.mainform {
    width: 100%;
    float: left
}

.sms {
    width: 100%;
    float: left;
    padding: 50px 0;
    padding-bottom: 80px;
    font-family: "BPGLarge"
}

.sms-title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Mbold";
    color: #037c70;
    font-size: 24px
}

.sms-content {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center
}

.sform {
    width: 100%;
    float: left
}

.sform-title h1 {
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
    padding: 20px 40px;
    color: #242424;
    font-size: 14px;
    font-family: "Mbold";
    border-radius: 5px;
    width: 100%;
    text-align: center
}

.sform-title h1 span {
    color: #037c70;
    padding-left: 15px;
    font-family: "BPGLarge"
}

.sform-cats {
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(1, 0, 0, 0.1);
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 25px
}

.sform-cats h2 {
    width: 100%;
    float: left;
    font-family: "Mbold";
    color: #00a79d;
    margin-top: 10px
}

#lists .products-list__item {
    margin: 0;
    margin-bottom: 30px;
    width: 100%
}

.mobile {
    width: 100%;
    float: left;
    margin-top: 30px
}

ul.check-mobiles {
    list-style-type: none
}

ul.check-mobiles li {
    display: inline-block
}

ul.check-mobiles input[type=checkbox][id^=myCheckbox] {
    display: none
}

ul.check-mobiles label {
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    margin-right: 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.check-mobiles label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

ul.check-mobiles label svg {
    height: 25px;
    width: 25px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #00a79d;
    float: left;
    margin-right: 15px
}

ul.check-mobiles:checked+label {
    border-color: #037c70
}

ul.check-mobiles:checked+label:before {
    content: "✓";
    background-color: #037c70;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

ul.check-mobiles:checked+label img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1
}

.vip-in {
    width: 100%;
    float: left
}

.vip-in form.vip-form {
    width: 100%;
    float: left
}

.vip-in h1 {
    font-family: "Mbold";
    font-size: 21px;
    color: #037c70;
    width: 100%;
    float: left;
    text-align: center
}

.vip-in .vip-slider {
    width: 100%;
    float: left;
    margin-top: 40px
}

.vip-in .vip-slider .owl-nav {
    display: block
}

.vip-in .vip-slider .owl-next,
.vip-in .vip-slider .owl-prev {
    top: 30%;
    border-radius: 50%;
    position: absolute;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.vip-in .vip-slider .owl-prev {
    background: #f2f2f2;
    width: 40px;
    height: 40px;
    left: -60px;
    text-align: center;
    display: block
}

.vip-in .vip-slider .owl-prev:before {
    content: "";
    background: url("../img/left.svg");
    float: left;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin: 12px 11px;
    opacity: 0.8
}

.vip-in .vip-slider .owl-next {
    right: -60px;
    background: #037c70;
    width: 40px;
    height: 40px;
    display: block
}

.vip-in .vip-slider .owl-next:before {
    content: "";
    background: url("../img/right.svg");
    float: left;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin: 12px;
    margin-left: 13px
}

.vip-in .vip-slider .item {
    background: #1c2938;
    border-radius: 5px
}

.vip-in .vip-slider .item .check-mobiles {
    list-style-type: none
}

.vip-in .vip-slider .item .check-mobiles .choose-vip {
    display: inline-block;
    padding: 10px 20px;
    font-family: "BPGLarge";
    font-size: 12px
}

.vip-in .vip-slider .item .check-mobiles input[type=checkbox][id^=myCheckbox] {
    display: none
}

.vip-in .vip-slider .item .check-mobiles label {
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    margin-right: 0px;
    cursor: pointer
}

.vip-in .vip-slider .item .check-mobiles label h2 {
    font-family: "Mbold";
    font-size: 14px;
    margin-bottom: 5px
}

.vip-in .vip-slider .item .check-mobiles label span {
    float: left;
    margin-bottom: 10px;
    font-family: "Mbold";
    font-size: 11px;
    width: 100%
}

.vip-in .vip-slider .item .check-mobiles label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: -20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.vip-in .vip-slider .item .check-mobiles label svg {
    height: 25px;
    width: 25px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #00a79d;
    float: left;
    margin-right: 15px
}

.vip-in .vip-slider .item .check-mobiles:checked+label {
    border-color: #037c70
}

.vip-in .vip-slider .item .check-mobiles:checked+label:before {
    content: "✓";
    background-color: #037c70;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.vip-in .vip-slider .item .check-mobiles:checked+label img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1
}

.vip-estates {
    width: 100%;
    float: left;
    margin-top: 30px
}

.vip-estates__list {
    width: 100%;
    float: left;
    margin-top: 40px
}

.vip-estates__list .products-list .products-list__item {
    margin: 0px;
    width: 100%;
    margin-bottom: 40px
}

.smslist .profile-tab {
    background: none;
    padding: 0px
}

.smslist .sms__in {
    width: 100%;
    float: left;
    margin-top: 40px
}

.smslist .sms__in .sms-left {
    width: 100px;
    float: left
}

.smslist .sms__in .sms-left figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #037c70;
    float: left
}

.smslist .sms__in .sms-left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.smslist .sms__in .sms-left .delete {
    width: 100%;
    float: left;
    background: #00a79d;
    font-size: 12px;
    margin-top: 10px;
    font-family: "Mbold";
    color: #fff;
    padding: 15px;
    border-radius: 35px;
    cursor: pointer
}

.smslist .message-blue {
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    padding: 10px;
    background-color: #1c2938;
    width: calc(100% - 120px);
    float: right;
    padding: 30px;
    text-align: left;
    font: 400 0.9em "BPGLarge";
    border: 1px solid #1c2938;
    border-radius: 10px
}

.smslist .sms-info {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.smslist .sms-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    font-family: "Mbold";
    font-size: 12px;
    margin-right: 15px
}

.smslist .sms-info ul li span {
    width: 30px;
    height: 30px;
    background: #037c70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-right: 10px
}

.smslist .message-content {
    padding: 0;
    margin: 0
}

.smslist .message-timestamp-right {
    position: absolute;
    font-size: 0.85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px
}

.smslist .message-timestamp-left {
    position: absolute;
    font-size: 0.85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px
}

.smslist .message-blue:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #1c2938;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: 0px;
    left: -17px
}

#frame {
    width: 100%;
    min-width: 360px;
    max-width: 100%;
    height: 92vh;
    min-height: 300px;
    font-family: "Mbold";
    max-height: 720px;
    background: #e6eaea
}

@media screen and (max-width:360px) {
    #frame {
        width: 100%;
        height: 100vh
    }
}

#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #037c70;
    color: #f5f5f5;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px
    }
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial
}

#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"
}

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px
    }
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap p {
        display: none
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px
}

#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px
}

@media screen and (max-width:735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial!important
}

#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0
}

#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px)
}

#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a
}

#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300
}

@media screen and (max-width:735px) {
    #frame #sidepanel #search {
        display: none
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 20px 0 0 20px
}

#frame #sidepanel #search input {
    font-family: "BPGLarge";
    padding: 20px 0 20px 46px;
    width: 100%;
    border: none;
    font-size: 13px;
    background: #00a79d;
    color: #fff
}

#frame .content {
    padding-top: 0px
}

#frame #sidepanel #search input:focus {
    outline: none;
    background: #435f7a
}

#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5
}

#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5
}

#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5
}

#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5
}

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (max-width:735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden
    }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none
    }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px)
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer
}

@media screen and (max-width:735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #00a79d
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #00a79d;
    border-right: 5px solid #00a79d
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a!important
}

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width:735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c
}

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px
}

@media screen and (max-width:735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0
}

@media screen and (max-width:735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-family: "BPGLarge";
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: 0.5
}

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0
}

#frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif
}

@media screen and (max-width:735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none
}

#frame #sidepanel #bottom-bar button:first-child {
    border-right: 1px solid #2c3e50
}

@media screen and (max-width:735px) {
    #frame #sidepanel #bottom-bar button:first-child {
        border-right: none;
        border-bottom: 1px solid #2c3e50
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em
}

@media screen and (max-width:735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em
    }
}

@media screen and (max-width:735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none
    }
}

#frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px!important
    }
}

@media screen and (min-width:900px) {
    #frame .content {
        width: calc(100% - 340px)
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5
}

#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px
}

#frame .content .contact-profile p {
    float: left
}

#frame .content .contact-profile .social-media {
    float: right
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer
}

#frame .content .contact-profile .social-media i:last-child {
    margin-right: 20px
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a
}

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (max-width:735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px)
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: rgba(0, 0, 0, 0)
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3)
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em
}

#frame .content .messages ul li:last-child {
    margin-bottom: 20px
}

#frame .content .messages ul li.sent img {
    margin: 6px 8px 0 0
}

#frame .content .messages ul li.sent p {
    background: #435f7a;
    color: #f5f5f5
}

#frame .content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px
}

#frame .content .messages ul li.replies p {
    background: #f5f5f5;
    float: right
}

#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left
}

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    font-family: "BPGLarge";
    font-size: 13px;
    line-height: 130%
}

@media screen and (min-width:735px) {
    #frame .content .messages ul li p {
        max-width: 300px
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99
}

#frame .content .message-input .wrap {
    position: relative
}

#frame .content .message-input .wrap input {
    font-family: "BPGLarge";
    float: left;
    border: none;
    width: calc(100% - 50px);
    padding: 30px;
    font-size: 0.8em;
    color: #32465a
}

@media screen and (max-width:735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: 0.5;
    cursor: pointer
}

@media screen and (max-width:735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 29px 0;
    cursor: pointer;
    background: #037c70;
    color: #fff
}

@media screen and (max-width:735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0
    }
}

#frame .content .message-input .wrap button:hover {
    background: #435f7a
}

#frame .content .message-input .wrap button:focus {
    outline: none
}

.companies {
    width: 100%;
    float: left
}

.companies-item {
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    font-family: "Mbold";
    margin-bottom: 40px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in
}

.companies-item:hover {
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.3);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.3)
}

.companies-item figure {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}



.companies-item figure .driver-img {
    width: 80px;
    border: 5px solid rgba(1, 0, 0, 0.1);
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.companies-item a {
    color: #242424;
    float: left;
    width: 100%
}

.companies-item__desc {
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: center
}

.companies-item__desc h2 {
    width: 100%;
    font-size: 16px;
    color: #037c70
}

.companies-item__desc span {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    float: left;
    text-align: center
}

.companies-info {
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    font-family: "Mbold";
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 173px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    padding: 0px 10px
}

.companies-info:hover {
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.3);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.3)
}

.companies-info ul li {
    float: left;
    font-family: "Mbold";
    border-right: 1px solid #f2f2f2;
    padding: 0px 20px;
    font-size: 14px
}

.companies-info ul li:last-child {
    border: none
}

.companies-info ul li i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #037c70;
    border-radius: 50%;
    color: #fff;
    float: left;
    margin-right: 10px
}

.companies-info ul li a {
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.companies-info ul li span {
    margin-left: 10px;
    padding-top: 2px
}

.companies-info ul li span svg {
    fill: #037c70
}

.companies-info .send-sms {
    padding: 15px 40px;
    border-radius: 35px;
    background: #037c70;
    color: #fff;
    font-size: 12px;
    margin-right: 20px
}

.sms-form {
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px;
    font-family: "Mbold";
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 173px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    display: none
}

.sms-form .send-sms2 {
    padding: 15px 40px;
    border-radius: 35px;
    background: #037c70;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    float: right;
    cursor: pointer
}

.select2-container {
    width: 100%!important
}

.sform {
    width: 100%;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.1);
    padding: 20px 30px;
    margin-bottom: 30px
}

.sform h2 {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: center;
    font-family: "Mbold";
    font-size: 16px;
    color: #00a79d
}

.sform-form {
    width: 100%;
    float: left;
    margin-top: 20px
}

.sform-form .check-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.sform-form .login-form {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px
}

.sform-form .login-form .select2-container--default .select2-selection--single {
    width: 100%;
    border: 2px solid #f2f2f2;
    line-height: 60px;
    height: 62px;
    padding: 0px 15px;
    font-family: "Mbold";
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    color: #252a35;
    -webkit-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in
}

.sform-form .login-form input::-webkit-input-placeholder {
    color: #00a79d
}

.sform-form .login-form input:-ms-input-placeholder {
    color: #00a79d
}

.sform-form .login-form input::-ms-input-placeholder {
    color: #00a79d
}

.sform-form .login-form input::placeholder {
    color: #00a79d
}

.sform-form .login-form .my-check {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sform-form .login-form .my-check .styled-checkbox {
    position: absolute;
    opacity: 0
}

.sform-form .login-form .my-check .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: auto
}

.sform-form .login-form .my-check .styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede
}

.sform-form .login-form .my-check .styled-checkbox:hover+label:before {
    background: #037c70
}

.sform-form .login-form .my-check .styled-checkbox:focus+label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.sform-form .login-form .my-check .styled-checkbox:checked+label:before {
    background: #037c70
}

.sform-form .login-form .my-check .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.sform-form .login-form .my-check .styled-checkbox:disabled+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd
}

.sform-form .login-form .my-check .styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    background: #fff;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-container.form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0
}

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.select2-search input {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857
}

.select2-container.select2-container-multi.form-control {
    height: auto
}

.input-group-sm .select2-container .select2-choice,
.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-lg .select2-container .select2-choice,
.select2-container.input-lg .select2-choice {
    height: 46px;
    line-height: 1.33333;
    border-radius: 6px
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi.input-lg .select2-choices .select2-search-field input {
    height: 44px
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0
}

.select2-choice>span:first-child,
.select2-chosen,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px
}

.input-group-sm .select2-choice>span:first-child,
.input-group-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-sm .select2-chosen {
    padding: 5px 10px
}

.input-group-lg .select2-choice>span:first-child,
.input-group-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-lg .select2-chosen {
    padding: 10px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.input-lg .select2-choices .select2-search-choice {
    line-height: 24px
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
    background: none
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px
}

.input-group-sm .select2-container .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice div b,
.select2-container.input-sm .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b {
    background-position: 0 1px
}

.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice div b,
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b {
    background-position: -18px 1px
}

.input-group-lg .select2-container .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice div b,
.select2-container.input-lg .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b {
    background-position: 0 9px
}

.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice div b,
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b {
    background-position: -18px 9px
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error.select2-drop-active {
    border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534
}

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

.select2-drop-active {
    border-color: #66afe9
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-right-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    background: white;
    -webkit-filter: none;
    filter: none
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 6px!important
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 6px!important
}

.select2-results .select2-highlighted {
    color: white;
    background-color: #337ab7
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%
}

.select2-container .select2-choice abbr {
    top: 50%
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active,
.select2-search input.select2-active {
    background-position: 99%;
    background-position: right 4px center
}

.select2-offscreen,
.select2-offscreen:focus {
    width: 1px!important;
    height: 1px!important;
    position: absolute!important
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-family: "BPGLarge";
    font-size: 12px
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #00a79d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-family: "BPGLarge";
    padding: 5px 15px;
    font-size: 12px
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #a49896
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00a79d;
    color: white;
    font-family: "BPGLarge"
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.gallery-top .swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    max-width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.content {
    width: 100%;
    float: left;
    padding: 50px 0px
}

.content-title {
    width: 100%
}

.content-title h1 {
    font-family: "Mbold";
    font-size: 28px;
    color: #037c70
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background: #037c70;
    border-color: #037c70
}

.pricerange {
    padding-top: 0px
}

.pricerange .nav-tabs {
    float: left;
    margin-top: 20px;
    border: none;
    border-radius: 35px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pricerange .nav-tabs .nav-item {
    margin-left: 0
}

.pricerange .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.pricerange .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 14px;
    color: #242424;
    padding: 18px 35px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

.pricerange .nav-tabs .nav-item.show .nav-link,
.pricerange .nav-tabs .nav-link.active {
    border-color: #037c70;
    background: #037c70;
    color: #fff
}

.pricerange .tab-content {
    width: 100%;
    float: left;
    margin-top: 20px
}

.pricerange .price-for {
    float: left;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}


.pricerange .price-for:first-child {
    padding-right: 40px;
}

.pricerange .price-for h2 {
    width: 100%;
    float: left;
    font-family: "BPGLarge";
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
    color: rgba(1, 0, 0, 0.4)
}

.pricerange .price-for h2:before {
    content: "";
    width: 30%;
    height: 1px;
    background: rgba(1, 0, 0, 0.1);
    position: absolute;
    left: 70%;
}

.pricerange .price-for span {
    font-family: "Mbold";
    font-size: 48px;
    color: #037c70;
    float: right;
    margin-right: 5px
}

.stats {
    margin-top: 30px
}

.stats .content-title {
    text-align: center
}

.stats .content-title h1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stats .content-title h1:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    bottom: -8px;
    background: #037c70
}

.stats-content {
    font-family: "BPGLarge";
    margin-top: 35px
}

.stats-content .counter-item {
    text-align: center
}

.stats-content .counter-item h3 {
    font-family: "Mbold";
    font-size: 36px;
    color: #037c70;
    padding-bottom: 5px
}

.stats-content .counter-item p {
    font-family: "BPGLarge";
    font-size: 22px;
    color: rgba(1, 0, 0, 0.4)
}

.air {
    width: 100%;
    margin-top: 25px;
    float: left;
    background: #fff
}

.air .nav-tabs {
    float: left;
    margin-top: 40px;
    border: none;
    border-radius: 35px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.air .nav-tabs .nav-item {
    margin-left: 0
}

.air .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.air .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 14px;
    color: #242424;
    padding: 18px 35px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

.air .nav-tabs .nav-item.show .nav-link,
.air .nav-tabs .nav-link.active {
    border-color: #037c70;
    background: #037c70;
    color: #fff
}

.air .tab-content {
    width: 100%;
    float: left;
    margin-top: 20px
}

.air-item {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 65px;
    border-radius: 35px;
    font-size: 14px;
    font-family: "Mbold";
    margin-top: 10px
}

.air-item:nth-child(odd) {
    background: #f2f2f2
}

.air-item .tracking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dedede;
    padding-right: 25px;
    width: 20%;
    justify-content: flex-start;
}

.air-item .tracking i {
    background: #037c70;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    float: left;
    border-radius: 50%;
    margin-right: 20px
}

.air-item .status {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    border-right: 1px solid #dedede
}

.air-item .status .pulse {
    margin-top: 0px;
    margin-right: 20px
}

.air-item .status i {
    background: #037c70;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    float: left;
    border-radius: 50%;
    margin-right: 20px
}

.air-item .date {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding-right: 0
}

.air-item .date i {
    background: #037c70;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    float: left;
    border-radius: 50%;
    margin-right: 20px
}

.air table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    overflow: hidden;
    max-width: 800px;
    font-family: "Mbold";
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative
}

.air table * {
    position: relative
}

.air table td,
.air table th {
    padding-left: 8px
}

.air table thead {
    border-radius: 35px;
    overflow: hidden
}

.air table thead tr {
    height: 60px;
    background: #037c70;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    color: #fff
}

.air table tbody tr {
    height: 48px;
    background: #f2f2f2;
    text-align: center;
    line-height: 48px
}

.air table tbody tr:last-child {
    border: 0
}

.air table td,
.air table th {
    text-align: center;
    font-size: 12px
}

.air table td.l,
.air table th.l {
    text-align: center
}

.air table td.c,
.air table th.c {
    text-align: center
}

.air table td.r,
.air table th.r {
    text-align: center
}

@media screen and (max-width:35.5em) {
    .air table {
        display: block
    }
    .air table>*,
    .air table td,
    .air table th,
    .air table tr {
        display: block
    }
    .air table thead {
        display: none
    }
    .air table tbody tr {
        height: auto;
        padding: 8px 0
    }
    .air table tbody tr td {
        padding-left: 45%;
        margin-bottom: 12px
    }
    .air table tbody tr td:last-child {
        margin-bottom: 0
    }
    .air table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 10px;
        top: 0
    }
}

.air .pulse {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #037c70;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(0, 167, 157, 0.4);
    box-shadow: 0 0 0 rgba(0, 167, 157, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.air .pulse:hover {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 167, 157, 0)
    }
    to {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 167, 157, 0.4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 167, 157, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 167, 157, 0);
        box-shadow: 0 0 0 10px rgba(0, 167, 157, 0)
    }
    to {
        -moz-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 157, 0);
        box-shadow: 0 0 0 0 rgba(0, 167, 157, 0)
    }
}

.news {
    width: 100%;
    float: left
}

.single-blog-area {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 45px;
    height: 300px;
    font-family: "Mbold"
}

.single-blog-area:before {
    content: "";
    left: 0;
    top: 0;
    right: 0px;
    z-index: 300;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: -moz-linear-gradient(top, rgba(3, 124, 112, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(3, 124, 112, 0) 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 124, 112, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(3, 124, 112, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(3, 124, 112, 0) 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@mcol', endColorstr='#000000', GradientType=0)
}

.single-blog-area img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

ul.category-list {
    position: absolute;
    left: 30px;
    top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

ul.category-list li {
    display: inline-block;
    margin-right: 15px
}

ul.category-list li a {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    background: #037c70;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px
}

ul.category-list li a:hover {
    color: #ff2782;
    background: #ffffff
}

.blog-title-date-wraper {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0px
}

.blog-title h3 a {
    font-size: 16px;
    z-index: 500;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff
}

ul.blog-author-date {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ffffff;
    opacity: 0;
    visibility: hidden
}

ul.blog-author-date li {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    margin-right: 18px
}

ul.blog-author-date li a {
    color: #ffffff
}

.single-blog-area:hover .blog-title-date-wraper {
    margin-bottom: 0
}

.single-blog-area:hover ul.blog-author-date {
    opacity: 1;
    visibility: visible
}

.single-blog-area:hover ul.category-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-blog-area:hover:before {
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #037c70 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #037c70 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(#037c70));
    background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #037c70 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #037c70 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#5e2ced', GradientType=0)
}

.footer {
    width: 100%;
    float: left
}

.footer-subscribe {
    width: 100%;
    padding: 30px 0px;
    background: #fff
}

.footer-subscribe h2 {
    font-family: "Mbold";
    font-size: 21px;
    color: #fff
}

.footer-subscribe .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-subscribe__form input {
    width: 450px;
    height: 45px;
    padding: 0px 20px;
    line-height: 45px;
    background: #fff;
    font-family: "BPGLarge";
    color: #242424;
    font-size: 12px;
    border: none;
    margin-right: -5px
}

.footer-subscribe__form button {
    height: 45px;
    padding: 0px 20px;
    line-height: 45px;
    background: #037c70;
    font-family: "BPGLarge";
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in
}

.footer-subscribe__form button:hover {
    background: #037c70
}

.footer-about {
    background: #fff;
    padding: 30px 0px
}

.footer-about__info h3 {
    font-family: "Mbold";
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.footer-about__info figcaption {
    font-family: "BPGLarge";
    font-size: 12px;
    color: #00a79d;
    line-height: 21px;
    text-align: justify
}

.footer-about__partners {
    margin-top: 10px
}

.footer-copyright {
    padding: 30px 0px;
    font-family: "Mbold";
    width: 100%;
    background: #fff;
    float: left
}

.footer-copyright__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-copyright__author p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #242424
}

.footer-copyright__author p i {
    float: left;
    font-size: 20px;
    margin-right: 5px
}

.footer-area {
    float: left;
    padding: 10px 0;
    width: 100%
}

.footer-area img {
    height: 120px
}

.footer-area p {
    font-family: "BPGLarge";
    font-size: 13px;
    line-height: 21px;
    text-align: right
}

.contactinfo {
    width: 100%;
    float: left;
    height: 100px;
    background: #037c70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cont__info svg {
    width: 16px;
    height: 16px;
    fill: #037c70
}

.cont__info span {
    float: left;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cont__info p {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: "BPGLarge";
    padding-left: 15px;
    padding-top: 18px
}

#adress,
#number {
    float: left
}

.social {
    float: right
}

.social ul {
    float: right;
    margin-bottom: 0px
}

.social ul li {
    float: left;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 16px
}

.social ul li a {
    color: #fff
}

.social ul li a i {
    font-size: 21px
}

.social ul li a i:hover {
    color: #242424
}

.social p {
    width: 100%;
    float: left;
    border-top: 1px solid #2e2e2d;
    height: 50px;
    font-family: "BPG Arial";
    margin: 0
}

.social p strong {
    float: left;
    font-size: 13px;
    line-height: 55px;
    color: #2e2e2d
}

.social p strong a {
    color: #2c70b8
}

.social p span {
    width: 40px;
    float: right;
    height: 40px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    background: #2c70b8
}

.social p span i {
    font-size: 15px;
    color: white;
    line-height: 40px;
    text-align: center
}

.header-billing {
    position: relative;
    height: 300px;
    -webkit-clip-path: none;
    clip-path: none
}

.header-billing .billing-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding-bottom: 20px
}

.header-billing .header-nav__logo img {
    height: 90px
}

.header-billing .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-billing__nav {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-billing__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-billing__nav ul li {
    float: left;
    font-family: "Mbold";
    margin-left: 20px
}

.header-billing__nav ul li a {
    color: #fff;
    font-size: 13px
}

.header-billing__nav ul li a svg {
    fill: #fff
}

.header-billing__nav ul li.tracking {
    float: left;
    position: relative;
    margin-top: 5px;
    margin-right: 120px
}

.header-billing__nav ul li.tracking a {
    position: relative
}

.header-billing__nav ul li.tracking a svg {
    fill: #fff;
    margin-top: 5px
}

.header-billing__nav ul li.tracking a span {
    padding: 8px 15px;
    position: absolute;
    top: -25px;
    right: -115px;
    border-radius: 35px;
    font-family: "BPGLarge";
    font-size: 10px;
    background: #00a79d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-billing__nav ul li.balance {
    float: left;
    position: relative;
    margin-top: 5px;
    margin-right: 70px
}

.header-billing__nav ul li.balance a {
    position: relative
}

.header-billing__nav ul li.balance a svg {
    fill: #fff;
    margin-top: 5px
}

.header-billing__nav ul li.balance a span {
    padding: 8px 15px;
    position: absolute;
    top: -25px;
    right: -60px;
    border-radius: 35px;
    font-family: "BPGLarge";
    font-size: 10px;
    background: #00a79d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-billing__nav ul li.sms-not {
    float: left;
    position: relative;
    margin-top: 5px;
    margin-right: 20px
}

.header-billing__nav ul li.sms-not a {
    position: relative
}

.header-billing__nav ul li.sms-not a svg {
    fill: #fff;
    margin-top: 5px
}

.header-billing__nav ul li.sms-not a span {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -22px;
    right: -12px;
    font-size: 10px;
    border-radius: 50%;
    background: #00a79d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.pck {
    margin-right: 120px!important;
}

.pck span {
    border-radius: 35px!important;
    height: 25px!important;
    width: 130px!important;
    right: -118px!important;
}
.header-billing__nav ul li.user {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 300
}

.header-billing__nav ul li.user a {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.header-billing__nav ul li.user figure {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-right: 20px
}

.header-billing__nav ul li.user figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-billing__nav ul li.user h1 {
    font-size: 13px;
    margin-top: -10px
}

.header-billing__nav ul li.user p {
    position: absolute;
    top: 30px;
    left: 70px;
    font-size: 10px;
    color: #00a79d
}

.header-billing__nav ul li .user-dropdown {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 15px 25px 35px rgba(1, 0, 0, 0.1);
    box-shadow: 15px 25px 35px rgba(1, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
    overflow: hidden;
    right: 0px;
    top: 70px
}

.header-billing__nav ul li .user-dropdown ul {
    width: 100%;
    float: left;
    display: block
}

.header-billing__nav ul li .user-dropdown ul li {
    float: left;
    font-family: "Mbold";
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.header-billing__nav ul li .user-dropdown ul li:last-child {
    border: none
}

.header-billing__nav ul li .user-dropdown ul li a {
    float: left;
    width: 100%;
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    font-size: 12px
}

.header-billing__nav ul li .user-dropdown ul li a svg {
    float: left;
    margin-right: 10px;
    fill: #00a79d;
    margin-top: -2px
}

.header-billing__nav ul li .user-dropdown ul li a:hover {
    background: #037c70;
    color: #fff
}

.header-billing__nav ul li .user-dropdown ul li a:hover svg {
    fill: #fff
}

.header-billing__nav ul li .user-dropdown ul li a i {
    color: #00a79d;
    float: left;
    font-size: 16px
}

.billing {
    width: 100%;
    float: left;
    margin-top: -100px;
    z-index: 100
}

.billing-address {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 5px 20px 30px rgba(1, 0, 0, 0.04);
    box-shadow: 5px 20px 30px rgba(1, 0, 0, 0.04);
    min-height: 445px
}

.billing-address__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.billing-address__title .nav-tabs {
    float: right;
    margin-top: 0px;
    border: none;
    border-radius: 35px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.billing-address__title .nav-tabs .nav-item {
    margin-left: 0
}

.billing-address__title .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.billing-address__title .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 13px;
    color: #242424;
    padding: 12px 25px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

.billing-address__title .nav-tabs .nav-item.show .nav-link,
.billing-address__title .nav-tabs .nav-link.active {
    border-color: #037c70;
    background: #037c70;
    color: #fff
}

.billing-address__title h2 {
    font-family: "Mbold";
    font-size: 16px;
    float: left;
    color: #242424
}

.billing-address__title a {
    font-family: "BPGLarge";
    font-size: 13px;
    color: #037c70
}

.billing-address__content {
    float: left;
    width: 100%;
    margin-top: 15px
}

.billing-address__content figcaption {
    line-height: 21px;
    font-family: "BPGLarge"
}

.billing-address__content figcaption p {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 13px
}

.billing-address__content ul li {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(1, 0, 0, 0.03)
}

.billing-address__content ul li p,
.billing-address__content ul li span {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.billing-address__content ul li span {
    color: #037c70;
    font-family: "Mbold";
    float: left;
    width: 40%;
    font-size: 13px;
    margin-right: 10px
}

.billing-address__content ul li p {
    font-family: "BPGLarge";
    font-size: 13px;
    width: 60%;
    float: right
}

.billing-address__content .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px
}

.billing-address__content .payment-icon {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background: #037c70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.billing-address__content .payment-icon svg {
    fill: #fff
}

.billing-address__content .payment-status {
    font-family: "Mbold";
    margin-left: 30px
}

.billing-address__content .payment-status span {
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
    color: #037c70
}

.billing-address__content .payment-status h3 {
    font-size: 12px
}
.billing-address__content .payment:nth-child(2) span {
    color: #d9534f;
}

.billing-address__content .payment:nth-child(2) h3 {
    color: #d9534f;
}

.billing-address__content .pay-it {
    width: 100%;
    float: left;
    margin-top: 50px
}

.billing-address__content .pay-it a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    font-family: "Mbold";
    font-size: 13px;
    color: #fff;
    background: #1c2938;
    border-radius: 5px;
    margin-bottom: 5px
}
.billing-address__content .pay-it button {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    font-family: "Mbold";
    font-size: 13px;
    color: #fff;
    background: #1c2938;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px
}

.billing-address__content .pay-it a.pay-balance {
    background: #037c70;
    margin-top: 10px
}

.billing-buttons {
    width: 100%;
    float: left;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.billing-buttons .blbtn {
    float: left;
    padding: 15px 30px;
    border-radius: 35px;
    font-family: "BPGLarge";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding-bottom: 18px;
    margin-right: 25px
}

.billing-buttons .blbtn:last-child {
    margin-right: 0px
}

.billing-buttons .blbtn svg {
    float: left;
    fill: #fff;
    margin-right: 15px
}

.billing-buttons .blbtn.info {
    background: #037c70;
    color: #fff
}

.billing-buttons .blbtn.re {
    background: #00a79d;
    color: #fff
}

.billing-buttons .blbtn.secure {
    background: #1c2938;
    color: #fff
}

.billing-buttons .blbtn.add {
    background: #fff;
    color: #242424
}

.billing-buttons .blbtn.add svg {
    fill: #242424
}

.packages {
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 100px
}

.packages .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.packages .content-title h1 {
    width: auto;
    float: left;
    margin-top: 15px
}

.packages .content-title .nav-tabs {
    float: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.packages .content-title .nav-tabs .nav-item {
    margin-left: 0
}

.packages .content-title .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.packages .content-title .nav-tabs .nav-link {
    font-family: "Mbold";
    font-size: 14px;
    color: #242424;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border: none;
    border-radius: 35px;
    margin-right: 0
}

.packages .content-title .nav-tabs .nav-link span {
    width: 35px;
    height: 35px;
    float: right;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Mbold";
    color: #1c2938;
    margin-left: 20px
}

.packages .content-title .nav-tabs .nav-item.show .nav-link,
.packages .content-title .nav-tabs .nav-link.active {
    border-color: #1c2938;
    background: #1c2938;
    color: #fff
}

.packages .content-title .nav-tabs .nav-item.show .nav-link span,
.packages .content-title .nav-tabs .nav-link.active span {
    color: #037c70
}

.packages .alert {
    width: 100%;
    margin-top: 25px;
    float: left
}

.packages .list .list-item ul:nth-child(odd) {
    background-color: #ddd;
}

.packages .list .list-item ul:nth-child(2n) {
    background-color: #fff''
}

.packages .list .list-item {
    width: 100%;
    display: table;
}

@media screen and (min-width:600px) {
    .packages .list {
        display: table;
        width: 100%;
        float: left;
        margin-top: 30px
    }
    .packages .list .list-item ul {
        display: table-row
    }
    .packages .list .first-item ul li {
        background-color: #1c2938;
        font-family: "Mbold";
        font-size: 12px;
        color: #fff
    }
    .packages .list .list-item ul>li {
        display: table-cell;
        padding: 20px 15px;
        font-size: 13px;
        position: relative;
        text-align: center;
        font-family: "Mbold"
    }
    .packages .list .list-item ul>li svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        fill: #037c70
    }
}

.packages .tool {
    cursor: help;
    position: relative
}

.packages .tool:after,
.packages .tool:before {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100
}

.packages .tool:focus:after,
.packages .tool:focus:before,
.packages .tool:hover:after,
.packages .tool:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 100
}

.packages .tool:before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #00a79d transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
    -o-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
    -webkit-transform: scale(0.6) translateY(-90%);
    -ms-transform: scale(0.6) translateY(-90%);
    transform: scale(0.6) translateY(-90%)
}

.packages .tool:focus:before,
.packages .tool:hover:before {
    -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    -o-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s
}

.packages .tool:after {
    background: #00a79d;
    border-radius: 0.25em;
    bottom: 118%;
    color: #fff;
    font-family: "BPGLarge";
    font-size: 12px;
    line-height: 20px;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    -o-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    -webkit-transform: scale(0.6) translateY(50%);
    -ms-transform: scale(0.6) translateY(50%);
    transform: scale(0.6) translateY(50%);
    width: 17.5em
}

.packages .tool:focus:after,
.packages .tool:hover:after {
    -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
    -o-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26)
}

@media (max-width:760px) {
    .packages .tool:after {
        font-size: 0.75em;
        margin-left: -5em;
        width: 10em
    }
}

.packages .repackage a {
    position: relative;
    color: #1c2938
}

.repackage a span {
    color:#d9534f!important;
}

.repackage a svg {
    fill:#d9534f!important;;
}


.repackage a.offcomment svg {
    fill:#037c70!important;;
}
.repackage a.offcomment  span {
    color:#037c70!important;;
}

/*.packages .repackage a svg {*/
/*    position: absolute!important;*/
/*    float: left;*/
/*    left: 0!important;*/
/*    top: 9px!important;*/
/*    -webkit-transform: none;*/
/*    -ms-transform: none;*/
/*    transform: none;*/
/*    width: 20px*/
/*}*/

/*.packages .repackage a span {*/
/*    padding-left: 20px*/
/*}*/

/*.packages .security a {*/
/*    position: relative;*/
/*    color: #1c2938*/
/*}*/

/*.packages .security a svg {*/
/*    position: absolute!important;*/
/*    float: left;*/
/*    left: 0!important;*/
/*    top: 8px!important;*/
/*    -webkit-transform: none;*/
/*    -ms-transform: none;*/
/*    transform: none;*/
/*    width: 20px*/
/*}*/

/*.packages .security a span {*/
/*    padding-left: 20px*/
/*}*/

@media screen and (max-width:599px) {
    .packages .list ul {
        border: solid 1px #ccc;
        display: block;
        list-style: none;
        margin: 1em;
        padding: 0.5em 1em
    }
    .packages .list ul:first-child {
        display: none
    }
    .packages .list ul>li {
        display: block;
        padding: 0.25em 0
    }
    .packages .list ul:nth-child(odd)>li+li {
        border-top: solid 1px #ccc
    }
    .packages .list ul:nth-child(2n)>li+li {
        border-top: solid 1px #eee
    }
    .packages .list ul>li:before {
        color: #000;
        content: attr(data-label);
        display: inline-block;
        font-size: 75%;
        font-weight: bold;
        text-transform: capitalize;
        vertical-align: top;
        width: 50%
    }
    .packages .list p {
        margin: -1em 0 0 50%
    }
}

@media screen and (max-width:349px) {
    .packages .list ul>li:before {
        display: block
    }
    .packages .list p {
        margin: 0
    }
}

.edit-profile__content .login {
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    font-family: "Mbold"
}

.btn-primary,
.btn-secondary {
    font-family: "Mbold";
    font-size: 12px
}

.btn-secondary {
    background: #1c2938;
    border: none;
    padding: 15px 30px
}

.btn-primary {
    background: #037c70;
    border: none;
    padding: 15px 30px
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.login-check p {
    float: left;
    width: 100%;
    font-family: "Mbold";
    margin-top: 20px;
    font-size: 13px;
    color: #1c2938
}

.login-check label {
    font-family: "BPGLarge";
    color: #037c70;
    font-size: 12px;
    padding-left: 10px;
}

.login-check .custom-control {
    float: left;
    margin-top: 10px
}

#sms-content {
    margin-bottom: 50px
}

.smslist {
    width: 100%;
    float: left
}

.smslist-item {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f2
}

.smslist-item span {
    font-family: "Mbold";
    color: #037c70;
    float: left;
    width: 100%;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.smslist-item span:before {
    float: left;
    content: "";
    width: 40px;
    height: 1px;
    background: #037c70;
    margin-right: 20px
}

.smslist-item figcaption {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 21px;
    font-size: 14px;
    font-family: "BPGLarge"
}

.check-sms {
    width: 100%;
    float: left
}

.check-sms form {
    width: 100%
}

.pay {
    width: 40%;
    margin: 40px auto
}

.pay .alert {
    width: 100%;
    float: left
}

.pay .login-form {
    width: 100%;
    float: left
}

.pay .submit {
    width: 100%;
    float: left;
    margin-top: 15px
}

.pay .submit button {
    width: 100%
}

.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center
}

.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #242424;
    background: #fff;
    font-size: 15px;
    font-family: "Mbold";
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.pagination-block .page-numbers.current {
    background: #037c70;
    border-color: #037c70;
    color: #fff
}

.pagination-block .page-numbers {
    margin-top: 10px
}

.pagination-block .page-numbers i {
    font-size: 12px
}

.login-form .select2-container--default .select2-selection--single {
    width: 100%;
    border: 2px solid #f2f2f2;
    line-height: 60px;
    height: 62px;
    padding: 0px 15px;
    font-family: "Mbold";
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    color: #252a35;
    -webkit-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in
}

#login .login-form .select2-container--default .select2-selection--single {
    font-family: "BPGLarge"
}

.sform-form .login-form input::-webkit-input-placeholder {
    color: #252a35
}

.sform-form .login-form input:-ms-input-placeholder {
    color: #252a35
}

.sform-form .login-form input::-ms-input-placeholder {
    color: #252a35
}

.sform-form .login-form input::placeholder {
    color: #252a35
}

.sform-form .login-form .my-check {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sform-form .login-form .my-check .styled-checkbox {
    position: absolute;
    opacity: 0
}

.sform-form .login-form .my-check .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: auto
}

.sform-form .login-form .my-check .styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede
}

.sform-form .login-form .my-check .styled-checkbox:hover+label:before {
    background: #2b7acc
}

.sform-form {
    margin-top: 0px
}

.sform-form .login-form .my-check .styled-checkbox:focus+label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.sform-form .login-form .my-check .styled-checkbox:checked+label:before {
    background: #2b7acc
}

.sform-form .login-form .my-check .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.sform-form .login-form .my-check .styled-checkbox:disabled+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd
}

.sform-form .login-form .my-check .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    background: #fff;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-container.form-control {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0
}

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.select2-search input {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857
}

.select2-container.select2-container-multi.form-control {
    height: auto
}

.input-group-sm .select2-container .select2-choice,
.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-lg .select2-container .select2-choice,
.select2-container.input-lg .select2-choice {
    height: 46px;
    line-height: 1.33333;
    border-radius: 6px
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi.input-lg .select2-choices .select2-search-field input {
    height: 44px
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0
}

.select2-choice>span:first-child,
.select2-chosen,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px
}

.input-group-sm .select2-choice>span:first-child,
.input-group-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-sm .select2-chosen {
    padding: 5px 10px
}

.input-group-lg .select2-choice>span:first-child,
.input-group-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-lg .select2-chosen {
    padding: 10px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.input-lg .select2-choices .select2-search-choice {
    line-height: 24px
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
    background: none
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px
}

.input-group-sm .select2-container .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice div b,
.select2-container.input-sm .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b {
    background-position: 0 1px
}

.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice div b,
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b {
    background-position: -18px 1px
}

.input-group-lg .select2-container .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice div b,
.select2-container.input-lg .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b {
    background-position: 0 9px
}

.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice div b,
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b {
    background-position: -18px 9px
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error.select2-drop-active {
    border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534
}

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

.select2-drop-active {
    border-color: #66afe9
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-right-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    background: white;
    -webkit-filter: none;
    filter: none
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-right-radius: 6px!important
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-bottom-left-radius: 6px!important
}

.select2-results .select2-highlighted {
    color: white;
    background-color: #337ab7
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%
}

.select2-container .select2-choice abbr {
    top: 50%
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active,
.select2-search input.select2-active {
    background-position: 99%;
    background-position: right 4px center
}

.select2-offscreen,
.select2-offscreen:focus {
    width: 1px!important;
    height: 1px!important;
    position: absolute!important
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-family: "BPGLarge";
    font-size: 12px
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #252a35 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-family: "BPGLarge";
    padding: 5px 15px;
    font-size: 12px
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #a49896
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#00a79d;
    color: white;
    font-family: "BPGLarge"
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.header-full {
    height: 270px;
    -webkit-clip-path: none;
    clip-path: none
}

.header-full:before {
    content: "";
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}

#id .tab {
    display: none
}

#id .login-check {
    margin-top: 0;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px
}

#id input:first-of-type:checked ~ .tab:nth-of-type(1),
#id input:nth-of-type(2):checked~.tab:nth-of-type(2),
#id input:nth-of-type(3):checked~.tab:nth-of-type(3) {
    display: block
}

.selectt {
    display: none
}

.tablet {
    width: 100%;
    min-height: 100vh;
    background: #1c2938;
    float: left;
    position: relative;
    padding-bottom: 50px;
}

.tablet .container {
    max-width: 360px
}

.tablet-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
}


.tablet-logo {
    font-family: Mbold;
    font-size:16px;
    color:#fff;
    margin-top:10px;
}

.time {
    display: flex;
    align-items: center;
}

.time svg {
    fill:#fff;
    widows: 18px;
    float: left;
    margin-right: 10px;
}


.tablet-logo img {
    max-width: 100px
}

.tablet-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tablet-input {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.tablet-input input {
    padding: 20px 30px;
    font-family: "BPGLarge";
    font-size: 18px;
    background: rgba(1, 0, 0, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    width: 100%
}

.tablet-input input::-webkit-input-placeholder {
    color: #fff
}

.tablet-input input:-ms-input-placeholder {
    color: #fff
}

.tablet-input input::-ms-input-placeholder {
    color: #fff
}

.tablet-input input::placeholder {
    color: #fff
}

.tablet-numbers {
    width: 100%;
    float: left
}

.tablet-numbers button {
    width: 30%;
    margin-right: 12px;
    margin-bottom: 15px;
    padding: 30px 30px;
    max-height: 103px;
    font-family: "Mbold";
    font-size: 28px;
    background: rgba(1, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}


/*.tablet-numbers button:hover {*/


/*    background: rgba(1,0,0,.2);*/


/*}*/

.tablet-numbers button:nth-child(3n+3) {
    margin-right: 0
}

.chooseOne {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.chooseOne button {
    width: 100%;
    padding: 15px 0;
    font-family: "Mbold";
    font-size: 14px;
    background: rgba(1, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.chooseOne button.active {
    background: #00a79d!important;
    border-color: #00a79d!important;
;
}

.tablet {
    width: 100%;
    min-height: 100vh;
    background: #1c2938;
    float: left;
    position: relative
}

.tablet .container {
    max-width: 460px
}

.tablet-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.tablet-logo img {
    max-width: 100px
}

.tablet .logo2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tablet .logo2 a.select-all {
    float: left;
    padding: 15px 30px;
    font-family: "BPGLarge";
    background: #037c70;
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    cursor: pointer;
    text-align: center
}

.tablet-input {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.tablet-input input {
    padding: 20px 30px;
    font-family: "BPGLarge";
    font-size: 18px;
    background: rgba(1, 0, 0, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    width: 100%
}

.tablet-input input::-webkit-input-placeholder {
    color: #fff
}

.tablet-input input:-ms-input-placeholder {
    color: #fff
}

.tablet-input input::-ms-input-placeholder {
    color: #fff
}

.tablet-input input::placeholder {
    color: #fff
}

.tablet-numbers {
    width: 100%;
    float: left
}

.tablet-numbers button {
    width: 30%;
    margin-right: 16px;
    margin-bottom: 15px;
    padding: 40px 30px;
    font-family: "Mbold";
    font-size: 30px;
    background: rgba(1, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.tablet-numbers button:nth-child(3n+3) {
    margin-right: 0
}

.tablet-list {
    width: 100%;
    float: left;
    background: rgba(1, 0, 0, 0.1);
    margin-top: 50px;
    border-radius: 5px;
    margin-bottom: 100px
}

.tablet-list ul li {
    width: 100%;
    float: left;
    font-family: "BPGLarge";
    font-size: 13px;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.tablet-list ul li:last-child {
    border: none
}

.tablet-list ul li.selected {
    border-left: 10px solid #037c70!important
}

.tablet-list ul li.take {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tablet-list ul li.take button {
    float: left;
    padding: 15px 30px;
    background: #037c70;
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    cursor: pointer
}

.tablet-list__name,
.tablet-list__tracking {
    width: 50%;
    float: left;
    text-align: left;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tablet-list__name span,
.tablet-list__tracking span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tablet-list__name span svg,
.tablet-list__tracking span svg {
    float: left;
    fill: #037c70;
    margin-right: 10px;
    width: 16px;
    margin-top: -2px
}

.tablet-list__btn,
.tablet-list__price,
.tablet-list__weight {
    width: 33.3%;
    float: left;
    text-align: center;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tablet-list__btn button,
.tablet-list__price button,
.tablet-list__weight button {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #037c70;
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    cursor: pointer
}

.auth {
    width: 50%!important;
    margin: auto
}


.header-title {
    min-height: 300px;
    position: absolute;
    width: 100%;
    top: -400px;
}


.custom-control-label {
    margin-bottom: 0;
    font-family: "BPGLarge";
    font-size: 12px;
    margin-top: 5px;
    float: left;
}

.dropdown li a:after {
    display: none!important;
}

.section-title {
    position: relative;
    text-align: left;
    margin-bottom: 60px;
    font-family: Mbold;
}

.section-title .top-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    color: #2b7acc;
    margin-top: -10px;
}

.section-title .title-bar {
    display: block;
    margin-bottom: 20px;
    line-height: 0;
}

.section-title .title-bar span {
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #2b7acc;
    margin: 0 5px;
}

.section-title .main-title {
    font-size:36px;
    line-height: 46px;
    margin-top:20px;
    margin-bottom: 20px;
    color: #242424;

}

.section-title .desc {
    font-size: 14px;
    font-family: BPGLarge!important;
    line-height: 21px;
}

.section-title .desc span {
    background:none!important;
}

.section-title .desc p {
    font-family: BPGLarge!important;
    line-height: 21px;
}
.about-area {
    padding-bottom: 80px;
    float:left;
    width:100%;
    padding-top:100px;
}
.about-area .section-title {
    margin-bottom: 0px;
}
.about-text {
    padding-left: 20px;
}
.about-image {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-top: 15px;
}

.about-image:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left top, #00a79d 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #00a79d 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.about-image .button-white {
    position: absolute;
    right: 30px;
    bottom: 30px;
}


.section-title .desc span {
    font-family: BPGLarge!important;
    line-height: 21px;
}


.contact {
    float:left;
    width:100%;
    padding:80px 0;
    padding-top: 0;
}

.contact #map {
    margin-bottom: 25px
}

.contact .contact-info-area>h2 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 22px;
    font-family: "Mbold";
}

.contact .contact-info-area>p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    line-height: 23px;
    font-family: "BPGLarge"
}

.contact .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact .contact-info-content>p {
    margin: 0;
    color: #15273e;
    font-size: 16px;
    font-weight: 500;
    font-family: "BPGLarge"
}

.contact .contact-info-content>p a {
    color:#2b7acc;
}

.contact .contact-info-icon svg {
    fill: #037c70;
    width:24px;
}

.contact .contact-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px
}

.contact .single-contact-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 37px
}

.contact .single-contact-info:last-child {
    margin: 0 0 0px
}

.contact .contact-info-wrap {
    margin: 60px 0 0
}

.contact .contact-from form input,
.contact .contact-from form textarea {
    background: transparent;
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #333;
    font-family: BPGLarge;
    font-size: 13px;
    height: 57px;
    padding: 2px 24px;
    margin-bottom: 15px;
}

.contact .contact-from form input:focus,
.contact .contact-from form textarea:focus {
    border-color:#2b7acc;
}

.contact .contact-from form input.error,
.contact .contact-from form textarea.error {
    border-color: #037c70;
}

.contact .contact-from form textarea {
    height: 120px;
    padding: 21px 24px 2px
}

.contact .contact-from form input::-moz-placeholder,
.contact .contact-from form textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

.contact .contact-from form input::-webkit-input-placeholder,
.contact .contact-from form textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}


#map {
    margin-top:50px;
}

.contact .contact-from form input.submit {
    background-color: #2f2f2f;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 55px;
    text-transform: uppercase;
    margin: 0;
    font-family: Mbold;
}

.contact .contact-from form input.submit:hover {
    background-color: #037c70;
}

.contact .contact-shadow {
    -webkit-box-shadow: 0 25px 45px rgba(1, 2, 2, 0.12);
    box-shadow: 0 25px 45px rgba(1, 2, 2, 0.12);
    padding: 50px;
    background: #fff;
}

.contact .contact-info-area {
    margin: -10px 0 0
}


#blog {
    margin-top:50px;
    margin-bottom: 50px;
    float:left;
    width: 100%;
}

.image {
    width: 100%;
    float:left;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
}

.company-active {
    background:#252a35;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-info {
    width: 100%;
    float:left;
    padding:20px 0;
}

.post-info li {
    padding:10px 40px;
    position: relative;
    display: block;
    font-family: Mbold;
    float:left;
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    background-color: #00a79d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
    margin-right: 25px;
}

.post-info li span {
    padding-right: 10px;
}

.blog-detail {
    position: relative
}

.blog-detail .news-block-three {
    margin-bottom: 40px
}

.blog-detail .news-block-three h4 {
    font-size: 21px;
    line-height: 1.2em;
    float:left;
    font-family: Mbold;
    margin-bottom: 20px;
    margin-top: 20px
}

.blog-detail .news-block-three figcaption {
    font-size: 13px;
    font-family: BPGLarge;
    line-height: 21px;
    width: 100%;
    float:left;
}

.blog-detail .news-block-three p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 27px
}

.blog-detail .two-column .image {
    margin-bottom: 30px
}

.blog-detail blockquote {
    position: relative;
    border-left: 4px solid #9f1c6b;
    background-color: #f5f5f5;
    padding: 25px 40px;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 40px
}

.blog-detail blockquote cite {
    display: block;
    text-align: right;
    font-style: normal;
    margin-top: 10px
}

.blog-detail blockquote cite strong {
    font-weight: 700;
    color: #252525;
    font-family: 'Montserrat', sans-serif
}

.blog-detail .post-share-options {
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px
}

.blog-detail .post-share-options p {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    display: inline-block
}

.blog-detail .post-share-options .tags {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .tags a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 8px 20px;
    color: #ffffff;
    background-color: #9f1c6b;
    border-radius: 35px;
    margin: 0px 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-detail .post-share-options .tags a:hover {
    color: #ffffff;
    background-color: #222222
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 1px
}

.blog-detail .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #777777;
    padding: 5px 8px;
    color: #ffffff;
    background-color: #9f1c6b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #ffffff;
    background-color: #222222
}

.author-box {
    position: relative;
    padding: 38px 40px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px
}

.author-box .inner-box {
    position: relative;
    padding-left: 160px;
    min-height: 150px;
    padding-top: 15px
}

.author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 145px;
    width: 135px;
    margin-bottom: 20px
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.author-box .name {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px
}

.author-box .text {
    position: relative;
    float: right;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 10px
}

.author-box .social-icon {
    position: relative;
    z-index: 9
}

.author-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 12px
}

.author-box .social-icon li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.author-box .social-icon li a:hover {
    color: #9f1c6b
}

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 110px 0 60px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 50px
}

.sidebar-side .sidebar {
    position: relative;
    margin-top: 40px;
    font-family: Mbold;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-page-container .sidebar-title {
    position: relative;
    float: left
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize
}

.sidebar-title h2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #222222;
    text-transform: capitalize
}

.sidebar .search-box {
    position: relative;
    padding: 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 12px;
    font-family: BPGLarge;
    color: #333333;
    line-height: 20px;
    padding: 14px 20px;
    height: 50px;
    width: 100%;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #00a79d;
}

.sidebar .search-box .form-group button,
.sidebar .search-box .form-group input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #2b7acc;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input[type=submit]:hover {
    color: #222222
}

.sidebar .blog-categories {
    position: relative;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.cat-list {
    position: relative
}

.cat-list li {
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cat-list li:before {
    position: absolute;
    top: 21px;
    left: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2b7acc;
    content: "";
    z-index: 8;
    opacity: 0.5
}

.cat-list li a {
    position: relative;
    font-size: 14px;
    color: #222222;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.cat-list li a span {
    float: right;
    font-size: 13px;
    line-height: 30px;
    color: #999999
}

.cat-list li.active a,
.cat-list li:hover a {
    background-color: #ffffff;
    color: #2b7acc;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1)
}

.sidebar .latest-news {
    position: relative;
    padding: 30px 30px 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.latest-news .post {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
    min-height: 85px;
    padding-top: 5px
}

.latest-news .post:last-child {
    margin-bottom: 0
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    margin-bottom: 20px
}

.latest-news .post-thumb a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    content: "";
    background-color:#2b7acc;
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.latest-news .post:hover .post-thumb a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.latest-news .post-thumb a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    z-index: 9;
    color: #ffffff;
    font-weight: 900;
    content: "\ef71";
    font-family: icofont;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.latest-news .post:hover .post-thumb a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-news .post h3 {
    position: relative;
    font-size: 13px;
    font-family: BPGLarge;
    line-height: 24px;
    color: #222222;
    margin-bottom: 7px
}

.latest-news .post h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.latest-news .post:hover h3 a {
    color:#2b7acc;
}

.latest-news .post .post-info {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #2b7acc;
    font-weight: 400;
    font-style: italic
}

.instagram-widget {
    position: relative;
    padding: 30px 30px 35px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}



.mainstats h1 {
    width:100%;
    float:left;
    font-family: "BPGLarge";
    font-size: 18px;
    color:rgba(1, 0, 0, 0.4);
    margin-bottom: 20px;
}

.mainstats ul li {
    width:100%;
    float:left;
    padding:10px 0;

}
.mainstats ul li a  {
    width:100%;
    float:left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#242424;
    font-size: 13px;
    font-family: "BPGLarge";
}


.mainstats ul li a span {
    padding:10px 30px;
    background: #00a79d;
    border-radius: 35px;
    color:#fff;
}

.mainstats  a.btn-submit {
    width:100%;
    float:left;
    margin-top:30px;
    font-family: "BPGLarge";
    font-size:13px;
    text-align: center;
}

.mainstats  a.btn-submit:hover {
    color:#242424;
}

.list .custom-checkbox {
    float: left;
    height: auto;
    margin: 0;
    /* margin-top: 0px; */
    position: absolute;
    top: 15px;
    left: 15px;
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
}

.list .custom-control-label::before {
    background: #037c70;
}

#checkall1 {
    background: #037c70;
    padding: 10px 30px;
    border-radius: 35px;
    font-family: "BPGLarge";
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
    /* float: right; */
    /* margin-top: -12px; */
    cursor: pointer;
}

#agwera ol li {
    width:100%;
    float:left;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left:15px;
}

.delivery-pack {
    margin-bottom: 0;
}

.declared svg {
    fill:#037c70!important;
}


.fixedChoose {
    position: sticky;
    z-index: 99999999999999999999999999999999999999999;
    top: 0px;
    right: 0;
    /* width: 200px; */
    float: right;
}

.fixedChoose button {
    background: #037c70;
    padding: 15px 30px;
    font-family: "Mbold";
    color: #fff;
    box-shadow: 0px 0px 15px rgba(1,0,0,.1);
    font-size: 14px;
    margin-left: 15px;
    /* float: right; */
    /* margin-top: -12px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixedChoose button svg {
    fill:#fff;
    float: left;
    margin-right: 5px;
}


.fixedPay {
    position: sticky;
    z-index: 400;
    top: 0px;
    left: 0;
    /* width: 200px; */
    float: left;
    margin-left: -15px;
}

.fixedPay button {
    background: #bb2124;
    padding: 15px 30px;
    font-family: "Mbold";
    color: #fff;
    box-shadow: 0px 0px 15px rgba(1,0,0,.1);
    font-size: 14px;
    margin-left: 15px;
    /* float: right; */
    /* margin-top: -12px; */
    cursor: pointer;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixedPay button svg {
    fill:#fff;
    float: left;
    margin-right: 5px;
}

.priceDelivery {
    display: flex;
    align-items: center;
    min-height: 52px;
    font-family: Mbold;
    font-size: 18px;
    color:#037c70;

}

.priceDelivery h2 {
    margin-right: 15px;
    color:#242424;
    font-size: 15px;
}

.priceDelivery span {
    color:#037c70;
}


.lists {
    width: 100%;
    float: left;
    margin-top:50px;
}

.lists .first {
    background: #1c2938!important;
}

.lists .first span {
    color: #fff
}

.lists-item {
    width: 100%;
    float: left;
    margin-top: 15px
}

.lists-headers {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #ddd
}

.lists-headers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.lists-headers__item span {
    font-family: "Mbold";
    font-size: 14px;
    color: #1c2938;
    display: flex;
    align-items: center;
    min-height: 100%;
}

.lists-headers__item span svg {
    fill:#037c70;
    float: left;
}

.unic {
    flex-basis: 30%;
}

.lists-headers__item span div a {
    display: flex;
    align-items: center;
}

.lists-headers__item span div a svg {
    margin:0;
    margin-right: 10px;
}

.lists-headers:nth-child(2n) {
    background: #ddd
}

.lists-headers:nth-child(2n)__item span {
    color: #1c2938
}

.lists-content {
    float: left;
    width: 100%;
    background: #fff
}

.lists-content__item {
    float: left;
    padding: 20px 30px
}

.lists-content__item span {
    font-family: "Mbold";
    font-size: 14px;
    color: #fff
}

.lists-content ul {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding-right: 45px;
}

.lists-content ul li {
    float: left;
    position: relative;
    padding: 15px;
    font-family: "BPGLarge"
}

.lists-content ul li label {
    font-size: 13px;
    padding-left: 0px;
    font-family: "Mbold";
    margin-top: 6px;
    display: inline-block
}

.lists-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1c2938
}

.lists-content ul li a span {
    font-size: 12px;
    padding-left: 0px
}

.lists-content ul li a svg {
    fill: #037c70;
    margin-right: 10px;
    float: left;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    max-height:24px;
}

.undeclared svg {
    fill:#bb2124!important;
}



/*.lists-item .lists-headers:nth-child(odd) {*/
/*    background: #fff;*/
/*}*/

.rows .lists-headers {
    background: #fff;
}



.invoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1c2938
}

.invoice span {
    font-size: 12px;
    padding-left: 0px
}

.invoice svg {
    fill: #037c70;
    margin-right: 10px;
    float: left;
    position: relative!important;
    left: 0!important;
    top: 0!important
}




#invoices {
    height:358px;
}

.invoice2  {
    width:100%;
    float:left;
    max-height: 262px;
    margin-top:10px;
    overflow-y: scroll;
}

.invoice2 li {
    width:100%;
    float:left;
    justify-content: space-between;
    align-items: center;
    font-family: BPGLarge;
    font-size:13px;
    padding:15px 30px;
    background:#f2f2f2;
}
.invoice2 li:nth-child(even) {
    background:#dedede;
}
.invoice2 li span {
    font-family:MBold;
    font-size:12px;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#00a79d;
    border-radius:16px;
    border:5px solid #fff
}
/*.scrollbar::-webkit-scrollbar-thumb:hover {*/
/*    background-color:#2b7acc;*/
/*    border:4px solid #2b7acc;*/
/*}*/

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}


.invoice2 li a {
    float:right;
    color:#242424;
}


.iti {
    position: relative;
    display: inline-block;
width: 100%;}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.iti__hide {
    display: none; }
.iti__v-hide {
    visibility: hidden; }
.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555; }
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px; }
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal; } }
.iti__flag-box {
    display: inline-block;
    width: 20px; }
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
.iti__country {
    padding: 5px 10px;
    outline: none; }
.iti__dial-code {
    color: #999; }
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
.iti__flag-box, .iti__country-name {
    margin-right: 6px; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
width: 100%;}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent; }
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.iti--container:hover {
    cursor: pointer; }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%; }

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti__flag {
    width: 20px; }
.iti__flag.iti__be {
    width: 18px; }
.iti__flag.iti__ch {
    width: 15px; }
.iti__flag.iti__mc {
    width: 19px; }
.iti__flag.iti__ne {
    width: 18px; }
.iti__flag.iti__np {
    width: 13px; }
.iti__flag.iti__va {
    width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px; } }
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.0.0/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.0.0/img/flags2x.png"); } }

.iti__flag.iti__np {
    background-color: transparent; }


.jq-icon-success {
    font-family: "BPGLarge"!important;
    background: #037c70!important;
}

.jq-toast-single h2{
    font-family: "Mbold"!important;
}

.jq-icon-warning {
    font-family: "BPGLarge"!important;
    background: #cc0000!important;
}

.link a {
    padding-top: 10px;
    padding-right: 25px;
    display: inline-block;
}

ul.myErrorClass, input.myErrorClass, textarea.myErrorClass, select.myErrorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cc0000 !important;
    background-color: #f3d8d8 !important;
    background-image: url(http://goo.gl/GXVcmC) !important;
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
}
ul.myErrorClass input {
    color: #666 !important;
}
label.myErrorClass {
    color: red;
    font-size: 11px;
    /*    font-style: italic;*/
    display: block;
}

.dontWork {
    width:100%;
    float:left;
    padding:40px 0;

}

.dontWork-container {
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}
.dontWork-icon {
    margin-right: 40px;
}

.dontWork-icon i {
    font-size: 120px;
    color:rgba(1,0,0,.1);
    /*box-shadow: 0 0 0 rgba(1,0,0, 0.4);*/
    /*animation: pulse 2s infinite;*/
}

.dontWork-text {
    font-family:"BPGLarge";
    font-size:16px;
    color:#242424;
    line-height: 21px;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1,0,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(1,0,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1,0,0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(1,0,0, 0.4);
        box-shadow: 0 0 0 0 rgba(1,0,0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(1,0,0, 0);
        box-shadow: 0 0 0 10px rgba(1,0,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(1,0,0, 0);
        box-shadow: 0 0 0 0 rgba(1,0,0, 0);
    }
}


.drop-mobile {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    background: #037c70;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.drop-mobile .b-menu {
    margin-top: -17px
}

.drop-mobile .b-bun {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.drop-mobile .b-bun--top {
    height: 2px;
    top: 0;
    width: 25px
}

.drop-mobile .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 25px
}

.drop-mobile .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 25px
}

.mobilePanel {
    width: 90%;
    height: 100vh;
    background: #1c2938;
    position: fixed;
    right: -90%;
    top: 0;
    z-index: 1000;
    -webkit-transition: 0.4s all ease-in;
    -o-transition: 0.4s all ease-in;
    transition: 0.4s all ease-in
}

.mobilePanel.active {
    right: 0
}

.mobilePanel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobilePanel-nav a {
    font-family: "Mbold";
    color: #fff;
    font-size: 14px
}

.mobilePanel-nav #closePanel {
    width: 40px;
    height: 40px;
    background: #00a79d;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.mobilePanel-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    font-family: "Mbold";
    font-size: 11px;
    color: #fff
}

.mobilePanel-header figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px
}

.mobilePanel-header h1 {
    font-size: 14px;
    margin-top: 10px
}

.mobilePanel-header p {
    color: #00a79d;
    padding-top: 5px
}

.mobilePanel-content ul {
    display: block
}

.mobilePanel-content ul li {
    float: left;
    width: 100%
}

.mobilePanel-content ul li a {
    font-family: "BPGLarge";
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobilePanel-content ul li a svg {
    fill: #037c70;
    float: left;
    margin-right: 15px
}

.drop-mobile {
    display: none;
}

.modal {
    z-index: 1400;
}

.select2-container {
    z-index:1500!important;
}

#formob {
    display: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background: #037c70;
}


.radio-tile-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 40px;
}
.radio-tile-group .input-container {
    position: relative;
    height:10rem;
    width: 45%;

}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #037c70;
    border-radius: 5px;
    padding: 1rem;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.bike-icon {
    margin-bottom: 20px;
}
.radio-tile-group .input-container .icon svg {
    fill: #037c70;
    width: 3rem;
    height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Mbold;
    color: #037c70;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #037c70;
    border: 2px solid #037c70;
    color: white;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
    background-color: #037c70;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #037c70;
}


#formob {
    display: none;
}



.newprice {
    display:block!important;
}

.newprice h1 {
    width: 100%;
    float:left;
    font-family: "BPGLarge";
    font-size: 21px;
    color:#111111;
}

.newprice .price-for__item {
    width:100%;
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}

.newprice .price-for__item h2 {
    font-size: 16px;
}

.newprice .price-for__item span {
    font-size: 36px;
}
@media (max-width: 800px) {
    #formob {
        display: block;
        line-height: 24px;
    }

    .header-billing__nav ul {
        display: none;
    }
    .drop-mobile {
        display: flex;
    }
    .login {
        position: absolute;
        top:-60px;
        border-radius: 0;
        right: 0;
    }
    .header-title {
        position: relative;
        float: left;
        top: -222px;
        min-height: 150px!important;
        max-height: 150px!important;

    }
    .header-title h1 {
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        text-align: center;
        line-height: 21px;
        font-size:16px;
    }
    .header {
        height: 350px;
        clip-path: none;
    }

    .header-title {
        display: none;
    }

    .prices {
        min-height:350px;
    }
    .pricerange .price-for {
        width: 100%;
        float:left;
    }

    .pricerange .price-for:first-child {
        padding-right: 0;
    }

    .pricerange .price-for h2:before {
        display: none;
    }

    .pricerange .price-for h2 {
        font-size: 18px;
    }

    .air-item {
        display: block;
        height: auto;
        border-radius: 5px;
        padding:30px;
        padding-bottom: 0;
    }

    .air-item .tracking, .air-item .status, .air-item .date {
        width: 100%;
        float:left;
        margin:0;
        margin-bottom: 25px;
        padding: 0;
    }

    .contactinfo {
        height: auto;
        padding: 40px 0;
    }

    #number, #adress {
        margin-bottom: 10px;
    }

    .social {
        float:left;

    }

    .footer-area p {
        text-align: left;
        padding-top: 25px;
    }
    .footer-copyright__author {
        display: block;
    }

    .footer-copyright__author a {
        width: 100%;
        float:left;
        margin-top:10px;
    }


    .packages .content-title {
        display: block;
    }
    .packages .content-title h1 {
        width: 100%;
    }

    .packages .content-title .nav-tabs .nav-item {
        width: 100%;
        float:left;
        margin-top:15px;

    }
    .packages .content-title .nav-tabs {
        width: 100%;
    }
    .packages .content-title .nav-tabs .nav-item a {
        border-radius: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .lists-headers {
        display: block;
    }

    .lists-content ul {
        display: block;
    }
    .lists-content ul li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lists-headers__item {
        border-bottom: 1px solid rgba(1,0,0,.1);
    }

    .billing-address {
        margin-top:20px;
    }

    .billing-address__title h2 {
        font-size: 15px;
    }

    .billing-address__title a {
        font-size: 12px;
        float: right;
    }
    .speadbar ul {
       display: none;
    }
    .speadbar ul li {
        margin-bottom: 10px;
    }

    .speadbar ul li:last-child {
        margin-bottom: 0;
    }

    .header-full {
        height: 270px;
    }

    .post-info li {
        margin-bottom: 15px;
    }

    .edit-profile__avatar-img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .billing-address__title {
        display: block;
    }

    .billing-address__title .nav-tabs {
        width: 100%;
        float:left;
    }

    .billing-address__title .nav-tabs .nav-item {
        margin-top:20px;
    }

    .pay {
        width: 100%;
    }

    .billing-address {
        min-height: 460px;
    }

    .radio-tile-group {
        display:block;
    }

    .radio-tile-group .btn-group, .radio-tile-group  .btn-group-vertical {
        display:block;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
        width:100%!important;
        border-radius: 5px;
    }

    .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
        width:100%!important;
        border-radius: 5px;
        margin-top:10px;
    }

    .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        width:100%!important;
        border-radius: 5px;
    }


}


#show-more {
    margin-top:40px;
    padding:15px 35px;
    border:2px solid #037c70;
    border-radius:35px;
    font-family: "Mbold";
    font-size:13px;
    color:#037c70;
    cursor: pointer;
    padding-top:17px;
    transition: 0.3s all ease-in;
}

#show-more:hover {
    background: #037c70;
    color:#fff;
}

.dro {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 80px;
    padding-top:0px;
}


.myself {
    border-left:10px solid #d9534f;
}

.taken  .custom-control-label::before {
    background:#fff;
}

.green span {
    color:#d9534f;
}.pricered span {
    color:#037c70;
}

 .geo-flag {
     display:none!important;
 }

 body {
     overflow-x:hidden;
 }
.lists-item {
    position: relative;
}
.k-number {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #037c70;
    border-radius: 50%;
    color: #fff;
    left: -8px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Mbold;
    font-size: 8pt;
}

.show-alls {
    width:100%;
    float:left;
    height:60px;
    line-height: 60px;
    font-family: "BPGLarge";
    font-size: 13px;
    text-align: center;
    background:#bb2124!important;
    border-radius: 5px;
    color:#fff;
    margin-top:6px;
}



.flightsForm {
    margin-bottom:-30px;
}

.modal-open .flightsForm .login-form {
    z-index:-1;
}


.show-alls:hover {
    color:#111;

}