@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold-oblique.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 400;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
}

/* Stick footer to the bottom Start */
html, body {
    height: 100%;
    margin: 0;
}
.main-content {
    min-height: 100%;
    margin: 0 auto -70px;
    overflow-x: hidden;
}
footer,.push {
    /* height: 70px; */
}
.main-content.other-pages footer,
.main-content.other-pages .push{
    height: auto;
}
/* Stick footer to the bottom End */

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}

.navbar-brand {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 30px;
}
.navbar-brand span {
    font-weight: 300;
}
.navbar-brand:hover, 
.navbar-brand:focus {
    color: #ffffff;
}
header{
    background-color: transparent;
}
header.scrolled{
    background-color: #2E67AA;
}
header .navbar {
    height: 80px;
}
header .navbar-nav .nav-item {
    margin: 10px 15px;
    display: flex;
    align-items: center;
}
header .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0 !important;
    border-bottom: 2px solid transparent;
}
header .navbar-nav .nav-link:hover, 
header .navbar-nav .nav-link.active {
    border-color: #ffffff;
    color: #ffffff;
}
header .navbar-nav .request-demo {
    margin: 0 20px 0 30px;
}
header .navbar-nav .request-demo .nav-link {
    color: #2E67AA;
    padding: 10px 35px !important;
}
header .navbar-nav .request-demo .nav-link:hover {
    color: #ffffff;
}
header .navbar-nav .nav-item.user-menu {
    background-color: #2C344D;
    padding: 5px 20px;
    border-radius: 20px;
    min-width: 110px;
}
header .navbar-nav .nav-item.user-menu .nav-link:hover {
    border-color: transparent;
}
@media (max-width: 991px){
    header .navbar{
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    header .navbar-nav .nav-item{
        margin: 0;
        display: block;
    }
    header .navbar-nav .nav-link:hover{
        border-color: transparent;
    }
    header .navbar-nav .nav-item.user-menu{
        background-color: transparent;
        padding: 0;
    }
}
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 68px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
        background-color: #2E67AA;
        z-index: 99;
    }

    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    header .navbar-nav .request-demo {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 35px;
    }
    header .navbar-nav .request-demo .nav-link {
        color: #2E67AA;
        margin-top: 13px;
        padding: 10px 30px !important;
    }
    header .navbar-nav .nav-link{
        padding: 10px 15px 10px 0 !important;
    }
    header .navbar-nav .login .nav-link {
        padding: 8px 30px !important;
    }
    .navbar-toggler {
        border: none;
        background: transparent !important;
        padding: 0;
    }
    .navbar-toggler:hover {
        background: transparent !important;
        box-shadow: none;
    }
    .navbar-toggler .icon-bar {
        width: 22px;
        transition: all 0.2s;
        height: 2px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 0%;
    }
    .navbar-toggler .middle-bar {
        opacity: 0;
        width: 15px;
    }
    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 0% 36%;
    }
    .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }
}

/* footer {
    background-color: #222222;
    padding: 20px 0;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    z-index: 9;
}
footer .hl-footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .hl-footer-section a{
    color: #ffffff;
    text-decoration: none;  
}
.social-link {
    display: flex;
    align-items: center;
}
.social-link > div {
    margin: 0 2px;
}
.social-link > div a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-color: #2E67AA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-link > div a:hover {
    background-color: transparent;
    color: #2E67AA;
    text-decoration: none;
    border: 2px solid rgba(46,103,170, 0.5);
} */

@media (max-width: 767px){
    footer{
        padding: 30px 0;
        height: auto;
    }
    footer .hl-footer-section{
        display: block;
        text-align: center;
    }
    footer .hl-footer-section .terms-policy {
        margin-bottom: 10px;
    }
    footer .hl-footer-section .copyright {
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(33 81 116 / 20%);
        margin-bottom: 15px;
    }
    .social-link{
        justify-content: center;
    }
}


.hl-mainhead {
    font-size: 46px;
    font-weight: 300;
}
.hl-mainhead span {
    font-weight: 800;
}
.hl-subhead {
    font-weight: 300;
    font-size: 20px;
}

.hl-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    display: inline-block;
    position: relative;
}
.hl-section-title:before {
    content: '';
    background-color: #2E67AA;
    height: 3px;
    width: 25%;
    position: absolute;
}
.hl-section-title span {
    font-weight: 400;
}
.hl-section-desc{
	font-weight: normal;
}
.hl-section-title.white,
.hl-section-desc.white{
	color: #ffffff;
}

@media (max-width: 767px){
    .hl-mainhead{
        font-size: 36px;
    }
    .hl-subhead {
        font-size: 16px;
    }
	.hl-section-title{
		font-size: 26px;
	}
}
/* Form Controls */
.form-control:disabled {
    background-color: #efefef;
    opacity: 1;
    color: #ccc;
}
.form-control {
    /* background-color: #E8EDF1; */
    box-shadow: none;
    border: 1px solid transparent;
    height: 38px;
    font-size: 14px;
    font-weight: 300;

}
.form-control:focus {
    color: #000000;
    background-color: #E8EDF1;
    outline: 0;
    border-color: #2E67AA;
    box-shadow: none;
}
.hl-custom-select{
    position: relative;
}
.hl-custom-select:before{
    content: '\f078';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #666;
    font-size: 12px;
}
/* CSS Close Icon */
.hl-close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 25px;
    height: 19px;
    opacity: 1;
    cursor: pointer;
    z-index: 999;
    border: none;
    background-color: transparent;
}
.hl-close:hover {
    opacity: 1;
}
.hl-close:before, .hl-close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #000000;
    top: 0;
}
.hl-close:before {
    transform: rotate(45deg);
}
.hl-close:after {
    transform: rotate(-45deg);
}


/* Slick Slider Css Overwrite */
.slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: #2E67AA;
}
.slick-next,
.slick-prev{
    z-index: 99;
    top: inherit;
}
.slick-prev:before,
.slick-next::before {
    color: #2E67AA;
    opacity: 1;
    display: none;
}
.slick-prev {
    transform: rotate(180deg);
}
.slick-prev, .slick-next{
    right: 0;
}
.slick-dots li button:before{
	content: '';
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #2E67AA;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #2E67AA;
    border-width: 0;
    width: 18px;
    height: 18px;
    top: -2px;
}
/* Slick Slider Css Overwrite Ends */

/* Common Button */
/* Common Button CSS */
.cbtn {
    background-color: transparent;
    display: inline-block;
    align-items: center;
    padding: 5px 30px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    min-width: 120px;
}
.cbtn svg {
    width: 22px;
    height: 13px;
    transition: all 0.2s ease-in;
    margin-left: 0px;
    margin-top: -1px;
}
.cbtn:hover {
    text-decoration: none;
}
.cbtn:hover svg {
    transform: translate(5px, 0);
}
.cbtn.btn-primary {
    color: #2E67AA;
    background-color: #ffffff;
    border-color: #ffffff;
}
.cbtn.btn-primary svg {
    fill: #2E67AA;
}
.cbtn.btn-primary:hover svg {
    fill: #ffffff;
}
.cbtn.btn-primary:hover,
.cbtn.btn-primary:active,
.cbtn.btn-primary:focus {background-color: transparent;color: #ffffff;}

.cbtn.btn-secondary {
    color: #2E67AA;
    background-color: #ffffff;
    border-color: #2E67AA;
}
.cbtn.btn-secondary svg {
    fill: #2E67AA;
}
.cbtn.btn-secondary:hover svg {
    fill: #ffffff;
}
.cbtn.btn-secondary:hover,
.cbtn.btn-secondary:active,
.cbtn.btn-secondary:focus {background-color: #2E67AA;color: #ffffff;}


.cbtn.btn-blue {
    color: #ffffff;
    background-color: #2E67AA;
    border-color: #2E67AA;
}
.cbtn.btn-blue svg {
    fill: #ffffff;
}
.cbtn.btn-blue:hover svg {
    fill: #2E67AA;
}
.cbtn.btn-blue:hover,
.cbtn.btn-blue:active,
.cbtn.btn-blue:focus {background-color: #ffffff;color: #2E67AA;}


.cbtn.btn-transparent {
    color: #2E67AA;
    background-color: transparent;
    border-color: #2E67AA;
}
.cbtn.btn-transparent:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #2E67AA;
}
.cbtn.btn-transparent svg {
    fill: #2E67AA;
}
.cbtn.btn-transparent:hover svg {
    fill: #ffffff;
}


.clink{
    text-decoration: none;
}
.clink:hover{
    text-decoration: underline;
}
.clink.theme-color{
    color: #2E67AA;
}

/* Main Site Banner CSS Start */
.hl-hero-banner{
	background-image: url('../images/hero-bg.jpg');
    background-color: #2E67AA;
	background-size: cover;
	background-position: center top;
	min-height: 100vh;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    position: relative;
}
.hl-hero-banner .content-section {
    color: #fff;
    height: 100%;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.hl-hero-banner .content-section .heading {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 48px;
}
.hl-hero-banner .content-section .heading span {
    font-weight: 300;
}
.hl-hero-banner .content-section .subhead {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.hl-hero-banner .content-section .search-box form {
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
}
.hl-hero-banner .content-section .search-box form .form-control {
    background-color: transparent;
    border: none;
    outline: none;
    height: calc(1.5em + 0.75rem + 22px);
    padding: 0 210px 0 30px;
}
.hl-hero-banner .content-section .search-box form .form-control:focus {
    box-shadow: none;
}
.hl-hero-banner .content-section .search-box form .submit-search {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #000000;
    color: #ffffff;
    height: calc(1.5em + 0.75rem + 13px);
    border-radius: 25px;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    padding: 0 65px;
    font-size: 22px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
}
.hl-hero-banner .content-section .search-box .advance-option {
    margin: 15px 0 0 0;
    text-align: right;
}
.hl-hero-banner .content-section .search-box .advance-option .toggle-link {
    margin: 0 10px 0 0;
    padding: 0;
    text-align: right;
    display: inline-block;
    cursor: pointer;
}
.hl-hero-banner .content-section .search-box .advance-option .toggle-link svg {
    width: 18px;
    height: 16px;
    fill: #fff;
    margin-left: 10px;
}
.hl-hero-banner .content-section .cta-box {
    margin-top: 30px;
}
.hl-hero-banner .see-more-detail {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    height: 110px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    width: 150px;
    margin: 0 auto;
}
.hl-hero-banner .see-more-detail a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    left: 0;
    right: 0;
}
.hl-hero-banner .see-more-detail:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 30px;
    background: #ffffff;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    left: 0;
    margin: 0 auto;
    top: 50px;
    border-radius: 10px;
}
.hl-hero-banner .see-more-detail:hover {
    bottom: 2%;
}
.hl-hero-banner .see-more-detail a .link-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    opacity: 0.7;
}
.hl-hero-banner .see-more-detail a .link-arrow img {
    width: 12px;
}
.hl-hero-banner .see-more-detail:before {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite
}
-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0.25em rgba(255, 255, 255, 0.3), 0 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3), 0 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0.25em rgba(255, 255, 255, 0.3), 0 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3), 0 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0)
    }
}


.inline-form label.error {
	position: absolute;
    left: 15px;
    top: 50px;
}

.hl-hero-banner .content-section .search-box form label.error {
    position: absolute;
    left: 30px;
    color: #fff;
    top: 70px;
}
@media (max-width: 1024px){
    .hl-hero-banner .content-section{
        width: 100%;
    }
}
@media (max-width: 767px){    
    .hl-hero-banner .content-section .heading{
        font-size: 36px;
    }
    .hl-hero-banner .content-section .search-box form .form-control {
        background-color: transparent;
        border: none;
        outline: none;
        height: calc(1.5em + 0.75rem + 10px);
        padding: 0 125px 0 20px;
    }
    .hl-hero-banner .content-section .search-box form .submit-search {        
        height: calc(1.5em + 0.75rem + 5px);
        padding: 0 30px;
        font-size: 20px;
    }
    .hl-hero-banner .content-section .search-box form label.error {
        left: 5px;
        top: 62px;
    }
}
/* Main Site Banner CSS Ends */

/* What is HREFLang */
.hl-what-href{
    padding: 100px 0 100px;
    position: relative;
}
.hl-what-href .container{
    position: relative;
}
.hl-what-href .dot-pattern1 {
    position: absolute;
    bottom: -30px;
    left: -100px;
}
.hl-what-href .dot-pattern2 {
    position: absolute;
    right: 0;
    bottom: -95px;
    z-index: 1;
}
.hl-what-href .hl-section-title div{
    color:  #2E67AA;
}
.hl-what-href .img-section{
    margin-top: -70px;
}

.hl-what-href .key-steps {
    background-image: url('../images/icons-section-bg.jpg');
    background-size: cover;
    background-color: #2E67AA;
    padding: 60px 80px;
    border-radius: 20px;
    margin-top: 80px;
}
.hl-what-href .key-steps .steps {
    color: #ffffff;
    margin-bottom: 30px;
}
.hl-what-href .key-steps .steps .icon {
    margin-bottom: 15px;
    height: 60px;
    display: flex;
    align-items: flex-end;
}
.hl-what-href .key-steps .steps .icon svg{
    width: 50px;
    height: 50px;
    fill: #ffffff;
}
.hl-what-href .key-steps .steps .icon img{
    width: 60px;
}
.hl-what-href .key-steps .steps .title {
    font-size: 20px;
    font-weight: 500;
}
.hl-what-href .key-steps .steps .desc {
    margin-top: 15px;
}
.hl-what-href .key-steps .steps .desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 95%;
}
.hl-what-href .key-steps .steps .desc ul li {
    margin: 0 0 15px 0;
    display: flex;
    align-items: flex-start;
}
.hl-what-href .key-steps .steps .desc ul li .fa {
    margin: 4px 10px 0 0;
}
@media (max-width: 991px){
    .hl-what-href {
        padding: 76px 0 100px;
        position: relative;
    }
    .hl-what-href .img-section{
        margin-top: 0px;
    }
}
@media (max-width: 767px){
    .hl-what-href .key-steps{
        padding: 30px;
    }
    .hl-what-href .key-steps .steps {
        margin-bottom: 30px;
    }
    .hl-what-href .key-steps .steps .desc ul{
        width: 100%;
    }
}

/* SEO Checker Page Bottom */
.hl-seo-checker{
    padding: 60px 0; 
}
.hl-seo-checker .content-section {
    background-image: url(../images/seo-checker-bottom-bg.jpg);
    background-size: cover;
    min-height: 220px;
    border-radius: 15px;
    padding: 30px 160px;
    color: #000000;
    text-align: center;
    line-height: normal;
}
.hl-seo-checker .content-section .quote {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hl-seo-checker .content-section .quote span {
    font-weight: 300;
}
.hl-seo-checker .content-section form {
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
}
.hl-seo-checker .content-section form input.form-control {
    background-color: transparent;
    border: none;
    outline: none;
    height: calc(1.5em + 0.75rem + 22px);
    padding: 0 150px 0 30px;
}
.hl-seo-checker .content-section form input.form-control:focus {
    box-shadow: none;
}
.hl-seo-checker .content-section form .submit-search {
    right: 0px;
    background-color: #2E67AA;
    border-color: #2E67AA;
    position: absolute;
    top: 0;
    color: #ffffff;
    height: calc(1.5em + 0.75rem + 11px);
    border-radius: 25px;
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    padding: 0 65px;
    font-size: 22px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
}
.hl-seo-checker form label.error {
    position: absolute;
    left: 30px;
    color: #fff;
    top: 70px;
}
@media (max-width: 991px){
    .hl-seo-checker {
        padding: 30px 0 60px;
    }
    .hl-seo-checker .content-section{
        display: block;
        padding: 30px;
    }    
}
@media (max-width: 767px){
    .hl-seo-checker .content-section .quote {
        font-size: 24px;
    }
    .hl-seo-checker .content-section form .submit-search {
        padding: 0 30px;
    }
    .hl-seo-checker .content-section form input.form-control {
        height: calc(1.5em + 0.75rem + 10px);
        padding: 0 125px 0 20px;
    }
    .hl-seo-checker .content-section form .submit-search {
        height: calc(1.5em + 0.75rem + 1px);
        padding: 0 30px;
        font-size: 20px;
    }
}

/* Slider List Opt1 */
.hl-tile-slider-opt1{
    padding: 60px 0;
}
.hl-tile-slider-opt1 .slider-list {
    margin-top: 30px;
    display: flex;
}
.hl-tile-slider-opt1 .slider-list .item {
    margin-right: 40px;
    position: relative;
}
.hl-tile-slider-opt1 .slider-list .item img {
    position: relative;
    z-index: 0;
}
.hl-tile-slider-opt1 .slider-list .item .content {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    background-color: #ffffff;
    left: 15px;
    right: 15px;
    border-radius: 12px;
    padding: 20px 15px;
}
.hl-tile-slider-opt1 .slider-list .item .content .title {
    font-weight: 600;
    margin-bottom: 5px;
}
.hl-tile-slider-opt1 .slider-list .item .content .desc {
    font-size: 14px;
}
.hl-tile-slider-opt1 .slick-list {
    padding:0 10% 0 0 !important;
}
.hl-tile-slider-opt1 .slick-prev, 
.hl-tile-slider-opt1 .slick-next {
    border: 1px solid #2E67AA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -66px;
    right: 0;
    left: auto;
}
.hl-tile-slider-opt1 .slick-prev {
        top: -59px;
    right: 70px;
}
.hl-tile-slider-opt1 .slick-next {
    right: 15px;
    top: -39px;
}
.hl-tile-slider-opt1 .slick-next img,
.hl-tile-slider-opt1 .slick-prev img{
    width: 13px;
    transform: rotate(-90deg);
}

@media (max-width:  991px){
    .hl-tile-slider-opt1 {
        padding: 60px 0 30px;
    }
    .hl-tile-slider-opt1 .slick-list {
        padding:0 0 0 0 !important;
    }
    .hl-tile-slider-opt1 .slider-list .item{
        margin-right: 15px;
    }
}
@media (max-width:  480px){
    .hl-tile-slider-opt1 .slider-list .item{
        margin-right: 0;
    }
}

/* Website All Metrics */
.hl-all-metrics {
    padding: 100px 0;
    background-color: #2E67AA;
    position: relative;
}
.hl-all-metrics .container{
    position: relative;
}
.hl-all-metrics .dot-pattern1 {
    position: absolute;
    bottom: -60px;
    left: -100px;
}
.hl-all-metrics .dot-pattern2 {
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 1;
}
.hl-all-metrics .hl-section-title {
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 60px;
}
.hl-all-metrics .hl-section-title:before {
    margin: 0 auto;
    width: 8%;
    left: 0;
    right: 0;
    top: -5px;
    background-color: #ffffff;
}
.hl-all-metrics .metrics{
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.hl-all-metrics .metrics .item {
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px 70px;
}
.hl-all-metrics .metrics .item .count {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 30px;
    color: rgba(255,255,255, 1);
}
.hl-all-metrics .metrics .item .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    color: rgba(255,255,255, 1);
}
.hl-all-metrics .metrics .item:last-child {
    border-right: none;
}
@media (max-width:  1180px){
    .hl-all-metrics .metrics .item {
        padding: 20px 50px;
    }
}
@media (max-width: 991px){
    .hl-all-metrics {
        padding: 60px 0 30px;
    }
    .hl-all-metrics .hl-section-title {
        margin-bottom: 15px;
    }
    .hl-all-metrics .metrics{
        flex-direction: column;
    }
    .hl-all-metrics .metrics .item {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        border-right: none;
        padding: 30px;
    }
    .hl-all-metrics .metrics .item:last-child{
        border-bottom: none;
        border-right: none;
    }
    .hl-all-metrics .metrics .item .title,
    .hl-all-metrics .metrics .item .count{
        margin-bottom: 0;
    }
}

.error{
    color: red;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.modal-content{
    font-size: 14px;
}
.modal-header{
    border: none;
    padding: 20px 20px 0;
}
.modal-header .modal-title{
    font-weight: 700;
    color: #2E67AA;
}
.modal-body{
    padding: 5px 20px 15px
}
.modal-body .pop-inlink{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #2E67AA;
}
.modal-body .pop-inlink:hover{
    text-decoration: underline;
}
/* Login, Registration and Forgot Password Popup */
.login-popup .cta-box,
.registration-popup .cta-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-popup .modal-dialog {
    max-width: 500px;
}
.registration-popup .modal-dialog {
    max-width: 550px;
}
.forgot-password-popup .modal-dialog,
.pdf-email-popup .modal-dialog,
.delete-project-popup .modal-dialog,
.project-download-sitemap-popup{
    max-width: 380px;
}
.forgot-password-popup .modal-header{
    display: block;
    padding: 40px 20px 0;
}
.forgot-password-popup .modal-body{
    padding: 5px 20px 40px;
}

.delete-project-popup .modal-dialog .modal-header{
    display: block;
}
.delete-project-popup .modal-dialog .cbtn {
    margin-right: 10px;
    min-width: 90px;
    padding: 5px 15px;
}
.delete-project-popup .modal-dialog .cbtn:last-child {
    margin-right: 0;
}

.recaptcha {
    border: 1px solid #dedede;
    padding: 5px 10px;
}

.sitemap-dl .modal-content{
    min-height: 185px;
}
.sitemap-dl .modal-content .modal-header {
    justify-content: center;
}

#g-recaptcha-response-error{
    margin-top: -8px;
    position: absolute;
}
@media(max-width:  767px){
    .registration-popup .cta-box{
        display: block;
    }
}
/* Dashboard */
.main-content.other-pages{
    background-color: #ffffff;
}
.main-content .cbox-shadow {
    box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.height-100{
    height: 100%;
}
.progress{
    height: 8px;
}
.progress-bar {
    background-color: #2E67AA;
}
.box-title {
    color: #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-desc {
    color: #333;
}
.count-box {
    background-color: #2E67AA;
    padding: 2px 10px 0px;
    border-radius: 12px;
    font-size: 13px;
    min-width: 40px;
    text-align: center;
    color: #ffffff;
}
.count-box a{
    color: #ffffff;
    text-decoration: none;
}
.count-box-dark {
    background-color: #2C344D;
    padding: 4px 15px 2px;
    border-radius: 12px;
    font-size: 13px;
    min-width: 40px;
    text-align: center;
    color: #ffffff;
}
.box-item-bar{
    margin-bottom: 15px;
}
.box-item-bar .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.box-item-bar  .count-bar{

}
.hl-left-navigation{
    margin: 0;
    padding: 0;
    height: 100vh;
    min-height: 100vh;
    background-color: #2C344D;
    position: relative;
}
.hl-left-navigation .logo-section {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}
.hl-left-navigation .navbar-brand {
    font-size: 22px;
}
.hl-left-navigation ul li.nav-item.active {
    background-color: rgba(255,255,255, 0.2);
    border-left: 5px solid #2E67AA;
}
.hl-left-navigation ul li .nav-link {
    color: #ffffff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.hl-left-navigation ul li.dropmenu > a{
    border-bottom: 1px solid #ffffff;
}
/* submenu */
.hl-left-navigation ul li ul{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.hl-left-navigation ul li ul li .nav-link {
    padding: 8px 15px;
}


.hl-left-navigation .sitemap-list {
    margin: 15px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hl-left-navigation .sitemap-list select{
    height:  40px;
    min-width: 180px;
    max-width: 180px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    font-size: 15px;
}
.hl-left-navigation .sitemap-list .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 40px;
}
.hl-left-navigation .sitemap-list .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
}
.hl-left-navigation .sitemap-list .select2-container--default .select2-selection--single:before {
    content: '\f078';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #666;
    font-size: 12px;
}
.hl-left-navigation .sitemap-list .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-container--open .select2-dropdown{
    left: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
}
/* select2 theme classic */
.sitemap-list .select2-container--classic .select2-selection--single{
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 40px;
}
.select2-container--classic .select2-results>.select2-results__options{
    font-size: 14px;
    font-weight: 400;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}
.hl-left-navigation .sitemap-list .select2-container--classic .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
}
.hl-left-navigation .sitemap-list .select2-container--classic .select2-selection--single .select2-selection__arrow{
    height: 38px;
    background-image: none;
    background-color: transparent;
    border: none;
}




.hl-left-navigation .sitemap-list .add-domain {
    background-color: #2E67AA;
    color: #ffffff;
    padding: 0 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -1px;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
}

.hl-left-navigation .cta-box{
    margin-top: 30px;
    text-align: center;
    padding: 0 15px;
}
.hl-left-navigation .cta-box .cbtn{
    margin-bottom: 20px;
    min-width: 100%;
    padding: 10px 15px;
}

.hl-left-navigation .plan-notice {
    background-color: #181d2e;
    padding: 10px 5px;
    color: #ffffff;
    border: 2px solid rgb(255 255 255 / 30%);
    position: absolute;
    bottom: 5px;
    max-width: 350px;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hl-left-navigation .plan-notice .plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.hl-left-navigation .plan-notice .plan .icon {
    font-size: 12px;
    font-weight: 400;
}
.hl-left-navigation .plan-notice .plan .icon a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 3px 10px;
    border-radius: 10px;
}
.hl-left-navigation .plan-notice .plan .title span {
    font-weight: 600;
}
.hl-left-navigation .plan-notice .limit {
    font-size: 13px;
}
@media (min-width: 1680px){
    .hl-left-navigation .sitemap-list select{
        min-width: 200px;
        max-width: 200px;
    }
}
@media (max-width: 1300px){
    .hl-left-navigation .sitemap-list select{
        min-width: 150px;
        max-width: 150px;
    }
}
@media (max-width: 1160px){
    .hl-left-navigation .sitemap-list{
        margin: 15px 0px 20px;
    }
    .hl-left-navigation .sitemap-list select{
        max-width: 128px;
    }
}
/* header and footer in right section */
.hl-right-wrapper {
    width: 83%;
    position: relative;
    padding: 0;
}
.hl-right-wrapper header{
    background-color: #2E67AA;
}
.hl-right-wrapper header .navbar {
    height: auto;
    padding: 0;
}
.hl-right-wrapper header .navbar .nav-item {
    margin-top: 7px;
    margin-bottom: 7px;
}
.hl-right-wrapper header .navbar-nav .nav-link {
    font-size: 14px;
}
.hl-right-wrapper footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
}
.sidebar-sticky{
    width: 17%;
    padding-right: 0;
}

@media (max-width: 1440px){
    .hl-right-wrapper{
        width: 80%;
    }
    .sidebar-sticky{
        width: 20%;
    }
}


.hl-sitemap-result {
    padding: 25px 10px 95px 10px;
    height: calc(100vh - 74px);
    overflow-y: scroll;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 400;
}
.hl-right-wrapper .navbar-brand {
    display: none;
}
.hl-sitemap-result .upgrade-notice {
    border-left: 4px solid #2E67AA;
}
.hl-sitemap-result .upgrade-notice .clink{
    font-weight: 600;
}
.hl-sitemap-result .cta-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hl-sitemap-result .cta-box svg {
    fill: #2E67AA;
    width: 23px;
    height: 23px;
}
.hl-sitemap-result .cta-box a {
    margin-right: 15px;
    color: #2E67AA;
}
.hl-sitemap-result .cta-box a:last-child{
    margin-right: 0;
}
.hl-sitemap-result .card {
    background-color: rgb(241 241 241 / 30%);
    color: #fff;
    border-color: rgb(241 241 241 / 50%);
}
.hl-sitemap-result .card a {
    color: #ffffff;
    text-decoration: none;
}
.hl-sitemap-result .card a:hover {
    color: #ffffff;
    text-decoration: none;
}
.hl-sitemap-result .left-navigation{
    background-color: rgb(241 241 241 / 30%);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255, 0.5)
}
.hl-sitemap-result .left-navigation ul {
    padding: 15px 0 0 0;
}
.hl-sitemap-result .left-navigation .nav-link {
    color: #ffffff;
}
.hl-sitemap-result .left-navigation .nav-link:hover {
    background-color: rgb(255 255 255 / 10%);
}
.hl-sitemap-result .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    padding: 8px 18px 8px 10px;
}
.hl-sitemap-result .table tbody td{
    word-break: break-word;
}

.hl-sitemap-result .cta-box .crawl-history {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 8px;
/*    display: none;*/
}
.hl-sitemap-result .crawl-history #txtDate {
    position: relative;
    top: 0;
    margin-right: 5px;
    height: 24px;
    border: 1px solid #2E67AA;
    background-color: #fff;
    border-radius: 2px;
    width: 120px;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 0 0 5px;
    outline: none;
    z-index: 1;
    background-color: transparent;
}
.hl-sitemap-result .cta-box .crawl-history img {
    position: absolute;
    right: 9px;
    width: 16px;
    height: 16px;
    z-index: 0;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup {
    width: 118px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    top: 26px;
    padding: 10px;
    display: none;
    right: 6px;
    z-index: 1;
    border-radius: 3px;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup .snap-scroll {
/*    height: 100px;
    overflow-y: scroll;*/
}
.hl-sitemap-result .cta-box .crawl-history .info-popup .date {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup .snapshot {
    font-size: 11px;
    color: #666;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup ul {
    list-style: none;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup ul li {
    position: relative;
    padding-left: 15px;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup ul li:before {
    background-color: #2E67AA;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 7px;
    top: 7px;
    left: 0;
}
.hl-sitemap-result .cta-box .crawl-history .info-popup ul li a{
    text-decoration: none;
    color: #2E67AA;
}
/* class para modificar a cor do eventos */
table.ui-datepicker-calendar tbody td.highlight > a {
    color: red;
}

#ui-datepicker-div {
    width: 232px;
    border: 1px solid #2E67AA !important;
    margin-top: 5px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 0;
    font-size: 12px;
}
.ui-datepicker table {
    width: 70%;
}
.ui-datepicker th {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}
.ui-state-default {
    background-color: #fefefe!important;
    background-image: none !important;
    padding: 0 !important;
    font-size: 12px;
    text-align: center !important;
    width: 30px;
    border: none !important;
    margin-right: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 7px 0;
    background-image: none;
    background-color: transparent;
    border: none;
}
.ui-datepicker .ui-datepicker-prev {
    left: -2px;
}
.ui-datepicker .ui-datepicker-next {
    right: -2px;
}
.ui-state-hover {
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev {left: 0;}
.ui-datepicker .ui-datepicker-next {right: 0;}
.ui-datepicker .ui-datepicker-prev-hover { left:0px; }
.ui-datepicker .ui-datepicker-next-hover { right:0px; }

.ui-datepicker td.highlight .ui-state-default {
    background-color: #2E67AA !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.ui-state-default.ui-state-highlight {
    background-color: #7398c3 !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
@media (max-width: 991px){
    .main-content.other-pages{
        overflow: hidden;
    }
    .main-content.other-pages footer, 
    .main-content.other-pages .push{
        height: ;
    }
    .hl-right-wrapper{
        width: 100%;
        padding: 0 10px 45px;
    }
    .hl-sitemap-result .cbox-shadow{
        height: auto;
    }
    .hl-right-wrapper header .navbar .navbar-brand{
        display: block;
        font-size: 22px;
    }
    .hl-right-wrapper .navbar-collapse {
        top: 44px;
        z-index: 999;
    }
    .hl-sitemap-result{
        height: 100%;
        margin-right: 0;
        padding-bottom: 70px;
    }

    .sidebar-sticky{
        position: absolute;
        width: 260px !important;
        z-index: 9;
        height: 100%;
        left: -249px;
        transition: all 0.2s ease-in;
    }
    .hl-left-navigation{
        height: 100%;
    }
    .hl-left-navigation .mobile-toggle {
        background-color: #2C344D;
        width: 30px;
        height: 35px;
        position: absolute;
        right: -30px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        top: 100px;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hl-left-navigation .mobile-toggle a{
        color: #ffffff;
        text-decoration: none;
    }
    .hl-left-navigation .mobile-toggle .icon:before{
        content: "\f054";
    }
    .hl-left-navigation .mobile-toggle.show .icon:before{
        content: "\f00d";
    }

    .hl-right-wrapper footer {
        padding: 15px 0;
    }
    footer .hl-footer-section {
        padding-right: 20px;
    }
}

@media (max-width: 767px){
    .hl-sitemap-result{
        padding-bottom: 150px;
    }
}
/* XML Sitemaps Page */
.hl-xml-sitemap {
    padding: 120px 0 70px;
    margin-bottom: 50px;
}

.hl-xml-sitemap .main-tabbing .nav-tabs{
    border-bottom: none;
}
.hl-xml-sitemap .main-tabbing .nav-tabs .nav-item{
    margin-right: 10px;
}
.hl-xml-sitemap .main-tabbing .nav-tabs .nav-link {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #2e67aa;
    color: #2e67aa;
}
.hl-xml-sitemap .main-tabbing .nav-tabs .nav-link.active {
    color: #ffffff;
    border: 1px solid #2e67aa;
    background-color: #2E67AA;
}
.hl-xml-sitemap .main-tabbing .tab-content {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid rgb(46 103 170 / 40%);
    border-radius: 10px;
}

/* Pricing Plan Upgrade */
.hl-plan-price{
    margin: 0;
    padding: 130px 0;
}
.hl-plan-price .container{
    border: 1px solid rgb(46 103 170 / 40%);
    border-radius: 15px;
    overflow: hidden;
}
.hl-plan-price .plans{

}
.hl-plan-price .plans .plan-item {
    padding: 0 1px 0 0;
    background-color: #fefefe;
}
.hl-plan-price .plans .plan-item .item-header{
    background-color: rgb(46 103 170 / 20%);
    color: #000000;
    padding: 15px 30px;
    text-align: center;
}
.hl-plan-price .plans .plan-item.active .item-header{
    background-color: #2E67AA;
    color: #ffffff;
}
.hl-plan-price .plans .plan-item .item-header .name {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}
.hl-plan-price .plans .plan-item .item-header .price {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.hl-plan-price .plans .plan-item .item-header .price span {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}
.hl-plan-price .plans .plan-item .item-header .period{

}
.hl-plan-price .plans .plan-item .item-header .cta-box{

}
.hl-plan-price .plans .plan-item .item-feature {
    padding: 0 0;
    background-color: #fefefe;
}
.hl-plan-price .plans .plan-item .item-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hl-plan-price .plans .plan-item .item-feature ul li {
    height: 40px;
    margin: 0px 0;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
}
.hl-plan-price .plans .plan-item .item-feature ul li span {
    display: none;
}
.hl-plan-price .plans .plan-item .item-feature ul li:last-child {
    margin-bottom: 15px;
    margin-top: 15px;
}
.hl-plan-price .plans .plan-item .item-feature ul li:first-child {
    margin-top: 0;
}
.hl-plan-price .plans .plan-item .item-feature ul li:nth-of-type(odd) {
    background-color: #efefef;
}

.hl-plan-price .plan-features {
    padding: 0 1px 0 0;
    background-color: #fefefe;
}
.hl-plan-price .plan-features .heading {
    height: 145px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hl-plan-price .plan-features .heading .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.hl-plan-price .plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hl-plan-price .plan-features ul li {
    height: 40px;
    margin: 0px 0;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    font-size: 14px;
}
.hl-plan-price .plan-features ul li span {
    font-weight: 500;
    cursor: help;
    border-bottom: 1px dotted #999999;
}
.hl-plan-price .plan-features ul li:last-child {
    margin-bottom: 15px;
    margin-top: 15px;
}
.hl-plan-price .plan-features ul li:first-child {
    margin-top: 0;
}
.hl-plan-price .plans .plan-item .item-feature ul li .fa {
    color: #999;
    font-size: 16px;
}
.hl-plan-price .plans .plan-item .item-feature ul li.active .fa {
    color:  #2eaa38;
}
.hl-plan-price .plan-features ul li:nth-of-type(odd) {
    background-color: #efefef;
}

@media (max-width:  991px){
    .hl-plan-price .plan-features ul{
        display: none;
    }
    .hl-plan-price .plans .plan-item .item-feature ul li{
        height: 70px;
    }
    .hl-plan-price .plans .plan-item .item-feature ul li span {
        display: block;
    }
    .hl-plan-price .plans .plan-item .item-feature ul li:last-child {
        margin-bottom: 0;
        margin-top: 0;
        padding: 15px;
        height: auto;
    }
}

#stripe-credit-card-popup .form-group {
    margin-bottom: 10px;
}
#stripe-credit-card-popup .form-group .form-label{
    margin-bottom: 3px;
}

#stripe-credit-card-popup .hl-custom-select:before{
    top: 13px;
}

/* Information Badge */
.badge-custom{
    font-weight: normal;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 2px;
    font-size: 14px;
    background: transparent; 
}
.badge-custom.badge-danger{
    color: #dc3545;   
}
.badge-custom.badge-warning{
    color: #ffc107;   
}

/* User Dashboard */
.hl-user-dashboard {
    margin: 0;
    padding: 50px 0 130px;
    font-size: 13px;
}
.user-plan-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px !important;
}
.user-plan-detail .plan-name{
    font-size: 16px;
    font-weight: 500;
}
.user-plan-detail .item{
    display: flex;
    align-items: center;
}
.user-plan-detail .item .count-box-dark {
    margin-left: 10px;
    padding: 0px 15px;
    background-color: #e0f8ea;
    color: #00c853;
    border: 1px solid #b3efcb;
    font-weight: 500;
    height: 22px;
    font-size: 12px;
}
.user-audit-list .info {
    margin: 15px 0;
}
.user-audit-list .info span{
    font-weight: bold;
}
.user-audit-list .project {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
.user-audit-list .project:last-child{
    border-bottom: none;
}
.user-audit-list .project-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0;
}
.user-audit-list .project-head .purl a {
    color: #2E67AA;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}
.user-audit-list .project-head .pshare-setting a{
    color: #2E67AA;
    text-decoration: none;
    font-size: 16px;
}

.user-audit-list .project-detail {
    padding-top: 10px;
}
.user-audit-list .project-detail .site-audit {
    padding: 0 22px;
    border-right: 1px solid #efefef;
}
.user-audit-list .project-detail .site-audit:last-child {
    border-right: none;
}
.user-audit-list .project-detail .site-audit .title {
    font-weight: 500;
}
.user-audit-list .project-detail .site-audit .sub-title {
    color: #999999;
    margin-bottom: 10px;
}
.user-audit-list .project-detail .metrics {
    padding: 0 20px;
    border-right: 1px solid #efefef;
}
.user-audit-list .project-detail .metrics:last-child {
    border-right: none;
}
.seprator{
    height: 1px; background: #efefef; margin: 15px 0;
}
.user-audit-list .project-detail .metrics .tpages {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2E67AA;
}
.user-audit-list .project-detail .metrics .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 991px){
    .user-plan-detail{
        display: block;        
    }
    .user-plan-detail .plan-name {
        margin-bottom: 10px;
    }
    .user-audit-list .project-detail .metrics{
        border-right: none;
    }
    .user-plan-detail .item {
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .user-plan-detail .item .count-box-dark{
        min-width: 100px;
    }
    .user-audit-list .project-detail .site-audit{
        border-right: none;
    }
    .user-audit-list .project-detail .site-audit:first-child {
        margin-bottom: 10px;
    }
    .user-audit-list .project-detail .site-audit .sub-title:last-child{
        margin-bottom: 0px;
    }
}

/* Legal Pages */
.hl-legal-section {
    padding: 130px 0;
    font-size: 14px;
}
.hl-legal-section .para-title {
    font-weight: 600;
    font-size: 17px;
}

/* Reset Password */
.hl-reset-password{
    padding: 130px 0;
    font-size: 14px;
}
.hl-reset-password .hl-section-title{
    font-size: 24px;
}
.hl-reset-password .container{
    max-width: 450px;    
}
.hl-reset-password .container form{
    border: 1px solid #dedede;
    padding: 20px;
    border-radius: 10px;
}

/* 404 Page */
.hl-not-found {
    padding: 130px 0;
    text-align: center;
}
.hl-not-found h1 {
    font-weight: 800;
    font-size: 60px;
    color: #2E67AA;
    margin-bottom: 30px;
}
.hl-not-found  .code-404{
    font-weight: 700;
    margin-bottom: 5px;
}
.hl-not-found .nf-desc {
    margin-bottom: 15px;
    font-size: 14px;
}