body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Fjalla One', sans-serif;
}

.font-title {
    font-family: 'Fjalla One', sans-serif;
}

.wrapper {
    max-width: 700px;
    margin: auto;
}

.testimonial p {
    font-size: 1.2rem !important;
    font-style: italic;
}

.border-black {
    border: solid 2px black;
}

.margin-top {
    margin-top: 70px;
}

p {
    font-size: 25px;
}

h2.tilte {
    font-size: 3rem;
    text-align: center;
}

/*nav*/
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
}

.nav-link {
    color: #1a1a1a;
}

.nav-link:hover {
    color: #1a1a1a;
}

.navbar-toggler:focus {
    outline: none;
}

/*banner0*/
.content-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.originalp {
    text-align: center;
    color: darkgray;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-style: italic;
}

b.todayo {
    color: #000;
    font-size: 34px;
}

.originalo {
    text-align: center;
    margin-bottom: 0 !important;
    color: rgb(237, 11, 40);
    font-size: 32px;
}

/*counter*/
.timer-wrap {
    margin: auto;
    max-width: 400px
}

.timer-wrap h1 {
    text-align: center;
    font: bold 16px calibri;
    padding: 5px;
    background-color: #2c3e50;
    color: #fff;
}

.timer-wrap .time {
    display: none;
}

.timer-wrap .timer {
    font-family: Oswald, sans-serif;
    text-align: center;
}

.numbers {
    font-size: 37px;
    font-weight: 900;
}

.textcount-f.row {
    font-size: 20px;
    font-weight: 100;
}

li::marker {
    font-size: 27px;
    font-weight: 600;
}

/*PRICING*/
.pricing-container {
    margin: 15px 0;
}

.plans {
    padding: 50x 80px;
    border-radius: 2px;
    min-width: 450px;
}

.plan-light {
    background-color: #fff;
    border: 2px solid #1a1a1a;
    text-align: center;
    height: 787px;
    padding: 43px;
}

.plan-dark {
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
}

img.imgpricing {
    max-width: 378px;
}

.margin-bottom {
    margin-bottom: 50px;
}

/* Testimonial Slider Styles */
 .client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: rgb(237, 11, 40);
    text-transform: uppercase;
}
.client-img img {
    width: 100%;
}
#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #333;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
    display: inline-block;
}

/* Wide Screen Desktop Devices */
@media (min-width: 768px) {
    .pull-right {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        max-width: 400px !important;
    }
    
    .pull-left {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        max-width: 400px !important;
    }
}

/* Small Screen Desktop Devices */
@media (max-width: 550px) {
  .transition-img {
      margin-top: -12px;
  }
}