#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.ip-sell-custom-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.ip-sell-section1 {
    position: relative;
    padding: 30px 0 0;
}

.ip-sell-s1-col1 {
    margin-left: -132px;
    margin-right: -55px;
    position: relative;
}

.ip-sell-s1-col1::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -35px;
    width: 100%;
    max-width: 89px;
    min-height: 244px;
    background: var(--secondary-color);
    z-index: -5;
}

.ip-sell-s1-content {
    position: relative;
    z-index: 5;
    background: #fff;
    margin: 126px 0 0;
    padding: 50px 50px 35px;
    border: 1px solid #a8a8a8;
}

.section-heading {
    margin: 16px 0 54px;
}

.section-heading span {
    display: block;
}

.ip-sell-s1-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .65px;
    text-align: justify;
    color: #444444;
    display: block;
    margin: 0 0 28px;
}

.ip-sell-s1-col2 {
    margin-left: -97px;
    margin-right: -129px;
}

.ip-sell-s1-photo {
    max-width: 879px;
    margin: 0 auto;
}

.ip-sell-section2 {
    position: relative;
    padding: 97px 15px 0;
}

.ip-sell-s2-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-sell-s2-top > p,
.ip-sell-s2-bot > p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 2;
    display: block;
    max-width: 1140px;
    margin: 0 auto;
}

.ip-sell-s2-inner .section-heading {
    margin-bottom: 46px;
}

.ip-sell-s2-top {
    margin: 0 0 60px;
}

.ip-sell-s2-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 74px;
    position: relative;
}

.ip-sell-s2-col {
    width: 50%;
}

.ip-sell-s2-photo {
    position: relative;
}

.ip-sell-s2-photo canvas {
    display: block;
    width: 100%;
}

.ip-sell-s2-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-sell-s2-details {
    position: relative;
    border: 1px solid #a8a8a8;
    background: #fff;
}

.ip-sell-s2-details canvas {
    display: block;
    width: 100%;
}

.ip-sell-s2-details-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    flex-direction: column;
    padding: 50px 65px 50px 72px;
    overflow-y: auto;
}

.ip-sell-s2-list:nth-child(even) {
    flex-flow: row-reverse;
}

.ip-sell-s2-title {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    color: #000;
    letter-spacing: 8.2px;
    line-height: 1.2;
    margin: 0 0 17px;
}

.ip-sell-s2-text p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    letter-spacing: .6px;
    line-height: 2;
    display: block;
    margin-bottom: 10px;
}

.ip-sell-s2-text ol li,
.ip-sell-s2-text ul li {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    letter-spacing: .6px;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.ip-sell-s2-text ol,
.ip-sell-s2-text ul {
    display: block;
    position: relative;
    margin: 15px 0 15px 30px;
}

.ip-sell-s2-text ol {
    margin-left: 50px;
}

.ip-sell-s2-text ol li {
    list-style: auto;
    padding-left: 0;
}

.ip-sell-s2-text ul li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.ip-sell-s2-text ul li:not(:last-child) {
    margin-bottom: 9px;
}

.ip-sell-s2-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    letter-spacing: .6px;
    line-height: 2;
    display: block;
    margin: 15px 0;
}

.ip-sell-s2-text br {
    display: none;
}

.ip-sell-s2-bot {
    padding: 13px 0 0;
    margin: 0 0 62px;
}

.ip-sell-s2-list::after {
    content: '';
    position: absolute;
    bottom: -37px;
    right: -37px;
    width: 89px;
    min-height: 244px;
    background: var(--secondary-color);
    z-index: -1;
}

.ip-sell-s2-list:nth-child(even)::after {
    right: auto;
    left: -37px;
}

body.page-id-26 .ip-sell-section2 {
    display: none;
}

body.page-id-26 #inner-page-wrapper {
    margin-bottom: 100px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
	.ip-sell-s1-col1 {
	    margin-left: -100px;
	}

	.ip-sell-s1-col2 {
	    margin-right: -95px;
	}
} 

 @media only screen and (max-width: 1366px) {
 	.ip-sell-s1-col1 {
	    margin-left: -15px;
	}

	.ip-sell-s1-content {
	    padding: 40px 40px 25px;
	    margin: 100px 0 0;
	}

	.section-heading h2 {
	    font-size: 35px;
	}

	.ip-sell-s1-col2 {
	    margin-left: -70px;
	    margin-right: -15px;
	}

	.section-heading {
	    margin: 16px 0 34px;
	}

	.ip-sell-s1-text p {
	    line-height: 1.7;
	    margin: 0 0 10px;
	}

	.ip-sell-s2-title {
	    font-size: 35px;
	    letter-spacing: 6.2px;
	}
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.ip-sell-s1-col1 {
	    margin-left: 0;
	}

	.ip-sell-s1-content {
	    margin: 80px 0 0;
	    padding: 30px 30px 15px;
	}

	.section-heading h2 {
	    font-size: 30px;
	}

	.section-heading {
	    margin: 10px 0 24px;
	}

	.ip-sell-s1-text p {
	    font-size: 13px;
	    line-height: 1.5;
	}

	.ip-sell-s1-col2 {
	    margin-right: 0;
	}

	.ip-sell-s2-details-inner {
	    padding: 50px 35px 50px 42px;
	}

	.ip-sell-s2-title {
	    font-size: 30px;
	    letter-spacing: 4.2px;
	    margin: 0 0 10px;
	}

	.ip-sell-s2-text p {
	    font-size: 13px;
	    line-height: 1.7;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.ip-sell-s1-col1 {
	    margin-right: 0;
	}

	.ip-sell-s1-content {
	    margin: 50px 0 0;
	}

	.ip-sell-s1-text p {
	    font-size: 14px;
	    line-height: 1.7;
	}

	.ip-sell-s1-col2 {
	    margin-left: 0;
	    margin-top: 20px;
	}

	.ip-sell-section2 {
	    padding: 50px 15px 0;
	}

	.section-heading h2 {
	    font-size: 30px !important;
	}

	.ip-sell-s2-inner .section-heading {
	    margin-bottom: 36px;
	}

	.ip-sell-s2-top > p, .ip-sell-s2-bot > p {
	    line-height: 1.7;
	}

	.ip-sell-s2-col {
	    width: 100%;
	}

	.ip-sell-s2-list:nth-child(even) {
	    flex-flow: wrap;
	}

	.ip-sell-s2-details canvas {
	    height: 350px;
	    height: auto;
	    display: none;
	}

	.ip-sell-s2-text p {
	    font-size: 14px;
	}

	.ip-sell-s2-list {
	    margin: 0 0 50px;
	}

	.ip-sell-s2-details-inner {
    display: block;
    overflow: visible;
    position: relative;
}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.ip-sell-s2-details-inner {
	    padding: 15px;
	}

	.ip-sell-s2-details canvas {
	    height: 460px;
	}

	.section-heading h2 {
	    font-size: 25px !important;
	    letter-spacing: 0.4px;
	}

	.ip-sell-s1-content {
	    padding: 15px;
	}


}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ip-sell-s2-title {
	    font-size: 20px;
	}

	.ip-sell-s2-details canvas {
	    height: 560px;
	}
	
	.ip-sell-s2-list:nth-child(7) .ip-sell-s2-details canvas {
	    height: 690px;
	}
}
 


