.ip-banner {
    display: none;
}

.ip-custom-banner .ip-banner {
    display: block;
}

.ip-banner canvas {
    min-height: 451px;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

div#content-full {
    margin-top: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-custom-banner {
    position: relative;
}

.ip-bc-holder {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    padding: 0 15px;
    left: 0;
    width: 100%;
}

p#breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    max-width: 1400px;
    margin: 0 auto;
}

p#breadcrumbs a {
    color: #fff;
}

.ip-ss-content-area {
    padding: 68px 0 0;
    line-height: 1;
}

.ip-ss-content-head h1.entry-title {
    max-width: max-content;
    margin: 0 auto !important;
    display: block;
    font-size: 95px !important;
}

.ip-ss-content-mid {
    background: #2b565d;
    padding: 93px 15px 72px;
    position: relative;
}

.ip-ss-content-head-text {
    text-align: center;
    font-size: 33px;
    color: #717171;
    margin: 22px 0 0;
    letter-spacing: 0px;
}

.ip-ss-content-head-text strong{
    color: #2c565e;
}

.ip-ss-content-head {
    margin: 0 0 39px;
}

.ip-ss-content-mid-text p {
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 27px;
    color: #fff;
}

.ip-ss-content-mid-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.ip-ss-content-mid-head {
    width: 50%;
    padding: 32px 0 0;
}

.ip-ss-content-mid-text {
    width: 50%;
    padding-left: 55px;
}

.ip-ss-content-mid-head .global-title-txt {
    font-size: 62px;
}

.ip-ss-content-mid-head .global-title-txt span {
    font-weight: 500;
    font-size: 22px;
    margin: 10px 0 0;
}

.ip-ss-content-mid-text p {
    margin: 0 !important;
    line-height: 1.6 !important;
    font-size: 18px;
    color: #fff;
}

.ip-ss-content-mid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1400px;
    right: 0;
    margin: auto;
    display: block;
    height: 111px;
    pointer-events: none;
    background:  url('../../images/ss-monogram.png') no-repeat;
    background-size: contain;
    background-position: left center;
    opacity: .14;
}

.ip-ss-content-tagline {
    padding: 92px 15px 0;
    text-align: center;
    color: #2c565e;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-family-title);
    letter-spacing: 2.3px;
}

.ip-ss-content-tagline span {
    display: block;
    color: #629fab;
    margin: -7px 0 0;
}

.ip-ss-content-tagline span em {
    color: #2c565e;
    font-size: 80px;
    font-style: normal;
    position: relative;
    top: 8px;
}

/*before after*/
.ip-ss-before-after-area {
    position: relative;
    padding: 71px 15px 0;
}

.ip-ss-before-after-slider {
    position: relative;
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 60px;
}

.ip-ss-before-after-slick-slider {
    max-width: 1394px;
    margin: 0 auto;
}

.ip-ss-before-after-slick-slider .slick-slide > div > div {
    display: block !important;
}

.ip-ss-before-after-slick-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-ss-ba-photo {
    width: calc(50% - 14px);
    position: relative;
}

.ip-ss-ba-photo a {
    display: block;
    position: relative;
}

.ip-ss-ba-photo a canvas {
    display: block;
    width: 100%;
}

.ip-ss-ba-photo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-ss-ba-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ip-ba-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.ip-ba-arrow button {
    font-size: 20px;
    background: transparent;
    padding: 5px;
    margin: 0;
    border: 0;
    outline: none;
    color: var(--secondary);
    transition: var(--default-transition);
    pointer-events: auto;
}

.ip-ba-arrow button:hover {
    color: var(--primary);
}

.ip-ss-ba-photo span {
    display: block;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    color: #629fab;
    font-weight: 700;
    margin: 18px 0 0;
}

/*plan*/
.ip-ss-plan-area {
    position: relative;
    padding: 66px 15px 88px;
}

.ip-ss-plan-holder {
    max-width: 1300px;
    margin: 0 auto;
}

.ip-ss-plan-title {
    font-size: 29px;
    color: #2c565e;
    text-align: center;
    font-weight: 700;
}

.ip-ss-plan-text p {
    font-size: 21px;
    color: #717171;
    text-align: center;
    letter-spacing: .2px;
    line-height: 1.4;
}

.ip-ss-plan-text {
    margin: 12px 0 0;
}

.ip-ss-plan-feed-title {
    text-align: center;
    font-size: 35px;
    color: #515151;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 90px;
}

.ip-ss-plan-feed-title span {
    color: #629fab;
}

.ip-ss-plan-feed {
    margin: 57px 0 0;
}

.ip-ss-plan-item span {
    display: block;
    font-size: 28px;
    color: #242424;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 21px;
}

.ip-ss-plan-item p {
    font-size: 20px;
    color: #717171;
    letter-spacing: -1px;
    line-height: 1.5;
}

.ip-ss-plan-item {
    margin: 0 0 35px;
}

.ip-ss-plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ip-ss-plan-list-col {
    width: calc(50% - 25px);
}

/* Testimonials */
.test-wrap {
    line-height: 1;
    padding: 0 4px 4px;
}

.test-container {
  max-width: 1422px;
  width: 100%;
  margin: 0 auto;
}

.test-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 108px 0 33px;
}

.test-holder:not(.slick-initialized) .test-item:nth-child(n + 3) ~ div {
  display: none;
}

.test-item {
  padding: 48px 11.5px;
  width: calc(100% / 3);
}

.test-item a {
  position: relative;
  display: block;
}

.test-item-inner {
  background: #fff;
  position: relative;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14); */
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.14);
  min-height: 340px;
  padding: 72px 15px 30px;
}

.test-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -47px;
  border: 5px solid var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 5;
  margin: auto;
  width: 94px;
  height: 94px;
}

.test-stars {
  margin: 12px 0 21px;
}

.test-stars i {
  display: block;
  font-size: 16px;
  color: var(--primary);
  margin: 0 2px;
}

.test-name {
  text-transform: uppercase;
  color: var(--dark);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.test-desc {
  color: var(--dark);
  font-size: 15px;
  letter-spacing: 0.02em;
  max-width: 355px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 24px;
}

.test-desc p {
    margin: 0 !important;
    line-height: 24px !important;
}

.test-item span {
  text-decoration: underline;
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.test-item a * {
  transition: var(--default-transition);
}

.test-item a:hover * {
  color: var(--secondary);
}


@media only screen and (max-width: 1199px) {
    .ip-ss-content-head h1.entry-title {
        font-size: 65px !important;
    }

    .ip-ss-content-mid-head .global-title-txt {
        font-size: 50px;
    }

    .ip-ss-content-tagline {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .ip-ss-content-tagline span em {
        font-size: 60px;
        top: 8px;
    }

    .ip-ss-plan-feed-title {
        font-size: 30px;
    }

    .ip-ss-plan-item span {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-ss-content-mid-head {
        width: 100%;
    }

    .ip-ss-content-mid {
        padding: 40px 15px 72px;
    }

    .ip-ss-content-mid-text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ip-ss-content-mid-text p {
        font-size: 20px;
    }

    .ip-ss-content-tagline {
        font-size: 25px;
        letter-spacing: 2px;
        padding: 50px 15px 0;
    }

    .ip-ss-content-tagline span em {
        font-size: 35px;
        top: 0;
    }

    .ip-ss-content-tagline span {
        margin: 0 0 0;
    }

    .ip-ss-ba-photo span {
        font-size: 25px;
    }

    .ip-ss-before-after-slider {
        padding: 0;
    }

    .ip-ba-arrow {
        position: relative;
        justify-content: center;
        gap: 30px;
        margin: 30px 0 0;
    }

    .ip-ss-plan-list-col {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .ip-ss-content-head {
        padding: 0 15px;
    }

    .ip-ss-content-head h1.entry-title {
        font-size: 45px !important;
        letter-spacing: 0;
    }

    .ip-ss-ba-photo {
        width: calc(50% - 5px);
    }
}

