/*
 * Template Name: Cash Offer
 */

/*******************************************************
*
* Body
*
*******************************************************/

#inner-page-wrapper{
	margin-bottom: 0;
	z-index: unset;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.inner-container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.outer-container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.full-container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.ip-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #35b5fe;
    font-weight: 900;
}

.ip-btn {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #8d8d8d;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-btn:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

/* Banner */
.ip-co {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-template-cash-offer .ip-banner {
    display: none;
}

.ip-custom-banner {
    position: relative;
    width: 100%;
}

.ipcb-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.ipcb-img canvas {
    width: 100%;
    display: block;
}

.ipcb-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.ipcb-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background: rgba(0,0,0,0.1);
}

.ipcb-img:after {
    position: absolute;
    left: 0;
    top: 41.238471673254282%;
    width: 100%;
    height: 43.478260869565217%;
    z-index: 2;
    content: '';
    background: url(../../images/cash-offer/banner-shadow.png) no-repeat center center/ contain;
    z-index: 3;
}

.ipcb-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.ipcb-title.ip-title {
    margin-bottom: 30px;
}

.ipcb-title.ip-title h2 {
    font-size: 50px;
    color: #fff;
}

.ipcb-title.ip-title span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1.2;
}

.ipcb-btn {
    max-width: 182px;
    margin: 0 auto;
}

.ipcb-btn .ip-btn {
    color: #fff;
    border-color: #fff;
    font-size: 20px;
    height: 52px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}

.ipcb-login {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 10;
    max-width: 178px;
    width: 100%;
    transform-origin: bottom right;
    margin-top: -89px;
}

.ipcb-login a {
    width: 100%;
    max-width: 178px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    background: #38b6ff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ipcb-login a:hover {
    background: var(--secondary);
}

/* As Seen On */
.co-aso {
    padding: 60px 0 0;
}

.aso-title.ip-title {
    margin: 0 auto 35px;
    text-align: center;
}

.aso-title.ip-title h2 {
    font-size: 32px;
}

.aso-slider-wrap {
    padding: 0 0 50px;
    border-bottom: 3px solid #febf01;
    position: relative;
}

.aso-slider {
    position: relative;
    width: 100%;
}

.aso-slider .slick-slide {
    margin: 0 45px;
}

.aso-slider .slick-track {
    display: flex !important;
    align-items: center;
}

.aso-item {
    position: relative;
    font-size: 0;
}

.aso-item img {
    width: auto;
    height: auto;
}

/* Offer Dashboard */
.co-od {
    padding: 95px 0 50px;
    position: relative;
}

.co-od .outer-container {
    max-width: 1480px;
    padding: 0 40px;
}

.od-flex {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: flex-end;
}

.od-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 48.571428571428571%;
    max-width: 680px;
}

.od-img {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 5;
}

.od-img canvas {
    width: 100%;
    min-height: 540px;
    height: auto;
}

.od-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}

.od-left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 20px;
    border: 7px solid #35b5fe;
    z-index: 0;
}

.od-right {
    max-width: 767px;
    z-index: 10;
    margin-right: 4.642857142857143%;
    width: 54.785714285714286%;
    padding-top: 25px;
    position: relative;
}

.od-content {
    max-width: 580px;
    width: 75.619295958279009%;
    margin: 0 0 60px auto;
}

.od-title.ip-title {
    margin-bottom: 25px;
}

.od-title.ip-title h2 {
    font-size: 35px;
    margin-bottom: 25px;
    padding-bottom: 17px;
    position: relative;
}

.od-title.ip-title h2:after {
    content: '';
    width: 100%;
    max-width: 160px;
    height: 3px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ip-subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #2d2e2d;
    line-height: 1.2;
    white-space: nowrap;
}

.od-list-wrap {
    margin-bottom: 30px;
}

.od-list-wrap h3 {
    margin-bottom: 35px;
    font-size: 20px;
    color: #febf01;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 900;
}

.od-list {
    width: 100%;
    position: relative;
}

.od-list li {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.od-list li:first-child {
    margin-top: 0;
}

.od-list li i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #35b5fe;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 12px;
    min-width: 28px;
}

.od-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 900;
    color: #35b5fe;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.od-link:hover {
    color: var(--secondary);
}

.arrow-btn {
    width: 16px;
    height: 16px;
    background: url(../../images/cash-offer/arrow.png) no-repeat center center/ contain;
    margin-left: 10px;
}

.od-slider-wrap {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    padding: 0 45px;
}

.od-slider-wrap:before {
    position: absolute;
    content: '';
    right: -10px;
    top: -10px;
    border: 1px solid #d9d9d9;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.od-slider {
    position: relative;
    width: 100%;
    top: -49px;
}

.od-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    position: relative;
}

.odi-img {
    max-width: 103px;
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid #fff;
}

.odi-img canvas {
    width: 100%;
    display: block;
}

.odi-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 10px);
    max-width: none;
    height: auto;
}

.od-item p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 25px;
    color: #2d2e2d;
    margin-bottom: 10px;
}

.od-item .author {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #35b5fe;
    text-transform: uppercase;
}

/* Become A Cash Buyer */
.co-bcb {
    padding: 50px 0;
    position: relative;
}

.co-bcb .outer-container {
    max-width: 1480px;
    padding: 0 40px;
}

.bcb-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.bcb-left {
    max-width: 767px;
    z-index: 10;
    width: 54.785714285714286%;
    padding-top: 20px;
    position: relative;
}

.bcb-content {
    max-width: 600px;
    width: 78.226857887874837%;
    margin: 0 0 60px;
}

.bcb-title.ip-title {
    margin-bottom: 20px;
}

.bcb-title.ip-title h2 {
    font-size: 35px;
    margin-bottom: 25px;
    padding-bottom: 17px;
    position: relative;
}

.bcb-title.ip-title h2:after {
    content: '';
    width: 100%;
    max-width: 160px;
    height: 3px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bcb-content p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 25px;
    color: #2d2e2d;
    font-weight: 500;
    margin-bottom: 35px;
}

.bcb-list-wrap {
    margin-bottom: 60px;
}

.bcb-list-wrap h3 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #febf01;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 900;
}

.bcb-list {
    width: 100%;
    position: relative;
}

.bcb-list li {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.bcb-list li:first-child {
    margin-top: 0;
}

.bcb-list li i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #35b5fe;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 12px;
    min-width: 28px;
}

.bcb-btn {
    max-width: 252px;
}

.bcb-slider-wrap {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    padding: 0 33px 0 55px;
    margin-bottom: 28px;
}

.bcb-slider-wrap:before {
    position: absolute;
    content: '';
    right: -10px;
    top: -10px;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bcb-slider {
    position: relative;
    width: 100%;
    top: -49px;
}

.bcb-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    position: relative;
}

.bcbi-img {
    max-width: 103px;
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 0 0 5px auto;
}

.bcbi-img canvas {
    width: 100%;
    display: block;
}

.bcbi-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 10px);
    max-width: none;
    height: auto;
}

.bcb-item p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 25px;
    color: #2d2e2d;
    margin-bottom: 10px;
}

.bcb-item .author {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #35b5fe;
    text-transform: uppercase;
}

.bcb-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 48.571428571428571%;
    max-width: 680px;
}

.bcb-img {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 5;
}

.bcb-img canvas {
    width: 100%;
    min-height: 540px;
    height: auto;
}

.bcb-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}

.bcb-right:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 20px;
    border: 7px solid #35b5fe;
    z-index: 0;
}

/* Our Programs */
.co-op {
    padding: 45px 0 100px;
    position: relative;
}

.op-title.ip-title {
    text-align: center;
    margin: 0 auto 45px;
}

.op-title.ip-title h2 {
    font-size: 50px;
}

.op-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.op-item-wrap {
    width: 20%;
    margin-left: 20px;
    position: relative;
}

.op-item-wrap:first-child {
    margin-left: 0;
}

.op-item {
    max-width: 264px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.op-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    border-bottom: 3px solid #35b5fe;
}

.op-img canvas {
    width: 100%;
    display: block;
}

.op-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.op-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.1);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.op-img:hover:before {
    opacity: 1;
}

.op-desc {
    position: relative;
    width: 100%;
    background: #fff;
    height: 82%;
    border-bottom: 6px solid #f5c11e;
    padding: 25px 30px 55px;
    text-align: center;
    box-shadow: 0px 16px 54px 0px rgba(0, 0, 0, 0.09);
}

.opd-inner {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.op-desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #35b5fe;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.op-desc h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.op-desc h3 a:hover {
    color: var(--secondary);
}

.op-desc .highlight {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 23px;
    color: #515151;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.op-desc .highlight:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 33px;
    height: 1px;
    background: #35b5fe;
    transform: translateX(-50%);
}

.op-desc p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #515151;
    margin-bottom: 0;
}

/* Have Questions? */
.co-hq {
    position: relative;
    width: 100%;
    text-align: center;
}

.co-hq .outer-container {
    max-width: 1465px;
}

.hq-box {
    position: relative;
    border: 6px solid #f5c11e;
    padding: 65px 30px 70px;
}

.hq-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.hq-title.ip-title {
    margin-bottom: 5px;
}

.hq-title.ip-title h2 {
    font-size: 50px;
}

.hq-contact {
    margin-bottom: 20px;
    font-size: 34px;
    color: #000000;
    font-weight: 900;
}

.hq-contact a:hover {
    color: var(--primary);
}

.hq-content {
    margin-bottom: 25px;
    position: relative;
}

.hq-content p {
    margin-bottom: 0;
    font-size: 18px;
    color: #515151;
    letter-spacing: 0.02em;
    line-height: 26px;
}

.hq-content .highlight {
    margin-bottom: 30px;
    font-size: 23px;
    color: #000000;
}

.hq-form {
    position: relative;
    max-width: 517px;
    margin: 0 auto;
    width: 100%;
}

.hq-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hq-flex input {
    width: 100%;
    height: 54px;
    border: 1px solid #8d8d8d;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 10px 60px 10px 20px;
    outline: 0 !important;
}

.hq-submit {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: transparent;
    border: none;
    outline: 0;
}

.hq-btn {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/cash-offer/search.png) no-repeat center center/ contain;
}

/* Testimonials */
.co-testimionials {
    padding: 70px 0;
    position: relative;
    text-align: center;
}

.cot-slider {
    position: relative;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.cot-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.quote-icon {
    width: 39px;
    height: 30px;
    display: block;
    background: url(../../images/cash-offer/quote.png) no-repeat center center/ contain;
    margin: 0 auto 40px;
}

.cot-item p {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #515151;
    margin-bottom: 30px;
}

.cot-item .author {
    display: block;
    position: relative;
    padding-top: 35px;
    font-size: 23px;
    color: #35b5fe;
    letter-spacing: 0.02em;
}

.cot-item .author:before {
    position: absolute;
    content: '';
    width: 151px;
    height: 3px;
    background: #f5c11e;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/
@media only screen and (max-width: 1300px) {
    .ip-subtitle {
        font-size: 23px;
    }
    
    .od-list li {
        font-size: 16px;
    }
    
    .od-list-wrap h3 {
        font-size: 18px;
    }
    
    .bcb-list-wrap h3 {
        font-size: 18px;
    }
    
    .bcb-list li {
        font-size: 16px;
    }
    
    .op-desc {
        padding: 25px 20px 55px;
    }
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .od-title.ip-title h2 {
        font-size: 30px;
    }
    
    .ip-subtitle {
        font-size: 18px;
    }
    
    .od-list-wrap h3 {
        font-size: 16px;
    }
    
    .od-list li i {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 11px;
        letter-spacing: 0;
    }
    
    .od-right {
        margin-right: 0;
        width: 59.428571428571433%;
    }
    
    .od-list li {
        font-size: 14px;
    }
    
    .bcb-title.ip-title h2 {
        font-size: 30px;
    }
    
    .bcb-list-wrap h3 {
        font-size: 16px;
    }
    
    .bcb-list li i {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 11px;
        letter-spacing: 0;
    }
    
    .bcb-list li {
        font-size: 14px;
    }
    
    .op-desc h3 {
        font-size: 14px;
    }
    
    .op-desc .highlight {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .op-desc p {
        font-size: 11px;
        line-height: 1.4;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .od-flex {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    
    .od-left {
        position: relative;
        width: 100%;
    }
    
    .od-img canvas {
        min-height: auto;
    }
    
    .od-right {
        padding-top: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .od-content {
        width: 100%;
        margin: 0 auto 80px;
    }
    
    .od-title.ip-title {
        text-align: center;
    }
    
    .od-title.ip-title h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .od-title.ip-title h2 {
        font-size: 35px;
    }
    
    .ip-subtitle {
        font-size: 24px;
    }
    
    .od-list-wrap {
        text-align: center;
    }
    
    .od-list-wrap h3 {
        font-size: 20px;
    }
    
    .od-list li {
        font-size: 20px;
        justify-content: center;
    }
    
    .od-link {
        justify-content: center;
    }
    
    .od-item {
        text-align: center;
    }
    
    .odi-img {
        margin: 0 auto 20px;
    }
    
    .od-slider-wrap:before {
        width: 100%;
    }
    
    .bcb-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .bcb-left {
        width: 100%;
    }
    
    .bcb-content {
        width: 100%;
        margin: 0 auto 80px;
        text-align: center;
    }
    
    .bcb-title.ip-title {
        text-align: center;
    }
    
    .bcb-title.ip-title h2 {
        font-size: 35px;
    }
    
    .bcb-title.ip-title h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .bcb-list-wrap {
        text-align: center;
    }
    
    .bcb-list-wrap h3 {
        font-size: 20px;
    }
    
    .bcb-list li {
        font-size: 20px;
        justify-content: center;
    }
    
    .od-list li i {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .bcb-list li i {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .bcb-slider-wrap {
        padding: 0 30px;
    }
    
    .bcb-item {
        text-align: center;
    }
    
    .bcbi-img {
        margin: 0 auto 20px;
    }
    
    .bcb-btn {
        margin: 0 auto;
    }
    
    .bcb-right {
        position: relative;
        width: 100%;
        margin: 30px auto 0;
    }

    .bcb-img canvas {
        min-height: auto;
    }
    
    .op-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .op-item-wrap {
        width: 31%;
        margin-bottom: 30px;
    }
    
    .op-desc h3 {
        font-size: 18px;
    }
    
    .op-desc .highlight {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .op-desc p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .hq-title.ip-title h2 {
        font-size: 40px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ipcb-title.ip-title h2 {
        font-size: 30px;
    }
    
    .ipcb-title.ip-title span {
        font-size: 18px;
    }
    
    .aso-slider .slick-slide {
        margin: 0 30px;
    }
    
    .ip-subtitle {
        white-space: normal;
    }
    
    .od-list li {
        font-size: 17px;
    }
    
    .bcb-list li {
        font-size: 18px;
    }
    
    .op-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .op-item-wrap {
        width: 100%;
        margin-left: 0;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 567px) {
    .ipcb-title.ip-title h2 {
        font-size: 19px;
    }
    
    .inner-container, .outer-container {
        padding: 0 15px !important;
    }
    
    .ipcb-title.ip-title span {
        font-size: 12px;
    }
    
    .ipcb-login {
        transform: translateY(-50%) rotate(-90deg) scale(0.5);
    }
    
    .ipcb-img canvas {
        min-height: 267px;
    }
    
    .ipcb-img img {
        width: auto;
        height: 100%;
        max-width: none;
    }
    
    .ipcb-btn .ip-btn {
        height: 35px;
        font-size: 13px;
    }
    
    .ipcb-btn {
        max-width: 120px;
    }
    
    .aso-slider .slick-track {
        display: block !important;
    }
    
    .aso-item img {
        margin: 0 auto;
    }
    
    .od-list li {
        flex-direction: column;
    }
    
    .od-list li i {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .od-link {
        font-size: 13px;
    }
    
    .od-slider-wrap {
        padding: 0 20px;
    }
    
    .od-left:before {
        left: -10px;
        top: 10px;
        border-width: 4px;
    }
    
    .od-title.ip-title h2 {
        font-size: 30px;
    }
    
    .ip-subtitle {
        font-size: 22px;
    }
    
    .bcb-title.ip-title h2 {
        font-size: 30px;
    }
    
    .bcb-list li {
        flex-direction: column;
    }
    
    .bcb-list li i {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .bcb-slider-wrap {
        padding: 0 20px;
    }
    
    .bcb-right:before {
        left: -10px;
        top: 10px;
        border-width: 4px;
    }
    
    .op-title.ip-title h2 {
        font-size: 40px;
    }
    
    .hq-title.ip-title h2 {
        font-size: 37px;
    }
    
    .hq-box {
        padding: 50px 20px;
    }
    
    .hq-contact {
        font-size: 28px;
    }
    
    .hq-flex input {
        font-size: 14px;
        padding: 10px 35px 10px 15px;
    }
}