@font-face {
    font-family: 'Roboto-Medium';
    src: url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.eot');
    src: url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.woff2') format('woff2'),
    url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.woff') format('woff'),
    url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.ttf') format('truetype'),
    url('/wp-content/themes/elegro-blog/fonts/Roboto/roboto-medium.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std 55 Heavy';
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Heavy.eot');
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Heavy.woff2') format('woff2'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Heavy.woff') format('woff'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Roman.eot');
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Roman.woff2') format('woff2'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Roman.woff') format('woff'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'flamalight';
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.eot');
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.woff2') format('woff2'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.woff') format('woff'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.ttf') format('truetype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/flama-light-webfont.svg#flamalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.eot');
    src: url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.woff2') format('woff2'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.woff') format('woff'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.ttf') format('truetype'),
    url('/wp-content/themes/elegro-blog/fonts/Avenir/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
a:hover, a:focus, a:active, a:visited, button:focus, button:active, button:visited {
    text-decoration: none;
    outline: none;
}
input:focus, select:focus {
    box-shadow: none !important;
    outline: none !important;
}
textarea:focus {
    outline: none !important;
}
.container {
    max-width: 1170px;
    padding: 15px;
    margin: 0 auto;
}
a.play-market-btn {
    display: block;
    width: 192px;
    height: 52px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    transition: all ease 0.3s;
}
a.play-market-btn.white-bg {
    background-color: #fff;
}
a.play-market-btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 54px;
    transition: all ease 0.3s;
}
a.play-market-btn::after {
    content: '';
    display: block;
    width: 54px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    transition: all ease 0.3s;
}
a.play-market-btn svg {
    display: block;
    width: 34px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 7px;
}
a.play-market-btn img {
    display: block;
    width: 110px;
    height: auto;
    position: absolute;
    right: 12px;
    top: 8px;
}
a.play-market-btn:hover {
    border-color: #00a8c9;
}
a.play-market-btn:hover::before, a.play-market-btn:hover::after {
    background-color: #00a8c9;
}
a.play-market-btn:hover svg path {
    fill: #fff !important;
}

#cookies-text-box {
    width: 290px;
    max-width: 100%;
    background-color: #000;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.25;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 25px 10px 0;
    z-index: 10;
    display: none;
}
#cookies-text-box button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #00a8c9;
    position: absolute;
    top: 5px;
    right: 5px;
}
#cookies-text-box button:hover {
    cursor: pointer;
    text-decoration: underline;
}
.custom-site-button {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    border-radius: 10em;
    background-color: transparent;
    font-family: "Avenir LT Std 55 Heavy", sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    color: #0ebdca;
    display: inline-block;
    margin-top: 20px;
    padding: 0 60px;
    border: 1px solid #0ebdca;
    transition: all ease 0.3s;
}
.custom-site-button.green-bg {
    background-color: #00a8c9;
    color: #fff;
}
.custom-site-button.green-bg.with-icon path {
    fill: #fff;
}
.custom-site-button.blue-bg {
    background-color: #00a9c9;
    color: #fff;
}
.custom-site-button.with-icon svg {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: auto;
    margin-right: 10px;
}
.custom-site-button.with-icon svg path {
    fill: #0ebdca;
    transition: all ease 0.3s;
}
.custom-site-button.with-icon:hover path {
    fill: #fff;
}
.custom-site-button.black-color {
    color: #4e4e4e;
}
.custom-site-button:hover {
    background-color: #16bcc7;
    color: #fff;
    border-color: #16bcc7;
}
.custom-site-button.pdf-btn {
    position: relative;
    padding: 0 20px;
    margin-top: 40px;
}
.custom-site-button.pdf-btn::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 74px;
}
.custom-site-button.pdf-btn svg {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 44px;
    margin-bottom: 4px;
}
.custom-site-button.pdf-btn svg path,
.custom-site-button.pdf-btn svg polygon {
    fill: #fff;
}
.nd-title h3 {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1e56ab;
    letter-spacing: 8px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.nd-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #4e4e4e;
    line-height: 1.34;
    margin-bottom: 20px;
}
.nd-title p {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
    line-height: 1.44;
    margin: 0;
}
.nd-title.wallet h3 {
    color: #1eab74;
}
.nd-title.exchange h3 {
    color: #c71e1e;
}
.nd-title.wires h3 {
    color: #851eab;
}
.nd-title.retail h3 {
    color: #e1991b;
}
.nd-title.merchants h3 {
    color: #0bbecc;
}
.nd-title.support h3 {
    color: #00a8c9;
}
.nd-main {
    margin-top: 76px;
    padding: 1px 0 0;
    /*background: url(/wp-content/themes/elegro-blog/img/new-design/pages/gateway_main_bg.svg) repeat-x;*/
    background-position: center 35px;
    -webkit-background-size: auto 308px;
    background-size: auto 308px;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
header nav {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.header-logo {
    display: block;
    width: 152px;
    height: auto;
    margin-right: 20px;
}
header .header-logo img.white-img {
    display: block;
    width: 100%;
    height: auto;
}
header .header-logo img.black-img {
    display: none;
}
header.white-header .header-logo img.white-img {
    display: none;
}
header.white-header .header-logo img.black-img {
    display: block;
    width: 100%;
    height: auto;
}
header.deep-blue-header {
    background-color: #141e2f;
}
header.deep-blue-header .header-logo img.white-img {
    display: block;
    width: 100%;
    height: auto;
}
header.deep-blue-header .header-logo img.black-img {
    display: none;
}
body.error404 header.deep-blue-header {
    background-color: transparent;
}
/*body.error404 .footer-main.new-design-footer::before {*/
    /*border-bottom: none;*/
/*}*/
body.error404 {
    background: url(../img/sphere.png) top center no-repeat #121c29;
}
/*body.error404 .footer-main {*/
    /*background-color: transparent;*/
/*}*/
body.error404 .copyright-main {
    background-color: transparent;
}
body.error404 .mobile-nav-toggle,
body.error404 .mobile-header-menu,
body.error404 .header-menu {
    display: none !important;
}
.page-404 {
    margin: 100px 0;
    text-align: center;
}
.page-404 h2 {
    font-family: 'AvenirLTStd-Book', sans-serif;
    margin: 0 0 25px;
    font-size: 48px;
    color: #fff;
    font-weight: normal;
}
.page-404 img {
    margin-bottom: 30px;
}
.page-404 a {
    display: block;
    padding: 15px;
    max-width: 150px;
    margin: 40px auto 0;
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00a8c9;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.page-404 a:hover {
    background-color: rgb(22, 188, 199);
    color: #fff;
}
/*body.error404 .footer-main .footer-link h6,*/
/*body.error404 .footer-main .footer-link ul li a {*/
    /*color: #324d76;*/
/*}*/
/*body.error404 .footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a svg path {*/
    /*fill: #324d76;*/
/*}*/
/*body.error404 .footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a svg circle {*/
    /*stroke: #324d76;*/
/*}*/
/*body.error404 .footer-main .footer-link ul li a:hover {*/
    /*color: #fff;*/
/*}*/
/*body.error404 .footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a:hover svg path {*/
    /*fill: #00a8c9;*/
/*}*/
/*body.error404 .footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a:hover svg circle {*/
    /*stroke: #00a8c9;*/
/*}*/
/*body.error404 .copyright-main p {*/
    /*color: #324d76;*/
/*}*/
.header-menu {
    flex-grow: 1;
}
.header-menu > ul {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
.header-menu > ul > li {
    display: block;
    position: relative;
}
.header-menu > ul > li + li {
    margin-left: 25px;
}
.header-menu > ul > li > a {
    display: block;
    padding: 5px;
    font-family: "Avenir LT Std 55 Heavy", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.header-menu > ul > li > a.sign-btn {
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.white-header .header-menu > ul > li > a.sign-btn {
    color: #000;
}
.header-menu > ul > li > a.sign-btn svg {
    display: inline-block;
    height: 16px;
    width: auto;
    margin-right: 5px;
    vertical-align: -3px;
}
.header-menu > ul > li > a.sign-btn svg path {
    fill: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.white-header .header-menu > ul > li > a.sign-btn svg path {
    fill: #000;
}
.header-menu > ul > li > a.dropdown-toggle {
    position: relative;
    padding-right: 20px;
}
.header-menu > ul > li > a.dropdown-toggle::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 14px;
    right: 5px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/*.header-menu > ul > li > a:hover {*/
    /*color: rgb(0, 198, 175);*/
/*}*/
.header-menu > ul > li > a.sign-btn:hover {
    text-decoration: underline;
}
.header-menu > ul > li.has-submenu > ul {
    position: absolute;
    top: 150%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(102, 208, 200);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0;
    min-width: 10rem;
    z-index: 100;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.header-menu > ul > li.has-submenu > ul li {
    display: block;
}
.header-menu > ul > li.has-submenu > ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: "Avenir LT Std 55 Heavy", sans-serif;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    transition: all 0.3s ease;
}
.header-menu > ul > li.has-submenu > ul li a:hover {
    color: rgb(3, 129, 145);
}
.header-menu > ul > li.has-submenu > ul li + li {
    margin-top: 10px;
}
.header-menu > ul > li.has-submenu > ul.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
header.white-header {
    background-color: #fff;
}
header.white-header .header-menu > ul > li > a:not(.sign-btn) {
    color: #020202;
}
header.deep-blue-header .header-menu > ul > li > a:not(.sign-btn) {
    color: #fff;
}
.top-section {
    height: 40vh;
    min-height: 265px;
    background: top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #00a8c9;
}
.top-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.top-section > h2 {
    display: inline-block;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    top: -webkit-calc(50% + 20px);
    top: calc(50% + 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.chat-link {
    margin-top: 3px;
}
.chat-link svg {
    display: block;
    height: 16px;
    width: auto;
}
.chat-link svg path {
    fill: #41cec7;
    transition: all ease 0.3s;
}
.chat-link:hover path {
    fill: #16bcc7;
}
.oth.category-page {
    margin-top: 75px;
}
.allblogs {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #4e4e4e;
    margin-top: 120px;
}
body:not(.home) .allblogs {
    margin-top: 150px;
}
body:not(.home) .category-page .allblogs {
    margin-top: 60px;
}
.blogleft {
    flex: 1 0 290px;
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.one-blog {
    -webkit-flex: 1 0 260px;
    flex: 1 0 260px;
    position: relative;
    margin: 0 30px 70px 0;
}
.one-blog.full-width-box {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}
.ob-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.ob-content-wrapper .flex-grow-1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.allpag {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 70px;
    text-align: center;
}
.allpag a, .allpag span {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 14px;
    margin: 0 15px;
}
.allpag .current {
    color: #00a8c9;
}
.allpag a {
    color: #939393;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.allpag a:hover {
    color: #00a8c9;
}
.nd-title.blog-page {
    text-align: center;
}
.nd-title.blog-page h3 {
   color: #0bbecc;
}
.blog-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.blog-head {
    margin-top: 40px;
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 15px;
}
.blog-head a {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.blog-head a:hover {
    color: #16bcc7;
}
.blog-info {
    margin: 10px 0;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book', sans-serif;
}
.single .blog-info {
    margin: 10px 0 25px;
}
.single .one-blog {
    margin-bottom: 40px;
}
.blog-info .bl-category {
    font-weight: bold;
    margin-right: 36px;
}
.single-article .blog-info .bl-category {
    margin-right: 3px;
}
.single .comments-title {
    margin-top: 70px;
}
.blog-info .bl-date {
    color: #939393;
}
.blog-desc {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    line-height: 1.56;
    text-align: justify;
}

.blog-desc p {
  font-size: 17px;
}

.blog-desc p a  {
  color: #000;
}
.blog-link {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-link > a {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 12px;
    color: #16bcc7;
    text-decoration: none;
    margin-right: 20px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.blog-link > a:hover {
    color: rgb(110, 201, 207);
}
.blog-link > div p {
    display: inline-block;
    vertical-align: middle;
    color: #939393;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 14px;
    margin: 0;
}
.blog-link > div p + p {
    margin-left: 32px;
}
.blog-link > div p svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.blog-link > div p svg path {
    fill: #939393;
}
.blogright {
    margin-left: 25px;
    flex: 1 0 290px;
    max-width: 360px;
    color: #4e4e4e;
}
.blogright h3 {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 40px;
    color: #444;
}
.blogright .categ {
    background-color: #f3f8fc;
    padding: 50px;
}
.blogright ul {
    margin: 0;
    padding: 0;
}
.blogright ul li {
    display: block;
}
.blogright .categ li {
    border-bottom: 1px solid #e5eaee;
}
.blogright .categ li + li {
    margin-top: 8px;
}
.blogright .categ li a {
    display: inline-block;
    padding: 10px;
    color: #4e4e4e;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.blogright .categ li a:hover {
    color: #00a8c9;
}
.recent-post {
    padding: 46px 50px;
}
.rpl-item + .rpl-item {
    margin-top: 45px;
}
.rpl-item {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #4e4e4e;
}
.rpli-img {
    display: block;
    width: 84px;
    height: 84px;
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 29px;
}
.rpli-text {
    flex: 1 0 100px;
}
.rpli-text .rplit-title {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #4e4e4e;
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.rpli-text .rplit-title:hover {
    color: #00a8c9;
}
.rpli-text .rplit-cat {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 1.25;
}
.rpli-text .rplit-date {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 14px;
    margin: 5px 0 0;
    color: #939393;
    line-height: 1.25;
}
.comments-area {
    width: 100%;
}
.comments-title {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid #00a8c9;
}
#comments > ul.comment-list {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e5eaee;
    font-family: 'AvenirLTStd-Book', sans-serif;
}
#comments > ul.comment-list li {
    display: block;
}
#comments > ul.comment-list a {
    text-decoration: none;
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    color: #00a8c9;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
#comments > ul.comment-list a:hover {
    color: rgb(22, 188, 199);
}
#comments ul.children {
    margin: 10px 0;
    padding-left: 10px;
}

#comments footer.comment-meta {
  background: none;
  padding: 0;
}

#reply-title {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid #00a8c9;
}
#respond form a {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 16px;
    color: #4e4e4e;
    text-decoration: underline;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
#respond form a:hover {
    color: #00a8c9;
}
#respond form .comment-form-comment label {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 15px;
    display: block;
}
#respond form .comment-form-comment textarea {
    height: 130px;
    padding: 15px;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #e5eaee;
}
#respond form .comment-form-comment textarea::-webkit-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
#respond form .comment-form-comment textarea::-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
#respond form .comment-form-comment textarea:-ms-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
#respond form .comment-form-comment textarea:-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
#respond form .form-submit input[type=submit] {
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 70px;
    background-color: #00a8c9;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all .3s ease;
}
#respond form .form-submit input[type=submit]:hover {
    background-color: rgb(22, 188, 199);
    color: #fff;
}
.single-article h1 {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 24px;
    margin: 0 0 20px;
    color: #222;
    text-align: left;
}
.category-page .blog-head {
    margin-top: 25px;
}


/*.footer-main {*/
    /*width: 100%;*/
    /*background: #faf8f8;*/
    /*position: relative;*/
    /*padding: 1px 0;*/
/*}*/
/*.footer-main:before {*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*height: 140px;*/
    /*width: 100%;*/
    /*content: '';*/
    /*border-bottom: 2px solid rgba(14, 189, 202, 0.2);*/
    /*z-index: 1;*/
/*}*/
/*.footer-main .get-startted {*/
    /*width: 1011px;*/
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    /*box-shadow: 6.5px 11.3px 29px 0 rgba(133, 184, 188, 0.5);*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*padding-bottom: 50px;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*margin-bottom: 60px;*/
/*}*/
/*.footer-main .get-startted h6 {*/
    /*padding-top: 50px;*/
    /*font-family: 'flamalight', sans-serif;*/
    /*font-size: 44px;*/
    /*font-weight: 300;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*color: #0ebdca;*/
    /*margin-bottom: 43px;*/
/*}*/
/*.footer-main .footer-link h6 {*/
    /*font-family: 'Avenir LT Std 55 Heavy', sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: 900;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: 48px;*/
    /*letter-spacing: normal;*/
    /*text-align: left;*/
    /*color: #4e4e4e;*/
    /*margin: 0;*/
/*}*/
/*.footer-main .footer-link ul {*/
    /*list-style-type: none;*/
    /*padding-left: 0;*/
/*}*/
/*.footer-main .footer-link ul li a {*/
    /*font-family: 'AvenirLTStd-Book', sans-serif;*/
    /*font-size: 18px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: 48px;*/
    /*letter-spacing: normal;*/
    /*text-align: left;*/
    /*color: #424f4e;*/
    /*text-decoration: none;*/
/*}*/
/*.footer-main .footer-link .country ul li a {*/
    /*font-family: 'Avenir LT Std 55 Heavy', sans-serif;*/
    /*font-size: 20px;*/
    /*font-weight: 900;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: 1.85;*/
    /*letter-spacing: normal;*/
    /*text-align: left;*/
    /*color: #0ebdca;*/
/*}*/
/*.footer-main .footer-link .country ul li a img {*/
    /*margin-right: 15px;*/
/*}*/
/*.copyright-main {*/
    /*width: 100%;*/
    /*background-color: #ebebeb;*/
    /*padding: 3px 0;*/
/*}*/
/*.copyright-main p {*/
    /*font-family: 'AvenirLTStd-Book', sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*text-align: center;*/
    /*line-height: 1.4;*/
    /*letter-spacing: normal;*/
    /*color: #979797;*/
    /*margin: 0 auto;*/
/*}*/
/*.copyright-main a {*/
    /*text-decoration: none;*/
    /*outline: 0;*/
    /*color: #0ebdca;*/
    /*-webkit-transition: all ease .3s;*/
    /*transition: all ease .3s;*/
/*}*/
/*.copyright-main a:hover {*/
    /*color: #6ec9cf;*/
/*}*/
/*.footer-main.new-design-footer::before {*/
    /*border-bottom: 2px solid #faf8f8;*/
/*}*/
/*.footer-main.custom-footer::before {*/
    /*height: 0;*/
/*}*/
/*.footer-main.custom-footer .container {*/
    /*margin: 35px auto 0;*/
/*}*/
/*.footer-main.new-design-footer .get-startted h6 {*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 36px;*/
    /*color: #4e4e4e;*/
/*}*/
/*.footer-main.new-design-footer .get-startted a {*/
    /*margin: 20px 12px;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper {*/
    /*width: 100%;*/
    /*display: flex;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper div:last-child{*/
    /*margin-right: 0;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block {*/
    /*flex: 1 0 140px;*/
    /*margin-right: 20px;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block {*/
    /*flex: 2 0 280px;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li {*/
    /*display: block;*/
    /*width: 38px;*/
    /*height: 38px;*/
    /*margin: 10px 14px;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a svg {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a svg path {*/
    /*fill: #8b9391;*/
    /*transition: all ease 0.3s;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a svg circle {*/
    /*stroke: #8b9391;*/
    /*transition: all ease 0.3s;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a:hover svg path {*/
    /*fill: #4d4d4d;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.wide-block .footer-social li a:hover svg circle {*/
    /*stroke: #4d4d4d;*/
/*}*/
/*.footer-main.new-design-footer .footer-link .footer-link-block-wrapper .normal-block.column-count-2 ul {*/
    /*column-count: 2;*/
/*}*/
/*.footer-main .footer-link ul li a {*/
    /*-webkit-transition: all ease 0.3s;*/
    /*transition: all ease 0.3s;*/
/*}*/
/*.footer-main .footer-link ul li a:hover {*/
    /*color: #000;*/
/*}*/
/*.normal-block ul {*/
    /*margin: 0 0 20px;*/
/*}*/

footer {
    background: #34495E;
    padding: 80px 0 75px;
}

@media (max-width: 1200px) {
    footer {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 0;
    }
}

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

@media (max-width: 1200px) {
    footer .inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    footer .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

footer .inner .only-mobile-img {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
}

footer .inner .only-mobile-img a {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin: 0;
}

footer .inner .only-mobile-img a img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    footer .inner .only-mobile-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .inner .logo-footer {
    display: block;
    margin-bottom: 63px;
}

@media (max-width: 1200px) {
    footer .inner .logo-footer {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    footer .inner .logo-footer {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer .inner .logo-footer {
        display: none;
    }
}

footer .inner .right {
    width: 552px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    footer .inner .right {
        width: 440px;
    }
}

@media (max-width: 768px) {
    footer .inner .right {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

footer .inner .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

@media (max-width: 480px) {
    footer .inner .col {
        max-width: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    footer .inner .col.company {
        max-width: 125px;
    }
}

footer .inner .col.last {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0;
    -ms-flex: 2 0;
    flex: 2 0;
    max-width: 295px;
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 992px) {
    footer .inner .col.last {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    footer .inner .col.last {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 4;
        -webkit-flex: 4 0 100%;
        -ms-flex: 4 0 100%;
        flex: 4 0 100%;
        padding-top: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 480px) {
    footer .inner .col.last {
        padding-top: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    footer .inner .col.simple-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 104px;
        -ms-flex: 0 0 104px;
        flex: 0 0 104px;
    }
}

footer .inner .col.double-with-block {
    max-width: 134px;
}

@media (max-width: 480px) {
    footer .inner .col.double-with-block {
        max-width: 100%;
    }
}

footer .inner .col.double-with-block .only-mobile-link {
    display: none;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 400;
    font-family: "proxima_light", sans-serif;
    text-decoration: none;
}

@media (max-width: 480px) {
    footer .inner .col.double-with-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .inner .col.double-with-block .only-mobile-link {
        display: block;
    }
    footer .inner .col.double-with-block .list-views .toll {
        display: none;
    }
    footer .inner .col.double-with-block .list-views li:not(.toll) {
        margin-top: 12px;
    }
}

footer h6 {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 400;
    font-family: "Avenir LT Std 55 Heavy", sans-serif;
    padding-bottom: 15px;
    white-space: nowrap;
    margin-bottom: 2px;
    padding-top: 12px;
}
footer a {
    font-family: "AvenirLTStd-Book", sans-serif !important;
}
footer h6 a:hover {
    color: #9AEEFF;
}

@media (max-width: 768px) {
    footer h6 {
        padding-bottom: 5px;
    }
}
@media (max-width: 480px) {
    footer h6 {
        margin-top: 0;
    }
}

footer h6 a {
    text-decoration: none;
    color: #ffffff;
}

footer ul.list-views li {
    padding-bottom: 6px;
    white-space: nowrap;
    margin-bottom: 4px;
}

footer ul.list-views li.toll {
    padding-bottom: 42px;
}

@media (max-width: 992px) {
    footer ul.list-views li.toll {
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    footer ul.list-views li {
        padding-bottom: 4px;
    }
}

footer ul.list-views li a {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 400;
    font-family: "proxima_light", sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

footer ul.list-views li a:hover {
    color: #9AEEFF;
}

@media (max-width: 992px) {
    footer ul.list-views li a {
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    footer ul.list-views li a {
        font-size: 16px;
    }
}

footer ul.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    footer ul.socials {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    footer ul.socials {
        width: 240px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer ul.socials {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    footer ul.socials {
        width: 260px;
    }
}

footer ul.socials li a {
    width: 20px;
    display: block;
}

footer ul.socials li a svg {
    width: 20px;
}

footer ul.socials li a svg.youtube {
    width: 30px;
}

footer ul.socials li a svg path {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

footer ul.socials li a:hover svg path {
    fill: #9AEEFF;
}

footer p.payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    footer p.payments {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    footer p.payments {
        width: 240px;
    }
}

@media (max-width: 480px) {
    footer p.payments {
        width: 260px;
    }
}
footer ul {
    margin: 0;
    padding: 0;
}
footer li {
    list-style: none;
}

section.copyright {
    background: #ffffff;
    padding: 40px 0;
}

section.copyright .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

section.copyright img {
  display: block;
  width: 130px;
  height: auto;
  margin: 30px 0;
}

section.copyright p {
  flex: 1 0 290px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #808080;
  font-family: "AvenirLTStd-Book", sans-serif ;
}
@media (max-width: 768px) {
  section.copyright p {
    flex: 0 0 100%;
    margin-right: 0;
  }
}




@media (max-width: 992px) {
    section.copyright p br {
        display: none;
    }
}

section.copyright p a {
    color: #808080;
}

section.copyright p a:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.mobile-nav-toggle {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 999999;
    padding: 10px 26px 14px 0;
    cursor: pointer;
}
.mobile-nav-toggle:focus {
    outline: none;
}
.mobile-nav-toggle span,
.mobile-nav-toggle span:before,
.mobile-nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.white-header .mobile-nav-toggle span,
.white-header .mobile-nav-toggle span:before,
.white-header .mobile-nav-toggle span:after {
    background-color: #000;
}
.mobile-nav-toggle span:before {
    top: -10px;
}
.mobile-nav-toggle span:after {
    bottom: -10px;
}
.mobile-nav-togglee span,
.mobile-nav-toggle span:before,
.mobile-nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mobile-nav-toggle.active span {
    background-color: transparent;
}

.mobile-nav-toggle.active span:before,
.mobile-nav-toggle.active span:after {
    top: 0;
    background-color: #fff;
}
.white-header .mobile-nav-toggle.active span:before,
.white-header .mobile-nav-toggle.active span:after {
    background-color: #000;
}
.mobile-nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
}
.mobile-header-menu {
    position: fixed;
    background-color: #00a8c9;
    width: 100%;
    min-height: -webkit-calc(100% - 88px);
    min-height: calc(100% - 88px);
    padding: 15px;
    top: 88px;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.mobile-header-menu.open {
    visibility: visible;
    opacity: 0.9;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: auto;
}
.mobile-header-menu > ul {
    margin: 0;
    padding: 0;
}
.mobile-header-menu > ul > li {
    display: block;
    text-align: center;
    position: relative;
}
.mobile-header-menu > ul > li + li {
    margin-top: 25px;
}
.mobile-header-menu > ul li a {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
}
.mobile-header-menu > ul li a.chat-link {
    display: inline-block;
}
.mobile-header-menu > ul li a.chat-link svg path {
    fill: #fff;
}
.mobile-header-menu > ul li a.dropdown-toggle {
    position: relative;
    padding-right: 20px;
}
.mobile-header-menu > ul li a.dropdown-toggle:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 14px;
    right: 5px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.mobile-header-menu > ul li ul.dropdown-menu {
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0;
    z-index: 100;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.mobile-header-menu > ul li ul.dropdown-menu li {
    display: block;
}
.mobile-header-menu > ul li ul.dropdown-menu li + li {
    margin-top: 25px;
}
.mobile-header-menu > ul li ul.dropdown-menu a {
    color: #00a8c9;
    white-space: nowrap;
}
.mobile-header-menu > ul li ul.dropdown-menu.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 360px;
    margin: 20px auto;
}
.log-in {
    color: #4e4e4e;
    font-family: 'AvenirLTStd-Book', sans-serif;
}
.log-in h2 {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 36px;
    text-align: center;
}
.log-in form {
    padding: 1px 0;
    font-size: 16px;
}
.log-in form label {
    display: block;
    width: 100%;
}
.log-in form input[type=text],
.log-in form input[type=password],
.log-in form input[type=email] {
    display: block;
    width: 100%;
    border: 1px solid #00a8c9;
    height: 34px;
    background-color: #fff;
    text-indent: 10px;
    font-size: 16px;
    font-family: 'AvenirLTStd-Book', sans-serif;
    box-sizing: border-box;
}
.log-in form input[type=checkbox] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.log-in form input[type=submit] {
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    padding: 0 45px;
    background-color: #00a8c9;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    transition: all .3s ease;
}
.log-in form input[type=submit]:hover {
    background-color: rgb(22, 188, 199);
    color: #fff;
}
.white-popup .open-popup-link {
    color: #00a8c9;
    -webkit-transition: all ease .3s;
    transition: all .3s ease;
    text-decoration: none;
}
.white-popup .open-popup-link:hover {
    color: rgb(22, 188, 199);
}
.sidebar-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.sidebar-social li {
    display: block;
    width: 38px;
    height: 38px;
    margin: 10px 5px;
}
.sidebar-social li a {
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar-social li a svg {
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar-social li a svg path {
    fill: #8b9391;
    -webkit-transition: all ease .3s;
    transition: all ease 0.3s;
}
.sidebar-social li a svg circle {
    stroke: #8b9391;
    -webkit-transition: all ease .3s;
    transition: all ease 0.3s;
}
.sidebar-social li a:hover svg path {
    fill: #4d4d4d;
}
.sidebar-social li a:hover svg circle {
    stroke: #4d4d4d;
}
.subscription {
    background-color: #172335;
    padding: 45px 45px 50px;
    margin-top: 50px;
    color: #fff;
    font-family: 'AvenirLTStd-Book', sans-serif;
}
.subscription h2 {
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 50px;
}
.subscription #subscribe-email {
    margin: 0 0 30px;
}
.subscription input[type=email] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #374c6b;
    height: 50px;
    font-family: 'AvenirLTStd-Book', sans-serif;
    color: #a7c1e8;
    font-size: 18px;
    text-align: center;
    text-indent: 10px;
    background-color: transparent;
}
.subscription input[type=email]:focus {
    border-color: #5779aa;
}

.subscription input[type=email]::-webkit-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #8ca1c0;
}
.subscription input[type=email]::-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #8ca1c0;
}
.subscription input[type=email]:-ms-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #8ca1c0;
}
.subscription input[type=email]:-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #8ca1c0;
}
.subscription #subscribe-submit {
    margin: 0;
}
.subscription #subscribe-submit input[type=submit] {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.subscription #subscribe-submit input[type=submit]:hover {
    background-color: #00a8c9;
    border-color: #00a8c9;
}
.follow-us {
    background-color: #fff;
    padding: 44px 40px 38px;
    margin-top: 50px;
    border: 1px solid #e5eaee;
}
.follow-us h3 {
    text-align: center;
    margin: 0 0 34px;
}
.form-fields-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-fields-wrapper p {
    -webkit-flex: 1 0 290px;
    flex: 1 0 290px;
}
.form-fields-wrapper p.comment-form-author {
    margin-right: 34px;
}
.form-fields-wrapper p label {
    display: block;
    font-family: 'Avenir LT Std 55 Heavy', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.form-fields-wrapper p input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    line-height: 44px;
    border: 1px solid #e5eaee;
    text-indent: 15px;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
}
.form-fields-wrapper p input::-webkit-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
.form-fields-wrapper p input::-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
.form-fields-wrapper p input:-ms-input-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
.form-fields-wrapper p input:-moz-placeholder {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 18px;
    color: #c1c1c1;
}
.comment-form-comment {
    margin-bottom: 30px;
}
.comment-notes,
.must-log-in {
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 16px;
}
.must-log-in a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.must-log-in a:hover {
    color: #00a8c9;
}
.subscription #subscribe-text {
    display: none;
}
.subscription .error {
    display: none !important;
}
#subscribe-email input {
    width: 100% !important;
}
#cookies-text-box a {
    color: #00a8c9;
    text-decoration: none;
}
#cookies-text-box a:hover {
    text-decoration: underline;
}
.link-text-for-google {
    position: absolute;
    color: transparent;
    z-index: -1;
}
.new-excerpt-more {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.new-excerpt-more:focus,
.new-excerpt-more:active,
.new-excerpt-more:visited{
    color: inherit;
}
.new-excerpt-more:hover {
    color: #16bcc7;
}

.popup-form {
    position: relative;
    width: 100%;
    max-width: 532px;
    padding: 46px 58px 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 20px auto;
    background-color: #fff;
}

#toll-free-numbers {
    width: 100%;
    max-width: 1083px;
    padding: 39px 46px 46px;
    margin-top: 90px;
}

@media (max-width: 768px) {
    #toll-free-numbers {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#toll-free-numbers h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-family: "AvenirLTStd-Book", sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px;
}

@media (max-width: 380px) {
    #toll-free-numbers h3 {
        font-size: 20px;
    }
}

#toll-free-numbers h3 span {
    font-family: "AvenirLTStd-Roman", sans-serif;
}

#toll-free-numbers ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    #toll-free-numbers ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#toll-free-numbers ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    #toll-free-numbers ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#toll-free-numbers ul li .flag {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#toll-free-numbers ul li .flag img {
    display: block;
    width: 28px;
    height: auto;
    margin-right: 20px;
}

@media (max-width: 380px) {
    #toll-free-numbers ul li .flag img {
        width: 24px;
        margin-right: 5px;
    }
}

#toll-free-numbers ul li .flag p {
    font-family: "AvenirLTStd-Roman", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #000;
    margin: 0;
}

#toll-free-numbers ul li a {
    display: block;
    width: 150px;
    font-family: "AvenirLTStd-Roman", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 14px 0;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#toll-free-numbers ul li a:hover {
    color: #00A8C9;
}

#toll-free-numbers .mfp-close {
    font-family: "AvenirLTStd-Roman", sans-serif;
    font-size: 60px;
    top: 37px;
    right: 37px;
}

@media (max-width: 380px) {
    #toll-free-numbers .mfp-close {
        right: 0;
    }
}



@media only screen and (max-width: 991px) {
    body > nav.header-main > div > a {
        width: 130px;
    }
    .header-menu > ul > li + li {
        margin-left: 8px;
    }
    .header-menu > ul > li > a {
        font-size: 14px;
    }
    .header-menu > ul > li > a.sign-btn {
        padding: 0 20px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
    }
    .dg-container,
    .hide-on-mobile,
    .header-menu,
    .tcw-menu-wrapper.active .text-center .custom-site-button.pdf-btn svg,
    .tcw-menu-wrapper.active .text-center .custom-site-button.pdf-btn::after {
        display: none !important;
    }
    .tcw-menu-wrapper.active .text-center {
        position: absolute;
        bottom: calc(100% + 10px);
        width: 510px;
    }
    .tcw-menu-wrapper.active .text-center .custom-site-button.pdf-btn {
        margin-top: 10px;
        padding: 0 10px;
    }
    .tcw-menu-wrapper.active .text-center .custom-site-button.pdf-btn + .custom-site-button.pdf-btn {
        margin-left: 10px;
    }
    .allblogs {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 576px) {
    .tcw-menu-wrapper.active .text-center {
        width: calc(100vw - 30px);
    }
}
@media only screen and (max-width: 660px) {
  .blogright {
      margin-left: 0;
      max-width: none;
  }
  .blogright .categ {
    padding: 30px 20px;
  }  
  .one-blog {
    margin: 0 10px 40px 0;
  }

}

@media only screen and (max-width: 480px) {
    .blogright {
        margin-left: 0;
    }
    .one-blog {
        margin-right: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .header-main .navbar-collapse .navbar-nav .nav-item .nav-link.sign-btn {
        width: 85px;
    }
}

@media only screen and (min-width: 1200px) {
    .container.container-1320 {
        max-width: 1320px;
    }
}
@media only screen and (min-width: 769px) {
    .header-main .dropdown-menu {
        top: 130%;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
    }
    .header-main .dropdown-menu.show {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .mobile-header-menu {
        display: none !important;
    }
}

