body:not(.home) {
     padding-top: 160px;
}
.service-banner-content {
    position: relative;
    z-index: 9;
    color: #fff;
    padding-right: 70px;
}
.service-banner {
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #2887A7;
}
.service-banner-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.service-banner-image img {
    width: 100%;
    height: 100%;
    object-position: center left;
    object-fit: cover;
}
.service-banner-row{
    position: relative;
}
.service-banner-row::before {
    content: "";
    position: absolute;
    background-image: url('../images/Deigni-Plastic-Surgery-Logo.png');
    z-index: 9;
    left: -190px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% + 60px);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.service-banner::before {
    content: "";
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 0;
    width: 320px;
    height: 100%;
    background: #2887A7;
    background: linear-gradient(90deg, rgba(40, 135, 167, 1) 0%, rgba(40, 135, 167, 0) 100%);
}


.service-banner-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}
.service-cta-box {
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    height: 100%;
}

.service-cta-title {
    font-size: 38px;
    color: #fff;
    font-family: 'Cormorant Garamond';
    line-height: 44px;
    font-weight: 500;
    padding: 50px 10px;
    position: relative;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.service-cta-box a {
    display: block;
}
/* .service-cta-list {
    padding-top: 15px;
    padding-bottom: 15px;
} */
.service-cta-box::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    background: #072a35;
}
.service-cta-box:hover::before {
    height: 100%;
}
.service-cta-box:hover .service-cta-title{
	color: #fff;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}
.service-content-image a.html5lightbox {
    position: relative;
    display: block;
    filter: none;
}
.service-listing-row {
    margin-bottom: 80px;
}
.sky-bg{
    background: #D9F4FD;
}
.text-blue{
    color: #2887A6;
}
.service-procedures-list {
    display: inline-block;
    margin-bottom: 35px;
}
.service-procedures-row {
    column-count: 2;
    column-gap: 30px;
}
.service-procedures-box {
    padding: 20px 40px 40px;
    background: #fff;
    border: 1px solid #2887A6;
    border-radius: 8px;
    height: 100%;
}
.procedures-icon {
    width: 120px;
    height: 120px;
    background: #d9f4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.procedures-title {
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 32px;
    margin: 0;
}
.service-procedures-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.procedures-icon img,
.procedures-icon svg {
    width: 70px;
    height: 70px;
    display: inline-block;
}
.content-contact-btn {
    width: 200px;
    text-align: center;
    line-height: normal;
}
.content-contact-wraper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.content-contact-btn span {
    display: block;
}
.content-contact-btn-text {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.service-special-box {
    position: relative;
    color: #fff;
}
.service-special-content {
     padding: 120px 100px 40px;
}
.service-special-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    background: #2887A7;
    border-radius: 8px;
    left: 0;
    bottom: 0;
}
.special-image {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}
.parent-child-listing ul li {
    margin: 12px 15px;
}
.parent-child-listing ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.parent-child-listing ul li a {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    background: #fff;
    color: #444343;
    line-height: normal;
    font-weight: 500;
}
.parent-child-listing ul li a:hover{
  background: #2887A6;  
  color: #fff;
}
.parent-child-title.heading{
    font-size: 48px;
}
.horizontal-parent-child-wraper{
    padding: 50px;
    border-radius: 8px;
}
.spaced-mb{
    margin-bottom: 80px;
}
.light-bg {
    background: #f4f4f4;
}

@media screen and (max-width: 1400px) {
.service-special-content {
    padding: 120px 60px 40px;
}
body:not(.home) {
     padding-top: 135px;
}
.service-banner::before {
   left: 40%;
}
.service-banner-content {
    padding-right:30px;
}
.service-banner-image {
    width: 60%;
}
}
@media screen and (max-width: 1199px) {
    .spaced-mb{
    margin-bottom: 50px;
}
.service-procedures.spaced .heading br {
    display: none;
}
.procedures-icon {
    width: 100px;
    height: 100px;
}
.procedures-icon img, .procedures-icon svg {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.service-special-content {
    padding: 120px 20px 40px;
}
.parent-child-listing ul li a {
    padding: 12px 20px;
}
.parent-child-listing ul li {
    margin: 10px 10px;
}
.parent-child-title.heading {
    text-align: center;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {

.service-banner::before {
    left: 0;
    width: 100%;
    background: #2887A7;
    background: linear-gradient(90deg, rgba(40, 135, 167, 1) 0%, rgba(40, 135, 167, 0.6) 100%);
}
.service-banner-image {
    width: 100%;
}
.service-banner {
    height: 350px;
}
.service-banner-content {
    padding-right: 0;
}
body:not(.home){
    padding-top: 75px;
}
.service-procedures-row {
    column-count: 1;
    column-gap: 0;
}
.service-content-image {
    margin-top: 30px;
}
.service-procedures-list:last-child {
    margin: 0;
}
.content-image {
    margin-bottom: 30px;
}
.service-special-box::before {
    height: 100%;
}
.service-special-content {
    padding: 50px 20px 40px;
    text-align: center;
}
.special-image {
    padding: 0 20px;
}
.horizontal-parent-child-wraper {
    padding: 50px 20px;
}
.parent-child-title.heading {
    font-size: 36px;
}
.service-cta-title {
    font-size: 24px;
   padding: 40px 10px;
}
.service-listing-row {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
    .spaced-mb{
    margin-bottom: 40px;
}
body:not(.home) {
    padding-top: 70px;
}
.service-procedures-box {
    padding: 20px 20px 40px;
}
.procedures-title {
    width: 100%;
    padding-left: 0;
    font-size: 24px;
    margin-top: 20px;
}
.content-contact-btn-text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
}
.parent-child-title.heading {
    font-size: 30px;
}
}
@media screen and (max-width: 575px) {
.parent-child-listing ul li a {
    display: block;
    text-align: center;
}
.parent-child-listing ul li {
    margin: 10px 0px;
    width: 100%;
}
}