@media only screen and (max-width:991px) {
.navbar-toggler.menu-icon:focus,
.navbar-toggler.menu-icon:hover {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler.menu-icon {
    width: 25px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
    border-radius: 8px;
    border: 1px solid #E8EBF4;
    width: 40px;
    height: 40px;
    padding: 7px 8px;
}

.navbar-toggler.menu-icon span {
    width: 22px;
    height: 2px;
    display: block;
    background: #141821;
    margin: 5px 0;
    border-radius: 3px !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 6px);
}

.navbar-toggler.menu-icon.active + .navbar-collapse.collapse {
    left: 0% !important;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.navbar-nav {
    margin-left:0px;
}

.nav-link {     
    line-height: 1;
}     
.navbar-nav .nav-item {
    margin: 0px;
    margin-right: 0px;
    margin-top: 15px;
}

.header.fixed .nav-link:hover {
}
.header.fixed .nav-link {
}

.menu-item-has-children {
    cursor: pointer;
}

.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    border: none;
}

.menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 53%;
    transform: translate(0px, -50%);
    right: 7px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.menu-item-has-children.current>a:before {
    content: "\f068";
}

li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: none !important;
}

ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.navbar-brand img {
    max-height: 30px;
}
	.header.active {
    background:#fff;
}


}

@media only screen and (min-width: 768px)and (max-width: 991px) {
.copyright ul li a {
    margin-left: 33px;
}

.copyright .menu-policy-menu-container {
    vertical-align: inherit;
}
.modal-dialog {
    max-width: 700px;
}
}

@media only screen and (max-width:767px) {
.banner {
    padding-top: 70px;
}

.banner .max-container {
    padding-top: 55px;
    border-radius: 24px;
    background: #F6F7F9 url(../img/bg-banner-mobile.png) bottom center no-repeat;
    background-size: cover;
}

h1 {
    font-size: 44px;
}

.banner p {
    font-size: 16px;
}

.banner .logo {
    max-height: 24px;
}

.banner .btn-default {
    margin: 3px 0px;
    width: 100%;
    line-height: 46px;
}

.banner .down {
    margin-top: -25px;
}

h2 {
    font-size: 32px;
}

.info {
    padding: 70px 0px;
}

.info .small-link {
    float: right;
    margin-top: -67px;
    font-size: 13px;
}

.iconbox h3 {
    padding: 11px 0px;
    font-size: 32px;
}

.iconbox h3 img {
    width: 40px;
}

.info .innerspace>div {
    padding: 0px 13px;
}

.info-tool {
    padding-top: 0;
    padding-bottom: 25px;
}

.info-tool .max-container {
    padding: 0px 10px;
}

.info-tool .section-title img {
    max-height: 20px;
}

.features {
    padding: 50px 5px;
}

.features .max-container {
    background: #FDF8F3 url(../img/bg-features-mobile.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    border-radius: 24px;
    padding: 40px 0px 30px 0px;
}

.features h3 {
    font-size: 18px;
}

.iconbox-small {
    text-align: center;
    margin-top: 20px;
}

.iconbox-small .img img {
    margin-bottom: -2px;
    border-width: 3px;
}

.features .btn-default {
    margin-top: 40px;
    width: 100%;
}

.features.green .max-container {
    background: #FDF8F3 url(../img/bg-features-green-mobile.png) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.pricing {
    padding: 30px 0px 55px 0px;
}

p br {
    display: none;
}

.pricing-box {
    padding: 24px 16px;
}

.pricing-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pricing-box .main-price h4 {
    font-size: 32px;
    line-height: .8;
    margin-top: 20px;
    margin-bottom: 16px;
}

.pricing-box .main-price h4 span.first {
    position: relative;
    top: -15px;
}

.pricing-box .list {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 135px;
    min-height: initial;
}

.faqs {
    padding-top: 0;
}

.faqs .section-title {
    margin-bottom: 20px;
}

.nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

.nav-tabs li {
    border: none !important;
    margin: 0px 5px !important;
}

.nav-tabs .nav-link {
    border: none !important;
    margin: 0 !important;
    border-radius: 6px;
    background: var(--white, #FFF);
    padding: 8px !important;
}

.nav-tabs .nav-link img {
    width: inherit;
    height: 30px;
    height: 17px;
}

.nav-tabs .nav-link.active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.faqs h3 {
    display: none;
}

.accordion-header .accordion-button, .accordion-item:first-of-type>.accordion-header .accordion-button {
    font-size: 16px;
    padding: 16px;
}

.accordion-body {
    padding: 16px;
    padding-top: 0px;
}

.tab-pane.fade {
    display: none !important;
}

.tab-pane.fade.show.active {
    opacity: 1 !important;
    display: block !important;
}

.cta .max-container {
    background: #F6F7F9 url(../img/bg-cta.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    border-radius: 24px;
    padding: 30px 0px 40px 0px;
}

.cta .btn-default {
    width: 100%;
}

.cta .logos span {
    width: 100%;
    display: inline-block;
    line-height: .5;
    margin: -5px 0px;
}

.cta .logos img {
    height: 20px;
    margin: 0px 10px;
    display: inline-block;
}

.footer ul {
    text-align: left;
    margin-bottom: 10px;
}

.footer ul li {
    padding: 0px 0px 15px 0px;
    width: 48%;
    text-align: center;
}

.copyright p br {
    display: block;
}
.copyright p a {
    margin: 0px 20px 20px 20px;
}
.modal-content {
    padding: 30px 0px;
}

.modal .btn-close {
    top: -18px;
    right: 12px;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
h2 {
    font-size: 33px;
}

h1 {
    font-size: 50px;
}

.footer ul li {
    padding: 0px 24px;
}

.copyright p a {
    margin-left: 38px;
}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
.navbar-brand img {
    max-height: 35px;
}

h2 {
    font-size: 33px;
}

h1 {
    font-size: 50px;
}

.footer ul li {
    padding: 0px 24px;
}

.copyright p a {
    margin-left: 38px;
}



}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    

}

@media only screen and (min-width:992px) {
    

}