#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
   /* display: none;*/
}

#content-sidebar,
#content-full {
    margin-top: 0;
}

.ip-contact-us-wrap {
    font-size: 0;
}

.get-in-touch-area {
    display: none;
}


/* Banner : START */

.ip-contact-us-banner {
    position: relative;
}

.ip-contact-us-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    z-index: 2;
}

.ip-contact-us-banner canvas {
    display: block;
    width: 100%;
    min-width: 250px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ip-contact-us-banner .ip-breadcrumbs-holder {
    z-index: 3;
}

.ip-contact-us-banner p#breadcrumbs {
    margin: 0;
}


/* Banner : END */


/* Top : START */

.ip-contact-us-main {
    position: relative;
    background: url(../../images/contact-us/main-bg.jpg) #cccccc no-repeat center center / cover;
    padding: 98px 0 110px;
}

.ip-contact-us-main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    opacity: 0.96;
}

.ip-contact-us-top {
    position: relative;
}

.ip-contact-us-top-title {
    font-size: 50px;
    font-weight: 900;
    color: #333333;
    line-height: 1.1;
    letter-spacing: -0.05em;
    text-align: center;
}

#content .ip-contact-us-top p {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
}


/* Top : END */


/* Form : START */

.ip-contact-us-form {
    position: relative;
    margin-top: 42px;
}

.ip-contact-us-form-legend {
    font-size: 16px;
    font-weight: 300;
    color: #996d5d;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: right;
    max-width: 1112px;
    margin: 0 auto 12px;
}

.ip-contact-us-form .wpcf7 {
    max-width: 1112px;
    margin: 0 auto;
}

.ip-contact-us-form-col {
    display: block;
    width: 100%;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: calc( 50% - 4px );*/
    /*margin-right: 8px;*/
}

.ip-contact-us-form-wrapper {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.ip-contact-us-form-col + .ip-contact-us-form-col {
    margin-right: 0;
}

.ip-contact-us-form .form-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}

.ip-contact-us-form .form-lg {
    width: 100%;
}

.ip-contact-us-form .form-lg:nth-last-child(2) {
    margin: 25px 0 40px;
}

.form-input.form-lg.form-radio-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.ip-contact-us-form .form-sm {
    width: calc( 50% - 4px);
    margin-right: 8px;
}

.ip-contact-us-form .form-sm:nth-child(even) {
    margin-right: 0;
}

.ip-contact-us-form .form-input input[type="text"],
.ip-contact-us-form .form-input input[type="email"],
.ip-contact-us-form .form-input input[type="tel"],
.ip-contact-us-form .form-input textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.01em;
    width: 100%;
    height: 88px;
    padding: 0 30px;
    background: #eaeaea;
}

.ip-contact-us-form .form-input textarea {
    height: 202px;
    padding-top: 32px!important;
    resize: none;
    display: block;
}

.ip-contact-us-form .form-radio-label {
    font-size: 25px;
    font-weight: 900;
    color: #262626;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin: 25px 0 22px;
}

.form-input.form-lg.form-radio-flex .form-radio-label {
    margin: 0;
    padding-right: 15px;
}

.method-of-contact .wpcf7-radio,
.interested-in .wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.method-of-contact .wpcf7-list-item,
.interested-in .wpcf7-list-item {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.1em;
    /*margin: 0 0 10px;*/
    margin: 0 20px 0 0;
}

.method-of-contact .wpcf7-list-item label,
.interested-in .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.method-of-contact .wpcf7-list-item input,
.interested-in .wpcf7-list-item input {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    margin: 0 10px 0 0;
}

.method-of-contact .wpcf7-list-item input:checked,
.interested-in .wpcf7-list-item input:checked {
    background: #996d5d;
    border-color: #996d5d;
}

.ip-contact-us-form .form-button {
    width: 100%;
    /* height: 61px; */
    position: relative;
    bottom: 0;
    right: 0;
    margin: -4px 0 0;
    background: #eaeaea;
    padding: 15px 32px 30px;
}

.ip-contact-us-form .form-button input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    width: 130px;
    height: 60px;
    background: #000000;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    margin: 0 0 0 auto;
    display: block;
}

.ip-contact-us-form .form-button input[type="submit"]:hover {
    background: #996d5d;
}

.ip-contact-us-form .wpcf7-form-control-wrap {
    display: block;
}

.ip-contact-us-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
}

.ip-contact-us-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.ip-contact-us-form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    margin: 0;
}


/* Form : END */

.ip-contact-us-map-wrapper iframe {
    display: block;
    width: 100%;
}


/*Team*/

.custom-map-banner {
    position: relative;
}

p#breadcrumbs {
    margin: 0;
    line-height: 1;
}

.ip-banner {
    /*display: none;*/
}

.ip-banner canvas {
	min-height: 800px;
}
.header-mid {
	justify-content: center;
}
/* .header-logo {
	display: none;
} */
header.main-header .header-right ul.nav > li:first-child {
	margin-left: 31px;
}
.header-left, 
.header-right {
	width: auto;
}

/*Team end*/



@media only screen and (max-width: 1440px) { 
	header.main-header .header-right ul.nav > li:first-child {
	margin-left: 20px;
	}
}

@media only screen and (max-width: 1366px) { 
	header.main-header .header-right ul.nav > li:first-child {
	margin-left: 8px;
	}
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {}

.header-left, 
.header-right {
	width: auto;
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    .ip-contact-us-form-col {
        width: 100%;
        margin-right: 0;
    }
    .ip-contact-us-main {
        padding: 50px 0;
    }
    .ip-contact-us-form .form-radio-label {
        font-size: 20px;
    }
    .method-of-contact .wpcf7-list-item,
    .interested-in .wpcf7-list-item {
        margin: 0 10px 0 0;
    }
	.ip-banner canvas {
		min-height: 300px;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .form-input.form-lg.form-radio-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-input.form-lg.form-radio-flex .form-radio-label {
        margin-bottom: 20px;
    }
    .method-of-contact .wpcf7-list-item,
    .interested-in .wpcf7-list-item {
        margin-bottom: 20px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    .ip-contact-us-main {
        padding: 50px 0;
    }
    .ip-contact-us-top-title {
        font-size: 35px;
    }
    #content .ip-contact-us-top p {
        font-size: 16px;
    }
    .ip-contact-us-form .form-sm {
        width: 100%;
        margin-right: 0;
    }
    .ip-contact-us-form .form-input input[type="text"],
    .ip-contact-us-form .form-input input[type="email"],
    .ip-contact-us-form .form-input input[type="tel"],
    .ip-contact-us-form .form-input textarea {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-contact-us-form .form-radio-label {
        font-size: 20px;
    }
    .method-of-contact .wpcf7-radio,
    .interested-in .wpcf7-radio {
        flex-direction: column;
        align-items: flex-start;
    }
}