.hide-600 {
  display: block !important;
}
.hide-767 {
  display: block !important;
}
.hide-425 {
  display: block !important;
}
p {
  line-height: 24px;
}
.btn-green {
  border: 1px solid #00C87F;
  background: #00C87F;
  color: white;
  height: 47px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 18px;
}
.btn-green:hover {
  color: white;
  background: #00a769;
  border-color: #00a769;
}
.btn-green.type-2 {
  border: 3px solid #00CF8A;
  border-radius: 24px;
  padding: 8px 18px;
  background-color: white;
  color: #00CF8A;
  font-weight: 500;
  font-size: 14px;
}
.btn-green.type-2:hover {
  background-color: #00CF8A;
  color: white;
}
.container-content {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.container-content.sm {
  max-width: 1000px;
}
.circle-red {
  background-color: #E0186C;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
}
.circle-red span {
  color: white;
  font-weight: 900;
  text-align: center;
  justify-content: center;
}
.circle-red span:first-child {
  font-size: 63px;
  line-height: 65px;
}
.circle-red span:last-child {
  font-size: 19px;
  margin-left: 4px;
}
header.sticky .navbar.navbar-fixed-top {
  position: fixed;
}
header.sticky .navbar .nav-header-container .row {
  padding: 20px 0 !important;
}
header.sticky .navbar .accordion-menu i {
  font-size: 30px;
  color: white !important;
}
header.sticky .navbar .navbar-mobile #accordion {
  background-color: black;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
header.sticky .navbar .navbar-mobile #accordion li a {
  color: white;
}
header.sticky .navbar .navbar-mobile #accordion li a:hover {
  color: #ffffffa1 !important;
}
header .navbar {
  position: unset;
  display: block;
}
header .navbar .navbar-nav {
  float: right !important;
}
header .navbar .navbar-nav li:last-child a {
  color: #E0186C !important;
}
header .navbar .nav-header-container {
  display: block;
  margin: auto;
}
header .navbar .nav-header-container .row {
  padding: 58px 0 45px;
}
header .navbar .nav-header-container .row .nav {
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
}
header .navbar .nav-header-container .row .nav > li {
  margin-left: 4%;
}
header .navbar .nav-header-container .row .nav > li:first-child {
  margin-left: 0;
  min-width: 172px;
}
header .navbar .nav-header-container .row .nav > li > a {
  margin: 0;
  text-transform: unset;
  font-size: 17px;
  font-family: Roboto;
  font-weight: 500;
  padding: 10px 15px;
}
header .navbar .nav-header-container .row .nav > li > a:hover {
  background-color: #292929 !important;
  color: #fff !important;
}
header .navbar .nav-header-container .row .nav > li > a.active {
  color: #fff;
  background: black !important;
}
header .navbar .nav-header-container .row a.logo img {
  min-width: 230px;
  width: 230px;
}
header .navbar .accordion-menu {
  padding: 0;
}
header .navbar .accordion-menu .navbar-toggle .fa-times {
  display: block !important;
}
header .navbar .accordion-menu .navbar-toggle .fa-bars {
  display: none !important;
}
header .navbar .accordion-menu .navbar-toggle.collapsed .fa-times {
  display: none !important;
}
header .navbar .accordion-menu .navbar-toggle.collapsed .fa-bars {
  display: block !important;
}
header .navbar .accordion-menu i {
  font-size: 30px;
}
header .navbar .navbar-mobile {
  position: unset;
  overflow: hidden !important;
  display: none;
}
header .navbar .navbar-mobile.in {
  display: block;
}
header .navbar .navbar-mobile #accordion {
  overflow: hidden;
  margin-bottom: 50px;
  background-color: white;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 35px;
}
header .navbar .navbar-mobile #accordion li {
  border: none;
}
header .navbar .navbar-mobile #accordion li a {
  color: black;
  padding: 15px 0;
  text-transform: inherit;
}
header .navbar .navbar-mobile #accordion li a:hover {
  color: #555555;
}
.create-quiz-top {
  padding: 0 0 80px;
}
.create-quiz-top .container-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-quiz-top .container-content > div:first-child {
  width: 40%;
  min-width: 300px;
}
.create-quiz-top .container-content > div:first-child h4 {
  font-size: 36px;
  color: #000000;
}
.create-quiz-top .container-content > div:first-child p {
  font-size: 20px;
  line-height: 23px;
  color: #767676;
  margin-bottom: 40px;
}
.create-quiz-top .container-content > div:first-child > div {
  display: flex;
  align-items: center;
}
.create-quiz-top .container-content > div:first-child > div a {
  min-width: 190px;
}
.create-quiz-top .container-content > div:first-child > div p {
  color: #00C87F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
}
.create-quiz-top .container-content > div:last-child {
  width: 50%;
}
.create-quiz-top .container-content > div:last-child img {
  width: 100%;
}
.already-used {
  width: 100%;
  margin-top: 0;
  padding-top: 35px;
}
.already-used > div {
  padding: 45px 0;
  background: #F9F9F9;
}
.already-used > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.already-used > div > div.notify {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 6px 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px rgba(220, 220, 220, 0.5);
}
.already-used > div > div.notify span {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  min-width: 184px;
}
.steps {
  padding-top: 20px;
  padding-bottom: 160px;
}
.steps .row {
  display: flex;
  justify-content: space-between;
}
.steps .row > div {
  width: 33.3%;
  padding: 0 20px;
}
.steps .row > div > div {
  max-width: 350px;
  margin: auto;
}
.steps .row > div > div p {
  color: black;
  opacity: 0.52;
  font-size: 16px;
  line-height: 22px;
}
.create-quiz-alert {
  background: #323C4B;
  padding: 40px 0;
}
.create-quiz-alert > div {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
}
.create-quiz-alert > div p {
  font-size: 20px;
  color: white;
  margin: 0;
}
.create-quiz-alert > div img {
  margin-right: 50px;
}
.quiz-types {
  padding-top: 100px;
}
.quiz-types .container-content h4 {
  max-width: 610px;
}
.quiz-types .container-content .types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 120px 12%;
  margin-top: 85px;
}
.quiz-types .container-content .types .type {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.quiz-types .container-content .types .type img {
  margin-bottom: 40px;
}
.quiz-types .container-content .types .type p {
  font-size: 23px;
  color: #000000;
  margin-bottom: 20px;
}
.quiz-types .container-content .types .type span {
  font-size: 18px;
  color: #6A6A6A;
}
.templates-type-nav {
  max-width: 1200px;
}
.templates-type-nav .portfolio-filter .nav {
  padding: 6px 15px;
  margin: 5px 1%;
}
.templates-type-nav .portfolio-filter .nav.active {
  background: #00C87F !important;
}
.templates-type-nav .portfolio-filter .nav.active a {
  color: white;
}
.templates-type-nav .portfolio-filter .nav:hover {
  background: #00c87f1a;
}
.templates-type-nav .portfolio-filter .nav a {
  color: #737373;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  border-bottom: none !important;
}
.template-types ul li .portfolio-img .background-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px) !important;
  background: rgba(0, 0, 0, 0.537449);
}
.template-types ul li .portfolio-img img {
  max-height: 300px;
  padding-bottom: 30px;
}
.template-types ul li .portfolio-icon a {
  padding: 4px 15px;
  width: unset !important;
  height: unset !important;
  border-radius: 17px !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.300357);
  font-weight: 500;
  font-size: 15px;
}
.template-types ul li .portfolio-icon a:hover {
  background-color: #FFFFFF !important;
  color: #4A4A4A !important;
}
.template-types ul li .portfolio-icon a:last-child {
  background-color: #00ADFF !important;
  color: white !important;
}
.template-types ul li .portfolio-icon a:last-child:hover {
  background-color: #008fd1ce !important;
  border-color: #008fd1ce !important;
}
.template-types ul li .template-title {
  width: 90%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-types ul li .template-title p {
  font-weight: bold;
  font-size: 20px;
  color: white;
  line-height: 24px;
}
#samples {
  background-color: white;
}
#samples .btn-green {
  margin: auto;
  width: 210px;
  display: block;
  margin-top: 45px;
  line-height: 45px;
}
.mobile-app {
  background: #F9F9F9;
  padding: 0;
  position: relative;
}
.mobile-app:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
  z-index: 1;
}
.mobile-app:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
  z-index: 1;
}
.mobile-app > div {
  display: flex;
  align-items: center;
}
.mobile-app > div .img-side {
  margin-right: 15%;
  z-index: 2;
}
.mobile-app > div .img-side img {
  min-width: 160px;
}
.mobile-app > div .right-side {
  max-width: 600px;
}
.mobile-app > div .right-side h4 {
  color: #000000;
  margin-bottom: 24px;
}
.mobile-app > div .right-side p {
  font-size: 19px;
  color: #515151;
  padding-right: 30px;
}
.mobile-app > div .right-side .supports {
  display: flex;
}
.mobile-app > div .right-side .supports > div {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-app > div .right-side .supports > div img {
  margin-bottom: 10px;
}
.mobile-app > div .right-side .supports > div span {
  font-size: 14px;
  color: #717271;
}
.options-accommodations {
  padding-bottom: 10px;
  padding-top: 145px;
}
.options-accommodations .options {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.options-accommodations .options > div {
  width: 22%;
}
.options-accommodations .options > div img {
  display: block;
  margin: auto;
  height: auto;
  margin-bottom: 25px;
}
.options-accommodations .options > div p {
  text-align: center;
  color: #000000;
  padding: 0 10px;
  font-size: 20px;
}
.benefits .benefits-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px 10%;
  margin-top: 70px;
}
.benefits .benefits-items .item {
  display: flex;
}
.benefits .benefits-items .item:nth-child(even) {
  justify-content: flex-end;
}
.benefits .benefits-items .item.mobile-ben img {
  margin-right: calc(10% + 21px);
}
.benefits .benefits-items .item img {
  margin-right: 10%;
}
.benefits .benefits-items .item > div {
  max-width: 310px;
}
.benefits .benefits-items .item > div p {
  font-size: 19px;
  color: #000000;
  margin-bottom: 15px;
}
.benefits .benefits-items .item > div span {
  font-size: 17px;
  color: #909090;
}
.slider-reviews {
  background-color: #d3dcea35;
  margin-top: 70px;
}
.slider-reviews .swiper-container {
  max-width: 900px;
}
.slider-reviews .swiper-container .swiper-wrapper {
  margin-bottom: 30px;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div {
  background-color: #d3dcea00;
  border: none;
  box-shadow: none;
  padding: 50px;
  padding-bottom: 0;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div img {
  margin-bottom: 70px;
  max-width: 200px;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div h5 {
  font-size: 24px;
  color: black;
  margin-bottom: 10px;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div span {
  font-size: 15px;
  color: #848484;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div p {
  margin-top: 25px;
  font-size: 20px;
  color: #6A6A7A;
  margin-bottom: 35px;
}
.slider-reviews .swiper-container .swiper-wrapper .swiper-slide > div a {
  background: white;
  color: black;
  line-height: 16px;
  border-radius: 0;
  border: 1px solid #CDCDCD;
  padding: 8px 25px;
  line-height: unset;
  font-size: 14px;
}
.slider-reviews .swiper-container .swiper-pagination {
  position: unset;
}
.slider-reviews .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 10px;
}
.slider-reviews .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00C87F;
  border-color: #00C87F;
}
.slider-reviews .swiper-container .nav-button {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  background-color: #00C87F;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-reviews .swiper-container .nav-button i {
  color: #ffffff;
}
.slider-reviews .swiper-container .nav-button.swiper-three-slide-prev {
  left: 200px;
}
.slider-reviews .swiper-container .nav-button.swiper-three-slide-next {
  right: 200px;
}
.slider-reviews .swiper-container .nav-button.swiper-button-disabled {
  background-color: #FFFFFF;
}
.slider-reviews .swiper-container .nav-button.swiper-button-disabled i {
  color: #5F5F6F;
}
.integrations .integration-items {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.integrations .integration-items .item {
  margin: 30px 0;
}
.integrations .integration-items .item:nth-child(even) {
  margin: 0 6%;
}
.integrations .text-center span {
  font-size: 20px;
  color: #8C8C9B;
  display: block;
  margin: auto;
  max-width: 540px;
  text-align: center;
  margin: 24px auto 30px;
}
.statistic {
  background-color: #323C4B;
  padding: 75px 0 120px;
}
.statistic .title h4 {
  font-weight: 400;
  margin-bottom: 70px;
}
.statistic .statistic-tems {
  display: flex;
  justify-content: space-between;
}
.statistic .statistic-tems .item {
  width: 25%;
}
.statistic .statistic-tems .item .counter-box i {
  font-size: 68px;
}
.statistic .statistic-tems .item .counter-box h3 {
  font-size: 44px;
  margin-bottom: 6px !important;
}
.statistic .statistic-tems .item .counter-box span {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  opacity: 0.82;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: auto;
  width: 60%;
}
.questions {
  padding-top: 80px;
  padding-bottom: 0;
}
.questions h4 {
  margin-bottom: 60px;
}
.questions .panel-group .panel .panel-heading .panel-title {
  font-size: 21px;
  color: #181818;
}
.questions .panel-group .panel .panel-heading.active-accordion {
  border-bottom: none;
}
.questions .panel-group .panel .panel-collapse .panel-body {
  border-bottom: 2px solid #00C87F !important;
  font-size: 20px;
  color: #757586;
}
.footer-create-quiz {
  background-color: #F6F7FA;
  margin-top: 109px;
}
.footer-create-quiz > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-create-quiz > div p {
  margin: 5px 0 40px;
  max-width: 760px;
  font-size: 23px;
  color: #7A7A7A;
}
footer {
  width: 100%;
  padding: 40px 0 60px;
}
footer .container-content {
  display: flex;
  justify-content: space-between;
}
footer .container-content > div {
  display: flex;
  align-items: center;
}
footer .container-content > div.left-side a {
  margin-left: 30px;
  color: #00ADFF;
  font-weight: 500;
  font-size: 15px;
}
footer .container-content > div.left-side span {
  font-weight: 500;
  font-size: 15px;
  color: #919297;
}
footer .container-content > div.right-side a {
  display: inline-flex;
}
footer .container-content > div.right-side i {
  margin-left: 20px;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
}
footer .container-content > div.right-side span {
  font-weight: 500;
  font-size: 15px;
  color: #86878C;
  margin-right: -5px;
}
.blog {
  padding-bottom: 0;
}
.blog main > div:last-child {
  margin-bottom: 0;
}
.blog main .equalize {
  display: flex;
  align-items: flex-start;
}
.blog main .equalize .blog-image {
  margin-right: 5%;
}
.blog main .equalize .blog-text .content a {
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 12px;
}
.blog main .equalize .blog-text .content span {
  font-size: 17px;
  color: #B0B0B0;
}
.blog main .equalize .blog-text .content p {
  color: #545454;
  font-size: 19px;
}
.blog-single {
  padding: 0;
  padding-bottom: 30px;
}
.blog-single .blog-single-top-title {
  background-color: #000000;
  padding: 60px 0;
  margin: auto;
  margin-bottom: 60px;
}
.blog-single .blog-single-top-title h4 {
  text-align: center;
  color: #fff;
  max-width: 760px;
  display: block;
  margin: auto;
}
.blog-single .blog-single-top-title span {
  text-align: center;
  display: block;
  margin: 10px auto 0;
  font-size: 17px;
  color: #B0B0B0;
}
.blog-single p {
  font-size: 19px;
  color: #545454;
  line-height: 24px;
}
.blog-single h5 {
  color: #000000;
}
.blog-single img {
  width: 60%;
  display: block;
}
#cost {
  padding-top: 40px;
}
#cost .title {
  margin-bottom: 65px;
}
#cost .title h2 {
  font-size: 46px;
}
#cost .packages-types {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
#cost .packages-types .package-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cost .packages-types .package-type.base .package-body {
  border-right: 1px solid #D7D7D7;
}
#cost .packages-types .package-type.base .package-title p {
  color: #00C87F;
}
#cost .packages-types .package-type.unlimit .package-title p {
  color: #E0186C;
}
#cost .packages-types .package-type .package-title {
  text-align: center;
  margin-bottom: 50px;
}
#cost .packages-types .package-type .package-title p {
  font-size: 21px;
  margin-bottom: 10px;
}
#cost .packages-types .package-type .package-title span {
  font-size: 18px;
  color: #000000;
}
#cost .packages-types .package-type .package-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}
#cost .packages-types .package-type .package-body .package-item {
  display: flex;
  align-items: flex-start;
  min-width: 210px;
  width: 50%;
  margin-bottom: 30px;
}
#cost .packages-types .package-type .package-body .package-item:last-child {
  margin-bottom: 0;
}
#cost .packages-types .package-type .package-body .package-item i {
  margin-right: 23px;
  margin-top: 5px;
}
#cost .packages-types .package-type .package-body .package-item i.fa-check {
  font-size: 20px;
  color: #00C87F;
}
#cost .packages-types .package-type .package-body .package-item i.fa-times {
  font-size: 22px;
  color: #9B9B9B;
}
#cost .packages-types .package-type .package-body .package-item p {
  color: #787878;
  line-height: 19px;
  font-size: 16px;
  margin-bottom: 0;
}
#cost .packages-types .package-type .package-body .package-item p.active {
  color: #000000;
}
#cost .packages-types .package-type .btn-create {
  border: 3px solid #00CF8A;
  border-radius: 19px;
  background-color: white;
  padding: 4px 35px;
  color: #00CF8A;
  min-height: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#cost .packages-types .package-type .btn-create:hover {
  background-color: #00CF8A;
  color: white;
}
.templates-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 30px;
}
.templates-list .template-item {
  position: relative;
  height: 330px;
}
.templates-list .template-item > .portfolio-img {
  height: 100%;
}
.templates-list .template-item:hover .portfolio-icon {
  opacity: 1;
}
.templates-list .template-item .template-title {
  width: 90%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.templates-list .template-item .template-title p {
  font-weight: bold;
  font-size: 20px;
  color: white;
  line-height: 24px;
}
.templates-list .template-item .portfolio-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  opacity: 0;
}
.templates-list .template-item .portfolio-icon a {
  padding: 4px 15px;
  width: unset !important;
  height: unset !important;
  border-radius: 17px !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.300357);
  font-weight: 500;
  font-size: 15px;
  min-height: 34px;
  margin: 0 6px;
}
.templates-list .template-item .portfolio-icon a:hover {
  background-color: #FFFFFF !important;
  color: #4A4A4A !important;
}
.templates-list .template-item .portfolio-icon a:first-child {
  background: #FFFFFF;
}
.templates-list .template-item .portfolio-icon a:last-child {
  background-color: #00ADFF !important;
  color: white !important;
}
.templates-list .template-item .portfolio-icon a:last-child:hover {
  background-color: #008fd1ce !important;
  border-color: #008fd1ce !important;
}
.templates-list .template-item img {
  height: 100%;
  padding-bottom: 30px;
  width: 100%;
}
.templates-list .template-item .background-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px) !important;
  background: rgba(0, 0, 0, 0.537449);
}

.blog-content-title{
  background-color: #000000;
  padding: 60px 0;
  margin: auto;
  margin-bottom: 60px;
}

.blog-content-title h4{
  text-align: center;
  max-width: 760px;
  display: block;
  margin: auto;
  color: #fff;
  width: 90%;
}