@media only screen and (max-width: 1240px) {
    /*.tparrows.preview3 {
        right: 120px !important;
    }

    .tp-leftarrow {
        right: 120px !important;
        top: 410px !important;
    }*/
}

@media only screen and (max-width: 992px) {
    .container {
        width: 100%;
    }

    .navbar-nav > li.social {
        display: none;
    }

    .navbar-toggle {
        border-color: #343434;
        margin-top: 18px;
    }
    .navbar-toggle:hover {
        border-color: #01bcf3;
    }

    .navbar-toggle .icon-bar {
        background-color: #343434;
    }
    .navbar-toggle:hover .icon-bar {
        background-color: #01bcf3;
    }

    .topNav.topZero .navbar-toggle {
        border-color: #343434;
        margin-top: 8px;
    }
    .topNav.topZero .navbar-toggle:hover {
        border-color: #ffffff;
    }
    .topNav.topZero .navbar-toggle:hover .icon-bar {
        background-color: #ffffff;
    }

    .about-us {
        padding: 70px 100px;
    }
    .about-us h3 {
        font-size: 55px;
        margin-bottom: 30px;
    }
    .about-us p {
        font-size: 20px;
        line-height: 28px;
    }

    /*.tparrows.preview3 {
        right: 0px !important;
    }

    .tp-leftarrow {
        right: 0px !important;
        top: 360px !important;
    }*/
}

@media only screen and (max-width: 900px) {
    .tp-rightarrow {
        right: 0px !important;
        top: calc(50vh + 50px - 30px) !important;
    }

    .tp-leftarrow {
        left: auto !important;
        right: 0px !important;
        top: calc(50vh + 50px + 30px) !important;
    }
}

@media only screen and (max-width: 880px) {
    .about-us {
        padding: 60px 70px;
    }
    .about-us h3 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .about-us p {
        font-size: 18px;
        line-height: 26px;
    }

    /*.tparrows.preview3 {
        right: 0px !important;
    }

    .tp-leftarrow {
        right: 0px !important;
        top: 360px !important;
    }*/
}

@media (max-width: 768px) {
    .RS-Title-01, .RS-Title-02 {
        font-size: 40px;
        line-height: 45px;
    }

    .RS-desc-01, .RS-desc-02 {
        font-size: 25px;
        line-height: 30px;
    }

    .products h3, .services h3, .contact-us h3, .about-us h3 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .products p, .services p, .about-us p {
        font-size: 18px;
        line-height: 26px;
    }

    .about-us h4 {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .products .intro-text, .services .intro-text {
        padding: 40px 30px;
    }

    .products .product-box {
        flex-direction: column;
    }

    .product-box.home .product-image, .product-box.home .product-info, .product-box .product-image, .product-box .product-info {
        flex-grow: 5;
        width: 100%;
        margin-bottom: 20px;
        align-items: left;
        text-align: left;
        padding-left: 0;
    }

    .product-box .product-info {
        margin-bottom: 0px;
    }

    .product-box.home .product-image, .product-box .product-image {
        order: 0;
    }

    .product-box.home .product-info, .product-box .product-info {
        order: 1;
    }

    .services .services-box {
        padding: 30px;
        flex-direction: column;
    }

    .services-box .sevice-image {
        order: 0;
        width: 100%;
    }

    .services-box .sevice-info {
        order: 1;
        width: 100%;
    }

    .services-box .sevice-info {
        padding-left: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 25px;
    }

    .pricing-table tbody tr .title {
        white-space: nowrap;
        padding-right: 10px;
        padding-left: 10px;
    }

    .pricing-table thead .title-price .price {
        font-size: 30px;
        white-space: nowrap;
        padding: 0 10px;
    }

    .pricing-table thead .title-price .desc {
        white-space: nowrap;
    }

    .pricing-table thead .title {
        text-align: center;
    }

    .product-box.home h4, .product-box h4, .services-box h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .product-box.home p, .product-box p, .services-box p {
        font-size: 18px;
        line-height: 24px;
    }

    .product-box.pricing {
        padding: 30px 40px;
    }

    .mainHeader.detail.pricing {
        height: 200px;
    }

    .mainHeader.detail.pricing h2 {
        font-size: 40px;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 40px;
    }

    .tp-rightarrow {
        top: calc(50vh + 25px - 30px) !important;
    }

    .tp-leftarrow {
        top: calc(50vh + 25px + 30px) !important;
    }

    .container {
        width: 100%;
    }

    .mainHeader .topNav {
        height: auto;
        top: 0px;
    }

    .mainHeader .topNav.topZero {
        height: auto;
    }

    .navbar-nav {
        float: none;
        text-align: center;
    }

    .navbar-nav .btn {
        margin-top: 10px;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 25px;
    }

    .navbar-brand {
        padding: 10px 16px;
        height: 30px;
    }

    .navbar-brand img {
        height: 30px;
        width: auto;
    }

    .navbar-toggle {
        margin-top: 8px;
    }

    .topNav.topZero .navbar-nav > li > a {
        font-size: 18px;
        padding: 8px 8px 8px 8px;
    }

    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav > li > a.active
    .nav > li.dropdown.open > a,
    .nav > li.dropdown.open > a:hover {
        color: #ffffff;
        background-color: rgba(1,188,243,.9);
    }

    .topNav.topZero .nav > li > a:hover, .topNav.topZero .nav > li > a:focus, .topNav.topZero .nav > li > a.active {
        color: #ffffff;
        background-color: rgba(52,52,52,.9);
    }

    .navbar-nav > li + li {
        background: none;
    }

    .topNav.topZero .navbar-nav > li + li {
        background: none;
    }

    .dropdown-menu > li > a {
        text-align: center;
    }

    .about-us {
        padding: 60px 60px;
    }

    .mainFooter .links div[class^="col-"] {
        margin-top: 10px;
    }

    .mainFooter .links .social {
        text-align: left;
    }

    .mainFooter .links .vBiz-logo-footer {
        text-align: center;
    }

    .mainFooter .links .vBiz-logo-footer img {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .about-us {
        padding: 40px 40px;
    }
    .about-us h3 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .about-us p {
        font-size: 16px;
        line-height: 23px;
    }

    .services {
        padding: 15px;
    }

    .services .fa-ul {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-us {
        padding: 40px;
    }

    .contact-us h3 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .contact-us .custm-inp01 {
        font-size: 16px;
        padding: 8px;
    }

    .contact-us .btn-primary {
        font-size: 18px;
        padding: 10px 25px;
        margin-top: 25px;
    }

    .mainFooter .links ul {
        font-size: 16px;
        line-height: 20px;
    }

    .mainFooter .links ul li + li {
        margin-top: 8px;
    }

    .mainFooter .links div[class^="col-"] {
        margin-top: 8px;
    }

    .mainFooter .copy p {
        font-size: 16px;
        line-height: 18px;
    }

    .titleSS img {
        width: 150%;
        height: auto;
    }

    .tp-banner ul li .titleSS:first-child {
        top: 200px;
    }
}

@media (max-width: 480px) {
    .RS-Title-01, .RS-Title-02 {
        font-size: 30px;
        line-height: 35px;
    }

    .RS-desc-01, .RS-desc-02 {
        font-size: 17px;
        line-height: 26px;
    }

    .RS-desc-01 span {
        background: rgba(255,255,255,.6);
        padding: 2px 10px;
    }

    .RS-desc-02 {
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    }

    .RS-desc-02 span {
        background: rgba(0,0,0,.5);
        padding: 2px 10px;
    }

    .RS-desc-01 .fa, .RS-desc-02 .fa {
        margin: 2px 10px 0 0 !important;
    }

    .products h3, .services h3 {
        font-size: 35px;
        margin-bottom: 20px;
        /* text-align: left; */
    }

    .products p, .services p {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
    }

    .products .product-box {
        padding: 30px 40px;
    }

    .product-box.home .product-info  {
        padding: 20px 40px;
        text-align: center;
    }

    .product-box .product-info  {
        padding: 0;
        text-align: center;
    }

    .product-box.home h4, .product-box h4, .services-box h4 {
        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }

    .product-box.home p, .product-box p, .services-box p {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
    }

    .about-us h4 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .product-box .btn-primary {
        padding: 8px 16px;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .mainHeader.detail.pricing {
        height: 200px;
    }

    .mainHeader.detail.pricing h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        left: 0;
        bottom: 53px;
        text-align: center;
    }

    .product-box.pricing {
        padding: 20px;
    }

    .col-vs-12 {
        width: 100%;
    }

    /*.tp-leftarrow {
        right: 120px !important;
        top: 220px !important;
    }*/

    .services .row div[class^="col-"] {
        padding: 15px 15px;
    }

    .services h5 {
        font-size: 30px;
        line-height: 36px;
    }

    .circle01 {
        max-width: 200px;
        max-height: 200px;
    }

    .products .prod-info {
        padding: 30px;
    }

    .prod-info h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .about-us {
        padding: 30px;
    }

    .contact-us {
        padding: 30px;
    }

    .mainFooter .links {
        padding: 30px;
    }

    .no-subheader {
        padding-top: 50px;
    }

    .privacy-policy-date {
        position: absolute;
        right: 20px;
        bottom: 8px;
        font-size: 14px !important;
    }

    .product-box ul {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .privacy-content-box {
        padding-left: 20px;
    }

    .product-box h5 {
        font-size: 28px;
        line-height: 32px;
    }

    .home-header .home-header__content.slide-2 .container {
        padding-left: 5%;
    }

    /*.products .online-admission {
        background: url("../images/admission-mockup2_very_small.jpg") no-repeat center;
    }

    .products .online-financial-aid {
        background: url("../images/admin-mock-up_very_small.jpg") no-repeat center;
    }

    .products .SSP-portal {
        background: url("../images/portal-mock-up2_very_small.jpg") no-repeat center;
        background-size: cover;
    }

    .products .srm {
        background: url("../images/SRM-mockup_very_small.jpg") no-repeat center;
    }*/
}

@media (max-width: 320px) {
    /*.tp-leftarrow {
        right: 120px !important;
        top: 300px !important;
    }*/
}


