@media only screen and (max-width: 1440px) {
    h1 {
        font-size: 80px;
        line-height: 84px;
    }
    .banner-title > span {
        font-size: 28px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .banner-title p {
        width: 50%;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .banner-con {
        padding: 245px 0 170px;
    }
    .banner-title .generic-btn {
        margin-bottom: 80px;
    }
    .padding-bottom {
        padding-bottom: 130px;
    }
    .padding-top {
        padding-top: 130px;
    }
    h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .generic-title p {
        margin-bottom: 68px;
    }
    /* FOOTER */
    .footer-con {
        padding-top: 224px;
        padding-bottom: 70px;
    }
    .copyright-con {
        padding: 26px 0;
    }
    /* FOOTER */
    
}
@media only screen and (max-width: 1199px) {
    .header-con .navbar-expand-lg .navbar-nav {
        gap: 42px;
        margin-right: 22px;
    }
    .support-btn a {
        padding: 14px 24px 14px;
    }
    .message-btn a i {
        width: 44px;
        height: 44px;
    }
    .banner-txt {
        font-size: 16px;
        line-height: 16px;
    }
    h1 {
        font-size: 68px;
        line-height: 74px;
    }
    .banner-title h1 {
        margin-bottom: 26px;
    }
    .banner-title > span {
        font-size: 26px;
        margin-bottom: 26px;
    }
    .banner-title p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    .generic-btn a {
        font-size: 16px;
        line-height: 16px;
        padding: 17px 38px 19px;
    }
    .banner-title .generic-btn {
        margin-bottom: 60px;
    }
    .static-con ul {
        gap: 55px;
    }
    .static-value {
        width: 58px;
        font-size: 30px;
        line-height: 30px;
    }
    .banner-con {
        padding: 225px 0 150px;
    }
    .padding-bottom {
        padding-bottom: 110px;
    }
    .padding-top {
        padding-top: 110px;
    }
    .generic-title span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 14px;
    }
    h2 {
        font-size: 42px;
        line-height: 46px;
    }
    .generic-title p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 58px;
    }
    h3 {
        font-size: 18px;
        line-height: 20px;
    }
    /* FOOTER */
    .footer-con {
        padding-top: 204px;
        padding-bottom: 60px;
    }
    .copyright-con {
        padding: 24px 0;
    }
    .footer-logo a figure {
        margin-bottom: 22px;
    }
    .footer-box p {
        font-size: 16px;
        padding: 0 150px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    /* FOOTER */
}
@media only screen and (max-width: 991px) {
    .static-con ul li span {
        font-size: 14px;
        line-height: 14px;
    }
    .generic-title h2 {
        margin-bottom: 16px;
    }
    .padding-bottom {
        padding-bottom: 90px;
    }
    .padding-top {
        padding-top: 90px;
    }
    h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .generic-title span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .generic-title p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 38px;
    }

    /* HEADER */
    .header-con .navbar-expand-lg .navbar-nav {
        gap: 0;
        margin-right: 0;
    }
    .header-con .navbar-nav li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .header-contact ul {
        padding: 0;
        margin-right: 34px;
    }
    .navbar-toggler {
        top: 50%;
        right:0;
        padding: 0;
        width: 24px;
        border: none;
        position: absolute;
        transform: translateY(-53%);
    }
    .navbar-toggler-icon{
        float: left;
        width: 100%;
        height: 2px;
        margin: 3px 0;
        background: var(--white-color);
    }
    .navbar-btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navbar-toggler:focus{
        outline: none;
    }
    .navbar-toggler .navbar-toggler-icon:nth-child(1),
    .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(1) {
    position: absolute;
    top:8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0px;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(3) {
    position: absolute;
    top:8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 0px;
    }
    .navbar-collapse.collapse, .navbar-collapse.collapsing {
        width: 100%;
        right: 0;
        top: 69px;
        z-index: 999;
        position: absolute;
        background: #fff;
        border-radius: 0;
    }
    .header-con .navbar-nav li {
        border-bottom: 1px solid #ddd7d785;
      }
    .header-con .navbar-nav {
        gap: 10px;
        margin-right: 0;
    }
    .header-con .navbar-light .navbar-nav .nav-link {
        display: block;
        font-size: 14px;
        padding: 15px 30px !important;
    }
    .header-btn {
        margin-right: 40px;
    }
    .support-btn a {
        padding: 10px 22px 14px;
        font-size: 14px;
        line-height: 14px;
    }
    .message-btn a i {
        width: 38px;
        height: 38px;
    }
    .header-con .navbar-light .navbar-nav .nav-link{
        color: var(--primary--color);
    }
    /* HEADER */
    .banner-con {
        padding: 165px 0 130px;
    }
    .banner-txt {
        font-size: 14px;
        line-height: 14px;
    }
    h1 {
        font-size: 58px;
        line-height: 68px;
    }
    .banner-title h1 {
        margin-bottom: 20px;
    }
    .banner-title p {
        width: 54%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .generic-btn a {
        padding: 16px 28px 18px;
    }
    .banner-title .generic-btn {
        margin-bottom: 40px;
    }
    .static-value {
        width: 48px;
        font-size: 26px;
        line-height: 26px;
    }
    .static-con ul {
        gap: 25px;
    }
    /* FOOTER */
    .footer-con {
        padding-top: 184px;
        padding-bottom: 50px;
    }
    .copyright-con {
        padding: 18px 0;
        font-size: 14px;
    }
    .footer-logo a figure {
        margin-bottom: 22px;
    }
    .footer-box p {
        padding: 0 0;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .footer-social-icon ul li a i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    /* FOOTER */
    
}
@media only screen and (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 70px;
    }
    .padding-top {
        padding-top: 70px;
    }
    .service-con {
        padding-left: 15px;
        padding-right: 15px;
    }
    h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .banner-txt {
        margin-bottom: 0;
    }
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
    .banner-title > span {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner-title p {
        font-size: 16px;
        line-height: 26px;
        width: 72%;
    }
    .generic-btn a {
        font-size: 14px;
        line-height: 14px;
        padding: 14px 24px 16px;
    }
    .static-value {
        margin-bottom: 10px;
    }
    .banner-con {
        background-position: 75% 13%;
    }
    .top-to-bottom-banner-btn a {
        width: 80px;
        height: 80px;
    }
    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    /* FOOTER */
    .footer-con {
        padding-top: 164px;
        padding-bottom: 40px;
    }
    .footer-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    p{
        font-size: 14px;
    }
    /* FOOTER */
}
@media only screen and (max-width: 575px) {
    .generic-title span {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .generic-title h2 {
        margin-bottom: 16px;
    }
    .generic-title p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 28px;
    }
    .header-btn {
        margin-right: 34px;
        gap: 0;
    }
    .support-btn a{
        display: none;
    }
    .banner-txt {    
        width: 195px;
        font-size: 12px;
        line-height: 12px;
    }
    h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .banner-title > span {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .banner-title p {
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 16px;
    }
    .generic-btn a {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 20px 14px;
    }
    .generic-btn a i {
        font-size: 12px;
    }
    .banner-title .generic-btn {
        margin-bottom: 30px;
    }
    .static-con ul {
        gap: 15px;
    }
    .static-value {
        width: 41px;
        font-size: 22px;
        line-height: 22px;
    }
    .static-con ul li span {
        font-size: 14px;
        line-height: 14px;
    }
    .banner-con {
        padding: 155px 0 100px;
        background-position: 74% 13%;
    }
    .padding-top {
        padding-top: 50px;
    }
    .padding-bottom {
        padding-bottom: 50px;
    }
    #back-to-top-btn {
        bottom: 50px;
        right: 50px;
        width: 60px;
        height: 60px;
    }
    #back-to-top-btn::after {
        font-size: 14px;
    }
    .top-to-bottom-banner-btn a {
        width: 70px;
        height: 70px;
    }
    .top-to-bottom-banner-btn a span {
        font-size: 10px;
        line-height: 12px;
    }
    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px !important;
    }
}

