/* Normal CSS */

body,
html {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #9B9B9B;
  background: #F2F2F2;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000;
}

.form-control:focus,
.custom-select:focus {
  box-shadow: none;
}


/* Button */

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn.btn-primary {
  font-weight: 700;
  border-radius: 30px;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 36px;
}

.btn-primary {
  background: -webkit-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: -o-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: linear-gradient(190.62deg, #F9C33D 0%, #FF7D34 100%);
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: -webkit-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: -o-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: linear-gradient(190.62deg, #F9C33D 0%, #FF7D34 100%);
  border: none;
}

.btn-primary:hover {
  background: -webkit-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: -o-linear-gradient(259.38deg, #F9C33D 0%, #FF7D34 100%);
  background: linear-gradient(190.62deg, #F9C33D 0%, #FF7D34 100%);
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


/* Secondary */

.btn.btn-secondary {
  font-weight: 700;
  border-radius: 30px;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 36px;
}

.btn-secondary {
  background: #1EB4D2;
  border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background: #1EB4D2;
  border: none;
}

.btn-secondary:hover {
  background: #1EB4D2;
  border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}


/* Button Outline */

.btn-outline-primary {
  color: #1EB4D2;
  text-transform: uppercase;
  font-size: 18px;
  border-width: 2px;
  border-color: #1EB4D2;
  font-weight: 700;
  padding: 8px 59px;
  border-radius: 40px
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background: #1EB4D2;
  border-width: 2px;
  border-color: #1EB4D2;
}

.btn-outline-primary:hover {
  background: #1EB4D2;
  border-width: 2px;
  border-color: #1EB4D2;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}


/* End of Button */


/* Navigation Menu */

.main-nav {
  background: #1EB4D2;
  padding-top: 11px;
  padding-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 0;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-toggler {
  border: none;
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url('../img/icons/hamburger.svg')
}

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

.navbar-toggler {
  padding: 0;
}


/* End of Navigation Menus */


/* Banner */

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -0-background-size: cover;
  background-size: cover;
  background-image: url("../img/banner-large.jpg");
  height: 930px;
  overflow: hidden;
}

.banner .content h1 {
  font-weight: 700;
  color: #fff;
  font-size: 58px;
  padding-top: 40px;
  line-height: 60px;
  margin-bottom: 22px;
}

.banner .content p {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 39px;
}

.banner .btn-primary {
  line-height: 22px;
  font-size: 20px;
  padding: 19px 45px
}

.like-comments-banner {
  width: 23%;
  position: absolute;
  bottom: 40%;
  right: -15%;
}

/*.social-update-list {*/
  /*background: #fff;*/
  /*border-radius: 6px;*/
  /*width: 290px;*/
  /*height: 50px;*/
  /*margin-bottom: 10px;*/
/*}*/

.notification {
  background: #fff;
  border-radius: 6px;
  width: 290px;
  height: 50px;
  margin-bottom: 10px;
  padding: 5px;
}
.notification img{
  float: left;
}

.notification a {
  font-size: 18px;
  color: #000;
  line-height: normal;
  margin-bottom: 0;
  display: inline-block;
}

.notification a:hover {
  text-decoration: none;
}

.notification p {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}

.notification img {
  margin: 4px 6px 4px 4px;
}

/*.social-update-list-bg-2 {*/
  /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&1+2,0.1+100 *!*/
  /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.1) 100%);*/
  /*!* FF3.6-15 *!*/
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.1) 100%);*/
  /*!* Chrome10-25,Safari5.1-6 *!*/
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.1) 100%);*/
  /*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff', GradientType=0);*/
  /*!* IE6-9 *!*/
/*}*/

/*.social-update-list-bg-2 p {*/
  /*color: rgba(155, 155, 155, 0.5);*/
/*}*/

/*.notifications {*/
  /*position: absolute;*/
  /*top: 129px;*/
  /*right: 16px;*/
/*}*/

.notifications .notification {
  -webkit-transition: .75s;
  -o-transition: .75s;
  -moz-transition: .75s;
  transition: .75s;

  opacity: 1;
  position: absolute;
  left: -300px;
}

.notifications .notification.second-notification {
  -webkit-transform: translateY(88px);
  -moz-transform: translateY(88px);
  -ms-transform: translateY(88px);
  -o-transform: translateY(88px);
  transform: translateY(60px);
  opacity: .5;
}

.notifications .notification.third-notification {
  -webkit-transform: translateY(176px);
  -moz-transform: translateY(176px);
  -ms-transform: translateY(176px);
  -o-transform: translateY(176px);
  transform: translateY(176px);
  opacity: 0;
}

.notifications .notification.out {
  opacity: 0;
  -webkit-transform: translateX(335px);
  -moz-transform: translateX(335px);
  -ms-transform: translateX(335px);
  -o-transform: translateX(335px);
  transform: translateX(335px);
}


/* Section Effective Way */

.section-style-1 {
  padding: 63px 0px 100px;
}

.top-border-style {
  margin-bottom: 60px;
}

.bottom-border-style {
  margin-top: 60px;
}

.top-border-style .border-1 {
  max-width: 100%;
  height: 3px;
  background: #1EB4D2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px auto 9px;
}

.top-border-style .border-2 {
  max-width: 75%;
  height: 3px;
  background: #1EB4D2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px auto 0px;
}

.bottom-border-style .border-1 {
  max-width: 75%;
  height: 3px;
  background: #1EB4D2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0px auto 9px;
}

.bottom-border-style .border-2 {
  max-width: 100%;
  height: 3px;
  background: #1EB4D2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0 auto 0;
}

.ss-1-header h2 {
  font-size: 48px;
  line-height: 36px;
  margin-bottom: 65px;
}

.most-effective-list .media-body h5 {
  font-size: 24px;
}

.most-effective-list .media-body p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}


/* End of Section Effective Way */


/* Target Insta */

.target-insta {
  padding: 0px 0px 50px;
  position: relative;
}

.target-insta .insta-middle-logo {
  width: 100px;
  height: 100px;
  border-radius: 200%;
  background: #F2F2F2;
  display: block;
  margin: -45px auto 20px;
  text-align: center;
  line-height: 100px;
}

.insta-catagory-list {
  display: block;
  position: relative;
}

.insta-catagory-list h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  bottom: 5%;
  left: 5%;
}

.insta-info {
  margin-top: 40px;
}

.insta-info p {
  font-size: 24px;
  font-weight: 700;
  color: #4A4A4A;
  max-width: 52%;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
}

.target-insta .ss-1-header h2 br {
  display: none;
}

.most-effective-list .number-bg {
  background: #1fb4d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 200%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}


/* End of Target Insta */


/* Call To Action */

.call-to-action {
  background: #1fb4d2;
  padding: 64px 0px;
}

.call-to-action h2 {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 24px;
}

.call-to-action p {
  color: #fff;
  font-size: 24px;
  max-width: 55%;
  margin: 0 auto 36px;
  line-height: 30px;
}

.call-to-action .btn-primary {
  font-size: 20px;
  line-height: normal;
  padding: 16px 45px;
}


/* End of Call To Action */


/* Why Bootstio List */

.why-boostio-list-2 {
  margin-top: 60px;
}

.why-boostio-cta p {
  max-width: 57%;
}


/* Top Post */

.top-post {
  background: url('../img/posting-img.jpg') no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  min-height: 100%;
  position: relative;
  padding-top: 72px;
}

.top-post h2 {
  font-size: 58px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 48px;
}

.top-post p {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}

.why-boostio {
  padding-bottom: 60px;
}


/* Boostio Works */

.boostio-works .ss-1-header h2 {
  margin-bottom: 52px;
}

.boostio-works .ss-1-header p {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 700;
  margin-bottom: 63px;
}

.card-works {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 45px 28px;
  border: none;
}

.card-works img {
  width: 120px;
  display: block;
  margin: 0 auto 30px;
}

.card-works p {
  font-size: 22px;
  line-height: 32px;
  color: #1EB4D2;
  font-weight: 400;
}

.card-works p.profile-name {
  color: #4A4A4A;
  font-size: 20px;
  margin-bottom: 0;
}

.full-card-works {
  margin-top: 30px;
}

.card-works .card-footer {
  border: none;
  border-radius: 0px;
  background: transparent;
}

.full-card-works .card-works p {
  max-width: 80%;
  margin: 0 auto 30px;
}

.full-card-works .card-works p:last-child {
  max-width: 100%;
}


/* Top Features  */

.top-features {
  padding-bottom: 60px;
}

.top-features .ss-1-header h2 {
  margin-bottom: 40px;
}

.top-features .ss-1-header p {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 700;
  margin-bottom: 63px;
  max-width: 65%;
  margin: 0 auto 50px;
}

.top-features .most-effective-list .media img {
  width: 35px;
  height: 35px;
}


/* FAQ */

section.faq {
  padding-bottom: 0;
}

section.faq {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

.faq-card {
  background: #fff;
  max-width: 81%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 35px 26px;
}

.faq-card .accordion .card-header::after {
  content: url('../img/icons/arrow-up.svg');
  float: right;
}

.faq-card .accordion .card-header.collapsed::after {
  /* symbol for "collapsed" panels */
  content: url('../img/icons/arrow-down.svg');
}

.faq-card .card-header {
  font-size: 22px;
  color: #1EB4D2;
  border: none;
  background: transparent;
  cursor: pointer;
}

.faq-card p {
  font-size: 18px;
  max-width: 90%;
}

.faq-card p:last-child {
  margin-bottom: 0;
}

.faq-bottom-content {
  margin: 65px 0px;
}

.faq-bottom-content p {
  font-size: 24px;
  line-height: 28px;
  color: #4A4A4A;
  margin: 0 auto 45px;
  width: 69%;
  font-weight: 700;
}

.faq-bottom-content .btn-secondary {
  font-size: 20px;
  padding: 19px 100px;
}


/* Pricing */

.pricing {
  padding-bottom: 60px;
}

.pricing .ss-1-header h2 {
  margin-bottom: 56px;
}

.pricing-content p {
  color: #4A4A4A;
  font-size: 18px;
}

.card-pricing {
  background: #fff;
  border-radius: 8px;
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-table {
  margin-top: 49px;
}

.card-pricing hr {
  margin: 24px 0px;
}

.pricing-card-header h3 {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  margin-bottom: 18px;
}

.pricing-card-header p {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: normal;
  text-align: center;
}

.pricing-card-header hr {
  border-color: rgba(155, 155, 155, 0.5);
  margin: 30px 0px;
}

.pricing-card-body {
  position: relative;
  padding-bottom: 35px;
}

.pricing-number {
  padding-left: 20px;
}

.pricing-number span.doller {
  font-size: 28px;
  line-height: normal;
  color: #1EB4D2;
  position: absolute;
  font-weight: 700;
  left: 7%;
  top: 5%;
}

.pricing-number {
  text-align: center;
}

.pricing-number h2 {
  font-size: 55px;
  line-height: normal;
  color: #1EB4D2;
  display: inline-block;
}

.pricing-number span.per-month {
  font-size: 14px;
  line-height: 13px;
  color: #1EB4D2;
  max-width: 30%;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  margin-left: -1px;
}

.pricing-button {
  padding-top: 16px;
}

.pricing-contact {
  padding-top: 9%;
  padding-bottom: 6%;
  padding-left: 0;
}

.pricing-contact h2 {
  font-size: 32px;
  line-height: normal;
}

.pricing-card-header-one h3 {
  font-size: 16px;
  background: -webkit-linear-gradient(262.61deg, #F9C33D 0%, #FF7D34 100%);
  background: -o-linear-gradient(262.61deg, #F9C33D 0%, #FF7D34 100%);
  background: linear-gradient(187.39deg, #F9C33D 0%, #FF7D34 100%);
  color: #fff;
  padding: 5px 0px;
  text-transform: capitalize!important;
  margin-bottom: 16px;
}

.pricing-card-body-one span.doller {
  left: 15%;
  top: 5%;
}


/* Pricing Two */

.pricing-two .ss-1-header h2 {
  line-height: 56px;
}

.pricing-two .pricing-table {
  margin-top: 0;
}

.pricing-two .card-pricing {
  padding-top: 30px;
  padding-bottom: 40px;
}

.pricing-two .card-pricing .pricing-card-header h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}

.pricing-two .card-pricing .pricing-card-header span {
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
  color: #4A4A4A;
  margin-left: 22px;
}

.pricing-two .pricing-number {
  padding-left: 0;
}

.pricing-two .pricing-number span.per-month {
  max-width: 14%;
}

.pricing-two .pricing-card-body-one span.doller {
  left: 29%;
}

.pricing-two .pricing-button {
  text-align: center;
}

.pricing-two .pricing-button .btn-outline-primary {
  padding: 8px 99px;
}

.pricing-two .pricing-card-body {
  padding-bottom: 0;
}

.progress-bar-section {
  max-width: 319px;
  margin: 0 auto;
}

.pricing-two .pricing-card-body-two .pricing-number span.doller {
  left: 24%;
  top: 7%;
}

.pricing-two .pricing-button {
  padding-top: 20px;
}

.pricing-two-list .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.pricing-two-list {
  margin-bottom: 50px;
}

.progress {
  height: 6px;
  background: #F1F1F1;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}

.progress .progress-title {
  padding: 7px 10px;
  margin: 0;
  background: #393a3d;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -13px;
  left: 0;
  z-index: 1;
}

.progress .progress-title::after {
  content: "";
  border-left: 17px solid #393a3d;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}

.progress .progress-bar {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  -webkit-animation: animate-positive 6s;
  animation: animate-positive 6s;
  border-radius: 12px;
}

.progress .progress-bar::after {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background: #fed639;
  position: absolute;
  right: -5px;
  top: -9px;
}

.progress .progress-value {
  width: 45px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #EF6260;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: -17px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}


/* Order Card */

.section-order {
  padding-bottom: 60px;
}

.order-card {
  border-radius: 5px;
  padding: 35px;
}

.section-order .ss-1-header h2 {
  margin-bottom: 36px;
}

.order-header-style-1 {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  padding-bottom: 12px;
}

.order-header-style-1 h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
}

.edit-drop-down .btn {
  line-height: normal;
  font-size: 18px;
  font-weight: 700;
  color: #1EB4D2;
  padding: 0;
  background: transparent;
}

.edit-drop-down .btn:focus {
  box-shadow: none;
  outline: none;
}

.edit-drop-down .dropdown-menu.show {
  display: block;
  width: 140px;
  left: -165% !important;
}

.order-details-content {
  margin-top: 17px;
}

.order-details-content .plane-details,
.order-details-content .plane-type,
.order-details-content .plane-details-date {
  font-size: 20px;
  color: #4A4A4A;
  line-height: normal;
  margin-bottom: 11px;
}

.order-details-content .plane-details-date {
  color: #1EB4D2;
}

.order-details-content .plane-type {
  margin-bottom: 0px;
}

.order-header-style-2 {
  margin-top: 27px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  padding-bottom: 12px;
  margin-bottom: 11px;
}

.order-header-style-2 .final-price {
  margin-bottom: 0;
  font-size: 20px;
  color: #4A4A4A;
  line-height: normal;
}

.order-header-style-2 .price {
  margin-bottom: 0;
  font-weight: 700;
  color: #1EB4D2;
  font-size: 20px;
  line-height: normal;
}

.price-note p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
}

.create-account-form {
  margin-top: 20px;
}

.order-form .form-control,
.order-form .custom-select {
  padding: 0px 16px;
  border: 1px solid #9B9B9B;
  font-size: 18px;
  line-height: normal;
  color: #000;
  height: 50px;
}

.order-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9B9B9B;
}

.order-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
}

.order-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B;
}

.order-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
}

.order-form .custom-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9B9B9B;
}

.order-form .custom-select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
}

.order-form .custom-select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B;
}

.order-form .custom-select:-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
}

.order-form select option {
  color: #000000;
}

.order-form select:not(:checked) {
  color: #9B9B9B;
}

.order-form .row {
  margin-bottom: 15px;
}

.create-account-form {
  margin-bottom: 37px;
}

.btn-payopal {
  background: #FFD53A;
  max-width: 420px;
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #1C3587;
  margin: 41px auto 22px;
  display: block;
  font-weight: 700;
}

.btn-payopal img {
  margin-left: 12px;
}

.btn-payopal:hover {
  text-decoration: none;
}

#or {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

#or::before,
#or::after {
  position: absolute;
  width: 47%;
  height: 1px;
  top: 24px;
  background-color: rgba(155, 155, 155, 0.5);
  content: '';
}

#or::before {
  left: 0;
}

#or::after {
  right: 0;
}

.order-form .custom-select {
  background: #fff url('../img/icons/select-arrow-down.svg') no-repeat right .75rem center;
}

.card-details-form {
  margin-top: 22px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  padding-bottom: 10px;
}

.agreed-checkbox {
  margin-top: 24px;
  text-align: center;
}

.agreed-checkbox .custom-control-label {
  font-size: 16px;
  color: #9B9B9B;
}

.agreed-checkbox .custom-control-label a {
  color: #1EB4D2;
}

.agreed-checkbox .custom-control-label a {
  text-decoration: none;
}

.agreed-checkbox .custom-control-label::before {
  width: 25px;
  height: 25px;
  border: 1px solid #9B9B9B;
}

.agreed-checkbox .custom-control-label::before,
.agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.agreed-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: #fff;
  top: 0;
  left: -36px;
}

.agreed-checkbox .custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.agreed-checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: url('../img/icons/checkbox-big-checkmark.svg');
  top: -5px;
  left: -33px;
  width: 34px;
  height: 27px;
  background-repeat: no-repeat
}

.place-order-btn {
  margin-top: 60px;
}

.place-order-btn .btn-secondary {
  font-size: 20px;
  padding: 19px 95px;
}

.trusted-logos {
  margin-top: 40px;
}

.trusted-logos .list-inline-item:not(:last-child) {
  margin-right: 50px;
}

.agreed-checkbox .custom-control-label br {
  display: none;
}

.order-tab .order-tab-style {
  cursor: pointer;
}

.order-tab .order-tab-style .order-tab-circule {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  border-radius: 200%;
  color: #9B9B9B;
  text-align: center;
  border: 1px solid #979797;
  margin: 0 auto 12px;
}

.order-tab .order-tab-style .order-tab-text {
  color: #9B9B9B;
  font-size: 20px;
}

.order-tab .active .order-tab-circule {
  background: #1EB4D2;
  border-color: #1EB4D2;
  color: #fff;
}

.order-tab .active .order-tab-text {
  color: #1EB4D2;
}

.order-tab-divider {
  margin: 18px 0px 18px;
}

.order-tab-divider hr {
  border-color: rgba(155, 155, 155, 0.5);
}

#tab-1 .order-header-style-1 {
  margin-top: 34px;
  border: none;
  border-top: 1px solid rgba(155, 155, 155, 0.5);
}

#tab-1 .order-header-style-1 h2 {
  margin-top: 35px;
}

#tab-1 .create-account-form {
  margin-top: 10px;
}

#tab-2 .order-tab-style-1 {
  margin-top: 34px;
  border: none;
  border-top: 1px solid rgba(155, 155, 155, 0.5);
  padding-top: 41px;
}

#tab-2 .order-tab-style-1 h2 {
  margin-top: 0;
}

#tab-2 .create-account-form {
  margin-top: 10px;
}

#tab-2 .order-tab-style-2 {
  border: none;
  margin-top: 18px;
}

.section-order-tab .place-order-btn .btn-secondary {
  padding: 19px 135px;
}

#tab-2 .btn-payopal {
  margin-top: 23px;
}

#tab-2 .card-details-form {
  border-bottom: none;
}

#tab-2 .place-order-btn {
  margin-top: 26px;
}

#tab-2 .trusted-logos {
  margin-top: 50px;
}

#tab-3 .order-tab-style-1 {
  margin-top: 34px;
  border: none;
  border-top: 1px solid rgba(155, 155, 155, 0.5);
  padding-top: 25px;
}

.order-summary-details {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

.order-summary-details h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.order-summary-details .plane-details,
.order-summary-details .plane-type,
.order-summary-details .plane-details-date {
  font-size: 24px;
  color: #4A4A4A;
  line-height: normal;
  margin-bottom: 11px;
  margin-bottom: 18px;
}

.order-summary-details .plane-details-date {
  color: #1EB4D2;
}

#tab-3 .btn-secondary {
  padding: 19px 89px;
}

.help-details-order {
  margin-top: 40px;
  margin-bottom: 40px;
}

.help-details-order p {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 24px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.order-tab-option-2 .order-tab-style{cursor: auto;}

section.contact-us{padding-bottom: 40px;}


section.contact-us .ss-1-header h2{margin-bottom: 59px;}

.contact-us-form textarea.form-control{
  height: auto;
  padding-top: 13px;
}

.contact-us-card{
  max-width: 580px;
}

.contact-us-form{
  max-width: 421px;
  margin: 7px auto 0;
}

.contact-us-form .btn{
  padding: 19px 140px;
  margin-top: 30px;
}
.g-recaptcha{margin-top: 5px;}
.g-recaptcha div{margin: 0 auto;}

/* Footer */

footer {
  padding: 40px 0px 64px;
}

footer .footer-content p {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 20px;
  max-width: 40%;
  margin: 30px auto 0px;
}

footer .footer-content a {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 16px;
}

footer .footer-content a {
  color: #9B9B9B;
  text-decoration: none;
}

.footer-top-border {
  border-top: 1px solid rgba(155, 155, 155, 0.5);
}

footer .footer-content p span:last-child {
    display: block;
}

/* End of Footer */


/* Responsive Media Queries  */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .order-tab .offset-md-1 {
    margin-left: 12.333333%;
  }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .navbar-light .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 40px;
  }
  .navbar-light .navbar-nav li.nav-item {
    border-bottom: 1px solid transparent;
  }
  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 1px solid #fff;
  }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}


/* Extra large devices (Extra large desktops, 1366px and up) */

@media (min-width: 1366px) {

}


/* Extra large devices (Extra large desktops, 1440px and up) */

@media (min-width: 1440px) {
  .top-post {
    min-height: 80%;
  }
}


/* Extra large devices (Extra large desktops, 1600px and up) */

@media (min-width: 1600px) {
  footer .footer-content p {
    max-width: 32%;
  }
}


/* Extra large devices (Extra large desktops, 1680 and up) */

@media (min-width: 1680px) {
  .top-post {
    min-height: 70%;
  }
}


/* Extra large devices (Extra large desktops, 1920 and up) */

@media (min-width: 1920px) {
  footer .footer-content p {
    max-width: 25%;
  }
}


/* Max Width With Start Point */


/* Extra large devices (Extra large desktops, 1920 and Down) */

@media (max-width: 1919.98px) {}


/* Extra large devices (Extra large desktops, 1680 and Down) */

@media (max-width: 1679.98px) {}


/* Extra large devices (Extra large desktops, 1600px and Down) */

@media (max-width: 1599.98px) {}


/* Extra large devices (Extra large desktops, 1440px and Down) */

@media (max-width: 1439.98px) {}


/* Extra large devices (Extra large desktops, 1366px and Down) */

@media (max-width: 1365.98px) {
  .banner {
    background-image: url("../img/banner.jpg");
    /*height: 100%;*/
  }
}


/* Extra large devices (Extra large desktops, 1366px and Down) */

@media (max-width: 1300.98px) {
  .banner {
    height: 100%;
  }
}


/* Extra large devices (large desktops, 1200px and Down) */

@media (max-width: 1199.98px) {
  .call-to-action p {
    max-width: 60%;
  }
  footer .footer-content p {
    max-width: 50%;
  }
  .pricing-number {
    padding-left: 10px;
  }
  .pricing-button {
    text-align: center;
  }
  .pricing-button .btn-outline-primary {
    padding: 8px 50px;
  }
  .pricing-number span.doller {
    left: 0;
  }
  .pricing-card-body-one span.doller {
    left: 10%;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -86% !important;
  }
  .help-details-order p {
    max-width: 63%;
  }
}


/* Large devices (desktops, 992px and Down) */

@media (max-width: 991.98px) {
  /* Main Navigation Menu */
  .main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
  }
  .navbar-nav {
    padding: 35px 30px 100px 30px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 20px;
  }
  .navbar-light .navbar-nav li.nav-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .navbar-brand {
    display: block;
    margin: 0 auto;
  }
  .inner-page {
    padding-top: 50px;
  }
  /* End of Main Navigation Menu */
  /* Banner */
  .banner .content {
    padding-top: 50px;
  }
  .banner .content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .banner .content p {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .btn-primary {
    line-height: normal;
    font-size: 16px;
    padding: 18px 29px;
  }
  /* End of Banner */
  .most-effective-list .col-lg-4 {
    margin-bottom: 60px;
  }
  .most-effective-list .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .ss-1-header h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 50px;
  }
  .section-style-1 {
    padding-top: 40px;
  }
  .insta-info p {
    max-width: 70%;
    line-height: 36px
  }
  .call-to-action h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .call-to-action p {
    max-width: 80%;
  }
  .call-to-action .btn-primary {
    font-size: 18px;
  }
  .boostio-work {
    padding-bottom: 70px;
  }
  footer .footer-content p {
    max-width: 70%;
  }
  .top-post h2 {
    font-size: 48px;
  }
  .top-post p {
    font-size: 26px;
  }
  section.faq .container,
  .faq-card {
    max-width: 100%;
  }
  .faq-card .card-header {
    font-size: 20px;
  }
  .faq-card p {
    font-size: 16px;
  }
  .faq-bottom-content p {
    width: 80%;
    line-height: 32px;
  }
  .faq-bottom-content .btn-secondary {
    font-size: 18px;
    padding: 20px 90px;
  }
  .faq-card p {
    max-width: 100%;
  }
  .pricing-table .col-lg-3 {
    margin-bottom: 30px;
  }
  .pricing-contact {
    padding-top: 4%;
  }
  .pricing-number span.doller {
    left: 15%;
  }
  .pricing-card-body-one span.doller {
    left: 20%;
  }
  .pricing .ss-1-header h2 {
    margin-bottom: 20px;
  }
  .pricing-two-list .col-lg-4 {
    margin-bottom: 0;
  }
  .pricing-two .card-pricing .pricing-card-header span {
    font-size: 22px;
  }
  .pricing-two .pricing-card-body-one span.doller {
    left: 25%;
  }
  .pricing-two .pricing-card-body-two .pricing-number span.doller {
    left: 20%;
  }
  .pricing-two .ss-1-header h2 {
    line-height: 40px;
    margin-bottom: 35px;
  }
  .pricing-two .pricing-button .btn-outline-primary {
    padding: 10px 60px;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -98% !important;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -73% !important;
  }
  .help-details-order p {
    max-width: 74%;
  }
  section.contact-us .container, .contact-us-card{max-width: 86%;}
  section.contact-us .ss-1-header h2{margin-bottom: 30px;}
}


/* Medium devices (tablets, 768px and Down) */

@media (max-width: 767.98px) {
  /* Banner */
  .banner {
    height: 650px;
    background-image: url('../img/banner-mobile.jpg');
  }
  .banner .content h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .banner .content p {
    font-size: 22px;
    line-height: 28px;
    max-width: 50%;
    margin: 0 auto 30px;
  }
  .banner .content p br {
    display: none;
  }
  .banner .btn-primary {
    font-size: 18px;
    padding: 18px 29px
  }
  .banner-mobile-view {
    position: absolute;
    width: 100%;
    bottom: 8%;
    left: 0;
    text-align: center;
  }
  .like-comments-banner {
    bottom: 51%;
  }
  /* End of Banner */
  .insta-info p {
    max-width: 100%;
    line-height: 36px
  }
  .target-insta .ss-1-header h2 br {
    display: block;
  }
  .insta-catagory-list h3 {
    font-size: 18px;
  }
  .call-to-action h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .call-to-action p {
    max-width: 100%;
    font-size: 21px;
  }
  .call-to-action .btn-primary {
    padding: 16px 29px
  }
  footer .footer-content p {
    max-width: 80%;
  }
  .top-features .ss-1-header p {
    max-width: 100%;
    font-size: 20px;
  }
  .top-features .ss-1-header h2 {
    margin-bottom: 30px;
  }
  .faq-card .card-header {
    font-size: 18px;
  }
  .pricing-card-header-one h3,
  .pricing-card-header h3 {
    width: 50%;
    display: inline-block;
  }
  .pricing-card-header p {
    display: inline-block;
    text-align: center;
    width: 48%;
  }
  .pricing-number {
    padding-left: 0px;
    width: 48%;
    display: inline-block;
  }
  .pricing-button {
    width: 48%;
    display: inline-block;
    margin-left: 2%;
  }
  .card-pricing hr {
    margin: 15px 0px 15px;
  }
  .card-pricing {
    padding: 20px;
  }
  .pricing-card-body {
    padding: 0;
  }
  .pricing-number h2 {
    font-size: 40px;
  }
  .pricing-number span.per-month {
    font-size: 12px;
    line-height: 11px;
  }
  .pricing-number span.doller {
    font-size: 22px;
    left: 5.8%;
    top: 15%;
  }
  .pricing-card-body-one span.doller {
    font-size: 22px;
    left: 8.5%;
    top: 20%;
  }
  .pricing-card-header p,
  .pricing-card-header h3 {
    margin-bottom: 0;
  }
  .pricing-button .btn-outline-primary {
    font-size: 14px;
  }
  .pricing-card-header h3,
  .pricing-card-header p {
    font-size: 18px;
  }
  .pricing-contact h2 {
    font-size: 24px;
  }
  .pricing-card-body-one span.doller {
    top: 14%;
  }
  .pricing-contact {
    padding-bottom: 0;
  }
  .pricing-table .col-lg-3 {
    margin-bottom: 15px;
  }
  .pricing-two .ss-1-header h2 {
    line-height: 36px;
    margin-bottom: 35px;
    font-size: 26px;
  }
  .pricing-two .card-pricing .pricing-card-header h3,
  .pricing-two .pricing-number,
  .pricing-two .pricing-button {
    width: 100%;
  }
  .pricing-two .col-md-6 {
    margin-bottom: 25px;
  }
  .pricing-two .pricing-number h2 {
    font-size: 40px;
    margin-left: 36px;
  }
  .pricing-two .pricing-card-body-one span.doller {
    left: 38%;
    top: 4%;
  }
  .pricing-two .pricing-card-body-two .pricing-number span.doller {
    left: 36%;
  }
  .pricing-two-list {
    margin-bottom: 0px;
  }
  .pricing-two-list .col-md-6 {
    margin-bottom: 30px;
  }
  .pricing-two {
    padding-bottom: 30px;
  }
  .create-account-form .last-name {
    margin-top: 15px;
  }
  .btn-payopal {
    max-width: 70%;
  }
  .agreed-checkbox .custom-control-label::before,
  .agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
  .agreed-checkbox .custom-control-input:checked~.custom-control-label::before {
    top: -1px;
    left: -13px;
  }
  .agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    top: -7px;
    left: -10px;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -162% !important;
  }
  .section-order .ss-1-header h2 {
    margin-bottom: 20px;
  }
  .section-order .top-border-style {
    margin-bottom: 40px;
  }
  .place-order-btn {
    margin-top: 40px;
  }
  .place-order-btn .btn-secondary {
    font-size: 18px;
    padding: 19px 80px;
  }
  .agreed-checkbox .custom-control-label br {
    display: block;
  }
  .agreed-checkbox .custom-control {
    padding-left: 30px;
  }
  .agreed-checkbox .custom-control-label::before,
  .agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
  .agreed-checkbox .custom-control-input:checked~.custom-control-label::before {
    left: -32px;
  }
  .agreed-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: -30px;
  }
  .agreed-checkbox .custom-control-label a {
    font-size: 15px;
  }
  #or::before,
  #or::after {
    width: 44%;
  }
  .order-tab .order-tab-style .order-tab-text {
    font-size: 18px;
  }
  section.contact-us .container, .contact-us-card{max-width: 100%;}
  .contact-us-form .btn{
    padding: 18px 100px;
  }
}


/* Small devices (landscape phones, 576px and Down) */

@media (max-width: 575.98px) {
  .ss-1-header h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .most-effective-list .media-body h5 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .most-effective-list .media-body p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  footer .footer-content p {
    width: 100%;
  }
  .top-post {
    min-height: 450px;
  }
  .top-features .ss-1-header h2 {
    margin-bottom: 20px;
  }
  .pricing-content p {
    max-width: 100%;
  }
}


/* Max Width */


/* Extra large devices (Extra large desktops, 1920 and down) */

@media (max-width: 1920px) {}


/* Extra large devices (Extra large desktops, 1680 and down) */

@media (max-width: 1680px) {}


/* Extra large devices (Extra large desktops, 1600px and down) */

@media (max-width: 1600px) {}


/* Extra large devices (Extra large desktops, 1440px and down) */

@media (max-width: 1440px) {}


/* Extra large devices (Extra large desktops, 1366px and down) */

@media (max-width: 1366px) {}


/* Extra large devices (large desktops, 1280px and down) */

@media (max-width: 1280px) {
  .top-post {
    min-height: 80%;
  }
}


/* Extra large devices (large desktops, 1200px and down) */

@media (max-width: 1200px) {}


/* Large devices (desktops, 992px and down) */

@media (max-width: 992px) {}


/* Medium devices (tablets, 800px and down) */

@media (max-width: 800px) {
  .card-works p {
    font-size: 20px;
  }
  .card-works p.profile-name {
    font-size: 18px;
  }
  .boostio-works .ss-1-header h2 {
    margin-bottom: 35px;
  }
  .boostio-works .ss-1-header p {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .boostio-works .card-deck .card {
    display: block;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 25px;
  }
  .boostio-works .card-deck .card .card-body {
    padding-top: 20px;
  }
  .boostio-works .card-works {
    padding: 15px 30px 30px;
  }
  .full-card-works {
    margin-top: 0;
  }
  .full-card-works .card-works {
    padding-top: 35px;
  }
  .boostio-works .card-works p {
    margin-bottom: 0;
  }
  .full-card-works .card-works p {
    max-width: 100%;
  }
  .boostio-works .ss-1-header h2 {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .boostio-works .ss-1-header p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .full-card-works .card-works p:last-child {
    margin-top: 30px;
    padding-bottom: 18px;
  }
}


/* Medium devices (tablets, 768px and down) */

@media (max-width: 768px) {
  .top-post h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .top-post p {
    font-size: 24px;
  }
  .pricing-content p {
    font-size: 16px;
  }
  .pricing-content p br {
    display: none;
  }
}


/* Medium devices (tablets, 768px and down) */

@media (max-width: 702px) {
  .banner .content p {
    max-width: 65%;
  }
}

@media (max-width: 684px) {
  .edit-drop-down .dropdown-menu.show {
    left: -154% !important;
  }
}

@media (max-width: 667px) {
  .edit-drop-down .dropdown-menu.show {
    left: -143% !important;
  }
}

@media (max-width: 600px) {
  .top-post {
    padding-top: 40px;
  }
  .faq-card .card-header span {
    width: 90%;
    display: inline-block;
  }
  .pricing-content p {
    font-size: 16px;
  }
  .btn-payopal {
    max-width: 70%;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -85% !important;
  }
  .place-order-btn .btn-secondary {
    font-size: 16px;
    padding: 16px 70px;
  }
  .trusted-logos .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
  .section-order-tab .place-order-btn .btn-secondary {
    padding: 16px 70px;
  }  
}


/* Small devices (landscape phones, 576px and down) */

@media (max-width: 576px) {
  .edit-drop-down .dropdown-menu.show {
    left: -52% !important;
  }
  .section-order-tab {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-top-border {
    border: none;
  }
  section.contact-us .ss-1-header h2 {font-size: 32px;}

}

@media (max-width: 546px) {
  .banner .content p {
    max-width: 80%;
  }
  .order-tab .order-tab-style .order-tab-text {
    font-size: 16px;
  }
  .contact-us-form .btn{margin-top: 15px;}
}


/* Small devices (landscape phones, 480px and down) */

@media (max-width: 480px) {
  .banner .content p {
    max-width: 85%;
    font-size: 20px;
  }
  .like-comments-banner {
    bottom: 48%;
  }
  .social-update-list {
    width: 255px;
    height: 48px;
  }
  .social-update-list a {
    font-size: 16px;
    margin-top: 7px;
  }
  .social-update-list p {
    font-size: 12px;
  }
  .banner .content h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .banner-mobile-view {
    bottom: 5%;
  }
  .insta-info p {
    font-size: 16px;
    line-height: 26px;
  }
  footer .footer-content p span {
    display: block;
    margin: 12px 0;
  }
  footer .footer-content p span.last-divider {
    display: none;
  }
  footer .footer-content span.year-footer {
    display: block;
  }
  .top-post {
    min-height: 400px;
  }
  .boostio-works .ss-1-header p br {
    display: none;
  }
  .boostio-works .ss-1-header p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 28px;
  }
  .pricing-number span.doller {
    left: 4%;
  }
  .pricing-card-body-one span.doller {
    left: 7%;
  }
  .pricing-two .pricing-card-body-one span.doller {
    left: 37%;
    top: 6%;
  }
  .pricing-two .pricing-card-body-two .pricing-number span.doller {
    left: 34.5%;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -50% !important;
  }
  .order-tab .order-tab-style .order-tab-circule {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
  }
  .help-details-order p {
    max-width: 81%;
  }
  .help-details-order {
    margin-top: 30px;
    margin-bottom: 55px;
  }  
}


/* Small devices (landscape phones, 414px and down) */

@media (max-width: 424px) {
  .order-tab {
    padding-top: 25px;
  }
  .order-tab .tab-order-1 {
    max-width: 114px;
    flex: auto;
    padding: 0;
    margin-left: 12px;
  }
  .order-tab .tab-order-2 {
    max-width: 120px;
    flex: auto;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .order-tab .tab-order-3 {
    max-width: 74px;
    flex: auto;
    padding: 0;
  }
  #tab-2 .btn-payopal {
    margin-top: 10px;
  }
}

@media (max-width: 414px) {
  .banner .content p {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .most-effective-list .media {
    padding-left: 2%;
  }
  .call-to-action {
    padding: 40px 0px 50px;
  }
  .call-to-action h2 {
    max-width: 85%;
    margin: 1px auto 25px;
  }
  .top-post {
    background: url('../img/posting-midium.jpg') no-repeat;
    min-height: 450px !important;
    padding-top: 30px;
  }
  .top-post .row {
    min-height: 450px;
  }
  .top-post h2 {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
  }
  .top-post h2 br {
    display: none;
  }
  .top-post .row,
  .top-post .col-md-12 {
    padding: 0;
    margin: 0;
  }
  .top-post p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10%;
  }
  .boostio-works .card-deck .card .card-body {
    padding: 0;
  }
  .faq-card .card-header span {
    width: 88%;
  }
  .faq-card {
    padding: 15px;
  }
  .faq-bottom-content p {
    width: 100%;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .faq-bottom-content .btn-secondary {
    font-size: 16px;
    padding: 15px 70px;
  }
  .faq-bottom-content {
    margin: 40px 0px;
  }
  .faq-card p {
    font-size: 16px;
  }
  .pricing .ss-1-header h2 {
    font-size: 24px;
  }
  .pricing-card-header h3,
  .pricing-card-header p {
    font-size: 14px;
  }
  .pricing-button {
    padding-top: 0;
    vertical-align: text-bottom;
  }
  .pricing-button .btn-outline-primary {
    padding: 6px 40px;
  }
  .pricing-number h2 {
    font-size: 36px;
  }
  .pricing-number span.doller {
    top: 12%;
    left: 2.5%;
  }
  .pricing-card-body-one span.doller {
    left: 5.5%;
    top: 10%;
  }
  .pricing-contact {
    padding-top: 0;
  }
  .pricing-contact h2 {
    font-size: 22px;
    vertical-align: text-bottom;
  }
  .cta-pricing h2 {
    max-width: 78%;
  }
  .pricing {
    padding-bottom: 20px;
  }
  .progress-bar-section {
    max-width: 100%;
  }
  .pricing-two .pricing-card-body-one span.doller {
    left: 36%;
  }
  .pricing-two .pricing-card-body-two .pricing-number span.doller {
    left: 33%;
  }
  .pricing-two-list-content .ss-1-header h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .section-order .ss-1-header h2 {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .order-header-style-1 h2 {
    font-size: 20px;
  }
  .edit-drop-down .btn {
    font-size: 16px;
  }
  .order-details-content .plane-details,
  .order-details-content .plane-type,
  .order-details-content .plane-details-date,
  .order-header-style-2 .final-price,
  .order-header-style-2 .price {
    font-size: 18px;
  }
  .section-order {
    padding: 0px;
  }
  .order-card {
    padding: 15px;
  }
  .edit-drop-down .dropdown-menu.show {
    left: -16% !important;
  }
  .btn-payopal {
    max-width: 100%;
    margin: 20px auto 10px;
  }
  .card-details-form {
    margin-top: 8px;
  }
  .agreed-checkbox {
    text-align: left;
  }
  .trusted-logos .list-inline-item:not(:last-child) {
    margin-right: 15px;
  }
  .footer-top-border {
    border-top: none;
  }
  .order-tab .tab-order-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .order-summary-details h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #tab-3 .place-order-btn {
    margin-top: 35px;
  }
  #tab-3 .btn-secondary {
    padding: 14px 70px;
  }
  .order-summary-details .plane-details,
  .order-summary-details .plane-type,
  .order-summary-details .plane-details-date {
    font-size: 18px;
  }
  .order-summary-details {
    padding-bottom: 18px;
  }
  .help-details-order p {
    font-size: 16px;
  }
  .like-comments-banner {
    right: -21%;
  }
  .contact-us-form .btn {
    padding: 15px 80px;
  }
}


/* Small devices (landscape phones, 384px and down) */

@media (max-width: 384px) {
  .banner .content p {
    font-size: 20px;
  }
  footer .footer-content p {
    width: 75%;
  }
  .top-features .ss-1-header p {
    font-size: 17px;
  }
  .faq-card .card-header span {
    width: 80%;
  }
  .pricing-number span.doller {
    left: 1%;
  }
  .pricing-card-body-one span.doller {
    left: 4%;
  }
  .pricing-two .pricing-card-body-one span.doller {
    left: 35%;
  }
  .pricing-two .pricing-card-body-two .pricing-number span.doller {
    left: 32%;
  }
  .pricing-two .card-pricing .pricing-card-header h3,
  .pricing-two .card-pricing .pricing-card-header span {
    font-size: 20px;
  }
  .pricing-two .pricing-button .btn-outline-primary {
    padding: 10px 60px;
  }
  .order-form .custom-select {
    background-size: 12%;
  }
  .order-tab .tab-order-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .help-details-order p {
    max-width: 84%;
  }
}

@media (max-width: 369.98px) {
  .banner .content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 375px) {
  .order-tab .tab-order-2 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .help-details-order p {
    max-width: 90%;
  }
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 360px) {
  .call-to-action h2 {
    max-width: 100%;
  }
  .top-post {
    min-height: 400px !important;
  }
  .top-post .row {
    min-height: 400px;
  }
  .top-post p {
    bottom: 3%;
  }
  .faq-card .card-header {
    font-size: 16px;
  }
  .card-pricing {
    padding: 10px;
  }
  .pricing-two .card-pricing .pricing-card-header h3 {
    font-size: 20px;
  }
  .progress-bar-section {
    max-width: 95%;
  }
  .pricing-two .card-pricing .pricing-card-header h3,
  .pricing-two .card-pricing .pricing-card-header span {
    font-size: 18px;
  }
  .trusted-logos .list-inline-item:not(:last-child) {
    margin-right: 8px;
  }
  .order-header-style-1 h2 {
    font-size: 18px;
  }
  .order-tab .tab-order-2 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 347px) {
  .banner .content p {
    font-size: 18px;
  }
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 320px) {
  .banner .content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  footer .footer-content p {
    width: 70%;
  }
  .top-post {
    min-height: 360px !important;
  }
  .top-post .row {
    min-height: 360px;
  }
  .top-features .ss-1-header p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .pricing-card-header h3,
  .pricing-card-header p {
    font-size: 12px;
  }
  .pricing-button .btn-outline-primary {
    padding: 6px 30px;
  }
  .pricing-number span.doller {
    font-size: 20px;
    left: -1%;
  }
  .pricing-card-body-one span.doller {
    left: 3%;
  }
  .pricing-contact h2 {
    font-size: 20px;
  }
  .pricing .ss-1-header h2 {
    font-size: 20px;
  }
  .pricing-content p {
    font-size: 14px;
  }
  .order-header-style-1 h2 {
    font-size: 16px;
  }
  .order-details-content .plane-details,
  .order-details-content .plane-type,
  .order-details-content .plane-details-date,
  .order-header-style-2 .final-price,
  .order-header-style-2 .price {
    font-size: 15px;
  }
  .order-form .form-control,
  .order-form .custom-select {
    font-size: 16px;
    padding: 0px 10px;
  }
  .trusted-logos .list-inline-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .order-tab .order-tab-style .order-tab-text {
    font-size: 14px;
  }
  .order-tab .tab-order-1 {
    max-width: 100px;
  }
  .order-tab .tab-order-2 {
    max-width: 82px;
  }
  .order-tab .tab-order-3 {
    max-width: 64px;
  }
  .order-tab .tab-order-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .help-details-order p {
    font-size: 14px;
  }
}


/* Orientation Portrait */

@media only screen and (max-width: 800px) and (orientation: portrait) {
  .top-post {
    min-height: 40%;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .top-post {
    min-height: 50%;
  }
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
  .top-post {
    min-height: 450px;
  }
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
  .top-post {
    min-height: 350px;
  }
}