@media (max-width: 575.98px) {
    .phone-numbers img {
        width:16px;
        height:16px;
    }
    .phone-numbers-font-size-18 * {
        font-size: 10px !important;
    }
    .feature-icon {
        width: 64px;
        height: 64px;
    }

    .feature-icon img,
    .hero-icons img {
        width: 32px;
        height: 32px;
    }

    .kapcsolat .left-side {
        padding: 2rem;
    }

    .hero.little {
        max-height: 350px;
    }

    footer,
    .features-section,
    .hero,
    .kapcsolat,
    .cta-hero {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    footer {
        margin-bottom: 0.75rem !important;
    }

    .cta-hero,
    .features-section {
        margin-bottom: 0;
    }

    .kapcsolat,
    .steps,
    .image-text-split {
        padding-bottom: 0;
    }

    footer {
        padding: 2rem;
    }

    .kapcsolat .right-side {
        padding: 0;
        padding-top: 3rem;
    }

    .image-text-split .image-wrapper img {
        max-width: 100%;
        width: auto;
        max-height: 400px;
    }

    .hero.little,
    .hero {
        margin: 1rem;
        max-height: none;
        height: auto;
        min-height: auto;
    }

    .hero.little .hero-content {
        margin-top: 4rem;
    }

    .hero-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 3rem 1rem;
        margin-top: 4rem;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero.little {
        max-height: 350px;
    }

    footer,
    .cta-hero,
    .features-section {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cta-hero,
    .features-section {
        margin-bottom: 0;
    }

    .kapcsolat,
    .steps,
    .image-text-split {
        padding-bottom: 0;
    }

    footer {
        padding: 2rem;
    }

    .kapcsolat .right-side {
        padding: 0;
        padding-top: 3rem;
    }

    .image-text-split .image-wrapper img {
        max-width: 100%;
        width: auto;
        max-height: 400px;
    }

    .hero.little,
    .hero {
        margin: 1rem;
        max-height: none;
        height: auto;
        min-height: auto;
    }

    .hero-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 3rem 1rem;
        margin-top: 5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero.little {
        max-height: 400px;
    }

    footer,
    .cta-hero,
    .features-section {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cta-hero,
    .features-section {
        margin-bottom: 0;
    }

    .kapcsolat,
    .steps,
    .image-text-split {
        padding-bottom: 0;
    }

    footer {
        padding: 2rem;
    }

    .kapcsolat .right-side {
        padding: 0;
        padding-top: 3rem;
    }

    .image-text-split .image-wrapper img {
        max-width: 100%;
        width: auto;
        max-height: 400px;
    }

    .hero.little,
    .hero {
        margin: 1rem;
        max-height: none;
        height: auto;
        min-height: auto;
    }

    .hero-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 3rem 1rem;
        margin-top: 5rem;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero.little {
        max-height: 400px;
    }

    .kapcsolat .right-side {
        padding: 1rem;
    }
}

/* Extra large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .hero.little {
        max-height: 450px;
    }
}











@media (max-width: 575.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #fff;
        position: absolute;
        top: 80px;
        right: 20px;
    }


    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link:hover {
        background: #2A8AFB !important;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #fff;
        position: absolute;
        top: 80px;
        right: 80px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link:hover {
        background: #2A8AFB !important;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #fff;
        position: absolute;
        top: 80px;
        right: 50px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link:hover {
        background: #2A8AFB !important;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #fff;
        position: absolute;
        top: 80px;
        right: 80px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link:hover {
        background: #2A8AFB !important;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}










@media (max-width: 575.98px) {
    /***************************
    // Font Sizes
    ***************************/

    .font-size-65 * {
        font-size: calc(65px / 2) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 2) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.5) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.5) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.5) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.5) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.5) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.5) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.5) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.5) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.5) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.5) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.5) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.5) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.5) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.5) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.5) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.5) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.5) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.5) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.5) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.5) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.5) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.5) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.5) !important;
    }

    .font-size-40 * {
        font-size: calc(40px / 1.5) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.5) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.5) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.5) !important;
    }

    .static-content h1,
    .font-size-36 * {
        font-size: calc(36px / 1.5) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.3) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.3) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.3) !important;
    }

    .font-size-32 * {
        font-size: calc(32px / 1.3) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.3) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.3) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.3) !important;
    }

    .static-content h2,
    .font-size-28 * {
        font-size: calc(28px / 1.3) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.3) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.3) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.3) !important;
    }

    .static-content h3,
    .font-size-24 * {
        font-size: calc(24px / 1.3) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.3) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.3) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.3) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.3) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .static-content h5,
    .static-content li,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .static-content h6,
    .static-content p,
    .static-content span,
    .font-size-16 * {
        font-size: calc(16px / 1.15) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.8) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.8) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.5) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.5) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.5) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.5) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.5) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.5) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.5) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.5) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.5) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.5) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.46) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.46) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.46) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.42) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.42) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.42) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.38) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.38) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.38) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.34) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.34) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.34) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.3) !important;
    }

    .font-size-40 * {
        font-size: calc(40px / 1.3) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.3) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.3) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.3) !important;
    }

    .static-content h1,
    .font-size-36 * {
        font-size: calc(36px / 1.3) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.3) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.3) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.3) !important;
    }

    .font-size-32 * {
        font-size: calc(32px / 1.3) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.3) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.3) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.3) !important;
    }

    .static-content h2,
    .font-size-28 * {
        font-size: calc(28px / 1.3) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.3) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.3) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.3) !important;
    }

    .static-content h3,
    .font-size-24 * {
        font-size: calc(24px / 1.3) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.3) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.3) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.3) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.3) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .static-content h5,
    .static-content li,
    .phone-numbers-font-size-18 *,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .static-content h6,
    .static-content p,
    .static-content span,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.5) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.5) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.3) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.3) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.28) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.25) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.24) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.24) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.23) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.23) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.23) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.22) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.22) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.22) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.21) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.21) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.21) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.20) !important;
    }

    .font-size-40 * {
        font-size: calc(40px / 1.20) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.20) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.19) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.19) !important;
    }

    .static-content h1,
    .font-size-36 * {
        font-size: calc(36px / 1.19) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.18) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.18) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.18) !important;
    }

    .font-size-32 * {
        font-size: calc(32px / 1.17) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.17) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.17) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.16) !important;
    }

    .static-content h2,
    .font-size-28 * {
        font-size: calc(28px / 1.16) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.16) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.15) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.15) !important;
    }

    .static-content h3,
    .font-size-24 * {
        font-size: calc(24px / 1.15) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.12) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .static-content h5,
    .static-content li,
    .phone-numbers-font-size-18 *,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.1) !important;
    }

    .static-content h6,
    .static-content p,
    .static-content span,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.2) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.2) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.2) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.19) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.19) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.19) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.18) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.18) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.18) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.17) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.17) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.17) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.16) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.16) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.16) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.15) !important;
    }

    .font-size-40 * {
        font-size: calc(40px / 1.15) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.15) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.14) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.14) !important;
    }

    .static-content h1,
    .font-size-36 * {
        font-size: calc(36px / 1.14) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.13) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.13) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.13) !important;
    }

    .font-size-32 * {
        font-size: calc(32px / 1.12) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.12) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.12) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.11) !important;
    }

    .static-content h2,
    .font-size-28 * {
        font-size: calc(28px / 1.11) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.11) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.1) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.1) !important;
    }

    .static-content h3,
    .font-size-24 * {
        font-size: calc(24px / 1.1) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.1) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .static-content h5,
    .static-content li,
    .phone-numbers-font-size-18 *,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px) !important;
    }

    .static-content h6,
    .static-content p,
    .static-content span,
    .font-size-16 * {
        font-size: calc(16px) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.3) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.3) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.3) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.29) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.29) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.29) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.28) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.28) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.28) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.27) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.27) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.27) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.26) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.26) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.26) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.25) !important;
    }

    .font-size-40 * {
        font-size: calc(40px / 1.25) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.25) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.24) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.24) !important;
    }

    .static-content h1,
    .font-size-36 * {
        font-size: calc(36px / 1.24) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.23) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.23) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.23) !important;
    }

    .font-size-32 * {
        font-size: calc(32px / 1.22) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.22) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.22) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.21) !important;
    }

    .static-content h2,
    .font-size-28 * {
        font-size: calc(28px / 1.21) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.21) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.2) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.2) !important;
    }

    .static-content h3,
    .font-size-24 * {
        font-size: calc(24px / 1.2) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.13) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.12) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.12) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.11) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.11) !important;
    }

    .static-content h5,
    .static-content li,
    .phone-numbers-font-size-18 *,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.1) !important;
    }

    .static-content h6,
    .static-content p,
    .static-content span,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}







@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1320px;
    }
}