@media only screen and (max-width: 1440px) {
    /* HEADER */
    .header-con .navbar-expand-lg .navbar-nav {
        gap: 42px;
    }
    /* HEADER */
    h1 {
        font-size: 56px;
        line-height: 62px;
    }
    h2 {
        font-size: 36px;
        line-height: 38px;
    }
    /* BANNER SECTION */
    .banner-con {
        padding: 253px 0 274px;
    }
    .banner-title {
        width: 71%;
    }
    .banner-title p {
        width: 65%;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 28px;
    }
    .generic-btn a {
        padding: 18px 45px;
    }
    .banner-con .generic-btn {
        margin-bottom: 38px;
    }
    /* BANNER SECTION */
    /* FOOTER SECTION */
    .footer-con {
        padding-top: 160px;
        padding-bottom: 70px;
    }
    .footer-logo a figure {
        margin-bottom: 22px;
    }
    .footer-box p {
        margin-bottom: 24px;
    }
    /* FOOTER SECTION */
    .padding-top {
        padding-top: 110px;
    }
    .padding-bottom {
        padding-bottom: 110px;
    }
    .generic-title > span {
        margin-bottom: 48px;
    }
    .generic-title2 span {
        margin-bottom: 12px;
    }
    .generic-title2 h2 {
        margin-bottom: 14px;
    }
    .generic-title2 p {
        margin-bottom: 44px;
    }
    
}
@media only screen and (max-width: 1199px) {
    /* HEADER SECTION */
    .header-con .navbar-expand-lg .navbar-nav {
        gap: 32px;
        margin-right: 24px;
    }
    .support-btn a {
        padding: 12px 22px 16px;
    }
    .search-btn a i {
        width: 44px;
        height: 44px;
    }
    /* HEADER SECTION */
    h1 {
        font-size: 50px;
        line-height: 58px;
    }
   /* BANNER SECTION */
   .banner-con {
        padding: 222px 0 194px;
    }
    .banner-title p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .generic-btn a {
        padding: 18px 35px;
    }
    /* BANNER SECTION */
    .footer-con {
        padding-bottom: 60px;
    }
    .footer-box p {
        margin-bottom: 20px;
        padding: 0 110px;
    }
    .footer-social-icon ul li a i {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
    .copyright-con {
        padding: 16px 0;
    }
    h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .padding-top {
        padding-top: 90px;
    }
    .padding-bottom {
        padding-bottom: 90px;
    }
    .generic-title > span {
        margin-bottom: 38px;
    }
    .generic-title2 h2 {
        margin-bottom: 12px;
    }
    .generic-title2 p {
        margin-bottom: 36px;
    }
    h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .modal-body {
        padding: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .generic-title h2 {
        margin-bottom: 16px;
    }
    /* 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: 61px;
        z-index: 999;
        position: absolute;
        background: #ffff;
        border-radius: 0;
    }
    .header-con .navbar-nav li {
        border-bottom: 1px solid #eee;
    }
    .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;
    }
    .search-btn a i {
        width: 38px;
        height: 38px;
    }
    .header-con .navbar-light .navbar-nav .nav-link{
        color: var(--primary--color);
    }
    .header-con {
        padding-bottom: 10px;
    }
    .header-con .nav-item.active::after {
        display: none;
    }
    .header-con .navbar-light .navbar-nav .nav-link:hover {
        color: var(--accent-color);
      }
    /* HEADER */
    h1 {
        font-size: 44px;
        line-height: 48px;
    }
    /* BANNER SECTION */
    .banner-con {
        padding: 200px 0 184px;
    }
    .banner-title > span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .banner-title h1 {
        margin-bottom: 16px;
    }
    .banner-title p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        width: 80%;
    }
    .static-con ul {
        gap: 28px;
    }
    .static-value {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .plus {
        font-size: 24px;
        line-height: 24px;
    }
    /* BANNER SECTION */
    .generic-btn a {
        font-size: 16px;
        line-height: 16px;
        padding: 16px 32px;
    }
    h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .footer-con {
        padding-bottom: 50px;
        padding-top: 150px;
    }
    .footer-box p {
        margin-bottom: 18px;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }
    body {
        font-size: 16px;
        line-height: 26px;
    }
    p{
        font-size: 16px;
    }
    .padding-top {
        padding-top: 70px;
    }
    .padding-bottom {
        padding-bottom: 70px;
    }
    .generic-title > span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 30px;
    }
    .generic-title2 span {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .generic-title2 h2 {
        margin-bottom: 10px;
    }
    .generic-title2 p {
        margin-bottom: 26px;
    }
    h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .modal-dialog {
        max-width: 660px;
    }
    .modal-header button {
        width: 30px;
        height: 30px;
    }
    .modal-body {
        padding: 20px;
    }

}
@media only screen and (max-width: 767px) {
    /* HEADER */
    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 13px 20px !important;
      }
    /* HEADER */
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
   /* BANNER */
   .banner-title {
        width: 96%;
    }
    .banner-title > span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .generic-btn a {
        font-size: 14px;
        line-height: 14px;
        padding: 14px 22px;
    }
    .static-con ul li > span {
        font-size: 14px;
        line-height: 14px;
    }
    .banner-con .generic-btn {
        margin-bottom: 28px;
    }
    h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .footer-box p {
        margin-bottom: 14px;
        padding: 0;
        font-size: 14px;
        line-height: 24px;
    }
    .footer-logo img{
        width: 190px;
    }
    #back-to-top-btn {
        width: 50px;
        height: 50px;
    }
    #back-to-top-btn::after {
        font-size: 14px;
    }
    .padding-bottom {
        padding-bottom: 60px;
    }
    .padding-top {
        padding-top: 60px;
    }
    .generic-title > span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 26px;
    }
    .generic-title h2 {
        margin-bottom: 12px;
    }
    .generic-title2 h2 {
        margin-bottom: 8px;
    }
    .generic-title2 p {
        margin-bottom: 24px;
    }
    p {
        font-size: 14px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .modal-dialog {
        max-width: 500px;
    }
    .banner-con{
        background-position: -560px;
    }
}
@media only screen and (max-width: 575px) {
    /* HEADER */
    .support-btn{
        display: none;
    }
    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 13px 20px !important;
    }
    .search-btn a i {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    /* HEADER */
    h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .banner-title {
        width: 100%;
    }
    .banner-title p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
        width: 100%;
    }
    .banner-title h1 {
        margin-bottom: 14px;
    }
    .static-con ul {
        gap: 15px;
    }
    .static-con ul li > span {
        font-size: 12px;
        line-height: 12px;
    }
    .generic-btn a {
        padding: 12px 20px;
    }
    .banner-con {
        padding: 160px 0 144px;
    }
    h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .footer-con {
        padding-bottom: 40px;
        padding-top: 140px;
    }
    .copyright-box span {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-social-icon ul li a i {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    #back-to-top-btn {
        bottom: 60px;
        right: 30px;
    }
    .static-value {
        font-size: 20px;
        line-height: 20px;
    }
    .plus {
        font-size: 20px;
        line-height: 20px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .padding-bottom {
        padding-bottom: 50px;
    }   
    .modal-dialog {
        max-width: 320px;
        margin: 0 auto;
    }
}