@media only screen and (min-width: 991px) {
  .navbar-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .already-used > div > div img {
    width: 12%;
    max-height: 60px;
  }
  .quiz-types .container-content .types {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-app > div .img-side {
    margin-right: 10%;
  }
  .integrations .integration-items .item:nth-child(even) {
    margin: 0 3%;
  }
  .statistic .statistic-tems {
    flex-wrap: wrap;
  }
  .statistic .statistic-tems .item {
    width: 50%;
  }
  .statistic .statistic-tems .item .counter-box h3 {
    font-size: 38px;
  }
  .slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div img {
    margin-bottom: 25px !important;
  }
  .blog main .equalize {
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5 !important;
  }
  .blog main .equalize .blog-image {
    width: 30%;
    margin-right: 30px !important;
  }
  .blog main .equalize .blog-image img {
    min-width: 300px;
  }
  .blog main .equalize .blog-text {
    width: 60%;
  }
  .blog-single .blog-single-top-title {
    padding: 70px 16%;
    min-width: 340px;
  }
  .templates-list {
    grid-template-columns: 1fr 1fr;
  }
  .create-quiz-top .container-content > div:first-child > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .create-quiz-top .container-content > div:first-child > div a {
    margin-bottom: 10px;
  }
  .create-quiz-top .container-content > div:first-child > div p {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .templates-list {
    grid-template-columns: 1fr;
  }
  .templates-list .template-item {
    height: 370px;
  }
  .templates-list .template-item img {
    max-height: unset;
  }
  .hide-767 {
    display: none !important;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .container-content.sm {
    width: 80%;
  }
  .blog main .equalize {
    flex-direction: column;
    padding-bottom: 40px !important;
  }
  .blog main .equalize > div {
    width: 100% !important;
  }
  .blog main .equalize > div.blog-image {
    margin: 0 0 30px 0 !important;
  }
  .blog main .equalize > div.blog-text {
    text-align: left;
  }
  .blog main .equalize > div.blog-text > div {
    margin: 15px 0 18px;
  }
  .blog-single img {
    width: 100%;
  }
  .blog-single .blog-single-top-title {
    padding: 80px 16% 70px;
  }
  .blog-single .blog-single-top-title h4 {
    margin-bottom: 26px;
  }
  header .navbar .nav-header-container {
    width: 85%;
  }
  header .navbar .nav-header-container .row > div {
    padding: 0;
  }
  header .navbar .nav-header-container .row a.logo img {
    min-width: 190px;
    width: 190px;
  }
  header .navbar .accordion-menu i {
    font-size: 28px !important;
  }
  .create-quiz-top {
    padding-bottom: 60px;
  }
  .create-quiz-top .container-content > div:first-child h4 {
    font-size: 24px;
  }
  .create-quiz-top .container-content > div:first-child p {
    font-size: 18px;
  }
  .create-quiz-top .container-content > div:first-child > div {
    align-items: center;
  }
  .quiz-types {
    padding-top: 80px;
  }
  .quiz-types .container-content .types {
    margin-top: 65px;
    grid-gap: 80px 10%;
  }
  .mobile-app {
    margin-top: 50px;
  }
  #samples .btn-green {
    margin-top: 25px;
  }
  .steps {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .steps .row {
    flex-direction: column;
  }
  .steps .row > div {
    width: 100%;
  }
  .create-quiz-alert > div p {
    font-size: 18px;
  }
  .template-types ul li .portfolio-img img {
    height: auto;
    max-height: unset;
  }
  .mobile-app > div .right-side p {
    font-size: 17px;
    margin-bottom: 16px;
    padding: 0;
  }
  .mobile-app > div .right-side h4 {
    margin-bottom: 18px;
  }
  .mobile-app > div .right-side .supports > div {
    margin-right: 30px;
  }
  .mobile-app > div .right-side .supports > div img {
    width: 120px;
  }
  .mobile-app > div > .img-side {
    margin-right: 5%;
  }
  .mobile-app > div > .img-side img {
    min-width: 140px;
  }
  .options-accommodations {
    padding-top: 100px;
  }
  .options-accommodations > .container-content.sm {
    width: 90%;
  }
  .options-accommodations .options {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .options-accommodations .options > div {
    min-width: 150px;
  }
  .benefits .benefits-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 5%;
  }
  .benefits .benefits-items .item img {
    max-width: 60px;
    margin-right: 8%;
  }
  .slider-reviews {
    margin-top: 40px;
  }
  .integrations .integration-items {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }
  .integrations .integration-items .item {
    width: 45%;
    margin: 0 2% 30px !important;
  }
  .integrations .integration-items .item img {
    width: 80%;
    display: block;
    margin: auto;
    max-width: 200px;
  }
  .slider-reviews .swiper-container .nav-button.swiper-three-slide-prev {
    left: 20%;
  }
  .slider-reviews .swiper-container .nav-button.swiper-three-slide-next {
    right: 20%;
  }
  footer .container-content {
    flex-direction: column;
    align-items: center;
  }
  footer .container-content > div.left-side {
    margin-top: 30px;
    order: 2;
  }
  #cost .title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
  header .navbar .nav-header-container {
    width: 79%;
  }
  header .navbar .nav-header-container .row {
    margin: 0;
    padding: 50px 0 50px !important;
  }
  header .navbar .nav-header-container .row a.logo img {
    min-width: 170px;
    width: 170px;
  }
  .create-quiz-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .create-quiz-top .container-content > .left-side {
    width: 100% !important;
    text-align: center;
  }
  .already-used > div {
    padding: 30px 0 20px;
  }
  .already-used > div > div {
    flex-wrap: wrap;
  }
  .already-used > div > div img {
    margin: 15px 2%;
    width: auto;
    max-height: 40px;
  }
  .steps .row > div .circle-red {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
  .steps .row > div .circle-red span:first-child {
    font-size: 48px;
    line-height: 54px;
  }
  .steps .row > div .circle-red span:last-child {
    font-size: 17px;
  }
  .quiz-types .container-content .types {
    grid-template-columns: 1fr;
  }
  .quiz-types .container-content .types .type span {
    max-width: 350px;
  }
  section .text-center > h4 {
    width: 80%;
  }
  #samples .template-types .portfolio-grid li:nth-child(8) {
    display: none;
  }
  #samples .template-types .portfolio-grid li:nth-child(9) {
    display: none;
  }
  #samples .template-types .portfolio-grid li:nth-child(10) {
    display: none;
  }
  #samples .template-types .portfolio-grid li:nth-child(11) {
    display: none;
  }
  #samples .template-types .portfolio-grid li:nth-child(12) {
    display: none;
  }
  #samples .template-types .portfolio-grid li:nth-child(13) {
    display: none;
  }
  .mobile-app {
    padding: 50px 0 40px;
  }
  .mobile-app > div .right-side {
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .mobile-app > div .right-side .supports {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .mobile-app > div .right-side .supports > div {
    margin: 0 0 35px 0;
  }
  .mobile-app > div .right-side .supports > div img {
    width: unset;
  }
  .options-accommodations .options {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .options-accommodations .options > div {
    width: 40%;
    margin-bottom: 75px;
  }
  .options-accommodations .options > div p {
    line-height: 26px;
  }
  .benefits .benefits-items {
    grid-template-columns: 1fr;
  }
  .benefits .benefits-items .item {
    justify-content: flex-start !important;
  }
  .benefits .benefits-items .item > div {
    max-width: unset;
  }
  .slider-reviews .swiper-container .nav-button {
    top: 22%;
  }
  .slider-reviews .swiper-container .nav-button.swiper-three-slide-next {
    right: 10%;
  }
  .slider-reviews .swiper-container .nav-button.swiper-three-slide-prev {
    left: 10%;
  }
  .statistic {
    padding-bottom: 60px;
  }
  .statistic .statistic-tems .item .counter-box i {
    font-size: 56px;
  }
  .statistic .statistic-tems .item .counter-box h3 {
    font-size: 32px;
  }
  #cost {
    padding-top: 20px;
  }
  #cost .title h2 {
    font-size: 30px;
  }
  #cost .packages-types {
    flex-direction: column;
  }
  #cost .packages-types .package-type.base {
    margin-bottom: 110px;
  }
  #cost .packages-types .package-type.base .package-body {
    border-right: none;
  }
  #cost .packages-types .package-type .package-item {
    width: 70% !important;
    max-width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .templates-list .template-item {
    height: 330px;
  }
  .already-used > div {
    padding: 30px 0 20px;
  }
  .already-used > div > div {
    flex-wrap: wrap;
  }
  .already-used > div > div img {
    margin: 15px 2%;
    width: auto;
    max-height: 30px;
  }
}
@media only screen and (max-width: 425px) {
  h4 {
    font-size: 23px;
    line-height: 26px;
  }
  .hide-425 {
    display: none !important;
  }
  p {
    font-size: 16px;
    line-height: 18px;
  }
  header .navbar .nav-header-container .row {
    padding: 40px 0 45px !important;
  }
  header .navbar .navbar-mobile #accordion li a {
    font-weight: 400;
    padding: 13px;
  }
  .create-quiz-top .container-content > div:first-child p {
    margin-bottom: 28px;
  }
  .already-used {
    margin-top: 20px;
  }
  .already-used .container-content {
    width: 93%;
  }
  .steps {
    padding-bottom: 40px;
  }
  .steps .container-content > .text-center {
    padding-bottom: 55px;
  }
  .steps .row > div {
    margin-bottom: 10px !important;
  }
  .steps .row > div > div {
    display: flex;
  }
  .steps .row > div > div .circle-red {
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 8%;
  }
  .steps .row > div > div .circle-red span:first-child {
    font-size: 33px;
    line-height: 26px;
  }
  .steps .row > div > div .circle-red span:last-child {
    font-size: 12px;
  }
  .steps .row > div > div > span.text-extra-large {
    text-align: left;
    font-weight: 500;
    line-height: 20px;
  }
  .create-quiz-alert {
    padding: 30px 0;
  }
  .create-quiz-alert > div {
    align-items: flex-start;
  }
  .create-quiz-alert > div img {
    margin-right: 10%;
    width: 49px;
    margin-top: 10px;
  }
  .create-quiz-alert > div p {
    font-size: 16px;
  }
  .quiz-types {
    padding-top: 55px;
  }
  .quiz-types .container-content .types {
    margin-top: 56px;
    grid-gap: 75px 10%;
    padding: 0 35px;
  }
  .quiz-types .container-content .types .type img {
    width: 75px;
  }
  .quiz-types .container-content .types .type p {
    font-size: 18px;
    font-weight: 400;
  }
  .quiz-types .container-content .types .type span {
    font-size: 16px;
  }
  #samples > .text-center {
    margin-bottom: 25px;
  }
  #samples .btn-green {
    margin-top: 20px;
  }
  .portfolio-grid.gutter-medium li {
    padding: 0;
  }
  .portfolio-grid.gutter-medium li .portfolio-img img {
    padding-bottom: 10px;
  }
  .portfolio-grid.gutter-medium li .portfolio-img .background-cover {
    height: calc(100% - 10px) !important;
  }
  .mobile-app {
    margin-top: 0;
    padding-bottom: 0;
  }
  .mobile-app > div .right-side {
    padding: 30px 0 10px;
  }
  section .text-center > h4 {
    width: 85%;
  }
  .options-accommodations {
    padding-top: 50px;
  }
  .options-accommodations .options {
    padding-bottom: 0;
  }
  .options-accommodations .options > div {
    min-width: 230px;
  }
  .options-accommodations .options > div img {
    width: 105px;
  }
  .benefits {
    padding-top: 30px;
  }
  .benefits .benefits-items {
    max-resolution: 55px;
  }
  .benefits .benefits-items .item img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 10%;
  }
  .benefits .benefits-items .item p {
    font-size: 18px;
  }
  .slider-reviews .swiper-container .swiper-wrapper {
    margin-bottom: 0;
  }
  .slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div {
    padding: 40px;
    padding-bottom: 0;
  }
  .slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div img {
    margin-bottom: 55px !important;
    min-width: 120px;
  }
  .slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div h5 {
    font-weight: 400;
  }
  .slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 44px !important;
  }
  .slider-reviews .swiper-container .nav-button {
    top: 15%;
    width: 36px;
    height: 36px;
  }
  .integrations {
    padding-bottom: 30px;
  }
  .integrations .text-center span {
    margin: 20px 0 40px;
    font-size: 17px;
  }
  .statistic {
    padding: 50px 0 20px;
  }
  .statistic .statistic-tems .item .counter-box i {
    font-size: 52px;
  }
  .statistic .statistic-tems .item .counter-box span {
    font-size: 16px;
    font-weight: 400;
  }
  .questions .panel-group .panel .panel-heading .panel-title {
    font-size: 16px;
  }
  .footer-create-quiz {
    margin-top: 20px;
  }
  .footer-create-quiz > div p {
    font-weight: 400;
    font-size: 17px;
  }
  .footer-create-quiz > div h3 {
    font-size: 23px;
    width: 80%;
  }
  footer .container-content > div.right-side i {
    margin: 0 10px;
  }
  footer .container-content > div.left-side {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .container-content > div.left-side a {
    margin: 0 15px;
  }
  footer .container-content > div.left-side span {
    width: 100%;
    order: 3;
    text-align: center;
    margin-top: 20px;
  }
}
