@media only screen and (min-width: 992px) {
    .navbar ul li .dropdown-menu { display: block; opacity: 0; visibility: hidden; transition: 0.35s all; }
    .navbar ul li:hover .dropdown-menu { opacity: 1; visibility: visible; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 1400px) {
	.section-row { padding: 4rem 0; }
    h1, .h1 { font-size: 3.1rem; }
    h2, .h2 { font-size: 2.725rem; } 
    h3, .h3 { font-size: 2.3rem; }
    h4, .h4 { font-size: 1.675rem; }
    .section-title { margin-bottom: 2.5rem; }
    .highlevel-form { padding: 1.5rem; font-size: 0.9rem; }
    .form-logo { max-width: 200px; margin: 0 auto 1rem; }
    .highlevel-form .form-group label { line-height: 1; }
    .form-control { height: 40px; font-size: 0.9rem; }
    .form-group { margin-bottom: 0.8rem; }
    .highlevel-form-btn .btn { font-size: 0.9rem; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 1199px) {
    h1, .h1 { font-size: 2.9rem; }
    h2, .h2 { font-size: 2.425rem; }
    h3, .h3 { font-size: 2.2rem; }
    h4, .h4 {font-size: 1.575rem; }
    h6, .h6 { font-size: 1.15rem; }
    .navbar ul li { margin-right: 0; font-size: 0.9rem; }
    .header-contact a figure { height: 35px; width: 35px; margin: 0 0.5rem 0 0; }
    body { font-size: 15px; }
    .social-links a { height: 35px; width: 35px; margin: 0 0.5rem 0 0; }
    .social-links a figure { width: 14px; height: 14px; }
    #header.headerfix { top: -55px; }
    .accordion-button::before, .accordion-collapse::before { width: 4rem; font-size: 35px; }
    .accordion-button { font-size: 1.363rem; padding: 1.4rem 1rem 1.4rem 5.2rem; }
    .accordion-collapse { padding-left: 5.2rem; }
    .logo, .f-logo { max-width: 150px; }
    .f-menu { margin-top: 0; }
    .footer-top { padding: 1.5rem 0; }
    .f-menu ul li { margin: 0.4rem 0.8rem; }



}

/*==========================================================================================================*/
@media only screen and (max-width: 991px) {
    body { font-size: 15px; }
    .section-row { padding: 3rem 0; }
    .section-title { margin-bottom: 2rem; }
    h1, .h1 { font-size: 2.7rem; }
    h2, .h2 { font-size: 2.225rem; }
    h3, .h3 { font-size: 2rem; }
    .navbar .navbar-toggler { display: block; }
    .right-menubar .navbar { position: static; }
    .header-bottom { position: relative; }
    .navbar-collapse { background: #fff; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 135px); overflow: auto; border-bottom: 1px solid rgba(0,0,0,0.1); border-top: 1px solid rgba(0,0,0,0.1); }
    .navbar ul li { border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 1.05rem; margin-bottom: 0; } 
    .navbar ul li:last-child { border-bottom: 0; }
    .navbar ul.navbar-nav li a { padding: 0.8rem 1rem; position: relative; font-weight: 500; }
    .navbar ul li a.active, .navbar ul li:hover > a { background: #086AD8; color: #fff; }
    .dropdown .dropdown-toggle::after { position: absolute; top: 1.15rem; right: 0.8rem; }
    .navbar ul li .dropdown-menu { background-color: transparent; border: 0; border-radius: 0; box-shadow: none; margin: 0; padding: 0; }
    .navbar ul.navbar-nav li li a { padding: .5rem 2rem; }
    
    .accordion-button { font-size: 1.163rem; padding: 1.1rem 1rem 1.1rem 4.5rem; }
    .accordion-button::before, .accordion-collapse::before { width: 3.6rem; font-size: 1.936rem; }
    .accordion-collapse { padding-left: 4.5rem; }
    .login-btn .btn { height: 36px; width: 36px; padding: 0; display: flex; align-items: center; justify-content: center; }
    .login-btn .btn span { display: none; }
    .login-btn .btn svg { display: block; }
    .chat_ico { right: 1rem; height: 4rem; width: 4rem; border-width: 6px; }
    .chat_ico img { height: 28px; width: 28px; }

    .landing-logo { max-width: 270px; }
    .landing-thumb { max-width: 130px; }
    .landing-sub-box h1 { margin-bottom: 1.5rem; }
    .landing-pocket { width: 8%; }
    .landing-gold-round { width: 5%; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 767px) {
	.btn { font-size: 0.9rem; }
    h1, .h1 { font-size: 2.4rem; }
    h2, .h2 { font-size: 1.925rem; }
    h3, .h3 { font-size: 1.8rem; }
    h4, .h4 { font-size: 1.375rem; }
    h5, .h5 { font-size: 1.2rem; }
    h6, .h6 { font-size: 1.05rem; }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0 0 0.5rem; }
    .navbar-collapse { max-height: calc(100vh - 80px); }
    .navbar ul.navbar-nav li a { padding: 0.7rem 1rem; }
    .navbar ul li { font-size: 0.95rem; }
    .navbar .navbar-toggler span, .navbar .navbar-toggler span::before, .navbar .navbar-toggler span::after { height: 2px; border-radius: 50px; }
    .navbar .navbar-toggler { height: 32px; width: 32px; }
    .navbar .navbar-toggler span::before { top: -10px; }
    .navbar .navbar-toggler span::after { bottom: -10px; }
    .reveal { visibility: visible !important; opacity: 1 !important; transform: scale(1) !important; }
    #header.headerfix { top: 0; }

    .hero-text-box h1 svg { display: none; }
    .hero-customer-01 { width: 19%; }
    .hero-text-box { margin-top: 1rem; }
    .hero-row.section-row { padding-top: 0; }
    .steps-img { height: auto; margin: 0; }
    .demo-img figure { position: static; }
    .demo-row .section-row { padding-bottom: 0; }
    .f-logo { margin: 0 auto 1rem; }
    .steps-img::after { display: none; }
    .steps-img figure { height: auto; }
    .steps-img img { position: static; height: auto; }
    .steps-main-box { padding: 1rem 1.5rem 0; }

    .landing-thumb { max-width: 100px; }
    .landing-box { min-height: 340px; }
    .highlevel-logo { display: none; }
    .highlevel-box { padding: 6rem 0; }
    .form-logo { display: none; }
    .highlevel-form { padding: 1.5rem; }
    .highlevel-form .form-control { height: 40px; font-size: 0.9rem; }
    .highlevel-top-shape { padding-top: 2rem; }
    .highlevel-top-shape::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2.5rem; background: #2896fb; z-index: -1; }
    .highlevel-form-box { width: 100%; }
    .highlevel-box { padding: 6rem 0 3rem 0; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 575px) {
    .section-row { padding: 2.5rem 0; }
    h1, .h1 { font-size: 2rem; }
    h2, .h2 { font-size: 1.4rem; }
    h3, .h3 { font-size: 1.5rem; }
    h4, .h4 { font-size: 1.175rem; }
    h5, .h5 { font-size: 1rem; }
    h6, .h6 { font-size: 1rem; }
    .section-title { margin-bottom: 1.2rem; }
    .steps-num { height: 50px; width: 50px; min-width: 50px; font-size: 1.3rem; margin-right: 0.9rem; }
    body { font-size: 14px; }

    .landing-thumb { max-width: 80px; }
    .landing-sub-box h1 { margin-bottom: 1rem; font-size: 1.8rem; }
    
}

/*==========================================================================================================*/
@media only screen and (max-width: 479px) {
    .landing-logo { max-width: 230px; }
    .landing-box { border-radius: 1rem; }
    .landing-sub-box h1 { font-size: 1.6rem; }
    .landing-pocket { width: 12%; top: 14%; right: 12%; }
    .landing-gold-round { width: 7%; left: 11%; top: 13%; }
    .landing-red-verticle { right: 4%; top: 41%; width: 11%; }
    .landing-silver-round { width: 6%; right: 10%; bottom: 12%; }
    .landing-rocket { left: 8%; bottom: 4%; width: 13%; }

    .info-ico::after { top: 15px; left: 50%; transform: translateX(-50%) translateY(20px); }
    .info-ico:hover::after { transform: translateX(-50%) translateY(10px); opacity: 1; visibility: visible; }
    .info-ico::before { border-bottom: 7px solid #000; border-top: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; top: 19px; left: 0; right: 0; margin: auto; transform: translateY(20px); }   
    .info-ico:hover::before { transform: translateY(0); }
}