.margin-r-b {
  margin-right: 5px;
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.text-120 {
  font-size: 120%;;
}
.text-white {
  color: #ffffff;
}

@media (max-width: 768px) {
  .email-sm-field {
    display: block;
    white-space: normal;
    width: 100%;
  }
  .mb10-sm {
    margin-bottom: 20px;
  }
}

.text-center {
  text-align: center !important;
}

.new-feature-badge {
  margin-left: 8px;
  padding: 0px 6px;
  line-height: 1;
  border-radius: 6px;
  background-color: #00d09c;
  color: #ffffff;
}

.dashboard-new-feature-banner {
  position: fixed;
  top: 12rem;
  right: -100%;
  z-index: 9999;
  max-width: 100%;
  width: 580px;
  display: block;
  padding: 8px 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #824DDF;
  background-image: url('/img/ecommerce-promo-banner-bg.png') ,linear-gradient(315deg, #7f53ac 0%, #2F3383 74%);
  background-position: bottom;
  background-size: contain;
  color: #ffffff;
  border-bottom: 4px solid #6538b4;
  border-right: 4px solid #6538b4;
  transition: 0.4s ease-in-out;
}
.dashboard-new-feature-banner.slide-in {
  right: 0%;
}
.dashboard-new-feature-banner .banner-badge {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 14px;
  padding: 0px 8px;
  font-size: 14px;
  border-radius: 8px;
  background-color: #ff5a5f;
  color: #ffffff;
}
.dashboard-new-feature-banner .banner-close-btn {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 8px;
  background-color: #6538b4;
  cursor: pointer;
  color: #ffffff;
  transition: 0.2s ease;
}
.dashboard-new-feature-banner .banner-close-btn:hover {
  color: rgba(255,255,255,1);
}
/* .dashboard-new-feature-banner .banner-btn {
  background-color: #00d09c;
  color: #ffffff;
  font-weight: 600;
} */
.dashboard-new-feature-banner .banner-btn {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
}

/* Menu Customization */

.dd{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    cursor: grabbing;
}

.dd-handle {
    display: block;
    /* height: 30px; */
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ccc;
    background: #c1e7ff;
    border-radius: 2px;
    box-sizing: border-box
}

.dd-handle:hover {
    background: #BBE0F7
}

.dd-item>button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item>button:before {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button.dd-expand:before {
    content: '+'
}

.dd-item>button.dd-collapse:before {
    content: '-'
}

.dd-expand {
    display: none
}

.dd-collapsed .dd-collapse,
.dd-collapsed .dd-list {
    display: none
}

.dd-collapsed .dd-expand {
    display: block
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.dd-nochildren .dd-placeholder {
    display: none
}

/* Dropzone */

.dropzone{
    /* border: 2px dashed #0087F7 !important; */
    border: 2px dashed #3b5998 !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.dropzone .dz-message{
    font-weight: 400 !important;
    font-size: 20px !important;
}

/* Misc */

.display-none{
	display: none;
}

.visibility-hidden{
    visibility: hidden;
    position: absolute;
}

.visible{
    visibility: visible;
    position: relative;
}

.no-list-style{
	list-style: none;
}

.full-padding-5{ padding: 5px;}
.full-padding-10{ padding: 10px;}
.full-padding-15{ padding: 15px;}
.full-padding-20{ padding: 20px;}

span.required:after{
    content: "*";
    color: #dd4b39 !important;
}

.video .img-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.cropper-container {
    margin: auto !important;
}

/* *******************
    Subscription Plan
******************* */

.card-main-wrap {
	position: relative;
    padding: 4rem 3rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.34);
    text-align: center;
}

.card-main-wrap .card-header-wrap {
    border-bottom: 1px solid #f2f2f2;
}

.card-main-wrap .card-header-wrap .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-header .title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.card-header .price {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #2c6ea8;
}

.card-header .price .amount {
	font-size: 36px;
	margin: 0px;
}
.card-header .price .billing-type {
    font-size: 12px;
}
.card-header .price del {
    font-size: 16px;
}
.card-header .price .offer-expiry {
	font-size: 12px;
	color: #888a8a;
}

.card-header .sub-title p {
	color: #929292;
	font-size: 13px;
}

.card-body-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card-body-wrap .card-body {
    font-size: 13px;
	color: #000;
	text-align: left;
}

.card-body-wrap .card-body p {
    position: relative;
    padding-left: 28px;
}

.card-body-wrap .card-body p span {
    position: absolute;
    left: 0;
}

.card-action-wrap .card-action a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #337ab7;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

/* New Subscription Plan */

.my-5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  
  .w-200 {
    width: 200px !important;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div {
    padding-bottom: 20px;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-lead-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 10px;
    color: #191919;
  }

  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-lead-tag-line {
		background-color: transparent;
		color: #191919;
		border: 2px solid #191919;
		font-weight: 700;
		font-size: 2.8rem;
    padding: 6px 14px;
	}
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn {
    border: 1px solid #191919;
    font-size: 11px;
    padding: 10px 26px 10px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn:hover {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
    -webkit-box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
    box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-outline-dark {
    color: #191919;
    background-color: transparent;
    background-image: none;
    border-color: #191919;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-outline-dark:not([disabled]):not(.disabled).active {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
    -webkit-box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
    box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group > .btn:not(:last-child), .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group > .btn:not(:first-child), .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 14px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-outline-secondary {
    background-color: #3c8dbc;
    background-image: none;
    border-color: #3c8dbc;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  }
  
  .pricing-section-wrap-1 .card-wrap .card {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
  }
  
  .pricing-section-wrap-1 .card-wrap .card:hover {
    -webkit-box-shadow: 0 0 74px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 74px rgba(0, 0, 0, 0.06);
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-header {
    background-color: #87ceeb;
    color: #FFFFFF;
    padding: 2rem 2rem;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-footer {
      color: #9e9e9e;
      padding: 6px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-header .card-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body {
    padding: 32px 20px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap #package-price {
    font-size: 48px;
    font-weight: 600;
    color: #191919;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap #package-price .price-type {
    font-size: 18px;
    font-weight: normal;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving .price-value {
    font-size: 24px;
    font-weight: 500;
    text-decoration: line-through;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving .price-percent {
    margin-left: 10px;
    padding: 2px 4px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #1aab00;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving small {
      color: #9e9e9e;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features {
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features p {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .pl-25 {
    padding-left: 25px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features p::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0px;
      height: 10px;
      width: 12px;
      text-indent: initial;
      background: url(../../common/img/green_tick.png) left top no-repeat;
      background-size: cover;
  }

  
  .pricing-section-wrap-1 .card-wrap .card .card-body .seemore {
    text-decoration: none;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .seemore:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #87ceeb;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 14px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-outline-secondary {
    background-color: #3c8dbc;
    background-image: none;
    border-color: #3c8dbc;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  }
  
  @media (max-width: 600px) {
    .toggle-div-wrap .toggle-div .toggle-action {
      text-align: center;
    }
    .toggle-div-wrap .toggle-div .toggle-action .btn {
      font-size: 10px !important;
      padding: 6px 12px !important;
    }
  }

  .image-card-wrap {
    position: relative;
    text-align: center;
    height: 20rem;
    width: 26rem;
    margin: 10px 10px;
    padding: 0px;
    /* background-color: #ecf0f5; */
  }
  .image-card-wrap .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    margin: 0 auto;
  }
  .image-card-wrap .card-action {
    position: absolute;
    top: 0px;
    right: 10px;
    background-color: #3b5998;
    padding: 0px 5px;
  }

  .image-card-wrap .card-action .action-btn {
    padding: 2px;
    font-size: 22px;
    color: #FFFFFF;
  }

/*** Pricing page additional style ***/

/* testimonial slider */
.pricing-section-wrap-1 .testimonial-slider .tslide:focus {
	outline: none;		
}

.pricing-section-wrap-1 .testimonial-slider .tslide img {
    margin: 5px 0px 10px 0px;
    padding: 10px;
}

/* toast style */

._offer_toast_ {
    visibility: hidden;
	  min-width: 250px;
	  max-width: 80%;
    margin-left: -125px;
	  color: #fff;
	  font-size: 1.6rem;
    /* font-weight: 600; */
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    /* for animation from bottom */
    /* left: 50%;
    /* for animation from top */
    /* bottom: 40px; */
    top: 100px;
    right: 12px;
	  /* transform: translateX(50%); */
    /* background-color: #3c8dbc; */
    background-color: #212b3f;
	  box-shadow: -9px 7px 18px 2px rgba(0, 0, 0, 0.3);
}

.gradient-toast {
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(26,188,156,1)));
	background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
}
   
._offer_toast_.active {
    visibility: visible;
    /* Add animation:
    Take 0.5 seconds to fade in and out the custom-toast-boy. 
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
    animation: fadein 0.5s, fadeout 0.5s 7.5s;
}

/* animation from right */
@-webkit-keyframes fadein {
    0% {right: -100%;} 
    100% {right: 10px;}
}
  
@keyframes fadein {
    0% {right: -100%;}
    100% {right: 10px;}
}
  
@-webkit-keyframes fadeout {
	0% {right: 10px;} 
    100% {right: -100%;}
}
  
@keyframes fadeout {
	0% {right: 10px;}
    100% {right: -100%;}
}

/* Template Selection Style - STAR */
.template-preview-box {
  /* border: 1px solid #cddaea; */
  outline: 1px solid #cddaea;
  transition: 0.4s;
}
.template-preview-box:hover .box-header {
}

.template-preview-box .box-footer {
  /* box-shadow: 0 0 14px #d8dde5; */
}

.template-preview-box .template-image-wrap {
  height: 500px;
  overflow: hidden;
  margin-bottom: 25px;
}

.template-preview-box .template-image-wrap .template-image {
  cursor: zoom-in;
  transition: all 6s ease;
}

.template-preview-box .template-image-wrap .template-image:hover {
  margin-top: 500px;
  transform: translate(0,-101%);
}

.template-preview-box  .template-action-wrap .preview-btn,
.template-preview-box  .template-action-wrap .apply-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  transition: 0.4s;
}

.template-preview-box  .template-action-wrap .preview-btn:hover {
  box-shadow: 0 0 14px #d8dde5;
  color: #fff;
  background-color: #2b416f;
}
.template-preview-box  .template-action-wrap .apply-btn:hover {
  box-shadow: 0 0 14px #d8dde5;
}

.template-preview-box  .template-action-wrap .preview-btn{
  color: #607D8B;
  border: 1px solid #cddaea;
}
.template-preview-box  .template-action-wrap .apply-btn{}

/* Template Selection Style - END */

/* eCommerce Promo Banner Style - START */
.ecom-promo-banner {
  position: relative;
  padding: 1.2rem 2.2rem; 
  background-color: #7f53ac;
  background-image: url('/img/ecommerce-promo-banner-bg.png') ,linear-gradient(315deg, #7f53ac 0%, #2F3383 74%); 
  /* background-image: linear-gradient(315deg, #7f53ac 0%, #2F3383 74%);  */
  border-radius: 8px;
  overflow: hidden;
  background-position: bottom;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecom-promo-banner-heading {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecom-promo-banner-text {
  color: #ffffff;
  font-size: 1.5rem;
}
.ecom-promo-banner-action {

}
.ecom-promo-banner-button {
  position: relative;
  z-index: 10;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 1.6rem;
  margin-top: 1rem;
  border-radius: 4px;
  color: #ffffff;
  background-color: #00d09c;
  transition: 0.2s ease-in;
}
.ecom-promo-banner-button:hover {
  color: #ffffff;
  background-color: #48d89d;
}
@media (max-width: 772px) {
  .ecom-promo-banner {
      flex-direction: column;
  }
}
/* eCommerce Promo Banner Style - END */
/* FreeDomain Promo Banner Style - START */
.freedomain-promo-banner {
  position: relative;
  padding: 1.2rem 2.2rem; 
  background-color: black;
  background-image: url('/img/ecommerce-promo-banner-bg.png'); 
  border-radius: 8px;
  overflow: hidden;
  background-position: bottom;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.freedomain-promo-banner-heading {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freedomain-promo-banner-text {
  color: #ffffff;
  font-size: 1.5rem;
}
.freedomain-promo-banner-button {
  position: relative;
  z-index: 10;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 1.6rem;
  /* margin-top: 0.2rem; */
  border-radius: 4px;
  color: black;
  background-color: #00d09c;
  transition: 0.2s ease-in;
}
.freedomain-promo-banner-button:hover {
  color: #2e2e2e;
  background-color: #48d89d;
}
@media (max-width: 772px) {
  .freedomain-promo-banner {
      flex-direction: column;
  }
}
/* FreeDomain Promo Banner Style - END */
/* BOGO OFFER & PQL OFFER Style - START */

#bogo-offer-modal.modal,
#pql-offer-modal.modal {
  text-align: center;
  padding: 0!important;
}

#bogo-offer-modal.modal:before,
#pql-offer-modal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#bogo-offer-modal .modal-dialog,
#pql-offer-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.dynamic-offer-container,
.bogo-offer-container,
.pql-offer-container {
  position: relative;
  background-image: url('../img/bogo-offer-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 4.5rem 5rem 4.5rem;
  background-color: #272727;
}

.hurry {
  position: absolute;
  padding: 5px 10px;
  background-color: #ed143d;
  left: 0;
  top: 0;
  color: #FFFFFF;
  font-size: 2rem;
  transform: skewX(-12deg);
  box-shadow: 1px 1px 2px #dcb514;
}

.dynamic-offer-container .close,
.bogo-offer-container .close,
.pql-offer-container .close {
  position: relative;
  z-index: 9999;
  color: #FFFFFF;
  opacity: 0.65;
  font-weight: 100;
  font-size: 3.2rem;
}

.dynamic-offer-container .offer-ribbon-row,
.bogo-offer-container .offer-ribbon-row,
.pql-offer-container .offer-ribbon-row {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #A78700;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.4rem;
  padding: 8px 80px;
  border-bottom-right-radius: 5px;
}

.dynamic-offer-container .offer-ribbon-row::before,
.bogo-offer-container .offer-ribbon-row::before,
.pql-offer-container .offer-ribbon-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #272727;
}

.dynamic-offer-container .offer-ribbon-row::after,
.bogo-offer-container .offer-ribbon-row::after,
.pql-offer-container .offer-ribbon-row::after {
  content: '';
  position: absolute;
  right: 0;
  top: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #6b5b18;
}

.dynamic-offer-container .offer-content-row,
.bogo-offer-container .offer-content-row,
.pql-offer-container .offer-content-row {
  text-align: center;
  padding: 30px 4px 18px 4px;
  color: #FFFFFF;
  font-size: 3.2rem;
  text-shadow: 2px 2px 3px #8c7205;
}

.dynamic-offer-container .offer-content-row span,
.bogo-offer-container .offer-content-row span,
.pql-offer-container .offer-content-row span {
  text-transform: uppercase;
  color: #dcb514;
}

.dynamic-offer-container .offer-action-row,
.bogo-offer-container .offer-action-row,
.pql-offer-container .offer-action-row {
  text-align: center;
}

.dynamic-offer-container .offer-action-row .action-btn ,
.bogo-offer-container .offer-action-row .action-btn ,
.pql-offer-container .offer-action-row .action-btn {
  display: inline-block;
  background-color: #A78700;
  padding: 10px 25px;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 600;
  border: 1px solid #dcb514;
  border-radius: 3rem;
  text-transform: uppercase;
}

.dynamic-offer-container .offer-timer-row ,
.bogo-offer-container .offer-timer-row ,
.pql-offer-container .offer-timer-row {
  text-align: center;
  color: #FFFFFF;
  padding-top: 25px;
}

.dynamic-offer-container .offer-timer-row .timer ,
.bogo-offer-container .offer-timer-row .timer ,
.pql-offer-container .offer-timer-row .timer {
  font-size: 2rem;
  color: #FFFFFF;
  transition: 0.4s;
}

.dynamic-offer-container .offer-timer-row span,
.bogo-offer-container .offer-timer-row span,
.pql-offer-container .offer-timer-row span {
  font-size: 3.4rem;
  color: #dcb514;
}

/* BOGO OFFER & PQL OFFER Style - END */


/* BOGO OFFER & PQL OFFER ribbon on dashboard pricing page Style - START */

.offer-only-ribbon-wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.5s ease-in;
}
.offer-only-ribbon-wrap.hide-offer {
  /* display: none; */
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}

.offer-only-ribbon{
  font-size:16px;
  position:relative;
  display:block;
  margin: 2rem auto 2rem auto;
  text-align:center;
}
.only-ribbon-text{
  display:inline-block;
  padding:0.5em 1em;
  min-width:min(100%, 35rem);
  line-height:1.2em;
  background: #FFD72A;
  /* background: linear-gradient(to bottom, #6bffc8 0%, #42c8cb 100%); */
  position:relative;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  filter: drop-shadow(4px 6px 5px rgba(0,0,0,0.12));
}
.only-ribbon-text:before,.only-ribbon-text:after {
  content:'';
  position:absolute;
  border-style:solid;
}
.only-ribbon-text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
  /* border-color: transparent #6bffc8 transparent transparent; */
}
.only-ribbon-text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: #FC9544 transparent transparent transparent;
  /* border-color: #42c8cb transparent transparent transparent; */
}

/* BOGO OFFER & PQL OFFER ribbon on dashboard pricing page Style - END */

/* BOGO OFFER offer-card - START */
/* .text-white {
  color: #ffffff;
}
.text-lg {
  font-size: 140%;
}
.mb-0 {
  margin-bottom: 0px;
}
.pb-6px {
  padding-bottom: 6px;
}
.pt-6px {
  padding-top: 6px;
}
.font-2rem {
  font-size: 2rem !important;
}

.display-bogo-offer-banner {
  padding: 14px;
}
.display-bogo-offer-banner .d-bob-bg {
  background-color: #fff;
}
.display-bogo-offer-banner .d-bob-bg .d-bob-arrow {
  position: relative;
  min-height: 10rem;
  padding: 12px;
  background-color: #404040;
  color: #ffffff;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #505050;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #505050;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-circle-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: -6rem;
  padding: 30px;
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  background-color: #b6981d;
}
.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-circle-badge .badge-content {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-circle-badge .badge-content p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-circle-badge .badge-content::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 12px 0 0 28px;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-col .col-content {
  text-align: center;
  color: #b6981d;
}

.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-col .col-content p:first-child {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-col .col-content p:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 450px) {
  .display-bogo-offer-banner .d-bob-bg .d-bob-arrow {
    flex-direction: column;
  }

  .display-bogo-offer-banner .d-bob-bg .d-bob-arrow .d-bob-col {
    padding: 16px 0 0 0;
  }
} */

/* BOGO OFFER offer-card - END */

/*  FEEDBACK Widget - START */
.feedback-btn {
  display: inline-block;
  position: fixed;
  background-color: #F58F23;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding: 10px 10px 10px 10px;
  right: -10rem;
  bottom: 15rem;
  /* transform: rotateZ(-90deg); */
  z-index: 9999;
  transition: 0.4s;
}

.feedback-btn:hover {
  right: 0;
  background-color: #b96b18;
}

.feedback-box {
  position: fixed;
  display: inline-block;
  background-color: #FFFFFF;
  width: 38rem;
  max-width: 100%;
  overflow: hidden;
  border-right: none;
  right: -100%;
  bottom: 15rem;
  z-index: 10000;
  box-shadow: -1px 1px 4px 0px rgba(51, 51, 51, 0.36);
  transition: 0.6s right;
}

@media (max-width: 992px) {
  .feedback-box {
    bottom: 0;
  }
}

.feedback-box.open {
  right: 0;
}

.feedback-box .feedback-box-header {
  position: relative;
  background-color: #f3f3f3;
  text-align: center;
  padding: 5px 30px;
}

.feedback-box .feedback-box-header .feedback-close-btn {
  position: absolute;
  color: #999;
  font-size: 2rem;
  padding: 6px 8px;
  right: 4px;
  bottom: 6px;
  cursor: pointer;
}

.feedback-box .feedback-box-header h4 {
  color: #F58F23;
  font-size: 2rem;
  font-weight: 700;
}

.feedback-box .feedback-box-body {
  position: relative;
  padding: 10px 0px;
}

.feedback-box .feedback-box-body .feedback-form {
  padding: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.feedback-box .feedback-box-body .feedback-form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  color: #333;
  border: 1px solid #ddd;
  height: 150px;
}

.feedback-box .feedback-box-body .feedback-form .feedback-send-btn {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 6px 10px;
  background-color: #F58F23;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.feedback-box .feedback-box-body .feedback-form .feedback-send-btn:disabled {
  /* background-color: red; */
}

.feedback-box .feedback-box-body .feedback-success-box {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: green;
  color: #FFFFFF;
  padding-top: 20px;
  text-align: center;
  transition: 0.2s ease-in;
  transform: translateY(-100%) scale(0);
}

.feedback-box .feedback-box-body .feedback-success-box h4 {
  font-size: 2.4rem;
  padding-bottom: 20px;
}

.feedback-box .feedback-box-body .feedback-success-box.show {
  display: block;
  visibility: visible;
  transform: translateY(0%) scale(1);
}

/*  FEEDBACK Widget- END */

/* Dashboard Features Card Slider - START */
:root {
    --gradient-1: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);
    --gradient-2: linear-gradient(315deg, #8EC5FC 0%, #E0C3FC 100%);
    --gradient-3: linear-gradient(210deg, #74EBD5 0%, #f7e8ad 100%);
    --gradient-4: linear-gradient(214deg, #8EE2F1 0%, #CDFEDF 55%);
}


.features-slider-wrapper {
    /* margin: 4rem 4rem; */
    background-color: #fff;
}
.features-slider-wrapper .features-slider {
    
}
.features-slider-wrapper .features-slider .features-slide {
    margin: 2rem 2rem 2rem 2rem;
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap {
    
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card {
  position: relative;
  display: block;
  color: #FFFFFF;
  min-height: 85px;
  /* min-height: 120px; */
  /* min-height: 300px; */
  padding: 1rem 2.2rem;
  border-radius: .8rem;
  transition: transform 0.4s ease-in-out;
}

@media (max-width: 1020px) {
  .features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card {
    /* min-height: 300px; */
    padding: 1rem 1.2rem;
  }

  .features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header .f-card-title-wrap {
    padding: 0 1rem;
  }
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card:hover {
  transform: scale(1.01);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-1 {
  background-image: linear-gradient(153deg, #3be2bc 0%, #1b96f1 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(27,132,211,0.4);
  box-shadow: 0 3px 15px 0 rgba(27,132,211,0.4);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-2 {
  background-image: linear-gradient(153deg, #e64c4c 0%, #ef32fb 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(231,74,89,0.4);
  box-shadow: 0 3px 15px 0 rgba(231,74,89,0.4);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-3 {
  background-image: linear-gradient(153deg, #ef33f2 0%, #3544dc 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(92,64,224,0.5);
  box-shadow: 0 3px 15px 0 rgba(92,64,224,0.5);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-4 {
  background-image: linear-gradient(153deg, #8adc32 0%, #25c7a2 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(59,203,137,0.4);
  box-shadow: 0 3px 15px 0 rgba(59,203,137,0.4);
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-5 {
  background-image: linear-gradient(153deg, #e64c4c 0%, #fb8332 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(227,46,46,0.4);
  box-shadow: 0 3px 15px 0 rgba(227,46,46,0.4);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-6 {
  background-image: linear-gradient(153deg, #fb8332 0%, #f8c332 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(250,151,50,0.4);
  box-shadow: 0 3px 15px 0 rgba(250,151,50,0.4);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-7 {
  background-image: linear-gradient(153deg, #f5515f 0%, #9f046c 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(180,23,105,0.35);
  box-shadow: 0 3px 15px 0 rgba(180,23,105,0.35);
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card.card-gradient-8 {
  background-image: linear-gradient(153deg, #8e2ef7 0%, #61dec7 95%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(111,167,214,0.4);
  box-shadow: 0 3px 15px 0 rgba(111,167,214,0.4);
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header .f-icon-wrap {
    display: inline-block;
    /* margin-top: -10%; */
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header .f-icon-wrap .f-icon {
    /* animation: 4s infinite alternate floating; */
    height: 40px !important;
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-cta {
  position: absolute;
  right: 22px;
  /* bottom: 20px; */
  bottom: 24px;
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header .f-card-title-wrap {
  display: inline-block;
  padding: 0 2rem;
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-card-header .f-card-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 0;
}

.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-content-wrap {
    display: none;
}
.features-slider-wrapper .features-slider .features-slide .feature-card-wrap .feature-card .f-content-wrap p {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
}

.f-badge {
  /* position: absolute; */
  /* top: 0; */
  /* right: 4rem; */
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #BF9B30;
  padding: 2px;
  border-radius: 3px;
  transform: skewX(-8deg);
  /* box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3); */
}

.shadoww {
  display: inline-block;
  height: 2px;
  margin: 8px auto;
  animation: 4s infinite alternate shadow;
}

@keyframes floating {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-8px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes shadow {
	0% {
    width: 100%;
		box-shadow: 0px 10px 8px rgba(0,0,0,.8);
	}
	50% {
    width: 50%;
		box-shadow: 0px 10px 8px rgba(0,0,0,.5);
	}
	100% {
    width: 100%;
		box-shadow: 0px 10px 8px rgba(0,0,0,.8);
	}
}

/* Dashboard Features Card Slider - END */

/* NEW PRICING PAGE STYLES -START */
.pricing-section-wrap .pp-header {
  margin-bottom: 25px;
}
.pricing-section-wrap .pp-header h1 {
  color: #2a4156;
  font-size: 2.8rem;
}
.pricing-section-wrap .pp-header p {
  font-size: 16px;
  color: #677d92;
}

@media(max-width: 992px) {
  .pricing-section-wrap .pp-header h1 {
    font-size: 2rem;
  }
  .pricing-section-wrap .pp-header p {
    font-size: 14px;
  }
}

.pricing-section-wrap .pp-plan-details {
  padding: 2rem 0;
}
.pricing-section-wrap .pp-plan-details .pp-plan-title {
  color: #009688;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0;
  /* margin-bottom: 25px; */
}
.pricing-section-wrap .pp-plan-details .pp-plan-title span {
  display: inline-block;
}
.pricing-section-wrap .pp-plan-details .pp-plan-title .plan-has-offer {
  display: inline-block;
  background-color: #eaffe6;
  padding: 0px 6px;
  color: #1aab00;
  font-size: 14px;
}
.pricing-section-wrap .pp-plan-details .pp-plan-period {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 0.8px;
}
.pricing-section-wrap .pp-plan-details .pp-plan-icon-wrap {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pricing-section-wrap .pp-plan-details .pp-plan-icon-wrap .pp-plan-icon {
  height: 40px;
  width: 40px;
  opacity: 0.9;
}

/* pricing rages */
.pricing-section-wrap .pp-plan-rages {
  position: relative;
}
.pricing-section-wrap .pp-plan-rages .pp-plan {
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  font-size: 16px;
  color: #2c3e50;
  padding: 8px 14px;
  border-radius: 2px;
  bottom: 10px;
  transition: 0.4s;
  word-break: break-word;
  max-width: 95px;
}
.pricing-section-wrap .pp-plan-rages .pp-plan.active {
  font-weight: 700;
}
.pricing-section-wrap .pp-plan-rages .pp-plan.monthly {
  left: 0;
}
.pricing-section-wrap .pp-plan-rages .pp-plan.yearly {
  left: 35.33%;
  transform: translateX(-50%);
}
.pricing-section-wrap .pp-plan-rages .pp-plan.three-yearly {
  left: 64.66%;
  transform: translateX(-50%);
}
.pricing-section-wrap .pp-plan-rages .pp-plan.five-yearly {
  right: 0;
}

/* package price */

.pricing-section-wrap .package-prices {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1;
}
.pricing-section-wrap .package-prices .package-price {
  display: inline-block;
  font-size: 4.2rem;
  font-style: italic;
  /* line-height: 1.4; */
}
.pricing-section-wrap .package-prices .package-price .package-tc {
  position: absolute;
  color: #1aab00;
  font-size: 18px;
}
.pricing-section-wrap .package-prices .package-price .package-period {
  opacity: 0.8;
  font-size: 12px;
}
.pricing-section-wrap .package-prices .package-offer-prices {
  display: inline-block;
}
.pricing-section-wrap .package-prices .package-offer-prices .package-offer-price {
  font-size: 4.2rem;
  opacity: 0.9;
  text-decoration: line-through;
}
.pricing-section-wrap .package-prices .package-offer-prices .package-offer-period {
  opacity: 0.8;
  font-size: 12px;
}
.pricing-section-wrap .plan-has-offer {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #1aab00;
  margin-bottom: 12px;
}
.pricing-section-wrap .offer-badge {
  /* background-color: #e1ffdc; */
  background-color: #b8ffad;
  color: #1aab00;
  padding: 4px 8px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.12);
}
.pricing-section-wrap .billing-period {
  position: absolute;
  right: 0;
  font-style: italic;
  font-size: 12px;
  opacity: 0.8;
  padding-right: 2px;
  /* text-align: right; */
  /* float: right; */
}

.pricing-section-wrap .package-cta {
  /* margin-top: 20px; */
  margin-bottom: 20px;
  text-align: center;
}
.pricing-section-wrap .package-cta .buy-now-btn {
  display: inline-block;
  padding: 8px 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #1aab00;
  /* background-color: #009688; */
  /* background-image: linear-gradient(-180deg,#35bdc3 0,#448c90 100%); */
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 0 5px 14px 0 rgba(40,48,79,.2), 0 2px 4px 0 rgba(40,48,79,.2), inset 0 -1px 4px 0 rgba(23,78,138,.09);
  transition: all 0.4s;
}
.pricing-section-wrap .package-cta .buy-now-btn:hover {
  box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
  /* background-color: #0d776d; */
  background-color: #288817;
}

.pricing-section-wrap .hr-line {
  height: 1px;
  width: 100%;
  background-color: #d8d8d8;
}

.pricing-section-wrap .b-trust-line {
  text-align: center;
  font-size: 2.2rem;
  color: #2a4156;
  text-shadow: 2px 2px 2px #ccc;
}

/* Features Block */
.pricing-section-wrap .pp-features-block {
  /* background-color: #f4f7f9; */
  background-color: #fff;
  padding: 3rem 2rem;
}
.pricing-section-wrap .pp-features-block .pp-features-title {
  font-size: 1.6rem;
  /* font-weight: 100; */
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #677d92;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col {
  padding: 0;
  margin: 0;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature {
  padding: 4px 8px 4px;
  list-style: none;
  margin-bottom: 2px;
  font-size: 14px;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature.not-active {
  /* opacity: 0.6; */
  text-decoration: line-through;
  color: #ff9492;
  /* background-color: #fac3c3; */
  transition: 0.4s;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature.active {
  opacity: 1;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .f-icon {
  display: flex;
  height: 22px;
  width: 22px;
  margin: 1px 12px 0 0;
  font-size: 16px;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .f-icon img {
  max-width: 100%;
  height: auto;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text {
  position: relative;
  line-height: 26px;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .f-info {
  margin-left: 4px;
  cursor: help;
  opacity: 0.4;
}

.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
  bottom: 100%;
  z-index: 0;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip .tooltip-box {
  position: absolute;
  background-color: bisque;
  color: #2c4052;
  bottom: 0%;
  opacity: 0;
  z-index: -1;
  left: 0px;
  /* width: 140px; */
  width: 230px;
  visibility: hidden;
  padding: 5px 4px;
  transition: 0.2s;
}
.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip .tooltip-box p {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

/* Still have question */
.pricing-section-wrap .pricing-support-block {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 30px 20px;
  /* background-color: #f4f7f9; */
  background-color: #fff;
  text-align: center;
}
.pricing-section-wrap .pricing-support-block .pp-support-title {
  font-size: 2rem;
  color: #2c3e50;
  /* font-weight: 100; */
}
.pricing-section-wrap .pricing-support-block .pp-support-msg {
  font-size: 1.6rem;
  color: #677d92;
  /* font-weight: 100; */
  margin-bottom: 40px;
}
.pricing-section-wrap .pricing-support-block .pp-support-cta {}
.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-phone,
.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-email {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 4px;
  letter-spacing: 1px;
  background-color: #009688;
  /* background-image: linear-gradient(-180deg,#35bdc3 0,#448c90 100%); */
  transition: 0.4s;
}
.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-phone:hover,
.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-email:hover {
  box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
  background-color: #0d776d;
}

/* Media Query For Small Devices */
@media(max-width: 767px) {
  .pricing-section-wrap .pp-plan-rages .pp-plan.yearly {
    left: 36.33%;
  }
  .pricing-section-wrap .pp-plan-rages .pp-plan.three-yearly {
    left: 63.66%;
  }
}

/* Range Slider */
*, *:before, *:after {
  box-sizing: border-box;
}

.range-slider {
  margin: 75px 0 0 0%;
}

.range-slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  /* background: #009688; */
  background: #2c3e50;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
      appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: grab;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
  cursor: grabbing;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: grab;
  -moz-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
/* .range-slider__range::-moz-range-track {
  background-color: #2c3e50;
} */
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
/* NEW PRICING PAGE STYLES - END */
