body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-top: 55px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #090909;
}

a {
  text-decoration: none !important;
}

h2, h1 {
  font-size: 42px;
  line-height: 1;
}
.nav-link.dropdown-toggle::after{
  display: none;
}
.dropdown-menu{
  background-color: #292929;
  border: unset;
  border-radius: 0;  
  width: 220px;   
}
.dropdown-menu.white{
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item{
  color: #ffffff;
  opacity: 0.65;
  font-size: 13px;
  transition: all ease 300ms;
  white-space: pre-wrap;
  margin-bottom: 5px;
} 
.dropdown-menu.white .dropdown-item{
  color: #4d4c4c;
}
.dropdown-menu .dropdown-item:hover{
  opacity: 1;
  background-color: #292929;
}
.dropdown-menu.white .dropdown-item:hover{
  background-color: #dbdbdb;
}
.black-menu {
  background: #292929 !important;
}

.black-menu.white {
  background: #FFFFFF !important;
}

.black-menu.white .nav-item.active .nav-link {
  color: #353535;
  border-bottom: 1px solid #905ebc;
}

.black-menu.white .nav-item .nav-link {
  color: rgba(53, 53, 53, 0.5);
}

.black-menu .navbar-brand {
  margin-left: 9%;
  width: 160px;
}

.black-menu .navbar-collapse {
  margin-right: 9%;
}

.black-menu .button-purple {
  background: #905ebc;
  border-radius: 3px;
  width: 180px;
}

.black-menu .button-purple.blue {
  background: #00addf;
}

.black-menu .button-purple a {
  color: white !important;
  text-align: center;
}

.black-menu .button-purple:hover {
  background: #8141b9;
}

#content-banner {
  background: #292929;
  color: #ffffff;
  
}

#content-banner .content-text {
  padding-right: 30px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#content-banner .content-text h1 {
  line-height: 1.2;
}

#content-banner .content-text p {
  margin-top: 30px;
  line-height: 1.5;
}

#content-banner .content-text .button {
  width: 180px;
  background: #905ebc;
  text-align: center;
  padding: 8px 0px;
  border-radius: 3px;
  margin-top: 15px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  display: inline-block;
  margin-right: 15px;
}
#content-banner .content-text .newButton{
  color: #ffffff;
  text-decoration: underline !important;
  transition: all ease 400ms;
}
#content-banner .content-text .newButton:hover{
  color: #c9c9c9;
}

#content-banner .content-text .button a {
  color: #ffffff;
}

#content-banner .content-text .button:hover {
  background: #8141b9;
  cursor: pointer;
}
#content-banner .content-image{
  position: relative;
}
#content-two .contentCenter{
  padding: 50px 40px;
}
#content-two h3{
  font-size: 30px;
  margin-bottom: 20px;
}
#content-two .textBlue{
  color: #00addf;
  font-weight: 700;
}
#content-two .yes{
  padding-right: 3px;
}
#content-two .textPurple{
  color: #8141b9;
}
#content-two .linkCenter{
  text-align: center;
}
#content-two  .button {
  color: #ffffff;
  width: 340px;
  background: #905ebc;
  text-align: center;
  padding: 8px 0px;
  border-radius: 3px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  margin:0 auto 15px;
}
#content-two  .button a{
  color: #ffffff;
}

#content-two .button:hover {
  background: #8141b9;
  cursor: pointer;
}
#content-two .link{
  color: #905ebc;
  text-decoration: underline !important;
}
#content-two .link:hover {
  color: #8141b9;
}

#content-account {
  background: #ed6407;
  color: #ffffff;
  margin-bottom: -22px;
}

#content-account .pre-text {
  font-size: 30px;
  padding-top: 30px;
  margin-bottom: 5px;
}

#content-account .sub-text {
 margin-top: 0;
}

#content-account .my-flex {
  padding-left: 65px;
}

#content-account h4 {
  font-size: 29px;
  margin-top: 20px;
  font-weight: 700;
  padding-right: 85px;
}
#content-account .usernameLabel{
  padding-right: 0;
}
#content-account .img-gif {
  width: 91%;
}
#content-account .desc-text {
  margin-top: 17px;
}

#content-account .desc-text-3 {
  margin-top: 17px;
  padding-right: 85px;
}

#content-account .desc {
  text-align: center;
}
#content-account .labelEnd{
  margin-top: 30px;
}

#content-account .content-button {
  margin-top: 30px;
}

#content-account .content-button .button {
  width: 200px;
  background: #905ebc;
  text-align: center;
  padding: 15px 0px;
  border-radius: 3px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  margin: 0 auto;
}

#content-account .content-button .button a {
  color: #ffffff;
}

#content-account .content-button .button:hover {
  background: #8141b9;
  cursor: pointer;
}

#content-mentioned {
  background: #FFFFFF;
}

#content-mentioned h3 {
  font-weight: 700;
  font-size: 30px;
  padding: 80px 0 40px;
}
#content-mentioned .text{
  min-height: 100px;
  padding: 0 5px;
}

#content-blogNew {
  padding: 90px 0 80px;
}

#content-blogNew h3 {
  color: #00addf;
  font-size: 30px;
  font-weight: 900;
}

#content-blogNew .content-blog {
  margin: 40px 0 60px;
}
#content-blogNew .content-text{
  padding: 20px 90px 0 0;
  font-weight: 700;
  min-height: 70px;
}
#content-blogNew a{
  color: #000000;
}

#content-blogNew .link {
  color: #00addf;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline !important;
  transition: all ease 300ms;
}
#content-blogNew .link:hover {
  color: #25ceff;
}
#content-blogNew .button {
  width: 120px;
  background: #905ebc;
  margin: 0 auto;
  padding: 8px 0px;
  border-radius: 3px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-blogNew .button a {
  color: #ffffff;
}

#content-blogNew .button:hover {
  background: #8141b9;
  cursor: pointer;
}

.footer-grey {
  background: #353535;
  color: #FFFFFF;
}

.footer-grey .pre-footer {
  margin-top: -10px;
}

.footer-grey .yellow {
  background: #ff9202;
  padding: 12px 20px 12px 40px;
  border-radius: 5px;
}

.footer-grey p.blue {
  display: inline;
  background: #03b4f9;
  padding: 12px;
  border-radius: 5px;
  margin-left: -6px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.footer-grey p.blue a {
  color: #ffffff;
}

.footer-grey p.blue:hover {
  background: #0391f9;
}

.footer-grey .menu {
  padding: 80px 10px 70px;
}

.footer-grey .menu .b-right {
  border-right: 1px solid #ff9202;
}

.footer-grey .menu a, .footer-grey .menu .b-right.text {
  padding: 0 12px 0 5px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.footer-grey .menu a:hover {
  color: #bfbdbd;
}

.footer-grey .copyright {
  padding-top: 0;
}

.footer-grey .copyright a {
  text-decoration: underline !important;
}

#content-why {
  padding-top: 45px;
}

#content-why .content-image .container-img .text {
  top: 35%;
  padding: 0 140px 0 110px;
}

#content-why .content-image .container-img .text h1 {
  color: #353535;
  font-size: 42px;
  font-weight: 800;
}

#content-why .content-image .container-img .text h1 span {
  color: #00addf;
}

#content-why .content-image .container-img .text p {
  color: #353535;
}

#content-why .slider {
  padding: 0;
}

#content-why .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -19%;
  top: 0;
  z-index: 2;
}

#content-why .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 100%;
  border-top: unset;
  border-bottom: unset;
  border: 2px solid #00addf;
}

#content-why .carousel-indicators li.active {
  background: #00addf;
}

#content-why .container-img {
  position: relative;
}

#content-why .container-img .content, #content-why .container-img .first-text {
  position: absolute;
  top: 38%;
  padding: 0 120px 0 100px;
  z-index: 2;
  color: #ffffff;
}

#content-why .container-img .content h2, #content-why .container-img .first-text h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}

#content-why .container-img .content p, #content-why .container-img .first-text p {
  margin-bottom: 30px;
}

#content-why .container-img .content .button, #content-why .container-img .first-text .button {
  width: 180px;
  background: #905ebc;
  text-align: center;
  padding: 8px 0px;
  border-radius: 3px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-why .container-img .content .button.blue, #content-why .container-img .first-text .button.blue {
  background: #00addf;
}

#content-why .container-img .content .button a, #content-why .container-img .first-text .button a {
  color: #ffffff;
}

#content-why .container-img .content .button:hover, #content-why .container-img .first-text .button:hover {
  background: #8141b9;
  cursor: pointer;
}

#content-popular {
  background: url(images/popular-uses-bg-1.jpg) left top no-repeat;
}

#content-popular .content-text {
  padding: 130px 190px 60px;
}

#content-popular h1 {
  font-size: 42px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 25px;
}

#content-popular span {
  color: #a15ec0;
}

#content-popular-two {
  color: #ffffff;
}

#content-popular-two .content-text {
  padding: 60px 100px;
  min-height: 470px;
}

#content-popular-two .example-blue {
  background: #00addf;
}

#content-popular-two .example-orange {
  background: #ed6407;
}

#content-popular-two .example-purple {
  background: #a15ec0;
}

#content-popular-two .example-yellow {
  background: #ff9202;
}

#content-popular-two .example-title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

#content-popular-two .example-text {
  padding-right: 35%;
}

#content-popular-two .example-text span {
  background: #353535;
}

#content-popular-three {
  background: url(images/popular-uses-bg-2.jpg) 25% 0% no-repeat;
}

#content-popular-three .content-text {
  padding: 60px 175px;
}

#content-popular-three h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ed6407;
}

#content-popular-three span {
  color: #353535;
}

#content-popular-four {
  background: #353535;
  color: #FFFFFF;
}

#content-popular-four .content-text {
  padding: 55px 0px 40px;
}

#content-popular-four p {
  word-spacing: 50px;
}

#content-popular-five {
  background: url(images/popular-uses-bg-3.jpg) left top no-repeat;
}

#content-popular-five .content-text {
  padding: 75px 0;
}

#content-popular-five h2 {
  font-size: 30px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 60px;
}

#content-popular-five span {
  color: #ed6407;
}

#content-popular-five .button {
  width: 280px;
  background: #a15ec0;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0px;
  border-radius: 3px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-popular-five .button.blue {
  background: #00addf;
}

#content-popular-five .button a {
  color: #ffffff;
}

#content-popular-five .button:hover {
  background: #8141b9;
  cursor: pointer;
}

@media only screen and (max-width: 1654px) {
  #content-why .content-image .container-img .text {
    padding: 0 140px 0 80px;
  }
  #content-why .carousel-indicators {
    left: -20%;
  }
}

@media only screen and (max-width: 1468px) {
  #content-banner .content-text {
    padding-right: 20px;
  }
  #content-why .content-image .container-img .text {
    padding: 0 80px 0 50px;
  }
  #content-why .container-img .content {
    top: 32%;
    padding: 0 60px;
  }
  #content-popular-two .content-text {
    padding: 60px;
  }
  #content-popular-three {
    background-position-y: 85%;
  }
  #content-popular-five {
    background-position: left 12%;
  }
}

@media only screen and (max-width: 1282px) {
  #content-banner .content-text h1 {
    font-size: 38px;
  }
  #content-why .content-image .container-img .text {
    padding: 0 50px;
  }
  #content-why .container-img .content {
    top: 22%;
    padding: 0 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .black-menu .navbar-brand {
    margin-left: 5%;
  }
  #content-banner .content-text h1 {
    font-size: 32px;
  }
  #content-account .form-username input {
    width: 180px;
    height: 40px;
    margin-top: 115px;
  }
  #content-account .check-user {
    width: 35px;
    margin-top: 115px;
  }
  #content-account h2 {
    font-size: 28px;
    margin-top: 132px;
  }
  #content-account .img-gif {
    margin-top: 5px;
    width: 100%;
  }
  #content-account .desc-text {
    margin-top: 14px;
  }
  #content-account .desc-text-3 {
    margin-top: 15px;
  }
  #content-account .desc {
    text-align: center;
  }
  #content-popular .content-text {
    padding: 155px;
  }
  #content-popular-three .content-text {
    padding: 60px 0 60px 120px;
  }
  #content-popular-four p {
    word-spacing: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  #content-popular-two .example-text {
    padding-right: 21%;
  }
  #content-popular-two .content-text {
    min-height: 470px;
  }
}

@media only screen and (max-width: 1099px) {
  #content-banner .content-text h1 {
    font-size: 32px;
  }
  #content-why .content-image .container-img .text h1 {
    font-size: 45px;
  }
  #content-why .carousel-indicators {
    left: -22%;
  }
  #content-why .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  #content-why .container-img .content h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-menu{  
    width: 100%;
    display: block;   
  }
  .dropdown-menu .dropdown-item{
      margin-bottom: 0px;
  } 
  .black-menu .navbar-brand {
    margin-left: 0;
  }
  .black-menu.white .nav-item.active .nav-link {
    width: 130px;
  }
  .black-menu.white .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .black-menu.white .navbar-toggler .navbar-toggler-icon {
    background-image: url("images/menu-mobile.png");
  }
  #content-banner .content-text {
    padding-left: 40px;
  }
  #content-banner .content-text h1 {
    font-size: 28px;
  }
  #content-banner .content-text p {
    margin-top: 10px;
  }
  #content-banner .content-text .button {
    margin-top: 0;
  }
  #content-two h3 {
    font-size: 28px;
  }
  #content-two .contentCenter {
    padding: 30px 15px;
  }
  #content-mentioned h3 {
    font-size: 28px;
    padding: 55px 0px 20px;
  }
  #content-mentioned .text{
    min-height: 120px;
  }
  #content-account .pre-text {
    font-size: 28px;
  }
  #content-account .form-username input {
    width: 150px;
    margin-top: 70px;
  }
  #content-account .check-user {
    width: 30px;
    margin-top: 75px;
  }
  #content-account h4 {
    font-size: 20px;
    margin-top: 15px;font-size: 24px;
    padding-right: 0;
  }
  #content-account .desc-text {
    margin-top: 15px;
  }
  #content-account .my-flex {
    padding-left: 0;
  }
  #content-account .desc-text-3 {
    margin-top: 16px;
    padding-right: 0;
  }
  #content-account .desc {
    font-size: 12px;
  }
  #content-account .content-button {
    margin-top: 30px;
  }
  #content-blogNew-mobile h3 {
    color: #00addf;
    font-weight: 700;
    padding-top: 50px;
  }
  #content-blogNew-mobile a{
    color: #000000;
  }
  #content-blogNew-mobile .content-blog {
    margin: 25px 0 30px;
  }
  #content-blogNew-mobile .content-text{
    padding: 20px 0 0;
    font-weight: 700;
  }
  #content-blogNew-mobile .carousel-indicators li {
    width: 14px;
    margin: 5px;
    border-radius: 100%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    background: #898989;
  }
  #content-blogNew-mobile .carousel-indicators {
    bottom: -24px;
  }
  #content-blogNew-mobile .link {
    color: #00addf;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  #content-blogNew-mobile .button {
    width: 120px;
    background: #905ebc;
    margin: 20px auto 60px;
    padding: 8px 0px;
    border-radius: 3px;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  
  #content-blogNew-mobile .button a {
    color: #ffffff;
  }
  
  #content-blogNew-mobile .button:hover {
    background: #8141b9;
    cursor: pointer;
  }
  .footer-grey .yellow {
    font-size: 14px;
  }
  .footer-grey p.blue {
    font-size: 14px;
  }
  .footer-grey .menu {
    font-size: 14px;
  }
  #content-why .content-image .container-img .text {
    padding: 0 35px;
  }
  #content-why .content-image .container-img .text h1 {
    font-size: 30px;
  }
  #content-why .content-image .container-img .text p {
    font-size: 12px;
  }
  #content-why .container-img .content {
    padding: 0 25px;
  }
  #content-why .container-img .content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #content-why .container-img .content p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #content-why .container-img .content .button {
    width: 160px;
    padding: 4px 0px;
  }
  #content-why .container-img .content .button a {
    font-size: 12px;
  }
  #content-popular .content-text {
    padding: 155px 170px 155px 110px;
  }
  #content-popular h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #content-popular-two .content-text {
    padding: 60px 30px;
    min-height: 484px;
  }
  #content-popular-two .example-title {
    font-size: 25px;
  }
  #content-popular-two .example-text {
    padding-right: 10%;
  }
  #content-popular-three {
    background-position-y: 80%;
  }
  #content-popular-three .content-text {
    padding: 52px 0 52px 80px;
  }
  #content-popular-three h3 {
    font-size: 30px;
  }
  #content-popular-three p {
    font-size: 14px;
  }
  #content-popular-four p {
    font-size: 12px;
    word-spacing: 15px;
  }
  #content-popular-five .content-text {
    padding: 118px 0;
  }
}

@media only screen and (max-width: 817px) {
  #content-why .container-img .content {
    padding: 0 12px;
    top: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .black-menu.white .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
  #content-banner .first-img.web{
    max-width: 120% !important;
    width: 120% !important;
  }
  #content-banner .content-text {
    padding-left: 20px;
  }
  #content-banner .content-text h1 {
    font-size: 24px;
  }
  #content-banner .content-text .button {
    margin-top: 8px;
    width: 160px;
    padding: 6px 0px;
  }
  #content-banner .content-text p {
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #content-banner.home-two {
    padding: 40px 20px 60px;
  }
  #content-banner.home-two .content-text {
    padding-left: 20px;
  }
  #content-banner.home-two .content-text h1 {
    font-size: 26px;
  }
  #content-banner.home-two .content-text p {
    margin-top: 35px;
  }
  #content-banner.home-two .content-text .button {
    margin: 50px auto 0;
  }
  #content-two h3 {
    font-size: 25px;
  }
  #content-two .button {
    width: 260px;
    font-size: 11px;
    margin: 0 auto 15px;
  }
  #content-mentioned h3 {
    font-size: 25px;
    padding: 40px 0px 15px;
  }
  #content-mentioned .text {
    min-height: unset;
  }
  #content-mentioned .separation {
    font-size: 100px;
    color: #b6b5b5;
    margin-bottom: 0;
    line-height: 1;
  }
  #content-account {
    margin-bottom: 0;
  }
  #content-account .labelEnd {
    margin-top: 25px;
}
  #content-account .pre-text {
    font-size: 25px;
  }
  #content-account .my-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content-account .form-username {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #content-account .form-username input {
    width: 230px;
    height: 40px;
    margin-top: 0px;
  }
  #content-account .check-user {
    float: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 25px auto 0;
  }
  #content-account .desc {
    font-size: 14px;
  }
  #content-account .content-button {
    margin-top: 30px;
  }
  #content-account .content-button .button {
    margin-bottom: 50px;
    width: 180px;
    padding: 12px 0;
  }
  #content-privacy {
    background: url(images/privacy-mobile.jpg) center center no-repeat;
  }
  #content-privacy h2 {
    font-size: 25px;
    padding: 45px 0 30px;
  }
  #content-privacy .content-text h3 {
    font-size: 16px;
    padding: 25px 0 15px;
    background: unset;
  }
  #content-privacy .content-text p {
    padding: 0 0 40px;
  }
  #content-privacy .content-text img {
    background: unset;
  }
  #content-privacy .content-button {
    margin: 0;
  }
  #content-privacy .content-button .button {
    width: 200px;
    padding: 10px 0px;
  }
  #content-privacy .content-button .button a {
    font-size: 14px;
  }
  #content-blogNew-mobile h3 {
    font-size: 25px;
    padding-top: 50px;
  }

  
  .footer-grey .yellow {
    padding: 10px;
    font-size: 12px;
  }
  .footer-grey p.blue {
    font-size: 10px;
    padding: 10px;
    position: absolute;
    width: 153px;
    left: 38%;
    top: 39px;
  }
  .footer-grey .menu {
    font-size: 12px;
  }
  #content-why {
    background: url(images/why-manyme-mobile1.png) center top no-repeat;
    padding-top: 45px;
  }
  #content-why .content-image .container-img .text {
    position: relative;
    padding: 15px 50px;
  }
  #content-why .content-image .container-img .text h1 {
    font-size: 34px;
  }
  #content-why .content-image .container-img .text p {
    font-size: 14px;
  }
  #content-why .text-blue {
    color: #00addf;
    font-size: 14px;
    margin-top: 65px;
  }
  #content-why .scroll-img {
    margin: 10px 0 40px;
  }
  #content-why .carousel-indicators {
    display: none;
  }
  #content-why .container-img .content {
    top: 32%;
    padding: 0 65px;
  }
  #content-popular {
    background: url(images/popular-uses-bg-mobile.png) center top no-repeat;
  }
  #content-popular .content-text {
    padding: 70px 10px 10px;
  }
  #content-popular h1 {
    font-size: 28px;
  }
  #content-popular p {
    font-size: 13px;
  }
  #content-popular .some-examples {
    font-size: 14px;
  }
  #content-popular-two .card-header {
    padding: 0;
    border-radius: 0;
    border-bottom: unset;
    background-color: unset;
  }
  #content-popular-two p {
    font-size: 13px;
  }
  #content-popular-two .card {
    border-radius: 0;
  }
  #content-popular-two .btn-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    text-align: left;
  }
  #content-popular-two .example-text {
    text-align: right;
    padding-right: 32%;
  }
  #content-popular-three {
    background-position-y: 0%;
  }
  #content-popular-three .content-text {
    padding: 40px 10px;
  }
  #content-popular-three h3 {
    font-size: 25px;
  }
  #content-popular-three p {
    font-size: 13px;
  }
  #content-popular-four .content-text {
    padding: 40px 0px 25px;
  }
  #content-popular-four p {
    margin-bottom: 8px;
  }
  #content-popular-five {
    background-position: left 20%;
  }
  #content-popular-five .content-text {
    padding: 50px 10px 95px;
  }
  #content-popular-five h2 {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
  }
  #content-popular-five .button {
    width: 240px;
    padding: 8px 0px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  #content-blogNew-mobile .content-text {
    min-height: 70px;
  }
  #content-banner .content-text {
    position: relative;
    margin-bottom: 0px;
    padding: 10px 25px 35px;
    z-index: 1;
  }
  
  #content-why {
    padding-top: 50px;
  }
  #content-why .content-image .container-img .text {
    padding: 10px;
  }
  #content-why .content-image .container-img .text h1 {
    font-size: 30px;
  }
  #content-why .content-image .container-img .text p {
    font-size: 12px;
  }
  #content-why .carousel-control-next {
    position: unset;
    margin: 0 auto;
  }
  #content-why .carousel-control-prev {
    position: unset;
    margin: 0 auto;
  }
  #content-why .carousel-control-prev-icon {
    background-image: url("images/swipe-left.png");
    width: 30px;
    height: 30px;
    margin-top: -980px;
  }
  #content-why .carousel-control-next-icon {
    background-image: url("images/swipe-right.png");
    width: 30px;
    height: 30px;
    margin-top: -130px;
  }
  #content-why .carousel-indicators {
    display: none;
  }
  #content-why .carousel-item {
    min-height: 555px;
  }
  #content-why .carousel-item.blue {
    background: #00addf;
  }
  #content-why .carousel-item.purple {
    background: #905ebc;
  }
  #content-why .carousel-item.black {
    background: #353535;
  }
  #content-why .carousel-item.yellow {
    background: #ff9202;
  }
  #content-why .carousel-item.orange {
    background: #ff5d00;
  }
  #content-why .container-img .content {
    position: unset;
    padding: 0 25px;
  }
  #content-why .container-img .content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 160px;
  }
  #content-why .container-img .content .button {
    margin-bottom: 140px;
  }
  #content-popular-two .example-text {
    text-align: right;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 432px) {
  .black-menu .navbar-brand {
    width: 200px;
  }
  .footer-grey .yellow {
    font-size: 9px;
  }
  .footer-grey p.blue {
    font-size: 9px;
    padding: 8px;
    left: 32%;
    top: 35px;
  }
  #content-popular-five {
    background: url(images/popular-uses-bg-2-mobile.png) center bottom no-repeat;
  }
}

@media only screen and (max-width: 364px) {
  .footer-grey p.blue {
    left: 28%;
  }
}

@media only screen and (max-width: 370px) {
  #content-popular .some-examples {
    left: 24%;
  }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*# sourceMappingURL=styles.css.map */